:root {
  --paper: #ece8e0;
  --paper-deep: #e4dfd5;
  --cream: #f6f3ed;
  --surface: #fbf9f5;
  --ink: #1c1917;
  --ink-soft: #57534e;
  --ink-faint: #645e57;
  --line: rgba(28, 25, 23, 0.1);
  --line-strong: rgba(28, 25, 23, 0.16);
  --pine: #214c45;
  --pine-deep: #173832;
  --gold: #b0894f;
  --gold-soft: #d7c4a3;
  --shadow: 0 18px 50px rgba(28, 25, 23, 0.08);
  --shadow-soft: 0 8px 24px rgba(28, 25, 23, 0.06);
  --radius: 22px;
  --radius-sm: 14px;
  --header-h: 76px;
  --wrap: 1120px;
  --font: "Heebo", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  font-size: 1.0625rem;
  font-weight: 400;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: var(--pine);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--pine-deep);
}

:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  right: 1rem;
  top: -40px;
  z-index: 200;
  background: var(--ink);
  color: var(--cream);
  padding: 0.55rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 0.75rem;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(236, 232, 224, 0.72);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(246, 243, 237, 0.86);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.brand:hover {
  color: var(--ink);
}

.brand img {
  width: auto;
  height: 40px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 10px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.btn i {
  font-size: 0.85em;
}

.btn:hover {
  color: inherit;
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 8px 20px rgba(28, 25, 23, 0.16);
}

.btn-dark:hover {
  background: #000;
  color: var(--cream);
}

.btn-pine {
  background: var(--pine);
  color: #f6f3ed;
}

.btn-pine:hover {
  background: var(--pine-deep);
  color: #f6f3ed;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
}

.btn-lg {
  min-height: 54px;
  padding-inline: 1.5rem;
  font-size: 1.02rem;
}

.btn-block {
  width: 100%;
}

/* Hero */
.hero {
  padding: 4.5rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pine);
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.eyebrow i {
  color: var(--gold);
}

.hero h1,
.section-title,
.page-hero h1 {
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.18;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2.35rem, 5.4vw, 4.4rem);
  max-width: 11ch;
}

.lead {
  color: var(--ink-soft);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 1.25rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-note {
  margin: 1.1rem 0 0;
  color: var(--ink-faint);
  font-size: 0.92rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-top: 2.25rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.trust-row i {
  color: var(--pine);
}

/* Browser mock */
.hero-visual {
  position: relative;
}

.browser {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  background: #efeae2;
  border-bottom: 1px solid var(--line);
}

.dots {
  display: flex;
  gap: 0.35rem;
}

.dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d3cdc3;
  display: block;
}

.browser-url {
  flex: 1;
  background: var(--surface);
  border-radius: 999px;
  padding: 0.28rem 0.8rem;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

.browser-body {
  padding: 1.35rem 1.3rem 1.45rem;
}

.scan-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.scan-title strong {
  font-size: 1.05rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #e7efe9;
  color: var(--pine);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 0.85rem;
  background: var(--cream);
  border-radius: 12px;
  font-size: 0.95rem;
}

.check-list i {
  width: 1.4rem;
  text-align: center;
  color: var(--pine);
}

.check-list .warn {
  color: var(--gold);
}

.cert-card {
  margin-top: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: var(--pine);
  color: #f3eee6;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.cert-card i {
  font-size: 1.3rem;
  color: var(--gold-soft);
}

.cert-card small {
  display: block;
  opacity: 0.8;
  font-size: 0.78rem;
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-alt {
  background: var(--cream);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.section-kicker {
  color: var(--pine);
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.55rem;
}

.section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

.section-head p {
  color: var(--ink-soft);
  margin: 0.85rem 0 0;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.include-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.45rem;
  box-shadow: var(--shadow-soft);
}

.section-cta {
  margin-top: 2rem;
}

.section-cta.center {
  display: flex;
  justify-content: center;
}

.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e7efe9;
  color: var(--pine);
  margin-bottom: 1rem;
}

.include-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
}

.include-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.panel {
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  border: 1px solid var(--line);
}

.panel-muted {
  background: var(--surface);
}

.panel-pine {
  background: var(--pine);
  color: #f4efe7;
  border-color: transparent;
}

.panel h3 {
  margin: 0 0 0.8rem;
  font-size: 1.45rem;
  line-height: 1.3;
}

.panel p {
  margin: 0;
  color: inherit;
}

.panel-muted p {
  color: var(--ink-soft);
}

.panel ul {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.panel li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.panel li i {
  margin-top: 0.35rem;
  color: var(--gold);
}

.panel-muted li i {
  color: var(--ink-faint);
}

.panel .hero-actions {
  margin-top: 1.6rem;
}

.quote-mark {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--gold-soft);
  margin-bottom: 0.6rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: step;
}

.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem 1.5rem;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.1rem;
  align-items: stretch;
}

.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 2rem 1.8rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  background: var(--ink);
  color: var(--cream);
  border-color: transparent;
}

.price-card .tag {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.7rem;
}

.price-card .tag-pine {
  color: var(--pine);
}

.price-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.price {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0.7rem 0 0.2rem;
  line-height: 1;
}

.price-card .sub {
  color: var(--ink-faint);
  margin: 0 0 1.3rem;
}

.price-card.featured .sub {
  color: rgba(246, 243, 237, 0.7);
}

.price-card ul {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.price-card li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.price-card li i {
  margin-top: 0.35rem;
  color: var(--pine);
}

.price-card.featured li i {
  color: var(--gold-soft);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  max-width: 760px;
}

.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.2rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 0;
  list-style: none;
}

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

.faq-list summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  color: var(--ink-faint);
  font-size: 0.8rem;
}

.faq-list details[open] summary::after {
  content: "\f077";
}

.faq-list p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

.cta-band {
  background: var(--pine);
  color: #f4efe7;
  border-radius: 32px;
  padding: 3rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.cta-band p {
  margin: 0;
  color: rgba(244, 239, 231, 0.78);
}

.cta-band .btn-dark {
  background: var(--cream);
  color: var(--ink);
  box-shadow: none;
}

.cta-band .btn-dark:hover {
  background: #fff;
  color: var(--ink);
}

/* Footer */
.site-footer {
  padding: 3.5rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.footer-brand img {
  width: auto;
  height: 36px;
  object-fit: contain;
}

.site-footer h2 {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  color: var(--ink);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.site-footer a {
  color: var(--ink-soft);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

/* Form page */
.page-hero {
  padding: 3rem 0 1.5rem;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.page-hero p {
  color: var(--ink-soft);
  margin: 0.8rem auto 0;
  max-width: 36rem;
}

.form-shell {
  width: min(640px, calc(100% - 2.5rem));
  margin: 0 auto 4.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
}

.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.package {
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: 1rem;
  cursor: pointer;
  background: var(--cream);
  display: block;
}

.package:has(input:checked) {
  border-color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--ink);
}

.package input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.package strong {
  display: block;
  font-size: 1.02rem;
}

.package em {
  font-style: normal;
  color: var(--pine);
  font-weight: 800;
  font-size: 1.15rem;
}

.package span {
  display: block;
  color: var(--ink-faint);
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.field {
  margin-bottom: 1rem;
}

.field label,
.package-legend {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.package-set {
  border: 0;
  margin: 0;
  padding: 0;
}

.field input {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #fff;
  padding: 0.7rem 0.9rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
}

.field input:focus {
  outline: none;
  border-color: var(--pine);
  box-shadow: 0 0 0 4px rgba(33, 76, 69, 0.12);
}

.form-errors {
  background: #f8ebe6;
  border: 1px solid #e4c3b8;
  color: #6b2e22;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin-bottom: 1.1rem;
}

.form-errors ul {
  margin: 0.3rem 0 0;
  padding-inline-start: 1.2rem;
}

.form-help {
  margin: 0.9rem 0 0;
  color: var(--ink-faint);
  font-size: 0.88rem;
  text-align: center;
}

.thanks {
  width: min(640px, calc(100% - 2.5rem));
  margin: 2rem auto 5rem;
  background: var(--surface);
  border-radius: 28px;
  padding: 2.4rem 1.8rem;
  text-align: center;
  border: 1px solid var(--line);
}

.thanks i {
  font-size: 2.2rem;
  color: var(--pine);
  margin-bottom: 0.8rem;
}

.thanks .lead {
  margin-inline: auto;
}

.thanks .hero-actions {
  justify-content: center;
}

.paypal-wait {
  text-align: center;
  padding: 1.5rem 0.5rem 0.5rem;
}

.paypal-wait p {
  color: var(--ink-soft);
}

.mobile-cta {
  display: none;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-grid,
  .split,
  .pricing-grid,
  .footer-grid,
  .include-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero h1 {
    max-width: none;
  }

  .cta-band {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 2rem 1.4rem;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    display: none;
  }

  .header-actions .btn {
    display: none;
  }

  .site-header.is-open .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: var(--header-h);
    right: 0;
    left: 0;
    background: var(--cream);
    padding: 1rem 1.25rem 1.3rem;
    border-bottom: 1px solid var(--line);
    gap: 0.3rem;
  }

  .site-header.is-open .nav a {
    padding: 0.7rem 0.2rem;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }

  body.has-mobile-cta {
    padding-bottom: 5.5rem;
  }

  .mobile-cta {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 90;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(246, 243, 237, 0.92);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
  }

  body.has-mobile-cta #lhg-a11y-root {
    bottom: 5.75rem !important;
  }
}

@media (min-width: 901px) {
  .include-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .include-card {
    grid-column: span 2;
  }

  .include-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .include-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

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

  .btn,
  .site-header {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}
