*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0a0a0a;--navy-mid: #1a1a1a;--red: #C8320A;--red-light: #E8440E;--gold: #B8962E;--cream: #F9F6F1;--warm-gray: #EAE6E0;--text: #1C1C1C;--muted: #5A5450;--border: rgba(15,38,68,.12)}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}.skip-link{position:absolute;left:-9999px;top:0;z-index:999;padding:.75rem 1rem;background:#fff;color:var(--navy);text-decoration:none;font-weight:700;letter-spacing:.03em}.skip-link:focus{left:.5rem;top:.5rem;outline:3px solid var(--red);outline-offset:2px}a:focus-visible,button:focus-visible,[role=button]:focus-visible,summary:focus-visible{outline:3px solid #EC1F27;outline-offset:3px;border-radius:2px}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--navy);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:64px;border-bottom:2px solid #EC1F27}.nav-logo{font-family:Inter,Arial,sans-serif;font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:.02em}.nav-logo span{color:#ec1f27}.nav-cta{background:var(--red);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1.25rem;border-radius:3px;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--red-light)}.hero{min-height:100vh;background:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 5% 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(255,255,255,.02) 80px),repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(255,255,255,.02) 80px);pointer-events:none}.hero-eyebrow{font-size:.95rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;opacity:0;animation:fadeUp .6s .1s forwards}.hero h1{font-family:Inter,Arial,sans-serif;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700;color:#fff;text-align:center;line-height:1.12;max-width:820px;margin-bottom:1.5rem;opacity:0;animation:fadeUp .6s .2s forwards}.hero h1 em{font-style:italic;color:#ec1f27}.hero-sub{font-size:1.05rem;color:#ffffffeb;text-align:center;max-width:540px;line-height:1.7;margin-bottom:2.5rem;font-weight:600;opacity:0;animation:fadeUp .6s .3s forwards}.video-wrap{width:100%;max-width:760px;margin-bottom:2.5rem;opacity:0;animation:fadeUp .7s .4s forwards}.video-container{position:relative;background:#1a1a1a;border-radius:8px;border:1px solid rgba(184,150,46,.3);overflow:hidden;aspect-ratio:16/9;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0009,#000000e6)}.video-bg-text{position:absolute;font-family:Inter,Arial,sans-serif;font-size:9rem;font-weight:700;color:#ffffff08;user-select:none;letter-spacing:-.05em}.play-btn-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.2rem;transition:transform .2s}.video-container:hover .play-btn-wrap{transform:scale(1.04)}.play-circle{width:80px;height:80px;border-radius:50%;background:#c8320ae6;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:background .2s}.video-container:hover .play-circle{background:var(--red-light)}.play-circle svg{margin-left:5px}.video-label{font-size:.9rem;font-weight:600;color:#ffffffd9;letter-spacing:.03em}.video-duration{font-size:.75rem;color:#ffffff73}.video-bar{background:#ffffff14;height:3px;border-radius:0 0 8px 8px;position:relative;overflow:hidden}.video-bar:after{content:"";position:absolute;left:0;top:0;bottom:0;width:0%;background:var(--red);animation:videoProgress 3.5s 1.2s ease-in-out forwards}@keyframes videoProgress{to{width:28%}}.urgency{background:var(--red);padding:1rem 5%;text-align:center;opacity:0;animation:fadeUp .5s .6s forwards;border-radius:5px;max-width:760px;width:100%}.urgency p{font-size:.85rem;font-weight:600;color:#fff;letter-spacing:.03em}.urgency strong{font-weight:700}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem;opacity:0;animation:fadeUp .6s .45s forwards}.stats-band{background:var(--warm-gray);padding:4rem 5%;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-inner{max-width:960px;margin:0 auto;display:flex;gap:2px}.stat{flex:1 1 0;min-width:0;text-align:center;padding:2rem 1.5rem;background:var(--cream);position:relative}.stat:first-child{border-radius:6px 0 0 6px}.stat:last-child{border-radius:0 6px 6px 0}.stat-num{font-family:Inter,Arial,sans-serif;font-size:3.2rem;font-weight:700;color:var(--navy);line-height:1;display:block;margin-bottom:.5rem}.stat-num span{color:var(--red)}.stat-desc{font-size:.8rem;color:var(--muted);line-height:1.5;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.content-section{max-width:960px;margin:0 auto;padding:6rem 5%}.section-tag{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;border-left:3px solid var(--red);padding-left:.75rem}.section-title{font-family:Inter,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:1.25rem}.section-body{font-size:1rem;line-height:1.8;color:#3a3a3a;max-width:620px;font-weight:600}.two-col{display:flex;gap:5rem;align-items:center}.two-col>*{flex:1 1 0;min-width:0}.steps{display:flex;flex-direction:column;gap:0;margin-top:1.5rem}.step{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);position:relative}.step:last-child{border-bottom:none}.step-num{font-family:Inter,Arial,sans-serif;font-size:2.5rem;font-weight:700;color:#ec1f27;line-height:1;min-width:2.5rem;flex-shrink:0;padding-top:2px}.step-content h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.35rem}.step-content p{font-size:.9rem;color:var(--muted);line-height:1.65;font-weight:600}.guarantee{background:var(--navy);border-radius:8px;padding:2.5rem 3rem;margin:3rem 0;border-left:4px solid #EC1F27;display:flex;gap:2rem;align-items:flex-start}.guarantee-icon{font-size:2.5rem;flex-shrink:0;margin-top:4px}.guarantee h2{font-family:Inter,Arial,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.5rem}.guarantee p{font-size:.95rem;color:#ffffffeb;line-height:1.7;font-weight:600}.bio-section{background:var(--warm-gray);padding:6rem 5%;border-top:1px solid var(--border)}.bio-inner{max-width:960px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start}.bio-avatar{width:180px;height:220px;flex-shrink:0;background:var(--navy-mid);border-radius:4px;display:flex;align-items:center;justify-content:center;border:3px solid #EC1F27;font-family:Inter,Arial,sans-serif;font-size:3.5rem;font-weight:700;color:#fff3}.bio-avatar-pending{flex-direction:column;gap:.75rem;background:#111;border:none;border-radius:12px;padding:12px}.bio-pending-label{font-family:Inter,Arial,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c}.bio-text h2{font-family:Inter,Arial,sans-serif;font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.bio-title{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:1.25rem}.bio-text p{font-size:.95rem;line-height:1.8;color:#3f3a36;font-weight:600;margin-bottom:.85rem}.faq-section{background:var(--cream);padding:6rem 5%;border-top:1px solid var(--border)}.faq-inner{max-width:820px;margin:0 auto}.faq-heading{margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-item summary{list-style:none;cursor:pointer;padding:1.5rem 3rem 1.5rem 0;font-size:1.05rem;font-weight:600;color:var(--navy);position:relative;line-height:1.4}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:.25rem;top:50%;transform:translateY(-50%);font-size:1.8rem;font-weight:400;color:var(--red);line-height:1;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item summary:hover{color:var(--red)}.faq-answer{padding:0 0 1.75rem;font-size:.98rem;line-height:1.75;color:#3f3a36;font-weight:500;max-width:720px}.legal-page{padding:8rem 5% 5rem;max-width:780px;margin:0 auto;color:var(--text)}.legal-page h1{font-family:Inter,Arial,sans-serif;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.5rem}.legal-page .legal-meta{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:2.5rem}.legal-page h2{font-family:Inter,Arial,sans-serif;font-size:1.2rem;font-weight:700;color:var(--navy);margin:2rem 0 .6rem}.legal-page p,.legal-page li{font-size:.98rem;line-height:1.75;color:#3f3a36;font-weight:500;margin-bottom:.9rem}.legal-page ul{padding-left:1.25rem}.legal-page a{color:var(--red);text-decoration:underline}.legal-note{margin-top:2.5rem;padding:1rem 1.25rem;background:var(--warm-gray);border-left:3px solid var(--red);border-radius:4px;font-size:.85rem;color:#3f3a36;line-height:1.6}.cta-section{background:var(--navy);padding:7rem 5%;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 30px,rgba(255,255,255,.012) 30px,rgba(255,255,255,.012) 31px)}.cta-section h2{font-family:Inter,Arial,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:#fff;margin-bottom:1rem;position:relative}.cta-section h2 em{font-style:italic;color:#ec1f27}.cta-section p{font-size:1rem;color:#ffffffeb;max-width:480px;margin:0 auto 2.5rem;line-height:1.7;font-weight:600;position:relative}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.btn-primary{background:var(--red);color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2.5rem;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--red-light);transform:translateY(-1px)}.btn-secondary{background:#fff;color:#0a0a0a;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:1rem 2.5rem;border-radius:3px;text-decoration:none;border:1px solid #ffffff;cursor:pointer;transition:background .2s,color .2s}.btn-secondary:hover{background:#ffffffd9;color:#0a0a0a}footer{background:#333;padding:2.5rem 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid rgba(184,150,46,.2)}footer address{font-style:normal;font-size:.75rem;color:#fff}.footer-logo{font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:700;color:#ffffff80}.footer-logo span{color:#ec1f27}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.75rem;color:#fff;text-decoration:none;letter-spacing:.05em}.footer-links a:hover{color:#ffffffb3}.footer-disc{font-size:11px;color:#ffffffd9;max-width:500px;line-height:1.6;text-align:right}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.hero-eyebrow,.hero h1,.hero-sub,.video-wrap,.urgency,.reveal,.hero-cta-btn{opacity:1!important;transform:none!important}.video-bar:after{width:28%!important}}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;animation:none!important;transition:none!important}nav{position:relative!important}.hero-eyebrow,.hero h1,.hero-sub,.hero-cta,.video-container,.stat-item,.reveal{opacity:1!important;transform:none!important}.video-container{background:#0a0a0a!important;border:1px solid rgba(255,255,255,.15)!important}.video-container:before{background:#000000b3!important}.play-btn-wrap,.video-label,.video-duration{opacity:1!important}.screen-only{display:none!important}.print-only{display:flex!important}.video-wrap{opacity:1!important;transform:none!important}}@media (max-width: 720px){.stats-inner{flex-direction:column;gap:1px}.stat:first-child{border-radius:6px 6px 0 0}.stat:last-child{border-radius:0 0 6px 6px}.two-col{flex-direction:column;gap:3rem}.bio-inner{flex-direction:column}.bio-avatar{width:100%;height:140px}.guarantee{flex-direction:column;gap:1rem;padding:2rem}footer{flex-direction:column;align-items:flex-start}.footer-disc{text-align:left}}
