*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#17171d;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}:root{--bg: #17171D;--card: #22232B;--card-alt: #262731;--red: #FF3B32;--red-dim: rgba(255,59,50,.35);--red-glow: rgba(255,59,50,.15);--white: #FFFFFF;--muted: #A7A7B0;--border: rgba(255,255,255,.1);--max-w: 1200px;--section-py: 96px}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.muted{color:var(--muted)}.red{color:var(--red)}.btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:15px;border:none;border-radius:50px;cursor:pointer;padding:14px 28px;transition:all .25s ease}.btn-primary{background:var(--red);color:var(--white);box-shadow:0 0 24px #ff3b3240}.btn-primary:hover{background:#e0332b;box-shadow:0 0 32px #ff3b3266;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.2)}.btn-secondary:hover{border-color:var(--red);color:var(--red);transform:translateY(-1px)}.top-banner{position:relative;width:100%;overflow:hidden}.top-banner-img{width:100%;display:block;object-fit:cover}.top-banner-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000073}.top-banner-text{font-family:Inter,sans-serif;font-size:clamp(28px,5vw,56px);font-weight:800;color:#fff;text-align:center;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.5);padding:0 20px;display:flex;align-items:center;justify-content:center;gap:16px}.top-banner-emblem{height:clamp(36px,5vw,60px);width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.top-banner-subtitle{font-family:Inter,sans-serif;font-size:clamp(16px,2.5vw,24px);font-weight:600;color:#fff;text-align:center;letter-spacing:.5px;text-shadow:0 2px 12px rgba(0,0,0,.5);margin-top:8px;display:flex;align-items:center;justify-content:center;gap:10px}.banner-subtitle-logo{height:clamp(20px,3vw,36px);width:auto;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.4))}.nav{position:sticky;top:0;z-index:100;background:#17171dd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.3px}.nav-logo-img{height:30px;width:auto;display:block}.nav-logo .logo-icon{width:36px;height:36px;background:var(--red);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;color:#fff}.nav-tagline{font-size:13px;color:var(--muted);font-weight:500;display:none}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{padding:10px 22px;font-size:14px}@media(min-width:768px){.nav-tagline{display:block}}@media(max-width:640px){.nav-links .nav-link-text{display:none}.nav-links{gap:16px}}.hero{padding:var(--section-py) 0 80px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.video-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative;aspect-ratio:16/10;cursor:pointer;transition:border-color .3s,box-shadow .3s}.video-card:hover{border-color:var(--red-dim);box-shadow:0 0 40px var(--red-glow)}.video-card-inner{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--card) 0%,#1a1b24 100%);transition:opacity .35s ease}.video-card-label{position:absolute;top:16px;left:16px;background:#ff3b321f;color:var(--red);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;border-radius:6px}.video-card-duration{position:absolute;bottom:16px;right:16px;background:#0009;color:var(--white);font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}.play-btn{width:72px;height:72px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #ff3b3259;transition:transform .25s,box-shadow .25s}.video-card:hover .play-btn{transform:scale(1.08);box-shadow:0 0 56px #ff3b3280}.play-btn svg{margin-left:3px}.video-card-text{margin-top:16px;font-size:14px;font-weight:600;color:var(--muted);text-align:center;padding:0 24px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--red);margin-bottom:20px}.hero-eyebrow:before{content:"";width:8px;height:8px;background:var(--red);border-radius:50%;box-shadow:0 0 8px var(--red)}.hero h1{font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.15;letter-spacing:-.5px;margin-bottom:20px}.hero-desc{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:32px;max-width:520px}.checklist{list-style:none;margin-bottom:36px}.checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffd9;margin-bottom:14px;line-height:1.5}.checklist-icon{flex-shrink:0;width:22px;height:22px;background:#ff3b321f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.checklist-icon svg{width:12px;height:12px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.video-card{max-width:560px;margin:0 auto}}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--red-dim) 30%,var(--red-dim) 70%,transparent)}.section-header{text-align:center;max-width:720px;margin:0 auto 56px}.section-header h2{font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.2;letter-spacing:-.3px;margin-bottom:16px}.section-header p{font-size:16px;color:var(--muted);line-height:1.7}.pain-section{padding:var(--section-py) 0}.pain-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pain-row{display:flex;align-items:center;gap:16px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px 20px;transition:border-color .3s}.pain-row:hover{border-color:var(--red-dim)}.pain-icon{width:40px;height:40px;min-width:40px;background:#ff3b3214;border:1px solid rgba(255,59,50,.15);border-radius:10px;display:flex;align-items:center;justify-content:center}.pain-icon svg{width:18px;height:18px;color:var(--red)}.pain-text{flex:1;min-width:0}.pain-text h4{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:3px;color:var(--white)}.pain-text p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.pain-solve{display:block;font-size:12px;font-weight:600;line-height:1.4;color:#ff3b32d9;padding:10px 14px;background:#ff3b320d;border-left:3px solid var(--red);border-radius:0 8px 8px 0;min-width:200px;max-width:240px;flex-shrink:0}@media(max-width:1000px){.pain-list{grid-template-columns:1fr;max-width:720px;margin:0 auto}}@media(max-width:600px){.pain-row{flex-wrap:wrap}.pain-solve{min-width:0;max-width:none;width:100%;margin-top:8px}}.who-layout{display:flex;align-items:center;gap:48px;max-width:1100px;margin:0 auto}.who-promo-img{flex:0 0 380px;border-radius:20px;overflow:hidden}.who-promo-img img{width:100%;height:auto;display:block;border-radius:20px}.who-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.who-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;transition:border-color .2s,background .2s}.who-card:hover{border-color:#ff3b324d;background:#ffffff0f}.who-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ff3b321a;border-radius:14px;flex-shrink:0}.who-icon svg{width:24px;height:24px;stroke:var(--red)}.who-card p{font-size:14px;line-height:1.55;color:#ffffffbf;margin:0}@media(max-width:900px){.who-layout{flex-direction:column;gap:32px}.who-promo-img{flex:0 0 auto;max-width:360px;width:100%}}@media(max-width:600px){.who-grid{grid-template-columns:1fr;max-width:440px}.who-card{padding:24px 20px}}.loop-section{padding:var(--section-py) 0}.loop-two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.loop-copy{text-align:left}.loop-copy h2{font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.2;margin-bottom:20px}.loop-copy>p{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:28px}.loop-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:18px;padding:6px 16px;background:#ff3b3214;border:1px solid rgba(255,59,50,.2);border-radius:50px}.loop-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.loop-highlights li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--light);line-height:1.6}.loop-hl-icon{flex-shrink:0;width:22px;height:22px;margin-top:2px}.loop-hl-icon svg{width:22px;height:22px;color:var(--red)}.loop-video-wrap{display:flex;flex-direction:column;align-items:stretch}.loop-video-card{width:100%;aspect-ratio:16 / 10;background:linear-gradient(145deg,#1a1a1e,#111113);border:1px solid var(--border);border-radius:20px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,box-shadow .3s}.loop-video-card:hover{border-color:var(--red-dim);box-shadow:0 12px 48px var(--red-glow)}.loop-video-inner{text-align:center;padding:32px}.loop-video-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--red);margin-bottom:24px}.loop-video-card .play-btn{width:68px;height:68px;margin:0 auto 24px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 32px var(--red-glow);transition:transform .3s}.loop-video-card:hover .play-btn{transform:scale(1.1)}.loop-video-card .play-btn svg{width:26px;height:26px;color:#fff;margin-left:3px}.loop-video-text{font-size:14px;color:var(--muted);line-height:1.6;max-width:300px;margin:0 auto 14px}.loop-video-duration{font-size:12px;color:#ffffff59;font-weight:600;letter-spacing:.5px}.loop-callout{display:flex;align-items:flex-start;gap:14px;margin-top:16px;background:#ff3b320d;border:1px solid rgba(255,59,50,.2);border-radius:12px;padding:16px 20px}.loop-callout svg{width:22px;height:22px;min-width:22px;color:var(--red);margin-top:1px}.loop-callout p{font-size:14px;color:#fffc;line-height:1.6;margin:0;font-weight:500}@media(max-width:768px){.loop-two-col{grid-template-columns:1fr;gap:36px}.loop-video-card{width:100%;margin:0 auto}}.product-section{padding:var(--section-py) 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.product-card:hover{border-color:var(--red-dim);transform:translateY(-4px);box-shadow:0 12px 48px #0000004d}.product-card-img{height:260px;background:#9c9187;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:28px}.product-card h3{font-size:18px;font-weight:700;margin-bottom:12px}.product-card>.product-card-body>p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:20px}.product-features{list-style:none;margin-bottom:24px}.product-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#ffffffd9;margin-bottom:10px;line-height:1.5}.pf-dot{flex-shrink:0;width:6px;height:6px;background:var(--red);border-radius:50%;margin-top:7px}.product-cta{font-size:14px;padding:10px 22px}@media(max-width:900px){.product-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}.compare-section{padding:var(--section-py) 0}.compare-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;max-width:720px;margin:0 auto}.compare-header{padding:24px 32px;border-bottom:1px solid var(--border);font-size:16px;font-weight:700}.compare-table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{padding:14px 32px;text-align:left;font-size:14px}.compare-table thead th{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-bottom:1px solid var(--border)}.compare-table thead th:not(:first-child){text-align:center}.compare-table td:not(:first-child){text-align:center}.compare-table tbody tr{border-bottom:1px solid rgba(255,255,255,.04)}.compare-table tbody tr:last-child{border-bottom:none}.compare-table td:first-child{color:#ffffffd9;font-weight:500}.icon-check{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:#ff3b321f;border-radius:50%}.icon-check svg{width:14px;height:14px;color:var(--red)}.icon-x{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:#ffffff0d;border-radius:50%}.icon-x svg{width:12px;height:12px;color:#ffffff40}@media(max-width:560px){.compare-table th,.compare-table td{padding:12px 16px;font-size:13px}}.callout-card{max-width:720px;margin:32px auto 0;background:#ff3b320f;border:1px solid rgba(255,59,50,.2);border-radius:12px;padding:24px 32px;text-align:center}.callout-card p{font-size:15px;color:#ffffffd9;line-height:1.7;font-weight:500}.potential-section{padding:var(--section-py) 0}.potential-card{background:linear-gradient(135deg,#ff3b320f,#ff3b3205);border:1px solid rgba(255,59,50,.15);border-radius:16px;padding:48px;display:flex;gap:48px;align-items:flex-start}.potential-copy{flex:1.2}.potential-copy h2{font-size:32px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.25}.potential-copy p{color:#ffffffb3;font-size:16px;line-height:1.7}.potential-features{flex:1}.potential-features-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);display:block;margin-bottom:16px}.potential-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.potential-feature-list li{display:flex;align-items:center;gap:10px;font-size:15px;color:#ffffffd9}@media(max-width:768px){.potential-card{flex-direction:column;padding:32px 24px;gap:32px}.potential-copy h2{font-size:24px}}.pricing-section{padding:var(--section-py) 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px;align-items:start}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px 28px;transition:border-color .3s,transform .3s;position:relative}.pricing-card:hover{transform:translateY(-3px)}.pricing-card-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;background:var(--card-alt);color:var(--muted);padding:4px 12px;border-radius:20px;margin-bottom:14px}.pricing-tag-highlight{background:#22c55e24;color:#22c55e}.pricing-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.pricing-range{font-size:22px;font-weight:800;color:#fff;margin-bottom:20px}.pricing-range-highlight{color:#22c55e}.pricing-range-sub{display:block;font-size:13px;font-weight:500;color:var(--muted);margin-top:2px}.pricing-card-desc{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:24px}.pricing-card-fit{background:var(--card-alt);border-radius:10px;padding:16px;margin-bottom:20px}.pricing-fit-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted);display:block;margin-bottom:8px}.pricing-card-fit p{font-size:14px;color:#fffc;line-height:1.6}.pricing-pros-cons{display:flex;flex-direction:column;gap:16px}.pricing-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:8px}.pricing-pros .pricing-label{color:#34d399}.pricing-cons .pricing-label{color:#f87171}.pricing-pros ul,.pricing-cons ul{list-style:none;padding:0;margin:0}.pricing-pros li,.pricing-cons li{font-size:13px;color:#ffffffbf;padding:4px 0 4px 18px;position:relative;line-height:1.5}.pricing-pros li:before{content:"✓";position:absolute;left:0;color:#34d399;font-weight:700}.pricing-cons li:before{content:"✕";position:absolute;left:0;color:#f87171;font-weight:700}.pricing-card-highlight{border-color:var(--red-dim);box-shadow:0 0 32px var(--red-glow)}.pricing-card-highlight:before{content:"";position:absolute;top:-1px;left:32px;right:32px;height:3px;background:var(--red);border-radius:0 0 4px 4px}.pricing-card-highlight h3{color:#fff}.pricing-note{text-align:center;font-size:15px;color:var(--muted);line-height:1.7;max-width:720px;margin:0 auto;font-style:italic}.build-price-cta{text-align:center;margin-top:48px}.build-price-cta .btn-red{display:inline-block;background:var(--red);color:#fff;font-size:16px;font-weight:700;padding:16px 36px;border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s}.build-price-cta .btn-red:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ff3b3259}.build-price-note{color:#fff;font-size:14px;line-height:1.6;max-width:520px;margin:16px auto 0}@keyframes offer-glow{0%,to{box-shadow:0 0 20px #ff3b3240,0 0 60px #ff3b321a,inset 0 1px #ffffff0f}50%{box-shadow:0 0 30px #ff3b3266,0 0 80px #ff3b322e,inset 0 1px #ffffff14}}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pricing-offer{margin:48px auto 0;max-width:680px;text-align:center;background:linear-gradient(160deg,#ff3b322e,#ff3b320f 40%,#ff3b321f);border:1.5px solid rgba(255,59,50,.45);border-radius:20px;padding:44px 44px 40px;position:relative;animation:offer-glow 3s ease-in-out infinite;overflow:hidden}.pricing-offer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:.8}.pricing-offer-badge{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg,var(--red),#ff6b63);color:#fff;padding:7px 20px;border-radius:24px;margin-bottom:20px;box-shadow:0 4px 16px #ff3b3259;animation:badge-pulse 2.5s ease-in-out infinite}.pricing-offer h3{font-size:28px;font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-.3px}.pricing-offer p{font-size:17px;color:#ffffffd1;line-height:1.7}.pricing-offer p strong{color:var(--red);font-weight:800;font-size:22px;text-shadow:0 0 20px rgba(255,59,50,.4)}.pricing-offer-detail{font-size:13px!important;color:#ffffff8c!important;margin-top:12px;line-height:1.6}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto 32px}}.testimonial-section{padding:var(--section-py) 0}.video-testimonials{margin-bottom:48px}.video-test-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.video-test-card{position:relative;border-radius:14px;overflow:hidden;cursor:pointer;aspect-ratio:3/4;background:var(--card);border:1px solid var(--border);transition:border-color .3s,transform .3s}.video-test-card:hover{border-color:var(--red-dim);transform:translateY(-3px)}.video-test-thumb{width:100%;height:100%;object-fit:cover}.video-test-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ff3b32e6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s,background .3s;box-shadow:0 4px 20px #ff3b3266}.video-test-play svg{width:20px;height:20px;margin-left:2px}.video-test-card:hover .video-test-play{transform:translate(-50%,-50%) scale(1.1);background:var(--red)}.video-test-info{position:absolute;bottom:0;left:0;right:0;padding:40px 14px 14px;background:linear-gradient(transparent,#000000d9)}.video-test-info strong{display:block;font-size:13px;font-weight:700;color:#fff}.video-test-info span{font-size:11px;color:#ffffffb3}.video-modal-container{position:relative;max-width:440px;width:90vw}.video-modal-container .modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;cursor:pointer;width:32px;height:32px;z-index:10}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;transition:border-color .3s,transform .3s}.testimonial-card:hover{border-color:var(--red-dim);transform:translateY(-3px)}.testimonial-card-featured{border-color:#ff3b3240;background:linear-gradient(135deg,var(--card) 0%,rgba(255,59,50,.05) 100%)}.testimonial-stars{color:#ffb800;font-size:16px;letter-spacing:2px;margin-bottom:12px}.testimonial-quote{flex:1;position:relative;margin-bottom:24px}.testimonial-mark{width:28px;height:28px;color:#ff3b3240;margin-bottom:12px}.testimonial-quote p{font-size:15px;line-height:1.7;color:#ffffffe6;font-style:italic}.testimonial-quote p strong{color:var(--red);font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:20px;border-top:1px solid var(--border)}.testimonial-author-info{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.testimonial-avatar-initials{width:40px;height:40px;border-radius:50%;background:#ff3b3226;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid var(--border);flex-shrink:0}.testimonial-author strong{display:block;font-size:14px;font-weight:700}.testimonial-author span{font-size:13px;color:var(--muted)}.testimonial-tag{font-size:11px!important;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--red)!important;background:#ff3b321a;padding:5px 12px;border-radius:50px;white-space:nowrap}.testimonial-wall-link{text-align:center;margin-top:40px}@media(max-width:1100px){.video-test-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}.video-test-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.video-test-grid{grid-template-columns:repeat(2,1fr)}}.bottom-cta-section{padding:var(--section-py) 0 120px}.bottom-cta-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:56px;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.bottom-cta-card:before{content:"";position:absolute;top:-120px;right:-120px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,59,50,.08) 0%,transparent 70%);pointer-events:none}.bottom-cta-copy h2{font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.25;margin-bottom:16px}.bottom-cta-copy>p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:28px}.bottom-cta-btns{display:flex;gap:14px;flex-wrap:wrap}.bottom-cta-bullets{list-style:none}.bottom-cta-bullets li{margin-bottom:24px}.bottom-cta-bullets li strong{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;margin-bottom:4px}.bottom-cta-bullets li strong .bullet-dot{width:8px;height:8px;background:var(--red);border-radius:50%;flex-shrink:0;box-shadow:0 0 8px #ff3b3266}.bottom-cta-bullets li p{font-size:14px;color:var(--muted);line-height:1.6;padding-left:18px}@media(max-width:768px){.bottom-cta-card{grid-template-columns:1fr;padding:40px 28px}}.footer{border-top:1px solid var(--border);padding:40px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.footer-logo-img{height:26px;width:auto;display:block}.footer-logo .logo-icon{width:32px;height:32px;background:var(--red);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.footer-center{font-size:14px;color:var(--muted)}.footer-link{font-size:14px;color:var(--muted);transition:color .2s}.footer-link:hover{color:var(--white)}.qf-section{padding:var(--section-py) 0}.qf-container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.qf-header{text-align:center;margin-bottom:48px}.qf-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:16px;padding:6px 16px;background:#ff3b3214;border:1px solid rgba(255,59,50,.2);border-radius:50px}.qf-header h2{font-size:36px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:14px}.qf-header p{color:var(--muted);font-size:17px;max-width:560px;margin:0 auto;line-height:1.7}.qf-form{max-width:720px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:40px 36px;display:flex;flex-direction:column;gap:32px}.qf-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){.qf-row{grid-template-columns:1fr}}.qf-field{display:flex;flex-direction:column;gap:8px}.qf-group{display:flex;flex-direction:column;gap:14px}.qf-label{font-size:15px;font-weight:600;color:var(--white);line-height:1.4}.qf-input{background:var(--card-alt);border:1px solid var(--border);border-radius:10px;padding:14px 16px;font-size:15px;font-family:inherit;color:var(--white);outline:none;transition:border-color .2s,box-shadow .2s}.qf-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #ff3b321f}.qf-input::placeholder{color:#a7a7b080}.qf-textarea{background:var(--card-alt);border:1px solid var(--border);border-radius:10px;padding:14px 16px;font-size:15px;font-family:inherit;color:var(--white);outline:none;resize:vertical;min-height:100px;transition:border-color .2s,box-shadow .2s}.qf-textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #ff3b321f}.qf-textarea::placeholder{color:#a7a7b080}.qf-options{display:flex;flex-direction:column;gap:10px}.qf-checkbox-label,.qf-radio-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;color:#ffffffd9;padding:10px 16px;border-radius:10px;background:var(--card-alt);border:1px solid var(--border);transition:all .2s ease}.qf-checkbox-label:hover,.qf-radio-label:hover{border-color:#ff3b324d;background:#ff3b320a}.qf-checkbox,.qf-radio{position:absolute;opacity:0;width:0;height:0}.qf-checkbox-custom{width:20px;height:20px;min-width:20px;border:2px solid rgba(255,255,255,.2);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.qf-checkbox:checked+.qf-checkbox-custom{background:var(--red);border-color:var(--red)}.qf-checkbox:checked+.qf-checkbox-custom:after{content:"";width:5px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);margin-top:-2px}.qf-radio-custom{width:20px;height:20px;min-width:20px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qf-radio:checked+.qf-radio-custom{border-color:var(--red)}.qf-radio:checked+.qf-radio-custom:after{content:"";width:10px;height:10px;background:var(--red);border-radius:50%}.qf-checkbox:checked~span:last-child,.qf-radio:checked~span:last-child{color:var(--white)}.qf-submit{align-self:center;padding:16px 36px;font-size:16px;margin-top:8px}@media(max-width:768px){.qf-form{padding:28px 20px;gap:24px}.qf-header h2{font-size:28px}}.hero-btns{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.hero-btns .btn{font-size:15px;padding:14px 28px}.modal-overlay{position:fixed;inset:0;z-index:9999;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.modal-open{opacity:1;visibility:visible}.modal-container{position:relative;background:#111113;border:1px solid rgba(255,255,255,.08);border-radius:16px;width:92%;max-width:680px;max-height:88vh;overflow-y:auto;padding:40px 36px 36px;transform:translateY(20px) scale(.97);transition:transform .3s ease}.modal-open .modal-container{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:16px;right:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff80;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:var(--white)}.modal-close svg{width:18px;height:18px}.modal-header{margin-bottom:28px}.modal-header h2{font-size:26px;font-weight:800;margin:8px 0 6px}.modal-header p{color:#ffffff80;font-size:14px;line-height:1.6}.modal-container .qf-form{padding:0;background:transparent;border:none}.modal-container .qf-submit{width:100%}.modal-container::-webkit-scrollbar{width:6px}.modal-container::-webkit-scrollbar-track{background:transparent}.modal-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}@media(max-width:768px){.modal-container{width:96%;padding:28px 20px 24px;max-height:92vh}.modal-header h2{font-size:22px}}.faq-overlay{position:fixed;inset:0;z-index:9999;background:#000000bf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.faq-overlay.faq-open{opacity:1;visibility:visible}.faq-container{position:relative;background:#111113;border:1px solid rgba(255,255,255,.08);border-radius:16px;width:94vw;max-width:720px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.97);transition:transform .35s cubic-bezier(.16,1,.3,1)}.faq-open .faq-container{transform:translateY(0) scale(1)}.faq-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.faq-header h2{font-size:26px;font-weight:800;margin:0;letter-spacing:-.3px}.faq-header h2 span{color:var(--red)}.faq-close{width:36px;height:36px;border:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;color:#ffffff80;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.faq-close:hover{background:#ffffff1a;color:var(--white)}.faq-close svg{width:18px;height:18px}.faq-body{overflow-y:auto;padding:8px 32px 24px;scroll-behavior:smooth}.faq-body::-webkit-scrollbar{width:6px}.faq-body::-webkit-scrollbar-track{background:transparent}.faq-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.faq-item{border-bottom:1px solid rgba(255,255,255,.06)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;cursor:pointer;text-align:left;font-family:inherit;font-size:16px;font-weight:600;color:var(--red);line-height:1.4;transition:color .2s ease}.faq-question:hover{color:#ff564e}.faq-chevron{flex-shrink:0;width:20px;height:20px;margin-top:2px;stroke:var(--muted);stroke-width:2;fill:none;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-item.faq-item-open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1),padding .35s ease}.faq-item.faq-item-open .faq-answer{max-height:500px}.faq-answer p{font-size:14.5px;line-height:1.7;color:var(--muted);margin:0 0 18px;padding-right:36px}.faq-footer{padding:20px 32px;border-top:1px solid rgba(255,255,255,.08);text-align:center;flex-shrink:0;background:linear-gradient(to top,#111113,#111113f2)}.faq-footer .btn{width:auto}@media(max-width:640px){.faq-container{width:100vw;max-width:100vw;max-height:100vh;border-radius:0;height:100%}.faq-header{padding:20px 20px 16px}.faq-header h2{font-size:22px}.faq-body{padding:4px 20px 20px}.faq-question{font-size:15px;padding:14px 0}.faq-answer p{font-size:14px;padding-right:0}.faq-footer{padding:16px 20px}.faq-footer .btn{width:100%;justify-content:center}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.nav-cobrand-sep{color:#ffffff4d;font-size:22px;font-weight:300;line-height:1}.cobrand-logo-gsd{filter:brightness(0) invert(1);max-height:24px!important}.cobrand-logo-twobrain{filter:brightness(0) invert(1);max-height:28px!important}.hero-contact{display:flex;align-items:center;gap:24px;margin-top:16px;flex-wrap:wrap}.hero-contact-link{display:flex;align-items:center;gap:8px;color:#fff9;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.hero-contact-link:hover{color:var(--white)}.hero-contact-link svg{flex-shrink:0}.bottom-cta-contact{display:flex;align-items:center;gap:20px;margin-top:16px;flex-wrap:wrap}.bottom-cta-contact a{display:flex;align-items:center;gap:6px;color:#ffffff8c;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.bottom-cta-contact a:hover{color:var(--white)}.bottom-cta-contact a svg{flex-shrink:0}.footer-contact-info{display:flex;align-items:center;gap:12px}.loop-video-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9;cursor:pointer}.loop-video-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center;border-radius:16px;z-index:2}.loop-video-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6;background:#00000080;padding:6px 14px;border-radius:100px}.loop-video-text{font-size:13px;color:#ffffff8c;max-width:280px}@media(max-width:768px){.hero-contact,.bottom-cta-contact{justify-content:center}.nav-cobrand-sep{font-size:16px}.cobrand-logo-gsd,.cobrand-logo-twobrain{max-height:18px!important}}.video-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-modal--open{opacity:1}.video-modal__backdrop{position:absolute;inset:0;background:#000000d9;cursor:pointer}.video-modal__container{position:relative;z-index:1;width:90vw;max-width:1100px;transform:scale(.92);transition:transform .3s ease}.video-modal--open .video-modal__container{transform:scale(1)}.video-modal__close{position:absolute;top:-44px;right:0;background:#ffffff26;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s;z-index:2}.video-modal__close:hover{background:#ffffff4d}@media(max-width:768px){.video-modal__container{width:95vw}.video-modal__close{top:-40px;right:4px}}.features-overlay{position:fixed;inset:0;z-index:10000;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.features-overlay.features-open{opacity:1;visibility:visible}.features-container{position:relative;background:linear-gradient(180deg,#1a1a1e,#111113);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:92%;max-width:680px;max-height:88vh;overflow-y:auto;padding:36px 32px 32px;transform:translateY(24px) scale(.96);transition:transform .3s ease}.features-open .features-container{transform:translateY(0) scale(1)}.features-close{position:absolute;top:16px;right:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffff80;transition:all .2s ease}.features-close:hover{background:#ffffff1a;color:#fff}.features-close svg{width:18px;height:18px}.features-body{display:flex;flex-direction:column;gap:0}.feature-row{display:flex;align-items:flex-start;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.06)}.feature-row:first-child{padding-top:4px}.feature-row:last-child{border-bottom:none;padding-bottom:4px}.feature-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ff3b3214;border:1px solid rgba(255,59,50,.15);border-radius:12px;color:#ff3b32}.feature-icon svg{width:22px;height:22px}.feature-content h4{font-size:16px;font-weight:700;color:#fff;margin:0 0 6px;letter-spacing:-.01em;text-transform:uppercase}.feature-content p{font-size:14px;line-height:1.6;color:#ffffff8c;margin:0}.features-container::-webkit-scrollbar{width:6px}.features-container::-webkit-scrollbar-track{background:transparent}.features-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}@media(max-width:768px){.features-container{width:96%;padding:28px 20px 24px;max-height:92vh}.feature-row{gap:14px}.feature-icon{width:38px;height:38px}.feature-icon svg{width:18px;height:18px}.feature-content h4{font-size:14px}.feature-content p{font-size:13px}}
