:root{color-scheme:light;--ink: #2E2E2E;--navy: #042468;--muted: #5f6368;--blue: #1363DF;--cyan: #1363DF;--teal: #00B140;--paper: #f3f6fb;--panel: #ffffff;--line: #c8d7ec;--warm: #FF5F1F;--success: #00B140;--shadow: 0 24px 58px rgba(4, 36, 104, .15)}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;display:flex;flex-direction:column;font-family:Helvetica,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#eef4ff 0%,#ffffff 42%,#f3f6fb 100%);line-height:1.6}a{color:inherit}.page-shell{display:flex;flex-direction:column;min-height:100vh;width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1080px,calc(100% - 56px));margin:16px auto 0;padding:6px 12px 6px 6px;background:rgba(255,255,255,.97);border:1px solid rgba(4,36,104,.22);border-radius:24px;box-shadow:0 14px 36px #0424681f;backdrop-filter:blur(14px)}main{flex:1 0 auto;width:min(1080px,calc(100% - 56px));margin:0 auto}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img,.footer-brand img{display:block;width:auto;height:66px;object-fit:contain;border-radius:999px}.brand-wordmark{color:var(--navy);font-family:IBM Plex Sans Condensed,Helvetica,Arial,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:800;letter-spacing:-.02em;line-height:1}.footer-brand img{height:44px}nav{display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:flex-end;padding:3px;border:1px solid rgba(19,99,223,.22);border-radius:999px;background:#eef4ff}nav a{color:#4f5661;text-decoration:none;font-size:.9rem;font-weight:760;padding:7px 11px;border-radius:999px}nav a:hover,nav a.active{color:var(--navy);background:#fff;box-shadow:0 8px 20px #04246821}.section{padding:72px 0}.section-panel{margin-top:12px}.eyebrow,.card-kicker,.mini-label{margin:0 0 12px;color:var(--blue);font-size:.78rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.04em;color:var(--navy)}h1{font-size:clamp(3rem,8vw,6.2rem);max-width:930px;margin-bottom:22px}h2{font-size:clamp(2rem,4.2vw,3.35rem);margin-bottom:18px}h3{font-size:1.35rem;margin-bottom:12px}p{color:var(--muted);font-family:Merriweather,Georgia,serif;font-size:1.05rem}.hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:34px;align-items:stretch;padding:70px 0 86px}.hero-content{align-self:center}.hero-copy{max-width:780px;font-size:clamp(1.12rem,1.8vw,1.34rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.hero-actions.center{justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;border:1px solid var(--line);text-decoration:none;font-weight:850;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--navy));border-color:transparent;box-shadow:0 16px 38px #1363df3d}.button.secondary{background:white;color:var(--navy)}.button.ghost{background:rgba(255,255,255,.54);color:var(--blue)}.hero-card,.service-card,.process-card,.kit-panel,.cta-section,.info-card{background:rgba(255,255,255,.88);border:1px solid rgba(220,231,238,.92);border-radius:30px;box-shadow:var(--shadow)}.hero-card{padding:28px;display:flex;flex-direction:column;justify-content:space-between;min-height:456px;overflow:hidden;position:relative}.tech-lines{display:grid;gap:12px;margin-bottom:34px}.tech-lines span{height:58px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(90deg,rgba(31,117,168,.16),rgba(32,167,184,.08),#fff);position:relative}.tech-lines span:after{content:"";position:absolute;right:16px;top:50%;width:10px;height:10px;border-radius:999px;background:var(--cyan);transform:translateY(-50%);box-shadow:-34px 0 #f4a742e6}.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mini-grid span,.hero-card li,.service-card li,.check-list li{color:var(--ink);background:rgba(246,249,251,.95);border:1px solid var(--line);border-radius:15px;padding:10px 12px}.section-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.7fr);gap:34px;align-items:end;margin-bottom:28px}.section-heading.narrow{display:block;max-width:820px}.service-grid,.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card,.process-card,.info-card{padding:28px}.service-card h3 a{text-decoration:none}.service-card ul,.check-list,.info-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.service-card li:before,.check-list li:before,.info-card li:before{content:"•";color:var(--blue);font-weight:900;margin-right:8px}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.why-grid article{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#f3f9fb);border:1px solid var(--line)}.why-grid strong,.why-grid span{display:block}.why-grid strong{margin-bottom:8px;color:var(--navy)}.why-grid span{color:var(--muted)}.process-card span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:16px;margin-bottom:24px;background:var(--navy);color:#fff;font-weight:850}.feature-band{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:center;padding:46px;border:1px solid rgba(31,117,168,.18);border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(232,247,250,.9));box-shadow:var(--shadow)}.kit-panel{padding:24px;box-shadow:none}.text-link{color:var(--blue);font-weight:850;text-decoration:none}.cta-section{text-align:center;padding:56px;margin-bottom:54px;color:#fff;background:radial-gradient(circle at 20% 0%,rgba(32,167,184,.32),transparent 28rem),linear-gradient(135deg,var(--navy),#0d2237)}.cta-section h2{color:#fff}.cta-section p{color:#ffffffc7;max-width:720px;margin-left:auto;margin-right:auto}.cta-section .eyebrow{color:#8ee0f0}.cta-section .button.secondary{background:rgba(255,255,255,.1);color:#fff;border-color:#fff3}.page-hero{padding:74px 0 52px;max-width:920px}.page-hero p{max-width:760px;font-size:clamp(1.1rem,1.8vw,1.28rem)}.content-grid,.card-list{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}.card-list{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1080px,calc(100% - 56px));margin:26px auto 28px;padding:12px 14px;color:var(--muted);border:1px solid rgba(4,36,104,.16);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px #04246812}.site-footer p{margin:10px 0 0}.compact-footer{min-height:60px}.compact-footer .footer-brand img{height:40px}.footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footer-links a{color:var(--navy);font-weight:800;text-decoration:none;padding:7px 11px;border:1px solid rgba(19,99,223,.18);border-radius:999px;background:#f4f7fd}.footer-links a:hover{color:var(--blue);background:#fff;box-shadow:0 8px 18px #04246814}@media (max-width: 940px){.hero,.section-heading,.feature-band,.content-grid{grid-template-columns:1fr}.hero-card{min-height:auto}.service-grid,.process-grid,.why-grid,.card-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.page-shell{width:min(100% - 24px,1180px)}main,.site-header,.site-footer{width:min(100% - 28px,1080px)}.site-header{align-items:flex-start;flex-direction:column;gap:10px;padding:8px}nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,360px);margin:0 auto;gap:6px;justify-content:stretch;padding:6px;border-color:#1363df29;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 16px 34px #0424681f}nav a{color:var(--navy);text-align:center;min-height:42px;padding:8px 6px;font-size:.84rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;background:transparent;box-shadow:none}nav a:hover,nav a.active{color:var(--navy);background:rgba(19,99,223,.08);box-shadow:inset 0 0 0 1px #1363df29}.brand img,.footer-brand img{height:58px}.brand img{height:46px}.brand-wordmark{font-size:1.35rem}.footer-brand img{height:40px}.section{padding:52px 0}.hero{padding-top:42px}.service-grid,.process-grid,.why-grid,.card-list{grid-template-columns:1fr}.feature-band,.cta-section{padding:28px;border-radius:28px}.site-footer{align-items:center;flex-direction:row}.footer-links{justify-content:flex-end}}.kit-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:center;padding:38px 0 48px}.kit-hero-copy p{max-width:700px;font-size:clamp(1rem,1.35vw,1.14rem)}.kit-hero h1{max-width:720px;margin-bottom:16px;font-size:clamp(2.35rem,5.2vw,4.1rem);letter-spacing:-.055em}.kit-hero .eyebrow{margin-bottom:10px}.kit-hero .hero-actions{margin-top:22px}.kit-product-card h2{font-size:clamp(1.55rem,2.6vw,2.15rem);margin-bottom:10px}.kit-product-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden}.kit-product-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:contain;object-position:center;background:#fff}.kit-product-card div{padding:20px}.feature-grid.five{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.feature-grid article{padding:22px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#f6fbfd)}.feature-grid strong,.feature-grid span{display:block}.feature-grid strong{color:var(--navy);margin-bottom:8px}.feature-grid span{color:var(--muted)}.use-case-list{display:grid;gap:44px}.use-case-row{display:grid;grid-template-columns:420px minmax(0,1fr);gap:34px;align-items:center}.use-case-row.reverse{grid-template-columns:minmax(0,1fr) 420px}.use-case-row.reverse .use-case-image{order:2}.use-case-image{border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.use-case-image img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.use-case-copy{padding:10px 0}.use-case-copy ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:10px}.use-case-copy li{padding:11px 13px;border-radius:16px;background:rgba(246,249,251,.9);border:1px solid var(--line)}.use-case-copy li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:9px}.kit-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.kit-steps article{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 16px 46px #102a4314}.kit-steps img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#f4f8fb}.kit-steps span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;margin:20px 20px 14px;background:var(--navy);color:#fff;font-weight:850}.kit-steps h3,.kit-steps p{margin-left:20px;margin-right:20px}.kit-steps p{margin-bottom:22px}.planning-section,.support-band{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:28px;align-items:center;padding:46px;border-radius:36px;border:1px solid rgba(31,117,168,.18);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(232,247,250,.86));box-shadow:var(--shadow)}.planning-card{padding:24px;border:1px solid var(--line);border-radius:26px;background:white}.support-band{background:linear-gradient(135deg,var(--navy),#0e263d);color:#fff}.support-band h2{color:#fff}.support-band p{color:#ffffffc7}.support-band .eyebrow{color:#8ee0f0}.support-band .button.secondary{background:rgba(255,255,255,.1);color:#fff;border-color:#fff3}.subdued-product-band{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,249,251,.92))}.compact-panel{box-shadow:none}@media (max-width: 980px){.kit-hero,.use-case-row,.use-case-row.reverse,.planning-section,.support-band{grid-template-columns:1fr}.use-case-row.reverse .use-case-image{order:initial}.feature-grid.five,.kit-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.feature-grid.five,.kit-steps{grid-template-columns:1fr}.planning-section,.support-band{padding:28px;border-radius:28px}}.fiber-diagram-section{padding-top:58px}.fiber-run-choice{display:flex;width:fit-content;max-width:100%;align-items:center;gap:9px;margin:24px auto 0;padding:8px 11px;border:1px solid rgba(19,99,223,.22);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 12px 28px #04246814;color:var(--navy);font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.fiber-run-choice span{display:inline-flex;align-items:center;gap:6px}.fiber-run-choice span:before{content:"";width:9px;height:9px;border-radius:999px;background:#22d3ee;box-shadow:0 0 0 4px #22d3ee24}.fiber-run-choice span:last-child:before{background:#f472b6;box-shadow:0 0 0 4px #f472b624}.fiber-run-choice strong{color:var(--blue);font-size:.68rem;letter-spacing:.08em}.fiber-route-diagram{overflow:hidden;width:min(560px,100%);margin:12px auto 0;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#fff,#f6fbfd);box-shadow:0 18px 46px #04246814}.fiber-route-diagram svg{display:block;width:100%;height:auto}@keyframes fiberPulse{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}.fiber-line{stroke-dasharray:12 8;animation:fiberPulse 1s linear infinite}.diagram-glow{filter:drop-shadow(0 0 6px #22d3ee) drop-shadow(0 0 12px #06b6d4)}.pink-glow{filter:drop-shadow(0 0 6px #f472b6) drop-shadow(0 0 12px #ec4899)}.diagram-legend{fill:#1e293bdb}@media (max-width: 640px){.fiber-run-choice{justify-content:center;gap:7px;font-size:.68rem}.fiber-diagram-section{padding-top:42px}.fiber-route-diagram{border-radius:22px}}@media (prefers-reduced-motion: reduce){.fiber-line{animation:none}}.hero-reset{grid-template-columns:minmax(0,1fr);margin-top:28px;padding:clamp(44px,7vw,72px);min-height:auto;border:1px solid rgba(4,36,104,.18);border-radius:34px;background:linear-gradient(135deg,#ffffff 0%,#f2f6ff 100%);box-shadow:0 28px 76px #04246829;position:relative;overflow:hidden}.hero-reset:before{content:"";position:absolute;inset:0 0 auto auto;width:min(38vw,420px);height:min(38vw,420px);background:radial-gradient(circle,rgba(19,99,223,.2),transparent 66%);transform:translate(28%,-36%);pointer-events:none}.hero-reset .hero-content{max-width:760px;position:relative;z-index:1}.hero-reset .eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:7px 11px;border:1px solid rgba(19,99,223,.26);border-radius:999px;background:rgba(19,99,223,.12);color:var(--blue);letter-spacing:.1em}.hero-reset h1{max-width:760px;margin-bottom:18px;font-size:clamp(2.45rem,5.8vw,4.7rem);letter-spacing:-.055em}.hero-reset .hero-copy{max-width:680px;font-size:clamp(1.04rem,1.45vw,1.22rem);color:#5f6368}.hero-reset .hero-actions{margin-top:26px}.hero-reset .button{min-height:42px;padding:10px 15px;border-radius:14px}.hero-reset .button.primary{background:linear-gradient(135deg,var(--blue),var(--navy));box-shadow:0 16px 34px #1363df4d}.hero-reset .button.secondary{border-color:#ff5f1f9e;background:#fff;color:var(--navy)}.contact-button-only{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:clamp(360px,58vh,620px);max-width:none;text-align:center}.contact-button-only .hero-actions{justify-content:center}.contact-flip{width:174px;border:0;cursor:pointer;perspective:800px}.contact-flip-inner{position:relative;display:grid;width:100%;min-height:1.2em;transform-style:preserve-3d;transition:transform .42s ease}.contact-flip.is-revealed .contact-flip-inner,.contact-flip.is-copied .contact-flip-inner{transform:rotateX(180deg)}.contact-flip-front,.contact-flip-back{grid-area:1 / 1;backface-visibility:hidden;white-space:nowrap}.contact-flip-back{transform:rotateX(180deg);font-size:.86rem;letter-spacing:-.01em}.copy-hint{min-height:1.3em;margin:10px 0 0;color:var(--muted);font-size:.82rem}.contact-flip.is-copied{background:linear-gradient(135deg,#0b3f8f,#042468);color:#fff}@media (max-width: 680px){.site-header{border-radius:22px}nav{border-radius:18px}.hero-reset{margin-top:20px;padding:34px 24px;border-radius:26px}.hero-reset h1{font-size:clamp(2.15rem,12vw,3.3rem)}}.nav-toggle,.mobile-nav{display:none}@media (max-width: 680px){body.mobile-nav-open{overflow:hidden}.site-header{position:relative;z-index:1002;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 9px 7px 7px}.site-header .brand{min-width:0}.site-header .site-nav{display:none}.nav-toggle{position:relative;z-index:1003;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:42px;height:42px;border:1px solid rgba(19,99,223,.18);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 10px 22px #0424681f;cursor:pointer}.nav-toggle span{display:block;width:17px;height:2px;border-radius:999px;background:var(--navy);transition:transform .2s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;inset:78px 18px auto;z-index:1000;padding:0;background:transparent;overflow:visible;pointer-events:none}.mobile-nav.is-open,.mobile-nav:not([hidden]){display:block;animation:mobileMenuIn .18s ease both}.mobile-nav-panel{display:grid;max-width:320px;margin:0 0 0 auto;pointer-events:auto}.mobile-nav-links{display:grid;grid-template-columns:1fr;width:100%;gap:3px;padding:6px;border:1px solid rgba(4,36,104,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 16px 36px #04246829;backdrop-filter:blur(16px)}.mobile-nav-links a{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:9px 12px;border-radius:13px;color:var(--navy);font-size:.92rem;font-weight:820;line-height:1.1;text-align:left;text-decoration:none;background:transparent}.mobile-nav-links a+a{border-top:1px solid rgba(4,36,104,.08)}.mobile-nav-links a.active,.mobile-nav-links a:hover{color:var(--navy);background:rgba(19,99,223,.08);box-shadow:inset 0 0 0 1px #1363df29}}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.modern-home-hero{grid-template-columns:minmax(0,1fr) minmax(300px,390px);position:relative;isolation:isolate;overflow:hidden;padding-inline:clamp(0px,1vw,10px)}.modern-home-hero:before{content:"";position:absolute;inset:10px -18px 14px;z-index:-2;border-radius:42px;background:radial-gradient(circle at 16% 18%,rgba(19,99,223,.14),transparent 25rem),radial-gradient(circle at 84% 18%,rgba(0,177,64,.1),transparent 20rem),linear-gradient(135deg,rgba(255,255,255,.82),rgba(238,244,255,.72))}.modern-home-hero:after{content:"";position:absolute;inset:16px -10px 20px;z-index:-1;opacity:.42;pointer-events:none;background-image:linear-gradient(rgba(19,99,223,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(19,99,223,.12) 1px,transparent 1px),radial-gradient(circle,rgba(19,99,223,.22) 1.5px,transparent 2px);background-size:42px 42px,42px 42px,84px 84px;mask-image:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.18))}.home-tech-panel{align-self:center;position:relative;min-height:438px;padding:24px;border:1px solid rgba(19,99,223,.18);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(244,248,255,.9));box-shadow:0 26px 62px #04246829;overflow:hidden}.home-tech-panel:before{content:"";position:absolute;inset:0;opacity:.36;background:linear-gradient(90deg,transparent 0 24px,rgba(19,99,223,.1) 24px 25px,transparent 25px 56px),linear-gradient(0deg,transparent 0 24px,rgba(19,99,223,.08) 24px 25px,transparent 25px 56px)}.panel-topline,.network-map,.signal-bars,.tech-service-list{position:relative;z-index:1}.panel-topline{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;padding:8px 12px;color:var(--navy);font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(19,99,223,.18);border-radius:999px;background:rgba(255,255,255,.82)}.status-dot{width:10px;height:10px;border-radius:999px;background:var(--success);box-shadow:0 0 0 6px #00b1401f}.network-map{height:170px;margin:6px 0 22px;border:1px solid rgba(19,99,223,.16);border-radius:26px;background:linear-gradient(135deg,rgba(4,36,104,.92),rgba(19,99,223,.82)),#042468;overflow:hidden}.network-map:before,.network-map:after{content:"";position:absolute;inset:50% 18% auto;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(134,218,255,.86),rgba(255,255,255,.1))}.network-map:after{inset:24% auto 24% 50%;width:2px;height:auto}.node{position:absolute;width:48px;height:48px;border-radius:18px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.14);box-shadow:0 14px 30px #0000002e,inset 0 0 0 8px #ffffff14}.node:after{content:"";position:absolute;inset:17px;border-radius:999px;background:#8ee0f0;box-shadow:0 0 18px #8ee0f0cc}.node-router{left:44%;top:36%}.node-fiber{left:16%;top:36%}.node-web{right:16%;top:36%}.node-support{left:44%;bottom:13%}.signal-bars{display:grid;grid-template-columns:1.1fr .82fr .58fr;gap:10px;margin-bottom:18px}.signal-bars span{height:9px;border-radius:999px;background:linear-gradient(90deg,var(--blue),rgba(19,99,223,.18))}.signal-bars span:nth-child(2){background:linear-gradient(90deg,#00B140,rgba(0,177,64,.16))}.signal-bars span:nth-child(3){background:linear-gradient(90deg,var(--warm),rgba(255,95,31,.16))}.tech-service-list{display:grid;gap:10px}.tech-service-list div{padding:13px 14px;border:1px solid rgba(19,99,223,.14);border-radius:18px;background:rgba(255,255,255,.82)}.tech-service-list strong,.tech-service-list span{display:block}.tech-service-list strong{color:var(--navy);font-size:.98rem}.tech-service-list span{color:var(--muted);font-size:.9rem;line-height:1.45}.home-it-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:-36px 0 58px;position:relative;z-index:2}.home-it-steps article{padding:20px;border:1px solid rgba(19,99,223,.16);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 44px #04246817}.step-icon{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:14px;color:#fff;font-size:.86rem;font-weight:900;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--navy))}.home-it-steps strong{display:block;margin-bottom:6px;color:var(--navy);font-size:1.05rem}.home-it-steps p{margin:0;font-size:.95rem}.button.secondary:after{content:"→";margin-left:8px;transition:transform .16s ease}.button.secondary:hover:after{transform:translate(2px)}@media (max-width: 940px){.modern-home-hero{grid-template-columns:1fr;gap:24px}.home-tech-panel{min-height:auto}.home-it-steps{margin-top:-18px}}@media (max-width: 680px){.modern-home-hero{grid-template-columns:1fr;padding:30px 20px 54px}.modern-home-hero h1{max-width:100%;font-size:clamp(1.9rem,9.5vw,2.55rem);line-height:1.03;letter-spacing:-.045em;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.modern-home-hero .hero-copy{font-size:1.02rem}.modern-home-hero .hero-actions{width:100%}.modern-home-hero .button{max-width:100%;min-width:0}.home-tech-panel{padding:18px;border-radius:26px}.network-map{height:148px}.node{width:42px;height:42px;border-radius:15px}.node:after{inset:15px}.home-it-steps{grid-template-columns:1fr;margin:18px 0 42px}}@media (max-width: 420px){.modern-home-hero h1{font-size:clamp(1.8rem,9vw,2.25rem)}}.home-stability-blocks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:-28px 0 52px;position:relative;z-index:2}.home-stability-blocks article{position:relative;overflow:hidden;padding:17px 18px;border:1px solid rgba(19,99,223,.18);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,255,.92));box-shadow:0 16px 38px #04246817}.home-stability-blocks article:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--blue),rgba(19,99,223,.18))}.home-stability-blocks article:not(:last-child):after{content:"→";position:absolute;top:50%;right:-18px;z-index:3;display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(19,99,223,.26);border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--blue),#0b4fb8);box-shadow:0 10px 22px #1363df3d;font-size:.9rem;font-weight:900;transform:translateY(-50%)}.home-stability-blocks .formula-label{display:block;margin-bottom:6px;color:var(--navy);font-size:.96rem;font-weight:850;letter-spacing:-.015em}.home-stability-blocks p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.home-stability-blocks .formula-result{border-color:#00b1404d;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(237,252,244,.96));box-shadow:0 18px 42px #00b1401f}.home-stability-blocks .formula-result:before{background:linear-gradient(90deg,var(--success),rgba(0,177,64,.18))}.home-stability-blocks .formula-result .formula-label{color:var(--success)}@media (max-width: 940px){.home-stability-blocks{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-18px}}@media (max-width: 680px){.home-stability-blocks{grid-template-columns:1fr;gap:18px;margin:16px 0 42px}.home-stability-blocks article{padding:15px 16px;border-radius:18px}.home-stability-blocks article:not(:last-child):after{content:"↓";top:auto;right:50%;bottom:-20px;transform:translate(50%)}}@media (max-width: 680px){.site-header .site-nav{display:none!important}.mobile-nav,.mobile-nav-panel{background:transparent!important}.mobile-nav .mobile-nav-links{display:grid!important;grid-template-columns:1fr!important;width:100%!important;margin:0!important;padding:6px!important;border:1px solid rgba(19,99,223,.16)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 36px #04246824!important}.mobile-nav .mobile-nav-links a{color:var(--navy)!important;background:transparent!important;box-shadow:none!important}.mobile-nav .mobile-nav-links a.active,.mobile-nav .mobile-nav-links a:hover{color:var(--navy)!important;background:rgba(19,99,223,.08)!important;box-shadow:inset 0 0 0 1px #1363df29!important}}@media (max-width: 680px){.modern-home-hero{overflow:hidden}.modern-home-hero:before{inset:0;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,248,255,.92))}.modern-home-hero:after{display:none}.modern-home-hero .eyebrow{position:relative;z-index:2;display:inline-flex;padding:7px 10px;border:1px solid rgba(19,99,223,.14);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 8px 20px #04246814}}@media (max-width: 680px){nav,.site-header nav{border-color:transparent!important;border-radius:999px!important;background:linear-gradient(135deg,var(--navy),#071827)!important;background-image:linear-gradient(135deg,var(--navy),#071827)!important;box-shadow:0 16px 34px #04246838!important}.site-header .site-nav{display:none!important}nav a,.site-header nav a{color:#ffffffc2!important;background:transparent!important;box-shadow:none!important}nav a:hover,nav a.active,.site-header nav a:hover,.site-header nav a.active{color:var(--navy)!important;background:#fff!important;box-shadow:0 8px 20px #0424682e!important}.nav-toggle{border-color:#04246829!important;background:linear-gradient(135deg,var(--navy),#071827)!important;background-image:linear-gradient(135deg,var(--navy),#071827)!important;box-shadow:0 10px 22px #04246829!important}.nav-toggle span{background:#fff!important}.mobile-nav,.mobile-nav-panel{background:transparent!important;box-shadow:none!important}.mobile-nav-links{border-color:#0424681f!important;background:rgba(255,255,255,.98)!important;background-image:none!important;box-shadow:0 16px 36px #04246829!important}.mobile-nav-links a{color:var(--navy)!important;background:transparent!important;box-shadow:none!important}.mobile-nav-links a.active,.mobile-nav-links a:hover{color:#fff!important;background:linear-gradient(135deg,var(--blue),var(--navy))!important;background-image:linear-gradient(135deg,var(--blue),var(--navy))!important;box-shadow:0 8px 18px #1363df29!important}}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 940px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.process-grid{grid-template-columns:1fr}}.fiber-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 940px){.fiber-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.fiber-process-grid{grid-template-columns:1fr}}.feature-card-icon{position:relative;overflow:hidden}.feature-card-icon .feature-icon{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:12px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--warm),var(--navy));box-shadow:0 12px 24px #ff5f1f2e;font-size:1.05rem}.feature-card-icon strong{color:var(--navy)}.feature-card-icon .lightning-shield-icon{background:linear-gradient(135deg,var(--navy),var(--blue))}.feature-card-icon .lightning-shield-icon svg{width:22px;height:22px;display:block}.feature-card-icon .lightning-shield-icon .shield{fill:#fffffff0}.feature-card-icon .lightning-shield-icon .bolt{fill:var(--warm)}.fiber-feature-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.fiber-feature-grid article{grid-column:span 3;min-height:190px;padding:28px}.fiber-feature-grid .feature-card-icon{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:18px;align-items:start;min-height:auto;padding:30px;border-color:#1363df33;background:radial-gradient(circle at 8% 14%,rgba(255,95,31,.1),transparent 16rem),linear-gradient(180deg,#fff,#f4f8ff)}.fiber-feature-grid .feature-card-icon .feature-icon{grid-row:span 2;margin:0}.fiber-feature-grid .feature-card-icon strong{margin-bottom:7px;font-size:1.18rem}.fiber-feature-grid .feature-card-icon span:last-child{max-width:74ch}@media (max-width: 820px){.fiber-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fiber-feature-grid article,.fiber-feature-grid .feature-card-icon{grid-column:auto}.fiber-feature-grid .feature-card-icon{grid-column:1 / -1}}@media (max-width: 640px){.fiber-feature-grid{grid-template-columns:1fr;gap:14px}.fiber-feature-grid article,.fiber-feature-grid .feature-card-icon{grid-column:auto;min-height:0;padding:22px}.fiber-feature-grid .feature-card-icon{grid-template-columns:1fr;row-gap:12px}}.fiber-feature-grid .feature-card-icon{grid-column:span 3;display:block;min-height:190px;padding:28px;border-color:var(--line);background:linear-gradient(180deg,#fff,#f6fbfd)}.fiber-feature-grid .feature-card-icon .feature-icon{margin-bottom:12px}.fiber-feature-grid .feature-card-icon strong{margin-bottom:8px;font-size:inherit}.fiber-feature-grid .feature-card-icon span:last-child{max-width:none}@media (max-width: 820px){.fiber-feature-grid .feature-card-icon{grid-column:auto}}@media (max-width: 640px){.fiber-feature-grid .feature-card-icon{padding:22px;min-height:0}}.hero-reset h1.home-hero-title{font-size:clamp(1.85rem,4.15vw,3.25rem);line-height:1.04;letter-spacing:-.04em;max-width:11.5em;margin-left:auto;margin-right:auto}@media (max-width: 680px){.hero-reset h1.home-hero-title{font-size:clamp(1.48rem,7.4vw,2.12rem);line-height:1.1;letter-spacing:-.03em;max-width:12.5em}}@media (max-width: 390px){.hero-reset h1.home-hero-title{font-size:clamp(1.34rem,7vw,1.82rem);line-height:1.12;letter-spacing:-.025em}}.kt-ecosystem-hero{overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(46,129,255,.16),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f6f8fc 100%)}.kt-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(32px,6vw,72px);align-items:center}.kt-hero-copy{text-align:left}.kt-hero-copy .home-hero-title{margin-left:0;margin-right:0}.kt-solution-pills,.kt-principle-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.kt-solution-pills a,.kt-principle-tabs span{display:inline-flex;align-items:center;min-height:38px;border:1px solid rgba(15,23,42,.1);border-radius:999px;padding:8px 14px;background:rgba(255,255,255,.82);color:#334155;font-size:.92rem;font-weight:700;text-decoration:none;box-shadow:0 10px 30px #0f172a0b}.kt-solution-pills a:first-child,.kt-principle-tabs .active{border-color:#2563eb57;color:#1d4ed8;background:#eff6ff}.kt-system-visual{position:relative;min-height:430px}.kt-visual-card{border:1px solid rgba(148,163,184,.22);border-radius:32px;background:rgba(255,255,255,.88);box-shadow:0 28px 80px #0f172a1f;backdrop-filter:blur(14px)}.kt-dashboard-card{padding:clamp(22px,4vw,34px)}.kt-window-dots{display:flex;gap:7px;margin-bottom:22px}.kt-window-dots span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.kt-window-dots span:first-child{background:#60a5fa}.kt-window-dots span:nth-child(2){background:#93c5fd}.kt-dashboard-title{color:#0f172a;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:850;letter-spacing:-.04em}.kt-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.kt-status-grid div,.kt-proof-points div,.kt-use-case-grid article{border:1px solid rgba(148,163,184,.18);border-radius:20px;background:#f8fafc;padding:16px}.kt-status-grid strong,.kt-proof-points strong{display:block;color:#0f172a;font-size:.88rem}.kt-status-grid span,.kt-proof-points span{display:block;margin-top:4px;color:#2563eb;font-size:.8rem;font-weight:800}.kt-connection-map{display:grid;grid-template-columns:1fr .55fr 1fr .55fr 1fr;align-items:center;gap:10px;min-height:120px;border-radius:24px;background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:18px}.kt-node{display:grid;place-items:center;min-height:72px;border-radius:20px;background:rgba(255,255,255,.12);color:#fff;font-weight:850;text-align:center}.kt-line{height:3px;border-radius:99px;background:linear-gradient(90deg,#60a5fa,#bfdbfe)}.kt-service-paths,.kt-use-cases{background:#fff}.kt-large-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.kt-large-card{border:1px solid rgba(148,163,184,.2);border-radius:30px;padding:clamp(22px,3vw,32px);background:#f8fafc;box-shadow:0 18px 50px #0f172a0e}.kt-large-card.featured{background:linear-gradient(180deg,#eff6ff,#ffffff);border-color:#2563eb38}.kt-card-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:16px;background:#dbeafe;color:#1d4ed8;font-size:1.35rem;font-weight:900}.kt-large-card h3,.kt-use-case-grid h3,.kt-principle-card h3{color:#0f172a;letter-spacing:-.03em}.kt-large-card ul{display:grid;gap:8px;margin:18px 0 22px;padding-left:18px;color:#475569}.kt-large-card a{color:#1d4ed8;font-weight:850;text-decoration:none}.kt-principles-section{background:linear-gradient(180deg,#f8fafc,#eef4ff)}.kt-principle-shell{border:1px solid rgba(148,163,184,.22);border-radius:34px;background:rgba(255,255,255,.76);padding:clamp(18px,3vw,30px);box-shadow:0 24px 70px #0f172a14}.kt-principle-tabs{margin-top:0;margin-bottom:22px}.kt-principle-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:clamp(20px,4vw,46px);align-items:center;border-radius:28px;background:#ffffff;padding:clamp(24px,4vw,42px)}.kt-proof-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.kt-use-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.kt-use-case-grid article{background:#fff}.kt-feature-banner{background:#fff}.kt-banner-card{display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:34px;padding:clamp(28px,5vw,54px);color:#fff;background:radial-gradient(circle at 88% 18%,rgba(96,165,250,.42),transparent 28%),linear-gradient(135deg,#0f172a 0%,#172554 54%,#1d4ed8 100%);box-shadow:0 26px 70px #1e40af38}.kt-banner-card h2,.kt-banner-card p{color:#fff}.kt-banner-card .eyebrow{color:#bfdbfe}.kt-banner-card .btn-primary{flex:0 0 auto;background:#ffffff;color:#1d4ed8}@media (max-width: 980px){.kt-hero-grid,.kt-principle-card{grid-template-columns:1fr}.kt-hero-copy{text-align:center}.kt-hero-copy .home-hero-title{margin-left:auto;margin-right:auto}.kt-solution-pills,.kt-principle-tabs{justify-content:center}.kt-large-card-grid,.kt-use-case-grid,.kt-proof-points{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.kt-system-visual{min-height:0}.kt-status-grid,.kt-large-card-grid,.kt-use-case-grid,.kt-proof-points,.kt-connection-map{grid-template-columns:1fr}.kt-line{width:3px;height:28px;margin:0 auto}.kt-solution-pills{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.kt-solution-pills a{white-space:nowrap;scroll-snap-align:start}.kt-banner-card{align-items:stretch;flex-direction:column}.kt-banner-card .btn-primary{width:100%;justify-content:center}}.kt-fiber-kits-showcase{padding-top:34px}.kt-fiber-showcase-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(22px,4vw,48px);align-items:center;padding:clamp(22px,4vw,42px);border:1px solid rgba(19,99,223,.16);border-radius:36px;background:radial-gradient(circle at 15% 10%,rgba(34,211,238,.18),transparent 30%),linear-gradient(135deg,#f7fbff 0%,#ffffff 48%,#edf6ff 100%);box-shadow:0 28px 70px #082b5c24;overflow:hidden}.kt-fiber-showcase-copy h2{margin:0 0 14px;color:var(--navy);font-size:clamp(2rem,4vw,3.7rem);line-height:.98;letter-spacing:-.055em}.kt-fiber-showcase-copy p:not(.eyebrow){margin:0;max-width:620px;color:var(--muted);font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.65}.kt-fiber-highlights,.fiber-kit-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 24px}.kt-fiber-highlights span,.fiber-kit-hero-points span{display:inline-flex;align-items:center;min-height:40px;padding:9px 13px;border:1px solid rgba(19,99,223,.16);border-radius:999px;background:rgba(255,255,255,.82);color:var(--navy);font-size:.92rem;font-weight:800;box-shadow:0 10px 24px #082b5c14}.kt-fiber-showcase-media,.fiber-kit-hero-image{margin:0;border-radius:28px;overflow:hidden;background:#dceeff;box-shadow:0 24px 60px #082b5c38}.kt-fiber-showcase-media img,.fiber-kit-hero-image img{display:block;width:100%;height:auto}.fiber-kit-page-hero{display:grid;grid-template-columns:minmax(0,.78fr) minmax(460px,1.22fr);gap:clamp(22px,4vw,46px);align-items:center;padding:clamp(28px,5vw,62px);margin:22px 0 26px;border:1px solid rgba(19,99,223,.14);border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,247,255,.95)),radial-gradient(circle at 100% 0%,rgba(34,211,238,.18),transparent 32%);box-shadow:var(--shadow);overflow:hidden}.fiber-kit-hero-copy h1{margin:0 0 16px;color:var(--navy);font-size:clamp(2.45rem,5.7vw,5.65rem);line-height:.92;letter-spacing:-.07em}.fiber-kit-hero-copy .hero-copy{max-width:640px;margin:0;color:var(--muted);font-size:clamp(1rem,1.45vw,1.22rem);line-height:1.62}@media (max-width: 980px){.kt-fiber-showcase-card,.fiber-kit-page-hero{grid-template-columns:1fr}.kt-fiber-showcase-media,.fiber-kit-hero-image{order:-1}.fiber-kit-hero-copy h1{font-size:clamp(2.2rem,9vw,4.2rem)}}@media (max-width: 680px){.kt-fiber-showcase-card,.fiber-kit-page-hero{width:min(100%,100%);padding:18px;border-radius:26px}.kt-fiber-showcase-copy h2,.fiber-kit-hero-copy h1{letter-spacing:-.045em}.kt-fiber-showcase-copy h2{font-size:clamp(1.9rem,10vw,2.75rem)}.fiber-kit-hero-copy h1{font-size:clamp(2.1rem,11vw,3.15rem)}.kt-fiber-highlights,.fiber-kit-hero-points{display:grid;grid-template-columns:1fr;gap:8px}.kt-fiber-highlights span,.fiber-kit-hero-points span{justify-content:center;min-height:38px;font-size:.88rem}.kt-fiber-showcase-media,.fiber-kit-hero-image{border-radius:20px}.fiber-kit-page-hero .hero-actions,.kt-fiber-showcase-card .hero-actions{display:grid;grid-template-columns:1fr}}.fiber-kit-page-hero{grid-template-columns:minmax(420px,1.18fr) minmax(300px,.82fr);gap:clamp(24px,4vw,52px);align-items:center;padding:clamp(20px,3.8vw,46px)}.fiber-kit-page-hero .fiber-kit-hero-image{order:-1}.fiber-kit-hero-image{border-radius:30px;box-shadow:0 22px 54px #082b5c33}.fiber-kit-hero-image img{aspect-ratio:1280 / 728;object-fit:cover}.fiber-kit-hero-copy{min-width:0}.fiber-kit-hero-copy .eyebrow{margin-bottom:14px;letter-spacing:.14em}.fiber-kit-hero-copy h1{max-width:520px;font-size:clamp(2.15rem,3.8vw,4.05rem);line-height:.98;letter-spacing:-.055em}.fiber-kit-hero-copy .hero-copy{max-width:520px;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.62}.fiber-kit-page-hero .hero-actions{margin-top:6px}@media (max-width: 980px){.fiber-kit-page-hero{grid-template-columns:1fr;padding:clamp(18px,4vw,34px)}.fiber-kit-page-hero .fiber-kit-hero-image{order:-1}.fiber-kit-hero-copy h1,.fiber-kit-hero-copy .hero-copy{max-width:720px}.fiber-kit-hero-copy h1{font-size:clamp(2.15rem,7vw,3.5rem)}}@media (max-width: 680px){.fiber-kit-page-hero{margin-top:14px;padding:14px;border-radius:24px}.fiber-kit-hero-image{border-radius:18px}.fiber-kit-hero-copy{padding:4px 2px 2px}.fiber-kit-hero-copy .eyebrow{font-size:.72rem;letter-spacing:.12em}.fiber-kit-hero-copy h1{font-size:clamp(1.95rem,9vw,2.75rem);line-height:1.02}.fiber-kit-hero-copy .hero-copy{font-size:.98rem;line-height:1.58}.fiber-kit-hero-points{grid-template-columns:1fr}}.fiber-kit-page-hero{grid-template-columns:minmax(390px,.9fr) minmax(440px,1.1fr)}.fiber-kit-page-hero .fiber-kit-hero-image{order:2}.fiber-kit-hero-image,.kt-fiber-showcase-media{padding:clamp(8px,1.4vw,16px);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(235,247,255,.96)),radial-gradient(circle at 50% 0%,rgba(34,211,238,.16),transparent 42%);border:1px solid rgba(19,99,223,.14)}.fiber-kit-hero-image img,.kt-fiber-showcase-media img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:18px;background:#eaf6ff}.kt-fiber-showcase-media img{box-shadow:inset 0 0 0 1px #1363df14}@media (max-width: 980px){.fiber-kit-page-hero{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-image{order:-1}}@media (max-width: 680px){.fiber-kit-hero-image,.kt-fiber-showcase-media{padding:8px}.fiber-kit-hero-image img,.kt-fiber-showcase-media img{border-radius:14px}}.fiber-kit-page-hero{grid-template-columns:minmax(310px,.68fr) minmax(560px,1.32fr);gap:clamp(18px,3vw,34px);padding:clamp(18px,3vw,34px)}.fiber-kit-page-hero .fiber-kit-hero-image{width:100%;max-width:none;padding:clamp(4px,.8vw,9px)}.fiber-kit-hero-image img{width:100%;max-width:none;display:block}.fiber-kit-hero-copy h1{max-width:440px;font-size:clamp(2rem,3.35vw,3.55rem)}.fiber-kit-hero-copy .hero-copy{max-width:460px}.kt-fiber-showcase-card{grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);gap:clamp(18px,3vw,36px)}.kt-fiber-showcase-media{padding:clamp(4px,.8vw,9px)}@media (min-width: 1180px){.fiber-kit-page-hero{margin-left:calc(50% - 50vw + 28px);margin-right:calc(50% - 50vw + 28px)}}@media (max-width: 980px){.fiber-kit-page-hero,.kt-fiber-showcase-card{grid-template-columns:1fr}.fiber-kit-hero-copy h1,.fiber-kit-hero-copy .hero-copy{max-width:720px}}@media (max-width: 680px){.fiber-kit-page-hero{margin-left:0;margin-right:0;padding:10px}.fiber-kit-page-hero .fiber-kit-hero-image,.kt-fiber-showcase-media{padding:4px}}.fiber-kit-page-hero{grid-template-columns:minmax(330px,.76fr) minmax(500px,1.24fr);gap:clamp(20px,3.2vw,40px);padding:clamp(20px,3.2vw,38px)}.fiber-kit-page-hero .fiber-kit-hero-image{max-width:900px;justify-self:center}.kt-fiber-showcase-card{grid-template-columns:minmax(320px,.82fr) minmax(500px,1.18fr)}.kt-fiber-showcase-media{max-width:860px;justify-self:center}@media (max-width: 980px){.fiber-kit-page-hero,.kt-fiber-showcase-card{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-image,.kt-fiber-showcase-media{max-width:760px;justify-self:center}}@media (max-width: 680px){.fiber-kit-page-hero .fiber-kit-hero-image,.kt-fiber-showcase-media{max-width:100%}}.home-stability-blocks{gap:clamp(22px,2.6vw,38px)}.home-stability-blocks article{min-width:0}.home-stability-blocks article:not(:last-child):after{right:calc(clamp(22px,2.6vw,38px)*-.62)}@media (max-width: 940px){.home-stability-blocks{gap:20px}}@media (max-width: 680px){.home-stability-blocks{gap:14px}}.home-stability-blocks{margin-top:clamp(28px,4.2vw,56px)}@media (max-width: 940px){.home-stability-blocks{margin-top:28px}}@media (max-width: 680px){.home-stability-blocks{margin-top:22px}}.fiber-kit-features-heading{align-items:end;gap:32px}.fiber-kit-features-heading h2{max-width:680px}.fiber-kit-features-heading>p{max-width:520px}.fiber-kit-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 760px){.fiber-kit-features-heading{align-items:start}.fiber-kit-feature-grid{grid-template-columns:1fr}}.fiber-kit-features-section .fiber-kit-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.fiber-kit-features-section .fiber-kit-feature-grid>article{height:100%}@media (max-width: 760px){.fiber-kit-features-section .fiber-kit-feature-grid{grid-template-columns:1fr}}.fiber-kit-features-section .fiber-card-icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(14,165,233,.1));color:#2563eb;border:1px solid rgba(37,99,235,.16)}.fiber-kit-features-section .fiber-card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.fiber-kit-features-section .fiber-card-icon svg path{vector-effect:non-scaling-stroke}.fiber-kit-features-section .fiber-card-icon-shield{background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(251,191,36,.08));border-color:#f59e0b38;color:#d97706}.fiber-kit-features-section .fiber-card-icon-route{background:linear-gradient(135deg,rgba(16,185,129,.13),rgba(20,184,166,.08));border-color:#10b98133;color:#059669}.fiber-kit-features-section .fiber-card-icon-speed{background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(99,102,241,.08));border-color:#4f46e52e;color:#4f46e5}.fiber-kit-features-section .fiber-kit-feature-grid>article strong{display:block}.detached-spaces-section{padding-top:72px;padding-bottom:72px}.detached-spaces-heading{align-items:end;gap:30px;margin-bottom:26px}.detached-spaces-heading h2{max-width:620px}.detached-spaces-heading>p{max-width:480px}.detached-spaces-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.detached-spaces-grid article{padding:24px;border-radius:24px;background:#ffffff;border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 45px #0f172a0f}.detached-spaces-grid strong{display:block;color:#0f172a;font-size:1.02rem;margin-bottom:10px}.detached-spaces-grid span{display:block;color:#64748b;line-height:1.65;font-size:.94rem}@media (max-width: 980px){.detached-spaces-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.detached-spaces-section{padding-top:54px;padding-bottom:54px}.detached-spaces-heading{align-items:start;margin-bottom:20px}.detached-spaces-grid{grid-template-columns:1fr}}.detached-spaces-grid .detached-card-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;background:linear-gradient(135deg,rgba(37,99,235,.11),rgba(14,165,233,.08));color:#2563eb;border:1px solid rgba(37,99,235,.16)}.detached-spaces-grid .detached-card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.detached-spaces-grid .detached-card-icon svg path{vector-effect:non-scaling-stroke}.detached-spaces-grid .detached-card-icon-office{background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(99,102,241,.08));border-color:#4f46e52e;color:#4f46e5}.detached-spaces-grid .detached-card-icon-barn{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(20,184,166,.08));border-color:#10b98133;color:#059669}.detached-spaces-grid .detached-card-icon-property{background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(251,191,36,.08));border-color:#f59e0b38;color:#d97706}.detached-spaces-grid article strong{display:block}.final-kit-cta-button{min-width:190px;justify-content:center;box-shadow:0 16px 34px #2563eb47}.cta-band .hero-actions{justify-content:center}@media (max-width: 680px){.final-kit-cta-button{width:100%}}.fiber-kit-page-hero .fiber-kit-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));align-items:start;gap:10px 12px;margin:18px 0 24px}.fiber-kit-page-hero .fiber-kit-hero-points span{min-height:38px;padding:8px 16px;font-size:.9rem;line-height:1.1;box-shadow:0 8px 18px #082b5c12}.fiber-kit-page-hero .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:560px;margin-top:0}.fiber-kit-page-hero .hero-actions .button{width:100%;min-height:56px;padding:15px 18px;justify-content:center;text-align:center;white-space:nowrap}@media (max-width: 680px){.fiber-kit-page-hero .fiber-kit-hero-points,.fiber-kit-page-hero .hero-actions{grid-template-columns:1fr}.fiber-kit-page-hero .hero-actions .button{min-height:52px;white-space:normal}}.fiber-kit-page-hero .fiber-kit-hero-points{display:grid;grid-template-columns:1fr;gap:9px;max-width:430px;margin:18px 0 22px}.fiber-kit-page-hero .fiber-kit-hero-points span{position:relative;justify-content:flex-start;min-height:42px;padding:10px 14px 10px 42px;border-radius:16px;background:rgba(255,255,255,.9);font-size:.94rem;line-height:1.15;box-shadow:0 8px 18px #082b5c11}.fiber-kit-page-hero .fiber-kit-hero-points span:before{content:✓;position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-size:.72rem;font-weight:900}.fiber-kit-page-hero .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;max-width:430px;margin-top:0}.fiber-kit-page-hero .hero-actions .button{width:100%;min-height:54px;padding:15px 20px;justify-content:center;text-align:center}.fiber-kit-page-hero .hero-actions .button.secondary{background:rgba(255,255,255,.72)}.fiber-kit-page-hero .fiber-kit-hero-copy{position:relative}.fiber-kit-page-hero .fiber-kit-hero-points{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:650px;margin:22px 0 20px;padding:0}.fiber-kit-page-hero .fiber-kit-hero-points:before{content:;position:absolute;left:8%;right:8%;top:50%;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(19,99,223,.38),rgba(34,211,238,.5),transparent);box-shadow:0 0 18px #22d3ee47;z-index:-1}.fiber-kit-page-hero .fiber-kit-hero-points span{position:relative;display:grid;align-content:center;min-height:96px;padding:46px 14px 14px;border:1px solid rgba(19,99,223,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(239,248,255,.88)),radial-gradient(circle at 20% 0%,rgba(34,211,238,.24),transparent 44%);color:var(--navy);font-size:.88rem;line-height:1.12;font-weight:900;text-align:center;box-shadow:0 14px 30px #082b5c1a;transform:translateY(0)}.fiber-kit-page-hero .fiber-kit-hero-points span:nth-child(2){transform:translateY(-8px)}.fiber-kit-page-hero .fiber-kit-hero-points span:before{position:absolute;left:50%;top:14px;transform:translate(-50%);width:30px;height:30px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;font-size:.95rem;font-weight:900;box-shadow:0 10px 20px #1363df38}.fiber-kit-page-hero .fiber-kit-hero-points span:nth-child(1):before{content:↔}.fiber-kit-page-hero .fiber-kit-hero-points span:nth-child(2):before{content:⚡}.fiber-kit-page-hero .fiber-kit-hero-points span:nth-child(3):before{content:✓}.fiber-kit-page-hero .hero-actions{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:12px;max-width:650px;margin-top:0;padding:8px;border:1px solid rgba(19,99,223,.12);border-radius:28px;background:rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffe6,0 16px 34px #082b5c14}.fiber-kit-page-hero .hero-actions .button{width:100%;min-height:58px;padding:15px 18px;border-radius:22px;justify-content:center;text-align:center;white-space:normal}.fiber-kit-page-hero .hero-actions .button.primary{position:relative;overflow:hidden;background:linear-gradient(135deg,#1377ff 0%,#0a3b91 58%,#061f5f 100%);box-shadow:0 18px 36px #1363df4d}.fiber-kit-page-hero .hero-actions .button.primary:after{content:;position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.28) 42%,transparent 58%);transform:translate(-120%);transition:transform .45s ease}.fiber-kit-page-hero .hero-actions .button.primary:hover:after{transform:translate(120%)}.fiber-kit-page-hero .hero-actions .button.secondary{background:rgba(255,255,255,.78);border-color:#1363df2e;box-shadow:none}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-points{grid-template-columns:1fr;gap:10px;max-width:100%}.fiber-kit-page-hero .fiber-kit-hero-points:before{inset:16px auto 16px 31px;width:2px;height:auto;background:linear-gradient(180deg,transparent,rgba(19,99,223,.32),rgba(34,211,238,.5),transparent)}.fiber-kit-page-hero .fiber-kit-hero-points span,.fiber-kit-page-hero .fiber-kit-hero-points span:nth-child(2){min-height:64px;padding:14px 16px 14px 72px;text-align:left;transform:none}.fiber-kit-page-hero .fiber-kit-hero-points span:before{left:16px;top:50%;transform:translateY(-50%)}.fiber-kit-page-hero .hero-actions{grid-template-columns:1fr;max-width:100%;padding:7px}}.fiber-kit-page-hero .fiber-kit-hero-conversion{position:relative;isolation:isolate;max-width:670px;margin-top:24px;padding:14px;border:1px solid rgba(19,99,223,.13);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(238,248,255,.56)),radial-gradient(circle at 18% 0%,rgba(34,211,238,.2),transparent 38%),radial-gradient(circle at 88% 10%,rgba(19,99,223,.14),transparent 34%);box-shadow:0 24px 55px #082b5c1f,inset 0 1px #fffffff2;backdrop-filter:blur(10px)}.fiber-kit-page-hero .fiber-kit-hero-conversion:before{content:;position:absolute;left:36px;right:36px;top:68px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(19,99,223,.08),rgba(19,99,223,.42),rgba(34,211,238,.5),rgba(19,99,223,.08));box-shadow:0 0 22px #22d3ee47;z-index:-1}.fiber-kit-page-hero .fiber-kit-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:none;margin:0 0 12px;padding:0}.fiber-kit-page-hero .fiber-kit-hero-points>span{position:relative;display:grid;grid-template-rows:auto 1fr;justify-items:center;align-items:center;gap:10px;min-height:118px;padding:16px 12px 14px;border:1px solid rgba(19,99,223,.13);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,250,255,.9));color:var(--navy);font-size:.9rem;line-height:1.08;font-weight:900;text-align:center;box-shadow:0 16px 30px #082b5c18,inset 0 1px #fffffffa;overflow:hidden}.fiber-kit-page-hero .fiber-kit-hero-points>span:before{content:;position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(34,211,238,.17),transparent 48%);pointer-events:none}.fiber-kit-page-hero .fiber-kit-hero-points>span:nth-child(2){transform:translateY(-6px);border-color:#1363df33;box-shadow:0 22px 38px #082b5c21,inset 0 1px #fffffffa}.fiber-kit-page-hero .fiber-kit-point-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#1684ff,#092f86 78%);color:#fff;box-shadow:0 14px 24px #1363df42;z-index:1}.fiber-kit-page-hero .fiber-kit-point-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.fiber-kit-page-hero .fiber-kit-hero-points>span>span:last-child{position:relative;z-index:1}.fiber-kit-page-hero .hero-actions{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px;max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.fiber-kit-page-hero .hero-actions .button{width:100%;min-height:62px;padding:16px 18px;border-radius:24px;justify-content:center;text-align:center;letter-spacing:-.01em;white-space:normal}.fiber-kit-page-hero .hero-actions .button.primary{position:relative;overflow:hidden;background:linear-gradient(135deg,#1684ff 0%,#0f5fd7 42%,#082b7c 100%);box-shadow:0 22px 42px #1363df4d,0 0 0 1px #ffffff38 inset}.fiber-kit-page-hero .hero-actions .button.primary:before{content:;position:absolute;inset:0;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.38),transparent 34%);pointer-events:none}.fiber-kit-page-hero .hero-actions .button.primary:after{content:↗;margin-left:9px;position:relative;transform:none;background:none;transition:transform .16s ease}.fiber-kit-page-hero .hero-actions .button.primary:hover:after{transform:translate(2px,-2px)}.fiber-kit-page-hero .hero-actions .button.secondary{background:rgba(255,255,255,.88);border-color:#1363df29;box-shadow:inset 0 1px #fffffff2}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion{padding:12px;border-radius:28px}.fiber-kit-page-hero .fiber-kit-hero-conversion:before{inset:34px auto 112px 35px;width:3px;height:auto;background:linear-gradient(180deg,rgba(19,99,223,.08),rgba(19,99,223,.38),rgba(34,211,238,.48),rgba(19,99,223,.08))}.fiber-kit-page-hero .fiber-kit-hero-points,.fiber-kit-page-hero .hero-actions{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-points>span:nth-child(2){grid-template-columns:auto 1fr;grid-template-rows:auto;justify-items:start;min-height:72px;padding:14px 16px;text-align:left;transform:none}.fiber-kit-page-hero .fiber-kit-point-icon{width:40px;height:40px;border-radius:15px}.fiber-kit-page-hero .hero-actions .button{min-height:56px}}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span{display:grid;grid-template-rows:auto 1fr;justify-items:center;align-items:center;gap:10px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:before{content:;display:block}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#1684ff,#082b7c 82%);color:#fff;box-shadow:0 14px 26px #1363df47}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon:before{content:none}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon svg{display:block;width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{position:relative;z-index:2;display:block;color:var(--navy);font-size:.9rem;line-height:1.12;font-weight:900;text-align:center}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{display:inline-flex;align-items:center;justify-content:center;min-height:62px;color:inherit;text-decoration:none;line-height:1.1}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button.primary,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button.primary:visited{color:#fff}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button.secondary,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button.secondary:visited{color:var(--navy);background:rgba(255,255,255,.92)}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;justify-items:start;align-items:center;gap:12px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{text-align:left}}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points{align-items:stretch}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:132px;height:100%;transform:none;padding:18px 12px 16px;align-content:start}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon{width:44px;height:44px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:42px;display:flex;align-items:center;justify-content:center}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:72px;height:auto;padding:14px 16px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:0;justify-content:flex-start}}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:minmax(220px,360px);justify-content:center}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:1fr}}.fiber-kit-page-hero .fiber-kit-hero-conversion{max-width:620px;margin-top:20px;padding:12px;border-radius:30px}.fiber-kit-page-hero .fiber-kit-hero-conversion:before{left:32px;right:32px;top:60px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points{gap:10px;margin-bottom:10px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:112px;padding:14px 10px 12px;border-radius:22px;gap:8px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon{width:38px;height:38px;border-radius:14px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon svg{width:20px;height:20px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:36px;font-size:.84rem;line-height:1.08}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:minmax(210px,330px)}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{min-height:56px;padding:14px 16px;border-radius:22px}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion{max-width:100%;margin-top:18px;padding:10px;border-radius:26px}.fiber-kit-page-hero .fiber-kit-hero-conversion:before{left:31px;top:31px;bottom:100px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:64px;padding:12px 14px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon{width:36px;height:36px;border-radius:13px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:0;font-size:.84rem}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{min-height:52px}}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:minmax(180px,260px)}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{min-height:46px;padding:11px 14px;border-radius:18px;font-size:.9rem}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button.primary:after{margin-left:7px}@media (max-width: 760px){.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:minmax(170px,240px);justify-content:center}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{min-height:44px;padding:10px 13px;font-size:.88rem}}.kt-home-refresh-hero,.kt-home-refresh-section{width:min(1080px,100%);margin-inline:auto}.kt-home-refresh-hero{position:relative;isolation:isolate;margin-top:28px;padding:clamp(22px,4vw,46px);overflow:hidden;border:1px solid rgba(19,99,223,.14);border-radius:42px;background:radial-gradient(circle at 10% 10%,rgba(34,211,238,.26),transparent 28%),radial-gradient(circle at 92% 12%,rgba(19,99,223,.18),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f4f9ff 46%,#eaf5ff 100%);box-shadow:0 30px 80px #082b5c2e}.kt-home-refresh-hero:before{content:"";position:absolute;inset:16px;z-index:-1;border-radius:32px;background-image:linear-gradient(rgba(19,99,223,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(19,99,223,.07) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.1))}.kt-home-refresh-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(360px,1.04fr);gap:clamp(26px,4vw,54px);align-items:center}.kt-home-refresh-copy{min-width:0}.kt-home-refresh-eyebrow{display:inline-flex;width:fit-content;margin:0 0 16px;padding:7px 12px;border:1px solid rgba(19,99,223,.18);border-radius:999px;background:rgba(255,255,255,.72);color:#1363df;font-family:Helvetica,Arial,sans-serif;font-size:.76rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase;box-shadow:0 10px 24px #082b5c14}.kt-home-refresh-copy h1,.kt-home-refresh-section h2{margin:0;color:#042468;letter-spacing:-.065em}.kt-home-refresh-copy h1{max-width:760px;font-size:clamp(2.9rem,6.8vw,6.3rem);line-height:.9}.kt-home-refresh-subtitle,.kt-home-refresh-section p,.kt-home-refresh-card-grid p,.kt-home-refresh-product-card p{color:#516070;font-family:Helvetica,Arial,sans-serif;line-height:1.62}.kt-home-refresh-subtitle{max-width:610px;margin:22px 0 0;font-size:clamp(1.04rem,1.55vw,1.24rem)}.kt-home-refresh-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.kt-home-refresh-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900;letter-spacing:-.01em;transition:transform .16s ease,box-shadow .16s ease}.kt-home-refresh-button:hover{transform:translateY(-1px)}.kt-home-refresh-button.primary{color:#fff;background:linear-gradient(135deg,#1684ff 0%,#0f5fd7 45%,#082b7c 100%);box-shadow:0 20px 42px #1363df4d}.kt-home-refresh-button.secondary{color:#042468;border:1px solid rgba(19,99,223,.18);background:rgba(255,255,255,.78);box-shadow:inset 0 1px #ffffffeb}.kt-home-refresh-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.kt-home-refresh-points span,.kt-home-refresh-coming-list span{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border:1px solid rgba(19,99,223,.13);border-radius:999px;background:rgba(255,255,255,.76);color:#0f2d5c;font-size:.86rem;font-weight:850;box-shadow:0 10px 22px #082b5c14}.kt-home-refresh-product{position:relative;min-width:0}.kt-home-refresh-product figure{margin:0;padding:clamp(8px,1.2vw,14px);overflow:hidden;border:1px solid rgba(19,99,223,.14);border-radius:34px;background:rgba(255,255,255,.78);box-shadow:0 26px 64px #082b5c3d}.kt-home-refresh-product img{display:block;width:100%;height:auto;border-radius:24px;background:#eaf6ff}.kt-home-refresh-product-card{width:min(360px,calc(100% - 28px));margin:-46px auto 0;position:relative;padding:20px;border:1px solid rgba(19,99,223,.14);border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 22px 50px #082b5c2e;backdrop-filter:blur(12px)}.kt-home-refresh-product-card span{display:block;margin-bottom:7px;color:#1363df;font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.kt-home-refresh-product-card strong{display:block;color:#042468;font-size:1.25rem;line-height:1.12;letter-spacing:-.03em}.kt-home-refresh-product-card p{margin:10px 0 14px;font-size:.94rem}.kt-home-refresh-product-card a{color:#1363df;font-weight:900;text-decoration:none}.kt-home-refresh-section{padding:clamp(54px,7vw,82px) 0 0}.kt-home-refresh-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.kt-home-refresh-section h2{max-width:710px;font-size:clamp(2rem,4.6vw,4.1rem);line-height:.96}.kt-home-refresh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kt-home-refresh-card-grid article,.kt-home-refresh-coming{border:1px solid rgba(19,99,223,.12);background:rgba(255,255,255,.82);box-shadow:0 20px 56px #082b5c1c}.kt-home-refresh-card-grid article{padding:24px;border-radius:28px}.kt-home-refresh-card-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:18px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#1684ff,#082b7c 82%);box-shadow:0 14px 26px #1363df42;font-weight:900}.kt-home-refresh-card-grid h3{margin:0 0 10px;color:#042468;font-size:1.35rem;letter-spacing:-.03em}.kt-home-refresh-card-grid p{margin:0;font-size:.96rem}.kt-home-refresh-coming{display:grid;grid-template-columns:minmax(0,.92fr) minmax(280px,.8fr);gap:clamp(22px,4vw,46px);align-items:center;margin-bottom:54px;padding:clamp(26px,4vw,44px);border-radius:34px;background:radial-gradient(circle at 90% 18%,rgba(34,211,238,.18),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,247,255,.86))}.kt-home-refresh-coming p{max-width:650px;margin:16px 0 0;font-size:1rem}.kt-home-refresh-coming-list{display:flex;flex-wrap:wrap;gap:10px;align-content:center}@media (max-width: 900px){.kt-home-refresh-grid,.kt-home-refresh-coming,.kt-home-refresh-card-grid{grid-template-columns:1fr}.kt-home-refresh-section-heading{display:block}}@media (max-width: 680px){.kt-home-refresh-hero{margin-top:18px;padding:18px;border-radius:28px}.kt-home-refresh-copy h1{font-size:clamp(2.35rem,12vw,3.55rem);line-height:.96}.kt-home-refresh-actions,.kt-home-refresh-points,.kt-home-refresh-coming-list{display:grid;grid-template-columns:1fr}.kt-home-refresh-button,.kt-home-refresh-points span,.kt-home-refresh-coming-list span{justify-content:center;text-align:center}.kt-home-refresh-product figure{border-radius:24px}.kt-home-refresh-product img{border-radius:18px}.kt-home-refresh-product-card{width:calc(100% - 16px);margin-top:-28px;border-radius:22px}.kt-home-refresh-section{padding-top:48px}.kt-home-refresh-card-grid article,.kt-home-refresh-coming{border-radius:24px}}.kt-home-refresh-hero{padding:clamp(24px,4.4vw,54px)}.kt-home-refresh-grid{grid-template-columns:minmax(0,.88fr) minmax(380px,1.12fr);gap:clamp(34px,5.2vw,72px)}.kt-home-refresh-copy h1{max-width:590px;font-size:clamp(2.75rem,4.85vw,4.9rem);line-height:.96;letter-spacing:-.058em}.kt-home-refresh-subtitle{max-width:540px;margin-top:20px;font-size:clamp(1rem,1.18vw,1.13rem)}.kt-home-refresh-actions{margin-top:24px}.kt-home-refresh-product{justify-self:end;width:min(100%,520px)}.kt-home-refresh-product figure{border-radius:30px}.kt-home-refresh-product-card{width:min(330px,calc(100% - 40px));margin-top:-34px;margin-right:28px;margin-left:auto;padding:18px;border-radius:24px}.kt-home-refresh-points{max-width:560px}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:28px}.kt-home-refresh-copy h1,.kt-home-refresh-subtitle{max-width:720px}.kt-home-refresh-product{justify-self:center;width:min(100%,680px)}}@media (max-width: 680px){.kt-home-refresh-copy h1{max-width:100%;font-size:clamp(2.3rem,10vw,3.25rem);line-height:1}.kt-home-refresh-subtitle{font-size:.98rem}.kt-home-refresh-product-card{width:calc(100% - 18px);margin:-26px auto 0}}.kt-home-refresh-grid{grid-template-columns:minmax(0,.78fr) minmax(430px,1.22fr);gap:clamp(38px,5.6vw,78px)}.kt-home-refresh-copy h1{max-width:560px;font-size:clamp(2.55rem,4.35vw,4.35rem);line-height:.98}.kt-home-refresh-product{width:min(100%,590px)}.kt-home-refresh-product figure{padding:clamp(9px,1.25vw,16px)}.kt-home-refresh-product-card{width:min(360px,calc(100% - 38px));margin-top:-42px;margin-right:22px}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-copy h1{max-width:700px}.kt-home-refresh-product{width:min(100%,720px);justify-self:center}}@media (max-width: 680px){.kt-home-refresh-copy h1{font-size:clamp(2.2rem,9.4vw,3.05rem)}.kt-home-refresh-product-card{width:calc(100% - 18px);margin:-28px auto 0}}.kt-home-refresh-grid{grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:clamp(34px,5vw,68px)}.kt-home-refresh-copy h1{max-width:610px;font-size:clamp(2.5rem,4.15vw,4.15rem)}.kt-home-refresh-actions{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));gap:12px;max-width:430px}.kt-home-refresh-button{width:100%;min-height:48px;padding:12px 18px}.kt-home-refresh-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:610px}.kt-home-refresh-points span{justify-content:center;min-height:42px;padding:9px 12px;text-align:center;border-radius:16px;background:rgba(255,255,255,.84)}.kt-home-refresh-product{width:min(100%,560px)}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr}.kt-home-refresh-actions,.kt-home-refresh-points{max-width:620px}}@media (max-width: 680px){.kt-home-refresh-actions,.kt-home-refresh-points{grid-template-columns:1fr}.kt-home-refresh-button,.kt-home-refresh-points span{justify-content:center}}.kt-home-refresh-grid{grid-template-columns:minmax(0,.84fr) minmax(460px,1.16fr);gap:clamp(30px,4.6vw,62px)}.kt-home-refresh-copy h1{max-width:580px;font-size:clamp(2.45rem,3.95vw,4rem)}.kt-home-refresh-product{width:min(100%,640px);justify-self:end}.kt-home-refresh-product figure{padding:8px;border-radius:32px}.kt-home-refresh-product img{width:100%;border-radius:24px}.kt-home-refresh-product-card{width:min(390px,calc(100% - 32px));margin-top:-50px;margin-right:18px;padding:18px 20px}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-product{width:min(100%,760px);justify-self:center}}@media (max-width: 680px){.kt-home-refresh-copy h1{font-size:clamp(2.15rem,9vw,3rem)}.kt-home-refresh-product figure{padding:6px;border-radius:24px}.kt-home-refresh-product img{border-radius:18px}.kt-home-refresh-product-card{width:calc(100% - 14px);margin:-30px auto 0}}.fiber-kit-page-hero{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:clamp(22px,3.4vw,44px);align-items:center}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,560px);max-width:560px;justify-self:end;padding:clamp(6px,.9vw,12px)}.fiber-kit-page-hero .fiber-kit-hero-image img{width:100%;max-width:100%;height:auto}@media (max-width: 980px){.fiber-kit-page-hero{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,640px);max-width:640px;justify-self:center}}@media (max-width: 680px){.fiber-kit-page-hero .fiber-kit-hero-image{width:100%;max-width:100%;padding:5px}}.fiber-kit-page-hero{width:min(1080px,100%);margin:18px auto 0;padding:clamp(24px,3.4vw,42px);display:grid;grid-template-columns:minmax(360px,.96fr) minmax(420px,1.04fr);gap:clamp(24px,3.2vw,40px);align-items:center;border:1px solid rgba(19,99,223,.12);border-radius:34px;background:radial-gradient(circle at 8% 12%,rgba(34,211,238,.13),transparent 30%),radial-gradient(circle at 92% 18%,rgba(19,99,223,.1),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(241,247,255,.9));box-shadow:0 26px 72px #082b5c29}.fiber-kit-hero-copy{align-self:center;max-width:500px}.fiber-kit-hero-copy h1{max-width:500px;margin-bottom:16px;font-size:clamp(2.35rem,4.25vw,4.25rem);line-height:.98;letter-spacing:-.058em}.fiber-kit-hero-copy .hero-copy{max-width:440px;font-size:clamp(1rem,1.12vw,1.1rem);line-height:1.58}.fiber-kit-page-hero .fiber-kit-hero-conversion{max-width:430px;margin-top:22px;padding:10px;border-radius:28px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points{gap:8px;margin-bottom:10px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:96px;padding:12px 8px 10px;border-radius:20px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon{width:34px;height:34px;border-radius:13px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-icon svg{width:18px;height:18px}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-point-label{min-height:34px;font-size:.78rem}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:minmax(170px,245px)}.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions .button:visited{min-height:44px;padding:10px 14px;border-radius:17px;font-size:.86rem}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,520px);max-width:520px;justify-self:center;padding:8px;border-radius:30px;background:rgba(255,255,255,.74);box-shadow:0 24px 58px #082b5c38}.fiber-kit-page-hero .fiber-kit-hero-image img{display:block;width:100%;height:auto;border-radius:22px}@media (max-width: 980px){.fiber-kit-page-hero{grid-template-columns:1fr;padding:24px}.fiber-kit-hero-copy,.fiber-kit-hero-copy h1,.fiber-kit-hero-copy .hero-copy,.fiber-kit-page-hero .fiber-kit-hero-conversion{max-width:680px}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,620px);max-width:620px}}@media (max-width: 680px){.fiber-kit-page-hero{margin-top:14px;padding:16px;border-radius:26px}.fiber-kit-hero-copy h1{font-size:clamp(2.05rem,10vw,3rem)}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points,.fiber-kit-page-hero .fiber-kit-hero-conversion .hero-actions{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span,.fiber-kit-page-hero .fiber-kit-hero-conversion .fiber-kit-hero-points>span:nth-child(2){min-height:62px;padding:12px 14px}.fiber-kit-page-hero .fiber-kit-hero-image{width:100%;max-width:100%;padding:5px;border-radius:22px}.fiber-kit-page-hero .fiber-kit-hero-image img{border-radius:17px}}.kt-home-refresh-hero{margin-top:18px;padding:clamp(26px,3.8vw,48px);border-radius:36px}.kt-home-refresh-grid{grid-template-columns:minmax(390px,.98fr) minmax(420px,1.02fr);gap:clamp(30px,4.2vw,56px);align-items:center}.kt-home-refresh-copy h1{max-width:520px;font-size:clamp(2.65rem,4.55vw,4.55rem);line-height:.96;letter-spacing:-.058em}.kt-home-refresh-subtitle{max-width:490px;margin-top:20px;font-size:clamp(1rem,1.18vw,1.13rem);line-height:1.6}.kt-home-refresh-actions{display:grid;grid-template-columns:minmax(155px,1fr) minmax(155px,1fr);gap:12px;max-width:380px;margin-top:26px}.kt-home-refresh-button{min-height:48px;padding:12px 18px;border-radius:999px;text-align:center}.kt-home-refresh-product{width:min(100%,540px);justify-self:center}.kt-home-refresh-product-card{width:min(360px,calc(100% - 48px));margin:-36px 26px 0 auto;padding:18px 20px;border-radius:24px}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-copy,.kt-home-refresh-copy h1,.kt-home-refresh-subtitle{max-width:700px}.kt-home-refresh-product{width:min(100%,700px)}}@media (max-width: 680px){.kt-home-refresh-hero{margin-top:14px;padding:16px;border-radius:26px}.kt-home-refresh-copy h1{font-size:clamp(2.15rem,9.4vw,3.05rem);line-height:1}.kt-home-refresh-actions{grid-template-columns:1fr;max-width:100%}.kt-home-refresh-product figure{padding:5px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}.kt-home-refresh-product-card{width:calc(100% - 14px);margin:-28px auto 0;padding:16px}}.kt-home-refresh-hero{margin-top:18px;padding:clamp(28px,4.4vw,52px);border-radius:36px;background:radial-gradient(circle at 8% 12%,rgba(34,211,238,.14),transparent 30%),radial-gradient(circle at 92% 18%,rgba(19,99,223,.11),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.97),rgba(241,247,255,.92));box-shadow:0 26px 72px #082b5c29}.kt-home-refresh-copy .kt-home-refresh-eyebrow{margin-bottom:18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#0b4ea2;font-size:.78rem;letter-spacing:.18em}.kt-home-refresh-copy h1{max-width:520px;font-size:clamp(2.65rem,4.75vw,4.75rem);line-height:.96;letter-spacing:-.06em}.kt-home-hero-conversion{width:min(100%,430px);margin-top:26px;padding:11px;border:1px solid rgba(19,99,223,.13);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(238,248,255,.62)),radial-gradient(circle at 18% 0%,rgba(34,211,238,.18),transparent 40%);box-shadow:0 24px 55px #082b5c29,inset 0 1px #ffffffeb;backdrop-filter:blur(10px)}.kt-home-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:10px}.kt-home-hero-points>span{display:grid;justify-items:center;align-content:start;gap:8px;min-height:102px;padding:13px 8px 11px;border:1px solid rgba(19,99,223,.13);border-radius:21px;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(244,250,255,.92));color:#042468;font-size:.8rem;line-height:1.08;font-weight:900;text-align:center;box-shadow:0 16px 30px #082b5c21,inset 0 1px #fffffffa}.kt-home-point-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1684ff,#082b7c 82%);box-shadow:0 14px 24px #1363df47;font-size:.95rem}.kt-home-hero-conversion .kt-home-refresh-button.primary{width:min(100%,250px);min-height:46px;margin:0 auto;padding:11px 16px;border-radius:18px;font-size:.9rem}.kt-home-refresh-product-card{display:none}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-copy,.kt-home-refresh-copy h1,.kt-home-refresh-subtitle,.kt-home-hero-conversion{max-width:680px}.kt-home-refresh-product{width:min(100%,620px)}}@media (max-width: 680px){.kt-home-refresh-hero{margin-top:14px;padding:16px;border-radius:26px}.kt-home-refresh-copy h1{font-size:clamp(2.05rem,10vw,3rem);line-height:1}.kt-home-hero-points{grid-template-columns:1fr}.kt-home-hero-points>span{grid-template-columns:auto 1fr;justify-items:start;align-items:center;min-height:62px;padding:12px 14px;text-align:left}.kt-home-hero-conversion .kt-home-refresh-button.primary{width:100%;min-height:44px}.kt-home-refresh-product{width:100%}.kt-home-refresh-product figure{padding:5px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}}.kt-home-refresh-hero{margin-top:18px;padding:clamp(28px,4.2vw,52px);border-radius:36px;background:radial-gradient(circle at 8% 12%,rgba(34,211,238,.14),transparent 30%),radial-gradient(circle at 92% 18%,rgba(19,99,223,.11),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.97),rgba(241,247,255,.92));box-shadow:0 26px 72px #082b5c29}.kt-home-refresh-grid{grid-template-columns:minmax(380px,.96fr) minmax(430px,1.04fr);gap:clamp(28px,4vw,48px);align-items:center}.kt-home-refresh-copy{max-width:520px}.kt-home-refresh-copy h1{max-width:520px;font-size:clamp(2.65rem,4.65vw,4.65rem);line-height:.96;letter-spacing:-.06em}.kt-home-refresh-subtitle{max-width:500px;margin-top:20px;font-size:clamp(1rem,1.16vw,1.1rem);line-height:1.62}.kt-home-refresh-actions{display:grid;grid-template-columns:repeat(2,minmax(155px,1fr));gap:12px;max-width:390px;margin-top:26px}.kt-home-refresh-button{width:100%;min-height:48px;padding:12px 18px;text-align:center}.kt-home-refresh-product{width:min(100%,520px);justify-self:center}.kt-home-refresh-product figure{padding:8px;border-radius:30px;background:rgba(255,255,255,.74);box-shadow:0 24px 58px #082b5c38}.kt-home-refresh-product img{display:block;width:100%;height:auto;border-radius:22px}.kt-home-refresh-product-card{display:block;width:min(360px,calc(100% - 42px));margin:-34px 22px 0 auto;padding:18px 20px;border-radius:24px}.kt-home-refresh-product-card strong{font-size:1.15rem}.kt-home-refresh-product-card p{margin:8px 0 12px;font-size:.92rem;line-height:1.5}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-copy,.kt-home-refresh-copy h1,.kt-home-refresh-subtitle{max-width:680px}.kt-home-refresh-product{width:min(100%,620px)}}@media (max-width: 680px){.kt-home-refresh-hero{margin-top:14px;padding:16px;border-radius:26px}.kt-home-refresh-copy h1{font-size:clamp(2.05rem,10vw,3rem);line-height:1}.kt-home-refresh-actions{grid-template-columns:1fr;max-width:100%}.kt-home-refresh-product{width:100%}.kt-home-refresh-product figure{padding:5px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}.kt-home-refresh-product-card{width:calc(100% - 14px);margin:-28px auto 0;padding:16px}}.kt-home-refresh-grid{grid-template-columns:minmax(380px,.98fr) minmax(400px,1.02fr);gap:clamp(30px,4.4vw,58px);align-items:center}.kt-home-refresh-product{width:min(100%,500px);justify-self:center;display:grid;gap:14px}.kt-home-refresh-product figure{margin:0;padding:10px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(240,248,255,.88));border:1px solid rgba(19,99,223,.13);box-shadow:0 20px 48px #082b5c2e}.kt-home-refresh-product img{display:block;width:100%;max-width:100%;height:auto;border-radius:20px;background:#fff}.kt-home-refresh-product-card{display:block;width:100%;margin:0;padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.93);border:1px solid rgba(19,99,223,.13);box-shadow:0 16px 34px #082b5c21}.kt-home-refresh-product-card span{margin-bottom:6px}.kt-home-refresh-product-card strong{font-size:1.12rem;line-height:1.16}.kt-home-refresh-product-card p{margin:8px 0 10px;font-size:.91rem;line-height:1.48}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr}.kt-home-refresh-product{width:min(100%,620px)}}@media (max-width: 680px){.kt-home-refresh-product{width:100%;gap:10px}.kt-home-refresh-product figure{padding:5px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}.kt-home-refresh-product-card{padding:16px;border-radius:20px}}.kt-home-refresh-grid{grid-template-columns:minmax(350px,.9fr) minmax(500px,1.1fr);gap:clamp(28px,4vw,52px)}.kt-home-refresh-product{width:min(100%,620px);max-width:620px;justify-self:end;gap:12px}.kt-home-refresh-product figure{padding:8px;border-radius:30px}.kt-home-refresh-product img{border-radius:22px}.kt-home-refresh-product-card{width:min(100%,560px);justify-self:center}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr}.kt-home-refresh-product{width:min(100%,720px);max-width:720px;justify-self:center}.kt-home-refresh-product-card{width:100%}}@media (max-width: 680px){.kt-home-refresh-product{width:100%;max-width:100%}.kt-home-refresh-product figure{padding:5px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}}.kt-home-refresh-grid{grid-template-columns:minmax(320px,.82fr) minmax(560px,1.18fr);gap:clamp(24px,3.6vw,44px)}.kt-home-refresh-product{width:min(100%,700px);max-width:700px;justify-self:end;gap:12px}.kt-home-refresh-product-card{width:min(100%,620px);justify-self:center}@media (max-width: 980px){.kt-home-refresh-grid{grid-template-columns:1fr}.kt-home-refresh-product{width:min(100%,760px);max-width:760px;justify-self:center}.kt-home-refresh-product-card{width:100%}}@media (max-width: 680px){.kt-home-refresh-product{width:100%;max-width:100%}.kt-home-refresh-product figure{padding:4px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}}.kt-home-refresh-hero{width:min(1180px,calc(100vw - 56px));max-width:none;margin-left:50%;transform:translate(-50%);padding:clamp(28px,3.6vw,48px)}.kt-home-refresh-grid{grid-template-columns:minmax(420px,.94fr) minmax(610px,1.06fr);gap:clamp(28px,3.2vw,42px);align-items:center}.kt-home-refresh-copy{max-width:520px;min-width:0}.kt-home-refresh-copy h1{max-width:520px;font-size:clamp(2.55rem,4.15vw,4.45rem);line-height:.98;letter-spacing:-.058em;overflow-wrap:normal;word-break:normal}.kt-home-refresh-subtitle{max-width:500px;font-size:clamp(1rem,1.12vw,1.08rem)}.kt-home-refresh-product{width:min(100%,730px);max-width:730px;justify-self:end;gap:12px}.kt-home-refresh-product figure{padding:6px;border-radius:30px}.kt-home-refresh-product img{width:100%;height:auto;border-radius:22px}.kt-home-refresh-product-card{width:min(100%,640px);justify-self:center}@media (max-width: 1120px){.kt-home-refresh-hero{width:min(1080px,calc(100vw - 40px));transform:translate(-50%)}.kt-home-refresh-grid{grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr);gap:28px}.kt-home-refresh-copy h1{font-size:clamp(2.35rem,4vw,3.9rem)}.kt-home-refresh-product{width:min(100%,640px);max-width:640px}}@media (max-width: 980px){.kt-home-refresh-hero{width:min(100%,calc(100vw - 40px));margin-left:auto;transform:none}.kt-home-refresh-grid{grid-template-columns:1fr;gap:30px}.kt-home-refresh-copy,.kt-home-refresh-copy h1,.kt-home-refresh-subtitle{max-width:680px}.kt-home-refresh-product{width:min(100%,760px);max-width:760px;justify-self:center}.kt-home-refresh-product-card{width:100%}}@media (max-width: 680px){.kt-home-refresh-hero{width:100%;margin-top:14px;padding:16px;border-radius:26px}.kt-home-refresh-copy h1{font-size:clamp(2.05rem,9.5vw,3rem);line-height:1}.kt-home-refresh-product{width:100%;max-width:100%}.kt-home-refresh-product figure{padding:4px;border-radius:22px}.kt-home-refresh-product img{border-radius:17px}}.fiber-kit-page-hero{grid-template-columns:minmax(340px,.9fr) minmax(480px,1.1fr);gap:clamp(22px,3vw,38px)}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,590px);max-width:590px;justify-self:end;padding:6px}.fiber-kit-page-hero .fiber-kit-hero-image img{width:100%;height:auto}@media (max-width: 980px){.fiber-kit-page-hero{grid-template-columns:1fr}.fiber-kit-page-hero .fiber-kit-hero-image{width:min(100%,680px);max-width:680px;justify-self:center}}@media (max-width: 680px){.fiber-kit-page-hero .fiber-kit-hero-image{width:100%;max-width:100%;padding:4px}}
