:root {
  --ivory: #f7f3eb;
  --ivory-light: #fcfaf6;
  --sand: #eee8df;
  --sand-dark: #dfd6ca;
  --charcoal: #252a28;
  --body: #4e5551;
  --muted: #717873;
  --teal: #14544e;
  --teal-dark: #0d433e;
  --teal-soft: #dfece8;
  --white: #ffffff;
  --border: #dedbd4;
  --shadow: 0 20px 55px rgba(24, 54, 49, 0.1);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory-light);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.3vw, 5rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
}

h3 {
  line-height: 1.25;
}

:focus-visible {
  outline: 3px solid #2c7770;
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 16px max(28px, calc((100vw - 1180px) / 2));
  background: rgba(252, 250, 246, 0.96);
  border-bottom: 1px solid rgba(20, 84, 78, 0.11);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}

.brand-name {
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.brand-description {
  color: var(--muted);
  font-size: 12px;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(105, 146, 137, 0.12), transparent 28%),
    var(--ivory);
}

.hero-inner {
  display: grid;
  max-width: 1180px;
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 28px 96px;
  align-items: center;
  gap: clamp(48px, 7vw, 98px);
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, 0.87fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 10px 4px 0;
  background: var(--teal);
  content: "";
}

.hero-subheadline {
  max-width: 720px;
  margin-bottom: 25px;
  color: var(--body);
  font-size: 18px;
  line-height: 1.58;
}

.check-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--charcoal);
}

.check-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.check-list-muted .check-mark {
  background: #dad8d2;
  color: #686e6a;
}

.hero-action {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 15px;
  background: var(--teal);
  box-shadow: 0 12px 26px rgba(20, 84, 78, 0.18);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: var(--teal-dark);
  box-shadow: 0 14px 30px rgba(20, 84, 78, 0.24);
  transform: translateY(-1px);
}

.button-arrow {
  font-size: 20px;
  line-height: 0;
}

.button-header {
  min-height: 46px;
  padding: 11px 19px;
  border-radius: 13px;
  box-shadow: none;
  font-size: 14px;
}

.microcopy,
.trust-line {
  color: var(--muted);
  font-size: 13px;
}

.trust-line {
  margin-top: 13px;
  margin-bottom: 0;
}

.hero-image-wrap {
  position: relative;
  align-self: center;
}

.hero-image-wrap::before {
  position: absolute;
  inset: -18px 20px 22px -18px;
  border: 1px solid rgba(20, 84, 78, 0.18);
  border-radius: 32px;
  content: "";
}

.hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(33, 49, 45, 0.2);
  object-fit: cover;
  object-position: 50% 45%;
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 9px 13px;
  border-radius: 10px;
  background: rgba(20, 84, 78, 0.94);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
}

.assessment-wrap {
  position: relative;
  z-index: 5;
  max-width: 1040px;
  margin: -48px auto 0;
  padding: 0 28px;
}

.assessment-card {
  display: grid;
  padding: 36px;
  align-items: center;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  border: 1px solid rgba(20, 84, 78, 0.14);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.assessment-card h2 {
  margin-bottom: 13px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.assessment-card p:not(.section-kicker) {
  color: var(--body);
}

.assessment-card-action {
  padding: 25px;
  border-radius: 18px;
  background: var(--ivory);
}

.assessment-card-action .button {
  width: 100%;
  margin-top: 23px;
}

.section {
  padding: clamp(78px, 9vw, 124px) 28px;
}

.narrow-content,
.section-heading,
.comparison-grid,
.review-grid,
.steps-grid,
.faq-list {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.narrow-content {
  max-width: 780px;
  text-align: center;
}

.narrow-content p:not(.section-kicker) {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  color: var(--body);
}

.narrow-content .button {
  margin-top: 15px;
}

.emotional-section {
  margin-top: 90px;
  background: var(--sand);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 43px;
  text-align: center;
}

.section-heading p:not(.section-kicker) {
  color: var(--body);
}

.comparison-section {
  background: var(--ivory-light);
}

.comparison-grid {
  display: grid;
  max-width: 960px;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-card {
  position: relative;
  padding: 35px;
  border: 1px solid var(--border);
  border-radius: 21px;
  background: var(--white);
}

.comparison-card h3 {
  margin-bottom: 23px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
}

.comparison-card-muted {
  background: #f1efea;
}

.comparison-card-accent {
  border-color: rgba(20, 84, 78, 0.35);
  box-shadow: 0 14px 34px rgba(20, 84, 78, 0.09);
}

.recommended-label {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-action {
  margin-top: 34px;
  text-align: center;
}

.review-section {
  background: var(--sand);
}

.review-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  display: flex;
  min-height: 112px;
  padding: 22px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(20, 84, 78, 0.08);
  border-radius: 17px;
  background: var(--white);
}

.review-card h3 {
  margin: 0;
  font-size: 17px;
}

.review-number {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.how-section {
  background: var(--ivory-light);
}

.steps-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card {
  position: relative;
  padding: 26px 22px;
  border-top: 3px solid var(--teal);
  background: var(--white);
  box-shadow: 0 8px 26px rgba(34, 53, 49, 0.06);
}

.step-number {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.step-card h3 {
  margin: 15px 0 9px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
}

.step-card p {
  color: var(--body);
  font-size: 15px;
  line-height: 1.5;
}

.cta-band {
  display: grid;
  padding: clamp(55px, 7vw, 82px) max(28px, calc((100vw - 1120px) / 2));
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  background: var(--teal);
  color: var(--white);
}

.cta-band h2 {
  margin-bottom: 14px;
}

.cta-band p:not(.section-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.section-kicker-light {
  color: #c7e2dc;
}

.section-kicker-light::before {
  background: #c7e2dc;
}

.cta-band-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
}

.button-light {
  width: 100%;
  background: var(--white);
  box-shadow: none;
  color: var(--teal);
}

.button-light:hover {
  background: var(--ivory);
  color: var(--teal-dark);
}

.cta-band-action span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.faq-section {
  background: var(--ivory-light);
}

.faq-list {
  max-width: 820px;
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  display: flex;
  min-height: 68px;
  padding: 20px 4px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  max-width: 730px;
  padding: 0 45px 24px 4px;
  color: var(--body);
}

.faq-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 20px;
  line-height: 1;
}

.faq-list details[open] .faq-icon {
  transform: rotate(45deg);
}

.final-cta {
  padding: clamp(75px, 9vw, 116px) 28px;
  background: var(--sand);
  text-align: center;
}

.final-cta p:not(.section-kicker) {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: var(--body);
}

.final-cta .button {
  margin-top: 15px;
}

.final-cta > span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

footer {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 28px 54px;
  gap: 26px;
  grid-template-columns: 240px 1fr;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-brand > span:last-child {
  color: var(--muted);
  font-size: 12px;
}

.disclaimer {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 900px) {
  .hero-inner {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  }

  .assessment-card {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 88px;
    font-size: 16px;
  }

  .site-header {
    min-height: 70px;
    padding: 14px 20px;
  }

  .site-header .button {
    display: none;
  }

  .brand-name {
    font-size: 13px;
  }

  .hero-inner {
    display: flex;
    min-height: 0;
    padding: 54px 20px 88px;
    flex-direction: column;
    gap: 40px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(2.65rem, 12vw, 3.6rem);
  }

  h2 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .hero-subheadline {
    font-size: 16px;
  }

  .hero-action .button {
    width: 100%;
  }

  .hero-image-wrap {
    width: 100%;
    max-width: 520px;
    order: 2;
  }

  .hero-image-wrap::before {
    inset: -10px 12px 14px -10px;
    border-radius: 27px;
  }

  .hero-image {
    border-radius: 23px;
  }

  .image-caption {
    right: 12px;
    bottom: 12px;
  }

  .assessment-wrap {
    margin-top: -42px;
    padding: 0 15px;
  }

  .assessment-card {
    padding: 25px 20px 20px;
    gap: 23px;
    border-radius: 20px;
  }

  .assessment-card-action {
    padding: 18px;
  }

  .section {
    padding: 72px 20px;
  }

  .emotional-section {
    margin-top: 70px;
  }

  .comparison-grid,
  .review-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    padding: 27px 22px;
  }

  .review-card {
    min-height: 82px;
  }

  .step-card {
    display: grid;
    padding: 22px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
  }

  .step-number {
    grid-row: 1 / 3;
  }

  .step-card h3 {
    margin: 0 0 5px;
    font-size: 22px;
  }

  .step-card p {
    grid-column: 2;
  }

  .cta-band {
    padding: 62px 20px;
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-band-action {
    width: 100%;
  }

  .faq-list details p {
    padding-right: 4px;
  }

  footer {
    padding: 44px 20px 48px;
    grid-template-columns: 1fr;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 78px;
    padding: 10px 12px 10px 17px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(20, 84, 78, 0.18);
    background: rgba(252, 250, 246, 0.98);
    box-shadow: 0 -8px 30px rgba(24, 54, 49, 0.12);
  }

  .mobile-sticky > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .mobile-sticky strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .mobile-sticky span {
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .button-sticky {
    min-width: 86px;
    min-height: 50px;
    padding: 12px 17px;
    flex: 0 0 auto;
  }

  .button-sticky .button-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
