:root{--orange:#f6821f;--orange-light:#fbad41;--orange-dark:#e05d00;--bg-dark:#0d0d0d;--bg-section:#111;--bg-card:#1a1a1a;--bg-card-hover:#222;--text-primary:#fff;--text-secondary:#aaa;--text-muted:#666;--green:#3ecf8e;--red:#ff4d4f;--purple:#8b5cf6;--blue:#3b82f6;--border:#f6821f26;--glow:#f6821f66}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:var(--bg-dark);color:var(--text-primary);font-family:Outfit,sans-serif;line-height:1.7;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0;position:relative}.section-alt{background:var(--bg-section)}.mono{font-family:JetBrains Mono,monospace}.orange{color:var(--orange)}.green{color:var(--green)}.red{color:var(--red)}.badge{border:1px solid var(--orange);color:var(--orange);letter-spacing:1.5px;text-transform:uppercase;border-radius:100px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.section-title{margin-bottom:20px;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.1}.section-sub{color:var(--text-secondary);max-width:640px;font-size:18px;line-height:1.7}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--orange);color:#000}.btn-primary:hover{background:var(--orange-light);box-shadow:0 0 40px var(--glow);transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);-webkit-backdrop-filter:blur(8px);background:#0000004d;border:1px solid #ffffff4d}.btn-secondary:hover{border-color:var(--orange);color:var(--orange);background:#00000080}.btn-ghost{color:var(--orange);background:#f6821f1a;border:1px solid #f6821f4d}.btn-ghost:hover{background:#f6821f33}.navbar{z-index:1000;-webkit-backdrop-filter:blur(24px);background:#0d0d0d99;border-bottom:1px solid #ffffff14;padding:16px 0;transition:background .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#0d0d0deb}.navbar .container{justify-content:space-between;align-items:center;display:flex}.nav-logo{color:var(--text-primary);text-shadow:0 1px 6px #0006;align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.nav-logo-icon{background:var(--orange);color:#000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:900;display:flex;box-shadow:0 2px 12px #f6821f66}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--text-secondary);text-shadow:0 1px 4px #0000004d;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-cta{align-items:center;gap:12px;display:flex}.nav-cta .btn{padding:10px 20px;font-size:14px}.hero{z-index:1;min-height:100svh;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.hero-bg:after,.hero:before,.hero:after{display:none}.hero-eyebrow{color:var(--orange);-webkit-backdrop-filter:blur(8px);text-shadow:0 1px 4px #00000080;background:#00000073;border:1px solid #f6821f66;border-radius:100px;align-items:center;gap:8px;margin-bottom:0;padding:8px 20px;font-size:14px;font-weight:500;display:inline-flex}.hero-eyebrow .pulse{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #3ecf8e66}50%{opacity:.8;box-shadow:0 0 0 8px #3ecf8e00}}.hero-text-shadow{text-shadow:0 2px 20px #0009,0 4px 40px #0000004d}.hero h1 .gradient-text{color:#2dd4bf;-webkit-text-fill-color:#2dd4bf;background:0 0;-webkit-background-clip:unset;background-clip:unset;text-shadow:0 2px 20px #0009,0 4px 40px #0000004d}.gradient-text.typewriter{white-space:nowrap;z-index:2;border-right:none;max-width:0;margin:-10px -30px -12px;padding:10px 30px 12px;line-height:1.15;animation:3s steps(28,end) .8s forwards typewriter;display:inline-block;position:relative;overflow:hidden}@keyframes typewriter{0%{max-width:0}to{max-width:calc(14ch + 60px)}}@keyframes blink-caret{0%,to{border-color:#2dd4bf}50%{border-color:#0000}}.hero-line{text-align:center;width:100%;display:block}.hero-headline{letter-spacing:-2px;color:#fff;white-space:nowrap;text-shadow:0 2px 20px #0009,0 4px 40px #0000004d;font-family:Outfit,sans-serif;font-size:clamp(32px,6vw,76px);font-weight:900;line-height:1.05;display:block}.hero-sentence{color:#ffffffeb;white-space:nowrap;text-shadow:0 1px 12px #000000b3,0 2px 24px #0006;max-width:100%;font-size:clamp(14px,1.8vw,20px);line-height:1.5;display:block}.hero-line[data-depth="0"]{margin-bottom:clamp(20px,3vw,32px)}.hero-line[data-depth="1"],.hero-line[data-depth="2"]{margin-bottom:0}.hero-line[data-depth="4"],.hero-line[data-depth="5"],.hero-line[data-depth="6"]{margin-bottom:clamp(4px,.8vw,8px)}.hero-line[data-depth="8"]{margin-bottom:clamp(10px,1.5vw,18px)}.hero-line[data-depth="9"]{margin-bottom:0}.hero-line .gradient-text{color:#2dd4bf;-webkit-text-fill-color:#2dd4bf}.hero-sub{color:#ffffffeb;text-shadow:0 1px 12px #000000b3,0 2px 24px #0006;max-width:620px;margin:0 auto 48px;font-size:20px;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:0;display:flex}.hero-trust{color:#fffc;text-shadow:0 1px 8px #0009;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;font-size:13px;display:flex}.hero-trust span{align-items:center;gap:6px;display:flex}.hero-trust .dot{color:var(--orange)}.parallax-layer{z-index:0;will-change:transform;position:absolute;inset:0;transform:translate(0,0)}.parallax-layer:first-child{z-index:0;width:100%;height:120vh;position:fixed;top:0;left:0}.parallax-layer:nth-child(2){z-index:1}.parallax-layer:nth-child(3){z-index:2}.parallax-layer:nth-child(4){z-index:3;pointer-events:none;width:100%;height:120vh;position:fixed;top:0;left:0}.parallax-grid{position:absolute;inset:0;overflow:hidden}.grid-line{background:#f6821f0f;position:absolute}.gl-h{width:100%;height:1px}.gl-h1{top:25%}.gl-h2{top:50%}.gl-h3{top:75%}.gl-v{width:1px;height:100%}.gl-v1{left:20%}.gl-v2{left:50%}.gl-v3{left:80%}.grid-node{background:#f6821f26;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite alternate nodeGlow;position:absolute;box-shadow:0 0 12px #f6821f33}.gn1{animation-delay:0s;top:25%;left:20%}.gn2{animation-delay:.8s;top:25%;left:50%}.gn3{animation-delay:1.6s;top:25%;left:80%}.gn4{animation-delay:.4s;top:50%;left:20%}.gn5{animation-delay:1.2s;top:50%;left:80%}.gn6{animation-delay:2s;top:75%;left:50%}@keyframes nodeGlow{0%{opacity:.3;transform:scale(1);box-shadow:0 0 8px #f6821f26}to{opacity:1;transform:scale(1.8);box-shadow:0 0 20px #f6821f66}}.orb{filter:blur(80px);opacity:.15;border-radius:50%;animation:12s ease-in-out infinite alternate orbFloat;position:absolute}.orb-orange{background:radial-gradient(circle,#f6821f99,#0000 70%);width:400px;height:400px;animation-duration:14s;animation-delay:0s;top:10%;right:-5%}.orb-cyan{background:radial-gradient(circle,#2dd4bf80,#0000 70%);width:300px;height:300px;animation-duration:10s;animation-delay:-4s;bottom:15%;left:-3%}.orb-purple{background:radial-gradient(circle,#8b5cf666,#0000 70%);width:250px;height:250px;animation-duration:16s;animation-delay:-8s;top:40%;left:30%}@keyframes orbFloat{0%{transform:translate(0,0)scale(1)}33%{transform:translate(30px,-20px)scale(1.1)}66%{transform:translate(-20px,15px)scale(.95)}to{transform:translate(15px,-30px)scale(1.05)}}.perspective-stage{z-index:2;position:absolute;inset:0}.parallax-layer .hero-content{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:960px;height:100%;margin:0 auto;padding:clamp(60px,10vh,120px) clamp(20px,5vw,60px) clamp(40px,6vh,80px);display:flex;position:relative}.hero-line[data-depth="3"]{margin-bottom:clamp(24px,3vh,40px)}.hero-line[data-depth="7"]{margin-bottom:clamp(28px,3.5vh,44px)}.parallax-layer .hero-bg{z-index:0;position:absolute;inset:0}.parallax-layer .hero-bg img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.parallax-layer{transform:none!important}.orb,.grid-node{animation:none}}.hero~section,.hero~footer{z-index:2;background:var(--bg-dark);position:relative}.stats-strip{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:60px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.stat-item h3{color:var(--orange);margin-bottom:8px;font-size:48px;font-weight:900;line-height:1}.stat-item p{color:var(--text-secondary);font-size:14px}.problem-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:60px;display:grid}.pain-cards{flex-direction:column;gap:20px;display:flex}.pain-cards-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.pain-card{background:var(--bg-card);border:1px solid #ff4b4b26;border-radius:12px;gap:16px;padding:24px;transition:all .3s;display:flex}.pain-card:hover{border-color:#ff4b4b66}.pain-icon{background:#ff4b4b1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.pain-card h4{margin-bottom:4px;font-size:16px;font-weight:600}.pain-card p{color:var(--text-secondary);font-size:14px;line-height:1.5}.cost-visual{background:var(--bg-card);border:1px solid var(--border);box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:center;height:100%;padding:40px;display:flex}.cost-bar-group{margin-top:24px}.cost-bar-item{margin-bottom:28px}.cost-bar-item:last-child{margin-bottom:0}.cost-bar-label{justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.cost-bar-label span:last-child{color:var(--red);font-weight:600}.cost-bar-track{background:#ffffff0d;border-radius:6px;height:12px;overflow:hidden}.cost-bar-fill{border-radius:6px;height:100%}.cost-bar-fill.red{background:linear-gradient(90deg, var(--red), #ff8080)}.cost-bar-fill.orange{background:linear-gradient(90deg, var(--orange-dark), var(--orange))}.cost-bar-fill.yellow{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.cost-total{text-align:center;border-top:1px solid #ffffff1a;margin-top:24px;padding-top:24px}.cost-total h3{color:var(--red);font-size:36px;font-weight:800}.cost-total p{color:var(--text-secondary);margin-top:4px;font-size:14px}.steps-container{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;display:grid}.step-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:40px 32px;transition:all .4s}.step-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 20px 60px #f6821f1a}.step-number{border:2px solid var(--orange);width:56px;height:56px;color:var(--orange);background:#f6821f1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:24px;font-weight:800;display:flex}.step-card h3{margin-bottom:12px;font-size:20px;font-weight:700}.step-card p{color:var(--text-secondary);font-size:15px;line-height:1.6}.step-time{color:var(--green);background:#3ecf8e1a;border-radius:100px;margin-top:16px;padding:4px 12px;font-size:13px;font-weight:600;display:inline-block}.dash-section-bg{position:relative;overflow:hidden}.dash-section-bg:before{content:"";z-index:0;will-change:transform;transform:translateY(var(--parallax-y,0px));background-image:url(/r2/home/v2/hero-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-20% 0}.dash-section-bg>.container{z-index:1;position:relative}.dashboard-showcase{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;overflow:hidden}.dash-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:20px 32px;display:flex}.dash-dot{border-radius:50%;width:12px;height:12px}.dash-dot.r{background:#ff5f57}.dash-dot.y{background:#ffbd2e}.dash-dot.g{background:#28c840}.dash-url{color:var(--text-muted);background:#ffffff0d;border-radius:6px;flex:1;margin-left:12px;padding:8px 16px;font-size:13px}.dash-body{grid-template-columns:200px 1fr;min-height:500px;display:grid}.dash-sidebar{background:#0000004d;border-right:1px solid #ffffff0d;padding:20px 0}.dash-nav-item{color:var(--text-secondary);cursor:pointer;border-left:3px solid #0000;align-items:center;gap:10px;padding:12px 24px;font-size:14px;transition:all .2s;display:flex}.dash-nav-item:hover{color:var(--text-primary);background:#ffffff08}.dash-nav-item.active{color:var(--orange);border-left-color:var(--orange);background:#f6821f0d}.dash-content{padding:32px}.dash-content-title{margin-bottom:8px;font-size:24px;font-weight:700}.dash-content-sub{color:var(--text-secondary);margin-bottom:28px;font-size:14px}.toggle-list{flex-direction:column;gap:12px;display:flex}.toggle-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.toggle-row:hover{background:#ffffff0a;border-color:#f6821f33}.toggle-info{align-items:center;gap:14px;display:flex}.toggle-icon{background:#f6821f1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.toggle-name{font-size:15px;font-weight:600}.toggle-desc{color:var(--text-muted);margin-top:2px;font-size:12px}.toggle-switch{cursor:pointer;background:#ffffff1a;border-radius:13px;flex-shrink:0;width:48px;height:26px;transition:all .3s;position:relative}.toggle-switch.on{background:var(--orange)}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:3px;left:3px}.toggle-switch.on:after{left:25px}.feature-categories{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.feat-cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:all .4s;position:relative;overflow:hidden}.feat-cat-card:before{content:"";background:var(--orange);height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feat-cat-card:hover:before{transform:scaleX(1)}.feat-cat-card:hover{border-color:var(--orange);transform:translateY(-2px)}.feat-cat-icon{background:#f6821f1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:24px;display:flex}.feat-cat-card h3{margin-bottom:8px;font-size:20px;font-weight:700}.feat-cat-card p{color:var(--text-secondary);margin-bottom:16px;font-size:14px;line-height:1.6}.feat-list{list-style:none}.feat-list li{color:var(--text-secondary);align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.feat-list li:before{content:"✓";color:var(--orange);font-size:12px;font-weight:700}.video-section{padding:80px 0}.video-frame{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 80px #f6821f14,0 20px 60px #0006}.video-frame-chrome{background:linear-gradient(#1e1e1e 0%,#171717 100%);border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:14px 24px;display:flex}.video-frame-dots{gap:8px;display:flex}.video-frame-dots span{border-radius:50%;width:12px;height:12px}.video-frame-dots span:first-child{background:#ff5f57}.video-frame-dots span:nth-child(2){background:#ffbd2e}.video-frame-dots span:nth-child(3){background:#28c840}.video-frame-url{color:var(--text-muted);background:#ffffff0f;border-radius:6px;flex:1;align-items:center;gap:8px;padding:7px 16px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.video-frame-url .lock{color:var(--green);font-size:11px}.video-frame-speed{color:var(--green);background:#3ecf8e1a;border:1px solid #3ecf8e33;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:flex}.video-frame video{background:#000;margin:0 auto;display:block}.video-metrics{background:linear-gradient(#171717 0%,#1e1e1e 100%);border-top:1px solid #ffffff0f;justify-content:center;gap:40px;padding:20px 24px;display:flex}.video-metric{color:var(--text-secondary);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.video-metric .vm-val{color:var(--green);font-weight:600}.video-metric .vm-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.speed-comparison{grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;display:grid}.speed-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:40px}.speed-card.before{border-color:#ff4b4b33}.speed-card.after{border-color:#3ecf8e4d}.speed-score{border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;font-size:42px;font-weight:900;display:flex}.speed-score.low{border:6px solid var(--red);color:var(--red)}.speed-score.high{border:6px solid var(--green);color:var(--green)}.speed-label{margin-bottom:16px;font-size:18px;font-weight:600}.speed-metrics{text-align:left}.speed-metric{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.speed-metric .val{font-weight:600}.speed-metric .val.bad{color:var(--red)}.speed-metric .val.good{color:var(--green)}.chart-container{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;margin-top:32px;padding:32px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chart-header h4{font-size:18px;font-weight:600}.chart-legend{color:var(--text-secondary);gap:16px;font-size:13px;display:flex}.chart-legend span{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.chart-bars{align-items:flex-end;gap:8px;height:200px;padding-top:20px;display:flex}.chart-bar-group{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.chart-bar{border-radius:4px 4px 0 0;width:100%;min-height:4px}.chart-bar.cached{background:var(--orange)}.chart-bar.edge{background:var(--green);opacity:.6}.chart-bar-label{color:var(--text-muted);font-size:10px}.globe-section{text-align:center}.globe-visual{background:radial-gradient(circle at 30% 30%,#f6821f26 0%,#0000 60%),radial-gradient(circle at 70% 70%,#f6821f1a 0%,#0000 50%);border:2px solid #f6821f33;border-radius:50%;width:360px;height:360px;margin:40px auto;position:relative;overflow:hidden}.globe-visual:before{content:"";background:conic-gradient(from 0deg, transparent, var(--orange), transparent, var(--orange), transparent);opacity:.3;border-radius:50%;animation:8s linear infinite globeSpin;position:absolute;inset:-2px}@keyframes globeSpin{to{transform:rotate(360deg)}}.globe-inner{background:var(--bg-dark);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px}.globe-inner h3{color:var(--orange);font-size:56px;font-weight:900;line-height:1}.globe-inner p{color:var(--text-secondary);margin-top:4px;font-size:16px}.globe-inner .sub{color:var(--text-muted);margin-top:8px;font-size:13px}.edge-stats{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}.edge-stat{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;padding:28px 20px}.edge-stat h4{color:var(--orange);margin-bottom:4px;font-size:32px;font-weight:800}.edge-stat p{color:var(--text-secondary);font-size:13px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:all .3s}.testimonial-card:hover{border-color:#f6821f4d}.testimonial-stars{color:var(--orange);letter-spacing:2px;margin-bottom:16px;font-size:16px}.testimonial-card blockquote{color:var(--text-secondary);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{width:40px;height:40px;color:var(--orange);background:#f6821f26;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.testimonial-name{font-size:14px;font-weight:600}.testimonial-role{color:var(--text-muted);font-size:12px}.testimonial-result{color:var(--green);background:#3ecf8e1a;border-radius:4px;margin-top:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.price-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:40px 32px;transition:all .4s;position:relative}.price-card.featured{border-color:var(--orange);background:linear-gradient(180deg, #f6821f14 0%, var(--bg-card) 40%)}.price-card.featured:before{content:"MOST POPULAR";background:var(--orange);color:#000;letter-spacing:1px;border-radius:100px;padding:4px 16px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-card:hover{transform:translateY(-4px)}.price-tier{color:var(--orange);margin-bottom:8px;font-size:14px;font-weight:600}.price-amount{margin-bottom:4px;font-size:48px;font-weight:900;line-height:1}.price-period{color:var(--text-muted);margin-bottom:24px;font-size:14px}.price-features{margin-bottom:32px;list-style:none}.price-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff08;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.price-features li:before{content:"✓";color:var(--orange);font-weight:700}.price-card .btn{justify-content:center;width:100%}.comparison-table{border-collapse:collapse;width:100%;margin-top:48px}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:16px 20px;font-size:14px}.comparison-table thead th{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:600}.comparison-table tbody td:first-child{font-weight:600}.comparison-table .check{color:var(--green);font-size:18px}.comparison-table .cross{color:var(--red);font-size:18px}.comparison-table .partial{color:var(--orange-light);font-size:14px}.comparison-table tr:hover td{background:#ffffff05}.faq-list{max-width:800px;margin:48px auto 0}.faq-item{border-bottom:1px solid #ffffff14;padding:24px 0}.faq-q{cursor:pointer;justify-content:space-between;align-items:center;font-size:17px;font-weight:600;display:flex}.faq-q:after{content:"+";color:var(--orange);font-size:24px;transition:transform .3s}.faq-item.open .faq-q:after{transform:rotate(45deg)}.faq-a{max-height:0;color:var(--text-secondary);font-size:15px;line-height:1.7;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.open .faq-a{max-height:300px;padding-top:16px}.final-cta{text-align:center;background:linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);padding:120px 0;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#f6821f1f 0%,#0000 60%);width:800px;height:800px;position:absolute;bottom:-200px;left:50%;transform:translate(-50%)}.final-cta h2{margin-bottom:20px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}.final-cta p{color:var(--text-secondary);max-width:500px;margin:0 auto 40px;font-size:18px}.final-trust{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:32px;font-size:13px;display:flex}.final-trust span{align-items:center;gap:6px;display:flex}.footer{border-top:1px solid #ffffff0d;padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{color:var(--text-muted);margin-top:12px;font-size:14px;line-height:1.6}.footer-col h4{color:var(--text-secondary);margin-bottom:16px;font-size:14px;font-weight:600}.footer-col a{color:var(--text-muted);padding:4px 0;font-size:14px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:13px;display:flex}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}@media (width<=1024px){.stats-grid,.feature-categories,.pricing-grid,.testimonials-grid,.edge-stats{grid-template-columns:repeat(2,1fr)}.problem-grid,.speed-comparison,.pain-cards-grid,.dash-body{grid-template-columns:1fr}.dash-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;padding:12px;display:flex;overflow-x:auto}.dash-nav-item{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;padding:8px 16px;font-size:13px}.dash-nav-item.active{border-left-color:#0000;border-bottom-color:var(--orange)}.steps-container{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section{padding:60px 0}.stats-grid,.feature-categories,.pricing-grid,.testimonials-grid,.edge-stats,.speed-comparison{grid-template-columns:1fr}.nav-links{display:none}.hero h1{letter-spacing:-1px}@media (width<=768px){.hero-headline{white-space:normal;font-size:clamp(28px,8vw,48px)}.hero-sentence{white-space:normal;font-size:clamp(13px,3.2vw,18px)}}.footer-grid{grid-template-columns:1fr}.comparison-table{font-size:12px}.comparison-table th,.comparison-table td{padding:10px 8px}}.u-center{text-align:center}.u-mx-auto{margin:0 auto}.u-mx-auto-16{margin:0 auto 16px}.u-mx-auto-24{margin:0 auto 24px}.u-maxw-700{max-width:700px}.u-mt-48{margin-top:48px}.u-mt-80{margin-top:80px}.u-mb-8{margin-bottom:8px}.u-mb-24{margin-bottom:24px}.u-pt-50{padding-top:50px}.u-pb-60{padding-bottom:60px}.u-fs-32{font-size:32px}.u-rel-z2{z-index:2;position:relative}.u-c-red{color:var(--red)}.u-c-green{color:var(--green)}.u-c-orange{color:var(--orange)}.u-bg-orange{background:var(--orange)}.u-bg-green{background:var(--green)}.u-w-58{width:58%}.u-w-65{width:65%}.u-w-72{width:72%}.u-w-85{width:85%}.u-logo-img{width:auto;height:36px}.u-text-white{color:#fff;-webkit-text-fill-color:#fff}.cost-title{margin-bottom:12px;font-size:clamp(22px,2.4vw,28px);font-weight:700}.cost-subtext{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.footer-disclaimer{color:var(--text-muted);margin-top:8px;font-size:12px}.home-video-el{background:#000;width:1112px;max-width:100%;height:auto;margin:0 auto;display:block}.cta-gradient-text{background:linear-gradient(135deg, var(--orange), var(--orange-light), #ff6b35);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-lg{padding:20px 40px;font-size:18px}#globe-section{padding-top:40px;padding-bottom:40px}.globe-wrapper{width:100%;max-width:1400px;height:720px;margin:0 auto;position:relative}.globe-canvas{width:100%;height:100%}.globe-info-bar{padding:0 24px;position:absolute;bottom:0;left:0;right:0}.globe-info-inner{-webkit-backdrop-filter:blur(12px);background:#0d0d0de6;border-top:1px solid #ffffff14;max-width:960px;margin:0 auto}.globe-info-grid{grid-template-columns:repeat(3,1fr);display:grid}.globe-info-cell{padding:32px}.globe-info-cell:not(:last-child){border-right:1px solid #ffffff14}.globe-info-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.globe-info-icon{border:1px solid #ffffff14;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.globe-info-title{font-size:16px;font-weight:600}.globe-info-desc{color:var(--text-secondary,#aaa);font-size:14px;line-height:1.6}.globe-info-desc strong{color:#fff;font-weight:600}@media (width<=768px){.globe-wrapper{height:500px}.globe-info-grid{grid-template-columns:1fr}.globe-info-cell:not(:last-child){border-bottom:1px solid #ffffff14;border-right:none}.globe-info-cell{padding:24px}}
