:root{--navy:#06121f;--navy2:#0a2032;--panel:#0d2435;--cyan:#59eaff;--cyan2:#1689b4;--ice:#eafaff;--muted:#89a6b7;--gold:#f5ba45;--green:#91d94c;--coral:#ff6f61;--line:rgba(102,228,255,.17);--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050d17;color:var(--ice);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65;overflow-x:hidden}.ambient{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 85% 10%,rgba(32,169,222,.09),transparent 25%),radial-gradient(circle at 10% 65%,rgba(30,112,151,.07),transparent 30%);z-index:-1}.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.site-header{height:82px;position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(#020911d9,#02091128);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:#f5fcff;font-weight:800;letter-spacing:.34em;font-size:18px}.brand img{border-radius:12px;box-shadow:0 0 24px rgba(64,225,255,.14)}nav{display:flex;align-items:center;gap:28px}nav a,.footer-links a{color:#acc2cf;text-decoration:none;font-size:13px;font-weight:650;letter-spacing:.08em;transition:.2s}nav a:hover,.footer-links a:hover{color:var(--cyan)}.language select{border:1px solid rgba(91,231,255,.28);background:#061726;color:#c9f9ff;border-radius:20px;padding:9px 30px 9px 12px;font-weight:700}.menu-toggle{display:none}.hero{min-height:820px;position:relative;display:flex;align-items:center;border-bottom:1px solid var(--line);overflow:hidden}.hero-art{position:absolute;inset:0;background:url('assets/lazentir-hero-v1.webp') center/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,14,.98) 0%,rgba(2,8,14,.92) 28%,rgba(2,8,14,.35) 55%,rgba(2,8,14,.12) 100%),linear-gradient(0deg,rgba(2,8,14,.72),transparent 38%)}.hero-copy{position:relative;z-index:2;padding-top:70px}.hero-copy>*{max-width:590px}.eyebrow{margin:0 0 18px;color:var(--cyan);font-size:12px;font-weight:800;letter-spacing:.29em;text-transform:uppercase}.hero h1{font-size:clamp(48px,6.3vw,86px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px;max-width:760px}.hero-text{color:#b7cbd6;font-size:clamp(17px,1.6vw,21px);max-width:590px}.actions{display:flex;gap:14px;align-items:center;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:6px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:850;letter-spacing:.15em}.button.primary{background:linear-gradient(135deg,#8af1ff,#23bde2);color:#03101a;box-shadow:0 0 34px rgba(73,226,255,.2)}.button.secondary{border:1px solid rgba(201,239,248,.26);color:#dff9ff;background:rgba(5,19,30,.6)}.release-note{color:#688597;font-size:12px;margin-top:18px;letter-spacing:.05em}.hero-spec{position:absolute;right:max(24px,calc((100vw - var(--max))/2));bottom:28px;display:flex;gap:16px;align-items:center;color:#617d8d;font-size:10px;font-weight:700;letter-spacing:.16em}.hero-spec i{width:26px;height:1px;background:#2d6077}.section{padding:120px 0}.section-heading{max-width:660px}.section-heading h2,.pressure-copy h2,.board-copy h2,.final-cta h2{font-size:clamp(37px,4.6vw,62px);line-height:1.06;letter-spacing:-.045em;margin:0 0 24px}.section-heading>p:last-child,.pressure-copy>p:last-of-type,.board-copy>p:last-child,.final-cta>p{color:#91aab8;font-size:17px}.intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:center}.console-stage{height:370px;position:relative;border:1px solid rgba(93,224,255,.13);background:radial-gradient(circle at 50% 68%,rgba(40,202,244,.15),transparent 30%),linear-gradient(180deg,#071321,#081c2c);border-radius:24px;overflow:hidden}.console-stage:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(86,218,255,.04) 80px),linear-gradient(transparent 65%,rgba(25,135,171,.1))}.console-stage img{position:absolute;width:79%;left:10.5%;bottom:24px;filter:drop-shadow(0 18px 22px #000) drop-shadow(0 0 15px rgba(63,228,255,.14))}.beam{position:absolute;height:2px;left:50%;bottom:145px;transform-origin:left;background:#bcfaff;box-shadow:0 0 8px #49ddff,0 0 22px #1689c4}.beam-a{width:240px;transform:rotate(-63deg)}.beam-b{width:130px;left:79%;bottom:359px;transform:rotate(-149deg)}.control-label{position:absolute;top:25px;left:28px;color:#6ee9ff;font-size:10px;letter-spacing:.24em;font-weight:800}.cards{padding-top:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{min-height:360px;position:relative;padding:36px 30px;border:1px solid rgba(120,218,243,.14);border-radius:20px;background:linear-gradient(145deg,rgba(15,40,57,.8),rgba(5,15,25,.92));overflow:hidden}.feature-card:before{content:"";position:absolute;width:170px;height:170px;right:-60px;top:-65px;border-radius:50%;background:var(--accent);filter:blur(55px);opacity:.11}.feature-card.green{--accent:var(--green)}.feature-card.coral{--accent:var(--coral)}.feature-card.cyan{--accent:var(--cyan)}.disc{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;border:6px solid #75818a;background:radial-gradient(circle,#263847 25%,#0a121a 64%);box-shadow:inset 0 0 0 2px #bfced6,0 10px 20px #0008,0 0 24px color-mix(in srgb,var(--accent),transparent 50%)}.disc i{color:var(--accent);font-size:28px;font-style:normal;text-shadow:0 0 13px var(--accent)}.card-no{color:#577487!important;font-size:10px!important;font-weight:800;letter-spacing:.2em;margin:35px 0 12px}.feature-card h3,.system h3{font-size:23px;line-height:1.2;margin:0 0 14px}.feature-card>p:last-child,.system>div>p:last-child{color:#87a0ae;font-size:14px}.pressure{background:linear-gradient(135deg,#06111d,#0a2234 50%,#06111d);border-block:1px solid var(--line);overflow:hidden}.pressure-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center}.phone-fan{height:640px;position:relative}.phone{position:absolute;width:280px;height:570px;margin:0;border:8px solid #1b2934;border-radius:42px;background:#05090c;overflow:hidden;box-shadow:0 35px 50px #000a,0 0 0 1px #527080}.phone img{width:100%;height:100%;object-fit:cover}.phone.front{left:50%;top:0;transform:translateX(-50%);z-index:3}.phone.back{left:7%;top:60px;transform:rotate(-9deg);opacity:.72}.phone.back.right{left:auto;right:7%;transform:rotate(9deg)}.pressure-copy{position:relative;z-index:4}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.mini-stats span{padding:17px 12px;border-top:1px solid rgba(77,220,255,.3);display:flex;flex-direction:column}.mini-stats strong{font-size:25px;color:#dffbff}.mini-stats small{color:#638292;font-size:8px;line-height:1.3;letter-spacing:.12em}.compact{max-width:800px}.systems-grid{margin-top:50px;display:grid;gap:16px}.system{display:grid;grid-template-columns:220px 1fr;align-items:center;min-height:230px;border:1px solid var(--line);background:linear-gradient(90deg,rgba(10,37,53,.85),rgba(6,16,26,.5));border-radius:20px;overflow:hidden}.system>div:last-child{padding:25px 50px 25px 20px}.system-visual{position:relative;height:100%;display:grid;place-items:center;background:radial-gradient(circle,rgba(67,214,248,.14),transparent 60%);border-right:1px solid var(--line)}.system-visual>b{position:relative;z-index:2;font-size:30px;letter-spacing:.1em}.shock{position:absolute;border:1px solid #67eaff;border-radius:50%;animation:pulse 2.4s infinite}.shock.s1{width:75px;height:75px}.shock.s2{width:140px;height:140px;animation-delay:.6s}.nuke .system-visual b{font-size:58px;color:#e5fbff;text-shadow:0 0 22px #4de6ff}.dome-arc{width:135px;height:70px;border:3px solid #70eaff;border-bottom:0;border-radius:140px 140px 0 0;box-shadow:0 -4px 24px #31bfe6}.dome .system-visual b{position:absolute;bottom:54px;color:#8df1ff}.gold-core{position:absolute;width:115px;height:115px;border-radius:50%;border:11px solid #b87513;background:radial-gradient(circle,#fff1a0 4%,#e7a62a 20%,#3b2106 60%);box-shadow:inset 0 0 0 3px #ffe298,0 0 35px #ecad30}.gold .system-visual b{color:#fff2b2;text-shadow:0 0 10px #f0b539}.board-section{background:radial-gradient(circle at 80% 50%,rgba(35,169,211,.11),transparent 40%)}.board-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:70px;align-items:center}.board-copy{position:sticky;top:110px;align-self:start;padding-top:45px}.board-image{width:100%;display:block;border-radius:24px;box-shadow:0 40px 80px #0008}.final-cta{text-align:center;max-width:760px;margin:auto}.final-cta img{border-radius:28px;box-shadow:0 0 50px rgba(49,219,255,.16);margin-bottom:28px}.final-cta p{max-width:650px;margin:0 auto 30px}.final-cta .eyebrow{color:var(--cyan);margin-bottom:15px}.final-cta .button{margin-top:8px}footer{padding:60px 0 45px;border-top:1px solid var(--line);background:#030a11}.footer-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:22px}.footer-grid>p{color:#7793a3;text-align:right}.footer-links{display:flex;gap:24px}.footer-grid small{text-align:right;color:#506b7a}.footer-brand{font-size:15px}.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}@keyframes pulse{0%{transform:scale(.7);opacity:0}35%{opacity:.8}100%{transform:scale(1.25);opacity:0}}
@media(max-width:920px){nav{position:absolute;top:82px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:15px;border:1px solid var(--line);border-radius:14px;background:#071521f5}nav.open{display:flex}nav a{padding:12px}.language{padding:10px}.menu-toggle{display:block;border:1px solid var(--line);background:#071521;color:#c5f7ff;padding:10px 14px;border-radius:7px;font-size:11px;font-weight:800;letter-spacing:.15em}.hero{min-height:760px}.hero-art{background-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(2,8,14,.96),rgba(2,8,14,.62)),linear-gradient(0deg,#02080ecf,transparent 50%)}.hero-spec{display:none}.intro-grid,.pressure-layout,.board-layout{grid-template-columns:1fr}.console-stage{order:-1}.cards{grid-template-columns:1fr}.pressure-copy{order:-1}.phone-fan{height:600px}.system{grid-template-columns:170px 1fr}.board-copy{position:static;padding-top:0}.footer-grid{grid-template-columns:1fr}.footer-grid>p,.footer-grid small{text-align:left}}
@media(max-width:600px){.wrap{width:min(100% - 30px,var(--max))}.site-header{height:70px;padding:0 15px}.brand{font-size:14px}.brand img{width:40px;height:40px}.hero{min-height:720px}.hero-copy{padding-top:80px}.hero h1{font-size:49px}.hero-text{font-size:16px}.actions{align-items:stretch;flex-direction:column;width:100%}.button{width:100%}.section{padding:82px 0}.section-heading h2,.pressure-copy h2,.board-copy h2,.final-cta h2{font-size:39px}.intro-grid{gap:45px}.console-stage{height:270px}.console-stage img{width:90%;left:5%;bottom:20px}.beam-a{width:170px;bottom:108px}.beam-b{display:none}.phone-fan{height:510px}.phone{width:205px;height:420px;border-width:6px;border-radius:30px}.phone.front{left:50%}.phone.back{left:-2%;top:50px}.phone.back.right{right:-2%}.mini-stats{gap:5px}.mini-stats span{padding-inline:5px}.system{grid-template-columns:1fr}.system-visual{height:175px;border-right:0;border-bottom:1px solid var(--line)}.system>div:last-child{padding:8px 25px 30px}.board-layout{gap:30px}.board-image{border-radius:12px}.footer-links{flex-wrap:wrap}.hero-art{background-position:69% center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shock{animation:none}}
.advanced-showcase{position:relative;margin:0;width:100%;isolation:isolate}.advanced-showcase:before{content:"";position:absolute;inset:12% 5%;z-index:-1;border-radius:50%;background:rgba(46,208,255,.18);filter:blur(65px)}.advanced-showcase img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 45px 90px #000b,0 0 0 1px rgba(113,232,255,.18),0 0 55px rgba(39,197,236,.13)}
@media(max-width:920px){.advanced-showcase{max-width:780px;margin-inline:auto}.advanced-showcase img{border-radius:18px}}
@media(max-width:600px){.advanced-showcase{width:calc(100% + 14px);margin-left:-7px}.advanced-showcase img{border-radius:12px}}
.legal-page{background:radial-gradient(circle at 80% 0,rgba(28,150,192,.12),transparent 32%),#050d17}.legal-header{position:relative;background:#040c15f2}.legal-shell{width:min(900px,calc(100% - 40px));margin:0 auto;padding:110px 0 130px}.legal-shell>h1{font-size:clamp(48px,7vw,82px);line-height:1;letter-spacing:-.055em;margin:0 0 24px}.legal-lead{font-size:20px;color:#a9c0cc;max-width:760px}.effective{display:inline-block;margin:15px 0 55px;padding:8px 13px;border:1px solid rgba(90,229,255,.2);border-radius:6px;color:#6edff1;font-size:12px;font-weight:800;letter-spacing:.1em}.legal-shell section{padding:35px 0;border-top:1px solid rgba(100,220,248,.14)}.legal-shell h2{font-size:27px;line-height:1.25;margin:0 0 16px}.legal-shell p,.legal-shell li{color:#91a9b6;font-size:16px}.legal-shell li+li{margin-top:10px}.legal-shell a{color:#6ae5fa}.support-shell{min-height:720px}.support-panel{margin:45px 0;padding:42px!important;border:1px solid rgba(91,232,255,.22)!important;border-radius:20px;background:linear-gradient(135deg,rgba(14,48,67,.85),rgba(5,16,26,.92))}.support-panel h2{font-size:clamp(28px,5vw,45px)}.support-panel .button{color:#03101a;text-decoration:none;margin-top:14px}@media(max-width:600px){.legal-header nav{display:none}.legal-shell{padding:80px 0 90px}.legal-shell>h1{font-size:48px}.legal-lead{font-size:17px}.support-panel{padding:28px!important}}
