:root {
  --ink: #101713;
  --ink-soft: #435049;
  --paper: #f4f2eb;
  --paper-warm: #ebe8de;
  --white: #fffef9;
  --mint: #a9f6c8;
  --mint-strong: #57d78e;
  --lime: #dcff7d;
  --line: rgba(16, 23, 19, .14);
  --radius: 20px;
  --shadow: 0 30px 70px rgba(13, 24, 17, .14);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(244, 242, 235, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; letter-spacing: -.02em; }
.brand strong { font-weight: 750; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; padding: 7px; border-radius: 10px; background: var(--ink); }
.brand-mark i { display: block; border-radius: 4px 4px 1px 1px; background: var(--mint); }
.brand-mark i:nth-child(1) { height: 45%; }
.brand-mark i:nth-child(2) { height: 75%; }
.brand-mark i:nth-child(3) { height: 100%; background: var(--lime); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-login) { position: relative; }
.nav-links > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .2s; }
.nav-links > a:hover::after { right: 0; }
.nav-login { padding: 10px 17px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-login:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: 790px; padding: 155px 0 86px; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(169, 246, 200, .42), transparent 34%), linear-gradient(180deg, #f8f6ef 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 60px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #56625c; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--mint-strong); }
.eyebrow.light { color: #b8c6bd; }
.hero h1, .section h2, .final-cta h2, .security-strip h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .99; }
.hero h1 { max-width: 600px; font-size: clamp(51px, 5.2vw, 78px); }
.hero h1 em { color: #47705a; font-weight: inherit; }
.lead { max-width: 585px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.72; }
.launch-notice { max-width: 550px; margin: 0 0 24px; padding: 12px 16px; border: 1px solid #bfd1c3; border-radius: 12px; background: #ecf5e9; color: #34503f; font-size: 13px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 21px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #24312a; }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--mint); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 46px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.proof-row li { display: grid; gap: 4px; }
.proof-row span { color: #769381; font-size: 10px; letter-spacing: .1em; }

.product-window { position: relative; width: 690px; border: 8px solid #26302a; border-radius: 24px; background: #ecf0eb; box-shadow: var(--shadow); transform: perspective(1500px) rotateY(-4deg) rotateX(1.5deg); transform-origin: left center; overflow: hidden; }
.product-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: 15px; }
.window-topbar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #111914; color: white; font-size: 11px; }
.window-brand { display: flex; gap: 8px; align-items: center; font-weight: 700; }
.mini-mark { width: 15px; height: 15px; border: 3px solid var(--mint); border-top-color: var(--lime); border-radius: 5px; }
.window-user { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 9px; font-weight: 900; }
.window-body { display: grid; grid-template-columns: 50px 1fr; min-height: 450px; }
.window-nav { display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 30px; border-right: 1px solid #d7ded8; background: #f8faf7; }
.window-nav span { width: 15px; height: 15px; border: 2px solid #9aa79e; border-radius: 5px; }
.window-nav span.active { background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 5px rgba(169,246,200,.55); }
.dashboard { padding: 25px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 19px; }
.dashboard-heading div { display: grid; }
.dashboard-heading small, .metric-card small, .score-card small, .audit-score small { color: #718079; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-heading strong { font-family: Georgia, serif; font-size: 20px; letter-spacing: -.02em; }
.period { padding: 7px 10px; border: 1px solid #ccd4ce; border-radius: 999px; background: white; font-size: 8px; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 10px; }
.score-card, .metric-card { min-height: 95px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #d7ded8; border-radius: 13px; background: #fff; }
.score-ring { width: 58px; height: 58px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle closest-side, white 74%, transparent 76% 99%), conic-gradient(var(--mint-strong) 72%, #e2e8e3 0); }
.score-ring strong { font-size: 17px; line-height: 1; }.score-ring span { font-size: 7px; color: #718079; }
.score-card > div:last-child { display: grid; }.score-card b { color: #238a51; font-size: 9px; }
.metric-card { display: grid; align-content: center; }.metric-card strong { font-size: 22px; line-height: 1; }.metric-card span { font-size: 8px; color: #718079; }.metric-card .trend { color: #238a51; }
.metric-card.dark { background: #16221a; color: white; border-color: #16221a; }.metric-card.dark small, .metric-card.dark span { color: #afc0b5; }
.dashboard-lower { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; margin-top: 10px; }
.chart-card, .action-card { min-height: 225px; padding: 15px; border: 1px solid #d7ded8; border-radius: 13px; background: #fff; }
.card-label { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; }.card-label small { color: #839088; font-size: 8px; }
.chart-card svg { width: 100%; margin-top: 16px; overflow: visible; }.line { fill: none; stroke-width: 3; stroke-linecap: round; }.organic { stroke: #3cc879; }.paid { stroke: #27372d; stroke-dasharray: 4 6; stroke-width: 2; }.area { fill: url(#fill); }
.action-card .card-label b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e5faed; color: #238a51; font-size: 9px; }
.action-card ul { margin: 12px 0 0; padding: 0; list-style: none; }.action-card li { display: grid; grid-template-columns: 8px 1fr auto; gap: 9px; align-items: center; padding: 11px 0; border-top: 1px solid #edf0ed; }.action-card i { width: 7px; height: 7px; border-radius: 50%; background: #63d995; }.action-card i.priority { background: #f3a862; }.action-card li span { display: grid; }.action-card li strong { font-size: 9px; }.action-card li small { color: #809087; font-size: 7px; }.action-card li > b { font-size: 11px; }

.marquee { overflow: hidden; padding: 16px 0; background: var(--ink); color: #c7d2ca; }
.marquee-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 28px; padding-inline: 28px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--mint); }
.section { padding: 118px 0; }
.section-heading h2 { font-size: clamp(42px, 5vw, 66px); }
.split-heading, .pricing-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.split-heading > p, .pricing-heading > p { margin: 0 0 6px; color: var(--ink-soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: steps; }
.steps li { min-height: 280px; position: relative; padding: 28px 24px 0 0; border-right: 1px solid var(--line); }.steps li + li { padding-left: 24px; }.steps li:last-child { border-right: 0; }
.step-number { color: #7c8b82; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.step-icon { width: 45px; height: 45px; display: grid; place-items: center; margin: 35px 0 25px; border-radius: 14px; background: #dff4e6; color: #21492f; font-family: Georgia, serif; font-size: 22px; }
.steps h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }.steps p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.platform { background: var(--ink); color: var(--white); }
.platform-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.platform h2 { font-size: clamp(46px, 5vw, 70px); }.platform-copy > p:not(.eyebrow) { color: #b8c6bd; font-size: 17px; }
.feature-checks { display: grid; gap: 19px; margin: 35px 0 0; padding: 0; list-style: none; }.feature-checks li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; }.feature-checks i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(169,246,200,.12); color: var(--mint); font-size: 11px; font-style: normal; }.feature-checks span { display: grid; color: #adbbb2; font-size: 13px; }.feature-checks strong { color: white; font-size: 14px; }
.audit-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #f2f4ef; color: var(--ink); box-shadow: 0 40px 80px rgba(0,0,0,.26); }
.audit-header, .audit-footer { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 800; }.audit-header b { padding: 6px 9px; border-radius: 999px; background: #d9f7e4; color: #26784b; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.audit-score { display: flex; justify-content: space-between; align-items: center; margin: 25px 0; padding: 22px; border-radius: 16px; background: white; }.audit-score > div:first-child { display: grid; }.audit-score strong { font-family: Georgia, serif; font-size: 52px; line-height: 1; }.audit-score strong span { color: #77867e; font-family: inherit; font-size: 15px; }.audit-donut { width: 78px; height: 78px; border-radius: 50%; background: radial-gradient(circle closest-side, white 72%, transparent 74% 99%), conic-gradient(var(--mint-strong) 64%, #e1e7e2 0); }
.audit-list { display: grid; gap: 8px; }.audit-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; padding: 14px; border-radius: 12px; background: white; }.audit-list article > div { display: grid; }.audit-list strong { font-size: 12px; }.audit-list small { color: #78857e; font-size: 9px; }.severity { padding: 5px 6px; border-radius: 5px; font-size: 7px; font-weight: 900; text-align: center; text-transform: uppercase; }.severity.high { background: #ffe2d4; color: #a54d23; }.severity.medium { background: #fff0c7; color: #8a6910; }.severity.low { background: #ddf6e6; color: #26784b; }
.audit-footer { margin-top: 18px; color: #6a7870; font-size: 9px; }

.pricing { background: #f8f6ef; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; margin-top: 62px; }
.price-card { min-height: 640px; position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.price-card.featured { border: 2px solid #4fbd7b; transform: translateY(-12px); box-shadow: 0 24px 55px rgba(38, 90, 58, .13); }.popular { position: absolute; top: 0; right: 28px; padding: 7px 13px; border-radius: 0 0 10px 10px; background: var(--mint); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-top { display: flex; justify-content: space-between; margin-bottom: 28px; color: #738078; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.plan-top p { margin: 0; }
.price-card h3 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 500; letter-spacing: -.035em; }.plan-description { min-height: 52px; margin: 10px 0 24px; color: var(--ink-soft); font-size: 14px; }.price { display: flex; align-items: baseline; gap: 9px; margin: 0; }.price strong { font-family: Georgia, serif; font-size: 39px; font-weight: 500; letter-spacing: -.04em; }.price span { color: #707d75; font-size: 9px; font-weight: 800; text-transform: uppercase; }.setup { margin: 4px 0 24px; color: #718078; font-size: 11px; }.price-card .button { width: 100%; }.price-card ul { display: grid; gap: 14px; margin: 30px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { position: relative; padding-left: 20px; font-size: 13px; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: #2a9b58; font-weight: 900; }
.dark-card { background: var(--ink); color: var(--white); }.dark-card .plan-description, .dark-card .setup, .dark-card .price span, .dark-card .plan-top { color: #b4c0b8; }.dark-card ul { border-color: rgba(255,255,255,.16); }.pricing-note { max-width: 740px; margin: 32px auto 0; color: #69776f; font-size: 11px; text-align: center; }

.security-strip { padding: 70px 0; background: var(--mint); }
.security-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 55px; align-items: center; }.security-grid > div { display: grid; grid-template-columns: 47px 1fr; gap: 18px; align-items: center; }.security-strip h2 { font-size: 34px; }.security-strip p { margin: 0; font-size: 14px; }.lock { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(16,23,19,.25); border-radius: 50%; font-size: 24px; }.light-link { white-space: nowrap; }

.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 100px; }.faq h2 { font-size: 56px; }.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 20px; }.faq summary::-webkit-details-marker { display: none; }.faq summary span { font-family: system-ui; font-size: 23px; font-weight: 300; transition: transform .2s; }.faq details[open] summary span { transform: rotate(45deg); }.faq details p { max-width: 700px; margin: -8px 0 24px; color: var(--ink-soft); font-size: 14px; }

.final-cta { padding: 100px 0; background: #315b43; color: white; text-align: center; }.final-cta-inner { display: grid; justify-items: center; }.final-cta h2 { max-width: 900px; font-size: clamp(46px, 6vw, 76px); }.final-cta .button { margin-top: 35px; }
.site-footer { padding: 70px 0 25px; background: var(--ink); color: white; }.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; }.footer-brand .brand-mark { background: #243129; }.footer-grid p { max-width: 330px; margin: 0; color: #aebbb3; font-size: 14px; }.footer-grid nav { display: flex; justify-content: flex-end; gap: 25px; font-size: 12px; font-weight: 700; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #829087; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.product-window { width: 100%; max-width: 800px; transform: none; }.hero { padding-bottom: 70px; }
  .platform-grid { grid-template-columns: 1fr; gap: 60px; }.platform-copy { max-width: 740px; }
  .security-grid { grid-template-columns: 1fr 1fr; }.security-grid .text-link { justify-self: start; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .nav-shell { height: 70px; }.menu-button { display: block; }.nav-links { display: none; position: absolute; top: 69px; left: 16px; right: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }.nav-links.is-open { display: grid; }.nav-login { text-align: center; }
  .hero { min-height: 0; padding-top: 125px; }.hero h1 { font-size: clamp(47px, 13vw, 69px); }.proof-row { grid-template-columns: 1fr; }.product-window { border-width: 5px; }.window-body { grid-template-columns: 36px 1fr; }.dashboard { padding: 16px; }.metric-grid { grid-template-columns: 1fr 1fr; }.score-card { grid-column: 1 / -1; }.dashboard-lower { grid-template-columns: 1fr; }.action-card { display: none; }
  .marquee-track { justify-content: flex-start; overflow: hidden; }.marquee-track span:nth-of-type(n+5), .marquee-track i:nth-of-type(n+5) { display: none; }
  .section { padding: 84px 0; }.split-heading, .pricing-heading { grid-template-columns: 1fr; gap: 25px; }.steps { grid-template-columns: 1fr 1fr; }.steps li:nth-child(2) { border-right: 0; }.steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.price-card { min-height: 0; }
  .security-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-grid nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }.lead { font-size: 16px; }.product-window { width: 670px; transform: scale(.55); transform-origin: left top; margin-bottom: -195px; }
  .steps { grid-template-columns: 1fr; }.steps li, .steps li + li { min-height: auto; padding: 27px 0 32px; border-right: 0; border-top: 1px solid var(--line); }.step-icon { margin: 22px 0 18px; }
  .audit-panel { padding: 18px; }.audit-list article { grid-template-columns: 65px 1fr; }.audit-list article > b { display: none; }
  .security-grid > div { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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