:root{--navy-950:#030a18;--navy-900:#07152e;--navy-800:#0c2044;--ink:#0b1d3a;--ink-soft:#536780;--blue:#1267f5;--blue-bright:#49a6ff;--cyan:#54d7ff;--purple:#8153ff;--purple-soft:#eae4ff;--sky:#eef7ff;--paper:#f8fbff;--line:#11325f21;--white:#fff;--shadow-sm:0 10px 26px #14407f17;--shadow:0 25px 70px #09235026;--shell:min(1180px, calc(100vw - 64px));--display:"Arial Rounded MT Bold", "Avenir Next", "Segoe UI", Arial, sans-serif;--body:"Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{color:#fff;background:var(--blue)}.shell{width:var(--shell);margin:0 auto}.section-space{padding:124px 0}.section-space-small{padding:88px 0}.skip-link{z-index:9999;background:var(--cyan);color:var(--navy-950);border-radius:8px;padding:10px 14px;font-weight:800;transition:transform .2s;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);letter-spacing:-.055em;line-height:.98}h1{font-size:clamp(50px,6.8vw,92px)}h2{font-size:clamp(38px,4.5vw,64px)}h3{font-size:22px}em{color:var(--blue);letter-spacing:-.06em;font-family:Georgia,Times New Roman,serif;font-weight:400}.eyebrow{color:var(--blue);letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:17px;font-size:10px;font-weight:850;line-height:1.2;display:flex}.eyebrow>span{width:7px;height:7px;box-shadow:0 0 0 5px color-mix(in srgb, currentColor 14%, transparent);background:currentColor;border-radius:50%}.eyebrow.light{color:var(--cyan)}.section-lead{color:var(--ink-soft);font-size:18px;line-height:1.7}.lead-paragraph{color:var(--ink);font-size:21px;line-height:1.58}.button{border:1px solid var(--blue);background:var(--blue);color:#fff;letter-spacing:.01em;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 22px;font-size:13px;font-weight:800;transition:transform .22s,background .22s,border .22s,box-shadow .22s;display:inline-flex}.button:hover{background:#0a54d4;border-color:#0a54d4;transform:translateY(-3px);box-shadow:0 12px 25px #1267f538}.button svg{transition:transform .2s}.button:hover svg{transform:translate(2px,-2px)}.button-white{color:var(--navy-900);background:#fff;border-color:#fff}.button-white:hover{border-color:var(--cyan);background:var(--cyan);color:var(--navy-950)}.button-outline{border-color:var(--line);color:var(--ink);background:#fff}.button-outline:hover{border-color:var(--blue);background:var(--blue);color:#fff}.text-link{color:var(--blue);align-items:center;gap:8px;font-size:13px;font-weight:850;transition:gap .2s,color .2s;display:inline-flex}.text-link:hover{color:#0a54d4;gap:12px}.text-link.light{color:#fff}.text-link.light:hover{color:var(--cyan)}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#030a18d6;border-bottom:1px solid #ffffff14;height:82px;transition:height .22s,background .22s,box-shadow .22s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{background:#030a18fa;height:72px;box-shadow:0 7px 25px #0000002e}.header-inner{justify-content:space-between;align-items:center;gap:25px;height:100%;display:flex}.tmf-brand{align-items:center;gap:10px;min-width:202px;display:inline-flex}.tmf-brand img{object-fit:cover;border:1px solid #54d7ff40;border-radius:10px;width:51px;height:51px;box-shadow:0 7px 19px #00000040}.tmf-brand span,.footer-brand span{line-height:1;display:grid}.tmf-brand b,.footer-brand b{color:#fff;font-family:var(--display);letter-spacing:-.04em;font-size:16px}.tmf-brand small,.footer-brand small{color:var(--cyan);letter-spacing:.16em;text-transform:uppercase;margin-top:4px;font-size:8px;font-weight:850}.desktop-nav{align-items:center;gap:clamp(14px,2.1vw,29px);height:100%;margin-left:auto;display:flex}.desktop-nav>a,.support-menu-wrap>button{color:#ffffffad;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:5px 0;font-size:12px;font-weight:750;transition:color .2s;display:inline-flex;position:relative}.desktop-nav>a:after,.support-menu-wrap>button:after{background:var(--cyan);content:"";opacity:0;border-radius:9px;height:2px;transition:transform .2s,opacity .2s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(.4)}.desktop-nav>a:hover,.desktop-nav>a.active,.support-menu-wrap>button:hover,.support-menu-wrap>button.active{color:#fff}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.support-menu-wrap>button:hover:after,.support-menu-wrap>button.active:after{opacity:1;transform:scaleX(1)}.support-menu-wrap{align-items:center;height:100%;display:flex;position:relative}.support-menu{visibility:hidden;opacity:0;pointer-events:none;background:#081933;border:1px solid #54d7ff2b;border-radius:12px;gap:2px;width:190px;padding:8px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:absolute;top:calc(100% - 6px);left:-15px;transform:translateY(7px);box-shadow:0 20px 32px #0000004d}.support-menu.open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.support-menu a{color:#ffffffc2;border-radius:8px;align-items:center;gap:8px;padding:9px;font-size:12px;font-weight:700;display:flex}.support-menu a:hover{color:var(--cyan);background:#54d7ff1a}.header-actions{align-items:center;gap:16px;display:flex}.header-phone{color:#ffffffb3;align-items:center;gap:6px;font-size:12px;font-weight:750;display:inline-flex}.header-phone svg{color:var(--cyan)}.header-cta{background:var(--cyan);min-height:41px;color:var(--navy-950);border-radius:9px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:850;transition:background .2s,transform .2s;display:inline-flex}.header-cta:hover{background:#fff;transform:translateY(-2px)}.mobile-menu-toggle{width:43px;height:43px;color:var(--cyan);cursor:pointer;background:#54d7ff1a;border:1px solid #54d7ff47;border-radius:9px;justify-content:center;align-items:center;display:none}.mobile-menu{z-index:90;visibility:hidden;opacity:0;pointer-events:none;background:#0009;transition:opacity .25s,visibility .25s;position:fixed;inset:72px 0 0}.mobile-menu.open{visibility:visible;opacity:1;pointer-events:auto}.mobile-menu-panel{background:var(--navy-950);color:#fff;border-left:1px solid #54d7ff2e;flex-direction:column;width:min(100%,430px);padding:35px 28px 28px;transition:transform .34s cubic-bezier(.2,.7,.2,1);display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open .mobile-menu-panel{transform:translate(0)}.mobile-menu-panel nav{display:grid}.mobile-nav-link{color:#fff;font-family:var(--display);letter-spacing:-.04em;opacity:0;transition:opacity .25s ease calc(var(--order) * 45ms + .15s), transform .25s ease calc(var(--order) * 45ms + .15s);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:15px 0;font-size:24px;display:flex;transform:translate(15px)}.mobile-menu.open .mobile-nav-link{opacity:1;transform:translate(0)}.mobile-main-cta{background:var(--cyan);min-height:54px;color:var(--navy-950);border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:14px;font-weight:850;display:flex}.mobile-whatsapp{min-height:46px;color:var(--cyan);border:1px solid #54d7ff38;border-radius:10px;justify-content:center;align-items:center;gap:9px;margin-top:10px;font-size:13px;font-weight:800;display:flex}.mobile-menu-location{color:#ffffff7a;align-items:center;gap:7px;margin:auto 0 0;padding-top:28px;font-size:11px;display:flex}.mobile-menu-location svg{color:var(--cyan)}.home-hero{color:#fff;background:radial-gradient(circle at 81% 18%,#193c7c 0%,#0d2555 26%,#06142d 60%,#030a18 100%);min-height:750px;padding:145px 0 33px;position:relative;overflow:hidden}.hero-noise{opacity:.28;background-image:radial-gradient(#ffffff4d .5px,#0000 .7px);background-size:5px 5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000);mask-image:linear-gradient(90deg,#000,#0000)}.hero-grid-lines{opacity:.32;transform-origin:bottom;background-image:linear-gradient(#54d7ff1a 1px,#0000 1px),linear-gradient(90deg,#54d7ff1a 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;transform:perspective(500px)rotateX(60deg)translateY(22%);-webkit-mask-image:radial-gradient(circle at 72% 43%,#000,#0000 53%);mask-image:radial-gradient(circle at 72% 43%,#000,#0000 53%)}.hero-glow{filter:blur(1px);border-radius:50%;position:absolute}.hero-glow-one{border:1px solid #54d7ff2e;width:570px;height:570px;top:-160px;right:-130px;box-shadow:inset 0 0 80px #1267f533}.hero-glow-two{background:radial-gradient(circle,#8153ff33,#0000 70%);width:500px;height:500px;bottom:-260px;left:23%}.home-hero-grid{z-index:1;grid-template-columns:.95fr 1.05fr;align-items:center;gap:50px;min-height:545px;display:grid;position:relative}.hero-copy h1{max-width:620px;margin-bottom:22px;font-size:clamp(60px,7.2vw,104px);line-height:.9}.hero-copy h1 em,.page-hero h1 em,.guide-hero h1 em,.not-found h1 em{color:var(--cyan)}.hero-lead{color:#ffffffba;max-width:510px;margin-bottom:30px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:23px;display:flex}.hero-actions .button{border-color:var(--cyan);background:var(--cyan);color:var(--navy-950)}.hero-actions .button:hover{background:#fff;border-color:#fff}.hero-proof{color:#ffffffab;flex-wrap:wrap;gap:16px 24px;margin-top:31px;font-size:12px;font-weight:700;display:flex}.hero-proof span{align-items:center;gap:7px;display:inline-flex}.hero-proof svg{color:var(--cyan)}.hero-visual-wrap{justify-self:end;width:min(100%,520px);position:relative}.hero-footnote{z-index:1;color:#ffffff6e;letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:23px;font-size:10px;font-weight:800;display:flex;position:relative}.hero-footnote>span:first-child{align-items:center;gap:11px;display:inline-flex}.hero-footnote i{background:#fff3;width:38px;height:1px;display:inline-block;position:relative;overflow:hidden}.hero-footnote i:after{background:var(--cyan);content:"";width:100%;height:100%;animation:2.5s ease-in-out infinite scan-line;position:absolute;top:0;left:-100%}.fiber-visual{background:linear-gradient(145deg,#54d7ff1a,#0c204459);border:1px solid #54d7ff33;border-radius:30px 130px;min-height:510px;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #54d7ff0f,0 25px 65px #0003}.fiber-visual-grid{background-image:linear-gradient(#54d7ff1a 1px,#0000 1px),linear-gradient(90deg,#54d7ff1a 1px,#0000 1px);background-size:37px 37px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.fiber-ring{border:1px solid #54d7ff33;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-a{border-style:dashed;width:240px;height:240px;animation:18s linear infinite slow-spin}.ring-b{border-color:#8153ff4d;width:345px;height:345px;animation:23s linear infinite reverse slow-spin}.ring-c{border-color:#54d7ff1c;width:440px;height:440px}.fiber-core{z-index:3;width:150px;height:150px;color:var(--cyan);background:#051836e0;border:1px solid #54d7ff80;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 16px #54d7ff0a,0 0 60px #54d7ff33}.fiber-core-inner{background:radial-gradient(circle,#54d7ff24,#0000 67%);border:1px solid #54d7ff4d;border-radius:50%;place-items:center;width:105px;height:105px;display:grid}.fiber-signal{border:1px solid #54d7ff59;border-radius:50%;animation:3s ease-out infinite ping;position:absolute}.signal-one{width:175px;height:175px;animation-delay:0s}.signal-two{width:220px;height:220px;animation-delay:1s}.signal-three{width:275px;height:275px;animation-delay:2s}.fiber-node{z-index:4;color:#fff;background:#05122ad9;border:1px solid #ffffff2e;border-radius:9px;align-items:center;gap:7px;padding:9px 11px;font-size:10px;font-weight:750;display:flex;position:absolute;box-shadow:0 12px 24px #0000002e}.fiber-node svg{color:var(--cyan)}.node-one{top:15%;left:8%}.node-two{bottom:19%;right:8%}.node-three{top:24%;right:5%}.bsnl-badge{background:#fff;border:1px solid #ffffffbf;border-radius:14px;padding:5px;display:grid;overflow:hidden;box-shadow:0 13px 28px #00000040}.bsnl-badge img{object-fit:contain;width:100%;height:100%}.fiber-bsnl{z-index:5;border-radius:14px;width:96px;height:96px;position:absolute;bottom:27px;left:29px}.fiber-orbit{z-index:1;border:1px solid #54d7ff26;border-radius:50%;width:425px;height:130px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(26deg)}.orbit-two{border-color:#8153ff33;transform:translate(-50%,-50%)rotate(-39deg)}.signal-ticker{background:var(--navy-950);color:#fff;white-space:nowrap;border-top:1px solid #54d7ff29;border-bottom:1px solid #54d7ff29;overflow:hidden}.signal-ticker-track{align-items:center;min-width:max-content;padding:14px 0;animation:30s linear infinite ticker;display:inline-flex}.signal-ticker-track span{color:#ffffffad;letter-spacing:.16em;text-transform:uppercase;padding:0 23px;font-size:10px;font-weight:850}.signal-ticker-track b{color:var(--cyan);font-size:13px}.benefits-section{background:#fff}.benefits-layout{grid-template-columns:.82fr 1.18fr;gap:clamp(50px,9vw,130px);display:grid}.benefits-heading h2{margin-bottom:18px}.benefits-heading .section-lead{max-width:430px;margin-bottom:28px}.benefit-card-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.benefit-card{background:var(--paper);border:1px solid #11325f1a;border-radius:16px;min-height:210px;padding:26px;transition:transform .25s,border-color .25s,box-shadow .25s}.benefit-card:hover{box-shadow:var(--shadow-sm);border-color:#1267f54d;transform:translateY(-7px)}.benefit-icon{width:47px;height:47px;color:var(--blue);background:linear-gradient(135deg,#dff8ff,#eae4ff);border-radius:12px;place-items:center;margin-bottom:31px;display:grid}.benefit-card h3{margin-bottom:9px;font-size:19px}.benefit-card p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.65}.plans-preview-section{background:#edf5ff}.section-heading{margin-bottom:47px}.section-heading.split{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.section-heading h2{margin-bottom:0}.heading-copy{max-width:390px}.heading-copy p{color:var(--ink-soft);font-size:15px;line-height:1.65}.section-heading.centered{text-align:center}.section-heading.centered .eyebrow{justify-content:center}.plan-preview-grid,.plans-full-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.plans-full-grid{row-gap:20px}.plan-card{background:#fff;border:1px solid #11325f1f;border-radius:18px;flex-direction:column;min-height:100%;padding:23px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #11325f06}.plan-card:hover{z-index:1;box-shadow:var(--shadow);border-color:#1267f552;transform:translateY(-8px)}.plan-card.featured{background:linear-gradient(150deg,#fff,#eff8ff);border-color:#1267f585}.plan-card.featured:before{content:"";background:radial-gradient(circle,#54d7ff3d,#0000 68%);border-radius:50%;width:160px;height:160px;position:absolute;top:-50px;right:-40px}.plan-card-top{justify-content:space-between;align-items:center;display:flex}.plan-tag{z-index:1;color:#075dbe;letter-spacing:.09em;text-transform:uppercase;background:#e7f7ff;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:850;position:relative}.plan-card.featured .plan-tag{background:var(--blue);color:#fff}.plan-index{color:#a6b6cb;letter-spacing:.08em;font-size:10px;font-weight:850}.plan-price{font-family:var(--display);letter-spacing:-.075em;margin:26px 0 16px;font-size:47px;font-weight:850;line-height:1}.plan-price sup{color:var(--blue);margin-right:2px;font-size:19px;position:relative;top:-16px}.plan-price small{color:#7c8ea4;font-family:var(--body);letter-spacing:0;margin-left:4px;font-size:10px;font-weight:700}.plan-speed{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:baseline;gap:7px;padding:14px 0;display:flex}.plan-speed strong{color:var(--blue);font-family:var(--display);letter-spacing:-.06em;font-size:34px}.plan-speed span{color:var(--ink);font-size:12px;font-weight:800}.plan-data{color:var(--ink-soft);margin:14px 0 10px;font-size:11px}.plan-data b{color:var(--ink)}.plan-note{min-height:40px;color:var(--ink-soft);margin:0 0 17px;font-size:12px;line-height:1.55}.plan-card ul{gap:8px;margin:2px 0 20px;padding:0;list-style:none;display:grid}.plan-card li{color:#596d86;align-items:center;gap:6px;font-size:11px;display:flex}.plan-card li svg{color:var(--blue)}.plan-action{border-top:1px solid var(--line);color:var(--blue);align-items:center;gap:7px;margin-top:auto;padding-top:16px;font-size:12px;font-weight:850;transition:gap .2s;display:inline-flex}.plan-action:hover{gap:11px}.plan-card.compact ul{display:none}.plan-card.compact .plan-note{min-height:0;margin-bottom:16px}.plan-disclaimer{color:#71829a;align-items:flex-start;gap:7px;margin-top:22px;font-size:11px;line-height:1.5;display:flex}.plan-disclaimer svg{color:var(--blue);flex:none;margin-top:1px}.ott-intro-section{background:#fff;overflow:hidden}.ott-intro-layout{grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(55px,10vw,145px);display:grid}.ott-overview-art{background:linear-gradient(145deg,#0e377e,#080e2d);border-radius:24px;width:min(100%,342px);padding:12px;position:relative;transform:rotate(-3deg);box-shadow:19px 21px #e7c56a,0 25px 50px #030a1830}.ott-overview-art img{border-radius:14px;width:100%}.ott-overview-art>span{color:#231a04;box-shadow:var(--shadow-sm);background:#e7c56a;border-radius:9px;align-items:center;gap:6px;padding:9px 12px;font-size:10px;font-weight:850;display:inline-flex;position:absolute;bottom:23px;right:-28px;transform:rotate(5deg)}.ott-intro-copy h2{margin-bottom:18px}.ott-intro-points{flex-wrap:wrap;gap:10px;margin:26px 0;display:flex}.ott-intro-points span{color:#4f6683;border:1px solid #1267f524;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:750;display:inline-flex}.ott-intro-points svg{color:var(--blue)}.ott-packs-section{color:#fff;background:radial-gradient(circle at 90% 1%,#123e89,#0000 29%),linear-gradient(#071832,#030a18);position:relative;overflow:hidden}.ott-packs-section:before{content:"";background-image:linear-gradient(#54d7ff0e 1px,#0000 1px),linear-gradient(90deg,#54d7ff0e 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(110deg,#000,#0000 62%);mask-image:linear-gradient(110deg,#000,#0000 62%)}.ott-packs-section .shell{z-index:1;position:relative}.ott-packs-section .heading-copy p{color:#ffffffa3}.ott-packs-section .eyebrow{color:var(--cyan)}.ott-packs-section h2{color:#fff}.ott-packs-section h2 em{color:#e7c56a}.ott-packs-list{gap:22px;display:grid}.ott-pack-card{background:linear-gradient(115deg,#12336fe0,#151c45e6);border:1px solid #ffffff30;border-radius:20px;grid-template-columns:1fr 270px;transition:transform .25s,border-color .25s;display:grid;overflow:hidden;box-shadow:0 16px 36px #00000030}.ott-pack-card:hover{border-color:#54d7ff8c;transform:translateY(-5px)}.ott-pack-card.is-free{background:linear-gradient(115deg,#29487ef2,#1f1c4af2);border-color:#e7c56ac7}.ott-pack-content{padding:30px}.ott-pack-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.ott-pack-label{color:var(--cyan);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:850}.ott-pack-badge{color:#f5d97f;letter-spacing:.12em;text-transform:uppercase;border:1px solid #e7c56acc;border-radius:99px;padding:6px 10px;font-size:9px;font-weight:850}.ott-pack-card h2{color:#fff;margin:17px 0 5px;font-size:clamp(31px,3.4vw,46px)}.ott-plan-code{color:#ffffff7d;margin:0;font-size:12px}.ott-price-row{align-items:baseline;gap:11px;margin:22px 0 8px;display:flex}.ott-price-row strong{color:#f3d274;font-family:var(--display);letter-spacing:-.08em;font-size:clamp(54px,5vw,76px);font-weight:900;line-height:.85}.ott-price-row span{color:#ffffffb3;font-size:17px;font-weight:750}.ott-price-row del{color:#ffffff7a;font-size:15px;text-decoration-color:#e9636c}.ott-app-count{color:#ffffffb8;margin:0 0 4px;font-size:13px}.ott-app-count b{color:#fff}.ott-app-count i{background:var(--cyan);border-radius:50%;width:3px;height:3px;margin:0 7px 3px;display:inline-block}.ott-headline{color:#ffffff94;margin:0 0 22px;font-size:13px}.ott-app-panel{background:#ffffff0e;border:1px solid #ffffff29;border-radius:14px;padding:19px}.ott-app-panel>p{color:#e7c56a;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:850}.ott-primary-apps,.ott-included-apps{flex-wrap:wrap;gap:7px;display:flex}.ott-primary-apps span{color:#f4d77d;border:1px solid #e7c56a;border-radius:99px;padding:7px 11px;font-size:12px;font-weight:800}.ott-app-panel details{margin-top:15px}.ott-app-panel summary{color:var(--cyan);cursor:pointer;justify-content:space-between;align-items:center;font-size:11px;font-weight:800;list-style:none;display:flex}.ott-app-panel summary::-webkit-details-marker{display:none}.ott-app-panel details[open] summary svg{transform:rotate(180deg)}.ott-included-apps{margin-top:13px}.ott-included-apps span{color:#ffffffb8;border:1px solid #ffffff2b;border-radius:99px;padding:5px 8px;font-size:10px}.ott-activate{color:var(--cyan);align-items:center;gap:8px;margin-top:21px;font-size:12px;font-weight:850;transition:gap .2s;display:inline-flex}.ott-activate:hover{gap:12px}.ott-artwork-wrap{background:#071a3b;min-height:100%;position:relative;overflow:hidden}.ott-artwork-wrap img{object-fit:cover;object-position:center;opacity:.82;width:100%;height:100%;transition:transform .6s,opacity .3s}.ott-pack-card:hover .ott-artwork-wrap img{opacity:1;transform:scale(1.05)}.ott-artwork-wrap:after{content:"";background:linear-gradient(90deg,#071638d9,#0000 58%);position:absolute;inset:0}.ott-card-index{z-index:1;color:#fff;background:#050d2366;border:1px solid #fff6;border-radius:50%;place-items:center;width:35px;height:35px;font-size:10px;font-weight:850;display:grid;position:absolute;top:18px;right:18px}.ott-artwork-placeholder{height:100%;color:var(--cyan);text-align:center;background:radial-gradient(circle at 45% 37%,#315eaf,#102e65 44%,#06152e 100%);place-content:center;display:grid;position:relative;overflow:hidden}.ott-artwork-placeholder:after{opacity:.35;content:"";background-image:linear-gradient(#54d7ff29 1px,#0000 1px),linear-gradient(90deg,#54d7ff29 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.ott-artwork-placeholder svg,.ott-artwork-placeholder p,.ott-artwork-placeholder small{z-index:1;margin-left:auto;margin-right:auto;position:relative}.ott-artwork-placeholder p{color:#fff;font-family:var(--display);margin-top:12px;font-size:22px;line-height:.9}.ott-artwork-placeholder small{color:#e7c56a;letter-spacing:.18em;font-size:9px;font-weight:850}.ott-artwork-glow{z-index:0;border:1px solid #54d7ff47;border-radius:50%;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ott-disclaimer{color:#ffffff82;align-items:flex-start;gap:7px;margin-top:23px;font-size:11px;line-height:1.55;display:flex}.ott-disclaimer svg{color:var(--cyan);flex:none;margin-top:1px}.ott-contact-section{color:#fff;background:linear-gradient(120deg,#163f8b,#2e98ef);padding:86px 0}.ott-contact-inner{justify-content:space-between;align-items:center;gap:50px;display:flex}.ott-contact-inner h2{margin:0}.ott-contact-inner em{color:#f4d67b}.ott-call-buttons{gap:12px;display:flex}.button-outline-dark{color:#fff;background:0 0;border-color:#ffffffa3}.button-outline-dark:hover{color:var(--navy-900);background:#fff;border-color:#fff}.offer-section{color:#fff;background:linear-gradient(120deg,#07152e,#0d2b61);overflow:hidden}.offer-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:440px;display:grid}.offer-copy{padding:75px 0}.offer-copy h2{margin-bottom:18px}.offer-copy h2 em,.offer-section em,.plan-help-section em,.about-contact-section em,.guide-support em{color:var(--cyan)}.offer-copy>p:not(.eyebrow){color:#ffffffb3;max-width:490px;margin-bottom:28px;font-size:16px;line-height:1.7}.offer-visual{min-height:390px;position:relative}.offer-router{z-index:2;width:175px;height:130px;color:var(--cyan);background:linear-gradient(145deg,#14346c,#08162e);border:1px solid #54d7ff61;border-radius:22px;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 21px 46px #00000054,inset 0 0 25px #54d7ff1c}.offer-router:before{content:"";background:#54d7ff33;height:1px;position:absolute;top:20px;left:23px;right:23px}.router-light{background:var(--cyan);width:7px;height:7px;box-shadow:0 0 8px var(--cyan);border-radius:50%;position:absolute;bottom:22px}.light-one{left:68px}.light-two{animation:1.4s ease-in-out infinite modem-blink;left:84px}.light-three{left:100px}.offer-wave{border:1px solid #54d7ff40;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave-one{width:285px;height:285px}.wave-two{border-color:#8153ff4d;width:395px;height:395px}.offer-bsnl{z-index:4;border-radius:16px;width:112px;height:112px;position:absolute;bottom:31px;right:0}.steps-section{background:#fff}.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;min-height:250px;padding:27px;position:relative}.step-number{color:var(--blue);letter-spacing:.12em;margin-bottom:42px;font-size:11px;font-weight:850;display:block}.step-card>svg{color:var(--purple);position:absolute;top:27px;right:27px}.step-card h3{margin-bottom:10px;font-size:21px}.step-card p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.65}.faq-section{background:#edf5ff}.faq-layout{grid-template-columns:.75fr 1.25fr;gap:clamp(48px,9vw,140px);display:grid}.faq-copy h2{margin-bottom:18px}.faq-copy>p:not(.eyebrow){max-width:320px;color:var(--ink-soft);font-size:15px;line-height:1.65}.faq-copy .text-link{margin-top:20px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:21px 0;font-size:16px;font-weight:800;display:flex}.faq-item button svg{color:var(--blue);flex:none}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.faq-answer p{min-height:0;color:var(--ink-soft);margin:0;font-size:14px;line-height:1.65;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 32px 20px 0}.page-hero{color:#fff;background:radial-gradient(circle at 80% 20%,#204b93,#0b214b 42%,#030a18 100%);min-height:560px;padding:145px 0 70px;position:relative;overflow:hidden}.page-hero.compact{min-height:500px}.page-hero-grid{opacity:.36;background-image:linear-gradient(#54d7ff1f 1px,#0000 1px),linear-gradient(90deg,#54d7ff1f 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 75%,#000,#0000 62%);mask-image:radial-gradient(circle at 75%,#000,#0000 62%)}.page-hero-glow{border-radius:50%;position:absolute}.glow-one{border:1px solid #54d7ff2e;width:620px;height:620px;top:-160px;right:-100px;box-shadow:inset 0 0 80px #54d7ff1a}.glow-two{border:45px solid #8153ff0f;width:400px;height:400px;bottom:-160px;right:13%}.page-hero-content{z-index:1;position:relative}.breadcrumb{color:#ffffff8c;align-items:center;gap:8px;margin-bottom:30px;font-size:11px;font-weight:700;display:flex}.breadcrumb a{color:var(--cyan)}.page-hero h1{max-width:800px;margin-bottom:17px}.page-hero-description{color:#ffffffb8;max-width:590px;margin-bottom:27px;font-size:17px;line-height:1.65}.hero-small-proof{color:#ffffffa6;align-items:center;gap:7px;font-size:12px;display:inline-flex}.hero-small-proof svg{color:var(--cyan)}.page-hero-pulse{z-index:1;width:63px;height:63px;color:var(--cyan);border:1px solid #54d7ff66;border-radius:50%;place-items:center;animation:3.5s ease-in-out infinite bob;display:grid;position:absolute;bottom:13%;right:8%;transform:rotate(10deg)}.plans-page-intro{background:#fff}.intro-split{grid-template-columns:.86fr 1.14fr;align-items:center;gap:110px;display:grid}.intro-split h2{margin-bottom:0}.inline-note{color:#71829a;align-items:flex-start;gap:7px;margin:22px 0 0;font-size:12px;line-height:1.6;display:flex}.inline-note svg{color:var(--blue);flex:none;margin-top:2px}.plans-page-section{background:#edf5ff;padding-top:15px}.plans-full-grid .plan-card{min-height:390px}.plan-help-section{color:#fff;background:linear-gradient(125deg,#06142d,#143a7c);padding:82px 0}.plan-help-inner{justify-content:space-between;align-items:center;gap:50px;display:flex}.plan-help-inner h2{margin-bottom:12px}.plan-help-inner>div:first-child>p:not(.eyebrow){color:#ffffffa8;max-width:530px;margin:0;font-size:15px}.plan-help-actions{align-items:center;gap:23px;display:flex}.connection-section,.contact-page-section,.complaint-section{background:#fff}.connection-layout,.contact-page-layout,.complaint-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:clamp(48px,9vw,130px);display:grid}.connection-aside h2,.complaint-copy h2{margin-bottom:18px}.connection-speed-link{color:var(--blue);background:#eef7ff;border:1px solid #1267f52e;border-radius:9px;align-items:center;gap:7px;margin-top:20px;padding:9px 11px;font-size:11px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.connection-speed-link:hover{background:var(--blue);color:#fff;transform:translate(4px)}.connection-speed-link svg:last-child{margin-left:auto}.connection-aside-points{gap:16px;margin-top:32px;display:grid}.connection-aside-points p{color:var(--ink-soft);grid-template-columns:auto 1fr;column-gap:10px;margin:0;font-size:12px;line-height:1.6;display:grid}.connection-aside-points span{width:34px;height:34px;color:var(--blue);background:#e7f6ff;border-radius:9px;grid-row:span 2;place-items:center;display:grid}.connection-aside-points b{color:var(--ink);font-size:13px}.connection-form-wrap,.contact-form-wrap,.complaint-form-wrap{background:var(--paper);box-shadow:var(--shadow-sm);border:1px solid #11325f21;border-radius:20px;padding:33px}.form-intro{align-items:center;gap:11px;margin-bottom:24px;display:flex}.form-intro-icon{width:42px;height:42px;color:var(--blue);background:linear-gradient(135deg,#ddf7ff,#ebe5ff);border-radius:11px;place-items:center;display:grid}.form-intro div{display:grid}.form-intro strong{font-size:14px}.form-intro p,.form-card-heading>p:not(.eyebrow){color:var(--ink-soft);margin:2px 0 0;font-size:12px}.form-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.form-grid label{color:var(--ink);gap:7px;font-size:12px;font-weight:800;display:grid}.form-grid label>span{color:var(--blue)}.form-grid .form-wide{grid-column:span 2}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:46px;color:var(--ink);background:#fff;border:1px solid #11325f2b;border-radius:9px;outline:none;padding:10px 12px;font-size:13px;font-weight:500;transition:border .2s,box-shadow .2s}.form-grid textarea{resize:vertical;min-height:112px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #1267f51a}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#9aaabd}.form-submit-row{align-items:center;gap:17px;margin-top:23px;display:flex}.form-submit-row p{color:#74869c;align-items:center;gap:5px;margin:0;font-size:10px;line-height:1.4;display:inline-flex}.form-submit-row p svg{color:var(--blue);flex:none}.form-success{color:#087a46;align-items:center;gap:6px;margin:16px 0 0;font-size:12px;font-weight:700;display:flex}.form-success svg{color:#0da55c}.selected-ott-pack{color:#215a93;background:#edf8ff;border:1px solid #1267f533;border-radius:9px;align-items:center;gap:6px;margin:0 0 17px;padding:10px 11px;font-size:11px;display:flex}.selected-ott-pack svg{color:#d49f1a}.upload-label{background:#ffffff80;border:1px dashed #11325f38;border-radius:9px;padding:12px}.upload-label input{min-height:unset;background:0 0;border:0;border-radius:0;padding:0;font-size:11px}.upload-label small{color:#77899e;font-size:10px;font-weight:500}.complaint-tips{gap:12px;margin-top:27px;display:grid}.complaint-tips p{color:var(--ink-soft);align-items:flex-start;gap:7px;margin:0;font-size:12px;line-height:1.55;display:flex}.complaint-tips svg{color:var(--blue);flex:none;margin-top:1px}.about-story-section{background:#fff;overflow:hidden}.about-story-layout{grid-template-columns:.84fr 1.16fr;align-items:center;gap:clamp(60px,10vw,150px);display:grid}.about-logo-visual{background:radial-gradient(circle at 50% 38%,#e1f8ff,#ebf2ff 53%,#d9e5f9);border-radius:50% 50% 16px 16px;place-items:center;min-height:430px;display:grid;position:relative;overflow:hidden}.about-logo-visual>img{z-index:2;border-radius:22px;width:225px;position:relative;box-shadow:0 23px 45px #08204c2e}.about-logo-ring{border:1px dashed #1267f547;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-logo-ring.ring-one{width:310px;height:310px;animation:20s linear infinite slow-spin}.about-logo-ring.ring-two{border-color:#8153ff3d;width:415px;height:415px;animation:26s linear infinite reverse slow-spin}.about-logo-visual>span{z-index:3;background:var(--blue);box-shadow:var(--shadow-sm);color:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;bottom:20px;right:20px;transform:rotate(-5deg)}.about-story-copy h2{margin-bottom:19px}.about-story-copy>p:not(.eyebrow):not(.lead-paragraph){color:var(--ink-soft);font-size:15px;line-height:1.73}.mission-section{background:#edf5ff}.mission-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.mission-card{background:#fff;border-radius:16px;min-height:245px;padding:28px}.mission-card>span{width:48px;height:48px;color:var(--blue);background:linear-gradient(135deg,#dcf6ff,#ede7ff);border-radius:12px;place-items:center;margin-bottom:36px;display:grid}.mission-card h3{margin-bottom:10px}.mission-card p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.65}.about-contact-section{color:#fff;background:radial-gradient(circle at 84% 20%,#265aa9,#0c285c 51%,#06142d);padding:90px 0}.about-contact-inner{justify-content:space-between;align-items:center;gap:50px;display:flex}.about-contact-inner h2{margin:0}.about-contact-actions{align-items:center;gap:20px;display:flex}.faq-page-section{background:#fff}.faq-page-layout{grid-template-columns:.75fr 1.25fr;gap:clamp(48px,9vw,130px);display:grid}.faq-side h2{margin-bottom:18px}.faq-contact-buttons{justify-items:start;gap:16px;margin-top:28px;display:grid}.faq-contact-buttons .button{min-height:46px;font-size:12px}.contact-details h2{margin-bottom:24px}.contact-detail-list{gap:9px;display:grid}.contact-detail-list a{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px 0;transition:padding .2s;display:grid}.contact-detail-list a:hover{padding-left:5px}.contact-detail-list>a>span{width:39px;height:39px;color:var(--blue);background:#e8f6ff;border-radius:10px;place-items:center;display:grid}.contact-detail-list div{display:grid}.contact-detail-list small{color:#7c8da2;font-size:10px;font-weight:700}.contact-detail-list strong{font-size:13px;line-height:1.3}.contact-detail-list>a>svg{color:var(--blue)}.form-card-heading{margin-bottom:22px}.form-card-heading h3{margin-bottom:8px;font-size:26px}.help-section{background:#fff}.help-card{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-sm);border-radius:19px;grid-template-columns:.86fr 1.14fr;display:grid;overflow:hidden}.help-card-image{background:var(--navy-900);min-height:315px;position:relative;overflow:hidden}.help-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.help-card-image:hover img{transform:scale(1.06)}.help-card-image span{background:var(--cyan);width:44px;height:44px;color:var(--navy-950);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:18px;right:18px}.help-card-copy{align-self:center;padding:43px}.help-card-copy h3{margin-bottom:13px;font-size:clamp(27px,3vw,37px)}.help-card-copy>p:not(.eyebrow){max-width:480px;color:var(--ink-soft);margin-bottom:23px;font-size:15px;line-height:1.7}.guide-hero{color:#fff;background:radial-gradient(circle at 78% 20%,#2357ab,#0c285c 50%,#030a18);padding:145px 0 75px;position:relative;overflow:hidden}.guide-hero:after{content:"";border:1px solid #54d7ff2e;border-radius:50%;width:620px;height:620px;position:absolute;bottom:-260px;right:-110px;box-shadow:inset 0 0 60px #54d7ff14}.guide-hero .shell{z-index:1;position:relative}.guide-back{color:var(--cyan);align-items:center;gap:4px;margin-bottom:32px;font-size:12px;font-weight:800;display:inline-flex}.guide-hero h1{max-width:800px;margin-bottom:16px}.guide-hero>div>p:not(.eyebrow){color:#ffffffb3;max-width:600px;margin:0;font-size:17px}.guide-content{background:#fff;position:relative}.guide-progress{background:linear-gradient(#0000,#1267f533,#0000);width:1px;position:absolute;top:0;bottom:0;left:calc(50% - 590px)}.guide-layout{grid-template-columns:.25fr .75fr;gap:80px;display:grid}.guide-aside{background:#edf7ff;border:1px solid #1267f52b;border-radius:12px;align-self:start;padding:18px}.guide-aside p{color:var(--blue);align-items:center;gap:7px;margin-bottom:6px;font-size:12px;font-weight:850;display:flex}.guide-aside span{color:var(--ink-soft);font-size:12px;line-height:1.55}.guide-steps{gap:58px;display:grid}.guide-step{grid-template-columns:66px 1fr;gap:20px;display:grid;position:relative}.guide-number{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:47px;height:47px;font-size:12px;font-weight:850;display:grid}.guide-step h2{margin-bottom:13px;font-size:clamp(29px,3.3vw,45px)}.guide-step-copy>p{max-width:700px;color:var(--ink-soft);font-size:15px;line-height:1.7}.guide-step-copy p a{color:var(--blue);font-weight:800}.guide-step img{border:1px solid var(--line);width:100%;box-shadow:var(--shadow-sm);border-radius:10px;margin-top:21px}.guide-finish{background:#eaf8f0;border-radius:14px;align-items:flex-start;gap:13px;padding:23px;display:flex}.guide-finish>svg{color:#079658;flex:none}.guide-finish h2{margin-bottom:5px;font-size:25px}.guide-finish p{color:#436e5d;margin:0;font-size:14px}.guide-support{color:#fff;background:linear-gradient(125deg,#06142d,#143a7c);padding:82px 0}.guide-support-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.guide-support h2{margin:0}.speed-test-section{background:#f5f9f8;position:relative;overflow:hidden}.speed-test-section:before{content:"";background:radial-gradient(circle,#54d7ff47,#0000 69%);border-radius:50%;width:470px;height:470px;position:absolute;top:-230px;left:-120px}.speed-test-section .shell{z-index:1;position:relative}.speed-tester{color:#fff;background:radial-gradient(circle at 85% 12%,#54d7ff1f,#0000 31%),linear-gradient(140deg,#071832,#0c2858);border:1px solid #54d7ff3b;border-radius:28px;padding:42px;position:relative;overflow:hidden;box-shadow:0 26px 60px #071d4233}.speed-tester:before{opacity:.4;content:"";background-image:linear-gradient(#54d7ff14 1px,#0000 1px),linear-gradient(90deg,#54d7ff14 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 76%);mask-image:radial-gradient(circle,#000,#0000 76%)}.speed-tester>*{z-index:1;position:relative}.speed-tester-top{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.speed-tester-top h2{color:#fff;margin:0;font-size:clamp(36px,4vw,56px)}.speed-tester-top h2 em{color:var(--cyan)}.speed-status{background:#ffffff0f;border:1px solid #ffffff29;border-radius:11px;align-items:center;gap:9px;padding:10px 12px;display:flex}.speed-status>span{background:#7c8ca8;border-radius:50%;width:8px;height:8px}.speed-status>span.active{background:var(--lime);animation:1.4s ease-in-out infinite speed-pulse;box-shadow:0 0 0 6px #b9ef5121}.speed-status div{display:grid}.speed-status small{color:#ffffff8f;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.speed-status b{color:#fff;font-size:11px}.speed-dashboard{grid-template-columns:.95fr 1.05fr;align-items:center;gap:50px;margin:37px 0 30px;display:grid}.speed-gauge{aspect-ratio:1;background:conic-gradient(from -35deg,var(--cyan) 0deg,var(--blue) var(--progress),#ffffff1f var(--progress),#ffffff1f 325deg,transparent 325deg);border-radius:50%;place-items:center;width:min(100%,270px);margin:0 auto;transition:background .45s;display:grid;position:relative}.speed-gauge:before{content:"";background:#0a234c;border-radius:50%;position:absolute;inset:16px}.speed-gauge:after{content:"";border:1px dashed #54d7ff52;border-radius:50%;animation:20s linear infinite slow-spin;position:absolute;inset:-9px}.speed-gauge-inner{z-index:1;justify-items:center;display:grid;position:relative}.speed-gauge-inner svg{color:var(--cyan);margin-bottom:5px}.speed-gauge-inner strong{color:#fff;font-family:var(--display);letter-spacing:-.09em;font-size:58px;font-weight:750;line-height:.9}.speed-gauge-inner span{color:#ffffff9e;font-size:10px;font-weight:750}.speed-tester.download .speed-gauge,.speed-tester.upload .speed-gauge{filter:drop-shadow(0 0 20px #54d7ff40)}.speed-readings{gap:12px;display:grid}.speed-reading{background:#ffffff0d;border:1px solid #ffffff24;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.reading-icon{width:39px;height:39px;color:var(--cyan);background:#54d7ff21;border-radius:10px;place-items:center;display:grid}.reading-icon.ping{color:var(--lime);background:#b9ef511c}.reading-icon.upload{color:#dabdff;background:#bf97ff1f}.speed-reading div{display:grid}.speed-reading small{color:#ffffff8c;font-size:10px;font-weight:700}.speed-reading b{color:#fff;letter-spacing:-.035em;font-size:17px}.speed-action-row{justify-content:space-between;align-items:center;gap:25px;display:flex}.speed-action-row p{color:#fff;margin:0 0 2px;font-size:14px;font-weight:750}.speed-action-row small{color:#ffffff85;font-size:10px}.speed-start-button{border:1px solid var(--cyan);background:var(--cyan);min-height:48px;color:var(--navy-950);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:850;transition:transform .2s,background .2s;display:inline-flex}.speed-start-button:hover:not(:disabled){background:#fff;transform:translateY(-2px)}.speed-start-button:disabled{cursor:wait;opacity:.78}.speed-progress{background:#ffffff1f;border-radius:99px;height:4px;margin-top:22px;overflow:hidden}.speed-progress i{border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--lime));height:100%;transition:width .35s;display:block}.speed-error{color:#ffd1c8;align-items:center;gap:5px;margin:13px 0 0;font-size:11px;display:flex}.speed-note{color:#ffffff80;align-items:flex-start;gap:6px;max-width:780px;margin:17px 0 0;font-size:10px;line-height:1.55;display:flex}.speed-note svg{color:var(--cyan);flex:none;margin-top:1px}.speed-explainer-section{background:#fff}.speed-explainer-grid{grid-template-columns:.76fr 1.24fr;align-items:center;gap:clamp(50px,9vw,130px);display:grid}.speed-explainer-grid h2{margin:0}.speed-explainer-cards{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.speed-explainer-card{background:#f9fbff;border:1px solid #3567f51f;border-radius:16px;min-height:210px;padding:22px}.speed-explainer-card>span{width:42px;height:42px;color:var(--blue);background:#e8f5ff;border-radius:11px;place-items:center;margin-bottom:28px;display:grid}.speed-explainer-card:nth-child(2)>span{color:var(--teal);background:#e8f8f3}.speed-explainer-card:nth-child(3)>span{color:var(--violet);background:#f1eaff}.speed-explainer-card h3{margin-bottom:9px;font-size:19px}.speed-explainer-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.site-footer{background:var(--navy-950);color:#fff}.footer-connection-callout{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:30px;padding:55px 0;display:flex}.footer-connection-callout .eyebrow{margin-bottom:9px}.footer-connection-callout h2{margin:0;font-size:clamp(27px,3.6vw,46px)}.footer-grid{grid-template-columns:1.4fr .8fr .9fr 1.3fr;gap:45px;padding:63px 0 48px;display:grid}.footer-brand{align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.footer-brand img{object-fit:cover;border:1px solid #54d7ff38;border-radius:10px;width:55px;height:55px}.footer-brand-column>p{color:#ffffff8f;max-width:280px;margin-bottom:21px;font-size:13px;line-height:1.65}.footer-whatsapp{color:var(--cyan);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.footer-column{align-content:start;gap:9px;display:grid}.footer-column h3{color:#fff;margin-bottom:10px;font-size:15px}.footer-column>a{color:#ffffff96;font-size:12px;transition:color .2s}.footer-column>a:hover{color:var(--cyan)}.footer-contact>a,.footer-contact>p{color:#ffffffb0;align-items:flex-start;gap:7px;margin:0;font-size:12px;line-height:1.55;display:flex}.footer-contact svg{color:var(--cyan);flex:none;margin-top:1px}.footer-bottom{color:#ffffff61;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;font-size:10px;display:flex}.footer-bottom p{margin:0}.whatsapp-float{z-index:75;color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:8px;padding:8px 12px 8px 8px;font-size:11px;font-weight:850;transition:transform .2s;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 24px #0003}.whatsapp-float:hover{transform:translateY(-4px)}.whatsapp-float span{background:#ffffff2e;border-radius:50%;place-items:center;width:33px;height:33px;display:grid}.whatsapp-float em{font-style:normal}.mobile-quick-actions{display:none}.not-found{color:#fff;text-align:center;background:radial-gradient(circle at 75% 20%,#2154a7,#0a214a 50%,#030a18);place-items:center;min-height:100vh;padding:140px 0 80px;display:grid}.not-found .shell{justify-items:center;display:grid}.not-found .eyebrow{justify-content:center}.not-found-code{color:#54d7ff3d;font-family:var(--display);letter-spacing:-.1em;margin:0;font-size:clamp(130px,22vw,250px);font-weight:900;line-height:.82}.not-found h1{margin:-13px 0 15px}.not-found>div>p:not(.eyebrow):not(.not-found-code){color:#ffffffb3;margin-bottom:28px}.reveal{opacity:0;transition:opacity .7s ease var(--reveal-delay), transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay);transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes slow-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes ping{0%{opacity:.65;transform:translate(-50%,-50%)scale(.88)}70%,to{opacity:0;transform:translate(-50%,-50%)scale(1.18)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scan-line{0%{left:-100%}55%,to{left:100%}}@keyframes modem-blink{0%,to{opacity:.3}50%{opacity:1}}@keyframes bob{0%,to{transform:translateY(0)rotate(10deg)}50%{transform:translateY(-8px)rotate(5deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (max-width:1030px){:root{--shell:min(100% - 48px, 950px)}.header-phone{display:none}.desktop-nav{gap:16px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-contact{grid-column:2/4}.fiber-visual{min-height:470px}.ring-c{width:400px;height:400px}.fiber-node{font-size:9px}.node-one{left:5%}.node-three{right:3%}}@media (max-width:820px){:root{--shell:min(100% - 40px, 680px)}body{padding-bottom:calc(73px + env(safe-area-inset-bottom))}.section-space{padding:87px 0}.section-space-small{padding:65px 0}.desktop-nav,.header-actions{display:none}.mobile-menu-toggle{display:inline-flex}.site-header,.site-header.is-scrolled{height:72px}.mobile-menu{inset:72px 0 0}.tmf-brand{min-width:auto}.tmf-brand img{width:48px;height:48px}.home-hero{min-height:auto;padding-top:126px}.home-hero-grid{grid-template-columns:1fr;gap:50px}.hero-copy h1{font-size:clamp(58px,12vw,90px)}.hero-visual-wrap{justify-self:center;width:min(100%,530px)}.fiber-visual{min-height:450px}.hero-footnote{margin-top:42px}.benefits-layout,.faq-layout,.intro-split,.connection-layout,.contact-page-layout,.complaint-layout,.about-story-layout,.faq-page-layout,.ott-intro-layout{grid-template-columns:1fr}.benefits-layout{gap:43px}.benefits-heading .section-lead{max-width:560px}.section-heading.split{align-items:start;gap:20px;display:grid}.heading-copy{max-width:550px}.plan-preview-grid,.plans-full-grid{grid-template-columns:repeat(2,1fr)}.plans-full-grid .plan-card:last-child{grid-column:span 2}.ott-intro-layout{gap:48px}.ott-overview-art{justify-self:center}.ott-pack-card{grid-template-columns:1fr 220px}.ott-pack-content{padding:26px}.ott-contact-inner{flex-direction:column;align-items:flex-start}.offer-inner{grid-template-columns:1fr;gap:0}.offer-copy{padding:75px 0 25px}.offer-visual{min-height:330px}.offer-bsnl{bottom:25px;right:9%}.steps-grid{grid-template-columns:1fr}.step-card{min-height:210px}.faq-layout,.faq-page-layout{gap:38px}.faq-copy>p:not(.eyebrow){max-width:510px}.connection-layout,.contact-page-layout,.complaint-layout{gap:42px}.connection-aside .section-lead{max-width:560px}.mission-grid{grid-template-columns:1fr}.mission-card{min-height:180px}.mission-card>span{margin-bottom:20px}.about-story-layout{gap:45px}.about-logo-visual{width:min(100%,470px);min-height:390px}.about-contact-inner,.plan-help-inner,.guide-support-inner{flex-direction:column;align-items:flex-start}.about-contact-actions{margin-top:10px}.help-card{grid-template-columns:1fr}.help-card-image{min-height:280px}.guide-layout{grid-template-columns:1fr;gap:35px}.guide-aside{max-width:400px}.guide-progress{display:none}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:34px}.footer-connection-callout{align-items:flex-start}.whatsapp-float{right:15px;bottom:calc(83px + env(safe-area-inset-bottom))}.mobile-quick-actions{z-index:150;min-height:calc(70px + env(safe-area-inset-bottom));padding:7px 12px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#030a18fa;border-top:1px solid #54d7ff2e;grid-template-columns:repeat(3,1fr);transition:transform .25s;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #00000038}.menu-open .mobile-quick-actions{transform:translateY(110%)}.quick-action{color:#ffffffa8;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:54px;font-size:9px;font-weight:850;display:flex}.quick-action>svg{color:var(--cyan)}.quick-action-primary{background:var(--cyan);color:var(--navy-950);border-radius:12px;flex-direction:column;margin:0 5px}.quick-action-icon{color:var(--navy-950);display:grid}}@media (max-width:570px){:root{--shell:calc(100% - 32px)}body{font-size:15px}.section-space{padding:70px 0}.section-space-small{padding:53px 0}.tmf-brand img{width:44px;height:44px}.tmf-brand b{font-size:14px}.tmf-brand small{font-size:7px}.mobile-menu-panel{padding:30px 22px 26px}.mobile-nav-link{font-size:22px}.home-hero{padding-top:116px}.hero-copy h1{font-size:clamp(53px,16vw,69px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start;gap:19px}.hero-actions .button{width:100%}.hero-proof{gap:12px;margin-top:27px;display:grid}.fiber-visual{border-radius:24px 85px;min-height:355px}.ring-a{width:180px;height:180px}.ring-b{width:245px;height:245px}.ring-c{width:305px;height:305px}.fiber-core{width:112px;height:112px}.fiber-core-inner{width:77px;height:77px}.fiber-core-inner svg{width:54px}.signal-one{width:130px;height:130px}.signal-two{width:170px;height:170px}.signal-three{width:215px;height:215px}.fiber-node{padding:7px;font-size:8px}.fiber-node span{display:none}.node-one{top:14%;left:10%}.node-two{bottom:16%;right:10%}.node-three{top:24%;right:7%}.fiber-bsnl{border-radius:10px;width:59px;height:59px;padding:3px;bottom:17px;left:17px}.fiber-orbit{width:280px;height:90px}.hero-footnote>span:last-child{display:none}.signal-ticker-track{padding:12px 0}.signal-ticker-track span{padding:0 17px;font-size:9px}.benefit-card-grid,.plan-preview-grid,.plans-full-grid{grid-template-columns:1fr}.ott-intro-layout{gap:39px}.ott-overview-art{width:min(82%,280px);box-shadow:12px 14px #e7c56a,0 21px 40px #030a182b}.ott-overview-art>span{font-size:9px;bottom:15px;right:-23px}.ott-intro-points{gap:7px}.ott-intro-points span{font-size:10px}.ott-pack-card{grid-template-columns:1fr}.ott-artwork-wrap{order:-1;min-height:186px}.ott-artwork-wrap:after{background:linear-gradient(#0000 35%,#071638d1)}.ott-pack-content{padding:23px 18px}.ott-pack-topline{align-items:flex-start}.ott-pack-label{font-size:9px}.ott-pack-badge{text-align:right;max-width:135px;padding:5px 8px;font-size:8px}.ott-pack-card h2{margin-top:15px;font-size:34px}.ott-price-row strong{font-size:56px}.ott-app-panel{padding:15px}.ott-primary-apps span{font-size:11px}.ott-contact-section{padding:66px 0}.ott-call-buttons{flex-direction:column;width:100%}.ott-call-buttons .button{width:100%}.benefit-card{min-height:auto;padding:22px}.benefit-icon{margin-bottom:18px}.plan-preview-grid .plan-card{min-height:auto}.plans-full-grid .plan-card:last-child{grid-column:auto}.plan-card{padding:21px}.plan-price{margin-top:22px}.section-heading{margin-bottom:33px}.offer-copy{padding:65px 0 15px}.offer-visual{min-height:290px}.offer-router{width:140px;height:105px}.offer-router svg{width:63px}.offer-bsnl{width:78px;height:78px}.wave-one{width:215px;height:215px}.wave-two{width:290px;height:290px}.steps-grid{gap:10px}.step-card{min-height:185px;padding:23px}.step-number{margin-bottom:28px}.page-hero{min-height:500px;padding:117px 0 55px}.page-hero.compact{min-height:455px}.page-hero h1{font-size:clamp(43px,12.5vw,57px)}.page-hero-description{font-size:15px}.page-hero-pulse{display:none}.breadcrumb{margin-bottom:25px}.form-grid{grid-template-columns:1fr}.form-grid .form-wide{grid-column:auto}.connection-form-wrap,.contact-form-wrap,.complaint-form-wrap{padding:23px 18px}.form-submit-row{flex-direction:column;align-items:stretch}.form-submit-row .button{width:100%}.form-submit-row p{font-size:10px}.contact-detail-list strong{font-size:12px}.about-logo-visual{min-height:325px}.about-logo-visual>img{width:175px}.about-logo-ring.ring-one{width:235px;height:235px}.about-logo-ring.ring-two{width:310px;height:310px}.mission-grid{gap:10px}.about-contact-section,.plan-help-section,.guide-support{padding:68px 0}.about-contact-actions,.plan-help-actions{flex-direction:column;align-items:flex-start}.faq-contact-buttons .button{width:100%}.help-card-image{min-height:210px}.help-card-copy{padding:27px 22px}.help-card-copy h3{font-size:28px}.guide-hero{padding:116px 0 60px}.guide-hero h1{font-size:clamp(43px,12vw,58px)}.guide-hero>div>p:not(.eyebrow){font-size:15px}.guide-steps{gap:42px}.guide-step{grid-template-columns:1fr;gap:12px}.guide-step h2{font-size:30px}.guide-finish{padding:18px}.footer-connection-callout{flex-direction:column;padding:42px 0}.footer-connection-callout .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 22px;padding:50px 0 38px}.footer-brand-column,.footer-contact{grid-column:span 2}.footer-bottom{flex-direction:column;align-items:flex-start;gap:5px}.whatsapp-float{padding:8px}.whatsapp-float em{display:none}}@media (max-width:820px){.speed-dashboard,.speed-explainer-grid{grid-template-columns:1fr}.speed-dashboard{gap:35px}.speed-gauge{width:250px}.speed-explainer-grid{gap:35px}.speed-explainer-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:570px){.speed-tester{border-radius:20px;padding:25px 18px}.speed-tester-top{flex-direction:column;align-items:flex-start;gap:14px}.speed-tester-top h2{font-size:39px}.speed-status{align-self:flex-start}.speed-gauge{width:210px}.speed-gauge:before{inset:13px}.speed-gauge:after{width:228px;height:228px}.speed-gauge-inner strong{font-size:49px}.speed-dashboard{margin:34px 0 28px}.speed-action-row{flex-direction:column;align-items:stretch}.speed-start-button{width:100%}.speed-explainer-cards{grid-template-columns:1fr}.speed-explainer-card{min-height:auto}.speed-explainer-card>span{margin-bottom:17px}}
