:root{--orange:#0878ff;--orange2:#2a61ff;--blue:#0878ff;--blue2:#2a61ff;--navy:#050914;--navy2:#071632;--dark:#02050d;--white:#fff;--soft:#f4f7fc;--text:#101828;--muted:#667085;--line:rgba(255,255,255,.14);--darkline:rgba(16,24,40,.12);--shadow:0 24px 80px rgba(5,20,48,.16);--radius:26px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img,svg{max-width:100%}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.section{padding:96px 0;position:relative}.section-dark{background:radial-gradient(circle at 55% 0,rgba(8,120,255,.35),transparent 38%),linear-gradient(180deg,#02050d 0,#050914 55%,#02050d 100%);color:#fff}.section-light{background:#fff}.section-soft{background:var(--soft)}.centered{text-align:center}.section-heading{max-width:780px;margin:0 0 44px}.section-heading.centered{margin-left:auto;margin-right:auto}.eyebrow,.label{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.04em}h1{font-size:clamp(42px,6vw,76px);margin:18px 0 20px}h2{font-size:clamp(30px,4vw,54px);margin:10px 0 18px}h3{font-size:21px;margin:0 0 12px}p{margin:0;color:var(--muted)}.section-dark p{color:rgba(255,255,255,.72)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.25s ease;cursor:pointer;text-align:center}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 18px 50px rgba(8,120,255,.34)}.btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(14px)}.btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 18px 50px rgba(8,120,255,.28)}.site-header{position:fixed;inset:0 0 auto;z-index:100;padding:16px 0;transition:.25s ease}.site-header.scrolled{background:rgba(2,5,13,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;max-width:220px}.brand img{height:42px;width:auto;display:block}.nav-menu{display:flex;align-items:center;gap:28px;color:rgba(255,255,255,.8);font-size:14px;font-weight:900}.nav-menu a:hover,.nav-menu a.active{color:var(--orange)}.header-call{display:grid;text-align:right;color:rgba(255,255,255,.72);line-height:1.2}.header-call small{font-size:11px}.header-call strong{font-size:18px;color:#fff}.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:0;padding:8px}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0;border-radius:99px}.hero{min-height:100vh;padding:150px 0 86px;background:linear-gradient(90deg,rgba(2,5,13,.88),rgba(2,5,13,.64)),var(--hero-img);background-size:cover;background-position:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}.hero-glow{position:absolute;right:-200px;top:130px;width:560px;height:560px;background:rgba(8,120,255,.42);border-radius:50%;filter:blur(90px)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);gap:58px;align-items:center}.hero-copy{color:#fff}.hero-subtitle{font-size:18px;max-width:730px;color:rgba(255,255,255,.76)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.micro{margin-top:16px;color:rgba(255,255,255,.72);font-size:14px}.benefit-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.benefit-pills span,.ticker-card,.tag{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800}.benefit-pills small,.ticker-card small{opacity:.7;font-weight:700}.hero-panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:28px;backdrop-filter:blur(18px);box-shadow:0 32px 90px rgba(0,0,0,.28)}.hero-panel-inner{background:#fff;border-radius:24px;color:var(--text);padding:28px}.hero-panel-inner p{margin-bottom:16px}.availability-list{display:grid;gap:12px;margin:22px 0}.availability-list div{display:flex;gap:12px;align-items:center;padding:14px;border-radius:16px;background:#f5f8ff}.availability-list svg{width:22px;height:22px;fill:var(--blue);flex:0 0 auto}.hero-panel .btn{width:100%}.quick-grid,.plans-grid,.bundle-grid,.internet-grid,.problem-grid,.trust-grid,.feature-grid,.testimonial-grid,.service-grid{display:grid;gap:20px}.quick-grid{grid-template-columns:repeat(4,1fr);margin-top:-56px;position:relative;z-index:5}.card,.plan-card,.problem-card,.trust-card,.feature-card,.testimonial-card,.step-card,.service-card,.bundle-card{background:#fff;border:1px solid var(--darkline);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);transition:.25s ease}.card:hover,.plan-card:hover,.trust-card:hover,.service-card:hover{transform:translateY(-6px);border-color:rgba(8,120,255,.22)}.icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#e8f2ff,#f7fbff);margin-bottom:18px}.icon svg{width:26px;height:26px;fill:var(--blue)}.card a,.service-card a,.plan-card a,.bundle-card a{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:900}.ticker-section{overflow:hidden;padding:88px 0}.ticker-row{overflow:hidden;margin:12px 0}.ticker-track{display:flex;gap:12px;width:max-content;animation:slideLeft 32s linear infinite}.ticker-track.reverse{animation-name:slideRight}.ticker-card{display:grid;border-radius:18px;min-width:190px;padding:14px 18px}.ticker-card strong{color:#fff}@keyframes slideLeft{from{transform:translateX(0)}to{transform:translateX(-35%)}}@keyframes slideRight{from{transform:translateX(-35%)}to{transform:translateX(0)}}.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.image-card{min-height:420px;border-radius:32px;background:linear-gradient(180deg,rgba(2,5,13,.12),rgba(2,5,13,.44)),var(--img);background-size:cover;background-position:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.image-card:after{content:"";position:absolute;inset:auto 24px 24px 24px;height:84px;border-radius:24px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px)}.stats-float{position:absolute;left:34px;bottom:48px;z-index:2;background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.stats-float strong{display:block;font-size:34px;color:var(--orange);line-height:1}.plans-grid{grid-template-columns:repeat(3,1fr)}.plan-card{display:flex;flex-direction:column}.plan-card.featured{background:linear-gradient(145deg,var(--blue),var(--blue2));color:#fff;transform:translateY(-12px)}.plan-card.featured p,.plan-card.featured li{color:rgba(255,255,255,.82)}.plan-card ul,.story-list{list-style:none;margin:20px 0;padding:0;display:grid;gap:10px}.plan-card li,.story-list li{position:relative;padding-left:26px;color:var(--muted)}.plan-card li:before,.story-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:900}.plan-card .btn{margin-top:auto}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.blue-card{background:linear-gradient(145deg,#072b66,#0a78ff);color:#fff;border-color:rgba(255,255,255,.12)}.blue-card p{color:rgba(255,255,255,.82)}.bundle-grid,.internet-grid{grid-template-columns:repeat(3,1fr)}.internet-grid{grid-template-columns:repeat(4,1fr)}.disclaimer-box{padding:22px 24px;border-radius:20px;background:#eef6ff;border:1px solid #bfdbfe;color:#0b3d91;margin:28px 0}.section-dark .disclaimer-box{background:rgba(8,120,255,.12);border-color:rgba(8,120,255,.28);color:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:none;color:#fff}.step-card span{display:block;font-size:34px;font-weight:900;color:var(--orange);margin-bottom:12px}.step-card p{color:rgba(255,255,255,.76)}.problem-grid{grid-template-columns:repeat(2,1fr)}.problem-card h3 span{display:block;color:var(--orange);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.trust-grid{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(5,1fr)}.feature-card{box-shadow:none;background:#f8fbff}.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}.contact-card{background:#fff;border-radius:28px;padding:30px;box-shadow:var(--shadow);border:1px solid var(--darkline)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:grid;gap:7px;font-weight:800;font-size:13px;color:var(--text)}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #d9e2f1;border-radius:14px;padding:13px 14px;font:inherit;outline:none;background:#fbfdff}.form-grid textarea,.form-grid .full{grid-column:1/-1}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(8,120,255,.12)}.form-note{font-size:12px;margin:14px 0 0}.testimonial-grid{grid-template-columns:repeat(4,1fr)}.testimonial-card{box-shadow:none;background:#f8fbff}.testimonial-card small{color:var(--orange);font-weight:900}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--darkline);border-radius:18px;box-shadow:0 14px 48px rgba(5,20,48,.08);overflow:hidden}.faq summary{padding:20px 24px;cursor:pointer;font-weight:900}.faq p{padding:0 24px 22px}.cta-band{background:radial-gradient(circle at 50% 0,rgba(8,120,255,.4),transparent 42%),linear-gradient(135deg,#02050d,#071632);color:#fff;text-align:center}.cta-band p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.75)}.cta-band .hero-actions{justify-content:center}.footer{background:#02050d;color:#fff;padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:38px}.footer p{color:rgba(255,255,255,.65)}.footer a{display:block;color:rgba(255,255,255,.72);margin:9px 0}.footer a:hover{color:#fff}.footer .brand{margin-bottom:16px}.footer-phone{display:inline-flex!important;margin-top:18px!important}.footer h3{font-size:15px;margin:0 0 16px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55);font-size:13px}.mobile-cta{display:none}.legal-content{max-width:900px}.legal-content h2{font-size:28px;margin-top:32px}.legal-content p{margin:12px 0}.logo-slider{background:#02050d;padding:34px 0;overflow:hidden}.logo-track{display:flex;gap:18px;width:max-content;animation:slideLeft 28s linear infinite}.logo-pill{height:54px;min-width:180px;border:1px solid rgba(255,255,255,.12);border-radius:999px;display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:.02em;background:rgba(255,255,255,.06)}.speed-lines{position:absolute;inset:0;overflow:hidden;pointer-events:none}.speed-lines span{position:absolute;bottom:-120px;width:2px;height:110px;background:linear-gradient(transparent,rgba(8,120,255,.8));animation:speedUp 3.5s linear infinite}@keyframes speedUp{from{transform:translateY(0);opacity:0}20%{opacity:1}to{transform:translateY(-900px);opacity:0}}@media(max-width:1100px){.hero-grid,.split,.contact-wrap{grid-template-columns:1fr}.quick-grid,.benefit-grid,.trust-grid,.feature-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.plans-grid,.bundle-grid,.internet-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.header-call{display:none}}@media(max-width:820px){body{padding-bottom:78px}.container{width:min(100% - 28px,var(--container))}.section{padding:72px 0}.site-header{padding:12px 0}.brand img{height:36px}.menu-toggle{display:block}.nav-menu{position:absolute;left:14px;right:14px;top:66px;display:none;flex-direction:column;align-items:flex-start;background:rgba(2,5,13,.96);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px}.nav-menu.open{display:flex}.hero{min-height:auto;padding:118px 0 70px}.hero h1{font-size:38px}.quick-grid{margin-top:0}.quick-grid,.plans-grid,.bundle-grid,.internet-grid,.steps-grid,.problem-grid,.benefit-grid,.trust-grid,.feature-grid,.testimonial-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.mobile-cta{position:fixed;left:12px;right:12px;bottom:12px;z-index:300;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;border-radius:18px;background:rgba(2,5,13,.94);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(16px);box-shadow:0 18px 60px rgba(0,0,0,.35)}.mobile-cta span{grid-column:1/-1;text-align:center;color:rgba(255,255,255,.75);font-size:12px;font-weight:700}.mobile-cta a{display:grid;place-items:center;min-height:42px;border-radius:999px;font-size:13px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--orange),var(--orange2))}.mobile-cta a:last-child{background:linear-gradient(135deg,var(--blue),var(--blue2))}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero-actions{flex-direction:column}.btn{width:100%}.table-scroll{overflow-x:auto}}@media(max-width:520px){h2{font-size:30px}.card,.plan-card,.problem-card,.trust-card,.feature-card,.testimonial-card,.step-card,.service-card,.bundle-card,.contact-card{padding:22px}.hero-panel,.hero-panel-inner{padding:22px}.image-card{min-height:320px}}


/* ===== FINAL CALL-ONLY UPDATE: BLUE / BLACK + NO FORMS ===== */
:root {
  --orange: #0878ff;
  --orange2: #2a61ff;
}

body {
  background: #02050d;
}

.section-light,
.section-soft {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.btn-primary,
.mobile-cta a,
.mobile-cta a:last-child {
  background: linear-gradient(135deg, #0878ff, #2a61ff) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 50px rgba(8,120,255,.32) !important;
}

.btn-secondary {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.09);
}

.nav-menu a:hover,
.nav-menu a.active,
.label,
.eyebrow,
.stats-float strong,
.step-card span,
.problem-card h3 span,
.testimonial-card small {
  color: #4da3ff !important;
}

.disclaimer-box {
  background: #eef6ff !important;
  border-color: #bfdbfe !important;
  color: #0b3d91 !important;
}

.section-dark .disclaimer-box {
  background: rgba(8,120,255,.12) !important;
  border-color: rgba(93,166,255,.32) !important;
  color: rgba(255,255,255,.9) !important;
}

.call-now-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(8,120,255,.18), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.call-now-wrap {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
  align-items: center;
}

.call-copy h2 {
  max-width: 760px;
}

.call-copy p {
  max-width: 760px;
}

.call-micro {
  margin-top: 16px;
  font-size: 14px;
  color: #667085;
}

.call-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 75% 0%, rgba(93,166,255,.45), transparent 34%),
    linear-gradient(145deg, #02050d, #071632 58%, #083f91);
  box-shadow: 0 28px 90px rgba(5,20,48,.28);
  border: 1px solid rgba(255,255,255,.14);
}

.call-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .45;
}

.call-card > * {
  position: relative;
  z-index: 1;
}

.call-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #dbeafe;
  margin-bottom: 18px;
}

.call-card h3 {
  font-size: 30px;
  color: #ffffff;
}

.call-card p {
  color: rgba(255,255,255,.76);
  margin-bottom: 20px;
}

.call-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 18px;
  background: #ffffff;
  color: #0878ff;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
  margin: 20px 0;
}

.call-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}

.call-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.call-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7dd3fc;
  font-weight: 900;
}

/* Make all cards more call-focused and polished */
.card a,
.service-card a,
.plan-card a,
.bundle-card a,
.trust-card a,
.feature-card a {
  color: #0878ff;
  font-weight: 900;
}

.image-card {
  border: 1px solid rgba(8,120,255,.16);
}

.logo-slider {
  background: #02050d;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.logo-pill {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(8,120,255,.18), rgba(255,255,255,.05));
  border-color: rgba(93,166,255,.22);
}

@media(max-width:1100px) {
  .call-now-wrap {
    grid-template-columns: 1fr;
  }
}

@media(max-width:520px) {
  .call-card {
    padding: 24px;
  }
  .call-number {
    font-size: 21px;
  }
}


/* ===== Visibility, imagery, and CTA enhancements ===== */
.btn:hover,.btn:focus-visible{color:#fff!important;transform:translateY(-2px);box-shadow:0 14px 34px rgba(8,120,255,.24)}
.btn-primary:hover{background:linear-gradient(135deg,var(--orange),var(--blue2))}
.btn-blue:hover,.btn-orange:hover{color:#fff!important}
.card a,.service-card a,.plan-card a,.bundle-card a,.mini-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(8,120,255,.22);background:rgba(8,120,255,.08);color:var(--blue)!important;font-weight:900;transition:.25s ease}
.card a:hover,.service-card a:hover,.plan-card a:hover,.bundle-card a:hover,.mini-btn:hover{background:linear-gradient(135deg,var(--blue),var(--orange));border-color:transparent;color:#fff!important;box-shadow:0 16px 40px rgba(8,120,255,.18)}
.section-dark .bundle-card,.section-dark .feature-card,.section-dark .trust-card,.section-dark .card{background:#fff;border-color:rgba(6,20,40,.10)}
.section-dark .bundle-card h3,.section-dark .bundle-card p,.section-dark .bundle-card strong,.section-dark .feature-card h3,.section-dark .feature-card p,.section-dark .trust-card h3,.section-dark .trust-card p,.section-dark .card h3,.section-dark .card p{color:var(--text)!important}
.section-dark .bundle-card a,.section-dark .feature-card a,.section-dark .trust-card a,.section-dark .card a{color:var(--blue)!important}
.card-media,.feature-media{height:118px;border-radius:18px;margin:10px 0 18px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.card-media:after,.feature-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,5,13,.08),rgba(2,5,13,.18))}
.bundle-card,.feature-card{overflow:hidden}
.bundle-card .icon,.internet-grid .card .icon{margin-bottom:12px}
.bundle-media.b1{background-image:url('../images/tv-bg.jpg')}
.bundle-media.b2{background-image:url('../images/mobile-bg.jpg')}
.bundle-media.b3{background-image:url('../images/bundles-bg.jpg')}
.internet-media.o1{background-image:url('../images/internet-bg.jpg')}
.internet-media.o2{background-image:url('../images/tv-bg.jpg')}
.internet-media.o3{background-image:url('../images/mobile-bg.jpg')}
.internet-media.o4{background-image:url('../images/hero-bg.jpg')}
.section-blue-grad{background:radial-gradient(circle at 50% 0,rgba(8,120,255,.40),transparent 42%),linear-gradient(135deg,#02050d,#04152f 58%,#03101f);color:#fff}
.section-blue-grad .section-heading p{color:rgba(255,255,255,.82)}
.comparison-feature-grid{grid-template-columns:repeat(4,1fr)}
.comparison-feature-grid .feature-card{background:#fff;border:1px solid rgba(6,20,40,.10);box-shadow:var(--shadow)}
.comparison-feature-grid .feature-card h3{color:var(--text)!important}
.comparison-feature-grid .feature-card p{color:var(--muted)!important}
.feature-media.f1{background-image:url('../images/hero-bg.jpg')}
.feature-media.f2{background-image:url('../images/tv-bg.jpg')}
.feature-media.f3{background-image:url('../images/contact-bg.jpg')}
.feature-media.f4{background-image:url('../images/internet-bg.jpg')}
.feature-media.f5{background-image:url('../images/bundles-bg.jpg')}
.feature-media.f6{background-image:url('../images/contact-bg.jpg')}
.feature-media.f7{background-image:url('../images/hero-bg.jpg')}
.feature-media.f8{background-image:url('../images/mobile-bg.jpg')}
.problem-card,.feature-card,.trust-card,.bundle-card{box-shadow:0 22px 60px rgba(5,20,48,.10)}
.legal-stack{display:grid;gap:20px}
.legal-block{background:#fff;border:1px solid var(--darkline);border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(5,20,48,.08)}
.legal-block h2{margin-top:0;color:var(--text)}
.legal-block p{color:var(--muted)}
.hero[style*="contact-bg.jpg"],.hero[style*="hero-bg.jpg"]{background-position:center}
.section-dark .section-heading h2,.section-dark .section-heading .label{color:#fff}
.section-dark .section-heading p{color:rgba(255,255,255,.8)}
@media(max-width:1100px){.comparison-feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.comparison-feature-grid{grid-template-columns:1fr}.card-media,.feature-media{height:160px}}



/* ===== V3 final polish: image cards, balanced color, call-focused CTAs ===== */
.section{padding:92px 0}
.section-soft{background:linear-gradient(180deg,#f7fbff,#eef5ff)}
.section-light + .section-light{padding-top:72px}
.logo-slider{padding:48px 0;margin-top:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.logo-track{gap:22px}
.logo-pill{min-width:205px;height:64px;background:linear-gradient(180deg,#071a35,#041022);border-color:rgba(8,120,255,.38);box-shadow:0 10px 28px rgba(8,120,255,.12)}
.quick-grid{gap:28px;margin-top:-44px}
.quick-grid .card{min-height:100%;padding:30px}
.quick-media.q1{background-image:url('../images/hero-bg.jpg')}
.quick-media.q2{background-image:url('../images/tv-bg.jpg')}
.quick-media.q3{background-image:url('../images/mobile-bg.jpg')}
.quick-media.q4{background-image:url('../images/contact-bg.jpg')}
.card-media,.feature-media{height:136px;border-radius:20px;margin:12px 0 20px;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 16px 38px rgba(5,20,48,.10)}
.card-media:after,.feature-media:after{background:linear-gradient(180deg,rgba(2,5,13,.04),rgba(2,5,13,.22))}
.bundle-media.b1{background-image:url('../images/tv-bg.jpg')}
.bundle-media.b2{background-image:url('../images/mobile-bg.jpg')}
.bundle-media.b3{background-image:url('../images/bundles-bg.jpg')}
.internet-media.o1{background-image:url('../images/internet-bg.jpg')}
.internet-media.o2{background-image:url('../images/tv-bg.jpg')}
.internet-media.o3{background-image:url('../images/mobile-bg.jpg')}
.internet-media.o4{background-image:url('../images/hero-bg.jpg')}
.card a,.service-card a,.plan-card a,.bundle-card a,.mini-btn,.header-call,.footer-phone{color:#fff!important;background:linear-gradient(135deg,var(--blue),var(--blue2));border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(8,120,255,.20)}
.card a:hover,.service-card a:hover,.plan-card a:hover,.bundle-card a:hover,.mini-btn:hover,.header-call:hover,.footer-phone:hover{color:#fff!important;background:linear-gradient(135deg,#044db7,#0878ff 55%,#2a61ff);transform:translateY(-2px);box-shadow:0 18px 46px rgba(8,120,255,.28)}
.btn:hover,.btn:focus-visible{color:#fff!important}
.btn-secondary:hover{background:linear-gradient(135deg,var(--blue),var(--blue2));border-color:transparent}
.section-dark .bundle-card,.section-dark .feature-card,.section-dark .trust-card,.section-dark .card{background:#fff;color:var(--text)}
.section-dark .bundle-card h3,.section-dark .bundle-card p,.section-dark .bundle-card strong,.section-dark .feature-card h3,.section-dark .feature-card p,.section-dark .trust-card h3,.section-dark .trust-card p,.section-dark .card h3,.section-dark .card p{color:var(--text)!important}
.image-card{background-size:cover!important;background-position:center!important;border:1px solid rgba(8,120,255,.25)}
.image-card:after{display:none}
.stats-float{display:none}
.speed-test-card{display:grid;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#eef6ff);border:1px solid #d7e8ff;box-shadow:0 20px 60px rgba(5,20,48,.14)}
.speed-test-card.big{min-height:430px;align-content:center;background:radial-gradient(circle at 75% 12%,rgba(8,120,255,.30),transparent 30%),linear-gradient(180deg,#ffffff,#edf6ff)}
.speed-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-weight:800}
.speed-top strong{color:var(--text)}
.speed-meter{display:grid;grid-template-columns:140px 1fr;gap:20px;align-items:end}
.speed-ring{width:132px;height:132px;border-radius:50%;display:grid;place-items:center;text-align:center;background:conic-gradient(var(--blue) 78%,#dcecff 0);box-shadow:inset 0 0 0 16px #fff}
.speed-ring strong{font-size:28px;color:var(--blue);line-height:1}
.speed-ring span{display:block;font-size:12px;color:var(--muted);font-weight:800}
.speed-bars{height:140px;display:flex;align-items:end;gap:10px;padding:16px;border-radius:18px;background:#06152b}
.speed-bars span{width:100%;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#62b4ff,#0878ff)}
.speed-results{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.speed-results div{padding:14px;border-radius:16px;background:#f6fbff;border:1px solid #dcecff}
.speed-results b{display:block;color:var(--text)}
.speed-results small{color:var(--muted);font-weight:700}
.speed-check-visual{border-radius:32px;padding:2px;background:linear-gradient(135deg,rgba(8,120,255,.65),rgba(255,255,255,.18));box-shadow:0 30px 80px rgba(8,120,255,.16)}
.process-light .step-card{background:#fff;color:var(--text);border-color:var(--darkline);box-shadow:var(--shadow)}
.process-light .step-card p,.process-light .step-card strong{color:var(--muted)}
.process-light .step-card span{color:var(--blue)}
.section-blue-grad{background:radial-gradient(circle at 50% 0,rgba(8,120,255,.36),transparent 42%),linear-gradient(135deg,#02050d,#051b3a 54%,#03101f);color:#fff}
.comparison-feature-grid{grid-template-columns:repeat(4,1fr);gap:24px}
.comparison-feature-grid .feature-card{background:#fff;border:1px solid rgba(6,20,40,.10);box-shadow:0 22px 60px rgba(0,0,0,.16)}
.comparison-feature-grid .feature-card h3{color:var(--text)!important}
.comparison-feature-grid .feature-card p{color:var(--muted)!important}
.feature-media.f1{background-image:url('../images/hero-bg.jpg')}
.feature-media.f2{background-image:url('../images/tv-bg.jpg')}
.feature-media.f3{background-image:url('../images/mobile-bg.jpg')}
.feature-media.f4{background-image:url('../images/internet-bg.jpg')}
.feature-media.f5{background-image:url('../images/bundles-bg.jpg')}
.feature-media.f6{background-image:url('../images/contact-bg.jpg')}
.feature-media.f7{background-image:url('../images/hero-bg.jpg')}
.feature-media.f8{background-image:url('../images/mobile-bg.jpg')}
.inner-visual-section{position:relative;overflow:hidden}
.inner-photo-card{position:relative;border-radius:34px;overflow:hidden;min-height:430px;box-shadow:var(--shadow);border:1px solid rgba(8,120,255,.18)}
.inner-photo-card img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}
.photo-badge{position:absolute;left:24px;bottom:24px;background:#fff;border-radius:20px;padding:16px 20px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.photo-badge strong{display:block;color:var(--blue);font-size:22px}.photo-badge span{font-weight:900;color:var(--text)}
.inner-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}
.inner-image-card{background:#fff;border:1px solid var(--darkline);border-radius:26px;padding:24px;box-shadow:var(--shadow)}
.inner-media.im1{background-image:url('../images/hero-bg.jpg')}.inner-media.im2{background-image:url('../images/tv-bg.jpg')}.inner-media.im3{background-image:url('../images/bundles-bg.jpg')}
.legal-block{background:#fff;border:1px solid var(--darkline);border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(5,20,48,.08)}
@media(max-width:1100px){.comparison-feature-grid{grid-template-columns:repeat(2,1fr)}.inner-image-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.quick-grid{margin-top:0}.speed-meter{grid-template-columns:1fr}.speed-ring{margin:auto}.speed-results,.inner-image-grid,.comparison-feature-grid{grid-template-columns:1fr}.inner-photo-card,.inner-photo-card img{min-height:320px}.logo-pill{min-width:170px}.logo-slider{padding:32px 0}}



/* ===== V4 final: live speed meter, stronger spacing, exact provided image usage ===== */
:root{--blue:#0878ff;--blue2:#2a61ff;--navy:#050914;--dark:#02050d;--text:#101828;--muted:#667085}
.hero-grid{position:relative}
.hero-live-meter{grid-column:1/-1;max-width:780px;margin:34px auto 0;padding:24px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(8,120,255,.10));border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(14px)}
.meter-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}
.meter-head span{color:#62b4ff;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.meter-head strong{color:#fff;font-size:18px}
.meter-body{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:end}
.rank-dial{position:relative;width:142px;height:142px;border-radius:50%;display:grid;place-items:center;text-align:center;background:conic-gradient(#0878ff 78%,rgba(255,255,255,.14) 0);box-shadow:inset 0 0 0 18px #06152b,0 14px 40px rgba(8,120,255,.18)}
.rank-dial.large{width:160px;height:160px}
.rank-dial strong{font-size:30px;color:#fff;line-height:1;z-index:2}
.rank-dial small{display:block;color:rgba(255,255,255,.68);font-weight:800;z-index:2;margin-top:42px;position:absolute}
.rank-dial .needle{position:absolute;width:54px;height:5px;background:#fff;border-radius:99px;left:50%;top:50%;transform-origin:left center;transform:rotate(12deg);box-shadow:0 0 18px rgba(255,255,255,.4)}
.rank-bars{height:142px;display:flex;align-items:end;gap:12px;padding:18px;border-radius:22px;background:#06152b;border:1px solid rgba(255,255,255,.12)}
.rank-bars.tall{height:170px}
.rank-bars span{width:100%;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#62b4ff,#0878ff)}
.hero-phone-row{display:grid;grid-template-columns:1fr 190px;gap:14px;margin-top:18px}
.hero-phone-pill,.hero-call-now{display:flex;align-items:center;justify-content:center;border-radius:999px;min-height:54px;font-weight:900;color:#fff!important;text-align:center}
.hero-phone-pill{flex-direction:column;background:#06152b;border:1px solid rgba(255,255,255,.14)}
.hero-phone-pill span{font-size:12px;color:#62b4ff;text-transform:uppercase;letter-spacing:.08em}
.hero-call-now{background:linear-gradient(135deg,var(--blue),var(--blue2));box-shadow:0 18px 44px rgba(8,120,255,.24)}
.hero-live-meter p{color:rgba(255,255,255,.72);text-align:center;margin-top:14px}
.quick-grid-polished{gap:34px!important;margin-top:-30px!important;padding-bottom:12px}
.quick-grid-polished .card{padding:34px!important;border-radius:32px!important}
.quick-grid-polished .card-media{height:150px!important}
.logo-slider{padding:54px 0!important}
.logo-track{gap:26px!important}
.logo-pill{height:66px!important;min-width:230px!important}
.reference-image-card{border-radius:32px;overflow:hidden;box-shadow:0 24px 80px rgba(5,20,48,.16);border:1px solid rgba(8,120,255,.20);background:#fff}
.reference-image-card img{width:100%;display:block}
.provided-reference-section{background:linear-gradient(180deg,#fff,#f4f8ff)}
.fiber-family-card,.image-card-loaded{min-height:460px!important}
.speed-photo-overlay{position:absolute;left:28px;bottom:28px;background:#fff;border-radius:22px;padding:18px 22px;box-shadow:0 18px 54px rgba(0,0,0,.18);z-index:3}
.speed-photo-overlay strong{display:block;color:#0878ff;font-size:24px;line-height:1.1}
.speed-photo-overlay span{font-weight:900;color:#101828}
.live-ranking-card{background:linear-gradient(135deg,rgba(8,120,255,.45),rgba(255,255,255,.10));padding:2px;border-radius:34px}
.live-rank-panel{padding:32px;border-radius:32px;background:radial-gradient(circle at 80% 10%,rgba(8,120,255,.28),transparent 34%),linear-gradient(180deg,#06152b,#02050d);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 80px rgba(8,120,255,.15)}
.live-rank-panel .speed-results{margin:20px 0}
.live-rank-panel .speed-results div{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}
.live-rank-panel .speed-results b{color:#fff}
.live-rank-panel .speed-results small{color:rgba(255,255,255,.72)}
.speed-test-card.clean-speed-card{padding:20px}
.mini-speed-line{height:16px;border-radius:999px;background:#06152b;overflow:hidden;position:relative}
.mini-speed-line span{display:block;height:100%;width:76%;border-radius:999px;background:linear-gradient(90deg,#62b4ff,#0878ff,#2a61ff);animation:meterPulse 2.2s ease-in-out infinite}
@keyframes meterPulse{0%,100%{width:54%}50%{width:88%}}
.inner-live-cta{padding-top:86px!important;padding-bottom:86px!important}
.inner-meter-mini{margin-top:24px;padding:18px;border-radius:20px;border:1px solid #d7e8ff;background:#fff;box-shadow:0 14px 36px rgba(5,20,48,.08)}
.inner-meter-mini strong{display:block;color:#101828;margin-bottom:10px}
.inner-meter-mini small{display:block;margin-top:10px;color:#667085;font-weight:800}
.inner-card-media.ic1{background-image:url('../images/hero-bg.jpg')}
.inner-card-media.ic2{background-image:url('../images/tv-bg.jpg')}
.inner-card-media.ic3{background-image:url('../images/mobile-bg.jpg')}
.inner-card-media.ic4{background-image:url('../images/bundles-bg.jpg')}
.inner-card-media{height:132px!important}
.section{scroll-margin-top:90px}
.card,.bundle-card,.trust-card,.service-card,.plan-card{transition:.25s ease}
.card:hover,.bundle-card:hover,.trust-card:hover,.service-card:hover,.plan-card:hover{transform:translateY(-5px)}
.card a,.bundle-card a,.service-card a,.plan-card a,.btn,.mini-btn{white-space:normal;text-align:center}
@media(max-width:1100px){
  .hero-live-meter{max-width:100%}
  .hero-phone-row{grid-template-columns:1fr}
}
@media(max-width:820px){
  .hero-live-meter{margin-top:24px;padding:18px}
  .meter-body{grid-template-columns:1fr}
  .rank-dial{margin:auto}
  .hero-phone-row{grid-template-columns:1fr}
  .quick-grid-polished{gap:20px!important}
  .quick-grid-polished .card-media{height:170px!important}
  .logo-pill{min-width:185px!important}
  .fiber-family-card,.image-card-loaded{min-height:340px!important}
}


/* ===== Final cleanup: remove hero live ranking image/card ===== */
.hero-live-meter,
.provided-reference-section {
  display: none !important;
}
/* ===== HEADER CALL BUTTON FIX ===== */

.header-call {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 240px !important;
  min-height: 62px !important;
  padding: 10px 28px !important;

  border-radius: 999px !important;
  background: linear-gradient(135deg, #0878ff, #2a61ff) !important;
  color: #ffffff !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 18px 45px rgba(8, 120, 255, 0.28) !important;

  text-align: center !important;
  text-decoration: none !important;
  line-height: 1.1 !important;

  transition: 0.25s ease !important;
}

.header-call small {
  display: block !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  opacity: 0.95 !important;
  margin-bottom: 3px !important;
}

.header-call strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}

.header-call:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #005fd6, #0878ff) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 55px rgba(8, 120, 255, 0.38) !important;
}

.header-call:hover small,
.header-call:hover strong {
  color: #ffffff !important;
}
/* ===== FINAL FIX: BUTTON TEXT COLOR INSIDE DARK SECTIONS ===== */

.section-dark .bundle-card a,
.section-dark .bundle-card a:visited,
.section-dark .bundle-card .mini-btn,
.section-dark .bundle-card .mini-btn:visited,
.bundle-card a,
.bundle-card a:visited,
.bundle-card .mini-btn,
.bundle-card .mini-btn:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.section-dark .bundle-card a:hover,
.section-dark .bundle-card a:focus,
.section-dark .bundle-card .mini-btn:hover,
.section-dark .bundle-card .mini-btn:focus,
.bundle-card a:hover,
.bundle-card a:focus,
.bundle-card .mini-btn:hover,
.bundle-card .mini-btn:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #005fd6, #0878ff) !important;
  opacity: 1 !important;
}

/* ===== MOBILE HEADER + LOGO + STICKY CTA FIX ===== */

@media (max-width: 820px) {

  /* Fix logo stretch */
  .brand {
    max-width: 130px !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .brand img {
    width: auto !important;
    max-width: 120px !important;
    height: 34px !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* Mobile header spacing */
  .nav-wrap {
    gap: 10px !important;
  }

  /* Make header call button smaller on mobile */
  .header-call {
    display: inline-flex !important;
    min-width: 170px !important;
    min-height: 48px !important;
    padding: 7px 16px !important;
    border-radius: 999px !important;
    text-align: center !important;
  }

  .header-call small {
    font-size: 10px !important;
    line-height: 1.05 !important;
    margin-bottom: 2px !important;
  }

  .header-call strong {
    font-size: 18px !important;
    line-height: 1.05 !important;
  }

  /* Keep menu icon clean */
  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
    padding: 7px !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 480px) {

  .brand img {
    max-width: 105px !important;
    height: 30px !important;
  }

  .header-call {
    min-width: 155px !important;
    min-height: 44px !important;
    padding: 6px 13px !important;
  }

  .header-call small {
    font-size: 9px !important;
  }

  .header-call strong {
    font-size: 16px !important;
  }
}
/* ===== LONG MOBILE IMAGE COVER SECTION ===== */

.mobile-cover-image {
  width: 100% !important;
  min-height: 520px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 28px 80px rgba(5, 20, 48, 0.18) !important;
  border: 1px solid rgba(8, 120, 255, 0.18) !important;
  background: #02050d !important;
}

.mobile-cover-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

.mobile-cover-image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    180deg,
    rgba(2, 5, 13, 0.05),
    rgba(2, 5, 13, 0.18)
  ) !important;
  pointer-events: none !important;
}

/* Make this section more balanced */
.section .split:has(.mobile-cover-image) {
  align-items: center !important;
  gap: 70px !important;
}

/* Mobile responsive */
@media (max-width: 820px) {
  .mobile-cover-image {
    min-height: 420px !important;
    border-radius: 26px !important;
  }

  .mobile-cover-image img {
    min-height: 420px !important;
  }
}

@media (max-width: 520px) {
  .mobile-cover-image {
    min-height: 360px !important;
  }

  .mobile-cover-image img {
    min-height: 360px !important;
  }
}
/* ===== REMOVE QUICK CARD ICONS + GREY BACK STRIP FIX ===== */

/* Remove the small icons above top card images */
.quick-grid .icon,
.quick-grid-polished .icon {
  display: none !important;
}

/* Stop cards from overlapping the dark/grey strip */
.quick-grid,
.quick-grid-polished {
  margin-top: 0 !important;
  padding-top: 70px !important;
  padding-bottom: 40px !important;
}

/* Make the section behind the cards clean white */
.section-light:has(.quick-grid),
.section-light:has(.quick-grid-polished) {
  background: #ffffff !important;
}

/* Remove any dark/grey visual bleeding from the previous section */
.hero + .section-light {
  background: #ffffff !important;
  padding-top: 0 !important;
}

/* Make top cards cleaner after icon removal */
.quick-grid .card,
.quick-grid-polished .card {
  padding-top: 30px !important;
}

/* Keep images close to the top of the card */
.quick-grid .card-media,
.quick-grid-polished .card-media {
  margin-top: 0 !important;
}

/* Mobile spacing */
@media (max-width: 820px) {
  .quick-grid,
  .quick-grid-polished {
    padding-top: 44px !important;
  }
}

/* ===== PROVIDER SUBHEADER + PROVIDER DETAIL PAGES ===== */
.provider-subnav{position:sticky;top:76px;z-index:90;background:#554fc0;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 8px 24px rgba(2,5,13,.12)}
.provider-subnav-inner{width:min(var(--container),calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px}.provider-subnav-label{color:#fff;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.provider-subnav nav{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.provider-subnav nav::-webkit-scrollbar{display:none}.provider-subnav a{position:relative;display:flex;align-items:center;min-height:48px;padding:0 18px;color:#fff;font-size:13px;font-weight:800;white-space:nowrap}.provider-subnav a:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:4px;border-radius:4px 4px 0 0;background:#fff;transform:scaleX(0);transition:transform .2s ease}.provider-subnav a:hover:after,.provider-subnav a.active:after{transform:scaleX(1)}
.provider-hero{position:relative;overflow:hidden;padding:96px 0;background:radial-gradient(circle at 76% 30%,color-mix(in srgb,var(--provider-accent) 30%,transparent),transparent 27%),linear-gradient(135deg,#02050d,#071632 58%,#031225);color:#fff}.provider-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;opacity:.35}.provider-hero-grid{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.provider-hero-copy p{color:rgba(255,255,255,.78);font-size:18px;max-width:760px}.provider-hero-copy h1{font-size:clamp(42px,5.4vw,72px)}.provider-disclosure{margin-top:22px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:13px!important}.provider-logo-card{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:36px;border-radius:30px;background:#fff;box-shadow:0 28px 100px rgba(0,0,0,.32);text-align:center}.provider-logo-card img{width:min(100%,420px);height:auto;object-fit:contain}.provider-logo-card .provider-logo-optimum{background:#fff;padding:22px;filter:contrast(1.15)}.provider-logo-card span{color:#667085;font-size:13px;font-weight:700}.check-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:30px;color:var(--muted);font-weight:700}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}.provider-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.provider-info-card{padding:30px;border-radius:var(--radius);background:#fff;border:1px solid var(--darkline);box-shadow:0 20px 60px rgba(5,20,48,.10)}.provider-info-card .icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(8,120,255,.09);font-size:25px;margin-bottom:18px}.provider-info-card a{display:inline-flex;margin-top:20px;color:var(--blue);font-weight:900}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.mini-grid div{padding:20px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.mini-grid strong,.mini-grid span{display:block}.mini-grid span{color:rgba(255,255,255,.68);font-size:13px;margin-top:4px}.provider-highlight,.provider-checklist{padding:34px;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.provider-highlight h3,.provider-checklist h3{font-size:31px;color:var(--text)}.provider-highlight p{color:var(--muted)!important;margin-bottom:24px}.provider-highlight>span{color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0}.factor-grid span{padding:18px;border-radius:16px;background:#f5f8ff;border:1px solid rgba(8,120,255,.12);font-weight:800}.steps-list{list-style:none;padding:0;margin:26px 0;counter-reset:provider-step;display:grid;gap:18px}.steps-list li{counter-increment:provider-step;position:relative;padding-left:58px}.steps-list li:before{content:counter(provider-step);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:900}.steps-list strong,.steps-list span{display:block}.steps-list span{color:var(--muted)}.split.reverse>div:first-child{order:2}.provider-trademark{background:#eef6ff}.provider-trademark .container{padding:34px;border-radius:26px;background:#fff;border:1px solid #bfdbfe}.footer-grid{grid-template-columns:1.4fr repeat(4,1fr)}
@media(max-width:980px){.provider-subnav{top:68px}.provider-subnav-inner{width:100%;padding-left:20px;display:block}.provider-subnav-label{display:none}.provider-hero-grid,.provider-card-grid{grid-template-columns:1fr}.provider-logo-card{min-height:230px}.factor-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.provider-subnav a{padding:0 14px;font-size:12px}.provider-subnav a:after{left:14px;right:14px}.provider-hero{padding:66px 0}.provider-hero-copy h1{font-size:39px}.provider-hero-copy p{font-size:16px}.provider-logo-card{padding:24px}.mini-grid,.factor-grid{grid-template-columns:1fr}.split.reverse>div:first-child{order:initial}.footer-grid{grid-template-columns:1fr}}


/* =========================================================
   HEADER + PROVIDER BAR FINAL ALIGNMENT FIX
   Main header: #06172d | Provider bar: #554fc0
   ========================================================= */
:root{
  --header-bg:#06172d;
  --provider-nav-bg:#554fc0;
  --desktop-header-height:76px;
  --provider-nav-height:48px;
}

.site-header{
  height:var(--desktop-header-height) !important;
  padding:0 !important;
  background:var(--header-bg) !important;
  border-top:1px solid rgba(255,255,255,.55) !important;
  border-bottom:1px solid rgba(255,255,255,.06) !important;
  display:flex !important;
  align-items:center !important;
}
.site-header .nav-wrap{
  min-height:var(--desktop-header-height) !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.brand{
  max-width:190px !important;
  flex:0 0 190px !important;
}
.brand img{
  width:190px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
}
.nav-menu{gap:26px !important;}
.header-call{
  min-width:258px !important;
  min-height:54px !important;
  padding:7px 24px !important;
  margin:0 !important;
}
.header-call small{font-size:11px !important;margin-bottom:2px !important;}
.header-call strong{font-size:22px !important;}

.provider-subnav{
  position:fixed !important;
  top:var(--desktop-header-height) !important;
  left:0 !important;
  right:0 !important;
  z-index:95 !important;
  height:var(--provider-nav-height) !important;
  background:var(--provider-nav-bg) !important;
  border:0 !important;
  box-shadow:none !important;
}
.provider-subnav-inner{
  min-height:var(--provider-nav-height) !important;
  height:var(--provider-nav-height) !important;
  padding:0 !important;
}
.provider-subnav a{
  min-height:var(--provider-nav-height) !important;
  height:var(--provider-nav-height) !important;
  padding:0 20px !important;
}
.provider-subnav a:after{left:20px !important;right:20px !important;}
main{padding-top:var(--provider-nav-height) !important;}

@media (max-width:1100px){
  .brand{max-width:145px !important;flex-basis:145px !important;}
  .brand img{width:145px !important;max-height:42px !important;}
  .nav-menu{gap:18px !important;font-size:13px !important;}
  .header-call{min-width:220px !important;}
}

@media (max-width:820px){
  :root{--desktop-header-height:72px;--provider-nav-height:44px;}
  .site-header .nav-wrap{
    display:grid !important;
    grid-template-columns:100px minmax(128px,1fr) 38px !important;
    gap:8px !important;
    width:calc(100% - 20px) !important;
  }
  .brand{
    width:100px !important;
    max-width:100px !important;
    flex-basis:auto !important;
    overflow:visible !important;
  }
  .brand img{
    width:100px !important;
    max-width:100px !important;
    height:auto !important;
    max-height:38px !important;
  }
  .header-call{
    width:100% !important;
    min-width:0 !important;
    max-width:176px !important;
    min-height:48px !important;
    padding:6px 10px !important;
    justify-self:center !important;
  }
  .header-call small{font-size:9px !important;white-space:nowrap !important;}
  .header-call strong{font-size:17px !important;}
  .menu-toggle{display:block !important;justify-self:end !important;}
  .nav-menu{top:calc(var(--desktop-header-height) + 8px) !important;}
  .provider-subnav-inner{
    width:100% !important;
    padding:0 8px !important;
    display:flex !important;
    justify-content:center !important;
  }
  .provider-subnav nav{
    width:100% !important;
    justify-content:space-evenly !important;
    gap:0 !important;
  }
  .provider-subnav a{
    flex:1 1 auto !important;
    justify-content:center !important;
    padding:0 8px !important;
    font-size:12px !important;
  }
  .provider-subnav a:after{left:8px !important;right:8px !important;}
}

@media (max-width:390px){
  .site-header .nav-wrap{
    grid-template-columns:86px minmax(118px,1fr) 34px !important;
    gap:6px !important;
  }
  .brand,.brand img{width:86px !important;max-width:86px !important;}
  .header-call{max-width:150px !important;min-height:44px !important;padding:5px 7px !important;}
  .header-call small{font-size:8px !important;}
  .header-call strong{font-size:15px !important;}
  .menu-toggle{width:34px !important;height:34px !important;padding:6px !important;}
  .provider-subnav a{font-size:11px !important;padding:0 5px !important;}
}


/* ===== PROVIDER SUBHEADER BLUE + CLAIM CTA + PROVIDER CARD SECTIONS ===== */
.provider-subnav{
  background:linear-gradient(135deg,#0878ff,#2a61ff)!important;
  border-bottom:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 28px rgba(8,120,255,.24)!important;
}
.provider-subnav a,.provider-subnav-label{color:#fff!important}
.provider-subnav .provider-claim-link{
  min-height:36px!important;
  margin:6px 0 6px 10px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0878ff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.16)!important;
}
.provider-subnav .provider-claim-link:after{display:none!important}
.provider-subnav .provider-claim-link:hover{transform:translateY(-1px);color:#005fd6!important}
.provider-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.provider-service-card{overflow:hidden;background:#fff;border:1px solid var(--darkline);border-radius:28px;box-shadow:0 22px 64px rgba(5,20,48,.12);display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease}
.provider-service-card:hover{transform:translateY(-5px);border-color:rgba(8,120,255,.28)}
.provider-service-card>img{display:block;width:100%;height:auto;aspect-ratio:12/7;object-fit:cover;background:#06152b}
.provider-service-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.provider-service-card h3{margin-bottom:10px}
.provider-service-card p{margin-bottom:20px;flex:1}
.provider-service-card .btn{width:100%;padding-inline:14px;font-size:14px}
.provider-details-link{display:inline-flex;justify-content:center;margin-top:13px;color:#0878ff;font-weight:900;font-size:13px}
.provider-section-cta{margin-top:34px}
@media(max-width:1100px){.provider-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){
  .provider-subnav-inner{padding:0 12px!important}
  .provider-subnav nav{width:100%;gap:2px;padding-right:4px}
  .provider-subnav a{min-height:44px!important;padding:0 12px!important}
  .provider-subnav .provider-claim-link{position:sticky;right:0;flex:0 0 auto;min-height:34px!important;margin:5px 0 5px 6px!important;padding:0 14px!important;z-index:3}
  .provider-service-grid{grid-template-columns:1fr}
  .provider-service-card-body{padding:22px}
  .provider-service-card>img{aspect-ratio:16/9}
  body{padding-bottom:84px!important}
  .mobile-cta{display:block!important;left:12px!important;right:12px!important;bottom:12px!important;padding:8px!important;border-radius:18px!important;background:rgba(2,5,13,.95)!important}
  .mobile-cta .mobile-call-only{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;width:100%!important;border-radius:999px!important;background:linear-gradient(135deg,#0878ff,#2a61ff)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;box-shadow:0 14px 34px rgba(8,120,255,.30)!important}
}
@media(max-width:520px){.provider-subnav a{font-size:11px!important;padding:0 10px!important}.provider-subnav .provider-claim-link{font-size:11px!important;padding:0 12px!important}}
/* =========================================================
   MOBILE HEADER ORDER FIX
   LOGO → PHONE NUMBER → MENU
   Paste at the VERY BOTTOM of style.css
   ========================================================= */

@media (max-width: 820px) {

  .site-header {
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 !important;
    background: #06172d !important;
  }

  .site-header .container {
    width: calc(100% - 16px) !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .site-header .nav-wrap {
    position: relative !important;
    width: 100% !important;
    min-height: 68px !important;

    display: grid !important;
    grid-template-columns: 82px minmax(150px, 1fr) 40px !important;
    align-items: center !important;
    gap: 7px !important;

    padding: 0 !important;
    margin: 0 !important;
  }

  /* 1. LOGO */
  .site-header .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;

    width: 82px !important;
    max-width: 82px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .site-header .brand img {
    display: block !important;
    width: 82px !important;
    max-width: 82px !important;
    height: 30px !important;
    max-height: 30px !important;

    object-fit: contain !important;
    object-position: left center !important;
  }

  /* 2. FULL PHONE NUMBER BUTTON */
  .site-header .header-call {
    grid-column: 2 !important;
    grid-row: 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 10px !important;

    border-radius: 999px !important;
    background: linear-gradient(135deg, #0878ff, #2a61ff) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 10px 26px rgba(8, 120, 255, 0.3) !important;

    color: #ffffff !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  /* Hide long header sentence on mobile */
  .site-header .header-call small {
    display: none !important;
  }

  .site-header .header-call strong {
    display: block !important;
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;

    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  /* 3. HAMBURGER MENU */
  .site-header .menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;

    position: static !important;
    display: block !important;

    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 7px !important;
    justify-self: end !important;

    background: transparent !important;
    border: 0 !important;
  }

  .site-header .menu-toggle span {
    display: block !important;
    width: 25px !important;
    height: 2px !important;

    margin: 5px auto !important;
    background: #ffffff !important;
    border-radius: 999px !important;
  }

  /* Dropdown navigation */
  .site-header .nav-menu {
    position: absolute !important;
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    z-index: 999 !important;
  }

  .provider-subnav {
    top: 68px !important;
  }
}

/* Small phones */
@media (max-width: 390px) {

  .site-header .container {
    width: calc(100% - 12px) !important;
  }

  .site-header .nav-wrap {
    grid-template-columns: 68px minmax(0, 1fr) 36px !important;
    gap: 5px !important;
  }

  .site-header .brand,
  .site-header .brand img {
    width: 68px !important;
    max-width: 68px !important;
  }

  .site-header .brand img {
    height: 27px !important;
    max-height: 27px !important;
  }

  .site-header .header-call {
    width: 100% !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
  }

  .site-header .header-call strong {
    font-size: 13px !important;
    letter-spacing: -0.03em !important;
  }

  .site-header .menu-toggle {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 6px !important;
  }

  .site-header .menu-toggle span {
    width: 23px !important;
  }
}
/* =========================================================
   FINAL MOBILE HEADER BALANCE
   Bigger logo + shorter phone CTA
   ========================================================= */

@media (max-width: 820px) {

  .site-header .nav-wrap {
    grid-template-columns: 112px minmax(135px, 190px) 38px !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  /* Bigger logo */
  .site-header .brand {
    width: 112px !important;
    max-width: 112px !important;
    min-width: 112px !important;
  }

  .site-header .brand img {
    width: 112px !important;
    max-width: 112px !important;
    height: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  /* Shorter call button */
  .site-header .header-call {
    width: 190px !important;
    max-width: 190px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    justify-self: center !important;
  }

  .site-header .header-call strong {
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  .site-header .menu-toggle {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}

/* Small mobile */
@media (max-width: 430px) {

  .site-header .nav-wrap {
    grid-template-columns: 104px minmax(128px, 175px) 36px !important;
    gap: 6px !important;
  }

  .site-header .brand,
  .site-header .brand img {
    width: 104px !important;
    max-width: 104px !important;
    min-width: 104px !important;
  }

  .site-header .brand img {
    height: 36px !important;
    max-height: 36px !important;
  }

  .site-header .header-call {
    width: 175px !important;
    max-width: 175px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 8px !important;
  }

  .site-header .header-call strong {
    font-size: 13px !important;
  }
}

/* Very small phones */
@media (max-width: 360px) {

  .site-header .nav-wrap {
    grid-template-columns: 92px minmax(118px, 155px) 34px !important;
    gap: 5px !important;
  }

  .site-header .brand,
  .site-header .brand img {
    width: 92px !important;
    max-width: 92px !important;
    min-width: 92px !important;
  }

  .site-header .brand img {
    height: 32px !important;
    max-height: 32px !important;
  }

  .site-header .header-call {
    width: 155px !important;
    max-width: 155px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .site-header .header-call strong {
    font-size: 12px !important;
  }
}
/* Small left spacing for mobile logo */
@media (max-width: 820px) {
  .site-header .brand {
    margin-left: 8px !important;
  }
}
/* =========================================================
   PROVIDER COMPARISON SECTION TOP SPACING
   Paste this at the VERY BOTTOM of your CSS file
   ========================================================= */

.provider-comparison-section,
.section:has(.provider-service-grid) {
  padding-top: 140px !important;
}

/* Tablet and mobile */
@media (max-width: 820px) {
  .provider-comparison-section,
  .section:has(.provider-service-grid) {
    padding-top: 95px !important;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .provider-comparison-section,
  .section:has(.provider-service-grid) {
    padding-top: 80px !important;
  }
}
/* =========================================================
   CLAIM NOW BUTTON HEIGHT FIX
   Paste at the VERY BOTTOM of your CSS file
   ========================================================= */

.provider-subnav .provider-claim-link {
  min-height: 30px !important;
  height: 30px !important;

  margin-top: 7px !important;
  margin-bottom: 7px !important;

  padding: 0 15px !important;
  border-radius: 999px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 12px !important;
  line-height: 1 !important;
}

/* Mobile */
@media (max-width: 820px) {
  .provider-subnav .provider-claim-link {
    min-height: 28px !important;
    height: 28px !important;

    margin-top: 8px !important;
    margin-bottom: 8px !important;

    padding: 0 13px !important;
    font-size: 11px !important;
  }
}
/* =========================================================
   FINAL HOMEPAGE POLISH
   1. White sliding cards
   2. Reduced hero bottom spacing
   3. One mobile sticky call CTA only
   ========================================================= */

/* ---------- WHITE SLIDING CARD DESIGN ---------- */
.ticker-section,
.logo-slider {
  background: #02050d !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.ticker-track,
.logo-track {
  gap: 12px !important;
}

.ticker-card,
.logo-pill {
  min-width: 190px !important;
  min-height: 62px !important;
  height: auto !important;
  padding: 12px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-align: left !important;
}

.ticker-card strong,
.logo-pill strong,
.logo-pill {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

.ticker-card small,
.logo-pill small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ticker-card:hover,
.logo-pill:hover {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(77, 163, 255, 0.52) !important;
  transform: translateY(-2px) !important;
}

/* ---------- REDUCE HERO BOTTOM EMPTY SPACE ---------- */
.hero {
  min-height: auto !important;
  padding-top: 150px !important;
  padding-bottom: 44px !important;
}

.hero-grid {
  align-items: center !important;
}

.hero-actions {
  margin-top: 24px !important;
}

.benefit-pills {
  margin-top: 20px !important;
}

/* Prevent hidden blocks from reserving visual spacing */
.hero-live-meter,
.provided-reference-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ---------- ONE MOBILE STICKY CALL BUTTON ONLY ---------- */
@media (max-width: 820px) {
  body {
    padding-bottom: 80px !important;
  }

  .hero {
    min-height: auto !important;
    padding-top: 124px !important;
    padding-bottom: 34px !important;
  }

  .hero-actions {
    margin-top: 20px !important;
  }

  .benefit-pills {
    margin-top: 18px !important;
  }

  .ticker-section,
  .logo-slider {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .ticker-card,
  .logo-pill {
    min-width: 168px !important;
    min-height: 58px !important;
    padding: 11px 15px !important;
    border-radius: 14px !important;
  }

  .mobile-cta {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 9999 !important;
    display: block !important;
    width: auto !important;
    padding: 7px !important;
    border-radius: 18px !important;
    background: rgba(2, 5, 13, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(16px) !important;
  }

  /* Hide label text and every duplicate sticky action */
  .mobile-cta > span,
  .mobile-cta > a:not(:first-of-type),
  .mobile-cta > button,
  .mobile-cta .mobile-call-only ~ a,
  .mobile-cta .mobile-call-only ~ button {
    display: none !important;
  }

  /* Keep either the dedicated call class or the first anchor */
  .mobile-cta .mobile-call-only,
  .mobile-cta > a:first-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0878ff, #2a61ff) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 120, 255, 0.30) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: 118px !important;
    padding-bottom: 28px !important;
  }

  .mobile-cta {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }

  .mobile-cta .mobile-call-only,
  .mobile-cta > a:first-of-type {
    min-height: 50px !important;
    font-size: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .logo-track {
    animation: none !important;
    transform: none !important;
  }
}
/* =========================================================
   SEAMLESS LOGO / SERVICE SLIDER
   More center spacing + slower speed + no empty gap
   ========================================================= */

.logo-slider {
  width: 100% !important;
  overflow: hidden !important;
  padding: 42px 0 !important;
  background: #02050d !important;
  position: relative !important;
}

/* Soft fade on both sides */
.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 3;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(
    90deg,
    #02050d 0%,
    rgba(2, 5, 13, 0) 100%
  );
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(
    270deg,
    #02050d 0%,
    rgba(2, 5, 13, 0) 100%
  );
}

.logo-track {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;

  width: max-content !important;
  min-width: max-content !important;

  padding-left: 28px !important;
  padding-right: 28px !important;

  animation: seamlessLogoLoop 42s linear infinite !important;
  will-change: transform !important;
}

.logo-pill {
  flex: 0 0 auto !important;

  min-width: 180px !important;
  height: 56px !important;

  padding: 0 22px !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Move exactly half because the items must be duplicated once */
@keyframes seamlessLogoLoop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Optional: slow slightly on hover instead of stopping */
.logo-slider:hover .logo-track {
  animation-duration: 55s !important;
}

/* Tablet and mobile */
@media (max-width: 820px) {
  .logo-slider {
    padding: 30px 0 !important;
  }

  .logo-track {
    gap: 18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    animation-duration: 36s !important;
  }

  .logo-pill {
    min-width: 155px !important;
    height: 52px !important;
    padding: 0 17px !important;
    font-size: 12px !important;
  }

  .logo-slider::before,
  .logo-slider::after {
    width: 35px !important;
  }
}

/* Respect reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation-play-state: paused !important;
  }
}
/* =========================================================
   GLOBAL SLIDER CARD SPACING FIX
   Works on home page and all inner pages
   Paste at the VERY BOTTOM of style.css
   ========================================================= */

.logo-slider {
  width: 100% !important;
  overflow: hidden !important;
  padding: 32px 0 !important;
  background: #02050d !important;
}

/* Slider using duplicated groups */
.logo-track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  gap: 22px !important;
  padding: 0 22px !important;
  margin: 0 !important;
}

/* Keep spacing when logo-group is used */
.logo-track .logo-group {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  gap: 22px !important;
  padding-right: 22px !important;
}

/* Keep space between cards on every page */
.logo-track > .logo-pill,
.logo-group > .logo-pill {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

/* Card appearance */
.logo-pill {
  min-width: 165px !important;
  height: 56px !important;
  padding: 0 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: #191d25 !important;
  color: #ffffff !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Tablet and mobile */
@media (max-width: 820px) {
  .logo-slider {
    padding: 26px 0 !important;
  }

  .logo-track {
    gap: 16px !important;
    padding: 0 16px !important;
  }

  .logo-track .logo-group {
    gap: 16px !important;
    padding-right: 16px !important;
  }

  .logo-pill {
    min-width: 145px !important;
    height: 50px !important;
    padding: 0 15px !important;
    font-size: 11px !important;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .logo-track {
    gap: 14px !important;
    padding: 0 14px !important;
  }

  .logo-track .logo-group {
    gap: 14px !important;
    padding-right: 14px !important;
  }

  .logo-pill {
    min-width: 138px !important;
    height: 48px !important;
  }
}

/* Internet dropdown — extends the existing navigation Design DNA */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown>a{display:inline-flex;align-items:center;gap:6px}
.nav-dropdown>a::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}
.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,8px);min-width:220px;padding:10px;background:#071324;border:1px solid rgba(91,214,255,.22);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.35);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1002}
.nav-dropdown-menu::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}
.nav-dropdown-menu a{display:block!important;padding:11px 13px!important;border-radius:10px;white-space:nowrap;color:#dff7ff!important}
.nav-dropdown-menu a::after{display:none!important}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:linear-gradient(135deg,rgba(0,194,255,.2),rgba(31,105,255,.18));color:#fff!important}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-dropdown:hover>a::after,.nav-dropdown:focus-within>a::after{transform:rotate(225deg) translate(-2px,-1px)}
@media(max-width:900px){
 .nav-dropdown{display:block;width:100%}
 .nav-dropdown>a{width:100%;justify-content:space-between}
 .nav-dropdown-menu{position:static;transform:none!important;min-width:0;width:100%;margin:4px 0 8px;padding:5px 0 5px 12px;background:transparent;border:0;border-left:1px solid rgba(91,214,255,.25);border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto}
 .nav-dropdown-menu a{padding:9px 12px!important;font-size:.94rem}
 .nav-dropdown>a::after{transform:rotate(45deg)}
}
