body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at 16% 8%, rgba(58, 143, 255, .16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(16, 185, 129, .08), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0b1220 42%, #111827 100%);
  color: #fff;
}

.container { max-width: 1200px; }

.site-header,
.site-footer {
  background: rgba(7, 17, 31, .9);
  border-color: rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.site-header { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-footer { border-top: 1px solid rgba(255, 255, 255, .1); }

.site-header-inner {
  align-items: center;
  display: grid;
  gap: .85rem;
  grid-template-columns: auto 1fr auto;
  min-height: 88px;
}

.site-brand {
  align-items: center;
  display: inline-flex;
}

.site-brand img {
  display: block;
  max-height: 62px;
  max-width: 230px;
  object-fit: contain;
  width: auto;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: .25rem;
  justify-content: center;
}

.site-nav a {
  border-radius: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  font-weight: 700;
  padding: .52rem .64rem;
  transition: background .18s ease, color .18s ease;
  white-space: nowrap;
}

.nav-more {
  position: relative;
}

.nav-more summary {
  border-radius: 8px;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: .86rem;
  font-weight: 800;
  list-style: none;
  padding: .52rem .64rem;
  transition: background .18s ease, color .18s ease;
  white-space: nowrap;
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more summary::after {
  content: " +";
  font-weight: 800;
}

.nav-more[open] summary,
.nav-more summary:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.nav-more-panel {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(15, 47, 89, .16);
  display: grid;
  gap: .15rem;
  min-width: 220px;
  padding: .5rem;
  position: absolute;
  right: 0;
  top: calc(100% + .65rem);
  z-index: 80;
}

.nav-more:not([open]) .nav-more-panel {
  display: none;
}

.nav-more-panel a {
  color: #40546d !important;
  display: block;
  padding: .62rem .75rem;
}

.nav-more-panel a:hover {
  background: rgba(58, 143, 255, .1) !important;
  color: #0f66d0 !important;
}

.portal-news-item {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  padding: 1rem;
}

.portal-news-item span {
  color: #0f66d0;
  display: block;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.portal-news-item h3 {
  color: #102033;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: .35rem;
}

.portal-news-item p {
  color: #5f7087;
  font-size: .92rem;
  margin-bottom: .55rem;
}

.portal-news-item a {
  color: #0f66d0;
  font-size: .86rem;
  font-weight: 800;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-nav a.is-active {
  background: rgba(58, 143, 255, .16);
  color: #bfdbfe;
}

.site-actions {
  align-items: center;
  display: flex;
  gap: .5rem;
}

.social-link {
  color: #40546d;
  font-size: .78rem;
  font-weight: 800;
  padding: .45rem .3rem;
  white-space: nowrap;
}

.social-link:hover {
  color: #0f66d0;
}

.glass {
  background: rgba(8, 20, 36, .82);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.panel {
  background: rgba(8, 20, 36, .78);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  padding: .65rem .9rem;
  transition: .18s ease;
  white-space: nowrap;
}

.btn-primary { background: #3a8fff; color: #fff; }
.btn-primary:hover { background: #66a8ff; }
.btn-whatsapp { background: #10b981; color: #fff; }
.btn-whatsapp:hover { background: #34d399; }
.btn-soft { background: rgba(255, 255, 255, .1); color: #fff; }
.btn-soft:hover { background: rgba(255, 255, 255, .16); }
.btn-ghost { color: rgba(255, 255, 255, .72); }
.btn-ghost:hover { color: #fff; }

main a.rounded-xl,
main a.rounded-2xl,
main button.rounded-xl,
main button.rounded-2xl {
  border-radius: 8px !important;
}

.form-field {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(15, 23, 42, .18);
  border-radius: 8px;
  color: #0f172a;
  padding: .75rem .85rem;
  width: 100%;
}

.section-kicker {
  color: #93c5fd;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

main > section {
  position: relative;
}

main > section:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, .055);
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr repeat(3, 1fr);
}

.footer-logo {
  height: 48px;
  margin-bottom: .9rem;
  max-width: 230px;
  object-fit: contain;
  width: auto;
}

.site-footer h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: .75rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, .68);
  display: block;
  line-height: 1.65;
}

.site-footer a:hover {
  color: #fff;
}

.footer-cta {
  color: #34d399 !important;
  font-weight: 800;
  margin-top: .75rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  margin: 1.75rem auto 0;
  max-width: 1200px;
  padding: 1rem 1rem 0;
  text-align: center;
}

.contract-pages {
  counter-reset: contract-page;
}

.contract-page {
  background: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  color: #1f2937;
  counter-increment: contract-page;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.62;
  margin: 0 auto;
  max-width: 860px;
  min-height: 1120px;
  overflow-wrap: anywhere;
  padding: 64px 70px 76px;
  position: relative;
  text-align: justify;
}

.contract-page::after {
  bottom: 28px;
  color: #64748b;
  content: "Pagina " counter(contract-page);
  font-family: 'Inter', sans-serif;
  font-size: .78rem;
  left: 70px;
  position: absolute;
}

.contract-page h2,
.contract-page h3,
.contract-page h4 {
  color: #0f172a;
  font-family: 'Inter', sans-serif;
  line-height: 1.25;
}

.contract-page h2 {
  border-bottom: 2px solid #1f6fe6;
  font-size: 1.55rem;
  margin-bottom: 28px;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

.contract-page h3 {
  background: #eaf2ff;
  border-left: 5px solid #1f6fe6;
  border-radius: 6px;
  font-size: 1rem;
  margin: 28px 0 14px;
  padding: 10px 14px;
  text-align: left;
  text-transform: uppercase;
}

.contract-page h4 {
  border-bottom: 1px solid #cbd5e1;
  font-size: .95rem;
  margin: 20px 0 8px;
  padding-bottom: 6px;
  text-align: left;
}

.contract-page p,
.contract-page li {
  font-size: .94rem;
  margin-bottom: 10px;
}

.contract-page p {
  text-align: justify;
  text-indent: 1.15rem;
}

.contract-page h2 + p,
.contract-page h3 + p,
.contract-page h4 + p,
.contract-note,
.contract-table p {
  text-indent: 0;
}

.contract-page li {
  text-align: justify;
}

.contract-page ol,
.contract-page ul {
  margin: 0 0 14px 22px;
}

.contract-page ol { list-style: decimal; }
.contract-page ul { list-style: disc; }

.contract-page mark {
  background: #dbeafe;
  border-radius: 4px;
  color: #1e3a8a;
  font-family: 'Inter', sans-serif;
  font-size: .82em;
  font-weight: 700;
  padding: .1rem .28rem;
}

.contract-table {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  display: grid;
  gap: 0;
  margin: 18px 0;
  overflow: hidden;
}

.contract-table > div {
  background: #fff;
  padding: 16px;
}

.contract-table > div + div {
  border-top: 1px solid #cbd5e1;
}

.contract-table strong {
  color: #0f172a;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  margin-bottom: 6px;
}

.signature-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin: 70px 0 28px;
}

.signature-grid span {
  border-top: 1px solid #334155;
  display: block;
  margin-bottom: 10px;
}

.signature-grid strong {
  color: #334155;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  text-align: center;
}

.signature-grid em,
.signature-grid b {
  color: #334155;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-style: normal;
  margin-top: 12px;
}

.signature-grid em {
  border-bottom: 1px dotted #94a3b8;
  padding-bottom: 6px;
}

.signature-grid b {
  font-weight: 800;
  text-align: center;
}

.contract-note {
  background: #eff6ff;
  border-left: 4px solid #3a8fff;
  border-radius: 6px;
  color: #334155;
  font-family: 'Inter', sans-serif;
  padding: 14px 16px;
}

.home-hero,
.internet-hero {
  background:
    linear-gradient(110deg, rgba(7, 17, 31, .98) 0%, rgba(11, 42, 89, .78) 46%, rgba(15, 23, 42, .92) 100%),
    url('../images/banner-internet.jpg') center/cover;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hero-title {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
}

.hero-lead {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.internet-hero {
  background:
    linear-gradient(110deg, rgba(7, 17, 31, .98) 0%, rgba(23, 87, 179, .68) 48%, rgba(8, 20, 36, .96) 100%),
    url('../images/homeoffice.jpeg') center/cover;
}

.services-hero {
  background:
    linear-gradient(110deg, rgba(7, 17, 31, .98) 0%, rgba(11, 42, 89, .7) 52%, rgba(8, 20, 36, .95) 100%),
    url('../images/digital-tablet-with-multiple-camera-views-of-office-locations.jpg') center/cover;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.metric-tile,
.hero-map-panel,
.service-card,
.cta-band,
.internet-highlight,
.plan-family,
.coverage-card,
.solution-card,
.service-detail-card,
.identity-panel {
  background: rgba(8, 20, 36, .82);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.metric-tile {
  padding: 1rem;
}

.metric-tile strong {
  color: #bfdbfe;
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.metric-tile span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: .82rem;
  margin-top: .45rem;
}

.hero-map-panel,
.internet-highlight {
  backdrop-filter: blur(14px);
  padding: 1.35rem;
}

.hero-map-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.hero-map-header span,
.service-card span,
.internet-highlight span,
.plan-family-head span,
.service-detail-card span {
  color: #93c5fd;
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.hero-map-header strong {
  display: block;
  font-size: 1.35rem;
}

.coverage-preview {
  display: grid;
  gap: .85rem;
}

.coverage-preview > div {
  background: rgba(255, 255, 255, .07);
  border-radius: 8px;
  padding: 1rem;
}

.coverage-preview h2,
.coverage-card h3,
.solution-card h3,
.plan-family h3,
.service-card h3,
.service-detail-card h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: .45rem;
}

.coverage-preview h2 {
  font-size: 1rem;
}

.coverage-preview p,
.coverage-card p,
.solution-card p,
.service-card p,
.service-detail-card p,
.plan-family p,
.internet-highlight p,
.cta-band p,
.section-heading p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.65;
}

.section-heading {
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.section-heading h2,
.section-heading h1,
.identity-panel h2,
.cta-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.12;
}

.identity-panel {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 1.5rem;
}

.identity-copy {
  border-left: 3px solid rgba(147, 197, 253, .62);
  display: grid;
  gap: 1rem;
  padding-left: 1.25rem;
}

.identity-copy p {
  color: rgba(255, 255, 255, .74);
  line-height: 1.72;
}

.identity-copy strong {
  color: #fff;
}

.service-card,
.solution-card,
.service-detail-card {
  display: block;
  min-height: 100%;
  padding: 1.5rem;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.service-card:hover,
.solution-card:hover,
.service-detail-card:hover {
  background: rgba(12, 32, 58, .92);
  border-color: rgba(58, 143, 255, .65);
  transform: translateY(-3px);
}

.service-detail-card {
  border-left: 4px solid rgba(58, 143, 255, .72);
}

.glass h2,
.glass h3,
.service-card h2,
.solution-card h2,
.service-detail-card h2 {
  color: #fff;
}

.glass p,
.glass li {
  color: rgba(255, 255, 255, .7);
  line-height: 1.62;
}

.glass ul {
  margin-left: 0;
}

.glass img {
  border-radius: 8px !important;
}

.cta-band {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 1.5rem;
}

.internet-highlight ul {
  color: rgba(255, 255, 255, .74);
  list-style: none;
  margin-top: 1rem;
}

.internet-highlight li {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: .85rem 0;
}

.plan-family {
  padding: 1.35rem;
}

.plan-family.featured {
  border-color: rgba(52, 211, 153, .34);
}

.plan-family-head {
  margin-bottom: 1rem;
}

.speed-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  min-height: 132px;
  padding: 1rem;
}

.speed-card strong {
  color: #bfdbfe;
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.speed-card span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: .9rem;
  line-height: 1.45;
}

.coverage-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-card {
  padding: 1.35rem;
}

@media (min-width: 900px) {
  .cta-band {
    grid-template-columns: 1fr auto;
    padding: 2rem;
  }

  .identity-panel {
    grid-template-columns: .82fr 1.18fr;
    padding: 2rem;
  }
}

@media (max-width: 980px) {
  .site-header-inner {
    grid-template-columns: 1fr auto;
    padding-bottom: .8rem;
    padding-top: .8rem;
  }

  .site-brand {
    grid-column: 1;
  }

  .site-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav {
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: .1rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-hero,
  .internet-hero,
  .services-hero {
    background-position: center;
  }

  .site-header-inner {
    gap: .75rem;
  }

  .site-brand img {
    max-height: 50px;
    max-width: 180px;
  }

  .site-actions {
    gap: .35rem;
  }

  .site-actions .btn {
    font-size: .78rem;
    padding: .55rem .65rem;
  }

  .social-link {
    display: none;
  }

  .site-nav a {
    font-size: .8rem;
    padding: .5rem .6rem;
  }

  .nav-more summary {
    font-size: .8rem;
    padding: .5rem .6rem;
  }

  .nav-more-panel {
    left: auto;
    right: 0;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .identity-copy {
    border-left: 0;
    border-top: 3px solid rgba(147, 197, 253, .62);
    padding-left: 0;
    padding-top: 1rem;
  }

  .contract-page {
    min-height: auto;
    padding: 34px 22px 62px;
  }

  .contract-page::after {
    left: 22px;
  }

  .signature-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  body {
    background: #fff;
  }

  .site-header,
  .site-footer,
  .contract-toolbar,
  .contract-pages + *,
  section > .flex {
    display: none !important;
  }

  main,
  section,
  .contract-pages {
    margin: 0 !important;
    padding: 0 !important;
  }

  .contract-page {
    box-shadow: none;
    margin: 0;
    max-width: none;
    min-height: auto;
    page-break-after: always;
    width: 100%;
  }
}

/* Light visual system */
html {
  background: #f5fbff;
}

body {
  background:
    radial-gradient(circle at 12% 6%, rgba(58, 143, 255, .14), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(16, 185, 129, .12), transparent 30%),
    linear-gradient(180deg, #f7fcff 0%, #eef8ff 42%, #f8fbff 100%) !important;
  color: #102033 !important;
}

.site-header {
  background: rgba(255, 255, 255, .88) !important;
  border-bottom: 1px solid rgba(37, 99, 235, .12) !important;
  box-shadow: 0 14px 40px rgba(15, 47, 89, .08);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(236, 248, 255, .96)) !important;
  border-top: 1px solid rgba(37, 99, 235, .12) !important;
  color: #475569;
}

.site-nav a {
  color: #40546d !important;
}

.nav-more summary {
  color: #40546d !important;
}

.site-nav a:hover,
.site-nav a.is-active,
.nav-more[open] summary,
.nav-more summary:hover {
  background: rgba(58, 143, 255, .12) !important;
  color: #0f66d0 !important;
}

.btn-primary {
  background: linear-gradient(135deg, #2388ff, #1269d3) !important;
  box-shadow: 0 12px 28px rgba(35, 136, 255, .24);
  color: #fff !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #4aa0ff, #2388ff) !important;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #13bd86, #0b9f73) !important;
  box-shadow: 0 12px 28px rgba(16, 185, 129, .22);
  color: #fff !important;
}

.btn-soft,
.btn-ghost {
  background: rgba(15, 102, 208, .09) !important;
  color: #0f66d0 !important;
}

.btn-soft:hover,
.btn-ghost:hover {
  background: rgba(15, 102, 208, .15) !important;
}

main > section:not(:first-child) {
  border-top: 1px solid rgba(37, 99, 235, .08) !important;
}

main > section:not(.home-hero):not(.internet-hero):not(.services-hero) {
  background: transparent !important;
}

.home-hero,
.internet-hero,
.services-hero {
  background:
    linear-gradient(110deg, rgba(245, 251, 255, .98) 0%, rgba(230, 246, 255, .9) 47%, rgba(241, 255, 250, .9) 100%),
    url('../images/banner-internet.jpg') center/cover !important;
  border-bottom: 1px solid rgba(37, 99, 235, .1) !important;
}

.internet-hero {
  background:
    linear-gradient(110deg, rgba(245, 251, 255, .98) 0%, rgba(224, 243, 255, .9) 52%, rgba(238, 255, 249, .92) 100%),
    url('../images/homeoffice.jpeg') center/cover !important;
}

.services-hero {
  background:
    linear-gradient(110deg, rgba(245, 251, 255, .98) 0%, rgba(229, 247, 255, .88) 52%, rgba(246, 255, 252, .94) 100%),
    url('../images/digital-tablet-with-multiple-camera-views-of-office-locations.jpg') center/cover !important;
}

.hero-title,
.home-hero h1,
.internet-hero h1,
.services-hero h1,
.section-heading h1,
.section-heading h2,
.identity-panel h2,
.cta-band h2,
main h1,
main h2,
main h3 {
  color: #102033 !important;
}

.hero-lead,
.home-hero p,
.internet-hero p,
.services-hero p,
.section-heading p,
main p,
main li {
  color: #52647a !important;
}

.section-kicker,
.hero-map-header span,
.service-card span,
.internet-highlight span,
.plan-family-head span,
.service-detail-card span {
  color: #0f7ee8 !important;
}

.glass,
.metric-tile,
.hero-map-panel,
.service-card,
.cta-band,
.internet-highlight,
.plan-family,
.coverage-card,
.solution-card,
.service-detail-card,
.identity-panel {
  background: rgba(255, 255, 255, .86) !important;
  border: 1px solid rgba(37, 99, 235, .12) !important;
  box-shadow: 0 18px 46px rgba(15, 47, 89, .1) !important;
  color: #102033 !important;
}

.glass:hover,
.service-card:hover,
.solution-card:hover,
.service-detail-card:hover {
  background: #fff !important;
  border-color: rgba(58, 143, 255, .36) !important;
  box-shadow: 0 24px 58px rgba(15, 47, 89, .14) !important;
}

.coverage-preview > div,
.speed-card {
  background: linear-gradient(180deg, rgba(239, 249, 255, .92), rgba(255, 255, 255, .96)) !important;
  border: 1px solid rgba(37, 99, 235, .1) !important;
}

.metric-tile strong,
.speed-card strong {
  color: #0f66d0 !important;
}

.metric-tile span,
.speed-card span,
.coverage-preview p,
.coverage-card p,
.solution-card p,
.service-card p,
.service-detail-card p,
.plan-family p,
.internet-highlight p,
.cta-band p,
.identity-copy p,
.glass p,
.glass li {
  color: #52647a !important;
}

.coverage-preview h2,
.coverage-card h3,
.solution-card h3,
.plan-family h3,
.service-card h3,
.service-detail-card h3,
.glass h2,
.glass h3,
.service-card h2,
.solution-card h2,
.service-detail-card h2 {
  color: #102033 !important;
}

.hero-map-header,
.internet-highlight li,
.footer-bottom {
  border-color: rgba(37, 99, 235, .12) !important;
}

.identity-copy {
  border-color: rgba(15, 126, 232, .34) !important;
}

.service-detail-card {
  border-left: 4px solid rgba(15, 126, 232, .44) !important;
}

.plan-family.featured {
  border-color: rgba(16, 185, 129, .26) !important;
}

.form-field {
  background: #fff !important;
  border-color: rgba(37, 99, 235, .16) !important;
}

.site-footer h4 {
  color: #102033 !important;
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: #5d6f84 !important;
}

.site-footer a:hover,
.footer-cta {
  color: #0f66d0 !important;
}

.contract-page {
  box-shadow: 0 24px 70px rgba(15, 47, 89, .14);
}

.contract-page,
.contract-page p,
.contract-page li {
  color: #1f2937 !important;
}

.contract-page h2,
.contract-page h3,
.contract-page h4 {
  color: #0f172a !important;
}

.news-card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 47, 89, .1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.news-card > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.news-card > div {
  padding: 1.35rem;
}

.news-card h2,
.news-card h3 {
  color: #102033 !important;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: .65rem;
}

.news-card p {
  color: #52647a !important;
  line-height: 1.6;
}

.news-card .source-badge {
  background: rgba(15, 126, 232, .1);
  border-radius: 999px;
  color: #0f66d0 !important;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: .7rem;
  padding: .25rem .55rem;
}

.news-card.compact > img {
  max-height: 160px;
}

.news-hero-media {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 47, 89, .1);
  object-fit: cover;
  width: 100%;
}

.news-video {
  aspect-ratio: 16 / 9;
  background: #eaf5ff;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  overflow: hidden;
}

.news-video iframe,
.news-video video {
  border: 0;
  height: 100%;
  width: 100%;
}

.news-body {
  color: #52647a;
  font-size: 1.05rem;
  line-height: 1.75;
}

.portal-stat {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 47, 89, .1);
  padding: 1.25rem;
}

.portal-stat span {
  color: #0f7ee8;
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.portal-stat strong {
  color: #102033;
  display: block;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.portal-stat p,
.portal-list p {
  color: #52647a !important;
  line-height: 1.62;
}

.portal-list {
  display: grid;
  gap: .7rem;
}

.portal-list strong {
  color: #102033;
}

.portal-table {
  display: grid;
  gap: .8rem;
}

.portal-table > div {
  background: rgba(239, 249, 255, .9);
  border: 1px solid rgba(37, 99, 235, .1);
  border-radius: 8px;
  display: grid;
  gap: .35rem;
  padding: 1rem;
}

.portal-table strong {
  color: #102033;
}

.portal-table span {
  color: #52647a;
}

.portal-qr {
  background: #fff;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 8px;
  max-width: 220px;
  padding: .85rem;
}
