:root{--primary:#0080FF;--primary-dark:#005BBB;--accent:#010C80;--white:#FFFFFF;--light-gray:#f8f9fa;--medium-gray:#e0e0e0;--dark-gray:#525252;--text:#1a1a1a;--success:#1e6b27;--success-light:#e8f5e9;--primary-light:rgba(0,128,255,0.08);--accent-light:rgba(1,12,128,0.05);--link-light:#B3D9FF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Proza Libre',Georgia,serif;background:var(--white);color:var(--text);line-height:1.6;font-size:16px}.header{background:var(--accent);padding:16px 60px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:90}.logo img{height:40px;width:auto}.header-cta{background:var(--white);color:var(--accent);padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:700;font-size:14px;transition:background 0.2s,transform 0.2s;cursor:pointer;border:none}.header-cta:hover{background:var(--light-gray);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);padding:100px 60px 120px;text-align:center;color:var(--white);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:rgba(255,255,255,0.03);border-radius:50%}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:rgba(255,255,255,0.02);border-radius:50%}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background:rgba(255,255,255,0.2);padding:8px 20px;border-radius:30px;font-size:14px;margin-bottom:30px;border:1px solid rgba(255,255,255,0.3);font-weight:600}.hero h1{font-size:56px;font-weight:700;margin-bottom:24px;letter-spacing:-1px;line-height:1.1}.hero .subheadline{font-size:22px;color:#fff;max-width:600px;margin:0 auto 45px;line-height:1.5;font-weight:400}.cta-button{display:inline-block;background:var(--white);color:var(--accent);padding:20px 50px;font-size:18px;font-weight:700;border-radius:6px;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.2)}.cta-subtext{margin-top:18px;font-size:15px;color:#fff}.social-proof-bar{background:var(--light-gray);padding:40px 60px;display:flex;justify-content:center;align-items:center;gap:80px;flex-wrap:wrap;border-bottom:1px solid var(--medium-gray)}.proof-item{text-align:center}.proof-number{font-size:42px;font-weight:700;color:var(--primary);line-height:1}.proof-label{font-size:14px;color:var(--dark-gray);text-transform:uppercase;letter-spacing:0.5px;margin-top:8px}.trust-badges{display:flex;gap:16px;align-items:center}.trust-badge{background:var(--white);padding:12px 20px;border-radius:6px;font-size:14px;color:var(--dark-gray);border:1px solid var(--medium-gray)}.problem{padding:100px 60px;background:var(--white)}.section-headline{font-size:40px;font-weight:700;color:var(--accent);text-align:center;margin-bottom:60px;line-height:1.2}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:0 auto}.problem-card{background:var(--light-gray);padding:40px 32px;border-radius:12px;border-left:5px solid var(--primary);transition:transform 0.2s,box-shadow 0.2s}.problem-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,128,255,0.1)}.problem-card .quote{font-size:22px;font-weight:700;color:var(--accent);margin-bottom:16px;line-height:1.3}.problem-card .consequence{font-size:16px;color:var(--dark-gray);line-height:1.6}.solution{padding:100px 60px;background:var(--accent);color:var(--white)}.solution .section-headline{color:var(--white)}.solution-content{max-width:750px;margin:0 auto;text-align:center;font-size:20px;line-height:1.8}.solution-content p{margin-bottom:24px}.solution-content p:last-child{margin-bottom:0}.how-it-works{padding:100px 60px;background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1000px;margin:0 auto;position:relative}.steps::before{content:'';position:absolute;top:35px;left:20%;right:20%;height:3px;background:var(--medium-gray);z-index:0}.step{text-align:center;position:relative;z-index:1}.step-number{width:70px;height:70px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 24px;box-shadow:0 8px 25px rgba(0,128,255,0.3)}.step h3{font-size:22px;color:var(--accent);margin-bottom:14px;font-weight:700}.step p{font-size:16px;color:var(--dark-gray);line-height:1.6}.what-you-get{padding:100px 60px;background:var(--primary-light)}.deliverables{max-width:850px;margin:0 auto}.deliverable{display:flex;gap:24px;padding:32px 0;border-bottom:1px solid rgba(0,128,255,0.15);align-items:flex-start}.deliverable:last-child{border-bottom:none}.check-icon{width:36px;height:36px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;font-weight:700;font-size:18px}.deliverable-content h3{font-size:20px;color:var(--accent);margin-bottom:8px;font-weight:700}.deliverable-content p{font-size:16px;color:var(--dark-gray);line-height:1.6}.report-preview{padding:100px 60px;background:var(--accent);text-align:center}.report-preview .section-headline{color:var(--white);margin-bottom:20px}.report-preview-subtitle{color:rgba(255,255,255,0.85);font-size:18px;max-width:600px;margin:0 auto 50px;line-height:1.6}.report-preview-container{max-width:800px;margin:0 auto}.report-preview-link{display:block;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,0.4);transition:transform 0.3s,box-shadow 0.3s}.report-preview-link:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 35px 80px rgba(0,0,0,0.5)}.report-preview-image{width:100%;height:auto;display:block}.report-preview-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,128,255,0.9);opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity 0.3s}.report-preview-link:hover .report-preview-overlay{opacity:1}.report-preview-overlay-icon{width:60px;height:60px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:28px}.report-preview-overlay-text{color:var(--white);font-size:18px;font-weight:700}@media(max-width:768px){.report-preview{padding:70px 24px}.report-preview-subtitle{font-size:16px;margin-bottom:40px}.report-preview-overlay-icon{width:50px;height:50px;font-size:24px}.report-preview-overlay-text{font-size:16px}}
.risk-reversal{padding:100px 60px;background:linear-gradient(135deg,var(--success-light) 0%,#c8e6c9 100%);text-align:center}.guarantee-badge{width:140px;height:140px;background:var(--white);border:5px solid var(--success);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 40px;font-weight:700;color:var(--success);font-size:16px;text-align:center;line-height:1.2;box-shadow:0 10px 30px rgba(46,125,50,0.15)}.guarantee-badge span{font-size:32px;display:block}.risk-reversal .section-headline{color:var(--success)}.risk-content{max-width:650px;margin:0 auto 45px;font-size:19px;color:var(--text);line-height:1.7}.risk-content p{margin-bottom:20px}.risk-content strong{color:var(--success)}.cta-button-green{display:inline-block;background:var(--success);color:var(--white);padding:20px 50px;font-size:18px;font-weight:700;border-radius:6px;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;border:none;cursor:pointer}.cta-button-green:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(46,125,50,0.25)}.credibility{padding:100px 60px;background:var(--white)}.credibility-content{display:grid;grid-template-columns:220px 1fr;gap:60px;max-width:950px;margin:0 auto;align-items:center}.headshot{width:220px;height:220px;background:var(--light-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark-gray);font-size:14px;overflow:hidden;border:4px solid var(--primary)}.headshot img{width:100%;height:100%;object-fit:cover}.bio h3{font-size:28px;color:var(--accent);margin-bottom:20px;font-weight:700}.bio p{font-size:17px;color:var(--dark-gray);margin-bottom:16px;line-height:1.7}.credentials{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap}.credential{background:var(--primary-light);padding:10px 18px;border-radius:6px;font-size:14px;color:var(--accent);border:1px solid rgba(0,128,255,0.2)}.faq{padding:100px 60px;background:var(--light-gray)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1050px;margin:0 auto}.faq-item{background:var(--white);padding:32px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:transform 0.2s;border-left:4px solid var(--primary)}.faq-item:hover{transform:translateY(-3px)}.faq-item h3{font-size:18px;color:var(--accent);margin-bottom:14px;font-weight:700;line-height:1.4}.faq-item p{font-size:16px;color:var(--dark-gray);line-height:1.6}.final-cta{padding:120px 60px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);text-align:center;color:var(--white);position:relative;overflow:hidden}.final-cta::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:rgba(255,255,255,0.03);border-radius:50%}.final-cta-content{position:relative;z-index:1}.final-cta .section-headline{color:var(--white);margin-bottom:20px}.final-cta .subtext{font-size:20px;color:#fff;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.price-display{font-size:54px;font-weight:700;margin-bottom:35px}.price-display .original{text-decoration:line-through;opacity:0.6;font-size:36px;margin-right:12px}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--accent);padding:18px 60px;display:flex;justify-content:space-between;align-items:center;z-index:100;box-shadow:0 -5px 30px rgba(0,0,0,0.15);transform:translateY(100%);transition:transform 0.3s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta .sticky-text{color:var(--white);font-size:17px}.sticky-cta .sticky-text strong{font-size:22px;margin-left:8px;color:var(--white)}.sticky-cta .cta-button{padding:14px 36px;font-size:16px}.footer{background:var(--accent);padding:50px 60px;color:#fff;text-align:center}.footer-logo{margin-bottom:20px}.footer-logo img{height:100px;width:auto}.footer p{font-size:14px;margin-bottom:8px}.footer a{color:var(--link-light);text-decoration:none}.footer a:hover{text-decoration:underline}.footer-links{margin-top:20px;display:flex;justify-content:center;gap:30px}.footer-links a{color:#fff;cursor:pointer}.footer-links a:hover{color:var(--link-light)}.footer-spacer{height:80px}.footer-copyright{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.2);font-size:13px}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);z-index:200;padding:40px 20px;overflow-y:auto}.modal-overlay.active{display:flex;align-items:flex-start;justify-content:center}.modal{background:var(--white);border-radius:12px;max-width:700px;width:100%;max-height:none;box-shadow:0 25px 80px rgba(0,0,0,0.3);margin:auto}.modal-meeting{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid var(--medium-gray);position:sticky;top:0;background:var(--white);border-radius:12px 12px 0 0;z-index:1}.modal-header h2{font-size:24px;color:var(--accent);font-weight:700}.modal-close{background:none;border:none;font-size:32px;cursor:pointer;color:var(--dark-gray);line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.2s}.modal-close:hover{background:var(--light-gray)}.modal-content{padding:32px;line-height:1.7}.modal-content h3{font-size:20px;color:var(--accent);margin-top:28px;margin-bottom:14px;font-weight:700}.modal-content h3:first-child{margin-top:0}.modal-content p{margin-bottom:14px;color:var(--dark-gray)}.modal-content ul{margin-bottom:14px;padding-left:24px;color:var(--dark-gray)}.modal-content li{margin-bottom:8px}.modal-content a{color:var(--primary)}.meeting-embed-container{width:100%;min-height:700px;position:relative}.meeting-embed-container .meetings-iframe-container{width:100%;min-height:700px;height:700px}.meeting-embed-container iframe{width:100%;height:100%;min-height:700px;border:none}@media (max-width:1024px){.problem-grid{grid-template-columns:1fr;max-width:500px}.steps{grid-template-columns:1fr;gap:50px}.steps::before{display:none}.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.header{padding:16px 24px}.logo img{height:32px}.hero,.problem,.solution,.how-it-works,.what-you-get,.risk-reversal,.credibility,.faq,.final-cta,.footer{padding-left:24px;padding-right:24px}.hero{padding-top:70px;padding-bottom:90px}.hero h1{font-size:36px}.hero .subheadline{font-size:18px}.section-headline{font-size:30px}.social-proof-bar{padding:30px 24px;gap:40px}.proof-number{font-size:32px}.trust-badges{flex-direction:column;gap:10px}.credibility-content{grid-template-columns:1fr;text-align:center}.headshot{margin:0 auto;width:180px;height:180px}.credentials{justify-content:center}.sticky-cta{padding:14px 20px;flex-direction:column;gap:12px}.sticky-cta .cta-button{width:100%;text-align:center}.price-display{font-size:40px}.price-display .original{font-size:26px}.modal-content{padding:24px}.modal-header{padding:20px 24px}.modal-overlay{padding:20px 10px}.meeting-embed-container,.meeting-embed-container .meetings-iframe-container,.meeting-embed-container iframe{min-height:600px;height:600px}}