:root{--navy: #123055;--orange: #e87722;--cream: #f5f5f2;--slate: #7a8699;--green: #009d7f;font-family:Avenir Next LT Pro,Avenir Next,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,sans-serif;line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--navy);background:var(--cream)}a{color:inherit;text-decoration:none}#app{min-height:100vh}.success-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;background:radial-gradient(circle at top,#123055,#0b2036 40%,#091726);color:#f9fafb}.success-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.success-logo{height:36px;width:auto}.success-brand-text{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#e2e8f0cc}.success-card{width:100%;max-width:720px;border-radius:16px;background:linear-gradient(135deg,#0b2138,#091726 55%,#050b14);border:1px solid rgba(148,163,184,.45);box-shadow:0 20px 60px #0f172abf;padding:24px 22px 20px}.success-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.45);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#e2e8f0d9;margin-bottom:10px}.success-pill-dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px #16a34a40}.success-title{font-size:28px;font-weight:800;margin:0 0 8px}.success-subheadline{margin:0 0 18px;font-size:15px;color:#e2e8f0d9}.success-highlight-name{color:var(--orange);font-weight:600}.success-notice{padding:10px 12px;border-radius:12px;background:#0f172ae6;border:1px solid rgba(148,163,184,.35);font-size:13px;color:#cbd5e1e6;margin-bottom:14px}.success-list{list-style:none;padding:0;margin:0 0 14px;font-size:14px;color:#e2e8f0f2}.success-list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.success-list-bullet{width:7px;height:7px;margin-top:6px;border-radius:999px;background:#f97316e6}.success-muted{font-size:12px;color:#94a3b8e6;margin-top:4px}.success-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.success-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:999px;background:var(--orange);color:#111827;font-size:14px;font-weight:600}.success-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.6);color:#cbd5e1e6;font-size:12px}.success-footer{margin-top:18px;font-size:11px;color:#94a3b8e6}@media(max-width:640px){.success-page{padding:32px 14px}.success-card{padding:22px 18px 18px}.success-title{font-size:24px}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:400;background:#111827;color:#e5e7eb;box-shadow:0 -2px 12px #0006}.cookie-banner-inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px}.cookie-banner-text{color:#e5e7eb}.cookie-banner-text strong{font-weight:600}.cookie-banner-actions{display:flex;align-items:center;gap:12px}.cookie-banner-button{border:none;border-radius:4px;padding:6px 14px;font-size:13px;font-weight:500;background:#2563eb;color:#f9fafb;cursor:pointer}.cookie-banner-button:hover{background:#1d4ed8}.cookie-banner-link{font-size:12px;color:#9ca3af;text-decoration:underline;text-underline-offset:2px}.cookie-banner-link:hover{color:#e5e7eb}@media(max-width:640px){.cookie-banner-inner{flex-direction:column;align-items:flex-start}}.sv-header{background:#fff;border-bottom:1px solid rgba(26,47,63,.1);position:sticky;top:0;z-index:200}.sv-header-inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.sv-brand{display:flex;align-items:center;gap:10px}.sv-logo{height:36px;width:auto;display:block}.sv-brand-text{font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:12px;color:var(--slate)}.sv-footer{background:#0f1922;color:#e5e7eb;padding:24px 0;position:relative;z-index:300}.sv-footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.sv-footer-link{color:#e5e7eb;text-decoration:underline;text-underline-offset:3px}.sv-footer-link:hover{color:var(--cream)}.sv-footer-right{display:flex;align-items:center;gap:20px}.sv-footer-social{display:flex;align-items:center;gap:10px}.sv-footer-icon{width:20px;height:20px;fill:#e5e7eb;transition:fill .2s ease,transform .2s ease}.sv-footer-social a:hover .sv-footer-icon{fill:var(--orange);transform:translateY(-1px)}.urgency{background:var(--orange);color:var(--navy);text-align:center;padding:16px 20px;font-weight:700;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 20px}.section-subtitle{font-size:20px;color:var(--slate);text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}h1,h2,h3{letter-spacing:-.02em}h2{font-size:42px;font-weight:800;margin-bottom:16px;text-align:center}.hero{background:linear-gradient(135deg,var(--navy) 0%,#2a4f5f 100%);color:var(--cream);padding:60px 20px 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(232,114,62,0.1)"/></svg>') repeat;opacity:.3}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:48px;font-weight:800;line-height:1.1;margin-bottom:20px}.hero .subheadline{font-size:22px;margin-bottom:30px;color:var(--slate);line-height:1.4}.hero .emotional-hook{font-size:18px;font-style:italic;margin-bottom:40px;opacity:.9}.cta-button{display:inline-block;background:var(--orange);color:var(--navy);padding:18px 48px;font-size:18px;font-weight:700;border-radius:8px;transition:all .25s ease;box-shadow:0 4px 20px #e8723e66;border:none;cursor:pointer}.cta-button:hover{background:#ff8e5a;transform:translateY(-2px);box-shadow:0 6px 30px #e8723e99}.price-tag{display:inline-block;background:#ffffff1a;padding:12px 24px;border-radius:50px;margin-top:20px;font-size:18px;font-weight:600}.price-tag .price{color:var(--orange);font-size:32px;font-weight:800}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--navy);padding:16px 20px;box-shadow:0 -4px 20px #0003;z-index:150;display:none}.sticky-cta.visible{display:block}.sticky-cta .container{display:flex;justify-content:space-between;align-items:center}.sticky-cta .text{color:var(--cream);font-weight:600}.sticky-cta .cta-button{padding:12px 32px;font-size:16px}.problem{background:#fff}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}.problem-item{text-align:center;padding:30px;border-radius:12px;background:var(--cream);position:relative}.problem-item:before{content:"❌";font-size:32px;display:block;margin-bottom:16px}.problem-item h3{font-size:20px;margin-bottom:12px}.problem-item p{color:var(--slate)}.problem-cta{text-align:center;margin-top:60px}.problem-cta h3{font-size:28px;margin-bottom:20px}.solution{background:var(--navy);color:var(--cream)}.solution-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;margin:0 auto}.solution-text h2,.solution-text .section-subtitle{text-align:left}.solution-text .section-subtitle{color:var(--slate)}.solution-text ul{list-style:none;margin-top:30px}.solution-text li{padding:16px 0;border-bottom:1px solid rgba(244,235,225,.1);display:flex;align-items:flex-start}.solution-text li:before{content:"✓";color:var(--orange);font-size:24px;font-weight:700;margin-right:16px;flex-shrink:0}.solution-image{display:block;max-width:520px;width:100%;height:auto;margin:0 auto;border-radius:16px}.sample-narrative{background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 40px #0003;color:var(--navy)}.sample-narrative .label{color:var(--orange);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.sample-narrative h3{font-size:24px;margin-bottom:12px}.sample-narrative .excerpt{font-size:16px;line-height:1.6;color:var(--slate);margin-bottom:20px}.sample-narrative .attribution{font-size:14px;color:var(--slate);font-style:italic}.sample-narrative-image{display:block;max-width:300px;max-height:300px;width:100%;height:auto;margin:0 auto;border-radius:8px}.stats{background:var(--navy);color:var(--cream);padding:60px 20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:900px;margin:0 auto;text-align:center}.stat-number{font-size:56px;font-weight:800;color:var(--orange);line-height:1;margin-bottom:12px}.stat-label{font-size:18px;color:var(--slate)}.how-it-works{background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px}.step{text-align:center}.step-number{width:80px;height:80px;border-radius:50%;background:var(--orange);color:var(--navy);font-size:36px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 20px #e8723e4d}.step h3{font-size:22px;margin-bottom:12px}.step p{color:var(--slate)}.section-cta{text-align:center;margin-top:60px}.gift-preview{background:#fff}.certificate-mockup{max-width:700px;margin:40px auto 0;padding:60px 40px;background:linear-gradient(135deg,var(--navy) 0%,#2a4f5f 100%);border-radius:16px;box-shadow:0 20px 60px #0003;color:var(--cream);text-align:center;position:relative;border:4px solid var(--orange)}.certificate-mockup:before{content:"🏆";font-size:60px;display:block;margin-bottom:20px}.certificate-title{font-size:32px;font-weight:800;margin-bottom:20px}.certificate-message{font-size:20px;line-height:1.6;margin-bottom:30px;color:var(--slate)}.certificate-code{background:#ffffff1a;padding:16px;border-radius:8px;font-family:Forma DJR Mono Light,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:.1em}.certificate-footnote{margin-top:20px;font-size:14px;color:var(--slate)}.social-proof{background:var(--cream)}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:60px}.testimonial{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #0000000f}.testimonial-stars{color:var(--orange);font-size:20px;margin-bottom:16px}.testimonial-text{font-size:16px;line-height:1.6;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-author-avatar{width:50px;height:50px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.testimonial-author-name{font-weight:700;margin-bottom:4px}.testimonial-author-relation{font-size:14px;color:var(--slate)}.faq{background:var(--cream)}.faq-list{max-width:800px;margin:60px auto 0}.faq-item{background:#fff;margin-bottom:16px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.faq-question{padding:24px;font-weight:700;font-size:18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;width:100%;text-align:left;color:var(--navy)}.faq-question:after{content:"+";font-size:28px;color:var(--orange);font-weight:700}.faq-question.active:after{content:"−"}.faq-answer{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.active{padding:0 24px 24px;max-height:500px}.faq-answer p{color:var(--slate)}.purchase{background:linear-gradient(135deg,var(--navy) 0%,#2a4f5f 100%);color:var(--cream)}.purchase-box{max-width:600px;margin:0 auto;background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 60px #0000004d;color:var(--navy)}.purchase-box h2{text-align:center;margin-bottom:10px}.purchase-subtitle{font-size:16px;margin-bottom:24px}.form-section{margin-bottom:24px}.form-section-title{font-size:16px;font-weight:700;margin-bottom:12px}.form-group{margin-bottom:18px}.form-label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}.form-input{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(18,48,85,.15);font-size:15px;font-family:inherit;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 1px #e877224d}.form-textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px}.form-help{font-size:12px;color:var(--slate);margin-top:4px}.form-message{font-size:13px;margin-bottom:8px;min-height:1em}.form-message--success{color:#0a7f4f}.form-message--error{color:#b3261e}.form-error{font-size:12px;color:#b3261e;margin-top:4px}.form-disclaimer{font-size:12px;color:var(--slate);margin:8px 0 18px}.form-submit-button{width:100%;text-align:center}.price-summary{background:var(--cream);padding:24px;border-radius:12px;margin:30px 0}.price-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:16px}.price-row.total{font-size:22px;font-weight:800;padding-top:16px;border-top:2px solid var(--slate);color:var(--orange)}.trust-badges{display:flex;justify-content:center;gap:30px;margin-top:10px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--slate)}.trust-badge:before{content:"✓";color:var(--green);font-weight:700;font-size:18px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media(max-width:768px){.hero h1{font-size:36px}.hero .subheadline{font-size:18px}h2{font-size:32px}.solution-content{grid-template-columns:1fr}.sticky-cta .container{flex-direction:column;gap:12px}.sticky-cta .text{text-align:center}.purchase-box{padding:28px 22px 32px}}.original-price{text-decoration:line-through;color:var(--slate);font-size:.7em;margin-right:.3em;font-weight:500;opacity:.9;text-decoration-thickness:.12em;text-decoration-color:currentColor;text-decoration-skip-ink:none}.discount-badge{display:inline-block;background:#b3261e;color:#fff;font-size:.4em;font-weight:700;padding:4px 8px;border-radius:4px;vertical-align:middle;margin-left:.4em;text-transform:uppercase;letter-spacing:.05em;transform:translateY(-2px)}.price-row .original-price{font-size:1em;margin-right:0;color:var(--slate)}.price-negative{color:var(--green);font-weight:600}.hero .original-price{color:#ffffffd9}.sticky-cta .original-price{color:#fffc}.solution-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.solution-article-card{display:block;background:#ffffff0d;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.1);height:100%;text-decoration:none}.solution-article-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000004d;background:#ffffff1a}.solution-article-image{width:100%;height:200px;object-fit:cover;display:block;background-color:#0003}.solution-article-content{padding:20px}.solution-article-title{font-size:18px;font-weight:700;margin-bottom:10px;line-height:1.3;color:var(--cream)}.solution-article-excerpt{font-size:14px;color:#ffffffb3;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.solution-articles-grid{grid-template-columns:1fr;gap:20px}.solution-article-image{height:180px}.solution-article-excerpt{display:none}}
