@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--secondary:#10b981;--secondary-hover:#059669;--secondary-light:#d1fae5;--dark:#0f172a;--dark-hover:#1e293b;--text-main:#334155;--text-muted:#64748b;--text-light:#f8fafc;--bg-main:#fafaf9;--bg-card:#fff;--bg-alt:#f1f5f9;--border-color:#e2e8f0;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--dark);margin-bottom:var(--spacing-md);line-height:1.2}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover)}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.section{padding:var(--spacing-3xl) 0}.section-bg-alt{background-color:var(--bg-alt)}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-gradient{background:linear-gradient(135deg, var(--dark) 0%, #1e1b4b 100%);color:var(--text-light)}.bg-gradient h1,.bg-gradient h2,.bg-gradient h3,.bg-gradient p{color:var(--text-light)}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-lg);color:#fff;transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:#fff;box-shadow:var(--shadow-md)}.btn-secondary:hover{background-color:var(--secondary-hover);box-shadow:var(--shadow-lg);color:#fff;transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary-light);transform:translateY(-2px)}.card{background-color:var(--bg-card);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all var(--transition-normal);height:100%}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-5px)}.grid-2,.grid-3{gap:var(--spacing-xl);grid-template-columns:repeat(1,1fr);display:grid}@media (width>=768px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeIn}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.font-bold{font-weight:700}.mb-2{margin-bottom:var(--spacing-sm)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-6{margin-bottom:var(--spacing-2xl)}.mt-4{margin-top:var(--spacing-lg)}.mt-6{margin-top:var(--spacing-2xl)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color);background-color:#ffffffe6;padding:1rem 0;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);color:var(--dark);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-main);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:500}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{cursor:pointer;color:var(--dark);background:0 0;border:none;display:none}@media (width<=992px){.nav-links{display:none}.mobile-menu-btn{display:block}}.footer{background-color:var(--dark);color:var(--text-light);padding:var(--spacing-3xl) 0 var(--spacing-xl) 0;margin-top:auto}.footer-content{gap:var(--spacing-2xl);margin-bottom:var(--spacing-2xl);grid-template-columns:1fr;display:grid}@media (width>=768px){.footer-content{grid-template-columns:repeat(3,1fr)}}.footer-column h3{color:#fff;margin-bottom:var(--spacing-md);font-size:1.25rem}.footer-column p{color:var(--text-muted);margin-bottom:var(--spacing-sm)}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-link{color:var(--text-muted);transition:color var(--transition-fast)}.footer-link:hover{color:var(--primary-light)}.footer-bottom{padding-top:var(--spacing-lg);text-align:center;color:var(--text-muted);border-top:1px solid #ffffff1a;font-size:.875rem}.hero{background-color:var(--bg-main);text-align:center;padding:8rem 0 6rem;position:relative;overflow:hidden}.hero-bg-accent{z-index:0;background:radial-gradient(circle,#4f46e526 0%,#4f46e500 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero-badge{background-color:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);margin-bottom:var(--spacing-lg);padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 0 0 1px #4f46e533}.hero-title{margin-bottom:var(--spacing-lg);letter-spacing:-.02em;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);margin-bottom:var(--spacing-2xl);font-size:1.25rem}.hero-actions{gap:var(--spacing-md);justify-content:center;display:flex}.hero-iframe-container{border-radius:var(--radius-lg);max-width:800px;height:450px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);background:var(--dark);margin:3rem auto 0;overflow:hidden}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.hero-iframe-container{height:250px}}.feature-icon-wrapper{border-radius:var(--radius-md);background-color:var(--primary-light);width:48px;height:48px;color:var(--primary);margin-bottom:var(--spacing-md);justify-content:center;align-items:center;display:inline-flex}.instructor-grid{gap:var(--spacing-2xl);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=1024px){.instructor-grid{grid-template-columns:1fr 1fr}}.instructor-image-container img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:500px;box-shadow:var(--shadow-xl)}.stats-list{list-style:none}.stats-list li{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:500;display:flex}.stats-list li svg{color:var(--secondary);flex-shrink:0}.track-card{border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;transition:all .3s}.track-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-5px)}.track-list{margin-top:1rem;list-style:none}.track-list li{border-bottom:1px dashed var(--border-color);align-items:flex-start;gap:.5rem;padding:.5rem 0;display:flex}.track-list li:last-child{border-bottom:none}.faq-item{border-bottom:1px solid var(--border-color);padding:var(--spacing-md) 0}.faq-question{text-align:left;width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.1rem;font-weight:600;display:flex}.faq-answer{padding-top:var(--spacing-sm);color:var(--text-muted);line-height:1.6}.contact-form{padding:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);background:#fff}.form-group{margin-bottom:1rem}.form-control{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;padding:.75rem;font-family:inherit}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.engage-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;margin-bottom:2rem;display:grid}@media (width>=768px){.engage-grid{grid-template-columns:repeat(2,1fr)}}.engage-card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:all .3s;display:flex;position:relative}.engage-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.engage-card.flagship{border:2px solid var(--primary);box-shadow:0 10px 25px -5px #4f46e526}.engage-badge{background-color:var(--primary-light);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:2.5rem}.engage-card-content{margin-top:.5rem}.engage-card.flagship .engage-card-content{margin-top:1.5rem}.engage-icon-wrapper{background-color:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.engage-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.3}.engage-card p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.engage-footer{border-top:1px solid var(--border-color);margin-top:auto;padding-top:1.25rem}.engage-action-link{color:var(--primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.engage-action-link:hover{color:var(--secondary)}.engage-action-link.highlight{color:var(--primary);border-bottom:2px solid #0000;padding-bottom:2px}.engage-action-link.highlight:hover{border-bottom-color:var(--primary)}.speaking-container{justify-content:center;margin-top:2rem;display:flex}.speaking-card{width:100%;max-width:100%}@media (width>=768px){.speaking-card{max-width:calc(50% - 1rem)}}.solutions-matrix-container{color:#0f172a;max-width:1100px;margin:2.5rem auto;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.matrix-header-text{text-align:center;margin-bottom:2.5rem}.matrix-badge{color:#d97706;letter-spacing:.05em;background:#d977061f;border:1px solid #d977064d;border-radius:9999px;margin-bottom:.75rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:800;display:inline-block}.matrix-title{color:#0f172a;margin-bottom:.5rem;font-size:2.1rem;font-weight:800;line-height:1.25}.matrix-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.6}.matrix-top-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;margin-bottom:2rem;display:grid}.matrix-card{background:#fff;border-radius:18px;flex-direction:column;justify-content:space-between;min-width:0;padding:2.25rem 2rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.matrix-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000017}.matrix-card.dfy-premium{background:linear-gradient(#fff 0%,#fffbeb 100%);border:2px solid #d97706}.matrix-card.dfy-standard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:2px solid #334155}.card-top-tag{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#d97706;border-radius:9999px;padding:.3rem .85rem;font-size:.78rem;font-weight:800;position:absolute;top:-13px;right:24px}.card-top-tag.dark-tag{background:#334155}.card-icon-wrap{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.25rem;display:flex}.gold-wrap{color:#d97706;background:#d9770626}.blue-wrap{color:#1e293b;background:#1e293b1a}.matrix-card h3{color:#0f172a;margin-bottom:.4rem;font-size:1.35rem;font-weight:800;line-height:1.3}.card-desc{color:#64748b;margin-bottom:1.25rem;font-size:.92rem;line-height:1.5}.card-price-block{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1rem}.price-main{color:#0f172a;flex-wrap:wrap;align-items:baseline;gap:2px;font-size:2.2rem;font-weight:900;line-height:1.1;display:flex}.price-main .currency{color:#d97706;font-size:1.4rem}.price-sub{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:.35rem;font-size:.85rem;font-weight:700}.matrix-features-list{flex-direction:column;gap:.85rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.matrix-features-list li{color:#334155;align-items:flex-start;gap:.65rem;font-size:.92rem;line-height:1.45;display:flex}.matrix-features-list li svg{flex-shrink:0;margin-top:2px}.feature-text{flex:1}.check-gold{color:#d97706}.check-green{color:#10b981}.btn-matrix-action{text-align:center;box-sizing:border-box;border-radius:12px;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .2s;display:block}.gold-btn{color:#fff;background:#d97706;box-shadow:0 4px 14px #d9770640}.gold-btn:hover{background:#b45309;transform:translateY(-1px)}.blue-btn{color:#fff;background:#0f172a;box-shadow:0 4px 14px #0f172a40}.blue-btn:hover{background:#1e293b;transform:translateY(-1px)}.matrix-bootcamp-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:2px solid #10b981;border-radius:18px;margin-bottom:2rem;padding:2.25rem 2rem;box-shadow:0 15px 35px #0003}.bootcamp-badge-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.badge-sprint{color:#34d399;background:#10b98133;border:1px solid #10b98166;border-radius:9999px;padding:.3rem .85rem;font-size:.8rem;font-weight:800}.badge-discount{color:#fff;background:#ef4444;border-radius:9999px;padding:.3rem .85rem;font-size:.8rem;font-weight:800}.bootcamp-banner-content{grid-template-columns:1.4fr 1fr;align-items:center;gap:2rem;display:grid}.bootcamp-text-col h3{color:#f8fafc;margin-bottom:.6rem;font-size:1.55rem;font-weight:800;line-height:1.3}.bootcamp-text-col p{color:#94a3b8;margin-bottom:1.25rem;font-size:.98rem;line-height:1.6}.bootcamp-bonus-box{color:#f1f5f9;background:#ffffff0f;border-left:4px solid #f59e0b;border-radius:8px;padding:.9rem 1.1rem;font-size:.9rem;line-height:1.5}.bootcamp-price-col{text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;padding:1.75rem 1.5rem}.original-price{color:#94a3b8;font-size:1.05rem;text-decoration:line-through}.current-price{color:#34d399;margin:.2rem 0;font-size:2.8rem;font-weight:900;line-height:1.1}.price-note{color:#cbd5e1;margin-bottom:1.25rem;font-size:.82rem}.btn-bootcamp-cta{color:#fff;box-sizing:border-box;background:#10b981;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #10b98166}.btn-bootcamp-cta:hover{background:#059669;transform:translateY(-2px)}.matrix-enterprise-box{color:#fff;background:linear-gradient(135deg,#18181b 0%,#09090b 100%);border:2px solid #f59e0b;border-radius:18px;padding:2.25rem 2rem;box-shadow:0 15px 35px #0000004d}.enterprise-header-row{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.enterprise-icon{flex-shrink:0}.enterprise-tag{color:#f59e0b;letter-spacing:.05em;background:#f59e0b33;border:1px solid #f59e0b66;border-radius:9999px;margin-bottom:.3rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.enterprise-header-row h3{color:#f8fafc;margin:0;font-size:1.55rem;font-weight:800;line-height:1.3}.enterprise-desc{color:#a1a1aa;margin-bottom:1.5rem;font-size:.98rem;line-height:1.6}.enterprise-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2rem;display:grid}.ent-feature-item{color:#e4e4e7;align-items:flex-start;gap:.75rem;font-size:.92rem;line-height:1.45;display:flex}.ent-feature-item svg{flex-shrink:0;margin-top:2px}.btn-enterprise-action{text-align:center;color:#0f172a;box-sizing:border-box;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:12px;width:100%;padding:1.1rem 1.5rem;font-size:1.05rem;font-weight:900;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 16px #f59e0b59}.btn-enterprise-action:hover{color:#fff;background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-2px)}@media (width<=960px){.matrix-top-grid,.bootcamp-banner-content,.enterprise-features-grid{grid-template-columns:1fr}}@media (width<=600px){.matrix-title{font-size:1.65rem}.matrix-card{padding:1.75rem 1.25rem}.price-main{font-size:1.95rem}.matrix-bootcamp-banner,.matrix-enterprise-box{padding:1.75rem 1.25rem}.enterprise-header-row{flex-direction:column;align-items:flex-start;gap:.75rem}}.funnel-page{min-height:100vh;font-family:var(--font-body);background-color:#fafafa}.funnel-warning{color:#fff;text-align:center;letter-spacing:.5px;background-color:#c00;padding:.75rem;font-size:.9rem;font-weight:700}.funnel-hook{text-align:center;max-width:1000px;margin:0 auto;padding:4rem 1rem 2rem}.funnel-headline{color:#111;margin-bottom:1.5rem;font-size:2.8rem;font-weight:900;line-height:1.2}.highlight-red{color:#c00}.highlight-yellow{background-color:#fef08a;padding:0 5px}.funnel-subheadline{color:#444;margin-bottom:3rem;font-size:1.4rem;font-weight:500}.funnel-vsl-container{background:#000;border:5px solid #222;border-radius:8px;max-width:800px;height:450px;margin:0 auto 3rem;overflow:hidden;box-shadow:0 20px 40px #0003}@media (width<=768px){.funnel-headline{font-size:2rem}.funnel-subheadline{font-size:1.1rem}.funnel-vsl-container{border-width:3px;height:250px}}.cta-button-container{text-align:center;margin:2rem 0;animation:2s infinite pulse}.btn-funnel{color:#fff;cursor:pointer;text-transform:uppercase;background:linear-gradient(#f59e0b,#d97706);border:none;border-radius:8px;width:100%;max-width:600px;padding:1.2rem 3rem;font-size:1.8rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block;box-shadow:0 10px 20px #d9770666}.btn-funnel:hover{background:linear-gradient(#fbbf24,#d97706);transform:scale(1.05)}.btn-subtext{text-transform:none;opacity:.9;margin-top:.5rem;font-size:.9rem;font-weight:400;display:block}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.funnel-section{background:#fff;border-top:1px solid #eee;padding:5rem 1rem}.funnel-section-alt{background:#f8fafc;border-top:1px solid #eee;padding:5rem 1rem}.content-container{max-width:800px;margin:0 auto}.story-text{color:#333;font-size:1.2rem;line-height:1.8}.story-text p{margin-bottom:1.5rem}.callout-list{margin:2rem 0;list-style:none}.callout-list li{align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;display:flex}.funnel-stack{color:#fff;text-align:center;background-color:#0f172a;padding:5rem 1rem}.stack-box{color:#000;background:#fff;border:4px solid #c00;border-radius:12px;max-width:700px;margin:2rem auto;padding:3rem;box-shadow:0 25px 50px #00000080}.stack-item{text-align:left;border-bottom:1px dashed #ccc;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 0;font-size:1.2rem;font-weight:700;display:flex}.stack-item-left{flex:1;align-items:flex-start;gap:.75rem;display:flex}.stack-item-right{white-space:nowrap;font-weight:800}.stack-item.bonus{color:#c00}.stack-total{justify-content:space-between;align-items:center;padding:2rem 0 1rem;font-size:1.5rem;font-weight:800;display:flex}.stack-price{color:#c00;margin:1rem 0 2rem;font-size:4rem;font-weight:900;line-height:1}.guarantee-box{background:#ecfdf5;border:3px dashed #10b981;border-radius:12px;align-items:center;gap:2rem;margin-top:3rem;padding:3rem;display:flex}@media (width<=768px){.guarantee-box{text-align:center;flex-direction:column}.stack-box{padding:1.5rem}.stack-item{text-align:left;flex-direction:column;gap:.5rem}}.funnel-faq-item{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem}.funnel-faq-question{text-align:left;cursor:pointer;color:#c00;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.funnel-faq-answer{color:#444;padding:0 1.5rem 1.5rem;font-size:1.1rem;line-height:1.6}.countdown-timer{color:#fff;background-color:#c00;border:2px solid #ffcdd2;border-radius:8px;flex-direction:column;align-items:center;margin:1.5rem auto 2.5rem;padding:1rem 2rem;display:inline-flex;box-shadow:0 10px 20px #c003}.timer-label{letter-spacing:1.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:800}.timer-digits{align-items:center;gap:.5rem;display:flex}.timer-box{text-align:center;background-color:#00000040;border-radius:6px;min-width:60px;padding:.5rem .75rem}.timer-box .digit{font-family:monospace;font-size:1.8rem;font-weight:800;line-height:1;display:block}.timer-box .box-label{opacity:.8;letter-spacing:.5px;font-size:.65rem;font-weight:600}.timer-colon{font-size:1.8rem;font-weight:800;line-height:1;animation:1s infinite blink}@keyframes blink{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.funnel-testimonials{background-color:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:5rem 1rem}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.testimonial-card-visual{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 15px -3px #0000000d}.testimonial-card-visual:hover{transform:translateY(-5px)}.testimonial-card-visual img{border:1px solid #ddd;border-radius:8px;width:100%;max-width:100%;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.testimonial-caption{color:#053052;text-align:left;width:100%;font-size:1.05rem;font-style:italic;font-weight:600;line-height:1.6}.onboarding-steps{text-align:left;border-top:2px solid #e2e8f0;margin-top:3rem;padding-top:3rem}.onboarding-title{color:#1e293b;text-align:center;margin-bottom:2rem;font-size:1.4rem;font-weight:800}.steps-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;position:relative;box-shadow:0 4px 6px -1px #00000005}.step-number{color:#fff;background-color:#c00;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:800;display:flex;position:absolute;top:-15px;left:20px;box-shadow:0 4px 6px #0000001a}.step-card h5{color:#0f172a;margin-top:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.step-card p{color:#475569;margin:0;font-size:.95rem;line-height:1.5}.bonus-breakout-box{text-align:left;background:#fef2f2;border:2px solid #fca5a5;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.bonus-badge{color:#fff;letter-spacing:1px;background-color:#c00;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.bonus-title{color:#991b1b;margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.bonus-desc{color:#1f2937;margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.bonus-tools-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.bonus-tools-grid span{color:#b91c1c;text-align:center;background:#fff;border:1px solid #f87171;border-radius:4px;padding:.4rem .8rem;font-size:.9rem;font-weight:700;box-shadow:0 2px 4px #00000005}@media (width<=480px){.countdown-timer{padding:.75rem 1rem}.timer-box{min-width:50px;padding:.4rem .5rem}.timer-box .digit{font-size:1.4rem}}.day-by-day-section{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:5rem 1rem}.day-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.day-card{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005}.day-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000000d}.day-card:before{content:"";background-color:#c00;width:4px;height:100%;position:absolute;top:0;left:0}.day-badge{color:#c00;text-transform:uppercase;background-color:#ffeaea;border-radius:4px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:800;display:inline-block}.day-card h4{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:800;line-height:1.3}.day-card p{color:#475569;margin:0;font-size:1rem;line-height:1.6}.pricing-options{text-align:left;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;flex-direction:column;gap:1rem;margin:2rem 0;padding:1.5rem 0;display:flex}.pricing-row{justify-content:space-between;align-items:center;font-size:1.2rem;display:flex}.pricing-row.crossed{color:#64748b;font-size:1.1rem;text-decoration:line-through}.pricing-row.regular-deal{color:#334155;font-weight:600}.pricing-row.highlighted-deal{color:#991b1b;background-color:#fef2f2;border:2px solid #fca5a5;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem 1rem;font-size:1.3rem;font-weight:800}.pricing-row.highlighted-deal .price-label-row{justify-content:space-between;align-items:center;width:100%;display:flex}.pricing-row.highlighted-deal span.price{color:#c00;font-size:2.2rem;font-weight:900}.pricing-row.highlighted-deal span.sub-desc{color:#7f1d1d;font-size:.85rem;font-weight:500;display:block}.policy-page{max-width:800px;margin:0 auto;padding:8rem 1rem 6rem}.policy-header{border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:1.5rem}.btn-back{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.btn-back:hover{color:var(--primary-dark)}.policy-title{color:var(--dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.policy-date{color:var(--text-muted);font-size:.95rem}.policy-intro{background:var(--primary-light);border-radius:var(--radius-lg);border-left:4px solid var(--primary);align-items:flex-start;gap:1.5rem;margin-bottom:3rem;padding:1.5rem;display:flex}.policy-icon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.policy-intro p{color:var(--text-main);margin:0;font-size:1.1rem;line-height:1.6}.policy-section{margin-bottom:2.5rem}.policy-section h2{color:var(--dark);border-bottom:1px dashed var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.policy-section p{color:var(--text-main);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.policy-section ul{margin-bottom:1.5rem;padding-left:1.5rem}.policy-section li{color:var(--text-main);margin-bottom:.5rem;font-size:1.05rem;line-height:1.6}.policy-section a{color:var(--primary);text-decoration:underline}.policy-section a:hover{color:var(--primary-dark)}@media (width<=768px){.policy-page{padding-top:6rem}.policy-title{font-size:2rem}.policy-intro{flex-direction:column;gap:1rem}}.lead-page{color:#f8fafc;background-color:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:4rem 1rem 6rem;font-family:Outfit,sans-serif;display:flex}.lead-page h1,.lead-page h2,.lead-page h3,.lead-page h4,.lead-page h5,.lead-page h6{color:#f8fafc}.lead-container{text-align:center;width:100%;max-width:800px;margin:0 auto}.lead-badge{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;background-color:#dc262626;border:1px solid #dc26264d;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-block}.lead-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.2}.lead-title .highlight-red{color:#ef4444;background:linear-gradient(90deg,#f87171,#ef4444);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.lead-subtitle{color:#94a3b8;max-width:700px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}.lead-video-container{background-color:#020617;border:1px solid #ffffff1a;border-radius:12px;width:100%;height:0;margin-bottom:3rem;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.lead-video-container.portrait-video{aspect-ratio:9/16;width:100%;max-width:340px;height:auto;margin:0 auto 3rem;padding-bottom:0}.lead-video-container iframe{width:100%;height:100%;position:absolute;top:0;left:0}.lead-cta-container{margin-bottom:3.5rem}.btn-lead-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:600px;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 10px 25px -5px #dc262666}.btn-lead-cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #dc262680}.btn-lead-cta:active{transform:translateY(0)}.lead-cta-subtext{color:#64748b;margin-top:.75rem;font-size:.9rem;font-weight:500;display:block}.lead-value-box{text-align:left;background-color:#1e293b;border:1px solid #ffffff0d;border-radius:12px;max-width:700px;margin:0 auto 3rem;padding:2rem}.lead-value-box h3{color:#ef4444;border-bottom:1px solid #ffffff1a;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.lead-bullets{margin:0;padding:0;list-style:none}.lead-bullets li{color:#cbd5e1;margin-bottom:1rem;padding-left:1.5rem;font-size:1rem;line-height:1.6;position:relative}.lead-bullets li:before{content:"✓";color:#10b981;font-weight:900;position:absolute;left:0}.lead-bullets li:last-child{margin-bottom:0}.lead-footer{color:#475569;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.9rem}.lead-footer-links{margin-top:.5rem}.lead-footer-links a{color:#64748b;text-decoration:none;transition:color .2s}.lead-footer-links a:hover{color:#ef4444}.lead-footer-links .separator{margin:0 .5rem}.lead-testimonials{text-align:center;margin-top:5rem;margin-bottom:5rem}.lead-testimonials h2{margin-bottom:.5rem;font-size:2rem;font-weight:800;color:#f8fafc!important}.lead-testimonials-subtitle{color:#94a3b8;margin-bottom:3rem;font-size:1.1rem}.lead-testimonial-grid{grid-template-columns:1fr;gap:2rem;display:grid}.lead-testimonial-card{background-color:#1e293b;border:1px solid #ffffff0d;border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 15px -3px #0000004d}.lead-testimonial-card:hover{transform:translateY(-5px)}.lead-testimonial-card img{width:100%;height:auto;display:block}@media (width>=768px){.lead-testimonial-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.lead-title{font-size:2rem}.lead-subtitle{font-size:1.1rem}.btn-lead-cta{padding:1rem 1.5rem;font-size:1.1rem}.lead-value-box{padding:1.25rem}}.audit-card{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:1100px;margin:2rem auto;padding:2.5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 15px 35px #0000000d}.audit-header{text-align:center;margin-bottom:2rem}.audit-badge{color:#d97706;letter-spacing:.05em;background:#d977061f;border:1px solid #d977064d;border-radius:9999px;align-items:center;gap:6px;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.8rem;font-weight:800;display:inline-flex}.audit-title{color:#0f172a;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.25}.audit-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.55}.audit-progress-container{max-width:500px;margin-top:1.5rem;margin-left:auto;margin-right:auto}.audit-progress-header{color:#64748b;justify-content:space-between;margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:flex}.audit-progress-track{background-color:#e2e8f0;border-radius:9999px;width:100%;height:8px;overflow:hidden}.audit-progress-fill{background:linear-gradient(90deg,#f59e0b 0%,#10b981 100%);border-radius:9999px;height:100%;transition:width .3s}.audit-lead-form-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;max-width:520px;margin:1.5rem auto 0;padding:2rem 1.75rem}.audit-intake-form{flex-direction:column;gap:1.25rem;display:flex}.form-field-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-field-group label{color:#1e293b;align-items:center;gap:6px;font-size:.88rem;font-weight:700;display:flex}.form-field-group input{color:#0f172a;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-field-group input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d9770626}.audit-form-error{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:.65rem 1rem;font-size:.85rem;font-weight:600}.btn-audit-start{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d97706 0%,#b45309 100%);border:none;border-radius:12px;padding:1.1rem;font-size:1.05rem;font-weight:800;transition:all .2s;box-shadow:0 4px 14px #d9770659}.btn-audit-start:hover{transform:translateY(-2px);box-shadow:0 6px 18px #d9770673}.form-secure-note{color:#64748b;text-align:center;margin-top:.25rem;font-size:.8rem}.audit-step-container{text-align:left;max-width:680px;margin:1.5rem auto 0}.q-badge-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.q-step-indicator{color:#0f172a;text-transform:uppercase;background:#0f172a14;border-radius:9999px;padding:.25rem .75rem;font-size:.78rem;font-weight:800}.btn-audit-back{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:.85rem;font-weight:600;display:flex}.btn-audit-back:hover{color:#0f172a}.audit-question-prompt{color:#0f172a;margin-bottom:1.5rem;font-size:1.35rem;font-weight:800;line-height:1.35}.audit-options-vertical{flex-direction:column;gap:.85rem;display:flex}.audit-step-opt-btn{text-align:left;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.25rem;transition:all .2s;display:flex}.audit-step-opt-btn:hover{background:#fffbeb;border-color:#d97706;transform:translate(3px)}.opt-check-circle{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.circle-empty{border:2px solid #94a3b8;border-radius:50%;width:20px;height:20px}.opt-text-label{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.4}.audit-result-box{text-align:center;max-width:1050px;margin:1.5rem auto 0}.audit-diagnosis-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;margin-bottom:2rem;padding:2rem 1.5rem;box-shadow:0 10px 30px #0f172a0f}.result-status-badge{letter-spacing:.04em;border-radius:9999px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.92rem;font-weight:900;display:inline-flex}.badge-full-qualified{color:#047857;background:#10b9811f;border:1.5px solid #10b98159}.badge-web-priority{color:#1d4ed8;background:#2563eb1f;border:1.5px solid #2563eb59}.badge-book-priority{color:#b45309;background:#d977061f;border:1.5px solid #d9770659}.badge-provisional{color:#6d28d9;background:#7c3aed1f;border:1.5px solid #7c3aed59}.result-headline{color:#0f172a;max-width:820px;margin:0 auto 1.25rem;font-size:1.65rem;font-weight:900;line-height:1.35}.audit-diagnosis-summary-box{text-align:left;background:#f8fafc;border-left:4px solid #10b981;border-radius:0 12px 12px 0;max-width:780px;margin:0 auto;padding:1.15rem 1.5rem}.diagnosis-summary-text{color:#334155;margin:0;font-size:1.02rem;font-weight:500;line-height:1.65}.vsl-fast-track-cta-card{text-align:center;background:linear-gradient(#fff 0%,#f0fdf4 100%);border:2px solid #86efac;border-radius:18px;max-width:720px;margin:1.5rem auto 2.5rem;padding:1.75rem 1.5rem;box-shadow:0 12px 35px #10b98126}.vsl-fast-track-pill{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:9999px;align-items:center;gap:6px;margin-bottom:1rem;padding:.35rem .95rem;font-size:.84rem;font-weight:800;display:inline-flex}.btn-vsl-direct-enroll{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:580px;padding:1.05rem 1.85rem;font-size:1.08rem;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 25px #10b98159}.btn-vsl-direct-enroll:hover{transform:translateY(-2px);box-shadow:0 12px 30px #10b98173}.vsl-direct-subtext{color:#047857;margin-top:.75rem;font-size:.82rem;font-weight:700;display:block}.result-points-grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.result-point{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1.15rem;font-size:.92rem;line-height:1.45;display:flex}.point-icon{flex-shrink:0;margin-top:2px}.result-proof-note{color:#475569;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;max-width:780px;margin:0 auto 2.5rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.audit-top-proof-strip{text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);border:2px solid #e2e8f0;border-radius:18px;margin-bottom:2.5rem;padding:2.25rem 2rem}.proof-strip-header h3{color:#0f172a;margin-bottom:1.5rem;font-size:1.65rem;font-weight:800}.top-proof-cards-grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.proof-highlight-card{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 6px 18px #0000000d}.proof-tag-badge{letter-spacing:.05em;text-transform:uppercase;padding:.5rem 1rem;font-size:.78rem;font-weight:800}.gold-badge{color:#fff;background:#d97706}.green-badge{color:#fff;background:#10b981}.proof-img-frame{background:#0b132b;justify-content:center;align-items:center;width:100%;max-height:420px;display:flex;overflow:hidden}.proof-screenshot{object-fit:contain;width:100%;height:auto;display:block}.proof-card-caption{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.1rem}.proof-card-caption strong{color:#0f172a;margin-bottom:.25rem;font-size:.9rem;display:block}.proof-card-caption p{color:#475569;margin:0;font-size:.88rem;line-height:1.45}.audit-showcase-section{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:2.5rem;margin-bottom:2.5rem;padding:2.5rem 2rem}.proof-tag{color:#d97706;letter-spacing:.05em;background:#d977061f;border-radius:9999px;margin-bottom:.5rem;padding:.25rem .85rem;font-size:.78rem;font-weight:800;display:inline-block}.showcase-header h3{color:#0f172a;margin-bottom:.4rem;font-size:1.65rem;font-weight:800}.showcase-header p{color:#64748b;max-width:650px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.98rem}.audit-reviews-wall-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.review-wall-card{background:#fff;border:1px solid #cbd5e1;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 14px #0000000a}.review-wall-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.review-wall-badge{color:#f8fafc;letter-spacing:.04em;background:#0f172a;padding:.4rem .85rem;font-size:.75rem;font-weight:800}.review-wall-img-wrap{background:#090d16;justify-content:center;align-items:center;width:100%;max-height:380px;display:flex;overflow:hidden}.review-wall-img{object-fit:contain;width:100%;height:auto;display:block}.review-wall-text{background:#f8fafc;border-top:1px solid #e2e8f0;flex:1;padding:1rem}.review-wall-text strong{color:#0f172a;margin-bottom:.2rem;font-size:.85rem;display:block}.review-wall-text p{color:#475569;margin:0;font-size:.82rem;line-height:1.4}.audit-faq-section{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-top:2.5rem;padding:2.5rem 2rem}.faq-header{text-align:center;margin-bottom:2rem}.faq-header h3{color:#0f172a;margin-bottom:.4rem;font-size:1.65rem;font-weight:800}.faq-header p{color:#64748b;font-size:.95rem}.audit-faq-list{flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto;display:flex}.audit-faq-item{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:1.5rem;transition:all .2s}.audit-faq-item.featured-faq{background:linear-gradient(#fff 0%,#fffbeb 100%);border:2px solid #d97706;box-shadow:0 4px 15px #d9770614}.audit-faq-item.featured-location-faq{background:linear-gradient(#fff 0%,#ecfdf5 100%);border:2.5px solid #10b981;box-shadow:0 6px 20px #10b9811f}.faq-main-title{color:#0f172a;margin-top:.65rem;margin-bottom:.5rem;font-size:1.85rem;font-weight:900;line-height:1.3}.faq-main-subtitle{color:#475569;max-width:750px;margin:0 auto;font-size:1rem;line-height:1.5}.faq-highlight-green{color:#047857;font-size:1.05rem}.faq-highlight-amber{color:#b45309;font-size:1.02rem}.faq-wa-link{color:#047857;font-weight:800;text-decoration:underline}.faq-question-bar{align-items:flex-start;gap:.85rem;margin-bottom:.85rem;display:flex}.faq-q-num{color:#fff;background:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.82rem;font-weight:800;display:flex}.featured-faq .faq-q-num,.gold-num{background:#d97706!important}.green-num{background:#10b981!important}.faq-question-bar h4{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800;line-height:1.35}.faq-answer-body{color:#334155;padding-left:2.3rem;font-size:.96rem;line-height:1.6}.faq-answer-body p{margin:0 0 .6rem}.faq-answer-body ul{flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding-left:1.2rem;display:flex}.faq-answer-body li{color:#334155}.ministerial-crossroads-section{border-top:2px dashed #cbd5e1;margin-top:3.5rem;padding-top:2.5rem}.crossroads-header{text-align:center;margin-bottom:2rem}.crossroads-badge{color:#f8fafc;letter-spacing:.05em;background:#0f172a;border-radius:9999px;align-items:center;gap:8px;margin-bottom:.75rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:900;display:inline-flex}.crossroads-header h3{color:#0f172a;margin:0 0 .5rem;font-size:2.2rem;font-weight:900}.crossroads-header p{color:#475569;max-width:680px;margin:0 auto;font-size:1.1rem}.crossroads-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.crossroads-card{border-radius:16px;flex-direction:column;padding:1.75rem 1.5rem;display:flex}.path-a-card{background:#fef2f2;border:2px solid #f87171;box-shadow:0 8px 25px #ef444414}.path-b-card{background:#f0fdf4;border:2.5px solid #10b981;box-shadow:0 10px 30px #10b9811f}.path-card-header{border-bottom:1px solid #00000014;align-items:center;gap:10px;margin-bottom:1.25rem;padding-bottom:.85rem;display:flex}.path-a-header h4{color:#991b1b;margin:0;font-size:1.2rem;font-weight:900}.path-b-header h4{color:#065f46;margin:0;font-size:1.2rem;font-weight:900}.path-bullet-list{flex-direction:column;gap:1rem;margin:0;padding:0;font-size:.95rem;line-height:1.55;list-style:none;display:flex}.path-a-card .path-bullet-list li{color:#7f1d1d}.path-b-card .path-bullet-list li{color:#064e3b}.pastoral-letter-card{color:#f8fafc;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:2px solid #f59e0b;border-radius:16px;margin-bottom:2.5rem;padding:2rem 2.25rem;position:relative;box-shadow:0 12px 35px #0f172a40}.pastoral-letter-tag{color:#fff;letter-spacing:.05em;background:#d97706;border-radius:9999px;margin-bottom:1rem;padding:.35rem .95rem;font-size:.78rem;font-weight:900;display:inline-block}.pastoral-letter-text{color:#f1f5f9;margin:0 0 1.25rem;font-size:1.12rem;line-height:1.7}.pastoral-letter-author{border-top:1px solid #ffffff26;flex-direction:column;gap:2px;padding-top:.85rem;display:flex}.pastoral-letter-author strong{color:#fbbf24;font-size:1.05rem}.pastoral-letter-author span{color:#94a3b8;font-size:.88rem}.closing-bank-hub-card{text-align:center;background:#fff;border:2px solid #10b981;border-radius:18px;max-width:780px;margin:0 auto;padding:2rem;box-shadow:0 12px 35px #10b9811f}.bank-hub-header{text-align:left;justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.bank-hub-header h4{color:#0f172a;margin:0 0 .2rem;font-size:1.35rem;font-weight:900}.bank-hub-header p{color:#475569;margin:0;font-size:.95rem}.bank-account-box{text-align:left;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.65rem;margin-bottom:1.25rem;padding:1.25rem 1.5rem;display:flex}.bank-detail-row{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:.45rem;font-size:.98rem;display:flex}.bank-detail-row:last-child{border-bottom:none;padding-bottom:0}.bank-label{color:#64748b;font-weight:600}.bank-val{color:#0f172a}.bank-val.acc-num{align-items:center;gap:8px;display:inline-flex}.btn-copy-acc{color:#0f172a;cursor:pointer;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:4px;padding:.25rem .65rem;font-size:.78rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-copy-acc:hover{background:#cbd5e1}.price-highlight{color:#047857;font-size:1.15rem}.closing-urgency-pill{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:9999px;margin-bottom:1rem;padding:.4rem 1.1rem;font-size:.88rem;font-weight:800;display:inline-block}.btn-closing-whatsapp-cta{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:1.1rem 2rem;font-size:1.1rem;font-weight:900;text-decoration:none;transition:transform .2s;display:inline-flex;box-shadow:0 8px 25px #10b98166}.btn-closing-whatsapp-cta:hover{transform:translateY(-2px)}.fade-in{animation:.3s ease-in-out forwards fadeIn}.fade-out{animation:.3s ease-in-out forwards fadeOut}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@media (width<=992px){.top-proof-cards-grid{grid-template-columns:1fr}.audit-reviews-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-points-grid,.crossroads-grid{grid-template-columns:1fr}}@media (width<=600px){.audit-card{padding:1.25rem .9rem}.audit-title{font-size:1.35rem}.audit-subtitle{font-size:.88rem}.audit-diagnosis-card{border-radius:16px;margin-bottom:1.5rem;padding:1.25rem 1rem}.result-status-badge{margin-bottom:.85rem;padding:.35rem .85rem;font-size:.8rem}.result-headline{margin-bottom:1rem;font-size:1.25rem;line-height:1.35}.audit-diagnosis-summary-box{padding:.85rem 1rem}.diagnosis-summary-text{font-size:.92rem;line-height:1.55}.vsl-fast-track-cta-card{border-radius:16px;margin:1.25rem auto 2rem;padding:1.25rem .95rem}.vsl-fast-track-pill{padding:.3rem .75rem;font-size:.75rem}.btn-vsl-direct-enroll{padding:.9rem 1.15rem;font-size:.94rem}.audit-lead-form-container{padding:1.25rem 1rem}.audit-showcase-section{padding:1.25rem .9rem}.audit-reviews-wall-grid{grid-template-columns:1fr}.audit-faq-section{border-radius:16px;padding:1.5rem .95rem}.faq-main-title{font-size:1.35rem}.faq-main-subtitle{font-size:.88rem}.audit-faq-item{border-radius:12px;padding:1.15rem .95rem}.faq-question-bar h4{font-size:1.02rem}.faq-answer-body{padding-left:0;font-size:.9rem}.crossroads-header h3{font-size:1.45rem}.pastoral-letter-card{padding:1.25rem 1rem}.pastoral-letter-text{font-size:.95rem}.closing-bank-hub-card{padding:1.25rem 1rem}.bank-hub-header{text-align:center;flex-direction:column}.bank-detail-row{flex-direction:column;align-items:flex-start;gap:4px}}.vsl-video-section{text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:20px;max-width:820px;margin:1.75rem auto 2.5rem;padding:2rem 1.5rem;box-shadow:0 12px 35px #0f172a14}.vsl-header-badge{color:#92400e;letter-spacing:.04em;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;align-items:center;gap:8px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.82rem;font-weight:900;display:inline-flex}.vsl-title{color:#0f172a;margin:0 0 .65rem;font-size:1.45rem;font-weight:900;line-height:1.35}.vsl-subtitle{color:#475569;max-width:680px;margin:0 auto 1.5rem;font-size:.95rem;line-height:1.55}.vsl-player-frame{cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#000;border-radius:16px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 12px 35px #0000004d}.vsl-iframe-holder{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.vsl-iframe-holder iframe{border:none;width:100%;height:100%}.vsl-interaction-shield{z-index:10;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0;display:flex;position:absolute;top:0;left:0}.vsl-unmute-banner{color:#fff;cursor:pointer;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border:1px solid #fff3;border-radius:9999px;align-items:center;gap:8px;margin-top:10px;padding:.4rem .95rem;font-size:.82rem;font-weight:900;animation:1.6s ease-in-out infinite pulseBanner;display:inline-flex;box-shadow:0 4px 18px #dc262673}@keyframes pulseBanner{0%{transform:scale(.98);box-shadow:0 0 #dc2626b3}70%{transform:scale(1.02);box-shadow:0 0 0 10px #dc262600}to{transform:scale(.98);box-shadow:0 0 #dc262600}}.vsl-action-indicator{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172abf;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;animation:.6s ease-out forwards popFade;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes popFade{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.vsl-paused-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vsl-paused-pill{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ad9;border:1.5px solid #ffffff40;border-radius:9999px;align-items:center;gap:8px;padding:.55rem 1.15rem;font-size:.88rem;font-weight:800;display:inline-flex;box-shadow:0 6px 20px #00000059}.vsl-minimal-bar{box-sizing:border-box;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);border-radius:0 0 14px 14px;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding:.75rem .85rem .45rem;display:flex}.vsl-ctrl-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #ffffff59;border-radius:6px;align-items:center;gap:5px;padding:.35rem .75rem;font-size:.78rem;font-weight:800;transition:background .2s;display:inline-flex}.vsl-ctrl-btn:hover{background:#ffffff59}.sound-muted-btn{background:#dc2626d9;border-color:#fff6}.sound-on-btn{color:#ecfdf5;background:#10b98159;border-color:#10b98199}.vsl-footer-note{color:#047857;justify-content:center;align-items:center;gap:8px;margin-top:1.25rem;font-size:.88rem;font-weight:700;display:flex}@media (width<=640px){.vsl-video-section{border-radius:16px;margin:1.25rem auto 2rem;padding:1.15rem .75rem}.vsl-title{font-size:1.12rem}.vsl-subtitle{margin-bottom:1rem;font-size:.84rem}.vsl-unmute-banner{margin-top:6px;padding:.35rem .75rem;font-size:.72rem}.vsl-minimal-bar{padding:.45rem .6rem .35rem}.vsl-ctrl-btn{padding:.25rem .55rem;font-size:.7rem}}.audit-page-wrapper{color:#1e293b;background:#f8fafc;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.audit-top-banner{color:#fff;letter-spacing:.05em;text-transform:uppercase;text-align:center;background:#c00;padding:10px 15px;font-size:.85rem;font-weight:800}.audit-page-container{max-width:900px;margin:0 auto;padding:3rem 1.5rem 5rem}.audit-hero-section{text-align:center;margin-bottom:2rem}.audit-hero-title{color:#0f172a;margin-bottom:1rem;font-size:2.3rem;font-weight:900;line-height:1.25}@media (width<=640px){.audit-hero-title{font-size:1.75rem}}.audit-hero-subtitle{color:#475569;max-width:760px;margin:0 auto 1.5rem;font-size:1.15rem;line-height:1.6}.audit-hero-pills{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1rem;display:flex}.hero-pill{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;padding:.35rem .85rem;font-size:.85rem;font-weight:700;box-shadow:0 2px 6px #00000008}.audit-explanation-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:3rem;padding:2.5rem 2rem;box-shadow:0 4px 15px #0f172a0a}.section-heading{color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.section-subtext{color:#64748b;text-align:center;max-width:700px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.5}.audit-features-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (width<=640px){.audit-features-grid{grid-template-columns:1fr}}.audit-feature-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.feature-icon{background:#fee2e2;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.audit-feature-box h3{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.audit-feature-box p{color:#475569;margin:0;font-size:.95rem;line-height:1.5}.audit-proof-strip{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}@media (width<=768px){.audit-proof-strip{text-align:center;flex-direction:column}}.instructor-badge{align-items:center;gap:1rem;display:flex}.instructor-avatar{object-fit:cover;border:2px solid #c00;border-radius:50%;width:60px;height:60px}.instructor-badge div{flex-direction:column;display:flex}.instructor-badge strong{color:#0f172a;font-size:1.05rem}.instructor-badge span{color:#64748b;font-size:.85rem}.audit-price-badge-tag{text-align:center;background:#f1f5f9;border:2px solid #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem 1.5rem;display:flex}.badge-tag-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.badge-tag-price{color:#0f172a;font-size:1.25rem;font-weight:900}.sprint-page{color:#f8fafc;background-color:#0b0f19;justify-content:center;align-items:center;min-height:100vh;padding:3.5rem 1.25rem 6rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.sprint-page h1,.sprint-page h2,.sprint-page h3,.sprint-page h4,.sprint-page h5{color:#f8fafc;margin:0}.sprint-container{text-align:center;width:100%;max-width:860px;margin:0 auto}.sprint-badge{color:#f59e0b;text-transform:uppercase;letter-spacing:.06em;background-color:#d9770626;border:1px solid #f59e0b59;border-radius:9999px;margin-bottom:1.75rem;padding:.6rem 1.5rem;font-size:.88rem;font-weight:800;display:inline-block;box-shadow:0 4px 15px #d9770626}.sprint-title{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2.85rem;font-weight:800;line-height:1.22}.sprint-title .highlight-gold{color:#f59e0b;background:linear-gradient(135deg,#fbbf24 0%,#d97706 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.sprint-subtitle{color:#94a3b8;max-width:760px;margin:0 auto 2.75rem;font-size:1.2rem;line-height:1.65}.sprint-video-container{background-color:#020617;border-radius:16px;width:100%;height:0;margin-bottom:2.75rem;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #000000b3,0 0 0 1px #ffffff1a}.sprint-video-container iframe{width:100%;height:100%;position:absolute;top:0;left:0}.sprint-cta-container{margin-bottom:4rem}.btn-sprint-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:650px;padding:1.35rem 2.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 12px 30px -5px #25d36673}.btn-sprint-cta:hover{filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 18px 36px -5px #25d36699}.btn-sprint-cta:active{transform:translateY(0)}.sprint-cta-subtext{color:#64748b;margin-top:.85rem;font-size:.95rem;font-weight:600;display:block}.sprint-criteria-box{text-align:left;background:linear-gradient(#131d31 0%,#0f172a 100%);border:1px solid #ffffff14;border-radius:18px;margin-bottom:4.5rem;padding:2.75rem 2.25rem;box-shadow:0 20px 40px -10px #00000080}.criteria-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:2rem;padding-bottom:1rem;display:flex}.criteria-header h3{color:#f8fafc;font-size:1.45rem;font-weight:800}.criteria-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.criterion-card{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:border-color .2s;display:flex}.criterion-card:hover{border-color:#f59e0b4d}.criterion-card.highlight-card{background:linear-gradient(135deg,#d977061f 0%,#0f172a99 100%);border:1px solid #f59e0b59}.criterion-number{color:#0f172a;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;font-weight:900;display:flex}.criterion-content h4{color:#f8fafc;margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.criterion-content p{color:#94a3b8;margin:0;font-size:.98rem;line-height:1.55}.criterion-content strong{color:#fbbf24}.sprint-authority-box{text-align:center;margin-bottom:4.5rem}.authority-heading{color:#f8fafc;margin-bottom:.75rem;font-size:2.2rem;font-weight:800}.authority-subheading{color:#94a3b8;max-width:650px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.5}.authority-grid{text-align:left;grid-template-columns:1fr;gap:1.5rem;display:grid}.authority-card{background-color:#131d31;border:1px solid #ffffff0f;border-radius:14px;padding:1.75rem;transition:transform .25s,border-color .25s}.authority-card:hover{border-color:#f59e0b59;transform:translateY(-4px)}.authority-icon-wrap{background-color:#d977061f;border:1px solid #f59e0b40;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.25rem;display:flex}.authority-card h4{color:#f8fafc;margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.authority-card p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.55}.sprint-testimonials{text-align:center;margin-bottom:4.5rem}.sprint-testimonials h2{color:#f8fafc;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.sprint-testimonials-subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:1.1rem}.sprint-testimonial-grid{grid-template-columns:1fr;gap:1.75rem;display:grid}.sprint-testimonial-card{background-color:#131d31;border:1px solid #ffffff0f;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px -5px #0006}.sprint-testimonial-card img{width:100%;height:auto;display:block}.sprint-final-cta-box{text-align:center;background:linear-gradient(#131d31 0%,#0b0f19 100%);border:1px solid #f59e0b4d;border-radius:18px;margin-bottom:4rem;padding:3rem 2rem;box-shadow:0 20px 45px -10px #0009}.sprint-final-cta-box h3{margin-bottom:.75rem;font-size:1.85rem;font-weight:800}.sprint-final-cta-box p{color:#94a3b8;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.sprint-footer{color:#475569;border-top:1px solid #ffffff14;padding-top:2rem;font-size:.9rem}.sprint-footer-links{margin-top:.6rem}.sprint-footer-links a{color:#64748b;text-decoration:none;transition:color .2s}.sprint-footer-links a:hover{color:#f59e0b}.sprint-footer-links .separator{margin:0 .5rem}.sprint-contrast-box{text-align:center;background:linear-gradient(#101626 0%,#0b0f19 100%);border:1px solid #ffffff14;border-radius:18px;margin-bottom:4.5rem;padding:3rem 2.25rem;box-shadow:0 20px 40px -10px #00000080}.contrast-header{margin-bottom:2.5rem}.contrast-title{color:#f8fafc;margin-bottom:.6rem;font-size:2.2rem;font-weight:800}.contrast-title .highlight-red{color:#ef4444;-webkit-text-decoration:underline #ef444466;text-decoration:underline #ef444466}.contrast-subtitle{color:#94a3b8;max-width:650px;margin:0 auto;font-size:1.1rem}.contrast-grid{text-align:left;grid-template-columns:1fr;gap:1.75rem;display:grid}.contrast-card{background-color:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:1fr 1fr;transition:border-color .2s,transform .2s;display:grid;position:relative;overflow:hidden}.contrast-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.contrast-bad{background-color:#ef44440a;border-right:1px solid #ffffff0f;padding:1.75rem}.contrast-good{background-color:#10b9810a;padding:1.75rem}.contrast-badge-bad{color:#ef4444;letter-spacing:.05em;background-color:#ef44441f;border:1px solid #ef444440;border-radius:9999px;align-items:center;gap:6px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.contrast-badge-good{color:#10b981;letter-spacing:.05em;background-color:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:6px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.contrast-bad h4{color:#fca5a5;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.contrast-bad p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.55}.contrast-good h4{color:#6ee7b7;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.contrast-good p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.55}@media (width>=768px){.authority-grid{grid-template-columns:repeat(2,1fr)}.sprint-testimonial-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.sprint-title{font-size:2.1rem}.sprint-subtitle{font-size:1.05rem}.btn-sprint-cta{padding:1.15rem 1.5rem;font-size:1.05rem}.sprint-criteria-box{padding:1.75rem 1.25rem}.sprint-contrast-box{padding:2rem 1.25rem}.contrast-title{font-size:1.75rem}.contrast-card{grid-template-columns:1fr}.contrast-bad{border-bottom:1px solid #ffffff0f;border-right:none;padding:1.25rem}.contrast-good{padding:1.25rem}.sprint-final-cta-box{padding:2rem 1.25rem}}.bootcamp-page-wrapper{color:#f8fafc;background-color:#0a0f1e;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bp-container{max-width:1080px;margin:0 auto;padding:4rem 1.5rem}.text-center{text-align:center}.urgency-banner{color:#fff;text-align:center;letter-spacing:.02em;background:linear-gradient(90deg,#7c2d12,#dc2626,#7c2d12);justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:700;animation:2.5s ease-in-out infinite bannerPulse;display:flex}@keyframes bannerPulse{0%,to{opacity:1}50%{opacity:.88}}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:999px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.78rem;font-weight:900;display:inline-block}.section-header{margin-bottom:3rem}.section-header h2{color:#fff;margin-bottom:.75rem;font-size:2.25rem;font-weight:900;line-height:1.2}.section-sub{color:#94a3b8;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.65}.bootcamp-hero{background:radial-gradient(at top,#1b2a4a 0%,#0a0f1e 75%);border-bottom:1px solid #1e293b;padding:2.25rem 1rem 3.5rem;position:relative;overflow:hidden}.bootcamp-hero:before{content:"";opacity:.4;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231E293B' fill-opacity='0.3'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-badge{color:#0a0f1e;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:999px;margin-bottom:1rem;padding:.35rem 1.1rem;font-size:.75rem;font-weight:900;display:inline-block}.hero-title{color:#fff;max-width:860px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:2.5rem;font-weight:900;line-height:1.18}.hero-gold{background:linear-gradient(90deg,#f59e0b,#fcd34d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#94a3b8;max-width:720px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.6}.hero-trust-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:820px;margin:1.5rem auto 1.75rem;display:flex}.trust-pill{color:#34d399;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-video-wrapper{background:#020617;border-radius:16px;max-width:740px;margin:0 auto 1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #000000b3,0 0 0 1px #f59e0b59}.hero-video-aspect{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.hero-video-aspect iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video-caption{color:#cbd5e1;background:#0f172af2;border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;display:flex}.hero-video-caption strong{color:#f59e0b}.dual-cta-group{flex-direction:column;align-items:center;gap:.75rem;max-width:580px;margin:0 auto;display:flex}.btn-selar-main{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#4338ca);border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.75rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 25px #4f46e566}.btn-selar-main:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);transform:translateY(-2px);box-shadow:0 15px 30px #4f46e599}.btn-whatsapp-sub{color:#25d366;cursor:pointer;background:#25d3661f;border:1px solid #25d36659;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-whatsapp-sub:hover{background:#25d36638}.seat-lock-pill{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.85rem;font-weight:800;display:inline-flex}.hero-countdown-block,.final-countdown{max-width:480px;margin:0 auto 1.75rem}.countdown-label-text{color:#fcd34d;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem;font-size:.85rem;font-weight:700}.countdown-row{justify-content:center;align-items:center;gap:.5rem;display:flex}.countdown-unit{text-align:center;background:#0f172a;border:1px solid #1e293b;border-radius:12px;min-width:62px;padding:.6rem .85rem}.countdown-number{color:#f8fafc;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:900;line-height:1}.countdown-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem;font-size:.68rem;font-weight:600}.cd-sep{color:#f59e0b;font-size:1.5rem;font-weight:900}.cta-stack{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-whatsapp-main{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:540px;padding:1.1rem 2.5rem;font-size:1.15rem;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 35px #22c55e59}.btn-whatsapp-main:hover{transform:translateY(-4px);box-shadow:0 18px 45px #22c55e80}.cta-scarcity{color:#fca5a5;font-size:.88rem;font-weight:600}.price-strike-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.price-old{color:#64748b;font-size:1.1rem;text-decoration:line-through}.price-arrow{color:#f59e0b;font-weight:900}.price-new{color:#22c55e;font-size:1.5rem;font-weight:900}.recognition-section{background:#0f172a;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;padding:4.5rem 1rem}.recognition-inner-clean{max-width:960px;margin:0 auto}.recog-header-center{text-align:center;max-width:820px;margin:0 auto 3rem}.recog-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;margin-bottom:.75rem;font-size:.78rem;font-weight:900;display:inline-block}.recog-header-center h2{color:#fff;margin-bottom:1rem;font-size:2.2rem;font-weight:900;line-height:1.25}.recog-header-center p{color:#cbd5e1;margin:0;font-size:1.05rem;line-height:1.65}.recog-grid-clean{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.recog-card-clean{background:#1e293bb3;border:1px solid #ffffff14;border-radius:18px;align-items:flex-start;gap:1.25rem;padding:1.75rem;transition:all .2s;display:flex;box-shadow:0 10px 30px #0000004d}.recog-card-clean:hover{border-color:#f59e0b66;transform:translateY(-3px);box-shadow:0 15px 35px #00000073}.recog-card-icon{background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.recog-card-content{flex:1}.recog-card-content h4{color:#f8fafc;margin:0 0 .45rem;font-size:1.1rem;font-weight:800}.recog-card-content p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.55}@media (width<=768px){.recog-grid-clean{grid-template-columns:1fr}}.day-breakdown-section{background:#0a0f1e;padding:4rem 1rem}.days-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.day-card{border:1px solid #1e293b;border-top:3px solid var(--day-color);background:#0f172a;border-radius:18px;padding:1.75rem;transition:transform .2s,box-shadow .2s}.day-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000059}.day-badge{letter-spacing:.12em;color:#fff;border-radius:999px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.7rem;font-weight:900;display:inline-block}.day-icon{margin-bottom:.75rem}.day-card h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;line-height:1.3}.day-time{color:#f59e0b;background:#f59e0b1a;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.8rem;font-weight:700;display:inline-flex}.day-card p{color:#94a3b8;font-size:.92rem;line-height:1.6}.day-result-block{background:linear-gradient(135deg,#064e3b,#065f46);border:1px solid #10b981;border-radius:16px;align-items:flex-start;gap:1rem;max-width:800px;margin:0 auto;padding:1.5rem 2rem;display:flex}.day-result-block p{color:#d1fae5;margin:0;font-size:1.05rem;line-height:1.6}.proof-section{background:#0f172a;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;padding:4rem 1rem}.proof-eyebrow{color:#10b981;background:#10b9811f;border-color:#10b9814d}.proof-masonry{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.proof-card{background:#0a0f1e;border:1px solid #1e293b;border-radius:16px;transition:transform .2s;overflow:hidden;box-shadow:0 10px 30px #0000004d}.proof-card:hover{transform:translateY(-4px)}.proof-card img{width:100%;height:auto;display:block}.proof-caption{padding:1.1rem 1.25rem}.proof-caption strong{color:#f59e0b;margin-bottom:.35rem;font-size:.88rem;font-weight:800;display:block}.proof-caption p{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.5}.includes-section{background:#0a0f1e;padding:4rem 1rem}.includes-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.include-item{background:#0f172a;border:1px solid #1e293b;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:border-color .2s;display:flex}.include-item:hover{border-color:#334155}.inc-icon{background:#1e293b;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.65rem;display:flex}.include-item h4{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:800;line-height:1.3}.include-item p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.55}.bonuses-section{background:#0f172a;border-top:1px solid #1e293b;padding:4rem 1rem}.bonus-eyebrow-tag{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#dc2626;border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.78rem;font-weight:900;display:inline-block}.bonuses-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.bonus-card{background:#0a0f1e;border:1.5px solid #b8925a;border-radius:16px;padding:1.75rem;transition:transform .2s}.bonus-card:hover{transform:translateY(-4px)}.bonus-val-tag{color:#f59e0b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;font-size:.7rem;font-weight:900}.bonus-card h4{color:#fff;margin-bottom:.65rem;font-size:1rem;font-weight:800;line-height:1.35}.bonus-card p{color:#94a3b8;margin:0;font-size:.88rem;line-height:1.55}.payment-section{background:#0a0f1e;padding:4rem 1rem}.payment-options{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.payment-card{background:#0f172a;border:1px solid #1e293b;border-radius:20px;padding:2rem;position:relative}.payment-card--primary{border-color:#22c55e;box-shadow:0 0 0 1px #22c55e33,0 20px 40px #22c55e1a}.payment-card-badge{color:#0a0f1e;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#22c55e;border-radius:999px;padding:.3rem .9rem;font-size:.72rem;font-weight:900;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.payment-card h3{color:#fff;margin:1rem 0 .65rem;font-size:1.15rem;font-weight:800}.payment-card p{color:#94a3b8;margin-bottom:1.25rem;font-size:.92rem;line-height:1.55}.btn-wa-pay{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1.75rem;font-size:1rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 25px #22c55e4d}.btn-wa-pay:hover{transform:translateY(-3px);box-shadow:0 14px 35px #22c55e73}.bank-copy-block{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.25rem}.bank-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.bank-info{flex-direction:column;gap:.15rem;display:flex}.bank-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.bank-value{color:#f8fafc;font-size:.95rem;font-weight:700}.account-num{color:#f59e0b;letter-spacing:.05em;font-size:1.25rem}.bank-copy-btn{color:#0a0f1e;cursor:pointer;white-space:nowrap;background:#f59e0b;border:none;border-radius:10px;margin-left:auto;padding:.6rem 1.1rem;font-size:.85rem;font-weight:900;transition:background .2s,transform .1s}.bank-copy-btn:hover{background:#d97706;transform:scale(1.04)}.bank-after{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.5}.bank-after strong{color:#f59e0b}.trust-row{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.trust-item{color:#94a3b8;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;display:flex}.faq-section{background:#0f172a;border-top:1px solid #1e293b;padding:4rem 1rem}.faq-list{flex-direction:column;gap:.75rem;max-width:780px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#0a0f1e;border:1px solid #1e293b;border-radius:14px;padding:1.25rem 1.5rem;transition:border-color .2s,box-shadow .2s}.faq-item:hover,.faq-item.faq-open{border-color:#f59e0b;box-shadow:0 4px 20px #f59e0b1a}.faq-question{color:#f59e0b;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;font-weight:800;line-height:1.4;display:flex}.faq-answer{color:#cbd5e1;border-top:1px solid #1e293b;margin-top:1rem;padding-top:.85rem;font-size:.95rem;line-height:1.65}.final-cta-section{background:radial-gradient(at bottom,#1b2a4a 0%,#0a0f1e 70%);border-top:1px solid #1e293b;padding:5rem 1rem}.final-cta-inner{max-width:760px;margin:0 auto}.final-urgency-pill{color:#fca5a5;background:#dc262626;border:1px solid #dc2626;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.88rem;font-weight:800;animation:1.8s ease-in-out infinite urgencyPulse;display:inline-block}@keyframes urgencyPulse{0%,to{opacity:1}50%{opacity:.7}}.final-cta-section h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}.final-sub{color:#94a3b8;margin-bottom:2rem;font-size:1.1rem;line-height:1.65}.final-countdown{margin-bottom:2.5rem}.final-guarantee{color:#64748b;margin-top:1.25rem;font-size:.85rem;line-height:1.5}@media (width<=768px){.hero-title{font-size:1.85rem;line-height:1.22}.hero-sub{font-size:.98rem}.section-header h2{font-size:1.6rem}.final-cta-section h2,.recog-header-center h2{font-size:1.65rem}.btn-selar-main{padding:.95rem 1.25rem;font-size:1rem}.btn-whatsapp-sub{padding:.75rem 1rem;font-size:.88rem}.btn-whatsapp-main{padding:1rem 1.25rem;font-size:1rem}.payment-options{grid-template-columns:1fr}.recog-grid-clean{grid-template-columns:1fr;gap:1rem}.recog-card-clean{gap:1rem;padding:1.25rem}.price-lock-shield-box{text-align:center;flex-direction:column;gap:.85rem;padding:1.25rem}.countdown-unit{min-width:52px;padding:.5rem}.countdown-number{font-size:1.6rem}.bank-row{flex-direction:column;align-items:flex-start;gap:.75rem}.bank-copy-btn{width:100%;margin-left:0}.hero-trust-pills{flex-direction:column;align-items:center}.trust-pill{justify-content:center;width:100%;max-width:320px}}@media (width<=480px){.hero-title{font-size:1.6rem}.hero-badge{padding:.3rem .85rem;font-size:.68rem}.hero-video-caption{padding:.6rem .85rem;font-size:.78rem}.price-new{font-size:1.35rem}.price-old{font-size:.95rem}.seat-lock-pill{padding:.25rem .6rem;font-size:.78rem}}.price-lock-shield-box{background:linear-gradient(135deg,#1e293be6,#0f172af2);border:1px solid #f59e0b66;border-radius:16px;align-items:center;gap:1.25rem;max-width:780px;margin:2.5rem auto 0;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0006,inset 0 0 20px #f59e0b0d}.price-lock-icon{background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.price-lock-text h4{color:#fcd34d;margin:0 0 .35rem;font-size:1.05rem;font-weight:800}.price-lock-text p{color:#cbd5e1;margin:0;font-size:.88rem;line-height:1.55}.deposit-callout{color:#93c5fd;background:#3b82f61a;border:1px dashed #3b82f666;border-radius:12px;margin-top:1.25rem;padding:1rem 1.25rem;font-size:.88rem;line-height:1.5}.deposit-callout strong{color:#bfdbfe}.onboarding-sla-badge{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:999px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.35rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.dfy-ascension-section{background:radial-gradient(#1e1b4b 0%,#0a0f1e 80%);border-top:1px solid #6366f14d;border-bottom:1px solid #1e293b;padding:4rem 1rem;position:relative}.dfy-inner{text-align:center;background:#0f172ad9;border:1px solid #f59e0b4d;border-radius:24px;max-width:860px;margin:0 auto;padding:3rem 2rem;box-shadow:0 25px 60px #0009,0 0 40px #6366f126}.dfy-badge{color:#0a0f1e;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#b45309,#f59e0b);border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1.25rem;font-size:.75rem;font-weight:900;display:inline-block}.dfy-inner h2{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:900;line-height:1.25}.dfy-inner p{color:#cbd5e1;max-width:680px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.65}.dfy-tiers-grid{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:720px;margin:0 auto 2.5rem;display:grid}.dfy-tier-card{background:#1e293b99;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.dfy-tier-card h4{color:#fcd34d;margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.dfy-tier-card p{color:#94a3b8;margin:0 0 1rem;font-size:.85rem;line-height:1.5}.dfy-tier-price{color:#fff;font-size:1.15rem;font-weight:900}.btn-dfy-consult{color:#0a0f1e;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:1.05rem;font-weight:900;transition:all .2s;display:inline-flex;box-shadow:0 10px 30px #f59e0b59}.btn-dfy-consult:hover{background:linear-gradient(135deg,#fcd34d,#f59e0b);transform:translateY(-2px);box-shadow:0 15px 40px #f59e0b80}@media (width<=768px){.price-lock-shield-box{text-align:center;flex-direction:column}.dfy-tiers-grid{grid-template-columns:1fr}}:root{--dc-navy-deep:#0b1329;--dc-navy-card:#131f3f;--dc-navy-border:#233563;--dc-gold:#d4af37;--dc-gold-light:#f3e5ab;--dc-gold-gradient:linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #aa820a 100%);--dc-emerald:#10b981;--dc-emerald-dark:#064e3b;--dc-slate-text:#94a3b8;--dc-white:#fff;--dc-crimson:#ef4444}.dc-container{background-color:var(--dc-navy-deep);color:#f8fafc;min-height:100vh;padding-bottom:90px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.dc-container h1,.dc-container h2,.dc-container h3,.dc-container h4,.dc-container h5,.dc-container h6{color:#fff!important}.dc-top-banner{color:#fff;letter-spacing:.05em;text-align:center;text-transform:uppercase;background:linear-gradient(90deg,#b45309,#d97706,#b45309);padding:10px 16px;font-size:.85rem;font-weight:700}.dc-hero{text-align:center;max-width:900px;margin:0 auto;padding:60px 20px 40px}.dc-eyebrow{border:1px solid var(--dc-gold);color:var(--dc-gold-light);letter-spacing:.08em;text-transform:uppercase;background:#d4af3726;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.dc-hero-title{letter-spacing:-.02em;margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.2;color:#fff!important}@media (width>=768px){.dc-hero-title{font-size:3.4rem}}.dc-gold-text{background:var(--dc-gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.dc-hero-subhead{max-width:800px;margin:0 auto 24px;font-size:1.2rem;font-weight:600;line-height:1.4;color:#f3e5ab!important}@media (width>=768px){.dc-hero-subhead{font-size:1.35rem}}.dc-hero-sub{color:#cbd5e1;max-width:760px;margin:0 auto 30px;font-size:1.15rem}.dc-cta-btn{background:var(--dc-gold-gradient);color:#0b1329;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:18px 36px;font-size:1.15rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 25px #d4af3759}.dc-cta-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #d4af3773}.dc-hero-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:35px;display:flex}.dc-badge-item{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;display:flex}.dc-proof-strip{background:var(--dc-navy-card);border-top:1px solid var(--dc-navy-border);border-bottom:1px solid var(--dc-navy-border);margin:40px 0;padding:30px 20px}.dc-proof-content{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:900px;margin:0 auto;display:grid}.dc-proof-stat{text-align:center;background:#0b132980;border:1px solid #d4af3733;border-radius:10px;padding:15px}.dc-proof-stat h3{color:var(--dc-gold);margin:0 0 6px;font-size:1.8rem;font-weight:800}.dc-proof-stat p{color:var(--dc-slate-text);margin:0;font-size:.85rem}.dc-section{max-width:900px;margin:0 auto;padding:50px 20px}.dc-section-header{text-align:center;margin-bottom:35px}.dc-section-tag{color:var(--dc-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.8rem;font-weight:700;display:block}.dc-section-title{color:#fff;margin:0 0 12px;font-size:1.8rem;font-weight:800}@media (width>=768px){.dc-section-title{font-size:2.2rem}}.dc-section-desc{color:var(--dc-slate-text);max-width:650px;margin:0 auto;font-size:1rem}.dc-problem-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.dc-problem-grid{grid-template-columns:repeat(3,1fr)}}.dc-problem-card{background:var(--dc-navy-card);border:1px solid var(--dc-navy-border);border-radius:12px;padding:24px;position:relative;overflow:hidden}.dc-problem-card:before{content:"";background:var(--dc-crimson);height:3px;position:absolute;top:0;left:0;right:0}.dc-problem-card h4{color:#fca5a5;margin:12px 0 10px;font-size:1.1rem;font-weight:700}.dc-problem-card p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}.dc-speed-box{border:1px solid var(--dc-emerald);background:linear-gradient(145deg,#16653433,#0b1329e6);border-radius:16px;margin:40px 0;padding:30px}.dc-speed-box h3{color:#34d399;align-items:center;gap:10px;margin:0 0 12px;font-size:1.35rem;display:flex}.dc-speed-box p{color:#e2e8f0;margin-bottom:16px;font-size:.95rem;line-height:1.6}.dc-deliverables-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.dc-deliverables-grid{grid-template-columns:repeat(2,1fr)}}.dc-item-card{background:var(--dc-navy-card);border:1px solid var(--dc-navy-border);border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.dc-item-icon{color:var(--dc-gold);background:#d4af3726;border-radius:8px;flex-shrink:0;padding:10px}.dc-item-content h4{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:700}.dc-item-content p{color:var(--dc-slate-text);margin:0;font-size:.85rem}.dc-pricing-card{border:2px solid var(--dc-gold);text-align:center;background:linear-gradient(#131f3f 0%,#0c152b 100%);border-radius:20px;padding:40px 30px;position:relative;box-shadow:0 20px 40px #00000080}.dc-pricing-badge{background:var(--dc-gold-gradient);color:#0b1329;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:9999px;padding:6px 18px;font-size:.8rem;font-weight:800;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.dc-price-comparison{justify-content:center;align-items:center;gap:16px;margin:20px 0 10px;display:flex}.dc-old-price{color:#64748b;font-size:1.3rem;font-weight:600;text-decoration:line-through}.dc-main-price{color:#fff;letter-spacing:-.03em;font-size:3rem;font-weight:900}.dc-deposit-callout{border:1px dashed var(--dc-emerald);color:#34d399;background:#10b9811a;border-radius:8px;margin-bottom:24px;padding:10px 16px;font-size:.9rem;font-weight:600;display:inline-block}.dc-bonus-wrapper{text-align:left;background:#d4af3714;border:1px solid #d4af374d;border-radius:12px;margin:30px 0;padding:24px}.dc-bonus-title{color:var(--dc-gold-light);align-items:center;gap:8px;margin:0 0 12px;font-size:1rem;font-weight:700;display:flex}.dc-bonus-list{margin:0;padding:0;list-style:none}.dc-bonus-list li{color:#e2e8f0;align-items:flex-start;gap:10px;padding:6px 0;font-size:.88rem;display:flex}.dc-faq-item{background:var(--dc-navy-card);border:1px solid var(--dc-navy-border);border-radius:10px;margin-bottom:12px;overflow:hidden}.dc-faq-question{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;font-size:1rem;font-weight:600;display:flex}.dc-faq-answer{color:#94a3b8;padding:0 20px 18px;font-size:.92rem;line-height:1.6}.dc-sticky-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--dc-gold);z-index:100;background:#0b1329f2;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.dc-sticky-info{flex-direction:column;display:flex}.dc-sticky-title{color:var(--dc-gold);font-size:.8rem;font-weight:700}.dc-sticky-price{color:#fff;font-size:1.1rem;font-weight:900}.dc-sticky-btn{background:var(--dc-gold-gradient);color:#0b1329;white-space:nowrap;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:800;text-decoration:none}
