

:root {
  --ink: #06101e;
  --navy: #07182d;
  --blue: #087cf0;
  --cyan: #56d6ff;
  --paper: #f3f6f8;
  --line: rgba(9, 30, 52, .13);
  --muted: #5f6d78;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; border-radius: 10px; color: white; background: linear-gradient(145deg, #0464da, #42caff); display: grid; place-items: center; font-size: 21px; font-weight: 800; box-shadow: 0 8px 22px rgba(0, 114, 232, .2); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 14px; letter-spacing: .12em; }
.brand-name small { font-size: 8px; letter-spacing: .38em; color: #75828c; margin-top: 6px; }
.nav-links { display: flex; gap: 32px; font-size: 13px; color: #52606b; }
.nav-links a:hover { color: var(--blue); }
.button { border: 0; border-radius: 7px; background: var(--blue); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 16px 21px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: #006bda; transform: translateY(-2px); }
.button-small { padding: 11px 16px; gap: 13px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding-block: 54px 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0; color: #36718e; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0, 124, 240, .12); }
h1 { font-size: clamp(54px, 6.2vw, 86px); line-height: .99; letter-spacing: -.055em; max-width: 760px; margin: 24px 0 25px; font-weight: 600; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; color: var(--blue); font-weight: 400; }
.hero-lede { max-width: 615px; color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 38px; }
.text-link { font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 11px; padding-block: 9px; border-bottom: 1px solid #a9b4bc; }
.hero-proof { display: flex; gap: 25px; margin-top: 52px; color: #74818a; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span:before { content: "✓"; color: var(--blue); font-weight: bold; }

.hero-visual { height: 500px; position: relative; display: grid; place-items: center; }
.core { width: 235px; height: 235px; border-radius: 50%; background: radial-gradient(circle at 38% 28%, #4bd9ff 0, #0d79e8 37%, #071b44 78%); display: grid; place-items: center; box-shadow: 0 35px 80px rgba(2, 43, 88, .3), inset 0 0 45px rgba(255,255,255,.12); position: relative; z-index: 2; }
.core span { color: white; font-size: 112px; font-weight: 800; letter-spacing: -.1em; transform: translateX(-5px); text-shadow: 0 14px 24px rgba(0,0,0,.25); }
.core-glow { position: absolute; inset: -45px; border-radius: 50%; background: radial-gradient(circle, rgba(0,131,246,.18), transparent 67%); }
.signal { position: absolute; border: 1px solid rgba(6, 103, 186, .18); border-radius: 50%; transform: rotate(-18deg); }
.signal:after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
.signal-one { width: 360px; height: 145px; }
.signal-one:after { right: 38px; top: 13px; }
.signal-two { width: 430px; height: 220px; transform: rotate(21deg); }
.signal-two:after { left: 25px; bottom: 49px; }
.signal-three { width: 320px; height: 420px; transform: rotate(64deg); border-style: dashed; }
.signal-three:after { right: 13px; bottom: 91px; }
.solution-node { position: absolute; width: 156px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); padding: 14px 15px; border: 1px solid white; border-radius: 9px; box-shadow: 0 16px 42px rgba(8, 35, 59, .13); z-index: 3; }
.solution-node small { color: #4d8dad; font-size: 7px; font-weight: 800; letter-spacing: .13em; display: block; margin-bottom: 7px; }
.solution-node strong { display: block; font-size: 12px; line-height: 1.2; }
.solution-node > span { display: block; color: #82909b; font-size: 9px; margin-top: 5px; }
.node-fiber { top: 30px; left: -12px; }
.node-voice { top: 62px; right: -28px; }
.node-backup { bottom: 47px; left: -25px; }
.node-wireless { bottom: 25px; right: -13px; }

.trusted { border-block: 1px solid var(--line); padding-block: 90px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 90px; }
.provider-intro h2 { font-size: clamp(34px, 3.5vw, 48px); margin-top: 13px; }
.provider-copy { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 440px; margin: 21px 0 0; }
.provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.provider-grid span { min-height: 58px; display: flex; align-items: center; padding: 0 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #3d4e5b; font-size: 13px; font-weight: 700; background: rgba(255,255,255,.25); }
.provider-grid span:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(8,124,240,.08); margin-right: 13px; }
.section { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 62px; }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.04; letter-spacing: -.045em; margin: 18px 0 0; font-weight: 600; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 490px; margin: 0 0 4px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 430px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { background: white; transform: translateY(-6px); }
.service-top { display: flex; justify-content: space-between; color: #8b99a3; font-size: 11px; }
.service-top > span:last-child { color: var(--blue); font-size: 17px; }
.service-card h3 { font-size: 28px; letter-spacing: -.03em; margin: 94px 0 19px; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; min-height: 74px; }
.service-card ul { list-style: none; padding: 0; margin: 31px 0 0; display: flex; flex-wrap: wrap; gap: 7px; }
.service-card li { background: #e8eef2; color: #53626e; border-radius: 20px; padding: 7px 10px; font-size: 10px; }

.why-wrap { color: white; background: var(--navy); position: relative; overflow: hidden; }
.why-wrap:after { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1px solid rgba(80,209,255,.14); left: -280px; bottom: -370px; box-shadow: 0 0 0 90px rgba(22,117,181,.035), 0 0 0 180px rgba(22,117,181,.025); }
.why { min-height: 760px; padding-block: 125px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; position: relative; z-index: 1; }
.why .kicker { color: var(--cyan); }
.why-copy h2 { margin-bottom: 31px; }
.why-copy p:not(.kicker) { color: #9bb0c0; line-height: 1.8; font-size: 15px; max-width: 430px; }
.text-link.light { color: white; border-color: rgba(255,255,255,.25); margin-top: 23px; }
.process { border-top: 1px solid rgba(255,255,255,.13); }
.process article { display: grid; grid-template-columns: 55px 1fr; gap: 23px; padding-block: 34px; border-bottom: 1px solid rgba(255,255,255,.13); }
.process article > span { color: var(--cyan); font-size: 10px; padding-top: 6px; }
.process h3 { font-size: 23px; margin: 0 0 10px; }
.process p { color: #91a6b5; line-height: 1.7; margin: 0; font-size: 14px; max-width: 500px; }

.outcomes { padding-block: 120px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; gap: 85px; }
.outcome-feature h2 { font-size: 44px; max-width: 550px; }
.outcome-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.outcome-stats div { padding-left: 28px; min-height: 116px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.outcome-stats strong { font-size: 45px; color: var(--blue); letter-spacing: -.04em; }
.outcome-stats span { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 7px; }

.contact-wrap { background: #081526; color: white; }
.contact { padding-block: 115px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; }
.contact .eyebrow { color: #62cdec; }
.contact-copy h2 { max-width: 470px; }
.contact-copy > p:not(.eyebrow) { color: #91a4b3; max-width: 450px; line-height: 1.7; }
.contact-copy > a { margin-top: 50px; color: #64d2fb; display: inline-flex; gap: 12px; font-size: 13px; }
.contact-form { background: #0d2037; padding: 36px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 22px; }
.contact-form label span { display: block; color: #a7b7c3; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 9px; }
.contact-form input, .contact-form textarea { width: 100%; color: white; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 6px; padding: 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(80,210,255,.08); }
.contact-form textarea { min-height: 112px; resize: vertical; }
.contact-form ::placeholder { color: #708294; }
.form-button { width: 100%; }
.footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; }
.footer p { color: #7d8a94; font-size: 11px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { height: 460px; }
  .section-heading, .why, .outcomes, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-card h3 { margin-top: 55px; }
  .trusted { grid-template-columns: 1fr; gap: 46px; padding-block: 75px; }
  .why { gap: 70px; }
  .outcomes { align-items: start; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: 76px; }
  .nav .button { display: none; }
  .hero { min-height: auto; padding-block: 66px 45px; }
  h1 { font-size: 51px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 38px; }
  .hero-visual { height: 390px; transform: scale(.88); }
  .solution-node { width: 140px; padding: 12px; }
  .node-fiber { top: 14px; left: -20px; }
  .node-voice { top: 55px; right: -25px; }
  .node-backup { bottom: 38px; left: -28px; }
  .node-wireless { bottom: 12px; right: -20px; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
  .provider-grid span { min-height: 54px; padding-inline: 13px; font-size: 11px; }
  .section { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 27px; }
  .service-card { padding: 27px; }
  .why { padding-block: 90px; min-height: auto; gap: 60px; }
  .outcomes { padding-block: 85px; gap: 55px; }
  .outcome-stats { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .outcome-stats div { min-height: auto; padding: 23px; border-bottom: 1px solid var(--line); }
  .contact { padding-block: 85px; gap: 60px; }
  .contact-form { padding: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer { padding-block: 35px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
