*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  color-scheme:light;
  --page:#f4f7fa;--surface:#fff;--surface-soft:#eef4f8;--surface-blue:#edf5fd;
  --ink:#142334;--muted:#5c6b7a;--line:#d7e0e8;
  --blue:#2468ad;--blue-deep:#123e72;--blue-soft:#dcecfb;
  --green:#237b5c;--green-soft:#e4f4ed;--amber:#d18c2c;
  --on-accent:#fff;--paper:#fff;--paper-ink:#1a2027;
  --shadow-sm:0 8px 24px rgba(24,57,89,.08);
  --shadow-lg:0 28px 80px rgba(20,45,72,.16);
  --radius:18px;--ease-out:cubic-bezier(.23,1,.32,1);
}
:root[data-theme="dark"]{
  color-scheme:dark;
  --page:#0d141b;--surface:#151f28;--surface-soft:#192630;--surface-blue:#152b3e;
  --ink:#edf3f8;--muted:#a4b1bd;--line:#30404e;
  --blue:#82b7f0;--blue-deep:#b7d9f8;--blue-soft:#173754;
  --green:#72c8a5;--green-soft:#17382d;--amber:#edb765;
  --on-accent:#0e1923;
  --shadow-sm:0 8px 24px rgba(0,0,0,.18);--shadow-lg:0 28px 80px rgba(0,0,0,.34);
}
@media(prefers-color-scheme:dark){
  :root:not([data-theme]){
    color-scheme:dark;
    --page:#0d141b;--surface:#151f28;--surface-soft:#192630;--surface-blue:#152b3e;
    --ink:#edf3f8;--muted:#a4b1bd;--line:#30404e;
    --blue:#82b7f0;--blue-deep:#b7d9f8;--blue-soft:#173754;
    --green:#72c8a5;--green-soft:#17382d;--amber:#edb765;
    --on-accent:#0e1923;
    --shadow-sm:0 8px 24px rgba(0,0,0,.18);--shadow-lg:0 28px 80px rgba(0,0,0,.34);
  }
}
body{margin:0;background:var(--page);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a{font:inherit}a{color:inherit}.skip-link{position:fixed;left:16px;top:12px;z-index:100;transform:translateY(-160%);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:9px 12px}.skip-link:focus{transform:none}
:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 70%,white);outline-offset:3px}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--page) 80%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 74%,transparent);backdrop-filter:blur(18px) saturate(140%)}
.nav{min-height:72px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;margin-right:auto}.brand-mark{width:40px;height:40px;display:block;filter:drop-shadow(0 5px 10px rgba(24,66,104,.2))}.brand-copy{display:grid;line-height:1}.brand-copy strong{font-size:18px;letter-spacing:-.02em}.brand-copy small{margin-top:5px;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{color:var(--muted);font-size:13px;font-weight:650;text-decoration:none}.nav-controls{display:flex;align-items:center;gap:8px}
.theme-toggle{height:40px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);padding:0 11px;cursor:pointer}.theme-toggle svg{width:16px;height:16px}.theme-toggle span{font-size:12px;font-weight:700}.language-link{text-decoration:none}
.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;background:var(--blue);color:var(--on-accent);padding:10px 16px;font-weight:750;text-decoration:none;cursor:pointer;box-shadow:0 7px 18px color-mix(in srgb,var(--blue) 22%,transparent);transition:transform 140ms var(--ease-out),box-shadow 180ms var(--ease-out),background-color 180ms ease}.button.secondary{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:none}.button:active,.theme-toggle:active{transform:scale(.97)}
.hero{position:relative;overflow:hidden;padding:92px 0 74px}.hero::before{content:"";position:absolute;width:620px;height:620px;right:-260px;top:-300px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--blue) 18%,transparent),transparent 67%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.15fr);align-items:center;gap:66px}.hero-copy{animation:enter 650ms var(--ease-out) both}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px color-mix(in srgb,var(--green) 15%,transparent)}
h1,h2,h3,p{margin-top:0}.hero h1{max-width:670px;margin-bottom:22px;font-size:clamp(42px,5.5vw,68px);line-height:1.02;letter-spacing:-.052em}.hero h1 span{color:var(--blue)}.hero-lead{max-width:610px;margin-bottom:30px;color:var(--muted);font-size:clamp(17px,1.7vw,20px);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hero-note{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.hero-note svg{width:17px;height:17px;color:var(--green);flex:0 0 auto}
.product-stage{position:relative;animation:enter 720ms 90ms var(--ease-out) both}.product-stage::after{content:"";position:absolute;inset:12% 8% -8%;z-index:-1;border-radius:40px;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 25%,transparent),color-mix(in srgb,var(--green) 14%,transparent));filter:blur(34px)}
.product-window{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-lg);transform:rotate(.2deg)}
.window-bar{height:49px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:0 14px;background:var(--surface)}.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:var(--line)}.mini-brand{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.mini-brand .doc-icon{width:20px;height:20px;border-radius:5px;background:var(--blue);display:grid;place-items:center;color:var(--on-accent)}.mini-switch{display:flex;margin-left:auto;padding:2px;border-radius:6px;background:var(--surface-soft);font-size:8px;font-weight:750}.mini-switch span{padding:4px 7px;border-radius:4px}.mini-switch .active{background:var(--surface);box-shadow:0 1px 4px rgba(0,0,0,.12)}.local-status{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:8px}.local-status i{width:6px;height:6px;border-radius:50%;background:var(--green)}
.product-body{height:385px;display:grid;grid-template-columns:92px 1fr 196px;background:var(--surface)}.mini-steps{border-right:1px solid var(--line);background:var(--surface-soft);padding:14px 8px}.mini-progress{height:4px;margin:5px 3px 12px;border-radius:5px;background:var(--line);overflow:hidden}.mini-progress i{display:block;width:68%;height:100%;background:var(--blue)}.mini-step{display:flex;align-items:center;gap:6px;margin-bottom:5px;border-radius:6px;padding:6px 5px;color:var(--muted);font-size:7px;font-weight:700}.mini-step b{width:14px;height:14px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:6px}.mini-step.active{background:var(--blue-soft);color:var(--blue)}.mini-step.active b{border-color:var(--blue);background:var(--blue);color:var(--on-accent)}
.mini-editor{padding:20px 17px;min-width:0}.mini-kicker{color:var(--blue);font-size:7px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.mini-editor .demo-title{display:block;margin:3px 0;font-size:17px;font-weight:700;letter-spacing:-.025em}.mini-editor>p{margin-bottom:16px;color:var(--muted);font-size:7px}.fake-field{margin-bottom:10px}.fake-field label{display:block;margin-bottom:4px;font-size:7px;font-weight:750}.fake-input{height:27px;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:6px 8px;color:var(--muted);font-size:7px;white-space:nowrap;overflow:hidden}.fake-input.tall{height:54px;white-space:normal;line-height:1.45}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tip{margin-top:12px;border-left:3px solid var(--amber);background:color-mix(in srgb,var(--amber) 10%,var(--surface));padding:8px;color:var(--muted);font-size:7px}.tip strong{color:var(--ink)}
.mini-preview{position:relative;display:grid;place-items:center;border-left:1px solid var(--line);background:color-mix(in srgb,var(--surface-soft) 78%,var(--line));padding:20px 18px}.paper{width:146px;height:258px;background:var(--paper);color:var(--paper-ink);box-shadow:0 8px 24px rgba(20,36,52,.18);padding:19px 16px;font-family:Arial,Helvetica,sans-serif}.paper .demo-name{display:block;margin:0 0 2px;font-size:11px;font-weight:700}.paper .role{margin-bottom:7px;font-size:6px;font-weight:700}.paper .contact{margin-bottom:11px;color:#57616b;font-size:4.8px}.paper .demo-section{display:block;margin:8px 0 4px;border-bottom:1px solid #222;padding-bottom:2px;font-size:5.7px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.paper p,.paper li{font-size:4.7px;line-height:1.5}.paper p{margin:0 0 4px}.paper ul{margin:3px 0;padding-left:10px}.paper li{margin-bottom:2px}.paper strong{font-size:5px}
.score-card{position:absolute;right:-18px;bottom:-26px;width:190px;border:1px solid color-mix(in srgb,var(--blue) 35%,var(--line));border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm);padding:14px;animation:enter 650ms 220ms var(--ease-out) both}.score-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.score-top small{display:block;color:var(--muted);font-size:8px;font-weight:700}.score-value{color:var(--blue);font-size:23px;font-weight:850;letter-spacing:-.04em}.score-value span{font-size:10px}.score-bar{height:5px;margin:8px 0 10px;border-radius:5px;background:var(--surface-soft);overflow:hidden}.score-bar i{display:block;width:84%;height:100%;background:var(--blue)}.keyword-line{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:9px;font-size:8px}.keyword-line span{color:var(--muted)}.keyword-line strong{color:var(--green)}.score-disclaimer{display:block;margin-top:7px;color:var(--muted);font-size:6.5px}
.trust-strip{border-block:1px solid var(--line);background:var(--surface)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;min-height:82px;border-right:1px solid var(--line);font-size:12px;font-weight:750}.trust-item:last-child{border:0}.trust-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:var(--green-soft);color:var(--green)}.trust-icon svg{width:16px;height:16px}
section{padding:106px 0}.section-heading{max-width:720px;margin:0 auto 52px;text-align:center}.section-kicker{display:block;margin-bottom:10px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.section-heading h2,.privacy-copy h2,.final-cta h2{margin-bottom:16px;font-size:clamp(34px,4.4vw,52px);line-height:1.08;letter-spacing:-.045em}.section-heading p,.privacy-copy>p,.final-cta p{color:var(--muted);font-size:17px}
.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.feature-card{position:relative;overflow:hidden;min-height:330px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:30px;box-shadow:var(--shadow-sm)}.feature-card.large{grid-column:span 7}.feature-card.medium{grid-column:span 5}.feature-card.half{grid-column:span 6;min-height:300px}.feature-card h3{margin:12px 0 9px;font-size:23px;line-height:1.2;letter-spacing:-.03em}.feature-card>p{max-width:520px;color:var(--muted)}.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--blue-soft);color:var(--blue)}.feature-icon.green{background:var(--green-soft);color:var(--green)}.feature-icon svg{width:21px;height:21px}
.steps-demo{display:grid;grid-template-columns:155px 1fr;gap:12px;margin-top:26px}.steps-list{display:grid;gap:6px}.steps-list div{display:flex;align-items:center;gap:8px;border-radius:7px;padding:7px 9px;background:var(--surface-soft);color:var(--muted);font-size:9px;font-weight:700}.steps-list b{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:7px}.steps-list .selected{background:var(--blue-soft);color:var(--blue)}.steps-list .selected b{background:var(--blue);border-color:var(--blue);color:var(--on-accent)}.bullet-demo{border:1px solid var(--line);border-radius:10px;padding:12px}.bullet-demo small{color:var(--muted);font-size:8px}.bullet-demo p{margin:5px 0 10px;font-size:9px;line-height:1.5}.signal-row{display:flex;gap:5px}.signal-row span{border-radius:5px;background:var(--green-soft);color:var(--green);padding:4px 6px;font-size:7px;font-weight:750}
.check-demo{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:14px;margin-top:22px}.score-ring{width:88px;height:88px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--blue) 0 84%,var(--surface-soft) 84%)}.score-ring::before{content:"84";width:65px;height:65px;display:grid;place-items:center;border-radius:50%;background:var(--surface);color:var(--blue);font-size:25px;font-weight:850}.check-breakdown{display:grid;gap:8px}.check-breakdown div{display:grid;grid-template-columns:1fr auto;gap:10px;font-size:9px}.check-breakdown i{grid-column:1/-1;height:4px;border-radius:5px;background:var(--surface-soft);overflow:hidden}.check-breakdown i::after{content:"";display:block;width:78%;height:100%;background:var(--blue)}.separate-note{display:flex;align-items:center;justify-content:space-between;margin-top:14px;border-top:1px solid var(--line);padding-top:12px;color:var(--muted);font-size:9px}.separate-note strong{color:var(--green)}
.docs-demo{position:absolute;right:24px;bottom:0;width:235px;height:185px}.doc-sheet{position:absolute;width:120px;height:166px;border:1px solid #d9dee3;background:#fff;box-shadow:0 12px 28px rgba(20,36,52,.13);padding:14px 12px;color:#20262b}.doc-sheet:first-child{left:0;top:22px;transform:rotate(-4deg)}.doc-sheet:last-child{right:0;top:0;transform:rotate(3deg)}.doc-sheet b{display:block;margin-bottom:7px;font:700 8px Arial}.doc-sheet i{display:block;height:3px;margin-bottom:5px;background:#d8dee4}.doc-sheet i:nth-child(3){width:72%}.doc-sheet i:nth-child(5){width:84%}.doc-switch-label{display:inline-flex;margin-top:18px;border-radius:7px;background:var(--surface-soft);padding:3px;font-size:8px;font-weight:750}.doc-switch-label span{padding:5px 8px;border-radius:5px}.doc-switch-label span:first-child{background:var(--surface);box-shadow:0 1px 4px rgba(0,0,0,.1)}
.pdf-demo{margin-top:23px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);padding:15px}.pdf-row{display:flex;align-items:center;gap:12px}.pdf-file{width:42px;height:50px;display:grid;place-items:center;border-radius:7px;background:#fff;color:#b53e3e;font-size:8px;font-weight:850;box-shadow:0 5px 14px rgba(20,36,52,.1)}.pdf-copy{display:grid}.pdf-copy strong{font-size:10px}.pdf-copy span{color:var(--muted);font-size:8px}.pdf-tags{display:flex;gap:6px;margin-top:12px}.pdf-tags span{border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:4px 7px;color:var(--muted);font-size:7px;font-weight:750}
.how-section{background:var(--surface)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.how-step{position:relative;min-height:260px;padding:34px;border-right:1px solid var(--line)}.how-step:last-child{border:0}.step-number{display:block;margin-bottom:32px;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.08em}.how-step h3{font-size:24px;letter-spacing:-.03em}.how-step p{color:var(--muted)}.how-step::after{content:"→";position:absolute;right:-14px;top:48%;z-index:2;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--blue);font-weight:800}.how-step:last-child::after{display:none}
.privacy-section{padding:96px 0}.privacy-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;border:1px solid color-mix(in srgb,var(--green) 35%,var(--line));border-radius:28px;background:linear-gradient(135deg,var(--green-soft),var(--surface));padding:64px}.privacy-panel::before{content:"";position:absolute;width:350px;height:350px;left:-180px;bottom:-250px;border-radius:50%;background:color-mix(in srgb,var(--green) 15%,transparent)}.privacy-copy{position:relative}.privacy-copy .section-kicker{color:var(--green)}.privacy-points{display:grid;gap:12px;margin-top:26px}.privacy-point{display:flex;align-items:flex-start;gap:10px}.privacy-point svg{width:18px;height:18px;margin-top:3px;color:var(--green);flex:0 0 auto}.privacy-point div{display:grid}.privacy-point strong{font-size:13px}.privacy-point span{color:var(--muted);font-size:11px}
.privacy-diagram{position:relative;display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;gap:12px}.diagram-card{min-height:170px;display:grid;place-items:center;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm);padding:22px;text-align:center}.diagram-card svg{width:42px;height:42px;margin-bottom:12px;color:var(--blue)}.diagram-card strong{display:block}.diagram-card small{color:var(--muted)}.diagram-line{height:2px;background:var(--green);position:relative}.diagram-line::after{content:"";position:absolute;right:0;top:-4px;width:8px;height:8px;border-top:2px solid var(--green);border-right:2px solid var(--green);transform:rotate(45deg)}.diagram-badge{position:absolute;left:50%;bottom:-32px;transform:translateX(-50%);white-space:nowrap;border:1px solid color-mix(in srgb,var(--green) 45%,var(--line));border-radius:999px;background:var(--surface);color:var(--green);padding:7px 11px;font-size:9px;font-weight:800}
.faq-grid{max-width:850px;margin-inline:auto}.faq-grid details{border-bottom:1px solid var(--line);padding:20px 4px}.faq-grid summary{cursor:pointer;font-size:17px;font-weight:750;list-style:none}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary::after{content:"+";float:right;color:var(--blue);font-size:23px;line-height:1}.faq-grid details[open] summary::after{content:"−"}.faq-grid details p{max-width:720px;margin:12px 0 0;color:var(--muted)}
.final-section{padding-top:40px}.final-cta{position:relative;overflow:hidden;border-radius:28px;background:var(--blue-deep);color:#fff;padding:70px;text-align:center}.final-cta::before,.final-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.06)}.final-cta::before{width:280px;height:280px;left:-130px;top:-170px}.final-cta::after{width:220px;height:220px;right:-90px;bottom:-140px}.final-cta h2,.final-cta p,.final-cta .hero-actions{position:relative}.final-cta h2{max-width:760px;margin-inline:auto}.final-cta p{max-width:590px;margin:0 auto 28px;color:rgba(255,255,255,.85)}.final-cta .hero-actions{justify-content:center;margin:0}.final-cta .button{background:#fff;color:#123e72;box-shadow:none}
footer{padding:38px 0 46px}.footer-row{display:flex;align-items:center;gap:20px}.footer-row .brand{margin-right:auto}.footer-row p{margin:0;color:var(--muted);font-size:11px}.footer-links{display:flex;gap:18px}.footer-links a{color:var(--muted);font-size:11px;font-weight:700;text-decoration:none}
@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(hover:hover) and (pointer:fine){.button:hover{transform:translateY(-2px);box-shadow:0 11px 24px color-mix(in srgb,var(--blue) 26%,transparent)}.button.secondary:hover{background:var(--surface-soft);box-shadow:none}.nav-links a:hover,.footer-links a:hover{color:var(--ink)}.feature-card:hover{border-color:color-mix(in srgb,var(--blue) 40%,var(--line))}.theme-toggle:hover{background:var(--surface-soft)}}
@media(max-width:1020px){.nav-links{display:none}.hero{padding-top:70px}.hero-grid{grid-template-columns:1fr;gap:54px}.hero-copy{text-align:center}.hero-copy .hero-lead{margin-inline:auto}.hero-actions,.hero-note{justify-content:center}.product-stage{width:min(700px,94%);margin-inline:auto}.feature-card.large,.feature-card.medium{grid-column:span 6}.privacy-panel{grid-template-columns:1fr;padding:52px}.privacy-diagram{max-width:580px;margin-inline:auto}}
@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.site-header .nav{min-height:64px}.brand-copy small,.theme-toggle span,.nav-controls>.button{display:none}.hero{padding:60px 0 52px}.hero h1{font-size:clamp(40px,12vw,54px)}.hero-lead{font-size:16px}.hero-actions{display:grid}.hero-actions .button{width:100%}.product-body{height:350px;grid-template-columns:72px 1fr}.mini-steps{padding-inline:5px}.mini-step{gap:3px;font-size:6px}.mini-editor{display:none}.mini-preview{border-left:0}.paper{width:160px;height:278px}.score-card{right:-7px;bottom:-37px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{justify-content:flex-start;padding:0 18px;border-bottom:1px solid var(--line)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:0}section{padding:78px 0}.section-heading{margin-bottom:36px}.feature-grid{display:block}.feature-card,.feature-card.large,.feature-card.medium,.feature-card.half{min-height:0;margin-bottom:14px}.steps-demo{grid-template-columns:1fr}.docs-demo{position:relative;right:auto;bottom:auto;width:240px;margin:14px auto -30px}.how-grid{grid-template-columns:1fr}.how-step{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.how-step::after{right:50%;top:auto;bottom:-14px;transform:translateX(50%) rotate(90deg)}.privacy-panel{gap:44px;padding:38px 24px}.privacy-diagram{grid-template-columns:1fr}.diagram-line{width:2px;height:34px;margin-inline:auto}.diagram-line::after{right:-3px;top:auto;bottom:0;transform:rotate(135deg)}.diagram-badge{bottom:-24px}.final-cta{padding:50px 23px}.footer-row{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-copy,.product-stage,.score-card{animation:none}.button,.theme-toggle{transition:none}}

h1,h2,h3{font-feature-settings:"kern" 1,"liga" 1;text-wrap:balance}
p{text-wrap:pretty}
section[id]{scroll-margin-top:88px}
.site-header{box-shadow:0 1px 0 color-mix(in srgb,var(--surface) 55%,transparent)}
.nav{min-height:76px}
.nav-links a{position:relative;padding-block:8px}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;border-radius:2px;background:var(--blue);transition:right 180ms var(--ease-out)}
.hero{isolation:isolate;padding:104px 0 90px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 64%,transparent),transparent 68%)}
.hero::after{content:"";position:absolute;z-index:-2;inset:0;background-image:linear-gradient(color-mix(in srgb,var(--blue) 6%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--blue) 6%,transparent) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 72%);pointer-events:none}
.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(540px,1.16fr);gap:76px}
.hero-copy{position:relative;z-index:1}
.eyebrow{border:1px solid color-mix(in srgb,var(--blue) 28%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--surface) 84%,transparent);padding:7px 11px;box-shadow:var(--shadow-sm)}
.eyebrow::before{width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 14%,transparent)}
.hero h1{max-width:720px;margin-bottom:24px;font-size:clamp(48px,5.6vw,72px);line-height:.99;letter-spacing:-.058em}
.hero-lead{max-width:625px;margin-bottom:28px;line-height:1.7}
.hero-proof{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px;padding:0;list-style:none}
.hero-proof li{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--surface) 82%,transparent);padding:6px 9px;color:var(--muted);font-size:10px;font-weight:750;box-shadow:0 4px 14px rgba(20,45,72,.04)}
.hero-proof svg{width:13px;height:13px;color:var(--green)}
.product-window{border-color:color-mix(in srgb,var(--blue) 16%,var(--line));box-shadow:0 34px 90px rgba(18,62,114,.19),0 2px 0 color-mix(in srgb,var(--surface) 65%,transparent) inset}
.window-bar{background:color-mix(in srgb,var(--surface) 94%,var(--surface-soft))}
.score-card{border-color:color-mix(in srgb,var(--blue) 42%,var(--line));box-shadow:0 18px 45px rgba(18,62,114,.18)}
.trust-grid{grid-template-columns:repeat(5,1fr)}
.trust-item{min-height:88px;padding-inline:12px;text-align:left;line-height:1.35}
.trust-icon{transition:transform 180ms var(--ease-out),background-color 180ms ease}
section{padding:116px 0}
.section-heading{max-width:760px;margin-bottom:58px}
.section-heading h2,.privacy-copy h2,.mobile-copy h2,.final-cta h2{letter-spacing:-.05em}
.section-heading p,.privacy-copy>p,.mobile-copy>p,.final-cta p{line-height:1.75}
.feature-card{border-color:color-mix(in srgb,var(--line) 88%,var(--blue));box-shadow:0 10px 32px rgba(20,45,72,.065);transition:transform 220ms var(--ease-out),box-shadow 220ms var(--ease-out),border-color 180ms ease}
.feature-card::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--blue) 24%,transparent),transparent)}
.feature-card h3{font-size:24px}
.how-grid{box-shadow:0 16px 44px rgba(20,45,72,.07)}
.how-step{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 97%,var(--blue-soft)),var(--surface))}
.privacy-panel{box-shadow:0 22px 60px rgba(25,105,78,.1)}
.final-cta{background:linear-gradient(135deg,#123e72 0%,#1d5d9c 58%,#2468ad 100%);box-shadow:0 26px 70px rgba(18,62,114,.22)}
.mobile-section{position:relative;overflow:hidden;background:var(--surface)}
.mobile-section::before{content:"";position:absolute;width:520px;height:520px;right:-260px;top:80px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--green) 13%,transparent),transparent 68%);pointer-events:none}
.mobile-showcase{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);align-items:center;gap:96px}
.mobile-copy{max-width:560px}
.mobile-copy .section-kicker{color:var(--green)}
.mobile-copy h2{margin-bottom:20px;font-size:clamp(38px,4.7vw,58px);line-height:1.04}
.mobile-copy>p{margin-bottom:26px;color:var(--muted);font-size:17px}
.mobile-benefits{display:grid;gap:12px;margin:28px 0}
.mobile-benefit{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}
.mobile-benefit-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--green-soft);color:var(--green)}
.mobile-benefit-icon svg{width:19px;height:19px}
.mobile-benefit div{display:grid}
.mobile-benefit strong{font-size:13px}
.mobile-benefit span{color:var(--muted);font-size:11px;line-height:1.5}
.device-local-note{display:flex;align-items:flex-start;gap:9px;border-top:1px solid var(--line);padding-top:17px;color:var(--muted);font-size:10px;line-height:1.6}
.device-local-note svg{width:16px;height:16px;margin-top:1px;color:var(--blue);flex:0 0 auto}
.mobile-visual{position:relative;min-height:700px;display:grid;place-items:center}
.mobile-visual::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--blue) 14%,transparent),color-mix(in srgb,var(--green) 11%,transparent));filter:blur(1px)}
.device-caption{position:absolute;z-index:3;left:2%;top:16%;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-sm);padding:9px 11px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.device-caption::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}
.mobile-status-card{position:absolute;z-index:3;right:0;bottom:17%;width:150px;border:1px solid color-mix(in srgb,var(--blue) 32%,var(--line));border-radius:13px;background:var(--surface);box-shadow:var(--shadow-sm);padding:12px}
.mobile-status-card small{display:block;color:var(--muted);font-size:8px}.mobile-status-card strong{display:block;margin:2px 0;color:var(--blue);font-size:18px}.mobile-status-card span{color:var(--green);font-size:8px;font-weight:800}
.phone-device{position:relative;z-index:2;width:326px;height:662px;border:10px solid #111922;border-radius:44px;background:#111922;box-shadow:0 35px 80px rgba(10,25,39,.3),0 0 0 1px #536170;overflow:hidden}
.phone-device::before{content:"";position:absolute;z-index:5;left:50%;top:8px;width:92px;height:22px;border-radius:16px;background:#0a0f14;transform:translateX(-50%)}
.phone-device::after{content:"";position:absolute;z-index:5;left:50%;bottom:7px;width:96px;height:4px;border-radius:4px;background:rgba(255,255,255,.55);transform:translateX(-50%)}
.phone-screen{height:100%;overflow:hidden;border-radius:34px;background:var(--page);color:var(--ink)}
.phone-appbar{height:58px;display:flex;align-items:flex-end;gap:7px;border-bottom:1px solid var(--line);background:var(--surface);padding:0 13px 10px}
.phone-logo{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(145deg,#2468ad,#123e72);color:#fff;font-size:11px;font-weight:900}
.phone-brand{display:grid;line-height:1}.phone-brand strong{font-size:10px}.phone-brand small{margin-top:3px;color:var(--muted);font-size:5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.phone-saved{display:flex;align-items:center;gap:4px;margin-left:auto;color:var(--muted);font-size:6px}.phone-saved i{width:5px;height:5px;border-radius:50%;background:var(--green)}
.phone-doc-switch{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin:9px 11px 7px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:2px;color:var(--muted);font-size:7px;font-weight:800;text-align:center}.phone-doc-switch span{border-radius:5px;padding:6px}.phone-doc-switch .active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.12)}
.phone-view-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:0 9px 8px;border-bottom:1px solid var(--line);padding:0 2px 7px}
.phone-view-switch button{min-width:0;border:0;border-radius:6px;background:transparent;color:var(--muted);padding:7px 3px;font-size:6.5px;font-weight:800;cursor:pointer;transition:transform 120ms var(--ease-out),background-color 180ms ease,color 180ms ease}
.phone-view-switch button[aria-pressed="true"]{background:var(--blue-soft);color:var(--blue)}
.phone-view-switch button:active{transform:scale(.96)}
.phone-content{position:relative;height:516px;overflow:hidden}
.phone-panel{position:absolute;inset:0;overflow:hidden;padding:10px 13px 18px;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity 190ms var(--ease-out),transform 190ms var(--ease-out)}
.phone-panel.is-active{z-index:1;opacity:1;transform:translateY(0);pointer-events:auto}
.phone-step-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:6.5px}.phone-step-meta strong{color:var(--blue)}
.phone-progress{height:4px;margin:6px 0 14px;border-radius:5px;background:var(--surface-soft);overflow:hidden}.phone-progress i{display:block;width:68%;height:100%;background:var(--blue)}
.phone-panel .demo-title{margin-bottom:3px;font-size:17px;font-weight:700;letter-spacing:-.03em}.phone-intro{margin-bottom:13px;color:var(--muted);font-size:7px}
.phone-field{display:grid;gap:4px;margin-bottom:9px}.phone-field label{font-size:7px;font-weight:800}.phone-input{min-height:30px;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:8px;color:var(--muted);font-size:7px}.phone-input.tall{min-height:62px;line-height:1.45}
.phone-tip{border-left:3px solid var(--amber);background:color-mix(in srgb,var(--amber) 10%,var(--surface));padding:8px;color:var(--muted);font-size:6.5px}.phone-tip strong{color:var(--ink)}
.phone-next{display:block;width:100%;margin-top:12px;border:0;border-radius:7px;background:var(--blue);color:var(--on-accent);padding:9px;font-size:7px;font-weight:850;text-align:center}
.phone-preview-stage{height:100%;display:grid;place-items:start center;background:var(--surface-soft);padding-top:13px}
.phone-paper{width:196px;height:344px;background:#fff;color:#171c22;box-shadow:0 8px 22px rgba(17,34,51,.16);padding:24px 20px;font:6px/1.5 Arial,Helvetica,sans-serif}
.phone-paper .demo-name{display:block;margin:0 0 2px;font-size:12px;font-weight:700}.phone-paper .phone-role{font-size:7px;font-weight:700}.phone-paper .phone-contact{margin:3px 0 11px;color:#5a626a;font-size:5px}.phone-paper .demo-section{display:block;margin:9px 0 4px;border-bottom:1px solid #222;padding-bottom:2px;font-size:6px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.phone-paper p{margin:0 0 4px}.phone-paper ul{margin:3px 0;padding-left:11px}
.phone-check-card{border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:9px;background:var(--surface);padding:13px}.phone-check-kicker{color:var(--blue);font-size:6px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.phone-check-score{display:flex;align-items:baseline;gap:3px;margin:4px 0}.phone-check-score strong{color:var(--blue);font-size:30px;letter-spacing:-.05em}.phone-check-score span{color:var(--muted);font-size:8px}.phone-check-card p{margin:0;color:var(--muted);font-size:6.5px}.phone-check-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.phone-check-breakdown div{border-radius:6px;background:var(--surface-soft);padding:7px}.phone-check-breakdown span{display:block;color:var(--muted);font-size:5.5px}.phone-check-breakdown strong{font-size:9px}.phone-keyword{display:flex;justify-content:space-between;margin:10px 0;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px;font-size:7px}.phone-keyword span{color:var(--muted)}.phone-keyword strong{color:var(--green)}
.phone-finding{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px;border:1px solid var(--line);border-left:3px solid var(--green);border-radius:7px;background:var(--surface);padding:8px}.phone-finding.warning{border-left-color:var(--amber)}.phone-finding i{width:5px;height:5px;margin-top:3px;border-radius:50%;background:var(--green)}.phone-finding.warning i{background:var(--amber)}.phone-finding div{display:grid}.phone-finding strong{font-size:6.5px}.phone-finding span{color:var(--muted);font-size:5.5px}
@media(hover:hover) and (pointer:fine){
  .nav-links a:hover::after{right:0}
  .feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(20,45,72,.12)}
  .trust-item:hover .trust-icon{transform:translateY(-2px);background:color-mix(in srgb,var(--green-soft) 72%,var(--surface))}
}
@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:60px}.hero-copy{text-align:center}.hero-copy .hero-lead{margin-inline:auto}.hero-proof,.hero-actions,.hero-note{justify-content:center}.product-stage{width:min(720px,94%);margin-inline:auto}
  .mobile-showcase{grid-template-columns:1fr;gap:48px}.mobile-copy{max-width:720px;margin-inline:auto;text-align:center}.mobile-benefits{grid-template-columns:repeat(3,1fr);text-align:left}.device-local-note{justify-content:center}.mobile-visual{min-height:680px}
}
@media(max-width:900px){.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item{border-bottom:1px solid var(--line)}.trust-item:nth-child(3){border-right:0}.trust-item:nth-child(n+4){border-bottom:0}}
@media(max-width:720px){
  .nav{min-height:66px}.hero{padding:66px 0 58px}.hero h1{font-size:clamp(42px,12vw,56px);line-height:1.01}.hero-proof{justify-content:center}.hero-proof li{font-size:9px}.hero-note{text-align:left;align-items:flex-start}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{min-height:74px;justify-content:flex-start;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.trust-item:nth-child(even){border-right:0!important}.trust-item:last-child{grid-column:1/-1;border-right:0!important;border-bottom:0!important;justify-content:center}.trust-item:nth-last-child(2){border-bottom:0!important}section{padding:84px 0}.section-heading{margin-bottom:38px}.feature-card{padding:25px}.mobile-benefits{grid-template-columns:1fr}.mobile-copy{text-align:left}.device-local-note{justify-content:flex-start}.mobile-visual{min-height:620px}.mobile-visual::before{width:340px;height:340px}.phone-device{width:292px;height:594px;border-width:8px;border-radius:39px}.phone-device::before{top:6px;width:82px;height:20px}.phone-content{height:456px}.phone-appbar{height:54px}.phone-paper{width:176px;height:309px}.device-caption{left:0;top:11%}.mobile-status-card{right:-4px;bottom:10%;width:132px}.final-cta{box-shadow:0 20px 48px rgba(18,62,114,.2)}
}
@media(max-width:390px){.device-caption,.mobile-status-card{display:none}.phone-device{width:280px}.mobile-visual{min-height:600px}}
@media(prefers-reduced-motion:reduce){.nav-links a::after,.feature-card,.trust-icon,.phone-view-switch button,.phone-panel{transition:none}.phone-panel{transform:none}}
.mobile-hero-brand{display:none}
.feature-card.responsive-feature{grid-column:1/-1;min-height:310px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);align-items:center;gap:54px;background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--blue-soft) 58%,var(--surface)))}
.responsive-feature-copy{max-width:560px}.responsive-feature-copy h3{font-size:clamp(27px,3.1vw,38px);line-height:1.1}.responsive-feature-copy>p{color:var(--muted);font-size:15px;line-height:1.7}
.feature-link{display:inline-flex;align-items:center;gap:7px;margin-top:8px;color:var(--blue);font-size:11px;font-weight:850;text-decoration:none}.feature-link span{transition:transform 160ms var(--ease-out)}
.responsive-scene{position:relative;min-height:240px}
.responsive-desktop{position:absolute;left:0;top:4px;width:88%;height:220px;overflow:hidden;border:1px solid color-mix(in srgb,var(--blue) 24%,var(--line));border-radius:13px;background:var(--surface);box-shadow:0 18px 42px rgba(18,62,114,.14)}
.responsive-desktop-bar{height:27px;display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--line);padding:0 9px}.responsive-desktop-bar i{width:5px;height:5px;border-radius:50%;background:var(--line)}.responsive-desktop-bar strong{margin-left:5px;font-size:6px}
.responsive-desktop-body{height:193px;display:grid;grid-template-columns:54px 1fr 92px}.responsive-desktop-side{border-right:1px solid var(--line);background:var(--surface-soft);padding:10px 6px}.responsive-desktop-side i{display:block;height:13px;margin-bottom:5px;border-radius:4px;background:var(--line)}.responsive-desktop-side i:nth-child(2){background:var(--blue-soft)}
.responsive-desktop-form{padding:14px 11px}.responsive-desktop-form b{display:block;margin-bottom:9px;font-size:9px}.responsive-desktop-form i{display:block;height:19px;margin-bottom:7px;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.responsive-desktop-form i:last-child{height:45px}
.responsive-desktop-preview{display:grid;place-items:center;border-left:1px solid var(--line);background:var(--surface-soft)}.responsive-desktop-paper{width:64px;height:113px;background:#fff;box-shadow:0 5px 15px rgba(20,36,52,.15);padding:10px 7px}.responsive-desktop-paper i{display:block;height:2px;margin-bottom:4px;background:#b9c1c9}.responsive-desktop-paper i:first-child{width:58%;height:4px;background:#3f4750}.responsive-desktop-paper i:nth-child(4){margin-top:8px;background:#59616a}
.responsive-phone-mini{position:absolute;right:0;bottom:0;width:104px;height:198px;border:6px solid #111922;border-radius:24px;background:#111922;box-shadow:0 20px 42px rgba(10,25,39,.28);overflow:hidden}.responsive-phone-mini::before{content:"";position:absolute;z-index:2;left:50%;top:4px;width:34px;height:8px;border-radius:5px;background:#080d12;transform:translateX(-50%)}
.responsive-phone-screen{height:100%;border-radius:17px;background:var(--page);padding:18px 6px 7px}.responsive-phone-head{height:17px;border-radius:4px;background:var(--surface);box-shadow:0 1px 0 var(--line)}.responsive-phone-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin:5px 0}.responsive-phone-tabs i{height:11px;border-radius:3px;background:var(--surface-soft)}.responsive-phone-tabs i:first-child{background:var(--blue-soft)}.responsive-phone-field{height:17px;margin-bottom:4px;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.responsive-phone-field.tall{height:38px}.responsive-phone-cta{height:18px;margin-top:7px;border-radius:4px;background:var(--blue)}
.responsive-badge{position:absolute;right:14%;top:-12px;z-index:3;border:1px solid color-mix(in srgb,var(--green) 38%,var(--line));border-radius:999px;background:var(--surface);box-shadow:var(--shadow-sm);padding:6px 9px;color:var(--green);font-size:8px;font-weight:850}
@media(hover:hover) and (pointer:fine){.feature-link:hover span{transform:translateX(3px)}}
@media(max-width:900px){.feature-card.responsive-feature{grid-template-columns:1fr;gap:34px}.responsive-feature-copy{max-width:680px}.responsive-scene{width:min(540px,100%);margin-inline:auto}}
@media(max-width:720px){
  .site-header{display:none!important}
  .mobile-hero-brand{display:inline-flex;margin:0 auto 28px}.mobile-hero-brand .brand-mark{width:42px;height:42px}.mobile-hero-brand .brand-copy small{display:block}
  .hero{padding-top:36px}
  .feature-card.responsive-feature{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:28px}.responsive-feature-copy h3{font-size:29px}.responsive-scene{min-height:218px}.responsive-desktop{height:196px}.responsive-desktop-body{height:169px}.responsive-phone-mini{width:92px;height:176px}.responsive-badge{right:10%;top:-10px}
}
@media(prefers-reduced-motion:reduce){.feature-link span{transition:none}.feature-link:hover span{transform:none}}

/* JagoanCV rebrand — selected direction A: Bold Energik. */
:root{
  --jcv-forest:#174f3b;--jcv-forest-deep:#0c3729;--jcv-lime:#dfff63;--jcv-orange:#ff7648;--jcv-offset:#cbd3c5;--jcv-on-lime:#14251d;
  --page:#f6f5e9;--surface:#fffef8;--surface-soft:#e9ecdf;--surface-blue:#edf3d7;
  --ink:#14251d;--muted:#5d6a62;--line:#ced5c7;
  --blue:#174f3b;--blue-deep:#0c3729;--blue-soft:#dfff63;
  --green:#174f3b;--green-soft:#e0f5d0;--amber:#ff7648;
  --shadow-sm:0 10px 28px rgba(20,55,40,.1);--shadow-lg:0 30px 78px rgba(16,55,40,.17);
  --radius:22px;
}
:root[data-theme="dark"]{
  --page:#0b1510;--surface:#111f18;--surface-soft:#17261e;--surface-blue:#182c21;
  --ink:#f3f6e9;--muted:#acbab1;--line:#304238;
  --blue:#dfff63;--blue-deep:#efffb3;--blue-soft:#25381d;
  --green:#8ed8b5;--green-soft:#193329;--amber:#ff8f66;--on-accent:#102117;
  --jcv-offset:#38503f;--shadow-sm:0 10px 28px rgba(0,0,0,.24);--shadow-lg:0 30px 78px rgba(0,0,0,.42);
}
@media(prefers-color-scheme:dark){
  :root:not([data-theme]){
    --page:#0b1510;--surface:#111f18;--surface-soft:#17261e;--surface-blue:#182c21;
    --ink:#f3f6e9;--muted:#acbab1;--line:#304238;
    --blue:#dfff63;--blue-deep:#efffb3;--blue-soft:#25381d;
    --green:#8ed8b5;--green-soft:#193329;--amber:#ff8f66;--on-accent:#102117;
    --jcv-offset:#38503f;--shadow-sm:0 10px 28px rgba(0,0,0,.24);--shadow-lg:0 30px 78px rgba(0,0,0,.42);
  }
}
body{background:var(--page)}
:focus-visible{outline-color:var(--jcv-orange)}
.site-header{border-bottom:2px solid color-mix(in srgb,var(--jcv-forest) 45%,var(--line));background:color-mix(in srgb,var(--page) 88%,transparent);box-shadow:none}
.nav{min-height:78px}
.brand{gap:13px}
.brand-mark{display:none}
.brand::before{content:"";width:41px;height:41px;display:block;flex:0 0 auto;border-radius:12px 12px 12px 4px;background:url("./assets/jagoancv-icon.svg") center/cover no-repeat;box-shadow:4px 4px 0 var(--jcv-lime)}
.brand-copy strong{font-size:20px;font-weight:900;letter-spacing:-.055em}
.brand-copy small{margin-top:5px;font-size:8px;letter-spacing:.12em}
.nav-links a{font-size:12px;font-weight:800}
.nav-links a::after{height:3px;background:var(--jcv-orange)}
.theme-toggle{height:42px;border:2px solid var(--line);border-radius:999px;background:var(--surface)}
.button{min-height:44px;border:2px solid var(--blue);border-radius:999px;padding:10px 18px;font-weight:900;box-shadow:none}
.button.secondary{border-width:2px}
.hero{padding:108px 0 96px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 66%,transparent),transparent 72%)}
.hero::before{content:"JAGOAN";width:auto;height:auto;left:50%;right:auto;top:-24px;z-index:-1;transform:translateX(-50%);border-radius:0;background:none;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,var(--blue) 13%,transparent);font-size:clamp(118px,18vw,245px);font-weight:950;line-height:1;letter-spacing:-.09em;white-space:nowrap}
.hero::after{background-image:linear-gradient(color-mix(in srgb,var(--blue) 5%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--blue) 5%,transparent) 1px,transparent 1px);background-size:42px 42px}
.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(540px,1.12fr);gap:78px}
.eyebrow{border:2px solid var(--jcv-forest);border-radius:999px;background:var(--jcv-lime);color:var(--jcv-forest-deep);padding:7px 11px;box-shadow:none}
.eyebrow::before{background:var(--jcv-orange);box-shadow:none}
.hero h1{font-size:clamp(52px,6.1vw,80px);line-height:.94;letter-spacing:-.075em}
.hero h1 span{color:var(--blue)}
.hero-lead{font-size:18px;line-height:1.72}
.hero-proof li{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:none;font-weight:800}
.hero-proof svg{color:var(--jcv-orange)}
.hero-note svg{color:var(--green)}
.product-stage::after{inset:14% 7% -5%;border-radius:28px 28px 28px 8px;background:color-mix(in srgb,var(--jcv-orange) 19%,transparent);filter:blur(42px)}
.product-window{border:2px solid var(--jcv-forest);border-radius:24px 24px 24px 8px;box-shadow:9px 9px 0 var(--blue),var(--shadow-lg);transform:rotate(.7deg)}
.window-bar{border-bottom:2px solid var(--line);background:var(--surface)}
.mini-brand .doc-icon{border-radius:6px 6px 6px 2px;background:var(--jcv-forest);color:var(--jcv-lime);font-size:0}
.mini-brand .doc-icon::after{content:"J";font-size:10px;font-weight:950}
.mini-step.active{background:var(--jcv-lime);color:var(--jcv-forest)}
.mini-step.active b{border-color:var(--jcv-forest);background:var(--jcv-forest);color:#fff}
.mini-progress i,.phone-progress i{background:var(--blue)}
.score-card{border:2px solid var(--jcv-forest);border-radius:16px 16px 16px 4px;background:var(--jcv-lime);color:var(--jcv-on-lime);box-shadow:8px 8px 0 var(--jcv-forest)}
.score-top small,.score-disclaimer{color:#425749}
.score-value,.keyword-line strong{color:var(--jcv-forest)}
.score-bar{border:1px solid var(--jcv-forest);background:#ffffff99}
.score-bar i{background:var(--jcv-forest)}
.keyword-line{border-top-color:#8ba462}
.trust-strip{border-block:2px solid var(--jcv-forest-deep);background:var(--jcv-forest);color:#fff}
.trust-item{border-color:#497361;color:#fff;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.trust-icon{border-radius:10px 10px 10px 3px;background:var(--jcv-lime);color:var(--jcv-forest)}
section{padding:116px 0}
.section-heading{max-width:820px;margin-left:0;text-align:left}
.section-kicker{color:var(--blue);font-weight:950}
.section-heading h2,.privacy-copy h2,.mobile-copy h2,.final-cta h2{font-weight:900;line-height:1;letter-spacing:-.065em}
.feature-grid{gap:20px}
.feature-card{border:2px solid var(--jcv-forest);border-radius:22px 22px 22px 7px;box-shadow:6px 6px 0 var(--jcv-offset);transition:transform 180ms var(--ease-out),box-shadow 180ms var(--ease-out)}
.feature-card::before{display:none}
.feature-card.large{background:var(--jcv-lime);color:var(--jcv-on-lime)}
.feature-card.large>p{color:#526154}
.feature-card.large .feature-icon{background:#fff;color:var(--jcv-forest)}
.feature-card h3{font-weight:900;letter-spacing:-.045em}
.feature-card.responsive-feature{background:var(--surface)}
.steps-list .selected,.phone-view-switch button[aria-pressed="true"]{background:var(--jcv-lime);color:var(--jcv-forest)}
.steps-list .selected b{border-color:var(--jcv-forest);background:var(--jcv-forest);color:#fff}
.signal-row span,.responsive-badge{border-color:var(--jcv-forest);background:var(--jcv-lime);color:var(--jcv-forest)}
.score-ring{background:conic-gradient(var(--jcv-forest) 0 84%,#ffffff99 84%)}
.score-ring::before{color:var(--jcv-forest)}
.how-section{background:var(--page)}
.how-grid{border:2px solid var(--jcv-forest);border-radius:22px 22px 22px 7px;box-shadow:7px 7px 0 var(--jcv-offset)}
.how-step{border-color:var(--line);background:var(--surface)}
.how-step::after{border:2px solid var(--jcv-forest);background:var(--jcv-lime);color:var(--jcv-forest)}
.step-number{color:var(--jcv-orange);font-weight:950}
.mobile-section{background:var(--surface)}
.mobile-section::before{background:radial-gradient(circle,color-mix(in srgb,var(--jcv-orange) 16%,transparent),transparent 68%)}
.mobile-benefit-icon{border-radius:11px 11px 11px 3px;background:var(--jcv-lime);color:var(--jcv-forest)}
.phone-device{border-color:#111a14;background:#111a14;box-shadow:8px 8px 0 var(--jcv-lime),0 30px 70px rgba(10,25,18,.28)}
.phone-logo{border-radius:6px 6px 6px 2px;background:var(--jcv-forest);color:var(--jcv-lime);font-size:0}
.phone-logo::after{content:"J";font-size:11px;font-weight:950}
.phone-check-card{border-left-color:var(--jcv-forest)}
.phone-check-score strong{color:var(--blue)}
.privacy-panel{border:2px solid var(--jcv-lime);border-radius:28px 28px 28px 8px;background:var(--jcv-forest-deep);color:#fff;box-shadow:10px 10px 0 var(--jcv-lime)}
.privacy-panel::before{background:color-mix(in srgb,var(--jcv-lime) 12%,transparent)}
.privacy-copy .section-kicker{color:var(--jcv-lime)}
.privacy-copy>p,.privacy-point span{color:#c7d7d0}
.privacy-point svg{color:var(--jcv-lime)}
.diagram-card{border-color:#527667;background:var(--jcv-forest);color:#fff}
.diagram-card svg{color:var(--jcv-lime)}
.diagram-card small{color:#c7d7d0}
.diagram-line{background:var(--jcv-lime)}
.diagram-line::after{border-color:var(--jcv-lime)}
.diagram-badge{border-color:var(--jcv-forest);background:var(--jcv-lime);color:var(--jcv-forest)}
.faq-grid details{border-bottom:2px solid var(--line)}
.faq-grid summary::after{color:var(--jcv-orange)}
.final-cta{border:2px solid var(--jcv-forest);border-radius:28px 28px 28px 8px;background:var(--jcv-orange);color:var(--jcv-on-lime);box-shadow:9px 9px 0 var(--jcv-forest)}
.final-cta::before,.final-cta::after{background:rgba(255,255,255,.13)}
.final-cta p{color:#513b31}
.final-cta .button{border-color:var(--jcv-forest);background:var(--jcv-forest);color:#fff}
footer{border-top:2px solid var(--line)}
@media(hover:hover) and (pointer:fine){
  .feature-card:hover{transform:translate(-2px,-3px);border-color:var(--jcv-forest);box-shadow:9px 10px 0 var(--jcv-offset)}
  .button:hover{box-shadow:0 10px 24px color-mix(in srgb,var(--blue) 24%,transparent)}
}
@media(max-width:1080px){.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.section-heading{margin-inline:auto;text-align:center}}
@media(max-width:720px){
  .brand::before{width:40px;height:40px;box-shadow:3px 3px 0 var(--jcv-lime)}
  .hero{padding-top:44px}.hero::before{top:12px;font-size:28vw}.hero h1{font-size:clamp(44px,13vw,58px)}
  .product-window{box-shadow:5px 6px 0 var(--blue),var(--shadow-lg)}
  .score-card{box-shadow:5px 5px 0 var(--jcv-forest)}
  .trust-item{text-transform:none;letter-spacing:0}
  section{padding:84px 0}.section-heading{text-align:left;margin-left:0}
  .feature-card{box-shadow:4px 4px 0 var(--jcv-offset)}
  .privacy-panel{box-shadow:6px 6px 0 var(--jcv-lime)}
  .final-cta{box-shadow:6px 6px 0 var(--jcv-forest)}
}

/* User selection: align landing and editor with Powder Blue + Mint. */
:root{
  --jcv-forest:#315d6b;--jcv-forest-deep:#244752;--jcv-lime:#eeeaf8;--jcv-orange:#c86f55;--jcv-offset:#c7dfe7;--jcv-on-lime:#28444f;
  --jcv-powder:#cfe9f1;--jcv-button-bg:#cfe9f1;--jcv-button-ink:#244752;--jcv-strong-button-bg:#315d6b;--jcv-strong-button-ink:#fff;--jcv-peach:#cfe9f1;--jcv-mint:#ddf3e8;--jcv-lavender:#eeeaf8;
  --page:#f3fafd;--surface:#fff;--surface-soft:#eef7fa;--surface-blue:#e8f4f8;
  --ink:#28444f;--muted:#58717a;--line:#d7e6eb;
  --blue:#315d6b;--blue-deep:#244752;--blue-soft:#cfe9f1;
  --green:#397563;--green-soft:#ddf3e8;--amber:#a7634b;--on-accent:#fff;
  --shadow-sm:0 10px 28px rgba(49,93,107,.08);--shadow-lg:0 30px 78px rgba(49,93,107,.14);
}
:root[data-theme="dark"]{
  --jcv-forest:#bde4ef;--jcv-forest-deep:#d9f3f8;--jcv-lime:#35334a;--jcv-orange:#f1ac92;--jcv-offset:#3f626d;--jcv-on-lime:#eff8fa;
  --jcv-powder:#294d58;--jcv-button-bg:#bde4ef;--jcv-button-ink:#244752;--jcv-strong-button-bg:#bde4ef;--jcv-strong-button-ink:#244752;--jcv-peach:#294d58;--jcv-mint:#29483f;--jcv-lavender:#35334a;
  --page:#13242b;--surface:#1b3038;--surface-soft:#223b44;--surface-blue:#213b47;
  --ink:#eff8fa;--muted:#b7cad0;--line:#3b5963;
  --blue:#bde4ef;--blue-deep:#d9f3f8;--blue-soft:#294d58;
  --green:#9fd7c2;--green-soft:#29483f;--amber:#efb299;--on-accent:#17313a;
  --shadow-sm:0 10px 28px rgba(0,0,0,.2);--shadow-lg:0 30px 78px rgba(0,0,0,.32);
}
@media(prefers-color-scheme:dark){
  :root:not([data-theme]){
    --jcv-forest:#bde4ef;--jcv-forest-deep:#d9f3f8;--jcv-lime:#35334a;--jcv-orange:#f1ac92;--jcv-offset:#3f626d;--jcv-on-lime:#eff8fa;
    --jcv-powder:#294d58;--jcv-button-bg:#bde4ef;--jcv-button-ink:#244752;--jcv-strong-button-bg:#bde4ef;--jcv-strong-button-ink:#244752;--jcv-peach:#294d58;--jcv-mint:#29483f;--jcv-lavender:#35334a;
    --page:#13242b;--surface:#1b3038;--surface-soft:#223b44;--surface-blue:#213b47;
    --ink:#eff8fa;--muted:#b7cad0;--line:#3b5963;
    --blue:#bde4ef;--blue-deep:#d9f3f8;--blue-soft:#294d58;
    --green:#9fd7c2;--green-soft:#29483f;--amber:#efb299;--on-accent:#17313a;
    --shadow-sm:0 10px 28px rgba(0,0,0,.2);--shadow-lg:0 30px 78px rgba(0,0,0,.32);
  }
}
.site-header{border-bottom-color:var(--line)}
.button{border-color:var(--jcv-button-bg);background:var(--jcv-button-bg);color:var(--jcv-button-ink)}
.brand::before{box-shadow:4px 4px 0 var(--jcv-powder)}
.eyebrow{border-color:var(--line);background:var(--jcv-powder);color:var(--jcv-forest-deep)}
.product-window{border-color:var(--line);box-shadow:9px 9px 0 var(--jcv-offset),var(--shadow-lg)}
.mini-step.active,.steps-list .selected,.phone-view-switch button[aria-pressed="true"]{background:var(--jcv-lavender);color:var(--jcv-forest-deep)}
.score-card{border-color:var(--line);background:var(--jcv-lavender);color:var(--ink);box-shadow:8px 8px 0 var(--jcv-offset)}
.score-top small,.score-disclaimer{color:var(--muted)}
.score-value,.keyword-line strong{color:var(--blue)}
.score-bar{border-color:var(--line)}
.keyword-line{border-top-color:var(--line)}
.trust-strip{border-block-color:var(--line);background:var(--surface);color:var(--ink)}
.trust-item{border-color:var(--line);color:var(--ink)}
.trust-icon{background:var(--jcv-mint);color:var(--green)}
.feature-card{border-color:var(--line)}
.feature-card.large{background:var(--jcv-powder);color:var(--ink)}
.feature-card.large>p{color:var(--muted)}
.feature-card.large .feature-icon{background:var(--surface);color:var(--blue)}
.signal-row span,.responsive-badge{border-color:var(--line);background:var(--jcv-mint);color:var(--green)}
.how-grid{border-color:var(--line)}
.how-step::after{border-color:var(--line);background:var(--jcv-lavender);color:var(--jcv-forest-deep)}
.mobile-benefit-icon{background:var(--jcv-powder);color:var(--jcv-forest-deep)}
.phone-device{box-shadow:8px 8px 0 var(--jcv-powder),0 30px 70px rgba(36,71,82,.2)}
.privacy-panel{border-color:var(--line);background:var(--jcv-mint);color:var(--ink);box-shadow:10px 10px 0 var(--jcv-offset)}
.privacy-panel::before{background:color-mix(in srgb,var(--jcv-lavender) 55%,transparent)}
.privacy-copy .section-kicker{color:var(--green)}
.privacy-copy>p,.privacy-point span{color:color-mix(in srgb,var(--ink) 82%,var(--surface))}
.privacy-point svg{color:var(--green)}
.diagram-card{border-color:var(--line);background:var(--surface);color:var(--ink)}
.diagram-card svg{color:var(--blue)}
.diagram-card small{color:var(--muted)}
.diagram-line{background:var(--blue)}
.diagram-line::after{border-color:var(--blue)}
.diagram-badge{border-color:var(--line);background:var(--jcv-lavender);color:var(--jcv-forest-deep)}
.final-cta{border-color:var(--line);background:var(--jcv-powder);color:var(--ink);box-shadow:9px 9px 0 var(--jcv-offset)}
.final-cta p{color:var(--muted)}
.final-cta .button{border-color:var(--jcv-strong-button-bg);background:var(--jcv-strong-button-bg);color:var(--jcv-strong-button-ink)}
@media(hover:hover) and (pointer:fine){
  .feature-card:hover{border-color:color-mix(in srgb,var(--jcv-orange) 38%,var(--line));box-shadow:9px 10px 0 var(--jcv-offset)}
}
@media(max-width:720px){
  .brand::before{box-shadow:3px 3px 0 var(--jcv-powder)}
  .product-window{box-shadow:5px 6px 0 var(--jcv-offset),var(--shadow-lg)}
  .score-card{box-shadow:5px 5px 0 var(--jcv-offset)}
  .privacy-panel{box-shadow:6px 6px 0 var(--jcv-offset)}
  .final-cta{box-shadow:6px 6px 0 var(--jcv-offset)}
}

/* One-shot hero typing: text remains fully accessible and its final footprint is reserved. */
.typing-text{display:grid;position:relative;max-width:100%;color:var(--blue)}
.typing-text>span{grid-area:1/1;min-width:0}
.typing-measure{visibility:hidden}
.typing-live{position:relative}
.typing-accessible{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.typing-text.is-typing .typing-live::after{content:"";display:inline-block;width:.07em;height:.84em;margin-left:.08em;border-radius:999px;background:currentColor;vertical-align:-.06em;animation:jcv-caret-blink 500ms step-end infinite}
@keyframes jcv-caret-blink{0%,49%{opacity:1}50%,100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.typing-live::after{display:none!important}}
