@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&display=swap');
:root{--bg:#070808;--panel:#0d0f0f;--panel2:#121414;--ink:#f5f1eb;--muted:#9d9a94;--orange:#ff6b18;--orange2:#ff934f;--line:rgba(255,112,33,.24);--softline:rgba(255,255,255,.075);--serif:'Instrument Serif',Georgia,serif;--sans:'Inter',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 68% 3%,rgba(255,94,15,.08),transparent 24%),var(--bg);color:var(--ink);font-family:var(--sans);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.alt-page{min-height:100vh}.alt-container{width:min(1240px,calc(100% - 48px));margin:auto}.alt-kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--orange2);margin:0 0 12px}.alt-kicker:before{content:'↗';margin-right:8px}.alt-display,.alt-h2,.alt-h3{margin:0;letter-spacing:-.04em}.alt-h2{font:400 clamp(34px,4.5vw,62px)/.94 var(--serif)}.alt-h3{font:600 20px/1.05 var(--sans)}.alt-copy{color:var(--muted);line-height:1.55}.alt-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:46px;padding:0 18px;border-radius:8px;border:1px solid var(--line);font-size:13px;font-weight:800;cursor:pointer;transition:.25s ease;background:#0b0c0c;color:#fff}.alt-btn.primary{border-color:transparent;background:linear-gradient(135deg,var(--orange),#ff7d2f);box-shadow:0 0 28px rgba(255,97,18,.24)}.alt-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(255,105,28,.28)}
.alt-header{height:68px;position:relative;z-index:100;border-bottom:1px solid var(--softline);background:rgba(6,7,7,.92);backdrop-filter:blur(16px)}.alt-nav{height:100%;display:flex;align-items:center;gap:28px}.alt-brand{display:flex;align-items:center;gap:9px;font-weight:900;font-size:17px;letter-spacing:-.04em}.alt-mark{position:relative;width:24px;height:24px;filter:drop-shadow(0 0 8px rgba(255,103,24,.32))}.alt-mark:before,.alt-mark:after,.alt-mark span{content:'';position:absolute;width:12px;height:12px;background:linear-gradient(135deg,var(--orange2),var(--orange));transform:skew(-28deg)}.alt-mark:before{left:6px;top:0}.alt-mark:after{left:0;top:10px}.alt-mark span{left:12px;top:10px}.alt-brand b{color:var(--orange)}.alt-links{display:flex;gap:24px;margin-left:auto}.alt-links a{font-size:12px;font-weight:700;color:#dad6d0;transition:.2s}.alt-links a:hover{color:var(--orange2)}.alt-header .alt-btn{height:38px;margin-left:8px}
/* HERO */
.alt-hero{position:relative;height:min(760px,calc(100svh - 68px));min-height:650px;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate;background:#070808}.alt-hero-bg{position:absolute;inset:0;z-index:-8;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.5) brightness(.28) contrast(1.08);opacity:.55;transform:scale(1.035)}.alt-hero-shade{position:absolute;inset:0;z-index:-7;background:linear-gradient(90deg,#070808 0%,rgba(7,8,8,.98) 39%,rgba(7,8,8,.7) 62%,rgba(7,8,8,.55) 100%),linear-gradient(0deg,rgba(7,8,8,.72),transparent 55%)}.alt-hero-inner{position:relative;height:calc(100% - 88px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center}.alt-hero-copy{position:relative;z-index:12;max-width:600px;padding-bottom:20px}.alt-hero-title{margin:0;font-family:var(--sans);font-weight:900;text-transform:uppercase;line-height:.84;letter-spacing:-.065em}.alt-hero-title .fixed{display:block;font-size:clamp(68px,7.4vw,118px);white-space:nowrap}.alt-hero-title .variable-wrap{display:block;overflow:hidden;padding:.06em 0 .14em}.alt-hero-title .variable{display:block;font-size:clamp(42px,5vw,76px);line-height:.9;color:var(--orange)}.alt-hero-lead{max-width:520px;font-size:15px;line-height:1.55;color:#c9c5bf;margin:21px 0}.alt-hero-actions{display:flex;gap:10px}.alt-hero-stage{position:absolute;right:0;top:0;width:59%;height:100%;z-index:4;pointer-events:none}.alt-person{position:absolute;z-index:5;right:12%;bottom:0;height:94%;max-width:58%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 30px 40px rgba(0,0,0,.45))}.keyword-field{position:absolute;z-index:2;inset:7% 0 10% 15%;pointer-events:none}.hero-keyword{position:absolute;color:rgba(255,255,255,.11);font-weight:750;text-transform:uppercase;white-space:nowrap;line-height:1;letter-spacing:.015em;will-change:transform,opacity,filter}.hero-keyword.hot{color:rgba(255,117,39,.25)}.hero-orbits,.hero-gridfx,.hero-ribbons,.hero-mist,.hero-neural,.hero-plasma,.hero-magnetic,.hero-xfx{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-orbits:before,.hero-orbits:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(255,110,31,.22);right:13%;top:10%;width:58%;aspect-ratio:1;box-shadow:0 0 38px rgba(255,83,0,.07),inset 0 0 45px rgba(255,96,20,.045)}.hero-orbits:after{width:44%;right:20%;top:18%;border-color:rgba(255,150,92,.14)}.orbit-node{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 14px 4px rgba(255,100,25,.6)}
.hero-gridfx{opacity:0}.hero-gridfx:before{content:'';position:absolute;inset:10% 3% 5% 18%;background-image:linear-gradient(rgba(255,105,28,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,105,28,.08) 1px,transparent 1px);background-size:38px 38px;mask-image:radial-gradient(circle at 68% 45%,#000 5%,transparent 72%)}.signal-node{position:absolute;width:4px;height:4px;border-radius:50%;background:#ff792f;box-shadow:0 0 11px #ff792f}.signal-line{position:absolute;height:1px;transform-origin:left center;background:linear-gradient(90deg,rgba(255,111,36,.04),rgba(255,111,36,.6),rgba(255,111,36,.02))}
.hero-mist{opacity:0;background:radial-gradient(circle at 69% 48%,rgba(255,99,18,.2),transparent 22%),radial-gradient(circle at 71% 48%,rgba(255,139,76,.08),transparent 40%);filter:blur(12px)}.mist-halo{position:absolute;border-radius:50%;border:1px solid rgba(255,126,57,.13);box-shadow:0 0 80px rgba(255,98,18,.07)}
.hero-ribbons{opacity:0;overflow:hidden}.light-ribbon{position:absolute;right:-15%;height:2px;width:78%;background:linear-gradient(90deg,transparent,rgba(255,83,0,.08),#ff792f,rgba(255,124,50,.15),transparent);box-shadow:0 0 18px rgba(255,95,20,.58);transform-origin:right center}.light-ribbon:after{content:'';position:absolute;inset:-18px 0;background:inherit;filter:blur(13px);opacity:.3}
.hero-neural{opacity:0}.neural-ring{position:absolute;border-radius:50%;border:1px dashed rgba(255,113,38,.16)}.neural-dot{position:absolute;width:3px;height:3px;border-radius:50%;background:#ff8641;box-shadow:0 0 8px #ff6b18}.hero-plasma{opacity:0;background:radial-gradient(circle at 72% 46%,rgba(255,94,18,.13),transparent 32%)}.plasma-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,131,58,.16);background:conic-gradient(from 0deg,transparent,rgba(255,109,25,.09),transparent 32%,rgba(255,152,83,.05),transparent 68%);box-shadow:0 0 42px rgba(255,92,10,.06),inset 0 0 34px rgba(255,117,35,.04)}.hero-magnetic{opacity:0}.magnetic-line{position:absolute;border:1px solid rgba(255,119,39,.13);border-left-color:rgba(255,150,85,.28);border-right-color:rgba(255,82,9,.04);border-radius:50%;transform:rotate(-12deg);box-shadow:0 0 18px rgba(255,94,17,.035)}.hero-xfx{opacity:0}.x-node{position:absolute;width:3px;height:3px;border-radius:50%;background:#ff8b48;box-shadow:0 0 9px rgba(255,101,22,.8)}.x-link{position:absolute;height:1px;transform-origin:left center;background:linear-gradient(90deg,transparent,rgba(255,113,35,.52),transparent)}.cursor-spark{position:fixed;z-index:9999;width:5px;height:5px;border-radius:50%;pointer-events:none;background:#ff7b33;box-shadow:0 0 13px #ff6b18}
.alt-proof{position:absolute;left:0;right:0;bottom:0;height:88px;z-index:20;border-top:1px solid rgba(255,255,255,.08);background:rgba(8,9,9,.88);backdrop-filter:blur(18px)}.proof-inner{height:100%;display:grid;grid-template-columns:1.15fr repeat(6,.7fr);align-items:center}.proof-clients{display:flex;align-items:center;gap:14px}.proof-avatars{display:flex}.proof-avatars img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #0a0b0b;margin-left:-7px;filter:grayscale(1);background:#151717}.proof-avatars img:first-child{margin-left:0}.proof-label{font-size:9px;line-height:1.3;color:#aaa6a0}.proof-metric{min-height:44px;border-left:1px solid var(--softline);padding-left:15px;display:flex;flex-direction:column;justify-content:center}.proof-metric strong{font-size:18px;line-height:1;color:#fff}.proof-metric span{font-size:8px;color:#888580;margin-top:5px}.proof-metric.platform strong{display:flex;align-items:center;gap:6px;font-size:14px}.proof-metric.platform em{font-style:normal;font-size:17px}.proof-zero{color:#b7b3ae}.proof-note{position:absolute;right:24px;bottom:5px;font-size:7px;color:#5d5c59;text-transform:uppercase;letter-spacing:.1em}
/* TRUST STRIP */
.logo-strip{border-bottom:1px solid var(--softline);background:#0a0b0b;overflow:hidden}.logo-track{height:76px;display:flex;align-items:center;gap:58px;width:max-content;padding-left:40px;color:#686866;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em}.logo-track span{display:flex;align-items:center;gap:9px}.logo-dot{width:20px;height:20px;border:1px solid #555;border-radius:7px;transform:rotate(45deg)}
/* SECTIONS */
.alt-section{position:relative;padding:72px 0;border-bottom:1px solid var(--softline);overflow:hidden}.alt-section:before{content:attr(data-index);position:absolute;right:4vw;top:24px;font:400 70px/1 var(--serif);color:rgba(255,110,31,.12);pointer-events:none}.section-grid-head{display:grid;grid-template-columns:330px 1fr;gap:44px;align-items:start;margin-bottom:34px}.section-grid-head .alt-copy{max-width:580px;margin-top:12px}.section-title{font:400 clamp(34px,4vw,54px)/.95 var(--serif);margin:0}.section-title em{font-style:normal;color:var(--orange2)}
.work-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.work-intro{padding-top:4px}.work-intro .alt-btn{margin-top:18px}.work-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.sample-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:10px;background:linear-gradient(150deg,#111313,#0a0b0b);overflow:hidden;transform-style:preserve-3d;will-change:transform}.sample-card .shot{height:154px;overflow:hidden;background:#191a1a}.sample-card .shot img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:saturate(.78) brightness(.72)}.sample-card:hover .shot img{transform:scale(1.05)}.sample-copy{padding:15px}.sample-copy small{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange2)}.sample-copy h3{font:500 18px/1.05 var(--serif);margin:8px 0}.sample-copy p{font-size:10px;line-height:1.45;color:#8f8c87;margin:0}.sample-tag{position:absolute;top:10px;left:10px;background:rgba(7,8,8,.82);border:1px solid var(--line);padding:5px 7px;border-radius:5px;font-size:7px;text-transform:uppercase;letter-spacing:.1em;color:var(--orange2)}
.service-layout{display:grid;grid-template-columns:260px 1fr;gap:34px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.service-card,.industry-card,.factory-step,.result-card{position:relative;border:1px solid var(--line);border-radius:9px;background:linear-gradient(145deg,#111313,#0a0b0b);padding:19px;overflow:hidden}.service-card:after,.industry-card:after,.factory-step:after,.result-card:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,107,24,.13),transparent 35%);opacity:0;transition:.25s}.service-card:hover:after,.industry-card:hover:after,.factory-step:hover:after,.result-card:hover:after{opacity:1}.icon-ring{width:34px;height:34px;border:1px solid rgba(255,116,39,.34);border-radius:9px;display:grid;place-items:center;color:var(--orange2);margin-bottom:15px}.icon-ring svg{width:17px}.service-card h3{font-size:13px;margin:0 0 6px}.service-card p{font-size:9px;line-height:1.5;color:#8f8c87;margin:0}
.package-layout{display:grid;grid-template-columns:260px 1fr;gap:34px}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.package-card{position:relative;border:1px solid var(--line);border-radius:10px;padding:25px 22px;background:#0c0d0d;min-height:310px}.package-card.featured{border-color:rgba(255,108,28,.8);box-shadow:0 0 26px rgba(255,92,12,.18),inset 0 0 28px rgba(255,104,24,.035)}.package-card .popular{position:absolute;top:0;left:20px;right:20px;height:22px;transform:translateY(-50%);display:grid;place-items:center;background:var(--orange);border-radius:4px;font-size:8px;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.package-card .plan{font-size:9px;color:var(--orange2);text-transform:uppercase;font-weight:800;letter-spacing:.12em}.package-card h3{font:400 25px/1 var(--serif);margin:8px 0}.package-card .price{font-size:24px;font-weight:800;margin:17px 0 3px}.package-card .price span{font-size:9px;color:#8d8984;font-weight:500}.package-card ul{padding:0;margin:18px 0;list-style:none}.package-card li{font-size:10px;color:#aaa6a0;margin:9px 0}.package-card li:before{content:'✓';color:var(--orange);margin-right:8px}.package-card .alt-btn{width:100%;height:38px;margin-top:auto}
.process-layout{display:grid;grid-template-columns:250px 1fr;gap:40px}.process-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding-top:15px}.process-line{position:absolute;left:5%;right:5%;top:33px;height:1px;background:rgba(255,108,28,.2);transform-origin:left}.process-line:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--orange),var(--orange2));box-shadow:0 0 11px rgba(255,105,27,.45);transform:scaleX(var(--process,0));transform-origin:left;transition:.1s}.process-step{position:relative;z-index:2}.process-dot{width:37px;height:37px;border-radius:50%;border:1px solid var(--orange);background:#0a0b0b;display:grid;place-items:center;color:var(--orange2);font-size:9px;font-weight:800;box-shadow:0 0 0 5px #080909}.process-step h3{font:400 18px var(--serif);margin:16px 0 6px}.process-step p{font-size:9px;line-height:1.45;color:#8d8984;margin:0}
.results-layout{display:grid;grid-template-columns:270px repeat(4,1fr);gap:13px;align-items:stretch}.result-card{text-align:center;padding:25px 18px}.result-card .icon-ring{margin:0 auto 13px;border-radius:50%;box-shadow:0 0 24px rgba(255,104,22,.11)}.result-card strong{display:block;color:var(--orange2);font:400 19px var(--serif);margin-bottom:5px}.result-card span{font-size:9px;color:#85827d}
.factory-layout{display:grid;grid-template-columns:260px 1fr;gap:30px}.factory-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.factory-step{text-align:center;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center}.factory-step .factory-cube{width:62px;height:62px;border:1px solid rgba(255,126,55,.45);display:grid;place-items:center;transform:rotate(45deg);box-shadow:0 0 24px rgba(255,94,17,.15),inset 0 0 20px rgba(255,93,15,.06);margin-bottom:22px}.factory-step .factory-cube svg{transform:rotate(-45deg);color:var(--orange);width:26px}.factory-step strong{font-size:10px}.factory-step small{font-size:8px;color:#77746f;margin-top:5px}
.industry-layout{display:grid;grid-template-columns:250px 1fr;gap:34px}.industry-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.industry-card{text-align:center;padding:18px 8px}.industry-card .icon-ring{margin:0 auto 12px;border-radius:50%}.industry-card span{font-size:9px;color:#bbb7b1}
.faq-layout{display:grid;grid-template-columns:250px 1fr;gap:34px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.faq-item{border:1px solid var(--line);border-radius:7px;background:#0d0f0f;overflow:hidden}.faq-item button{width:100%;height:44px;padding:0 15px;border:0;background:none;color:#d5d0ca;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:10px;cursor:pointer}.faq-item button span:last-child{color:var(--orange);font-size:16px}.faq-answer{max-height:0;overflow:hidden;color:#8d8984;font-size:9px;line-height:1.5;padding:0 15px;transition:max-height .35s ease,padding .35s}.faq-item.open .faq-answer{max-height:100px;padding:0 15px 14px}
.alt-cta{padding:54px 0 40px}.cta-panel{position:relative;border:1px solid rgba(255,115,38,.42);border-radius:12px;min-height:140px;display:flex;align-items:center;justify-content:space-between;padding:28px 34px;background:radial-gradient(circle at 68% 50%,rgba(255,100,20,.12),transparent 26%),linear-gradient(135deg,#0f1111,#090a0a);overflow:hidden}.cta-panel:after{content:'';position:absolute;right:10%;width:220px;height:220px;border-radius:50%;border:1px solid rgba(255,112,31,.16);box-shadow:0 0 0 26px rgba(255,112,31,.018),0 0 50px rgba(255,100,20,.07)}.cta-panel .alt-btn{position:relative;z-index:3}.cta-title{font:400 34px/1 var(--serif);max-width:620px;margin:0}.alt-footer{border-top:1px solid var(--softline);padding:32px 0 22px;background:#080909}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}.footer-grid strong{font-size:8px;color:var(--orange2);text-transform:uppercase;letter-spacing:.12em}.footer-grid a{display:block;font-size:9px;color:#8d8984;margin-top:7px}.footer-grid p{font-size:9px;color:#77746f;max-width:220px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--softline);margin-top:26px;padding-top:16px;font-size:8px;color:#62605d}
/* VARIANT 1: orbital editorial */
body[data-alt='1'] .hero-orbits{opacity:1}body[data-alt='1'] .alt-hero{background:radial-gradient(circle at 73% 42%,rgba(255,100,20,.11),transparent 30%),#070808}body[data-alt='1'] .hero-keyword{font-family:var(--sans)}
/* VARIANT 2: signal grid */
body[data-alt='2'] .hero-gridfx{opacity:1}body[data-alt='2'] .hero-orbits{opacity:.18}body[data-alt='2'] .alt-hero-stage{background:linear-gradient(108deg,transparent 26%,rgba(255,105,25,.025) 26.2%,transparent 27%)}body[data-alt='2'] .hero-keyword{letter-spacing:.08em;font-weight:600}body[data-alt='2'] .sample-card{border-radius:4px}body[data-alt='2'] .service-card{border-radius:4px}
/* VARIANT 3: halo mist */
body[data-alt='3'] .hero-mist{opacity:1}body[data-alt='3'] .hero-orbits{opacity:.5}body[data-alt='3'] .hero-keyword{font-family:var(--serif);text-transform:none;font-weight:400;letter-spacing:0}body[data-alt='3'] .alt-hero-title .fixed{font-family:var(--serif);font-weight:400;letter-spacing:-.05em}body[data-alt='3'] .sample-card,body[data-alt='3'] .service-card,body[data-alt='3'] .package-card{border-radius:16px;background:linear-gradient(145deg,rgba(18,19,19,.88),rgba(9,10,10,.8));backdrop-filter:blur(10px)}
/* VARIANT 4: light ribbons */
body[data-alt='4'] .hero-ribbons{opacity:1}body[data-alt='4'] .hero-orbits{opacity:.22}body[data-alt='4'] .hero-keyword{font-size:10px!important;letter-spacing:.12em;font-weight:500}body[data-alt='4'] .alt-section:nth-of-type(even){background:linear-gradient(90deg,rgba(255,98,16,.025),transparent 45%)}body[data-alt='4'] .sample-card{box-shadow:0 18px 55px rgba(0,0,0,.3)}
/* VARIANT 5: neural / maximal */
body[data-alt='5']{background:radial-gradient(circle at 78% 5%,rgba(255,82,0,.1),transparent 25%),radial-gradient(circle at 15% 50%,rgba(255,108,25,.035),transparent 30%),#060707}body[data-alt='5'] .hero-neural{opacity:1}body[data-alt='5'] .hero-orbits{opacity:.32}body[data-alt='5'] .hero-keyword{font-size:9px!important;letter-spacing:.12em;font-weight:600}body[data-alt='5'] .alt-hero-stage{perspective:1100px}body[data-alt='5'] .alt-person{filter:drop-shadow(0 36px 55px rgba(0,0,0,.5)) drop-shadow(0 0 16px rgba(255,103,28,.08))}body[data-alt='5'] .sample-card{transform-style:preserve-3d}body[data-alt='5'] .alt-section:after{content:'';position:absolute;width:320px;height:320px;border-radius:50%;border:1px dashed rgba(255,104,23,.06);right:-180px;top:20%;pointer-events:none}
@media(max-width:1050px){.alt-links{display:none}.alt-hero-inner{grid-template-columns:1fr}.alt-hero-stage{width:64%;right:-12%}.alt-person{right:8%;max-width:68%;opacity:.9}.alt-hero-copy{max-width:520px}.proof-inner{grid-template-columns:1.2fr repeat(3,.7fr)}.proof-metric:nth-of-type(n+4){display:none}.work-layout,.service-layout,.package-layout,.process-layout,.factory-layout,.industry-layout,.faq-layout{grid-template-columns:1fr}.work-row{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(4,1fr)}.results-layout{grid-template-columns:repeat(2,1fr)}.results-layout>.work-intro{grid-column:1/-1}.factory-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.alt-container{width:min(100% - 28px,1240px)}.alt-header{height:58px}.alt-header .alt-btn{height:34px;padding:0 12px}.alt-brand{font-size:15px}.alt-hero{height:710px;min-height:710px}.alt-hero-inner{height:calc(100% - 118px);align-items:start}.alt-hero-copy{padding-top:55px}.alt-hero-title .fixed{font-size:56px}.alt-hero-title .variable{font-size:37px}.alt-hero-lead{font-size:13px;max-width:88%;margin:16px 0}.alt-hero-stage{width:82%;height:56%;top:auto;bottom:118px;right:-20%}.alt-person{right:13%;height:100%;max-width:70%}.keyword-field{inset:0}.alt-proof{height:118px}.proof-inner{grid-template-columns:1.5fr repeat(2,.7fr)}.proof-metric:nth-of-type(n+3){display:none}.proof-avatars img{width:27px;height:27px}.logo-track{height:62px}.alt-section{padding:54px 0}.section-grid-head{grid-template-columns:1fr}.work-row{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.sample-card{min-width:240px;scroll-snap-align:start}.service-grid{grid-template-columns:1fr}.package-grid{grid-template-columns:1fr}.process-track{grid-template-columns:1fr;padding-left:22px}.process-line{left:18px;top:20px;bottom:20px;right:auto;width:1px;height:auto}.process-line:after{transform:scaleY(var(--process,0));transform-origin:top}.process-step{padding-left:38px}.process-dot{position:absolute;left:-38px}.factory-grid{grid-template-columns:1fr 1fr}.industry-grid{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}.cta-panel{align-items:flex-start;gap:20px;flex-direction:column}.cta-title{font-size:29px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cursor-spark{display:none}.hero-keyword,.alt-person,.alt-hero-bg{transform:none!important}}
/* SHARED STRONGER SYSTEM: alternatives 6-10 */
.alt-modern{background:radial-gradient(circle at 76% 4%,rgba(255,91,12,.075),transparent 23%),radial-gradient(circle at 18% 62%,rgba(255,117,35,.025),transparent 30%),#060707}.alt-modern .alt-hero{height:min(650px,calc(100svh - 68px));min-height:590px;background:#060707}.alt-modern .alt-hero:before{content:'';position:absolute;z-index:-6;inset:-18%;opacity:.42;background-image:radial-gradient(circle at 70% 35%,rgba(255,255,255,.028) 0 1px,transparent 1.5px),radial-gradient(circle at 30% 65%,rgba(255,111,31,.024) 0 1px,transparent 1.6px),linear-gradient(115deg,transparent 43%,rgba(255,255,255,.018) 50%,transparent 57%);background-size:31px 31px,47px 47px,170px 170px;animation:darkTextureDrift 18s linear infinite}.alt-modern .alt-hero-bg{filter:saturate(.42) brightness(.24) contrast(1.1);opacity:.46}.alt-modern .alt-hero-shade{background:linear-gradient(90deg,#060707 0%,rgba(6,7,7,.985) 42%,rgba(6,7,7,.76) 61%,rgba(6,7,7,.51) 100%),linear-gradient(0deg,rgba(6,7,7,.8),transparent 60%)}.alt-modern .alt-hero-inner{height:calc(100% - 76px);grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr)}.alt-modern .alt-hero-copy{max-width:570px;padding-bottom:4px}.alt-modern .alt-kicker{font-size:11px}.alt-modern .alt-hero-title .fixed{font-size:clamp(58px,6.3vw,92px)}.alt-modern .alt-hero-title .variable{font-size:clamp(38px,4.35vw,64px)}.alt-modern .alt-hero-lead{max-width:500px;font-size:15px;line-height:1.5;margin:14px 0 16px}.alt-modern .alt-hero-stage{width:58%;right:0}.alt-modern .alt-person{object-position:center bottom;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5)) drop-shadow(0 0 20px rgba(255,103,28,.06))}.alt-modern .keyword-field{inset:2% 0 3% 5%}.alt-modern .hero-keyword{color:rgba(255,255,255,.08);font-weight:650;letter-spacing:.06em}.alt-modern .hero-keyword.hot{color:rgba(255,124,54,.16)}.alt-modern .alt-proof{height:76px;background:rgba(7,8,8,.91)}.alt-modern .proof-avatars img{width:30px;height:30px}.alt-modern .proof-label{font-size:9px}.alt-modern .proof-metric strong{font-size:18px}.alt-modern .proof-metric span{font-size:9px}.alt-modern .proof-note{font-size:7px}.alt-modern .logo-track{height:64px}.alt-modern .alt-section{padding:62px 0}.alt-modern .section-title{font-size:clamp(38px,4.2vw,58px)}.alt-modern .alt-copy{font-size:14px;line-height:1.6}.alt-modern .sample-card .shot{height:148px}.alt-modern .sample-copy{padding:16px}.alt-modern .sample-copy small{font-size:9px}.alt-modern .sample-copy h3{font-size:20px;margin:8px 0}.alt-modern .sample-copy p{font-size:12px;line-height:1.55}.alt-modern .service-card{min-height:184px;padding:92px 18px 16px}.alt-modern .service-card:before,.alt-modern .factory-step:before,.alt-modern .industry-card:before{content:'';position:absolute;z-index:0;left:0;right:0;top:0;height:78px;background-image:linear-gradient(180deg,rgba(5,6,6,.08),rgba(7,8,8,.88)),var(--card-img);background-size:cover;background-position:center;filter:saturate(.6) contrast(1.04);opacity:.88}.alt-modern .service-card .icon-ring{position:absolute;z-index:2;left:16px;top:54px;background:#0c0e0e;box-shadow:0 7px 20px rgba(0,0,0,.34)}.alt-modern .service-card h3,.alt-modern .service-card p{position:relative;z-index:2}.alt-modern .service-card h3{font-size:15px;margin:0 0 7px}.alt-modern .service-card p{font-size:11.5px;line-height:1.5}.alt-modern .package-card{min-height:286px;padding:22px 20px}.alt-modern .package-card .plan{font-size:10px}.alt-modern .package-card h3{font-size:27px}.alt-modern .package-card .price{font-size:25px;margin:14px 0 3px}.alt-modern .package-card li{font-size:11.5px;margin:8px 0}.alt-modern .process-step h3{font-size:20px}.alt-modern .process-step p{font-size:11.5px;line-height:1.5}.alt-modern .result-card{padding:22px 16px}.alt-modern .result-card strong{font-size:21px}.alt-modern .result-card span{font-size:11.5px;line-height:1.4}.alt-modern .factory-step{min-height:184px;padding:92px 14px 16px;align-items:flex-start;justify-content:flex-start;text-align:left}.alt-modern .factory-step:before{height:80px}.alt-modern .factory-step .factory-cube{position:absolute;z-index:2;left:18px;top:53px;width:43px;height:43px;margin:0;background:#0d0f0f}.alt-modern .factory-step .factory-cube svg{width:19px}.alt-modern .factory-step strong,.alt-modern .factory-step small{position:relative;z-index:2}.alt-modern .factory-step strong{font-size:12px;line-height:1.3}.alt-modern .factory-step small{font-size:10.5px;line-height:1.45;margin-top:7px}.alt-modern .industry-card{min-height:166px;padding:88px 12px 14px;text-align:left}.alt-modern .industry-card:before{height:76px}.alt-modern .industry-card .icon-ring{position:absolute;z-index:2;left:13px;top:51px;width:34px;height:34px;margin:0;background:#0d0f0f;box-shadow:0 7px 20px rgba(0,0,0,.34)}.alt-modern .industry-card strong,.alt-modern .industry-card small{position:relative;z-index:2;display:block}.alt-modern .industry-card strong{font-size:11.5px;line-height:1.25}.alt-modern .industry-card small{font-size:9.5px;line-height:1.4;color:#8f8c87;margin-top:6px}.alt-modern .faq-item button{height:48px;font-size:12px}.alt-modern .faq-answer{font-size:11.5px;line-height:1.55}.alt-modern .footer-grid a,.alt-modern .footer-grid p{font-size:10.5px}.alt-modern .footer-grid strong{font-size:9px}.alt-modern .footer-bottom{font-size:9px}
@keyframes darkTextureDrift{0%{transform:translate3d(-1.5%,-1%,0) rotate(0deg)}50%{transform:translate3d(1.5%,1%,0) rotate(.35deg)}100%{transform:translate3d(-1.5%,-1%,0) rotate(0deg)}}
/* VARIANT 6: Neural Pulse */
body[data-alt='6'] .hero-neural{opacity:.7}body[data-alt='6'] .hero-mist{opacity:.44}body[data-alt='6'] .hero-orbits{opacity:.22}body[data-alt='6'] .neural-ring{border-style:solid;border-color:rgba(255,125,49,.18)}body[data-alt='6'] .alt-hero-stage{background:radial-gradient(circle at 72% 46%,rgba(255,103,25,.055),transparent 32%)}
/* VARIANT 7: Signal Storm */
body[data-alt='7'] .hero-gridfx{opacity:.78}body[data-alt='7'] .hero-ribbons{opacity:.42}body[data-alt='7'] .hero-xfx{opacity:.46}body[data-alt='7'] .hero-orbits{opacity:.12}body[data-alt='7'] .hero-gridfx:before{background-size:31px 31px;opacity:.72}body[data-alt='7'] .alt-section:nth-of-type(even){background-image:linear-gradient(90deg,rgba(255,97,15,.018),transparent 44%)}
/* VARIANT 8: Plasma Halo */
body[data-alt='8'] .hero-plasma{opacity:.9}body[data-alt='8'] .hero-mist{opacity:.72}body[data-alt='8'] .hero-orbits{opacity:.18}body[data-alt='8'] .plasma-ring{border-color:rgba(255,140,70,.21);box-shadow:0 0 54px rgba(255,88,6,.075),inset 0 0 44px rgba(255,120,40,.045)}body[data-alt='8'] .alt-person{filter:drop-shadow(0 30px 42px rgba(0,0,0,.5)) drop-shadow(0 0 26px rgba(255,111,32,.11))}
/* VARIANT 9: Magnetic Field */
body[data-alt='9'] .hero-magnetic{opacity:.9}body[data-alt='9'] .hero-orbits{opacity:.46}body[data-alt='9'] .hero-neural{opacity:.14}body[data-alt='9'] .magnetic-line{border-color:rgba(255,129,55,.17);border-left-color:rgba(255,160,95,.32)}body[data-alt='9'] .alt-hero-stage{background:radial-gradient(ellipse at 73% 48%,rgba(255,105,26,.045),transparent 38%)}
/* VARIANT 10: Maximal Neural X */
body[data-alt='10']{background:radial-gradient(circle at 78% 5%,rgba(255,82,0,.11),transparent 24%),radial-gradient(circle at 16% 52%,rgba(255,108,25,.03),transparent 28%),#050606}body[data-alt='10'] .hero-neural{opacity:.78}body[data-alt='10'] .hero-plasma{opacity:.55}body[data-alt='10'] .hero-xfx{opacity:.72}body[data-alt='10'] .hero-ribbons{opacity:.24}body[data-alt='10'] .hero-gridfx{opacity:.25}body[data-alt='10'] .hero-orbits{opacity:.2}body[data-alt='10'] .alt-hero-stage{perspective:1200px}body[data-alt='10'] .alt-person{filter:drop-shadow(0 34px 52px rgba(0,0,0,.55)) drop-shadow(0 0 24px rgba(255,105,25,.11))}body[data-alt='10'] .sample-card,body[data-alt='10'] .service-card,body[data-alt='10'] .package-card,body[data-alt='10'] .factory-step,body[data-alt='10'] .industry-card{transform-style:preserve-3d}
@media(max-width:1050px){.alt-modern .alt-hero{height:min(660px,calc(100svh - 68px));min-height:610px}.alt-modern .alt-hero-stage{width:64%;right:-8%}.alt-modern .work-row{grid-template-columns:repeat(3,1fr)}.alt-modern .factory-step,.alt-modern .industry-card{min-height:174px}}
@media(max-width:700px){.alt-modern .alt-hero{height:680px;min-height:680px}.alt-modern .alt-hero-inner{display:block;width:100%;height:calc(100% - 110px);grid-template-columns:none}.alt-modern .alt-hero-copy{width:100%;max-width:100%;padding-top:30px;padding-bottom:0}.alt-modern .alt-hero-title .fixed{font-size:46px}.alt-modern .alt-hero-title .variable{font-size:31px;max-width:92%;line-height:.92}.alt-modern .alt-hero-lead{font-size:13px;line-height:1.48;max-width:72%;margin:12px 0 14px}.alt-modern .alt-hero-actions{gap:8px;flex-wrap:nowrap}.alt-modern .alt-hero-actions .alt-btn{height:42px;padding:0 13px;font-size:11px}.alt-modern .alt-hero-stage{width:94%;height:51%;right:-29%;bottom:110px;top:auto}.alt-modern .alt-person{right:12%;height:103%;max-width:79%;bottom:0}.alt-modern .keyword-field{inset:0 0 0 8%}.alt-modern .hero-keyword{will-change:transform,opacity}.alt-modern .alt-proof{height:110px}.alt-modern .alt-section{padding:50px 0}.alt-modern .section-title{font-size:38px}.alt-modern .sample-copy p,.alt-modern .service-card p,.alt-modern .process-step p,.alt-modern .result-card span,.alt-modern .faq-answer{font-size:11.5px}.alt-modern .service-card{min-height:176px}.alt-modern .factory-step,.alt-modern .industry-card{min-height:160px}.alt-modern .factory-step strong,.alt-modern .industry-card strong{font-size:12.5px}.alt-modern .factory-step small,.alt-modern .industry-card small{font-size:11px;line-height:1.45;color:#aaa6a0}.alt-modern .factory-grid{grid-template-columns:1fr 1fr}.alt-modern .industry-grid{grid-template-columns:1fr 1fr}body[data-alt='7'].alt-modern .alt-hero-stage{width:100%;right:-24%}body[data-alt='7'].alt-modern .alt-person{right:8%;height:124%;max-width:90%}body[data-alt='8'].alt-modern .alt-hero-stage{width:98%;right:-24%}body[data-alt='8'].alt-modern .alt-person{right:10%;height:118%;max-width:88%}body[data-alt='9'].alt-modern .alt-hero-stage{width:108%;right:4%}body[data-alt='9'].alt-modern .alt-person{right:8%;height:112%;max-width:none}body[data-alt='10'].alt-modern .alt-hero-stage{width:100%;right:-18%}body[data-alt='10'].alt-modern .alt-person{right:4%;height:113%;max-width:none}}
@media(prefers-reduced-motion:reduce){.alt-modern .alt-hero:before{animation:none!important}.alt-modern .hero-plasma,.alt-modern .hero-magnetic,.alt-modern .hero-xfx{transform:none!important}}
.alt-modern .alt-hero-title .profession{display:block;color:var(--orange2);font:700 clamp(16px,1.35vw,22px)/1.1 var(--sans);letter-spacing:.14em;margin-top:10px;min-height:1.1em}
.alt-modern .result-card{position:relative;overflow:hidden;min-height:166px;border:1px solid rgba(255,113,35,.13);border-radius:8px;background-size:cover;background-position:center}
.alt-modern .result-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,7,7,.28),rgba(6,7,7,.96) 78%),var(--result-img);background-size:cover;background-position:center;opacity:.7;z-index:0}
.alt-modern .result-card>*{position:relative;z-index:1}.alt-modern .results-layout>.work-intro{padding-right:8px}
.alt-modern .result-card:nth-child(2){--result-img:url('/assets/hero/environments/dental.jpg')}.alt-modern .result-card:nth-child(3){--result-img:url('/assets/hero/environments/restaurant.jpg')}.alt-modern .result-card:nth-child(4){--result-img:url('/assets/hero/environments/contractor.jpg')}.alt-modern .result-card:nth-child(5){--result-img:url('/assets/hero/environments/realestate.jpg')}
.alt-modern .alt-section{isolation:isolate}.alt-modern .faq-grid{gap:6px}.alt-modern .faq-item button{height:44px}.alt-modern .alt-cta{position:relative;overflow:hidden}
@media(max-width:700px){.alt-modern .alt-hero-title .profession{font-size:12px;letter-spacing:.1em;margin-top:7px;max-width:92%;white-space:normal}.alt-modern .result-card{min-height:144px}.alt-modern .alt-section{padding:44px 0}}

/* MODERN 6-10 SECOND-GENERATION REVIEW SYSTEM */
@keyframes modernProofSweep{0%{transform:translateX(-120%) skewX(-18deg)}100%{transform:translateX(240%) skewX(-18deg)}}
@keyframes modernSectionScan{0%{transform:translateX(-120%);opacity:0}12%{opacity:.2}70%{opacity:.05}100%{transform:translateX(180%);opacity:0}}
@keyframes modernCardAura{0%,100%{box-shadow:0 0 0 rgba(255,102,22,0),inset 0 0 0 rgba(255,102,22,0)}50%{box-shadow:0 18px 44px rgba(0,0,0,.24),0 0 26px rgba(255,102,22,.045),inset 0 0 24px rgba(255,102,22,.018)}}
.alt-modern .alt-person{max-width:none}
.alt-modern .keyword-field{overflow:visible;mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 100%)}
.alt-modern .hero-keyword{animation:modernKeywordDrift var(--kw-d,7s) ease-in-out var(--kw-delay,0s) infinite alternate;text-shadow:0 0 12px rgba(255,255,255,.025)}
.alt-modern .hero-keyword.hot{text-shadow:0 0 12px rgba(255,108,28,.1)}
.alt-modern .alt-hero-title .profession{font-size:clamp(18px,1.55vw,25px);font-weight:800;letter-spacing:.12em;margin-top:9px;color:#f8a46d;text-wrap:balance}
.alt-modern .alt-proof{position:relative;overflow:hidden}
.alt-modern .alt-proof:before{content:'';position:absolute;z-index:0;left:0;top:0;width:28%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,116,40,.1),rgba(255,255,255,.035),transparent);pointer-events:none;animation:modernProofSweep 5.8s linear infinite}
.alt-modern .proof-inner,.alt-modern .proof-note{position:relative;z-index:1}
.alt-modern .proof-metric{transform-origin:center;will-change:transform}.alt-modern .proof-metric strong{font-size:19px}.alt-modern .proof-metric span{font-size:9.5px}.alt-modern .proof-label{font-size:9.5px;line-height:1.35}
.alt-modern .logo-strip{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(255,99,20,.018),transparent 28%,rgba(255,99,20,.018) 72%,transparent)}
.alt-modern .logo-track span{font-size:9px;letter-spacing:.09em}.alt-modern .logo-dot{box-shadow:0 0 12px rgba(255,106,28,.3)}
.alt-modern .alt-section{position:relative;overflow:hidden;padding:56px 0;background-image:radial-gradient(circle at var(--mx,82%) 22%,rgba(255,104,25,.025),transparent 20%)}
.alt-modern .alt-section:before{content:'';position:absolute;z-index:-1;top:0;bottom:0;left:0;width:38%;background:linear-gradient(100deg,transparent,rgba(255,110,30,.035),transparent);animation:modernSectionScan 10s linear infinite;animation-delay:calc(var(--section-delay,0) * -1s);pointer-events:none}
.alt-modern .alt-section:nth-of-type(2n):before{animation-duration:13s}.alt-modern .alt-section:nth-of-type(3n):before{animation-duration:8.5s}
.alt-modern .sample-card,.alt-modern .service-card,.alt-modern .package-card,.alt-modern .result-card,.alt-modern .factory-step,.alt-modern .industry-card,.alt-modern .faq-item{animation:modernCardAura 7s ease-in-out infinite;animation-delay:calc(var(--card-delay,0) * -1s)}
body[data-alt='6'] .alt-section{background-image:radial-gradient(circle at 82% 28%,rgba(255,104,25,.045),transparent 22%),radial-gradient(circle at 18% 80%,rgba(255,104,25,.018),transparent 24%)}
body[data-alt='7'] .alt-section{background-image:linear-gradient(rgba(255,110,30,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,110,30,.018) 1px,transparent 1px);background-size:42px 42px}
body[data-alt='8'] .alt-section{background-image:radial-gradient(circle at 76% 35%,rgba(255,118,42,.055),transparent 18%),radial-gradient(circle at 25% 70%,rgba(255,118,42,.022),transparent 24%)}
body[data-alt='9'] .alt-section{background-image:repeating-linear-gradient(118deg,transparent 0 52px,rgba(255,119,47,.018) 53px 54px)}
body[data-alt='10'] .alt-section{background-image:radial-gradient(circle at 78% 24%,rgba(255,103,21,.06),transparent 20%),linear-gradient(135deg,transparent 45%,rgba(255,103,21,.018) 50%,transparent 55%)}
.alt-modern .results-layout{grid-template-columns:minmax(230px,.82fr) repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}
.alt-modern .results-layout>.work-intro{grid-row:1/3;padding-right:16px;align-self:center}
.alt-modern .result-card{min-height:154px;text-align:left;padding:17px 16px 15px 82px;display:flex;flex-direction:column;justify-content:center}
.alt-modern .result-card:before{background:linear-gradient(90deg,rgba(5,6,6,.88) 0%,rgba(5,6,6,.75) 42%,rgba(5,6,6,.94) 100%),var(--result-img);background-size:cover;background-position:center;opacity:.88}
.alt-modern .result-card:after{content:'';position:absolute;z-index:1;left:13px;top:15px;width:54px;height:calc(100% - 30px);border:1px solid rgba(255,125,55,.16);border-radius:7px;background:linear-gradient(180deg,rgba(255,126,56,.09),rgba(255,126,56,.015));box-shadow:inset 0 0 20px rgba(255,107,25,.04)}
.alt-modern .result-card .icon-ring{position:absolute;z-index:3;left:23px;top:27px;margin:0;background:#0d0f0f}.alt-modern .result-kicker{position:relative;z-index:2;color:#c87747;font-size:8px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px}.alt-modern .result-card strong{position:relative;z-index:2;font-size:21px;line-height:1;margin:0 0 6px}.alt-modern .result-card p{position:relative;z-index:2;margin:0;color:#d0ccc6;font-size:12.5px;line-height:1.42}.alt-modern .result-detail{position:relative;z-index:2;margin-top:6px;color:#8f8b85!important;font-size:10.5px!important;line-height:1.35}
.alt-modern .factory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.alt-modern .factory-step{min-height:152px;padding:18px 14px 16px 72px;text-align:left;justify-content:center;align-items:flex-start}
.alt-modern .factory-step:before{inset:0;height:100%;background-image:linear-gradient(90deg,rgba(5,6,6,.94),rgba(7,8,8,.78) 58%,rgba(7,8,8,.92)),var(--card-img);background-position:center;background-size:cover;opacity:.82}
.alt-modern .factory-step .factory-cube{left:15px;top:21px;width:42px;height:42px}.alt-modern .factory-step strong{font-size:14px;line-height:1.18}.alt-modern .factory-step small{font-size:11.5px;line-height:1.46;margin-top:7px;color:#b2aea8}.alt-modern .factory-signal{position:absolute;z-index:2;right:11px;top:9px;color:rgba(255,133,65,.32);font:700 19px/1 var(--sans);letter-spacing:.04em}
.alt-modern .industry-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.alt-modern .industry-card{min-height:142px;padding:65px 13px 13px;text-align:left}
.alt-modern .industry-card:before{inset:0;height:100%;background-image:linear-gradient(180deg,rgba(5,6,6,.05),rgba(6,7,7,.92) 64%),var(--card-img);background-size:cover;background-position:center;opacity:.9}
.alt-modern .industry-card .icon-ring{top:32px;left:13px}.alt-modern .industry-card strong{font-size:13.5px;line-height:1.18}.alt-modern .industry-card small{font-size:11.2px;line-height:1.42;color:#b0aca6;margin-top:6px}
.alt-modern .faq-grid{gap:7px}.alt-modern .faq-item{border-radius:7px;overflow:hidden}.alt-modern .faq-item button{height:auto;min-height:46px;padding:11px 14px;font-size:13px}.alt-modern .faq-answer{font-size:12.5px;line-height:1.55;padding-left:14px;padding-right:14px}
.alt-modern .alt-cta:before{content:'';position:absolute;width:55%;height:240%;left:-15%;top:-70%;background:radial-gradient(circle,rgba(255,104,24,.07),transparent 60%);animation:darkTextureDrift 12s linear infinite;pointer-events:none}
@media(max-width:1050px){.alt-modern .results-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.alt-modern .results-layout>.work-intro{grid-column:1/-1;grid-row:auto}.alt-modern .factory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alt-modern .industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.alt-modern .alt-hero-title .profession{font-size:14px;line-height:1.15;letter-spacing:.08em;margin-top:6px;max-width:88%}.alt-modern .hero-keyword{font-weight:600}.alt-modern .alt-section{padding:42px 0}.alt-modern .results-layout{grid-template-columns:1fr}.alt-modern .results-layout>.work-intro{grid-column:auto}.alt-modern .result-card{min-height:146px;padding:16px 14px 14px 76px}.alt-modern .result-card p{font-size:12px}.alt-modern .factory-grid{grid-template-columns:1fr 1fr}.alt-modern .factory-step{min-height:166px;padding:65px 12px 13px}.alt-modern .factory-step:before{background-image:linear-gradient(180deg,rgba(5,6,6,.05),rgba(6,7,7,.94) 60%),var(--card-img)}.alt-modern .factory-step .factory-cube{left:12px;top:31px;width:38px;height:38px}.alt-modern .factory-step strong{font-size:13px}.alt-modern .factory-step small{font-size:11px;line-height:1.4}.alt-modern .factory-signal{font-size:16px}.alt-modern .industry-grid{grid-template-columns:1fr 1fr}.alt-modern .industry-card{min-height:156px;padding:68px 11px 12px}.alt-modern .industry-card strong{font-size:12.5px}.alt-modern .industry-card small{font-size:10.7px}.alt-modern .faq-item button{font-size:12.5px;min-height:44px}}
@media(prefers-reduced-motion:reduce){.alt-modern .hero-keyword,.alt-modern .alt-section:before,.alt-modern .alt-proof:before,.alt-modern .sample-card,.alt-modern .service-card,.alt-modern .package-card,.alt-modern .result-card,.alt-modern .factory-step,.alt-modern .industry-card,.alt-modern .faq-item,.alt-modern .alt-cta:before{animation:none!important}}

/* Owner review: readable kinetic keywords, clear slide timing, low-jank sections, and truly different heroes. */
@keyframes modernKeywordDrift{0%{translate:var(--kw-x1,-7px) var(--kw-y1,-5px)}45%{translate:0 2px}100%{translate:var(--kw-x2,9px) var(--kw-y2,7px)}}
@keyframes heroTimer{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.alt-modern .hero-keyword{color:rgba(255,255,255,.78);font-weight:650;letter-spacing:.055em;animation:modernKeywordDrift var(--kw-d,7s) ease-in-out var(--kw-delay,0s) infinite alternate;transition:transform .12s ease-out;text-shadow:0 0 12px rgba(0,0,0,.42);will-change:transform}.alt-modern .hero-keyword.hot{color:rgba(255,135,70,.96);text-shadow:0 0 14px rgba(255,92,18,.18)}
.hero-controls{margin-top:20px;max-width:370px;position:relative;z-index:20}.hero-progress{height:3px;background:rgba(255,255,255,.16);overflow:hidden;border-radius:4px}.hero-progress span{display:block;height:100%;background:linear-gradient(90deg,#ff6c1b,#ffa36c);transform-origin:left center;box-shadow:0 0 12px rgba(255,103,28,.35)}.hero-indicators{display:flex;align-items:center;gap:7px;margin-top:9px}.hero-indicators button{width:25px;height:22px;padding:9px 0;border:0;background:none;cursor:pointer}.hero-indicators button span{display:block;height:2px;background:rgba(255,255,255,.34);transition:height .18s,background .18s,transform .18s}.hero-indicators button.active span,.hero-indicators button:hover span{background:var(--orange2);height:3px;transform:scaleX(1.12)}.hero-indicators output{margin-left:6px;color:#b8b4ae;font:700 10px var(--sans);letter-spacing:.14em}
.alt-modern .sample-card,.alt-modern .service-card,.alt-modern .package-card,.alt-modern .result-card,.alt-modern .factory-step,.alt-modern .industry-card,.alt-modern .faq-item{animation:none;will-change:auto}.alt-modern .alt-section:before,.alt-modern .alt-proof:before,.alt-modern .alt-cta:before{animation:none}.alt-modern .logo-dot,.alt-modern .logo-track span,.alt-modern .alt-hero-title .profession{animation:none}.alt-modern .alt-proof{background:rgba(7,8,8,.94)}
/* 6 — Neural Pulse: premium restrained baseline. */
body[data-alt='6'] .alt-hero-copy{max-width:570px}body[data-alt='6'] .hero-controls{max-width:350px}body[data-alt='6'] .hero-neural{opacity:.62}body[data-alt='6'] .hero-gridfx,body[data-alt='6'] .hero-xfx,body[data-alt='6'] .hero-ribbons{opacity:.06}
/* 7 — Signal Storm: asymmetric broadcast/control-room. */
body[data-alt='7'] .alt-hero-inner{grid-template-columns:.72fr 1.28fr}body[data-alt='7'] .alt-hero-copy{position:relative;max-width:395px;align-self:start;padding-top:9%}body[data-alt='7'] .alt-hero-stage{width:71%;right:-4%;transform:skewX(-2deg)}body[data-alt='7'] .alt-hero-shade{background:linear-gradient(102deg,#060707 0%,rgba(6,7,7,.985) 36%,rgba(6,7,7,.52) 59%,rgba(6,7,7,.2) 100%)}body[data-alt='7'] .hero-gridfx:before{inset:-8% 0 0 2%;background-size:25px 25px;opacity:.9;transform:skewX(-10deg)}body[data-alt='7'] .alt-hero:after{content:'SIGNAL // 07';position:absolute;right:1.5%;top:13%;z-index:-1;color:rgba(255,118,44,.15);font:800 clamp(48px,7vw,104px)/.8 var(--sans);letter-spacing:-.06em;writing-mode:vertical-rl;pointer-events:none}body[data-alt='7'] .hero-indicators{flex-direction:column;align-items:flex-start;gap:1px;position:absolute;left:-42px;bottom:-4px}body[data-alt='7'] .hero-indicators output{margin:5px 0 0;writing-mode:vertical-rl}body[data-alt='7'] .hero-progress{width:230px}
/* 8 — Plasma Halo: circular portal composition. */
body[data-alt='8'] .alt-hero-inner{grid-template-columns:.84fr 1.16fr}body[data-alt='8'] .alt-hero-copy{max-width:485px;z-index:14;padding-left:1%}body[data-alt='8'] .alt-hero-stage{width:66%;right:-2%;isolation:isolate}body[data-alt='8'] .hero-plasma{opacity:.94;transform:scale(1.18);transform-origin:72% 47%}body[data-alt='8'] .hero-plasma:before{content:'';position:absolute;width:66%;aspect-ratio:1;border-radius:50%;right:8%;top:10%;border:1px solid rgba(255,151,86,.34);background:radial-gradient(circle,transparent 52%,rgba(255,112,34,.06) 54%,transparent 68%);box-shadow:0 0 90px rgba(255,91,12,.11),inset 0 0 70px rgba(255,117,39,.05)}body[data-alt='8'] .hero-controls{max-width:290px}body[data-alt='8'] .hero-progress{border-radius:999px;height:4px}
/* 9 — Magnetic Field: split-screen portrait + field boundary. */
body[data-alt='9'] .alt-hero-inner{grid-template-columns:1.08fr .92fr}body[data-alt='9'] .alt-hero-copy{max-width:535px;padding-right:5%}body[data-alt='9'] .alt-hero-stage{width:47%;right:2%;border-left:1px solid rgba(255,122,48,.22)}body[data-alt='9'] .alt-hero-shade{background:linear-gradient(90deg,#060707 0%,#060707 49%,rgba(6,7,7,.35) 50%,rgba(6,7,7,.18) 100%)}body[data-alt='9'] .alt-hero:after{content:'';position:absolute;left:52%;top:0;bottom:76px;border-left:1px solid rgba(255,143,75,.45);box-shadow:18px 0 90px rgba(255,93,20,.08);pointer-events:none}body[data-alt='9'] .hero-magnetic{inset:-12% -24% 0 -24%;opacity:.95}body[data-alt='9'] .hero-controls{max-width:430px}body[data-alt='9'] .hero-progress{background:linear-gradient(90deg,rgba(255,255,255,.1) 0 52%,rgba(255,121,48,.22) 52%)}
/* 10 — Maximal Neural X: brutalist-tech collage. */
body[data-alt='10'] .alt-hero-inner{grid-template-columns:1.18fr .82fr}body[data-alt='10'] .alt-hero-copy{max-width:680px;transform:translateX(-4%);z-index:16}body[data-alt='10'] .alt-hero-stage{width:56%;right:-5%}body[data-alt='10'] .alt-hero-title .fixed{font-size:clamp(82px,9.5vw,150px);line-height:.72;letter-spacing:-.08em}body[data-alt='10'] .alt-hero-title .variable{font-size:clamp(44px,5.2vw,72px);max-width:640px}body[data-alt='10'] .hero-xfx{opacity:.9}body[data-alt='10'] .alt-hero:after{content:'X / 10';position:absolute;right:1%;top:6%;z-index:-1;color:transparent;-webkit-text-stroke:1px rgba(255,120,48,.19);font:900 clamp(150px,22vw,340px)/.75 var(--sans);letter-spacing:-.13em;pointer-events:none}body[data-alt='10'] .hero-controls{max-width:470px}body[data-alt='10'] .hero-indicators button{width:38px}body[data-alt='10'] .hero-indicators button span{height:4px;background:rgba(255,255,255,.2)}body[data-alt='10'] .hero-indicators button.active span{background:#ff7a32}
@media(max-width:1050px){body[data-alt='7'] .alt-hero-inner,body[data-alt='8'] .alt-hero-inner,body[data-alt='9'] .alt-hero-inner,body[data-alt='10'] .alt-hero-inner{grid-template-columns:1fr}body[data-alt='7'] .hero-indicators{position:static;flex-direction:row;align-items:center;gap:5px}body[data-alt='7'] .hero-indicators output{writing-mode:horizontal-tb;margin-left:5px}body[data-alt='7'] .alt-hero-stage,body[data-alt='8'] .alt-hero-stage{width:68%;right:-10%}body[data-alt='9'] .alt-hero-stage{width:52%;right:-4%}body[data-alt='10'] .alt-hero-stage{width:62%;right:-10%}}
@media(max-width:700px){.hero-controls{margin-top:13px;max-width:280px}.hero-indicators{gap:2px}.hero-indicators button{width:28px}.hero-indicators output{font-size:9px}.alt-modern .hero-keyword{animation-duration:9s}.alt-modern .keyword-field{inset:0 0 0 4%}body[data-alt='7'] .alt-hero-copy,body[data-alt='8'] .alt-hero-copy,body[data-alt='9'] .alt-hero-copy,body[data-alt='10'] .alt-hero-copy{max-width:100%;padding-top:8px;padding-left:0;padding-right:0;transform:none}body[data-alt='7'] .alt-hero-stage{width:100%;right:-23%;transform:none}body[data-alt='8'] .alt-hero-stage{width:100%;right:-24%}body[data-alt='9'] .alt-hero-stage{width:72%;right:-9%;border-left:0}body[data-alt='10'] .alt-hero-stage{width:100%;right:-18%}body[data-alt='7'] .alt-hero:after{font-size:62px;right:-2%;top:30%}body[data-alt='8'] .hero-plasma:before{width:78%;right:2%;top:8%}body[data-alt='9'] .alt-hero:after{left:56%;bottom:110px}body[data-alt='10'] .alt-hero:after{font-size:160px;right:-12%;top:29%}body[data-alt='10'] .alt-hero-title .fixed{font-size:52px}body[data-alt='10'] .alt-hero-title .variable{font-size:32px}body[data-alt='10'] .hero-controls{max-width:285px}body[data-alt='10'] .hero-indicators button{width:28px}}
@media(prefers-reduced-motion:reduce){.hero-progress span{animation:none!important}.alt-modern .hero-keyword{animation:none!important;transition:none!important}}

/* Alt6: full-screen hero with bounded Alt5-inspired neural/orbit effects. */
body[data-alt='6'] .alt-hero{width:100vw;max-width:none;height:calc(100svh - 68px);min-height:0;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 8%,rgba(255,82,0,.09),transparent 25%),radial-gradient(circle at 62% 58%,rgba(255,108,25,.035),transparent 31%),#050606}
body[data-alt='6'] .alt-hero-bg{display:none}
body[data-alt='6'] .alt-hero-shade{background:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.985) 39%,rgba(5,6,6,.74) 64%,rgba(5,6,6,.48) 100%)}
body[data-alt='6'] .alt-hero-inner{width:100%;max-width:none;height:calc(100% - 164px);margin:0;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr)}
body[data-alt='6'] .alt-hero-copy{position:absolute;left:0;top:clamp(26px,4.8vh,50px);z-index:12;width:min(46vw,680px);max-width:680px;padding:0 0 0 clamp(24px,5vw,88px)}
body[data-alt='6'] .alt-hero-title{position:relative;display:block;min-height:252px}
body[data-alt='6'] .alt-hero-title .fixed{display:block;position:relative;z-index:2;white-space:nowrap}
body[data-alt='6'] .alt-hero-title .variable-wrap{display:block;width:min(100%,610px);height:116px;overflow:visible;padding:.06em 0 .12em}
body[data-alt='6'] .alt-hero-title .variable{display:block;max-width:100%;font-size:clamp(38px,4.15vw,62px);line-height:.9;white-space:normal;overflow-wrap:normal;word-break:normal;text-wrap:balance}
body[data-alt='6'] .alt-hero-title .profession{display:block;min-height:1.2em}
body[data-alt='6'] .alt-hero-stage{width:100%;height:auto;max-width:none;top:0;bottom:0;right:0;z-index:3;background:none!important}
body[data-alt='6'] .hero-gridfx,body[data-alt='6'] .hero-ribbons,body[data-alt='6'] .hero-mist,body[data-alt='6'] .hero-plasma,body[data-alt='6'] .hero-magnetic,body[data-alt='6'] .hero-xfx{display:none!important}body[data-alt='6'] .hero-orbits,body[data-alt='6'] .hero-neural{display:block!important}body[data-alt='6'] .hero-orbits{opacity:.22}body[data-alt='6'] .hero-neural{opacity:.56}
body[data-alt='6'] .keyword-field{left:34%;right:0;top:0;bottom:0;z-index:5;opacity:1;mask-image:none}
@keyframes alt6KeywordLayerA{from{transform:translate3d(calc(var(--kw-mx,0px) - 7px),calc(var(--kw-my,0px) - 4px),0)}to{transform:translate3d(calc(var(--kw-mx,0px) + 8px),calc(var(--kw-my,0px) + 5px),0)}}
@keyframes alt6KeywordLayerB{from{transform:translate3d(calc(var(--kw-mx,0px) + 7px),calc(var(--kw-my,0px) - 5px),0)}to{transform:translate3d(calc(var(--kw-mx,0px) - 6px),calc(var(--kw-my,0px) + 7px),0)}}
@keyframes alt6KeywordLayerC{from{transform:translate3d(calc(var(--kw-mx,0px) - 4px),calc(var(--kw-my,0px) + 7px),0)}to{transform:translate3d(calc(var(--kw-mx,0px) + 6px),calc(var(--kw-my,0px) - 6px),0)}}
@keyframes alt6KeywordLayerD{from{transform:translate3d(calc(var(--kw-mx,0px) + 5px),calc(var(--kw-my,0px) + 4px),0)}to{transform:translate3d(calc(var(--kw-mx,0px) - 8px),calc(var(--kw-my,0px) - 3px),0)}}
body[data-alt='6'] .keyword-layer{position:absolute;inset:0;pointer-events:none;will-change:transform;animation-direction:alternate;animation-iteration-count:infinite;animation-timing-function:ease-in-out}body[data-alt='6'] .keyword-layer-1{animation-name:alt6KeywordLayerA;animation-duration:11s}body[data-alt='6'] .keyword-layer-2{animation-name:alt6KeywordLayerB;animation-duration:14s}body[data-alt='6'] .keyword-layer-3{animation-name:alt6KeywordLayerC;animation-duration:17s}body[data-alt='6'] .keyword-layer-4{animation-name:alt6KeywordLayerD;animation-duration:20s}
body[data-alt='6'] .hero-keyword{color:rgba(255,255,255,.54);text-shadow:0 0 12px rgba(255,255,255,.05);animation:none;transition:none;will-change:opacity}body[data-alt='6'] .hero-keyword.hot{color:rgba(255,137,72,.86);text-shadow:0 0 16px rgba(255,111,39,.18)}
body[data-alt='6'] .alt-person{z-index:8;transform:scale(var(--person-scale,1));transform-origin:center bottom}
body[data-alt='6'] .alt-proof{position:absolute;bottom:76px}
body[data-alt='6'] .alt-hero>.logo-strip{position:absolute;left:0;right:0;bottom:0;height:76px;z-index:22;border-top:1px solid var(--softline);background:#090a0a}
body[data-alt='6'] .alt-hero>.logo-strip .logo-track{height:76px}
.alt6-motion-lab{position:fixed;z-index:100;right:16px;bottom:16px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 6px;max-width:min(560px,calc(100vw - 32px));align-items:center;padding:7px 9px;border:1px solid rgba(255,130,67,.28);border-radius:12px;background:rgba(8,9,9,.94);font:700 10px/1.2 var(--sans);color:#aaa}.alt6-motion-lab .lab-label{color:#ff9a64;text-transform:uppercase;letter-spacing:.08em}.alt6-motion-lab .lab-options{display:flex;gap:2px}.alt6-motion-lab button{border:0;border-radius:999px;background:transparent;color:#aaa;padding:4px 6px;font:inherit;cursor:pointer}.alt6-motion-lab button.active,.alt6-motion-lab button:hover{color:#fff;background:var(--orange)}.alt6-motion-lab .lab-intensity{display:flex;align-items:center;gap:5px;white-space:nowrap}.alt6-motion-lab output{color:#fff;min-width:29px}.alt6-motion-lab input{width:90px;accent-color:var(--orange)}
/* Alt6 below-fold background treatments. */
@keyframes alt6SectionDrift{from{transform:translate3d(-1.2%,-.8%,0) scale(1.01)}to{transform:translate3d(1.2%,.8%,0) scale(1.035)}}
body[data-alt='6'] main{position:relative;--alt6-glow-x:-200px;--alt6-glow-y:50vh}body[data-alt='6'] .alt6-lower-glow{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:0;background:radial-gradient(circle 190px at var(--alt6-glow-x) var(--alt6-glow-y),rgba(255,105,25,.17),transparent 72%);transition:opacity .16s ease}body[data-alt='6'] .alt6-lower-glow.is-active{opacity:var(--alt6-effect-opacity,.70)}body[data-alt='6'] .alt-section,body[data-alt='6'] .alt-cta{isolation:auto;background:#070808}
body[data-alt='6'] .alt-section>.alt-container,body[data-alt='6'] .alt-cta>.alt-container{position:relative;z-index:2}
body[data-alt='6'] .alt-section:after,body[data-alt='6'] .alt-cta:before{content:'';position:absolute;inset:-8%;z-index:0;pointer-events:none;opacity:var(--alt6-effect-opacity,.70);will-change:transform;animation:alt6SectionDrift 20s ease-in-out infinite alternate}
body[data-alt='6'][data-bg='dots'] .alt-section:after,body[data-alt='6'][data-bg='dots'] .alt-cta:before{background:radial-gradient(circle,rgba(255,126,61,.055) 0 1px,transparent 1.45px);background-size:34px 34px}
body[data-alt='6'][data-bg='orbital'] .alt-section:after,body[data-alt='6'][data-bg='orbital'] .alt-cta:before{background:repeating-radial-gradient(circle at 82% 34%,transparent 0 54px,rgba(255,125,53,.09) 55px 56px,transparent 57px 105px)}
body[data-alt='6'][data-bg='mesh'] .alt-section:after,body[data-alt='6'][data-bg='mesh'] .alt-cta:before{background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px,42px 42px}
body[data-alt='6'][data-bg='none'] .alt-section:after,body[data-alt='6'][data-bg='none'] .alt-cta:before,body[data-alt='6'][data-bg='none'] .alt6-lower-glow{display:none}
@media(max-width:1050px){body[data-alt='6'] .alt-hero-stage{width:100%;right:0}}
@media(max-width:700px){body[data-alt='6'] .alt-hero{height:calc(100svh - 58px);min-height:0}body[data-alt='6'] .alt-hero-inner{width:100%;height:calc(100% - 180px);grid-template-columns:1fr}body[data-alt='6'] .alt-hero-copy{top:24px;width:calc(100% - 24px);max-width:none;padding-left:20px;padding-right:0}body[data-alt='6'] .alt-hero-title{min-height:174px}body[data-alt='6'] .alt-hero-title .variable-wrap{width:min(100%,320px);height:1.95em}body[data-alt='6'] .alt-hero-title .variable{font-size:31px}body[data-alt='6'] .alt-hero-stage{width:100%;height:58%;top:auto;bottom:0;right:-18%}body[data-alt='6'] .keyword-field{left:30%;top:2%;bottom:2%}body[data-alt='6'] .hero-keyword{font-size:10px!important;opacity:.34}body[data-alt='6'] .alt-hero-actions{width:200px}body[data-alt='6'] .alt-hero-actions .alt-btn:last-child{width:42px;flex:0 0 42px;padding:0;justify-content:center;font-size:0}body[data-alt='6'] .alt-hero-actions .alt-btn:last-child svg{width:18px;height:18px}body[data-alt='6'] .hero-controls{width:200px;max-width:200px}body[data-alt='6'] .hero-indicators{gap:1px}body[data-alt='6'] .hero-indicators button{width:22px}body[data-alt='6'] .hero-indicators output{margin-left:4px}body[data-alt='6'] .alt-proof{bottom:62px}body[data-alt='6'] .alt-hero>.logo-strip{height:62px}body[data-alt='6'] .alt-hero>.logo-strip .logo-track{height:62px;width:max-content;max-width:none;padding-left:24px;gap:36px;justify-content:flex-start}body[data-alt='6'] .logo-track span{display:flex!important;font-size:8px;white-space:nowrap}.alt6-motion-lab{bottom:12px;right:12px;max-width:calc(100vw - 24px)}}
@media(max-height:720px) and (min-width:701px){body[data-alt='6'] .alt-hero-inner{height:calc(100% - 120px)}body[data-alt='6'] .alt-hero-copy{top:14px}body[data-alt='6'] .alt-proof{height:70px;bottom:50px}body[data-alt='6'] .alt-hero>.logo-strip{height:50px}body[data-alt='6'] .alt-hero>.logo-strip .logo-track{height:50px}.hero-controls{margin-top:12px}}
@media(max-width:700px) and (max-height:760px){body[data-alt='6'] .alt-hero-inner{height:calc(100% - 154px)}body[data-alt='6'] .alt-hero-copy{top:16px}body[data-alt='6'] .alt-proof{height:100px;bottom:54px}body[data-alt='6'] .alt-hero>.logo-strip{height:54px}body[data-alt='6'] .alt-hero>.logo-strip .logo-track{height:54px}}
@media(prefers-reduced-motion:reduce){.alt6-motion-lab{display:none}body[data-alt='6'] .keyword-layer,body[data-alt='6'] .alt-section:after,body[data-alt='6'] .alt-cta:before{animation:none!important}body[data-alt='6'] .alt-hero{background:#050606}}

/* THIRD-PASS ART DIRECTION — make 7 / 9 / 10 unmistakable without adding scroll jank. */
/* 7: a hard-edged live broadcast monitor and lower-third control surface. */
body[data-alt='7'] .alt-hero-inner{grid-template-columns:.64fr 1.36fr}
body[data-alt='7'] .alt-hero-copy{max-width:410px;padding:22px 22px 19px 25px;align-self:center;background:linear-gradient(90deg,rgba(4,5,5,.94),rgba(4,5,5,.68));border-left:5px solid var(--orange);border-top:1px solid rgba(255,129,62,.28);border-bottom:1px solid rgba(255,129,62,.18);box-shadow:18px 18px 0 rgba(255,107,24,.025);clip-path:polygon(0 0,96% 0,100% 13%,100% 100%,0 100%)}
body[data-alt='7'] .alt-hero-copy:before{content:'LIVE  /  CONTROL ROOM  /  CH 07';display:block;width:max-content;max-width:100%;margin:-7px 0 12px;padding:5px 8px;background:var(--orange);color:#080909;font:900 9px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase}
body[data-alt='7'] .alt-hero-stage{top:5%;bottom:12%;height:auto;width:68%;right:-1%;border:2px solid rgba(255,119,42,.72);background:repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),rgba(5,6,6,.14);box-shadow:inset 0 0 0 9px rgba(3,4,4,.62),0 0 0 1px rgba(255,255,255,.08),0 24px 80px rgba(0,0,0,.45);clip-path:polygon(7% 0,100% 0,100% 100%,0 100%,0 9%)}
body[data-alt='7'] .alt-hero-stage:before{content:'●  LIVE     REC  00:07:21:18';position:absolute;z-index:8;top:14px;left:11%;right:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,120,45,.32);color:#ff9a61;font:800 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.14em;text-shadow:0 0 12px rgba(255,96,21,.35)}
body[data-alt='7'] .alt-hero-stage:after{content:'SIGNAL 07   //   UPLINK   //   100%';position:absolute;z-index:8;right:17px;bottom:13px;color:rgba(255,181,136,.7);font:700 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.13em}
body[data-alt='7'] .hero-gridfx{opacity:.92}body[data-alt='7'] .hero-gridfx:before{mask-image:linear-gradient(100deg,rgba(0,0,0,.95),rgba(0,0,0,.2));background-size:23px 23px}body[data-alt='7'] .hero-ribbons{opacity:.48}body[data-alt='7'] .keyword-field{inset:9% 1% 8% 10%;opacity:.78}body[data-alt='7'] .hero-keyword{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em}body[data-alt='7'] .hero-controls{max-width:330px;border-top:1px solid rgba(255,126,57,.22);padding-top:9px}body[data-alt='7'] .hero-indicators{position:static;flex-direction:row;align-items:center;gap:4px}body[data-alt='7'] .hero-indicators output{writing-mode:horizontal-tb;margin-left:5px}body[data-alt='7'] .hero-indicators button span{height:5px;border:1px solid rgba(255,150,90,.2);background:#171818}body[data-alt='7'] .hero-indicators button.active span{background:var(--orange);box-shadow:0 0 10px rgba(255,102,25,.42)}body[data-alt='7'] .alt-hero:after{content:'SIGNAL';right:-1%;top:8%;writing-mode:vertical-rl;color:rgba(255,125,52,.11);font-size:clamp(76px,8vw,126px);letter-spacing:-.07em}

/* 9: engineered two-pole magnetic split with a strict seam. */
body[data-alt='9'] .alt-hero-inner{grid-template-columns:1fr 1fr}
body[data-alt='9'] .alt-hero-copy{max-width:620px;padding-right:58px;align-self:center}
body[data-alt='9'] .alt-hero-title .fixed{font-size:clamp(68px,6.6vw,104px)}body[data-alt='9'] .alt-hero-title .variable{font-size:clamp(44px,4.7vw,70px)}
body[data-alt='9'] .alt-hero-stage{top:0;bottom:76px;height:auto;width:50%;right:0;border-left:0;background:linear-gradient(90deg,rgba(255,102,22,.035),rgba(255,102,22,.09) 100%);box-shadow:inset 24px 0 70px rgba(255,92,12,.035)}
body[data-alt='9'] .alt-hero:after{left:50%;top:0;bottom:76px;border-left:2px solid rgba(255,116,39,.88);box-shadow:4px 0 0 rgba(255,255,255,.24),18px 0 90px rgba(255,91,13,.12)}
body[data-alt='9'] .alt-hero-inner:before{content:'PROPERTY';position:absolute;z-index:0;left:-2%;top:39%;color:transparent;-webkit-text-stroke:1px rgba(255,132,68,.14);font:900 clamp(120px,15vw,230px)/.72 var(--sans);letter-spacing:-.1em;white-space:nowrap;pointer-events:none}
body[data-alt='9'] .hero-magnetic{inset:-7% -8% -5% -20%;opacity:1;filter:drop-shadow(0 0 8px rgba(255,104,26,.08))}body[data-alt='9'] .magnetic-line{border-width:1.5px;border-left-color:rgba(255,159,102,.58);border-top-color:rgba(255,117,46,.25)}body[data-alt='9'] .keyword-field{inset:8% 2% 7% 5%;opacity:.72}body[data-alt='9'] .hero-keyword{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}body[data-alt='9'] .hero-controls{max-width:480px;margin-top:19px;padding-top:9px;border-top:2px solid rgba(255,114,38,.5)}body[data-alt='9'] .hero-indicators button{width:42px}body[data-alt='9'] .hero-indicators button span{height:4px;background:linear-gradient(90deg,rgba(255,255,255,.24) 0 45%,rgba(255,116,40,.45) 45%)}body[data-alt='9'] .hero-indicators button.active span{background:var(--orange)}body[data-alt='9'] .alt-btn{border-radius:0}

/* 10: maximal brutalist Neural X collage — square, offset and deliberately abrasive. */
body[data-alt='10'] .alt-hero{background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(255,255,255,.018) 80px),repeating-linear-gradient(0deg,transparent 0 79px,rgba(255,107,24,.018) 80px),#050606}
body[data-alt='10'] .alt-hero-inner{grid-template-columns:1.22fr .78fr}
body[data-alt='10'] .alt-hero-copy{max-width:690px;transform:translateX(-5%);padding:22px 24px 21px 24px;background:rgba(3,4,4,.83);border:2px solid rgba(255,255,255,.15);border-left:8px solid var(--orange);box-shadow:13px 13px 0 rgba(255,103,24,.12),-6px -6px 0 rgba(255,255,255,.035);clip-path:polygon(0 0,94% 0,100% 11%,100% 100%,5% 100%,0 91%)}
body[data-alt='10'] .alt-hero-copy:before{content:'SYSTEM // 10     SIGNAL: LIVE     MODE: AUTHORITY';display:block;margin:-6px 0 11px;color:#ff9c65;font:800 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em}
body[data-alt='10'] .alt-hero-copy:after{content:'01 / AUTHORITY    02 / SIGNAL    03 / SYSTEM';display:block;margin-top:15px;padding-top:8px;border-top:1px solid rgba(255,129,61,.32);color:#9c9892;font:700 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em}
body[data-alt='10'] .alt-hero-stage{top:7%;bottom:13%;height:auto;width:48%;right:1%;border:2px solid rgba(255,255,255,.7);background:#070808;box-shadow:11px 11px 0 var(--orange),-8px -8px 0 rgba(255,255,255,.07);clip-path:polygon(8% 0,100% 0,100% 89%,91% 100%,0 100%,0 11%);overflow:hidden}
body[data-alt='10'] .alt-hero-stage:before,body[data-alt='10'] .alt-hero-stage:after{content:'';position:absolute;z-index:3;left:-22%;width:145%;height:3px;background:linear-gradient(90deg,transparent 0 8%,var(--orange) 8% 88%,transparent 88%);transform-origin:center;pointer-events:none}body[data-alt='10'] .alt-hero-stage:before{top:31%;transform:rotate(17deg)}body[data-alt='10'] .alt-hero-stage:after{top:68%;transform:rotate(-13deg);background:linear-gradient(90deg,transparent 0 16%,rgba(255,255,255,.62) 16% 82%,transparent 82%)}
body[data-alt='10'] .alt-hero:after{content:'NEURAL\A X';white-space:pre;right:-3%;top:2%;writing-mode:horizontal-tb;text-align:right;color:transparent;-webkit-text-stroke:1px rgba(255,129,66,.24);font:900 clamp(150px,19vw,300px)/.62 var(--sans);letter-spacing:-.13em}
body[data-alt='10'] .alt-hero-title .fixed{font-size:clamp(86px,9.4vw,148px);line-height:.69}body[data-alt='10'] .alt-hero-title .variable{font-size:clamp(46px,5.1vw,74px)}body[data-alt='10'] .hero-xfx{opacity:.98}body[data-alt='10'] .hero-neural{opacity:.5}body[data-alt='10'] .hero-plasma{opacity:.24}body[data-alt='10'] .keyword-field{inset:4% -1% 4% 8%;opacity:.68}body[data-alt='10'] .hero-keyword{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}body[data-alt='10'] .alt-btn{border-radius:0}body[data-alt='10'] .alt-btn.primary{box-shadow:6px 6px 0 rgba(255,255,255,.1)}body[data-alt='10'] .hero-progress{height:5px;border-radius:0}body[data-alt='10'] .hero-indicators{gap:0}body[data-alt='10'] .hero-indicators button{width:44px;border-left:1px solid rgba(255,255,255,.11);padding-left:4px;padding-right:4px}body[data-alt='10'] .hero-indicators button span{height:5px;border-radius:0}

@media(max-width:1050px){body[data-alt='7'] .alt-hero-copy,body[data-alt='10'] .alt-hero-copy{transform:none}body[data-alt='7'] .alt-hero-stage{width:68%;right:-9%}body[data-alt='9'] .alt-hero-stage{width:50%;right:0}body[data-alt='10'] .alt-hero-stage{width:53%;right:-5%}}
@media(max-width:700px){body[data-alt='7'] .alt-hero-copy{padding:12px 13px 12px 16px;border-left-width:4px;clip-path:none;background:rgba(4,5,5,.76)}body[data-alt='7'] .alt-hero-copy:before{font-size:7px;margin:-2px 0 7px}body[data-alt='7'] .alt-hero-stage{top:auto;bottom:110px;height:48%;width:101%;right:-24%;clip-path:polygon(6% 0,100% 0,100% 100%,0 100%,0 8%);box-shadow:inset 0 0 0 6px rgba(3,4,4,.58)}body[data-alt='7'] .alt-hero-stage:before{left:9%;top:9px;font-size:6.5px}body[data-alt='7'] .alt-hero-stage:after{font-size:6px;bottom:8px}body[data-alt='7'] .alt-hero:after{font-size:72px;top:27%;right:-5%}body[data-alt='7'] .hero-controls{padding-top:5px;margin-top:9px}body[data-alt='7'] .hero-indicators button{width:27px}
body[data-alt='9'] .alt-hero-copy{padding-right:0;max-width:100%}body[data-alt='9'] .alt-hero-stage{top:auto;bottom:110px;height:45%;width:74%;right:-8%;background:linear-gradient(180deg,rgba(255,102,22,.03),rgba(255,102,22,.1))}body[data-alt='9'] .alt-hero:after{left:0;right:0;top:54%;bottom:auto;height:0;border-left:0;border-top:2px solid rgba(255,116,39,.88);box-shadow:0 4px 0 rgba(255,255,255,.2),0 15px 60px rgba(255,91,13,.11)}body[data-alt='9'] .alt-hero-inner:before{content:'PROPERTY';left:1%;top:42%;font-size:86px;line-height:.7}body[data-alt='9'] .hero-magnetic{inset:-10% -22% -8% -22%}body[data-alt='9'] .hero-controls{max-width:285px;margin-top:11px;padding-top:5px}body[data-alt='9'] .hero-indicators button{width:29px}
body[data-alt='10'] .alt-hero-copy{padding:13px 14px;border-left-width:5px;box-shadow:7px 7px 0 rgba(255,103,24,.1);clip-path:none;background:rgba(3,4,4,.72)}body[data-alt='10'] .alt-hero-copy:before{font-size:6.5px;white-space:nowrap;overflow:hidden}body[data-alt='10'] .alt-hero-copy:after{display:none}body[data-alt='10'] .alt-hero-stage{top:auto;bottom:110px;height:43%;width:94%;right:-19%;border-width:1px;box-shadow:7px 7px 0 var(--orange),-4px -4px 0 rgba(255,255,255,.05)}body[data-alt='10'] .alt-hero-stage:before{top:34%}body[data-alt='10'] .alt-hero-stage:after{display:none}body[data-alt='10'] .alt-hero:after{font-size:145px;right:-10%;top:29%;line-height:.63}body[data-alt='10'] .hero-controls{max-width:285px;margin-top:9px}body[data-alt='10'] .hero-indicators button{width:28px}body[data-alt='10'] .hero-indicators button span{height:4px}}
/* Alt6 mobile hero/logo behavior is defined in the consolidated Alt6 block above. */
