:root {
  --ink: #08110d;
  --ink-soft: #18251f;
  --muted: #7a8b82;
  --paper: #f2f5ef;
  --paper-deep: #e6ece4;
  --line: rgba(8, 17, 13, .14);
  --acid: #d9ff5f;
  --mint: #9de7bb;
  --green: #0c5f3b;
  --night: #07100d;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -60px; padding: 12px 16px; background: var(--acid); color: var(--ink); border-radius: 99px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(1200px, calc(100% - 72px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 12; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 24px max(36px, calc((100vw - 1200px) / 2)); color: var(--paper); transition: padding .3s, background .3s, color .3s; }
.site-header.scrolled { padding-top: 14px; padding-bottom: 14px; background: rgba(7,16,13,.86); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 500 13px var(--mono); letter-spacing: .22em; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 23px; height: 21px; }
.brand-mark span { display: block; width: 5px; background: currentColor; transform: skew(-24deg); }
.brand-mark span:nth-child(1) { height: 12px; opacity: .55; }.brand-mark span:nth-child(2) { height: 18px; }.brand-mark span:nth-child(3) { height: 21px; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.site-nav a { opacity: .72; transition: opacity .2s, color .2s; }.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; color: var(--acid); }
.site-nav .nav-cta { opacity: 1; display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; background: var(--acid); color: var(--ink); border-radius: 3px; }.site-nav .nav-cta span { font-size: 16px; }
.menu-toggle { display: none; background: none; border: 0; color: currentColor; padding: 8px; }.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px; }
.hero { width: 100%; max-width: none; margin-inline: 0; min-height: 780px; padding: 166px max(36px, calc((100vw - 1200px) / 2)) 0; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; background: var(--night); color: var(--paper); position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; left: -15%; bottom: -40%; width: 75%; height: 90%; background: radial-gradient(ellipse, rgba(28, 125, 79, .3), transparent 65%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 570px; padding-bottom: 50px; }.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--acid); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; margin: 0 0 23px; }.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,95,.1); animation: pulse 2.2s infinite; }
h1, h2 { margin: 0; font-weight: 700; letter-spacing: -.065em; line-height: .98; }h1 { font-size: clamp(54px, 6vw, 87px); }h2 { font-size: clamp(43px, 5vw, 72px); }h1 em, h2 em { color: var(--acid); font-style: normal; font-weight: 400; }
.hero-lede { max-width: 470px; margin: 28px 0 30px; color: #aab8af; font-size: 16px; line-height: 1.75; }.hero-actions { display: flex; align-items: center; gap: 25px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 20px; border-radius: 3px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .25s var(--ease), box-shadow .25s; }.button:hover { transform: translateY(-3px); box-shadow: 0 13px 26px rgba(0,0,0,.15); }.button-primary { background: var(--acid); color: var(--ink); }.button-light { background: var(--paper); color: var(--ink); }.button span { font-size: 17px; font-weight: 400; }.text-link { color: var(--paper); font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }.text-link span { margin-left: 7px; color: var(--acid); }.hero-note { margin-top: 36px; color: #718077; font: 11px var(--mono); }.check { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); }
.hero-visual { height: 550px; position: relative; display: grid; place-items: center; }.phone-frame { position: relative; z-index: 2; width: 286px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 37px; background: #111b17; box-shadow: 28px 36px 65px rgba(0,0,0,.45), 0 0 0 8px rgba(255,255,255,.02); transform: rotate(5deg); }.phone-frame img { display: block; width: 100%; border-radius: 29px; }.phone-speaker { position: absolute; z-index: 2; top: 17px; left: calc(50% - 27px); width: 54px; height: 6px; border-radius: 9px; background: rgba(0,0,0,.85); }.visual-orbit { position: absolute; border: 1px solid rgba(157,231,187,.16); border-radius: 50%; }.orbit-one { width: 580px; height: 250px; transform: rotate(-30deg); }.orbit-two { width: 480px; height: 350px; transform: rotate(38deg); border-color: rgba(217,255,95,.12); }.hero-card { position: absolute; z-index: 3; padding: 16px 17px; background: rgba(23,39,31,.9); border: 1px solid rgba(157,231,187,.25); box-shadow: 0 16px 30px rgba(0,0,0,.24); backdrop-filter: blur(10px); }.back-card { top: 70px; left: 6%; width: 187px; transform: rotate(-5deg); }.float-card { right: 1%; bottom: 73px; display: flex; align-items: center; gap: 11px; transform: rotate(-4deg); }.hero-card strong { display: block; font-size: 12px; }.hero-card small { display: block; margin-top: 3px; color: #91a49a; font: 10px var(--mono); }.card-kicker { display: block; margin-bottom: 11px; color: var(--mint); font: 9px var(--mono); letter-spacing: .13em; }.status-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--acid); color: var(--ink); }.mini-line { display: flex; align-items: end; gap: 3px; height: 18px; margin-top: 12px; }.mini-line i { display: block; width: 18px; background: var(--mint); border-radius: 2px; }.mini-line i:nth-child(1){height:7px}.mini-line i:nth-child(2){height:13px}.mini-line i:nth-child(3){height:10px}.mini-line i:nth-child(4){height:16px}.mini-line i:nth-child(5){height:12px}.mini-line b { margin-left: 6px; color: var(--acid); font: 11px var(--mono); }
.signal-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--acid); color: var(--ink); padding: 25px max(36px, calc((100vw - 1200px) / 2)); gap: 30px; }.signal-bar > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; align-items: center; border-right: 1px solid rgba(8,17,13,.2); }.signal-bar > div:last-child { border: 0; }.signal-bar strong { font-size: 11px; letter-spacing: .06em; }.signal-bar small { grid-column: 2; margin-top: 2px; font-size: 11px; opacity: .65; }.mono-label { grid-row: span 2; font: 11px var(--mono); opacity: .65; }
.protection-section { padding-top: 142px; padding-bottom: 155px; }.section-heading { max-width: 570px; }.section-heading .eyebrow, .workflow-intro .eyebrow, .screens-section .eyebrow { color: var(--green); }.section-heading h2, .workflow-intro h2, .screens-section h2 { color: var(--ink); }.section-heading h2 em, .workflow-intro h2 em, .screens-section h2 em { color: var(--green); }.section-heading > p:last-child { max-width: 410px; margin: 28px 0 0; color: var(--muted); line-height: 1.75; font-size: 15px; }.feature-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 17px; margin-top: 75px; }.feature-card { min-height: 382px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.42); display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s, background .3s; }.feature-card:hover { transform: translateY(-8px); border-color: var(--green); background: white; }.feature-card-large { background: var(--ink); color: var(--paper); }.feature-card-large:hover { background: var(--ink-soft); }.feature-number { color: var(--muted); font: 11px var(--mono); }.feature-card-large .feature-number { color: var(--mint); }.feature-icon { display: grid; place-items: center; width: 57px; height: 57px; margin-top: 65px; margin-bottom: 29px; border: 1px solid var(--line); color: var(--green); font-size: 25px; }.feature-card-large .feature-icon { border-color: rgba(157,231,187,.25); color: var(--acid); }.scan-icon { position: relative; border-radius: 50%; }.scan-icon span { position: absolute; display: block; border: 1px solid currentColor; border-radius: 50%; }.scan-icon span:nth-child(1){inset:12px}.scan-icon span:nth-child(2){inset:19px}.scan-icon span:nth-child(3){width:8px;height:8px;background:currentColor}.shield-icon { border-radius: 17px 17px 27px 27px; }.dns-icon { border-radius: 50%; }.feature-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.04em; }.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.feature-card-large p { color: #96a69d; }.arrow-link { margin-top: auto; padding-top: 28px; color: var(--acid); font-size: 12px; font-weight: 700; }.arrow-link span { margin-left: 11px; font-size: 16px; }.feature-tag { margin-top: auto; padding-top: 26px; color: var(--green); font: 10px var(--mono); letter-spacing: .12em; }.feature-card-large .feature-tag { color: var(--mint); }
.workflow-section { background: var(--paper-deep); overflow: hidden; }.workflow-inner { min-height: 580px; padding-top: 110px; padding-bottom: 100px; position: relative; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; }.workflow-steps { border-top: 1px solid var(--line); }.workflow-step { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 26px 0 29px; border-bottom: 1px solid var(--line); }.workflow-step > span { color: var(--green); font: 11px var(--mono); }.workflow-step h3 { margin: 0 0 8px; font-size: 19px; letter-spacing: -.04em; }.workflow-step p { max-width: 370px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.workflow-stamp { position: absolute; right: -1%; bottom: -10px; color: rgba(12,95,59,.07); font: 800 100px/.75 var(--sans); letter-spacing: -.1em; }
.screens-section { padding-top: 145px; padding-bottom: 155px; }.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 60px; }.split-heading > p { max-width: 250px; color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 5px; }.screens-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; margin-top: 74px; }.screen-shot { margin: 0; }.screen-shot img { display: block; width: 100%; border-radius: 19px; box-shadow: 0 25px 45px rgba(8,17,13,.13); }.screen-shot-offset { margin-top: 46px; }.screen-shot-offset-low { margin-top: 92px; }.screen-shot figcaption { display: flex; flex-direction: column; gap: 7px; margin-top: 20px; }.screen-shot figcaption span { color: var(--green); font: 10px var(--mono); letter-spacing: .13em; }.screen-shot figcaption b { font-size: 16px; letter-spacing: -.03em; }
.premium-section { background: var(--night); color: var(--paper); }.premium-inner { min-height: 650px; padding-top: 125px; padding-bottom: 125px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }.premium-copy { max-width: 470px; }.premium-star { color: var(--acid); font-size: 15px; }.premium-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: #92a097; font-size: 15px; line-height: 1.75; }.premium-list { border-top: 1px solid rgba(157,231,187,.22); }.premium-list > div { display: grid; grid-template-columns: 37px 1fr; padding: 25px 0; border-bottom: 1px solid rgba(157,231,187,.22); }.premium-list > div > span { color: var(--acid); font-size: 20px; }.premium-list strong { font-size: 15px; }.premium-list small { grid-column: 2; margin-top: 7px; color: #7d9084; font-size: 12px; line-height: 1.6; }
.download-section { padding-top: 105px; padding-bottom: 105px; }.download-panel { display: grid; grid-template-columns: 80px 1fr 265px; align-items: center; gap: 35px; padding: 55px 60px; background: var(--acid); }.download-mark { color: var(--ink); }.download-panel h2 { font-size: 54px; }.download-panel h2 em { color: var(--green); }.download-action p { margin: 0 0 20px; color: rgba(8,17,13,.66); font-size: 12px; line-height: 1.6; }
.site-footer { padding-top: 31px; padding-bottom: 38px; border-top: 1px solid var(--line); }.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 48px; }.footer-top p { margin: 0; color: var(--muted); font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font: 10px var(--mono); }.footer-bottom nav { display: flex; gap: 22px; }.footer-bottom a:hover { color: var(--green); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay-1 { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(217,255,95,.12); } 50% { box-shadow: 0 0 0 9px rgba(217,255,95,.03); } }
@media (max-width: 900px) { .section-shell { width: min(100% - 40px, 680px); }.site-header { padding-inline: 20px; }.site-nav { gap: 18px; }.hero { width: 100%; padding: 150px 20px 0; grid-template-columns: 1fr; min-height: auto; }.hero-copy { padding-bottom: 0; }.hero-visual { height: 530px; min-width: 0; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-column: span 2; }.workflow-inner { grid-template-columns: 1fr; gap: 50px; }.premium-inner { grid-template-columns: 1fr; gap: 65px; }.download-panel { grid-template-columns: 55px 1fr; }.download-action { grid-column: 2; } }
@media (max-width: 620px) { .section-shell { width: calc(100% - 34px); }.site-header { padding: 18px 17px; }.menu-toggle { display: block; }.site-nav { position: absolute; display: none; top: 65px; left: 17px; right: 17px; padding: 17px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7,16,13,.96); border: 1px solid rgba(255,255,255,.12); }.site-nav.open { display: flex; }.site-nav a { padding: 14px 5px; }.site-nav .nav-cta { justify-content: center; margin-top: 8px; }.hero { width: 100%; padding: 125px 17px 0; }.hero-visual { height: 430px; transform: scale(.84); transform-origin: center top; margin-bottom: -55px; }.hero-actions { flex-wrap: wrap; gap: 17px; }.signal-bar { grid-template-columns: 1fr; gap: 0; padding: 0 17px; }.signal-bar > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(8,17,13,.2); }.protection-section, .screens-section { padding-top: 90px; padding-bottom: 95px; }.feature-grid { grid-template-columns: 1fr; margin-top: 50px; }.feature-card-large { grid-column: auto; }.feature-card { min-height: 330px; }.feature-icon { margin-top: 44px; }.split-heading { display: block; }.split-heading > p { margin-top: 25px; }.screens-row { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }.screen-shot-offset { margin-top: 27px; }.screen-shot-offset-low { margin-top: 51px; }.screen-shot figcaption b { font-size: 13px; }.premium-inner { padding-top: 90px; padding-bottom: 90px; }.download-section { padding-top: 65px; padding-bottom: 65px; }.download-panel { grid-template-columns: 1fr; gap: 23px; padding: 35px 27px; }.download-action { grid-column: auto; }.download-panel h2 { font-size: 43px; }.footer-top, .footer-bottom { display: block; }.footer-top p { margin-top: 18px; }.footer-bottom nav { flex-wrap: wrap; margin-top: 22px; gap: 12px 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.pulse-dot { animation: none; }.button { transition: none; } }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
