* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a30;
  background-color: #f7f7f5;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 24px 0 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #dfe8ec;
  font-size: 0.82rem;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1637035604153-9addab0821c3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #c7d0d6;
  padding: 88px 0 96px;
  color: #f4f7f9;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 33, 40, 0.58);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}

.hero h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 1.05rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background-color: #0f3d47;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background-color: transparent;
  border-color: #ffffff;
}

.btn.light {
  background-color: #ffffff;
  color: #0f3d47;
}

.btn:hover,
.nav-links a:hover {
  opacity: 0.85;
}

.section {
  padding: 72px 0;
}

.section.compact {
  padding: 56px 0;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 16px;
}

.section-subtitle {
  margin: 0 0 26px;
  max-width: 720px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 320px;
}

.split .image-frame {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #dfe3e6;
  border-radius: 16px;
  overflow: hidden;
  min-height: 240px;
}

.panel-image {
  background-image: url("https://images.unsplash.com/photo-1595515770330-ceeea7d82cfd?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d6dbe0;
  color: #ffffff;
}

.panel-overlay {
  background: rgba(22, 33, 41, 0.68);
  padding: 48px;
  border-radius: 20px;
}

.flow-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.flow-card {
  flex: 1 1 220px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(14, 35, 44, 0.08);
}

.quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.quote {
  flex: 1 1 240px;
  padding: 18px;
  border-left: 3px solid #0f3d47;
  background-color: #f0f4f6;
  border-radius: 12px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(19, 40, 51, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3d47;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(18, 36, 44, 0.12);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid label {
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c8d2d8;
  font-size: 1rem;
}

.form-note {
  color: #2b4b57;
  font-size: 0.95rem;
}

.footer {
  padding: 48px 0 64px;
  background-color: #0f2329;
  color: #e8eef0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.footer small {
  display: block;
  margin-top: 14px;
  color: #c8d2d8;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
  box-shadow: 0 16px 30px rgba(15, 35, 41, 0.3);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #c8d2d8;
  padding: 16px 0;
  z-index: 30;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-banner.is-hidden {
  display: none;
}

.legal-block {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(17, 36, 44, 0.08);
}

.spacer {
  height: 24px;
}

@media (max-width: 820px) {
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }

  .panel-overlay {
    padding: 28px;
  }
}
