:root{--black:#050505;--white:#fff;--paper:#eff0ec;--soft:#f6f6f3;--line:#dadbd7;--text:#111;--muted:#686c72;--red:#e40019;--red2:#c90017;--radius:24px;--shadow:0 20px 60px rgba(0,0,0,.14);--max:1540px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,"Helvetica Neue",Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{font:inherit}.site-header{position:fixed;inset:0 0 auto 0;height:64px;background:#000;z-index:100;display:flex;align-items:center;padding:0 62px;gap:44px;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;width:148px;min-width:148px}.brand img{width:128px}.nav{flex:1;display:flex;justify-content:center;align-items:center;gap:54px;color:#fff;font-weight:750;font-size:15px;letter-spacing:-.01em}.nav a{opacity:.94}.nav a:hover{color:var(--red)}.header-cta{color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:800}.section-inner{max-width:var(--max);margin:0 auto;padding-left:56px;padding-right:56px}.section-black{background:#000;color:#fff}.section-dark{color:#fff}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:850;margin:0 0 18px}.eyebrow.red,.section-kicker{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;border-radius:999px;border:1px solid transparent;font-weight:750;font-size:17px;letter-spacing:.015em;transition:transform .35s ease,background .35s ease,border-color .35s ease,color .35s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-red{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;box-shadow:0 16px 34px rgba(228,0,25,.25)}.btn-ghost{color:#fff;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.48);backdrop-filter:blur(12px)}.btn.full{width:auto;align-self:flex-start;min-width:280px}.play-dot{margin-left:14px;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);font-size:11px}.hero{min-height:780px;position:relative;overflow:hidden;padding-top:64px}.hero-bg{position:absolute;inset:64px 0 0;background:url('../images/hero.webp') center center/cover no-repeat;transform:scale(1.03);animation:slowZoom 18s ease-in-out infinite alternate}.hero-shade{position:absolute;inset:64px 0 0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(2,10,34,.68) 47%,rgba(0,0,0,.55) 100%),linear-gradient(0deg,rgba(0,0,0,.38),rgba(0,0,0,.02))}.hero-inner{position:relative;z-index:2;max-width:1600px;min-height:716px;margin:0 auto;padding:170px 70px 70px;display:grid;grid-template-columns:minmax(520px,850px) 420px;gap:52px;align-items:center}.hero-copy h1{margin:0 0 24px;font-size:72px;line-height:.96;letter-spacing:-.055em;font-weight:500}.hero-copy h1 span{color:var(--red)}.hero-sub{max-width:850px;font-size:23px;line-height:1.38;letter-spacing:.025em;margin:0 0 34px;color:rgba(255,255,255,.92)}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-self:center}.info-card{height:112px;padding:24px 22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:12px;backdrop-filter:blur(24px)}.info-card span{display:block;text-transform:uppercase;color:rgba(255,255,255,.60);font-size:12px;letter-spacing:.28em;font-weight:850;margin-bottom:12px}.info-card strong{font-size:22px;line-height:1.12;color:#fff;letter-spacing:-.035em}.info-card:nth-child(3){grid-column:1 / 2}.trust-bar{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);width:min(1430px,calc(100% - 48px));display:flex;justify-content:space-between;gap:10px;padding:15px 26px;background:rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px);border-radius:999px}.trust-bar span{color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;white-space:nowrap}.techniques{background:#fff;padding:72px 0 84px}.split-title h2{font-size:56px;line-height:1;letter-spacing:-.055em;font-weight:500;margin:0 0 28px}.tech-grid{display:grid;grid-template-columns:minmax(0,760px) 420px;justify-content:center;gap:28px;align-items:start}.video-card{position:relative;border-radius:16px;overflow:hidden;background:#111;box-shadow:0 8px 24px rgba(0,0,0,.10)}.video-card img{width:100%;height:430px;object-fit:cover}.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.45);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:.35s ease;font-size:19px}.video-play:hover{background:var(--red);border-color:var(--red)}.tech-list{display:flex;flex-direction:column;gap:14px}.tech-item{height:92px;border:1px solid #d7d8d6;background:#f2f2f0;border-radius:18px;padding:16px 18px;display:grid;grid-template-columns:1fr 34px;align-items:center;cursor:pointer;transition:.35s ease}.tech-item:hover,.tech-item.active{background:#e8e8e5;transform:translateX(-3px)}.tech-item h3{font-size:21px;line-height:1;margin:0 0 5px;letter-spacing:-.05em}.tech-item p{font-size:17px;line-height:1.15;color:#666b73;margin:0}.tech-item>span{width:32px;height:32px;border-radius:50%;background:#d2d2cf;color:#777;display:flex;align-items:center;justify-content:center;font-size:10px}.value-section{background:#fff}.value-hero{position:relative;height:420px;background:url('../images/valuebg.webp') center center/cover no-repeat;display:flex;align-items:center;overflow:hidden}.value-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.55) 45%,rgba(0,0,0,.2))}.value-copy{position:relative;z-index:2;color:#fff;margin-left:70px;max-width:820px}.value-copy h2{font-size:62px;line-height:1;letter-spacing:-.045em;font-weight:500;margin:0 0 24px}.value-copy p{font-size:24px;line-height:1.4;margin:0}.value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:26px}.value-card{min-height:340px;border:1px solid #d2d2ce;border-radius:18px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.08);padding:38px 36px 34px;position:relative}.value-card .icon{color:#e6302f;font-size:34px;line-height:1;display:block;margin-bottom:42px}.value-card strong{position:absolute;right:32px;top:30px;font-size:54px;letter-spacing:-.06em;font-weight:500}.value-card h3{font-size:28px;margin:0 0 26px;letter-spacing:-.04em;line-height:1.05}.value-card p{font-size:20px;line-height:1.45;color:#666;margin:0}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:40px 44px 60px}.gallery-strip img{width:100%;height:240px;object-fit:cover;border-radius:10px}.benefits{padding:74px 0 86px}.benefits h2{text-align:center;font-size:68px;line-height:1;letter-spacing:-.055em;font-weight:300;margin:0 0 44px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-card{min-height:230px;background:#171717;border:1px solid #272727;border-radius:22px;padding:38px 46px;transition:.35s ease}.benefit-card:hover{transform:translateY(-5px);border-color:rgba(228,0,25,.44)}.benefit-icon{display:block;color:var(--red);font-size:30px;margin-bottom:30px}.benefit-card h3{text-transform:uppercase;color:#fff;font-size:21px;line-height:1.32;letter-spacing:.055em;font-weight:850;margin:0 0 18px}.benefit-card p{font-size:18px;line-height:1.5;color:#9a9a9a;margin:0}.section-cta{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:34px;padding:26px 30px;background:#fff;border:1px solid var(--line);border-radius:20px}.section-cta p{font-size:20px;font-weight:700;line-height:1.3;margin:0;color:#222}.section-cta.on-dark{background:#0f0f0f;border-color:#262626}.section-cta.on-dark p{color:#eee}.programme{background:#eff0ec;padding:68px 0 86px}.programme .narrow{max-width:1160px}.programme h2{font-size:48px;line-height:1.04;letter-spacing:-.055em;font-weight:500;margin:0 0 36px}.programme-list{display:flex;flex-direction:column;gap:18px}.programme-row{display:grid;grid-template-columns:370px 1fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.03)}.program-image{position:relative;min-height:285px;background:#111}.program-image img{width:100%;height:100%;object-fit:cover}.program-image span{position:absolute;left:22px;top:22px;background:#fff;border-radius:999px;font-weight:850;font-size:11px;letter-spacing:.12em;padding:9px 18px}.program-content{padding:30px 32px 24px}.program-content h3{font-size:32px;line-height:1.02;letter-spacing:-.06em;font-weight:650;margin:0 0 12px}.program-content h4{font-size:15px;line-height:1.38;margin:0 0 14px;font-weight:850}.program-content p{font-size:14px;line-height:1.58;color:#5e626a;margin:0 0 14px}.result-toggle{background:#f2f1ee;border:1px solid #dad8d3;border-radius:10px;margin:0 0 14px;overflow:hidden}.result-toggle summary{cursor:pointer;list-style:none;color:var(--red);font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:900;padding:13px 15px;position:relative}.result-toggle summary::-webkit-details-marker{display:none}.result-toggle summary:after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#111;letter-spacing:0}.result-toggle[open] summary:after{content:'–'}.result-toggle div{padding:0 15px 15px;font-size:14px;line-height:1.5;color:#222}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tags span{border:1px solid #d6d6d4;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:800;background:#fff}.program-content small{font-size:12px;color:#777}.trainers{padding:76px 0 90px}.trainers-head{display:grid;grid-template-columns:1fr 560px;gap:70px;align-items:end;margin-bottom:42px}.trainers h2{font-size:54px;line-height:1.05;letter-spacing:-.055em;font-weight:700;margin:0}.trainers-head>p{font-size:20px;line-height:1.45;text-align:right;color:#d9d9d9;margin:0 0 12px}.trainer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trainer-card{border-radius:22px;overflow:hidden;background:#fff;color:#000}.trainer-card img{width:100%;height:400px;object-fit:cover;filter:grayscale(100%)}.trainer-card div{padding:26px 28px}.trainer-card h3{font-size:26px;letter-spacing:-.05em;margin:0 0 10px}.trainer-card span{display:block;text-transform:uppercase;color:var(--red);font-size:12px;letter-spacing:.22em;font-weight:900;margin-bottom:18px}.trainer-card p{font-size:15px;line-height:1.55;color:#5a5f68;font-weight:700;margin:0 0 20px}.trainer-card hr{border:0;border-top:1px solid #ddd;margin:0 0 18px}.trainer-card strong{font-size:14px;line-height:1.45}.testimonials{background:#fff;padding:74px 0 86px}.testimonials h2{font-size:54px;line-height:1.02;letter-spacing:-.055em;margin:0 0 34px}.video-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:22px}.video-testimonial-grid article{position:relative;border-radius:16px;overflow:hidden;background:#111;color:#fff;min-height:270px;padding:0 0 24px}.video-testimonial-grid img{width:100%;height:190px;object-fit:cover}.video-testimonial-grid button{position:absolute;left:50%;top:82px;transform:translateX(-50%);width:52px;height:52px;border-radius:50%;border:0;background:var(--red);color:#fff}.video-testimonial-grid strong,.video-testimonial-grid span{display:block;padding:0 24px}.video-testimonial-grid strong{font-size:20px;margin:18px 0 4px}.video-testimonial-grid span{font-size:14px;color:#ccc}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quote-grid blockquote{margin:0;border:1px solid #ddd;border-radius:18px;padding:26px;background:#f6f6f3;font-size:18px;line-height:1.5}.quote-grid cite{display:block;margin-top:18px;font-size:14px;font-weight:850;color:#111}.investment{padding:82px 0}.investment-grid{display:grid;grid-template-columns:1fr 470px;gap:70px;align-items:center}.investment h2{font-size:60px;line-height:1.05;letter-spacing:-.055em;margin:0 0 24px}.investment p{font-size:23px;line-height:1.4;color:#d0d0d0}.price-card{background:#111;border:1px solid #272727;border-radius:24px;padding:38px}.price-card span{display:block;color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.22em;font-weight:900}.price-card strong{display:block;font-size:58px;line-height:1;letter-spacing:-.06em;margin:12px 0;color:#fff}.price-card small{color:#999}.price-card ul{list-style:none;padding:0;margin:26px 0;display:grid;gap:10px;color:#ddd}.price-card li:before{content:'✓';color:var(--red);margin-right:10px}.location{background:#eff0ec;padding:72px 0}.location-grid{display:grid;grid-template-columns:1fr 760px;gap:44px;align-items:center}.location-copy h2{font-size:54px;line-height:1.05;letter-spacing:-.055em;margin:0 0 22px}.location-copy p{font-size:22px;line-height:1.45;color:#575b62}.location-grid img{border-radius:24px;width:100%;height:430px;object-fit:cover}.mini-points{display:flex;flex-wrap:wrap;gap:10px}.mini-points span{border:1px solid #cfd0cc;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:850;background:#fff}.ecosystem{padding:74px 0;background:#fff}.ecosystem-card{background:#000;color:#fff;border-radius:28px;padding-top:58px;padding-bottom:58px}.ecosystem-card h2{font-size:54px;line-height:1.05;letter-spacing:-.055em;margin:0 0 20px;max-width:1040px}.ecosystem-card>p{font-size:22px;line-height:1.45;color:#ccc;max-width:1040px}.eco-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.eco-flow a{display:block;background:#171717;border:1px solid #292929;border-radius:18px;padding:24px}.eco-flow a:hover{border-color:var(--red)}.eco-flow strong{font-size:22px}.eco-flow span{display:block;color:#aaa;font-size:15px;margin-top:10px}.faq{background:#fff;padding:70px 0 86px}.faq-grid{display:grid;grid-template-columns:430px 1fr;gap:60px}.faq h2{font-size:50px;line-height:1.05;letter-spacing:-.055em;margin:0}.faq-list{display:grid;gap:10px}.faq-list details{background:#f2f2f0;border:1px solid #dfdfdc;border-radius:14px;overflow:hidden}.faq-list summary{font-size:18px;font-weight:850;padding:20px 24px;cursor:pointer}.faq-list p{padding:0 24px 20px;margin:0;color:#666;line-height:1.55}.final-cta{background:#fff;padding:74px 0 90px}.cta-inner{max-width:1050px;text-align:center}.cta-inner h2{font-size:54px;letter-spacing:-.06em;line-height:1;margin:0 0 22px}.cta-inner p:not(.eyebrow){font-size:20px;line-height:1.45;color:#666;margin:0 auto 30px;max-width:780px}.site-footer{background:#000;color:#fff;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:40px;align-items:start}.footer-grid img{width:130px;margin-bottom:16px}.footer-grid p{color:#aaa;margin:0 0 8px}.footer-grid nav{display:flex;flex-wrap:wrap;gap:18px}.footer-grid a{color:#fff;opacity:.84}.footer-grid a:hover{color:var(--red);opacity:1}.video-modal{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:40px}.video-modal.open{display:flex}.modal-close{position:absolute;right:32px;top:26px;color:#fff;background:transparent;border:0;font-size:54px;cursor:pointer}.modal-box{width:min(980px,92vw);background:#111;border-radius:18px;overflow:hidden;color:#fff;text-align:center}.modal-box img{width:100%}.modal-box p{margin:20px 20px 28px;color:#ccc}[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}[data-animate].visible{opacity:1;transform:none}[data-animate="fade-left"]{transform:translateX(36px)}[data-animate="fade-down"]{transform:translateY(-20px)}[data-animate="zoom-in"]{transform:scale(.97)}@keyframes slowZoom{from{transform:scale(1.02)}to{transform:scale(1.08)}}@media (max-width:1200px){.site-header{padding:0 28px}.nav{gap:22px}.hero-inner{padding:150px 34px 90px;grid-template-columns:1fr}.hero-info-grid{max-width:560px}.hero-copy h1{font-size:62px}.tech-grid,.trainers-head,.investment-grid,.location-grid,.faq-grid{grid-template-columns:1fr}.tech-list{max-width:520px}.value-cards,.benefit-grid,.trainer-grid,.video-testimonial-grid,.quote-grid,.eco-flow{grid-template-columns:1fr}.programme-row{grid-template-columns:1fr}.gallery-strip{grid-template-columns:repeat(2,1fr)}.trainers-head>p{text-align:left}.trainer-card img{height:360px}}@media (max-width:720px){.site-header{height:64px;padding:0 20px}.brand{width:120px;min-width:120px}.brand img{width:112px}.nav,.header-cta{display:none}.hero{padding-top:64px;min-height:auto}.hero-bg,.hero-shade{inset:64px 0 0}.hero-inner{padding:110px 22px 90px;min-height:650px}.hero-copy h1{font-size:42px;margin-bottom:18px}.hero-sub{font-size:17px;margin-bottom:26px}.btn{height:52px;font-size:15px;padding:0 22px}.trust-bar{position:relative;left:auto;bottom:auto;transform:none;width:auto;margin:0 16px 18px;overflow:auto;border-radius:18px;justify-content:flex-start}.trust-bar span{font-size:12px}.section-inner{padding-left:20px;padding-right:20px}.techniques{padding:48px 0 56px}.split-title h2{font-size:38px}.video-card img{height:245px}.tech-item{min-height:78px;height:auto}.tech-item h3{font-size:19px}.tech-item p{font-size:15px}.value-hero{height:330px}.value-copy{margin-left:22px;margin-right:22px}.value-copy h2{font-size:38px}.value-copy p{font-size:17px}.value-card{min-height:auto;padding:28px 24px}.gallery-strip{grid-template-columns:1fr;padding:26px 20px 56px}.gallery-strip img{height:210px}.benefits h2,.investment h2,.ecosystem-card h2,.testimonials h2{font-size:38px}.benefit-card{padding:30px 24px}.section-cta{display:block}.section-cta .btn{margin-top:18px}.programme h2,.trainers h2,.cta-inner h2,.location-copy h2,.faq h2{font-size:34px}.program-image{min-height:230px}.program-content{padding:24px 22px}.program-content h3{font-size:28px}.trainer-card img{height:300px}.price-card strong{font-size:46px}.location-grid img{height:260px}.footer-grid{grid-template-columns:1fr}}
.page-hero{padding:150px 0 72px;background:#000;color:#fff;position:relative;overflow:hidden}.page-hero:before{content:'';position:absolute;inset:0;background:url('../images/hero.webp') center/cover no-repeat;opacity:.25}.page-hero .section-inner{position:relative;z-index:1}.page-hero h1{font-size:70px;line-height:.98;letter-spacing:-.06em;margin:0 0 24px;max-width:980px}.page-hero p.lead{font-size:24px;line-height:1.42;color:#ddd;max-width:880px;margin:0}.page-split{display:grid;grid-template-columns:1fr 460px;gap:42px;align-items:start}.form-card{background:#fff;color:#111;border-radius:24px;padding:30px;box-shadow:var(--shadow);border:1px solid #e0e0dd}.form-card h3{font-size:30px;line-height:1.1;letter-spacing:-.05em;margin:0 0 14px}.form-card p{font-size:16px;color:#666;line-height:1.5;margin:0 0 22px}.form-card label{display:block;font-size:13px;font-weight:850;margin-bottom:8px}.form-card input,.form-card select{width:100%;height:52px;border:1px solid #d6d6d4;border-radius:12px;padding:0 14px;margin-bottom:14px;font-size:16px}.form-card .btn{width:100%;margin-top:6px}.lessons{background:#eff0ec;padding:72px 0}.lesson-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.lesson-card{background:#fff;border:1px solid #dadbd7;border-radius:22px;overflow:hidden}.lesson-card img{height:170px;width:100%;object-fit:cover}.lesson-card div{padding:22px}.lesson-card span{display:inline-block;color:var(--red);font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:900;margin-bottom:12px}.lesson-card h3{font-size:24px;line-height:1.05;letter-spacing:-.05em;margin:0 0 12px}.lesson-card p{font-size:15px;line-height:1.45;color:#666;margin:0}.access-section{padding:82px 0;background:#fff}.access-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.access-video{border-radius:22px;background:#111;color:#fff;overflow:hidden}.access-video img{height:250px;width:100%;object-fit:cover}.access-video div{padding:22px}.access-video h3{font-size:26px;margin:0 0 10px;letter-spacing:-.04em}.access-video p{color:#bbb;line-height:1.5}.webinar-info{padding:72px 0;background:#fff}.webinar-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.webinar-card{border:1px solid #dadbd7;border-radius:22px;padding:30px;background:#f6f6f3}.webinar-card h3{font-size:28px;letter-spacing:-.04em;margin:0 0 14px}.webinar-card ul{margin:0;padding-left:18px;color:#666;line-height:1.7}.thank-you{min-height:100vh;display:flex;align-items:center;background:#000;color:#fff}.thank-you h1{font-size:68px;line-height:.98;letter-spacing:-.06em}.thank-you p{font-size:22px;color:#ccc;line-height:1.45;max-width:760px}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}@media(max-width:1200px){.page-split,.lesson-grid,.access-grid,.webinar-grid{grid-template-columns:1fr}.page-hero h1{font-size:54px}}@media(max-width:720px){.page-hero{padding:110px 0 54px}.page-hero h1{font-size:40px}.page-hero p.lead{font-size:18px}.lesson-card img,.access-video img{height:220px}.thank-you h1{font-size:42px}.button-row{display:block}.button-row .btn{margin-bottom:12px;width:100%}}


/* === V5: keep original Figma design, add compactness, workshop flow and interactive programme === */
.site-header .nav a[href="workshop.html"]{color:#fff}
.hero{min-height:720px}
.hero-inner{min-height:656px;padding-top:132px;padding-bottom:64px}
.hero-copy h1{font-size:68px}
.hero-sub{font-size:21px}
.info-card{height:104px}
.techniques{padding:64px 0 72px}
.video-card img{height:390px}
.tech-item{height:84px}
.tech-item p{font-size:15px}
.btn.full{min-width:260px}

/* Compact centered value block without image */
.value-centered{background:#fff;padding:74px 0 0}
.value-centered-head{text-align:center;max-width:980px;margin:0 auto 34px}
.value-centered-head h2{font-size:58px;line-height:.98;letter-spacing:-.055em;font-weight:500;margin:0 0 20px}
.value-centered-head p:not(.eyebrow){font-size:21px;line-height:1.42;color:#60656c;margin:0 auto;max-width:760px}
.value-cards-compact{margin-top:0}
.value-cards-compact .value-card{min-height:245px;text-align:center;padding:34px 28px;border-radius:24px}
.value-cards-compact .value-card .icon{display:block;margin:0 auto 18px}
.value-cards-compact .value-card strong{position:static;display:block;font-size:34px;margin-bottom:18px;color:#111}
.value-cards-compact .value-card h3{font-size:27px;margin-bottom:14px}
.value-cards-compact .value-card p{font-size:17px;line-height:1.45}
.gallery-strip{padding-top:34px}

/* Programme on homepage: dark tab version in original visual style */
.programme-tabs-section{padding:78px 0 86px}
.programme-tabs-head{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:30px}
.programme-tabs-head h2{font-size:58px;line-height:.96;letter-spacing:-.055em;font-weight:500;margin:0}
.programme-tabs-head>p{font-size:20px;line-height:1.45;color:#d0d0d0;margin:0}
.programme-tabs-layout{display:grid;grid-template-columns:350px 1fr;gap:24px}
.programme-tab-list{display:grid;gap:12px;align-content:start}
.programme-tab{border:1px solid rgba(255,255,255,.18);background:#151515;color:#fff;border-radius:18px;padding:20px 22px;text-align:left;font-size:17px;font-weight:850;line-height:1.25;cursor:pointer;transition:.3s ease}
.programme-tab span{display:block;color:#bdbdbd;font-size:13px;margin-bottom:7px;font-weight:700}
.programme-tab:hover{border-color:rgba(255,255,255,.34);transform:translateX(4px)}
.programme-tab.active{background:#fff;color:#111;border-color:#fff}
.programme-tab.active span{color:var(--red)}
.programme-tab-stage{min-height:430px}
.programme-panel{display:none;grid-template-columns:.92fr 1fr;gap:18px;align-items:stretch}
.programme-panel.active{display:grid;animation:panelFade .45s ease both}
.programme-panel>img{width:100%;height:430px;object-fit:cover;border-radius:24px}
.programme-panel-card{border:1px solid rgba(255,255,255,.18);background:#161616;border-radius:24px;padding:34px}
.programme-panel-card h3{font-size:43px;line-height:.98;letter-spacing:-.055em;margin:0 0 18px}
.programme-panel-card p{font-size:19px;line-height:1.45;color:#d2d2d2;margin:0 0 18px}
.programme-panel-card small{display:block;color:#aaa;margin-top:18px;font-size:14px}
.programme-panel-card .tags span{background:#222;color:#fff;border-color:#363636}
.programme-panel-card .result-toggle{background:rgba(228,0,25,.12);border-color:rgba(228,0,25,.45);border-radius:16px;margin:20px 0}
.programme-panel-card .result-toggle summary{color:#ff4d5c}
.programme-detail-page{background:#eff0ec}

/* Workshop tabs page in user's visual system */
.workshop-switch-hero{padding-bottom:54px}
.workshop-tabs{display:inline-flex;gap:8px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px;margin-top:30px}
.workshop-tabs button{border:0;border-radius:999px;background:transparent;color:#fff;padding:13px 24px;font-weight:850;cursor:pointer}
.workshop-tabs button.active{background:#fff;color:#111}
.workshop-panel{display:none;background:#eff0ec;padding:66px 0 80px}
.workshop-panel.active{display:block}
.workshop-content{align-items:start}
.big-title{font-size:54px;line-height:1;letter-spacing:-.055em;margin:0 0 20px;font-weight:500}
.lead-dark{font-size:21px;line-height:1.45;color:#575b62;max-width:760px}
.locked-lessons{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.locked-lessons article{background:#fff;border:1px solid #d7d8d4;border-radius:22px;overflow:hidden;position:relative}
.locked-lessons img{width:100%;height:142px;object-fit:cover}
.locked-lessons span{position:absolute;top:10px;right:10px;background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}
.locked-lessons h3{font-size:20px;line-height:1.05;margin:18px 18px 8px;letter-spacing:-.04em}
.locked-lessons p{font-size:15px;line-height:1.4;color:#656a72;margin:0 18px 22px}
.webinar-mini-metrics{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.webinar-mini-metrics span{background:#fff;border:1px solid #d7d8d4;border-radius:16px;padding:15px 18px;min-width:132px;color:#111}
.webinar-mini-metrics b{display:block;color:var(--red);text-transform:uppercase;letter-spacing:.18em;font-size:11px;margin-bottom:5px}
.form-card .btn{width:100%}

/* additional micro-interactions */
.benefit-card,.trainer-card,.value-card,.lesson-card,.locked-lessons article,.quote-grid blockquote,.programme-panel-card{transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease}
.benefit-card:hover,.trainer-card:hover,.value-card:hover,.lesson-card:hover,.locked-lessons article:hover,.quote-grid blockquote:hover{transform:translateY(-4px)}
@keyframes panelFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

@media (max-width:1200px){
  .programme-tabs-head,.programme-tabs-layout{grid-template-columns:1fr}
  .programme-panel.active{grid-template-columns:1fr}
  .programme-panel>img{height:300px}
  .locked-lessons{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .hero-inner{padding-top:100px}
  .hero-copy h1{font-size:42px}
  .value-centered-head h2,.programme-tabs-head h2,.big-title{font-size:36px}
  .value-centered{padding-top:54px}
  .value-cards-compact .value-card{padding:28px 22px}
  .programme-tabs-section{padding:58px 0}
  .programme-panel>img{height:240px}
  .programme-panel-card{padding:24px}
  .programme-panel-card h3{font-size:30px}
  .locked-lessons{grid-template-columns:1fr}
  .workshop-tabs{display:flex;width:100%}
  .workshop-tabs button{flex:1;padding:12px 8px;font-size:14px}
}


/* === V6 Typography System + alignment + ecosystem logic === */
:root{
  --ts-font: Inter, Arial, "Helvetica Neue", Helvetica, sans-serif;
  --ts-h1: clamp(52px, 5.7vw, 88px);
  --ts-h2: clamp(38px, 4.2vw, 64px);
  --ts-h3: clamp(24px, 2.1vw, 32px);
  --ts-lead: 21px;
  --ts-body: 17px;
  --ts-small: 14px;
}
body,button,input,textarea{font-family:var(--ts-font)}
.hero-copy h1,.page-hero h1,.thank-you h1{
  font-size:var(--ts-h1)!important;
  line-height:.96!important;
  letter-spacing:-.06em!important;
  font-weight:650!important;
}
.split-title h2,.value-centered-head h2,.programme-tabs-head h2,.programme h2,.trainers h2,.testimonials h2,.investment h2,.location-copy h2,.ecosystem-card h2,.faq h2,.cta-inner h2,.big-title,.ecosystem-path h2{
  font-size:var(--ts-h2)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  font-weight:560!important;
}
.tech-item h3,.value-card h3,.benefit-card h3,.trainer-card h3,.program-content h3,.programme-panel-card h3,.lesson-card h3,.access-video h3,.webinar-card h3,.form-card h3,.ecosystem-detail-card h3{
  font-size:var(--ts-h3)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}
.hero-sub,.lead,.lead-dark,.value-centered-head p:not(.eyebrow),.programme-tabs-head>p,.ecosystem-card>p,.page-hero .lead{
  font-size:var(--ts-lead)!important;
  line-height:1.42!important;
}
p,.value-card p,.benefit-card p,.program-content p,.programme-panel-card p,.trainer-card p,.lesson-card p,.quote-grid blockquote,.faq details p,.ecosystem-detail-card p{
  font-size:var(--ts-body);
  line-height:1.5;
}

/* German nav consistency */
.nav a[href="workshop.html"]{white-space:nowrap}

/* Video section left alignment */
.techniques .section-inner{max-width:1280px}
.tech-grid{
  justify-content:start!important;
  grid-template-columns:minmax(0,680px) minmax(320px,390px)!important;
  gap:34px!important;
  width:100%;
}
.video-card{max-width:680px}
.video-card img{height:360px!important}
.split-title h2{max-width:760px}
.tech-list{max-width:390px}
.tech-item{height:78px!important;padding:13px 16px!important;border-radius:16px!important}
.tech-item h3{font-size:21px!important;margin-bottom:4px!important}
.tech-item p{font-size:15px!important;line-height:1.18!important}
.btn.full{height:48px!important}

/* Ecosystem: more strategic and less generic */
.ecosystem-card{padding:58px 56px}
.eco-flow-smart{grid-template-columns:repeat(3,1fr);align-items:stretch}
.eco-flow-smart a{
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:10px;
}
.eco-flow-smart .eco-number{
  color:var(--red);
  font-weight:900;
  letter-spacing:.22em;
  font-size:12px;
}
.eco-flow-smart em{
  font-style:normal;
  color:#8d9097;
  font-weight:750;
  font-size:14px;
  line-height:1.35;
}
.eco-flow-smart p{
  color:#50545b;
  margin:8px 0 0;
  font-size:16px;
  line-height:1.45;
}
.ecosystem-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  margin-top:30px;
  flex-wrap:wrap;
}
.btn.dark,.btn-ghost.dark{
  color:#111;
  background:#fff;
  border:1px solid #d7d8d4;
}

/* Ecosystem detail page */
.ecosystem-hero{
  background:#050505;
}
.ecosystem-detail-section{
  background:#eff0ec;
  padding:78px 0;
  color:#111;
}
.ecosystem-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ecosystem-detail-card{
  background:#fff;
  border:1px solid #d7d8d4;
  border-radius:28px;
  padding:34px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}
.ecosystem-detail-card span{
  display:block;
  color:var(--red);
  font-size:13px;
  font-weight:900;
  letter-spacing:.24em;
  margin-bottom:34px;
}
.ecosystem-detail-card h2{
  font-size:40px!important;
  line-height:1!important;
  letter-spacing:-.055em;
  margin:0 0 14px;
}
.ecosystem-detail-card h3{
  color:#111;
  margin:0 0 18px;
}
.ecosystem-detail-card p{
  color:#5d626b;
}
.ecosystem-detail-card .btn{
  margin-top:18px;
}
.ecosystem-path{
  margin-top:26px;
  background:#050505;
  color:#fff;
  border-radius:34px;
  padding:44px;
}
.path-line{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:28px;
}
.path-line div{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  border-radius:20px;
  padding:20px;
}
.path-line b{display:block}
.path-line span{
  display:block;
  margin-top:8px;
  color:#b8bac1;
  font-size:14px;
  line-height:1.35;
}
.ecosystem-path .section-cta{
  justify-content:flex-start;
  margin-top:28px;
}

/* Form/page language polish */
.locked-lessons span{letter-spacing:0}
@media (max-width:1200px){
  .tech-grid{grid-template-columns:1fr!important}
  .video-card{max-width:100%}
  .tech-list{max-width:100%}
  .ecosystem-detail-grid,.eco-flow-smart,.path-line{grid-template-columns:1fr}
}
@media (max-width:720px){
  :root{--ts-h1:42px;--ts-h2:34px;--ts-h3:24px;--ts-lead:18px;--ts-body:16px}
  .video-card img{height:240px!important}
  .ecosystem-card{padding:34px 22px}
  .ecosystem-detail-section{padding:54px 0}
  .ecosystem-detail-card,.ecosystem-path{padding:26px}
}


/* === V8 fixed layout: no global scaling, original design proportions kept === */
section{scroll-margin-top:86px}
.trust-bar{display:none!important}
.trust-bar + *{margin-top:0}
/* Price block inspired by supplied screenshot */
.investment-redesign{padding:0!important;background:#000;color:#fff;overflow:hidden}
.investment-full{display:grid;grid-template-columns:1.05fr .95fr;min-height:680px}
.investment-left{padding:78px 6vw 70px;display:flex;flex-direction:column;justify-content:center}
.date-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:12px 26px;font-size:21px;letter-spacing:.02em;color:#fff;margin-bottom:28px}
.investment-left h2{font-size:clamp(38px,4.4vw,68px)!important;line-height:.96!important;letter-spacing:-.06em!important;font-weight:760!important;margin:0 0 46px;max-width:740px}
.investment-accordion{display:grid;gap:8px;max-width:720px}
.investment-accordion details{background:#202020;border:1px solid rgba(255,255,255,.07);border-radius:8px;overflow:hidden}
.investment-accordion summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:54px 1fr 34px;align-items:center;gap:16px;padding:12px 16px 12px 14px;font-size:20px;line-height:1.2;color:#f4f4f4}
.investment-accordion summary::-webkit-details-marker{display:none}
.investment-accordion summary:after{content:'+';font-size:42px;line-height:1;font-weight:300;color:#fff;justify-self:end}
.investment-accordion details[open] summary:after{content:'–'}
.red-icon{width:36px;height:36px;display:grid;place-items:center;background:var(--red);border-radius:5px;color:#fff;font-size:18px}
.investment-accordion details p{margin:0;padding:0 22px 18px 86px;color:#c8c8c8;font-size:15px;line-height:1.45}
.investment-right{position:relative;min-height:680px;display:grid;place-items:center;padding:60px;background:#001326;overflow:hidden}
.investment-right>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.74}
.investment-right:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.35)),linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,42,74,.22))}
.floating-price{position:relative;z-index:2;background:rgba(0,0,0,.88);border-radius:24px;padding:36px 44px;min-width:410px;box-shadow:0 26px 80px rgba(0,0,0,.36)}
.floating-price span{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#fff;margin-bottom:22px}
.floating-price strong{display:block;font-size:68px;line-height:1;letter-spacing:-.04em;color:#fff}
.floating-price strong small{font-size:26px;color:#9ea0a6;margin-left:8px}
.floating-price p{color:#9a9ca2;margin:28px 0 0;font-size:17px}
.investment-cta{position:relative;z-index:2;align-self:end;margin-top:26px;min-width:410px;height:60px;font-size:20px}

/* Video access centered buttons */
.video-access-page .button-row,.access-section + .final-cta .button-row,.button-row{justify-content:center;display:flex;gap:14px;flex-wrap:wrap}
.video-access-page .cta-inner,.access-section + .final-cta .cta-inner{text-align:center}

/* Workshop page final-user copy and webinar panel */
.workshop-switch-hero{padding-top:122px!important;padding-bottom:54px!important}
.workshop-panel{padding:56px 0 66px!important}
.locked-lessons img{height:128px!important}
.webinar-result-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.webinar-result-list span{background:#fff;border:1px solid #d7d8d4;border-radius:999px;padding:10px 14px;font-weight:750;color:#111}
.webinar-mini-metrics span{box-shadow:0 8px 22px rgba(0,0,0,.06)}

/* Ecosystem proof: less text, more proof cards */
.ecosystem-smart .ecosystem-card{padding:46px}
.eco-flow-smart a{min-height:240px}
.ecosystem-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}
.ecosystem-proof-grid div{background:#fff;border:1px solid #d7d8d4;border-radius:20px;padding:20px;color:#111}
.ecosystem-proof-grid b{display:block;font-size:18px;margin-bottom:8px}
.ecosystem-proof-grid span{font-size:14px;line-height:1.35;color:#62666e}

/* Hide online webinar from site header/footer only; still accessible through intensive page */
.site-header .nav a[href="webinar.html"],.site-footer a[href="webinar.html"]{display:none!important}

/* Remove any modal developer note look */
.video-modal code{display:none}
.video-modal p{font-size:18px}

@media(max-width:1100px){
  .investment-full{grid-template-columns:1fr}
  .investment-right,.investment-left{min-height:auto}
  .investment-right{padding:90px 24px}
  .floating-price,.investment-cta{min-width:min(100%,410px)}
  .ecosystem-proof-grid{grid-template-columns:1fr 1fr}
  .tech-grid{grid-template-columns:1fr!important}
  .video-card{max-width:100%}
}
@media(max-width:700px){
  :root{--ts-h1:38px;--ts-h2:31px;--ts-h3:23px;--ts-lead:17px;--ts-body:15px}
  .site-header{padding:0 18px;height:auto;min-height:58px}
  .hero-inner{min-height:auto}
  .investment-left{padding:54px 24px}
  .date-pill{font-size:16px}
  .investment-accordion summary{grid-template-columns:42px 1fr 28px;font-size:16px}
  .red-icon{width:30px;height:30px}
  .floating-price{padding:28px;min-width:0;width:100%}
  .floating-price strong{font-size:50px}
  .investment-cta{width:100%;min-width:0;font-size:16px}
  .ecosystem-proof-grid{grid-template-columns:1fr}
}


/* === V8 safety overrides: preserve original composition, no 80% scaling tricks === */
:root{
  --max:1540px;
  --ts-h1:clamp(52px, 5.7vw, 88px);
  --ts-h2:clamp(38px, 4.2vw, 64px);
  --ts-h3:clamp(24px, 2.1vw, 32px);
  --ts-lead:21px;
  --ts-body:17px;
}
.section-inner{max-width:var(--max)}
.site-header{height:64px;padding:0 62px}
.brand{width:148px;min-width:148px}
.brand img{width:128px}
.nav{gap:54px;font-size:15px}
.header-cta{height:auto;padding:11px 18px}
.hero-inner{
  max-width:1600px;
  min-height:716px;
  padding:170px 70px 70px;
  grid-template-columns:minmax(520px,850px) 420px;
}
.hero-copy{max-width:none}
.hero-sub{max-width:850px}
.hero-info-grid{max-width:none}
.info-card{height:112px;padding:24px 22px}
.techniques{padding:72px 0 84px}
.tech-grid{
  grid-template-columns:minmax(0,760px) 420px!important;
  justify-content:start!important;
  gap:28px!important;
}
.video-card{max-width:760px}
.video-card img{height:430px!important}
.tech-item{height:92px!important;padding:16px 18px!important}
.value-cards-compact .value-card{min-height:245px}
.benefits{padding:74px 0 86px!important}
.gallery-strip img{height:240px!important}
.programme-panel>img{height:430px!important}
.programme-tab-stage{min-height:430px}
.programme-panel-card{padding:34px}
.btn{height:56px;padding:0 28px}
.btn.full{height:56px!important}
.investment-redesign .btn{height:60px}
@media(max-width:1200px){
  .hero-inner{padding:150px 34px 90px;grid-template-columns:1fr}
  .tech-grid{grid-template-columns:1fr!important}
  .video-card{max-width:100%}
}
@media(max-width:720px){
  .site-header{height:64px;padding:0 20px}
  .brand{width:120px;min-width:120px}
  .brand img{width:112px}
  .hero-inner{padding:110px 22px 90px;min-height:650px}
  .hero-copy h1{font-size:42px!important}
  .video-card img{height:245px!important}
  .tech-item{min-height:78px!important;height:auto!important}
  .gallery-strip img{height:210px!important}
}


/* === V9 requested final refinements === */

/* 1. Resultat des Tages: no red pill. Transparent white, 8px radius max */
.programme-panel-card .result-toggle,
.program-content .result-toggle,
.result-toggle{
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.programme-panel-card .result-toggle summary,
.program-content .result-toggle summary,
.result-toggle summary{
  color:rgba(255,255,255,.9)!important;
  letter-spacing:.18em;
}
.programme-detail-page .result-toggle,
.program-content .result-toggle{
  background:rgba(0,0,0,.04)!important;
  border:1px solid rgba(0,0,0,.14)!important;
}
.programme-detail-page .result-toggle summary,
.program-content .result-toggle summary{
  color:#111!important;
}

/* 2. Programme section text on light area must be dark */
.programme-tabs-head h2,
.programme-tabs-head>p{
  color:#111!important;
}
.programme-tabs-head .eyebrow{color:var(--red)!important}

/* 3. Program detail page richer text */
.program-content p + p{
  margin-top:12px;
}
.program-bottom-cta{
  background:#eff0ec;
  padding:0 0 78px;
}
.program-cta-card{
  background:#050505;
  color:#fff;
  border-radius:28px;
  padding:42px 46px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:center;
}
.program-cta-card h2{
  font-size:clamp(34px,3.4vw,56px)!important;
  line-height:1!important;
  letter-spacing:-.055em;
  margin:0 0 12px;
}
.program-cta-card p{
  color:rgba(255,255,255,.68);
}
.program-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.program-cta-actions .btn{
  white-space:nowrap;
}

/* 4. Ecosystem as real proof, not text wall */
.ecosystem-access{
  margin-top:0!important;
}
.ecosystem-path-lead{
  color:rgba(255,255,255,.70);
  max-width:980px;
  font-size:19px!important;
  line-height:1.45!important;
  margin-top:0;
}
.ecosystem-access .path-line div{
  min-height:150px;
}
.ecosystem-access .path-line b{
  font-size:18px;
}
.ecosystem-access .path-line span{
  font-size:15px;
}

/* 5. Better spacing when white card block removed */
.ecosystem-detail-section .section-inner{
  max-width:1500px;
}
.ecosystem-detail-section{
  padding-top:52px!important;
}

@media(max-width:960px){
  .program-cta-card{grid-template-columns:1fr;padding:32px 24px}
  .program-cta-actions{justify-content:flex-start}
}

/* === Final conversion refinements === */
.site-header .nav a[href="webinar.html"],.site-footer a[href="webinar.html"]{display:inline!important}
.header-cta{background:linear-gradient(135deg,var(--red),var(--red2));border-color:transparent;box-shadow:0 10px 24px rgba(228,0,25,.22)}
.hero-link-under{color:#fff;opacity:.86;font-weight:800;border-bottom:1px solid rgba(255,255,255,.45);padding:6px 0;margin-left:4px}
.hero-link-under:hover{color:#fff;opacity:1;border-color:var(--red)}
.btn-light{background:#fff;color:#111;border-color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.18)}
.webinar-strip{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;padding:28px 0}
.webinar-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.webinar-strip .eyebrow{color:#fff;opacity:.82;margin-bottom:8px}
.webinar-strip h2{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:0 0 8px}
.webinar-strip p:not(.eyebrow){font-size:17px;line-height:1.35;margin:0;color:rgba(255,255,255,.88);max-width:860px}
.button-row-inline{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.trainer-meta{font-weight:850;color:#fff!important;margin-bottom:12px!important}
.quote-grid{align-items:stretch}
.quote-card-polished{position:relative;padding:40px 34px 34px!important;overflow:hidden;background:#fff!important;border:1px solid #e1e1de!important;box-shadow:0 18px 45px rgba(0,0,0,.08)}
.quote-card-polished .quote-mark{position:absolute;top:-22px;left:22px;font-size:110px;line-height:1;color:rgba(228,0,25,.16);font-family:Georgia,serif}
.quote-card-polished p{position:relative;z-index:1;font-size:21px;line-height:1.48;color:#111;margin:0 0 24px;font-weight:650;letter-spacing:-.015em}
.quote-card-polished cite{display:block;color:var(--red);font-size:14px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;font-style:normal}
.location-gallery-layout{grid-template-columns:.72fr 1.28fr;align-items:center}
.location-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-auto-rows:170px;gap:12px}
.location-gallery img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 14px 34px rgba(0,0,0,.10)}
.location-gallery img:first-child{grid-row:span 2}
.location-gallery img:nth-child(4){grid-column:span 2}
.form-card textarea{width:100%;border:1px solid #d6d6d4;border-radius:12px;padding:14px;margin-bottom:14px;font-size:16px;resize:vertical;font-family:inherit;line-height:1.45}
.application-form .btn{width:100%}
.button-row.left{justify-content:flex-start}
.webinar-masterclass-bridge p{font-size:18px;line-height:1.55;color:#555;margin:0 0 18px}
.video-placeholder{margin-top:18px;border:1px dashed rgba(255,255,255,.28);border-radius:12px;padding:16px;color:#999;font-size:14px;text-align:center;background:rgba(255,255,255,.04)}
.video-next-step{background:#eff0ec}
.video-next-step .cta-inner p:not(.eyebrow){color:#555}
@media(max-width:1200px){.webinar-strip-inner,.location-gallery-layout{display:block}.webinar-strip .btn{margin-top:18px}.button-row-inline{justify-content:flex-start}.location-gallery{margin-top:26px}}
@media(max-width:720px){.hero-actions{align-items:flex-start;flex-direction:column}.hero-link-under{margin-left:0}.webinar-strip{padding:24px 0}.webinar-strip h2{font-size:24px}.location-gallery{grid-template-columns:1fr;grid-auto-rows:210px}.location-gallery img:first-child,.location-gallery img:nth-child(4){grid-column:auto;grid-row:auto}.quote-card-polished p{font-size:18px}}

/* === V10 premium funnel refinements === */
.site-header{gap:28px!important}
.nav{gap:34px!important;font-size:15px!important}
.header-cta{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.34)!important;box-shadow:none!important;white-space:nowrap}
.header-cta:hover{background:linear-gradient(135deg,var(--red),var(--red2))!important;border-color:transparent!important}
.hero-actions .btn{min-width:0}

/* Calm entry router instead of red webinar strip */
.entry-router{background:#eff0ec;padding:64px 0 72px;color:#111}
.entry-router-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:28px}
.entry-router-head h2{font-size:clamp(34px,3.6vw,56px);line-height:1;letter-spacing:-.055em;margin:0;font-weight:620;max-width:780px}
.entry-router-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:14px}
.entry-card{display:flex;min-height:230px;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid #d8d8d4;border-radius:24px;padding:26px;color:#111;box-shadow:0 16px 40px rgba(0,0,0,.055);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.entry-card:hover{transform:translateY(-4px);border-color:rgba(228,0,25,.55);box-shadow:0 22px 56px rgba(0,0,0,.09)}
.entry-card.primary{background:#090909;color:#fff;border-color:#1f1f1f}
.entry-card span{display:block;color:var(--red);font-weight:950;letter-spacing:.22em;font-size:12px;margin-bottom:38px}
.entry-card h3{font-size:clamp(24px,2vw,32px);line-height:1.04;letter-spacing:-.05em;margin:0 0 12px;font-weight:720}
.entry-card p{font-size:16px;line-height:1.45;color:#636871;margin:0}
.entry-card.primary p{color:rgba(255,255,255,.68)}

/* Make program tabs unmistakably interactive */
.tab-hint{display:inline-flex;align-items:center;background:rgba(228,0,25,.10);border:1px solid rgba(228,0,25,.32);border-radius:999px;color:#111;font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;padding:11px 16px;margin:0 0 18px}
.programme-tab{position:relative;padding-right:46px!important}
.programme-tab:after{content:'›';position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:30px;line-height:1;color:rgba(255,255,255,.56)}
.programme-tab.active:after{color:#fff}
.programme-tab.active{box-shadow:0 18px 44px rgba(228,0,25,.22)}
.programme-tab-list:before{content:'Klickbare Tagesauswahl';display:block;color:#888;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900;margin:0 0 12px}

/* Trainer cards: easier to scan */
.trainer-card-new{display:grid!important;grid-template-columns:210px 1fr!important;gap:0;min-height:0!important;background:#111!important;border-color:#242424!important;overflow:hidden}
.trainer-card-new img{height:100%!important;min-height:360px!important;object-fit:cover!important}
.trainer-card-new>div{padding:30px 30px 28px!important}
.trainer-card-new h3{margin-bottom:8px!important}
.trainer-card-new span{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;border:1px solid rgba(228,0,25,.44);background:rgba(228,0,25,.12);color:#fff!important;border-radius:999px;padding:8px 12px;margin:6px 0 16px!important;font-size:12px!important;letter-spacing:.12em;text-transform:uppercase;font-weight:900!important}
.trainer-card-new .trainer-meta{color:#d9d9d9!important;font-size:16px!important;line-height:1.35!important;margin:0 0 16px!important;font-weight:760!important}
.trainer-proof-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.trainer-proof-list li{position:relative;color:#aeb0b7;font-size:15px;line-height:1.38;padding-left:22px}
.trainer-proof-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:950}

/* New premium investment block */
.investment-premium{padding:88px 0 96px;background:#050505;color:#fff}
.investment-premium-head{display:grid;grid-template-columns:1fr 520px;gap:60px;align-items:end;margin-bottom:30px}
.investment-premium-head h2{font-size:clamp(40px,4.8vw,74px)!important;line-height:.96!important;letter-spacing:-.06em!important;margin:0;font-weight:720!important}
.investment-premium-head p:not(.eyebrow){color:#a8abb2;font-size:22px!important;line-height:1.42!important;margin:0}
.investment-premium-card{position:relative;display:grid;grid-template-columns:1fr 420px;gap:38px;border:1px solid rgba(228,0,25,.34);border-radius:32px;background:linear-gradient(180deg,#101012,#080808);padding:42px;box-shadow:0 30px 90px rgba(0,0,0,.36);overflow:hidden}
.investment-premium-card:before{content:'';position:absolute;inset:-1px;background:radial-gradient(circle at 80% 10%,rgba(228,0,25,.20),transparent 36%);pointer-events:none}
.investment-date{position:relative;z-index:1;grid-column:1 / -1;display:inline-flex;width:max-content;border:1px solid rgba(255,255,255,.24);border-radius:10px;padding:14px 28px;color:#fff;font-size:20px;letter-spacing:.03em;margin-bottom:8px;background:rgba(255,255,255,.04)}
.investment-includes{position:relative;z-index:1}
.investment-includes ul{margin:0;padding:0;list-style:none;display:grid;gap:16px}
.investment-includes li{position:relative;color:#f1f1f1;font-size:19px;line-height:1.42;padding-left:36px}
.investment-includes li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-size:22px;font-weight:900}
.price-box-new{position:relative;z-index:1;align-self:start;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.24);backdrop-filter:blur(12px)}
.price-box-new>span{display:block;color:#ff5967;text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:950;margin-bottom:22px}
.price-box-new strong{display:block;font-size:clamp(58px,5.4vw,82px);letter-spacing:-.055em;line-height:.9;color:#fff;margin-bottom:18px}
.price-box-new small{font-size:28px;color:#a9abb1;margin-left:8px}
.price-box-new p{color:#aeb0b7;font-size:16px;line-height:1.35;margin:0 0 28px}
.price-box-new .btn{width:100%;margin-top:12px;height:58px!important;font-size:18px}
.price-box-new .btn-ghost{background:transparent;border-color:rgba(255,255,255,.32);color:#fff}

/* Registration page left-side value block */
.application-includes{margin-top:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:26px 28px;max-width:760px;backdrop-filter:blur(14px)}
.application-includes h3{font-size:28px;line-height:1.08;letter-spacing:-.04em;margin:0 0 18px;color:#fff}
.application-includes ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}
.application-includes li{position:relative;color:#d4d6dc;font-size:15px;line-height:1.38;padding-left:23px}
.application-includes li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:950}

/* Online workshop aliases after copy rename */
.online-workshop-mini-metrics,.webinar-mini-metrics{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.online-workshop-mini-metrics span,.webinar-mini-metrics span{background:#fff;border:1px solid #d7d8d4;border-radius:16px;padding:15px 18px;min-width:132px;color:#111;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.online-workshop-mini-metrics b,.webinar-mini-metrics b{display:block;color:var(--red);text-transform:uppercase;letter-spacing:.18em;font-size:11px;margin-bottom:5px}
.online-workshop-result-list,.webinar-result-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.online-workshop-result-list span,.webinar-result-list span{background:#fff;border:1px solid #d7d8d4;border-radius:999px;padding:10px 14px;font-weight:750;color:#111}

/* Clean outdated red strip if cached in older markup */
.webinar-strip,.online-workshop-strip{display:none!important}

@media(max-width:1260px){
  .nav{gap:22px!important;font-size:14px!important}
  .site-header{padding:0 30px!important;gap:20px!important}
  .entry-router-grid{grid-template-columns:1fr 1fr}
  .investment-premium-head,.investment-premium-card{grid-template-columns:1fr}
  .price-box-new{max-width:520px;width:100%}
  .trainer-card-new{grid-template-columns:170px 1fr!important}
}
@media(max-width:900px){
  .entry-router-head{display:block}
  .entry-router-grid{grid-template-columns:1fr}
  .entry-card{min-height:180px}
  .investment-premium-card{padding:26px;border-radius:24px}
  .investment-date{font-size:17px;padding:12px 18px}
  .investment-includes li{font-size:16px}
  .application-includes ul{grid-template-columns:1fr}
  .trainer-card-new{grid-template-columns:1fr!important}
  .trainer-card-new img{min-height:300px!important;height:320px!important}
}
@media(max-width:720px){
  .entry-router{padding:48px 0 54px}
  .hero-actions .btn,.hero-actions .hero-link-under{width:100%;justify-content:center;text-align:center}
  .hero-actions .hero-link-under{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:15px 20px;background:rgba(255,255,255,.08)}
  .investment-premium{padding:58px 0 64px}
  .investment-premium-head{gap:18px}
  .price-box-new{padding:26px}
  .price-box-new strong{font-size:54px}
  .tab-hint{font-size:11px;white-space:normal;border-radius:16px}
}

/* === V11 user-requested premium cleanup === */
/* Header: cleaner navigation, workshop next to strategy call */
.site-header{gap:24px!important}
.nav{justify-content:center!important;gap:38px!important}
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;white-space:nowrap}
.header-workshop{color:#fff;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.05);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:800;line-height:1;transition:.28s ease}
.header-workshop:hover{background:#fff;color:#111;border-color:#fff}
.header-cta{margin-left:0!important}
.site-header .nav a[href*="investment"],.site-header .nav a[href*="preis" i]{display:none!important}

/* Hero CTA order is now: Program, Strategy, Workshop, Videotraining */
.hero-actions{gap:14px!important}
.hero-actions .btn-red[href="#programm"]{min-width:190px}
.hero-actions .btn-ghost{background:rgba(0,0,0,.18);border-color:rgba(255,255,255,.35)}
.hero-actions .btn-ghost:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.64)}

/* Removed the 4-choice entry router entirely */
.entry-router{display:none!important}

/* Unified typography hierarchy */
h1,h2,h3{letter-spacing:-.055em}
.section-inner>h2,.programme-tabs-head h2,.trainers h2,.testimonials h2,.investment-premium-head h2,.location-copy h2,.ecosystem-editorial-head h2,.faq h2,.cta-inner h2{font-weight:620!important}
p{letter-spacing:-.005em}
.eyebrow{font-size:12px!important;font-weight:850!important;letter-spacing:.24em!important}

/* Programme tabs: no red translucent pill, clear animated switching cue */
.programme-tabs-section{background:#050505!important;color:#fff!important}
.programme-tabs-head{align-items:start!important}
.programme-tabs-head h2{color:#fff!important}
.programme-tabs-head>p{color:#aeb0b7!important;font-size:21px!important;line-height:1.45!important}
.programme-tabs-head .eyebrow{color:#fff!important;opacity:.62}
.programme-switch-cue{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin:0 0 18px;color:#c7c9cf;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:850}
.programme-switch-cue span{padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.045)}
.programme-switch-cue i{width:34px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.24),rgba(255,255,255,.8),rgba(255,255,255,.24));display:block;position:relative;overflow:hidden}
.programme-switch-cue i:after{content:'';position:absolute;left:-40%;top:-2px;width:40%;height:5px;background:#fff;filter:blur(4px);animation:cueFlow 1.8s ease-in-out infinite}
@keyframes cueFlow{0%{left:-45%;opacity:0}30%{opacity:.95}100%{left:110%;opacity:0}}
.programme-tab-list:before{content:'Tag anklicken';color:#aeb0b7!important;letter-spacing:.22em!important}
.programme-tab{background:#111!important;border:1px solid rgba(255,255,255,.12)!important;color:#d7d9df!important;box-shadow:none!important}
.programme-tab:hover{border-color:rgba(255,255,255,.34)!important;transform:translateX(3px)}
.programme-tab.active{background:#f2f2ef!important;color:#111!important;border-color:#f2f2ef!important;box-shadow:none!important}
.programme-tab:after{color:#777!important}
.programme-tab.active:after{color:#111!important}
.programme-tab span{color:inherit!important;opacity:.68}
.programme-tab-stage{background:transparent!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:28px!important;overflow:hidden!important}
.programme-panel-card{background:#111!important;color:#fff!important}
.programme-panel-card h3{color:#fff!important}
.programme-panel-card p,.programme-panel-card small{color:#c4c6cc!important}
.programme-panel-card .tags span{background:rgba(255,255,255,.08)!important;color:#f1f1f1!important;border-color:rgba(255,255,255,.18)!important}
.programme-panel-card .result-toggle,.programme-panel-card .result-toggle[open]{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important}
.programme-panel-card .result-toggle summary{color:#fff!important;letter-spacing:.16em!important}
.programme-panel-card .result-toggle summary:after{color:#fff!important}
.programme-panel-card .result-toggle div{color:#fff!important;background:transparent!important}

/* Trainer block: editorial cards, no red pills/check marks, no clipped text */
.trainer-grid-clean{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px!important;align-items:stretch}
.trainer-card-clean{background:#f4f4f1;color:#111;border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 18px 55px rgba(0,0,0,.22)}
.trainer-card-clean figure{margin:0;background:#111;overflow:hidden}
.trainer-card-clean img{width:100%;height:420px;object-fit:cover;filter:grayscale(100%);transition:transform .45s ease,filter .45s ease}
.trainer-card-clean:hover img{transform:scale(1.035);filter:grayscale(70%)}
.trainer-body{padding:30px 30px 34px;display:flex;flex-direction:column;gap:0;flex:1}
.trainer-role{margin:0 0 14px!important;color:#666b73!important;text-transform:uppercase;letter-spacing:.16em!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important}
.trainer-card-clean h3{font-size:30px!important;line-height:.98!important;margin:0 0 12px!important;color:#111!important;font-weight:680!important}
.trainer-line{color:#111!important;font-size:16px!important;font-weight:780!important;line-height:1.35!important;margin:0 0 18px!important}
.trainer-card-clean p:not(.trainer-role):not(.trainer-line){font-size:16px!important;line-height:1.55!important;color:#555a62!important;margin:0!important;font-weight:450!important}

/* Participant voices: dark section with light cells */
.testimonials{background:#080808!important;color:#fff!important;padding:86px 0 96px!important}
.testimonials h2{color:#fff!important;margin-bottom:34px!important}
.testimonials .eyebrow{color:#fff!important;opacity:.62}
.video-testimonial-grid{gap:20px!important;margin-bottom:24px!important}
.video-testimonial-grid article{background:#f4f4f1!important;color:#111!important;border-radius:22px!important;min-height:auto!important;padding-bottom:22px!important;box-shadow:0 22px 64px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08)}
.video-testimonial-grid img{height:220px!important;filter:grayscale(12%)}
.video-testimonial-grid button{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.video-testimonial-grid strong{font-size:20px!important;font-weight:650!important;color:#111!important;margin:18px 0 6px!important}
.video-testimonial-grid span{font-size:15px!important;color:#62666e!important;line-height:1.35!important}
.quote-grid{gap:20px!important;align-items:stretch!important}
.quote-card-polished{border-radius:22px!important;padding:30px 30px 28px!important;background:#f4f4f1!important;box-shadow:0 22px 64px rgba(0,0,0,.18)!important;min-height:0!important;overflow:visible!important}
.quote-card-polished .stars{color:#111;font-size:17px;letter-spacing:.12em;margin-bottom:18px;line-height:1}
.quote-card-polished p{font-size:18px!important;line-height:1.58!important;font-weight:430!important;color:#222!important;margin:0 0 22px!important;letter-spacing:-.01em!important}
.quote-card-polished cite{font-size:14px!important;color:#62666e!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:780!important;font-style:normal!important;margin-top:0!important}

/* Premium price/value block: calmer, more expensive, aligned header */
.investment-premium{background:#060606!important;padding:92px 0 104px!important}
.investment-premium-head{align-items:start!important;grid-template-columns:1fr minmax(360px,520px)!important;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:28px;margin-bottom:34px!important}
.investment-premium-head .eyebrow{color:#fff!important;opacity:.62}
.investment-premium-head h2{color:#fff!important;font-size:clamp(42px,4.4vw,68px)!important;font-weight:620!important}
.investment-premium-head p:not(.eyebrow){font-size:20px!important;color:#b6b8be!important;margin-top:4px!important}
.investment-premium-card{border:1px solid rgba(255,255,255,.14)!important;border-radius:34px!important;background:linear-gradient(180deg,#111,#090909)!important;box-shadow:0 34px 90px rgba(0,0,0,.36)!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:34px!important}
.investment-premium-card:before{display:none!important}
.investment-date{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.035)!important;border-radius:999px!important;font-size:17px!important;padding:12px 22px!important;margin-bottom:4px!important}
.investment-includes li{font-size:18px!important;line-height:1.45!important;color:#f1f1f1!important;padding-left:0!important;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}
.investment-includes li:before{display:none!important}
.price-box-new{background:#f4f4f1!important;color:#111!important;border:0!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(0,0,0,.35)!important}
.price-box-new>span{color:#676b72!important;letter-spacing:.18em!important}
.price-box-new strong{color:#111!important;font-weight:650!important}
.price-box-new small{color:#62666e!important}
.price-box-new p{color:#62666e!important}
.price-box-new .btn-ghost{background:#fff!important;border-color:#c9c9c5!important;color:#111!important}
.price-box-new .btn-red{box-shadow:none!important}

/* White section CTA button visibility */
.final-cta .btn-ghost,.section-cta:not(.on-dark) .btn-ghost{background:#111!important;color:#fff!important;border-color:#111!important}
.final-cta .btn-ghost:hover,.section-cta:not(.on-dark) .btn-ghost:hover{background:#fff!important;color:#111!important;border-color:#111!important}

/* Ecosystem: editorial, not monolithic */
.ecosystem-editorial{background:#f1f1ee!important;padding:86px 0 94px!important;color:#111!important}
.ecosystem-editorial-head{display:grid;grid-template-columns:1fr minmax(360px,560px);gap:64px;align-items:start;border-bottom:1px solid #d8d8d4;padding-bottom:30px;margin-bottom:28px}
.ecosystem-editorial-head h2{font-size:clamp(38px,4vw,62px)!important;line-height:1!important;margin:0!important;color:#111!important}
.ecosystem-editorial-head p:not(.eyebrow){font-size:20px!important;line-height:1.48!important;color:#555a62!important;margin:2px 0 0!important}
.ecosystem-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ecosystem-editorial-grid article{background:#fff;border:1px solid #d9d9d5;border-radius:24px;padding:30px;min-height:230px;box-shadow:0 14px 44px rgba(0,0,0,.055)}
.ecosystem-editorial-grid span{display:block;color:#73777e;font-size:12px;letter-spacing:.24em;font-weight:900;margin-bottom:38px}
.ecosystem-editorial-grid h3{font-size:28px;line-height:1.02;margin:0 0 14px;color:#111;font-weight:650}
.ecosystem-editorial-grid p{font-size:17px;line-height:1.5;color:#5b6068;margin:0}
.ecosystem-actions{display:none!important}

/* Workshop page: only videotraining, no workshop switcher */
.workshop-tabs,.workshop-panel[data-workshop-panel="online-workshop"]{display:none!important}
.workshop-panel.active{display:block!important}

@media(max-width:1260px){
  .header-actions{gap:8px}.header-workshop,.header-cta{font-size:13px!important;padding:10px 14px!important}
  .trainer-grid-clean,.ecosystem-editorial-grid{grid-template-columns:1fr 1fr}
  .investment-premium-head,.investment-premium-card,.ecosystem-editorial-head{grid-template-columns:1fr!important}
}
@media(max-width:900px){
  .trainer-grid-clean,.ecosystem-editorial-grid{grid-template-columns:1fr}
  .trainer-card-clean img{height:340px!important}
  .programme-switch-cue{width:100%;flex-wrap:wrap}.programme-switch-cue i{width:24px}
}
@media(max-width:720px){
  .header-actions{display:none!important}
  .programme-tabs-head>p,.investment-premium-head p:not(.eyebrow),.ecosystem-editorial-head p:not(.eyebrow){font-size:17px!important}
  .trainer-body{padding:24px 22px 28px}
  .quote-card-polished p{font-size:17px!important}
  .investment-premium-card{grid-template-columns:1fr!important;padding:24px!important}
  .ecosystem-editorial{padding:58px 0 64px!important}
}


/* v12 refinements */
.btn-dark-outline{color:#111;background:transparent;border-color:#111}.btn-dark-outline:hover{background:#111;color:#fff}
.workshop-teaser{background:#f4f4f1;padding:72px 0 78px;color:#111}.workshop-teaser-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:28px;align-items:stretch}.workshop-copy h2{font-size:58px;line-height:.98;letter-spacing:-.055em;font-weight:620;margin:0 0 18px}.workshop-copy p{font-size:21px;line-height:1.5;color:#555a62;margin:0 0 22px}.workshop-points{margin:0 0 30px;padding:0;list-style:none;display:grid;gap:12px}.workshop-points li{padding-left:22px;position:relative;font-size:17px;line-height:1.45;color:#222}.workshop-points li:before{content:"";position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:var(--red)}.workshop-aside{background:#fff;border:1px solid #d9d9d5;border-radius:26px;padding:30px;box-shadow:0 14px 44px rgba(0,0,0,.06)}.workshop-meta{display:flex;justify-content:space-between;gap:18px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid #ecece8}.workshop-meta span{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:850;color:#7a7f87}.workshop-meta strong{font-size:26px;letter-spacing:-.04em;font-weight:650;color:#111}.workshop-aside h3{font-size:30px;line-height:1;margin:0 0 12px;color:#111}.workshop-aside p{font-size:17px;line-height:1.55;color:#555a62;margin:0}.tech-intro{max-width:1060px;font-size:21px;line-height:1.52;color:#555a62;margin:0 0 30px}.tech-item{height:auto;min-height:104px}.tech-item .lock{width:42px;height:42px;border-radius:50%;background:#deded9;color:#6e7177;display:flex;align-items:center;justify-content:center;font-size:16px}.tech-full-cta{width:100%;min-width:0;align-self:stretch}.programme-tabs-section{background:#f4f4f1!important;color:#111!important;padding:78px 0 90px!important}.programme-tabs-head .eyebrow{color:var(--red)!important;opacity:1!important}.programme-tabs-head h2{color:#111!important}.programme-tabs-head>p{color:#555a62!important}.programme-switch-cue{color:#7b7f86!important}.programme-tab-list:before{color:#7b7f86!important}.programme-tab{background:#fff!important;border:1px solid #d8d8d4!important;color:#5b6068!important}.programme-tab:hover{border-color:#111!important}.programme-tab.active{background:#111!important;color:#fff!important;border-color:#111!important}.programme-tab:after{color:#8b8f96!important}.programme-tab.active:after{color:#fff!important}.programme-tab-stage{border:1px solid #d8d8d4!important;background:#fff!important;border-radius:28px!important;overflow:hidden!important}.programme-panel-card{background:#fff!important;color:#111!important}.programme-panel-card h3{color:#111!important}.programme-panel-card p,.programme-panel-card small{color:#555a62!important}.programme-panel-card .tags span{background:#f6f6f3!important;color:#111!important;border-color:#d8d8d4!important}.programme-panel-card .result-toggle,.programme-panel-card .result-toggle[open]{background:#f4f4f1!important;border:1px solid #d9d9d5!important}.programme-panel-card .result-toggle summary{color:#111!important}.programme-panel-card .result-toggle summary:after{color:#111!important}.programme-panel-card .result-toggle div{color:#222!important}.testimonials{background:#f4f4f1!important;color:#111!important;padding:86px 0 96px!important}.testimonials .eyebrow{color:var(--red)!important;opacity:1!important}.testimonials h2{color:#111!important}.video-testimonial-grid article{background:#fff!important;border:1px solid #ddd;border-radius:22px;padding-bottom:18px;box-shadow:0 12px 36px rgba(0,0,0,.06)}.video-testimonial-grid article strong{color:#111!important}.video-testimonial-grid article span{color:#666!important}.video-testimonial-grid article button{background:#fff!important;color:#111!important;border:1px solid #ddd!important}.quote-card-polished{box-shadow:0 12px 36px rgba(0,0,0,.08)!important}.investment-premium-head{align-items:start!important}.investment-premium-head h2{text-align:left}.investment-premium-head p:not(.eyebrow){align-self:start}.nav{gap:42px}.header-actions{gap:10px}.header-workshop,.header-cta{font-size:13px!important;padding:11px 16px!important}@media (max-width:1100px){.workshop-teaser-grid{grid-template-columns:1fr}.workshop-copy h2{font-size:44px}.nav{gap:22px}}@media (max-width:767px){.workshop-teaser{padding:54px 0 58px}.tech-full-cta{width:100%}.workshop-copy p,.tech-intro{font-size:18px}.workshop-copy h2{font-size:36px}}


/* v13 requested refinements */
.header-actions .header-workshop{display:none!important}
.tech-list .btn.full,.tech-list .btn.tech-full-cta{width:100%!important;min-width:0!important;align-self:stretch!important;height:74px!important;font-size:18px!important}.tech-list .btn.full{margin-top:8px}.tech-item .lock{background:#d8d8d3!important;color:#6f7379!important}
.programme-switch-cue{display:none!important}
.quote-card-polished .stars{color:var(--red)!important}
/* classic investment design */
.investment-classic{background:#070707;color:#fff;padding:82px 0 100px}.investment-overline{text-align:center;margin-bottom:12px}.investment-title-centered{text-align:center;font-size:clamp(54px,5.4vw,90px);line-height:.95;letter-spacing:-.06em;font-weight:620;margin:0 auto 18px;max-width:1100px}.investment-sub-centered{text-align:center;font-size:22px;line-height:1.45;color:#d8d8d8;margin:0 auto 34px;max-width:980px}.investment-classic-shell{border:1px solid rgba(228,0,25,.55);border-radius:34px;background:linear-gradient(180deg,#0f0f10,#090909);padding:28px 30px 30px;box-shadow:0 28px 80px rgba(0,0,0,.32)}.investment-classic-top{display:grid;grid-template-columns:280px 1fr 360px;gap:24px;align-items:start;margin-bottom:24px}.investment-classic-date{display:inline-flex;align-items:center;justify-content:center;height:76px;border:1px solid rgba(255,255,255,.34);border-radius:18px;padding:0 26px;font-size:22px;font-weight:650;letter-spacing:-.03em}.investment-classic-top h3{font-size:34px;line-height:1.03;letter-spacing:-.05em;margin:8px 0 0;font-weight:620}.investment-classic-top p{font-size:20px;line-height:1.45;color:#e2e2e2;margin:8px 0 0}.investment-classic-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.investment-classic-list ul{list-style:none;padding:0;margin:0;display:grid;gap:18px}.investment-classic-list li{position:relative;padding-left:30px;font-size:18px;line-height:1.42;color:#fff}.investment-classic-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:900}.price-box-classic{background:linear-gradient(180deg,#191919,#101010);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:26px;box-shadow:0 18px 50px rgba(0,0,0,.3)}.price-box-classic span{display:block;color:#ff7c85;text-transform:uppercase;font-size:14px;letter-spacing:.18em;font-weight:900;margin-bottom:18px}.price-box-classic strong{display:block;font-size:78px;line-height:.9;letter-spacing:-.06em;color:#fff;font-weight:700;margin-bottom:12px}.price-box-classic strong small{font-size:.42em;letter-spacing:-.02em}.price-box-classic p{font-size:16px;color:#d0d0d0;line-height:1.4;margin:0 0 24px}.price-box-classic .btn{width:100%;margin:0 0 12px}.price-box-classic .btn:last-child{margin-bottom:0}.price-box-classic .btn-ghost{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}.price-box-classic .btn-ghost:hover{background:#fff;color:#111;border-color:#fff}
/* workshop page clearer */
.workshop-benefits-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin:22px 0 28px}.workshop-benefits-list span{background:#fff;border:1px solid #e0e1dc;border-radius:14px;padding:14px 16px;font-size:15px;line-height:1.35;color:#222;box-shadow:0 8px 24px rgba(0,0,0,.05)}.locked-lessons article span{background:rgba(0,0,0,.72)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}.locked-lessons article{overflow:hidden}.locked-lessons article img{filter:grayscale(100%) brightness(.55)}
/* access page locked placeholder */
.video-placeholder.locked{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:220px;border-radius:18px;background:linear-gradient(180deg,#0f0f10,#090909);border:1px solid rgba(255,255,255,.08);color:#fff;text-align:center;padding:18px}.video-placeholder.locked .lock-icon{font-size:28px}.video-placeholder.locked em{font-style:normal;font-size:15px;letter-spacing:.16em;text-transform:uppercase;color:#d2d2d2}.video-placeholder.locked small{font-size:14px;line-height:1.45;color:#9ea3ab;max-width:220px}.video-access-page .access-video{background:#fff;border:1px solid #e2e2de;border-radius:24px;overflow:hidden;box-shadow:0 14px 42px rgba(0,0,0,.06)}.video-access-page .access-video > div{padding:22px}.video-access-page .access-video h3{font-size:26px;line-height:1.02;margin:0 0 10px}.video-access-page .access-video p{font-size:16px;line-height:1.45;color:#5b6068;margin:0 0 18px}
@media (max-width:1100px){.investment-classic-top,.investment-classic-layout{grid-template-columns:1fr}.investment-classic-title{font-size:52px}.workshop-benefits-list{grid-template-columns:1fr}}@media (max-width:767px){.investment-title-centered{font-size:42px}.investment-sub-centered{font-size:18px}.investment-classic-shell{padding:22px}.investment-classic-date{height:auto;padding:16px 18px;font-size:18px}.investment-classic-top h3{font-size:28px}.price-box-classic strong{font-size:60px}.tech-list .btn.full,.tech-list .btn.tech-full-cta{height:64px!important;font-size:16px!important}}


/* v14 refinements */
.tech-list{gap:12px}.tech-item{min-height:94px;padding:14px 18px}.tech-item h3{font-size:20px}.tech-item p{font-size:16px}.tech-list .btn.full,.tech-list .btn.tech-full-cta{height:58px!important;font-size:16px!important;border-radius:20px!important}.programme-tabs-head{display:block!important;text-align:center!important;margin:0 auto 28px!important;max-width:980px}.programme-tabs-head>div{display:block!important}.programme-tabs-head h2{margin:0 0 14px!important;text-align:center!important}.programme-tabs-head>p{margin:0 auto!important;max-width:860px;text-align:center!important}.investment-premium-head-centered{display:block!important;text-align:center!important}.investment-premium-head-centered h2{text-align:center!important;margin:0 0 16px!important}.investment-premium-head-centered p:not(.eyebrow){margin:0 auto!important;max-width:780px;text-align:center!important}.investment-includes-checks ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.investment-includes-checks li{position:relative;padding-left:28px}.investment-includes-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:900}.quote-card-polished .stars{color:var(--red)!important}.workshop-benefits-section{background:#f6f6f3;padding:66px 0 84px}.workshop-bottom-head{max-width:980px;margin:0 auto 28px;text-align:center}.workshop-bottom-head h2{font-size:56px;line-height:.98;letter-spacing:-.055em;font-weight:620;margin:0 0 16px}.workshop-bottom-head p{font-size:20px;line-height:1.5;color:#555a62;margin:0 auto;max-width:820px}.workshop-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px}.workshop-bottom-grid article{background:#fff;border:1px solid #e0e1dc;border-radius:22px;padding:24px;box-shadow:0 12px 36px rgba(0,0,0,.05)}.workshop-bottom-grid h3{font-size:24px;line-height:1.02;margin:0 0 10px}.workshop-bottom-grid p{font-size:16px;line-height:1.5;color:#5b6068;margin:0}.site-footer nav a[href="https://sa-studios.ch"]{}@media (max-width:1100px){.workshop-bottom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.workshop-bottom-head h2{font-size:38px}.workshop-bottom-head p{font-size:17px}.workshop-bottom-grid{grid-template-columns:1fr}.tech-list .btn.full,.tech-list .btn.tech-full-cta{height:54px!important}}


/* v15 flow update */
.qualification-section{background:#f4f4f1;color:#111;padding:78px 0 84px}.qualification-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,620px);gap:64px;align-items:start;margin-bottom:30px}.qualification-head h2{font-size:clamp(42px,4.8vw,72px);line-height:.98;letter-spacing:-.06em;font-weight:620;margin:0}.qualification-head p:not(.eyebrow){font-size:21px;line-height:1.48;color:#555a62;margin:4px 0 0}.qualification-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.qualification-grid article{background:#fff;border:1px solid #dedfda;border-radius:24px;padding:30px;box-shadow:0 14px 42px rgba(0,0,0,.055);min-height:235px}.qualification-grid span{display:block;color:#7a7f86;font-size:12px;letter-spacing:.24em;font-weight:900;margin-bottom:40px}.qualification-grid h3{font-size:28px;line-height:1.02;letter-spacing:-.04em;margin:0 0 14px;font-weight:650}.qualification-grid p{font-size:17px;line-height:1.5;color:#5b6068;margin:0}.free-entry-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 30px}.free-entry-card{display:block;background:#f6f6f3;border:1px solid #d9d9d5;border-radius:24px;padding:28px 30px;box-shadow:0 12px 36px rgba(0,0,0,.06);transition:.3s ease}.free-entry-card:hover{transform:translateY(-3px);border-color:#111}.free-entry-card span{display:block;text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:900;color:#777d86;margin-bottom:34px}.free-entry-card h3{font-size:30px;line-height:1.02;letter-spacing:-.04em;margin:0 0 12px}.free-entry-card p{font-size:17px;line-height:1.5;color:#5b6068;margin:0 0 20px}.free-entry-card strong{font-size:15px;color:#111}.techniques{padding-top:78px!important}.techniques .split-title h2{max-width:1000px}.benefits{padding-top:86px!important}.trainers{padding-top:86px!important}.testimonials{padding-top:86px!important}.programme-tabs-section{padding-top:86px!important}.location{padding-top:86px!important}.investment-premium{padding-top:92px!important}.faq{padding-top:86px!important}.final-cta{padding-top:86px!important}
@media (max-width:1000px){.qualification-head,.qualification-grid,.free-entry-options{grid-template-columns:1fr}.qualification-head{gap:22px}.qualification-grid article{min-height:0}}@media (max-width:767px){.qualification-section{padding:58px 0 62px}.qualification-head h2{font-size:38px}.qualification-head p:not(.eyebrow){font-size:18px}.qualification-grid article,.free-entry-card{padding:24px}.free-entry-card span,.qualification-grid span{margin-bottom:24px}}


/* v16 requested refinements */
.qualification-head-compact{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,560px)!important;gap:44px!important;align-items:start!important;margin-bottom:24px!important}
.qualification-head-compact h2{font-size:clamp(38px,4.2vw,62px)!important}
.qualification-head-compact>p{font-size:19px!important;line-height:1.45!important;margin:8px 0 0!important}
.qualification-section{padding:58px 0 66px!important}
.qualification-grid{gap:14px!important}
.qualification-grid article{min-height:190px!important;padding:24px!important}
.qualification-grid span{margin-bottom:24px!important}
.qualification-grid h3{font-size:24px!important}
.qualification-grid p{font-size:16px!important}

.section-cta.buttons-only{display:flex!important;justify-content:center!important;background:transparent!important;border:0!important;padding:0!important;margin-top:32px!important}
.section-cta.buttons-only .button-row-inline{justify-content:center!important}

.investment-red-checks li:before,.investment-includes li:before{color:var(--red)!important}
.free-entry-section .section-kicker{color:var(--red)}
.free-entry-section h2{max-width:980px!important}
.free-entry-options-premium{margin-top:28px!important}
.free-entry-options-premium .free-entry-card{background:#fff!important}
.free-entry-card h3{font-weight:620!important}
.free-entry-card strong{color:var(--red)!important}

.ecosystem-editorial{background:#f1f1ee!important;padding:86px 0 94px!important;color:#111!important}
.ecosystem-editorial-head{display:grid;grid-template-columns:1fr minmax(360px,560px);gap:64px;align-items:start;border-bottom:1px solid #d8d8d4;padding-bottom:30px;margin-bottom:28px}
.ecosystem-editorial-head h2{font-size:clamp(38px,4vw,62px)!important;line-height:1!important;margin:0!important;color:#111!important}
.ecosystem-editorial-head p:not(.eyebrow){font-size:20px!important;line-height:1.48!important;color:#555a62!important;margin:2px 0 0!important}
.ecosystem-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ecosystem-editorial-grid article{background:#fff;border:1px solid #d9d9d5;border-radius:24px;padding:30px;min-height:230px;box-shadow:0 14px 44px rgba(0,0,0,.055)}
.ecosystem-editorial-grid span{display:block;color:#73777e;font-size:12px;letter-spacing:.24em;font-weight:900;margin-bottom:38px}
.ecosystem-editorial-grid h3{font-size:28px;line-height:1.02;margin:0 0 14px;color:#111;font-weight:650}
.ecosystem-editorial-grid p{font-size:17px;line-height:1.5;color:#5b6068;margin:0}

.workshop-program-grid article span{display:block;color:var(--red);font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:900;margin-bottom:26px}
.workshop-outcomes{display:grid;grid-template-columns:minmax(0,460px) 1fr;gap:36px;align-items:start;background:#fff;border:1px solid #e0e1dc;border-radius:26px;padding:34px;margin:30px 0;box-shadow:0 12px 36px rgba(0,0,0,.055)}
.workshop-outcomes h3{font-size:38px;line-height:1;letter-spacing:-.05em;margin:0}
.workshop-outcomes ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.workshop-outcomes li{position:relative;padding-left:28px;font-size:18px;line-height:1.45;color:#222}
.workshop-outcomes li:before{content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:900}

@media (max-width:1000px){
  .qualification-head-compact,.ecosystem-editorial-head,.workshop-outcomes{grid-template-columns:1fr!important}
  .ecosystem-editorial-grid{grid-template-columns:1fr!important}
}


/* v17 final legal + workshop + visibility fixes */
.section-cta.buttons-only .btn-ghost,
.programme-tabs-section .section-cta.buttons-only .btn-ghost{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:0 14px 34px rgba(0,0,0,.12)!important;opacity:1!important;backdrop-filter:none!important}
.section-cta.buttons-only .btn-ghost:hover{background:#fff!important;color:#111!important;border-color:#111!important}
.investment-premium .investment-includes li:before,.investment-red-checks li:before{color:var(--red)!important}
.investment-premium .investment-includes li{padding-left:36px!important}.investment-premium .investment-includes li:before{font-size:22px!important;left:0!important;top:0!important}
.footer-legal-enhanced{background:#050505!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.1)!important;padding:44px 0 32px!important}.footer-grid-enhanced{display:grid!important;grid-template-columns:1.1fr 1.2fr 1fr!important;gap:28px 46px!important;align-items:start!important}.footer-brand-block img{width:142px!important;margin-bottom:16px}.footer-brand-block p{color:#aaa!important;line-height:1.5}.footer-main-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 22px!important}.footer-main-nav a,.footer-legal-nav a,.footer-contact-block a,.footer-company-block a{color:#fff!important}.footer-main-nav a:hover,.footer-legal-nav a:hover,.footer-contact-block a:hover,.footer-company-block a:hover{color:var(--red)!important}.footer-contact-block p{color:#aaa!important;text-transform:uppercase;letter-spacing:.18em;font-size:12px!important;font-weight:900;margin:0 0 14px}.footer-contact-block a{font-weight:800}.footer-company-block{grid-column:1 / 3;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;color:#aaa;font-size:14px;line-height:1.55}.footer-company-block p{margin:0 0 8px}.footer-company-block span{display:inline-block;margin:0 10px;color:#555}.footer-legal-nav{grid-column:3 / 4;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex!important;gap:18px!important;justify-content:flex-start!important;flex-wrap:wrap}.footer-legal-nav a{text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:900}.legal-hero{min-height:auto!important}.legal-content{background:#f5f5f2;padding:72px 0 92px}.legal-inner{max-width:980px!important}.legal-inner h2{font-size:28px;line-height:1.1;margin:40px 0 14px;letter-spacing:-.04em}.legal-inner h2:first-child{margin-top:0}.legal-inner p{font-size:17px;line-height:1.68;color:#333;margin:0 0 16px}.legal-inner a{color:var(--red);font-weight:700}.webinar-hero-premium .form-card{align-self:start}.webinar-section{padding:78px 0;background:#fff}.webinar-two-col{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:54px;align-items:start}.webinar-copy-block h2,.webinar-section-head h2,.webinar-outcomes-layout h2,.webinar-bridge-grid h2{font-size:clamp(42px,4.4vw,68px);line-height:.98;letter-spacing:-.06em;font-weight:620;margin:0 0 22px}.webinar-copy-block p{font-size:21px;line-height:1.52;color:#555a62;margin:0 0 16px}.webinar-side-card{background:#f4f4f1;border:1px solid #dedfda;border-radius:26px;padding:30px;box-shadow:0 14px 42px rgba(0,0,0,.055)}.webinar-side-card h3,.webinar-bridge-card h3{font-size:30px;line-height:1.05;margin:0 0 20px}.red-check-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.red-check-list li{position:relative;padding-left:30px;font-size:17px;line-height:1.45;color:#222}.red-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:900}.webinar-program-section{background:#f4f4f1}.webinar-section-head{text-align:center;max-width:980px;margin:0 auto 34px}.webinar-section-head p{font-size:20px;line-height:1.5;color:#555a62;margin:0}.webinar-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.webinar-program-grid article{background:#fff;border:1px solid #dedfda;border-radius:24px;padding:28px;box-shadow:0 14px 42px rgba(0,0,0,.05)}.webinar-program-grid span{display:block;color:var(--red);font-size:12px;letter-spacing:.24em;font-weight:900;margin-bottom:32px}.webinar-program-grid h3,.webinar-outcomes-list h3{font-size:26px;line-height:1.02;margin:0 0 12px}.webinar-program-grid p,.webinar-outcomes-list p{font-size:16px;line-height:1.5;color:#5b6068;margin:0}.webinar-outcomes-layout{display:grid;grid-template-columns:470px 1fr;gap:54px;align-items:start}.webinar-outcomes-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.webinar-outcomes-list article{background:#f7f7f4;border:1px solid #dedfda;border-radius:22px;padding:26px}.webinar-masterclass-bridge-section{padding:84px 0}.webinar-bridge-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:56px;align-items:start}.webinar-bridge-grid p{font-size:21px;line-height:1.52;color:#c6c8ce;margin:0}.webinar-bridge-card{background:#111;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:30px}.on-dark-list li{color:#f1f1f1!important}.webinar-bridge-card .button-row{margin-top:28px}
@media (max-width:1100px){.footer-grid-enhanced,.webinar-two-col,.webinar-outcomes-layout,.webinar-bridge-grid{grid-template-columns:1fr!important}.footer-company-block,.footer-legal-nav{grid-column:auto!important}.webinar-program-grid{grid-template-columns:repeat(2,1fr)}.webinar-outcomes-list{grid-template-columns:1fr}.footer-main-nav{grid-template-columns:1fr!important}}
@media (max-width:767px){.webinar-program-grid{grid-template-columns:1fr}.legal-content{padding:48px 0 62px}.footer-grid-enhanced{gap:24px}.footer-company-block span{display:none}.footer-company-block a{display:block;margin-bottom:8px}}


/* v18 micro-fixes */
/* Price block: visible red checkmarks + refined CHF tracking */
.investment-premium .investment-includes li,
.investment-red-checks li{
  position:relative !important;
  padding-left:34px !important;
  color:#f1f1f1 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  padding-bottom:12px !important;
}
.investment-premium .investment-includes li:before,
.investment-red-checks li:before{
  display:block !important;
  content:'✓' !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  color:var(--red) !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
}
.price-box-new small,
.price-box-classic strong small{
  letter-spacing:.08em !important;
  margin-left:10px !important;
}

/* Workshop bridge block: more compact and better readable */
.webinar-masterclass-bridge-section{
  background:#fff !important;
  color:#111 !important;
  padding:56px 0 62px !important;
}
.webinar-bridge-grid{
  grid-template-columns:minmax(0,1fr) 440px !important;
  gap:34px !important;
  align-items:center !important;
}
.webinar-bridge-grid > div:first-child{
  max-width:760px !important;
}
.webinar-bridge-grid p{
  color:#4f545c !important;
  font-size:19px !important;
  line-height:1.52 !important;
}
.webinar-bridge-card{
  padding:26px !important;
  border-radius:24px !important;
  box-shadow:0 18px 48px rgba(0,0,0,.14) !important;
}
.webinar-bridge-card h3{
  font-size:26px !important;
  margin:0 0 16px !important;
}
.webinar-bridge-card .red-check-list{gap:12px !important}
.webinar-bridge-card .red-check-list li{
  font-size:16px !important;
  line-height:1.42 !important;
}
.webinar-bridge-card .button-row{
  margin-top:22px !important;
  gap:12px !important;
}
.webinar-bridge-card .btn{
  min-width:0 !important;
}
@media (max-width:1100px){
  .webinar-bridge-grid{grid-template-columns:1fr !important;gap:24px !important;}
  .webinar-bridge-grid > div:first-child{max-width:none !important;}
}


/* v19 final cleanup */
.program-buttons-only{
  background:#fff!important;
  padding:48px 0 66px!important;
}
.program-buttons-only .cta-inner{
  text-align:center!important;
}
.program-cta-actions{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}
.btn-dark{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.btn-dark:hover{
  background:#fff!important;
  color:#111!important;
  border-color:#111!important;
}
.program-cta-actions .btn{
  min-width:260px!important;
}
.free-entry-section .section-kicker{
  color:var(--red)!important;
}
@media (max-width:720px){
  .program-cta-actions .btn{width:100%!important;min-width:0!important;}
}


/* v22 final text consistency + visible program results */
.result-visible{
  background:#f2f1ee;
  border:1px solid #dad8d3;
  border-radius:12px;
  padding:16px 18px;
  margin:0 0 14px;
}
.result-visible strong{
  display:block;
  color:var(--red);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:8px;
}
.result-visible p{
  margin:0!important;
  color:#222!important;
  font-size:15px!important;
  line-height:1.5!important;
}


/* v23 result block always open, non-interactive */
.result-visible{position:relative!important;background:#f2f1ee!important;border:1px solid #dad8d3!important;border-radius:14px!important;padding:16px 18px!important;margin:0 0 14px!important;box-shadow:none!important}.result-visible strong{display:block!important;color:var(--red)!important;font-size:11px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:900!important;margin-bottom:8px!important}.result-visible p{margin:0!important;color:#222!important;font-size:15px!important;line-height:1.5!important}.result-visible::after{content:none!important}.result-toggle,.result-toggle summary,.result-toggle summary::after,.result-toggle[open] summary::after{display:none!important}
