:root {
  color-scheme: dark;
  --ink: #edf5f0;
  --muted: #99aba1;
  --paper: #0a100d;
  --card: #111a16;
  --card-2: #17231d;
  --line: rgba(193, 225, 207, 0.12);
  --line-strong: rgba(193, 225, 207, 0.2);
  --green: #78c7a0;
  --green-deep: #1c6b50;
  --mint: #1b392c;
  --orange: #e9a36d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 8%, rgba(36, 122, 91, 0.2), transparent 30rem),
    radial-gradient(circle at 5% 35%, rgba(28, 107, 80, 0.12), transparent 26rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(120, 199, 160, 0.2); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 6px; }
.shell { width: min(1160px, calc(100% - 48px)); margin: auto; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.brand-mark { width: 32px; height: 32px; display: block; }
nav { display: flex; align-items: center; gap: 27px; font-size: 0.9rem; }
nav a, .footer a { color: var(--muted); text-decoration: none; }
nav a:hover, .footer a:hover { color: var(--green); }
.nav-login { margin-left: 8px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--green-deep);
  border-radius: 9px;
  background: linear-gradient(180deg, #34936f, var(--green-deep));
  color: #fff;
  box-shadow: 0 7px 20px rgba(28, 107, 80, 0.28);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}
.button:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(28, 107, 80, 0.38); }
.button-small { min-height: 38px; padding: 8px 15px; font-size: 0.8rem; }
.button-outline { background: var(--card); border-color: var(--line-strong); color: var(--green); box-shadow: none; }
.button-outline:hover { background: var(--card-2); box-shadow: none; }

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 88px;
  align-items: center;
  padding: 82px 0 106px;
}
.eyebrow {
  margin: 0 0 19px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.hero h1 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.hero h1 em { color: var(--green); font-style: normal; }
.lede { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.text-link { color: var(--green); font-weight: 700; text-decoration: none; }
.text-link:hover { color: #a0dfbe; }
.text-link span { font-size: 1.1em; }
.fine-print { margin-top: 17px; color: #71877b; font-size: 0.75rem; }

.hero-card {
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(23, 35, 29, 0.96), rgba(17, 26, 22, 0.98));
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.card-top { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(120, 199, 160, 0.8); }
.live { margin-left: auto; color: var(--green); font-size: 0.58rem; font-weight: 800; }
.product-image {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(120, 199, 160, 0.16);
  border-radius: 12px;
  background: linear-gradient(145deg, #224536, #173127);
}
.product-image::after { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 50%; transform: translate(35px, 20px); }
.product-orb { z-index: 1; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 46% 54% 48% 52%; background: #d9925f; color: #5b301f; box-shadow: inset -12px -12px 20px rgba(103, 52, 27, 0.38), 0 12px 30px rgba(0, 0, 0, 0.22); font-size: 2.8rem; }
.image-label { position: absolute; bottom: 11px; left: 13px; color: rgba(255, 255, 255, 0.82); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; }
.card-kicker { margin: 0; color: var(--green); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; }
.hero-card h2 { margin: 7px 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }
.muted { margin: 0; color: var(--muted); font-size: 0.84rem; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.metrics span { display: block; color: #71877b; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.06em; }
.metrics strong { display: block; margin-top: 3px; font-size: 0.91rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(17, 26, 22, 0.72); }
.trust-inner { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; color: #71877b; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.trust-inner span:first-child { color: var(--green); font-family: var(--serif); font-size: 1rem; font-weight: 500; letter-spacing: 0; text-transform: none; }

.section { padding: 110px 0; }
.section h2, .feature-band h2 { max-width: 660px; margin: 0 0 48px; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.05; letter-spacing: -0.05em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.step-number { color: var(--orange); font-family: var(--serif); font-size: 1.2rem; }
.steps h3 { margin: 15px 0 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.steps p { max-width: 290px; color: var(--muted); font-size: 0.93rem; }

.feature-band { padding: 100px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(17, 28, 23, 0.88); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.feature-band h2 { margin-bottom: 22px; }
.quote-card { padding: 37px; border: 1px solid var(--line-strong); border-radius: 16px; background: var(--card); box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2); }
.quote-card p { margin: 0 0 23px; font-family: var(--serif); font-size: 1.8rem; line-height: 1.2; }
.quote-card span { color: var(--muted); font-size: 0.8rem; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.plan.featured { padding: 28px; border: 2px solid var(--green-deep); box-shadow: 0 18px 45px rgba(28, 107, 80, 0.18); }
.plan-badge { position: absolute; top: 17px; right: 18px; color: var(--green); font-size: 0.63rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.plan h3 { margin: 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.plan-price { margin: 13px 0; font-size: 2.3rem; font-weight: 750; letter-spacing: -0.06em; }
.plan-price span { color: var(--muted); font-size: 0.78rem; font-weight: 400; letter-spacing: 0; }
.plan p:not(.plan-price) { min-height: 86px; color: var(--muted); font-size: 0.88rem; }
.plan .button { width: 100%; }
.credit-note { margin-top: 24px; color: var(--muted); text-align: center; font-size: 0.85rem; }

.faq { max-width: 780px; }
.faq h2 { margin-bottom: 30px; }
.faq details { padding: 19px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: var(--serif); font-size: 1.25rem; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq details p { max-width: 650px; color: var(--muted); }

.footer { padding: 32px 0; border-top: 1px solid var(--line); background: #070d0a; color: #dceae0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer .wordmark { color: #fff; }
.footer p { color: #91a89b; font-family: var(--serif); }
.footer div:last-child { display: flex; gap: 20px; }
.footer a { color: #a8bdb1; font-size: 0.85rem; }

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

@media (max-width: 800px) {
  .nav { align-items: flex-start; }
  .nav nav a:not(.nav-login):not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding: 55px 0 75px; }
  .hero-card { max-width: 510px; }
  .trust-inner { flex-wrap: wrap; }
  .trust-inner span:first-child { width: 100%; }
  .section { padding: 75px 0; }
  .steps, .plans, .feature-grid { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid { gap: 45px; }
  .plan p:not(.plan-price) { min-height: 0; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p { order: 3; width: 100%; margin: 0; }
}

@media (max-width: 500px) {
  .shell { width: min(100% - 32px, 1160px); }
  .nav { padding: 18px 0; }
  .nav-login { display: none; }
  .button-small { padding: 8px 10px; }
  .hero h1 { font-size: 2.85rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-card { padding: 14px; transform: none; }
  .product-image { height: 150px; }
  .metrics { gap: 7px; }
  .metrics strong { font-size: 0.77rem; }
  .trust-inner { font-size: 0.61rem; }
  .trust-inner span:not(:first-child) { font-size: 0.58rem; }
  .footer div:last-child { width: 100%; }
}
