/* =========================================================
   FAST SPEED — logo palette: blue #0F52BA / orange #DC4D01
   Display: Space Grotesk / Body: Inter / Data: IBM Plex Mono
   ========================================================= */
:root{
  --ink:        #082657;
  --ink-2:      #0A3270;
  --ink-3:      #0C4194;
  --brand-blue:       #0F52BA;
  --brand-blue-light: #82B4FF;
  --brand-blue-hover: #0C4194;
  --brand-blue-deep:  #0C4194;
  --brand-orange:     #DC4D01;
  --brand-orange-light: #FF9A62;
  --brand-orange-hover: #F06418;
  --brand-orange-deep: #A63700;
  --brand-black:      #070303;
  --paper:      #F6F8FD;
  --paper-2:    #EAF0FA;
  --white:      #FFFFFF;
  --slate:      #455570;
  --slate-2:    #596B85;
  --line:       #D4DEED;

  --display: "Space Grotesk", sans-serif;
  --body:    "Inter", sans-serif;
  --mono:    "IBM Plex Mono", monospace;

  --radius: 14px;
  --radius-sm: 8px;
  --container: 1180px;
  --shadow: 0 12px 28px -14px rgba(8,38,87,0.28);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--body);
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ font-family:var(--display); margin:0 0 .5em; letter-spacing:-0.01em; }
p{ margin:0 0 1em; color:var(--slate); }
.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.mono{ font-family:var(--mono); }
.visually-hidden{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ---------- speed test ---------- */
.page-hero.speed-test-hero{ padding:36px 0; }
.speed-test-section{ padding:36px 0 64px; }
.speed-test-panel{ overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); box-shadow:var(--shadow); }
.speed-test-toolbar{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; padding:24px; border-bottom:1px solid var(--line); }
.speed-test-toolbar h2{ font-size:1.15rem; margin-bottom:6px; }
.speed-test-toolbar p{ max-width:620px; font-size:.85rem; margin:0; }
.speed-test-frame{ display:block; width:100%; height:720px; border:0; background:var(--white); }
.speed-test-fallback{ margin:0; padding:16px 24px; border-top:1px solid var(--line); font-size:.85rem; }
.speed-test-fallback a, .speed-test-tips a{ color:var(--brand-blue-deep); text-decoration:underline; text-underline-offset:3px; }
.speed-test-tips{ max-width:760px; margin-top:32px; }
.speed-test-tips h2{ font-size:1.2rem; }
.speed-test-tips ul{ list-style:disc; padding-left:22px; margin:0 0 16px; color:var(--slate); }
.speed-test-tips li{ margin-bottom:8px; }
.speed-test-tips p{ font-size:.9rem; }
@media (max-width:600px){
  .speed-test-section > .container{ padding:0 12px; }
  .speed-test-toolbar, .speed-test-fallback{ padding:18px; }
  .speed-test-frame{ height:780px; }
  .speed-test-toolbar .btn{ min-height:44px; }
}

:focus-visible{ outline:3px solid var(--brand-orange); outline-offset:2px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- eyebrow / section heads ---------- */
.eyebrow{
  font-family:var(--mono);
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--brand-blue-deep);
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
}
.eyebrow::before{
  content:"";
  width:18px; height:2px;
  background:var(--brand-orange);
  display:inline-block;
}
.section-head{ max-width:640px; margin-bottom:44px; }
.section-head h2{ font-size:clamp(1.6rem,3vw,2.3rem); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--body); font-weight:600; font-size:.94rem;
  padding:13px 26px; border-radius:999px; border:1px solid transparent;
  cursor:pointer; transition:transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--brand-orange); color:var(--brand-black); }
.btn-primary:hover{ background:var(--brand-orange-hover); }
.btn-outline{ border-color:rgba(255,255,255,.4); color:var(--white); }
.btn-outline:hover{ border-color:var(--white); background:rgba(255,255,255,.08); }
.btn-dark{ background:var(--brand-blue); color:var(--white); }
.btn-dark:hover{ background:var(--ink-3); }
.btn-blue{ background:var(--brand-blue); color:var(--white); }
.btn-blue:hover{ background:var(--brand-blue-hover); }
.btn-sm{ padding:9px 18px; font-size:.82rem; }

/* ---------- customer service top bar ---------- */
.contact-bar{ background:var(--brand-blue); color:var(--white); }
.contact-bar-inner{
  display:flex; align-items:center; gap:12px 28px; flex-wrap:wrap;
  padding-top:8px; padding-bottom:8px; font-size:.82rem;
}
.contact-bar-label{ display:inline-flex; align-items:center; gap:8px; font-weight:600; }
.contact-bar-label::before{
  content:""; width:7px; height:7px; border-radius:50%; background:var(--brand-orange-light);
}
.contact-bar-phones{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.contact-bar a{ display:inline-flex; align-items:center; gap:10px; min-height:28px; white-space:nowrap; }
.contact-bar-icon{ width:16px; height:16px; flex-shrink:0; color:var(--brand-orange); }
.contact-bar a:hover{ text-decoration:underline; text-underline-offset:4px; }
.contact-bar a:focus-visible{ outline-color:var(--white); border-radius:3px; }
.contact-bar-email{ margin-left:auto; }
.viber-icon{width:24px;height:24px;flex-shrink:0;display:inline-block;vertical-align:middle}
.viber-link{display:inline-flex;align-items:center;gap:9px;font-size:.84rem;line-height:1.5;max-width:100%;padding:6px 0}
.viber-link span{min-width:0}
.viber-link b{white-space:nowrap;font-weight:600}
.viber-link:hover{text-decoration:underline;text-underline-offset:4px}
.contact-bar .viber-link{gap:7px;font-size:inherit}
.contact-bar .viber-icon{width:22px;height:22px}
.billing-phone-grid .viber-link{grid-column:1/-1}
@media (max-width:700px){
  .contact-bar-inner{ justify-content:center; gap:0 16px; text-align:center; }
  .contact-bar-label{ flex-basis:100%; justify-content:center; }
  .contact-bar a{ min-height:44px; }
  .contact-bar-email{ margin-left:0; }
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:sticky; top:0; z-index:80;
  background:rgba(8,38,87,.96);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 24px; max-width:var(--container); margin:0 auto;
}
.logo{
  display:flex; align-items:center; gap:9px;
  font-family:var(--display); font-weight:700; font-size:1.15rem; color:var(--white);
}
.logo .logo-mark{ height:32px; width:auto; display:block; }
.logo .dim{ color:var(--brand-blue-light); }

.main-nav{ display:flex; align-items:center; gap:22px; }
.main-nav a, .nav-menu summary{
  color:rgba(255,255,255,.82); font-size:.9rem; font-weight:500;
  padding:8px 0; border-bottom:2px solid transparent;
}
.main-nav a:hover, .main-nav a.active{ color:var(--white); border-color:var(--brand-orange); }
.nav-menu{ position:relative; }
.nav-menu summary{ display:flex; align-items:center; gap:8px; cursor:pointer; list-style:none; white-space:nowrap; }
.nav-menu summary::-webkit-details-marker{ display:none; }
.nav-menu summary::after{ content:""; width:6px; height:6px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); margin-top:-3px; }
.nav-menu[open] summary::after{ transform:rotate(225deg); margin-top:3px; }
.nav-menu[open] summary, .nav-menu summary:hover, .nav-menu.active summary{ color:var(--white); border-color:var(--brand-orange); }
.nav-submenu{
  position:absolute; top:calc(100% + 8px); left:0; min-width:245px;
  display:flex; flex-direction:column; padding:8px; background:var(--ink);
  border:1px solid rgba(255,255,255,.16); border-radius:var(--radius-sm); box-shadow:var(--shadow);
}
.nav-submenu a{ padding:12px; border-radius:4px; }
.nav-submenu a:hover, .nav-submenu a.active{ background:var(--ink-2); }
.support-menu .nav-submenu{ min-width:280px; }

.header-actions{ display:flex; align-items:center; gap:12px; }
.nav-toggle{
  display:none; background:none; border:1px solid rgba(255,255,255,.3); border-radius:8px;
  width:40px; height:40px; color:var(--white); cursor:pointer;
}

@media (max-width:1100px){
  .main-nav{
    position:absolute; inset:100% 0 auto; background:var(--ink);
    max-height:calc(100dvh - 69px); overflow-y:auto; visibility:hidden;
    flex-direction:column; align-items:flex-start; gap:2px; padding:20px 24px;
    transform:translateY(-8px); opacity:0; pointer-events:none; transition:opacity .2s ease, transform .2s ease;
  }
  .main-nav.open{ opacity:1; pointer-events:auto; transform:translateY(0); visibility:visible; }
  .main-nav a{ width:100%; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
  .nav-menu{ width:100%; }
  .nav-menu summary{ padding:14px 0; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.08); }
  .nav-submenu{ position:static; min-width:0; margin:4px 0 10px; box-shadow:none; }
  .nav-submenu a{ padding:12px; }
  .support-menu .nav-submenu{ min-width:0; }
  .nav-toggle{ display:inline-flex; align-items:center; justify-content:center; }
  .header-actions .btn-sm{ display:none; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative; overflow:hidden;
  background:radial-gradient(1100px 500px at 82% -10%, rgba(15,82,186,.7), transparent 60%), var(--ink);
  color:var(--white);
  padding:76px 0 60px;
}
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center;
}
.hero h1{ font-size:clamp(2.1rem,4.4vw,3.4rem); line-height:1.08; margin-bottom:20px; }
.hero .eyebrow{ color:var(--brand-blue-light); }
.hero h1 .accent{ color:var(--brand-orange-light); }
.hero p.lede{ color:rgba(255,255,255,.72); font-size:1.05rem; max-width:480px; margin-bottom:28px; }
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:34px; }
.hero-stats{ display:flex; gap:28px; flex-wrap:wrap; }
.hero-stats .stat b{ display:block; font-family:var(--mono); font-size:1.5rem; color:var(--brand-orange-light); }
.hero-stats .stat span{ font-size:.78rem; color:rgba(255,255,255,.6); }

/* signature: fiber pulse graphic */
.fiber-pulse{ position:relative; width:100%; aspect-ratio:1/1; max-width:460px; margin:0 auto; }
.fiber-pulse svg{ width:100%; height:100%; }
.fiber-pulse .wire{ fill:none; stroke:rgba(255,255,255,.16); stroke-width:2; }
.fiber-pulse .wire-glow{
  fill:none; stroke:var(--brand-blue-light); stroke-width:2.4; stroke-linecap:round;
  stroke-dasharray:22 620; filter:drop-shadow(0 0 6px rgba(15,82,186,.9));
  animation:travel 3.4s linear infinite;
}
.fiber-pulse .node{ fill:var(--ink); stroke:rgba(255,255,255,.35); stroke-width:1.5; }
.fiber-pulse .node.home{ stroke:var(--brand-orange); }
.fiber-pulse text{ font-family:var(--mono); font-size:9px; fill:rgba(255,255,255,.55); }
@keyframes travel{
  0%{ stroke-dashoffset:640; }
  100%{ stroke-dashoffset:0; }
}

@media (max-width:860px){
  .hero-grid{ grid-template-columns:1fr; }
  .fiber-pulse{ max-width:320px; }
}

/* pulse divider used between sections */
.pulse-divider{ height:2px; background:linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-orange), transparent); opacity:.5; }

/* =========================================================
   QUICK TILES
   ========================================================= */
.quick-tiles{ padding:0; margin-top:-46px; position:relative; z-index:5; }
.tiles-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
  background:var(--white); border-radius:var(--radius); box-shadow:var(--shadow);
  padding:10px;
}
.tile{
  padding:22px 18px; border-radius:var(--radius-sm); display:flex; flex-direction:column; gap:6px;
  transition:background .15s ease;
}
.tile:hover{ background:var(--paper); }
.tile .tile-ic{
  width:38px; height:38px; border-radius:9px; background:var(--paper-2);
  display:flex; align-items:center; justify-content:center; color:var(--brand-blue-deep); margin-bottom:6px;
}
.tile h4{ font-size:.98rem; margin-bottom:2px; }
.tile p{ font-size:.82rem; margin:0; color:var(--slate-2); }
@media (max-width:980px){ .tiles-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:760px){ .tiles-grid{ grid-template-columns:repeat(2,1fr); } .quick-tiles{ margin-top:-30px; } }

/* =========================================================
   PLANS
   ========================================================= */
.plans{ padding:88px 0 60px; scroll-margin-top:75px; }
.plan-grid.soho-plan-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); }
@media (max-width:800px){ .plan-grid.soho-plan-grid{ grid-template-columns:1fr; } }
.plans-strip{
  display:flex; gap:20px; flex-wrap:wrap; margin-bottom:36px; color:var(--slate);
  font-size:.86rem;
}
.plans-strip span{ display:inline-flex; align-items:center; gap:8px; }
.plans-strip span::before{ content:"✓"; color:var(--brand-blue-deep); font-weight:700; }

.plan-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.plan-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 22px 22px; position:relative; display:flex; flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
}
.plan-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.plan-card.featured{ border-color:var(--brand-orange); box-shadow:0 0 0 3px rgba(220,77,1,.14); }
.plan-tag{
  align-self:flex-start; font-family:var(--mono); font-size:.68rem; letter-spacing:.08em;
  text-transform:uppercase; color:var(--brand-blue-deep); background:rgba(15,82,186,.1);
  padding:4px 10px; border-radius:999px; margin-bottom:14px;
}
.plan-card.featured .plan-tag{ color:var(--brand-orange-deep); background:rgba(220,77,1,.16); }
.plan-speed{ font-family:var(--mono); font-size:2.1rem; color:var(--ink); line-height:1; margin-bottom:4px; }
.plan-speed span{ font-size:.95rem; color:var(--slate-2); }
.plan-devices{ font-size:.82rem; color:var(--slate-2); margin-bottom:16px; }
.plan-price{ font-family:var(--mono); font-size:1.15rem; color:var(--ink); margin-bottom:16px; }
.plan-price span{ font-family:var(--body); font-size:.78rem; color:var(--slate-2); }
.plan-card ul{ margin-bottom:20px; flex:1; }
.plan-card li{ font-size:.85rem; color:var(--slate); padding:6px 0; border-top:1px dashed var(--line); }
.plan-card li:first-child{ border-top:none; }
.plan-card .btn{ width:100%; }

@media (max-width:980px){ .plan-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .plan-grid{ grid-template-columns:1fr; } }

/* ---------- homepage Cloud VPS service ---------- */
.home-cloud{padding:72px 0;background:var(--paper-2);border-top:1px solid var(--line);scroll-margin-top:90px}
.home-cloud-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}
.home-cloud-copy h2{font-size:clamp(2rem,3.8vw,3rem);line-height:1.12;margin-bottom:22px}
.home-cloud-copy h2 span{color:var(--brand-blue)}
.home-cloud-copy>p{max-width:570px}
.home-cloud-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 20px}
.home-cloud-copy .home-cloud-note{font-size:.8rem;color:var(--slate-2);margin:0}
.home-cloud-panel{padding:30px;background:var(--white);border:1px solid var(--line);border-top:4px solid var(--brand-orange);border-radius:var(--radius);box-shadow:var(--shadow)}
.home-cloud-panel-label{font: .72rem var(--mono);text-transform:uppercase;letter-spacing:.06em;color:var(--brand-blue-deep);margin-bottom:22px}
.home-cloud-workloads li{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}
.home-cloud-workloads li:first-child{padding-top:0}
.home-cloud-workloads li>span{font: .8rem var(--mono);color:var(--brand-orange-deep);padding-top:3px}
.home-cloud-workloads h3{font-size:1.06rem;margin-bottom:6px}
.home-cloud-workloads p{font-size:.84rem;margin:0}
.home-cloud-systems{padding-top:20px}
.home-cloud-systems>span{font-size:.75rem;color:var(--slate-2)}
.home-cloud-systems p{font-size:.8rem;font-weight:600;color:var(--ink);margin:6px 0 0}
.home-cloud-systems a{color:var(--brand-blue-deep);text-decoration:underline;text-underline-offset:4px}
@media(max-width:850px){.home-cloud-grid{grid-template-columns:1fr;gap:32px}.home-cloud{padding:48px 0}}
@media(max-width:480px){.home-cloud-panel{padding:22px}.home-cloud-actions{flex-direction:column}.home-cloud-actions .btn{width:100%}}

/* =========================================================
   FEATURES
   ========================================================= */
.features{ background:var(--ink-2); color:var(--white); padding:80px 0; }
.features .section-head p{ color:rgba(255,255,255,.65); }
.features .eyebrow{ color:var(--brand-blue-light); }
.feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.feature-card{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius); padding:24px 20px;
}
.feature-card .num{ font-family:var(--mono); color:var(--brand-orange-light); font-size:.8rem; margin-bottom:14px; display:block; }
.feature-card h4{ color:var(--white); font-size:1.02rem; }
.feature-card p{ color:rgba(255,255,255,.62); font-size:.88rem; margin:0; }
@media (max-width:900px){ .feature-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .feature-grid{ grid-template-columns:1fr; } }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner{
  background:linear-gradient(120deg, var(--brand-blue-deep), var(--ink));
  color:var(--white); border-radius:var(--radius); padding:46px 40px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  margin:80px auto; max-width:var(--container);
}
.cta-banner h3{ font-size:1.5rem; margin-bottom:6px; }
.cta-banner p{ color:rgba(255,255,255,.75); margin:0; }

/* =========================================================
   ABOUT / STORY STRIP
   ========================================================= */
.story{ padding:80px 0; }
.story-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:center; }
.story-visual{
  background:var(--ink); border-radius:var(--radius); padding:34px; color:var(--white);
  min-height:260px; display:flex; flex-direction:column; justify-content:center; gap:18px;
}
.story-visual .founded{ font-family:var(--mono); color:var(--brand-orange-light); font-size:.8rem; letter-spacing:.08em; }
.story-visual h3{ color:var(--white); font-size:1.7rem; }
.story-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:22px; }
.story-stats div b{ display:block; font-family:var(--mono); color:var(--brand-blue-light); font-size:1.3rem; }
.story-stats div span{ font-size:.72rem; color:rgba(255,255,255,.55); }
@media (max-width:900px){ .story-grid{ grid-template-columns:1fr; } }

/* =========================================================
   SUPPORT SECTION
   ========================================================= */
.support-block{ background:var(--paper-2); padding:80px 0; }
.support-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
@media (max-width:700px){ .support-grid{ grid-template-columns:1fr; } }
.support-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px;
}
.support-card h4{ font-size:1.05rem; }
.support-links{ display:flex; gap:10px; flex-wrap:wrap; margin-top:36px; }
.support-links a{
  font-size:.84rem; font-weight:600; color:var(--ink-2); background:var(--white);
  border:1px solid var(--line); padding:9px 16px; border-radius:999px;
}
.support-links a:hover{ border-color:var(--brand-blue-deep); color:var(--brand-blue-deep); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{ background:var(--ink); color:rgba(255,255,255,.7); padding:64px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:36px; margin-bottom:44px; }
.footer-brand .logo{ margin-bottom:6px; }
.footer-tagline{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--brand-blue-light); margin:0 0 16px;
}
.footer-brand p{ color:rgba(255,255,255,.55); font-size:.88rem; max-width:280px; }
.social-row{ display:flex; gap:10px; margin-top:16px; }
.social-row a{
  width:34px; height:34px; border-radius:9px; background:rgba(255,255,255,.06);
  display:flex; align-items:center; justify-content:center; font-size:.78rem; color:var(--white);
  border:1px solid rgba(255,255,255,.1);
}
.social-row a:hover{ background:var(--brand-blue-deep); }
.footer-col h5{ font-family:var(--display); color:var(--white); font-size:.85rem; letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px; }
.footer-col li{ margin-bottom:10px; font-size:.88rem; }
.footer-col a:hover{ color:var(--brand-blue-light); }
.newsletter-note{ color:var(--brand-blue-light); font-size:.86rem; }
.newsletter-row{ display:flex; gap:8px; margin-top:12px; flex-wrap:wrap; }
.newsletter-row input{
  flex:1; min-width:170px; padding:11px 14px; border-radius:8px; border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05); color:var(--white); font-family:var(--body); font-size:.85rem;
}
.newsletter-row input::placeholder{ color:rgba(255,255,255,.4); }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1); padding-top:22px; display:flex; justify-content:space-between;
  flex-wrap:wrap; gap:10px; font-size:.78rem; color:rgba(255,255,255,.45);
}
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* =========================================================
   GENERIC INNER PAGE HERO (about/contact/help/coverage)
   ========================================================= */
.page-hero{
  background:var(--ink); color:var(--white); padding:64px 0 54px;
  position:relative; overflow:hidden;
}
.page-hero::after{
  content:""; position:absolute; right:-120px; top:-120px; width:320px; height:320px;
  border-radius:50%; background:radial-gradient(circle, rgba(15,82,186,.28), transparent 70%);
}
.page-hero .eyebrow{ color:var(--brand-blue-light); }
.page-hero h1{ font-size:clamp(1.9rem,3.6vw,2.7rem); max-width:640px; }
.page-hero p{ color:rgba(255,255,255,.68); max-width:560px; }
.breadcrumb{ font-family:var(--mono); font-size:.76rem; color:rgba(255,255,255,.5); margin-bottom:16px; }
.breadcrumb a{ color:rgba(255,255,255,.75); }
.breadcrumb a:hover{ color:var(--brand-blue-light); }

.content-section{ padding:70px 0; }
.two-col{ display:grid; grid-template-columns:1.1fr .9fr; gap:48px; }
@media (max-width:900px){ .two-col{ grid-template-columns:1fr; } }

/* form elements (contact page) */
.form-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:30px; }
.form-row{ margin-bottom:16px; }
.form-row label{ display:block; font-size:.82rem; font-weight:600; margin-bottom:6px; color:var(--ink-2); }
.form-row input, .form-row select, .form-row textarea{
  width:100%; padding:11px 13px; border:1px solid var(--line); border-radius:8px;
  font-family:var(--body); font-size:.9rem; background:var(--paper); color:var(--ink);
}
.form-row textarea{ min-height:110px; resize:vertical; }
.form-note{ font-size:.78rem; color:var(--slate-2); margin-top:10px; }

.info-card{ background:var(--paper-2); border-radius:var(--radius); padding:26px; margin-bottom:16px; }
.info-card h4{ font-size:.95rem; margin-bottom:6px; }
.info-card p{ margin:0; font-size:.87rem; }

/* Bill payment */
.payment-channels-section{ padding:40px 0 32px; }
.payment-channels-section .section-head{ margin-bottom:20px; }
.payment-channels-section .section-head h2{ font-size:clamp(1.4rem,2.5vw,1.8rem); }
.payment-channels-section .section-head p:last-child{ margin-bottom:0; font-size:.9rem; }
.payment-channel-grid{ display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; max-width:980px; }
.payment-channel-card{ padding:16px 12px; border:1px solid var(--line); border-top:2px solid var(--brand-blue); border-radius:10px; background:var(--white); text-align:center; box-shadow:0 5px 14px -10px rgba(8,38,87,.24); }
.payment-channel-logo{ display:block; width:112px; height:44px; margin:0 auto 10px; object-fit:contain; }
.payment-channel-logo-uab{ padding:6px 10px; border-radius:6px; background:#202124; }
.payment-channel-card h3{ margin:0; font-size:.87rem; line-height:1.4; }
.payment-help-section{ padding-top:0; }
.payment-guidance > h2{ font-size:clamp(1.5rem,3vw,2rem); }
.payment-guidance > p:not(.eyebrow){ margin-bottom:28px; }
.payment-guidance .info-card h3{ font-size:1rem; margin-bottom:8px; }
.troubleshooting-contact.payment-contact{ align-self:start; padding:20px; margin-bottom:0; }
.payment-contact .eyebrow{ font-size:.64rem; letter-spacing:.1em; line-height:1.5; margin-bottom:6px; }
.payment-contact .eyebrow::before{ flex-shrink:0; }
.payment-contact p:not(.eyebrow){ font-size:.83rem; line-height:1.5; margin-bottom:8px; }
.payment-contact p.billing-hours{ font-size:.78rem; margin-bottom:14px; }
.troubleshooting-contact.payment-contact h2{ font-size:1.2rem; margin-bottom:6px; }
.billing-phone-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:12px; }
.payment-contact .support-phone{ font-size:.94rem; min-height:34px; padding:6px 0; }
.payment-contact .support-email{ font-size:.83rem; padding:6px 0; }
.billing-after-hours{ border-top:1px solid rgba(255,255,255,.2); margin-top:12px; padding-top:12px; }
.billing-after-hours > p{ margin-bottom:4px; }
.billing-after-hours h3{ font-size:1rem; margin-bottom:4px; }
.billing-contact-label{ display:inline-block; font-family:var(--body); font-size:.74rem; color:rgba(255,255,255,.8); }
@media (max-width:1000px){ .payment-channel-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:600px){
  .payment-channel-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .payment-channel-card{ padding:14px 10px; }
}
@media (max-width:360px){ .payment-channel-grid{ grid-template-columns:1fr; } }

/* Support and troubleshooting */
.troubleshooting-grid{ display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,1fr); gap:40px; align-items:start; }
.troubleshooting-item{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm); margin-bottom:14px; }
.troubleshooting-item summary{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px; font-family:var(--display); font-weight:600; cursor:pointer; list-style:none; }
.troubleshooting-item summary::-webkit-details-marker{ display:none; }
.troubleshooting-item summary::after{ content:"+"; color:var(--brand-blue); font-family:var(--mono); font-size:1.2rem; }
.troubleshooting-item[open]{ border-color:var(--brand-blue); }
.troubleshooting-item[open] summary::after{ content:"−"; }
.troubleshooting-answer{ padding:0 20px 20px; color:var(--slate); font-size:.94rem; }
.troubleshooting-answer ol{ padding-left:22px; margin:0 0 16px; }
.troubleshooting-answer li{ padding-left:4px; margin-bottom:10px; }
.troubleshooting-answer p:last-child, .troubleshooting-answer ol:last-child{ margin-bottom:0; }
.troubleshooting-answer a, .troubleshooting-links a{ color:var(--brand-blue-deep); text-decoration:underline; text-underline-offset:3px; }
.troubleshooting-contact{ padding:28px; margin-bottom:20px; border-radius:var(--radius); background:var(--ink); color:var(--white); }
.troubleshooting-contact .eyebrow{ color:var(--brand-blue-light); }
.troubleshooting-contact h2{ font-size:1.5rem; }
.troubleshooting-contact p:not(.eyebrow){ color:rgba(255,255,255,.8); }
.support-phone{ display:block; width:fit-content; font-family:var(--mono); font-size:1.15rem; padding:8px 0; }
.support-phone:hover, .support-email:hover{ text-decoration:underline; }
.troubleshooting-contact .btn{ margin:20px 0 12px; white-space:normal; }
.support-email{ display:block; padding:8px 0; overflow-wrap:anywhere; font-size:.9rem; color:var(--brand-blue-light); }
.troubleshooting-checklist h3{ font-size:1.05rem; }
.troubleshooting-checklist ul{ list-style:disc; padding-left:18px; color:var(--slate); font-size:.9rem; }
.troubleshooting-checklist li{ margin-bottom:8px; }
.troubleshooting-links{ display:flex; flex-direction:column; align-items:flex-start; gap:6px; }
.troubleshooting-links a{ padding:10px 0; }
@media (max-width:800px){ .troubleshooting-grid{ grid-template-columns:1fr; gap:28px; } }

/* FAQ accordion */
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{
  width:100%; text-align:left; background:none; border:none; cursor:pointer;
  padding:18px 0; font-family:var(--display); font-size:1rem; color:var(--ink);
  display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.faq-q .plus{ font-family:var(--mono); color:var(--brand-blue-deep); font-size:1.1rem; transition:transform .2s ease; }
.faq-item.open .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-item.open .faq-a{ max-height:280px; }
.faq-a p{ padding-bottom:18px; font-size:.9rem; }
.faq-cat{ font-family:var(--mono); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--brand-blue-deep); margin:34px 0 6px; }
.faq-cat:first-child{ margin-top:0; }

/* coverage checker */
.checker{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow); }
.checker-row{ display:flex; gap:10px; flex-wrap:wrap; }
.checker-row input{ flex:1; min-width:200px; padding:13px 14px; border:1px solid var(--line); border-radius:8px; font-family:var(--body); }
.result-box{ margin-top:18px; padding:16px 18px; border-radius:10px; background:var(--paper-2); font-size:.88rem; display:none; }
.result-box.show{ display:block; }

.town-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:20px; }
.town-chip{ background:var(--white); border:1px solid var(--line); border-radius:10px; padding:14px 16px; font-size:.86rem; }
.town-chip b{ display:block; font-family:var(--mono); font-size:.72rem; color:var(--brand-blue-deep); margin-bottom:2px; }
@media (max-width:700px){ .town-grid{ grid-template-columns:1fr 1fr; } }

.value-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:14px;}
.value-card{ border:1px solid var(--line); border-radius:var(--radius); padding:24px; background:var(--white); }
.value-card .num{ font-family:var(--mono); color:var(--brand-orange-deep); }
@media (max-width:800px){ .value-grid{ grid-template-columns:1fr; } }

.timeline{ border-left:2px solid var(--line); padding-left:24px; margin-top:10px; }
.timeline .t-item{ position:relative; padding-bottom:28px; }
.timeline .t-item::before{
  content:""; position:absolute; left:-30px; top:4px; width:10px; height:10px; border-radius:50%;
  background:var(--brand-blue); box-shadow:0 0 0 4px rgba(15,82,186,.15);
}
.timeline .t-year{ font-family:var(--mono); color:var(--brand-blue-deep); font-size:.78rem; }

.team-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:20px; }
.team-card{ text-align:center; }
.team-avatar{
  width:100%; aspect-ratio:1/1; border-radius:12px; background:linear-gradient(135deg,var(--ink),var(--brand-blue-deep));
  margin-bottom:10px;
}
.team-card b{ display:block; font-size:.88rem; }
.team-card span{ font-size:.76rem; color:var(--slate-2); }
@media (max-width:760px){ .team-grid{ grid-template-columns:1fr 1fr; } }
