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