:root{--navy: #242D7B;--navy-deep: #131A56;--navy-mid: #2E3A8C;--cream: #F6F1E8;--cream-light: #FDFAF5;--brick: #E27473;--brick-hover: #E88887;--gold: #1E576E;--gold-light: #4A9AB5;--teal: #1E576E;--white: #FFFFFF;--text-dark: #242D7B;--text-mid: #4A5568;--text-muted: #718096;--border: rgba(36,45,123,.1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:200;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 64px;background:#0d1828f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-brand{display:flex;align-items:center;gap:12px;font-family:Playfair Display,serif;font-size:19px;font-weight:700;color:#fff;text-decoration:none}.nav-brand em{color:var(--brick-hover);font-style:normal}.nav-badge{font-family:DM Sans,sans-serif;font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#fff6;border:1px solid rgba(255,255,255,.12);padding:3px 10px;border-radius:100px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:13px;font-weight:400;color:#ffffff8c;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:var(--brick)!important;color:#fff!important;padding:9px 22px;border-radius:4px;font-weight:500!important;font-size:13px!important;transition:background .2s!important}.nav-cta:hover{background:var(--brick-hover)!important}.hero{min-height:100vh;background:var(--navy-deep);padding:68px 0 0;display:grid;grid-template-rows:1fr auto;position:relative;overflow:hidden}.hero-bg-lines{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:80px 80px}.hero-bg-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(226,116,115,.08) 0%,transparent 70%);top:-200px;right:-150px;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:780px;padding:96px 64px 80px}.hero-tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:36px}.hero-tag:before{content:"";display:block;width:28px;height:1px;background:var(--gold-light)}h1{font-family:Playfair Display,serif;font-size:62px;font-weight:700;line-height:1.05;letter-spacing:-1px;color:#fff;margin-bottom:12px}h1 em{font-style:italic;color:#e87a5a;display:block}.hero-sub-title{font-family:Playfair Display,serif;font-size:22px;font-style:italic;color:#ffffff73;margin-bottom:36px;font-weight:400;line-height:1.4}.hero-lead{font-size:17px;font-weight:300;color:#fff9;line-height:1.75;max-width:580px;margin-bottom:52px}.hero-lead strong{color:#ffffffe6;font-weight:500}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--brick);color:#fff;padding:15px 32px;border-radius:4px;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:.2px;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--brick-hover);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;color:#ffffff8c;font-size:14px;text-decoration:none;transition:color .2s}.btn-secondary:hover{color:#fff}.btn-secondary svg{transition:transform .2s}.btn-secondary:hover svg{transform:translate(3px)}.hero-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.06)}.hero-stat{padding:32px 40px;border-right:1px solid rgba(255,255,255,.06)}.hero-stat:last-child{border-right:none}.stat-n{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:#fff;line-height:1;margin-bottom:8px}.stat-n sup{font-size:20px;color:var(--brick-hover);vertical-align:super}.stat-l{font-size:12px;color:#fff6;font-weight:300;line-height:1.5;max-width:160px}section{padding:96px 64px}.s-label{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--brick);margin-bottom:16px}.s-title{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--navy);line-height:1.15;letter-spacing:-.5px;margin-bottom:20px}.s-title em{font-style:italic;color:var(--brick)}.s-lead{font-size:17px;color:var(--text-mid);font-weight:300;line-height:1.75;max-width:640px;margin-bottom:56px}.rule{width:40px;height:2px;background:var(--brick);margin:20px 0 28px}.s-problem{background:var(--cream)}.problem-cols{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#1b2a4a14;border-radius:6px;overflow:hidden}.prob-card{background:var(--cream-light);padding:44px 40px}.prob-icon{width:48px;height:48px;border-radius:8px;background:#e2747314;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.prob-icon svg{width:22px;height:22px;stroke:var(--brick);fill:none;stroke-width:1.5}.prob-title{font-size:17px;font-weight:500;color:var(--navy);margin-bottom:12px;line-height:1.3}.prob-text{font-size:14px;color:var(--text-mid);font-weight:300;line-height:1.7}.prob-card.full{grid-column:span 2;background:var(--navy)}.prob-card.full .prob-title{color:#fff;font-size:20px}.prob-card.full .prob-text{color:#ffffff8c}.s-product{background:var(--white)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}.product-card{border:1.5px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--brick);transform:translateY(-3px)}.product-card.featured{border-color:var(--brick);border-width:2px}.product-header{background:var(--navy);padding:36px 36px 28px;position:relative}.product-card.featured .product-header{background:var(--brick)}.featured-badge{position:absolute;top:20px;right:20px;background:#ffffff26;color:#fff;font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:100px}.product-tag{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#ffffff73;margin-bottom:12px}.product-name{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}.product-price{display:flex;align-items:baseline;gap:6px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.price-amount{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:#fff}.price-unit{font-size:13px;color:#ffffff80;font-weight:300}.product-body{padding:32px 36px}.product-desc{font-size:14px;color:var(--text-mid);font-weight:300;line-height:1.7;margin-bottom:28px}.product-list{list-style:none;display:flex;flex-direction:column;gap:10px}.product-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-dark);font-weight:400;line-height:1.5}.product-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:6px}.product-cta{display:block;text-align:center;margin-top:28px;padding:13px 24px;background:var(--navy);color:#fff;font-size:13px;font-weight:500;border-radius:4px;text-decoration:none;transition:background .2s}.product-card.featured .product-cta{background:var(--brick)}.product-cta:hover{opacity:.88}.s-method{background:var(--navy)}.s-method .s-title{color:#fff}.s-method .s-lead{color:#ffffff8c}.s-method .s-label{color:var(--gold-light)}.method-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}.method-steps{display:flex;flex-direction:column;gap:0}.step{padding:28px 0;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;transition:padding-left .2s}.step:last-child{border-bottom:none}.step:hover{padding-left:8px}.step.active{padding-left:16px;border-left:2px solid var(--brick)}.step-num{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:8px}.step-name{font-size:16px;font-weight:500;color:#ffffffd9;line-height:1.3}.step-timing{font-size:12px;color:#ffffff4d;font-weight:300;margin-top:4px}.method-detail{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:44px 40px;position:sticky;top:88px}.detail-tag{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--brick-hover);margin-bottom:16px}.detail-h{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:18px}.detail-p{font-size:14px;color:#ffffff8c;font-weight:300;line-height:1.75;margin-bottom:28px}.livrable-list{list-style:none;display:flex;flex-direction:column;gap:12px}.livrable-list li{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#ffffffb3;line-height:1.5}.livrable-list li:before{content:"→";color:var(--brick-hover);font-size:12px;flex-shrink:0;margin-top:1px}.s-roi{background:var(--cream)}.roi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#1b2a4a14;border-radius:6px;overflow:hidden;margin-bottom:48px}.roi-card{background:var(--cream-light);padding:40px 32px}.roi-card.accent{background:var(--navy)}.roi-n{font-family:Playfair Display,serif;font-size:44px;font-weight:700;color:var(--brick);line-height:1;margin-bottom:12px}.roi-card.accent .roi-n{color:#e87a5a}.roi-label{font-size:15px;font-weight:500;color:var(--navy);margin-bottom:8px}.roi-card.accent .roi-label{color:#fff}.roi-desc{font-size:13px;color:var(--text-mid);font-weight:300;line-height:1.6}.roi-card.accent .roi-desc{color:#ffffff80}.roi-quote{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--brick);border-radius:0 6px 6px 0;padding:32px 36px;max-width:680px}.roi-quote p{font-family:Playfair Display,serif;font-style:italic;font-size:18px;color:var(--navy);line-height:1.65;margin-bottom:16px}.roi-quote cite{font-size:13px;color:var(--text-muted);font-style:normal}.s-karin{background:var(--white);display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.karin-eyebrow{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--brick);margin-bottom:12px}.karin-name{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:var(--navy);line-height:1.1;margin-bottom:8px}.karin-role{font-size:14px;color:var(--text-muted);font-weight:300;margin-bottom:32px;line-height:1.5}.karin-bio{font-size:16px;color:var(--text-mid);font-weight:300;line-height:1.8;margin-bottom:36px}.karin-bio strong{color:var(--text-dark);font-weight:500}.creds{display:flex;flex-direction:column;gap:14px}.cred{display:flex;align-items:flex-start;gap:14px;font-size:14px;color:var(--text-mid);font-weight:300;line-height:1.5}.cred:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brick);flex-shrink:0;margin-top:6px}.karin-right{display:flex;flex-direction:column;gap:16px}.k-card{background:var(--cream);border-radius:8px;padding:28px;border-left:3px solid transparent;transition:border-color .2s}.k-card:hover{border-left-color:var(--brick)}.k-card-label{font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--brick);margin-bottom:10px}.k-card-text{font-size:14px;color:var(--text-mid);font-weight:300;line-height:1.65}.s-objections{background:var(--cream)}.obj-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.obj-card{background:var(--white);border-radius:8px;padding:32px 28px;border:1px solid var(--border)}.obj-q{font-size:15px;font-weight:500;color:var(--navy);margin-bottom:14px;line-height:1.4;padding-bottom:14px;border-bottom:1px solid var(--border)}.obj-a{font-size:14px;color:var(--text-mid);font-weight:300;line-height:1.7}.obj-a strong{color:var(--text-dark);font-weight:500}.s-cta{background:var(--navy-deep);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;overflow:hidden}.s-cta:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(226,116,115,.07) 0%,transparent 70%);right:-100px;top:-150px;pointer-events:none}.cta-left{position:relative;z-index:2}.cta-eyebrow{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px}.cta-h{font-family:Playfair Display,serif;font-size:46px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.5px;margin-bottom:24px}.cta-h em{font-style:italic;color:#e87a5a;display:block}.cta-p{font-size:16px;color:#ffffff8c;font-weight:300;line-height:1.75;margin-bottom:40px;max-width:440px}.cta-guarantees{display:flex;flex-direction:column;gap:12px}.guarantee{display:flex;align-items:center;gap:12px;font-size:13px;color:#ffffff80;font-weight:300}.guarantee:before{content:"✓";color:var(--gold-light);font-weight:500;font-size:14px}.cta-form{position:relative;z-index:2;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:44px 40px}.form-headline{font-size:16px;font-weight:500;color:#fff;margin-bottom:8px}.form-sub{font-size:13px;color:#fff6;font-weight:300;margin-bottom:28px;line-height:1.5}.form-row{margin-bottom:14px}.form-row label{display:block;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#ffffff73;margin-bottom:6px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:12px 14px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:4px;font-size:14px;color:#fff;font-family:DM Sans,sans-serif;outline:none;transition:border-color .2s;resize:none}.form-row input::placeholder,.form-row textarea::placeholder{color:#ffffff40}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#ffffff4d}.form-row select option{background:var(--navy)}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-submit{width:100%;padding:15px;background:var(--brick);color:#fff;font-size:14px;font-weight:500;border:none;border-radius:4px;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.3px;transition:background .2s,transform .1s;margin-top:6px}.form-submit:hover{background:var(--brick-hover);transform:translateY(-1px)}.form-note{font-size:11px;color:#ffffff40;text-align:center;margin-top:14px;line-height:1.6}footer{background:#080f1c;padding:40px 64px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.04)}.footer-brand{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:#fff9}.footer-brand em{color:var(--brick-hover);font-style:normal}.footer-copy{font-size:12px;color:#fff3;font-weight:300;margin-top:4px}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{font-size:12px;color:#ffffff40;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ffffff8c}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:1024px){nav{padding:0 24px}.nav-links{display:none}section{padding:72px 32px}h1{font-size:44px}.hero-content{padding:80px 32px 60px}.hero-stats{grid-template-columns:1fr 1fr}.problem-cols,.product-grid,.roi-grid,.s-karin,.s-cta,.obj-grid{grid-template-columns:1fr}.prob-card.full{grid-column:span 1}.method-layout{grid-template-columns:1fr}.method-detail{position:static}.form-grid-2{grid-template-columns:1fr}footer{flex-direction:column;gap:20px;text-align:center}}.human-photo{display:block;width:100%;height:auto;border-radius:18px;object-fit:cover;box-shadow:0 30px 60px -30px #00000073}.hero-photo-wrap{margin:64px auto 0;max-width:1100px;padding:0 24px}.hero-photo-wrap .human-photo{aspect-ratio:16/8;filter:saturate(.95) contrast(1.02)}.problem-photo-wrap{margin:48px 0 0;position:relative}.problem-photo-wrap .human-photo{aspect-ratio:16/7}.problem-photo-caption{margin-top:14px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c;font-family:DM Sans,sans-serif}.team-photo-wrap{margin:28px 0 32px}.team-photo-wrap .human-photo{aspect-ratio:4/5;max-height:560px;object-position:center 30%}.book-card{display:flex;flex-direction:column;gap:14px}.book-cover-wrap{margin:0 0 4px;display:flex;justify-content:center;background:linear-gradient(180deg,#ffffff0a,#ffffff03);border-radius:14px;padding:18px}.book-cover{display:block;width:100%;max-width:320px;height:auto;border-radius:8px;box-shadow:0 24px 50px -20px #0000008c}
