* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e1f24;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 40px 6vw 120px;
}

.nav-shell {
  padding: 24px 6vw 0;
}

.nav-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.brand-sub {
  font-size: 0.9rem;
  color: #5f5f68;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f2f7;
}

.nav-links .nav-cta {
  background: #1e1f24;
  color: #fff;
}

.hero-split {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 12px 0 18px;
}

.eyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8b836f;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn-primary,
.btn-secondary,
.btn-ghost {
  border: none;
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: #1e1f24;
  color: #fff;
}

.btn-secondary {
  background: #e7d9c9;
  color: #1e1f24;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #1e1f24;
}

.hero-visual {
  position: relative;
}

.hero-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  font-size: 0.9rem;
}

.offset-story {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.story-card {
  padding: 28px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 15, 24, 0.08);
}

.story-image {
  align-self: flex-end;
  width: min(520px, 100%);
}

.inline-cta a {
  text-decoration: underline;
}

.problem-shift {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.problem-text ul {
  margin: 12px 0 18px 18px;
}

.problem-panel {
  background: #1e1f24;
  color: #fff;
  padding: 26px;
  border-radius: 24px;
}

.text-link {
  text-decoration: underline;
  font-weight: 600;
}

.insight-layer {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.insight-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.insight-cards article {
  background: #fff;
  padding: 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trust-flow {
  background: #eae4da;
  padding: 32px;
  border-radius: 28px;
}

.trust-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust-highlights {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.metric {
  font-size: 2rem;
  font-weight: 700;
}

.testimonial-ribbon {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
}

.benefit-slope {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.benefit-image {
  width: min(640px, 100%);
  align-self: flex-end;
}

.reveal-gap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.reveal-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step-label {
  font-weight: 700;
  color: #8b836f;
}

.pricing-asym {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-list article {
  background: #fff;
  padding: 24px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 1.6rem;
  font-weight: 700;
}

.form-stage {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 26px;
  border-radius: 22px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
}

.lead-form input,
.lead-form select {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c7c2b8;
}

.form-note {
  font-size: 0.9rem;
  color: #6b6b74;
}

.urgency-slice {
  background: #1e1f24;
  color: #fff;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  margin: 0 6vw;
  padding: 14px 18px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer {
  padding: 30px 6vw 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
  width: calc(100% - 48px);
  z-index: 100;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hidden {
  display: none !important;
}

.page-hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 40px 6vw 10px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.page-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 20px 6vw 80px;
}

.split-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box {
  background: #1e1f24;
  color: #fff;
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-note {
  font-size: 0.9rem;
  color: #6d6870;
}

@media (min-width: 860px) {
  .hero-split {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .offset-story {
    flex-direction: row;
    align-items: center;
  }

  .problem-shift {
    flex-direction: row;
    align-items: flex-start;
  }

  .insight-cards {
    flex-direction: row;
  }

  .trust-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .trust-highlights {
    flex-direction: row;
    gap: 40px;
  }

  .testimonial-ribbon {
    flex-direction: row;
  }

  .benefit-slope {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .reveal-steps {
    flex-direction: row;
    justify-content: space-between;
  }

  .pricing-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pricing-list article {
    flex: 1 1 240px;
  }

  .sticky-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .split-panel,
  .service-grid,
  .contact-box {
    flex: 1;
  }
}
