:root{
  --yellow:#ffdd00;
  --dark:#20282c;
  --deep:#151b1e;
  --ink:#182126;
  --muted:#68767d;
  --line:#dce3e6;
  --soft:#f3f6f7;
  --white:#fff;
  --topbar:88px;
  --controls:76px;
  --shell:1400px;
  --gold:#a87800;
  --card-shadow:0 14px 34px rgba(25,36,41,.07);
  --visual-shadow:0 22px 55px rgba(24,33,38,.12);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#eef2f3}
body.academy-page{height:100vh;overflow:hidden}
body.case-study-open{overflow:hidden}
.academy-topbar{height:var(--topbar)}
.academy-topbar .pereko-global-topbar__inner{height:100%}
.academy-top-actions{display:flex;align-items:center;gap:12px}
.academy-context{height:44px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#fff;background:rgba(255,255,255,.055)}
.academy-context>i{color:var(--yellow)}
.academy-context span{display:grid;gap:1px;line-height:1}
.academy-context small{font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#c9d0d3;font-weight:800}
.academy-context b{font-size:12px;font-weight:900}
.academy-back{height:44px;display:flex;align-items:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#fff;text-decoration:none;font-size:11px;font-weight:900;transition:.18s ease}
.academy-back:hover{border-color:var(--yellow);color:var(--yellow)}

.academy-stage{height:calc(100vh - var(--topbar) - var(--controls));position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 58%,#f5f7f7 100%)}
.academy-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 72%,rgba(255,221,0,.045));pointer-events:none}
.academy-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(24px);transition:opacity .32s ease,transform .32s ease;pointer-events:none}
.academy-slide.is-active{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.slide-grid{width:min(var(--shell),calc(100% - 64px));height:100%;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.88fr);gap:58px;align-items:center;padding:34px 0}
.slide-copy{min-width:0;display:flex;flex-direction:column}
.slide-copy--hero-bounded{height:min(620px,calc(100vh - var(--topbar) - var(--controls) - 68px));justify-content:space-between}
.slide-copy--standard-bounded{height:min(590px,calc(100vh - var(--topbar) - var(--controls) - 74px));justify-content:space-between}
.slide-copy__top{min-width:0}

.slide-kicker{display:flex;align-items:center;gap:9px;color:#9b7200;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900;margin-bottom:18px}
.slide-kicker span{width:11px;height:11px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,221,0,.18)}

h1,h2{margin:0;letter-spacing:-.045em;color:var(--ink);font-weight:900}
h1{font-size:clamp(42px,3.7vw,58px);line-height:.98}
h2{font-size:clamp(42px,3.7vw,58px);line-height:.99}
h1 strong,h2 strong{display:inline;color:var(--gold);font-weight:900}
.slide-lead{max-width:780px;margin:22px 0 0;font-family:"Source Sans 3",Arial,sans-serif;color:#627077;font-size:clamp(18px,1.24vw,22px);line-height:1.5;font-weight:500}

.product-visual,.technical-visual,.evidence-visual{position:relative;border:1px solid var(--line);border-radius:28px;background:#f5f7f7;overflow:hidden;box-shadow:var(--visual-shadow)}
.product-visual--clean{height:min(620px,calc(100vh - var(--topbar) - var(--controls) - 68px));display:flex;align-items:center;justify-content:center;padding:58px 24px 64px;background:radial-gradient(circle at 58% 42%,#fff 0 38%,#f1f4f4 70%)}
.product-visual--clean img{max-height:100%;max-width:92%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(21,27,30,.16))}
.technical-visual{height:min(590px,calc(100vh - var(--topbar) - var(--controls) - 74px));background:#fff;display:grid;grid-template-rows:1fr auto}
.technical-visual>img{width:100%;height:100%;min-height:0;object-fit:cover}
.evidence-visual{height:min(590px,calc(100vh - var(--topbar) - var(--controls) - 74px));background:#fff;display:grid;grid-template-rows:minmax(0,1fr) 96px}

.visual-label{position:absolute;left:22px;top:20px;display:flex;align-items:center;gap:10px;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;z-index:3}
.visual-label span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--yellow)}
.visual-label--on-photo{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}
.visual-label--on-photo span{text-shadow:none;color:var(--ink)}
.visual-note{position:absolute;left:22px;right:22px;bottom:18px;border-radius:13px;background:#fff;border:1px solid var(--line);padding:12px 14px;display:flex;align-items:center;gap:10px;font:600 12px/1.38 "Source Sans 3",sans-serif;color:#69767c}
.visual-note i{color:var(--gold)}

.availability-badge{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:10px 14px;border:1px solid #ead998;border-radius:999px;background:#fffbea;color:#715500;font-size:11px;font-weight:900;letter-spacing:.015em}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 0 rgba(255,221,0,.55);animation:perekoPulse 1.8s infinite}
@keyframes perekoPulse{0%{box-shadow:0 0 0 0 rgba(255,221,0,.55)}70%{box-shadow:0 0 0 9px rgba(255,221,0,0)}100%{box-shadow:0 0 0 0 rgba(255,221,0,0)}}

.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:26px}
.fact-grid article,.test-facts article,.mode-stack article{border:1px solid var(--line);border-radius:16px;background:var(--white);box-shadow:var(--card-shadow)}
.fact-grid article{min-height:84px;display:flex;align-items:center;gap:12px;padding:14px 13px}
.fact-grid i,.test-facts i{width:36px;height:36px;border-radius:10px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto;font-size:14px}
.fact-grid b,.fact-grid span,.test-facts b,.test-facts span{display:block}
.fact-grid b{font-size:12px;line-height:1.18}
.fact-grid span{font:500 11px/1.33 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px}

.mode-stack{display:grid;gap:14px;margin-top:24px}
.mode-stack article{display:flex;align-items:flex-start;gap:16px;padding:17px 18px}
.mode-letter{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--yellow);font-size:17px;font-weight:900;flex:0 0 auto}
.mode-stack b{display:block;font-size:13px;letter-spacing:.025em}
.mode-stack p{margin:5px 0 0;font:500 14px/1.46 "Source Sans 3",sans-serif;color:var(--muted)}

.sales-insight{margin-top:18px;border-radius:18px;padding:16px 17px}
.sales-insight--dark{border:1px solid #2b3438;background:linear-gradient(135deg,#313b40 0%,#232c30 100%);box-shadow:var(--card-shadow)}
.sales-insight__title{display:flex;align-items:center;gap:10px;margin-bottom:11px}
.sales-insight__title i{width:33px;height:33px;border-radius:10px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;flex:0 0 auto}
.sales-insight__title b{font-size:12px;color:#fff}
.sales-insight__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.sales-insight__grid span{display:flex;gap:8px;align-items:flex-start;font:600 11.5px/1.4 "Source Sans 3",sans-serif;color:#e5ebed}
.sales-insight__grid i{color:var(--yellow);margin-top:2px;flex:0 0 auto}

.test-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.test-facts article{min-height:76px;padding:14px 15px;display:flex;align-items:center;gap:12px}
.test-facts b{font-size:12px;line-height:1.18}
.test-facts span{font:500 11px/1.33 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px}

.technical-caption{display:flex;gap:13px;align-items:center;padding:16px 18px;background:#fff;border-top:1px solid var(--line)}
.technical-caption>span{width:40px;height:40px;border-radius:11px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto}
.technical-caption b,.technical-caption small{display:block}
.technical-caption b{font-size:12px}
.technical-caption small{font:500 11px/1.35 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px}

.zetom-contact{margin-top:18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px 16px;box-shadow:var(--card-shadow)}
.zetom-contact img{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#fff;flex:0 0 auto}
.zetom-contact small,.zetom-contact b,.zetom-contact span{display:block}
.zetom-contact small{font:700 10px/1.2 "Source Sans 3",sans-serif;color:#7d898f;text-transform:uppercase;letter-spacing:.06em}
.zetom-contact b{font-size:12px;margin-top:2px}
.zetom-contact span{font:500 11px/1.35 "Source Sans 3",sans-serif;color:var(--muted);margin-top:4px}

.evidence-stage{position:relative;min-height:0;overflow:hidden;background:#232b2f}
.evidence-stage>img{width:100%;height:100%;object-fit:cover;display:block}
.evidence-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,18,21,.82) 0%,rgba(13,18,21,.55) 42%,rgba(13,18,21,.08) 75%),linear-gradient(0deg,rgba(13,18,21,.34),transparent 45%);pointer-events:none}
.evidence-overlay{position:absolute;z-index:2;left:24px;bottom:24px;max-width:62%;color:#fff}
.evidence-tag{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,221,0,.58);border-radius:999px;background:rgba(28,34,37,.72);color:var(--yellow);font-size:8.5px;font-weight:900;letter-spacing:.08em}
.evidence-overlay h3{margin:11px 0 0;font-size:34px;line-height:.95;letter-spacing:-.04em;font-weight:900}
.evidence-overlay h3 strong{color:var(--yellow)}
.evidence-overlay p{margin:10px 0 0;font:600 11px/1.4 "Source Sans 3",sans-serif;color:#edf1f2}

.document-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px;background:#fff;border-top:1px solid var(--line)}
.doc-mini{min-width:0;display:grid;grid-template-columns:38px 1fr 12px;align-items:center;gap:8px;padding:7px 8px;border:1px solid var(--line);border-radius:11px;background:#f8fafb;color:var(--ink);text-decoration:none;transition:.18s ease}
.doc-mini:hover{border-color:#d4bd42;background:#fffdf1;transform:translateY(-1px)}
.doc-mini>img{width:38px;height:54px;object-fit:cover;object-position:top;border-radius:4px;border:1px solid #e0e5e7;background:#fff}
.doc-mini span{min-width:0}
.doc-mini b,.doc-mini small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.doc-mini b{font-size:9.5px}
.doc-mini small{font:600 9px/1.3 "Source Sans 3",sans-serif;color:var(--muted);margin-top:2px}
.doc-mini>i{font-size:9px;color:#9d7700}

.buffer-takeaway__icon{width:58px;height:58px;border-radius:50%;background:var(--yellow);color:var(--deep);display:grid;place-items:center;flex:0 0 auto;font-size:19px;box-shadow:0 8px 20px rgba(176,133,0,.14)}
.buffer-evidence-stage>img{object-position:center center}
.buffer-evidence-stage:after{background:linear-gradient(90deg,rgba(13,18,21,.80) 0%,rgba(13,18,21,.48) 44%,rgba(13,18,21,.04) 77%),linear-gradient(0deg,rgba(13,18,21,.35),transparent 48%)}
.buffer-evidence-overlay{max-width:72%}
.buffer-evidence-overlay h3{font-size:31px;line-height:1.01}
.buffer-evidence-overlay p{max-width:390px}
.buffer-flow-mini{grid-template-columns:38px 1fr 12px;cursor:default}
.buffer-flow-mini:hover{transform:none;border-color:var(--line);background:#f8fafb}
.buffer-flow-mini__icon{width:38px;height:54px;border-radius:8px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;font-size:14px;border:1px solid #e0e5e7}
.buffer-flow-mini--accent{background:#fffdf1;border-color:#e7dca7}
.buffer-flow-mini--accent .buffer-flow-mini__icon{background:var(--yellow);color:var(--deep)}
.buffer-flow-mini>i{color:var(--gold)}

.design-evidence-stage>img{object-position:center center}
.design-evidence-stage:after{background:linear-gradient(90deg,rgba(13,18,21,.84) 0%,rgba(13,18,21,.52) 46%,rgba(13,18,21,.08) 78%),linear-gradient(0deg,rgba(13,18,21,.28),transparent 48%)}
.design-evidence-overlay{max-width:66%}
.design-evidence-overlay h3{font-size:32px;line-height:1.01}
.case-study-inline{gap:16px;align-items:center}
.case-study-btn{margin-left:auto;height:44px;display:inline-flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #d6c25b;border-radius:12px;background:#fffdf1;color:#5b4700;font-family:Montserrat,sans-serif;font-size:11px;font-weight:900;cursor:pointer;white-space:nowrap;transition:.18s ease}
.case-study-btn:hover{background:#fff6c3;border-color:#caa900;transform:translateY(-1px)}

.academy-controls{height:var(--controls);display:grid;grid-template-columns:150px 1fr 150px;align-items:center;gap:22px;padding:0 max(32px,calc((100vw - var(--shell))/2));border-top:1px solid var(--line);background:#fff;position:relative;z-index:5}
.nav-btn{height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:9px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:900;color:var(--ink);cursor:pointer}
.nav-btn:hover{border-color:#b7c0c4}
.nav-btn:disabled{opacity:.35;cursor:default}
.nav-btn--next{background:var(--yellow);border-color:var(--yellow)}
.progress-wrap{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0}
.progress-copy{display:flex;align-items:baseline;gap:3px}
.progress-copy b{font-size:17px}
.progress-copy small{font-size:10px;color:#839097;font-weight:800}
.progress-dots{display:flex;gap:7px}
.dot{width:28px;height:5px;padding:0;border:0;border-radius:999px;background:#d9e0e3;cursor:pointer}
.dot.is-active{background:var(--yellow);width:42px}
.progress-title{min-width:180px;font-size:10px;font-weight:800;color:#657279;text-transform:uppercase;letter-spacing:.07em}

.case-study-modal{position:fixed;inset:0;display:none;z-index:40}
.case-study-modal.is-open{display:block}
.case-study-modal__backdrop{position:absolute;inset:0;background:rgba(11,17,20,.62);backdrop-filter:blur(4px)}
.case-study-modal__dialog{position:relative;width:min(1080px,calc(100% - 48px));max-height:min(88vh,920px);margin:56px auto;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 28px 80px rgba(12,18,22,.28);padding:28px 28px 26px;overflow:auto}
.case-study-modal__close{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}
.case-study-modal__header h3{margin:0;font-size:36px;line-height:1.02;letter-spacing:-.04em;color:var(--ink)}
.case-study-modal__header p{margin:15px 0 0;max-width:860px;font:500 17px/1.5 "Source Sans 3",sans-serif;color:var(--muted)}
.case-study-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}
.case-card{border:1px solid var(--line);border-radius:20px;background:#f8fafb;padding:18px 18px 16px;box-shadow:var(--card-shadow)}
.case-card--accent{background:linear-gradient(135deg,#313b40 0%,#232c30 100%);border-color:#2b3438;color:#fff}
.case-card__title{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.case-card__title i{width:38px;height:38px;border-radius:11px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto}
.case-card--accent .case-card__title i{background:var(--yellow);color:var(--deep)}
.case-card__title b{font-size:13px;line-height:1.3}
.case-card ul{margin:0;padding-left:18px;font:600 13px/1.5 "Source Sans 3",sans-serif;color:#49565c}
.case-card li+li{margin-top:8px}
.case-card strong{color:var(--ink)}
.case-card--accent p{margin:0;font:600 13px/1.55 "Source Sans 3",sans-serif;color:#eef2f3}

@media(max-width:1200px){
  .slide-grid{grid-template-columns:1fr .84fr;gap:34px;width:calc(100% - 40px)}
  .fact-grid{grid-template-columns:1fr 1fr}
  .slide-copy--hero-bounded,.slide-copy--standard-bounded{height:auto;min-height:0}
  .academy-stage{overflow:auto}
  body.academy-page{overflow:auto}
  .academy-slide{position:relative;display:none;opacity:1;visibility:visible;transform:none}
  .academy-slide.is-active{display:block}
  .academy-stage{height:auto;min-height:calc(100vh - var(--topbar) - var(--controls))}
  .slide-grid{height:auto;padding:28px 0 96px}
}
@media(max-width:1024px){
  .sales-insight__grid,.case-study-cards{grid-template-columns:1fr}
  .evidence-overlay,.buffer-evidence-overlay,.design-evidence-overlay{max-width:78%}
}
@media(max-width:820px), (max-height:650px){
  body.academy-page{height:auto;overflow:auto}
  .academy-stage{height:auto;min-height:calc(100vh - var(--topbar));overflow:visible}
  .slide-grid{grid-template-columns:1fr;padding:28px 0 96px}
  .product-visual--clean,.technical-visual,.evidence-visual{height:430px}
  .academy-controls{position:fixed;left:0;right:0;bottom:0;padding:0 16px;grid-template-columns:105px 1fr 105px}
  .progress-title{display:none}
  .academy-back span{display:none}
  .document-strip{grid-template-columns:1fr}
  .evidence-visual{grid-template-rows:minmax(320px,1fr) auto}
  .doc-mini>img{display:none}
  .doc-mini{grid-template-columns:1fr 14px}
  .buffer-flow-mini,.buffer-flow-mini:hover{grid-template-columns:1fr 14px}
  .buffer-flow-mini__icon{display:none}
  .zetom-contact,.case-study-inline{align-items:flex-start;flex-wrap:wrap}
  .case-study-btn{margin-left:0}
  .case-study-modal__dialog{width:min(100%,calc(100% - 24px));margin:16px auto;padding:24px 18px 18px;max-height:calc(100vh - 32px)}
}
@media(max-width:600px){
  :root{--topbar:76px}
  .academy-context{display:none}
  .academy-back{padding:0 11px;font-size:0}
  .academy-back i{font-size:13px}
  .slide-grid{width:calc(100% - 28px)}
  h1,h2{font-size:38px}
  .slide-lead{font-size:17px}
  .fact-grid,.test-facts,.sales-insight__grid,.case-study-cards{grid-template-columns:1fr}
  .progress-copy{display:none}
  .academy-controls{grid-template-columns:88px 1fr 88px}
  .nav-btn{padding:0 10px}
  .nav-btn span{display:none}
  .evidence-overlay h3,.buffer-evidence-overlay h3,.design-evidence-overlay h3{font-size:28px}
  .case-study-modal__header h3{font-size:28px}
  .case-study-modal__header p{font-size:15px}
}

/* V9 — wspólna geometria i marginesy wszystkich slajdów */
:root{--slide-panel-h:min(590px,calc(100vh - var(--topbar) - var(--controls) - 74px))}
.slide-grid{align-items:center}
.slide-copy--hero-bounded,
.slide-copy--standard-bounded{height:var(--slide-panel-h);min-height:0;max-height:var(--slide-panel-h)}
.product-visual--clean,
.technical-visual,
.evidence-visual{height:var(--slide-panel-h);min-height:0;max-height:var(--slide-panel-h)}
.product-visual--clean{padding-top:54px;padding-bottom:62px}

/* Jednolita skala nagłówków i opisów */
h1,h2{font-size:clamp(40px,3.45vw,56px);line-height:1.01}
.slide-lead{font-size:16px;line-height:1.48;margin-top:18px;max-width:760px}
.mode-stack{margin-top:20px;gap:12px}
.mode-stack article{padding:15px 16px}
.mode-stack p{font-size:14px;line-height:1.42}
.mode-stack b{font-size:13px}

/* Slajd 1 — ta sama wysokość i rytm co pozostałe */
.slide-copy--hero-bounded .fact-grid{margin-top:18px}
.slide-copy--hero-bounded .availability-badge{margin-top:15px}
.fact-grid{gap:9px}
.fact-grid article{min-height:72px;padding:11px 12px}
.fact-grid i{width:34px;height:34px}

/* Slajd 2 — wyraźny i odseparowany blok handlowy */
.sales-insight{margin-top:16px;padding:14px 16px}
.sales-insight__title{margin-bottom:9px}
.sales-insight__grid span{font-size:11px;line-height:1.34}

/* Slajdy 3–5 — bez sztucznej linii pod kaflami; dolny moduł jako osobna karta */
.zetom-contact,
.zetom-contact--plain{border-top:0!important;margin-top:16px;padding-top:13px;padding-bottom:13px}
.test-facts{margin-top:20px;gap:9px}
.test-facts article{min-height:70px;padding:12px 14px}

/* Ikona informacyjna — wzorzec dla wniosków/argumentów */
.info-tile-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(145deg,#20282c,#151b1e);color:var(--yellow);display:grid;grid-template-rows:1fr auto;place-items:center;flex:0 0 auto;box-shadow:0 10px 22px rgba(21,27,30,.16);position:relative;overflow:hidden;border:1px solid rgba(255,221,0,.22)}
.info-tile-icon:after{content:"";position:absolute;width:18px;height:18px;right:-6px;top:-6px;border:2px solid var(--yellow);border-radius:6px;transform:rotate(18deg);opacity:.75}
.info-tile-icon i{font-size:20px;align-self:end;margin-bottom:2px}
.info-tile-icon small{font:900 7px/1 Montserrat,sans-serif;letter-spacing:.08em;color:#fff;background:rgba(255,255,255,.08);width:100%;text-align:center;padding:5px 0}
.info-tile-icon--sales{background:linear-gradient(145deg,#303a3f,#1f282c)}
.buffer-takeaway__icon{display:none!important}

/* Slajd 5 — argument sprzedażowy i CTA nie mogą wychodzić poza panel */
.case-study-inline{min-height:76px;padding:12px 14px;gap:14px}
.case-study-inline>div:not(.case-study-btn){min-width:0}
.case-study-btn{height:42px;padding:0 14px;flex:0 0 auto}
.case-study-inline span{font-size:10.5px;line-height:1.3}
.case-study-inline b{font-size:11.5px}

/* Case study wycentrowane w dostępnej przestrzeni pod belką */
.case-study-modal{position:fixed;left:0;right:0;top:var(--topbar);bottom:0;display:none;z-index:40;align-items:center;justify-content:center;padding:24px}
.case-study-modal.is-open{display:flex}
.case-study-modal__backdrop{position:absolute;inset:0;background:rgba(11,17,20,.62);backdrop-filter:blur(4px)}
.case-study-modal__dialog{position:relative;width:min(1080px,calc(100% - 48px));max-height:calc(100vh - var(--topbar) - 48px);margin:0;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 28px 80px rgba(12,18,22,.28);padding:28px 28px 26px;overflow:auto}

/* Ochrona marginesów przy niższych ekranach desktopowych */
@media (min-width:821px) and (max-height:800px){
  :root{--slide-panel-h:calc(100vh - var(--topbar) - var(--controls) - 52px)}
  .slide-grid{padding:26px 0}
  h1,h2{font-size:clamp(37px,3.15vw,51px)}
  .slide-lead{font-size:15px;line-height:1.42;margin-top:14px}
  .fact-grid{margin-top:14px}
  .test-facts{margin-top:16px}
  .sales-insight{margin-top:12px}
  .zetom-contact{margin-top:12px}
}
@media(max-width:1200px){
  .slide-copy--hero-bounded,.slide-copy--standard-bounded,.product-visual--clean,.technical-visual,.evidence-visual{height:auto;max-height:none}
}
@media(max-width:820px), (max-height:650px){
  .case-study-modal{top:0;padding:12px}
  .case-study-modal__dialog{width:100%;max-height:calc(100vh - 24px)}
}

/* V10 — Slajd 06: wymiary i gabaryty QMPELL DUO */
.dimensions-copy .slide-lead{max-width:700px}
.dimensions-table-wrap{margin-top:16px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:var(--card-shadow)}
.dimensions-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:Montserrat,Arial,sans-serif}
.dimensions-table th{padding:8px 10px;background:#20282c;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;text-align:left}
.dimensions-table th:nth-child(2),.dimensions-table th:nth-child(4){color:var(--yellow)}
.dimensions-table td{padding:6px 10px;border-top:1px solid #e6ebed;font-size:11px;font-weight:700;color:#334046}
.dimensions-table td:nth-child(1),.dimensions-table td:nth-child(3){width:18%;font-weight:900;color:#8d6900;background:#fafbfb}
.dimensions-table td:nth-child(2),.dimensions-table td:nth-child(4){width:32%}
.dimensions-table__wide td{background:#fffdf1!important;color:#5e4900!important;font-weight:900!important}
.dimensions-tip{min-height:78px}
.dimensions-tip b{font-size:12px}
.dimensions-tip span{font-size:10.5px;line-height:1.32}

.dimensions-visual{grid-template-rows:minmax(0,1fr) 96px;background:#fff}
.dimensions-stage{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:54px 24px 48px}
.dimensions-stage>img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .18s ease}
.dimensions-label{color:var(--ink);text-shadow:none}
.dimensions-stage__caption{position:absolute;left:20px;right:20px;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.95);box-shadow:0 8px 22px rgba(24,33,38,.08)}
.dimensions-stage__caption .evidence-tag{background:#20282c;border-color:#4a555a;color:var(--yellow);white-space:nowrap}
.dimensions-stage__caption>b{font-size:10.5px;color:#536168;text-align:right}
.dimensions-switcher{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px;background:#fff;border-top:1px solid var(--line)}
.dimension-switch{min-width:0;border:1px solid var(--line);border-radius:12px;background:#f8fafb;color:var(--ink);display:flex;align-items:center;gap:11px;padding:9px 12px;text-align:left;cursor:pointer;font-family:Montserrat,Arial,sans-serif;transition:.18s ease}
.dimension-switch>i{width:34px;height:34px;border-radius:9px;background:#20282c;color:var(--yellow);display:grid;place-items:center;flex:0 0 auto}
.dimension-switch b,.dimension-switch small{display:block}
.dimension-switch b{font-size:10.5px}
.dimension-switch small{font:600 9.5px/1.25 "Source Sans 3",sans-serif;color:#758188;margin-top:2px}
.dimension-switch:hover{border-color:#d1ba3f;background:#fffdf3}
.dimension-switch.is-active{border-color:#d1ba3f;background:#fffdf1;box-shadow:inset 0 0 0 1px rgba(255,221,0,.18)}
.dimension-switch.is-active>i{background:var(--yellow);color:var(--deep)}

@media (min-width:821px) and (max-height:800px){
  .dimensions-table-wrap{margin-top:12px}
  .dimensions-table th{padding:6px 9px}
  .dimensions-table td{padding:4px 9px;font-size:10.5px}
  .dimensions-tip{min-height:70px}
  .dimensions-stage{padding-top:48px;padding-bottom:44px}
}
@media(max-width:820px), (max-height:650px){
  .dimensions-visual{height:520px;grid-template-rows:minmax(0,1fr) auto}
  .dimensions-switcher{grid-template-columns:1fr}
  .dimensions-stage__caption{position:static;margin:0 12px 12px}
  .dimensions-stage{padding:54px 16px 18px;display:block}
  .dimensions-stage>img{height:330px}
}
@media(max-width:600px){
  .dimensions-table th,.dimensions-table td{font-size:9px;padding:5px 6px}
  .dimensions-tip{align-items:flex-start}
}

/* V11 — Budowa i zasada działania. Zdjęcia wycięte z raportu badań B/2026/474K. */
.structure-visual{grid-template-rows:minmax(0,1fr) 96px}
.structure-stage{position:relative;min-height:0;background:#232b2f;padding:64px 16px 16px;overflow:hidden}
.structure-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#20292d 0%,#2e393e 100%)}
.structure-photo-grid{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}
.structure-photo-grid figure{position:relative;margin:0;border-radius:13px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#111719;min-height:0}
.structure-photo-grid img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.9) contrast(1.04)}
.structure-photo-grid figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,17,20,.78),transparent 48%);pointer-events:none}
.structure-photo-grid figcaption{position:absolute;z-index:2;left:10px;right:10px;bottom:8px;color:#fff;font:800 9px/1.25 Montserrat,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.45)}
.structure-flow-strip{grid-template-columns:repeat(3,1fr)}
.structure-takeaway{margin-top:18px}
.structure-facts article{min-height:76px}
.structure-facts span{font-size:10.8px;line-height:1.3}
@media(max-width:820px), (max-height:650px){
  .structure-stage{min-height:420px}
  .structure-photo-grid{min-height:340px}
  .structure-flow-strip{grid-template-columns:1fr}
}
@media(max-width:600px){
  .structure-photo-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,170px);height:auto}
  .structure-stage{height:auto;min-height:780px}
}

/* V12 — przebudowa slajdu 03 na podstawie materiałów DTR użytkownika */
.structure-copy-v12 .slide-lead{max-width:720px}
.structure-key-points{display:grid;gap:9px;margin-top:18px}
.structure-key-points article{display:flex;align-items:flex-start;gap:11px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:11px 13px;box-shadow:var(--card-shadow)}
.structure-key-points article>i{width:34px;height:34px;border-radius:9px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto;font-size:13px}
.structure-key-points b,.structure-key-points span{display:block}
.structure-key-points b{font-size:11.5px;line-height:1.2}
.structure-key-points span{font:500 10.5px/1.34 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px}
.structure-legend-card{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:#f8fafb;padding:11px 13px 10px;box-shadow:var(--card-shadow)}
.structure-legend-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.info-tile-icon--compact{width:34px!important;height:34px!important;border-radius:9px!important;flex:0 0 34px!important}
.structure-legend-head small,.structure-legend-head b{display:block}
.structure-legend-head small{font:700 9px/1.15 "Source Sans 3",sans-serif;color:#7b878c;text-transform:uppercase;letter-spacing:.06em}
.structure-legend-head b{font-size:11px;margin-top:2px}
.structure-legend-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:4px 12px}
.structure-legend-grid span{display:flex;align-items:center;gap:7px;min-width:0;font:700 9.6px/1.2 Montserrat,sans-serif;color:#455159;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.structure-legend-grid span b{width:21px;height:21px;border-radius:7px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto;font-size:8.5px}
.structure-legend-note{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #e2e7e9;color:#66747a}
.structure-legend-note i{color:#9f7900;margin-top:1px;flex:0 0 auto}
.structure-legend-note span{font:600 9.4px/1.3 "Source Sans 3",sans-serif}

.structure-drawing-visual-v12{grid-template-rows:minmax(0,1fr) 96px;background:#fff}
.structure-drawing-stage-v12{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:56px 22px 50px}
.structure-drawing-stage-v12>img{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;transition:opacity .16s ease}
.structure-drawing-caption-v12{left:18px;right:18px;bottom:12px}
.structure-switcher-v12{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px;background:#fff;border-top:1px solid var(--line)}
.structure-switcher-v12 .dimension-switch{padding:8px 9px;gap:8px}
.structure-switcher-v12 .dimension-switch>i{width:32px;height:32px;border-radius:8px}
.structure-switcher-v12 .dimension-switch b{font-size:9.8px}
.structure-switcher-v12 .dimension-switch small{font-size:8.8px}

@media(max-height:820px) and (min-width:1101px){
  .structure-copy-v12 .slide-lead{font-size:15px;line-height:1.42;margin-top:14px}
  .structure-key-points{margin-top:13px;gap:7px}
  .structure-key-points article{padding:9px 11px}
  .structure-key-points article>i{width:31px;height:31px}
  .structure-key-points b{font-size:10.8px}
  .structure-key-points span{font-size:9.8px;line-height:1.28}
  .structure-legend-card{margin-top:10px;padding:9px 11px 8px}
  .structure-legend-head{margin-bottom:6px}
  .structure-legend-grid{gap:3px 10px}
  .structure-legend-grid span{font-size:9px}
  .structure-legend-grid span b{width:19px;height:19px}
  .structure-legend-note{margin-top:6px;padding-top:6px}
  .structure-legend-note span{font-size:8.9px}
}
@media(max-width:1100px){
  .structure-legend-grid{grid-template-columns:1fr 1fr}
  .structure-drawing-stage-v12{min-height:420px}
}
@media(max-width:820px), (max-height:650px){
  .structure-drawing-visual-v12{height:560px;grid-template-rows:minmax(0,1fr) auto}
  .structure-switcher-v12{grid-template-columns:1fr}
  .structure-drawing-stage-v12{padding:54px 16px 18px;display:block}
  .structure-drawing-stage-v12>img{height:360px}
  .structure-drawing-caption-v12{position:static;margin:0 12px 12px}
}
@media(max-width:600px){
  .structure-legend-grid{grid-template-columns:1fr}
}


/* V13 — Slajd 08: sterownik ecoMAXX 920P1 TOUCH */
.controller-copy .slide-lead{max-width:730px}
.controller-facts{margin-top:18px}
.controller-facts article{min-height:82px;align-items:flex-start;padding:12px 14px}
.controller-facts article>i{margin-top:1px}
.controller-facts b{font-size:11.6px}
.controller-facts span{font-size:10.4px;line-height:1.3}
.controller-takeaway{min-height:78px}
.controller-takeaway b{font-size:11.7px}
.controller-takeaway span{font-size:10.3px;line-height:1.3}

.controller-visual{grid-template-rows:minmax(0,1fr) 96px;background:#fff}
.controller-stage{position:relative;min-height:0;overflow:hidden;background:radial-gradient(circle at 53% 46%,#fff 0 38%,#f2f5f6 71%,#e8edef 100%);display:flex;align-items:center;justify-content:center;padding:64px 28px 48px}
.controller-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(34,43,47,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(34,43,47,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 88%);pointer-events:none}
.controller-product-wrap{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.controller-product-wrap>img{display:block;max-width:90%;max-height:76%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(22,29,33,.18))}
.controller-model-chip{position:absolute;right:18px;top:14px;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #d9e0e3;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(24,33,38,.08)}
.controller-model-chip>i{width:32px;height:32px;border-radius:9px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto}
.controller-model-chip small,.controller-model-chip b{display:block}
.controller-model-chip small{font:800 7.8px/1 Montserrat,sans-serif;color:#7c888e;letter-spacing:.1em}
.controller-model-chip b{font-size:9.8px;margin-top:3px;color:var(--ink)}
.controller-options-note{position:absolute;left:18px;right:18px;bottom:12px;display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(24,33,38,.07);font:600 9.5px/1.3 "Source Sans 3",sans-serif;color:#647177}
.controller-options-note i{color:#9b7200;flex:0 0 auto}
.controller-feature-strip .doc-mini{cursor:default}
.controller-feature-strip .doc-mini:hover{transform:none;border-color:var(--line);background:#f8fafb}
.controller-feature-strip .buffer-flow-mini--accent:hover{background:#fffdf1;border-color:#e7dca7}

@media(max-height:820px) and (min-width:1101px){
  .controller-copy .slide-lead{font-size:14.7px;line-height:1.4;margin-top:13px}
  .controller-facts{margin-top:13px;gap:7px}
  .controller-facts article{min-height:70px;padding:9px 11px}
  .controller-facts article>i{width:31px;height:31px}
  .controller-facts b{font-size:10.7px}
  .controller-facts span{font-size:9.6px;line-height:1.26}
  .controller-takeaway{margin-top:10px;min-height:68px;padding:10px 12px}
  .controller-takeaway .info-tile-icon{width:52px;height:52px}
  .controller-takeaway b{font-size:10.7px}
  .controller-takeaway span{font-size:9.4px;line-height:1.25}
  .controller-stage{padding-top:56px;padding-bottom:44px}
  .controller-product-wrap>img{max-height:74%}
}
@media(max-width:820px), (max-height:650px){
  .controller-visual{height:520px;grid-template-rows:minmax(0,1fr) auto}
  .controller-stage{min-height:390px;padding:64px 18px 52px}
  .controller-feature-strip{grid-template-columns:1fr}
  .controller-product-wrap>img{max-width:94%;max-height:72%}
}
@media(max-width:600px){
  .controller-model-chip{right:10px;top:8px}
  .controller-options-note{left:10px;right:10px;bottom:8px}
}


/* V14 — Slajdy 09–10: gwarancja i bezpłatne pierwsze uruchomienie */
.warranty-copy .slide-lead,.startup-copy .slide-lead{max-width:735px}
.warranty-facts,.startup-facts{margin-top:17px;gap:8px}
.warranty-facts article,.startup-facts article{min-height:78px;padding:10px 12px;align-items:flex-start}
.warranty-facts article>i,.startup-facts article>i{width:32px;height:32px;border-radius:9px;margin-top:1px}
.warranty-facts b,.startup-facts b{font-size:10.9px;line-height:1.2}
.warranty-facts span,.startup-facts span{font-size:9.8px;line-height:1.3}
.warranty-takeaway{margin-top:13px;min-height:78px;padding:11px 13px}
.warranty-takeaway .info-tile-icon{width:50px;height:50px}
.warranty-takeaway b{font-size:10.9px;line-height:1.25}
.warranty-takeaway span{font-size:9.6px;line-height:1.28}

.warranty-visual{grid-template-rows:minmax(0,1fr) 96px;background:#fff}
.warranty-stage{position:relative;min-height:0;overflow:hidden;background:linear-gradient(145deg,#f7f9fa 0%,#eef2f3 100%);padding:65px 18px 18px}
.warranty-document{position:relative;display:flex;align-items:center;justify-content:center;height:100%;border:1px solid #d7dee1;border-radius:16px;background:#fff;overflow:hidden;text-decoration:none;box-shadow:0 18px 35px rgba(24,33,38,.09)}
.warranty-document img{display:block;width:100%;height:100%;object-fit:contain;padding:14px 14px 38px;filter:contrast(1.03)}
.warranty-document__hint{position:absolute;left:12px;bottom:10px;display:inline-flex;align-items:center;gap:7px;color:#59686f;font:800 8.8px/1 Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.05em}
.warranty-document__hint i{color:#a87800;font-size:12px}
.warranty-badges{position:absolute;right:30px;top:78px;display:flex;gap:8px;z-index:2}
.warranty-badges>div{min-width:100px;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,221,0,.72);border-radius:12px;background:rgba(22,28,31,.94);box-shadow:0 10px 22px rgba(12,18,20,.18);color:#fff}
.warranty-badges strong{font-size:26px;line-height:1;color:var(--yellow)}
.warranty-badges span,.warranty-badges small{display:block}
.warranty-badges span{font:800 8.8px/1.15 Montserrat,sans-serif;text-transform:uppercase}
.warranty-badges small{margin-top:2px;font:600 7.5px/1.15 "Source Sans 3",sans-serif;text-transform:none;color:#cfd7da}
.warranty-strip .doc-mini{cursor:default}
.warranty-strip .doc-mini:hover{transform:none;border-color:var(--line);background:#f8fafb}
.warranty-strip .buffer-flow-mini--accent:hover{background:#fffdf1;border-color:#e7dca7}

.startup-zero-callout{margin-top:13px;display:flex;align-items:center;gap:14px;padding:11px 14px;border:1px solid #ead998;border-radius:18px;background:linear-gradient(110deg,#fffbea 0%,#fff 70%);box-shadow:var(--card-shadow)}
.startup-zero-callout__price{width:70px;height:58px;border-radius:14px;background:var(--yellow);color:var(--ink);display:flex;align-items:baseline;justify-content:center;gap:2px;flex:0 0 auto}
.startup-zero-callout__price strong{font-size:35px;line-height:1;font-weight:950;letter-spacing:-.06em}
.startup-zero-callout__price b{font-size:14px;font-weight:950}
.startup-zero-callout div>small,.startup-zero-callout div>b,.startup-zero-callout div>span{display:block}
.startup-zero-callout div>small{font:900 8.7px/1 Montserrat,sans-serif;letter-spacing:.08em;color:#8a6900}
.startup-zero-callout div>b{margin-top:3px;font-size:11.2px;line-height:1.18}
.startup-zero-callout div>span{margin-top:3px;font:600 9.7px/1.28 "Source Sans 3",sans-serif;color:var(--muted)}

.startup-visual{grid-template-rows:minmax(0,1fr) 96px;background:#fff}
.startup-stage{position:relative;min-height:0;overflow:hidden;background:#20282c}
.startup-stage>img{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center}
.startup-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,19,21,.82) 0%,rgba(14,19,21,.45) 48%,rgba(14,19,21,.08) 75%),linear-gradient(0deg,rgba(14,19,21,.42),transparent 48%);pointer-events:none}
.startup-stage__overlay{position:absolute;z-index:2;inset:0;pointer-events:none}
.startup-free-badge{position:absolute;right:18px;top:18px;width:116px;height:116px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink);box-shadow:0 15px 32px rgba(0,0,0,.22);text-align:center;transform:rotate(4deg)}
.startup-free-badge small{font:900 6.7px/1.05 Montserrat,sans-serif;max-width:80px;letter-spacing:.06em}
.startup-free-badge strong{font-size:35px;line-height:.95;letter-spacing:-.07em;margin-top:5px}
.startup-free-badge b{font-size:9px;letter-spacing:.08em;margin-top:3px}
.startup-stage__text{position:absolute;left:22px;bottom:21px;max-width:68%;color:#fff}
.startup-stage__text h3{margin:10px 0 0;font-size:29px;line-height:.98;letter-spacing:-.04em}
.startup-stage__text h3 strong{color:var(--yellow)}
.startup-stage__text p{margin:9px 0 0;font:600 10.5px/1.38 "Source Sans 3",sans-serif;color:#edf1f2;max-width:470px}
.startup-strip .doc-mini{cursor:default}
.startup-strip .doc-mini:hover{transform:none;border-color:var(--line);background:#f8fafb}
.startup-strip .buffer-flow-mini--accent:hover{background:#fffdf1;border-color:#e7dca7}

@media(max-height:820px) and (min-width:1101px){
  .warranty-copy .slide-lead,.startup-copy .slide-lead{font-size:14px;line-height:1.36;margin-top:12px}
  .warranty-facts,.startup-facts{margin-top:11px;gap:6px}
  .warranty-facts article,.startup-facts article{min-height:66px;padding:8px 10px}
  .warranty-facts article>i,.startup-facts article>i{width:29px;height:29px;font-size:12px}
  .warranty-facts b,.startup-facts b{font-size:10.1px}
  .warranty-facts span,.startup-facts span{font-size:9px;line-height:1.23}
  .warranty-takeaway,.startup-zero-callout{margin-top:9px;padding:9px 11px;min-height:64px}
  .warranty-takeaway .info-tile-icon{width:44px;height:44px}
  .warranty-takeaway b{font-size:10px}
  .warranty-takeaway span{font-size:8.8px}
  .startup-zero-callout__price{width:61px;height:49px}
  .startup-zero-callout__price strong{font-size:30px}
  .startup-zero-callout div>b{font-size:10.3px}
  .startup-zero-callout div>span{font-size:8.9px}
  .warranty-stage{padding-top:58px}
  .warranty-badges{top:66px;right:25px}
  .warranty-badges>div{min-width:90px;padding:7px 9px}
  .warranty-badges strong{font-size:23px}
  .startup-free-badge{width:102px;height:102px;right:15px;top:15px}
  .startup-free-badge strong{font-size:31px}
  .startup-stage__text h3{font-size:26px}
}
@media(max-width:1100px){
  .warranty-stage{min-height:430px}
  .startup-stage{min-height:430px}
}
@media(max-width:820px), (max-height:650px){
  .warranty-visual,.startup-visual{height:560px;grid-template-rows:minmax(0,1fr) auto}
  .warranty-stage,.startup-stage{min-height:420px}
  .warranty-strip,.startup-strip{grid-template-columns:1fr}
  .warranty-badges{right:20px;top:74px}
}
@media(max-width:600px){
  .warranty-badges{left:18px;right:18px;top:62px;justify-content:flex-end}
  .warranty-badges>div{min-width:86px}
  .startup-free-badge{width:92px;height:92px}
  .startup-stage__text{max-width:78%}
  .startup-stage__text h3{font-size:24px}
}

/* V15 — korekta slajdów 08–10: spójne żółte infografiki, pełna gwarancja i DARMOWE pierwsze uruchomienie */
.info-tile-icon,
.info-tile-icon--sales{
  background:var(--yellow)!important;
  color:var(--deep)!important;
  border-color:#e4c600!important;
  box-shadow:0 10px 22px rgba(176,133,0,.16)!important;
}
.info-tile-icon:after{border-color:var(--deep)!important;opacity:.24!important}
.info-tile-icon small{color:var(--deep)!important;background:rgba(21,27,30,.08)!important}

.inline-link{display:inline-flex;align-items:center;gap:6px;margin-top:5px;color:#806100;text-decoration:none;font:900 8.8px/1.2 Montserrat,sans-serif;letter-spacing:.015em}
.inline-link:hover{text-decoration:underline;color:#5d4700}
.inline-link i{font-size:9px}

.warranty-copy--v15 .slide-lead{margin-top:13px;max-width:740px;font-size:14.2px;line-height:1.35}
.warranty-copy--v15 .slide-lead b{color:#665000;font-weight:800}
.warranty-hero-card{margin-top:11px;display:flex;align-items:center;gap:13px;padding:10px 13px;border:1px solid #e3c800;border-radius:17px;background:linear-gradient(110deg,#fff7b8 0%,#fffbe1 48%,#fff 100%);box-shadow:var(--card-shadow)}
.warranty-hero-card__number{width:58px;height:58px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;background:var(--yellow);color:var(--deep);font-size:30px;font-weight:950;letter-spacing:-.06em;box-shadow:0 8px 18px rgba(176,133,0,.16)}
.warranty-hero-card small,.warranty-hero-card b,.warranty-hero-card span{display:block}
.warranty-hero-card small{font:900 8.1px/1 Montserrat,sans-serif;color:#7a5d00;letter-spacing:.08em}
.warranty-hero-card b{margin-top:3px;font-size:12.2px;line-height:1.16;color:var(--ink)}
.warranty-hero-card span:not(.warranty-hero-card__number){margin-top:3px;font:600 9.2px/1.24 "Source Sans 3",sans-serif;color:#657278}

.warranty-period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:9px}
.warranty-period-grid article{min-width:0;display:grid;grid-template-columns:66px 1fr;align-items:center;gap:8px;min-height:43px;padding:6px 9px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 7px 18px rgba(24,33,38,.045)}
.warranty-period-grid strong{font-size:10.6px;line-height:1.05;color:#846400;white-space:nowrap}
.warranty-period-grid span{font:650 9.2px/1.18 "Source Sans 3",sans-serif;color:#59676d}
.warranty-period-grid__accent{background:#fffbe5!important;border-color:#e7d678!important}
.warranty-period-grid__accent strong{color:#5f4900}
.warranty-condition{margin:6px 2px 0;font:600 8.1px/1.22 "Source Sans 3",sans-serif;color:#758187}
.warranty-takeaway--v15{margin-top:8px;min-height:73px;padding:9px 11px}
.warranty-takeaway--v15 .info-tile-icon{width:50px;height:50px}
.warranty-takeaway--v15 b{font-size:10.4px;line-height:1.17}
.warranty-takeaway--v15 span{font-size:8.9px;line-height:1.2;margin-top:3px}

.warranty-visual--photo{grid-template-rows:minmax(0,1fr) 96px;background:#0a0a0a}
.warranty-photo-stage{position:relative;min-height:0;overflow:hidden;background:#080908;display:flex;align-items:center;justify-content:center}
.warranty-photo-stage>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:none}
.warranty-photo-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 28%),linear-gradient(90deg,rgba(0,0,0,.18),transparent 24%);pointer-events:none}
.warranty-photo-badge{position:absolute;right:18px;bottom:16px;z-index:2;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:13px;border:1px solid rgba(255,221,0,.78);background:rgba(20,24,25,.92);color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.22)}
.warranty-photo-badge strong{font-size:29px;line-height:1;color:var(--yellow)}
.warranty-photo-badge span,.warranty-photo-badge small{display:block}
.warranty-photo-badge span{font:900 8.4px/1.12 Montserrat,sans-serif;text-transform:uppercase}
.warranty-photo-badge small{margin-top:2px;color:#dce2e4;font:650 7.3px/1.15 "Source Sans 3",sans-serif;text-transform:none}
.warranty-strip--links .doc-mini{cursor:pointer}
.warranty-strip--links .doc-mini:hover{border-color:#d4bd42;background:#fffdf1;transform:translateY(-1px)}

.startup-copy--v15 .slide-lead{margin-top:13px;font-size:13.9px;line-height:1.34}
.startup-copy--v15 .slide-lead b{color:#7d5e00}
.startup-copy--v15 .startup-facts{margin-top:12px;gap:6px}
.startup-copy--v15 .startup-facts article{min-height:65px;padding:8px 10px}
.startup-copy--v15 .startup-facts b{font-size:10px}
.startup-copy--v15 .startup-facts span{font-size:8.9px;line-height:1.22}
.startup-zero-callout--v15{margin-top:8px;padding:8px 10px;min-height:67px}
.startup-zero-callout--v15 .startup-zero-callout__price{width:62px;height:51px}
.startup-zero-callout--v15 .startup-zero-callout__price strong{font-size:31px}
.startup-zero-callout--v15 div>small{font-size:8px}
.startup-zero-callout--v15 div>b{font-size:10px;line-height:1.14}
.startup-zero-callout--v15 div>span{font-size:8.7px;line-height:1.17}
.startup-stage--v15>img{object-position:52% center}
.startup-visual--v15 .startup-free-badge small{max-width:88px}

@media(max-height:820px) and (min-width:1101px){
  .warranty-copy--v15 h2,.startup-copy--v15 h2{font-size:clamp(38px,3.25vw,50px)}
  .warranty-copy--v15 .slide-kicker,.startup-copy--v15 .slide-kicker{margin-bottom:12px}
  .warranty-copy--v15 .slide-lead{font-size:12.8px;line-height:1.27;margin-top:9px}
  .warranty-hero-card{margin-top:8px;padding:8px 10px}
  .warranty-hero-card__number{width:51px;height:51px;font-size:27px}
  .warranty-hero-card b{font-size:11.3px}
  .warranty-hero-card span:not(.warranty-hero-card__number){font-size:8.4px}
  .warranty-period-grid{margin-top:7px;gap:5px}
  .warranty-period-grid article{min-height:38px;padding:5px 8px;grid-template-columns:61px 1fr}
  .warranty-period-grid strong{font-size:9.8px}
  .warranty-period-grid span{font-size:8.5px}
  .warranty-condition{font-size:7.5px;line-height:1.16;margin-top:4px}
  .warranty-takeaway--v15{min-height:62px;margin-top:6px;padding:7px 9px}
  .warranty-takeaway--v15 .info-tile-icon{width:43px;height:43px}
  .warranty-takeaway--v15 b{font-size:9.5px}
  .warranty-takeaway--v15 span{font-size:8.1px}
  .warranty-takeaway--v15 .inline-link{font-size:7.8px;margin-top:3px}
  .startup-copy--v15 .slide-lead{font-size:12.7px;line-height:1.27;margin-top:9px}
  .startup-copy--v15 .startup-facts{margin-top:8px;gap:5px}
  .startup-copy--v15 .startup-facts article{min-height:57px;padding:7px 9px}
  .startup-copy--v15 .startup-facts b{font-size:9.3px}
  .startup-copy--v15 .startup-facts span{font-size:8.1px;line-height:1.16}
  .startup-zero-callout--v15{min-height:58px;margin-top:6px;padding:7px 9px}
  .startup-zero-callout--v15 .startup-zero-callout__price{width:55px;height:44px}
  .startup-zero-callout--v15 .startup-zero-callout__price strong{font-size:27px}
  .startup-zero-callout--v15 div>small{font-size:7.4px}
  .startup-zero-callout--v15 div>b{font-size:9.3px}
  .startup-zero-callout--v15 div>span{font-size:7.9px}
  .startup-zero-callout--v15 .inline-link{font-size:7.6px;margin-top:3px}
}

@media(max-width:820px), (max-height:650px){
  .warranty-period-grid{grid-template-columns:1fr}
  .warranty-copy--v15 .slide-copy__top,.startup-copy--v15 .slide-copy__top{min-width:0}
  .warranty-visual--photo{height:560px}
}


/* V16 — wspólny wzorzec prawej sekcji slajdu
   Wzorzec: slajd 02 = część graficzna + ostre, powtarzalne odcięcie + biała sekcja informacyjna/akcyjna. */
:root{--right-panel-h:min(590px,calc(100vh - var(--topbar) - var(--controls) - 74px));--right-footer-h:96px}

.right-panel-standard{
  height:var(--right-panel-h)!important;
  min-height:0!important;
  max-height:var(--right-panel-h)!important;
  border:1px solid var(--line)!important;
  border-radius:28px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:var(--visual-shadow)!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr) var(--right-footer-h)!important;
  padding:0!important;
}

/* Slajdy 01–02 mają obraz bez osobnego wrappera, dlatego obraz staje się pierwszym wierszem siatki. */
.product-visual--clean.right-panel-standard>img,
.technical-visual.right-panel-standard>img{
  grid-row:1;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  display:block;
}
.product-visual--clean.right-panel-standard>img{
  object-fit:contain!important;
  padding:28px 24px 18px;
  background:radial-gradient(circle at 54% 45%,#fff 0 40%,#f1f4f4 74%);
  filter:drop-shadow(0 20px 18px rgba(21,27,30,.15));
}
.technical-visual.right-panel-standard>img{object-fit:cover!important}

/* Wspólne, identyczne odcięcie na dole prawego panelu. */
.right-panel-footer{
  grid-row:2!important;
  position:relative!important;
  inset:auto!important;
  width:auto!important;
  min-width:0;
  min-height:var(--right-footer-h)!important;
  height:var(--right-footer-h)!important;
  margin:0!important;
  border:0!important;
  border-top:1px solid var(--line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--ink);
}

/* Standard podpisu: dokładnie język wizualny ze slajdu 02. */
.visual-note.right-panel-footer,
.technical-caption.right-panel-footer{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  padding:15px 18px!important;
  font-family:Montserrat,Arial,sans-serif!important;
}
.visual-note.right-panel-footer>div,
.technical-caption.right-panel-footer>div{min-width:0}
.visual-note.right-panel-footer b,
.visual-note.right-panel-footer small,
.technical-caption.right-panel-footer b,
.technical-caption.right-panel-footer small{display:block}
.visual-note.right-panel-footer b,
.technical-caption.right-panel-footer b{font-size:12px;line-height:1.18;color:var(--ink);font-weight:900}
.visual-note.right-panel-footer small,
.technical-caption.right-panel-footer small{margin-top:3px;font:500 11px/1.35 "Source Sans 3",Arial,sans-serif;color:var(--muted)}

/* Ikony w prawej, dolnej sekcji: grafit + żółty — jeden system dla całej Akademii. */
.right-panel-footer__icon,
.right-panel-standard .buffer-flow-mini__icon,
.right-panel-standard .dimension-switch>i{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:11px!important;
  background:var(--deep)!important;
  color:var(--yellow)!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 40px!important;
  font-size:14px!important;
  box-shadow:none!important;
}
.right-panel-standard .buffer-flow-mini--accent .buffer-flow-mini__icon,
.right-panel-standard .dimension-switch.is-active>i{
  background:var(--deep)!important;
  color:var(--yellow)!important;
}

/* Dolne przyciski / kafle zawsze w tej samej palecie i geometrii. */
.right-panel-standard .document-strip,
.right-panel-standard .structure-switcher-v12,
.right-panel-standard .dimensions-switcher{
  padding:10px 12px!important;
  gap:8px!important;
  background:#fff!important;
  border-top:1px solid var(--line)!important;
}
.right-panel-standard .doc-mini,
.right-panel-standard .dimension-switch{
  min-height:72px;
  border:1px solid var(--line)!important;
  border-radius:11px!important;
  background:#f8fafb!important;
  color:var(--ink)!important;
  box-shadow:none!important;
}
.right-panel-standard .doc-mini:hover,
.right-panel-standard .dimension-switch:hover,
.right-panel-standard .dimension-switch.is-active,
.right-panel-standard .buffer-flow-mini--accent{
  border-color:#d4bd42!important;
  background:#fffdf1!important;
}
.right-panel-standard .doc-mini>i,
.right-panel-standard .buffer-flow-mini>i{color:#8b6900!important}

/* Numer i tytuł na grafice — kontrast dobierany do konkretnego zdjęcia. */
.visual-label{left:22px!important;top:20px!important}
.visual-label span{color:var(--ink)!important;background:var(--yellow)!important;text-shadow:none!important}
.visual-label--light{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.55)!important}
.visual-label--dark{color:var(--ink)!important;text-shadow:0 1px 2px rgba(255,255,255,.35)!important}

/* Ujednolicenie kolejnych etapów: górna część zawsze kończy się dokładnie nad białym footerem. */
.right-panel-standard>.evidence-stage,
.right-panel-standard>.structure-drawing-stage-v12,
.right-panel-standard>.dimensions-stage,
.right-panel-standard>.controller-stage,
.right-panel-standard>.warranty-photo-stage,
.right-panel-standard>.startup-stage{
  grid-row:1!important;
  min-height:0!important;
  height:auto!important;
  overflow:hidden!important;
}

/* Kafelki dokumentów z miniaturą pozostają dopuszczalnym wyjątkiem: zdjęcie zamiast ikony, ale bez dodatkowych kolorów. */
.right-panel-standard .doc-mini>img{border-color:#dfe5e7!important;background:#fff!important}

@media(max-height:820px) and (min-width:1101px){
  :root{--right-panel-h:min(560px,calc(100vh - var(--topbar) - var(--controls) - 64px));--right-footer-h:90px}
  .visual-note.right-panel-footer,.technical-caption.right-panel-footer{padding:12px 16px!important}
  .visual-note.right-panel-footer b,.technical-caption.right-panel-footer b{font-size:11px}
  .visual-note.right-panel-footer small,.technical-caption.right-panel-footer small{font-size:10px}
  .right-panel-standard .doc-mini,.right-panel-standard .dimension-switch{min-height:66px}
}
@media(max-width:1100px){
  .right-panel-standard{height:auto!important;max-height:none!important;min-height:520px!important;grid-template-rows:minmax(380px,1fr) auto!important}
  .right-panel-footer{height:auto!important;min-height:96px!important}
}
@media(max-width:820px), (max-height:650px){
  .right-panel-standard{height:auto!important;max-height:none!important;min-height:0!important;grid-template-rows:minmax(360px,1fr) auto!important}
  .right-panel-footer{height:auto!important;min-height:96px!important}
}
@media(max-width:600px){
  .visual-label{left:14px!important;top:14px!important}
  .right-panel-standard{border-radius:22px!important}
}
.right-panel-footer__icon i{color:var(--yellow)!important}


/* V17 — ujednolicenie ikon i korekty ergonomii wskazane po przeglądzie V16 */

/* Lewa, dolna sekcja informacyjna: zawsze żółty kafel + ciemny symbol, bez napisów. */
.info-tile-icon,
.info-tile-icon--sales{
  display:grid!important;
  place-items:center!important;
  grid-template-rows:1fr!important;
  background:var(--yellow)!important;
  color:var(--deep)!important;
  border:1px solid #e0c300!important;
  overflow:hidden!important;
}
.info-tile-icon:after{display:none!important}
.info-tile-icon i{
  align-self:auto!important;
  margin:0!important;
  color:var(--deep)!important;
  font-size:20px!important;
}
.info-tile-icon small{display:none!important}
.info-tile-icon--compact i{font-size:13px!important}

/* Slajd 02 — trzy korzyści handlowe są wyraźnie odseparowane. */
.sales-insight--v17{
  padding:13px 14px 14px!important;
  border-radius:18px!important;
}
.sales-insight--v17 .sales-insight__title{
  margin-bottom:10px!important;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.sales-insight--v17 .sales-insight__grid{gap:8px!important}
.sales-insight--v17 .sales-insight__grid span{
  min-height:58px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:11px;
  background:rgba(255,255,255,.055);
  align-items:center!important;
  color:#edf1f2!important;
}
.sales-insight--v17 .sales-insight__grid i{
  width:27px;
  height:27px;
  margin:0!important;
  border-radius:8px;
  background:var(--yellow);
  color:var(--deep)!important;
  display:grid;
  place-items:center;
  flex:0 0 27px;
  font-size:10px;
}

/* Slajd 03 — cała lewa kolumna mieści się w tym samym pionowym marginesie co prawy panel. */
.structure-copy-v17{
  overflow:hidden;
}
.structure-copy-v17 .slide-kicker{margin-bottom:12px}
.structure-copy-v17 h2{font-size:clamp(38px,3.05vw,50px);line-height:.98}
.structure-copy-v17 .slide-lead{
  margin-top:11px!important;
  font-size:13.5px!important;
  line-height:1.32!important;
  max-width:720px;
}
.structure-copy-v17 .structure-key-points{
  margin-top:11px!important;
  gap:6px!important;
}
.structure-copy-v17 .structure-key-points article{
  padding:8px 10px!important;
  gap:9px!important;
  min-height:0!important;
}
.structure-copy-v17 .structure-key-points article>i{
  width:29px!important;
  height:29px!important;
  flex:0 0 29px!important;
  font-size:11px!important;
}
.structure-copy-v17 .structure-key-points b{font-size:10.3px!important}
.structure-copy-v17 .structure-key-points span{font-size:9.25px!important;line-height:1.22!important;margin-top:2px!important}
.structure-copy-v17 .structure-legend-card{
  margin-top:8px!important;
  padding:8px 10px 7px!important;
  border-radius:14px!important;
  flex:0 0 auto;
}
.structure-copy-v17 .structure-legend-head{margin-bottom:5px!important;gap:8px!important}
.structure-copy-v17 .structure-legend-head b{font-size:10px!important}
.structure-copy-v17 .structure-legend-head small{font-size:8px!important}
.structure-copy-v17 .structure-legend-grid{gap:3px 8px!important}
.structure-copy-v17 .structure-legend-grid span{font-size:8.35px!important;line-height:1.1!important}
.structure-copy-v17 .structure-legend-grid span b{width:18px!important;height:18px!important;font-size:7.7px!important;border-radius:6px!important}
.structure-copy-v17 .structure-legend-note{margin-top:5px!important;padding-top:5px!important;gap:6px!important}
.structure-copy-v17 .structure-legend-note span{font-size:8px!important;line-height:1.16!important}

/* DTR na slajdzie 03: zachowuje formę przycisku. Bez fałszywego URL, dopóki nie zostanie podany dokładny adres QMPELL DUO. */
.evidence-tag--link{
  text-decoration:none;
  cursor:pointer;
  transition:.15s ease;
}
.evidence-tag--link:hover{transform:translateY(-1px);filter:brightness(1.08)}
.evidence-tag--link .fa-arrow-up-right-from-square{font-size:8px;margin-left:3px}
.evidence-tag--pending{cursor:not-allowed}

/* Slajd 08 — elementy informacyjne muszą leżeć NAD renderem sterownika, nie pod nim. */
.controller-product-wrap>img{position:relative;z-index:1}
.controller-model-chip{
  z-index:5!important;
  right:16px!important;
  top:18px!important;
}
.controller-options-note{
  z-index:5!important;
  bottom:4px!important;
  left:16px!important;
  right:16px!important;
}
.controller-visual .visual-label--dark{
  color:var(--ink)!important;
  text-shadow:0 1px 2px rgba(255,255,255,.65)!important;
}

/* Slajd 09 — „60” jako grafitowa ikona z żółtym, idealnie wycentrowanym numerem. */
.warranty-hero-card__number{
  background:var(--dark)!important;
  color:var(--yellow)!important;
  border:1px solid #313b40!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-indent:0!important;
  font-variant-numeric:tabular-nums;
  box-shadow:0 8px 18px rgba(21,27,30,.14)!important;
}
.warranty-photo-badge{display:none!important}

@media(max-height:820px) and (min-width:1101px){
  .structure-copy-v17 h2{font-size:42px}
  .structure-copy-v17 .slide-lead{font-size:12.6px!important;line-height:1.26!important}
  .structure-copy-v17 .structure-key-points{margin-top:8px!important;gap:5px!important}
  .structure-copy-v17 .structure-key-points article{padding:6px 9px!important}
  .structure-copy-v17 .structure-key-points span{font-size:8.7px!important}
  .structure-copy-v17 .structure-legend-card{margin-top:6px!important;padding:6px 9px!important}
  .structure-copy-v17 .structure-legend-grid span{font-size:7.9px!important}
  .structure-copy-v17 .structure-legend-note span{font-size:7.5px!important}
  .sales-insight--v17 .sales-insight__grid span{min-height:52px;padding:8px 9px}
}


/* V18 — korekty po przeglądzie V17: geometria, typografia, DTR, PLUM, dokumenty i modal legendy */

/* 01 — prawa sekcja dokładnie w języku slajdu 02: jeden box + czyste białe odcięcie. */
.hero-product-visual{background:#fff!important;padding:0!important}
.hero-product-visual:before,.hero-product-visual:after{display:none!important;content:none!important}
.hero-product-visual>img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;padding:26px 26px 18px!important;background:#f7f9f9!important;filter:drop-shadow(0 18px 18px rgba(21,27,30,.13))!important}
.hero-product-visual .visual-note{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important}

/* Wspólna typografia treści — bez lokalnego pomniejszania nagłówków i leadów. */
.structure-copy-v18 h2,.structure-copy-v17 h2,.warranty-copy--v15 h2,.startup-copy--v15 h2{font-size:clamp(40px,3.45vw,56px)!important;line-height:1.01!important}
.structure-copy-v17 .slide-lead,.warranty-copy--v15 .slide-lead,.startup-copy--v15 .slide-lead{font-size:16px!important;line-height:1.48!important;margin-top:18px!important}
.warranty-copy--v15 .slide-kicker,.startup-copy--v15 .slide-kicker{margin-bottom:18px!important}

/* 02 — lewa kolumna ma mieścić się w dokładnie tym samym pionowym panelu. */
.slide2-copy-v18{overflow:hidden}
.slide2-copy-v18 .mode-stack{margin-top:16px!important;gap:9px!important}
.slide2-copy-v18 .mode-stack article{padding:12px 14px!important;gap:13px!important}
.slide2-copy-v18 .mode-stack p{font-size:12.7px!important;line-height:1.34!important;margin-top:4px!important}
.slide2-copy-v18 .sales-insight--v17{margin-top:10px!important;padding:10px 12px 11px!important}
.slide2-copy-v18 .sales-insight__title{margin-bottom:7px!important;padding-bottom:7px!important}
.slide2-copy-v18 .sales-insight__grid{gap:6px!important}
.slide2-copy-v18 .sales-insight__grid span{min-height:44px!important;padding:7px 8px!important;font-size:10.4px!important;line-height:1.25!important}

/* 03 — normalna skala tekstu, legenda przeniesiona do interaktywnego okna po lewej. */
.structure-copy-v17{overflow:visible!important}
.structure-copy-v17 .slide-kicker{margin-bottom:18px!important}
.structure-copy-v17 .structure-key-points{margin-top:18px!important;gap:9px!important}
.structure-copy-v17 .structure-key-points article{padding:12px 14px!important;gap:12px!important;min-height:70px!important}
.structure-copy-v17 .structure-key-points article>i{width:36px!important;height:36px!important;flex:0 0 36px!important;font-size:14px!important}
.structure-copy-v17 .structure-key-points b{font-size:12px!important;line-height:1.18!important}
.structure-copy-v17 .structure-key-points span{font-size:11px!important;line-height:1.33!important;margin-top:3px!important}
.structure-legend-launch{width:100%;min-height:76px;display:grid;grid-template-columns:58px 1fr 32px;align-items:center;gap:13px;margin-top:14px;padding:10px 13px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--card-shadow);color:var(--ink);text-align:left;cursor:pointer;font-family:Montserrat,Arial,sans-serif;transition:.16s ease}
.structure-legend-launch:hover{border-color:#d4bd42;background:#fffdf1;transform:translateY(-1px)}
.structure-legend-launch>span:nth-child(2){min-width:0}
.structure-legend-launch small,.structure-legend-launch b,.structure-legend-launch em{display:block}
.structure-legend-launch small{font-size:8px;letter-spacing:.09em;text-transform:uppercase;color:#7e8a90;font-weight:900}
.structure-legend-launch b{font-size:11.5px;margin-top:2px}
.structure-legend-launch em{font:500 10px/1.28 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px;font-style:normal}
.structure-legend-launch>.fa-arrow-pointer{color:#947000;font-size:15px;justify-self:center}

.structure-legend-modal{position:fixed;left:0;right:0;top:var(--topbar);bottom:var(--controls);display:none;z-index:45;pointer-events:none}
.structure-legend-modal.is-open{display:block}
.structure-legend-modal__backdrop{position:absolute;inset:0;background:rgba(255,255,255,.04);pointer-events:auto}
.structure-legend-modal__dialog{position:absolute;top:34px;bottom:34px;left:max(32px,calc((100vw - min(var(--shell),calc(100vw - 64px)))/2));width:min(650px,calc(52vw - 58px));padding:24px 24px 22px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 26px 68px rgba(18,25,29,.22);overflow:auto;pointer-events:auto}
.structure-legend-modal__close{position:absolute;right:16px;top:16px;width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#f4f6f7;color:var(--ink);cursor:pointer}
.structure-legend-modal__dialog h3{margin:0;font-size:27px;line-height:1.05;letter-spacing:-.035em}
.structure-legend-modal__dialog>p{margin:9px 46px 18px 0;font:500 13px/1.42 "Source Sans 3",sans-serif;color:var(--muted)}
.structure-legend-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}
.structure-legend-modal__grid span{display:flex;align-items:center;gap:9px;min-height:42px;padding:7px 9px;border:1px solid var(--line);border-radius:11px;background:#f8fafb;font:700 11px/1.25 Montserrat,sans-serif}
.structure-legend-modal__grid b{width:26px;height:26px;border-radius:8px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 26px;font-size:10px}
.structure-legend-modal__note{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:11px 12px;border:1px solid #ead998;border-radius:12px;background:#fffbea;color:#59666d;font:600 11px/1.35 "Source Sans 3",sans-serif}
.structure-legend-modal__note i{color:#8e6a00;margin-top:2px}

/* DTR — aktywny link do dokumentacji QMPELL DUO. */
.evidence-tag--link{cursor:pointer!important}
.evidence-tag--link:hover{filter:brightness(1.08);transform:translateY(-1px)}

/* 04 — dokumenty bez miniaturek: tylko spójne ikony. */
.document-strip .doc-mini.buffer-flow-mini{grid-template-columns:40px 1fr 12px!important}
.document-strip .doc-mini.buffer-flow-mini .buffer-flow-mini__icon{width:40px!important;height:40px!important;min-width:40px!important}

/* 08 — marka PLUM widoczna obok modelu sterownika. */
.controller-model-chip{z-index:6!important}
.controller-brand-chip{position:absolute;right:16px;top:76px;z-index:6;display:flex;align-items:center;gap:8px;max-width:210px;padding:7px 9px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.95);box-shadow:0 9px 20px rgba(25,34,38,.09)}
.controller-brand-chip img{width:74px;height:28px;object-fit:contain;display:block}
.controller-brand-chip span,.controller-brand-chip small,.controller-brand-chip b{display:block}
.controller-brand-chip small{font-size:6.5px;line-height:1;letter-spacing:.08em;color:#8a969b;font-weight:900}
.controller-brand-chip b{margin-top:2px;font-size:8.7px;line-height:1.12;color:var(--ink)}
.controller-options-note{bottom:16px!important;left:16px!important;right:16px!important;z-index:6!important}

/* 09 — czytelna typografia gwarancji bez mikrotekstu. */
.warranty-hero-card{margin-top:14px!important;padding:10px 13px!important}
.warranty-hero-card b{font-size:12.5px!important}
.warranty-hero-card span:not(.warranty-hero-card__number){font-size:10.2px!important;line-height:1.3!important}
.warranty-period-grid{margin-top:10px!important;gap:7px!important}
.warranty-period-grid article{min-height:47px!important;padding:7px 9px!important;grid-template-columns:72px 1fr!important}
.warranty-period-grid strong{font-size:10.8px!important}
.warranty-period-grid span{font-size:9.7px!important;line-height:1.22!important}
.warranty-condition{font-size:9.1px!important;line-height:1.26!important;margin-top:6px!important}
.warranty-takeaway--v15{min-height:78px!important;margin-top:10px!important;padding:10px 12px!important}
.warranty-takeaway--v15 .info-tile-icon{width:54px!important;height:54px!important}
.warranty-takeaway--v15 b{font-size:11.2px!important}
.warranty-takeaway--v15 span{font-size:9.6px!important;line-height:1.25!important}
.warranty-takeaway--v15 .inline-link{font-size:8.8px!important}

/* 10 — standardowa skala typografii i bardziej uporządkowany rytm. */
.startup-copy--v15 .startup-facts{margin-top:16px!important;gap:8px!important}
.startup-copy--v15 .startup-facts article{min-height:70px!important;padding:11px 12px!important;gap:11px!important}
.startup-copy--v15 .startup-facts b{font-size:11.3px!important;line-height:1.18!important}
.startup-copy--v15 .startup-facts span{font-size:10.1px!important;line-height:1.27!important}
.startup-zero-callout--v15{min-height:76px!important;margin-top:10px!important;padding:10px 12px!important}
.startup-zero-callout--v15 .startup-zero-callout__price{width:66px!important;height:56px!important}
.startup-zero-callout--v15 .startup-zero-callout__price strong{font-size:33px!important}
.startup-zero-callout--v15 div>small{font-size:8.3px!important}
.startup-zero-callout--v15 div>b{font-size:10.8px!important;line-height:1.18!important}
.startup-zero-callout--v15 div>span{font-size:9.2px!important;line-height:1.22!important}
.startup-zero-callout--v15 .inline-link{font-size:8.3px!important}
.startup-stage--v15>img{object-position:50% center!important}

/* Pulsujący komunikat 0 zł — ruch subtelny i ograniczony do obwódki. */
.startup-free-badge{animation:startupZeroPulse 1.65s ease-in-out infinite!important;transform:rotate(0deg)!important;box-shadow:0 0 0 0 rgba(255,221,0,.58),0 15px 32px rgba(0,0,0,.22)!important}
@keyframes startupZeroPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,221,0,.58),0 15px 32px rgba(0,0,0,.22)}50%{transform:scale(1.055);box-shadow:0 0 0 12px rgba(255,221,0,0),0 17px 36px rgba(0,0,0,.25)}}
@media(prefers-reduced-motion:reduce){.startup-free-badge{animation:none!important}}

/* Niższe ekrany desktopowe: utrzymujemy standard, redukujemy tylko odstępy, nie skalę tekstu. */
@media(max-height:820px) and (min-width:1101px){
  .structure-copy-v17 h2,.warranty-copy--v15 h2,.startup-copy--v15 h2{font-size:44px!important}
  .structure-copy-v17 .slide-lead,.warranty-copy--v15 .slide-lead,.startup-copy--v15 .slide-lead{font-size:14.5px!important;line-height:1.36!important;margin-top:12px!important}
  .structure-copy-v17 .structure-key-points{margin-top:11px!important;gap:6px!important}
  .structure-copy-v17 .structure-key-points article{min-height:60px!important;padding:9px 11px!important}
  .structure-copy-v17 .structure-key-points span{font-size:10px!important}
  .structure-legend-launch{min-height:66px;margin-top:8px;padding:8px 10px}
  .warranty-hero-card{margin-top:8px!important}
  .warranty-period-grid{margin-top:7px!important;gap:5px!important}
  .warranty-period-grid article{min-height:41px!important;padding:5px 8px!important}
  .warranty-period-grid span{font-size:8.9px!important}
  .warranty-condition{font-size:8.3px!important}
  .warranty-takeaway--v15{min-height:65px!important;margin-top:6px!important;padding:7px 9px!important}
  .warranty-takeaway--v15 span{font-size:8.6px!important}
  .startup-copy--v15 .startup-facts{margin-top:9px!important;gap:5px!important}
  .startup-copy--v15 .startup-facts article{min-height:58px!important;padding:7px 9px!important}
  .startup-copy--v15 .startup-facts b{font-size:9.8px!important}
  .startup-copy--v15 .startup-facts span{font-size:8.7px!important}
  .startup-zero-callout--v15{min-height:61px!important;margin-top:6px!important;padding:7px 9px!important}
  .startup-zero-callout--v15 div>b{font-size:9.6px!important}
  .startup-zero-callout--v15 div>span{font-size:8.2px!important}
}

@media(max-width:1100px){
  .structure-legend-modal{top:0;bottom:0}
  .structure-legend-modal__dialog{left:20px;right:20px;top:20px;bottom:20px;width:auto}
}

/* V18.1 — finalne ujednolicenie skali z dobrze wykonanymi slajdami 04–07. */
.startup-copy--v15 .startup-facts b{font-size:12px!important;line-height:1.18!important}
.startup-copy--v15 .startup-facts span{font-size:11px!important;line-height:1.33!important}
.startup-zero-callout--v15 div>b{font-size:11.5px!important;line-height:1.2!important}
.startup-zero-callout--v15 div>span{font-size:10px!important;line-height:1.26!important}

@media (min-width:821px) and (max-height:820px){
  h1,h2,
  .structure-copy-v17 h2,
  .warranty-copy--v15 h2,
  .startup-copy--v15 h2{font-size:clamp(37px,3.15vw,51px)!important;line-height:1.01!important}
  .slide-lead,
  .structure-copy-v12 .slide-lead,
  .structure-copy-v17 .slide-lead,
  .controller-copy .slide-lead,
  .warranty-copy .slide-lead,
  .startup-copy .slide-lead,
  .warranty-copy--v15 .slide-lead,
  .startup-copy--v15 .slide-lead{font-size:15px!important;line-height:1.42!important;margin-top:14px!important}
  .startup-copy--v15 .startup-facts b{font-size:10.3px!important}
  .startup-copy--v15 .startup-facts span{font-size:9.2px!important;line-height:1.22!important}
}


/* V19 — slider produktu, rozbudowa slajdu 04 oraz wzmocnione 0 zł */

/* Slajd 01: cztery dostarczone rendery w jednym, spójnym panelu. */
.hero-gallery{background:#fff!important}
.hero-gallery__stage{
  grid-row:1!important;
  position:relative;
  min-height:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 52% 45%,#fff 0 38%,#f3f6f6 72%,#edf1f2 100%);
}
.hero-gallery__stage:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(34,43,47,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(34,43,47,.028) 1px,transparent 1px);
  background-size:32px 32px;
  pointer-events:none;
}
.hero-gallery__stage>img{
  position:relative;
  z-index:1;
  width:auto!important;
  height:auto!important;
  max-width:84%!important;
  max-height:84%!important;
  object-fit:contain!important;
  padding:0!important;
  background:transparent!important;
  filter:drop-shadow(0 20px 18px rgba(21,27,30,.16))!important;
  transition:opacity .16s ease,transform .18s ease;
}
.hero-gallery__stage>img.is-switching{opacity:.12;transform:scale(.975)}
.hero-gallery__arrow{
  position:absolute;
  z-index:5;
  top:50%;
  width:42px;
  height:42px;
  margin-top:-21px;
  border:0;
  border-radius:50%;
  background:var(--deep);
  color:var(--yellow);
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(21,27,30,.18);
  transition:transform .14s ease,background .14s ease;
}
.hero-gallery__arrow:hover{transform:scale(1.06);background:#11181b}
.hero-gallery__arrow--prev{left:16px}
.hero-gallery__arrow--next{right:16px}
.hero-gallery__dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:13px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px 9px;
  border:1px solid rgba(210,218,221,.9);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 6px 16px rgba(21,27,30,.08);
}
.hero-gallery__dots button{
  width:8px;
  height:8px;
  border:0;
  border-radius:50%;
  padding:0;
  background:#c7d0d3;
  cursor:pointer;
}
.hero-gallery__dots button.is-active{background:var(--yellow);box-shadow:0 0 0 3px rgba(255,221,0,.18)}

/* Slajd 04: sześć argumentów wypełnia lewą kolumnę, bez zmiany podstawowej typografii. */
.test-facts--quality-six{margin-top:18px!important;gap:8px!important}
.test-facts--quality-six article{min-height:66px!important;padding:10px 12px!important}
.test-facts--quality-six b{font-size:11.5px!important}
.test-facts--quality-six span{font-size:10.4px!important;line-height:1.27!important}

/* Slajd 10 — „0 zł” idealnie pośrodku żółtego kafla. */
.startup-zero-callout__price,
.startup-zero-callout--v15 .startup-zero-callout__price{
  display:grid!important;
  grid-template-columns:auto auto!important;
  place-content:center!important;
  align-items:baseline!important;
  justify-content:center!important;
  column-gap:3px!important;
  padding:0!important;
  text-align:center!important;
}
.startup-zero-callout__price strong,
.startup-zero-callout--v15 .startup-zero-callout__price strong{
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  transform:none!important;
}
.startup-zero-callout__price b,
.startup-zero-callout--v15 .startup-zero-callout__price b{
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}

/* Prawy komunikat DARMOWEGO uruchomienia: silniejszy, ale nadal elegancki puls. */
.startup-free-badge{
  animation:startupZeroPulseV19 1.32s cubic-bezier(.4,0,.2,1) infinite!important;
  transform-origin:center!important;
  isolation:isolate;
}
.startup-free-badge:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-5px;
  border:2px solid rgba(255,221,0,.82);
  border-radius:50%;
  opacity:.8;
  animation:startupZeroRingV19 1.32s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes startupZeroPulseV19{
  0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,221,0,.55),0 15px 32px rgba(0,0,0,.23)}
  48%{transform:scale(1.09);box-shadow:0 0 0 15px rgba(255,221,0,0),0 20px 40px rgba(0,0,0,.29)}
}
@keyframes startupZeroRingV19{
  0%,100%{transform:scale(.98);opacity:.78}
  48%{transform:scale(1.16);opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .startup-free-badge,.startup-free-badge:after{animation:none!important}
  .hero-gallery__stage>img{transition:none!important}
}

@media(max-height:820px) and (min-width:1101px){
  .test-facts--quality-six{margin-top:12px!important;gap:6px!important}
  .test-facts--quality-six article{min-height:57px!important;padding:7px 9px!important}
  .test-facts--quality-six b{font-size:10.2px!important}
  .test-facts--quality-six span{font-size:9px!important;line-height:1.18!important}
  .hero-gallery__stage>img{max-width:82%!important;max-height:82%!important}
}
@media(max-width:820px), (max-height:650px){
  .hero-gallery__stage{min-height:360px}
  .hero-gallery__stage>img{max-width:80%!important;max-height:80%!important}
  .hero-gallery__arrow{width:38px;height:38px;margin-top:-19px}
  .hero-gallery__arrow--prev{left:10px}.hero-gallery__arrow--next{right:10px}
}

/* V20 — rozbudowa slajdu 03 i 05 bez naruszania ustalonych marginesów */

/* Slajd 03: cztery kluczowe grupy informacji w układzie 2 × 2. */
.structure-key-points--grid4{
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin-top:18px!important;
}
.structure-copy-v17 .structure-key-points--grid4 article{
  min-height:94px!important;
  padding:12px 13px!important;
  align-items:flex-start!important;
}
.structure-copy-v17 .structure-key-points--grid4 article>i{
  width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
  font-size:14px!important;
}
.structure-copy-v17 .structure-key-points--grid4 b{
  font-size:12px!important;
  line-height:1.18!important;
}
.structure-copy-v17 .structure-key-points--grid4 span{
  font-size:10.6px!important;
  line-height:1.31!important;
  margin-top:4px!important;
}
.structure-copy-v17 .structure-legend-launch{
  margin-top:12px!important;
}

/* Slajd 05: sześć argumentów bufora wypełnia wolną przestrzeń w spójnym układzie 2 × 3. */
.test-facts--buffer-six{
  margin-top:18px!important;
  gap:8px!important;
}
.test-facts--buffer-six article{
  min-height:67px!important;
  padding:10px 12px!important;
}
.test-facts--buffer-six b{
  font-size:11.5px!important;
  line-height:1.18!important;
}
.test-facts--buffer-six span{
  font-size:10.35px!important;
  line-height:1.27!important;
}

@media(max-height:820px) and (min-width:1101px){
  .structure-key-points--grid4{margin-top:11px!important;gap:6px!important}
  .structure-copy-v17 .structure-key-points--grid4 article{min-height:76px!important;padding:9px 10px!important}
  .structure-copy-v17 .structure-key-points--grid4 b{font-size:10.7px!important}
  .structure-copy-v17 .structure-key-points--grid4 span{font-size:9.35px!important;line-height:1.2!important}
  .structure-copy-v17 .structure-legend-launch{margin-top:8px!important;min-height:60px!important}
  .test-facts--buffer-six{margin-top:12px!important;gap:6px!important}
  .test-facts--buffer-six article{min-height:56px!important;padding:7px 9px!important}
  .test-facts--buffer-six b{font-size:10.15px!important}
  .test-facts--buffer-six span{font-size:8.95px!important;line-height:1.18!important}
}

@media(max-width:1100px){
  .structure-key-points--grid4{grid-template-columns:1fr!important}
}


/* V22 — slajd 08: parametry techniczno-eksploatacyjne QMPELL DUO 15 */
.slide-grid--specs{grid-template-columns:minmax(0,.80fr) minmax(560px,1.20fr);gap:46px}
.specs-copy .slide-lead{max-width:650px}
.specs-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.specs-highlights article{min-height:76px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:12px;padding:12px 13px}
.specs-highlights article>i{width:38px;height:38px;border-radius:11px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 38px;font-size:14px}
.specs-highlights b,.specs-highlights span{display:block}
.specs-highlights b{font-size:13px;line-height:1.15;font-weight:900;color:var(--ink)}
.specs-highlights span{font:500 10.5px/1.28 "Source Sans 3",Arial,sans-serif;color:var(--muted);margin-top:3px}
.specs-tip{margin-top:14px!important}
.specs-stage{grid-row:1;min-height:0;position:relative;overflow:hidden;padding:62px 20px 16px;background:linear-gradient(145deg,#f7f9f9 0%,#fff 62%,#fffdf1 100%)}
.specs-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 8%,rgba(255,221,0,.13),transparent 27%);pointer-events:none}
.specs-table-card{position:relative;z-index:1;height:100%;border:1px solid #d8e0e3;border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(24,33,38,.07);display:grid;grid-template-rows:37px 1fr}
.specs-table-card__head{display:grid;grid-template-columns:minmax(0,1.65fr) 72px minmax(180px,.92fr);align-items:center;background:var(--deep);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.specs-table-card__head span{padding:0 13px}.specs-table-card__head span:nth-child(2){text-align:center;color:var(--yellow)}.specs-table-card__head span:nth-child(3){color:var(--yellow);border-left:1px solid rgba(255,255,255,.12)}
.specs-table-card__body{display:grid;grid-template-rows:repeat(14,1fr);min-height:0}
.specs-table-card__body>div{display:grid;grid-template-columns:minmax(0,1.65fr) 72px minmax(180px,.92fr);align-items:center;border-top:1px solid #e5eaec;min-height:0}
.specs-table-card__body>div:nth-child(even){background:#fafbfb}
.specs-table-card__body>div:nth-child(2),.specs-table-card__body>div:nth-child(5),.specs-table-card__body>div:nth-child(12){background:#fffdf2}
.specs-table-card__body span,.specs-table-card__body b{min-width:0;padding:3px 13px;font-size:9.45px;line-height:1.15}
.specs-table-card__body span:first-child{font-weight:750;color:#334047}
.specs-table-card__body span:nth-child(2){text-align:center;color:#7a878d;font:700 8.8px/1 Montserrat,Arial,sans-serif}
.specs-table-card__body b{height:100%;display:flex;align-items:center;border-left:1px solid #e5eaec;color:#1e292e;font-weight:900}
.specs-footer{grid-template-columns:repeat(3,1fr)!important}
@media(max-height:820px) and (min-width:1101px){
  .slide-grid--specs{gap:34px}
  .specs-highlights{margin-top:14px;gap:7px}.specs-highlights article{min-height:62px;padding:9px 10px}.specs-highlights b{font-size:11.5px}.specs-highlights span{font-size:9.2px}
  .specs-stage{padding:56px 15px 12px}.specs-table-card{grid-template-rows:32px 1fr}.specs-table-card__head{font-size:8.2px}.specs-table-card__body span,.specs-table-card__body b{font-size:8.55px;padding:2px 10px}.specs-table-card__body span:nth-child(2){font-size:8px}
}
@media(max-width:1100px){.slide-grid--specs{grid-template-columns:1fr}.specs-highlights{grid-template-columns:repeat(2,1fr)}.specs-stage{min-height:500px}}
@media(max-width:650px){.specs-highlights{grid-template-columns:1fr}.specs-table-card__head,.specs-table-card__body>div{grid-template-columns:1fr 54px 1fr}.specs-table-card__body span,.specs-table-card__body b{font-size:8.2px;padding:3px 6px}}


/* V23 — bilingual PL / EN switch and improved ZETOM mark */
.academy-language-switch{
  height:40px;display:inline-flex;align-items:center;gap:3px;padding:3px 4px 3px 8px!important;
  border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.055);
  color:#eef2f3;flex:0 0 auto;
}
.academy-language-switch>i{font-size:11px;margin-right:2px;color:var(--yellow)!important}
.pereko-global-topbar__actions .academy-language-switch__btn{
  width:34px!important;min-width:34px!important;height:32px!important;min-height:32px!important;padding:0!important;
  border:0!important;border-radius:7px!important;background:transparent!important;color:#d7dfe2!important;
  font-size:9.5px!important;font-weight:900!important;letter-spacing:.04em!important;
}
.pereko-global-topbar__actions .academy-language-switch__btn:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.pereko-global-topbar__actions .academy-language-switch__btn.is-active{
  background:var(--yellow)!important;color:var(--ink)!important;box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
}
.zetom-contact img{width:80px!important;height:80px!important;object-fit:contain!important;border-radius:14px!important;padding:2px!important;background:#fff!important}
@media(max-width:1040px){
  .academy-context{display:none}
  .academy-language-switch{margin-left:auto}
}
@media(max-width:600px){
  .academy-language-switch{height:38px;padding-left:6px!important}
  .academy-language-switch>i{display:none}
  .pereko-global-topbar__actions .academy-language-switch__btn{width:30px!important;min-width:30px!important}
}


/* V24 — stabilny przełącznik PL/EN, stała geometria topbara i wyjątek PL-only */
body.lang-en [data-lang-scope="pl-only"]{display:none!important}

/* Stałe szerokości zapobiegają przesuwaniu elementów po zmianie języka. */
.pereko-global-topbar__actions.academy-top-actions{
  flex:0 0 auto!important;
  gap:9px!important;
}
.pereko-global-topbar__actions > .academy-context{
  box-sizing:border-box!important;
  width:188px!important;
  min-width:188px!important;
  max-width:188px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 13px!important;
  justify-content:flex-start!important;
  gap:10px!important;
  overflow:hidden!important;
}
.pereko-global-topbar__actions > .academy-context span{min-width:0!important}
.pereko-global-topbar__actions > .academy-context small,
.pereko-global-topbar__actions > .academy-context b{white-space:nowrap!important}

.pereko-global-topbar__actions > .academy-language-switch{
  box-sizing:border-box!important;
  width:108px!important;
  min-width:108px!important;
  max-width:108px!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:4px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.055)!important;
  color:#eef2f3!important;
  overflow:hidden!important;
}
.pereko-global-topbar__actions > .academy-language-switch > i{
  flex:0 0 11px!important;
  width:11px!important;
  margin:0 2px 0 0!important;
  color:var(--yellow)!important;
  font-size:11px!important;
  text-align:center!important;
}
.pereko-global-topbar__actions > .academy-language-switch .academy-language-switch__btn{
  box-sizing:border-box!important;
  width:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  height:32px!important;
  min-height:32px!important;
  padding:0!important;
  flex:0 0 30px!important;
}
.pereko-global-topbar__actions > .academy-back{
  box-sizing:border-box!important;
  width:154px!important;
  min-width:154px!important;
  max-width:154px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 13px!important;
  overflow:hidden!important;
  justify-content:center!important;
}

/* Slajd 05: podpis musi być czytelny zarówno w PL, jak i po tłumaczeniu EN. */
.academy-slide[data-slide="4"] .visual-label{
  color:#fff!important;
  text-shadow:0 1px 4px rgba(0,0,0,.62)!important;
}
.academy-slide[data-slide="4"] .visual-label span{
  color:var(--ink)!important;
  text-shadow:none!important;
}

@media(max-width:1040px){
  .pereko-global-topbar__actions > .academy-context{display:none!important}
  .pereko-global-topbar__actions > .academy-language-switch{margin-left:auto!important}
}
@media(max-width:600px){
  .pereko-global-topbar__actions > .academy-language-switch{
    width:108px!important;min-width:108px!important;max-width:108px!important;
    height:38px!important;min-height:38px!important;padding:0 13px!important;
  }
  .pereko-global-topbar__actions > .academy-language-switch > i{display:block!important}
  .pereko-global-topbar__actions > .academy-language-switch .academy-language-switch__btn{
    width:30px!important;min-width:30px!important;max-width:30px!important;flex-basis:30px!important;
  }
}

/* V25 — pełna responsywność telefonu: stabilny topbar PL/EN + niekolidująca nawigacja */
@media(max-width:680px){
  :root{
    --topbar:118px;
    --controls:72px;
  }

  /* Górna belka na telefonie działa w dwóch stabilnych rzędach. */
  header.pereko-global-topbar.academy-topbar{
    height:var(--topbar)!important;
    min-height:var(--topbar)!important;
    max-height:var(--topbar)!important;
    padding:0 14px!important;
    overflow:hidden!important;
  }
  .academy-topbar .pereko-global-topbar__inner{
    width:100%!important;
    max-width:none!important;
    height:var(--topbar)!important;
    min-height:var(--topbar)!important;
    max-height:var(--topbar)!important;
    padding:10px 0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:46px 42px!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .academy-topbar .pereko-global-topbar__brand{
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    gap:11px!important;
    overflow:hidden!important;
  }
  .academy-topbar .pereko-global-topbar__logo-wrap{
    width:112px!important;
    height:30px!important;
    flex:0 0 112px!important;
  }
  .academy-topbar .pereko-global-topbar__logo{
    width:108px!important;
    max-width:108px!important;
    max-height:25px!important;
  }
  .academy-topbar .pereko-global-topbar__copy{
    flex:1 1 auto!important;
    min-width:0!important;
    min-height:30px!important;
    padding-left:11px!important;
  }
  .academy-topbar .pereko-global-topbar__copy b{
    font-size:12px!important;
    line-height:1.12!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .academy-topbar .pereko-global-topbar__copy small{display:none!important}

  .pereko-global-topbar__actions.academy-top-actions{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(118px,1fr) 104px 40px!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:6px!important;
    overflow:visible!important;
  }
  /* Nadpisuje globalną regułę, która na telefonie ukrywa wszystkie span w actions. */
  .academy-topbar .academy-top-actions > .academy-context{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 10px!important;
    gap:8px!important;
    border-radius:10px!important;
  }
  .academy-topbar .academy-context>i{font-size:11px!important;flex:0 0 auto!important}
  .academy-topbar .academy-context span{min-width:0!important}
  .academy-topbar .academy-context small{display:none!important}
  .academy-topbar .academy-context b{
    display:block!important;
    font-size:10px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .academy-topbar .academy-top-actions > .academy-language-switch{
    display:inline-flex!important;
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
    height:40px!important;
    min-height:40px!important;
    margin:0!important;
    padding:0 9px!important;
    justify-content:space-between!important;
    gap:2px!important;
    overflow:visible!important;
  }
  .academy-topbar .academy-language-switch>i{
    display:block!important;
    width:12px!important;
    flex:0 0 12px!important;
    margin:0 3px 0 0!important;
    font-size:11px!important;
  }
  .academy-topbar .academy-language-switch .academy-language-switch__btn{
    width:29px!important;
    min-width:29px!important;
    max-width:29px!important;
    height:30px!important;
    min-height:30px!important;
    flex:0 0 29px!important;
    padding:0!important;
    font-size:9px!important;
  }
  .academy-topbar .academy-top-actions > .academy-back{
    display:flex!important;
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
    justify-content:center!important;
    border-radius:10px!important;
  }
  .academy-topbar .academy-back span{display:none!important}
  .academy-topbar .academy-back i{font-size:12px!important}

  /* Dolna nawigacja: przyciski po bokach + zwarty licznik i 11 małych punktów pośrodku. */
  .academy-controls{
    height:var(--controls)!important;
    min-height:var(--controls)!important;
    max-height:var(--controls)!important;
    padding:0 10px!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    gap:8px!important;
    border-top:1px solid var(--line)!important;
    box-shadow:0 -8px 24px rgba(24,33,38,.08)!important;
  }
  .academy-controls .nav-btn{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    border-radius:13px!important;
  }
  .academy-controls .nav-btn span{display:none!important}
  .academy-controls .nav-btn i{font-size:14px!important}
  .academy-controls .progress-wrap{
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .academy-controls .progress-copy{
    display:flex!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:2px!important;
    height:15px!important;
    line-height:1!important;
  }
  .academy-controls .progress-copy b{font-size:12px!important;line-height:1!important}
  .academy-controls .progress-copy small{font-size:8px!important;line-height:1!important}
  .academy-controls .progress-dots{
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:4px!important;
    overflow:visible!important;
  }
  .academy-controls .dot{
    width:7px!important;
    min-width:7px!important;
    max-width:7px!important;
    height:7px!important;
    min-height:7px!important;
    padding:0!important;
    flex:0 0 7px!important;
    border-radius:999px!important;
  }
  .academy-controls .dot.is-active{
    width:20px!important;
    min-width:20px!important;
    max-width:20px!important;
    flex-basis:20px!important;
  }
  .academy-controls .progress-title{display:none!important}

  body.academy-page{padding-bottom:var(--controls)!important}
  .academy-stage{min-height:calc(100vh - var(--topbar) - var(--controls))!important}
  .slide-grid{padding-bottom:34px!important}
}

@media(max-width:360px){
  header.pereko-global-topbar.academy-topbar{padding-inline:10px!important}
  .academy-topbar .pereko-global-topbar__logo-wrap{width:100px!important;flex-basis:100px!important}
  .academy-topbar .pereko-global-topbar__logo{width:96px!important;max-width:96px!important}
  .academy-topbar .pereko-global-topbar__copy b{font-size:11px!important}
  .pereko-global-topbar__actions.academy-top-actions{grid-template-columns:minmax(108px,1fr) 100px 38px!important;gap:5px!important}
  .academy-topbar .academy-top-actions > .academy-language-switch{width:100px!important;min-width:100px!important;max-width:100px!important;padding-inline:7px!important}
  .academy-topbar .academy-top-actions > .academy-back{width:38px!important;min-width:38px!important;max-width:38px!important}
  .academy-controls{padding-inline:8px!important;grid-template-columns:44px minmax(0,1fr) 44px!important;gap:6px!important}
  .academy-controls .nav-btn{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important}
  .academy-controls .progress-dots{gap:3px!important}
  .academy-controls .dot{width:6px!important;min-width:6px!important;max-width:6px!important;flex-basis:6px!important;height:6px!important;min-height:6px!important}
  .academy-controls .dot.is-active{width:16px!important;min-width:16px!important;max-width:16px!important;flex-basis:16px!important}
}


/* V25 standalone — na telefonie tylko kontekst szkolenia + PL/EN. */
@media(max-width:680px){
  .pereko-global-topbar__actions.academy-top-actions--standalone{
    grid-template-columns:minmax(118px,1fr) 104px!important;
  }
}
@media(max-width:360px){
  .pereko-global-topbar__actions.academy-top-actions--standalone{
    grid-template-columns:minmax(108px,1fr) 100px!important;
  }
}


/* V26 — ręczna zmiana paliwa + modal instrukcji */
.controller-fact--fuel-switch > div{min-width:0}
.fuel-switch-guide-btn{margin-top:8px;display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:6px 10px;border:1px solid #d8c34a;border-radius:9px;background:var(--yellow);color:var(--deep);font:800 9.5px/1 Montserrat,sans-serif;cursor:pointer;box-shadow:0 4px 10px rgba(180,145,0,.10);transition:.18s ease}
.fuel-switch-guide-btn:hover{transform:translateY(-1px);box-shadow:0 7px 15px rgba(180,145,0,.16)}
.fuel-switch-guide-btn i{font-size:10px}
.fuel-switch-modal{position:fixed;left:0;right:0;top:var(--topbar);bottom:0;display:none;z-index:48;align-items:center;justify-content:center;padding:24px}
.fuel-switch-modal.is-open{display:flex}
.fuel-switch-modal__backdrop{position:absolute;inset:0;background:rgba(11,17,20,.68);backdrop-filter:blur(5px)}
.fuel-switch-modal__dialog{position:relative;width:min(920px,calc(100% - 48px));max-height:calc(100vh - var(--topbar) - 48px);overflow:auto;padding:28px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 28px 80px rgba(12,18,22,.30)}
.fuel-switch-modal__close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:1px solid var(--line);border-radius:11px;background:#f4f6f7;color:var(--ink);cursor:pointer}
.fuel-switch-modal__dialog h3{margin:0;font-size:34px;line-height:1.02;letter-spacing:-.04em;color:var(--ink)}
.fuel-switch-modal__lead{margin:13px 50px 20px 0;max-width:780px;font:500 15px/1.48 "Source Sans 3",sans-serif;color:var(--muted)}
.fuel-switch-modal__cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fuel-switch-modal__cards article{padding:16px;border:1px solid var(--line);border-radius:16px;background:#f8fafb}
.fuel-switch-modal__card-title{display:flex;align-items:center;gap:10px;margin-bottom:11px}
.fuel-switch-modal__card-title b{font:800 14px/1.15 Montserrat,sans-serif;color:var(--ink)}
.fuel-switch-modal__badge{display:grid;place-items:center;min-width:54px;height:32px;padding:0 8px;border-radius:9px;background:var(--deep);color:var(--yellow);font:900 10px/1 Montserrat,sans-serif}
.fuel-switch-modal__cards ol{margin:0;padding-left:20px;color:#59666d;font:600 12px/1.42 "Source Sans 3",sans-serif}
.fuel-switch-modal__cards li+li{margin-top:6px}
.fuel-switch-modal__note{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 13px;border:1px solid #ead998;border-radius:13px;background:#fffbea;color:#59666d;font:600 11.5px/1.4 "Source Sans 3",sans-serif}
.fuel-switch-modal__note i{margin-top:2px;color:#8e6a00}
.fuel-switch-modal__note b{color:var(--ink)}
.fuel-switch-modal__dtr{margin-top:12px;display:grid;grid-template-columns:32px 1fr 14px;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--deep);color:#fff;text-decoration:none;font:800 11px/1.2 Montserrat,sans-serif}
.fuel-switch-modal__dtr>i:first-child{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--yellow);color:var(--deep)}
.fuel-switch-modal__dtr>i:last-child{color:var(--yellow)}
@media(max-width:760px){
  .fuel-switch-modal{top:0;padding:12px}
  .fuel-switch-modal__dialog{width:100%;max-height:calc(100vh - 24px);padding:22px 16px 18px;border-radius:20px}
  .fuel-switch-modal__dialog h3{font-size:27px}
  .fuel-switch-modal__lead{margin-right:40px;font-size:14px}
  .fuel-switch-modal__cards{grid-template-columns:1fr}
  .fuel-switch-guide-btn{font-size:9px}
}

/* =========================================================
   QMPELL EVO V1 — pierwszy slajd + puste miejsca robocze
   Canon: PEREKO Product Academy / QMPELL DUO V26
   ========================================================= */
.qmpell-evo-facts{margin-top:22px}
.evo-sales-note{margin-top:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--card-shadow);padding:13px 16px;display:flex;align-items:center;gap:13px}
.evo-sales-note .info-tile-icon{flex:0 0 auto}
.evo-sales-note small,.evo-sales-note b,.evo-sales-note span{display:block}
.evo-sales-note small{font:800 9px/1.15 Montserrat,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#7b878d;margin-bottom:3px}
.evo-sales-note b{font:800 12px/1.25 Montserrat,sans-serif;color:var(--ink)}
.evo-sales-note span{font:500 10.5px/1.42 "Source Sans 3",sans-serif;color:var(--muted);margin-top:3px}
.qmpell-evo-gallery .hero-gallery__stage{background:linear-gradient(145deg,#f8faf9 0%,#ffffff 56%,#f1f4f4 100%)}
.qmpell-evo-gallery #heroGalleryImage{object-fit:contain!important;object-position:center!important;padding:30px 34px 20px!important;filter:drop-shadow(0 18px 18px rgba(21,27,30,.12))!important}
.academy-slide--empty{background:linear-gradient(135deg,#fff 0%,#fff 65%,#f7f8f8 100%)}
.empty-slide-space{width:min(var(--shell),calc(100% - 64px));height:100%;margin:auto}
@media(max-width:900px){
  .qmpell-evo-facts{margin-top:16px}
  .evo-sales-note{margin-top:12px}
  .qmpell-evo-gallery #heroGalleryImage{padding:18px 18px 12px!important}
  .empty-slide-space{width:calc(100% - 32px)}
}
@media(max-width:520px){
  .evo-sales-note{align-items:flex-start;padding:12px 13px}
  .evo-sales-note b{font-size:11.5px}
  .evo-sales-note span{font-size:10px}
}


/* QMPELL EVO V2 — slide 02: design layouts */
.evo-idea-copy .slide-lead{max-width:720px}
.evo-layout-modes{margin-top:17px;gap:9px}
.evo-layout-modes article{padding:12px 14px;gap:13px}
.evo-layout-modes .mode-letter{width:46px;height:46px;min-width:46px;border-radius:14px;font-size:13px;line-height:1;display:grid;place-items:center;background:var(--yellow);color:var(--deep);font-weight:900;letter-spacing:-.02em}
.evo-layout-modes .mode-letter--icon{font-size:17px}
.evo-layout-modes b{font-size:12.7px}
.evo-layout-modes p{font-size:12.7px;line-height:1.34;margin-top:4px}
.evo-idea-insight{margin-top:10px;padding:11px 12px 12px}
.evo-idea-insight .sales-insight__title{margin-bottom:8px}
.evo-idea-insight .sales-insight__grid{gap:7px}
.evo-idea-insight .sales-insight__grid span{min-height:46px;padding:8px 9px;border-radius:11px;background:rgba(255,255,255,.055);font-size:10.8px;line-height:1.3}
.evo-idea-visual{overflow:hidden}
.evo-idea-stage{position:relative;min-height:0;height:calc(100% - 96px);overflow:hidden;background:#181d20}
.evo-idea-stage>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.evo-idea-stage .visual-label{z-index:3}
.evo-idea-visual>.right-panel-footer{height:96px}
@media (max-width:1180px){
  .evo-layout-modes article{padding:10px 12px}
  .evo-layout-modes p{font-size:12px}
  .evo-idea-insight .sales-insight__grid span{font-size:10.2px}
}
@media (max-width:860px){
  .evo-layout-modes{gap:10px}
  .evo-layout-modes article{padding:13px 14px}
  .evo-layout-modes p{font-size:13.5px;line-height:1.42}
  .evo-layout-modes b{font-size:13.3px}
  .evo-idea-insight{margin-top:14px}
  .evo-idea-insight .sales-insight__grid span{font-size:12px;min-height:0}
  .evo-idea-stage{height:auto;aspect-ratio:16/10}
  .evo-idea-visual>.right-panel-footer{height:auto;min-height:96px}
}

/* =========================================================
   QMPELL EVO V3 — korekta slajdu 02
   - zdjęcie wypełnia cały pierwszy wiersz prawego panelu
   - brak białej szczeliny nad sekcją informacyjną
   - lewa kolumna mieści się w kanonicznych marginesach góra–dół
   ========================================================= */
.academy-slide[data-slide="1"] .evo-idea-visual{
  grid-template-rows:minmax(0,1fr) var(--right-footer-h)!important;
}
.academy-slide[data-slide="1"] .evo-idea-stage{
  grid-row:1!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  align-self:stretch!important;
}
.academy-slide[data-slide="1"] .evo-idea-stage>img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
}
.academy-slide[data-slide="1"] .evo-idea-visual>.right-panel-footer{
  grid-row:2!important;
  margin:0!important;
  border-top:1px solid var(--line)!important;
}

/* Kompaktowanie wyłącznie rytmu, bez zmiany kanonicznej typografii slajdu. */
@media (min-width:1201px){
  .academy-slide[data-slide="1"] .evo-idea-copy{
    height:var(--slide-panel-h)!important;
    min-height:0!important;
    max-height:var(--slide-panel-h)!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .slide-lead{
    margin-top:12px!important;
    font-size:15px!important;
    line-height:1.40!important;
  }
  .academy-slide[data-slide="1"] .evo-layout-modes{
    margin-top:12px!important;
    gap:7px!important;
  }
  .academy-slide[data-slide="1"] .evo-layout-modes article{
    padding:9px 11px!important;
    gap:11px!important;
  }
  .academy-slide[data-slide="1"] .evo-layout-modes .mode-letter{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:12px!important;
  }
  .academy-slide[data-slide="1"] .evo-layout-modes b{
    font-size:12.4px!important;
  }
  .academy-slide[data-slide="1"] .evo-layout-modes p{
    margin-top:3px!important;
    font-size:12px!important;
    line-height:1.29!important;
  }
  .academy-slide[data-slide="1"] .evo-idea-insight{
    margin-top:8px!important;
    padding:9px 11px 10px!important;
  }
  .academy-slide[data-slide="1"] .evo-idea-insight .sales-insight__title{
    margin-bottom:6px!important;
    padding-bottom:6px!important;
  }
  .academy-slide[data-slide="1"] .evo-idea-insight .sales-insight__grid{
    gap:5px!important;
  }
  .academy-slide[data-slide="1"] .evo-idea-insight .sales-insight__grid span{
    min-height:38px!important;
    padding:6px 7px!important;
    font-size:10px!important;
    line-height:1.22!important;
  }
}

@media (max-width:860px){
  .academy-slide[data-slide="1"] .evo-idea-stage{
    height:auto!important;
    aspect-ratio:16/10!important;
  }
}

/* =========================================================
   QMPELL EVO V4 — slajd 07: wymiary i gabaryty 8 / 12 / 18 kW
   ========================================================= */
.evo-dimensions-copy .slide-lead{max-width:720px;margin-bottom:0}
.evo-dimensions-table-wrap{margin-top:13px;border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden;box-shadow:var(--card-shadow)}
.evo-dimensions-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:Montserrat,Arial,sans-serif}
.evo-dimensions-table th,.evo-dimensions-table td{border-right:1px solid #e1e6e8}
.evo-dimensions-table th:last-child,.evo-dimensions-table td:last-child{border-right:0}
.evo-dimensions-table thead tr:first-child th{padding:6px 8px;background:#20282c;color:#fff;font-size:9.5px;line-height:1.1;text-transform:uppercase;letter-spacing:.07em;font-weight:900;text-align:center}
.evo-dimensions-table thead tr:first-child th:first-child{text-align:left}
.evo-dimensions-table thead tr:first-child th:nth-child(3){background:var(--yellow);color:var(--deep)}
.evo-dimensions-table thead tr:nth-child(2) th{padding:5px 6px;background:#fff7bf;color:#3b4144;font-size:9.5px;font-weight:900;text-align:center;border-top:1px solid #e6d35f}
.evo-dimensions-table th:first-child{width:27%}
.evo-dimensions-table th:nth-child(2){width:11%}
.evo-dimensions-table tbody td{padding:4.5px 7px;border-top:1px solid #e7ecee;color:#3d484d;font-size:10.2px;line-height:1.1;font-weight:700;text-align:center}
.evo-dimensions-table tbody tr:nth-child(even){background:#fafbfb}
.evo-dimensions-table tbody td:first-child{font-weight:900;color:#8d6900;text-align:left;background:rgba(255,221,0,.045)}
.evo-dimensions-table tbody td:nth-child(2){color:#7b878d;font-weight:700}
.evo-dimensions-source-note{display:flex;align-items:flex-start;gap:8px;margin-top:9px;color:#6f7b81;font:600 9.7px/1.32 "Source Sans 3",sans-serif}
.evo-dimensions-source-note i{margin-top:2px;color:#9a7500}
.evo-dimensions-stage{padding:58px 18px 54px;background:#fff}
.evo-dimensions-stage>img{object-fit:contain!important;object-position:center!important;filter:none!important}
.evo-dimensions-caption{bottom:12px}
.evo-dimensions-switcher{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;padding:10px!important}
.evo-dimensions-switcher .dimension-switch{min-height:72px!important;gap:7px!important;padding:7px 7px!important;justify-content:flex-start}
.evo-dimensions-switcher .dimension-switch>i{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important;border-radius:8px!important;font-size:11px!important}
.evo-dimensions-switcher .dimension-switch b{font-size:9.2px;line-height:1.1}
.evo-dimensions-switcher .dimension-switch small{font-size:8.1px;line-height:1.15;margin-top:2px}

@media (min-width:1201px) and (max-height:820px){
  .evo-dimensions-copy .slide-lead{font-size:14px;line-height:1.35;margin-top:10px}
  .evo-dimensions-table-wrap{margin-top:9px}
  .evo-dimensions-table thead tr:first-child th,.evo-dimensions-table thead tr:nth-child(2) th{padding:4px 6px;font-size:8.8px}
  .evo-dimensions-table tbody td{padding:3px 6px;font-size:9.4px}
  .evo-dimensions-source-note{margin-top:6px;font-size:9px}
}
@media(max-width:900px){
  .evo-dimensions-table-wrap{overflow-x:auto}
  .evo-dimensions-table{min-width:520px}
  .evo-dimensions-visual{height:auto!important;grid-template-rows:minmax(420px,1fr) auto!important}
  .evo-dimensions-stage{padding:56px 14px 16px;display:block}
  .evo-dimensions-stage>img{height:330px!important;width:100%!important}
  .evo-dimensions-caption{position:static!important;margin:8px 0 0!important}
  .evo-dimensions-switcher{grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important;min-height:0!important}
  .evo-dimensions-switcher .dimension-switch{min-height:64px!important}
  .evo-dimensions-switcher .dimension-switch:nth-child(5){grid-column:1/-1}
}
@media(max-width:520px){
  .evo-dimensions-copy h2{font-size:34px}
  .evo-dimensions-copy .slide-lead{font-size:15px}
  .evo-dimensions-table{min-width:470px}
  .evo-dimensions-stage>img{height:280px!important}
  .evo-dimensions-switcher{grid-template-columns:1fr!important}
  .evo-dimensions-switcher .dimension-switch:nth-child(5){grid-column:auto}
}

/* V6 — slajd 03: budowa QMPELL EVO 8 / 12 / 18 kW */
.evo-structure-copy .slide-lead{max-width:720px}
.evo-structure-points{grid-template-columns:1fr 1fr!important}
.evo-structure-points article{min-height:92px!important}
.evo-structure-visual{grid-template-rows:minmax(0,1fr) 96px!important}
.evo-structure-stage{padding:58px 22px 46px!important;background:#fff!important}
.evo-structure-stage>img{max-width:100%;max-height:100%;object-fit:contain;object-position:center;transition:opacity .16s ease}
.evo-structure-caption{left:18px!important;right:18px!important;bottom:16px!important;z-index:4}
.evo-structure-switcher{grid-template-columns:repeat(3,1fr)!important}
.evo-legend-launch{margin-top:12px!important}
#evoStructureLegendGrid em{font:700 11px/1.25 Montserrat,sans-serif;color:var(--ink)}

@media(max-height:820px) and (min-width:1101px){
  .evo-structure-copy .slide-lead{font-size:14px!important;line-height:1.32!important;margin-top:10px!important}
  .evo-structure-points{margin-top:10px!important;gap:6px!important}
  .evo-structure-points article{min-height:72px!important;padding:8px 10px!important}
  .evo-structure-points b{font-size:10.6px!important}
  .evo-structure-points span{font-size:9.15px!important;line-height:1.2!important}
  .evo-legend-launch{min-height:58px!important;margin-top:7px!important}
}
@media(max-width:1100px){
  .evo-structure-points{grid-template-columns:1fr!important}
  .evo-structure-visual{height:auto!important;min-height:620px;grid-template-rows:minmax(440px,1fr) auto!important}
  .evo-structure-stage{min-height:440px!important;padding:54px 14px 74px!important}
  .evo-structure-switcher{grid-template-columns:1fr!important}
}


/* QMPELL EVO V7 — slide 06: design and ergonomics */
.evo-design-copy .slide-lead{max-width:760px}
.evo-design-facts{margin-top:18px;gap:8px}
.evo-design-facts article{min-height:68px;padding:11px 13px}
.evo-design-facts article>i{width:34px;height:34px;border-radius:10px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;flex:0 0 auto;font-size:13px}
.evo-design-facts b{font-size:11.6px}
.evo-design-facts span{font-size:10.5px;line-height:1.27}
.evo-design-takeaway{margin-top:14px!important}
.evo-design-stage{background:linear-gradient(145deg,#151c20 0%,#273137 100%)}
.evo-design-stage>img{object-fit:contain!important;object-position:center 54%!important;padding:42px 24px 20px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.24))}
.evo-design-stage:after{background:linear-gradient(90deg,rgba(13,18,21,.76) 0%,rgba(13,18,21,.42) 38%,rgba(13,18,21,.04) 70%),linear-gradient(0deg,rgba(13,18,21,.46),transparent 48%)!important}
.evo-design-overlay{max-width:68%!important}
.evo-design-overlay p{max-width:390px}
.evo-design-footer .doc-mini{cursor:default}
.evo-design-footer .doc-mini:hover{transform:none;border-color:var(--line);background:#f8fafb}
@media(max-width:1180px){
  .evo-design-facts article{min-height:64px}
  .evo-design-overlay{max-width:76%!important}
}
@media(max-width:760px){
  .evo-design-stage>img{padding:50px 14px 20px;object-position:center center!important}
  .evo-design-overlay{max-width:82%!important}
  .evo-design-facts{grid-template-columns:1fr}
  .evo-design-footer{grid-template-columns:1fr}
}


/* V8 — QMPELL EVO: tabela parametrów 8/12/18 + gwarancja/uruchomienie */
.evo-specs-table-card{grid-template-rows:34px 1fr}
.evo-specs-table-head{grid-template-columns:minmax(0,1.85fr) 48px repeat(3,minmax(72px,.72fr));font-size:7.8px}
.evo-specs-table-head span{padding:0 8px!important;text-align:center}
.evo-specs-table-head span:first-child{text-align:left}
.evo-specs-table-head span:nth-child(n+3){color:var(--yellow);border-left:1px solid rgba(255,255,255,.12)}
.evo-specs-table-body{grid-template-rows:repeat(16,1fr)}
.evo-specs-table-body>div{grid-template-columns:minmax(0,1.85fr) 48px repeat(3,minmax(72px,.72fr))}
.evo-specs-table-body>div:nth-child(2),.evo-specs-table-body>div:nth-child(5),.evo-specs-table-body>div:nth-child(10),.evo-specs-table-body>div:nth-child(16){background:#fffdf2}
.evo-specs-table-body span,.evo-specs-table-body b{padding:2px 7px;font-size:7.7px;line-height:1.08}
.evo-specs-table-body span:nth-child(2){font-size:7.2px}
.evo-specs-table-body b{justify-content:center;text-align:center;border-left:1px solid #e5eaec}
.evo-specs-stage{padding:58px 14px 12px}
@media(max-width:1350px){.evo-specs-table-body span,.evo-specs-table-body b{font-size:7.1px;padding:2px 5px}.evo-specs-table-head{font-size:7.2px}}
@media(max-width:1100px){.evo-specs-stage{min-height:560px}.evo-specs-table-body span,.evo-specs-table-body b{font-size:8px}.evo-specs-table-head{font-size:8px}}
@media(max-width:650px){.evo-specs-table-card{min-width:640px}.evo-specs-stage{overflow-x:auto}.evo-specs-table-body span,.evo-specs-table-body b{font-size:7.8px}.evo-specs-table-head{font-size:7.6px}}


/* =========================================================
   QMPELL EVO V9 — korekty geometrii po audycie slajdów 01/03/06/07
   + slajd 05 usunięty i numeracja przeliczona
   ========================================================= */

/* Slajd 01: lewa kolumna zawsze mieści się w wysokości prawego panelu. */
@media (min-width:1201px){
  .academy-slide[data-slide="0"] .slide-copy--hero-bounded{overflow:hidden}
  .academy-slide[data-slide="0"] .slide-lead{margin-top:12px;line-height:1.38;font-size:15px}
  .academy-slide[data-slide="0"] .availability-badge{margin-top:9px;padding-top:8px;padding-bottom:8px}
  .academy-slide[data-slide="0"] .qmpell-evo-facts{margin-top:10px;gap:7px}
  .academy-slide[data-slide="0"] .qmpell-evo-facts article{min-height:60px;padding:8px 10px}
  .academy-slide[data-slide="0"] .qmpell-evo-facts i{width:31px;height:31px;font-size:12px}
  .academy-slide[data-slide="0"] .qmpell-evo-facts b{font-size:10.8px}
  .academy-slide[data-slide="0"] .qmpell-evo-facts span{font-size:9.8px;line-height:1.22}
  .academy-slide[data-slide="0"] .evo-sales-note{margin-top:9px;padding:9px 12px;gap:10px}
  .academy-slide[data-slide="0"] .evo-sales-note .info-tile-icon{width:48px;height:48px;border-radius:14px}
  .academy-slide[data-slide="0"] .evo-sales-note .info-tile-icon i{font-size:17px}
  .academy-slide[data-slide="0"] .evo-sales-note b{font-size:11px}
  .academy-slide[data-slide="0"] .evo-sales-note span{font-size:9.7px;line-height:1.28}
}

/* Slajd 03: rysunki techniczne mają bezpieczną strefę ponad captionem DTR. */
.evo-structure-stage--full-view{padding:58px 34px 96px!important}
.evo-structure-stage--full-view>img{width:92%!important;height:92%!important;max-width:92%!important;max-height:92%!important;object-fit:contain!important;object-position:center 46%!important}
@media (max-width:1100px){
  .evo-structure-stage--full-view{padding:54px 18px 96px!important}
  .evo-structure-stage--full-view>img{width:96%!important;height:auto!important;max-height:340px!important}
}

/* Dawny slajd 06 -> po usunięciu slajdu 05 jest numerem 05. Nowa grafika szkicowa. */
.evo-design-stage--sketch{background:#f4f0e6!important}
.evo-design-stage--sketch>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important;filter:none!important}
.evo-design-stage--sketch:after{background:linear-gradient(0deg,rgba(250,248,241,.86) 0%,rgba(250,248,241,.22) 46%,rgba(250,248,241,0) 68%)!important}
.evo-design-overlay--sketch{left:20px!important;bottom:18px!important;max-width:72%!important;padding:13px 14px!important;border-radius:14px;background:rgba(255,255,255,.90);border:1px solid rgba(46,55,59,.12);box-shadow:0 10px 30px rgba(24,32,36,.12);color:var(--ink)!important}
.evo-design-overlay--sketch .evidence-tag{background:var(--deep)!important;color:var(--yellow)!important}
.evo-design-overlay--sketch h3{color:var(--ink)!important;text-shadow:none!important;font-size:28px!important}
.evo-design-overlay--sketch h3 strong{color:#987300!important}
.evo-design-overlay--sketch p{color:#5c686e!important;text-shadow:none!important;margin-top:7px!important}

/* Dawny slajd 07 -> po usunięciu slajdu 05 jest numerem 06. Lewa kolumna kończy się na tej samej linii co prawy panel. */
@media (min-width:1101px){
  .academy-slide[data-slide="5"] .evo-dimensions-copy{overflow:hidden}
  .academy-slide[data-slide="5"] .evo-dimensions-copy h2{font-size:46px;line-height:1.0}
  .academy-slide[data-slide="5"] .evo-dimensions-copy .slide-lead{font-size:13.6px;line-height:1.30;margin-top:9px}
  .academy-slide[data-slide="5"] .evo-dimensions-table-wrap{margin-top:8px}
  .academy-slide[data-slide="5"] .evo-dimensions-table thead tr:first-child th,
  .academy-slide[data-slide="5"] .evo-dimensions-table thead tr:nth-child(2) th{padding:3.5px 5px;font-size:8.3px}
  .academy-slide[data-slide="5"] .evo-dimensions-table tbody td{padding:2.6px 5px;font-size:8.9px;line-height:1.02}
  .academy-slide[data-slide="5"] .evo-dimensions-source-note{margin-top:5px;font-size:8.6px;line-height:1.18}
}


/* V10 — korekty slajdu 01, 06, nowy sterownik 08 i osobna grafika gwarancji EN. */

/* Slajd 01: rendery większe o ok. 10% względem V9. */
@media (min-width:1101px){
  .academy-slide[data-slide="0"] .qmpell-evo-gallery .hero-gallery__stage>img{
    max-width:92%!important;
    max-height:92%!important;
  }
}
@media (max-width:1100px){
  .academy-slide[data-slide="0"] .qmpell-evo-gallery .hero-gallery__stage>img{
    max-width:88%!important;
    max-height:88%!important;
  }
}

/* Slajd 06: tabela wykorzystuje pełną wysokość lewej kolumny, a nota kończy się przy dolnym marginesie prawego panelu. */
@media (min-width:1101px){
  .academy-slide[data-slide="5"] .evo-dimensions-copy{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important}
  .academy-slide[data-slide="5"] .evo-dimensions-copy>.slide-copy__top{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;height:100%!important}
  .academy-slide[data-slide="5"] .evo-dimensions-table-wrap{display:flex!important;flex:1 1 auto!important;min-height:0!important}
  .academy-slide[data-slide="5"] .evo-dimensions-table{height:100%!important}
  .academy-slide[data-slide="5"] .evo-dimensions-table tbody tr{height:auto!important}
  .academy-slide[data-slide="5"] .evo-dimensions-source-note{margin-top:7px!important;margin-bottom:0!important;flex:0 0 auto!important}
}

/* Slajd 08: wariant EVO — nieco spokojniejszy tekst, aby zachować te same marginesy jak w referencyjnym DUO. */
.evo-controller-copy .slide-lead{max-width:735px}
.evo-controller-facts article{min-height:76px}
.evo-controller-takeaway{min-height:74px}
@media (min-width:1101px) and (max-height:820px){
  .academy-slide[data-slide="7"] .evo-controller-copy h2{font-size:46px;line-height:1.0}
  .academy-slide[data-slide="7"] .evo-controller-copy .slide-lead{font-size:13.5px;line-height:1.31;margin-top:9px}
  .academy-slide[data-slide="7"] .evo-controller-facts{margin-top:10px;gap:6px}
  .academy-slide[data-slide="7"] .evo-controller-facts article{min-height:66px;padding:8px 10px}
  .academy-slide[data-slide="7"] .evo-controller-facts article>i{width:30px;height:30px;font-size:12px}
  .academy-slide[data-slide="7"] .evo-controller-facts b{font-size:10.2px}
  .academy-slide[data-slide="7"] .evo-controller-facts span{font-size:9.1px;line-height:1.22}
  .academy-slide[data-slide="7"] .evo-controller-takeaway{margin-top:8px;min-height:66px;padding:9px 11px}
  .academy-slide[data-slide="7"] .evo-controller-takeaway .info-tile-icon{width:48px;height:48px}
  .academy-slide[data-slide="7"] .evo-controller-takeaway b{font-size:10.2px}
  .academy-slide[data-slide="7"] .evo-controller-takeaway span{font-size:9px;line-height:1.22}
}

/* Gwarancja: osobne obrazy PL i EN, bez nakładek tłumaczeniowych. */
.warranty-photo-stage>.warranty-language-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:none}
.warranty-photo-stage>.warranty-language-image--en{display:none}
body.lang-en .warranty-photo-stage>.warranty-language-image--pl{display:none}
body.lang-en .warranty-photo-stage>.warranty-language-image--en{display:block}


/* V12 — slajd 10: przeniesienie komunikatu 0 zł do prawego panelu i równy pion lewej kolumny */
@media (min-width:901px){
  .startup-copy--v12{
    display:flex!important;
    flex-direction:column!important;
    justify-content:stretch!important;
  }
  .startup-copy--v12 .slide-copy__top{
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .startup-copy--v12 .startup-facts{
    flex:1 1 auto!important;
    display:grid!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    align-content:stretch!important;
    margin-top:18px!important;
    gap:10px!important;
  }
  .startup-copy--v12 .startup-facts article{
    min-height:0!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    padding:12px 13px!important;
  }
  .startup-copy--v12 .startup-facts b{font-size:11.8px!important}
  .startup-copy--v12 .startup-facts span{font-size:10.6px!important;line-height:1.32!important}
}

.startup-visual--v12{
  grid-template-rows:minmax(0,1fr) 118px!important;
}
.startup-stage__tags{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.startup-rules-tag{
  pointer-events:auto!important;
  position:relative;
  z-index:6;
  background:rgba(255,221,0,.96)!important;
  color:#172025!important;
  border-color:rgba(255,221,0,.98)!important;
  text-decoration:none!important;
}
.startup-rules-tag:hover{
  background:#ffdf19!important;
  filter:none!important;
}
.startup-stage__overlay .startup-stage__text{pointer-events:none}
.startup-stage__overlay .startup-rules-tag{pointer-events:auto}

.startup-right-callout.right-panel-footer{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  height:118px!important;
  min-height:118px!important;
  padding:14px 18px!important;
  background:linear-gradient(110deg,#ffdc00 0%,#ffe541 100%)!important;
  border-top:1px solid #dbbd00!important;
  color:var(--ink)!important;
}
.startup-right-callout__price{
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:17px;
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:3px;
  background:var(--deep);
  color:var(--yellow);
  box-shadow:0 9px 20px rgba(23,32,37,.16);
}
.startup-right-callout__price strong{
  font:950 39px/1 Montserrat,sans-serif;
  letter-spacing:-.07em;
}
.startup-right-callout__price b{
  font:900 14px/1 Montserrat,sans-serif;
}
.startup-right-callout>div{min-width:0}
.startup-right-callout>div>small,
.startup-right-callout>div>b,
.startup-right-callout>div>span{display:block}
.startup-right-callout>div>small{
  font:900 8.6px/1 Montserrat,sans-serif;
  letter-spacing:.08em;
  color:#665000;
}
.startup-right-callout>div>b{
  margin-top:4px;
  font:900 12.2px/1.18 Montserrat,sans-serif;
  color:#172025;
}
.startup-right-callout>div>span{
  margin-top:5px;
  font:650 10.3px/1.3 "Source Sans 3",sans-serif;
  color:#4e440e;
}

@media (max-width:1100px) and (min-width:901px){
  .startup-visual--v12{grid-template-rows:minmax(0,1fr) 106px!important}
  .startup-right-callout.right-panel-footer{height:106px!important;min-height:106px!important;padding:10px 13px!important;gap:10px!important}
  .startup-right-callout__price{width:60px;height:60px;flex-basis:60px}
  .startup-right-callout__price strong{font-size:33px}
  .startup-right-callout>div>b{font-size:10.8px}
  .startup-right-callout>div>span{font-size:9px;line-height:1.2}
  .startup-copy--v12 .startup-facts{margin-top:10px!important;gap:6px!important}
  .startup-copy--v12 .startup-facts article{padding:8px 10px!important}
  .startup-copy--v12 .startup-facts b{font-size:10px!important}
  .startup-copy--v12 .startup-facts span{font-size:8.9px!important;line-height:1.22!important}
}

@media (max-width:900px){
  .startup-visual--v12{grid-template-rows:minmax(420px,1fr) auto!important}
  .startup-right-callout.right-panel-footer{height:auto!important;min-height:118px!important}
  .startup-stage__tags{max-width:75%}
}
@media (max-width:560px){
  .startup-stage__tags{gap:5px;max-width:82%}
  .startup-stage__tags .evidence-tag{font-size:7.2px;padding:7px 8px}
  .startup-right-callout.right-panel-footer{padding:12px 13px!important;gap:10px!important}
  .startup-right-callout__price{width:60px;height:60px;flex-basis:60px}
  .startup-right-callout__price strong{font-size:32px}
  .startup-right-callout>div>b{font-size:10.6px}
  .startup-right-callout>div>span{font-size:9.2px}
}

/* V13 — slajd 10: geometria prawego panelu jak na slajdzie 09 + wyrównanie lewej kolumny */
@media (min-width:901px){
  /* Prawy panel ma dokładnie tę samą wysokość i ten sam footer co slajd gwarancyjny. */
  .academy-slide[data-slide="6"] .startup-visual--v12{
    height:var(--right-panel-h)!important;
    max-height:var(--right-panel-h)!important;
    grid-template-rows:minmax(0,1fr) var(--right-footer-h)!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout.right-panel-footer{
    height:var(--right-footer-h)!important;
    min-height:var(--right-footer-h)!important;
    padding:10px 15px!important;
    gap:12px!important;
  }

  /* „0 zł” jest wycentrowane w czarnym polu. */
  .academy-slide[data-slide="6"] .startup-right-callout__price{
    width:68px!important;
    height:68px!important;
    flex:0 0 68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout__price strong{
    font-size:36px!important;
    line-height:1!important;
    margin:0!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout__price b{
    font-size:13px!important;
    line-height:1!important;
    margin:8px 0 0!important;
  }

  /* Lewa kolumna wykorzystuje dokładnie wysokość prawego panelu i trzyma wspólny dół. */
  .academy-slide[data-slide="6"] .startup-copy--v12{
    height:var(--slide-panel-h)!important;
    min-height:var(--slide-panel-h)!important;
    max-height:var(--slide-panel-h)!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .slide-copy__top{
    height:100%!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts{
    flex:1 1 auto!important;
    min-height:0!important;
    display:grid!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    align-content:stretch!important;
    margin-top:14px!important;
    margin-bottom:0!important;
    gap:8px!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts article{
    min-height:0!important;
    height:100%!important;
    padding:10px 12px!important;
    align-items:center!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts b{
    font-size:11.1px!important;
    line-height:1.16!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts span{
    font-size:9.9px!important;
    line-height:1.25!important;
  }
}

/* Niskie ekrany desktopowe: zachowujemy dokładnie dynamiczny footer wspólny ze slajdem 09. */
@media (min-width:1101px) and (max-height:820px){
  .academy-slide[data-slide="6"] .startup-visual--v12{
    grid-template-rows:minmax(0,1fr) var(--right-footer-h)!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout.right-panel-footer{
    height:var(--right-footer-h)!important;
    min-height:var(--right-footer-h)!important;
    padding:8px 12px!important;
    gap:10px!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout__price{
    width:62px!important;
    height:62px!important;
    flex-basis:62px!important;
  }
  .academy-slide[data-slide="6"] .startup-right-callout__price strong{font-size:33px!important}
  .academy-slide[data-slide="6"] .startup-right-callout__price b{font-size:12px!important;margin-top:7px!important}
  .academy-slide[data-slide="6"] .startup-right-callout>div>b{font-size:10.5px!important;line-height:1.16!important}
  .academy-slide[data-slide="6"] .startup-right-callout>div>span{font-size:8.8px!important;line-height:1.18!important;margin-top:3px!important}
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts{margin-top:9px!important;gap:5px!important}
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts article{padding:7px 9px!important}
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts b{font-size:9.8px!important}
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts span{font-size:8.6px!important;line-height:1.2!important}
}

/* Tablet i telefon pozostają płynne, ale czarne pole 0 zł jest zawsze wycentrowane. */
@media (max-width:900px){
  .academy-slide[data-slide="6"] .startup-right-callout__price{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

/* V14 — slajd 10: pełne wykorzystanie lewej kolumny do wspólnego dolnego marginesu.
   Cztery kafle są rozmieszczone jako siatka 2 × 2 i wypełniają całą pozostałą wysokość,
   dzięki czemu dół lewej sekcji pokrywa się z dołem prawego panelu. */
@media (min-width:901px){
  .academy-slide[data-slide="6"] .startup-copy--v12 .slide-copy__top{
    height:100%!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts{
    flex:1 1 0!important;
    min-height:0!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    align-content:stretch!important;
    margin-top:16px!important;
    margin-bottom:0!important;
    gap:10px!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts article{
    height:100%!important;
    min-height:0!important;
    padding:13px 14px!important;
    display:flex!important;
    align-items:center!important;
  }
}

@media (min-width:1101px) and (max-height:820px){
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    margin-top:9px!important;
    gap:6px!important;
  }
  .academy-slide[data-slide="6"] .startup-copy--v12 .startup-facts article{
    padding:8px 10px!important;
  }
}


/* =========================================================
   THERMOSTAR PRO V2 — slajd 01
   Canon: QMPELL DUO / QMPELL EVO Product Academy
   ========================================================= */
.thermostar-gallery .hero-gallery__stage{background:#151b1e}
.thermostar-gallery__stage>img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;padding:0!important;filter:none!important}
.thermostar-gallery__stage:before{background:linear-gradient(90deg,rgba(10,14,16,.12),transparent 42%,rgba(10,14,16,.12))!important;background-size:auto!important;z-index:2}
.thermostar-gallery__stage .visual-label,.thermostar-gallery__stage .hero-gallery__arrow,.thermostar-photo-overlay{z-index:5}
.thermostar-photo-overlay{position:absolute;right:20px;bottom:20px;min-width:190px;padding:13px 15px;border-radius:15px;border:1px solid rgba(255,255,255,.25);background:rgba(20,27,30,.78);backdrop-filter:blur(8px);color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.22);text-align:right}
.thermostar-photo-overlay small,.thermostar-photo-overlay strong,.thermostar-photo-overlay span{display:block}
.thermostar-photo-overlay small{font:800 8px/1.15 Montserrat,sans-serif;letter-spacing:.12em;color:var(--yellow)}
.thermostar-photo-overlay strong{margin-top:3px;font:900 25px/1 Montserrat,sans-serif;letter-spacing:-.04em}
.thermostar-photo-overlay span{margin-top:4px;font:600 10.5px/1.25 "Source Sans 3",sans-serif;color:#e5ebed}
.thermostar-switcher{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:10px 12px!important;background:#fff!important;border-top:1px solid var(--line)!important}
.thermostar-switch{min-width:0;min-height:72px;border:1px solid var(--line);border-radius:12px;background:#f8fafb;color:var(--ink);display:grid;grid-template-columns:40px 1fr;align-items:center;gap:10px;padding:8px 10px;text-align:left;cursor:pointer;transition:.16s ease}
.thermostar-switch:hover,.thermostar-switch.is-active{border-color:#d4bd42;background:#fffdf1}
.thermostar-switch>span:last-child{min-width:0}
.thermostar-switch b,.thermostar-switch small{display:block}
.thermostar-switch b{font:900 10.5px/1.18 Montserrat,sans-serif}
.thermostar-switch small{margin-top:3px;font:500 9.6px/1.25 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-facts{margin-top:10px!important;gap:7px!important}
.thermostar-facts article{min-height:60px!important;padding:8px 10px!important}
.thermostar-facts i{width:31px!important;height:31px!important;font-size:12px!important}
.thermostar-facts b{font-size:10.6px!important}
.thermostar-facts span{font-size:9.6px!important;line-height:1.2!important}
.thermostar-sales-note{margin-top:9px!important;padding:9px 12px!important;gap:10px!important}
.thermostar-sales-note .info-tile-icon{width:48px;height:48px;border-radius:14px}
.thermostar-sales-note b{font-size:11px!important}
.thermostar-sales-note span{font-size:9.7px!important;line-height:1.28!important}
@media (min-width:1201px){
  .academy-slide[data-slide="0"] .thermostar-hero-copy{overflow:hidden}
  .academy-slide[data-slide="0"] .thermostar-hero-copy .slide-lead{margin-top:12px;line-height:1.38;font-size:15px}
  .academy-slide[data-slide="0"] .thermostar-hero-copy .availability-badge{margin-top:9px;padding-top:8px;padding-bottom:8px}
}
@media (max-width:1100px){
  .thermostar-gallery__stage>img{min-height:380px!important}
  .thermostar-photo-overlay{right:14px;bottom:14px}
}
@media (max-width:650px){
  .thermostar-switcher{grid-template-columns:1fr!important}
  .thermostar-photo-overlay{left:14px;right:14px;bottom:14px;min-width:0;text-align:left}
  .thermostar-gallery__stage>img{min-height:310px!important}
}

/* ===== ThermoStar Pro V3 · slide 01 refinements ===== */
.thermostar-photo-overlay{
  position:absolute;
  z-index:5;
  right:24px;
  bottom:24px;
  min-width:0;
  max-width:58%;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  box-shadow:none;
  color:#fff;
  text-align:left;
}
.thermostar-photo-overlay .evidence-tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border:1px solid rgba(255,221,0,.58);
  border-radius:999px;
  background:rgba(28,34,37,.76);
  color:var(--yellow);
  font:900 8.5px/1 Montserrat,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.thermostar-photo-overlay h3{
  margin:11px 0 0;
  font:900 34px/.95 Montserrat,sans-serif;
  letter-spacing:-.04em;
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.34);
}
.thermostar-photo-overlay h3 strong{color:var(--yellow)}
.thermostar-photo-overlay p{
  margin:10px 0 0;
  font:600 11px/1.4 "Source Sans 3",sans-serif;
  color:#edf1f2;
  text-shadow:0 1px 6px rgba(0,0,0,.38);
}
.thermostar-gallery__stage:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(13,18,21,.04) 0%,rgba(13,18,21,.02) 38%,rgba(13,18,21,.42) 100%),linear-gradient(0deg,rgba(13,18,21,.26),transparent 42%);
}
.thermostar-gallery__stage .visual-label,
.thermostar-gallery__stage>img,
.thermostar-photo-overlay{position:relative}
.thermostar-gallery__stage .visual-label{position:absolute}
.thermostar-gallery__stage>img{position:relative;z-index:1}
.thermostar-photo-overlay{position:absolute}

@media (min-width:1201px){
  .academy-slide[data-slide="0"] .thermostar-hero-copy{
    height:100%;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .academy-slide[data-slide="0"] .thermostar-hero-copy .slide-copy__top{flex:0 0 auto}
  .academy-slide[data-slide="0"] .thermostar-facts{
    flex:1 1 auto;
    min-height:0;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:12px!important;
  }
  .academy-slide[data-slide="0"] .thermostar-facts article{
    height:auto!important;
    min-height:0!important;
    padding:11px 12px!important;
    gap:10px!important;
  }
  .academy-slide[data-slide="0"] .thermostar-facts i{
    width:36px!important;
    height:36px!important;
    font-size:14px!important;
  }
  .academy-slide[data-slide="0"] .thermostar-facts b{font-size:11.8px!important;line-height:1.15!important}
  .academy-slide[data-slide="0"] .thermostar-facts span{font-size:10.6px!important;line-height:1.28!important;margin-top:3px!important}
  .academy-slide[data-slide="0"] .thermostar-sales-note{
    flex:0 0 auto;
    margin-top:11px!important;
    padding:12px 14px!important;
    gap:12px!important;
  }
  .academy-slide[data-slide="0"] .thermostar-sales-note .info-tile-icon{width:52px!important;height:52px!important}
  .academy-slide[data-slide="0"] .thermostar-sales-note small{font-size:9px!important}
  .academy-slide[data-slide="0"] .thermostar-sales-note b{font-size:12.2px!important;line-height:1.24!important}
  .academy-slide[data-slide="0"] .thermostar-sales-note span{font-size:10.5px!important;line-height:1.34!important}
}

@media (max-width:1200px){
  .thermostar-photo-overlay{right:18px;bottom:18px;max-width:68%}
  .thermostar-photo-overlay h3{font-size:30px}
}
@media (max-width:700px){
  .thermostar-photo-overlay{left:16px;right:16px;bottom:16px;max-width:none}
  .thermostar-photo-overlay h3{font-size:27px}
  .thermostar-photo-overlay p{font-size:10.5px}
}

/* ===== ThermoStar Pro V4 · slide 02 · R290 / ASHRAE / PED / EN378 ===== */
.thermostar-r290-copy{overflow:hidden}
.thermostar-r290-top{min-width:0}
.thermostar-r290-copy h2{font-size:clamp(38px,3.15vw,52px)}
.thermostar-r290-copy .slide-lead{font-size:14px;line-height:1.42;margin-top:13px;max-width:740px}
.thermostar-r290-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}
.thermostar-r290-facts article{min-height:77px;display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--card-shadow)}
.thermostar-r290-facts .info-tile-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;font-size:13px}
.thermostar-r290-facts small,.thermostar-r290-facts b,.thermostar-r290-facts span{display:block}
.thermostar-r290-facts small{font:900 7.5px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.08em}
.thermostar-r290-facts b{margin-top:4px;font:900 10px/1.18 Montserrat,sans-serif;color:var(--ink)}
.thermostar-r290-facts span{margin-top:3px;font:600 9px/1.22 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-ped-block{margin-top:11px;padding:12px 14px;border:1px solid #2d373b;border-radius:16px;background:linear-gradient(135deg,#2d373b 0%,#1e262a 100%);color:#fff;box-shadow:0 14px 30px rgba(24,33,38,.12)}
.thermostar-ped-block__head{display:flex;align-items:center;gap:10px}
.thermostar-ped-block__head>i{width:36px;height:36px;border-radius:10px;background:var(--yellow);color:var(--deep);display:grid;place-items:center}
.thermostar-ped-block__head small,.thermostar-ped-block__head b{display:block}
.thermostar-ped-block__head small{font:900 7.5px/1 Montserrat,sans-serif;color:var(--yellow);letter-spacing:.1em}
.thermostar-ped-block__head b{margin-top:4px;font:900 11px/1.1 Montserrat,sans-serif}
.thermostar-ped-columns{display:grid;grid-template-columns:1.3fr 1fr;gap:12px;margin-top:10px}
.thermostar-ped-columns>div{padding:9px 10px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.045)}
.thermostar-ped-columns strong{display:block;color:var(--yellow);font:900 9px/1.1 Montserrat,sans-serif}
.thermostar-ped-columns span{display:block;margin-top:4px;font:600 8.8px/1.32 "Source Sans 3",sans-serif;color:#edf1f2}
.thermostar-ped-block>p{margin:7px 0 0;font:500 8px/1.25 "Source Sans 3",sans-serif;color:#cdd5d8}

.thermostar-r290-visual{grid-template-rows:minmax(0,1fr) 78px!important}
.thermostar-r290-stage{position:relative;min-height:0;padding:57px 16px 12px;background:linear-gradient(180deg,#fff 0%,#f6f8f8 100%);overflow:hidden}
.thermostar-r290-stage>.visual-label{color:var(--ink)}
.thermostar-ashrae-panel,.thermostar-refrigerants-panel{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.thermostar-ashrae-panel{padding:10px 11px 11px}
.thermostar-refrigerants-panel{margin-top:8px;padding:9px 9px 8px}
.thermostar-panel-title{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px}
.thermostar-panel-title span{font:900 7.5px/1 Montserrat,sans-serif;letter-spacing:.08em;color:#9b7200}
.thermostar-panel-title b{font:900 9.5px/1 Montserrat,sans-serif;color:var(--ink)}
.thermostar-panel-title--table{margin-bottom:7px}
.thermostar-panel-title--table b{font-size:8.5px;color:var(--muted)}

.ashrae-matrix{display:grid;grid-template-columns:1.1fr 1fr 1fr;border:1px solid #bfc8cc;border-right:0;border-bottom:0;font-family:Montserrat,sans-serif}
.ashrae-matrix>div{min-height:34px;border-right:1px solid #bfc8cc;border-bottom:1px solid #bfc8cc;display:flex;align-items:center;justify-content:center;text-align:center;padding:4px}
.ashrae-corner{background:#f4f6f7}
.ashrae-col{background:#f4f6f7;font-size:7.5px;font-weight:900;color:#5c686e}
.ashrae-row{justify-content:flex-start!important;text-align:left!important;background:#fafbfb;font-size:7.3px;font-weight:800;line-height:1.12;color:#5c686e}
.ashrae-cell{font-size:12px;font-weight:900;color:var(--ink);position:relative}
.ashrae-cell small{font-size:7px;color:#66747a;font-weight:800}
.ashrae-a3{background:var(--yellow);box-shadow:inset 0 0 0 2px rgba(32,40,44,.14)}
.ashrae-a3:after{content:"R290";position:absolute;right:4px;top:3px;font-size:5.8px;letter-spacing:.08em;color:#5d4700}

.thermostar-refrigerants-table{display:grid;gap:0;border:1px solid #d2dade;border-radius:9px;overflow:hidden}
.thermostar-refrigerants-table .tr{display:grid;grid-template-columns:1.22fr .64fr 1.42fr .88fr 1.22fr;min-height:38px;background:#fff;border-top:1px solid #d9e0e3}
.thermostar-refrigerants-table .tr:first-child{border-top:0}
.thermostar-refrigerants-table .tr>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:4px 5px;border-left:1px solid #d9e0e3;text-align:center}
.thermostar-refrigerants-table .tr>div:first-child{border-left:0;text-align:left}
.thermostar-refrigerants-table .tr b{font:900 8.2px/1.05 Montserrat,sans-serif;color:var(--ink)}
.thermostar-refrigerants-table .tr small{margin-top:2px;font:600 6.8px/1.12 "Source Sans 3",sans-serif;color:#718087}
.thermostar-refrigerants-table .th{min-height:36px;background:#20282c;color:#fff;border-top:0}
.thermostar-refrigerants-table .th>div{font:900 6.6px/1.08 Montserrat,sans-serif;color:#fff}
.thermostar-refrigerants-table .th small{font:600 5.9px/1.1 "Source Sans 3",sans-serif;color:#cbd3d6}
.thermostar-refrigerants-table .tr--r290{background:#fff8c9;box-shadow:inset 4px 0 0 var(--yellow)}
.thermostar-refrigerants-table .tr--r290 b{font-size:8.7px}
.thermostar-r290-footer{padding:10px 12px!important}
.thermostar-r290-footer .right-panel-footer__icon{width:44px;height:44px}
.thermostar-r290-footer b{font-size:10.5px!important}
.thermostar-r290-footer small{font-size:8.8px!important;line-height:1.25!important}

@media (min-width:1201px){
  .academy-slide[data-slide="1"] .thermostar-r290-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}
}
@media (max-width:1200px){
  .thermostar-r290-facts{grid-template-columns:1fr 1fr}
  .thermostar-ped-columns{grid-template-columns:1fr}
  .thermostar-r290-stage{padding-bottom:16px}
}
@media (max-width:820px){
  .thermostar-r290-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
  .thermostar-r290-stage{padding:58px 12px 14px}
  .thermostar-refrigerants-table{overflow-x:auto}
  .thermostar-refrigerants-table .tr{min-width:620px}
}
@media (max-width:600px){
  .thermostar-r290-facts{grid-template-columns:1fr}
  .thermostar-ped-columns{grid-template-columns:1fr}
  .thermostar-r290-copy h2{font-size:36px}
}


/* ===== ThermoStar Pro V5 · slide 02 readability + unified tables ===== */
.thermostar-r290-stage>.visual-label{color:#172126!important}
.thermostar-r290-copy .slide-lead{font-size:16px;line-height:1.48;margin-top:15px}
.thermostar-r290-facts{gap:11px;margin-top:16px}
.thermostar-r290-facts article{min-height:94px;padding:13px 14px;border-radius:16px}
.thermostar-r290-facts .info-tile-icon{width:43px;height:43px;min-width:43px;font-size:16px}
.thermostar-r290-facts small{font-size:9px}
.thermostar-r290-facts b{font-size:12.5px;line-height:1.22}
.thermostar-r290-facts span{font-size:11.5px;line-height:1.28}
.thermostar-ped-block{margin-top:14px;padding:17px 18px;border-radius:17px}
.thermostar-ped-block__head>i{width:43px;height:43px}
.thermostar-ped-block__head small{font-size:9px}
.thermostar-ped-block__head b{font-size:13.5px}
.thermostar-ped-columns{gap:14px;margin-top:13px}
.thermostar-ped-columns>div{padding:13px 14px;border-radius:12px}
.thermostar-ped-columns strong{font-size:11px}
.thermostar-ped-columns span{font-size:11.2px;line-height:1.38}
.thermostar-ped-block>p{margin-top:10px;font-size:9.8px;line-height:1.3}

.thermostar-r290-stage{padding:58px 18px 15px;display:grid;grid-template-rows:1fr 1.25fr;gap:11px}
.thermostar-ashrae-panel,.thermostar-refrigerants-panel{margin:0;padding:11px 12px 12px;border-radius:14px;display:flex;flex-direction:column;min-height:0}
.thermostar-panel-title{margin-bottom:9px}
.thermostar-panel-title span{font-size:9px}
.thermostar-panel-title b{font-size:11.5px}
.thermostar-panel-title--table b{font-size:10px}
.thermostar-table-shell{border:1px solid #d2dade!important;border-radius:10px!important;overflow:hidden!important;background:#fff}
.ashrae-matrix{flex:1;grid-template-columns:1.12fr 1fr 1fr;border:0!important}
.ashrae-matrix>div{min-height:37px;padding:6px;border-color:#d9e0e3}
.ashrae-corner,.ashrae-col{background:#20282c;color:#fff}
.ashrae-col{font-size:9.5px;line-height:1.15}
.ashrae-row{font-size:9.3px;line-height:1.2;padding-left:8px!important}
.ashrae-cell{font-size:14px}
.ashrae-cell small{font-size:9px}
.ashrae-a3:after{font-size:7px;right:6px;top:5px;color:#1e262a}
.thermostar-refrigerants-table{flex:1;border:0!important;border-radius:10px!important}
.thermostar-refrigerants-table .tr{min-height:43px}
.thermostar-refrigerants-table .tr>div{padding:5px 7px}
.thermostar-refrigerants-table .tr b{font-size:9.8px}
.thermostar-refrigerants-table .tr small{font-size:8.3px;line-height:1.15}
.thermostar-refrigerants-table .th{min-height:42px}
.thermostar-refrigerants-table .th>div{font-size:8px;line-height:1.12}
.thermostar-refrigerants-table .th small{font-size:7px}
.thermostar-refrigerants-table .tr--r290 b{font-size:10.3px}

@media (min-width:1201px){
  .academy-slide[data-slide="1"] .thermostar-r290-copy{justify-content:flex-start!important}
  .academy-slide[data-slide="1"] .thermostar-ped-block{margin-top:auto}
}

/* ===== ThermoStar Pro V5 · slide 03 · environmental compatibility ===== */
.thermostar-env-copy{overflow:hidden}
.thermostar-env-copy h2{font-size:clamp(40px,3.2vw,53px)}
.thermostar-env-copy .slide-lead{font-size:16px;line-height:1.48;margin-top:15px;max-width:730px}
.thermostar-env-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.thermostar-env-metrics article{min-height:132px;padding:17px 18px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:15px}
.thermostar-env-metrics .info-tile-icon{width:51px;height:51px;min-width:51px;border-radius:13px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;font-size:18px}
.thermostar-env-metrics small,.thermostar-env-metrics b,.thermostar-env-metrics span{display:block}
.thermostar-env-metrics small{font:900 10px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.08em}
.thermostar-env-metrics b{margin-top:5px;font:900 25px/1 Montserrat,sans-serif;color:var(--ink)}
.thermostar-env-metrics span{margin-top:7px;font:600 12.5px/1.35 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-env-takeaway{margin-top:auto;padding:18px 19px;border-radius:17px;background:linear-gradient(135deg,#2d373b 0%,#1e262a 100%);color:#fff;display:flex;gap:15px;align-items:center;box-shadow:0 14px 30px rgba(24,33,38,.12)}
.thermostar-env-takeaway .info-tile-icon{width:50px;height:50px;min-width:50px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:18px}
.thermostar-env-takeaway small,.thermostar-env-takeaway b,.thermostar-env-takeaway span{display:block}
.thermostar-env-takeaway small{font:900 9px/1 Montserrat,sans-serif;color:var(--yellow);letter-spacing:.08em}
.thermostar-env-takeaway b{margin-top:5px;font:900 13.5px/1.2 Montserrat,sans-serif}
.thermostar-env-takeaway span{margin-top:6px;font:600 11.8px/1.34 "Source Sans 3",sans-serif;color:#edf1f2}
.thermostar-env-visual{grid-template-rows:minmax(0,1fr) 78px!important}
.thermostar-env-stage{position:relative;min-height:0;padding:58px 16px 14px;background:linear-gradient(180deg,#fff 0%,#f6f8f8 100%);overflow:hidden;display:flex;flex-direction:column}
.thermostar-env-stage>.visual-label{color:#172126!important}
.thermostar-env-table-title{margin-bottom:9px}
.thermostar-env-table{display:grid;grid-template-rows:auto repeat(12,1fr);min-height:0;flex:1}
.thermostar-env-table .tr{display:grid;grid-template-columns:.72fr 1.7fr .55fr .72fr;min-height:0;background:#fff;border-top:1px solid #d9e0e3}
.thermostar-env-table .tr:first-child{border-top:0}
.thermostar-env-table .tr>div{display:flex;align-items:center;justify-content:center;text-align:center;padding:4px 6px;border-left:1px solid #d9e0e3;font:700 9.4px/1.13 "Source Sans 3",sans-serif;color:var(--ink)}
.thermostar-env-table .tr>div:first-child{border-left:0;font-family:Montserrat,sans-serif;font-weight:900}
.thermostar-env-table .th{min-height:39px;background:#20282c}
.thermostar-env-table .th>div{font:900 8.2px/1.1 Montserrat,sans-serif;color:#fff}
.thermostar-env-table .tr--r290{background:#fff4a8;box-shadow:inset 4px 0 0 var(--yellow)}
.thermostar-env-table .tr--r290>div{font-size:10px}
.thermostar-env-footer{padding:10px 12px!important}
.thermostar-env-footer .right-panel-footer__icon{width:44px;height:44px}
.thermostar-env-footer b{font-size:11px!important}
.thermostar-env-footer small{font-size:9px!important;line-height:1.25!important}
@media (min-width:1201px){
 .academy-slide[data-slide="2"] .thermostar-env-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important}
}
@media (max-width:820px){
 .thermostar-env-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
 .thermostar-env-stage{padding:58px 12px 14px}
 .thermostar-env-table{overflow-x:auto;display:block}
 .thermostar-env-table .tr{min-width:620px;min-height:40px}
}
@media (max-width:650px){
 .thermostar-env-metrics{grid-template-columns:1fr}
 .thermostar-env-copy h2{font-size:36px}
}


/* ===== ThermoStar Pro V6 · fixes slides 02/03 + slide 04 R290 design ===== */
/* Center the slide-02 footer text precisely while retaining the icon. */
.thermostar-r290-footer{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
  align-items:center!important;
  gap:10px!important;
  text-align:center!important;
}
.thermostar-r290-footer::after{content:"";width:44px;height:1px}
.thermostar-r290-footer>div{min-width:0}
.thermostar-r290-footer b,.thermostar-r290-footer small{text-align:center!important}

/* Slide 03: force the entire comparison table inside the available right panel. */
.thermostar-env-stage{padding:55px 14px 9px!important}
.thermostar-env-table-title{margin-bottom:6px!important}
.thermostar-env-table{grid-template-rows:34px repeat(12,minmax(25px,1fr))!important;overflow:visible!important}
.thermostar-env-table .tr{min-height:25px!important}
.thermostar-env-table .th{min-height:34px!important}
.thermostar-env-table .tr>div{padding:2px 5px!important;font-size:8.7px!important;line-height:1.08!important}
.thermostar-env-table .th>div{font-size:7.8px!important;line-height:1.05!important}
.thermostar-env-table .tr--r290>div{font-size:9.2px!important}

.thermostar-flame-copy{overflow:hidden}
.thermostar-flame-copy h2{font-size:clamp(40px,3.25vw,54px)}
.thermostar-flame-copy .slide-lead{font-size:16px;line-height:1.48;margin-top:15px;max-width:740px}
.thermostar-flame-facts{display:grid;grid-template-columns:1fr;gap:11px;margin-top:17px}
.thermostar-flame-facts article{min-height:98px;padding:14px 16px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:15px}
.thermostar-flame-facts .info-tile-icon{width:48px;height:48px;min-width:48px;border-radius:13px;background:var(--deep);color:var(--yellow);display:grid;place-items:center;font-size:18px}
.thermostar-flame-facts small,.thermostar-flame-facts b,.thermostar-flame-facts span{display:block}
.thermostar-flame-facts small{font:900 9px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.08em}
.thermostar-flame-facts b{margin-top:5px;font:900 14px/1.18 Montserrat,sans-serif;color:var(--ink)}
.thermostar-flame-facts span{margin-top:5px;font:600 12px/1.35 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-flame-takeaway{margin-top:auto;padding:17px 18px;border-radius:17px;background:linear-gradient(135deg,#2d373b 0%,#1e262a 100%);color:#fff;display:flex;gap:15px;align-items:center;box-shadow:0 14px 30px rgba(24,33,38,.12)}
.thermostar-flame-takeaway .info-tile-icon{width:50px;height:50px;min-width:50px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:18px}
.thermostar-flame-takeaway small,.thermostar-flame-takeaway b,.thermostar-flame-takeaway span{display:block}
.thermostar-flame-takeaway small{font:900 9px/1 Montserrat,sans-serif;color:var(--yellow);letter-spacing:.08em}
.thermostar-flame-takeaway b{margin-top:5px;font:900 13.5px/1.22 Montserrat,sans-serif}
.thermostar-flame-takeaway span{margin-top:6px;font:600 11.7px/1.34 "Source Sans 3",sans-serif;color:#edf1f2}

.thermostar-flame-visual{grid-template-rows:minmax(0,1fr) 84px!important}
.thermostar-flame-stage{position:relative;min-height:0;padding:58px 18px 18px;background:linear-gradient(180deg,#fff 0%,#f6f8f8 100%);overflow:hidden;display:flex;align-items:center;justify-content:center}
.thermostar-flame-stage>.visual-label{color:#172126!important}
.thermostar-flame-stage>img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}
.thermostar-flame-overlay{position:absolute;left:22px;right:22px;bottom:19px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.94);border:1px solid rgba(23,33,38,.12);box-shadow:0 12px 30px rgba(24,33,38,.12);backdrop-filter:blur(8px)}
.thermostar-flame-overlay .evidence-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:#20282c;color:#fff;font:900 7.8px/1 Montserrat,sans-serif;letter-spacing:.06em}
.thermostar-flame-overlay .evidence-tag i{color:var(--yellow)}
.thermostar-flame-overlay h3{margin:8px 0 0;font:900 19px/1.05 Montserrat,sans-serif;color:var(--ink)}
.thermostar-flame-overlay h3 span{color:#8d989d;padding:0 5px}
.thermostar-flame-overlay p{margin:6px 0 0;font:600 10.5px/1.3 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-flame-footer{padding:11px 14px!important}
.thermostar-flame-footer .right-panel-footer__icon{width:46px;height:46px}
.thermostar-flame-footer b{font-size:11.5px!important}
.thermostar-flame-footer small{font-size:9.5px!important;line-height:1.25!important}

@media (min-width:1201px){
 .academy-slide[data-slide="3"] .thermostar-flame-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important}
}
@media (max-width:820px){
 .thermostar-flame-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
 .thermostar-flame-stage{min-height:560px;padding:58px 14px 18px}
 .thermostar-flame-overlay{left:16px;right:16px;bottom:16px}
}
@media (max-width:650px){
 .thermostar-flame-copy h2{font-size:36px}
 .thermostar-flame-facts article{min-height:auto}
 .thermostar-flame-stage{min-height:470px}
}

/* ===== ThermoStar Pro V7 · slide 02 + 04 layout fixes ===== */
/* Slide 02: both right-side tables fully visible inside the canonical panel. */
@media (min-width:821px){
  .academy-slide[data-slide="1"] .thermostar-r290-stage{
    padding:52px 14px 10px!important;
    gap:7px!important;
    grid-template-rows:minmax(0,.88fr) minmax(0,1.12fr)!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-ashrae-panel,
  .academy-slide[data-slide="1"] .thermostar-refrigerants-panel{
    padding:8px 9px 9px!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-panel-title{
    margin-bottom:6px!important;
    flex:0 0 auto;
  }
  .academy-slide[data-slide="1"] .thermostar-panel-title span{font-size:8.5px!important}
  .academy-slide[data-slide="1"] .thermostar-panel-title b{font-size:10.5px!important;line-height:1.12!important}
  .academy-slide[data-slide="1"] .ashrae-matrix{
    min-height:0!important;
    height:100%!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
  }
  .academy-slide[data-slide="1"] .ashrae-matrix>div{
    min-height:0!important;
    padding:4px 6px!important;
  }
  .academy-slide[data-slide="1"] .ashrae-col{font-size:9px!important}
  .academy-slide[data-slide="1"] .ashrae-row{font-size:8.9px!important}
  .academy-slide[data-slide="1"] .ashrae-cell{font-size:13px!important}
  .academy-slide[data-slide="1"] .ashrae-cell small{font-size:8.5px!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table{
    min-height:0!important;
    height:100%!important;
    display:grid!important;
    grid-template-rows:repeat(5,minmax(0,1fr))!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr{
    min-height:0!important;
    height:auto!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr>div{
    padding:3px 5px!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr b{font-size:9.3px!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr small{font-size:7.7px!important;line-height:1.08!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .th{min-height:0!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .th>div{font-size:7.5px!important;line-height:1.06!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .th small{font-size:6.5px!important;line-height:1.05!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr--r290 b{font-size:9.8px!important}
}

/* Slide 04: left column ends on exactly the same lower margin as the right panel. */
@media (min-width:1201px){
  .academy-slide[data-slide="3"] .thermostar-flame-copy{
    height:var(--slide-panel-h)!important;
    max-height:var(--slide-panel-h)!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-top{
    min-height:0!important;
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-copy h2{
    font-size:clamp(42px,3vw,50px)!important;
    line-height:1.02!important;
    margin-bottom:0!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-copy .slide-lead{
    margin-top:10px!important;
    font-size:14.5px!important;
    line-height:1.34!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-facts{
    margin-top:11px!important;
    gap:7px!important;
    flex:1 1 auto!important;
    grid-template-rows:repeat(3,minmax(0,1fr))!important;
    min-height:0!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-facts article{
    min-height:0!important;
    height:auto!important;
    padding:9px 12px!important;
    gap:12px!important;
    border-radius:14px!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-facts .info-tile-icon{
    width:40px!important;height:40px!important;min-width:40px!important;font-size:15px!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-facts small{font-size:8.5px!important}
  .academy-slide[data-slide="3"] .thermostar-flame-facts b{font-size:12.5px!important;line-height:1.15!important;margin-top:3px!important}
  .academy-slide[data-slide="3"] .thermostar-flame-facts span{font-size:11.2px!important;line-height:1.24!important;margin-top:3px!important}
  .academy-slide[data-slide="3"] .thermostar-flame-takeaway{
    flex:0 0 auto!important;
    margin-top:9px!important;
    padding:12px 14px!important;
    gap:12px!important;
    border-radius:14px!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-takeaway .info-tile-icon{
    width:42px!important;height:42px!important;min-width:42px!important;font-size:16px!important;
  }
  .academy-slide[data-slide="3"] .thermostar-flame-takeaway small{font-size:8.2px!important}
  .academy-slide[data-slide="3"] .thermostar-flame-takeaway b{font-size:12.4px!important;line-height:1.18!important;margin-top:3px!important}
  .academy-slide[data-slide="3"] .thermostar-flame-takeaway span{font-size:10.8px!important;line-height:1.22!important;margin-top:4px!important}
}


/* ThermoStar Pro — slide 05: R290 ventilation and service access */
.thermostar-vent-copy{overflow:hidden}
.thermostar-vent-copy h2{font-size:clamp(38px,3.0vw,50px)}
.thermostar-vent-copy .slide-lead{font-size:15.5px;line-height:1.43;margin-top:13px;max-width:760px}
.thermostar-vent-facts{display:grid;grid-template-columns:1fr;gap:10px;margin-top:15px}
.thermostar-vent-facts article{min-height:94px;padding:13px 15px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:14px}
.thermostar-vent-facts .info-tile-icon{width:47px;height:47px;min-width:47px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:18px}
.thermostar-vent-facts small,.thermostar-vent-facts b,.thermostar-vent-facts span{display:block}
.thermostar-vent-facts small{font:900 8.8px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.08em}
.thermostar-vent-facts b{margin-top:4px;font:900 13.8px/1.18 Montserrat,sans-serif;color:var(--ink)}
.thermostar-vent-facts span{margin-top:4px;font:600 11.7px/1.32 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-vent-takeaway{margin-top:auto;padding:16px 17px;border-radius:17px;background:linear-gradient(135deg,#2d373b 0%,#1e262a 100%);color:#fff;display:flex;gap:14px;align-items:center;box-shadow:0 14px 30px rgba(24,33,38,.12)}
.thermostar-vent-takeaway .info-tile-icon{width:49px;height:49px;min-width:49px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:18px}
.thermostar-vent-takeaway small,.thermostar-vent-takeaway b,.thermostar-vent-takeaway span{display:block}
.thermostar-vent-takeaway small{font:900 8.7px/1 Montserrat,sans-serif;color:var(--yellow);letter-spacing:.08em}
.thermostar-vent-takeaway b{margin-top:4px;font:900 13.1px/1.2 Montserrat,sans-serif}
.thermostar-vent-takeaway span{margin-top:5px;font:600 11.3px/1.3 "Source Sans 3",sans-serif;color:#edf1f2}
.thermostar-vent-visual{grid-template-rows:minmax(0,1fr) 84px!important}
.thermostar-vent-stage{position:relative;min-height:0;padding:54px 12px 12px;background:linear-gradient(180deg,#fff 0%,#f7f8f8 100%);overflow:hidden;display:flex;align-items:center;justify-content:center}
.thermostar-vent-stage>.visual-label{color:#172126!important}
.thermostar-vent-stage>img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block;border-radius:14px}
.thermostar-vent-footer{padding:11px 14px!important}
.thermostar-vent-footer .right-panel-footer__icon{width:46px;height:46px}
.thermostar-vent-footer b{font-size:11.5px!important}
.thermostar-vent-footer small{font-size:9.5px!important;line-height:1.25!important}
@media (min-width:1201px){.academy-slide[data-slide="4"] .thermostar-vent-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important}.academy-slide[data-slide="4"] .thermostar-vent-top{display:flex;flex-direction:column;min-height:0}.academy-slide[data-slide="4"] .thermostar-vent-facts{flex:1;grid-template-rows:repeat(3,1fr)}.academy-slide[data-slide="4"] .thermostar-vent-facts article{min-height:0}.academy-slide[data-slide="4"] .thermostar-vent-takeaway{margin-top:11px}}
@media (max-width:1200px){.thermostar-vent-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}.thermostar-vent-stage{min-height:560px;padding:58px 14px 18px}.thermostar-vent-facts article{min-height:auto}}
@media (max-width:720px){.thermostar-vent-copy h2{font-size:36px}.thermostar-vent-stage{min-height:450px}}

/* ===== ThermoStar Pro V9 · slide 06 · R290 electrical / joints ===== */
.thermostar-electric-copy{overflow:hidden}
.thermostar-electric-copy h2{font-size:clamp(39px,3vw,50px)}
.thermostar-electric-copy .slide-lead{font-size:15px;line-height:1.4;margin-top:11px;max-width:760px}
.thermostar-electric-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.thermostar-electric-facts article{min-height:122px;padding:12px 13px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--card-shadow);display:flex;align-items:flex-start;gap:12px}
.thermostar-electric-facts .info-tile-icon{width:44px;height:44px;min-width:44px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:17px}
.thermostar-electric-facts small,.thermostar-electric-facts b,.thermostar-electric-facts span{display:block}
.thermostar-electric-facts small{font:900 8.5px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.07em}
.thermostar-electric-facts b{margin-top:4px;font:900 12.6px/1.18 Montserrat,sans-serif;color:var(--ink)}
.thermostar-electric-facts span{margin-top:4px;font:600 10.9px/1.27 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-electric-takeaway{margin-top:auto;padding:14px 16px;border-radius:17px;background:linear-gradient(135deg,#2d373b 0%,#1e262a 100%);color:#fff;display:flex;gap:13px;align-items:center;box-shadow:0 14px 30px rgba(24,33,38,.12)}
.thermostar-electric-takeaway .info-tile-icon{width:46px;height:46px;min-width:46px;border-radius:13px;background:var(--yellow);color:var(--deep);display:grid;place-items:center;font-size:18px}
.thermostar-electric-takeaway small,.thermostar-electric-takeaway b,.thermostar-electric-takeaway span{display:block}
.thermostar-electric-takeaway small{font:900 8.6px/1 Montserrat,sans-serif;color:var(--yellow);letter-spacing:.08em}
.thermostar-electric-takeaway b{margin-top:4px;font:900 13px/1.18 Montserrat,sans-serif}
.thermostar-electric-takeaway span{margin-top:4px;font:600 11px/1.25 "Source Sans 3",sans-serif;color:#edf1f2}
.thermostar-electric-visual{grid-template-rows:minmax(0,1fr) 92px!important}
.thermostar-electric-stage{position:relative;min-height:0;background:#f6f7f7;overflow:hidden;display:flex;align-items:center;justify-content:center}
.thermostar-electric-stage>.visual-label{color:#172126!important;z-index:4}
.thermostar-electric-stage>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:opacity .18s ease,transform .25s ease}
.thermostar-electric-stage>img.is-switching{opacity:.15;transform:scale(.99)}
.thermostar-electric-overlay{position:absolute;left:20px;bottom:18px;width:min(360px,calc(100% - 40px));padding:13px 15px 14px;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(0,0,0,.18);backdrop-filter:blur(6px);z-index:3}
.thermostar-electric-overlay .evidence-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#222c30;color:#fff;font:900 8px/1 Montserrat,sans-serif;letter-spacing:.08em}
.thermostar-electric-overlay .evidence-tag i{color:var(--yellow)}
.thermostar-electric-overlay h3{margin:8px 0 0;font:800 20px/1.04 Montserrat,sans-serif;color:var(--ink)}
.thermostar-electric-overlay h3 strong{font-weight:900}
.thermostar-electric-overlay p{margin:6px 0 0;font:600 10.6px/1.28 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-electric-footer{padding:9px 10px!important;display:block!important}
.thermostar-electric-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;width:100%;height:100%}
.thermostar-electric-tabs button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:7px 7px;cursor:pointer;text-align:left;transition:.18s ease;color:var(--ink);min-width:0}
.thermostar-electric-tabs button:hover{border-color:#e1b600;transform:translateY(-1px)}
.thermostar-electric-tabs button.is-active{background:var(--yellow);border-color:var(--yellow);box-shadow:0 6px 14px rgba(255,213,0,.22)}
.thermostar-electric-tabs b,.thermostar-electric-tabs small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.thermostar-electric-tabs b{font:900 9.5px/1.05 Montserrat,sans-serif}
.thermostar-electric-tabs small{margin-top:4px;font:700 8.2px/1.1 "Source Sans 3",sans-serif;color:var(--muted)}
.thermostar-electric-tabs button.is-active small{color:#4a3d00}
@media (min-width:1201px){
 .academy-slide[data-slide="5"] .thermostar-electric-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important}
 .academy-slide[data-slide="5"] .thermostar-electric-top{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}
 .academy-slide[data-slide="5"] .thermostar-electric-facts{flex:1 1 auto;grid-template-rows:repeat(2,minmax(0,1fr));min-height:0}
 .academy-slide[data-slide="5"] .thermostar-electric-facts article{min-height:0;height:auto}
 .academy-slide[data-slide="5"] .thermostar-electric-takeaway{flex:0 0 auto;margin-top:10px}
}
@media (max-width:1200px){
 .thermostar-electric-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
 .thermostar-electric-stage{min-height:580px}
 .thermostar-electric-facts article{min-height:auto}
}
@media (max-width:820px){
 .thermostar-electric-facts{grid-template-columns:1fr}
 .thermostar-electric-stage{min-height:520px}
 .thermostar-electric-tabs{grid-template-columns:1fr 1fr}
 .thermostar-electric-footer{height:auto!important}
}
@media (max-width:650px){
 .thermostar-electric-copy h2{font-size:35px}
 .thermostar-electric-stage{min-height:440px}
 .thermostar-electric-overlay{left:14px;right:14px;bottom:14px;width:auto}
}

/* ===== ThermoStar Pro V10 · slide 06 refinement ===== */
.thermostar-electric-facts article{padding:13px 14px;gap:13px}
.thermostar-electric-facts small{font-size:9px}
.thermostar-electric-facts b{font-size:13.4px;line-height:1.16}
.thermostar-electric-facts span{font-size:11.35px;line-height:1.24}
.thermostar-electric-visual{grid-template-rows:minmax(0,1fr) 106px!important}
.thermostar-electric-stage>.visual-label{z-index:4}
.thermostar-electric-stage>.visual-label.visual-label--light{color:#fff!important;text-shadow:0 1px 5px rgba(0,0,0,.7)!important}
.thermostar-electric-stage>.visual-label.visual-label--dark{color:#172126!important;text-shadow:0 1px 2px rgba(255,255,255,.65)!important}
.thermostar-electric-footer{padding:9px 10px!important}
.thermostar-electric-tabs{gap:8px}
.thermostar-electric-tabs button{display:flex;align-items:center;gap:9px;border:1px solid #d7dde0;background:#fff;border-radius:13px;padding:8px 9px;cursor:pointer;text-align:left;transition:.18s ease;color:var(--ink);min-width:0;box-shadow:0 5px 14px rgba(31,41,46,.05)}
.thermostar-electric-tabs button:hover{border-color:#d6b000;transform:translateY(-1px);box-shadow:0 8px 18px rgba(31,41,46,.09)}
.thermostar-electric-tabs button.is-active{background:var(--yellow);border-color:var(--yellow);box-shadow:0 8px 18px rgba(255,213,0,.24)}
.thermostar-electric-tabs__icon{width:34px;height:34px;min-width:34px;border-radius:10px;background:#263136;color:var(--yellow);display:grid;place-items:center;font-size:13px}
.thermostar-electric-tabs button.is-active .thermostar-electric-tabs__icon{background:#20292d;color:var(--yellow)}
.thermostar-electric-tabs__copy{min-width:0;display:block}
.thermostar-electric-tabs b,.thermostar-electric-tabs small{display:block;white-space:normal;overflow:visible;text-overflow:clip}
.thermostar-electric-tabs b{font:900 10.6px/1.05 Montserrat,sans-serif}
.thermostar-electric-tabs small{margin-top:4px;font:700 9.15px/1.08 "Source Sans 3",sans-serif;color:#667176}
.thermostar-electric-tabs button.is-active small{color:#4a3d00}
@media(max-width:1200px){.thermostar-electric-visual{grid-template-rows:auto auto!important}.thermostar-electric-tabs button{min-height:68px}.thermostar-electric-tabs__icon{width:32px;height:32px;min-width:32px}}
@media(max-width:700px){.thermostar-electric-tabs{grid-template-columns:1fr 1fr}.thermostar-electric-tabs b{font-size:10px}.thermostar-electric-tabs small{font-size:8.8px}}

/* ===== ThermoStar Pro V11 · slide 05 readability + slide 06 compact subtitles ===== */
@media (min-width:1201px){
  .academy-slide[data-slide="4"] .thermostar-vent-copy{
    height:var(--slide-panel-h)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-top{
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    min-height:0!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-copy h2{
    font-size:clamp(37px,2.7vw,45px)!important;
    line-height:1.02!important;
    margin-bottom:0!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-copy .slide-lead{
    font-size:14.2px!important;
    line-height:1.34!important;
    margin-top:9px!important;
    margin-bottom:0!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:11px!important;
    flex:1 1 auto!important;
    min-height:0!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts article{
    min-height:0!important;
    height:auto!important;
    padding:11px 12px!important;
    gap:11px!important;
    align-items:flex-start!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts article:nth-child(3){
    grid-column:1 / -1!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts .info-tile-icon{
    width:43px!important;height:43px!important;min-width:43px!important;
    font-size:16px!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts small{
    font-size:8.4px!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts b{
    font-size:13.2px!important;
    line-height:1.16!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-facts span{
    font-size:11.15px!important;
    line-height:1.24!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-takeaway{
    margin-top:10px!important;
    padding:13px 15px!important;
    flex:0 0 auto!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-takeaway .info-tile-icon{
    width:45px!important;height:45px!important;min-width:45px!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-takeaway b{
    font-size:12.7px!important;line-height:1.18!important;
  }
  .academy-slide[data-slide="4"] .thermostar-vent-takeaway span{
    font-size:10.8px!important;line-height:1.23!important;
  }

  .academy-slide[data-slide="5"] .thermostar-electric-facts article:nth-child(1) span,
  .academy-slide[data-slide="5"] .thermostar-electric-facts article:nth-child(3) span{
    font-size:10.25px!important;
    line-height:1.18!important;
  }
}

@media (max-width:1200px){
  .academy-slide[data-slide="4"] .thermostar-vent-facts{grid-template-columns:1fr!important;grid-template-rows:auto!important}
  .academy-slide[data-slide="4"] .thermostar-vent-facts article:nth-child(3){grid-column:auto!important}
}


/* ===== ThermoStar Pro V12 · slides 07–08 full-width technical tables ===== */
.thermostar-table-slide{padding:0!important}
.thermostar-table-shell{width:min(1540px,calc(100vw - 72px));height:var(--slide-panel-h);margin:0 auto;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--card-shadow);overflow:hidden}
.thermostar-table-head{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:18px 22px 13px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fafbfb 100%)}
.thermostar-table-head h2{margin:6px 0 0;font:800 30px/1.02 Montserrat,sans-serif;color:var(--ink)}
.thermostar-table-head h2 strong{font-weight:900}
.thermostar-table-head .slide-kicker{margin:0;font-size:9.5px}
.thermostar-legend-btn{height:42px;border:1px solid #d6dde0;border-radius:12px;background:#fff;color:var(--ink);padding:0 14px;display:inline-flex;align-items:center;gap:9px;cursor:pointer;font:800 11px/1 Montserrat,sans-serif;white-space:nowrap;box-shadow:0 5px 15px rgba(31,41,46,.05)}
.thermostar-legend-btn i{color:#caa600;font-size:14px}.thermostar-legend-btn:hover{border-color:#cfad00;background:#fffdf2}
.thermostar-spec-table-wrap{flex:1 1 auto;min-height:0;overflow:hidden;padding:10px 14px 8px;background:#f5f7f7}
.thermostar-spec-table{width:100%;height:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-family:"Source Sans 3",sans-serif;color:#263136;background:#fff;border:1px solid #cfd6d9;border-radius:13px;overflow:hidden}
.thermostar-spec-table th,.thermostar-spec-table td{border-right:1px solid #d7dddf;border-bottom:1px solid #d7dddf;padding:2.8px 5px;text-align:center;vertical-align:middle;font-size:10.35px;line-height:1.12;font-weight:650}
.thermostar-spec-table tr:last-child th,.thermostar-spec-table tr:last-child td{border-bottom:0}.thermostar-spec-table th:last-child,.thermostar-spec-table td:last-child{border-right:0}
.thermostar-spec-table thead th{background:#263136;color:#fff;font:800 10.6px/1 Montserrat,sans-serif;padding:7px 5px;position:sticky;top:0;z-index:2}
.thermostar-spec-table thead th:nth-child(n+4){background:#303c41;color:#ffd500}.thermostar-spec-table .group-col{width:104px}.thermostar-spec-table .unit-col{width:60px}.thermostar-spec-table thead th:nth-child(2){width:35%}
.thermostar-spec-table tbody td:nth-child(2){text-align:left;font-weight:650}.thermostar-spec-table tbody td:nth-child(3){font-weight:800;color:#697479}.thermostar-spec-table tbody tr:nth-child(even) td{background:#fbfcfc}
.thermostar-spec-table td small{display:block;margin-top:1px;font-size:8px;color:#7b868b;font-weight:700}
.thermostar-spec-table .section-cell{background:#edf1f2!important;color:#263136;font:800 9.6px/1.15 Montserrat,sans-serif;text-align:center!important;padding:4px!important}
.thermostar-spec-table .section-cell i{display:block;margin:0 auto 4px;width:24px;height:24px;border-radius:8px;background:var(--yellow);color:#263136;line-height:24px;font-size:10px}.thermostar-spec-table .section-cell span{display:block}
.thermostar-spec-table .section-r290{background:#fff6be!important}.thermostar-spec-table .energy-row td,.thermostar-spec-table .energy-row th{background:#fff8d6!important;font-weight:800}
.thermostar-spec-table-wrap--secondary{padding-top:9px}.thermostar-spec-table--secondary th,.thermostar-spec-table--secondary td{font-size:10.1px;padding:2.3px 5px}.thermostar-spec-table--secondary thead th{font-size:10.5px;padding:6px 5px}.thermostar-spec-table--secondary thead th:nth-child(2){width:34%}
.thermostar-table-foot{flex:0 0 42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 15px;border-top:1px solid var(--line);background:#fff;font:700 9.8px/1.2 "Source Sans 3",sans-serif;color:#657176}.thermostar-table-foot span{display:flex;align-items:center;gap:7px}.thermostar-table-foot i{color:#c6a400}.thermostar-table-foot button{border:0;background:#263136;color:#fff;border-radius:9px;padding:7px 10px;font:800 9px/1 Montserrat,sans-serif;cursor:pointer}
.thermostar-table-foot button:hover{background:#1d2529;color:var(--yellow)}
.thermostar-legend-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px}.thermostar-legend-modal.is-open{display:flex}.thermostar-legend-modal__backdrop{position:absolute;inset:0;background:rgba(16,22,25,.72);backdrop-filter:blur(3px)}
.thermostar-legend-modal__dialog{position:relative;width:min(1040px,94vw);max-height:88vh;overflow:auto;border-radius:20px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.35);padding:24px}.thermostar-legend-modal__close{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:10px;background:#263136;color:#fff;cursor:pointer;font-size:16px}.thermostar-legend-modal__head{display:flex;align-items:center;gap:13px;padding-right:52px}.thermostar-legend-modal__head>span{width:46px;height:46px;border-radius:13px;background:var(--yellow);display:grid;place-items:center;color:#263136;font-size:17px}.thermostar-legend-modal__head small{font:900 9px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.08em}.thermostar-legend-modal__head h3{margin:4px 0 0;font:900 25px/1.05 Montserrat,sans-serif;color:var(--ink)}
.thermostar-legend-modal__grid{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:9px 12px}.thermostar-legend-modal__grid p{margin:0;padding:10px 11px;border:1px solid var(--line);border-radius:11px;background:#fafbfb;font:600 12.2px/1.35 "Source Sans 3",sans-serif;color:#435056}.thermostar-legend-modal__grid b{color:#9a7600;font-family:Montserrat,sans-serif}.thermostar-legend-modal__note{margin-top:13px;padding:13px 15px;border-radius:13px;background:#263136;color:#f2f5f6;display:flex;gap:11px;align-items:flex-start;font:600 11.5px/1.35 "Source Sans 3",sans-serif}.thermostar-legend-modal__note i{color:var(--yellow);margin-top:2px}
@media(max-width:1200px){.thermostar-table-shell{width:calc(100vw - 30px);height:auto;min-height:680px}.thermostar-spec-table-wrap{overflow:auto}.thermostar-spec-table{min-width:1180px;height:auto}.thermostar-table-slide{overflow:auto!important}.thermostar-table-head{align-items:flex-start}.thermostar-legend-modal__grid{grid-template-columns:1fr}}
@media(max-width:720px){.thermostar-table-head{padding:15px;flex-direction:column;align-items:stretch}.thermostar-table-head h2{font-size:25px}.thermostar-legend-btn{justify-content:center}.thermostar-table-foot{height:auto;min-height:50px;padding:8px 12px;align-items:flex-start}.thermostar-table-foot span{font-size:9px}.thermostar-legend-modal{padding:12px}.thermostar-legend-modal__dialog{padding:18px}.thermostar-legend-modal__head h3{font-size:20px}.thermostar-legend-modal__grid p{font-size:11.4px}}


/* ===== ThermoStar Pro V13 · alignment fixes slides 03, 07, 08 ===== */
@media (min-width:1201px){
  /* Slide 03: stable right-side comparison table geometry */
  .academy-slide[data-slide="2"] .thermostar-env-visual{
    grid-template-rows:minmax(0,1fr) 88px!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-stage{
    min-height:0!important;
    padding:56px 16px 14px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table-title{
    flex:0 0 auto!important;
    margin:0 0 7px!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table{
    width:100%!important;
    flex:1 1 auto!important;
    min-height:0!important;
    overflow:hidden!important;
    display:grid!important;
    grid-template-rows:34px repeat(12,minmax(0,1fr))!important;
    border:1px solid #d3dade!important;
    border-radius:13px!important;
    background:#fff!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table .tr{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    grid-template-columns:1.02fr 2.25fr .74fr .92fr!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table .tr>div{
    min-width:0!important;
    padding:2px 5px!important;
    font-size:8.8px!important;
    line-height:1.05!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table .th>div{
    font-size:8.2px!important;
    line-height:1.02!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-table .tr--r290>div{
    font-size:9.2px!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-footer{
    min-height:88px!important;
    padding:12px 24px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-footer>div{
    flex:0 1 520px!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="2"] .thermostar-env-footer b,
  .academy-slide[data-slide="2"] .thermostar-env-footer small{
    text-align:center!important;
  }

  /* Slides 07–08: title scale/position consistent with the academy */
  .academy-slide[data-slide="6"] .thermostar-table-shell,
  .academy-slide[data-slide="7"] .thermostar-table-shell{
    height:var(--slide-panel-h)!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head,
  .academy-slide[data-slide="7"] .thermostar-table-head{
    flex:0 0 84px!important;
    min-height:84px!important;
    align-items:center!important;
    padding:11px 22px 10px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head__copy,
  .academy-slide[data-slide="7"] .thermostar-table-head__copy{
    min-width:0!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head .slide-kicker,
  .academy-slide[data-slide="7"] .thermostar-table-head .slide-kicker{
    margin:0 0 8px!important;
    font-size:10px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head h2,
  .academy-slide[data-slide="7"] .thermostar-table-head h2{
    margin:0!important;
    font:900 42px/.98 Montserrat,sans-serif!important;
    letter-spacing:-.045em!important;
    white-space:nowrap!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head h2 span,
  .academy-slide[data-slide="7"] .thermostar-table-head h2 span{
    font-weight:700!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table-wrap,
  .academy-slide[data-slide="7"] .thermostar-spec-table-wrap{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow:hidden!important;
    padding:6px 12px!important;
    display:flex!important;
    align-items:stretch!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table,
  .academy-slide[data-slide="7"] .thermostar-spec-table{
    height:100%!important;
    width:100%!important;
    table-layout:fixed!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table th,
  .academy-slide[data-slide="6"] .thermostar-spec-table td,
  .academy-slide[data-slide="7"] .thermostar-spec-table th,
  .academy-slide[data-slide="7"] .thermostar-spec-table td{
    text-align:center!important;
    vertical-align:middle!important;
    padding:1px 4px!important;
    font-size:9.05px!important;
    line-height:1.02!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table thead th,
  .academy-slide[data-slide="7"] .thermostar-spec-table thead th{
    padding:5px 4px!important;
    font-size:9.6px!important;
    line-height:1!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table tbody td:nth-child(2),
  .academy-slide[data-slide="7"] .thermostar-spec-table tbody td:nth-child(2){
    text-align:center!important;
    white-space:nowrap!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table td small,
  .academy-slide[data-slide="7"] .thermostar-spec-table td small{
    margin-top:0!important;
    font-size:7.7px!important;
    line-height:1!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table .section-cell,
  .academy-slide[data-slide="7"] .thermostar-spec-table .section-cell{
    font-size:8.7px!important;
    line-height:1.02!important;
    padding:2px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table .section-cell i,
  .academy-slide[data-slide="7"] .thermostar-spec-table .section-cell i{
    width:20px!important;
    height:20px!important;
    line-height:20px!important;
    margin-bottom:2px!important;
    font-size:8.5px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-foot,
  .academy-slide[data-slide="7"] .thermostar-table-foot{
    flex:0 0 30px!important;
    min-height:30px!important;
    justify-content:center!important;
    padding:0 14px!important;
    font-size:9px!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-foot span,
  .academy-slide[data-slide="7"] .thermostar-table-foot span{
    justify-content:center!important;
  }
}

@media (min-width:1201px) and (max-height:820px){
  .academy-slide[data-slide="6"] .thermostar-table-head,
  .academy-slide[data-slide="7"] .thermostar-table-head{flex-basis:76px!important;min-height:76px!important}
  .academy-slide[data-slide="6"] .thermostar-table-head h2,
  .academy-slide[data-slide="7"] .thermostar-table-head h2{font-size:38px!important}
  .academy-slide[data-slide="6"] .thermostar-spec-table th,
  .academy-slide[data-slide="6"] .thermostar-spec-table td,
  .academy-slide[data-slide="7"] .thermostar-spec-table th,
  .academy-slide[data-slide="7"] .thermostar-spec-table td{font-size:8.55px!important;padding:.5px 3px!important}
  .academy-slide[data-slide="6"] .thermostar-spec-table thead th,
  .academy-slide[data-slide="7"] .thermostar-spec-table thead th{font-size:9px!important;padding:4px 3px!important}
}


/* ===== ThermoStar Pro V14 · slide 02 + slides 07/08 alignment ===== */
@media (min-width:1201px){
  /* Slide 02: stable, readable right-side tables */
  .academy-slide[data-slide="1"] .thermostar-r290-visual{
    grid-template-rows:minmax(0,1fr) 88px!important;
  }
  .academy-slide[data-slide="1"] .thermostar-r290-stage{
    padding:56px 15px 12px!important;
    display:grid!important;
    grid-template-rows:minmax(0,.92fr) minmax(0,1.08fr)!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-ashrae-panel,
  .academy-slide[data-slide="1"] .thermostar-refrigerants-panel{
    min-height:0!important;
    height:100%!important;
    margin:0!important;
    padding:10px 11px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-panel-title{
    flex:0 0 auto!important;
    margin:0 0 7px!important;
  }
  .academy-slide[data-slide="1"] .thermostar-panel-title span{font-size:9px!important}
  .academy-slide[data-slide="1"] .thermostar-panel-title b{font-size:11px!important;line-height:1.1!important}
  .academy-slide[data-slide="1"] .ashrae-matrix{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    grid-template-columns:1.08fr 1fr 1fr!important;
    grid-template-rows:repeat(4,minmax(0,1fr))!important;
    border:1px solid #d2dade!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .ashrae-matrix>div{
    min-height:0!important;
    padding:5px 6px!important;
  }
  .academy-slide[data-slide="1"] .ashrae-col{font-size:9.2px!important;line-height:1.1!important}
  .academy-slide[data-slide="1"] .ashrae-row{font-size:9px!important;line-height:1.12!important}
  .academy-slide[data-slide="1"] .ashrae-cell{font-size:13.5px!important;line-height:1!important}
  .academy-slide[data-slide="1"] .ashrae-cell small{font-size:8.5px!important}

  .academy-slide[data-slide="1"] .thermostar-refrigerants-table{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    display:grid!important;
    grid-template-rows:36px repeat(4,minmax(0,1fr))!important;
    border:1px solid #d2dade!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr{
    min-height:0!important;
    height:auto!important;
    grid-template-columns:1.15fr .62fr 1.38fr .88fr 1.20fr!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr>div{
    min-width:0!important;
    padding:3px 5px!important;
    text-align:center!important;
    align-items:center!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr>div:first-child{
    text-align:center!important;
  }
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr b{font-size:9.4px!important;line-height:1.05!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr small{font-size:7.5px!important;line-height:1.08!important;margin-top:1px!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .th>div{font-size:7.4px!important;line-height:1.05!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .th small{font-size:6.4px!important;line-height:1.04!important}
  .academy-slide[data-slide="1"] .thermostar-refrigerants-table .tr--r290 b{font-size:9.8px!important}

  .academy-slide[data-slide="1"] .thermostar-r290-footer{
    min-height:88px!important;
    padding:10px 18px!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    align-items:center!important;
    justify-items:center!important;
    gap:10px!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="1"] .thermostar-r290-footer>div{
    width:100%!important;
    max-width:520px!important;
    text-align:center!important;
    align-self:center!important;
  }
  .academy-slide[data-slide="1"] .thermostar-r290-footer b,
  .academy-slide[data-slide="1"] .thermostar-r290-footer small{
    display:block!important;
    width:100%!important;
    text-align:center!important;
  }

  /* Slides 07–08: title/kicker in the same canonical position as slide 06. */
  .academy-slide[data-slide="6"],
  .academy-slide[data-slide="7"]{
    display:flex!important;
    align-items:center!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-shell,
  .academy-slide[data-slide="7"] .thermostar-table-shell{
    width:min(var(--shell),calc(100% - 64px))!important;
    height:var(--slide-panel-h)!important;
    margin:0 auto!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head,
  .academy-slide[data-slide="7"] .thermostar-table-head{
    flex:0 0 116px!important;
    min-height:116px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    align-items:flex-start!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head__copy,
  .academy-slide[data-slide="7"] .thermostar-table-head__copy{
    min-width:0!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head .slide-kicker,
  .academy-slide[data-slide="7"] .thermostar-table-head .slide-kicker{
    margin:0 0 18px!important;
    font-size:10px!important;
    line-height:1!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head h2,
  .academy-slide[data-slide="7"] .thermostar-table-head h2{
    margin:0!important;
    font:900 clamp(40px,3.45vw,56px)/1.01 Montserrat,sans-serif!important;
    letter-spacing:-.045em!important;
    color:var(--ink)!important;
    white-space:nowrap!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head h2 strong,
  .academy-slide[data-slide="7"] .thermostar-table-head h2 strong{
    color:var(--gold)!important;
    font-weight:900!important;
  }
  .academy-slide[data-slide="6"] .thermostar-legend-btn,
  .academy-slide[data-slide="7"] .thermostar-legend-btn{
    margin-top:1px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table-wrap,
  .academy-slide[data-slide="7"] .thermostar-spec-table-wrap{
    flex:1 1 auto!important;
    min-height:0!important;
    padding:7px 11px 6px!important;
    border:1px solid var(--line)!important;
    border-radius:18px 18px 0 0!important;
    background:#f5f7f7!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table,
  .academy-slide[data-slide="7"] .thermostar-spec-table{
    height:100%!important;
    width:100%!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table th,
  .academy-slide[data-slide="6"] .thermostar-spec-table td,
  .academy-slide[data-slide="7"] .thermostar-spec-table th,
  .academy-slide[data-slide="7"] .thermostar-spec-table td{
    text-align:center!important;
    vertical-align:middle!important;
    font-size:8.55px!important;
    line-height:1.0!important;
    padding:1px 3px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table thead th,
  .academy-slide[data-slide="7"] .thermostar-spec-table thead th{
    font-size:9.1px!important;
    line-height:1!important;
    padding:4px 3px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table td small,
  .academy-slide[data-slide="7"] .thermostar-spec-table td small{
    font-size:7.2px!important;
    line-height:1!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table tbody td:nth-child(2),
  .academy-slide[data-slide="7"] .thermostar-spec-table tbody td:nth-child(2){
    text-align:center!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-foot,
  .academy-slide[data-slide="7"] .thermostar-table-foot{
    flex:0 0 28px!important;
    min-height:28px!important;
    border:1px solid var(--line)!important;
    border-top:0!important;
    border-radius:0 0 18px 18px!important;
    background:#fff!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

@media (min-width:1201px) and (max-height:820px){
  .academy-slide[data-slide="6"] .thermostar-table-head,
  .academy-slide[data-slide="7"] .thermostar-table-head{
    flex-basis:104px!important;
    min-height:104px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-table-head h2,
  .academy-slide[data-slide="7"] .thermostar-table-head h2{
    font-size:clamp(37px,3.15vw,51px)!important;
  }
  .academy-slide[data-slide="6"] .thermostar-spec-table th,
  .academy-slide[data-slide="6"] .thermostar-spec-table td,
  .academy-slide[data-slide="7"] .thermostar-spec-table th,
  .academy-slide[data-slide="7"] .thermostar-spec-table td{
    font-size:8.1px!important;
    padding:.5px 2.5px!important;
  }
}


/* ===== ThermoStar Pro V15 · slide 02 rebuild + interactive slides 09–10 ===== */
@media (min-width:821px){
 .academy-slide[data-slide="1"] .thermostar-r290-visual{grid-template-rows:minmax(0,1fr) 86px!important}
 .academy-slide[data-slide="1"] .thermostar-r290-stage--v15{padding:54px 15px 12px!important;display:grid!important;grid-template-rows:minmax(0,.82fr) minmax(0,1.18fr)!important;gap:10px!important;overflow:hidden!important;background:#f5f7f7!important}
 .academy-slide[data-slide="1"] .thermostar-r290-card{min-height:0;padding:10px 11px;border:1px solid #d2dade;border-radius:14px;background:#fff;display:flex;flex-direction:column;overflow:hidden}
 .academy-slide[data-slide="1"] .thermostar-r290-card .thermostar-panel-title{margin:0 0 7px!important;flex:0 0 auto}
 .academy-slide[data-slide="1"] .thermostar-r290-card .thermostar-panel-title span{font-size:9px!important}.academy-slide[data-slide="1"] .thermostar-r290-card .thermostar-panel-title b{font-size:11px!important}
 .thermostar-r290-html-table{width:100%;height:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #d5dcdf;border-radius:10px;overflow:hidden;color:#273237;background:#fff;font-family:"Source Sans 3",sans-serif}
 .thermostar-r290-html-table th,.thermostar-r290-html-table td{border-right:1px solid #d9dfe1;border-bottom:1px solid #d9dfe1;text-align:center;vertical-align:middle;padding:4px 5px;line-height:1.08}.thermostar-r290-html-table tr:last-child>*{border-bottom:0}.thermostar-r290-html-table tr>*:last-child{border-right:0}
 .thermostar-r290-html-table thead th{background:#283337;color:#fff;font:800 9px/1.05 Montserrat,sans-serif}.thermostar-r290-html-table tbody th{background:#edf1f2;font:800 9px/1.08 Montserrat,sans-serif}.thermostar-r290-html-table td{font-size:9.4px;font-weight:700}
 .thermostar-r290-html-table td strong{display:block;font:900 12.5px/1 Montserrat,sans-serif}.thermostar-r290-html-table td small{display:block;margin-top:3px;font-size:7.8px;color:#657176}.thermostar-r290-html-table .r290-highlight,.thermostar-r290-html-table .r290-row>*{background:#fff3a6!important;box-shadow:inset 0 0 0 1px rgba(210,174,0,.22)}
 .thermostar-r290-html-table--ashrae thead th:first-child{width:34%}.thermostar-r290-html-table--compare thead th:first-child{width:22%}.thermostar-r290-html-table--compare th,.thermostar-r290-html-table--compare td{font-size:8.5px!important;padding:3px 4px!important}.thermostar-r290-html-table--compare td strong{font-size:10.2px!important}.thermostar-r290-html-table--compare td small{font-size:7px!important}
 .academy-slide[data-slide="1"] .thermostar-r290-footer--v15{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:12px 24px!important}.academy-slide[data-slide="1"] .thermostar-r290-footer--v15>div{flex:0 1 520px;text-align:center!important}.academy-slide[data-slide="1"] .thermostar-r290-footer--v15 b,.academy-slide[data-slide="1"] .thermostar-r290-footer--v15 small{text-align:center!important}
}
.thermostar-interactive-copy{height:var(--slide-panel-h);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.thermostar-interactive-copy .slide-copy__top{height:100%;display:flex;flex-direction:column}.thermostar-interactive-copy h2{font-size:clamp(41px,3vw,50px);line-height:1.02}.thermostar-interactive-copy .slide-lead{font-size:14.5px;line-height:1.35;margin-top:11px}
.thermostar-tech-switches{display:grid;gap:9px;margin-top:14px}.thermostar-tech-switches--two{grid-template-columns:1fr 1fr;flex:1}.thermostar-tech-switches--many{grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}.thermostar-tech-switches button{display:flex;align-items:center;gap:11px;border:1px solid #d7dde0;background:#fff;border-radius:13px;padding:10px 11px;cursor:pointer;text-align:left;transition:.18s;color:var(--ink);box-shadow:0 5px 14px rgba(31,41,46,.05);min-height:68px}.thermostar-tech-switches button:hover{border-color:#d6b000;transform:translateY(-1px)}.thermostar-tech-switches button.is-active{background:var(--yellow);border-color:var(--yellow);box-shadow:0 8px 18px rgba(255,213,0,.24)}.thermostar-tech-switches button>span:last-child{min-width:0}.thermostar-tech-switches b,.thermostar-tech-switches small{display:block}.thermostar-tech-switches b{font:900 12.5px/1.08 Montserrat,sans-serif}.thermostar-tech-switches small{margin-top:4px;font:700 10.2px/1.12 "Source Sans 3",sans-serif;color:#687378}.thermostar-tech-switches button.is-active small{color:#4a3d00}.thermostar-tech-switches--many button{min-height:54px;padding:7px 9px;gap:9px}.thermostar-tech-switches--many .thermostar-electric-tabs__icon{width:31px;height:31px;min-width:31px}.thermostar-tech-switches--many b{font-size:10.7px}.thermostar-tech-switches--many small{font-size:8.9px;margin-top:2px}
.thermostar-interactive-note{margin-top:10px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#f6f8f8;display:flex;align-items:center;gap:12px}.thermostar-interactive-note small,.thermostar-interactive-note b,.thermostar-interactive-note span{display:block}.thermostar-interactive-note small{font:900 8.5px/1 Montserrat,sans-serif;color:#9b7200}.thermostar-interactive-note b{margin-top:4px;font:900 13px/1.12 Montserrat,sans-serif}.thermostar-interactive-note span{margin-top:3px;font:600 10.5px/1.22 "Source Sans 3",sans-serif;color:#687378}
.thermostar-interactive-visual{grid-template-rows:minmax(0,1fr) 76px!important}.thermostar-interactive-stage{position:relative;min-height:0;padding:58px 18px 18px;background:#f4f6f6;overflow:hidden}.thermostar-dynamic-table-card{height:100%;display:flex;flex-direction:column;border:1px solid #d1d9dc;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(35,45,50,.08)}.thermostar-dynamic-table-title{flex:0 0 62px;display:flex;align-items:center;gap:12px;padding:9px 14px;border-bottom:1px solid #d7dee0;background:#fff}.thermostar-dynamic-table-title>span{width:40px;height:40px;border-radius:11px;background:#263136;color:var(--yellow);display:grid;place-items:center;font-size:15px}.thermostar-dynamic-table-title small,.thermostar-dynamic-table-title b{display:block}.thermostar-dynamic-table-title small{font:900 8.5px/1 Montserrat,sans-serif;color:#9b7200;letter-spacing:.06em}.thermostar-dynamic-table-title b{margin-top:4px;font:900 18px/1 Montserrat,sans-serif;color:#253035}.thermostar-dynamic-table-wrap{flex:1;min-height:0;padding:11px;display:flex;align-items:stretch}.thermostar-dynamic-table{width:100%;height:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #d2dade;border-radius:11px;overflow:hidden;font-family:"Source Sans 3",sans-serif}.thermostar-dynamic-table th,.thermostar-dynamic-table td{border-right:1px solid #d7dddf;border-bottom:1px solid #d7dddf;text-align:center;vertical-align:middle;padding:7px 6px;font-size:11.5px;line-height:1.15}.thermostar-dynamic-table tr:last-child>*{border-bottom:0}.thermostar-dynamic-table tr>*:last-child{border-right:0}.thermostar-dynamic-table thead th{background:#283337;color:#fff;font:900 10px/1 Montserrat,sans-serif}.thermostar-dynamic-table thead th:nth-child(n+3){color:var(--yellow)}.thermostar-dynamic-table thead th:first-child{width:34%}.thermostar-dynamic-table thead th:nth-child(2){width:10%}.thermostar-dynamic-table tbody th{background:#f0f3f4;font-weight:800}.thermostar-dynamic-table tbody tr:nth-child(even) td{background:#fafbfb}.thermostar-dynamic-table td strong{font-family:Montserrat,sans-serif;font-weight:900}.thermostar-interactive-footer{justify-content:center!important;padding:10px 14px!important}.thermostar-interactive-footer .thermostar-legend-btn{min-width:250px;justify-content:center}
@media(max-width:1200px){.thermostar-interactive-copy{height:auto;overflow:visible}.thermostar-interactive-visual{grid-template-rows:auto auto!important}.thermostar-interactive-stage{min-height:560px}.thermostar-tech-switches--many{grid-template-columns:1fr 1fr}.thermostar-dynamic-table{min-width:760px}.thermostar-dynamic-table-wrap{overflow:auto}}
@media(max-width:700px){.thermostar-tech-switches--two,.thermostar-tech-switches--many{grid-template-columns:1fr}.thermostar-interactive-stage{min-height:520px}.thermostar-interactive-copy h2{font-size:35px}}


/* ThermoStar Pro V16 — unified interactive technical slide 10 */
@media (min-width:1201px){
 .academy-slide[data-slide="6"] .thermostar-unified-grid{grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:22px}
 .academy-slide[data-slide="6"] .thermostar-unified-copy{height:var(--slide-panel-h);overflow:hidden}
 .academy-slide[data-slide="6"] .thermostar-unified-copy .slide-copy__top{height:100%;display:flex;flex-direction:column}
 .academy-slide[data-slide="6"] .thermostar-unified-copy h2{font-size:clamp(39px,2.65vw,48px);line-height:1.01;margin-bottom:0}
 .academy-slide[data-slide="6"] .thermostar-unified-copy .slide-lead{font-size:13.5px;line-height:1.3;margin:9px 0 11px}
 .academy-slide[data-slide="6"] .thermostar-switch-group{margin-top:4px}
 .academy-slide[data-slide="6"] .thermostar-switch-group>small{display:block;margin:0 0 6px;font:900 8.5px/1 Montserrat,sans-serif;letter-spacing:.08em;color:#947000}
 .academy-slide[data-slide="6"] .thermostar-switch-group--build{margin-top:9px}
 .academy-slide[data-slide="6"] .thermostar-tech-switches--unified{display:grid;grid-template-columns:1fr 1fr;gap:6px}
 .academy-slide[data-slide="6"] .thermostar-tech-switches--unified button{min-height:49px;padding:6px 7px;border-radius:11px;gap:7px}
 .academy-slide[data-slide="6"] .thermostar-tech-switches--unified .thermostar-electric-tabs__icon{width:31px;height:31px;min-width:31px;border-radius:8px;font-size:11px}
 .academy-slide[data-slide="6"] .thermostar-tech-switches--unified b{font-size:10.5px;line-height:1.08}
 .academy-slide[data-slide="6"] .thermostar-tech-switches--unified small{font-size:8.2px;line-height:1.1;margin-top:2px}
 .academy-slide[data-slide="6"] .thermostar-unified-visual{grid-template-rows:minmax(0,1fr) 76px!important}
 .academy-slide[data-slide="6"] .thermostar-unified-stage{padding:58px 18px 18px;display:flex;align-items:center;justify-content:center}
 .academy-slide[data-slide="6"] .thermostar-unified-card{width:94%;height:auto;max-height:calc(100% - 18px);min-height:225px}
 .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table-wrap{padding:12px 13px;display:flex;align-items:center;justify-content:center;overflow:auto}
 .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table{height:auto;min-height:0}
 .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table th,.academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table td{font-size:11.2px;padding:7px 6px}
 .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table thead th{font-size:9.8px;padding:8px 5px}
 .academy-slide[data-slide="6"] .thermostar-unified-footer{display:flex!important;align-items:center!important;justify-content:center!important}
 .academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn{margin:auto;min-width:270px}
}
@media (max-width:1200px){
 .thermostar-unified-grid{grid-template-columns:1fr}
 .thermostar-tech-switches--unified{display:grid;grid-template-columns:1fr 1fr;gap:7px}
 .thermostar-switch-group>small{display:block;margin:10px 0 6px;font:900 9px/1 Montserrat,sans-serif;color:#947000}
 .thermostar-unified-card{width:96%;margin:auto;height:auto}
 .thermostar-unified-card .thermostar-dynamic-table{min-width:760px;height:auto}
}
@media (max-width:700px){.thermostar-tech-switches--unified{grid-template-columns:1fr}.thermostar-unified-card{width:100%}}

/* ===== ThermoStar Pro V17 · slide 10 fit / scrolling refinements ===== */
@media (min-width:1201px){
  /* Left column must finish exactly at the same lower margin as the right panel. */
  .academy-slide[data-slide="6"] .thermostar-unified-copy{
    height:var(--slide-panel-h)!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-copy .slide-copy__top{
    height:100%!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-copy h2{
    font-size:clamp(37px,2.45vw,45px)!important;
    line-height:1.01!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-copy .slide-lead{
    font-size:12.9px!important;
    line-height:1.26!important;
    margin:7px 0 8px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-switch-group{
    margin-top:2px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-switch-group--build{
    margin-top:6px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-switch-group>small{
    margin-bottom:4px!important;
    font-size:8.1px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified{
    gap:5px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified button{
    min-height:43px!important;
    padding:5px 6px!important;
    gap:6px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified .thermostar-electric-tabs__icon{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    font-size:10px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified b{
    font-size:10px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified small{
    font-size:7.8px!important;
  }

  /* Keep the dynamic table at the top of its viewport; tall tables scroll from row 1. */
  .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table-wrap{
    align-items:flex-start!important;
    justify-content:center!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    scrollbar-gutter:stable;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-card .thermostar-dynamic-table{
    flex:0 0 auto!important;
    width:100%!important;
  }

  /* Cooling fits completely in the panel, so no vertical scrollbar is needed. */
  .academy-slide[data-slide="6"] .thermostar-dynamic-table-wrap[data-category="cooling"]{
    overflow-y:hidden!important;
  }
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="cooling"] th,
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="cooling"] td{
    padding:5px 5px!important;
    font-size:10.55px!important;
    line-height:1.08!important;
  }
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="cooling"] thead th{
    padding:6px 5px!important;
    font-size:9.4px!important;
  }

  /* Heating remains scrollable, but always starts from the table header/top row. */
  .academy-slide[data-slide="6"] .thermostar-dynamic-table-wrap[data-category="heating"]{
    overflow-y:auto!important;
    align-items:flex-start!important;
  }
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="heating"] th,
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="heating"] td{
    padding:6px 5px!important;
    font-size:10.65px!important;
    line-height:1.08!important;
  }
  .academy-slide[data-slide="6"] .thermostar-dynamic-table[data-category="heating"] thead th{
    padding:7px 5px!important;
    font-size:9.4px!important;
  }

  /* Footer legend button centered geometrically inside the white footer panel. */
  .academy-slide[data-slide="6"] .thermostar-unified-footer{
    display:grid!important;
    place-items:center!important;
    padding:0 16px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn{
    margin:0!important;
    min-width:270px!important;
    justify-content:center!important;
    align-self:center!important;
    justify-self:center!important;
  }
}


/* ===== ThermoStar Pro V18 · Polish copy cleanup / slide 10 vertical balance ===== */
@media (min-width:1201px){
  .academy-slide[data-slide="6"] .thermostar-unified-copy .slide-copy__top{
    justify-content:flex-start!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified{
    gap:6px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-tech-switches--unified button{
    min-height:47px!important;
    padding:6px 7px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-switch-group--build{
    margin-top:8px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn{
    transform:translateY(-4px);
  }
}

/* ThermoStar Pro V19 — full technical table modal buttons on slide 10 */
.thermostar-unified-footer{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:10px 14px!important;}
.thermostar-full-table-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:9px 15px;border:1px solid #d9dee1;border-radius:10px;background:#fff;color:#263034;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;line-height:1.1;cursor:pointer;transition:.18s ease;box-shadow:0 2px 8px rgba(25,35,40,.06)}
.thermostar-full-table-btn i{color:#f1c400;font-size:15px}.thermostar-full-table-btn:hover{border-color:#f1c400;transform:translateY(-1px)}
.thermostar-full-table-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:28px;}
.thermostar-full-table-modal.is-open{display:flex}.thermostar-full-table-modal__backdrop{position:absolute;inset:0;background:rgba(17,23,26,.78);backdrop-filter:blur(4px)}
.thermostar-full-table-modal__dialog{position:relative;width:min(1560px,96vw);height:min(900px,92vh);background:#fff;border-radius:18px;box-shadow:0 28px 90px rgba(0,0,0,.34);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.6)}
.thermostar-full-table-modal__head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #e3e6e8;background:#fff}
.thermostar-full-table-modal__head-copy{display:flex;align-items:center;gap:12px}.thermostar-full-table-modal__head-copy>span{width:40px;height:40px;border-radius:10px;background:#263034;color:#f1c400;display:grid;place-items:center;font-size:17px}.thermostar-full-table-modal__head small{display:block;font:800 10px/1.2 Montserrat,sans-serif;letter-spacing:.08em;color:#8a959a;text-transform:uppercase;margin-bottom:3px}.thermostar-full-table-modal__head h3{margin:0;font:800 20px/1.15 Montserrat,sans-serif;color:#20282c}
.thermostar-full-table-modal__close{width:40px;height:40px;border-radius:10px;border:1px solid #dce1e3;background:#fff;color:#263034;cursor:pointer;font-size:17px}.thermostar-full-table-modal__close:hover{background:#f6f7f8}
.thermostar-full-table-modal__body{flex:1 1 auto;min-height:0;padding:16px 18px 18px;overflow:auto;background:#f5f6f7}.thermostar-full-table-modal__table-wrap{min-width:1180px;background:#fff;border:1px solid #dfe3e5;border-radius:14px;overflow:hidden}
.thermostar-full-table-modal .thermostar-spec-table{width:100%;height:auto!important;min-height:0!important;margin:0!important;font-size:11.5px!important;table-layout:fixed}.thermostar-full-table-modal .thermostar-spec-table th,.thermostar-full-table-modal .thermostar-spec-table td{padding:6px 7px!important;line-height:1.18!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important}.thermostar-full-table-modal .thermostar-spec-table tbody th:not(.section-cell){text-align:center!important}.thermostar-full-table-modal .thermostar-spec-table small{display:block;font-size:9px;line-height:1.1;margin-top:2px}
@media(max-width:900px){.thermostar-full-table-modal{padding:10px}.thermostar-full-table-modal__dialog{width:98vw;height:94vh;border-radius:13px}.thermostar-full-table-modal__head{padding:13px 14px}.thermostar-full-table-modal__head h3{font-size:16px}.thermostar-full-table-modal__body{padding:10px}.thermostar-unified-footer{gap:7px}.thermostar-full-table-btn,.thermostar-unified-footer .thermostar-legend-btn{flex:1 1 180px}}

/* ===== ThermoStar Pro V20 · slide 10 footer actions in one visible row ===== */
.academy-slide[data-slide="6"] .thermostar-unified-footer{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:9px 14px!important;
  overflow:visible!important;
}
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn,
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-full-table-btn{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:260px!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  transform:none!important;
  justify-content:center!important;
  padding:0 12px!important;
  font-size:10.8px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn{
  background:var(--yellow)!important;
  border-color:var(--yellow)!important;
  color:#222c30!important;
  box-shadow:0 6px 16px rgba(241,196,0,.22)!important;
}
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn i{
  color:#222c30!important;
}
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn:hover{
  background:#e8bc00!important;
  border-color:#e8bc00!important;
}
@media(max-width:900px){
  .academy-slide[data-slide="6"] .thermostar-unified-footer{
    flex-wrap:wrap!important;
    height:auto!important;
    min-height:76px!important;
  }
  .academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn,
  .academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-full-table-btn{
    flex:1 1 180px!important;
    max-width:none!important;
    white-space:normal!important;
  }
}
\n\n/* ===== ThermoStar Pro V21 · current technical slide / centered footer actions ===== */
.academy-slide[data-slide="6"] .thermostar-unified-visual{grid-template-rows:minmax(0,1fr) 76px!important;}
.academy-slide[data-slide="6"] .thermostar-unified-footer{
  height:76px!important;
  min-height:76px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 14px!important;
  overflow:visible!important;
}
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-legend-btn,
.academy-slide[data-slide="6"] .thermostar-unified-footer .thermostar-full-table-btn{
  align-self:center!important;
  margin:0!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
}
@media(max-width:900px){
 .academy-slide[data-slide="6"] .thermostar-unified-footer{height:auto!important;min-height:76px!important;flex-wrap:wrap!important;padding:9px 12px!important;}
}


/* ThermoStar Pro V22 — slide 08 operating envelopes */
.thermostar-envelope-copy{overflow:hidden}
.thermostar-envelope-copy h2{font-size:clamp(40px,3.2vw,53px)}
.thermostar-envelope-copy .slide-lead{font-size:15.5px;line-height:1.45;margin-top:14px;max-width:760px}
.thermostar-envelope-facts{display:grid;grid-template-columns:1fr;gap:10px;margin-top:15px}
.thermostar-envelope-facts article{display:flex;align-items:center;gap:12px;min-height:78px;padding:12px 14px;border:1px solid #dfe5e6;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,31,35,.045)}
.thermostar-envelope-facts article .info-tile-icon{width:42px;height:42px;min-width:42px;border-radius:11px}
.thermostar-envelope-facts article small{display:block;font:800 9.5px/1.1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#a57900;margin-bottom:4px}
.thermostar-envelope-facts article b{display:block;font:800 16px/1.15 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-envelope-facts article span:not(.info-tile-icon){display:block;margin-top:3px;font:500 13px/1.28 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-envelope-takeaway{margin-top:12px}
.thermostar-envelope-visual{grid-template-rows:minmax(0,1fr) 108px!important}
.thermostar-envelope-stage{position:relative;min-height:0;background:linear-gradient(145deg,#f8faf9,#fff);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:48px 18px 14px}
.thermostar-envelope-stage>img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .16s ease,transform .16s ease}
.thermostar-envelope-stage>img.is-switching{opacity:.15;transform:scale(.985)}
.thermostar-envelope-stage>.visual-label{z-index:3;color:#172126!important}
.thermostar-envelope-footer{padding:10px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.thermostar-envelope-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}
.thermostar-envelope-tabs button{border:1px solid #d8dfe1;background:#fff;border-radius:12px;min-height:66px;padding:8px 10px;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer;transition:.18s ease;color:var(--ink)}
.thermostar-envelope-tabs button:hover{border-color:#b8c2c5;transform:translateY(-1px)}
.thermostar-envelope-tabs button.is-active{background:var(--yellow);border-color:var(--yellow);box-shadow:0 8px 18px rgba(255,221,0,.16)}
.thermostar-envelope-tabs button>span:last-child{min-width:0}
.thermostar-envelope-tabs button b{display:block;font:800 11px/1.15 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-envelope-tabs button small{display:block;margin-top:3px;font:600 9.5px/1.15 "Source Sans 3",Arial,sans-serif;color:#5e6a6f}
@media(min-width:1201px){
 .academy-slide[data-slide="7"] .thermostar-envelope-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}
 .academy-slide[data-slide="7"] .thermostar-envelope-top{display:flex;flex-direction:column;min-height:0}
 .academy-slide[data-slide="7"] .thermostar-envelope-facts{flex:1;grid-template-rows:repeat(3,1fr)}
 .academy-slide[data-slide="7"] .thermostar-envelope-facts article{min-height:0}
}
@media(max-width:1200px){
 .thermostar-envelope-visual{height:auto!important;max-height:none!important;grid-template-rows:auto auto!important}
 .thermostar-envelope-stage{min-height:520px}
 .thermostar-envelope-facts article{min-height:auto}
}
@media(max-width:720px){
 .thermostar-envelope-copy h2{font-size:36px}
 .thermostar-envelope-stage{min-height:380px;padding:54px 8px 10px}
 .thermostar-envelope-tabs{grid-template-columns:1fr}
 .thermostar-envelope-tabs button{min-height:58px}
 .thermostar-envelope-visual{grid-template-rows:auto auto!important}
}

/* ===== ThermoStar Pro V23 · slide 08 cleanup ===== */
@media (min-width:1201px){
  .academy-slide[data-slide="7"] .thermostar-envelope-copy{
    height:var(--slide-panel-h)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-top{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    flex:1 1 auto!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-copy h2{
    margin-bottom:8px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-copy .slide-lead{
    font-size:14.2px!important;
    line-height:1.34!important;
    margin:8px 0 10px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto auto!important;
    gap:9px!important;
    margin-top:0!important;
    flex:0 0 auto!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article{
    min-height:94px!important;
    padding:10px 11px!important;
    gap:10px!important;
    align-items:flex-start!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article:nth-child(3){
    grid-column:1 / -1!important;
    min-height:86px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article .info-tile-icon{
    width:38px!important;height:38px!important;min-width:38px!important;border-radius:10px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article small{
    font-size:8.8px!important;
    margin-bottom:3px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article b{
    font-size:15.2px!important;
    line-height:1.12!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article span:not(.info-tile-icon){
    font-size:12.2px!important;
    line-height:1.22!important;
    margin-top:3px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway{
    flex:0 0 auto!important;
    margin-top:10px!important;
    padding:10px 12px!important;
    min-height:82px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway .info-tile-icon{
    width:40px!important;height:40px!important;min-width:40px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway small{font-size:9px!important}
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway b{font-size:13.6px!important;line-height:1.22!important}
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway span{font-size:11.8px!important;line-height:1.25!important}

  .academy-slide[data-slide="7"] .thermostar-envelope-stage{
    padding:50px 14px 14px!important;
    background:#fff!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-stage>img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    clip-path:inset(0)!important;
  }
}

@media (max-width:1200px){
  .thermostar-envelope-stage>img{border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important}
}

/* ===== ThermoStar Pro V24 · slide 08 card alignment ===== */
@media (min-width:1201px){
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article>div{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article .info-tile-icon{
    margin:0!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article small,
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article b,
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article span:not(.info-tile-icon){
    width:100%!important;
    text-align:center!important;
  }

  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    border:1px solid #d8dfe1!important;
    border-top:2px solid #cbd4d7!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(20,31,35,.045)!important;
    padding:13px 15px!important;
    min-height:92px!important;
    overflow:visible!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway:before{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    top:-2px;
    height:2px;
    border-radius:2px;
    background:linear-gradient(90deg,transparent 0%,#c5ced1 18%,#c5ced1 82%,transparent 100%);
    pointer-events:none;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway>div{
    flex:1 1 auto!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding-top:1px!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway small,
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway b,
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway span{
    margin-left:0!important;
    margin-right:0!important;
  }
}

@media (max-width:1200px){
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article{
    align-items:center!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway{
    border:1px solid #d8dfe1!important;
    border-top:2px solid #cbd4d7!important;
    border-radius:14px!important;
    background:#fff!important;
  }
}


/* ===== ThermoStar Pro V25 · slide 08 refinements + slide 09 components ===== */
@media (min-width:1201px){
  /* Slide 08: borders identical, fact copy left aligned */
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article{
    border:1px solid #dfe5e6!important;
    text-align:left!important;
    justify-content:flex-start!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article>div{
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article small,
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article b,
  .academy-slide[data-slide="7"] .thermostar-envelope-facts article span:not(.info-tile-icon){
    text-align:left!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway{
    border:1px solid #dfe5e6!important;
    border-top:1px solid #dfe5e6!important;
  }
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway:before{display:none!important}
}
@media (max-width:1200px){
  .academy-slide[data-slide="7"] .thermostar-envelope-takeaway{border:1px solid #dfe5e6!important;border-top:1px solid #dfe5e6!important}
}

/* Slide 09 */
.thermostar-components-copy{overflow:hidden}
.thermostar-components-copy h2{font-size:clamp(40px,3.15vw,52px)}
.thermostar-components-copy .slide-lead{font-size:14.5px;line-height:1.38;margin:10px 0 12px}
.thermostar-components-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.thermostar-components-facts article{display:flex;gap:10px;align-items:center;min-height:104px;padding:11px 12px;border:1px solid #dfe5e6;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,31,35,.045)}
.thermostar-components-facts .info-tile-icon{width:39px;height:39px;min-width:39px;border-radius:10px}
.thermostar-components-facts small{display:block;font:800 8.5px/1.15 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#a57900;margin-bottom:4px}
.thermostar-components-facts b{display:block;font:800 13.5px/1.18 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-components-facts span:not(.info-tile-icon){display:block;margin-top:4px;font:500 11.4px/1.24 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-components-takeaway{margin-top:10px;min-height:84px;padding:11px 13px;border:1px solid #dfe5e6!important;border-radius:14px!important;background:#fff!important}
.thermostar-components-stage{position:relative;min-height:0;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center}
.thermostar-components-stage>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.thermostar-components-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,12,15,.06) 20%,rgba(6,12,15,.72) 100%);pointer-events:none}
.thermostar-components-stage>.visual-label{z-index:4}
.thermostar-components-overlay{position:absolute;left:24px;right:24px;bottom:22px;z-index:4;color:#fff;max-width:620px}
.thermostar-components-overlay .evidence-tag{display:inline-flex;align-items:center;gap:7px;background:rgba(20,29,33,.84);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 10px;font:800 8.8px/1 Montserrat,Arial,sans-serif;letter-spacing:.07em}
.thermostar-components-overlay h3{margin:10px 0 6px;font:800 26px/1.08 Montserrat,Arial,sans-serif;color:#fff}
.thermostar-components-overlay h3 strong{color:var(--yellow)}
.thermostar-components-overlay p{margin:0;max-width:580px;font:500 13.2px/1.3 "Source Sans 3",Arial,sans-serif;color:rgba(255,255,255,.9)}
.thermostar-components-visual{grid-template-rows:minmax(0,1fr) 118px!important}
.thermostar-components-footer{padding:10px 12px!important;display:flex!important;align-items:center!important}
.thermostar-components-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}
.thermostar-components-actions button{border:1px solid #d8dfe1;background:#fff;border-radius:12px;min-height:78px;padding:8px 9px;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer;color:var(--ink);transition:.18s ease}
.thermostar-components-actions button:hover{border-color:#c2a400;transform:translateY(-1px);box-shadow:0 7px 16px rgba(20,31,35,.07)}
.thermostar-components-actions button b{display:block;font:800 10px/1.15 Montserrat,Arial,sans-serif}
.thermostar-components-actions button small{display:block;margin-top:3px;font:600 8.7px/1.17 "Source Sans 3",Arial,sans-serif;color:#667278}

@media (min-width:1201px){
  .academy-slide[data-slide="8"] .thermostar-components-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}
  .academy-slide[data-slide="8"] .thermostar-components-top{min-height:0}
}
@media (max-width:1200px){
  .thermostar-components-visual{height:auto!important;grid-template-rows:auto auto!important}
  .thermostar-components-stage{min-height:540px}
}
@media (max-width:720px){
  .thermostar-components-facts{grid-template-columns:1fr}
  .thermostar-components-actions{grid-template-columns:1fr}
  .thermostar-components-visual{grid-template-rows:auto auto!important}
  .thermostar-components-stage{min-height:430px}
  .thermostar-components-overlay{left:16px;right:16px;bottom:16px}
  .thermostar-components-overlay h3{font-size:22px}
}

/* Components modal */
.thermostar-components-modal{position:fixed;inset:0;z-index:4000;display:none;align-items:center;justify-content:center;padding:28px}
.thermostar-components-modal.is-open{display:flex}
.thermostar-components-modal__backdrop{position:absolute;inset:0;background:rgba(13,20,23,.72);backdrop-filter:blur(5px)}
.thermostar-components-modal__dialog{position:relative;z-index:2;width:min(960px,94vw);max-height:88vh;background:#fff;border:1px solid #d8dfe1;border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column}
.thermostar-components-modal__head{min-height:82px;padding:16px 20px;border-bottom:1px solid #e1e6e8;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f8faf9}
.thermostar-components-modal__title{display:flex;align-items:center;gap:12px}
.thermostar-components-modal__title>span{width:44px;height:44px;border-radius:11px;background:var(--yellow);display:grid;place-items:center;color:#172126}
.thermostar-components-modal__title small{display:block;font:800 8.5px/1.1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#a57900;margin-bottom:4px}
.thermostar-components-modal__title h3{margin:0;font:800 22px/1.1 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-components-modal__close{width:42px;height:42px;border:1px solid #d7dfe1;border-radius:10px;background:#fff;color:var(--ink);cursor:pointer;font-size:17px}
.thermostar-components-modal__body{padding:20px;overflow:auto}
.thermostar-components-modal__body h4{margin:0 0 10px;font:800 14px/1.2 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-components-modal__body h4:not(:first-child){margin-top:20px}
.thermostar-components-modal__list{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}
.thermostar-components-modal__item{display:flex;gap:9px;align-items:flex-start;padding:10px 11px;border:1px solid #e0e6e8;border-radius:11px;background:#fbfcfc}
.thermostar-components-modal__item>i{width:25px;height:25px;min-width:25px;border-radius:7px;background:#232d31;color:var(--yellow);display:grid;place-items:center;font-size:10px;margin-top:1px}
.thermostar-components-modal__item b{display:block;font:800 11px/1.2 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-components-modal__item span{display:block;margin-top:3px;font:500 10.8px/1.3 "Source Sans 3",Arial,sans-serif;color:#5e696e}
@media(max-width:720px){.thermostar-components-modal{padding:12px}.thermostar-components-modal__list{grid-template-columns:1fr}.thermostar-components-modal__body{padding:14px}}


/* ThermoStar Pro V26 — slide 10 dimensions, transport and center of gravity */
.thermostar-dimensions-copy{overflow:hidden}
.thermostar-dimensions-copy h2{font-size:clamp(40px,3.15vw,52px)}
.thermostar-dimensions-copy .slide-lead{font-size:14.4px;line-height:1.36;margin:10px 0 12px}
.thermostar-dimensions-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.thermostar-dimensions-facts article{display:flex;align-items:center;gap:10px;min-height:103px;padding:11px 12px;border:1px solid #dfe5e6;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,31,35,.045)}
.thermostar-dimensions-facts .info-tile-icon{width:39px;height:39px;min-width:39px;border-radius:10px}
.thermostar-dimensions-facts small{display:block;font:800 8.7px/1.15 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#a57900;margin-bottom:4px}
.thermostar-dimensions-facts b{display:block;font:800 13.7px/1.18 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-dimensions-facts span:not(.info-tile-icon){display:block;margin-top:4px;font:500 11.5px/1.24 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-dimensions-takeaway{margin-top:10px;min-height:86px;padding:11px 13px;border:1px solid #dfe5e6!important;border-radius:14px!important;background:#fff!important}
.thermostar-dimensions-visual{grid-template-rows:minmax(0,1fr) 126px!important}
.thermostar-dimensions-stage{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:52px 26px 62px}
.thermostar-dimensions-stage>img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:opacity .16s ease}
.thermostar-dimensions-stage>img.is-switching{opacity:.22}
.thermostar-dimensions-overlay{position:absolute;left:24px;bottom:18px;z-index:4;background:rgba(255,255,255,.94);border:1px solid #dbe2e4;border-radius:13px;padding:10px 13px;max-width:60%;box-shadow:0 8px 24px rgba(20,31,35,.08)}
.thermostar-dimensions-overlay .evidence-tag{display:inline-flex;align-items:center;gap:6px;font:800 8px/1 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#9a7200}
.thermostar-dimensions-overlay h3{margin:6px 0 3px;font:800 17px/1.1 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-dimensions-overlay h3 strong{color:#a57900}
.thermostar-dimensions-overlay p{margin:0;font:500 10.7px/1.23 "Source Sans 3",Arial,sans-serif;color:#5f6a6f}
.thermostar-dimensions-footer{padding:9px 10px!important;display:flex!important;align-items:center!important}
.thermostar-dimensions-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;width:100%}
.thermostar-dimensions-actions button{min-height:90px;border:1px solid #d8dfe1;background:#fff;border-radius:12px;padding:8px;display:flex;align-items:center;gap:7px;text-align:left;color:var(--ink);cursor:pointer;transition:.18s ease}
.thermostar-dimensions-actions button:hover,.thermostar-dimensions-actions button.is-active{border-color:#d5b400;box-shadow:0 7px 17px rgba(20,31,35,.07);transform:translateY(-1px)}
.thermostar-dimensions-actions button.is-active{background:#fffbea}
.thermostar-dimensions-actions button b{display:block;font:800 9.5px/1.13 Montserrat,Arial,sans-serif}
.thermostar-dimensions-actions button small{display:block;margin-top:3px;font:600 8.4px/1.15 "Source Sans 3",Arial,sans-serif;color:#68747a}
.thermostar-dimensions-actions .thermostar-dimensions-table-btn{background:#232d31;color:#fff;border-color:#232d31}
.thermostar-dimensions-actions .thermostar-dimensions-table-btn small{color:rgba(255,255,255,.72)}
.thermostar-dimensions-actions .thermostar-dimensions-table-btn .thermostar-electric-tabs__icon{background:var(--yellow);color:#202a2e}
@media(min-width:1201px){.academy-slide[data-slide="9"] .thermostar-dimensions-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}}
@media(max-width:1200px){.thermostar-dimensions-visual{height:auto!important;grid-template-rows:auto auto!important}.thermostar-dimensions-stage{min-height:560px}.thermostar-dimensions-actions{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.thermostar-dimensions-facts{grid-template-columns:1fr}.thermostar-dimensions-stage{min-height:430px;padding:54px 14px 108px}.thermostar-dimensions-overlay{left:14px;right:14px;max-width:none}.thermostar-dimensions-actions{grid-template-columns:1fr}.thermostar-dimensions-actions button{min-height:70px}}

.thermostar-dimensions-modal{position:fixed;inset:0;z-index:4100;display:none;align-items:center;justify-content:center;padding:28px}
.thermostar-dimensions-modal.is-open{display:flex}
.thermostar-dimensions-modal__backdrop{position:absolute;inset:0;background:rgba(13,20,23,.72);backdrop-filter:blur(5px)}
.thermostar-dimensions-modal__dialog{position:relative;z-index:2;width:min(1180px,95vw);max-height:88vh;background:#fff;border:1px solid #d8dfe1;border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column}
.thermostar-dimensions-modal__head{min-height:82px;padding:16px 20px;border-bottom:1px solid #e1e6e8;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f8faf9}
.thermostar-dimensions-modal__title{display:flex;align-items:center;gap:12px}
.thermostar-dimensions-modal__title>span{width:44px;height:44px;border-radius:11px;background:var(--yellow);display:grid;place-items:center;color:#172126}
.thermostar-dimensions-modal__title small{display:block;font:800 8.5px/1.1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#a57900;margin-bottom:4px}
.thermostar-dimensions-modal__title h3{margin:0;font:800 22px/1.1 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-dimensions-modal__close{width:42px;height:42px;border:1px solid #d7dfe1;border-radius:10px;background:#fff;color:var(--ink);cursor:pointer;font-size:17px}
.thermostar-dimensions-modal__body{padding:20px;overflow:auto}
.thermostar-dimensions-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font:600 12.5px/1.2 "Source Sans 3",Arial,sans-serif;color:#263137;border:1px solid #d7dfe1;border-radius:13px;overflow:hidden}
.thermostar-dimensions-table th,.thermostar-dimensions-table td{padding:13px 9px;text-align:center;vertical-align:middle;border-right:1px solid #e0e5e7;border-bottom:1px solid #e0e5e7}
.thermostar-dimensions-table thead th{background:#232d31;color:#fff;font:800 11px/1.15 Montserrat,Arial,sans-serif}
.thermostar-dimensions-table tbody th{background:#fff8cf;font:800 12px/1.15 Montserrat,Arial,sans-serif}
.thermostar-dimensions-table tr:last-child>*{border-bottom:0}.thermostar-dimensions-table tr>*:last-child{border-right:0}
.thermostar-dimensions-modal__note{margin-top:12px;padding:11px 13px;border:1px solid #dde4e5;border-radius:11px;background:#f8faf9;display:flex;align-items:center;gap:9px;font:600 11.5px/1.3 "Source Sans 3",Arial,sans-serif;color:#59656a}.thermostar-dimensions-modal__note i{color:#c59f00}
@media(max-width:760px){.thermostar-dimensions-modal{padding:10px}.thermostar-dimensions-modal__body{padding:12px}.thermostar-dimensions-table{min-width:920px}}

/* V27 — slide 10: clean technical drawings + canonical right-panel proportions */
.thermostar-dimensions-visual{
  grid-template-rows:minmax(0,1fr) 84px!important;
}
.thermostar-dimensions-stage{
  padding:52px 22px 18px!important;
}
.thermostar-dimensions-overlay{display:none!important}
.thermostar-dimensions-footer{
  min-height:84px!important;
  height:84px!important;
  padding:7px 9px!important;
}
.thermostar-dimensions-actions{
  gap:6px!important;
  align-items:stretch!important;
}
.thermostar-dimensions-actions button{
  min-height:66px!important;
  height:66px!important;
  padding:6px 7px!important;
  gap:6px!important;
  border-radius:11px!important;
}
.thermostar-dimensions-actions .thermostar-electric-tabs__icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:8px!important;
  font-size:11px!important;
}
.thermostar-dimensions-actions button b{
  font-size:8.7px!important;
  line-height:1.1!important;
}
.thermostar-dimensions-actions button small{
  margin-top:2px!important;
  font-size:7.6px!important;
  line-height:1.08!important;
}
@media(max-width:1200px){
  .thermostar-dimensions-visual{grid-template-rows:auto auto!important}
  .thermostar-dimensions-footer{height:auto!important;min-height:84px!important}
  .thermostar-dimensions-actions button{height:auto!important;min-height:64px!important}
}


/* ThermoStar Pro V28 — slide 11 internal layout */
.thermostar-interior-copy{overflow:hidden}
.thermostar-interior-copy h2{font-size:clamp(40px,3.15vw,52px)}
.thermostar-interior-copy .slide-lead{font-size:14.4px;line-height:1.38;margin:10px 0 12px}
.thermostar-interior-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.thermostar-interior-facts article{display:flex;align-items:center;gap:10px;min-height:104px;padding:11px 12px;border:1px solid #dfe5e6;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,31,35,.045)}
.thermostar-interior-facts .info-tile-icon{width:39px;height:39px;min-width:39px;border-radius:10px}
.thermostar-interior-facts small{display:block;font:800 8.6px/1.15 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#a57900;margin-bottom:4px}
.thermostar-interior-facts b{display:block;font:800 13.7px/1.18 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-interior-facts span:not(.info-tile-icon){display:block;margin-top:4px;font:500 11.5px/1.24 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-interior-takeaway{margin-top:10px;min-height:86px;padding:11px 13px;border:1px solid #dfe5e6!important;border-radius:14px!important;background:#fff!important}
.thermostar-interior-visual{grid-template-rows:minmax(0,1fr) 126px!important}
.thermostar-interior-stage{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:52px 18px 20px}
.thermostar-interior-stage>img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:opacity .16s ease,transform .16s ease}
.thermostar-interior-stage>img.is-switching{opacity:.18;transform:scale(.985)}
.thermostar-interior-stage>.visual-label{z-index:3}
.thermostar-interior-footer{padding:9px 10px!important;display:flex!important;align-items:center!important}
.thermostar-interior-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;width:100%}
.thermostar-interior-actions button{min-height:78px;border:1px solid #d8dfe1;background:#fff;border-radius:12px;padding:8px;display:flex;align-items:center;gap:7px;text-align:left;color:var(--ink);cursor:pointer;transition:.18s ease}
.thermostar-interior-actions button:hover,.thermostar-interior-actions button.is-active{border-color:#d5b400;box-shadow:0 7px 17px rgba(20,31,35,.07);transform:translateY(-1px)}
.thermostar-interior-actions button.is-active{background:#fffbea}
.thermostar-interior-actions button b{display:block;font:800 9.5px/1.13 Montserrat,Arial,sans-serif}
.thermostar-interior-actions button small{display:block;margin-top:3px;font:600 8.5px/1.15 "Source Sans 3",Arial,sans-serif;color:#68747a}
@media(min-width:1201px){.academy-slide[data-slide="10"] .thermostar-interior-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}}
@media(max-width:1200px){.thermostar-interior-visual{height:auto!important;grid-template-rows:auto auto!important}.thermostar-interior-stage{min-height:560px}.thermostar-interior-actions{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.thermostar-interior-facts{grid-template-columns:1fr}.thermostar-interior-stage{min-height:430px;padding:54px 14px 18px}.thermostar-interior-actions{grid-template-columns:1fr}.thermostar-interior-actions button{min-height:68px}}

/* ThermoStar Pro V29 — slide 12 electrical connections */
.thermostar-electric2-copy{overflow:hidden}
.thermostar-electric2-copy h2{font-size:clamp(39px,3vw,50px)}
.thermostar-electric2-copy .slide-lead{font-size:14px;line-height:1.32;margin:9px 0 11px}
.thermostar-electric2-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.thermostar-electric2-facts article{display:flex;align-items:center;gap:9px;min-height:94px;padding:10px 11px;border:1px solid #dfe5e6;border-radius:13px;background:#fff}
.thermostar-electric2-facts .info-tile-icon{width:38px;height:38px;min-width:38px;border-radius:10px}
.thermostar-electric2-facts small{display:block;font:800 8.4px/1.15 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#9c7600;margin-bottom:3px}
.thermostar-electric2-facts b{display:block;font:800 12.6px/1.16 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-electric2-facts span:not(.info-tile-icon){display:block;margin-top:3px;font:500 10.8px/1.2 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-electric2-details-btn{margin-top:9px;width:100%;min-height:54px;border:1px solid #d8dfe1;background:#fff;border-radius:12px;padding:7px 10px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}
.thermostar-electric2-details-btn:hover{border-color:#d4b100;box-shadow:0 8px 18px rgba(20,31,35,.06)}
.thermostar-electric2-details-btn b{display:block;font:800 12px/1.1 Montserrat,Arial,sans-serif}
.thermostar-electric2-details-btn small{display:block;margin-top:2px;font:600 9px/1.1 "Source Sans 3",Arial,sans-serif;color:#68747a}
.thermostar-electric2-takeaway{margin-top:9px;min-height:82px;padding:10px 12px}
.thermostar-electric2-visual{grid-template-rows:minmax(0,1fr) 84px!important}
.thermostar-electric2-stage{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:54px 20px 16px}
.thermostar-electric2-stage img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .14s ease}
.thermostar-electric2-stage img.is-switching{opacity:.18}
.thermostar-electric2-footer{height:84px!important;min-height:84px!important;padding:7px 8px!important;display:flex!important;align-items:center!important}
.thermostar-electric2-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;width:100%}
.thermostar-electric2-actions button{min-height:65px;height:65px;border:1px solid #d8dfe1;background:#fff;border-radius:10px;padding:5px 6px;display:flex;align-items:center;gap:5px;text-align:left;cursor:pointer;color:var(--ink)}
.thermostar-electric2-actions button.is-active,.thermostar-electric2-actions button:hover{border-color:#d4b100;background:#fffbea;transform:translateY(-1px)}
.thermostar-electric2-actions .thermostar-electric-tabs__icon{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:10px!important}
.thermostar-electric2-actions b{display:block;font:800 7.9px/1.08 Montserrat,Arial,sans-serif}
.thermostar-electric2-actions small{display:block;margin-top:2px;font:600 6.9px/1.05 "Source Sans 3",Arial,sans-serif;color:#6b757a}
@media(min-width:1201px){.academy-slide[data-slide="11"] .thermostar-electric2-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}}

.thermostar-electric2-modal{position:fixed;inset:0;z-index:3500;display:none;align-items:center;justify-content:center;padding:28px}
.thermostar-electric2-modal.is-open{display:flex}
.thermostar-electric2-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,26,.76);backdrop-filter:blur(5px)}
.thermostar-electric2-modal__dialog{position:relative;width:min(1040px,94vw);max-height:88vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.28)}
.thermostar-electric2-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e1e6e8}
.thermostar-electric2-modal__head small{font:800 9px/1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#9b7600}
.thermostar-electric2-modal__head h3{margin:5px 0 0;font:800 22px/1.1 Montserrat,Arial,sans-serif}
.thermostar-electric2-modal__head button{width:40px;height:40px;border:0;border-radius:10px;background:#172126;color:#fff;cursor:pointer}
.thermostar-electric2-modal__body{padding:20px 22px 22px;overflow:auto}
.thermostar-electric2-modal table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #d8dfe1;border-radius:13px;overflow:hidden;font-family:"Source Sans 3",Arial,sans-serif}
.thermostar-electric2-modal th,.thermostar-electric2-modal td{padding:11px 10px;border-right:1px solid #e0e5e7;border-bottom:1px solid #e0e5e7;text-align:center;font-size:13px}
.thermostar-electric2-modal thead th{background:#1c282d;color:#fff;font:800 11px/1.15 Montserrat,Arial,sans-serif}
.thermostar-electric2-modal tbody th{background:#f1f4f5;font:800 12px/1.15 Montserrat,Arial,sans-serif}
.thermostar-electric2-modal tr:last-child>*{border-bottom:0}.thermostar-electric2-modal tr>*:last-child{border-right:0}
.thermostar-electric2-modal__notes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.thermostar-electric2-modal__notes span{display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid #dfe5e6;border-radius:11px;font:600 11px/1.2 "Source Sans 3",Arial,sans-serif}
.thermostar-electric2-modal__notes i{color:#b88d00}
@media(max-width:1200px){.thermostar-electric2-visual{grid-template-rows:auto auto!important}.thermostar-electric2-stage{min-height:560px}.thermostar-electric2-footer{height:auto!important}.thermostar-electric2-actions{grid-template-columns:repeat(2,1fr)}.thermostar-electric2-actions button{height:auto!important;min-height:62px!important}}
@media(max-width:720px){.thermostar-electric2-facts{grid-template-columns:1fr}.thermostar-electric2-stage{min-height:430px}.thermostar-electric2-actions{grid-template-columns:1fr}.thermostar-electric2-modal__notes{grid-template-columns:1fr}.thermostar-electric2-modal__body{padding:14px}.thermostar-electric2-modal th,.thermostar-electric2-modal td{font-size:10px;padding:8px 6px}}


/* V30 — slide 11 compact gallery footer */
.academy-slide[data-slide="10"] .thermostar-interior-visual{grid-template-rows:minmax(0,1fr) 86px!important}
.academy-slide[data-slide="10"] .thermostar-interior-footer{height:86px!important;min-height:86px!important;padding:7px 8px!important}
.academy-slide[data-slide="10"] .thermostar-interior-actions{grid-template-columns:repeat(4,1fr)!important;gap:5px!important}
.academy-slide[data-slide="10"] .thermostar-interior-actions button{height:66px!important;min-height:66px!important;padding:5px 6px!important;gap:5px!important;border-radius:10px!important}
.academy-slide[data-slide="10"] .thermostar-interior-actions .thermostar-electric-tabs__icon{width:29px!important;height:29px!important;min-width:29px!important;font-size:10px!important}
.academy-slide[data-slide="10"] .thermostar-interior-actions button b{font-size:8.2px!important;line-height:1.08!important}
.academy-slide[data-slide="10"] .thermostar-interior-actions button small{font-size:7px!important;line-height:1.06!important;margin-top:2px!important}

/* V30 — slide 13 R290 safety zones */
.thermostar-zones-copy{overflow:hidden}
.thermostar-zones-copy h2{font-size:clamp(39px,3vw,50px)}
.thermostar-zones-copy .slide-lead{font-size:13.8px;line-height:1.32;margin:9px 0 11px}
.thermostar-zones-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.thermostar-zones-facts article{display:flex;align-items:center;gap:9px;min-height:98px;padding:10px 11px;border:1px solid #dfe5e6;border-radius:13px;background:#fff}
.thermostar-zones-facts .info-tile-icon{width:38px;height:38px;min-width:38px;border-radius:10px}
.thermostar-zones-facts small{display:block;font:800 8.3px/1.12 Montserrat,Arial,sans-serif;letter-spacing:.055em;color:#a57900;margin-bottom:3px}
.thermostar-zones-facts b{display:block;font:800 12.6px/1.15 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-zones-facts span:not(.info-tile-icon){display:block;margin-top:3px;font:500 10.7px/1.2 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-zones-takeaway{margin-top:9px;min-height:84px;padding:10px 12px}
.thermostar-zones-visual{grid-template-rows:minmax(0,1fr) 86px!important}
.thermostar-zones-stage{position:relative;min-height:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:54px 24px 18px}
.thermostar-zones-stage img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .15s ease}
.thermostar-zones-stage img.is-switching{opacity:.2}
.thermostar-zones-table-btn{position:absolute;left:18px;bottom:16px;z-index:4;border:1px solid #cfd7da;background:rgba(255,255,255,.96);border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:7px;font:800 9px/1 Montserrat,Arial,sans-serif;color:#172126;cursor:pointer;box-shadow:0 7px 20px rgba(20,31,35,.09)}
.thermostar-zones-table-btn:hover{border-color:#d4b100;background:#fffbea}
.thermostar-zones-table-btn i{color:#b88d00}
.thermostar-zones-footer{height:86px!important;min-height:86px!important;padding:7px 8px!important;display:flex!important;align-items:center!important}
.thermostar-zones-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;width:100%}
.thermostar-zones-actions button{height:66px;min-height:66px;border:1px solid #d8dfe1;background:#fff;border-radius:10px;padding:6px;text-align:left;cursor:pointer;color:var(--ink)}
.thermostar-zones-actions button.is-active,.thermostar-zones-actions button:hover{border-color:#d4b100;background:#fffbea;transform:translateY(-1px)}
.thermostar-zones-actions b{display:block;font:800 7.9px/1.08 Montserrat,Arial,sans-serif}
.thermostar-zones-actions small{display:block;margin-top:3px;font:600 7px/1.06 "Source Sans 3",Arial,sans-serif;color:#68747a}
@media(min-width:1201px){.academy-slide[data-slide="12"] .thermostar-zones-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}}

/* left drawer: leaves right-hand graphic visible on desktop */
.thermostar-zone-drawer{position:fixed;inset:0;z-index:3600;pointer-events:none;visibility:hidden}
.thermostar-zone-drawer.is-open{visibility:visible}
.thermostar-zone-drawer__panel{position:absolute;left:0;top:78px;bottom:72px;width:min(650px,44vw);background:#fff;box-shadow:18px 0 55px rgba(12,20,23,.22);transform:translateX(-104%);transition:transform .24s ease;pointer-events:auto;border-right:1px solid #dce2e4;display:flex;flex-direction:column}
.thermostar-zone-drawer.is-open .thermostar-zone-drawer__panel{transform:translateX(0)}
.thermostar-zone-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:19px 22px 16px;border-bottom:1px solid #e1e6e8}
.thermostar-zone-drawer__head small{font:800 8.5px/1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#a07800}
.thermostar-zone-drawer__head h3{margin:5px 0 0;font:800 20px/1.12 Montserrat,Arial,sans-serif;color:#172126}
.thermostar-zone-drawer__head button{width:38px;height:38px;border:0;border-radius:10px;background:#172126;color:#fff;cursor:pointer}
.thermostar-zone-drawer__body{padding:18px 20px 22px;overflow:auto}
.thermostar-zone-table-wrap table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #d8dfe1;border-radius:12px;overflow:hidden}
.thermostar-zone-table-wrap th,.thermostar-zone-table-wrap td{padding:10px 8px;text-align:center;border-right:1px solid #e1e6e8;border-bottom:1px solid #e1e6e8;font:600 12px/1.15 "Source Sans 3",Arial,sans-serif}
.thermostar-zone-table-wrap thead th{background:#1d292e;color:#fff;font:800 10px/1.12 Montserrat,Arial,sans-serif}
.thermostar-zone-table-wrap tbody th{background:#f0f3f4;font:800 11px/1.15 Montserrat,Arial,sans-serif}
.thermostar-zone-table-wrap tr:last-child>*{border-bottom:0}.thermostar-zone-table-wrap tr>*:last-child{border-right:0}
.thermostar-zone-drawer__note{margin:12px 0 0;padding:11px 12px;border-radius:10px;background:#fff8d7;border:1px solid #e6cf64;font:600 11px/1.28 "Source Sans 3",Arial,sans-serif;color:#354148}
@media(max-width:1200px){.thermostar-zones-visual{grid-template-rows:auto auto!important}.thermostar-zones-stage{min-height:560px}.thermostar-zones-footer{height:auto!important}.thermostar-zones-actions{grid-template-columns:repeat(2,1fr)}.thermostar-zones-actions button{height:auto;min-height:58px}.thermostar-zone-drawer__panel{width:min(720px,76vw)}}
@media(max-width:720px){.thermostar-zones-facts{grid-template-columns:1fr}.thermostar-zones-stage{min-height:430px;padding:52px 12px 16px}.thermostar-zones-actions{grid-template-columns:1fr}.thermostar-zone-drawer__panel{top:0;bottom:0;width:100vw}.thermostar-zone-table-wrap th,.thermostar-zone-table-wrap td{padding:8px 5px;font-size:10px}}

/* V31 — slide 14 tests, standards and certification */
.thermostar-cert-copy{overflow:hidden}
.thermostar-cert-copy h2{font-size:clamp(38px,2.95vw,49px)}
.thermostar-cert-copy .slide-lead{font-size:13.7px;line-height:1.3;margin:9px 0 10px}
.thermostar-cert-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.thermostar-cert-facts article{display:flex;align-items:center;gap:9px;min-height:96px;padding:10px 11px;border:1px solid #dfe5e6;border-radius:13px;background:#fff}
.thermostar-cert-facts .info-tile-icon{width:38px;height:38px;min-width:38px;border-radius:10px}
.thermostar-cert-facts small{display:block;font:800 8.4px/1.1 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#a57900;margin-bottom:3px}
.thermostar-cert-facts b{display:block;font:800 12.4px/1.15 Montserrat,Arial,sans-serif;color:var(--ink)}
.thermostar-cert-facts span:not(.info-tile-icon){display:block;margin-top:3px;font:500 10.7px/1.18 "Source Sans 3",Arial,sans-serif;color:var(--muted)}
.thermostar-cert-eurovent-card{background:#f8fcfa!important;border-color:#c9ded4!important}
.thermostar-cert-list-btn{margin-top:9px;width:100%;min-height:52px;border:1px solid #d7dfe1;background:#fff;border-radius:12px;padding:7px 10px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}
.thermostar-cert-list-btn:hover{border-color:#d3b000;background:#fffbea}
.thermostar-cert-list-btn b{display:block;font:800 12px/1.1 Montserrat,Arial,sans-serif}
.thermostar-cert-list-btn small{display:block;margin-top:2px;font:600 8.9px/1.1 "Source Sans 3",Arial,sans-serif;color:#68747a}
.thermostar-cert-takeaway{margin-top:9px;min-height:82px;padding:10px 12px}
.thermostar-cert-visual{grid-template-rows:minmax(0,1fr) 92px!important}
.thermostar-cert-stage{position:relative;min-height:0;overflow:hidden;background:#121a1e}
.thermostar-cert-stage>img{width:100%;height:100%;object-fit:cover;display:block}
.thermostar-cert-footer{height:92px!important;min-height:92px!important;padding:8px 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px}
.thermostar-cert-footer-main{display:flex;align-items:center;gap:9px;min-width:0}
.thermostar-cert-footer-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#1b272c;color:#ffd600;display:grid;place-items:center}
.thermostar-cert-footer-main small{display:block;font:800 7.8px/1 Montserrat,Arial,sans-serif;letter-spacing:.06em;color:#9a7600}
.thermostar-cert-footer-main b{display:block;margin-top:3px;font:800 10.7px/1.08 Montserrat,Arial,sans-serif;color:#172126}
.thermostar-cert-footer-main span{display:block;margin-top:3px;font:600 8.2px/1.05 "Source Sans 3",Arial,sans-serif;color:#68747a}
.thermostar-cert-eurovent{height:64px;display:flex;align-items:center;gap:7px;padding-left:10px;border-left:1px solid #e0e5e7}
.thermostar-cert-eurovent img{width:108px;height:46px;object-fit:contain}
.thermostar-cert-eurovent small{display:block;font:800 7px/1 Montserrat,Arial,sans-serif;color:#a57900;letter-spacing:.05em}
.thermostar-cert-eurovent b{display:block;margin-top:3px;font:800 10px/1 Montserrat,Arial,sans-serif}
@media(min-width:1201px){.academy-slide[data-slide="13"] .thermostar-cert-copy{height:var(--slide-panel-h)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}}

.thermostar-cert-modal{position:fixed;inset:0;z-index:3650;display:none;align-items:center;justify-content:center;padding:28px}
.thermostar-cert-modal.is-open{display:flex}
.thermostar-cert-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,26,.77);backdrop-filter:blur(5px)}
.thermostar-cert-modal__dialog{position:relative;width:min(1080px,94vw);max-height:88vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.28)}
.thermostar-cert-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e1e6e8}
.thermostar-cert-modal__head small{font:800 8.5px/1 Montserrat,Arial,sans-serif;letter-spacing:.08em;color:#a07800}
.thermostar-cert-modal__head h3{margin:5px 0 0;font:800 21px/1.1 Montserrat,Arial,sans-serif}
.thermostar-cert-modal__head button{width:40px;height:40px;border:0;border-radius:10px;background:#172126;color:#fff;cursor:pointer}
.thermostar-cert-modal__body{padding:18px 22px;overflow:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.thermostar-cert-modal__body section{border:1px solid #dfe5e6;border-radius:13px;padding:13px 14px;background:#fff}
.thermostar-cert-modal__body h4{margin:0 0 9px;font:800 12px/1.15 Montserrat,Arial,sans-serif;color:#172126;display:flex;align-items:center;gap:7px}
.thermostar-cert-modal__body h4 i{color:#b88d00}
.thermostar-cert-modal__body ul{margin:0;padding-left:18px;columns:2;column-gap:22px}
.thermostar-cert-modal__body li{break-inside:avoid;margin:0 0 5px;font:600 11px/1.22 "Source Sans 3",Arial,sans-serif;color:#445158}
.thermostar-cert-modal__note{margin:0 22px 20px;padding:11px 13px;border:1px solid #ded3a1;border-radius:11px;background:#fff9df;display:flex;align-items:center;gap:9px;font:600 11px/1.25 "Source Sans 3",Arial,sans-serif;color:#48545a}
.thermostar-cert-modal__note i{color:#b88d00}
@media(max-width:1200px){.thermostar-cert-visual{grid-template-rows:auto auto!important}.thermostar-cert-stage{min-height:560px}.thermostar-cert-footer{height:auto!important}.thermostar-cert-modal__body{grid-template-columns:1fr}}
@media(max-width:720px){.thermostar-cert-facts{grid-template-columns:1fr}.thermostar-cert-footer{flex-direction:column!important;align-items:stretch!important}.thermostar-cert-eurovent{border-left:0;padding-left:0;border-top:1px solid #e0e5e7;padding-top:7px}.thermostar-cert-modal__body ul{columns:1}}


/* V32 — ThermoStar Pro academy identification + slide 14 footer refinement */
@media (min-width:1201px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar{
    width:244px!important;
    min-width:244px!important;
    max-width:244px!important;
    height:40px!important;
    padding:0 14px!important;
    gap:10px!important;
  }
  .academy-context--thermostar small{
    font-size:7.6px!important;
    letter-spacing:.045em!important;
    line-height:1.05!important;
  }
  .academy-context--thermostar b{
    font-size:10.4px!important;
    line-height:1.08!important;
  }
}
@media (max-width:1200px) and (min-width:721px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar{
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    padding:0 12px!important;
  }
}
@media (max-width:720px){
  .academy-topbar .academy-context--thermostar b{
    font-size:9.3px!important;
  }
}

/* Slide 14 footer: clearer hierarchy and equal inner margins */
.thermostar-cert-footer{
  height:96px!important;
  min-height:96px!important;
  padding:10px 16px!important;
  gap:16px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 176px!important;
  align-items:center!important;
}
.thermostar-cert-footer-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  padding-right:4px!important;
}
.thermostar-cert-footer-icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:11px!important;
  background:#1b272c!important;
  color:#ffd600!important;
  font-size:18px!important;
  display:grid!important;
  place-items:center!important;
}
.thermostar-cert-footer-copy{
  min-width:0!important;
}
.thermostar-cert-footer-copy small{
  display:block!important;
  font:800 8.6px/1.05 Montserrat,Arial,sans-serif!important;
  letter-spacing:.065em!important;
  color:#9a7600!important;
}
.thermostar-cert-footer-copy b{
  display:block!important;
  margin-top:4px!important;
  font:800 12.4px/1.1 Montserrat,Arial,sans-serif!important;
  color:#172126!important;
}
.thermostar-cert-footer-copy span{
  display:block!important;
  margin-top:4px!important;
  font:600 9.6px/1.08 "Source Sans 3",Arial,sans-serif!important;
  color:#68747a!important;
}
.thermostar-cert-eurovent{
  height:72px!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px 9px!important;
  border:1px solid #dfe6e3!important;
  border-radius:12px!important;
  background:#fbfdfc!important;
}
.thermostar-cert-eurovent__logo{
  height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.thermostar-cert-eurovent__logo img{
  width:108px!important;
  height:48px!important;
  max-width:100%!important;
  object-fit:contain!important;
}
.thermostar-cert-eurovent__copy{
  min-width:0!important;
  padding-right:2px!important;
}
.thermostar-cert-eurovent__copy small{
  display:block!important;
  font:800 7.6px/1 Montserrat,Arial,sans-serif!important;
  color:#a57900!important;
  letter-spacing:.055em!important;
  white-space:nowrap!important;
}
.thermostar-cert-eurovent__copy b{
  display:block!important;
  margin-top:4px!important;
  font:800 11.1px/1 Montserrat,Arial,sans-serif!important;
  color:#172126!important;
}
@media(max-width:1200px){
  .thermostar-cert-footer{
    height:auto!important;
    min-height:96px!important;
    grid-template-columns:minmax(0,1fr) 176px!important;
  }
}
@media(max-width:720px){
  .thermostar-cert-footer{
    grid-template-columns:1fr!important;
    padding:10px 12px!important;
  }
  .thermostar-cert-eurovent{
    width:100%!important;
    grid-template-columns:120px 1fr!important;
  }
}


/* V33 — topbar typography restored to the same scale as QMPELL EVO / QMPELL DUO */
@media (min-width:1041px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar{
    width:264px!important;
    min-width:264px!important;
    max-width:264px!important;
    height:44px!important;
    padding:0 15px!important;
    gap:10px!important;
    border-radius:12px!important;
  }
  .academy-context--thermostar small{
    font-size:8px!important;
    letter-spacing:.08em!important;
    line-height:1!important;
    font-weight:800!important;
  }
  .academy-context--thermostar b{
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
  }
}

/* V33 — final slide: ThermoStar Pro free first commissioning */
.thermostar-startup-copy{overflow:hidden}
.thermostar-startup-stage>img{
  object-position:50% center!important;
}
@media (min-width:1201px){
  .academy-slide[data-slide="14"] .thermostar-startup-copy{
    height:var(--slide-panel-h)!important;
  }
}
@media (max-height:820px) and (min-width:1101px){
  .academy-slide[data-slide="14"] .startup-copy--v12 .startup-facts{
    margin-top:8px!important;
    gap:5px!important;
  }
  .academy-slide[data-slide="14"] .startup-copy--v12 .startup-facts article{
    padding:7px 9px!important;
  }
}


/* ============================================================
   V34 — globalny pass standaryzacyjny ThermoStar Pro
   ============================================================ */

/* 1. Topbar: Academy box exactly the same height as PL/EN switch. */
@media (min-width:1041px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar{
    box-sizing:border-box!important;
    width:264px!important;
    min-width:264px!important;
    max-width:264px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 14px!important;
    gap:10px!important;
    border-radius:10px!important;
    align-items:center!important;
  }
  .academy-context--thermostar small{
    font-size:8px!important;
    letter-spacing:.075em!important;
    line-height:1!important;
    font-weight:800!important;
  }
  .academy-context--thermostar b{
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }
}

/* 2. One canonical right footer dimension for every desktop slide. */
@media (min-width:1101px){
  :root{--right-footer-h:96px!important}

  .right-panel-standard{
    grid-template-rows:minmax(0,1fr) 96px!important;
  }

  .right-panel-standard > .right-panel-footer,
  .right-panel-standard > .unified-right-footer{
    box-sizing:border-box!important;
    height:96px!important;
    min-height:96px!important;
    max-height:96px!important;
    padding:10px 14px!important;
    margin:0!important;
    border-top:1px solid var(--line)!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    overflow:hidden!important;
  }

  /* Undo individual grid-row overrides from older iterations. */
  .thermostar-r290-visual,
  .thermostar-env-visual,
  .thermostar-flame-visual,
  .thermostar-vent-visual,
  .thermostar-electric-visual,
  .thermostar-interactive-visual,
  .thermostar-envelope-visual,
  .thermostar-components-visual,
  .thermostar-dimensions-visual,
  .thermostar-interior-visual,
  .thermostar-electric2-visual,
  .thermostar-zones-visual,
  .thermostar-cert-visual,
  .thermostar-startup-visual{
    grid-template-rows:minmax(0,1fr) 96px!important;
  }
}

/* 3. Canonical right-footer icon and textual hierarchy. */
.unified-right-footer .right-panel-footer__icon,
.unified-right-footer .thermostar-electric-tabs__icon,
.unified-right-footer .thermostar-cert-footer-icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  flex:0 0 40px!important;
  border-radius:10px!important;
  background:var(--deep)!important;
  color:var(--yellow)!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  font-size:13px!important;
  box-shadow:none!important;
}

.unified-right-footer b,
.unified-right-footer small,
.unified-right-footer span{
  text-align:left;
}

.unified-right-footer > div,
.unified-right-footer > button,
.unified-right-footer > a{
  min-width:0;
}

/* Text caption footers — icon + copy always left-aligned. */
.technical-caption.unified-right-footer,
.visual-note.unified-right-footer{
  gap:12px!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.technical-caption.unified-right-footer > div,
.visual-note.unified-right-footer > div{
  flex:1 1 auto!important;
  text-align:left!important;
}
.technical-caption.unified-right-footer b,
.visual-note.unified-right-footer b{
  font-size:11.5px!important;
  line-height:1.15!important;
  font-weight:900!important;
  text-align:left!important;
}
.technical-caption.unified-right-footer small,
.visual-note.unified-right-footer small{
  margin-top:4px!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  text-align:left!important;
}

/* Specifically remove old centering from slide 02 footer. */
.academy-slide[data-slide="1"] .thermostar-r290-footer--v15{
  justify-content:flex-start!important;
  text-align:left!important;
  padding:10px 14px!important;
}
.academy-slide[data-slide="1"] .thermostar-r290-footer--v15::after{display:none!important}
.academy-slide[data-slide="1"] .thermostar-r290-footer--v15 > div{
  flex:1 1 auto!important;
  text-align:left!important;
}
.academy-slide[data-slide="1"] .thermostar-r290-footer--v15 b,
.academy-slide[data-slide="1"] .thermostar-r290-footer--v15 small{
  text-align:left!important;
}

/* 4. Standardized buttons inside every right footer. */
.unified-right-footer button,
.unified-right-footer a{
  box-sizing:border-box;
}
.unified-right-footer button:not(.academy-language-switch__btn),
.unified-right-footer a:not(.evidence-tag){
  border-radius:10px!important;
}
.unified-right-footer button b{
  font-family:Montserrat,Arial,sans-serif;
  font-weight:800;
}
.unified-right-footer button small{
  font-family:"Source Sans 3",Arial,sans-serif;
}

/* Footer-specific switch grids — consistent 64px controls within 96px footer. */
@media (min-width:1101px){
  .thermostar-switcher,
  .thermostar-envelope-tabs,
  .thermostar-components-actions,
  .thermostar-dimensions-actions,
  .thermostar-interior-actions,
  .thermostar-electric2-actions,
  .thermostar-zones-actions,
  .thermostar-electric-footer__actions,
  .thermostar-interactive-footer{
    width:100%!important;
    height:100%!important;
    align-items:center!important;
  }

  .thermostar-switcher > button,
  .thermostar-envelope-tabs > button,
  .thermostar-components-actions > button,
  .thermostar-dimensions-actions > button,
  .thermostar-interior-actions > button,
  .thermostar-electric2-actions > button,
  .thermostar-zones-actions > button{
    min-height:64px!important;
    height:64px!important;
    margin:0!important;
  }
}

/* 5. Slide 02: separate safety-classification table from yellow "02" label. */
@media (min-width:1101px){
  .academy-slide[data-slide="1"] .thermostar-r290-stage--v15{
    padding-top:72px!important;
  }
  .academy-slide[data-slide="1"] .thermostar-r290-stage > .visual-label{
    top:16px!important;
    left:18px!important;
    z-index:8!important;
  }
}

/* 6. Slide 13: complete, identical frame on "Jak czytać schematy?". */
.academy-slide[data-slide="12"] .thermostar-zones-takeaway.unified-info-box{
  box-sizing:border-box!important;
  border:1px solid var(--line)!important;
  border-top:1px solid var(--line)!important;
  outline:0!important;
  background:#fff!important;
  border-radius:14px!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.academy-slide[data-slide="12"] .thermostar-zones-takeaway.unified-info-box::before,
.academy-slide[data-slide="12"] .thermostar-zones-takeaway.unified-info-box::after{
  display:none!important;
}

/* 7. Slide 14: rebuild footer spacing so nothing touches or overlaps. */
@media (min-width:1101px){
  .academy-slide[data-slide="13"] .thermostar-cert-footer{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 190px!important;
    gap:14px!important;
    padding:10px 14px!important;
    align-items:center!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-footer-main{
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    min-width:0!important;
    height:64px!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-footer-copy{
    min-width:0!important;
    padding:0!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-footer-copy small{
    font-size:7.8px!important;
    line-height:1!important;
    letter-spacing:.055em!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-footer-copy b{
    margin-top:4px!important;
    font-size:11.5px!important;
    line-height:1.08!important;
    white-space:normal!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-footer-copy span{
    margin-top:4px!important;
    font-size:8.8px!important;
    line-height:1.08!important;
    white-space:normal!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent{
    box-sizing:border-box!important;
    width:190px!important;
    height:64px!important;
    min-height:64px!important;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    align-items:center!important;
    gap:7px!important;
    padding:6px 8px!important;
    margin:0!important;
    border:1px solid #dfe6e3!important;
    border-radius:11px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent__logo{
    width:112px!important;
    height:50px!important;
    overflow:hidden!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent__logo img{
    width:108px!important;
    height:46px!important;
    object-fit:contain!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent__copy{
    min-width:0!important;
    overflow:hidden!important;
    padding:0!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent__copy small{
    font-size:6.5px!important;
    letter-spacing:.025em!important;
    line-height:1.05!important;
    white-space:normal!important;
  }
  .academy-slide[data-slide="13"] .thermostar-cert-eurovent__copy b{
    margin-top:3px!important;
    font-size:9.8px!important;
    line-height:1!important;
  }
}

/* 8. Slide 15: centre 0 zł in the black field and keep left cards inside bounds. */
.academy-slide[data-slide="14"] .startup-right-callout__price{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:1px!important;
  text-align:center!important;
  padding:0!important;
}
.academy-slide[data-slide="14"] .startup-right-callout__price strong{
  display:block!important;
  margin:0!important;
  line-height:.9!important;
  letter-spacing:-.06em!important;
}
.academy-slide[data-slide="14"] .startup-right-callout__price b{
  display:block!important;
  margin:3px 0 0!important;
  line-height:1!important;
}

/* Standard 96px right footer also applies to final slide. */
@media (min-width:1101px){
  .academy-slide[data-slide="14"] .startup-right-callout.right-panel-footer{
    height:96px!important;
    min-height:96px!important;
    max-height:96px!important;
    padding:10px 14px!important;
    gap:12px!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price{
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    flex-basis:62px!important;
    border-radius:14px!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price strong{
    font-size:31px!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price b{
    font-size:11px!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > small{
    font-size:7.6px!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > b{
    margin-top:3px!important;
    font-size:10.4px!important;
    line-height:1.12!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > span{
    margin-top:3px!important;
    font-size:8.4px!important;
    line-height:1.13!important;
  }

  .academy-slide[data-slide="14"] .thermostar-startup-copy{
    box-sizing:border-box!important;
    height:var(--slide-panel-h)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
    padding-bottom:2px!important;
  }
  .academy-slide[data-slide="14"] .thermostar-startup-copy .slide-copy__top{
    min-height:0!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .academy-slide[data-slide="14"] .thermostar-startup-copy h2{
    margin-bottom:7px!important;
  }
  .academy-slide[data-slide="14"] .thermostar-startup-copy .slide-lead{
    font-size:13px!important;
    line-height:1.28!important;
    margin:5px 0 7px!important;
  }
  .academy-slide[data-slide="14"] .startup-facts{
    flex:1 1 auto!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:1fr 1fr!important;
    gap:7px!important;
    margin-top:7px!important;
    overflow:visible!important;
  }
  .academy-slide[data-slide="14"] .startup-facts article{
    box-sizing:border-box!important;
    min-height:0!important;
    height:auto!important;
    padding:8px 9px!important;
    overflow:hidden!important;
    border:1px solid var(--line)!important;
  }
  .academy-slide[data-slide="14"] .startup-facts article i{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    font-size:11px!important;
  }
  .academy-slide[data-slide="14"] .startup-facts b{
    font-size:10.3px!important;
    line-height:1.16!important;
  }
  .academy-slide[data-slide="14"] .startup-facts span{
    font-size:8.8px!important;
    line-height:1.18!important;
  }
}

/* 9. General safe visual alignment for standard footer internals. */
@media (min-width:1101px){
  .unified-right-footer > *{
    align-self:center!important;
  }
}

/* Mobile/tablet: keep the established responsive auto-height behaviour. */
@media(max-width:1100px){
  .right-panel-standard > .right-panel-footer,
  .right-panel-standard > .unified-right-footer{
    max-height:none!important;
  }
}


/* ============================================================
   V35 — slide 15 aligned with other academies (QMPELL layout)
   ============================================================ */
@media (min-width:1041px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar{
    width:296px!important;
    min-width:296px!important;
    max-width:296px!important;
    height:40px!important;
    padding:0 15px!important;
    gap:10px!important;
  }
  .academy-context--thermostar small{
    font-size:8.3px!important;
    letter-spacing:.085em!important;
  }
  .academy-context--thermostar b{
    font-size:14px!important;
    line-height:1.02!important;
  }
}

@media (min-width:1101px){
  .academy-slide[data-slide="14"] .thermostar-startup-visual{
    grid-template-rows:minmax(0,1fr) 118px!important;
    background:#fff!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout.right-panel-footer{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    height:118px!important;
    min-height:118px!important;
    max-height:118px!important;
    padding:14px 18px!important;
    background:linear-gradient(110deg,#ffdc00 0%,#ffe541 100%)!important;
    border-top:1px solid #dbbd00!important;
    color:var(--ink)!important;
    justify-content:flex-start!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price{
    width:72px!important;
    height:72px!important;
    flex:0 0 72px!important;
    border-radius:17px!important;
    display:flex!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:3px!important;
    background:var(--deep)!important;
    color:var(--yellow)!important;
    box-shadow:0 9px 20px rgba(23,32,37,.16)!important;
    text-align:center!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price strong{
    font:950 39px/1 Montserrat,sans-serif!important;
    letter-spacing:-.07em!important;
    margin:0!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price b{
    font:900 14px/1 Montserrat,sans-serif!important;
    margin:0!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > small{
    font:900 8.6px/1 Montserrat,sans-serif!important;
    letter-spacing:.08em!important;
    color:#665000!important;
    display:block!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > b{
    margin-top:4px!important;
    font:900 12.2px/1.18 Montserrat,sans-serif!important;
    color:#172025!important;
    display:block!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout > div > span{
    margin-top:5px!important;
    font:650 10.3px/1.3 "Source Sans 3",sans-serif!important;
    color:#4e440e!important;
    display:block!important;
  }
  .academy-slide[data-slide="14"] .thermostar-startup-copy .slide-lead{
    max-width:640px!important;
  }
}


/* ============================================================
   V36 — korekty slajdu 05 i 12
   ============================================================ */

/* Slajd 05: podpis na jasnym tle ma być konsekwentnie ciemny. */
.academy-slide[data-slide="4"] .thermostar-vent-stage > .visual-label,
.academy-slide[data-slide="4"] .thermostar-vent-stage > .visual-label span,
.academy-slide[data-slide="4"] .thermostar-vent-stage > .visual-label b{
  color:#172126!important;
}

/* Slajd 12: cztery główne kafelki — większa, czytelniejsza typografia. */
.academy-slide[data-slide="11"] .thermostar-electric2-facts small{
  font-size:9.2px!important;
  line-height:1.12!important;
  letter-spacing:.055em!important;
  margin-bottom:4px!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-facts b{
  font-size:13.7px!important;
  line-height:1.17!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-facts span:not(.info-tile-icon){
  font-size:11.7px!important;
  line-height:1.22!important;
  margin-top:4px!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-facts article{
  padding:11px 12px!important;
  gap:10px!important;
}

/* Slajd 12: „Ważne dla instalatora” — dokładnie taki sam typ ramki jak kafelki powyżej. */
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway{
  box-sizing:border-box!important;
  border:1px solid #dfe5e6!important;
  border-top:1px solid #dfe5e6!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:10px 11px!important;
  gap:9px!important;
  min-height:82px!important;
  overflow:hidden!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway::before,
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway::after{
  display:none!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway .info-tile-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:10px!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway small{
  font:800 9.2px/1.12 Montserrat,Arial,sans-serif!important;
  letter-spacing:.055em!important;
  color:#9c7600!important;
  margin:0 0 4px!important;
  text-transform:none!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway b{
  display:block!important;
  margin:0!important;
  font:800 13.7px/1.17 Montserrat,Arial,sans-serif!important;
  color:var(--ink)!important;
}
.academy-slide[data-slide="11"] .thermostar-electric2-takeaway span:not(.info-tile-icon){
  display:block!important;
  margin-top:4px!important;
  font:500 11.7px/1.22 "Source Sans 3",Arial,sans-serif!important;
  color:var(--muted)!important;
}

/* Desktop: pilnujemy, żeby powiększona typografia nadal mieściła się w panelu. */
@media (min-width:1201px){
  .academy-slide[data-slide="11"] .thermostar-electric2-facts{
    gap:8px!important;
  }
  .academy-slide[data-slide="11"] .thermostar-electric2-facts article{
    min-height:96px!important;
  }
}


/* ============================================================
   V37 — slajdy 05 / 07 / 08 / 15 + selector Akademii
   ============================================================ */

/* SLIDE 05: trzy kafle po lewej pionowo wycentrowane jak na slajdzie 06. */
.academy-slide[data-slide="4"] .thermostar-vent-facts article,
.academy-slide[data-slide="4"] .thermostar-vent-card,
.academy-slide[data-slide="4"] .thermostar-vent-facts > *{
  display:flex!important;
  align-items:center!important;
}
.academy-slide[data-slide="4"] .thermostar-vent-facts article > div,
.academy-slide[data-slide="4"] .thermostar-vent-card > div{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:100%!important;
}

/* SLIDE 07: exact three-line heading, typography unchanged otherwise. */
.academy-slide[data-slide="6"] h2{
  white-space:normal!important;
}
.academy-slide[data-slide="6"] h2 strong{
  display:inline!important;
}

/* SLIDE 08: visually neutralise unwanted yellow accent strips in heating/cooling chart area.
   The chart images themselves are kept unchanged; any yellow UI accent overlays/strips are rendered grey. */
.academy-slide[data-slide="7"] .thermostar-envelope-stage::before,
.academy-slide[data-slide="7"] .thermostar-envelope-stage::after,
.academy-slide[data-slide="7"] .thermostar-envelope-stage .chart-accent,
.academy-slide[data-slide="7"] .thermostar-envelope-stage .envelope-accent{
  background:#7d878c!important;
  border-color:#7d878c!important;
}
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label,
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label span,
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label b{
  border-color:#8d969a!important;
}
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label{
  background:rgba(247,249,249,.94)!important;
  color:#263036!important;
  box-shadow:none!important;
}
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label span{
  color:#263036!important;
  background:#dfe4e6!important;
}
.academy-slide[data-slide="7"] .thermostar-envelope-stage .visual-label b{
  color:#263036!important;
}

/* SLIDE 15: bigger text in four left cards. */
@media (min-width:1101px){
  .academy-slide[data-slide="14"] .startup-copy--v12 .startup-facts b{
    font-size:12.1px!important;
    line-height:1.18!important;
  }
  .academy-slide[data-slide="14"] .startup-copy--v12 .startup-facts span{
    font-size:10.6px!important;
    line-height:1.27!important;
  }
  .academy-slide[data-slide="14"] .startup-copy--v12 .startup-facts article{
    padding:12px 13px!important;
  }

  /* 0 zł exactly centered inside dark tile */
  .academy-slide[data-slide="14"] .startup-right-callout__price{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:row!important;
    text-align:center!important;
    padding:0!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price strong,
  .academy-slide[data-slide="14"] .startup-right-callout__price b{
    margin:0!important;
    align-self:center!important;
    line-height:1!important;
  }
  .academy-slide[data-slide="14"] .startup-right-callout__price b{
    margin-left:3px!important;
    transform:none!important;
  }
}

/* TOPBAR ACADEMY SELECTOR */
.academy-context--selector{
  position:relative!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
}
.academy-context__current{
  width:100%!important;
  height:100%!important;
  min-height:40px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  padding:0 12px!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr) 14px!important;
  align-items:center!important;
  gap:9px!important;
  cursor:pointer!important;
  text-align:left!important;
}
.academy-context__current > span{
  min-width:0!important;
}
.academy-context__current small{
  display:block!important;
  font:800 8px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.075em!important;
  color:#cbd2d5!important;
  white-space:nowrap!important;
}
.academy-context__current b{
  display:block!important;
  margin-top:3px!important;
  font:900 12px/1.05 Montserrat,Arial,sans-serif!important;
  color:#fff!important;
  white-space:nowrap!important;
}
.academy-context__chevron{
  font-size:9px!important;
  transition:transform .18s ease!important;
}
.academy-context--selector.is-open .academy-context__chevron{
  transform:rotate(180deg)!important;
}
.academy-context__menu{
  position:absolute!important;
  right:0!important;
  top:calc(100% + 7px)!important;
  width:286px!important;
  padding:7px!important;
  border:1px solid #d8dfe1!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(8,18,23,.22)!important;
  display:none!important;
  z-index:5000!important;
}
.academy-context--selector.is-open .academy-context__menu{
  display:block!important;
}
.academy-context__menu button{
  width:100%!important;
  border:0!important;
  border-radius:9px!important;
  background:#fff!important;
  padding:10px 11px!important;
  text-align:left!important;
  cursor:pointer!important;
}
.academy-context__menu button:hover,
.academy-context__menu button.is-active{
  background:#fff6c9!important;
}
.academy-context__menu small{
  display:block!important;
  font:800 8px/1 Montserrat,Arial,sans-serif!important;
  color:#927000!important;
  letter-spacing:.06em!important;
}
.academy-context__menu b{
  display:block!important;
  margin-top:4px!important;
  font:800 11.5px/1.1 Montserrat,Arial,sans-serif!important;
  color:#172126!important;
}
@media(min-width:1041px){
  .pereko-global-topbar__actions > .academy-context.academy-context--thermostar.academy-context--selector{
    width:264px!important;
    min-width:264px!important;
    max-width:264px!important;
    height:40px!important;
    min-height:40px!important;
  }
}
@media(max-width:720px){
  .academy-context__menu{
    width:min(286px,86vw)!important;
    right:0!important;
  }
}


/* ============================================================
   V38 — naprawa rozwijanego selektora Akademii
   ============================================================ */

/* Poprzednia reguła .academy-context miała większą specyficzność
   i wymuszała overflow:hidden. Nadpisujemy dokładnie ten selektor. */
.pereko-global-topbar__actions > .academy-context.academy-context--thermostar.academy-context--selector{
  overflow:visible!important;
  position:relative!important;
  z-index:5200!important;
}

/* Wszystkie kontenery topbara muszą przepuszczać dropdown poza wysokość 40 px. */
header.pereko-global-topbar.academy-topbar,
.academy-topbar .pereko-global-topbar__inner,
.pereko-global-topbar__actions.academy-top-actions{
  overflow:visible!important;
}

/* Gwarantujemy widoczność ponad slajdem i prawą sekcją. */
.academy-context--selector.is-open{
  z-index:6000!important;
}
.academy-context--selector .academy-context__menu{
  z-index:6001!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  width:300px!important;
  padding:8px!important;
  border:1px solid #d8dfe1!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 22px 54px rgba(10,19,24,.28)!important;
  overflow:visible!important;
}
.academy-context--selector.is-open .academy-context__menu{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
}
.academy-context__menu button{
  position:relative!important;
  min-height:62px!important;
  display:block!important;
  padding:10px 12px!important;
  border:1px solid #e0e5e7!important;
  border-radius:10px!important;
  background:#fff!important;
  transition:border-color .15s ease, background .15s ease, transform .15s ease!important;
}
.academy-context__menu button:hover{
  background:#fff9dd!important;
  border-color:#d7b400!important;
  transform:translateY(-1px)!important;
}
.academy-context__menu button.is-active{
  background:#fff4b0!important;
  border-color:#d1ac00!important;
}
.academy-context__menu button.is-active::after{
  content:"AKTYWNA";
  position:absolute;
  right:10px;
  top:9px;
  padding:3px 6px;
  border-radius:5px;
  background:#172126;
  color:#ffd600;
  font:800 6.5px/1 Montserrat,Arial,sans-serif;
  letter-spacing:.05em;
}
.academy-context__menu em{
  display:inline-block!important;
  margin-top:5px!important;
  padding:3px 6px!important;
  border-radius:5px!important;
  background:#eef1f2!important;
  color:#737e83!important;
  font:700 7.4px/1 "Source Sans 3",Arial,sans-serif!important;
  font-style:normal!important;
}
