:root{--red: #ff0937;--red-dark: #e0082f;--red-light: #ff3d5c;--black: #0a0a0a;--dark: #151515;--gray-900: #1a1a1a;--gray-700: #444;--gray-500: #777;--gray-300: #bbb;--gray-100: #f5f5f5;--white: #ffffff;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12);--shadow-red: 0 4px 20px rgba(255,9,55,.2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 24px}h1,h2,h3{font-weight:800;line-height:1.15;letter-spacing:-.02em}h2{font-size:clamp(28px,4vw,40px);text-align:center;margin-bottom:48px}.section-sub{text-align:center;color:var(--gray-500);font-size:17px;margin-top:-40px;margin-bottom:48px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:700;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:var(--white);box-shadow:var(--shadow-red)}.btn-primary:hover{background:var(--red-dark);box-shadow:0 6px 24px #ff093740}.btn-large{padding:20px 44px;font-size:18px;border-radius:var(--radius-lg)}.btn-white{background:var(--white);color:var(--black);box-shadow:var(--shadow-md)}.btn-white:hover{box-shadow:var(--shadow-lg)}.btn-cta{background:var(--red);color:var(--white);padding:12px 24px;font-size:15px;font-weight:700;border-radius:var(--radius-md)}.btn-cta:hover{background:var(--red-dark);transform:translateY(-1px)}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);padding:14px 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo img{height:42px;width:auto}.hero{padding:140px 0 80px;background:var(--gray-100)}.hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.hero-grid{grid-template-columns:1.15fr .85fr;gap:72px}}.hero-pill{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--gray-300);padding:10px 18px;border-radius:100px;font-size:14px;font-weight:600;color:var(--gray-700);margin-bottom:20px}.hero-content h1{font-size:clamp(38px,5.5vw,58px);color:var(--black);margin-bottom:20px}.hero-content h1 span{color:var(--red)}.hero-sub{font-size:18px;color:var(--gray-500);margin-bottom:32px;max-width:480px;line-height:1.7}.hero-sub strong{color:var(--black);font-weight:600}.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:28px}.hero-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--gray-700);font-weight:500}.trust-check{color:var(--red);font-weight:700}.hero-image-wrapper{position:relative}.hero-image img{border-radius:var(--radius-xl);width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;box-shadow:var(--shadow-lg)}.hero-badge{position:absolute;bottom:16px;left:16px;background:var(--black);color:var(--white);padding:10px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.yt-icon{width:18px;height:18px;color:red}.stats-bar{background:var(--white);padding:20px 0;border-bottom:1px solid var(--gray-100)}.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 48px}.stat-item{text-align:center}.stat-item strong{display:block;font-size:22px;font-weight:800;color:var(--black);margin-bottom:2px}.stat-item span{font-size:12px;color:var(--gray-500)}.why-section{padding:80px 0;background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.why-card{background:var(--gray-100);padding:32px 28px;border-radius:var(--radius-lg);transition:all .2s ease}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.why-card.highlight{background:var(--red);color:var(--white)}.why-card.highlight p{color:#ffffffe6}.why-icon{font-size:32px;margin-bottom:16px}.why-card h3{font-size:18px;margin-bottom:8px}.why-card p{color:var(--gray-500);font-size:15px;line-height:1.6}.social-proof-bar{background:var(--black);padding:16px 0;overflow:hidden}.proof-scroll{display:flex;gap:48px;animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.proof-item{white-space:nowrap;color:var(--gray-300);font-size:14px;font-weight:500}.steps{padding:80px 0;background:var(--gray-100)}.steps-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px}@media(min-width:900px){.steps-grid{grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:start}}.step{background:var(--white);padding:32px 28px;border-radius:var(--radius-lg);text-align:center;transition:all .2s ease}.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.step-num{width:48px;height:48px;background:var(--red);color:var(--white);font-size:20px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step h3{font-size:18px;margin-bottom:8px;color:var(--black)}.step p{color:var(--gray-500);font-size:15px;line-height:1.5}.step-arrow{display:none;font-size:24px;color:var(--gray-300);padding-top:44px}@media(min-width:900px){.step-arrow{display:block}}.steps-cta{text-align:center}.cta-subtext{margin-top:12px;font-size:14px;color:var(--gray-500)}.preview-section{padding:80px 0;background:var(--gray-100)}.preview-wrapper{max-width:950px;margin:0 auto 32px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.08)}.preview-image{width:100%;display:block}.preview-cta{text-align:center}.about-randolph{padding:80px 0;background:var(--gray-100)}.about-content-centered{max-width:700px;margin:0 auto;text-align:center}.about-content-centered h2{margin-bottom:20px}.about-lead{font-size:18px;color:var(--gray-700);line-height:1.7;margin-bottom:32px}.about-lead strong{color:var(--black)}.about-stats-centered{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.about-stat{text-align:center}.about-stat strong{display:block;font-size:24px;font-weight:800;color:var(--red);margin-bottom:4px}.about-stat span{font-size:13px;color:var(--gray-500)}.comparison{padding:80px 0;background:var(--gray-100)}.comparison-cards{display:grid;grid-template-columns:1fr;gap:20px;max-width:800px;margin:0 auto}@media(min-width:640px){.comparison-cards{grid-template-columns:1fr 1fr}}.compare-card{background:var(--white);border-radius:var(--radius-lg);padding:32px}.compare-card h3{font-size:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--gray-100)}.compare-card ul{list-style:none}.compare-card li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:var(--gray-700)}.compare-card.bad{opacity:.7}.compare-card.bad h3{color:var(--gray-500)}.compare-card.bad .x{color:var(--gray-400);font-weight:700}.compare-card.good{border:2px solid var(--red);box-shadow:var(--shadow-md)}.compare-card.good h3{color:var(--red)}.compare-card.good .check{color:var(--red);font-weight:700}.testimonials{padding:80px 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.testimonial{background:var(--gray-100);padding:28px;border-radius:var(--radius-lg);transition:all .2s ease}.testimonial:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.testimonial.highlight{background:var(--black);color:var(--white)}.testimonial.highlight .testimonial-stars{color:var(--red)}.testimonial.highlight .author span{color:var(--gray-300)}.testimonial-stars{color:var(--red);font-size:13px;letter-spacing:2px;margin-bottom:14px}.testimonial p{font-size:15px;line-height:1.65;margin-bottom:18px}.testimonial strong{color:var(--red)}.testimonial.highlight strong{color:var(--red-light)}.author{display:flex;align-items:center;gap:10px}.author-avatar{width:36px;height:36px;background:var(--red);color:var(--white);font-weight:700;font-size:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.author span{font-weight:600;color:var(--gray-700);font-size:14px}.faq{padding:80px 0;background:var(--gray-100)}.faq-list{max-width:680px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--radius-md);margin-bottom:10px;overflow:hidden}.faq-q{width:100%;padding:20px 24px;font-size:16px;font-weight:700;text-align:left;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--black);font-family:inherit}.faq-icon{font-size:22px;font-weight:400;color:var(--red);transition:transform .2s ease;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-a{max-height:200px}.faq-a p{padding:0 24px 20px;color:var(--gray-500);font-size:15px;line-height:1.65}.faq-a strong{color:var(--black)}.final-cta{padding:100px 0;background:var(--black);text-align:center}.final-cta h2{color:var(--white);font-size:clamp(32px,5vw,48px);margin-bottom:12px}.final-cta>.container>p{color:var(--gray-500);font-size:17px;margin-bottom:32px}.final-subtext{margin-top:16px;font-size:14px;color:var(--gray-500)}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:var(--white);border-top:1px solid rgba(0,0,0,.08);z-index:99;box-shadow:0 -4px 20px #0000001a;transition:opacity .2s ease}.btn-sticky{width:100%;padding:16px;font-size:16px}@media(max-width:768px){.sticky-cta{display:block}body{padding-bottom:80px}}.footer{padding:32px 0;background:var(--dark);border-top:1px solid var(--gray-900)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:14px}@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between}}.footer-logo{height:32px;width:auto}.footer p{color:var(--gray-500);font-size:14px}::selection{background:var(--red);color:var(--white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeUp .6s ease forwards}.hero-image-wrapper{animation:fadeUp .6s ease .1s forwards;opacity:0}@media(prefers-reduced-motion:reduce){*,.hero-content,.hero-image-wrapper,.proof-scroll{animation:none!important;transition:none!important;opacity:1!important}}@media(max-width:768px){.container{padding:0 16px}.header{padding:10px 0}.logo img{height:34px}.btn-cta{padding:10px 16px;font-size:14px}.hero{padding:100px 0 60px}.hero-content h1{font-size:32px;margin-bottom:16px}.hero-sub{font-size:16px;margin-bottom:24px}.hero-pill{font-size:12px;padding:8px 14px;margin-bottom:16px}.btn-large{padding:16px 28px;font-size:16px;width:100%;justify-content:center}.hero-trust{gap:12px 16px;margin-top:20px}.hero-trust-item{font-size:13px}.hero-image img{aspect-ratio:1/1;max-height:360px;width:100%}.hero-badge{bottom:12px;left:12px;font-size:12px;padding:8px 12px}.stats-bar{padding:16px 0}.stats-grid{gap:12px 32px}.stat-item strong{font-size:18px}.stat-item span{font-size:11px}.why-section,.steps,.preview-section,.about-randolph,.comparison,.testimonials,.faq{padding:40px 0}h2{font-size:24px;margin-bottom:24px}.section-sub{margin-top:-18px;margin-bottom:24px;font-size:14px}.why-grid{grid-template-columns:1fr 1fr;gap:10px}.why-card{padding:16px 14px}.why-icon{font-size:22px;margin-bottom:8px}.why-card h3{font-size:14px;margin-bottom:4px}.why-card p{font-size:12px;line-height:1.4}.steps-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}.steps-grid::-webkit-scrollbar{display:none}.step{flex:0 0 75%;scroll-snap-align:center;padding:20px 16px}.step-num{width:36px;height:36px;font-size:16px;margin-bottom:10px}.step h3{font-size:15px}.step p{font-size:13px}.preview-wrapper{border-radius:var(--radius-md);margin-bottom:24px}.about-lead{font-size:16px;margin-bottom:24px}.about-stats-centered{gap:24px 32px}.about-stat strong{font-size:20px}.about-stat span{font-size:12px}.comparison-cards{grid-template-columns:1fr 1fr;gap:8px}.compare-card{padding:16px 12px}.compare-card h3{font-size:14px;margin-bottom:12px;padding-bottom:10px}.compare-card li{padding:5px 0;font-size:11px;gap:6px}.compare-card .check,.compare-card .x{font-size:12px}.testimonials-grid{grid-template-columns:1fr 1fr;gap:8px}.testimonial{padding:14px 12px}.testimonial p{font-size:12px;margin-bottom:10px;line-height:1.5}.testimonial-stars{font-size:10px;margin-bottom:8px;letter-spacing:1px}.author-avatar{width:24px;height:24px;font-size:10px}.author span{font-size:11px}.faq-q{padding:16px 18px;font-size:15px;gap:12px}.faq-icon{font-size:20px}.faq-a p{padding:0 18px 16px;font-size:14px}.final-cta{padding:64px 0}.final-cta h2{font-size:28px;margin-bottom:8px}.final-cta>.container>p{font-size:15px;margin-bottom:24px}.footer{padding:24px 0}.footer-logo{height:28px}.footer p{font-size:12px;text-align:center}}@media(max-width:380px){.hero-content h1{font-size:28px}.hero-trust{flex-direction:column;gap:8px}.stats-grid{flex-direction:column;gap:12px}.about-stats-centered{flex-direction:column;gap:16px}}
