/* KI-Website-Methode — Sales-Page. Lädt nach design-system.css + home.css (Header/Footer/Container/btn). */
.c{max-width:1180px;margin:0 auto;padding:0 22px}
.eb{font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
h2{font-family:'Sora';font-weight:700;line-height:1.1}
.sec{padding:84px 0}
.center{text-align:center}
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:16px;padding:16px 30px;border-radius:999px;text-decoration:none;cursor:pointer}
.btn--lime{background:#d8ff3e;color:#14161a}.btn--dark{background:#14161a;color:#fff}.btn--ghost{background:transparent;border:1.5px solid rgba(255,255,255,.4);color:#fff}
.arrow{width:17px;height:17px;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.dotbg{background:#f5f5f6;background-image:radial-gradient(#e0e2e6 1.2px,transparent 1.2px);background-size:24px 24px}

/* hero */
.hero{position:relative;overflow:hidden;background:#14161a;color:#fff}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(760px 420px at 92% 8%,rgba(216,255,62,.10),transparent 60%);pointer-events:none;z-index:1}
.hero .c{position:relative;z-index:3}
.hero__txt{max-width:560px;padding:120px 0 78px}
.hero .eb{display:inline-flex;align-items:center;gap:8px;color:#d8ff3e;border:1px solid rgba(216,255,62,.3);border-radius:999px;padding:6px 13px;font-size:12px;letter-spacing:.12em}
.hero .eb__pulse{width:7px;height:7px;border-radius:50%;background:#d8ff3e;box-shadow:0 0 0 3px rgba(216,255,62,.2)}
.hero h1{font-family:'Sora';font-weight:800;font-size:clamp(32px,3.4vw,44px);line-height:1.07;letter-spacing:-.015em;max-width:16ch;margin:18px 0;color:#fff}
.hero h1 .ac{color:#d8ff3e}
.hero__sub{color:rgba(255,255,255,.78);font-size:17px;line-height:1.5;max-width:34ch;margin:0 0 22px}
.hero__sub b{color:#fff;font-weight:600}
.hero__ben{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}
.hero__ben li{display:flex;align-items:flex-start;gap:10px;color:#e8eaed;font-size:15px;line-height:1.35}
.hero__ben svg{flex:0 0 auto;width:20px;height:20px;margin-top:1px}
.hero__ben b{color:#fff;font-weight:600}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.hero__cta .btn--lime{box-shadow:0 8px 26px rgba(216,255,62,.28)}
.hero__micro{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.62);font-size:13px;margin:0 0 22px}
.hero__micro svg{flex:0 0 auto;width:15px;height:15px}
.hero__proof{display:inline-flex;align-items:center;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
.hero__proof span{color:rgba(255,255,255,.72);font-size:13px}
.hero__proof b{color:#fff;font-family:'Sora';font-weight:700}
.hero__media{position:absolute;top:0;right:0;bottom:0;width:46vw;z-index:2}
.hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 24%;filter:brightness(.9) saturate(1.03)}
.hero__media::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#14161a 0%,#14161a 9%,rgba(20,22,26,.80) 28%,rgba(20,22,26,.42) 47%,rgba(20,22,26,.20) 68%,rgba(20,22,26,.12) 100%),linear-gradient(0deg,rgba(20,22,26,.40) 0%,transparent 22%),linear-gradient(180deg,rgba(20,22,26,.30) 0%,transparent 16%)}
.hero__badge{position:absolute;left:16px;bottom:64px;z-index:4;background:rgba(20,22,26,.74);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 17px;display:flex;align-items:center;gap:12px}
.hero__badge-dot{width:38px;height:38px;border-radius:50%;background:#d8ff3e;display:flex;align-items:center;justify-content:center;font-weight:800;color:#14161a;font-family:'Sora';font-size:15px;flex:0 0 auto}
.hero__badge-t{color:#fff;font-size:13px;line-height:1.3;display:flex;flex-direction:column}
.hero__badge-t b{font-weight:600}
.hero__badge-t span{color:rgba(255,255,255,.6);font-size:11.5px}

/* problem */
.prob{position:relative;z-index:2;border-radius:32px 32px 0 0;margin-top:-34px;padding-top:94px}
.prob h2{font-size:clamp(28px,3.4vw,36px);text-align:center;margin-bottom:10px}
.prob__lead{text-align:center;color:#6a6c70;font-size:18px;margin:0 auto 48px;max-width:52ch}
.prob__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pcard{position:relative;overflow:hidden;background:#fff;border:1px solid #ececef;border-radius:18px;padding:30px 28px;box-shadow:0 10px 30px rgba(20,30,60,.06);transition:transform .15s ease,box-shadow .15s ease}
.pcard::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#f2726a,#e5484d)}
.pcard:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(20,30,60,.10)}
.pcard__ic{position:relative;width:52px;height:52px;border-radius:14px;background:#f1f2f4;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.pcard__ic svg{width:26px;height:26px;fill:none;stroke:#3a3d44;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pcard__x{position:absolute;right:-7px;top:-7px;width:22px;height:22px;border-radius:50%;background:#e5484d;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(229,72,77,.4)}
.pcard h3{font-family:'Sora';font-size:19px;margin-bottom:8px;color:#14161a}
.pcard p{color:#6a6c70;font-size:14.5px;line-height:1.6}

/* mechanism */
.mflow{background:#f6f6f7;background-image:radial-gradient(#e4e4e8 1.15px,transparent 1.15px);background-size:26px 26px}
.mflow .eb{color:#8fae16;text-align:center}
.mflow h2{font-size:clamp(28px,3.4vw,38px);text-align:center;color:#14161a;margin-bottom:14px}
.mflow__lead{text-align:center;color:#6a6c70;font-size:18px;max-width:56ch;margin:0 auto 52px;line-height:1.5}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:30px}
.step__n{font-family:'Sora';font-size:14px;color:#d8ff3e;font-weight:700;margin-bottom:14px}
.step .ic{width:48px;height:48px;border-radius:12px;background:rgba(216,255,62,.14);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.step .ic svg{width:24px;height:24px;fill:none;stroke:#d8ff3e;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.step h3{font-family:'Sora';font-size:19px;margin-bottom:8px}
.step p{color:rgba(255,255,255,.72);font-size:14.5px;line-height:1.6}

/* outcome */
.out h2{font-size:34px;text-align:center;margin-bottom:8px}
.out__lead{text-align:center;color:#6a6c70;font-size:18px;margin:0 auto 42px;max-width:52ch}
.paths{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.path{border-radius:20px;padding:36px;border:1px solid #e7e7ea;background:#fff}
.path .tg{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a8c90;margin-bottom:8px}
.path h3{font-family:'Sora';font-size:23px;margin-bottom:12px}
.path p{color:#6a6c70;font-size:15px;line-height:1.6;margin-bottom:18px}
.path ul{list-style:none}
.path li{font-size:14.5px;padding:6px 0 6px 26px;position:relative;color:#3a3d44}
.path li::before{content:"";position:absolute;left:0;top:11px;width:13px;height:8px;border-left:2px solid #8fae16;border-bottom:2px solid #8fae16;transform:rotate(-45deg)}

/* curriculum */
.curr .eb{text-align:center;color:#8fae16;margin-bottom:14px}
.curr h2{font-size:clamp(28px,3.4vw,36px);text-align:center;margin-bottom:8px}
.curr__lead{text-align:center;color:#6a6c70;font-size:18px;margin:0 auto 46px;max-width:56ch}
.road{max-width:820px;margin:0 auto;position:relative}
.phpill{position:relative;z-index:2;display:flex;justify-content:center;margin:30px 0 18px}
.phpill:first-child{margin-top:0}
.phpill b{font-family:'Sora';font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#3a4a0c;background:#eaff9e;border:1px solid #d6ee88;padding:7px 16px;border-radius:999px}
.ritem{display:flex;gap:20px;align-items:stretch;margin-bottom:12px;position:relative;z-index:1}
.rnum{flex:none;width:44px;height:44px;border-radius:12px;background:#eaff9e;border:1px solid #d6ee88;display:flex;align-items:center;justify-content:center;font-family:'Sora';font-weight:800;font-size:15px;color:#3a4a0c}
.rc__body{flex:1;min-width:0}
.rcard{flex:1;background:#fff;border:1px solid #e7e7ea;border-radius:14px;padding:17px 22px;box-shadow:0 8px 22px rgba(20,30,60,.05);transition:transform .14s ease,box-shadow .14s ease;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.rcard:hover{transform:translateX(4px);box-shadow:0 12px 30px rgba(20,30,60,.09)}
.rcard b{font-family:'Sora';font-weight:600;font-size:16px;color:#14161a;display:block;margin-bottom:3px}
.rcard small{color:#6a6c70;font-size:13.5px;line-height:1.5}
.rchip{flex:none;align-self:center;font-size:11.5px;font-weight:600;color:#5a6a12;background:#f1f6dc;border-radius:999px;padding:6px 12px;white-space:nowrap}
.ritem.hi .rnum{background:#d8ff3e;border-color:#d8ff3e;color:#14161a}
.ritem.hi .rcard{border-color:#d8ff3e;box-shadow:0 10px 26px rgba(216,255,62,.22)}
.ritem.hi .rchip{background:#14161a;color:#d8ff3e}
.milestone .rnum{background:#d8ff3e;border-color:#d8ff3e;color:#14161a;font-size:18px}
.milestone .rcard{background:linear-gradient(100deg,#1c2028,#14161a);border-color:#14161a}
.milestone b{color:#fff}
.milestone small{color:rgba(255,255,255,.72)}
.ritem.bonus .rnum{background:#eaff9e;border-color:#d6ee88;color:#3a4a0c;font-size:17px}
.ritem.bonus .rcard{background:#fff;border:1px dashed #cdd0d4}
.ritem.bonus .rchip{background:#d8ff3e;color:#14161a}
.ritem.golive .rcard{background:linear-gradient(100deg,#eaff9e,#e2ff82);border:1px solid #cdeb6e;box-shadow:0 12px 30px rgba(216,255,62,.22)}
.ritem.golive .rnum{background:#fff;border-color:#cdeb6e}
.ritem.golive .rnum svg{width:22px;height:22px;fill:none;stroke:#3a4a0c;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ritem.golive b{color:#14161a}
.ritem.golive small{color:#4a5a1a}
.ritem.golive .rchip{background:#fff;color:#3a4a0c}
.ritem.bonus .rcard,.ritem.golive .rcard{align-items:center}
.mcta{text-align:center;margin-top:34px}
.mcta small{display:block;margin-top:12px;color:#8a8c90;font-size:13px}
@media (max-width:600px){
  .rnum{width:42px;height:42px;font-size:14px}
  .rcard{display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:10px;align-items:start;padding:15px 18px}
  .rnum{grid-column:1;grid-row:1}
  .rc__body{grid-column:2;grid-row:1}
  .rchip{grid-column:2;grid-row:2;justify-self:start}
  .milestone .rc__body,.ritem.bonus .rc__body{grid-row:1}
}

/* bonus */
.bonus{color:#14161a;background:#f6f6f7;background-image:radial-gradient(#e4e4e8 1.15px,transparent 1.15px);background-size:26px 26px}
.bonus .eb{color:#8fae16;text-align:center}
.bonus h2{color:#14161a;font-size:clamp(26px,3.2vw,32px);text-align:center;margin-bottom:40px}
.bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bitem{background:#fff;border:1px solid #e7e7ea;border-radius:14px;padding:24px;box-shadow:0 10px 28px rgba(20,30,60,.05)}
.bitem .ic{width:44px;height:44px;border-radius:11px;background:#eaff9e;color:#3a4a0c;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}
.bitem h3{font-family:'Sora';font-size:16px;margin-bottom:6px;color:#14161a}
.bitem p{color:#6a6c70;font-size:13.5px;line-height:1.5}

/* about */
.about{}
.about__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}
.about__img{border-radius:20px;overflow:hidden;aspect-ratio:1/1.05}
.about__img img{width:100%;height:100%;object-fit:cover;object-position:center top}
.about .eb{color:#8a8c90}
.about h2{font-size:32px;margin-bottom:16px}
.about p{color:#5a5d64;font-size:16px;line-height:1.7;margin-bottom:14px}
.about b{color:#14161a}

/* pricing */
.price{color:#fff;background:#14161a}
.price .eb{color:#d8ff3e;text-align:center}
.price h2{color:#fff;font-size:36px;text-align:center;margin-bottom:10px}
.price__lead{text-align:center;color:rgba(255,255,255,.72);font-size:17px;max-width:54ch;margin:0 auto 40px}
.pcardbig{max-width:560px;margin:0 auto;background:#fff;color:#14161a;border-radius:22px;padding:44px;text-align:center;box-shadow:0 30px 70px rgba(0,0,0,.4)}
.pcardbig .pname{font-family:'Sora';font-weight:700;font-size:24px;margin-bottom:6px}
.pcardbig .anchor{color:#9a9aa0;text-decoration:line-through;font-size:15px}
.pcardbig .big{font-family:'Sora';font-weight:700;font-size:48px;margin:6px 0}
.pcardbig .rate{color:#6a6c70;font-size:14px;margin-bottom:24px}
.pcardbig ul{list-style:none;text-align:left;max-width:380px;margin:0 auto 26px}
.pcardbig li{font-size:14.5px;padding:7px 0 7px 28px;position:relative;color:#3a3d44}
.pcardbig li::before{content:"";position:absolute;left:0;top:12px;width:13px;height:8px;border-left:2px solid #8fae16;border-bottom:2px solid #8fae16;transform:rotate(-45deg)}
.guarantee{text-align:center;color:rgba(255,255,255,.7);font-size:14px;margin-top:26px}
.mentor{max-width:560px;margin:22px auto 0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px 26px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.mentor div b{font-family:'Sora'}
.mentor div span{display:block;color:rgba(255,255,255,.6);font-size:13px;margin-top:2px}
.mentor a{color:#d8ff3e;font-weight:600;font-size:14px;white-space:nowrap}


/* pricing tiers */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;text-align:left}
.tier{background:#fff;color:#14161a;border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;border:1px solid #e7e7ea}
.tier--free{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.16)}
.tier--core{border:2px solid #d8ff3e;position:relative;box-shadow:0 30px 70px rgba(0,0,0,.4)}
.tier__badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#d8ff3e;color:#14161a;font-size:12px;font-weight:700;padding:5px 15px;border-radius:999px}
.tier__tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a8c90;margin-bottom:10px}
.tier--free .tier__tag{color:#d8ff3e}
.tier__name{font-family:'Sora';font-weight:700;font-size:19px;margin-bottom:12px;min-height:2.3em}
.tier__anchor{color:#9a9aa0;text-decoration:line-through;font-size:13px}
.tier__price{font-family:'Sora';font-weight:700;font-size:42px;line-height:1;margin:2px 0}
.tier__sub{color:#6a6c70;font-size:13px;margin-bottom:16px}
.tier--free .tier__sub{color:rgba(255,255,255,.6)}
.tier__desc{font-size:14px;color:#6a6c70;line-height:1.55;margin-bottom:16px;min-height:3.4em}
.tier--free .tier__desc{color:rgba(255,255,255,.74)}
.tier ul{list-style:none;margin-bottom:22px;flex:1}
.tier li{font-size:14px;padding:6px 0 6px 24px;position:relative;color:#3a3d44}
.tier--free li{color:rgba(255,255,255,.84)}
.tier li::before{content:"";position:absolute;left:0;top:11px;width:12px;height:7px;border-left:2px solid #8fae16;border-bottom:2px solid #8fae16;transform:rotate(-45deg)}
.tier--free li::before{border-color:#d8ff3e}
.tier .btn{width:100%;justify-content:center;font-size:15px;padding:13px}
.tier__cta--free{background:transparent;border:1.5px solid rgba(255,255,255,.42);color:#fff}


/* hero aurora */
.hero__aurora{position:absolute;inset:0;background:url(/wp-content/uploads/2026/06/methode-aurora.webp) center/cover no-repeat;opacity:.20;pointer-events:none}
/* demo stage in 'Was du baust' */
.demo{position:relative;max-width:820px;margin:0 auto 46px}
.dbrowser{border-radius:12px;overflow:hidden;border:1px solid #e6e6e8;box-shadow:0 22px 50px rgba(0,0,0,.14);background:#fff}
.dchrome{display:flex;align-items:center;gap:7px;padding:10px 14px;background:#f3f3f4;border-bottom:1px solid #e6e6e8}
.dchrome i{width:10px;height:10px;border-radius:50%;background:#d6d6da}
.dchrome span{margin-left:8px;flex:1;background:#fff;border:1px solid #e6e6e8;border-radius:999px;padding:5px 14px;font-size:12px;color:#9a9aa2}
.dscreen{height:430px;background-repeat:no-repeat;background-size:100% auto;background-position:center top}
.dphone{position:absolute;right:-28px;bottom:-16px;width:150px;filter:drop-shadow(0 24px 44px rgba(0,0,0,.22))}
.democap{text-align:center;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:#8a8c90;font-weight:600;margin:0 0 44px}
/* backend section */
.backend{background:#08090b;color:#fff}
.backend .eb{color:#d8ff3e;text-align:center}
.backend h2{color:#fff;text-align:center;font-size:34px;margin-bottom:10px}
.backend__lead{text-align:center;color:rgba(255,255,255,.72);font-size:17px;max-width:58ch;margin:0 auto 42px}
.bshot{width:100%;max-width:960px;display:block;margin:0 auto 26px}

/* faq */
.faq{}
.faq h2{font-size:32px;text-align:center;margin-bottom:36px}
.faq__list{max-width:760px;margin:0 auto}
.fitem{border-bottom:1px solid #e7e7ea;padding:22px 0}
.fitem h3{font-family:'Sora';font-size:18px;margin-bottom:8px;display:flex;justify-content:space-between}
.fitem h3 span{color:#8fae16}
.fitem p{color:#6a6c70;font-size:15px;line-height:1.65}

/* final */
.final{color:#fff;background:#14161a;text-align:center;position:relative;overflow:hidden}
.final__glow{position:absolute;bottom:-40%;left:50%;transform:translateX(-50%);width:900px;height:600px;background:radial-gradient(circle,rgba(216,255,62,.16),transparent 60%)}
.final h2{color:#fff;font-size:40px;max-width:20ch;margin:0 auto 18px;position:relative}
.final p{color:rgba(255,255,255,.78);font-size:18px;max-width:52ch;margin:0 auto 28px;position:relative}

.lime{color:#d8ff3e}

/* ===== Responsive ===== */
@media (max-width:980px){
  .c{padding:0 26px}
  .sec{padding:64px 0}
  .prob__grid,.steps,.bgrid{grid-template-columns:1fr 1fr}
  .tiers{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}
  .about__grid{grid-template-columns:1fr;gap:32px}
  .about__img{max-width:360px}
  .hero::after{display:none}
  .hero__media{position:relative;width:100%;aspect-ratio:5/6}
  .hero__media img{object-position:center 38%}
  .hero__media::before{background:linear-gradient(180deg,rgba(20,22,26,.34) 0,transparent 22%),linear-gradient(0deg,#14161a 1%,rgba(20,22,26,.5) 15%,transparent 44%)}
  .hero__badge{left:16px;bottom:48px}
  .hero__txt{max-width:100%;padding:30px 0 58px}
  .hero h1{font-size:clamp(30px,6vw,42px);max-width:20ch}
  .mech h2,.price h2{font-size:30px}
  .prob h2,.out h2,.curr h2,.backend h2,.bonus h2{font-size:28px}
}
@media (max-width:680px){
  .c{padding:0 26px}
  .sec{padding:52px 0}
  .hero h1{font-size:clamp(26px,7.5vw,36px);max-width:100%}
  .hero__sub{font-size:16.5px;max-width:100%}
  .hero__ben li{font-size:14.5px}
  .hero__proof{gap:14px}
  .hero__cta{flex-direction:column}
  .hero__cta .btn{width:100%;justify-content:center}
  .prob__grid,.steps,.bgrid,.paths,.mods{grid-template-columns:1fr}
  .demo{margin-bottom:34px}
  .dphone{width:104px;right:-4px;bottom:-8px}
  .dscreen{height:280px}
  .mentor{flex-direction:column;align-items:flex-start;gap:12px}
  .mentor a{white-space:normal}
  .final h2{font-size:28px}
  .price h2,.mech h2{font-size:26px}
  .bshot{border-radius:8px}
}

/* Buttons: global injizierte Link-Styles (underline/Farbe) neutralisieren + Polish */
.ck-methode-page a.btn{text-decoration:none!important}
.ck-methode-page a.btn:hover{text-decoration:none!important}
.ck-methode-page a.btn--lime{color:#14161a!important}
.ck-methode-page a.btn--ghost,.ck-methode-page a.btn--dark{color:#fff!important}
.hero__cta .btn{transition:transform .12s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}
.hero__cta .btn--lime:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(216,255,62,.38)}
.hero__cta .btn--ghost{border-color:rgba(255,255,255,.45)}
.hero__cta .btn--ghost:hover{background:rgba(255,255,255,.08);border-color:#fff;transform:translateY(-1px)}

/* Vergleichstabelle (Problem-Sektion, Variante B) + Turn-Band (C) */
.cmp{background:#fff;border:1px solid #e7e7ea;border-radius:20px;box-shadow:0 18px 46px rgba(20,30,60,.09);overflow:hidden}
.cmp__row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.15fr}
.cmp__row+.cmp__row{border-top:1px solid #eff0f2}
.cmp__cell{padding:16px 16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#5a5d64;text-align:center}
.cmp__cell.crit{justify-content:flex-start;font-weight:600;color:#14161a;text-align:left}
.cmp__head{background:#fafafb}
.cmp__head .cmp__cell{font-family:'Sora';font-weight:700;font-size:15px;color:#14161a;padding:18px 16px;line-height:1.15}
.cmp__win{background:#f6ffe0}
.cmp__head .cmp__win{background:#eaff9e;flex-direction:column;gap:0}
.cmp__win-tag{font-size:10px;font-weight:700;color:#5a6a12;letter-spacing:.06em;text-transform:uppercase;margin-top:3px}
.cmp .x,.cmp .ok{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.cmp .x{background:#ffe4e4;color:#e5484d}
.cmp .ok{background:#d8ff3e;color:#14161a}
.cmp__foot .cmp__cell{padding:18px 16px}
.cmp__cta{display:inline-flex;align-items:center;gap:8px;background:#d8ff3e;color:#14161a!important;font-weight:700;font-size:14px;padding:12px 20px;border-radius:999px;text-decoration:none;box-shadow:0 8px 22px rgba(216,255,62,.3)}
.cmp-m{display:none}

.prob__turn{margin-top:22px;position:relative;overflow:hidden;background:#14161a;border-radius:20px;padding:26px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 50px rgba(20,30,60,.16)}
.prob__turn::before{content:"";position:absolute;inset:0;background:radial-gradient(500px 240px at 10% 30%,rgba(216,255,62,.16),transparent 60%);pointer-events:none}
.prob__turn__t{position:relative;z-index:1;color:#fff;font-family:'Sora';font-weight:700;font-size:20px;line-height:1.3}
.prob__turn__t span{color:#d8ff3e}
.prob__turn__t small{display:block;font-family:'Poppins';font-weight:400;color:rgba(255,255,255,.6);font-size:13.5px;margin-top:6px}
.prob__turn .btn{position:relative;z-index:1;white-space:nowrap}

@media (max-width:860px){
  .cmp{display:none}
  .cmp-m{display:grid;gap:14px}
  .mopt{background:#fff;border:1px solid #e7e7ea;border-radius:16px;padding:20px 22px;box-shadow:0 10px 28px rgba(20,30,60,.06)}
  .mopt--win{border:2px solid #d8ff3e;box-shadow:0 14px 34px rgba(216,255,62,.18)}
  .mopt__h{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
  .mopt__h b{font-family:'Sora';font-size:18px;color:#14161a}
  .mopt__tag{background:#d8ff3e;color:#14161a;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}
  .mrow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid #f0f0f2;font-size:14px}
  .mrow:first-of-type{border-top:0}
  .mrow .k{color:#6a6c70}
  .mrow .v{font-weight:600;color:#14161a;display:inline-flex;align-items:center;gap:6px}
  .mopt .x,.mopt .ok{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}
  .mopt .x{background:#ffe4e4;color:#e5484d}.mopt .ok{background:#d8ff3e;color:#14161a}
  .mopt__cta{margin-top:14px}
  .mopt__cta .btn{width:100%;justify-content:center}
}
@media (max-width:600px){
  .prob__turn{flex-direction:column;align-items:flex-start;text-align:left}
  .prob__turn .btn{width:100%;justify-content:center}
}

/* Mechanismus · Flow (hell) */
.mflow .flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch}
.mflow .node{position:relative;background:#fff;border:1px solid #ececef;border-radius:20px;padding:32px 28px;box-shadow:0 12px 34px rgba(20,30,60,.07)}
.mflow .node__n{position:absolute;top:20px;right:24px;font-family:'Sora';font-weight:800;font-size:34px;color:#eef0f2}
.mflow .nic{width:56px;height:56px;border-radius:15px;background:#eaff9e;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.mflow .nic svg{width:28px;height:28px;fill:none;stroke:#3a4a0c;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mflow .node h3{font-family:'Sora';font-weight:700;font-size:20px;color:#14161a;margin-bottom:9px}
.mflow .node p{color:#6a6c70;font-size:14.5px;line-height:1.55;margin-bottom:18px}
.mflow .nbadge{display:inline-flex;align-items:center;gap:7px;background:#f1f6dc;color:#5a6a12;font-size:12.5px;font-weight:600;padding:7px 13px;border-radius:999px}
.mflow .nbadge svg{width:14px;height:14px;fill:none;stroke:#5a6a12;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mflow .arr{display:flex;align-items:center;justify-content:center;width:56px}
.mflow .arr svg{width:26px;height:26px;fill:none;stroke:#b9c46f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mflow .reassure{display:flex;justify-content:center;margin-top:38px}
.mflow .reassure span{display:inline-block;text-align:center;background:#14161a;border-radius:999px;padding:13px 26px;color:#fff;font-size:14.5px;line-height:1.5;max-width:680px}
.mflow .reassure b{color:#d8ff3e}

/* Mechanismus · Chat (hell) */
.mchat{position:relative;overflow:hidden;background:#fff}
.mchat::before{content:"";position:absolute;top:-12%;right:-6%;width:520px;height:400px;background:radial-gradient(circle,rgba(216,255,62,.20),transparent 62%);pointer-events:none;z-index:0}
.mchat .c{position:relative;z-index:2}
.mchat .eb{color:#8fae16;text-align:center}
.mchat h2{font-size:clamp(26px,3.2vw,34px);text-align:center;color:#14161a;margin-bottom:12px}
.mchat h2 .ac{color:#8fae16}
.mchat__lead{text-align:center;color:#6a6c70;font-size:17px;max-width:52ch;margin:0 auto 38px}
.mchat .chat{max-width:720px;margin:0 auto;background:#f6f6f7;border:1px solid #e7e7ea;border-radius:20px;padding:24px 22px;display:flex;flex-direction:column;gap:15px;box-shadow:0 16px 44px rgba(20,30,60,.08)}
.mchat .msg{display:flex;gap:12px;max-width:84%}
.mchat .msg .av{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;font-family:'Sora'}
.mchat .msg .bub{padding:13px 16px;font-size:14.5px;line-height:1.5}
.mchat .msg--me{align-self:flex-end;flex-direction:row-reverse;text-align:right}
.mchat .msg--me .av{background:#14161a;color:#fff}
.mchat .msg--me .bub{background:#fff;border:1px solid #e7e7ea;color:#14161a;border-radius:16px 16px 4px 16px}
.mchat .msg--ai .av{background:#d8ff3e;color:#14161a}
.mchat .msg--ai .bub{background:#f2f8db;border:1px solid #e3edb6;color:#3f4d18;border-radius:16px 16px 16px 4px}
.mchat .msg .bub .ok{color:#5f7213;font-weight:700}
.mchat .msg .bub small{display:block;margin-top:8px;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:12px;color:#7c8a3a}
/* Bridge -> Outcome */
.mbridge{display:flex;flex-direction:column;align-items:center;gap:12px;margin:36px auto 0}
.mbridge__label{color:#6a6c70;font-size:13.5px;font-weight:500}
.mbridge__arrow{width:44px;height:44px;border-radius:50%;background:#14161a;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(20,30,60,.18);animation:mbounce 1.8s ease-in-out infinite}
.mbridge__arrow svg{width:22px;height:22px;fill:none;stroke:#d8ff3e;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
@keyframes mbounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@media (prefers-reduced-motion:reduce){.mbridge__arrow{animation:none}}

/* Outcome steigt aus dem Chat auf */
.out--rise{position:relative;z-index:3;border-radius:32px 32px 0 0;margin-top:-30px;padding-top:76px}

@media (max-width:860px){
  .mflow .flow{grid-template-columns:1fr;gap:0}
  .mflow .reassure span{border-radius:18px;padding:12px 20px;font-size:13.5px}
  .mflow .arr{width:100%;height:46px;transform:rotate(90deg)}
  .mchat .msg{max-width:92%}
}
  .mech .arr{width:100%;height:46px;transform:rotate(90deg)}
  .mech .msg{max-width:92%}
}

/* Kursbereich · gecodete Dashboard-Mockups (ersetzt AI-Bilder) */
.backend .win{max-width:1000px;margin:0 auto 52px;border-radius:16px;overflow:hidden;border:1.5px solid rgba(255,255,255,.34);box-shadow:0 0 0 1px rgba(255,255,255,.06),0 26px 64px rgba(0,0,0,.6);background:#191d26}
.backend .bar{display:flex;align-items:center;gap:8px;padding:11px 16px;background:#242932;border-bottom:1px solid rgba(255,255,255,.09)}
.backend .bar i{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.16)}
.backend .url{margin-left:10px;flex:1;background:#0f1013;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 16px;font-size:12px;color:rgba(255,255,255,.45);font-family:'JetBrains Mono',monospace}
.backend .body{padding:26px 28px}
.backend .nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.backend .brand{font-family:'Sora';font-weight:800;font-size:16px}
.backend .brand span{color:#d8ff3e}
.backend .nav ul{display:flex;gap:22px;list-style:none;font-size:13.5px;color:rgba(255,255,255,.7)}
.backend .nav ul li:first-child{color:#fff}
.backend .av{width:32px;height:32px;border-radius:50%;background:#d8ff3e;color:#14161a;font-family:'Sora';font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center}
.backend .welc{position:relative;overflow:hidden;background:linear-gradient(120deg,#181b21,#101216);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:26px 28px;display:grid;grid-template-columns:1.3fr 1fr;gap:24px;align-items:center;margin-bottom:26px}
.backend .welc__glow{position:absolute;right:-6%;top:-40%;width:340px;height:300px;background:radial-gradient(circle,rgba(216,255,62,.22),transparent 62%)}
.backend .welc h3{font-family:'Sora';font-weight:800;font-size:23px;position:relative}
.backend .welc p{color:rgba(255,255,255,.62);font-size:13.5px;margin:6px 0 16px;position:relative}
.backend .wbtn{display:inline-flex;align-items:center;gap:8px;background:#d8ff3e;color:#14161a;font-weight:700;font-size:13.5px;padding:11px 20px;border-radius:999px;position:relative}
.backend .prog{position:relative;text-align:right}
.backend .prog .lb{font-size:11.5px;color:rgba(255,255,255,.5)}
.backend .prog .pct{font-family:'Sora';font-weight:800;font-size:30px;color:#d8ff3e;line-height:1}
.backend .pbar{height:8px;background:rgba(255,255,255,.12);border-radius:99px;margin-top:10px;overflow:hidden}
.backend .pbar>i{display:block;height:100%;width:35%;background:#d8ff3e;border-radius:99px}
.backend .sh{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}
.backend .sh b{font-family:'Sora';font-weight:700;font-size:16px}
.backend .sh span{font-size:12px;color:rgba(255,255,255,.45)}
.backend .mgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.backend .mcard{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:15px 16px;display:flex;gap:13px;align-items:center}
.backend .mcard.lock{opacity:.5}
.backend .mn{width:38px;height:34px;border-radius:9px;background:#d8ff3e;color:#14161a;font-family:'Sora';font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex:none}
.backend .mcard.lock .mn{background:rgba(255,255,255,.1);color:rgba(255,255,255,.6)}
.backend .mbody{flex:1;min-width:0}
.backend .mbody b{font-family:'Sora';font-weight:600;font-size:14px;display:block}
.backend .mbody .meta{font-size:11.5px;color:rgba(255,255,255,.45);margin-top:2px}
.backend .mmini{height:5px;background:rgba(255,255,255,.1);border-radius:99px;margin-top:8px;overflow:hidden}
.backend .mmini>i{display:block;height:100%;background:#d8ff3e;border-radius:99px}
.backend .mstate{flex:none;color:#d8ff3e;font-size:15px}
.backend .mcard.lock .mstate{color:rgba(255,255,255,.4)}
.backend .bhead{display:flex;align-items:baseline;justify-content:space-between;margin:22px 0 12px}
.backend .bhead b{font-family:'Sora';font-weight:700;font-size:15px}
.backend .bhead span{font-size:11.5px;color:#d8ff3e}
.backend .btiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.backend .btile{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:11px;padding:14px 15px;display:flex;align-items:center;gap:11px}
.backend .bic{width:32px;height:32px;border-radius:8px;background:rgba(216,255,62,.14);color:#d8ff3e;display:flex;align-items:center;justify-content:center;font-size:15px;flex:none}
.backend .btile b{font-family:'Sora';font-weight:600;font-size:13px;display:block}
.backend .btile small{font-size:11px;color:rgba(255,255,255,.45)}
.backend .bdl{margin-left:auto;color:rgba(255,255,255,.5)}
.backend .lgrid{display:grid;grid-template-columns:1.62fr 1fr;gap:0;align-items:stretch}
.backend .lmain{padding:24px 26px}
.backend .crumb{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:14px}
.backend .crumb b{color:#d8ff3e;font-weight:600}
.backend .vid{position:relative;border-radius:12px;overflow:hidden;height:230px;background:radial-gradient(120% 140% at 80% 90%,rgba(216,255,62,.5),transparent 55%),linear-gradient(120deg,#1a1d23,#0f1216);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.backend .play{width:60px;height:60px;border-radius:50%;background:#d8ff3e;display:flex;align-items:center;justify-content:center}
.backend .play svg{width:22px;height:22px;fill:#14161a;margin-left:3px}
.backend .lmain h3{font-family:'Sora';font-weight:800;font-size:22px;margin-bottom:8px}
.backend .lmain>p{color:rgba(255,255,255,.66);font-size:13.5px;line-height:1.55;margin-bottom:18px}
.backend .pbox{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 18px}
.backend .pbox__h{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.backend .pbox__h b{color:#d8ff3e;font-family:'Sora';font-weight:700;font-size:13px}
.backend .copy{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:11.5px;padding:5px 12px;border-radius:7px}
.backend .pbox pre{font-family:'JetBrains Mono',monospace;font-size:12px;line-height:1.65;color:rgba(255,255,255,.78);white-space:pre-wrap}
.backend .lside{background:rgba(255,255,255,.028);border-left:1px solid rgba(255,255,255,.08);padding:24px 22px}
.backend .lside .t{font-size:11px;font-weight:700;letter-spacing:.1em;color:rgba(255,255,255,.45);text-transform:uppercase;margin-bottom:16px}
.backend .les{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13.5px;color:rgba(255,255,255,.7)}
.backend .les:last-child{border-bottom:0}
.backend .les .ring{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.22);flex:none;display:flex;align-items:center;justify-content:center;font-size:11px}
.backend .les.done .ring{background:#d8ff3e;border-color:#d8ff3e;color:#14161a}
.backend .les.active{color:#fff;font-weight:600}
.backend .les.active .ring{border-color:#d8ff3e}
@media (max-width:760px){
  .backend .body,.backend .lmain,.backend .lside{padding:18px 16px}
  .backend .nav{margin-bottom:18px}
  .backend .nav ul{display:none}
  .backend .welc{grid-template-columns:1fr;gap:16px;padding:22px 20px}
  .backend .prog{text-align:left}
  .backend .mgrid,.backend .btiles{grid-template-columns:1fr}
  .backend .lgrid{grid-template-columns:1fr}
  .backend .lside{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .backend .vid{height:180px}
}

/* Was du am Ende hast — Ergebnis-Punkte */
.out__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:980px;margin:0 auto}
.ocard{background:#fff;border:1px solid #e7e7ea;border-radius:14px;padding:22px 20px;box-shadow:0 10px 28px rgba(20,30,60,.05)}
.ocard .oc{width:40px;height:40px;border-radius:11px;background:#eaff9e;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.ocard .oc svg{width:21px;height:21px;fill:none;stroke:#3a4a0c;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ocard b{font-family:'Sora';font-weight:700;font-size:15px;color:#14161a;display:block;margin-bottom:5px}
.ocard p{color:#6a6c70;font-size:13px;line-height:1.5}
@media (max-width:860px){.out__grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.out__grid{grid-template-columns:1fr;max-width:360px}}

/* Was du am Ende hast — Demo-Galerie */
.demos{max-width:1120px;margin:0 auto}
.democ{position:sticky;margin:0 0 64px}
.democ:nth-of-type(1){top:86px}
.democ:nth-of-type(2){top:112px}
.democ:nth-of-type(3){top:138px}
.democ:nth-of-type(4){top:164px}
.democ:last-child{margin-bottom:0}
.democ .dbrowser{transition:transform .2s ease}
.democ .dbrowser video{display:block;width:100%}
.democ .dbrowser img{display:block;width:100%}
.democ figcaption{text-align:center;margin:0 0 12px;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:#8a8c90;font-weight:600}
.democ figcaption b{color:#14161a}
@media (max-width:760px){.demos{max-width:520px}.democ{margin-bottom:40px}}

/* Sticky ermöglichen: kein overflow-Scrollcontainer auf dieser Seite */
html,body{overflow-x:visible !important}

/* Kursbereich — eingebettetes Lernpfad-Mockup (iFrame, vollflächig randlos, isoliert) */
.sec.backend{overflow-x:clip}
.ck-lms-embed{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-top:26px;margin-bottom:24px}
.ck-lms-embed iframe{width:100%;border:0;border-radius:0;background:#0D1611;color-scheme:normal}
.ck-lms-embed__dt{display:block;height:780px}
.ck-lms-embed__ph{display:none;height:930px;pointer-events:none}
.ck-lms-embed__cover{display:none}
@media (max-width:720px){
  .ck-lms-embed__dt{display:none}
  .ck-lms-embed__ph{display:block}
  .ck-lms-embed__cover{display:block;position:absolute;left:0;right:0;top:0;height:930px;z-index:3}
}
