@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-light:#f8fafc;--bg-white:#fff;--bg-navy:#0f172a;--bg-navy-light:#1e293b;--text-navy:#0f172a;--text-white:#f8fafc;--text-grey:#475569;--text-light-grey:#94a3b8;--accent:#ff5e00;--accent-hover:#ea580c;--success:#10b981;--error:#ef4444;--glass-bg-light:#ffffffe6;--glass-border-light:#0f172a0d;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000008;--shadow-lg:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-white);color:var(--text-grey);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-navy);font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:Outfit,sans-serif}.text-accent{color:var(--accent)}.text-navy{color:var(--text-navy)}.text-center{text-align:center}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:800px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}.bg-light{background-color:var(--bg-light)}.bg-navy{background-color:var(--bg-navy);color:var(--text-light-grey)}.bg-navy h2,.bg-navy h3{color:var(--text-white)}header{z-index:1000;background:var(--glass-bg-light);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border-light);width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-navy);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.logo-accent{color:var(--accent)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-grey);font-size:.95rem;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--accent)}.nav-links a.btn-primary,.nav-links a.btn-primary:hover{color:#fff}.btn-primary{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #ff5e004d}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ff5e0066}.btn-secondary{color:var(--text-navy);border:2px solid var(--text-navy);text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border-radius:8px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-block}.btn-secondary:hover{background-color:var(--text-navy);color:#fff}.btn-sm{padding:.6rem 1.5rem;font-size:.875rem}.btn-large{text-align:center;width:100%;padding:1.5rem;font-size:1.25rem}.mobile-sticky-cta{background:var(--bg-white);z-index:999;text-align:center;width:100%;padding:1rem;display:none;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #0000001a}.mobile-sticky-cta .btn-primary{width:100%;padding:1rem}.hero{background-color:var(--bg-light);align-items:center;min-height:90vh;padding:10rem 0 6rem;display:flex}.badge{color:var(--accent);text-transform:uppercase;letter-spacing:1px;background-color:#ff5e001a;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.hero-content{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.hero-text h1{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem}.hero-text p{max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;margin-bottom:2rem;display:flex}.trust-indicators{color:var(--text-grey);flex-direction:column;gap:.5rem;font-size:.95rem;display:flex}.trust-indicators span{align-items:center;gap:.5rem;display:flex}.trust-indicators svg{color:var(--success);width:18px;height:18px}.hero-image{perspective:1000px;position:relative}.hero-image img{border-radius:8px;width:100%;transition:transform .5s;transform:rotateY(-10deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000040}.hero-image:hover img{transform:rotateY(0)rotateX(0)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{max-width:700px;margin:0 auto;font-size:1.25rem}.card{background:var(--bg-white);border:1px solid var(--glass-border-light);box-shadow:var(--shadow-sm);border-radius:12px;padding:2.5rem;transition:all .3s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card h3{margin-bottom:1rem;font-size:1.5rem}.before-after-grid{box-shadow:var(--shadow-lg);border-radius:12px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.before-box,.after-box{padding:4rem 3rem}.before-box{background-color:var(--bg-navy);color:var(--text-light-grey)}.before-box h3{color:var(--error);margin-bottom:2rem;font-size:2rem}.after-box{background-color:var(--bg-white)}.after-box h3{color:var(--success);margin-bottom:2rem;font-size:2rem}.ba-list li{align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.before-box .ba-list svg{color:var(--error);min-width:24px;margin-top:4px}.after-box .ba-list svg{color:var(--success);min-width:24px;margin-top:4px}.timeline{flex-direction:column;gap:2rem;display:flex;position:relative}.timeline:before{content:"";background-color:#e2e8f0;width:2px;position:absolute;top:0;bottom:0;left:24px}.timeline-item{padding-left:5rem;position:relative}.timeline-marker{background-color:var(--bg-white);border:2px solid var(--accent);width:50px;height:50px;color:var(--accent);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-family:Outfit;font-weight:700;display:flex;position:absolute;top:0;left:0}.action-box{background:var(--bg-navy);color:var(--text-white);box-shadow:var(--shadow-lg);border-radius:12px;padding:3rem}.action-day{color:var(--accent);letter-spacing:2px;margin-bottom:1.5rem;font-family:Outfit;font-weight:700}.action-row{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:2rem}.action-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.action-label{color:var(--text-light-grey);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem}.action-text{font-size:1.5rem;font-weight:500}.audience-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.audience-card h3{margin-bottom:2rem;font-size:1.75rem}.audience-card.for h3{color:var(--success)}.audience-card.not-for h3{color:var(--error)}.offer-box{background:var(--bg-white);border:2px solid var(--accent);text-align:center;border-radius:16px;padding:4rem;box-shadow:0 20px 40px #ff5e001a}.offer-price{color:var(--text-navy);margin:2rem 0;font-family:Outfit;font-size:4rem;font-weight:800}.offer-list{text-align:left;max-width:400px;margin:0 auto 3rem}.offer-list li{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.offer-list svg{color:var(--success)}.secure-checkout{color:var(--text-light-grey);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;display:flex}.faq-item{border-bottom:1px solid var(--glass-border-light);padding:1.5rem 0}.faq-question{cursor:pointer;color:var(--text-navy);justify-content:space-between;align-items:center;font-family:Outfit;font-size:1.25rem;font-weight:600;display:flex}.faq-answer{color:var(--text-grey);margin-top:1rem;display:none}.faq-item.active .faq-answer{display:block}footer{background-color:var(--bg-navy);color:var(--text-light-grey);text-align:center;padding:4rem 0 2rem}.footer-links{justify-content:center;gap:2rem;margin:2rem 0;display:flex}.footer-links a:hover{color:var(--text-white)}@media (width<=992px){.hero-content,.before-after-grid,.audience-grid,.grid-2,.grid-3{grid-template-columns:1fr}.hero{text-align:center;padding-top:8rem}.hero-actions{flex-direction:column;align-items:center}.trust-indicators{align-items:center}.nav-links{display:none}.mobile-sticky-cta{display:block}.offer-box{padding:2rem}}
