:root{--blue:#00587c;--blue-dark:#00394f;--green:#099146;--orange:#ef5525;--grey:#898d90;--ink:#1d1d1d;--muted:#565858;--pale-blue:#eaf3f6;--pale-green:#e8f6ee;--pale-orange:#fff0eb;--border:#d9e1e4;--white:#fff;--max:1180px;--shadow:0 22px 48px rgba(0,57,79,.12);--signature:0 34px 0 0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;line-height:1.65;background:#fff}img{max-width:100%;height:auto}a{color:var(--blue);text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{max-width:850px}.skip-link{position:fixed;left:16px;top:10px;transform:translateY(-150%);z-index:1000;background:#fff;color:var(--blue);padding:12px 16px;border:3px solid var(--orange)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:26px}.brand{display:block;width:min(350px,42vw)}.brand img{display:block}.nav-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.nav-list a{display:block;padding:13px 14px;color:var(--ink);font-weight:700;text-decoration:none;border-bottom:3px solid transparent}.nav-list a:hover,.nav-list a:focus-visible,.nav-list a[aria-current=page]{color:var(--blue);border-bottom-color:var(--orange)}.menu-toggle{display:none}.hero{background:linear-gradient(115deg,#fff 0,#fff 52%,#eaf3f6 52%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;min-height:620px;gap:50px;padding-block:68px}.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:.8rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero h1,.page-hero h1,.error-page h1{font-size:clamp(2.65rem,5.6vw,5rem);line-height:1.02;letter-spacing:-.055em;margin:.12em 0 .25em;color:var(--blue-dark)}.hero h1 span{color:var(--green)}.lead{font-size:clamp(1.12rem,2vw,1.35rem);color:var(--muted);max-width:700px}.button-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:13px 20px;border:2px solid transparent;border-radius:0 25px 0 0;font-weight:800;text-decoration:none;line-height:1.2}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:var(--blue-dark)}.button-accent{background:var(--orange);color:var(--ink)}.button-accent:hover{background:#d94417;color:#fff}.button-ghost{border-color:var(--blue);color:var(--blue);background:#fff}.button-light{background:#fff;color:var(--blue-dark)}.button-ghost-dark{border-color:var(--blue-dark);color:var(--blue-dark);background:#fff}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:-25px 30px 35px -25px;border:2px solid var(--green);border-radius:0 54px 0 0;z-index:0}.hero-visual img{position:relative;display:block;border-radius:0 54px 0 0;box-shadow:var(--shadow);z-index:1}.section{padding:88px 0}.section-tint{background:linear-gradient(180deg,#f7fafb,#edf5f7)}.intro{text-align:center}.intro h2,.section-heading h2,.split h2,.comparison h2,.notice h2,.cta-band h2{font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.12;letter-spacing:-.035em;color:var(--blue-dark);margin:.2em 0}.intro p:not(.eyebrow){font-size:1.15rem;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}.section-heading>p{max-width:480px;color:var(--muted)}.company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.company-card{background:#fff;border:1px solid var(--border);border-radius:0 36px 0 0;padding:34px;box-shadow:0 14px 34px rgba(0,57,79,.08);position:relative;overflow:hidden}.company-card:before{content:"";position:absolute;left:0;top:0;width:8px;height:100%;background:var(--green)}.company-card.wireless:before{background:var(--orange)}.company-card__top{min-height:105px;display:flex;align-items:center}.company-card__top img{max-height:86px;width:auto}.company-card p{color:var(--muted)}.service-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:22px 0;padding:0}.service-tags li{padding:6px 10px;background:var(--pale-blue);color:var(--blue-dark);font-size:.88rem;font-weight:700;border-radius:999px}.wireless .service-tags li{background:var(--pale-orange)}.service-area{font-size:.93rem;border-top:1px solid var(--border);padding-top:18px}.text-link{font-weight:800}.external-mark{font-size:1.05em}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value-grid article{padding:30px;border:1px solid var(--border);border-radius:0 30px 0 0;background:#fff}.value-icon{display:inline-grid;place-items:center;width:46px;height:46px;background:var(--blue);color:#fff;font-weight:900;border-radius:0 16px 0 0}.value-grid article:nth-child(2) .value-icon{background:var(--green)}.value-grid article:nth-child(3) .value-icon{background:var(--orange);color:var(--ink)}.value-grid h3{font-size:1.35rem;color:var(--blue-dark)}.cta-band{background:var(--blue-dark);color:#fff;padding:58px 0}.cta-band .eyebrow,.cta-band h2{color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.page-hero{padding:96px 0 76px;background:linear-gradient(125deg,#edf5f7 0,#fff 65%);border-bottom:1px solid var(--border)}.page-hero.compact{padding:70px 0 56px}.page-hero h1{font-size:clamp(2.5rem,5vw,4.5rem)}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:30px}.comparison-grid article{background:#fff;padding:30px;border-left:6px solid var(--green)}.comparison-grid article:last-child{border-left-color:var(--orange)}.check-list{padding-left:0;list-style:none}.check-list li{position:relative;padding-left:30px;margin:.8em 0}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.notice{max-width:900px;padding:34px;border:1px solid var(--border);border-radius:0 30px 0 0;background:#fff}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card{padding:30px;border:1px solid var(--border);border-radius:0 30px 0 0;background:#fff;box-shadow:0 12px 28px rgba(0,57,79,.07)}.group-contact{background:var(--blue-dark);color:#fff}.group-contact .eyebrow,.group-contact h2,.group-contact p{color:#fff}.contact-card img{height:72px;width:auto;object-fit:contain;object-position:left}.stacked-actions{display:flex;align-items:flex-start;flex-direction:column;gap:14px;margin-top:24px}.small{font-size:.88rem}.legal h2{font-size:1.55rem;color:var(--blue-dark);margin-top:2em}.error-page{padding:100px 0 120px;text-align:center;background:linear-gradient(135deg,#edf5f7,#fff)}.error-code{font-size:8rem;font-weight:900;line-height:.8;color:#ccdee5;margin:0}.centered{justify-content:center}.site-footer{background:#102f3a;color:#fff;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}.footer-logo{width:260px}.site-footer h2{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:#cce8dc}.site-footer ul{list-style:none;padding:0}.site-footer a{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.2);margin-top:34px;padding-top:20px;font-size:.86rem;color:#d7e2e5}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}@media(max-width:900px){.no-js .header-inner{flex-wrap:wrap;padding-block:10px}.no-js .site-nav{width:100%}.no-js .nav-list{display:flex;flex-wrap:wrap;position:static;box-shadow:none;border:0;padding:0}.header-inner{min-height:74px}.brand{width:250px}.js .menu-toggle{display:grid;gap:5px;background:#fff;border:2px solid var(--blue);padding:10px;border-radius:0 14px 0 0}.menu-toggle span:not(.sr-only){display:block;width:24px;height:3px;background:var(--blue)}.js .nav-list{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--border);padding:12px 20px;box-shadow:0 14px 20px rgba(0,0,0,.1)}.js .nav-list.is-open{display:block}.nav-list a{padding:14px 8px}.hero{background:#fff}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-block:54px}.hero-visual{order:-1;max-width:680px}.company-grid,.comparison-grid,.split,.contact-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr 1fr}.section-heading,.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.brand{width:215px}.hero-grid{gap:38px}.hero h1{font-size:2.65rem}.hero-visual:before{display:none}.section{padding:64px 0}.page-hero{padding:65px 0 52px}.company-card{padding:26px}.value-grid,.footer-grid{grid-template-columns:1fr}.button-row{align-items:stretch;flex-direction:column}.button{width:100%}.footer-bottom{flex-direction:column}.contact-card img{height:60px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* 2026-08-07 official brand asset update */
.brand{width:92px;flex:0 0 92px}.brand img{width:92px;height:92px;object-fit:contain}.header-inner{min-height:112px}.footer-logo{width:132px;height:132px;object-fit:contain}.company-card__top{min-height:122px}.company-card__top img{max-height:108px;max-width:430px}.brand-transition{padding:12px 14px;background:var(--pale-green);border-left:4px solid var(--green);color:var(--blue-dark)!important}.text-brand{display:inline-flex;flex-direction:column;line-height:.88;letter-spacing:-.04em;color:var(--blue);margin-bottom:8px}.text-brand strong{font-size:2.45rem;font-weight:900}.text-brand span{font-size:1rem;letter-spacing:.22em;font-weight:800;color:var(--grey);margin-top:8px}.history-section{background:#fff}.history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.history-grid article{padding:30px;border:1px solid var(--border);border-radius:0 30px 0 0;background:linear-gradient(180deg,#fff,#f8fbfc)}.history-step{display:inline-grid;place-items:center;width:48px;height:48px;background:var(--green);color:#fff;font-weight:900;border-radius:0 16px 0 0}.history-grid article:nth-child(2) .history-step{background:var(--blue)}.history-grid article:nth-child(3) .history-step{background:var(--orange);color:var(--ink)}.history-grid h3{font-size:1.35rem;color:var(--blue-dark)}.brand-family-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.brand-family-grid article{padding:30px;border:1px solid var(--border);border-radius:0 30px 0 0;background:#fff;display:grid;align-content:start}.brand-family-grid img{width:auto;height:120px;max-width:100%;object-fit:contain;object-position:left center;margin-bottom:20px}.brand-family-grid article:first-child img{height:150px}.brand-family-grid h3{color:var(--blue-dark);margin:.3em 0}.merger-notice{display:grid;grid-template-columns:300px 1fr;gap:42px;align-items:center;max-width:1100px}.merger-notice img{width:100%;height:auto}.contact-group-logo{height:88px!important;width:88px!important;margin-bottom:18px}.group-contact .contact-group-logo{background:#fff;border-radius:0 22px 0 0;padding:4px}
@media(max-width:900px){.brand{width:78px;flex-basis:78px}.brand img{width:78px;height:78px}.header-inner{min-height:94px}.history-grid,.brand-family-grid,.merger-notice{grid-template-columns:1fr}.merger-notice img{max-width:420px}.footer-logo{width:110px;height:110px}}
@media(max-width:560px){.brand{width:68px;flex-basis:68px}.brand img{width:68px;height:68px}.header-inner{min-height:84px}.history-grid{grid-template-columns:1fr}.company-card__top img{max-height:92px}.text-brand strong{font-size:2rem}.brand-family-grid img{height:92px}.brand-family-grid article:first-child img{height:118px}}
