* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f5f2;
}

a {
  color: #1a4a5a;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  flex: 0 0 260px;
  background-color: #142126;
  color: #f0efe9;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #f0efe9;
  color: #142126;
  padding: 6px 10px;
  border-radius: 12px;
  width: fit-content;
}

.nav-toggle {
  background-color: #223238;
  color: #f0efe9;
  border: none;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav a {
  color: #f0efe9;
  font-size: 0.95rem;
}

.sidebar-cta {
  margin-top: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  font-size: 0.95rem;
  cursor: pointer;
  text-align: center;
}

.btn.primary {
  background-color: #d9b287;
  color: #142126;
}

.btn.secondary {
  background-color: #f0efe9;
  color: #142126;
  border: 1px solid #d9b287;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero {
  min-height: 380px;
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #f9f6f1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 33, 38, 0.62);
}

.hero-content {
  position: relative;
  padding: 56px 48px;
  max-width: 700px;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: 2.4rem;
  line-height: 1.15;
}

.hero p {
  margin: 0 0 24px;
  font-size: 1.05rem;
}

.section {
  padding: 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section.alt {
  background-color: #ece7df;
}

.section.deep {
  background-color: #142126;
  color: #f7f5f2;
}

.section.bg-focus {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f5f2;
}

.section.bg-focus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 33, 38, 0.6);
}

.section.bg-focus > * {
  position: relative;
}

.section h2 {
  margin: 0;
  font-size: 1.8rem;
}

.section p {
  margin: 0;
  max-width: 760px;
}

.split {
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 260px;
}

.img-frame {
  background-color: #d8d2c7;
  border-radius: 16px;
  overflow: hidden;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(20, 33, 38, 0.08);
}

.card-img {
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #d7d1c6;
}

.card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.price {
  font-weight: 700;
  color: #1a4a5a;
}

.inline-link {
  text-decoration: underline;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  align-self: flex-end;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(20, 33, 38, 0.12);
  max-width: 280px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-section {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(20, 33, 38, 0.12);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c3b8;
  font-size: 0.95rem;
}

.form-grid label {
  font-weight: 600;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.note {
  font-size: 0.9rem;
  color: #534b42;
}

.footer {
  padding: 32px 48px;
  background-color: #142126;
  color: #f7f5f2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer a {
  color: #f7f5f2;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(20, 33, 38, 0.12);
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.cookie-banner.visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-compact .nav {
  display: none;
}

.nav-compact.nav-open .nav {
  display: flex;
}

@media (max-width: 980px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    flex: none;
    width: 100%;
    flex-direction: column;
  }

  .main {
    width: 100%;
  }

  .hero-content,
  .section,
  .footer {
    padding: 32px 24px;
  }

  .sticky-cta {
    align-self: flex-start;
  }
}
