/* APEX Reach presentation v2.1 — one shared canvas, header and controls.
   Slides never own the viewport navigation. The fit pass measures content;
   overflow is not used to conceal paragraphs or make a scrolling page. */
:root{
 color-scheme:dark;--black:#050505;--surface:#0a0a0a;--white:#fff;
 --silver:#c6cad0;--soft:#dadde1;--muted:#b6bbc2;--line:rgba(198,202,208,.18);
 --metal:linear-gradient(105deg,#9ba1a9,#c6cad0,#edf0f3,#fff,#c6cad0);
 --body-size:clamp(16px,1.65vw,21px);--small-size:clamp(12px,1.1vw,14px);
 --space:clamp(18px,3.2vh,34px);--gap:clamp(16px,2.8vw,36px);
 --stage-height:600px;--gutter-x:clamp(22px,5.2vw,88px);--gutter-y:clamp(14px,2.4vh,30px);
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;overflow:hidden;background:var(--black)}
body{font-family:'Poppins',Arial,Helvetica,sans-serif;color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5}
[hidden]{display:none!important}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}
button:disabled{cursor:default;opacity:.35}img{max-width:100%;display:block}
button:focus-visible,a:focus-visible{outline:2px solid #edf0f3;outline-offset:5px}
button:focus:not(:focus-visible){outline:none}
h1,h2,h3,p,figure{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}
.app{height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;isolation:isolate;background:var(--black)}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px var(--gutter-x);padding-top:max(8px,env(safe-area-inset-top));min-height:76px;border-bottom:1px solid var(--line);background:var(--black);z-index:2}
.brand{display:flex;align-items:center;gap:16px;flex-shrink:0}
.brand img{width:82px;height:56px;object-fit:contain}
.brand-type{font-size:12px;letter-spacing:.26em;color:var(--silver);font-weight:500;border-left:1px solid var(--line);padding-left:18px}
.top-tools{display:flex;align-items:center;gap:12px}.top-note{font-size:12px;color:var(--muted);margin-right:10px;letter-spacing:.01em}
.tool{height:42px;min-width:42px;background:transparent;color:var(--silver);border:1px solid var(--line);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font-size:12px;transition:border-color .15s,background .15s}
.tool:hover,.nav-button:hover:not(:disabled){background:#111;border-color:rgba(198,202,208,.5)}
.tool svg,.nav-button svg{width:19px;height:19px;flex-shrink:0}
.stage{position:relative;min-width:0;min-height:0;overflow:hidden;background:var(--black)}
.slide{position:absolute;inset:0;padding:var(--gutter-y) var(--gutter-x);display:none;align-items:center;justify-content:center;background:var(--black)}
.slide.is-active{display:flex}.slide-inner{width:min(1240px,100%);flex:none;transform-origin:center center}
.slide-inner[data-scaled="true"]{will-change:transform}
.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;font-size:clamp(11px,.95vw,13px);letter-spacing:.23em;color:var(--silver);font-weight:600;margin-bottom:16px}
.eyebrow::before{content:'';width:28px;height:1px;background:var(--silver);flex-shrink:0}
h1{font-size:clamp(38px,5.1vw,76px);line-height:1.075;letter-spacing:-.043em;font-weight:700}
h2{font-size:clamp(32px,4.3vw,62px);line-height:1.1;letter-spacing:-.033em;font-weight:600}
h3{font-size:clamp(20px,2.1vw,27px);line-height:1.2;letter-spacing:-.02em;font-weight:600}
.metal{color:var(--silver);background:var(--metal);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.lead{font-size:var(--body-size);line-height:1.6;color:var(--soft);max-width:800px;margin-top:20px}
.lead strong{font-weight:600;color:#fff}.head{margin-bottom:var(--space)}
.note{font-size:var(--small-size);line-height:1.55;color:var(--muted);margin-top:22px;max-width:1000px}
.note strong{color:var(--soft);font-weight:500}.small{font-size:var(--small-size);line-height:1.5;color:var(--muted)}
.rule-note{margin-top:var(--space);padding-top:18px;border-top:1px solid var(--line);color:var(--soft);font-size:var(--body-size);line-height:1.5}
.hero-layout{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:var(--gap)}
.hero-copy .lead{max-width:600px}.hero-art{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;gap:4px}
.hero-art img{width:100%;max-width:440px;height:auto;object-fit:contain;filter:drop-shadow(0 0 35px rgba(198,202,208,.08))}
.hero-art figcaption{font-size:18px;letter-spacing:.55em;padding-left:.55em;font-weight:500;color:var(--silver)}
.hero-baseline{margin-top:26px;display:flex;gap:10px;align-items:center;color:var(--silver);font-size:13px;letter-spacing:.02em}
.hero-baseline::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--silver)}
.panel-grid{display:grid;gap:var(--gap)}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.panel{padding:clamp(20px,2.7vw,34px);background:var(--surface);border:1px solid var(--line);border-radius:14px;min-width:0}
.panel p{font-size:var(--body-size);line-height:1.55;color:var(--muted);margin-top:13px}
.panel-num{display:block;font-size:14px;color:var(--silver);letter-spacing:.12em;font-weight:500;margin-bottom:24px}
.question-list{display:grid;gap:0;max-width:1100px}.question{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}
.question:first-child{padding-top:6px}.question span{font-size:14px;color:var(--silver);letter-spacing:.08em}.question p{font-size:clamp(22px,2.8vw,38px);line-height:1.3;letter-spacing:-.02em}
.benefits .panel{display:grid;grid-template-columns:32px 1fr;gap:16px}.benefits .panel-num{margin:5px 0 0}.benefits .panel p{font-size:clamp(15px,1.5vw,19px);margin-top:8px}
.value-number{font-size:clamp(38px,4.6vw,68px);line-height:1.1;letter-spacing:-.04em;margin:12px 0 12px;font-weight:600}
.value-number small{display:block;font-size:14px;line-height:1.4;letter-spacing:0;font-weight:400;margin-top:6px;color:var(--muted);-webkit-text-fill-color:var(--muted)}
.value-title{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--silver)}
.value-cards .panel p{font-size:clamp(16px,1.6vw,20px);max-width:480px}
.demo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.demo-grid.two-demos{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1070px}
.demo-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface);transition:border-color .15s}
.demo-card:hover{border-color:#c6cad0}/* Preserve the complete preview at every breakpoint. The slide fit pass
   resizes the content as a unit; individual thumbnails are never cropped. */
.demo-picture{display:block;width:100%;height:auto;aspect-ratio:1000 / 625;object-fit:contain;object-position:center;flex:0 0 auto;align-self:center}
.demo-meta{padding:18px 20px;display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center}.demo-name{font-size:19px;font-weight:500;line-height:1.25}.demo-kind{grid-column:1;font-size:13px;color:var(--muted)}
.demo-arrow{grid-column:2;grid-row:1 / span 2;color:var(--silver);font-size:23px}.demo-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.process-cards .panel p{font-size:clamp(16px,1.6vw,20px)}.process-cards .panel-num{font-size:32px;margin-bottom:22px;letter-spacing:-.025em}
.offer-lines{display:grid;gap:0}.offer-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap);padding:24px 0;border-bottom:1px solid var(--line);align-items:center}
.offer-row h3{font-size:clamp(25px,3.2vw,44px)}.offer-row p{font-size:var(--body-size);color:var(--muted);line-height:1.5}
.package-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(30px,6vw,90px);align-items:center}
.package-head .scope{font-size:var(--body-size);line-height:1.5;color:var(--muted);margin-top:18px;max-width:490px}
.package-price{margin-top:28px}.from{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--silver);margin-bottom:5px}
.package-price .amount{font-size:clamp(38px,5vw,68px);font-weight:600;letter-spacing:-.035em;line-height:1.1;white-space:nowrap}
.package-price .vat{font-size:13px;color:var(--muted);margin-top:8px}
.package-features{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.package-features li{display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line);font-size:var(--body-size);line-height:1.4;color:var(--soft)}
.package-features li::before{content:'✓';color:var(--silver)}.package-features li.inherits{font-size:14px;color:var(--muted);letter-spacing:.01em}.package-features li.inherits::before{content:'+'}
.package-note{padding-top:16px;border-top:1px solid var(--line);margin-top:30px;font-size:var(--small-size);color:var(--muted);line-height:1.5}
.person-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(28px,5.5vw,80px);align-items:center}.person-visual{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.portrait-ring{position:relative;width:clamp(210px,25vw,340px);aspect-ratio:1;border-radius:50%;padding:5px;border:1px solid var(--silver);background:var(--black);box-shadow:0 0 35px rgba(198,202,208,.06)}
.portrait-ring img{position:absolute;inset:5px;width:calc(100% - 10px);height:calc(100% - 10px);border-radius:50%;object-fit:cover;object-position:center 38%}
.person-name{font-size:22px;font-weight:500;letter-spacing:-.02em}.person-role{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--silver);margin-top:6px}
.person-copy .lead{max-width:690px}.person-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.person-points span{padding:8px 12px;border:1px solid var(--line);border-radius:7px;font-size:13px;color:var(--silver)}
.person-location{font-size:13px;color:var(--muted);margin-top:16px}
.closing-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:var(--gap);align-items:center}
.closing-copy h2{font-size:clamp(38px,5.3vw,78px)}.closing-copy .lead{max-width:580px}
.contact-panel{padding:clamp(22px,3.1vw,40px);border:1px solid var(--line);border-radius:16px;background:var(--surface)}
.contact-person{display:flex;gap:16px;align-items:center;margin-bottom:24px}.contact-person img{width:72px;height:72px;border:1px solid var(--silver);border-radius:50%;object-fit:cover;object-position:center 38%}.contact-person h3{font-size:23px}.contact-person p{font-size:13px;color:var(--muted);margin-top:5px}
.contact-line{display:block;padding:15px 0;border-top:1px solid var(--line)}.contact-line span{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.contact-line strong{font-size:clamp(19px,2vw,26px);font-weight:500;letter-spacing:-.02em}.contact-line.email strong{font-size:clamp(17px,1.65vw,23px)}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:15px 22px;border:1px solid rgba(255,255,255,.3);border-radius:9px;background:var(--metal);color:#050505;font-size:16px;font-weight:600;margin-top:28px;line-height:1.4}
.footer{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:70px;padding:11px var(--gutter-x);padding-bottom:max(11px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--black);z-index:2}
.slide-caption{font-size:12px;color:var(--muted);white-space:nowrap}.slide-caption strong{color:var(--silver);font-weight:500}
.controls{display:flex;gap:18px;align-items:center}.nav-button{border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--silver);width:46px;height:42px;display:grid;place-items:center}.nav-button:last-child{border-color:rgba(198,202,208,.42)}
.counter{font-size:14px;font-variant-numeric:tabular-nums;letter-spacing:.08em;min-width:64px;text-align:center;color:var(--silver)}.counter strong{font-weight:600;color:#fff}
.keyboard-hint{font-size:12px;color:var(--muted);text-align:right}.progress-track{position:absolute;top:-1px;left:0;right:0;height:2px;pointer-events:none}.progress-fill{height:100%;width:0;background:var(--metal);transition:width .2s}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}
.dialog{width:min(900px,calc(100vw - 32px));max-height:calc(100dvh - 32px);border:1px solid rgba(198,202,208,.35);border-radius:16px;background:#0a0a0a;color:#fff;padding:24px;margin:auto;box-shadow:0 20px 100px #000b}
.dialog::backdrop{background:rgba(0,0,0,.8)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.dialog-head h2{font-size:22px}.chapter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chapter{display:flex;text-align:left;align-items:center;gap:12px;font-size:13px;line-height:1.3;padding:14px 12px;background:#111;border:1px solid var(--line);border-radius:7px;color:var(--soft);min-height:48px}.chapter b{color:var(--muted);font-size:12px;font-weight:400}.chapter[aria-current="step"]{border-color:var(--silver);color:#fff}.chapter:hover{background:#1a1a1a}
.noscript-warning{position:fixed;left:0;right:0;bottom:0;padding:16px;background:#111;color:#fff;z-index:10}
@media(min-width:1100px) and (max-height:760px){
 :root{--body-size:18px;--space:22px;--gutter-y:16px}
 h1{font-size:60px}h2{font-size:50px}.head{margin-bottom:24px}.lead{margin-top:18px}
 .hero-art img{max-width:350px}.panel{padding:26px}
 .portrait-ring{width:260px}.package-price .amount{font-size:56px}.package-features li{padding:13px 0}
}
@media(max-width:800px){
 :root{--gutter-x:24px;--gutter-y:20px;--gap:16px;--space:22px;--body-size:17px;--small-size:12px}
 .topbar{min-height:64px;padding-top:max(5px,env(safe-area-inset-top));padding-bottom:5px}.brand img{width:70px;height:48px}.brand-type{font-size:10px;padding-left:12px}.brand{gap:12px}.top-note{display:none}.tool{height:40px;min-width:40px;padding:0 10px}.tool-label{display:none}
 h1{font-size:clamp(34px,5.8vw,48px)}h2{font-size:clamp(32px,5.3vw,44px)}h3{font-size:22px}
 .hero-layout{grid-template-columns:1.22fr .78fr}.hero-art img{max-width:260px}.hero-art figcaption{font-size:13px}
 .panel{padding:21px}.panel-num{margin-bottom:18px}.panel p{margin-top:10px}.question{padding:20px 0;grid-template-columns:32px 1fr}.question p{font-size:27px}
 .footer{min-height:64px;gap:10px}.keyboard-hint{display:none}.slide-caption{font-size:11px}.controls{gap:12px}.footer::after{content:''}.counter{font-size:13px}
 .demo-grid{gap:14px}.demo-meta{padding:14px}.demo-name{font-size:17px}.demo-kind{font-size:12px}
 .package-layout{gap:28px}.package-price .amount{font-size:42px}.package-head .scope{font-size:16px}.package-features li{font-size:16px;padding:13px 0}
 .portrait-ring{width:220px}.person-layout{grid-template-columns:.8fr 1.2fr;gap:26px}.person-name{font-size:19px}.person-role{font-size:10px}.person-points{gap:8px}.person-points span{font-size:12px}
 .contact-person{gap:12px}.contact-person img{width:60px;height:60px}.contact-person h3{font-size:19px}.contact-panel{padding:22px}.contact-line strong{font-size:21px}.contact-line.email strong{font-size:17px}.closing-copy h2{font-size:43px}
}
@media(max-width:560px) and (orientation:portrait){
 :root{--gutter-x:22px;--gutter-y:18px;--gap:12px;--space:20px;--body-size:16px;--small-size:12px}
 .topbar{min-height:60px;gap:8px}.brand-type{display:none}.brand img{width:66px;height:44px}.top-tools{gap:8px}.tool{height:38px;min-width:38px}.footer{min-height:62px;display:flex;justify-content:center;padding:9px 16px;padding-bottom:max(9px,env(safe-area-inset-bottom))}.slide-caption{display:none}.footer::after{display:none}.controls{gap:24px}.nav-button{width:48px;height:42px}.counter{min-width:74px}
 .eyebrow{font-size:10px;letter-spacing:.18em;gap:8px;margin-bottom:13px}.eyebrow::before{width:20px}
 h1{font-size:clamp(34px,9.7vw,46px);line-height:1.08}h2{font-size:clamp(29px,8.6vw,38px);line-height:1.12}h3{font-size:20px}
 .lead{margin-top:16px;line-height:1.55}.head{margin-bottom:20px}.note{margin-top:16px}.rule-note{padding-top:14px;margin-top:18px;font-size:15px}
 .hero-layout{display:flex;flex-direction:column-reverse;gap:22px}.hero-art{gap:0}.hero-art img{width:190px;max-height:130px;object-fit:contain}.hero-art figcaption{font-size:11px;letter-spacing:.45em}.hero-copy .eyebrow{display:none}.hero-baseline{margin-top:16px;font-size:12px}.hero-copy{text-align:left}
 .three{grid-template-columns:1fr}.panel{padding:18px}.panel p{font-size:15px;line-height:1.5;margin-top:7px}.panel-num{font-size:12px;margin:3px 0 0}
 .three .panel{display:grid;grid-template-columns:22px 1fr;column-gap:12px}.three .panel .panel-num{grid-column:1;grid-row:1 / span 2}.three .panel h3,.three .panel p{grid-column:2}
 .question{grid-template-columns:26px 1fr;gap:12px;padding:20px 0}.question p{font-size:24px}.question span{font-size:12px}
 .benefits{grid-template-columns:1fr}.benefits .panel{padding:15px 16px;grid-template-columns:24px 1fr;gap:10px}.benefits .panel p{font-size:14px;line-height:1.45;margin-top:6px}.benefits h3{font-size:18px}
 .value-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.value-cards .panel{padding:16px 13px}.value-number{font-size:30px;margin:10px 0}.value-number small{font-size:11px}.value-cards h3{font-size:17px}.value-cards .panel p{font-size:13px;line-height:1.5}.value-cards .panel .value-title{font-size:9px;letter-spacing:.08em;margin:0}
 .demo-grid,.demo-grid.two-demos{grid-template-columns:1fr;gap:12px}.demo-card{display:grid;grid-template-columns:38% minmax(0,1fr);min-height:102px}.demo-meta{padding:13px 12px;gap:6px}.demo-name{font-size:17px}.demo-kind{font-size:12px}.demo-eyebrow{font-size:9px}.demo-arrow{font-size:18px}.two-demos .demo-card{min-height:142px;grid-template-columns:42% minmax(0,1fr)}
 .process-cards .panel-num{font-size:18px;margin-top:0}.process-cards .panel p{font-size:15px}.process-cards .panel{padding:18px}
 .offer-row{grid-template-columns:1fr;gap:8px;padding:19px 0}.offer-row h3{font-size:25px}.offer-row p{font-size:15px}
 .package-layout{grid-template-columns:1fr;gap:20px}.package-head{display:grid;grid-template-columns:1fr auto;gap:0 14px;align-items:start}.package-head .eyebrow{grid-column:1 / -1}.package-head h2{grid-column:1;font-size:29px}.package-head .scope{grid-column:1 / -1;font-size:15px;margin-top:13px;max-width:none}.package-price{grid-column:2;grid-row:2;margin-top:0;text-align:right}.from{font-size:10px;margin-bottom:4px}.package-price .amount{font-size:27px}.package-price .vat{font-size:10px;margin-top:4px}.package-features li{padding:12px 0;font-size:15px;line-height:1.4}.package-features li.inherits{font-size:12px}.package-note{margin-top:19px;padding-top:13px;font-size:11px}
 .person-layout{display:flex;flex-direction:column;gap:20px}.person-visual{flex-direction:row;gap:17px;text-align:left;width:100%}.portrait-ring{width:116px;flex-shrink:0;padding:3px}.person-name{font-size:21px;line-height:1.2}.person-role{font-size:10px;letter-spacing:.08em}.person-location{font-size:12px;margin-top:10px}.person-copy h2{font-size:31px}.person-copy .lead{font-size:15px;line-height:1.55}.person-points{margin-top:18px;gap:7px}.person-points span{font-size:11px;padding:6px 8px}.person-copy .eyebrow{display:none}
 .closing-layout{grid-template-columns:1fr;gap:24px}.closing-copy h2{font-size:40px}.closing-copy .lead{font-size:15px}.cta{margin-top:20px;padding:13px 17px;font-size:14px}.contact-panel{padding:20px}.contact-person{margin-bottom:16px}.contact-person img{width:54px;height:54px}.contact-person h3{font-size:19px}.contact-person p{font-size:11px}.contact-line{padding:12px 0}.contact-line span{font-size:10px}.contact-line strong{font-size:21px}.contact-line.email strong{font-size:18px}
 .dialog{padding:18px}.dialog-head{margin-bottom:14px}.dialog-head h2{font-size:19px}.chapter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.chapter{font-size:11px;padding:9px;gap:7px;min-height:42px}.chapter b{font-size:10px}
}
@media(max-width:560px) and (max-height:700px) and (orientation:portrait){
 :root{--gutter-y:14px;--space:16px;--gap:10px}.head{margin-bottom:16px}.eyebrow{margin-bottom:10px}
 h1{font-size:35px}h2{font-size:29px}.lead{font-size:15px;margin-top:13px}.hero-layout{gap:18px}.hero-art img{width:153px;max-height:104px}.hero-art figcaption{font-size:10px}.hero-baseline{font-size:11px}
 .panel{padding:15px}.panel p{font-size:14px}.panel h3{font-size:18px}.benefits .panel{padding:12px 14px}.benefits .panel p{font-size:13px}.benefits h3{font-size:17px}.question{padding:17px 0}.question p{font-size:22px}
 .value-cards .panel{padding:13px 10px}.value-number{font-size:27px;margin:7px 0}.value-cards .panel p{font-size:12px}.value-cards .panel .value-title{font-size:8px}.value-cards h3{font-size:16px}.rule-note{font-size:14px;margin-top:14px;padding-top:12px}.note{font-size:11px;margin-top:13px}
 .process-cards .panel{padding:15px}.process-cards .panel p{font-size:14px}.offer-row{padding:15px 0}.offer-row h3{font-size:23px}.offer-row p{font-size:14px}
 .package-layout{gap:16px}.package-head h2{font-size:26px}.package-head .scope{font-size:14px}.package-features li{font-size:14px;padding:10px 0}.package-note{font-size:10px;margin-top:14px;padding-top:11px}.package-price .amount{font-size:24px}
 .person-layout{gap:16px}.portrait-ring{width:98px}.person-copy h2{font-size:28px}.person-copy .lead{font-size:14px}.person-name{font-size:19px}.person-points{margin-top:13px}.person-points span{font-size:10px}
 .closing-layout{gap:16px}.closing-copy h2{font-size:33px}.closing-copy .lead{font-size:14px}.cta{font-size:13px;padding:11px 15px;margin-top:16px}.contact-panel{padding:16px}.contact-person{margin-bottom:12px}.contact-person img{width:44px;height:44px}.contact-person h3{font-size:17px}.contact-line{padding:10px 0}.contact-line strong{font-size:19px}.contact-line.email strong{font-size:17px}
}
@media(orientation:landscape) and (max-height:550px){
 :root{--gutter-y:10px;--gutter-x:30px;--gap:16px;--space:14px;--body-size:14px;--small-size:10px}
 .topbar{min-height:44px;padding-top:3px;padding-bottom:3px}.brand img{width:54px;height:36px}.brand-type{font-size:9px}.tool{height:32px;min-width:34px}.top-note{display:none}.tool-label{display:none}.footer{min-height:46px;padding-top:6px;padding-bottom:6px}.nav-button{height:32px;width:38px}.controls{gap:14px}.counter{font-size:11px}.keyboard-hint,.slide-caption{font-size:10px}
 h1{font-size:35px}h2{font-size:30px}h3{font-size:18px}.eyebrow{font-size:9px;margin-bottom:9px}.head{margin-bottom:14px}.lead{font-size:14px;line-height:1.5;margin-top:12px}.hero-art img{max-width:210px;max-height:155px;object-fit:contain}.hero-art figcaption{font-size:10px}.hero-baseline{font-size:10px;margin-top:14px}
 .panel{padding:16px}.panel p{font-size:13px;margin-top:8px;line-height:1.45}.panel-num{font-size:11px;margin-bottom:13px}.benefits .panel{padding:13px;grid-template-columns:22px 1fr;gap:8px}.benefits .panel p{font-size:12px}.benefits .panel h3{font-size:17px}
 .question{padding:13px 0;grid-template-columns:30px 1fr}.question p{font-size:21px}.question span{font-size:10px}.rule-note{font-size:13px;padding-top:12px;margin-top:14px}.value-number{font-size:33px;margin:7px 0}.value-title{font-size:10px}.value-cards .panel p{font-size:13px}.note{font-size:10px;margin-top:12px}
 .demo-meta{padding:10px 12px;gap:3px}.demo-name{font-size:15px}.demo-kind{font-size:10px}.demo-eyebrow{font-size:8px}
 .process-cards .panel-num{font-size:24px;margin-bottom:12px}.process-cards .panel p{font-size:13px}.offer-row{padding:12px 0}.offer-row h3{font-size:25px}.offer-row p{font-size:14px}
 .package-layout{grid-template-columns:.85fr 1.15fr;gap:30px}.package-head .scope{font-size:13px;margin-top:10px}.package-price{margin-top:15px}.package-price .amount{font-size:34px}.from{font-size:10px}.package-price .vat{font-size:10px;margin-top:5px}.package-features li{font-size:13px;padding:8px 0;line-height:1.3}.package-features li.inherits{font-size:11px}.package-note{font-size:9px;line-height:1.4;margin-top:14px;padding-top:10px}
 .person-layout{grid-template-columns:.7fr 1.3fr;gap:28px}.person-visual{gap:12px}.portrait-ring{width:135px}.person-name{font-size:17px}.person-role{font-size:9px}.person-location{font-size:10px;margin-top:8px}.person-points{gap:6px;margin-top:14px}.person-points span{font-size:10px;padding:5px 7px}
 .closing-layout{grid-template-columns:1fr .9fr;gap:28px}.closing-copy h2{font-size:38px}.cta{font-size:12px;padding:11px 15px;margin-top:16px}.contact-panel{padding:17px}.contact-person{gap:12px;margin-bottom:13px}.contact-person img{width:43px;height:43px}.contact-person h3{font-size:16px}.contact-person p{font-size:10px}.contact-line{padding:9px 0}.contact-line span{font-size:9px;margin-bottom:3px}.contact-line strong{font-size:18px}.contact-line.email strong{font-size:16px}
 .dialog{padding:16px}.dialog-head{margin-bottom:10px}.dialog-head h2{font-size:18px}.chapter-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.chapter{font-size:10px;min-height:42px;padding:8px;gap:6px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{
 html,body{height:auto;overflow:visible}.app{height:auto;display:block}.topbar,.footer,.dialog{display:none}.stage{overflow:visible;position:static}.slide{position:relative;display:flex!important;min-height:180mm;width:100%;padding:15mm;break-after:page;page-break-after:always}.slide-inner{transform:none!important;width:100%}.slide:last-child{break-after:auto}.slide[aria-hidden="true"]{display:flex}.stage{height:auto}.hero-layout,.package-layout,.person-layout,.closing-layout{display:grid;grid-template-columns:1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:1fr 1fr}.metal{-webkit-text-fill-color:#c6cad0}.demo-grid{grid-template-columns:repeat(3,1fr)}.demo-card{display:flex}
 @page{size:A4 landscape;margin:0}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}

/* v3: one additional evidence slide, accessible sources and viewport safety. */
.proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.proof-card{display:flex;flex-direction:column;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:24px 20px}
.proof-value{font-size:clamp(40px,4.7vw,64px);line-height:1.05;letter-spacing:-.045em;font-weight:600;margin-bottom:18px;white-space:nowrap}
.proof-card h3{font-size:19px;line-height:1.25;letter-spacing:-.02em;margin-bottom:10px}
.proof-card p{font-size:15px;line-height:1.55;color:var(--soft);margin-bottom:16px}
.proof-card small{display:block;font-size:10px;line-height:1.5;color:var(--muted);margin-top:auto}
.proof-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;border-top:1px solid var(--line);padding-top:12px}
.proof-bottom p{font-size:15px;line-height:1.5;color:var(--soft);max-width:780px}.proof-bottom strong{color:#fff;font-weight:500}
.proof-slide .head{margin-bottom:24px}
.topbar{padding-left:max(var(--gutter-x),env(safe-area-inset-left));padding-right:max(var(--gutter-x),env(safe-area-inset-right))}
.footer{padding-left:max(var(--gutter-x),env(safe-area-inset-left));padding-right:max(var(--gutter-x),env(safe-area-inset-right))}
.slide{padding-left:max(var(--gutter-x),env(safe-area-inset-left));padding-right:max(var(--gutter-x),env(safe-area-inset-right))}
.tool,.nav-button{min-width:44px;min-height:44px}
.stage{touch-action:pan-y pinch-zoom}
@media(max-width:1050px){.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.proof-card{padding:19px}.proof-value{font-size:42px;margin-bottom:12px}.proof-card h3{font-size:18px}.proof-card p{font-size:14px;margin-bottom:12px}}
@media(max-width:560px) and (orientation:portrait){.proof-slide .head{margin-bottom:16px}.proof-slide h2{font-size:29px}.proof-grid{gap:10px}.proof-card{padding:14px 12px}.proof-value{font-size:35px;margin-bottom:10px}.proof-card h3{font-size:15px;line-height:1.3;margin-bottom:8px}.proof-card p{font-size:12px;line-height:1.45;margin-bottom:10px}.proof-card small{font-size:9px;line-height:1.4}.proof-bottom{display:block;margin-top:14px;padding-top:10px}.proof-bottom p{font-size:12px;line-height:1.5}.proof-bottom .source-link{font-size:11px;min-height:30px;padding:6px 0}.proof-slide .eyebrow{font-size:9px}}
@media(max-height:560px) and (orientation:landscape){.proof-slide .head{margin-bottom:14px}.proof-slide h2{font-size:30px}.proof-slide .eyebrow{margin-bottom:8px}.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.proof-card{padding:12px}.proof-value{font-size:30px;margin-bottom:8px}.proof-card h3{font-size:13px;margin-bottom:6px}.proof-card p{font-size:11px;line-height:1.4;margin-bottom:7px}.proof-card small{font-size:8px}.proof-bottom{margin-top:10px;padding-top:6px;gap:15px}.proof-bottom p{font-size:11px}.proof-bottom .source-link{font-size:10px;min-height:30px}.proof-slide .head h2 br{display:none}}
/* Short screens use compact compositions instead of shrinking all content. */
@media(max-height:660px) and (orientation:landscape){
 #demo-service .head,#demo-specialist .head{margin-bottom:14px}
 #demo-service .head h2,#demo-specialist .head h2{font-size:30px;line-height:1.08}
 #demo-service .head .eyebrow,#demo-specialist .head .eyebrow{margin-bottom:9px}
 .demo-grid:not(.two-demos) .demo-picture{height:104px;aspect-ratio:auto;object-fit:contain}
 .demo-grid.two-demos .demo-card{display:grid;grid-template-columns:46% minmax(0,1fr);min-height:104px}
 .demo-grid.two-demos .demo-picture{height:auto;aspect-ratio:8/5;object-fit:contain}
 .demo-meta{padding:12px;gap:5px}.demo-name{font-size:16px}.demo-kind{font-size:11px}
 #demo-service .note,#demo-specialist .note{margin-top:12px;font-size:11px}
}
@media(min-width:850px) and (max-width:1050px) and (orientation:landscape){
 .proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.proof-card{padding:15px}.proof-value{font-size:38px}.proof-card h3{font-size:16px}.proof-card p{font-size:13px}.proof-card small{font-size:9px}
}
@media(max-width:560px) and (max-height:700px) and (orientation:portrait){
 .proof-slide .head{margin-bottom:12px}.proof-slide h2{font-size:25px}.proof-slide .eyebrow{font-size:9px;margin-bottom:8px}
 .proof-grid{grid-template-columns:1fr;gap:8px}
 .proof-card{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:3px;padding:9px 10px}
 .proof-value{grid-column:1;grid-row:1 / span 2;align-self:center;font-size:29px;margin:0}
 .proof-card h3{display:none}.proof-card p{grid-column:2;font-size:11.5px;line-height:1.35;margin:0}.proof-card small{grid-column:2;font-size:8px;margin:0}
 .proof-bottom{margin-top:10px;padding-top:7px}.proof-bottom p{font-size:11px}.proof-bottom .source-link{font-size:10px;min-height:26px;padding:5px 0}
}
@media print{.proof-dialog,.source-link{display:none!important}.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.proof-value{font-size:50px}}

/* Shared evidence styling. No theme changes outside these additions. */
.proof-dialog{box-sizing:border-box;margin:auto;width:min(780px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;background:#0a0a0a;color:#f5f6f7;border:1px solid #60656d;border-radius:16px;padding:24px;font:15px/1.55 'Poppins',Arial,sans-serif;overscroll-behavior:contain;text-align:left}
.proof-dialog::backdrop{background:rgba(0,0,0,.86)}
.proof-dialog-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px}
.proof-dialog-head h2{font-size:23px;line-height:1.2;margin:0}
.proof-dialog-head button{flex:none;min-width:44px;min-height:44px;line-height:1;background:#141414;border:1px solid #686d74;border-radius:8px;color:white;font:26px Arial;cursor:pointer}
.sources-intro{color:#b6bbc2;font-size:13px;margin:0 0 14px}
.source-entry{border-top:1px solid #36383c;padding:16px 0}
.source-entry h3{font-size:16px;line-height:1.35;color:#f5f6f7;margin:0 0 7px}
.source-entry p{font-size:13px;line-height:1.6;color:#c6cad0;margin:0 0 8px}
.source-entry a{color:#e6e9ed;text-decoration:underline;text-underline-offset:3px;font-size:13px}
.source-link{background:none;border:0;color:#c6cad0;font:inherit;font-size:12px;text-decoration:underline;text-underline-offset:4px;padding:8px 0;min-height:36px;cursor:pointer;white-space:nowrap}
@media(max-width:560px){.proof-dialog{padding:18px}.proof-dialog-head h2{font-size:19px}.source-entry{padding:13px 0}}

/* v3.1 — intrinsic number widths. A gradient clips to its own box;
   the percentage must NEVER be forced into a fixed-width track. */
.proof-value{inline-size:max-content;max-inline-size:none;min-inline-size:max-content;padding-inline-end:.08em;font-variant-numeric:tabular-nums;flex-shrink:0}
.proof-card p,.proof-card small{min-inline-size:0;overflow-wrap:break-word}
@media(max-width:560px) and (orientation:portrait){
 .proof-grid{grid-template-columns:1fr;gap:10px}
 .proof-card{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;row-gap:4px;padding:12px}
 .proof-value{grid-column:1;grid-row:1 / span 2;align-self:center;font-size:31px;line-height:1.15;margin:0;letter-spacing:-.045em}
 .proof-card h3{display:none}
 .proof-card p{grid-column:2;font-size:12px;line-height:1.45;margin:0}
 .proof-card small{grid-column:2;font-size:9px;line-height:1.4;margin:0}
 .proof-slide h2{font-size:clamp(25px,7.25vw,31px)}
}
@media(max-width:560px) and (max-height:700px) and (orientation:portrait){
 .proof-grid{gap:8px}
 .proof-card{column-gap:12px;row-gap:3px;padding:10px}
 .proof-value{font-size:28px}
 .proof-card p{font-size:11.5px;line-height:1.4}
 .proof-card small{font-size:8px}
}
/* The text must stay readable if the browser has no clipped-text gradient. */
@supports not ((background-clip:text) or (-webkit-background-clip:text)){
 .metal{background:none;-webkit-text-fill-color:var(--silver);color:var(--silver)}
}
/* Keep mobile text metrics stable across orientation changes; pinch zoom remains enabled. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(min-width:801px) and (min-height:561px){.package-price .from{margin-bottom:12px}}
/* Compact composition for genuinely short phone viewports, not smaller text
   everywhere. Ordinary phone, tablet and desktop layouts remain unchanged. */
@media(max-width:560px) and (max-height:580px) and (orientation:portrait){
 :root{--gutter-x:18px;--gutter-y:8px;--space:12px;--gap:8px;--body-size:13px;--small-size:10px}
 h1{font-size:30px}h2{font-size:26px}h3{font-size:17px}
 .head{margin-bottom:12px}.eyebrow{font-size:8px;margin-bottom:8px}
 .hero-layout{gap:12px}.hero-art img{width:124px;max-height:78px}.hero-art figcaption{font-size:9px}
 .lead{font-size:13px;line-height:1.4;margin-top:10px}.hero-baseline{font-size:10px;margin-top:10px}
 .question{padding:11px 0}.question p{font-size:19px;line-height:1.3}
 .rule-note{font-size:12px;line-height:1.4;margin-top:10px;padding-top:9px}
 .panel,.process-cards .panel{padding:10px}.panel h3{font-size:16px}.panel p,.process-cards .panel p{font-size:12px;line-height:1.35;margin-top:4px}
 .benefits .panel{padding:8px 10px;gap:8px}.benefits .panel h3{font-size:14px}.benefits .panel p{font-size:12px;line-height:1.35;margin-top:3px}
 .process-cards .panel-num{font-size:15px}.note{font-size:9px;line-height:1.4;margin-top:9px}
 .offer-row{padding:9px 0;gap:4px}.offer-row h3{font-size:20px}.offer-row p{font-size:12px;line-height:1.4}
 .demo-card{min-height:82px}.two-demos .demo-card{min-height:112px}.demo-meta{padding:10px}.demo-name{font-size:15px}.demo-kind{font-size:11px}
 .package-layout{gap:10px}.package-head h2{font-size:24px}.package-head .scope{font-size:12px;margin-top:9px}.package-features li{padding:7px 0;font-size:12px}.package-note{font-size:9px;line-height:1.35;margin-top:10px;padding-top:8px}
 .portrait-ring{width:80px}.person-visual{gap:12px}.person-name{font-size:17px}.person-role{font-size:8px}.person-location{font-size:10px;margin-top:7px}.person-copy h2{font-size:25px}.person-copy .lead{font-size:12px;line-height:1.4}.person-points{margin-top:10px}.person-points span{font-size:9px;padding:4px 6px}
 .closing-layout{gap:12px}.closing-copy h2{font-size:28px}.closing-copy .lead{font-size:12px;line-height:1.4}.cta{font-size:12px;padding:9px 12px;margin-top:10px}
 .contact-panel{padding:12px}.contact-person{margin-bottom:9px}.contact-person img{width:38px;height:38px}.contact-person h3{font-size:16px}.contact-line{padding:7px 0}.contact-line strong{font-size:18px}.contact-line.email strong{font-size:16px}.contact-line span{font-size:8px;margin-bottom:3px}
 .proof-slide h2{font-size:24px}.proof-slide .head{margin-bottom:10px}.proof-card{padding:8px;column-gap:10px}.proof-value{font-size:26px}.proof-card p{font-size:11.5px;line-height:1.35}.proof-card small{font-size:8px}.proof-bottom p{font-size:10px}
}
@media(max-width:740px) and (max-height:375px) and (orientation:landscape){
 :root{--gutter-x:18px;--gutter-y:7px;--space:9px;--gap:10px;--body-size:12px;--small-size:9px}
 h1{font-size:28px}h2{font-size:24px}h3{font-size:16px}.eyebrow{font-size:8px;margin-bottom:6px}.head{margin-bottom:10px}
 .lead{font-size:12px;line-height:1.4;margin-top:8px}.hero-art img{max-width:160px;max-height:112px}.hero-baseline{margin-top:9px;font-size:9px}
 .panel{padding:10px}.panel p,.process-cards .panel p{font-size:11px;line-height:1.35;margin-top:5px}.panel-num,.process-cards .panel-num{font-size:13px;margin-bottom:8px}
 .benefits .panel{padding:9px;gap:6px}.benefits .panel h3{font-size:14px}.benefits .panel p{font-size:11px;line-height:1.35}
 .question{padding:9px 0}.question p{font-size:18px}.rule-note{font-size:11px;margin-top:9px;padding-top:8px}.note{font-size:9px;line-height:1.35;margin-top:8px}
 .offer-row{padding:8px 0;gap:12px}.offer-row h3{font-size:19px}.offer-row p{font-size:12px;line-height:1.35}
 .value-title{font-size:8px}.value-number{font-size:28px}.value-cards .panel p{font-size:11px}.value-cards h3{font-size:16px}
 #demo-service .head h2,#demo-specialist .head h2{font-size:24px}.demo-grid:not(.two-demos) .demo-picture{height:70px}.demo-meta{padding:8px}.demo-name{font-size:13px}.demo-kind{font-size:9px}#demo-service .note,#demo-specialist .note{font-size:9px;margin-top:8px}
 .proof-slide h2{font-size:24px}.proof-card{padding:8px}.proof-value{font-size:26px}.proof-card h3{font-size:11px}.proof-card p{font-size:10px;line-height:1.3}.proof-card small{font-size:7px}.proof-bottom p{font-size:9px}.proof-bottom .source-link{font-size:9px}
 .package-layout{gap:18px}.package-head .scope{font-size:11px}.package-price{margin-top:9px}.package-price .amount{font-size:28px}.package-features li{font-size:11px;padding:6px 0}.package-note{font-size:8px;margin-top:9px;padding-top:7px}
 .portrait-ring{width:104px}.person-copy h2{font-size:24px}.person-name{font-size:15px}.person-points{margin-top:9px}.person-points span{font-size:9px;padding:4px 5px}
 .closing-copy h2{font-size:28px}.closing-layout{gap:18px}.contact-panel{padding:11px}.contact-person h3{font-size:14px}.contact-person img{width:34px;height:34px}.contact-line{padding:6px 0}.contact-line strong{font-size:16px}.contact-line.email strong{font-size:14px}
}
/* Keep controls above the home indicator even in a short landscape viewport. */
@media(orientation:landscape) and (max-height:550px){
 .topbar{padding-top:max(3px,env(safe-area-inset-top,0px))}
 .footer{padding-bottom:max(6px,env(safe-area-inset-bottom,0px))}
}
