@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#0a0a0c;--surface:#121214;--orange:#ff6a00;--amber:#ffbd39;--text:#f5f4f0;--muted:#a2a2a8;--line:#ffffff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:16px;overflow-x:hidden}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--amber);outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3,.brand,.price{font-family:'Space Grotesk',sans-serif}em{font-style:normal;color:var(--amber)}.progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--amber));width:0;z-index:50}header{height:100px;padding:0 5.7%;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:20;top:0;width:100%;border-bottom:1px solid var(--line);background:#09090b55;backdrop-filter:blur(16px)}.brand{display:flex;flex-direction:column;width:122px}.brand>span{font-size:46px;font-weight:700;letter-spacing:-4px;line-height:.88}.brand-dot{color:var(--orange)}.brand small{font-size:10px;letter-spacing:6px;margin:8px 0 0 4px}nav{display:flex;gap:35px;font-size:14px;color:#d0ced0}nav a:hover,.text-link:hover{color:var(--amber)}.client{border:1px solid #ffffff40;border-radius:30px;padding:12px 20px;font-size:14px}.client span{padding-left:20px;color:var(--amber)}.hero{min-height:840px;height:100svh;max-height:1100px;position:relative;padding:220px 5.7% 120px;isolation:isolate;overflow:hidden}.hero-art{position:absolute;inset:0 0 0 27%;z-index:-3;background:radial-gradient(ellipse at 70% 50%,#b347092d,transparent 65%);background-size:cover;background-position:center;will-change:transform}.hero:after{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0a0a0c 0%,#0a0a0cf2 26%,#0a0a0c77 49%,transparent 80%),linear-gradient(0deg,#0a0a0c,transparent 25%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:80px 80px;z-index:-1;mask-image:linear-gradient(90deg,black,transparent)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;color:var(--amber);display:flex;align-items:center;gap:12px}.tiny-line{width:24px;height:1px;background:var(--orange)}h1{font-size:clamp(60px,6.6vw,104px);font-weight:500;letter-spacing:-6px;line-height:1.01;margin:28px 0}h1 em{background:linear-gradient(100deg,var(--orange),#ffd878);color:transparent;background-clip:text}.hero-content>p{font-size:17px;line-height:1.8;color:#b6b4b8}.hero-actions{display:flex;align-items:center;gap:28px;margin:35px 0}.button{padding:19px 24px;border-radius:7px;display:inline-flex;justify-content:space-between;align-items:center;gap:35px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s}.button:hover{transform:translateY(-4px)}.primary{color:#151008;background:linear-gradient(110deg,#ff780d,#ffbf41);box-shadow:0 0 25px #ff790019}.primary:hover{box-shadow:0 8px 35px #ff8a0045}.text-link{font-size:14px;border-bottom:1px solid #ffffff45;padding:8px 0}.text-link span{padding-left:18px}.hero-proof{display:flex;gap:22px;font-size:12px;color:#aaa8aa}.hero-proof span:before{content:'✓';color:var(--amber);margin-right:7px}.speed-tag{position:absolute;right:7%;bottom:25%;padding:20px 25px;border-left:1px solid #ffb43977;background:#0c0c0d75;backdrop-filter:blur(14px);transform:rotate(-3deg)}.speed-tag>span{font-size:10px;letter-spacing:1.8px;color:#c0b9b1;display:block}.speed-tag strong{font-family:'Space Grotesk',sans-serif;font-size:70px;letter-spacing:-4px;font-weight:500;display:block}.speed-tag small{font-size:16px;color:var(--amber);letter-spacing:0;margin-left:12px}.hero-bottom{position:absolute;bottom:35px;left:5.7%;right:5.7%;border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#a09d9e}.hero-bottom a{letter-spacing:1.4px;font-size:10px}.hero-bottom a span{margin-left:14px;color:var(--amber)}.ticker{background:var(--orange);color:#180d03;overflow:hidden;padding:20px 0;font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:600;letter-spacing:1px}.ticker>div{white-space:nowrap;width:max-content;animation:ticker 40s linear infinite}.ticker i{font-style:normal;margin:0 46px}.section{padding:110px 5.7%}.section-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:58px;gap:35px}h2{font-size:clamp(36px,4vw,60px);font-weight:500;letter-spacing:-2.8px;line-height:1.12;margin-top:22px}.section-top>p{line-height:1.8;color:var(--muted);font-size:15px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:34px;background:linear-gradient(135deg,#19191c,#101012);border:1px solid var(--line);border-radius:12px;position:relative;overflow:hidden;min-height:355px;transition:border-color .3s,transform .3s}.feature:hover{border-color:#ff9a0066;transform:translateY(-6px)}.feature-icon{display:block;color:var(--amber);font-size:35px;margin-bottom:35px}.feature small{font-size:10px;letter-spacing:1.7px;color:#9a999f}.feature h3{font-size:29px;font-weight:500;line-height:1.2;margin:14px 0}.feature p{font-size:15px;line-height:1.6;color:var(--muted);max-width:280px}.feature-foot{border-top:1px solid var(--line);margin-top:32px;padding-top:18px;font-size:9px;letter-spacing:1.2px;color:#999;display:flex;justify-content:space-between}.feature-foot span{color:var(--amber);font-size:16px}.equalizer{display:flex;gap:7px;align-items:flex-end;height:37px;margin-top:20px}.equalizer i{height:18px;width:8px;background:linear-gradient(var(--amber),var(--orange));animation:equal 1.6s ease-in-out infinite alternate}.equalizer i:nth-child(3n){height:34px;animation-delay:-.7s}.equalizer i:nth-child(2n){height:25px;animation-delay:-1.1s}.plans{background:#0e0e10;border-top:1px solid var(--line)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;padding-top:20px}.plan{position:relative;border:1px solid #ffffff26;background:#141416;border-radius:12px;padding:30px;transition:transform .3s,border-color .3s}.plan:hover{transform:translateY(-7px);border-color:var(--amber)}.plan-top{font-size:10px;letter-spacing:1px;color:#b4b1b3;display:flex;justify-content:space-between}.plan-top span{font-size:17px}.plan h3{font-size:70px;letter-spacing:-4px;font-weight:500;margin:23px 0 5px}.plan h3 span{font-size:17px;letter-spacing:0;color:var(--amber)}.plan>p{font-size:14px;color:var(--muted)}.price{display:flex;gap:7px;align-items:baseline;margin:35px 0 24px}.price strong{font-size:50px;letter-spacing:-2px}.price strong span{font-size:27px}.price>small{font-size:14px;color:#b0aeb0}.plan .button{width:100%;padding:17px 19px}.outline{border:1px solid #ffffff40}.outline:hover{background:#ffffff09}.plan ul{padding:26px 0 0;list-style:none;border-top:1px solid var(--line);margin:25px 0 0}.plan li{font-size:14px;margin:15px 0;color:#c3c0c1}.plan li:before{content:'✓';color:var(--amber);margin-right:12px}.featured{border-color:var(--orange);background:radial-gradient(ellipse at top right,#ff780019,transparent 65%),#151414}.recommend{position:absolute;top:-29px;left:-1px;right:-1px;background:linear-gradient(90deg,var(--orange),var(--amber));color:#201004;padding:9px 22px;border-radius:10px 10px 0 0;font-size:10px;font-weight:700;letter-spacing:1.3px;display:flex;justify-content:space-between}.plan-note{font-size:12px;text-align:center;margin-top:30px;color:#969398}.about{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:70px;overflow:hidden;border-bottom:1px solid var(--line)}.about-word{font-family:'Space Grotesk',sans-serif;font-size:clamp(130px,20vw,290px);font-weight:700;letter-spacing:-25px;color:transparent;-webkit-text-stroke:1px #ff920061;transform:rotate(-10deg);text-shadow:0 0 90px #ff710023}.about-content h2{font-size:42px}.about-content p{color:var(--muted);line-height:1.8;margin:23px 0}.about-content .eyebrow{font-size:10px;line-height:1.6}.service-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.service-links>a{display:flex;gap:18px;border-top:1px solid var(--line);padding-top:25px;transition:color .2s}.service-links>a:hover{color:var(--amber)}.service-links>a>span{font-size:12px;color:var(--orange)}.service-links h3{font-size:19px;font-weight:500}.service-links p{font-size:14px;color:var(--muted);margin-top:9px;line-height:1.6}.service-links b{margin-left:auto;font-weight:400;color:var(--amber)}.cta{margin:0 5.7% 90px;padding:65px 40px;background:radial-gradient(ellipse at top right,#ffe08e,transparent 55%),linear-gradient(110deg,#ff7009,#ffab28);border-radius:15px;text-align:center;color:#180d03;position:relative;overflow:hidden}.cta .eyebrow{justify-content:center;color:#502807;font-size:11px}.cta h2{font-size:clamp(55px,7vw,100px);letter-spacing:-5px;margin:22px 0 30px}.cta h2 span{font-weight:700}.dark{background:#141313;color:#fff}.dark:hover{box-shadow:0 10px 35px #56260055}.cta-note{display:block;font-size:12px;margin-top:23px}footer{padding:0 5.7%}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;padding-bottom:65px;gap:35px}footer h3{font-size:14px;font-weight:500;margin-bottom:18px}footer p,footer a:not(.brand){font-size:14px;color:var(--muted);line-height:1.8}footer p{margin:10px 0}.footer-top>div>a{display:block}.footer-bottom{border-top:1px solid var(--line);padding:23px 0;display:flex;justify-content:space-between;font-size:12px;color:#888}.footer-bottom a{font-size:12px!important}.js .reveal{opacity:0;transform:translateY(30px);transition:opacity .85s,transform .85s}.js .reveal.visible{opacity:1;transform:translateY(0)}.features>.reveal:nth-child(2),.plan-grid>.reveal:nth-child(2){transition-delay:.12s}.features>.reveal:nth-child(3),.plan-grid>.reveal:nth-child(3){transition-delay:.24s}::selection{background:var(--orange);color:#0a0a0c}@keyframes ticker{to{transform:translateX(-45%)}}@keyframes equal{to{transform:scaleY(.45);opacity:.5}}@media(min-width:1600px){header,.section,footer{padding-left:max(5.7%,calc((100vw - 1450px)/2));padding-right:max(5.7%,calc((100vw - 1450px)/2))}}@media(max-width:1000px){nav{gap:20px}.hero{min-height:780px;padding-top:220px}h1{font-size:74px}.hero-art{left:18%;opacity:.8}.speed-tag{right:5%;bottom:20%;transform:scale(.8);transform-origin:right}.hero-content{position:relative;z-index:2}.section{padding:80px 5%}.feature,.plan{padding:24px}.plan h3{font-size:55px}.price strong{font-size:40px}.about{gap:35px}.about-content h2{font-size:36px}.service-links{gap:20px}.hero-proof{gap:12px}.section-top>p{max-width:280px}}@media(max-width:700px){header{height:85px;padding:0 6%}nav{display:none}.brand>span{font-size:39px}.brand small{font-size:8px}.client{font-size:12px;padding:10px 15px}.client span{padding-left:8px}.hero{height:auto;min-height:880px;padding:145px 6% 310px}.hero-art{inset:200px -90px 40px -30px;opacity:.85}.hero:after{background:linear-gradient(180deg,#0a0a0c 10%,#0a0a0cdd 28%,transparent 62%,#0a0a0c 100%)}h1{font-size:59px;letter-spacing:-3.4px}.hero .eyebrow{font-size:9px;letter-spacing:1.3px}.hero-content>p{font-size:15px;line-height:1.7}.hero-content>p br{display:none}.hero-actions{gap:17px;flex-wrap:wrap;margin:25px 0}.button{font-size:14px;padding:17px 18px;gap:25px}.text-link{font-size:13px}.hero-proof{gap:12px;flex-wrap:wrap;font-size:10px}.speed-tag{bottom:100px;right:8%;transform:scale(.75)}.hero-bottom{bottom:23px;left:6%;right:6%}.hero-bottom>span:last-child{display:none}.hero-bottom a{font-size:8px;letter-spacing:1px}.hero-bottom>span{font-size:10px}.ticker{font-size:14px;padding:16px 0}.ticker i{margin:0 25px}.section{padding:65px 6%}.section-top{display:block;margin-bottom:35px}.section-top>p{margin-top:20px;max-width:100%;font-size:14px}.section-top>p br{display:none}h2{font-size:38px;letter-spacing:-1.7px}.eyebrow{font-size:10px;letter-spacing:1.3px}.features,.plan-grid,.service-links{grid-template-columns:1fr}.feature{min-height:310px;padding:28px}.feature-icon{margin-bottom:24px}.feature p{max-width:none}.plan-grid{gap:38px}.plan{padding:28px}.plan h3{font-size:74px}.price strong{font-size:52px}.plan-note{line-height:1.7}.about{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.about-word{font-size:170px;letter-spacing:-15px;line-height:1}.about-content h2{font-size:36px}.service-links{gap:30px}.cta{margin:0 6% 60px;padding:45px 22px}.cta h2{font-size:56px;letter-spacing:-3px}.cta-note{line-height:1.6}.footer-top{grid-template-columns:1fr;gap:35px;padding-bottom:40px}.footer-bottom{flex-wrap:wrap;gap:15px}.footer-bottom>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}.hero-art{transform:none!important}}

.hero-art{background-image:url('assets/fiber-light.webp')}

.phone-plan{display:flex;align-items:center;gap:26px;margin-top:30px;padding:28px 30px;border:1px solid #ffffff26;border-radius:12px;background:linear-gradient(110deg,#ff78000b,#141416 55%)}.phone-symbol{font-size:34px;color:var(--amber)}.phone-copy{flex:1}.phone-copy .eyebrow{font-size:10px;letter-spacing:1.3px}.phone-copy h3{font-size:25px;font-weight:500;margin-top:10px;letter-spacing:-.6px}.phone-price{display:flex;align-items:baseline;gap:5px;font-family:'Space Grotesk',sans-serif;white-space:nowrap}.phone-price strong{font-size:42px;letter-spacing:-2px}.phone-price strong span{font-size:25px}.phone-price>small{font-size:14px;color:var(--muted)}.phone-plan .button{white-space:nowrap}@media(max-width:1000px){.phone-plan{flex-wrap:wrap}.phone-copy{min-width:220px}.phone-plan .button{margin-left:auto}}@media(max-width:700px){.phone-plan{gap:20px;padding:26px}.phone-symbol{display:none}.phone-copy{flex-basis:100%;min-width:0}.phone-copy h3{font-size:26px}.phone-price strong{font-size:46px}.phone-plan .button{width:100%;margin-left:0}}
