@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/montserrat-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/montserrat-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--med-blue: #1565A3;--med-dark: #0D3F6E;--med-darker: #082B4A;--sky: #5BA4CF;--sky-light: #D6EEFF;--sky-mid: #3A85B8;--bougain: #D63678;--bougain-dark:#B32862;--bougain-light:#FDE8F2;--white: #FFFFFF;--off-white: #F8FBFF;--border: #C8DCF0;--text: #1A2E45;--text-light: #4A6A85;--site-max: 1120px;--site-gutter: clamp(20px, 5vw, 60px);--section-y: clamp(64px, 9vw, 112px);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;font-family:Montserrat,Poppins,Open Sans,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}img{display:block;max-width:100%;height:auto}a{color:var(--med-blue);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--site-max);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-block:var(--section-y)}.text-center{text-align:center}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bougain);margin-bottom:.6rem}h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.15;color:var(--med-dark);margin-bottom:1.2rem}h2{font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:700;line-height:1.2;color:var(--med-dark);margin-bottom:1rem}h3{font-size:1.15rem;font-weight:700;color:var(--med-dark);margin-bottom:.5rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.btn{display:inline-block;padding:.9rem 2rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;text-align:center;white-space:normal;word-break:break-word;font-family:inherit;line-height:1.3}.btn-primary{background:var(--bougain);color:var(--white);border:2px solid var(--bougain)}.btn-primary:hover{background:var(--bougain-dark);border-color:var(--bougain-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d6367859;text-decoration:none;color:var(--white)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.7)}.btn-secondary:hover{background:#ffffff26;border-color:var(--white);color:var(--white);transform:translateY(-2px);text-decoration:none}.btn-secondary-dark{background:transparent;color:var(--med-blue);border:2px solid var(--med-blue)}.btn-secondary-dark:hover{background:var(--med-blue);color:var(--white);transform:translateY(-2px);text-decoration:none}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;border-bottom:1px solid var(--border);box-shadow:0 2px 12px #0d3f6e14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1.5rem}.header-logo{flex-shrink:0;display:flex;align-items:center}.header-logo img{height:48px;width:auto;object-fit:contain}.main-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--text);transition:background .15s,color .15s}.nav-link:hover,.nav-link.active{background:var(--sky-light);color:var(--med-blue);text-decoration:none}.burger{display:none;flex-direction:column;gap:5px;padding:6px;background:none}.burger span{display:block;width:24px;height:2px;background:var(--med-dark);border-radius:2px;transition:all .25s}@media(max-width:900px){.burger{display:flex}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--white);border-bottom:2px solid var(--border);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1rem 1rem}.main-nav.open{display:flex}.nav-link{padding:.65rem .5rem;border-radius:0;border-bottom:1px solid var(--border);font-size:.95rem}}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1}.hero-home{position:relative;background:url(/images/italy-hero.webp) center 50% / cover no-repeat;padding-block:clamp(120px,18vw,180px);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:700px}.hero-center-content{position:relative;z-index:1;text-align:center;max-width:720px;margin:0 auto}.hero-center-content h1{color:var(--white);font-size:clamp(2.2rem,6vw,3.8rem);line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.45);margin-bottom:1.25rem}.hero-center-content .hero-subline{max-width:54ch;margin-inline:auto;margin-bottom:2.5rem}.hero-center-content .hero-actions{justify-content:center}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a1e3c1a,#0a1e3c40 55%,#0a1e3c80);pointer-events:none}.hero-content{position:relative;z-index:1}.hero-home .hero-content h1{color:var(--white)}.hero-eyebrow{color:#ffffffd9;font-size:.82rem;letter-spacing:.15em;margin-bottom:1rem}.hero-subline{font-size:1.1rem;color:#ffffffe0;max-width:52ch;margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-col{display:flex;justify-content:flex-end;position:relative;z-index:1}.hero-portrait{width:100%;max-width:380px;height:480px;object-fit:cover;object-position:center top;border-radius:var(--radius-lg);box-shadow:0 20px 56px #0d3f6e59,0 0 0 4px #fff3}@media(max-width:768px){.hero-home{padding-block:clamp(64px,10vw,96px) clamp(48px,7vw,72px);min-height:unset}.hero-home .container{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}.hero-image-col{justify-content:center;padding-inline:var(--site-gutter)}.hero-portrait{max-width:240px;height:300px}.hero-bg-overlay{background:#0d3f6eb8}.hero-actions .btn{width:100%;max-width:340px}}@media(max-width:480px){.hero-actions .btn{width:100%;max-width:100%;padding:.85rem 1.25rem}}.trust-bar{background:var(--med-dark);padding-block:2.5rem}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}.trust-number{font-size:2.2rem;font-weight:800;color:var(--bougain)}.trust-label{font-size:.85rem;color:#fffc;max-width:14ch;line-height:1.3}.trust-divider{width:1px;height:48px;background:#fff3}@media(max-width:600px){.trust-divider{display:none}.trust-bar-inner{gap:2rem}}.section-header{text-align:center;max-width:64ch;margin-inline:auto;margin-bottom:3rem}.section-subtitle{font-size:1.05rem;color:var(--text-light);margin-top:.75rem}.offers-section{background:var(--off-white)}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.offer-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:2rem 1.75rem;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.offer-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1565a326;border-color:var(--sky)}.offer-icon{font-size:2.2rem;margin-bottom:1rem}.offer-card h3{margin-bottom:.6rem}.offer-card p{color:var(--text-light);font-size:.95rem;margin-bottom:1.25rem}.card-link{font-size:.88rem;font-weight:700;color:var(--bougain)}.empathy-section{background:linear-gradient(160deg,var(--sky-light) 0%,var(--off-white) 100%)}.empathy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:3rem}.empathy-card{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;border-left:4px solid var(--bougain)}.empathy-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.empathy-card p{font-size:.95rem;color:var(--text);margin:0;font-style:italic}.empathy-cta{text-align:center;max-width:56ch;margin-inline:auto}.empathy-message{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.7}.testimonials-section,.section-testimonials{background:var(--sky-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:var(--white);border-radius:var(--radius-md);padding:2rem 1.75rem;box-shadow:0 4px 16px #1565a317}.stars{color:var(--bougain);font-size:1.1rem;letter-spacing:2px;margin-bottom:1rem}.quote{font-size:1rem;line-height:1.7;color:var(--text);margin-bottom:1.25rem;font-style:italic}.testimonial-author{font-size:.88rem;color:var(--text-light)}.testimonial-author strong{color:var(--med-dark)}.testimonials-note{text-align:center;margin-top:2rem;font-size:.9rem;color:var(--text-light);font-style:italic}.book-highlight-section{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 60%)}.book-highlight-inner{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:center}.book-image-wrap img{width:220px;height:auto;border-radius:var(--radius-md);box-shadow:0 16px 40px #0d3f6e33}.book-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;margin-top:1.75rem}.book-hint{font-size:.88rem;color:var(--text-light);margin:0}@media(max-width:700px){.book-highlight-inner{grid-template-columns:1fr;text-align:center}.book-image-wrap{display:flex;justify-content:center}.book-image-wrap img{width:160px}.book-actions{align-items:center}}.cta-banner{background:linear-gradient(135deg,var(--med-blue) 0%,var(--med-dark) 100%);padding-block:4rem}.cta-banner-inner{text-align:center}.cta-banner h2{color:var(--white);margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem}.page-hero{padding-block:clamp(60px,9vw,96px)}.page-hero-light,.page-hero-yellow{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 100%)}.page-hero-blue{background:linear-gradient(135deg,var(--med-blue) 0%,var(--med-dark) 100%)}.page-hero-blue h1,.page-hero-blue .eyebrow,.page-hero-blue .page-hero-sub{color:var(--white)}.page-hero-blue .eyebrow{color:#ffffffbf}.page-hero-club{background:linear-gradient(135deg,var(--med-dark) 0%,var(--med-darker) 100%);text-align:center}.page-hero-club h1,.page-hero-club .page-hero-sub{color:var(--white)}.page-hero-sub{font-size:1.15rem;color:var(--text-light);max-width:60ch;margin-top:.5rem}.page-hero-blue .page-hero-sub{color:#ffffffd9}.page-hero-club .page-hero-sub{color:#fffc;margin-inline:auto}.bio-section{background:var(--white)}.bio-inner{display:grid;grid-template-columns:360px 1fr;gap:4rem;align-items:start}.bio-image img{width:100%;max-width:360px;border-radius:var(--radius-lg);box-shadow:0 16px 48px #0d3f6e26;aspect-ratio:3/4;object-fit:cover;object-position:center top}@media(max-width:800px){.bio-inner{grid-template-columns:1fr}.bio-image img{max-width:300px;margin-inline:auto}}.values-section{background:var(--sky-light)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.value-card{background:var(--white);border-radius:var(--radius-md);padding:1.75rem;border-top:3px solid var(--bougain)}.value-icon{font-size:2rem;display:block;margin-bottom:.75rem}.section-cta{background:var(--off-white)}.section-cta h2{margin-bottom:.75rem}.section-cta p{color:var(--text-light);margin-bottom:1.75rem}.cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section-cta .btn-secondary{color:var(--med-blue);border-color:var(--med-blue)}.section-cta .btn-secondary:hover{background:var(--med-blue);color:var(--white)}.book-section{background:var(--white)}.book-detail-inner{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:start}.book-detail-image img{width:240px;border-radius:var(--radius-md);box-shadow:0 16px 40px #0d3f6e33}.book-features{display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}.book-features li{font-size:.95rem;padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text)}.book-buy-block{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.book-hint{font-size:.88rem;color:var(--text-light)}@media(max-width:700px){.book-detail-inner{grid-template-columns:1fr;text-align:center}.book-detail-image img{width:180px;margin-inline:auto}.book-buy-block{align-items:center}}.comic-section{background:var(--off-white)}.comic-image-wrap{max-width:700px;margin-inline:auto}.comic-image-wrap img{width:100%;border-radius:var(--radius-md);box-shadow:0 8px 24px #0d3f6e1f}.system-intro{background:var(--white)}.system-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.system-text h2{margin-bottom:1.25rem}.system-steps{display:flex;flex-direction:column;gap:1.25rem}.system-step{display:flex;gap:1rem;align-items:flex-start;background:var(--off-white);border-radius:var(--radius-md);padding:1.25rem;border-left:4px solid var(--med-blue)}.step-number{flex-shrink:0;width:36px;height:36px;background:var(--bougain);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.system-step strong{display:block;color:var(--med-dark);margin-bottom:.25rem}.system-step p{font-size:.9rem;color:var(--text-light);margin:0}@media(max-width:780px){.system-intro-inner{grid-template-columns:1fr}}.situations-section{background:var(--sky-light)}.situations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.situation-card{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;text-align:center;border-bottom:3px solid var(--sky)}.situation-icon{font-size:2.2rem;display:block;margin-bottom:.75rem}.situation-card h3{font-size:1rem;margin-bottom:.5rem}.situation-card p{font-size:.9rem;color:var(--text-light);margin:0}.target-section{background:var(--white)}.target-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.target-pill{display:flex;align-items:center;gap:.5rem;background:var(--bougain-light);border:2px solid var(--bougain);border-radius:100px;padding:.6rem 1.25rem;font-weight:600;font-size:.92rem;color:var(--bougain-dark)}.club-hero-logo{width:160px;height:auto;margin-inline:auto;margin-bottom:1.5rem}.club-intro{background:var(--white)}.club-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.club-text h2{margin-bottom:1.25rem}.club-benefits{background:var(--sky-light);border-radius:var(--radius-md);padding:2rem;border:1px solid var(--border)}.club-benefits h3{margin-bottom:1.25rem;color:var(--med-dark)}.benefits-list{display:flex;flex-direction:column;gap:.65rem}.benefits-list li{font-size:.95rem;padding:.4rem 0;border-bottom:1px solid var(--border);color:var(--text)}.benefits-list li:last-child{border-bottom:none}@media(max-width:780px){.club-intro-inner{grid-template-columns:1fr}}.club-waitlist{background:linear-gradient(135deg,var(--med-blue) 0%,var(--med-dark) 100%)}.club-waitlist-inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.waitlist-text h2,.waitlist-text p{color:var(--white)}.waitlist-text .eyebrow{color:#ffffffbf}.waitlist-text p{color:#ffffffd9}.waitlist-action{text-align:center;flex-shrink:0}.waitlist-note{font-size:.82rem;color:#ffffffa6;margin-top:.65rem}@media(max-width:680px){.club-waitlist-inner{grid-template-columns:1fr;text-align:center}}.agency-story{background:var(--white)}.agency-story-inner{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:center}.agency-image img{width:100%;border-radius:var(--radius-lg);box-shadow:0 16px 40px #0d3f6e26;aspect-ratio:3/4;object-fit:cover;object-position:center top}.agency-text h2{margin-bottom:1.25rem}@media(max-width:820px){.agency-story-inner{grid-template-columns:1fr}}.agency-teaser{background:var(--off-white)}.teaser-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.teaser-card{background:var(--white);border-radius:var(--radius-md);padding:2rem 1.75rem;border:1px solid var(--border);border-top:3px solid var(--sky)}.teaser-icon{font-size:2rem;margin-bottom:1rem}.teaser-card h3{margin-bottom:.5rem}.teaser-card p{color:var(--text-light);font-size:.95rem;margin:0}.teaser-cta{text-align:center}.teaser-note{background:var(--sky-light);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.75rem;margin-bottom:1.5rem;font-size:.95rem;color:var(--med-dark);display:inline-block;max-width:60ch}.agency-for-whom{background:var(--sky-light)}.for-whom-grid{display:flex;flex-direction:column;gap:.75rem;max-width:64ch;margin-inline:auto}.for-whom-item{display:flex;gap:1rem;align-items:flex-start;background:var(--white);border-radius:var(--radius-sm);padding:1rem 1.25rem}.check{flex-shrink:0;width:28px;height:28px;background:var(--bougain);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.for-whom-item p{margin:0;font-size:.95rem}.kontakt-section{background:var(--white)}.kontakt-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.kontakt-info h2,.kontakt-form-area h2{margin-bottom:1.5rem}.kontakt-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.kontakt-card{display:flex;gap:1rem;align-items:flex-start;background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.kontakt-icon{font-size:1.5rem;flex-shrink:0}.kontakt-card strong{display:block;color:var(--med-dark);margin-bottom:.25rem;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em}.kontakt-card a,.kontakt-card p{font-size:.95rem;color:var(--text);margin:0;line-height:1.5}.kontakt-portrait{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.kontakt-portrait img{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center top;border:4px solid var(--bougain);box-shadow:0 8px 24px #d6367833}.kontakt-portrait p{font-size:.9rem;color:var(--text-light);margin:0}.form-intro{color:var(--text-light);margin-bottom:1.5rem}.kontakt-email-btn{font-size:1rem;padding:1rem 2rem;margin-bottom:1rem}.form-hint{font-size:.88rem;color:var(--text-light)}@media(max-width:780px){.kontakt-inner{grid-template-columns:1fr}}.site-footer{background:var(--med-darker);border-top:3px solid var(--bougain);padding-block:3rem}.footer-inner{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:56px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-tagline{font-size:.82rem;color:#ffffff8c;line-height:1.5;margin:0}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col strong{color:#ffffffe6;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.footer-col a{font-size:.9rem;color:#fff9;transition:color .15s}.footer-col a:hover{color:var(--bougain);text-decoration:none}.footer-bottom{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#ffffff73}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.85rem;color:#ffffff8c;font-weight:600}.footer-legal a:hover{color:var(--bougain);text-decoration:none}@media(max-width:760px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}@media(max-width:480px){.footer-links{grid-template-columns:1fr}}.legal-section{background:var(--white)}.legal-content{max-width:720px}.legal-content h1{margin-bottom:2rem;font-size:2.2rem}.legal-content h2{font-size:1.2rem;margin-top:2rem;margin-bottom:.75rem;color:var(--med-dark)}.legal-content p{font-size:.95rem;color:var(--text);line-height:1.7}.back-link{display:inline-block;margin-bottom:2rem;font-size:.9rem;font-weight:600;color:var(--med-blue)}.legal-warning{background:var(--sky-light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;font-size:.9rem;color:var(--med-dark);margin-top:2rem}.page-hero-abende{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 50%,var(--bougain-light) 100%)}.journey-section{background:var(--off-white)}.journey-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.journey-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem;transition:box-shadow .2s,transform .2s}.journey-card:hover{box-shadow:0 8px 24px #1565a31f;transform:translateY(-2px)}.journey-icon{font-size:2.2rem;display:block;margin-bottom:1rem}.transformation-section{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 100%)}.transformation-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.transformation-image img{border-radius:var(--radius-lg);box-shadow:0 12px 40px #0d3f6e1f;width:100%;object-fit:cover;aspect-ratio:4/5}@media(max-width:768px){.transformation-inner{grid-template-columns:1fr}.transformation-image{order:-1}}.book-section-alt{background:var(--off-white)}.book-detail-reverse{flex-direction:row-reverse}@media(max-width:768px){.book-detail-reverse{flex-direction:column}}.malbucher-section{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 100%)}.malbucher-highlight{display:flex;gap:2rem;align-items:flex-start;background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border);margin-top:2.5rem;box-shadow:0 4px 16px #0d3f6e0f}.malbucher-icon{font-size:3.5rem;flex-shrink:0;line-height:1}.malbucher-text p{font-size:1.05rem;margin-bottom:1.5rem}@media(max-width:600px){.malbucher-highlight{flex-direction:column;align-items:center;text-align:center}}.abende-intro{background:var(--white)}.abende-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.abende-image img{border-radius:var(--radius-lg);box-shadow:0 12px 40px #0d3f6e1f;width:100%;object-fit:cover;aspect-ratio:4/5}.abende-programm{background:var(--off-white)}.abende-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.abende-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem;transition:box-shadow .2s,transform .2s}.abende-card:hover{box-shadow:0 8px 24px #1565a31f;transform:translateY(-2px)}.abende-icon{font-size:2.2rem;display:block;margin-bottom:1rem}.abende-forwhom{background:var(--sky-light)}.abende-cta-section{background:linear-gradient(135deg,var(--med-blue) 0%,var(--med-dark) 100%)}.abende-cta-section .abende-cta-text h2,.abende-cta-section .abende-cta-text p{color:var(--white)}.abende-cta-section .abende-cta-text .eyebrow{color:#ffffffbf}.abende-cta-inner{display:flex;align-items:center;gap:3rem;justify-content:space-between}.abende-cta-text{flex:1}.abende-cta-action{flex-shrink:0;text-align:center}.abende-cta-section .waitlist-note{color:#fff9}@media(max-width:768px){.abende-intro-inner{grid-template-columns:1fr}.abende-image{order:-1}.abende-cta-inner{flex-direction:column;text-align:center}.abende-cta-text{text-align:center}}.kurse-hero{background:linear-gradient(135deg,var(--sky-light) 0%,var(--off-white) 100%)}.kurse-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.kurs-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem;display:flex;flex-direction:column;gap:0;transition:box-shadow .2s,transform .2s}.kurs-card:hover{box-shadow:0 8px 28px #1565a324;transform:translateY(-3px)}.kurs-card-body{flex:1}.kurs-card h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--med-dark)}.kurs-card p{font-size:.92rem;color:var(--text-light);margin-bottom:0;line-height:1.6}.kurs-price{font-size:1.4rem;font-weight:800;color:var(--bougain);margin:1rem 0 1.25rem;display:block}.kurs-price-free{color:var(--white);background:var(--med-blue);display:inline-block;padding:.2rem .75rem;border-radius:100px;font-size:.95rem;font-weight:700;margin:1rem 0 1.25rem}.kurs-cta{display:inline-block;padding:.7rem 1.5rem;font-size:.88rem;border-radius:var(--radius-sm);font-weight:700;background:var(--bougain);color:var(--white);border:2px solid var(--bougain);text-align:center;width:100%;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;text-decoration:none}.kurs-cta:hover{background:var(--bougain-dark);border-color:var(--bougain-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d636784d;text-decoration:none;color:var(--white)}.kurs-cta-free{background:var(--med-blue);color:var(--white);border-color:var(--med-blue)}.kurs-cta-free:hover{background:var(--med-dark);border-color:var(--med-dark)}.kurse-free-section{background:linear-gradient(160deg,var(--sky-light) 0%,var(--off-white) 100%)}@media(max-width:640px){.kurse-grid{grid-template-columns:1fr}}@media(max-width:640px){h1{font-size:1.9rem}h2{font-size:1.5rem}.section{padding-block:clamp(48px,8vw,80px)}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:320px}.journey-grid,.abende-cards{grid-template-columns:1fr}}
