:root{
  --ink:#17212b;
  --ink-2:#26333d;
  --muted:#64717b;
  --paper:#f4f1ea;
  --white:#ffffff;
  --line:#d8ddd9;
  --industrial:#1f3a47;
  --industrial-mid:#2c5363;
  --industrial-2:#102732;
  --industrial-3:#0a1d25;
  --signal:#df6f2e;
  --signal-dark:#b95520;
  --signal-text:#a94f1d;
  --signal-soft:#f5dfd1;
  --green:#77b98b;
  --soft:#e9e5dc;
  --radius:20px;
  --shadow:0 22px 60px rgba(16,31,40,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);background:var(--paper);line-height:1.6;
}
button,input,a{font:inherit}
a{color:inherit}
button,a{touch-action:manipulation}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;padding:10px 14px;z-index:100}
.skip-link:focus{left:10px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{
  position:sticky;top:0;z-index:50;background:rgba(244,241,234,.94);
  backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,33,43,.08);
}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  position:relative;width:43px;height:43px;display:grid;place-items:center;
  background:var(--industrial);color:#fff;font-weight:950;overflow:hidden;
  clip-path:polygon(0 0,100% 0,100% 76%,78% 100%,0 100%);
}
.brand-mark:after{content:"";position:absolute;width:6px;height:56px;background:var(--signal);right:6px;top:-5px;transform:rotate(21deg)}
.brand-mark b{position:relative;z-index:1}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:1.1rem;letter-spacing:.04em}
.brand-text small{font-size:.64rem;letter-spacing:.18em;margin-top:5px;color:var(--muted)}
.site-nav{display:flex;gap:24px;align-items:center}
.site-nav a{text-decoration:none;font-weight:780;font-size:.88rem}
.site-nav a:hover{color:var(--signal)}
.nav-toggle{display:none;background:transparent;border:0;width:46px;height:46px;padding:10px}
.nav-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:5px 0}

.hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 86% 22%,rgba(111,158,175,.14),transparent 28%),
    linear-gradient(117deg,var(--industrial-3),var(--industrial));
}
.hero-gridlines{
  position:absolute;inset:0;opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to right,transparent,black 42%,black);
}
.hero-grid{position:relative;z-index:1;min-height:660px;display:grid;grid-template-columns:1.08fr .78fr;gap:70px;align-items:center;padding-block:76px}
.eyebrow,.kicker{font-size:.74rem;letter-spacing:.18em;font-weight:920;color:var(--signal-text);margin:0 0 14px}
.hero .eyebrow,.pause-section .kicker,.cta-box .kicker{color:#f3a274}
.hero h1{font-size:clamp(2.75rem,6vw,5.25rem);line-height:1.01;margin:0 0 26px;letter-spacing:-.05em}
.hero h1 span{color:#d7e0e3;font-weight:570}
.lead{font-size:1.17rem;color:#c7d3d7;max-width:680px;margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:27px}
.button{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;
  padding:12px 20px;border-radius:11px;border:1px solid transparent;
  font-weight:850;text-decoration:none;cursor:pointer;
}
.button.primary{background:var(--signal);color:#fff}
.button.primary:hover{background:var(--signal-dark)}
.button.ghost{border-color:rgba(255,255,255,.34);color:#fff;background:transparent}
.button.ghost:hover{background:rgba(255,255,255,.07)}
.button.inverted{background:#fff;color:var(--industrial)}
.button.full{width:100%}
.button.large{min-height:56px;padding-inline:26px}
.hero-points{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:19px;color:#b6c5ca;font-size:.88rem}
.hero-points li:before{content:"✓";color:#f2a071;font-weight:900;margin-right:7px}

.hero-console{
  position:relative;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.14);
  border-radius:22px;padding:24px;box-shadow:0 26px 75px rgba(0,0,0,.2);
}
.hero-console:before{content:"";position:absolute;left:0;top:28px;width:4px;height:70px;background:var(--signal)}
.console-top{display:flex;justify-content:space-between;gap:10px;font-size:.66rem;letter-spacing:.13em;font-weight:900;color:#91a6ae;border-bottom:1px solid rgba(255,255,255,.09);padding-bottom:15px}
.live{color:#a7cbb2}.live i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}
.console-title{font-size:1.22rem;line-height:1.35;color:#aebec3;padding:22px 4px 17px}
.console-title strong{color:#fff}
.route{display:grid;gap:8px}
.route article{display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:12px;padding:12px 13px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid transparent}
.route article.active{background:rgba(223,111,46,.09);border-color:rgba(223,111,46,.26)}
.route article>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:9px;font-size:.72rem;color:#ef9d6c;font-weight:900}
.route div{display:flex;flex-direction:column}
.route strong{font-size:.95rem}
.route small{color:#a9b9be}
.route article>b{color:#6f858d}

.mikp-strip{background:#fff;border-bottom:1px solid var(--line)}
.mikp-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.mikp-grid article{display:flex;gap:13px;align-items:center;padding:20px 24px;border-right:1px solid var(--line)}
.mikp-grid article:first-child{border-left:1px solid var(--line)}
.mikp-grid article>span{font-size:1.42rem;font-weight:950;color:var(--signal)}
.mikp-grid div{display:flex;flex-direction:column;line-height:1.2}
.mikp-grid strong{font-size:.88rem}
.mikp-grid small{font-size:.74rem;color:var(--muted);margin-top:3px}

.section{padding-block:94px}
.section-heading{max-width:800px;margin-bottom:38px}
.section-heading.split{max-width:none;display:grid;grid-template-columns:1fr .85fr;gap:68px;align-items:end}
.section-heading h2,.pause-head h2,.principle-copy h2,.cta-box h2{font-size:clamp(2.05rem,4vw,3.3rem);line-height:1.08;letter-spacing:-.04em;margin:0}
.section-heading>p:last-child,.section-heading.split>p,.pause-head>p,.principle-copy>p:last-child,.cta-box p{color:var(--muted);font-size:1.02rem}
.mini-label{font-size:.69rem;letter-spacing:.14em;font-weight:900;color:var(--signal-text);margin:0 0 9px}

.try-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:stretch}
.sample-window,.try-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(21,37,46,.05)}
.sample-toolbar{height:50px;padding:0 17px;background:#edf0ed;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:.72rem;color:#64717b;font-weight:800}
.dots{display:flex;gap:5px}.dots i{width:8px;height:8px;border-radius:50%;background:#aeb7b5}.dots i:nth-child(1){background:#dd8760}
.progress-label{text-align:right}
.sample-body{display:grid;grid-template-columns:105px 1fr;min-height:360px}
.sample-side{background:var(--industrial);color:#fff;display:flex;flex-direction:column;align-items:center;padding-top:33px;gap:12px}
.sample-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:12px;font-weight:900;color:#f1a173}
.sample-side small{writing-mode:vertical-rl;letter-spacing:.17em;color:#adc0c6;font-weight:800}
.sample-content{padding:38px 38px 32px}
.sample-content h3{font-size:1.55rem;line-height:1.23;margin:0 0 18px}
.sample-content>p:not(.mini-label){color:var(--muted)}
.memo{border-left:4px solid var(--signal);background:#f4eee9;padding:15px 17px;margin-top:26px;display:flex;flex-direction:column}
.memo span{font-size:.64rem;letter-spacing:.14em;font-weight:900;color:var(--signal)}
.memo strong{font-size:.96rem;margin-top:4px}

.try-panel{padding:34px;display:flex;flex-direction:column}
.try-panel h3{font-size:1.55rem;line-height:1.2;margin:0 0 8px}
.question{font-weight:750;color:var(--ink-2);margin:5px 0 16px}
.answers{display:grid;gap:9px}
.answers button{text-align:left;border:1px solid var(--line);background:#f8f8f5;border-radius:11px;padding:13px 14px;cursor:pointer;color:var(--ink)}
.answers button:hover{border-color:#9aa9aa;background:#fff}
.answers button.correct{border-color:#7cbb8e;background:#eef7f0}
.answers button.wrong{border-color:#db9879;background:#fcf0ea}
.answer-feedback{margin-top:auto;padding-top:18px;font-size:.9rem;color:var(--muted);min-height:60px}
.answer-feedback strong{color:var(--industrial)}
.feedback-ok{color:#3f7650}.feedback-no{color:#9d4f2b}
.start-actions{margin-top:18px;background:var(--industrial);color:#fff;border-radius:16px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.start-actions>div{display:flex;flex-direction:column}
.start-actions>div span{color:#b9c7cb;font-size:.87rem}

.material-section{background:#e9e5dc;border-block:1px solid #dcd8cf}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;border:1px solid #d3d8d5;border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 9px 25px rgba(19,34,43,.04)}
.program-card{border:2px solid var(--industrial);transform:translateY(-8px)}
.product-preview{height:245px;position:relative;overflow:hidden;background:#d9ddd8}
.product-content{padding:25px;display:flex;flex-direction:column;flex:1}
.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.68rem;letter-spacing:.11em;font-weight:900;color:var(--signal)}
.product-meta span{color:#a1acab}
.product-card h3{font-size:1.68rem;line-height:1.12;margin:9px 0 8px}
.product-subtitle{font-weight:780;color:var(--industrial);line-height:1.4}
.product-card ul{padding-left:19px;color:var(--muted);margin:8px 0 22px}
.product-card li{margin:5px 0}
.text-link{display:inline-flex;gap:9px;font-weight:850;text-decoration:none;margin-top:auto}
.text-link:hover{color:var(--signal)}

.book-preview{background:linear-gradient(135deg,#d4d2ca,#ece9e1)}
.book{position:absolute;width:175px;height:205px;left:50%;top:24px;transform:translateX(-58%) rotate(-4deg);filter:drop-shadow(0 18px 18px rgba(23,33,43,.18))}
.book-cover{position:absolute;inset:0 0 0 12px;background:var(--industrial);padding:18px;color:#fff;display:flex;flex-direction:column;border-radius:2px 5px 5px 2px}
.book-cover:after{content:"";position:absolute;right:15px;top:-10px;width:8px;height:225px;background:var(--signal);transform:rotate(17deg)}
.book-cover small{font-size:.48rem;letter-spacing:.16em;color:#b9c8cd;z-index:1}
.cover-mark{font-size:3rem;font-weight:950;color:#fff;margin-top:24px;z-index:1}
.book-cover h4{margin:auto 0 2px;font-size:1.1rem;letter-spacing:.08em;z-index:1}
.book-cover p{margin:0;font-size:.55rem;color:#b7c4c8;z-index:1}
.book-spine{position:absolute;left:0;top:4px;bottom:4px;width:16px;background:#152c36;border-radius:3px 0 0 3px}
.page-peek{position:absolute;width:115px;height:160px;background:#fff;right:13px;top:62px;transform:rotate(8deg);box-shadow:0 10px 25px rgba(23,33,43,.12);padding:18px}
.page-peek i{display:block;height:4px;background:#d9ddda;margin:8px 0}.page-peek b{display:block;background:#f1ddd0;color:#b35825;font-size:.45rem;padding:5px;margin:9px 0}

.task-preview{background:linear-gradient(135deg,#e6e2d8,#ccd4d2)}
.task-sheet{position:absolute;width:220px;height:195px;background:#fff;left:50%;top:28px;transform:translateX(-50%) rotate(2deg);box-shadow:0 18px 28px rgba(23,33,43,.15);padding:25px}
.task-sheet small{font-size:.57rem;letter-spacing:.13em;color:var(--signal-text);font-weight:900}
.task-sheet strong{display:block;margin:11px 0 14px;font-size:.9rem;color:var(--industrial)}
.task-sheet>i{display:block;height:5px;background:#dfe3e0;margin:8px 0}
.choice-row{display:flex;gap:7px;margin-top:15px}
.choice-row span{width:31px;height:31px;display:grid;place-items:center;background:#edf0ed;border-radius:7px;font-weight:900;color:#6e7d80}
.solution-tag{position:absolute;right:14px;bottom:16px;background:var(--signal);color:#fff;padding:7px 10px;font-size:.57rem;letter-spacing:.12em;font-weight:900;transform:rotate(-4deg)}

.program-preview{background:linear-gradient(135deg,#bac7c9,#e0e4e2)}
.screen{position:absolute;width:300px;height:185px;left:50%;top:35px;transform:translateX(-50%);background:#102731;border:8px solid #193640;border-radius:9px;box-shadow:0 20px 35px rgba(19,35,43,.2)}
.screenbar{height:21px;background:#0c2028;padding:6px 8px}.screenbar i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#64818a;margin-right:4px}
.screenbody{display:grid;grid-template-columns:54px 1fr;height:148px;background:#f6f4ee}
.screen-nav{background:#e4e7e3;padding:15px 17px}.screen-nav span{display:block;width:19px;height:19px;border-radius:5px;background:#c8cfcc;margin-bottom:9px}.screen-nav .on{background:var(--signal)}
.screen-main{padding:18px}.screen-main small{font-size:.5rem;letter-spacing:.12em;color:var(--signal-text);font-weight:900}.screen-main b{display:block;font-size:.75rem;margin:5px 0 10px;color:var(--industrial)}
.screen-main i{display:block;height:4px;background:#d9ddda;margin:7px 0}.screen-main button{border:0;background:var(--industrial);color:#fff;font-size:.5rem;font-weight:900;padding:6px 10px;border-radius:4px;margin-top:8px}

.principle-section{background:#fff}
.principle-grid{display:grid;grid-template-columns:.82fr 1fr;gap:90px;align-items:start}
.principle-copy{position:sticky;top:115px}
.principle-copy>p:last-child{max-width:510px}
.principle-route{border-top:1px solid var(--line)}
.principle-route article{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:25px 0;border-bottom:1px solid var(--line)}
.principle-route span{width:39px;height:39px;display:grid;place-items:center;background:var(--industrial);color:#fff;border-radius:10px;font-size:.77rem;font-weight:900}
.principle-route div{display:flex;flex-direction:column}
.principle-route strong{font-size:1.1rem}.principle-route small{color:var(--muted);margin-top:3px}

.pause-section{background:var(--industrial-2);color:#fff}
.kicker.light{color:#f3a274}
.pause-head{display:grid;grid-template-columns:1fr .88fr;gap:60px;align-items:end;margin-bottom:38px}
.pause-head>p{color:#b9c7cc}
.game-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.game-card{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#18323e}
.game-visual{height:245px;position:relative;background:linear-gradient(135deg,#284d5b,#172e38);overflow:hidden}
.game-hud,.quiz-score{position:absolute;z-index:4;top:13px;left:15px;right:15px;display:flex;justify-content:space-between;font-size:.62rem;letter-spacing:.12em;font-weight:900;color:#d6e0e2}
.factory{position:absolute;inset:48px 0 0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 54px,rgba(255,255,255,.09) 54px 56px)}
.factory i{position:absolute;bottom:28px;width:52px;height:55px;background:#41636e;border-top:7px solid #67828b}
.factory i:nth-of-type(1){left:6%}.factory i:nth-of-type(2){left:29%;height:91px}.factory i:nth-of-type(3){left:57%;height:69px}.factory i:nth-of-type(4){right:7%;height:102px}
.runner{position:absolute;left:46%;bottom:25px;color:#f08a4c;font-size:2rem;filter:drop-shadow(0 0 12px rgba(240,138,76,.72));z-index:2}
.warning,.bonus{position:absolute;display:grid;place-items:center;border-radius:50%;font-weight:950;z-index:3}
.warning{right:27%;top:37px;width:31px;height:31px;background:#d75e38}.bonus{left:25%;top:75px;width:25px;height:25px;background:#6eb789}
.belt{position:absolute;height:11px;background:#111f24;border:2px solid #59737c;bottom:12px}.belt-a{left:0;width:43%}.belt-b{right:0;width:40%}
.quiz-visual{background:linear-gradient(135deg,#403c34,#17303a)}
.quiz-board{position:absolute;inset:60px 33px 56px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.quiz-board span{display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.075);border-radius:11px;font-size:1.55rem}
.quiz-question{position:absolute;left:0;right:0;bottom:17px;text-align:center;font-size:.58rem;letter-spacing:.12em;font-weight:900;color:#cbd6d8}
.game-copy{padding:26px}
.game-meta{display:flex;justify-content:space-between;gap:10px;font-size:.66rem;letter-spacing:.11em;font-weight:900;color:#f2a174}
.game-meta b{color:#92a9b0}
.game-card h3{font-size:1.62rem;line-height:1.15;margin:9px 0 9px}
.game-copy p{color:#bdcacf}
.pause-note{text-align:center;color:#8fa4ab;font-size:.83rem;margin:27px 0 0}

.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.values-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.values-grid span{font-size:.7rem;font-weight:900;color:var(--signal)}
.values-grid h3{font-size:1.06rem;margin:10px 0 7px}
.values-grid p{font-size:.9rem;color:var(--muted);margin:0}

.final-cta{padding-top:0}
.cta-box{position:relative;overflow:hidden;background:var(--industrial);color:#fff;border-radius:24px;padding:42px;display:grid;grid-template-columns:90px 1fr auto;gap:34px;align-items:center;box-shadow:var(--shadow)}
.cta-box p{color:#b9c7cb;max-width:720px;margin-bottom:0}
.cta-mark{width:76px;height:76px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:17px;font-size:2rem;font-weight:950;color:#fff;position:relative}
.cta-mark:after{content:"";position:absolute;width:8px;height:90px;background:var(--signal);right:9px;transform:rotate(21deg)}

.site-footer{background:#0b1d24;color:#d0d9dc;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:40px}
.footer-brand .brand-text small{color:#879ba2}
.site-footer p{color:#879ba2;max-width:380px}
.site-footer nav{display:grid;align-content:start;gap:10px}
.site-footer nav strong{font-size:.73rem;letter-spacing:.12em;color:#7f949c;margin-bottom:3px}
.site-footer nav a{text-decoration:none;color:#c2cdd0;font-size:.9rem}
.site-footer nav a:hover{color:#fff}
.legal{margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;color:#7d9299;font-size:.8rem}

dialog{border:0;border-radius:18px;padding:0;width:min(620px,calc(100% - 32px));box-shadow:0 30px 90px rgba(0,0,0,.32)}
dialog::backdrop{background:rgba(7,16,20,.74);backdrop-filter:blur(4px)}
.dialog-close{position:absolute;right:12px;top:10px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;font-size:1.55rem;background:#edf0ed;cursor:pointer}
.dialog-inner{padding:36px}
.dialog-inner .kicker{margin-top:0}
.dialog-inner h3{font-size:1.9rem;line-height:1.15;margin:4px 0 12px}
.dialog-inner p{color:var(--muted)}
.dialog-inner strong{color:var(--industrial)}
.dialog-preview{background:var(--industrial);border-radius:13px;padding:18px;margin:22px 0;color:#fff}
.dialog-preview span{font-size:.67rem;letter-spacing:.11em;color:#f0a172;font-weight:900}
.dialog-preview b{display:block;font-size:1.08rem;margin-top:6px}
.placeholder-note{background:#f3eee8;border-left:4px solid var(--signal);padding:13px 15px;margin-top:18px;font-size:.88rem}

@media(max-width:980px){
  .site-nav{gap:15px}.site-nav a{font-size:.82rem}
  .hero-grid{grid-template-columns:1fr;gap:34px;min-height:auto;padding-block:66px}
  .hero-console{max-width:700px}
  .section-heading.split,.pause-head,.principle-grid{grid-template-columns:1fr;gap:22px}
  .principle-copy{position:static}
  .try-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .program-card{transform:none}
  .product-card{display:grid;grid-template-columns:280px 1fr}
  .product-preview{height:auto;min-height:290px}
  .values-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .shell{width:min(100% - 28px,1180px)}
  .header-inner{min-height:68px}
  .nav-toggle{display:block}
  .site-nav{position:absolute;left:0;right:0;top:68px;background:var(--paper);display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 14px 18px;border-bottom:1px solid var(--line)}
  .site-nav.open{display:flex}.site-nav a{padding:11px 8px;font-size:.9rem}
  .hero h1{font-size:clamp(2.45rem,13vw,4rem)}
  .hero-points{display:grid;gap:7px}
  .mikp-grid{grid-template-columns:1fr 1fr}
  .mikp-grid article:nth-child(3){border-left:1px solid var(--line)}
  .mikp-grid article{padding:16px}
  .section{padding-block:68px}
  .sample-body{grid-template-columns:74px 1fr}.sample-content{padding:27px 22px}.sample-side small{font-size:.63rem}
  .start-actions{align-items:stretch;flex-direction:column}
  .product-card{display:flex}.product-preview{height:245px;min-height:0}
  .game-grid{grid-template-columns:1fr}.game-visual{height:225px}
  .values-grid{grid-template-columns:1fr}
  .cta-box{grid-template-columns:1fr;padding:28px}.cta-mark{display:none}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .legal{flex-direction:column;gap:5px}
}
@media(max-width:470px){
  .mikp-grid{grid-template-columns:1fr}.mikp-grid article{border-left:1px solid var(--line)}
  .sample-side{display:none}.sample-body{display:block}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}


/* V0.3 – Teilnehmerfokus, Mini-Lernweg, Accessibility */
:where(a,button):focus-visible{
  outline:3px solid #f0a172;
  outline-offset:3px;
}
.mini-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.mini-actions .button{
  min-height:44px;
}
.button.mini-secondary{
  background:#fff;
  color:var(--industrial);
  border-color:#bfc9c7;
}
.button.mini-secondary:hover{
  border-color:var(--industrial);
}
.completion-card{
  background:#eef6f0;
  border:1px solid #b9d6c1;
  border-radius:14px;
  padding:18px;
  margin-top:8px;
}
.completion-card strong{
  display:block;
  color:#315e3d;
  font-size:1.06rem;
  margin-bottom:5px;
}
.completion-card p{
  margin:0;
  color:#52675a;
}
.compact-principle{
  background:#fff;
  padding-block:70px;
}
.compact-principle-inner{
  text-align:center;
  max-width:980px;
}
.compact-principle-inner h2{
  font-size:clamp(2rem,4vw,3.05rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin:0 auto 30px;
}
.principle-pills{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.principle-pills span{
  background:#f2f3ef;
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 14px;
  font-size:.86rem;
  font-weight:800;
  color:var(--industrial);
}
.principle-pills b{
  color:#93a0a1;
}
.why-note{
  margin-top:20px;
  background:#fff;
  border:1px solid var(--line);
  border-left:4px solid var(--signal);
  border-radius:14px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:140px 1fr;
  gap:20px;
  align-items:start;
}
.why-note span{
  font-size:.69rem;
  letter-spacing:.13em;
  font-weight:900;
  color:var(--signal-text);
}
.why-note p{
  margin:0;
  color:var(--muted);
}
@media(max-width:760px){
  .principle-pills b{display:none}
  .principle-pills{align-items:stretch}
  .principle-pills span{width:100%}
  .why-note{grid-template-columns:1fr;gap:6px}
}


/* STRATO LIVE V1.0 */
.link-button{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  font:inherit;
  color:inherit;
  cursor:pointer;
  text-align:left;
}
.link-button:hover{color:var(--signal-text)}
.meister-alltag{
  grid-template-columns:280px 1fr;
}
.meister-alltag span{
  line-height:1.5;
}
@media(max-width:760px){
  .meister-alltag{grid-template-columns:1fr}
}


/* Rechtliche / technische Seiten */
.legal-page{
  min-height:calc(100vh - 120px);
  padding:64px 0;
  background:var(--paper);
}
.legal-card{
  max-width:880px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:40px;
  box-shadow:var(--shadow);
}
.legal-card .brand{margin-bottom:42px}
.legal-card h1{
  font-size:clamp(2.2rem,5vw,3.6rem);
  line-height:1.05;
  letter-spacing:-.04em;
  margin:0 0 22px;
}
.legal-card h2{
  margin-top:32px;
  font-size:1.2rem;
}
.legal-card p{color:var(--muted)}
.legal-warning{
  padding:18px 20px;
  margin:24px 0 30px;
  background:#fff3e9;
  border-left:4px solid var(--signal);
  border-radius:10px;
}
.legal-warning strong{color:var(--signal-text)}
.legal-warning p{margin:6px 0 0}
.simple-footer{padding-top:0}
.simple-footer .legal{margin-top:0}
.simple-footer a{color:inherit}
@media(max-width:600px){
  .legal-card{padding:26px 20px}
}


/* STRATO LIVE V1.1 – Rechtstexte */
.legal-header .button{min-height:44px}
.legal-live{max-width:900px}
.legal-live h2{
  font-size:1.22rem;
  line-height:1.3;
  margin:34px 0 10px;
  color:var(--industrial);
}
.legal-live p,
.legal-live li{
  color:#4f5d66;
  line-height:1.72;
}
.legal-live ul{
  padding-left:22px;
}
.legal-live li{
  margin:5px 0;
}
.legal-section{
  margin-bottom:24px;
}
.legal-section h2{
  margin-top:0;
}
.legal-version{
  margin-top:32px;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:.82rem;
  color:#758188 !important;
}
@media(max-width:600px){
  .legal-header .brand-text small{display:none}
  .legal-live h2{font-size:1.08rem}
}


/* STRATO LIVE V1.2 – Produktstatus & echte Demos */
.development-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:-14px 0 26px;
  padding:13px 16px;
  border:1px solid #cbd3d0;
  border-left:4px solid var(--industrial);
  border-radius:12px;
  background:rgba(255,255,255,.64);
  color:var(--muted);
  font-size:.88rem;
}
.development-note strong{
  flex:none;
  color:var(--industrial);
}
.availability-row{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:10px 0 2px;
}
.availability-status{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid;
  font-size:.62rem;
  line-height:1.1;
  letter-spacing:.09em;
  font-weight:900;
}
.availability-status.available{
  color:#315f3e;
  border-color:#9ac3a4;
  background:#edf7ef;
}
.availability-status.planning{
  color:#6a5b35;
  border-color:#cdbf96;
  background:#faf6e9;
}
.availability-status.development{
  color:#8c431c;
  border-color:#d6a07f;
  background:#fff0e7;
}
.availability-status.demo-ready{
  color:#28526a;
  border-color:#9ebaca;
  background:#edf5f8;
}
.availability-copy{
  margin:0 0 15px;
  padding-top:3px;
  font-size:.88rem;
  line-height:1.5;
  color:var(--muted);
}
.button.status-button{
  cursor:default;
  background:#eef0ed;
  border-color:#d0d5d2;
  color:#748079;
}
.button.secondary.full{
  width:100%;
}
@media(max-width:760px){
  .development-note{
    flex-direction:column;
    gap:3px;
  }
}


/* STRATO LIVE V1.3 – echte MIKP Produktmotive */
.real-product-preview{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 30%,rgba(255,255,255,.82),rgba(222,226,222,.78) 45%,rgba(198,207,205,.92));
}
.real-product-preview img{
  display:block;
  max-width:100%;
  height:auto;
}
.book-real{
  min-height:330px;
  padding:20px 24px 0;
}
.book-real img{
  width:min(69%,245px);
  max-height:300px;
  object-fit:contain;
  filter:drop-shadow(0 16px 16px rgba(18,35,44,.22));
  transform:translateY(6px);
}
.program-real{
  min-height:275px;
  background:#082037;
}
.program-real img{
  width:100%;
  height:100%;
  min-height:275px;
  object-fit:cover;
  object-position:center;
}
.program-real::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(to top,rgba(5,22,34,.22),transparent);
  pointer-events:none;
}
.product-card:hover .book-real img{
  transform:translateY(2px);
}
.product-card .book-real img{
  transition:transform .18s ease;
}
@media(max-width:980px){
  .book-real{
    min-height:300px;
  }
  .program-real{
    min-height:300px;
  }
}
@media(max-width:760px){
  .book-real{
    min-height:270px;
    padding-top:16px;
  }
  .book-real img{
    width:min(60%,220px);
    max-height:250px;
  }
  .program-real,
  .program-real img{
    min-height:215px;
  }
}
@media(prefers-reduced-motion:reduce){
  .product-card .book-real img{transition:none}
}


/* STRATO LIVE V1.4 – echte Spielmotive / Designfinal */
.game-development-note{
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  align-items:baseline;
  margin:-8px 0 24px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.14);
  border-left:4px solid #f3a274;
  border-radius:11px;
  background:rgba(255,255,255,.055);
  color:#aebec3;
  font-size:.86rem;
}
.game-development-note strong{
  color:#fff;
}
.game-grid-real{
  align-items:stretch;
}
.game-card-real{
  display:flex;
  flex-direction:column;
  background:#142e39;
}
.game-image-wrap{
  position:relative;
  aspect-ratio:3 / 2;
  overflow:hidden;
  background:#081c28;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.game-image-wrap img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .22s ease;
}
.game-card-real:hover .game-image-wrap img{
  transform:scale(1.012);
}
.game-status-badge{
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(7,22,30,.86);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:.63rem;
  line-height:1;
  letter-spacing:.1em;
  font-weight:900;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}
.game-card-real .game-copy{
  display:flex;
  flex-direction:column;
  flex:1;
}
.game-card-real .game-copy p{
  flex:1;
}
.button.game-status-button{
  align-self:flex-start;
  cursor:default;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
  color:#c9d5d8;
}
@media(max-width:760px){
  .game-development-note{
    flex-direction:column;
    align-items:flex-start;
  }
  .game-image-wrap{
    aspect-ratio:16 / 11;
  }
}
@media(prefers-reduced-motion:reduce){
  .game-image-wrap img{transition:none}
}


/* STRATO LIVE V1.5 – Spiele veröffentlicht */
.game-status-badge.live{
  background:rgba(28,91,55,.92);
  border-color:rgba(154,213,177,.56);
}
.game-play-button{
  align-self:flex-start;
  margin-top:auto;
}


/* STRATO LIVE V1.7 – Lernweg statisch / Werkstatt-Knobler */
.route-static article{
  grid-template-columns:38px 1fr;
  border-color:transparent;
  background:rgba(255,255,255,.045);
}
.route-static article:first-child{
  background:rgba(255,255,255,.045);
  border-color:transparent;
}
.route-static article b{display:none}
.route-static article,
.route-static article:hover{
  cursor:default;
  transform:none;
  box-shadow:none;
}
.route-static small{
  max-width:36ch;
}

.knobler-home-visual{
  position:relative;
  background:
    radial-gradient(circle at 80% 20%,rgba(200,154,72,.16),transparent 30%),
    linear-gradient(135deg,#111719,#283034);
}
.knobler-visual-grid{
  position:absolute;inset:0;opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:38px 38px;
}
.knobler-visual-content{
  position:absolute;inset:0;
  display:flex;flex-direction:column;justify-content:center;
  padding:28px 30px;
  color:#f6f1e7;
}
.knobler-brand{
  width:fit-content;
  padding:6px 9px;
  margin-bottom:12px;
  border-radius:8px;
  background:linear-gradient(145deg,#d4aa5c,#8a6123);
  color:#111;
  font-weight:950;
  letter-spacing:.08em;
  font-size:.72rem;
}
.knobler-visual-content strong{
  font-size:clamp(2rem,4vw,3rem);
  line-height:.92;
  letter-spacing:-.035em;
}
.knobler-visual-content small{
  margin-top:12px;
  color:#d8bd88;
  font-size:.67rem;
  letter-spacing:.15em;
  font-weight:900;
}
.knobler-symbols{
  display:flex;gap:9px;margin-top:18px;
}
.knobler-symbols span{
  width:42px;height:42px;display:grid;place-items:center;
  border:1px solid rgba(216,189,136,.38);
  border-radius:10px;
  background:rgba(255,250,240,.07);
  color:#e2c98f;
  font-weight:900;
  font-size:1.15rem;
}


/* STRATO LIVE V1.12 – formelle Ansprache / Knobler-Bild */
.game-image-wrap .formal-knobler-image{
  height:118%;
  object-fit:cover;
  object-position:center top;
}


/* =========================================================
   MIKP HOMEPAGE V2.0 – NEUES DESIGN
   ========================================================= */
:root{
  --navy:#062b52;
  --navy-2:#0a3b6b;
  --navy-3:#041f39;
  --orange:#f56c12;
  --orange-dark:#d85705;
  --teal:#2ea6a8;
  --page:#f7f7f4;
  --surface:#fff;
  --text:#17222d;
  --muted:#65727f;
  --line:#d9dee2;
}
body{background:var(--page)}
.shell{width:min(1220px,calc(100% - 40px))}
.new-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e5e8eb;
}
.new-header .header-inner{min-height:72px}
.new-header .brand-mark{background:var(--navy)}
.new-header .brand-mark:after{background:var(--orange)}
.new-header .site-nav a{color:var(--navy);font-weight:800}
.header-cta{
  min-height:44px;
  padding:10px 16px;
  border:1px solid var(--orange);
  background:#fff;
  color:var(--orange-dark);
}
.header-cta:hover{background:#fff5ef}

/* Hero */
.hero-v2{
  position:relative;
  padding:0 0 28px;
  color:#fff;
  background:linear-gradient(110deg,#052746 0%,#08365f 48%,#061f37 100%);
  overflow:hidden;
}
.hero-v2-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 65% 30%,rgba(255,255,255,.12),transparent 24%),
    linear-gradient(90deg,transparent 0 48%,rgba(255,255,255,.03) 48% 100%),
    repeating-linear-gradient(90deg,transparent 0 70px,rgba(255,255,255,.025) 70px 71px);
}
.hero-v2-grid{
  position:relative;z-index:1;
  min-height:360px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:44px;
  align-items:center;
  padding-block:42px 34px;
}
.hero-v2-copy h1{
  margin:0 0 18px;
  max-width:720px;
  font-size:clamp(2.5rem,4.8vw,4.5rem);
  line-height:1.02;
  letter-spacing:-.05em;
}
.hero-v2-copy .lead{
  max-width:700px;
  font-size:1.15rem;
  color:#dbe5eb;
}
.hero-v2 .button.primary{background:var(--orange)}
.hero-v2 .button.primary:hover{background:var(--orange-dark)}

.hero-learning-card{
  padding:20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.hero-learning-head{
  font-size:1.15rem;font-weight:900;margin-bottom:14px
}
.hero-learning-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.hero-learning-grid article{
  min-height:142px;
  display:flex;flex-direction:column;
  padding:14px;
  border-radius:12px;
  background:#fff;color:var(--text);
}
.hero-step-icon{
  width:32px;height:32px;display:grid;place-items:center;
  border:1px solid #cdd4d9;border-radius:8px;
  color:var(--navy);font-weight:950;font-size:.75rem;margin-bottom:10px;
}
.hero-learning-grid strong{font-size:.92rem}
.hero-learning-grid small{margin-top:6px;color:#5c6771;line-height:1.45}
.hero-learning-note{margin:14px 2px 0;color:#dce6eb;font-size:.84rem}

.benefit-band{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:0;
  background:#fff;color:var(--text);
  border:1px solid #d9e0e4;
  border-radius:16px;
  box-shadow:0 14px 35px rgba(7,31,49,.12);
}
.benefit-band article{
  display:grid;grid-template-columns:52px 1fr;gap:12px;
  padding:20px;
  border-right:1px solid var(--line);
}
.benefit-band article:last-child{border-right:0}
.benefit-icon{
  width:45px;height:45px;display:grid;place-items:center;
  border:2px solid var(--navy);border-radius:50%;
  color:var(--navy);font-size:1.2rem;font-weight:950;
}
.benefit-band div{display:flex;flex-direction:column}
.benefit-band strong{color:var(--navy);font-size:1rem}
.benefit-band small{margin-top:4px;color:var(--muted);line-height:1.45}

/* Mini demo */
.quick-demo-section{background:#fff}
.centered{text-align:center;margin-inline:auto}
.centered>p:last-child{margin-inline:auto}
.material-v2{background:#f3f4f1}
.material-status-row{
  display:flex;flex-wrap:wrap;gap:8px 14px;
  justify-content:center;
  margin:-10px 0 26px;
  color:#5f6a73;font-size:.84rem;
}
.material-status-row span{
  padding:7px 10px;border:1px solid #d7dcda;border-radius:999px;background:#fff;
}
.product-grid-v2{gap:20px}
.product-card-v2{
  border-radius:16px;
  box-shadow:0 10px 26px rgba(16,31,40,.06);
}
.program-highlight{border:2px solid var(--navy);transform:none}
.product-card-v2 .product-content{padding:24px}
.product-card-v2 h3{color:var(--navy)}
.book-real{min-height:300px}
.program-real{min-height:250px}

/* Games */
.pause-v2{background:#0b2a38;color:#fff}
.light-heading{max-width:850px}
.light-heading h2{color:#fff}
.light-heading>p:last-child{color:#bfd0d6}
.game-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.game-card-v2{
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.13);
  background:#123744;
  box-shadow:0 18px 38px rgba(0,0,0,.16);
}
.game-card-v2 .game-image-wrap{aspect-ratio:16/9}
.game-card-v2 .game-copy{padding:22px}
.game-card-v2 h3{color:#fff}
.game-card-v2 p{color:#c4d1d5}
.game-card-v2 .button{
  background:#fff;color:var(--navy);
  border-color:#fff;
}
.game-card-v2 .button:hover{background:#eaf1f4}

/* Support section */
.support-v2{background:#fff}
.meister-alltag-card{
  margin-top:22px;
  display:grid;grid-template-columns:.75fr 1.25fr;
  gap:30px;align-items:start;
  padding:26px;
  border-radius:16px;
  background:#eef5f7;
  border:1px solid #d2e0e4;
}
.meister-alltag-card span{
  display:inline-block;margin-bottom:6px;
  color:var(--orange-dark);font-size:.7rem;font-weight:900;letter-spacing:.12em;
}
.meister-alltag-card h3{margin:0;color:var(--navy);font-size:1.3rem}
.meister-alltag-card p{margin:0;color:var(--muted)}

/* Final CTA */
.final-cta-v2{background:#f3f4f1;padding-top:24px}
.final-cta-box-v2{
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
  padding:34px;border-radius:18px;
  background:var(--navy);color:#fff;
}
.final-cta-box-v2 h2{
  margin:0 0 10px;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.08;
}
.final-cta-box-v2 p:last-child{margin:0;color:#c3d2da}
.final-actions{display:flex;gap:10px;flex-wrap:wrap}
.final-actions .secondary{background:#fff;color:var(--navy)}

.new-footer{background:#061d2a}

/* Knobler image crop: hide old embedded informal bottom strip */
.game-image-wrap .formal-knobler-image{
  height:118%;
  object-fit:cover;
  object-position:center top;
}

/* Responsive */
@media(max-width:1020px){
  .header-cta{display:none}
  .hero-v2-grid{grid-template-columns:1fr;gap:24px}
  .hero-learning-card{max-width:760px}
  .benefit-band{grid-template-columns:1fr 1fr}
  .benefit-band article:nth-child(2){border-right:0}
  .benefit-band article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:760px){
  .hero-v2-grid{padding-block:38px 24px}
  .hero-learning-grid{grid-template-columns:1fr}
  .hero-learning-grid article{min-height:0}
  .benefit-band{grid-template-columns:1fr}
  .benefit-band article{border-right:0;border-bottom:1px solid var(--line)}
  .benefit-band article:last-child{border-bottom:0}
  .game-grid-v2{grid-template-columns:1fr}
  .meister-alltag-card{grid-template-columns:1fr}
  .final-cta-box-v2{grid-template-columns:1fr}
  .material-status-row{justify-content:flex-start}
}


/* =========================================================
   MIKP HOMEPAGE V2.1 – SACHLICHER / WENIGER KI-ARTIG
   ========================================================= */
.hero-v2{
  background:linear-gradient(180deg,#082f57 0%, #0a355f 100%);
}
.hero-v2-bg{
  background:
    linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(255,255,255,.02) 0 1px,transparent 1px 100%);
  background-size:56px 56px;
  opacity:.35;
}
.hero-v2-copy .lead{
  max-width:780px;
  font-size:1.16rem;
  line-height:1.55;
  color:#e2eaf0;
}
.hero-learning-card{
  background:rgba(255,255,255,.06);
  box-shadow:none;
}

.pause-v2{
  background:#f7f7f4;
  color:#17222d;
}
.pause-v2 .section-heading h2,
.pause-v2 .section-heading p,
.pause-v2 .kicker{
  color:inherit;
}
.pause-heading-simple{
  align-items:end;
  margin-bottom:22px;
}
.game-grid-v2-simple{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.game-card-simple{
  overflow:hidden;
  border:1px solid #d7dfe3;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,31,45,.06);
}
.game-card-simple .game-copy{
  padding:22px;
}
.game-card-simple .game-copy h3{
  color:#082f57;
}
.game-card-simple .game-copy p{
  color:#495763;
}
.game-card-simple .button{
  background:#082f57;
  border-color:#082f57;
  color:#fff;
}
.game-card-simple .button:hover{
  background:#0d447b;
  border-color:#0d447b;
}
.game-teaser{
  position:relative;
  min-height:255px;
  padding:18px 18px 16px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  border-bottom:1px solid #e4eaed;
}
.teaser-badge{
  position:absolute;
  top:14px; left:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#2f8b50;
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.04em;
}
.teaser-copy{
  align-self:end;
  padding-top:36px;
}
.teaser-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#0d447b;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
}
.teaser-copy strong{
  display:block;
  color:#17222d;
  font-size:2.1rem;
  line-height:.96;
  letter-spacing:-.03em;
}
.teaser-copy small{
  display:block;
  margin-top:10px;
  color:#4d5a64;
  font-size:.95rem;
  font-weight:700;
}
.knobler-teaser{
  background:linear-gradient(180deg,#eef3f6 0%, #ffffff 100%);
}
.teaser-board{
  align-self:center;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:12px;
  border:1px solid #d9e2e8;
  border-radius:14px;
  background:#fafcfd;
}
.teaser-chip{
  width:fit-content;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf0f4;
  color:#20303d;
  font-size:.78rem;
  font-weight:800;
}
.teaser-diagram{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  align-items:end;
  min-height:72px;
}
.teaser-diagram span{
  display:block;
  border-radius:8px 8px 0 0;
  background:#0d447b;
}
.teaser-diagram span:nth-child(1){height:32px}
.teaser-diagram span:nth-child(2){height:54px}
.teaser-diagram span:nth-child(3){height:42px}
.teaser-diagram span:nth-child(4){height:66px}
.teaser-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.teaser-row i{
  display:block;
  height:34px;
  border:1px solid #d9e2e8;
  border-radius:10px;
  background:#fff;
}
.quiz-teaser{
  background:linear-gradient(180deg,#f3f5ef 0%, #ffffff 100%);
}
.quiz-sheet{
  align-self:center;
  justify-self:center;
  width:min(230px,100%);
  padding:18px 16px;
  border:1px solid #d8ddd1;
  border-radius:14px;
  background:#fffdf7;
  box-shadow:0 10px 20px rgba(17,27,36,.06);
}
.quiz-line{
  display:grid;
  grid-template-columns:16px 1fr;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}
.quiz-line:last-child{margin-bottom:0}
.quiz-line b{
  width:16px;height:16px;display:block;
  border:2px solid #8c98a1;border-radius:4px;
  background:#fff;
}
.quiz-line.checked b{
  background:#2f8b50;border-color:#2f8b50;
}
.quiz-line span{
  color:#27333d;font-size:.9rem;font-weight:700;
}

.final-cta-box-v2{
  background:#0a355f;
}
.final-cta-box-v2 h2{
  max-width:900px;
}

@media(max-width:760px){
  .game-grid-v2-simple{
    grid-template-columns:1fr;
  }
  .game-teaser{
    grid-template-columns:1fr;
    min-height:0;
  }
  .teaser-copy strong{
    font-size:1.8rem;
  }
}


/* =========================================================
   MIKP HOMEPAGE V2.2 – NICHT-KI-LOOK / SACHLICHER
   ========================================================= */
:root{
  --navy:#0a335b;
  --navy-2:#0d447b;
  --navy-3:#082540;
  --orange:#e36b19;
  --orange-dark:#c7570b;
  --page:#f6f5f1;
  --surface:#ffffff;
  --text:#1b2730;
  --muted:#5f6b74;
  --line:#dde3e6;
}

body{
  background:var(--page);
  color:var(--text);
}

.new-header{
  background:#ffffff;
  border-bottom:1px solid #e4e8eb;
  box-shadow:none;
}
.new-header .site-nav a{
  color:#0a335b;
  font-weight:780;
}
.new-header .site-nav a:hover{
  color:#0d447b;
}

.hero-v2{
  background:#0a335b;
}
.hero-v2-bg{
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:60px 60px;
  opacity:.22;
}
.hero-v2-grid{
  min-height:320px;
  gap:34px;
  padding-block:36px 28px;
}
.hero-v2-copy h1{
  max-width:760px;
  letter-spacing:-.045em;
}
.hero-v2-copy .lead{
  max-width:760px;
  font-size:1.1rem;
  line-height:1.58;
  color:#deebf2;
}
.hero-actions .button.primary{
  background:#ffffff;
  color:#0a335b;
  border-color:#ffffff;
}
.hero-actions .button.primary:hover{
  background:#eef4f8;
}
.hero-actions .button.ghost{
  border-color:rgba(255,255,255,.38);
  color:#ffffff;
  background:transparent;
}
.hero-actions .button.ghost:hover{
  background:rgba(255,255,255,.07);
}

.hero-learning-card{
  background:#f3f6f8;
  border:1px solid #d8e1e7;
  backdrop-filter:none;
  box-shadow:none;
}
.hero-learning-head{
  color:#0a335b;
}
.hero-learning-grid article{
  background:#ffffff;
  border:1px solid #e3e8eb;
}
.hero-learning-grid small{
  color:#5d6972;
}
.hero-learning-note{
  color:#59707e;
}

.benefit-band{
  background:#ffffff;
  border:1px solid #dbe2e6;
  box-shadow:none;
}
.benefit-band article{
  padding:18px;
}
.benefit-icon{
  border-color:#0a335b;
  color:#0a335b;
  background:#ffffff;
}
.benefit-band small{
  color:#61707b;
}

.quick-demo-section,
.support-v2,
.material-v2{
  background:#f6f5f1;
}
.section-heading h2{
  color:#0a335b;
}
.section-heading p{
  color:#606d76;
}

.try-grid,
.product-card-v2,
.game-card-simple,
.values-grid article,
.meister-alltag-card,
.final-cta-box-v2{
  box-shadow:none !important;
}

.sample-window,
.try-panel,
.product-card-v2,
.game-card-simple{
  border:1px solid #dce3e7;
}
.sample-toolbar{
  background:#eef3f6;
  color:#41515d;
}
.sample-window,
.try-panel{
  background:#ffffff;
}

.product-card-v2{
  border-radius:14px;
}
.product-card-v2 .product-content{
  padding:22px;
}
.product-card-v2 h3{
  color:#0a335b;
}
.product-card-v2 .product-subtitle{
  color:#50616d;
}
.product-card-v2 li{
  color:#41515d;
}
.program-highlight{
  border:1px solid #dce3e7;
}

.pause-v2{
  background:#f6f5f1;
}
.pause-heading-simple{
  margin-bottom:20px;
}
.game-grid-v2-simple{
  gap:18px;
}
.game-card-simple{
  border-radius:14px;
  background:#ffffff;
}
.game-teaser{
  min-height:228px;
  background:#f3f5f6;
}
.knobler-teaser{
  background:linear-gradient(180deg,#f1f4f6 0%, #ffffff 100%);
}
.quiz-teaser{
  background:linear-gradient(180deg,#f4f5f1 0%, #ffffff 100%);
}
.teaser-badge{
  background:#2b7d49;
  letter-spacing:.02em;
}
.teaser-copy strong{
  color:#16222b;
  font-size:1.95rem;
}
.teaser-copy small{
  color:#55626d;
  font-size:.92rem;
}
.teaser-board,
.quiz-sheet{
  box-shadow:none;
}
.teaser-board{
  border:1px solid #dce3e7;
  background:#fcfdfd;
}
.teaser-chip{
  background:#edf2f5;
  color:#25343f;
}
.quiz-sheet{
  border:1px solid #dbdfd4;
}
.quiz-line span{
  color:#31404a;
}

.values-grid article{
  border:1px solid #dde3e6;
  background:#ffffff;
}
.values-grid article h3{
  color:#0a335b;
}
.values-grid article p{
  color:#5e6a73;
}
.meister-alltag-card{
  background:#ffffff;
  border:1px solid #dde3e6;
}
.meister-alltag-card h3{
  color:#0a335b;
}
.meister-alltag-card p{
  color:#5e6a73;
}

.final-cta-v2{
  background:#f6f5f1;
}
.final-cta-box-v2{
  background:#0a335b;
  border:1px solid rgba(255,255,255,.08);
}
.final-cta-box-v2 p:last-child{
  color:#d8e5ec;
}

.new-footer{
  background:#0a2740;
}

@media(max-width:760px){
  .hero-v2-grid{
    padding-block:32px 22px;
  }
  .hero-v2-copy .lead{
    font-size:1.03rem;
  }
  .teaser-copy strong{
    font-size:1.7rem;
  }
}
