:root {
  --forest: #176443;
  --forest-dark: #0d4a31;
  --forest-deep: #092f22;
  --ink: #17201b;
  --muted: #59655f;
  --cream: #f4f6f2;
  --mint: #e4f1e9;
  --line: #d8dfd8;
  --white: #ffffff;
  --amber-bg: #fff7dc;
  --amber-line: #e8cc75;
  --amber: #8a6417;
  --shadow-sm: 0 10px 30px rgba(23, 32, 27, 0.08);
  --shadow-lg: 0 32px 80px rgba(13, 74, 49, 0.18);
  --radius: 24px;
  --shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img,
svg {
  display: block;
}
a {
  color: inherit;
}
.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-deep);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
:focus-visible {
  outline: 3px solid #db9d2d;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(216, 223, 216, 0.9);
  background: rgba(244, 246, 242, 0.92);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(23, 100, 67, 0.2);
}
.brand span {
  display: grid;
  line-height: 1.18;
}
.brand strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}
.brand small {
  color: var(--muted);
  font-size: 12px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.desktop-nav a,
.site-footer nav a {
  color: #425047;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.desktop-nav a:hover,
.site-footer nav a:hover {
  color: var(--forest);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  color: var(--white);
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(23, 100, 67, 0.16);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.button:hover {
  background: var(--forest-dark);
  box-shadow: 0 14px 28px rgba(23, 100, 67, 0.23);
  transform: translateY(-1px);
}
.button-large {
  min-height: 56px;
  padding: 17px 24px;
  border-radius: 14px;
  font-size: 16px;
}
.button-light {
  color: var(--forest-deep);
  background: var(--white);
  border-color: var(--white);
}
.button-light:hover {
  color: var(--forest-deep);
  background: #f0f5f1;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  background:
    radial-gradient(
      circle at 82% 28%,
      rgba(203, 228, 213, 0.72),
      transparent 33%
    ),
    linear-gradient(145deg, #f8faf7 0%, #edf2eb 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(23, 100, 67, 0.12) 0.7px,
    transparent 0.7px
  );
  background-size: 22px 22px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.38) 65%,
    transparent 100%
  );
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 74px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-copy > .eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4aa371;
  box-shadow: 0 0 0 5px rgba(74, 163, 113, 0.12);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
}
h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 6.7vw, 5.8rem);
  font-weight: 620;
  letter-spacing: -0.062em;
}
.hero-lede {
  max-width: 540px;
  margin-bottom: 32px;
  color: #455149;
  font-size: 21px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.text-link {
  color: var(--forest);
  font-size: 15px;
  font-weight: 760;
  text-underline-offset: 4px;
}
.text-link:hover {
  color: var(--forest-dark);
}
.text-link-dark {
  color: var(--ink);
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 30px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}
.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.trust-list svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--forest);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-stage {
  position: relative;
  min-width: 0;
}
.stage-glow {
  position: absolute;
  inset: 13% 6% -8%;
  border-radius: 50%;
  background: rgba(23, 100, 67, 0.18);
  filter: blur(55px);
}
.app-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(23, 100, 67, 0.16);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid #e4e8e3;
  background: #fbfcfb;
}
.window-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cad4cb;
}
.window-bar > div {
  min-width: 210px;
  margin-inline: auto;
  padding: 5px 18px;
  color: #78817c;
  background: #f0f3f0;
  border-radius: 999px;
  font-size: 10px;
  text-align: center;
}
.shot-crop {
  overflow: hidden;
  background: #f4f6f2;
}
.shot-crop img {
  width: 100%;
  height: auto;
}
.shot-dashboard {
  aspect-ratio: 1664 / 890;
}
.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 152px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(23, 100, 67, 0.14);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.floating-note-top {
  top: -22px;
  right: -24px;
}
.floating-note-bottom {
  bottom: -24px;
  left: -28px;
}
.note-icon {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  border-radius: 9px;
  font-weight: 900;
}
.note-icon-warm {
  color: var(--amber);
  background: var(--amber-bg);
}
.floating-note > span:last-child {
  display: grid;
  line-height: 1.25;
}
.floating-note strong {
  font-size: 12px;
}
.floating-note small {
  color: var(--muted);
  font-size: 10px;
}

.section {
  padding: 112px 0;
}
.section-steps {
  background: var(--white);
}
.section-heading {
  max-width: 690px;
  margin-bottom: 50px;
}
.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.section-heading h2,
.feature-intro h2,
.data-copy h2,
.beta-card h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.5vw, 3.55rem);
  font-weight: 620;
  letter-spacing: -0.052em;
}
.section-heading > p:last-child,
.feature-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-card {
  position: relative;
  min-height: 294px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
}
.step-card:nth-child(2) {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(23, 100, 67, 0.2);
}
.step-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #5d6861;
  font-size: 13px;
  font-weight: 780;
}
.step-card:nth-child(2) .step-number {
  color: rgba(255, 255, 255, 0.78);
}
.step-icon,
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 40px;
  color: var(--forest);
  background: var(--mint);
  border-radius: 14px;
}
.step-card:nth-child(2) .step-icon {
  color: var(--forest);
  background: var(--white);
}
.step-icon svg,
.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: -0.025em;
}
.step-card p {
  margin-bottom: 0;
  color: var(--muted);
}
.step-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 70px;
}
.feature-intro {
  position: sticky;
  top: 126px;
}
.feature-intro .text-link {
  display: inline-block;
  margin-top: 12px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.feature-card {
  min-height: 224px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}
.feature-icon {
  margin-bottom: 24px;
}
.feature-card h3 {
  margin-bottom: 9px;
  font-size: 20px;
  letter-spacing: -0.025em;
}
.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.section-data {
  overflow: hidden;
  background: var(--white);
}
.data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 86px;
}
.data-visuals {
  position: relative;
  min-height: 580px;
}
.data-visuals::before {
  content: "";
  position: absolute;
  inset: 10% 4% 0;
  border-radius: 50%;
  background: #dcece2;
  filter: blur(34px);
}
.data-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d6ded7;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}
.data-shot-main {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 89%;
  transform: rotate(-1.5deg);
}
.data-shot-dialog {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 68%;
  transform: rotate(1.4deg);
}
.shot-about,
.shot-restore {
  aspect-ratio: 1664 / 890;
}
.data-lede {
  margin-bottom: 32px;
  color: #455149;
  font-size: 18px;
}
.data-points {
  display: grid;
  gap: 22px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.data-points li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}
.data-points li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
}
.data-points strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}
.data-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.important-note {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  padding: 17px;
  color: #594710;
  background: var(--amber-bg);
  border: 1px solid var(--amber-line);
  border-radius: 14px;
}
.important-note svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--amber);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.important-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.section-beta {
  padding: 0 0 112px;
  background: var(--white);
}
.beta-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
  padding: 54px 60px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 48%),
    var(--forest-deep);
  border-radius: var(--radius);
}
.eyebrow-light {
  color: #bce6ca;
}
.beta-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
}
.beta-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 80px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 720;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.18s ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 660px;
  margin: -4px 48px 24px 4px;
  color: var(--muted);
}

.final-cta {
  padding: 86px 0;
  color: var(--white);
  background: var(--forest);
}
.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.6vw, 4.7rem);
}
.final-cta-inner > div:last-child {
  text-align: center;
}
.final-cta-inner > div:last-child p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.site-footer {
  padding: 38px 0;
  color: var(--muted);
  background: #eef2ed;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand-footer {
  margin-right: auto;
}
.site-footer nav {
  display: flex;
  gap: 26px;
}
.site-footer p {
  margin: 0;
  font-size: 12px;
}

.legal-main {
  padding: 72px 0 110px;
}
.legal-card {
  max-width: 860px;
  padding: 60px 64px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.legal-card h1 {
  margin-bottom: 10px;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
}
.legal-updated {
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 13px;
}
.legal-card h2 {
  margin: 40px 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}
.legal-card > p:not(.eyebrow, .legal-updated) {
  color: #455149;
}
.legal-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1060px) {
  .hero {
    padding-top: 74px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 76px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .product-stage {
    width: min(760px, 94%);
    margin-inline: auto;
  }
  .feature-layout,
  .data-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .feature-intro {
    position: static;
    max-width: 720px;
  }
  .data-visuals {
    width: min(760px, 100%);
    margin-inline: auto;
  }
  .data-copy {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .desktop-nav {
    display: none;
  }
  .header-inner {
    justify-content: space-between;
  }
  .header-inner > .button {
    margin-left: auto;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .step-card {
    min-height: auto;
  }
  .step-icon {
    margin-bottom: 26px;
  }
  .beta-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 36px;
  }
  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta-inner > div:last-child {
    text-align: left;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 32px, var(--shell));
  }
  .site-header .brand small {
    display: none;
  }
  .site-header .brand img {
    width: 38px;
    height: 38px;
  }
  .header-inner {
    min-height: 72px;
    gap: 14px;
  }
  .button-small {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 12px;
  }
  .hero {
    padding: 68px 0 90px;
  }
  h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }
  .hero-lede {
    font-size: 18px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .text-link {
    text-align: center;
  }
  .trust-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-stage {
    width: 100%;
  }
  .app-window {
    transform: none;
  }
  .window-bar > div {
    min-width: 0;
  }
  .floating-note {
    display: none;
  }
  .section {
    padding: 84px 0;
  }
  .section-heading h2,
  .feature-intro h2,
  .data-copy h2,
  .beta-card h2 {
    font-size: 2.35rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: auto;
  }
  .data-visuals {
    min-height: 430px;
  }
  .data-shot-main {
    width: 100%;
  }
  .data-shot-dialog {
    width: 76%;
  }
  .section-beta {
    padding-bottom: 84px;
  }
  .beta-card {
    padding: 34px 26px;
    border-radius: 20px;
  }
  .final-cta {
    padding: 72px 0;
  }
  .site-footer nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }
  .legal-main {
    padding: 34px 0 72px;
  }
  .legal-card {
    padding: 36px 24px;
  }
  .legal-actions {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
