* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a33;
  background: #f6f2ec;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #efe6da;
  border-bottom: 1px solid #ded2c2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 13px;
  color: #5d4b3e;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.nav-links a {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid transparent;
}

.nav-links a:hover {
  border-color: #cbb7a2;
}

.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  background: #dfe5ea;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.85;
}

.hero-inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
  color: #1a1f24;
}

.hero-text,
.hero-panel {
  flex: 1;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-text {
  background: rgba(246, 242, 236, 0.9);
}

.hero-panel {
  background: rgba(26, 32, 40, 0.85);
  color: #f7f4ef;
}

.hero-panel ul {
  margin: 0;
  padding-left: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  border: none;
  background: #324a5e;
  color: #fff;
  padding: 12px 18px;
  border-radius: 26px;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #e7d6c4;
  color: #1f2a33;
}

.btn.light {
  background: #f6f2ec;
  color: #1f2a33;
  border: 1px solid #cbb7a2;
}

.split-section {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding: 64px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.split-media {
  background: #e5ded4;
  padding: 18px;
  border-radius: 18px;
}

.split-media .media-frame {
  background: #d6c9bd;
  padding: 16px;
  border-radius: 14px;
}

.split-media img {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #fffaf5;
  border: 1px solid #e3d7c7;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background: #d9cfc3;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #3c4e5c;
}

.inline-cta {
  color: #2d5a78;
  text-decoration: underline;
}

.quote {
  padding: 22px;
  border-left: 4px solid #b9a58d;
  background: #f9f5f0;
}

.form-wrap {
  background: #fffaf6;
  border: 1px solid #e4d4c3;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap label {
  font-size: 14px;
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbb7a2;
  font-size: 15px;
  width: 100%;
}

.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-row > div {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #2b3f4d;
  color: #fff;
  padding: 12px 16px;
  border-radius: 26px;
  z-index: 50;
  border: none;
  cursor: pointer;
}

.footer {
  background: #1f2a33;
  color: #f7f4ef;
  padding: 36px 0;
}

.footer a {
  color: #f7f4ef;
  text-decoration: underline;
}

.footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #fffaf5;
  border: 1px solid #d7c6b4;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 48px 0 24px;
}

.page-hero .split-media img {
  height: 240px;
}

.soft-bg {
  background: #efe6da;
}

.muted {
  color: #5c6c78;
}

.notice {
  background: #f1e7db;
  padding: 18px;
  border-radius: 14px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-selectors {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.service-selectors button {
  background: #f1e7db;
  border: 1px solid #cbb7a2;
  border-radius: 20px;
  padding: 8px 14px;
  cursor: pointer;
}

.service-selectors button.active {
  background: #324a5e;
  color: #fff;
  border-color: #324a5e;
}

@media (max-width: 900px) {
  .hero-inner,
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .hero-text,
  .hero-panel,
  .split-text,
  .split-media {
    padding: 32px 24px;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
  }
}
