.product-page{background:#fff}
.product-header .primary-nav a.is-current{color:#075ccf}
.product-header .primary-nav a.is-current:after{transform:scaleX(1)}
.product-section{padding:145px max(6vw,58px)}
.product-kicker{margin:0 0 28px;color:var(--blue);font-size:12px;font-weight:650;letter-spacing:.12em}
.product-kicker.light{color:#72dcff}

/* Product hero */
.product-hero{position:relative;min-height:940px;height:100vh;overflow:hidden;color:#fff;background:#03101e}
.product-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02)}
.product-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,19,.96) 0%,rgba(3,12,25,.88) 38%,rgba(3,12,25,.34) 70%,rgba(3,12,25,.12)),linear-gradient(180deg,rgba(2,8,18,.2),transparent 55%,rgba(2,8,18,.9))}
.product-hero-aurora{position:absolute;left:-33vw;top:-42vw;width:76vw;height:76vw;border-radius:50%;background:conic-gradient(from 210deg,#0877ed,#5d34d0,#ff006e,#00f0ff,#0877ed);filter:blur(90px);opacity:.5}
.product-hero-copy{position:absolute;z-index:2;left:max(6vw,58px);top:50%;width:min(830px,65vw);transform:translateY(-46%)}
.product-category{margin:0 0 30px;color:rgba(255,255,255,.7);font-size:13px;letter-spacing:.08em}
.product-hero h1{margin:0;font-size:clamp(74px,6.7vw,108px);font-weight:680;line-height:.98;letter-spacing:-.068em}
.product-hero h1 span{color:#63dcff;font-weight:410;text-shadow:0 0 28px rgba(0,214,255,.28)}
.product-hero-copy>p:not(.product-category){max-width:690px;margin:32px 0 0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.9}
.product-hero-rail{position:absolute;z-index:2;left:max(6vw,58px);right:max(6vw,58px);bottom:48px;display:flex;align-items:center;color:rgba(255,255,255,.62);font-size:11px;letter-spacing:.06em}
.product-hero-rail i{height:1px;flex:1;margin:0 22px;background:linear-gradient(90deg,rgba(0,214,255,.25),rgba(110,74,240,.72),rgba(255,0,110,.3))}

/* Intro */
.product-intro{background:linear-gradient(180deg,#f5f9fd 0%,#eaf2fa 100%)}
.product-title{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:end}
.product-title .product-kicker{grid-column:1/-1;margin-bottom:0}
.product-title h2{margin:0;font-size:clamp(52px,5.4vw,84px);line-height:1.06;letter-spacing:-.06em}
.product-title>p:last-child{margin:0;color:#516478;font-size:17px;line-height:1.95}
.audience-lines{display:grid;grid-template-columns:1fr 1fr;margin-top:100px;border-top:1px solid var(--line)}
.audience-lines article{display:grid;grid-template-columns:48px 170px 1fr;gap:18px;align-items:start;padding:38px 30px 42px 0;border-bottom:1px solid var(--line)}
.audience-lines article:nth-child(odd){border-right:1px solid var(--line)}
.audience-lines article:nth-child(even){padding-left:36px}
.audience-lines span{padding-top:7px;color:var(--blue);font-size:11px}
.audience-lines h3{margin:0;font-size:24px;line-height:1.3}
.audience-lines p{margin:2px 0 0;color:#5d6f80;font-size:14px;line-height:1.75}
.current-gap{display:grid;grid-template-columns:170px repeat(3,1fr);gap:0;margin-top:85px;border:1px solid rgba(7,16,28,.13);background:rgba(255,255,255,.4)}
.current-gap>p{margin:0;padding:30px;color:var(--blue);font-size:12px;font-weight:650}
.current-gap>div{padding:28px 30px;border-left:1px solid var(--line)}
.current-gap strong{display:block;font-size:18px}
.current-gap span{display:block;margin-top:10px;color:#647586;font-size:12px;line-height:1.6}

/* Operating path */
.operating-path{position:relative;overflow:hidden;padding:150px max(6vw,58px) 170px;color:#fff;background:linear-gradient(140deg,#040c1a 0%,#0a2450 46%,#341d78 100%)}
.path-aurora{position:absolute;right:-32vw;top:-48vw;width:82vw;height:82vw;border-radius:50%;background:conic-gradient(#00f0ff,#5d34d0,#ff006e,#0877ed,#00f0ff);filter:blur(95px);opacity:.42}
.path-heading{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:end}
.path-heading .product-kicker{grid-column:1/-1;margin-bottom:0}
.path-heading h2{margin:0;font-size:clamp(56px,5.7vw,88px);line-height:1.05;letter-spacing:-.062em}
.path-heading>p:last-child{margin:0;color:rgba(255,255,255,.58);font-size:16px;line-height:1.9}
.path-track{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);margin-top:120px;border-top:1px solid rgba(255,255,255,.2)}
.path-track:before{content:"";position:absolute;left:0;right:0;top:-2px;height:3px;background:linear-gradient(90deg,#00d6ff,#0877ed,#5d34d0,#ff006e);transform:scaleX(.84);transform-origin:left}
.path-track article{min-height:350px;padding:35px 34px 35px 0;border-right:1px solid rgba(255,255,255,.13)}
.path-track article:not(:first-child){padding-left:28px}
.path-track b{display:block;color:#79e7ff;font-size:11px;font-weight:500}
.path-track span{display:block;margin-top:80px;color:rgba(255,255,255,.44);font-size:12px}
.path-track h3{margin:15px 0 17px;font-size:27px;line-height:1.2;letter-spacing:-.03em}
.path-track p{margin:0;color:rgba(255,255,255,.58);font-size:13px;line-height:1.75}

/* Capability system */
.capabilities{background:#fff}
.capability-lead{background:linear-gradient(180deg,#fff,#f4f8fc)}
.capability-lead h2{margin:0;font-size:clamp(58px,6vw,92px);line-height:1.02;letter-spacing:-.065em}
.capability-lead>p:last-child{max-width:650px;margin:35px 0 0;color:#607184;font-size:16px;line-height:1.9}
.capability-row{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center;min-height:860px;padding:145px max(6vw,58px)}
.capability-row.cap-reverse{grid-template-columns:1.1fr .9fr}
.capability-row.cap-reverse .cap-copy{order:2}
.cap-light{background:linear-gradient(145deg,#f7fbff,#eaf3fc)}
.cap-dark{color:#fff;background:radial-gradient(circle at 15% 25%,rgba(0,214,255,.18),transparent 25%),linear-gradient(145deg,#030a16,#09234d 55%,#241461)}
.cap-control{color:#fff;background:radial-gradient(circle at 75% 40%,rgba(0,240,255,.19),transparent 23%),linear-gradient(135deg,#061629,#102d5f 54%,#5023a4)}
.cap-report{background:linear-gradient(145deg,#fff,#eef4fb)}
.cap-index{margin:0;color:var(--blue);font-size:12px;font-weight:650;letter-spacing:.1em}
.cap-dark .cap-index,.cap-control .cap-index{color:#70dcff}
.cap-copy h3{margin:25px 0;font-size:clamp(48px,4.6vw,72px);line-height:1.07;letter-spacing:-.058em}
.plain-copy{max-width:620px;margin:0;color:#5c6e7f;font-size:17px;line-height:1.85}
.cap-dark .plain-copy,.cap-control .plain-copy{color:rgba(255,255,255,.65)}
.cap-copy dl{margin:42px 0 0}
.cap-copy dl>div{display:grid;grid-template-columns:96px 1fr;gap:18px;padding:18px 0;border-top:1px solid rgba(7,16,28,.14)}
.cap-dark .cap-copy dl>div,.cap-control .cap-copy dl>div{border-color:rgba(255,255,255,.15)}
.cap-copy dt{color:var(--blue);font-size:12px}
.cap-dark .cap-copy dt,.cap-control .cap-copy dt{color:#6dd9ff}
.cap-copy dd{margin:0;color:#4f6375;font-size:13px;line-height:1.75}
.cap-dark .cap-copy dd,.cap-control .cap-copy dd{color:rgba(255,255,255,.58)}

/* Topology visual */
.topology-board{min-height:650px;overflow:hidden;border-radius:0 110px 0 0;color:#fff;background:radial-gradient(circle at 50% 50%,rgba(0,214,255,.25),transparent 25%),linear-gradient(145deg,#06162f,#103e80 60%,#5d34d0);box-shadow:0 50px 100px rgba(24,70,125,.22)}
.topology-head{height:76px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.14);font-size:11px}
.topology-head span{color:#b7eaff}.topology-head b{color:#70e4ac;font-weight:500}
.topology-map{position:relative;height:574px}
.topo-node{position:absolute;z-index:2;width:92px;height:92px;display:grid;place-items:center;border-radius:50%;color:#e7f8ff;background:rgba(4,24,54,.88);border:1px solid rgba(109,218,255,.65);box-shadow:0 0 35px rgba(0,214,255,.2);font-size:12px}
.topo-node.t1{left:9%;top:39%}.topo-node.t2{left:34%;top:17%}.topo-node.t3{left:38%;bottom:12%}.topo-node.t4{right:13%;top:18%}.topo-node.t5{right:8%;bottom:16%;border-color:rgba(163,124,255,.8)}
.topo-line{position:absolute;z-index:1;height:1px;background:linear-gradient(90deg,#00d6ff,#5d34d0)}
.topo-line.l1{left:19%;right:22%;top:48%;transform:rotate(-17deg)}.topo-line.l2{left:20%;right:17%;top:53%;transform:rotate(13deg)}.topo-line.l3{left:45%;right:17%;top:48%;transform:rotate(41deg)}

/* Ticket visual */
.ticket-board{min-height:650px;padding:50px;border:1px solid rgba(255,255,255,.14);border-radius:110px 0 0 0;background:linear-gradient(145deg,rgba(8,40,84,.7),rgba(39,25,105,.55));box-shadow:0 45px 100px rgba(0,0,0,.2)}
.ticket-source{padding:25px 28px;border-left:3px solid #00d6ff;background:rgba(255,255,255,.06)}
.ticket-source span{display:block;color:#72ddff;font-size:11px}.ticket-source strong{display:block;margin-top:9px;font-size:19px}
.ticket-flow{margin-top:44px}
.ticket-flow article{position:relative;display:grid;grid-template-columns:130px 1fr;gap:25px;align-items:start;min-height:108px;padding-left:45px}
.ticket-flow article:before{content:"";position:absolute;left:7px;top:5px;width:16px;height:16px;border-radius:50%;background:#071833;border:2px solid #65dfff;box-shadow:0 0 18px rgba(0,214,255,.5)}
.ticket-flow article:after{content:"";position:absolute;left:15px;top:24px;bottom:0;width:1px;background:linear-gradient(#00d6ff,#7b47ea)}
.ticket-flow article:last-child:before{border-color:#69e0a3}.ticket-flow article:last-child:after{display:none}
.ticket-flow b{font-size:20px}.ticket-flow small{color:rgba(255,255,255,.54);font-size:13px;line-height:1.7}
.ticket-flow i{display:none}

/* Time visual */
.time-board{overflow:hidden;border-radius:0 110px 0 0;background:#fff;box-shadow:0 40px 100px rgba(19,65,112,.16)}
.time-head{height:82px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:11px}.time-head span{color:#526779}.time-head b{color:var(--green);font-weight:550}
.time-chart{position:relative;height:370px;margin:38px 35px 0;overflow:hidden;border-bottom:1px solid #cbd7e2;background:repeating-linear-gradient(180deg,transparent 0,transparent 72px,rgba(7,16,28,.08) 73px)}
.time-chart svg{position:absolute;left:0;right:0;bottom:15px;width:100%;height:260px;overflow:visible}
.work-zone,.idle-zone{position:absolute;top:0;bottom:0}.work-zone{left:21%;width:55%;background:linear-gradient(180deg,rgba(8,119,237,.12),rgba(8,119,237,.02))}.idle-zone{right:0;width:24%;background:linear-gradient(180deg,rgba(88,174,63,.12),rgba(88,174,63,.02))}
.time-labels{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 35px 32px;color:#708193;font-size:10px}

/* Control visual */
.control-board{position:relative;min-height:650px;border-radius:50%;background:radial-gradient(circle at center,rgba(0,214,255,.28),rgba(17,46,100,.5) 32%,rgba(6,18,42,.15) 58%,transparent 59%)}
.control-board:before,.control-board:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(103,220,255,.28);border-radius:50%}.control-board:before{width:520px;height:520px}.control-board:after{width:380px;height:380px}
.control-core{position:absolute;z-index:2;left:50%;top:50%;width:235px;height:235px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:50%;background:rgba(4,19,45,.9);border:1px solid rgba(107,224,255,.65);box-shadow:0 0 60px rgba(0,214,255,.25)}
.control-core span{font-size:28px;font-weight:650}.control-core small{max-width:150px;margin-top:12px;color:rgba(255,255,255,.5);font-size:10px;line-height:1.6}
.guard{position:absolute;z-index:2;width:140px;margin:0;padding:13px 15px;border:1px solid rgba(109,218,255,.3);border-radius:999px;background:rgba(5,25,55,.72);backdrop-filter:blur(10px)}
.guard b{display:block;color:#bceeff;font-size:12px}.guard span{display:block;margin-top:4px;color:rgba(255,255,255,.45);font-size:9px}.guard.g1{left:2%;top:18%}.guard.g2{right:4%;top:18%}.guard.g3{left:-1%;top:45%}.guard.g4{right:0;top:45%}.guard.g5{left:8%;bottom:14%}.guard.g6{right:9%;bottom:14%}

/* Report visual */
.report-board{min-height:660px;padding:60px;border-radius:110px 0 0 0;color:#fff;background:linear-gradient(145deg,#071832,#0f3b7c 58%,#5d34d0);box-shadow:0 45px 100px rgba(18,61,110,.22)}
.report-cover{padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.16)}
.report-cover span{display:block;color:#75e1ff;font-size:11px}.report-cover strong{display:block;margin-top:17px;font-size:46px;line-height:1.1;letter-spacing:-.04em}
.report-sections{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:35px;border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.report-sections p{min-height:115px;margin:0;padding:25px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.report-sections i{display:block;width:32px;height:5px;margin-bottom:25px;background:linear-gradient(90deg,#00d6ff,#58ae3f)}
.report-sections span{font-size:14px}
.report-note{margin-top:40px;color:rgba(255,255,255,.52);font-size:11px;line-height:1.7}

/* Product composition */
.composition{background:linear-gradient(180deg,#f7faff,#eaf2fb)}
.composition-grid{margin-top:110px;border-top:1px solid var(--line)}
.component{position:relative;display:grid;grid-template-columns:70px 1.15fr .85fr;gap:40px;align-items:center;min-height:420px;padding:55px 0;border-bottom:1px solid var(--line)}
.component>span{align-self:start;color:var(--blue);font-size:11px}
.component h3{margin:0 0 20px;font-size:38px;letter-spacing:-.045em}.component p{max-width:650px;margin:0;color:#536779;font-size:15px;line-height:1.85}.component small{display:block;margin-top:25px;color:#8090a0;font-size:10px;line-height:1.7}
.hardware-component img{justify-self:end;width:330px;height:300px;object-fit:contain;mix-blend-mode:multiply}
.component-hardware-map{position:relative;justify-self:end;width:330px;padding:25px 24px;color:#fff;background:#0b2948}
.component-hardware-map>i{position:absolute;left:35px;top:40px;bottom:40px;width:1px;background:linear-gradient(#62b740,#246eea)}
.component-hardware-map>p{position:relative;margin:0!important;padding:13px 0 13px 34px;border-bottom:1px solid rgba(255,255,255,.14)}
.component-hardware-map>p:last-child{border-bottom:0}
.component-hardware-map>p:before{content:"";position:absolute;left:6px;top:22px;width:9px;height:9px;border:1px solid #66c7e8;background:#0b2948}
.component-hardware-map b,.component-hardware-map em{display:block}.component-hardware-map b{color:#fff;font-size:14px;font-weight:650}.component-hardware-map em{margin-top:5px;color:rgba(225,238,247,.65);font-size:10px;font-style:normal}
.component-orbit{position:relative;justify-self:end;width:330px;height:300px;border:1px solid rgba(8,119,237,.24);border-radius:50%;background:radial-gradient(circle,rgba(0,214,255,.18),transparent 62%)}
.component-orbit>i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(8,119,237,.24);border-radius:50%}.component-orbit>i:first-child{width:230px;height:230px}.component-orbit>i:nth-child(2){width:145px;height:145px}.component-orbit b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:22px}.component-orbit em{position:absolute;padding:8px 13px;border-radius:999px;color:#225780;background:#fff;border:1px solid #b8cee1;font-size:10px;font-style:normal}.component-orbit em:nth-of-type(1){left:12px;top:45%}.component-orbit em:nth-of-type(2){right:20px;top:23%}.component-orbit em:nth-of-type(3){right:24px;bottom:23%}
.component ol{justify-self:end;width:330px;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.component li{padding:13px 0;border-bottom:1px solid var(--line);color:#40576a;font-size:12px}

/* Delivery */
.delivery{background:#fff}
.delivery-title{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:end}.delivery-title .product-kicker{grid-column:1/-1;margin-bottom:0}.delivery-title h2{margin:0;font-size:clamp(56px,5.7vw,88px);line-height:1.05;letter-spacing:-.06em}.delivery-title>p:last-child{margin:0;color:#5c6f81;font-size:16px;line-height:1.9}
.delivery-path{display:grid;grid-template-columns:repeat(3,1fr);margin-top:105px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.delivery-path article{min-height:245px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.delivery-path b{color:var(--blue);font-size:11px}.delivery-path h3{margin:58px 0 13px;font-size:25px}.delivery-path p{margin:0;color:#627486;font-size:13px;line-height:1.7}
.acceptance{display:grid;grid-template-columns:180px repeat(5,1fr);margin-top:65px;border-bottom:1px solid var(--line)}
.acceptance p,.acceptance span{margin:0;padding:24px 18px;border-top:1px solid var(--line)}.acceptance p{color:var(--blue);font-size:11px}.acceptance span{border-left:1px solid var(--line);color:#526577;font-size:11px;line-height:1.6}

/* Safety */
.safety-section{position:relative;overflow:hidden;padding:155px max(6vw,58px) 170px;color:#fff;background:linear-gradient(140deg,#020812,#082654 52%,#341777)}
.safety-aurora{position:absolute;left:-38vw;bottom:-58vw;width:90vw;height:90vw;border-radius:50%;background:conic-gradient(#00f0ff,#5d34d0,#ff006e,#0877ed,#00f0ff);filter:blur(100px);opacity:.36}
.safety-copy{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end}.safety-copy .product-kicker{grid-column:1/-1;margin-bottom:0}.safety-copy h2{margin:0;font-size:clamp(55px,5.8vw,90px);line-height:1.05;letter-spacing:-.063em}.safety-copy>p:last-child{margin:0;color:rgba(255,255,255,.6);font-size:16px;line-height:1.9}
.safety-rules{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);margin-top:110px;border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}
.safety-rules article{min-height:220px;padding:30px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.safety-rules span{color:#73ddff;font-size:14px}.safety-rules p{margin:55px 0 0;color:rgba(255,255,255,.56);font-size:12px;line-height:1.75}

/* FAQ and CTA */
.faq{display:grid;grid-template-columns:.82fr 1.18fr;gap:8vw;background:linear-gradient(180deg,#f6faff,#edf4fb)}
.faq-title{position:sticky;top:120px;align-self:start}.faq-title h2{margin:0;font-size:clamp(48px,4.8vw,74px);line-height:1.07;letter-spacing:-.056em}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{position:relative;padding:35px 50px 35px 0;cursor:pointer;font-size:21px;font-weight:650;line-height:1.45;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;top:29px;color:var(--blue);font-size:30px;font-weight:300}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:780px;margin:-8px 0 32px;color:#596d7f;font-size:14px;line-height:1.9}
.product-contact{position:relative;min-height:720px;padding:135px max(6vw,58px);display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:end;overflow:hidden;color:#fff;background:linear-gradient(135deg,#0877ed,#5d34d0 55%,#ff006e)}
.contact-mesh{position:absolute;right:-28vw;top:-42vw;width:80vw;height:80vw;border-radius:50%;background:conic-gradient(#00f0ff,rgba(255,255,255,.3),#ff006e,#5d34d0,#00f0ff);filter:blur(85px);opacity:.6}
.product-contact>div:not(.contact-mesh),.product-contact aside{position:relative;z-index:2}.product-contact h2{margin:0;font-size:clamp(58px,5.9vw,92px);line-height:1.04;letter-spacing:-.065em}.product-contact aside p{margin:0;color:rgba(255,255,255,.74);font-size:16px;line-height:1.9}.product-contact aside .button{margin-top:32px}

@media(max-width:900px){
  .product-section{padding:90px 20px}
  .product-hero{min-height:920px;height:auto}
  .product-hero-image{object-position:65% center}
  .product-hero-shade{background:linear-gradient(180deg,rgba(2,9,19,.28),rgba(2,9,19,.14) 28%,rgba(2,9,19,.96) 69%,#020914)}
  .product-hero-aurora{left:-95vw;top:-55vw;width:170vw;height:170vw}
  .product-hero-copy{left:20px;right:20px;top:auto;bottom:155px;width:auto;transform:none}
  .product-category{margin-bottom:18px;font-size:10px}
  .product-hero h1{font-size:47px;line-height:1.03}
  .product-hero-copy>p:not(.product-category){margin-top:23px;font-size:13px;line-height:1.75}
  .product-hero-rail{left:20px;right:20px;bottom:62px;gap:8px;flex-wrap:wrap}
  .product-hero-rail i{display:none}.product-hero-rail span{font-size:9px}.product-hero-rail span:not(:last-child):after{content:"";display:inline-block;width:4px;height:4px;margin-left:10px;border-radius:50%;background:#5ddfff;vertical-align:middle}
  .product-title,.path-heading,.delivery-title,.safety-copy{display:block}
  .product-title h2,.path-heading h2,.delivery-title h2,.safety-copy h2{margin-top:20px;font-size:42px;line-height:1.1}
  .product-title>p:last-child,.path-heading>p:last-child,.delivery-title>p:last-child,.safety-copy>p:last-child{margin-top:28px;font-size:13px}
  .audience-lines{display:block;margin-top:60px}
  .audience-lines article{grid-template-columns:34px 1fr;gap:8px;padding:28px 0;border-right:0!important}.audience-lines article:nth-child(even){padding-left:0}.audience-lines h3{font-size:22px}.audience-lines p{grid-column:2;font-size:12px}
  .current-gap{display:block;margin-top:55px}.current-gap>p,.current-gap>div{padding:22px;border-left:0;border-bottom:1px solid var(--line)}
  .operating-path{padding:90px 20px 105px}.path-aurora{right:-110vw;top:-60vw;width:180vw;height:180vw}
  .path-track{display:block;margin-top:65px;padding-left:25px;border-top:0;border-left:1px solid rgba(255,255,255,.22)}.path-track:before{left:-2px;top:0;bottom:0;right:auto;width:3px;height:auto;transform:scaleY(.86);background:linear-gradient(#00d6ff,#0877ed,#5d34d0,#ff006e)}.path-track article,.path-track article:not(:first-child){min-height:auto;padding:0 0 50px 25px;border-right:0}.path-track span{margin-top:17px}.path-track h3{font-size:24px}
  .capability-lead h2{font-size:45px}.capability-lead>p:last-child{font-size:13px}
  .capability-row,.capability-row.cap-reverse{display:flex;flex-direction:column;gap:55px;align-items:stretch;min-height:0;padding:90px 20px}.capability-row.cap-reverse .cap-copy{order:0}
  .cap-copy h3{font-size:40px;line-height:1.09}.plain-copy{font-size:14px}.cap-copy dl{margin-top:35px}.cap-copy dl>div{grid-template-columns:82px 1fr;gap:10px}.cap-copy dd{font-size:11px}
  .topology-board{min-height:510px;border-radius:0 68px 0 0}.topology-head{height:62px;padding:0 18px;font-size:9px}.topology-map{height:448px}.topo-node{width:68px;height:68px;font-size:9px}.topo-node.t1{left:4%}.topo-node.t2{left:35%;top:15%}.topo-node.t3{left:34%;bottom:12%}.topo-node.t4{right:4%;top:19%}.topo-node.t5{right:3%;bottom:16%}
  .ticket-board{min-height:0;padding:28px 22px;border-radius:68px 0 0 0}.ticket-flow article{grid-template-columns:90px 1fr;min-height:96px;padding-left:35px}.ticket-flow b{font-size:17px}.ticket-flow small{font-size:10px}
  .time-board{border-radius:0 68px 0 0}.time-head{height:65px;padding:0 18px;font-size:9px}.time-chart{height:280px;margin:25px 18px 0}.time-labels{padding:15px 18px 25px;font-size:8px}
  .control-board{min-height:520px}.control-board:before{width:350px;height:350px}.control-board:after{width:260px;height:260px}.control-core{width:175px;height:175px}.control-core span{font-size:22px}.guard{width:112px;padding:10px}.guard b{font-size:10px}.guard span{font-size:8px}.guard.g1{left:0}.guard.g2{right:0}.guard.g3{left:-4%}.guard.g4{right:-4%}.guard.g5{left:3%}.guard.g6{right:3%}
  .report-board{min-height:0;padding:35px 24px;border-radius:68px 0 0 0}.report-cover strong{font-size:35px}.report-sections p{min-height:95px;padding:18px}.report-note{font-size:9px}
  .composition-grid{margin-top:65px}.component{display:grid;grid-template-columns:35px 1fr;gap:12px;min-height:0;padding:42px 0}.component>span{grid-row:1/3}.component h3{font-size:29px}.component p{font-size:13px}.component img,.component-orbit,.component ol,.component-hardware-map{grid-column:2;justify-self:start;width:100%;margin-top:25px}.hardware-component img{height:280px}.component-orbit{height:300px}.component ol{width:100%}
  .delivery-path{grid-template-columns:1fr 1fr;margin-top:65px}.delivery-path article{min-height:205px;padding:20px}.delivery-path h3{margin-top:38px;font-size:19px}.delivery-path p{font-size:11px}
  .acceptance{display:block;margin-top:45px;border:1px solid var(--line)}.acceptance p,.acceptance span{display:block;padding:16px;border-left:0;border-top:0;border-bottom:1px solid var(--line)}
  .safety-section{padding:90px 20px 105px}.safety-rules{grid-template-columns:1fr 1fr;margin-top:65px}.safety-rules article{min-height:190px;padding:20px}.safety-rules span{font-size:12px}.safety-rules p{margin-top:35px;font-size:10px}
  .faq{display:block}.faq-title{position:static}.faq-title h2{font-size:42px}.faq-list{margin-top:55px}.faq-list summary{padding:27px 40px 27px 0;font-size:18px}.faq-list details p{font-size:12px}
  .product-contact{min-height:720px;padding:90px 20px;display:block}.product-contact h2{font-size:44px}.product-contact aside{margin-top:55px}.product-contact aside p{font-size:14px}
}

@media(max-width:380px){
  .product-hero h1{font-size:43px}
  .control-board{transform:scale(.92);margin:-20px}
  .delivery-path{grid-template-columns:1fr}
}

/* Keep the mobile long-form page below browser full-page capture limits. */
@media(max-width:900px){
  .product-section{padding:76px 20px}
  .product-hero{min-height:840px}
  .product-hero-copy{bottom:132px}
  .product-hero-rail{bottom:48px}
  .operating-path{padding:76px 20px 88px}
  .path-track{margin-top:54px}
  .path-track article,.path-track article:not(:first-child){padding-bottom:38px}
  .capability-row,.capability-row.cap-reverse{gap:46px;padding:76px 20px}
  .topology-board{min-height:450px}
  .topology-map{height:388px}
  .ticket-flow article{min-height:82px}
  .time-chart{height:230px}
  .control-board{min-height:460px}
  .component{padding:34px 0}
  .hardware-component img{height:230px}
  .component-orbit{height:250px}
  .delivery-path article{min-height:175px}
  .safety-section{padding:76px 20px 88px}
  .safety-rules article{min-height:165px}
  .product-contact{min-height:620px;padding:76px 20px}
  .product-header .menu-button{min-width:44px;min-height:44px}
  .product-header .primary-nav a{display:flex;align-items:center;min-height:44px}
  .control-board .guard.g3{left:0}
  .control-board .guard.g4{right:0}
}

/* Mobile management interface language - mobile-first. */
.mobile-workbench,.mobile-report-stage{position:relative;display:grid;place-items:center;width:100%;min-height:36rem;padding:1.25rem;overflow:hidden;border-radius:4.25rem 0 0 0;background:radial-gradient(circle at 50% 45%,rgba(0,214,255,.19),transparent 38%),linear-gradient(145deg,rgba(8,44,91,.82),rgba(49,25,113,.72))}
.phone-shell{position:relative;width:min(100%,19rem);padding:.45rem;border:1px solid rgba(145,225,255,.42);border-radius:2.3rem;background:#061327;box-shadow:0 1.8rem 4rem rgba(0,0,0,.28)}
.phone-shell:before{content:"";position:absolute;z-index:3;left:50%;top:.65rem;width:4.5rem;height:.28rem;transform:translateX(-50%);border-radius:999px;background:rgba(185,232,255,.24)}
.phone-screen{position:relative;min-height:32rem;padding:1.45rem 1rem 4rem;overflow:hidden;border-radius:1.95rem;color:#0b1a29;background:linear-gradient(180deg,#f9fcff,#eaf3fb)}
.phone-status{display:flex;align-items:center;justify-content:space-between;min-height:1.5rem;color:#668096;font-size:.7rem}
.phone-status i{width:.45rem;height:.45rem;border-radius:50%;background:#58ae3f;box-shadow:0 0 .75rem rgba(88,174,63,.5)}
.phone-title{margin-top:1.2rem}.phone-title p{margin:0;color:#0877ed;font-size:.68rem}.phone-title h4{margin:.35rem 0 0;font-size:1.65rem;line-height:1.15;letter-spacing:-.04em}
.phone-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:1.1rem;padding:.3rem;border-radius:999px;background:#dfeaf4}
.phone-tabs span{padding:.45rem .15rem;text-align:center;color:#75899b;font-size:.66rem}.phone-tabs span.active{border-radius:999px;color:#fff;background:#0877ed}
.mobile-task-list{margin-top:1rem}
.mobile-task-list article{position:relative;margin-bottom:.65rem;padding:.85rem .8rem .8rem;border:1px solid #d4e2ed;border-radius:.9rem;background:#fff;box-shadow:0 .55rem 1.4rem rgba(40,78,112,.07)}
.mobile-task-list article>span{color:#0877ed;font-size:.62rem}.mobile-task-list strong{display:block;margin-top:.3rem;font-size:.78rem;line-height:1.35}.mobile-task-list small{display:block;margin-top:.35rem;padding-right:3.5rem;color:#7a8d9e;font-size:.58rem;line-height:1.45}.mobile-task-list b{position:absolute;right:.75rem;bottom:.8rem;color:#0877ed;font-size:.58rem;font-weight:550}
.phone-nav{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);min-height:3.35rem;padding:.5rem .6rem .35rem;border-top:1px solid #d4e2ed;background:rgba(249,252,255,.96)}
.phone-nav span{display:flex;align-items:center;justify-content:center;color:#8b9aaa;font-size:.58rem}.phone-nav span.active{color:#0877ed;font-weight:650}
.phone-detail{display:none}
.detail-location{margin-top:1.1rem;padding:1rem;border-radius:1rem;color:#fff;background:linear-gradient(135deg,#0877ed,#5d34d0)}
.detail-location span{display:block;color:rgba(255,255,255,.65);font-size:.62rem}.detail-location strong{display:block;margin-top:.45rem;font-size:.82rem}.detail-location small{display:block;margin-top:.35rem;color:rgba(255,255,255,.65);font-size:.57rem}
.detail-process{margin-top:1.25rem}.detail-process p{position:relative;margin:0;min-height:3.3rem;padding:.2rem 0 1rem 1.75rem;color:#687f92;font-size:.68rem}.detail-process p:after{content:"";position:absolute;left:.36rem;top:1rem;bottom:-.1rem;width:1px;background:#bfd3e2}.detail-process p:last-child:after{display:none}.detail-process i{position:absolute;left:0;top:.1rem;width:.8rem;height:.8rem;border:.16rem solid #1bb9e8;border-radius:50%;background:#f2f8fc}.detail-process p.current i{border-color:#58ae3f;box-shadow:0 0 .7rem rgba(88,174,63,.35)}
.detail-fields{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d6e2eb;border-left:1px solid #d6e2eb}.detail-fields span{min-height:3rem;padding:.75rem .3rem;border-right:1px solid #d6e2eb;border-bottom:1px solid #d6e2eb;color:#667f92;text-align:center;font-size:.58rem}
.phone-screen>button,.control-phone>button{width:100%;min-height:2.75rem;margin-top:1rem;border:0;border-radius:999px;color:#fff;background:#0877ed;font:inherit;font-size:.72rem;font-weight:650}

.control-phone{position:absolute;z-index:3;left:50%;top:50%;width:12rem;min-height:21rem;padding:1.3rem 1rem;transform:translate(-50%,-50%);border:.45rem solid #061327;border-radius:2.2rem;color:#0a1928;background:linear-gradient(180deg,#fafdff,#e8f3fb);box-shadow:0 1.8rem 4rem rgba(0,0,0,.26)}
.control-phone:before{content:"";position:absolute;left:50%;top:.45rem;width:3.5rem;height:.22rem;transform:translateX(-50%);border-radius:999px;background:#b5cbd9}
.control-phone-head{display:flex;align-items:center;justify-content:space-between;margin-top:.55rem;color:#5d7488;font-size:.65rem}.control-phone-head i{width:.45rem;height:.45rem;border-radius:50%;background:#58ae3f}
.control-phone>p{margin:1.45rem 0 1rem;font-size:1rem;font-weight:650;line-height:1.35}
.control-checks span{position:relative;display:block;padding:.72rem .25rem .72rem 1.4rem;border-top:1px solid #d7e3ec;color:#526b7f;font-size:.65rem}.control-checks span:before{content:"";position:absolute;left:.25rem;top:.82rem;width:.55rem;height:.55rem;border:.12rem solid #58ae3f;border-radius:50%;background:#fff}
.control-phone>button{margin-top:1rem}

.mobile-report-stage{min-height:37rem;color:#fff;background:radial-gradient(circle at 65% 40%,rgba(0,240,255,.23),transparent 32%),linear-gradient(145deg,#06234a,#174b98 48%,#5d34d0)}
.report-phone .phone-screen{min-height:33rem}
.report-overview{margin-top:1rem;padding:1rem;border-radius:1rem;color:#fff;background:linear-gradient(135deg,#0877ed,#5d34d0)}
.report-overview span{font-size:.6rem;color:rgba(255,255,255,.65)}.report-overview strong{display:block;margin-top:.4rem;font-size:.88rem;line-height:1.35}.report-overview p{margin:.45rem 0 0;color:rgba(255,255,255,.62);font-size:.57rem}
.mobile-report-list{margin-top:.9rem;border-top:1px solid #d7e3ec}
.mobile-report-list article{display:grid;grid-template-columns:.7rem 1fr auto;gap:.6rem;align-items:center;min-height:3.4rem;border-bottom:1px solid #d7e3ec}.mobile-report-list i{width:.55rem;height:.55rem;border-radius:50%;background:linear-gradient(135deg,#00d6ff,#58ae3f)}.mobile-report-list strong{display:block;font-size:.7rem}.mobile-report-list small{display:block;margin-top:.25rem;color:#8092a2;font-size:.55rem}.mobile-report-list b{color:#0877ed;font-size:.58rem;font-weight:550}
.report-proof{display:none}

@media(min-width:901px){
  .mobile-workbench{grid-template-columns:1fr 1fr;gap:1.5rem;min-height:43rem;padding:2.6rem}
  .phone-shell{width:18rem}
  .phone-detail{display:block;transform:translateY(2.2rem)}
  .phone-screen{min-height:33.5rem}
  .control-phone{width:14rem;min-height:24rem;padding:1.5rem 1.2rem}
  .mobile-report-stage{min-height:41rem;padding-right:9rem}
  .report-phone{transform:translateX(-2rem)}
  .report-proof{position:absolute;right:2.5rem;bottom:4rem;display:grid;width:13rem;padding:1.5rem;border:1px solid rgba(255,255,255,.22);border-radius:1.5rem 0 0 0;background:rgba(4,19,45,.7);backdrop-filter:blur(1rem)}
  .report-proof p{margin:0 0 1rem;color:#72dcff;font-size:.7rem}.report-proof span{padding:.8rem 0;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7);font-size:.72rem}
}
