* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1a17;
  background: #f7f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8vw;
  background: #fff5ea;
  border-bottom: 1px solid rgba(31, 26, 23, 0.08);
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.92rem;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 52px 8vw 36px;
  background: linear-gradient(120deg, #fff5ea 10%, #f6e2d0 80%);
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.15;
}

.hero p {
  max-width: 560px;
  font-size: 1.05rem;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
}

.btn-primary {
  background: #2b1a14;
  color: #fff8f2;
}

.btn-ghost {
  background: transparent;
  border-color: #2b1a14;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-visual .mini-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.section {
  padding: 56px 8vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-light {
  background: #fffaf6;
}

.section-accent {
  background: #f0e5dc;
}

.section-dark {
  background: #2b1a14;
  color: #fff8f2;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  max-width: 680px;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.note {
  background: #fff2e4;
  padding: 18px 20px;
  border-radius: 16px;
  font-size: 0.98rem;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(31, 26, 23, 0.08);
}

.card h3 {
  font-size: 1.2rem;
}

.pill {
  align-self: flex-start;
  background: #f0e5dc;
  color: #2b1a14;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.price {
  font-weight: 700;
  font-size: 1.15rem;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  border-radius: 16px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2b1a14;
  color: #fff8f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fffaf6;
  padding: 28px;
  border-radius: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(31, 26, 23, 0.2);
  font-size: 1rem;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #fff5ea;
  padding: 16px 8vw;
  border-top: 1px solid rgba(31, 26, 23, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 3;
}

.footer {
  margin-top: auto;
  padding: 32px 8vw 48px;
  background: #fff5ea;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-badge {
  background: #2b1a14;
  color: #fff8f2;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  align-self: flex-start;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-stack .offset {
  margin-left: auto;
  max-width: 82%;
}

.banner {
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2b1a14;
  color: #fff8f2;
  padding: 18px;
  border-radius: 16px;
  z-index: 999;
  gap: 12px;
  flex-direction: column;
}

.banner.show {
  display: flex;
}

.banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.banner button {
  border: none;
}

.wide {
  max-width: 920px;
}

.centered {
  align-items: center;
  text-align: center;
}

@media (min-width: 900px) {
  .hero {
    flex-direction: row;
    align-items: center;
  }

  .hero-text {
    flex: 1.1;
  }

  .hero-visual {
    flex: 1;
  }

  .split-row {
    flex-direction: row;
    align-items: center;
  }

  .split-row.reverse {
    flex-direction: row-reverse;
  }

  .cards {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }

  .timeline {
    flex-direction: row;
  }

  .timeline-step {
    flex: 1;
  }
}
