* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: #1b4b5a;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 8%;
  background: #f0ede8;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5f5a52;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 8% 48px;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-media {
  background: #d9d2c6;
  border-radius: 18px;
  overflow: hidden;
  height: 320px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-title {
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #1b4b5a;
  color: #ffffff;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn-outline {
  background: #ffffff;
  color: #1b4b5a;
  border: 1px solid #1b4b5a;
}

.section {
  padding: 44px 8%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-light {
  background: #ffffff;
}

.section-dark {
  background: #e9e1d7;
}

.section-heading {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 740px;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.story-text {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-media {
  flex: 1 1 260px;
  min-width: 240px;
  background: #d2d8d9;
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
}

.callout {
  background: #f6efe5;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inline-cta {
  font-weight: 600;
  color: #1b4b5a;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.card-media {
  background: #cdd6d6;
  border-radius: 14px;
  overflow: hidden;
  height: 150px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.price-card {
  flex: 1 1 230px;
  min-width: 230px;
  border-radius: 18px;
  background: #ffffff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b4b5a;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8c2b8;
  font-size: 0.95rem;
  background: #ffffff;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.sticky-cta button {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.footer {
  margin-top: auto;
  padding: 32px 8%;
  background: #1b1b1b;
  color: #f5f3ee;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-note {
  font-size: 0.9rem;
  color: #d6d0c6;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-col > div {
  flex: 1 1 280px;
}

.section-bg {
  background-size: cover;
  background-position: center;
}

.section-bg-1 {
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-color: #dad2c6;
}

.section-bg-2 {
  background-image: url("https://images.unsplash.com/photo-1501045661006-fcebe0257c3f?w=1400&q=80");
  background-color: #d8dede;
}

.section-bg-overlay {
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.notice {
  background: #efe6d6;
  border-radius: 16px;
  padding: 16px;
}

@media (min-width: 900px) {
  .hero-wrap {
    flex-direction: row;
    align-items: center;
  }

  .hero-media {
    flex: 1 1 45%;
    height: 380px;
  }

  .hero-content {
    flex: 1 1 55%;
  }
}
