:root{--ink:#171321;--muted:#6e6878;--paper:#f7f4ef;--violet:#7254d8;--violet-dark:#5132b9;--lilac:#ded4ff;--line:rgba(23,19,33,.12);--white:#fff;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.ambient{position:absolute;border-radius:999px;filter:blur(90px);opacity:.35;pointer-events:none}.ambient-one{width:420px;height:420px;background:#c7b5ff;top:-180px;right:-80px}.ambient-two{width:340px;height:340px;background:#f4cfe9;top:610px;left:-210px}.header{height:88px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:4}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;font-family:Georgia,serif;font-size:21px}.nav{display:flex;gap:32px}.nav a,.footer a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}.nav a:hover,.footer a:hover{color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button-small{min-height:43px;padding:0 18px}.button-ghost{border:1px solid var(--line);color:var(--ink);background:rgba(255,255,255,.35)}.button-primary{background:var(--ink);color:#fff}.button-primary:hover{background:var(--violet-dark)}.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;padding-top:50px;padding-bottom:90px;position:relative}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--violet-dark);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.eyebrow span{width:8px;height:8px;background:var(--violet);border-radius:50%;box-shadow:0 0 0 6px rgba(114,84,216,.12)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(46px,5.2vw,75px);line-height:1.02;letter-spacing:-.055em;margin:25px 0}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--violet);font-style:italic}.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.text-link{color:var(--ink);font-size:14px;font-weight:700;text-underline-offset:5px}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:35px;color:var(--muted);font-size:12px;font-weight:600}.matrix-card{background:linear-gradient(155deg,#1c1728,#2d2343);border-radius:36px;color:#fff;padding:27px;min-height:560px;box-shadow:0 35px 80px rgba(33,23,54,.25);position:relative;overflow:hidden}.matrix-card:before{content:"";position:absolute;width:280px;height:280px;background:#7652d8;filter:blur(100px);opacity:.35;top:-80px;right:-80px}.card-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.18em;font-weight:800;color:#cfc4ed;position:relative}.status-dot:before{content:"";display:inline-block;width:6px;height:6px;background:#83e0b1;border-radius:50%;margin-right:7px}.orbital{width:350px;height:350px;margin:22px auto 6px;position:relative;display:grid;place-items:center}.ring{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.ring-one{inset:20px}.ring-two{inset:58px;border-style:dashed;transform:rotate(20deg)}.ring-one:before,.ring-one:after{content:"";position:absolute;inset:50%;width:290px;height:1px;background:rgba(255,255,255,.12);transform:translate(-50%,-50%) rotate(45deg)}.ring-one:after{transform:translate(-50%,-50%) rotate(-45deg)}.core{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#bca9ff,#7354d7 62%,#4c329d);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 45px rgba(139,107,236,.4);z-index:2}.core small{text-transform:uppercase;font-size:8px;letter-spacing:.15em;opacity:.75}.core strong{font-family:Georgia,serif;font-size:57px;line-height:1}.core span{font-size:11px}.node{position:absolute;width:41px;height:41px;display:grid;place-items:center;border-radius:50%;background:#362b4b;border:1px solid rgba(255,255,255,.25);font-family:Georgia,serif;z-index:2}.n1{top:1px}.n2{right:0;top:150px}.n3{bottom:2px}.n4{left:0;top:150px}.focus-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);border-radius:18px;padding:16px 18px;display:flex;flex-direction:column;gap:7px}.focus-card span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#cfc4ed}.focus-card strong{font-size:12px;line-height:1.5}.progress{height:3px;background:rgba(255,255,255,.1);border-radius:3px;margin-top:5px}.progress i{display:block;width:62%;height:100%;background:#a98fff;border-radius:3px}.section{padding:110px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.section-heading>div{max-width:650px}.section-heading>p{max-width:420px;color:var(--muted);line-height:1.7}.section-number{color:var(--violet);font-size:12px;font-weight:800;letter-spacing:.12em}.section h2{font-size:clamp(38px,4vw,57px);letter-spacing:-.045em;line-height:1.08;margin:12px 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{min-height:285px;background:#fff;border:1px solid rgba(23,19,33,.06);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column}.feature.featured{grid-row:span 2;background:var(--lilac);min-height:586px}.icon{font-size:28px;color:var(--violet);margin-bottom:auto}.feature h3{font-size:21px;letter-spacing:-.025em;margin-bottom:12px}.feature p{color:var(--muted);line-height:1.65;font-size:14px}.feature span{margin-top:auto;font-size:11px;color:var(--violet-dark);font-weight:700}.process{background:var(--ink);color:#fff}.process h2{margin-bottom:48px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:28px;display:flex;gap:20px}.steps article>span{width:39px;height:39px;border-radius:50%;background:var(--violet);display:grid;place-items:center;flex:none;font-weight:800}.steps h3{margin:6px 0 12px}.steps p{color:#bbb3c6;line-height:1.6;font-size:14px}.access{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}.access-copy>p{color:var(--muted);line-height:1.7;font-size:17px}.access ul{list-style:none;padding:0;margin:30px 0}.access li{padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.access li:before{content:"✓";color:var(--violet);font-weight:900;margin-right:10px}.price-card{background:#fff;border-radius:32px;padding:38px;box-shadow:0 24px 60px rgba(43,32,68,.1)}.badge{display:inline-block;background:#eee8ff;color:var(--violet-dark);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.12em}.price-label{color:var(--muted);font-size:12px;margin:30px 0 5px}.price-card h3{font-size:34px;margin-bottom:12px}.price-card>p{color:var(--muted);line-height:1.6}.price-card .button{width:100%;margin:18px 0 13px}.price-card small{display:block;text-align:center;color:var(--muted)}.note{padding-top:20px;display:flex;gap:20px;max-width:900px}.note-mark{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex:none;font-family:Georgia,serif}.note h3{margin:7px 0 8px}.note p{color:var(--muted);line-height:1.7;font-size:13px}.final-cta{background:var(--violet);color:#fff;text-align:center;padding:110px 0;margin-top:80px}.final-cta span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.final-cta h2{font-size:clamp(42px,5vw,68px);margin:18px 0 35px}.button-light{background:#fff;color:var(--ink)}.footer{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer p{margin:0;color:var(--muted);font-size:12px}.footer>div:last-child{display:flex;gap:20px}.legal-page{background:#fff}.legal{max-width:820px;padding:60px 0 100px}.legal h1{font-size:48px;letter-spacing:-.04em;margin-top:70px}.legal h2{margin-top:38px}.legal p{color:var(--muted);line-height:1.75}.legal .button{margin-top:30px}@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.matrix-card{max-width:600px;width:100%;margin:auto}.section-heading,.access{display:block}.section-heading>p{margin-top:25px}.feature-grid{grid-template-columns:1fr 1fr}.feature.featured{grid-row:auto;min-height:350px;grid-column:span 2}.steps{grid-template-columns:1fr}.price-card{margin-top:50px}.access{max-width:720px}.footer{flex-wrap:wrap;padding:35px 0}}@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.header .button{display:none}.hero{gap:40px;min-height:auto;padding-bottom:70px}.hero h1{font-size:45px}.lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.trust-row{flex-direction:column;gap:8px}.matrix-card{min-height:480px;padding:20px;border-radius:26px}.orbital{width:290px;height:290px}.ring-one{inset:15px}.ring-two{inset:48px}.ring-one:before,.ring-one:after{width:240px}.n2,.n4{top:125px}.core{width:130px;height:130px}.section{padding:78px 0}.section h2{font-size:39px}.feature-grid{grid-template-columns:1fr}.feature.featured{grid-column:auto;min-height:330px}.feature{min-height:260px}.steps article{padding:23px}.access{padding-top:78px}.price-card{padding:28px 22px}.note{padding-top:0}.final-cta{padding:80px 0;margin-top:40px}.footer{display:block;text-align:center}.footer .brand{justify-content:center}.footer p{margin:20px}.footer>div:last-child{justify-content:center}.legal{padding:35px 0 80px}.legal h1{font-size:38px;margin-top:50px}}
