@font-face{font-family:Geist;src:url('fonts/geist.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:Geist Mono;src:url('fonts/geist-mono.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
:root{
  --bg:#0b0d0c;--bg-soft:#101311;--panel:#151916;--panel-2:#1b201c;--text:#f6f7f4;--muted:#a9b0a9;
  --line:rgba(255,255,255,.11);--gold:#d9b96e;--gold-2:#f1d58d;--green:#8cd6a7;--white:#fff;
  --shell:min(1240px,calc(100vw - 48px));--radius:24px;--shadow:0 30px 80px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Geist,Arial,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.skip-link{position:fixed;left:12px;top:-80px;z-index:1000;background:#fff;color:#000;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.section-shell{width:var(--shell);margin-inline:auto}.eyebrow{margin:0 0 18px;color:var(--gold-2);font-family:"Geist Mono",monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.section-heading{max-width:760px}.section-heading h2{margin:0;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.055em}.section-heading h2 em{display:inline-block;color:var(--gold-2);font-family:Georgia,serif;font-weight:400}.section-heading>p:last-child{margin:26px 0 0;color:var(--muted);font-size:18px;max-width:680px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:999px;padding:15px 22px;font-weight:700;transition:.25s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#15120b;box-shadow:0 14px 36px rgba(217,185,110,.15)}.button-gold:hover{background:var(--gold-2)}.button-outline{border-color:var(--line);background:rgba(255,255,255,.025)}.button-outline:hover,.button-ghost:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}.button-ghost{border-color:var(--line);background:transparent}.button-small{padding:11px 17px;font-size:14px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:18px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(217,185,110,.52);border-radius:10px;color:var(--gold-2);font-weight:800}.brand-name strong{color:var(--gold-2)}
.site-header{position:fixed;z-index:100;top:12px;left:50%;transform:translateX(-50%);width:min(1340px,calc(100vw - 24px));height:68px;padding:0 18px 0 20px;border:1px solid var(--line);border-radius:18px;background:rgba(11,13,12,.78);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;transition:.3s}.site-header.is-scrolled{top:6px;background:rgba(11,13,12,.94);box-shadow:0 14px 40px rgba(0,0,0,.24)}.desktop-nav{display:flex;gap:28px;color:#c8cdc7;font-size:14px}.desktop-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.language-switch{display:flex;border:1px solid var(--line);padding:3px;border-radius:999px}.language-switch button{border:0;background:transparent;color:#858d86;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;cursor:pointer}.language-switch button.is-active{background:#f1f3ef;color:#111}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);background:transparent;border-radius:12px;padding:11px;cursor:pointer}.menu-button span{display:block;height:1px;background:#fff;margin:5px 0;transition:.25s}.menu-button[aria-expanded="true"] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-nav{display:none}
.hero{min-height:830px;padding-top:150px;padding-bottom:100px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:68px;align-items:center;position:relative}.hero:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(217,185,110,.105),transparent 66%);left:-380px;top:40px;pointer-events:none}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(54px,6vw,94px);line-height:.9;letter-spacing:-.065em;margin:0}.hero h1 span{color:var(--gold-2);font-family:Georgia,serif;font-weight:400}.hero-intro{max-width:610px;margin:30px 0 0;color:#c4cac4;font-size:clamp(18px,1.8vw,22px);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.proof-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;color:#aab1aa;font-size:13px}.proof-row span{display:flex;align-items:center;gap:8px}.proof-row i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(140,214,167,.12);color:var(--green);font-style:normal}
.hero-system{position:relative;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));box-shadow:var(--shadow);padding:18px;overflow:hidden}.hero-system:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 70% 20%,rgba(217,185,110,.13),transparent 34%);pointer-events:none}.system-head{height:42px;padding:0 4px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative}.mini-brand{font-size:13px;font-weight:700}.live-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(140,214,167,.2);background:rgba(140,214,167,.08);color:#bceacb;border-radius:999px;padding:5px 10px;font-size:11px}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(140,214,167,.08);animation:pulse 1.8s infinite}.system-grid{position:relative;display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;gap:10px;padding:22px 0 18px}.role-card{min-height:310px;border:1px solid var(--line);border-radius:20px;background:rgba(8,10,9,.74);padding:18px;transition:.35s ease;opacity:.64}.role-card.is-active{opacity:1;transform:translateY(-4px);border-color:rgba(217,185,110,.4);box-shadow:0 18px 36px rgba(0,0,0,.22)}.role-top{display:flex;align-items:center;justify-content:space-between}.role-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:11px;font-family:"Geist Mono",monospace;font-size:11px;color:var(--gold-2)}.status-dot{width:8px;height:8px;border-radius:50%;background:#687169}.role-card.is-active .status-dot{background:var(--green);box-shadow:0 0 0 5px rgba(140,214,167,.08)}.role-label{margin:28px 0 5px;color:#7f8980;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.role-card h3{margin:0;font-size:20px}.ticket-card,.next-action,.live-stats{margin-top:28px}.ticket-card{padding:16px;border-radius:16px;background:linear-gradient(135deg,#e1c77d,#b99349);color:#17140d}.ticket-card span,.next-action span{display:block;font-size:11px;opacity:.68}.ticket-card strong{display:block;font-size:46px;line-height:1;margin:10px 0 13px;letter-spacing:-.04em}.ticket-card small{display:block;border-top:1px solid rgba(0,0,0,.17);padding-top:11px}.next-action{border-top:1px solid var(--line);padding-top:18px}.next-action strong{display:block;margin:9px 0 4px;font-size:20px}.next-action small{color:var(--green)}.live-stats{display:grid;gap:8px}.live-stats span{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.live-stats b{font-size:28px}.live-stats small{color:#8e978f}.flow-arrow{display:grid;place-items:center}.flow-arrow span{position:relative;width:100%;height:1px;background:linear-gradient(90deg,rgba(217,185,110,.1),rgba(217,185,110,.75))}.flow-arrow span:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-right:1px solid var(--gold-2);border-top:1px solid var(--gold-2);transform:rotate(45deg)}.system-log{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-top:1px solid var(--line);padding:15px 5px 0;color:#aeb5ae;font-size:12px}.system-log p{margin:0}.log-time{font-family:"Geist Mono",monospace;color:#69716a}.log-check{color:var(--green)}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0e110f}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>span{display:flex;align-items:center;gap:13px;min-height:92px;padding:20px 28px;border-right:1px solid var(--line)}.trust-grid>span:first-child{border-left:1px solid var(--line)}.trust-grid strong{color:var(--gold-2);font-family:"Geist Mono",monospace;font-size:12px}.trust-grid small{font-size:14px;color:#c6cbc6}
.benefits{padding-top:135px;padding-bottom:140px}.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:58px}.benefit-card{position:relative;min-height:330px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));overflow:hidden}.benefit-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-100px;bottom:-120px;background:radial-gradient(circle,rgba(217,185,110,.12),transparent 70%)}.card-number{position:absolute;right:24px;top:22px;font-family:"Geist Mono",monospace;font-size:11px;color:#596159}.benefit-icon{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(217,185,110,.3);border-radius:16px;color:var(--gold-2);font-size:22px}.card-kicker{margin:40px 0 10px;color:#808981;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.benefit-card h3,.entry-card h3{margin:0;font-size:30px;letter-spacing:-.03em}.benefit-card>p:last-child,.entry-card>p{margin:18px 0 0;color:var(--muted);max-width:480px}
.entry-section{padding:140px 0;background:#f0f1ec;color:#121512}.entry-section .eyebrow{color:#75612f}.entry-section .section-heading h2 em{color:#78632e}.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px}.entry-card{position:relative;min-height:480px;padding:30px;border:1px solid rgba(11,13,12,.12);border-radius:var(--radius);background:#f7f8f3}.entry-card.entry-primary{background:#141814;color:#fff;border-color:#141814;box-shadow:0 30px 70px rgba(0,0,0,.15)}.entry-letter{position:absolute;right:25px;top:22px;font-family:Georgia,serif;font-size:68px;color:rgba(0,0,0,.08)}.entry-primary .entry-letter{color:rgba(255,255,255,.08)}.entry-card .card-kicker{margin-top:130px;color:#767d76}.entry-primary .card-kicker{color:#9ea69f}.entry-card p{color:#666d66}.entry-primary p{color:#adb4ad}.entry-card ul{list-style:none;padding:0;margin:30px 0 0;border-top:1px solid rgba(0,0,0,.12)}.entry-primary ul{border-color:rgba(255,255,255,.12)}.entry-card li{padding:13px 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:14px}.entry-primary li{border-color:rgba(255,255,255,.1)}
.how-section{padding-top:140px;padding-bottom:140px}.timeline{margin-top:60px;border-top:1px solid var(--line)}.timeline-step{display:grid;grid-template-columns:64px 160px 1fr;gap:34px;align-items:center;min-height:220px;border-bottom:1px solid var(--line);padding:28px 0}.timeline-step>span{align-self:start;margin-top:12px;font-family:"Geist Mono",monospace;font-size:11px;color:var(--gold-2)}.timeline-step h3{margin:0;font-size:32px;letter-spacing:-.035em}.timeline-step div:last-child>p:last-child{color:var(--muted);max-width:650px}.timeline-visual{width:150px;height:150px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 50px rgba(255,255,255,.02)}.timeline-visual b{font-size:34px}.timeline-visual small{color:var(--muted)}.visual-customer b{font-family:Georgia,serif;color:var(--gold-2);font-size:44px}.visual-system{flex-direction:row;gap:12px}.visual-system i{width:14px;height:14px;border-radius:50%;background:#586159}.visual-system i:nth-child(2){background:var(--gold);box-shadow:0 0 0 12px rgba(217,185,110,.07)}.visual-barber b{color:var(--green);font-size:54px}.visual-owner b{font-family:"Geist Mono",monospace;font-size:15px;color:var(--green);border:1px solid rgba(140,214,167,.28);padding:7px 10px;border-radius:999px}
.modules-section{padding:140px 0;background:#101310;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.modules-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.module-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.module-column{border:1px solid var(--line);border-radius:var(--radius);background:#151916;padding:22px}.module-column.future{background:transparent}.module-head{display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:13px}.availability-dot{width:8px;height:8px;border-radius:50%;background:#6d746e}.availability-dot.is-ready{background:var(--green);box-shadow:0 0 0 5px rgba(140,214,167,.08)}.module-column ul{list-style:none;padding:0;margin:0}.module-column li{display:grid;grid-template-columns:34px 1fr;align-items:center;min-height:55px;border-bottom:1px solid var(--line)}.module-column li:last-child{border:0}.module-column li span{font-family:"Geist Mono",monospace;font-size:10px;color:#626a63}.module-column li b{font-size:14px;font-weight:550}.future li b{color:#a3aaa3}
.case-section{padding-top:140px;padding-bottom:140px}.case-panel{display:grid;grid-template-columns:1.2fr .8fr;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.015))}.case-copy{padding:58px}.case-copy h2{margin:0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em}.case-copy h2 em{font-family:Georgia,serif;font-weight:400;color:var(--gold-2)}.case-copy>p:not(.eyebrow){color:var(--muted);font-size:18px;max-width:650px}.case-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:34px}.case-points span{display:flex;align-items:center;gap:8px;color:#c5cbc5;font-size:13px}.case-points i{color:var(--green);font-style:normal}.case-quote{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:520px;padding:46px;background:var(--gold);color:#17130b}.quote-mark{font-family:Georgia,serif;font-size:120px;line-height:.65;opacity:.35}.case-quote blockquote{margin:auto 0 50px;font-family:Georgia,serif;font-size:29px;line-height:1.25}.quote-author{display:flex;align-items:center;gap:13px}.quote-author>span{display:grid;place-items:center;width:45px;height:45px;border:1px solid rgba(0,0,0,.25);border-radius:50%;font-family:Georgia,serif;font-size:22px}.quote-author p{margin:0}.quote-author small{display:block;opacity:.65}
.pilot-section{padding:140px 0;background:#eee9dc;color:#17150f}.pilot-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:start}.pilot-section .eyebrow{color:#765f28}.pilot-copy h2{margin:0;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.05em}.pilot-copy h2 em{font-family:Georgia,serif;font-weight:400;color:#755d24}.pilot-copy>p:not(.eyebrow){color:#605d54;font-size:18px}.pilot-steps{display:grid;gap:0;margin-top:38px;border-top:1px solid rgba(0,0,0,.14)}.pilot-steps span{display:grid;grid-template-columns:48px 1fr;align-items:center;min-height:56px;border-bottom:1px solid rgba(0,0,0,.14)}.pilot-steps i{font-family:"Geist Mono",monospace;font-size:10px;color:#806b38;font-style:normal}.demo-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:30px;border-radius:28px;background:#131612;color:#fff;box-shadow:0 36px 80px rgba(0,0,0,.17)}.form-head{grid-column:1/-1;margin-bottom:8px}.form-status{display:flex;align-items:center;gap:8px;color:#aee2bf;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.form-status i{width:7px;height:7px;border-radius:50%;background:var(--green)}.form-head h3{margin:15px 0 0;font-size:34px}.demo-form label{display:grid;gap:8px}.demo-form label>span{color:#9ba29b;font-size:12px}.demo-form input,.demo-form textarea,.demo-form select{width:100%;border:1px solid var(--line);border-radius:12px;background:#1a1e1a;color:#fff;padding:13px 14px;outline:0;transition:.2s}.demo-form input:focus,.demo-form textarea:focus,.demo-form select:focus{border-color:rgba(217,185,110,.65);box-shadow:0 0 0 3px rgba(217,185,110,.08)}.demo-form textarea{resize:vertical;min-height:104px}.form-full{grid-column:1/-1}.form-note,.form-error{margin:0;font-size:11px;color:#868f87}.form-error{color:#ffb1a7}
.faq-section{padding-top:140px;padding-bottom:140px}.faq-list{margin-top:58px;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;min-height:88px;border:0;background:transparent;color:#fff;display:grid;grid-template-columns:58px 1fr 30px;align-items:center;text-align:left;cursor:pointer}.faq-item button span{font-family:"Geist Mono",monospace;font-size:10px;color:var(--gold-2)}.faq-item button strong{font-size:20px}.faq-item button i{font-style:normal;font-size:22px;color:#7f8880}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer p{overflow:hidden;margin:0;color:var(--muted);max-width:790px;padding-left:58px}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding-bottom:30px}
footer{border-top:1px solid var(--line);background:#080a09}.footer-main{min-height:190px;display:flex;align-items:center;justify-content:space-between}.footer-main p{color:#727a73;margin:14px 0 0}.footer-actions{display:flex;align-items:center;gap:22px}.footer-actions>a:first-child{color:#a9b0aa}.footer-bottom{min-height:70px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#69716a;font-size:12px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(140,214,167,.08)}50%{box-shadow:0 0 0 10px rgba(140,214,167,0)}}
@media(max-width:1100px){.desktop-nav{display:none}.menu-button{display:block}.header-demo{display:none}.mobile-nav{position:absolute;top:76px;left:0;right:0;padding:18px;border:1px solid var(--line);border-radius:18px;background:#0d100e;box-shadow:var(--shadow);flex-direction:column;gap:8px}.mobile-nav.is-open{display:flex}.mobile-nav a{padding:11px 9px}.mobile-nav .button{margin-top:6px}.hero{grid-template-columns:1fr;padding-top:145px}.hero-system{max-width:820px}.modules-layout,.pilot-layout{grid-template-columns:1fr;gap:55px}.case-panel{grid-template-columns:1fr}.case-quote{min-height:420px}}
@media(max-width:820px){:root{--shell:min(100% - 32px,1240px)}.site-header{height:62px}.brand-name{font-size:16px}.hero{min-height:0;padding-top:125px;padding-bottom:75px;gap:50px}.hero h1{font-size:clamp(49px,14vw,72px)}.system-grid{grid-template-columns:1fr;gap:10px}.flow-arrow{height:24px}.flow-arrow span{width:1px;height:100%;background:linear-gradient(rgba(217,185,110,.15),rgba(217,185,110,.8))}.flow-arrow span:after{right:-3px;top:auto;bottom:0;transform:rotate(135deg)}.role-card{min-height:220px}.ticket-card,.next-action,.live-stats{margin-top:18px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>span,.trust-grid>span:first-child{border:0;border-bottom:1px solid var(--line)}.benefit-grid,.entry-grid,.module-columns{grid-template-columns:1fr}.benefits,.entry-section,.how-section,.modules-section,.case-section,.pilot-section,.faq-section{padding-top:95px;padding-bottom:95px}.entry-card{min-height:410px}.timeline-step{grid-template-columns:44px 110px 1fr;gap:18px}.timeline-visual{width:105px;height:105px;border-radius:22px}.case-copy{padding:36px}.case-quote{padding:36px}.demo-form{padding:24px}.footer-main{align-items:flex-start;flex-direction:column;justify-content:center;gap:28px}.footer-actions{width:100%;justify-content:space-between}.footer-bottom{flex-wrap:wrap;gap:12px;padding:20px 0}}
@media(max-width:560px){:root{--shell:min(100% - 24px,1240px)}.site-header{width:calc(100vw - 16px);top:8px;padding:0 11px}.language-switch{display:none}.hero-actions{display:grid}.hero-actions .button{width:100%}.proof-row{display:grid;gap:10px}.hero-system{padding:12px;border-radius:22px}.system-grid{padding-top:14px}.role-card{padding:15px}.trust-grid{grid-template-columns:1fr}.benefit-grid{gap:12px}.benefit-card{padding:25px;min-height:300px}.section-heading h2{font-size:42px}.entry-card{padding:25px}.timeline-step{grid-template-columns:32px 1fr;align-items:start;padding:28px 0}.timeline-visual{grid-column:2;width:100%;height:110px}.timeline-step>div:last-child{grid-column:2}.case-copy,.case-quote{padding:27px}.case-quote blockquote{font-size:24px}.demo-form{grid-template-columns:1fr}.demo-form label,.form-head,.form-full{grid-column:1}.faq-item button{grid-template-columns:36px 1fr 24px}.faq-item button strong{font-size:17px}.faq-answer p{padding-left:36px}.footer-actions{align-items:flex-start;flex-direction:column}.footer-bottom{align-items:flex-start;flex-direction:column}.module-column{padding:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.live-pill i{animation:none}.button{transition:none}}


/* V2.1 — compact mobile flow, equal entry cards, direct form feedback */
.entry-toggle{display:none}.entry-details{display:block}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-success{margin:0;font-size:12px;color:#aee2bf}.demo-form button[disabled]{cursor:wait;opacity:.68;transform:none}.demo-form button.is-loading span:last-child{animation:formSpin .8s linear infinite}@keyframes formSpin{to{transform:rotate(360deg)}}

@media(max-width:820px){
  .hero{padding-top:112px;padding-bottom:54px;gap:32px}
  .hero-intro{margin-top:22px}
  .hero-actions{margin-top:26px}
  .proof-row{margin-top:18px}
  .hero-system{width:100%;max-width:none;padding:12px;border-radius:22px}
  .system-head{height:38px;padding-bottom:9px}
  .system-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(228px,82%);gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:14px 0 10px}
  .system-grid::-webkit-scrollbar{display:none}
  .flow-arrow{display:none}
  .role-card{min-height:192px;padding:14px;scroll-snap-align:center;opacity:.72}
  .role-card.is-active{transform:none}
  .role-label{margin:13px 0 3px}
  .ticket-card,.next-action,.live-stats{margin-top:12px}
  .ticket-card{padding:12px}
  .ticket-card strong{font-size:36px;margin:7px 0 9px}
  .ticket-card small{padding-top:8px}
  .next-action{padding-top:12px}
  .next-action strong{font-size:18px;margin:6px 0 2px}
  .live-stats{gap:1px}
  .live-stats span{padding:5px 0}
  .live-stats b{font-size:22px}
  .system-log{gap:8px;padding-top:11px;font-size:11px}
  .entry-grid{gap:12px;margin-top:34px}
  .entry-card{min-height:0;padding:23px}
  .entry-card .card-kicker{margin-top:62px}
  .entry-card h3{font-size:27px}
  .entry-card>p{margin-top:12px}
  .entry-letter{font-size:54px;top:13px;right:19px}
  .entry-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:12px 0;border:0;border-top:1px solid rgba(0,0,0,.12);background:transparent;color:#252923;font-weight:700;text-align:left;cursor:pointer}
  .entry-toggle i{font-style:normal;font-size:20px;font-weight:400}
  .entry-details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .25s ease,opacity .25s ease}
  .entry-details>ul{overflow:hidden;margin:0}
  .entry-card.is-open .entry-details{grid-template-rows:1fr;opacity:1}
  .entry-card.is-open .entry-details>ul{margin-top:2px}
}

@media(max-width:560px){
  .hero{padding-top:101px;padding-bottom:44px;gap:26px}
  .hero h1{font-size:clamp(43px,13vw,58px)}
  .hero-intro{font-size:17px;line-height:1.45}
  .hero-actions{gap:9px}
  .proof-row{font-size:12px}
  .hero-system{padding:10px}
  .system-grid{grid-auto-columns:88%;padding-top:11px}
  .role-card{min-height:184px}
  .system-log p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .entry-section{padding-top:76px;padding-bottom:76px}
  .entry-grid{margin-top:28px}
}

/* V2.4 — hero video, no entry section */
.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  padding-inline:clamp(18px,2.8vw,30px);
  background:#090b0a;
}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-video{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.08);display:block;filter:saturate(.9) brightness(.62)}
.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,6,.92) 0%,rgba(5,6,6,.88) 28%,rgba(5,6,6,.62) 55%,rgba(5,6,6,.72) 100%),linear-gradient(180deg,rgba(9,11,10,.18) 0%,rgba(9,11,10,.34) 50%,rgba(9,11,10,.64) 100%)}
.hero-copy,.hero-system{position:relative;z-index:2}
.hero-system{background:linear-gradient(145deg,rgba(8,10,9,.72),rgba(8,10,9,.44));backdrop-filter:blur(8px);border-color:rgba(255,255,255,.12)}
.form-success{margin:0;font-size:12px;color:#aee2bf}
@media(max-width:820px){
  .hero{border-radius:26px;padding-inline:14px}
  .hero-video{object-position:center center;transform:scale(1.18)}
  .hero-bg-overlay{background:linear-gradient(180deg,rgba(5,6,6,.88) 0%,rgba(5,6,6,.72) 34%,rgba(5,6,6,.56) 56%,rgba(5,6,6,.8) 100%),linear-gradient(90deg,rgba(5,6,6,.72) 0%,rgba(5,6,6,.12) 100%)}
}
@media(max-width:560px){
  .hero{border-radius:22px;padding-inline:12px}
  .hero-video{transform:scale(1.22)}
}

/* V2.5 — hero video more visible, lighter overlay, content lower */
.hero{
  min-height:920px;
  align-items:end;
  padding-top:250px;
  padding-bottom:56px;
  gap:42px;
}
.hero:before{opacity:.55;top:120px}
.hero-copy{
  align-self:end;
  max-width:560px;
  padding-bottom:8px;
}
.hero-system{
  align-self:end;
  max-width:760px;
}
.hero-video{
  object-position:center center;
  transform:scale(1.12);
  filter:saturate(1) brightness(.84) contrast(1.06);
}
.hero-bg-overlay{
  background:
    linear-gradient(180deg,rgba(7,8,8,.04) 0%,rgba(7,8,8,.10) 18%,rgba(7,8,8,.26) 44%,rgba(7,8,8,.54) 76%,rgba(7,8,8,.72) 100%),
    linear-gradient(90deg,rgba(7,8,8,.76) 0%,rgba(7,8,8,.62) 24%,rgba(7,8,8,.26) 52%,rgba(7,8,8,.22) 100%);
}
.hero h1{max-width:560px;text-shadow:0 8px 24px rgba(0,0,0,.42)}
.hero-intro{color:#d2d7d2;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.proof-row{color:#d0d5d0;text-shadow:0 4px 14px rgba(0,0,0,.3)}
.hero-actions .button-ghost{background:rgba(10,11,10,.14);backdrop-filter:blur(3px)}
.hero-system{background:linear-gradient(145deg,rgba(8,10,9,.54),rgba(8,10,9,.30));border-color:rgba(255,255,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.24)}
@media(max-width:1100px){
  .hero{min-height:980px;padding-top:240px;align-items:end}
  .hero-system{max-width:none}
}
@media(max-width:820px){
  .hero{
    min-height:790px;
    padding-top:185px;
    padding-bottom:34px;
    gap:22px;
    align-items:end;
  }
  .hero-copy{padding-bottom:0;max-width:none}
  .hero-video{
    object-position:center center;
    transform:scale(1.18);
    filter:saturate(1.02) brightness(.88) contrast(1.04);
  }
  .hero-bg-overlay{
    background:
      linear-gradient(180deg,rgba(7,8,8,.02) 0%,rgba(7,8,8,.08) 20%,rgba(7,8,8,.24) 44%,rgba(7,8,8,.46) 66%,rgba(7,8,8,.76) 100%),
      linear-gradient(180deg,rgba(7,8,8,.30) 0%,rgba(7,8,8,.18) 30%,rgba(7,8,8,.10) 48%,rgba(7,8,8,.22) 62%,rgba(7,8,8,.50) 100%);
  }
  .hero h1,.hero-intro{max-width:none}
}
@media(max-width:560px){
  .hero{
    min-height:730px;
    padding-top:164px;
    padding-bottom:24px;
    gap:18px;
  }
  .hero-video{transform:scale(1.2)}
  .hero-system{border-radius:20px}
}

/* V2.8 — premium hero: full-bleed video to viewport edges */
.hero{
  display:block;
  min-height:0;
  padding:126px 0 92px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  isolation:auto;
}
.hero:before{opacity:.85;top:38px;left:-320px}
.hero-top{
  position:relative;
  min-height:520px;
  overflow-x:clip;
}
.hero-media{
  position:absolute;
  top:-126px;
  left:calc(50% - 50vw);
  right:calc(50% - 50vw);
  width:auto;
  height:430px;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:#0f1210;
  box-shadow:none;
}
.hero-video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% center;
  transform:none;
  filter:brightness(.92) saturate(1.02) contrast(1.03);
}
.hero-media-shade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(7,8,8,.70) 0%, rgba(7,8,8,.44) 18%, rgba(7,8,8,.16) 42%, rgba(7,8,8,.12) 70%, rgba(7,8,8,.18) 100%),
    linear-gradient(180deg, rgba(7,8,8,.08) 0%, rgba(7,8,8,.12) 42%, rgba(7,8,8,.34) 74%, rgba(7,8,8,.52) 100%);
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:640px;
  padding-top:138px;
}
.hero h1{max-width:640px;text-shadow:0 10px 30px rgba(0,0,0,.26)}
.hero-intro{max-width:600px;color:#d5dbd6;text-shadow:0 6px 22px rgba(0,0,0,.22)}
.proof-row{color:#d8ddd8;text-shadow:0 4px 16px rgba(0,0,0,.18)}
.hero-actions .button-ghost{background:rgba(255,255,255,.05);backdrop-filter:blur(4px);border-color:rgba(255,255,255,.18)}
.hero-system{
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  margin-top:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));
  border-color:rgba(255,255,255,.10);
  box-shadow:0 34px 90px rgba(0,0,0,.28);
  backdrop-filter:none;
}

@media(max-width:1100px){
  .hero{padding:118px 0 78px}
  .hero-top{min-height:500px}
  .hero-media{top:-118px;height:400px}
  .hero-video{object-position:52% center}
  .hero-copy{padding-top:132px;max-width:590px}
  .hero-system{margin-top:28px}
}
@media(max-width:820px){
  .hero{padding:96px 0 58px}
  .hero-top{min-height:380px}
  .hero-media{top:-96px;height:290px;left:calc(50% - 50vw);right:calc(50% - 50vw);width:auto}
  .hero-video{object-position:47% center}
  .hero-copy{padding-top:128px;max-width:none}
  .hero-media-shade{
    background:
      linear-gradient(90deg, rgba(7,8,8,.54) 0%, rgba(7,8,8,.24) 44%, rgba(7,8,8,.18) 100%),
      linear-gradient(180deg, rgba(7,8,8,.10) 0%, rgba(7,8,8,.14) 34%, rgba(7,8,8,.30) 72%, rgba(7,8,8,.54) 100%);
  }
  .hero-system{margin-top:22px}
}
@media(max-width:560px){
  .hero{padding:88px 0 44px}
  .hero-top{min-height:340px}
  .hero-media{top:-88px;height:250px;left:calc(50% - 50vw);right:calc(50% - 50vw);width:auto}
  .hero-video{object-position:46% center}
  .hero-copy{padding-top:116px}
  .hero h1{font-size:clamp(40px,12vw,54px)}
  .hero-intro{font-size:17px;line-height:1.45}
  .hero-system{margin-top:18px}
}




/* V2.12 — language selector visible on mobile */
@media(max-width:560px){
  .language-switch{display:flex;padding:2px;flex:0 0 auto}
  .language-switch button{padding:4px 7px;font-size:10px}
  .header-actions{gap:7px}
  .menu-button{width:40px;height:40px}
}
@media(max-width:370px){
  .brand-name{font-size:14px}
  .brand{gap:8px}
  .brand-mark{width:31px;height:31px}
  .language-switch button{padding:4px 6px}
}


/* V2.14 — reliable iPhone and in-app browser video playback */
.hero-media{
  background:#101311 url('hero-video-poster.webp') center center/cover no-repeat;
}
.hero-video{
  opacity:0;
  transition:opacity .45s ease;
  pointer-events:none;
}
.hero-media.is-playing .hero-video{opacity:1}
.hero-video-play{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  padding:12px 17px;
  background:rgba(8,10,9,.66);
  color:#fff;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 14px 34px rgba(0,0,0,.28);
  cursor:pointer;
}
.hero-video-play[hidden]{display:none!important}
.hero-video-play span{font-size:13px;color:var(--gold-2)}
.hero-video-play small{font-size:12px;font-weight:750}
.hero-media.is-video-blocked .hero-media-shade{background:linear-gradient(90deg,rgba(7,8,8,.58),rgba(7,8,8,.12)),linear-gradient(180deg,rgba(7,8,8,.08),rgba(7,8,8,.38))}
@media(prefers-reduced-motion:reduce){
  .hero-video{display:none}
  .hero-video-play{display:none!important}
}
