﻿:root {
  --brand: #2b8ea6;
  --brand-2: #2aa7ff;
  --brand-3: #8fb4c0;
  --wa: #25d366;

  --bg: #0b1b2a;
  --bg-2: #0a1624;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-2: rgba(255, 255, 255, 0.08);
  --stroke: rgba(255, 255, 255, 0.12);
  --text: #eaf2f7;
  --muted: rgba(233, 242, 247, 0.76);

  --radius-sm: 14px;
  --radius: 20px;
  --radius-lg: 26px;
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.35);

  --max: 1320px;
  --header-h: 86px;
  --header-h-compact: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 8% -10%, rgba(42, 167, 255, 0.08), transparent 58%),
    radial-gradient(980px 420px at 88% 2%, rgba(42, 167, 255, 0.04), transparent 55%),
    radial-gradient(1200px 600px at 48% 120%, rgba(42, 167, 255, 0.04), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  line-height: 1.5;
  overflow-x: hidden;
}

body.theme-dark {
  --bg: #0b1b2a;
  --bg-2: #0a1624;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-2: rgba(255, 255, 255, 0.09);
  --stroke: rgba(255, 255, 255, 0.14);
  --text: #eaf2f7;
  --muted: rgba(233, 242, 247, 0.8);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 10px;
  top: 10px;
  transform: translateY(-150%);
  z-index: 200;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  background: #0f2334;
  border: 1px solid var(--stroke);
  color: var(--text);
}

.skip-link:focus {
  transform: translateY(0);
}

.bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.14;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(900px 500px at 50% 0, rgba(0, 0, 0, 0.85), transparent 72%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(12px);
  background: rgba(7, 16, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(7, 16, 24, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.nav-wrap {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: min-height 0.24s ease;
}

.site-header.scrolled .nav-wrap {
  min-height: var(--header-h-compact);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 248px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0c151d center / 92% 92% no-repeat url("../img/logo-kairostech-icon-v2.jpg");
  box-shadow: var(--shadow-sm);
  transition: width 0.24s ease, height 0.24s ease, border-radius 0.24s ease;
}

.site-header.scrolled .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.brand-text {
  display: grid;
}

.brand-text strong {
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.75rem;
  transition: opacity 0.2s ease;
}

.site-header.scrolled .brand-text small {
  opacity: 0.78;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.35rem;
  padding: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-nav a {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(233, 242, 247, 0.9);
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.5rem 0.72rem;
  line-height: 1.1;
  white-space: nowrap;
  transition: 0.18s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  background: rgba(42, 167, 255, 0.16);
  border: 1px solid rgba(42, 167, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(42, 167, 255, 0.08);
}

.desktop-nav a:focus,
.desktop-nav a:focus-visible {
  outline: none;
}

.nav-more {
  position: relative;
}

.nav-more-btn {
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(233, 242, 247, 0.9);
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.5rem 0.72rem;
  line-height: 1.1;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.nav-more-btn::after {
  content: " \25BE";
  font-size: 0.64rem;
}

.nav-more-btn:hover,
.nav-more.open .nav-more-btn {
  background: rgba(42, 167, 255, 0.16);
  border-color: rgba(42, 167, 255, 0.28);
}

.nav-more-btn:focus,
.nav-more-btn:focus-visible {
  outline: none;
}

.nav-more-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  min-width: 248px;
  max-width: min(92vw, 320px);
  display: none;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0.6rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 16, 24, 0.96);
  box-shadow: var(--shadow-sm);
}

.nav-more.open .nav-more-menu {
  display: grid;
}

.nav-more-menu a {
  padding: 0.62rem 0.72rem;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.86rem;
  line-height: 1.25;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
}

.lang-switch select {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.42rem 0.64rem;
  min-width: 74px;
  outline: none;
}

.lang-switch select:focus {
  border-color: rgba(42, 167, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(42, 167, 255, 0.14);
}

.header-chip {
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(233, 242, 247, 0.92);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.46rem 0.72rem;
}

.mobile-nav {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 0.75rem;
  display: none;
  padding: 0.7rem;
  border-radius: var(--radius);
  background: rgba(7, 16, 24, 0.95);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-sm);
}

.mobile-nav.open {
  display: grid;
  gap: 0.5rem;
}

.mobile-nav a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.mobile-lang {
  display: grid;
  gap: 0.32rem;
}

.mobile-lang label {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-3);
  font-weight: 800;
}

.mobile-lang select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.62rem 0.68rem;
}

.mobile-nav-legal {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.1rem;
}

.mobile-nav-legal summary {
  list-style: none;
  cursor: pointer;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-3);
  font-weight: 800;
}

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

.mobile-nav-legal[open] summary {
  background: rgba(42, 167, 255, 0.12);
  border: 1px solid rgba(42, 167, 255, 0.2);
}

.mobile-nav-group {
  margin-top: 0.35rem;
  padding: 0.12rem 0.2rem 0.2rem;
  display: grid;
  gap: 0.35rem;
}

.mobile-nav-group a {
  background: rgba(255, 255, 255, 0.03);
}

.section {
  padding: 3.4rem 0;
  scroll-margin-top: calc(var(--header-h) + 14px);
}

.section-surface {
  position: relative;
  isolation: isolate;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.section-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 300px at 12% 0, rgba(42, 167, 255, 0.08), transparent 68%),
    linear-gradient(180deg, rgba(10, 23, 36, 0.62), rgba(10, 22, 36, 0.78));
}

.section-surface > .container {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(620px 220px at 10% 0%, rgba(42, 167, 255, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.045);
  padding: clamp(0.95rem, 2.1vw, 1.4rem);
}

.hero {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-media {
  min-height: clamp(420px, 56vw, 680px);
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center 22%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.75s ease, transform 6s linear;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(800px 230px at 14% 0, rgba(42, 167, 255, 0.08), transparent 62%),
    radial-gradient(680px 220px at 92% 12%, rgba(42, 167, 255, 0.04), transparent 62%),
    linear-gradient(180deg, rgba(7, 16, 24, 0.2), rgba(7, 16, 24, 0.88));
}

.hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(7, 16, 24, 0), rgba(7, 16, 24, 0.92));
}

.hero-slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.05rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0;
  pointer-events: none;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.hero-dot.is-active {
  background: rgba(42, 167, 255, 0.8);
  border-color: rgba(42, 167, 255, 0.95);
  transform: scale(1.06);
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.15rem;
  z-index: 3;
  width: min(100% - 2rem, var(--max));
  margin-top: 0;
  margin-inline: auto;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: start;
  max-width: 900px;
  margin-left: 0;
  padding-left: 0.35rem;
}

.card-glass {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(500px 220px at 18% 0, rgba(42, 167, 255, 0.06), transparent 64%),
    var(--panel);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
  padding: clamp(1rem, 1.3vw, 1.25rem);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.about-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.about-stats {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.about-stat {
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.75rem;
  display: grid;
  gap: 0.2rem;
}

.about-stat strong {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.about-stat span {
  color: var(--muted);
  font-size: 0.84rem;
}

.about-stat-link {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.about-stat-link small {
  margin-top: 0.18rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brand-2);
}

.about-stat-link:hover {
  border-color: rgba(42, 167, 255, 0.5);
  background: rgba(42, 167, 255, 0.1);
  transform: translateY(-1px);
}

.hero-main h1 {
  margin: 0;
  font-size: clamp(2.05rem, 4.1vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.hero-main p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  max-width: 44ch;
}

.hero-main {
  display: grid;
  gap: 0.95rem;
  width: 100%;
  margin-left: 0;
}

.hero-main-clean {
  border: 0;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.hero-headline {
  display: grid;
  gap: 0.42rem;
  text-align: left;
  justify-items: start;
}

.hero-topline {
  margin: 0;
  color: rgba(233, 242, 247, 0.84);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-actions,
.action-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.hero-actions-main {
  margin-top: 0.2rem;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.34rem 0.62rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.35rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--brand-3);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  letter-spacing: -0.02em;
}

h3 {
  margin: 0;
  font-size: 1.05rem;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1rem;
}

.plan-card {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 1.05rem;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.72rem;
  min-height: 100%;
  transition: 0.2s ease;
}

.plan-card.featured {
  border-color: rgba(42, 167, 255, 0.32);
  background:
    radial-gradient(360px 170px at 80% 0, rgba(42, 167, 255, 0.1), transparent 62%),
    rgba(255, 255, 255, 0.05);
}

.plan-card.recommended {
  border-color: rgba(42, 167, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(42, 167, 255, 0.12), var(--shadow-sm);
}

.plan-card.is-hidden {
  display: none;
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.36rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(233, 242, 247, 0.9);
}

.price {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.price small {
  font-size: 0.85rem;
  color: var(--muted);
}

.plan-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  display: grid;
  gap: 0.35rem;
  flex: 1 1 auto;
}

.plan-card .btn {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 0.7rem 0.9rem;
  line-height: 1.15;
}

.plan-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.chip-group {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.chip-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(233, 242, 247, 0.92);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.42rem 0.68rem;
  cursor: pointer;
  transition: 0.15s ease;
}

.chip-btn:hover {
  background: rgba(255, 255, 255, 0.09);
}

.chip-btn.active {
  border-color: rgba(42, 167, 255, 0.45);
  background: rgba(42, 167, 255, 0.14);
}

.simulator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.advisor-form {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.advisor-advanced {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
}

.advisor-advanced > summary {
  font-size: 0.84rem;
}

.advisor-advanced[open] > summary {
  margin-bottom: 0.6rem;
}

.toggle-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.toggle-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.55rem 0.6rem;
  font-size: 0.84rem;
  color: var(--muted);
}

.toggle-item input {
  width: 16px;
  height: 16px;
  margin-top: 0.16rem;
}

.quick-grid {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.quick-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.75rem;
  display: grid;
  gap: 0.22rem;
  transition: 0.15s ease;
}

.quick-item strong {
  font-size: 0.9rem;
}

.quick-item span {
  color: var(--muted);
  font-size: 0.8rem;
}

.quick-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

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

.service-brief-grid {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-intro {
  max-width: 62ch;
}

.service-brief {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background:
    radial-gradient(320px 160px at 18% 0%, rgba(42, 167, 255, 0.1), transparent 66%),
    rgba(255, 255, 255, 0.03);
  padding: 0.92rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.service-brief h3 {
  margin: 0;
  font-size: 1rem;
}

.service-brief p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.service-brief .btn {
  margin-top: 0.15rem;
  justify-self: start;
}

.service-kicker {
  margin: 0;
  color: var(--brand-3);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.service-card {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  grid-template-rows: auto 1fr;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card div {
  padding: 0.9rem;
}

.service-card p {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.service-card.iconic {
  grid-template-rows: auto;
  padding: 0.95rem;
  gap: 0.65rem;
  background:
    radial-gradient(340px 160px at 18% 0%, rgba(42, 167, 255, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.04);
}

.service-card.iconic > div {
  padding: 0;
}

.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(42, 167, 255, 0.34);
  background: rgba(42, 167, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}

.service-tags {
  margin: 0.6rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.32rem;
}

.service-tags li {
  color: var(--muted);
  font-size: 0.82rem;
}

.text-link {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--brand-2);
  font-size: 0.82rem;
  font-weight: 700;
}

.text-link::after {
  content: "\2197";
  font-size: 0.74rem;
}

.service-showcase {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 0.8rem;
}

.service-info .steps {
  margin-top: 0.8rem;
}

.service-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.coverage-grid,
.pqr-grid,
.compliance-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.steps {
  margin: 0.9rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.6rem;
}

.steps li p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.pqr-form {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.65rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.field {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(233, 242, 247, 0.92);
}

input,
select,
textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text);
  font-family: inherit;
  font-size: 0.88rem;
  padding: 0.7rem 0.75rem;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(42, 167, 255, 0.44);
  box-shadow: 0 0 0 4px rgba(42, 167, 255, 0.14);
}

textarea {
  resize: vertical;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.6rem;
}

.consent input {
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
}

.consent span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.status-panel {
  border: 1px solid rgba(67, 145, 204, 0.35);
  background: rgba(67, 145, 204, 0.11);
  border-radius: 12px;
  padding: 0.7rem;
  display: grid;
  gap: 0.35rem;
}

.status-panel.is-neutral {
  border-color: rgba(42, 167, 255, 0.34);
  background: rgba(42, 167, 255, 0.1);
}

.status-panel.is-warning {
  border-color: rgba(255, 196, 107, 0.42);
  background: rgba(255, 196, 107, 0.12);
}

.status-panel.is-error {
  border-color: rgba(255, 107, 107, 0.45);
  background: rgba(255, 107, 107, 0.12);
}

.status-panel p {
  margin: 0;
  color: rgba(233, 242, 247, 0.93);
  font-size: 0.8rem;
}

.status-panel code {
  padding: 0.08rem 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
}

.service-status-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}

.service-status-chip.is-active {
  color: #9ed1ff;
  border-color: rgba(67, 145, 204, 0.55);
  background: rgba(67, 145, 204, 0.14);
}

.service-status-chip.is-suspended {
  color: #ffd18b;
  border-color: rgba(255, 193, 107, 0.55);
  background: rgba(255, 193, 107, 0.14);
}

.service-status-chip.is-neutral {
  color: #d8e6ee;
  border-color: rgba(216, 230, 238, 0.38);
  background: rgba(216, 230, 238, 0.12);
}

.helper {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.pqr-inline-note {
  margin-top: 0.45rem;
  font-size: 0.8rem;
}

.pqr-aside {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.billing-report {
  display: grid;
  gap: 0.65rem;
}

.billing-report summary {
  margin-bottom: 0.25rem;
}

.billing-row {
  margin-top: 0.35rem;
}

.billing-report textarea {
  min-height: 84px;
  resize: vertical;
}

details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 0.88rem;
}

details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.list-clean {
  margin: 0.85rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
  display: grid;
  gap: 0.45rem;
}

.list-clean.numbered {
  padding-left: 1.1rem;
}

.list-clean strong {
  color: var(--text);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.section-compact {
  padding-top: 1.4rem;
}

.metrics-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.metrics-live-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.metric-live-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.72rem;
  display: grid;
  gap: 0.25rem;
}

.metric-live-card p {
  margin: 0;
}

.metric-live-title {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 700;
}

.metric-live-value {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.metric-live-note {
  color: var(--muted);
  font-size: 0.78rem;
}

.metrics-recent {
  margin-top: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.72rem;
}

.metrics-recent-header {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.metrics-recent-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.42rem;
}

.metrics-recent-list li {
  color: var(--muted);
  font-size: 0.82rem;
}

.metrics-collapsible {
  margin-inline: auto;
  max-width: 980px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  padding: 0.58rem 0.66rem;
}

.metrics-collapsible > summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.metrics-collapsible > summary::-webkit-details-marker {
  display: none;
}

.metrics-collapsible-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--brand-3);
}

.metrics-collapsible > summary strong {
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.metrics-collapsible-body {
  margin-top: 0.55rem;
}

.metrics-toolbar-compact {
  gap: 0.5rem;
}

.metrics-live-grid-compact {
  margin-top: 0.55rem;
  gap: 0.45rem;
}

.metrics-live-grid-compact .metric-live-card {
  border-radius: 10px;
  padding: 0.56rem;
}

.metrics-live-grid-compact .metric-live-title {
  font-size: 0.7rem;
}

.metrics-live-grid-compact .metric-live-value {
  font-size: 1.12rem;
}

.metrics-live-grid-compact .metric-live-note {
  font-size: 0.74rem;
}

.metrics-recent-compact {
  margin-top: 0.55rem;
  padding: 0.58rem;
  border-radius: 10px;
  max-height: 150px;
  overflow: auto;
}

.speedtest-nperf {
  padding: 0.9rem;
  display: grid;
  gap: 0.72rem;
}

.speedtest-external {
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 100%;
  margin-inline: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.speedtest-external-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.speedtest-embed-wrap {
  width: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
}

.speedtest-embed-ratio {
  width: 100%;
  height: 0;
  min-height: 420px;
  padding-bottom: 42%;
  position: relative;
}

.speedtest-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.speedtest-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.speedtest-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.speedtest-brand {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
}

.speedtest-brand-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 167, 255, 0.95), rgba(76, 125, 186, 0.86));
  box-shadow: 0 0 0 3px rgba(42, 167, 255, 0.2);
}

.speedtest-core {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 0.72rem;
  align-items: center;
}

.speedtest-gauge {
  --gauge-pct: 0;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  padding: 10px;
  background:
    conic-gradient(rgba(42, 167, 255, 0.92) calc(var(--gauge-pct) * 1%), rgba(255, 255, 255, 0.14) 0);
  display: grid;
  place-items: center;
}

.speedtest-gauge-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(7, 16, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-content: center;
  gap: 0.08rem;
  text-align: center;
}

.speedtest-phase {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speedtest-live {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.speedtest-unit {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.speedtest-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.speedtest-stat {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.55rem 0.62rem;
}

.speedtest-stat p {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.speedtest-stat strong {
  display: block;
  margin-top: 0.22rem;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.speedtest-progress {
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.speedtest-progress span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(42, 167, 255, 0.92), rgba(92, 124, 185, 0.9));
  transition: width 0.2s ease;
}

.speedtest-nperf-link {
  box-shadow: 0 12px 28px rgba(3, 20, 36, 0.38);
}

.crc-banner-wrap {
  padding-top: 1.25rem;
  padding-bottom: 0.8rem;
}

.crc-banner-link {
  display: block;
  width: min(100%, 940px);
  margin: 0 auto;
}

.crc-banner-link img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-sm);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.6rem 0 2rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-wrap p {
  margin: 0;
  color: rgba(233, 242, 247, 0.7);
  font-size: 0.82rem;
}

.footer-wrap nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-wrap nav a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.65rem;
}

.btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.15s ease, background 0.15s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.btn-primary {
  border: none;
  color: #05131d;
  background: linear-gradient(135deg, rgba(42, 167, 255, 0.92), rgba(76, 125, 186, 0.82));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.btn-ghost {
  background: transparent;
}

.btn-wa {
  border: none;
  color: #062211;
  background: linear-gradient(135deg, var(--wa), rgba(33, 174, 102, 0.95));
}

.menu-btn {
  display: none;
}

.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
}

.wa-float a {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--wa), rgba(33, 174, 102, 0.95));
  box-shadow: var(--shadow-sm);
}

.wa-float a svg {
  width: 26px;
  height: 26px;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-quickbar {
  display: none;
}

.admin-panel[hidden] {
  display: none;
}

.admin-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.admin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 13, 0.72);
  backdrop-filter: blur(4px);
}

.admin-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, 100%);
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 16, 24, 0.97);
  padding: 1rem;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.admin-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.6rem;
}

.admin-head h3 {
  margin: 0;
}

.admin-rows {
  display: grid;
  gap: 0.65rem;
}

.admin-row {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 0.5rem;
}

.admin-row-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

.admin-row-head strong {
  font-size: 0.9rem;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 0.5rem;
}

.admin-grid .field {
  font-size: 0.75rem;
}

.admin-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.note-admin {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.note-admin code {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 7px;
  padding: 0.1rem 0.3rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.5s ease;
}

.reveal.on {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1600px) {
  :root {
    --max: 1420px;
  }

  .hero-layout {
    max-width: 1040px;
  }

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

@media (max-width: 1320px) {
  .header-chip {
    display: none;
  }

  .desktop-nav a,
  .nav-more-btn {
    font-size: 0.72rem;
    padding: 0.5rem 0.62rem;
  }
}

@media (max-width: 1240px) {
  .brand-text small {
    display: none;
  }

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

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .hero-content,
  .plan-grid,
  .simulator-grid,
  .service-grid,
  .service-showcase,
  .coverage-grid,
  .pqr-grid,
  .compliance-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-left: 0;
    padding-left: 0.2rem;
  }

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

  .hero-content {
    bottom: 2.1rem;
    max-width: 100%;
  }

  .lang-switch {
    display: none;
  }

  .service-brief-grid {
    grid-template-columns: 1fr;
  }

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

  .speedtest-core {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .desktop-only {
    display: none;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 2.7rem 0;
  }

  .hero-media {
    min-height: 455px;
  }

  .hero-slide {
    background-position: center 30%;
  }

  .hero-content {
    bottom: 1.5rem;
  }

  .hero-main {
    margin-left: 0;
  }

  .hero-layout {
    margin-left: 0;
    padding-left: 0.05rem;
    max-width: 100%;
  }

  .hero-pill-row {
    gap: 0.35rem;
  }

  .hero-pill {
    font-size: 0.7rem;
    padding: 0.3rem 0.55rem;
  }

  .hero-main h1 {
    font-size: clamp(1.86rem, 7.8vw, 2.48rem);
  }

  .hero-topline {
    font-size: 0.66rem;
  }

  .service-brief p {
    font-size: 0.82rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .toggle-row {
    grid-template-columns: 1fr;
  }

  .plan-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .metrics-live-grid {
    grid-template-columns: 1fr;
  }

  .metrics-collapsible > summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .speedtest-gauge {
    width: 150px;
    height: 150px;
  }

  .speedtest-embed-ratio {
    min-height: 340px;
    padding-bottom: 72%;
  }

  .speedtest-embed-wrap iframe {
    min-height: 340px;
  }

  .speedtest-stats {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .brand-text small {
    display: none;
  }

  .about-stat strong {
    font-size: 1rem;
  }

  .about-stat span {
    font-size: 0.82rem;
  }

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

  .mobile-quickbar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 85;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(7, 16, 24, 0.94);
    backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
  }

  .mobile-quickbar a {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.7rem 0.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-quickbar a:last-child {
    border-right: 0;
    background: rgba(42, 167, 255, 0.16);
  }

  .wa-float {
    bottom: 84px;
  }

  body {
    padding-bottom: 86px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1rem, var(--max));
  }

  .section-surface > .container {
    border-radius: 16px;
    padding: 0.78rem;
  }

  .plan-card,
  .card-glass,
  .service-brief,
  .metric-live-card {
    border-radius: 14px;
    padding: 0.78rem;
  }

  .section-head {
    margin-bottom: 0.95rem;
  }

  .hero-main h1 {
    font-size: clamp(1.72rem, 7.2vw, 2.2rem);
    line-height: 1.05;
  }

  .hero-main p {
    font-size: 0.84rem;
  }
}

.btn-theme-toggle {
  min-width: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  line-height: 0;
}

.btn-theme-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.btn-theme-toggle:hover svg {
  transform: scale(1.08) rotate(8deg);
}

.btn-theme-toggle.is-dark svg {
  transform: rotate(12deg);
}

.btn-theme-toggle:focus,
.btn-theme-toggle:focus-visible {
  outline: none;
}

body:not(.theme-dark) {
  --bg: #f6f8fb;
  --bg-2: #eef3f8;
  --panel: #ffffff;
  --panel-2: #f7faff;
  --stroke: rgba(25, 60, 92, 0.16);
  --text: #17283b;
  --muted: #4e657f;
  --brand-3: #547693;
  color: #17283b;
  background:
    radial-gradient(1200px 500px at 8% -10%, rgba(42, 167, 255, 0.1), transparent 58%),
    radial-gradient(980px 420px at 88% 2%, rgba(42, 167, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #f6f8fb, #eef3f8);
}

body:not(.theme-dark) .bg-layer {
  opacity: 0.03;
  background-image:
    linear-gradient(to right, rgba(17, 39, 61, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(17, 39, 61, 0.06) 1px, transparent 1px);
}

body:not(.theme-dark) .site-header,
body:not(.theme-dark) .site-header.scrolled {
  background: rgba(248, 251, 255, 0.9);
  border-bottom-color: rgba(20, 51, 78, 0.14);
}

body:not(.theme-dark) .desktop-nav,
body:not(.theme-dark) .mobile-nav,
body:not(.theme-dark) .nav-more-menu {
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.16);
}

body:not(.theme-dark) .nav-more-menu a {
  color: #1f3650;
  border-color: rgba(25, 60, 92, 0.14);
  background: #f8fbff;
}

body:not(.theme-dark) .lang-switch select,
body:not(.theme-dark) .mobile-lang select {
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.18);
  color: #1f3650;
}

body:not(.theme-dark) .desktop-nav a,
body:not(.theme-dark) .nav-more-btn,
body:not(.theme-dark) .mobile-nav a,
body:not(.theme-dark) .brand-text strong,
body:not(.theme-dark) .mobile-nav-legal summary {
  color: #1b2f45;
}

body:not(.theme-dark) .desktop-nav a:hover,
body:not(.theme-dark) .desktop-nav a.active,
body:not(.theme-dark) .nav-more-btn:hover,
body:not(.theme-dark) .nav-more.open .nav-more-btn {
  background: #eaf5ff;
  border-color: rgba(42, 117, 177, 0.3);
  box-shadow: none;
}

body:not(.theme-dark) .brand-text small,
body:not(.theme-dark) .eyebrow,
body:not(.theme-dark) .service-kicker,
body:not(.theme-dark) .metric-live-title {
  color: #547693;
}

body:not(.theme-dark) .hero-media::before {
  background:
    radial-gradient(900px 250px at 18% 0, rgba(42, 167, 255, 0.06), transparent 64%),
    linear-gradient(180deg, rgba(7, 16, 24, 0.08), rgba(7, 16, 24, 0.44));
}

body:not(.theme-dark) .hero-media::after {
  background: linear-gradient(180deg, rgba(7, 16, 24, 0), rgba(7, 16, 24, 0.42));
}

body:not(.theme-dark) .hero-main-clean {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body:not(.theme-dark) .hero-main h1 {
  color: #f4f9ff;
  text-shadow: 0 3px 14px rgba(2, 8, 14, 0.5);
}

body:not(.theme-dark) .hero-main p {
  color: rgba(228, 238, 248, 0.94);
  text-shadow: 0 2px 10px rgba(2, 8, 14, 0.45);
}

body:not(.theme-dark) .hero-topline {
  color: rgba(216, 231, 244, 0.88);
  text-shadow: 0 2px 10px rgba(2, 8, 14, 0.4);
}

body:not(.theme-dark) .hero-pill {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(7, 16, 24, 0.38);
  color: #f0f7ff;
}

body:not(.theme-dark) .section-surface > .container,
body:not(.theme-dark) .card-glass,
body:not(.theme-dark) .plan-card,
body:not(.theme-dark) .service-brief,
body:not(.theme-dark) .service-card,
body:not(.theme-dark) .service-card.iconic,
body:not(.theme-dark) .status-panel,
body:not(.theme-dark) .advisor-advanced,
body:not(.theme-dark) .consent,
body:not(.theme-dark) .metrics-collapsible,
body:not(.theme-dark) .metric-live-card,
body:not(.theme-dark) .metrics-recent,
body:not(.theme-dark) .speedtest-nperf,
body:not(.theme-dark) .admin-drawer,
body:not(.theme-dark) .admin-row,
body:not(.theme-dark) .pqr-aside {
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.16);
  box-shadow: 0 12px 28px rgba(21, 39, 60, 0.08);
}

body:not(.theme-dark) .section-surface::before {
  background:
    radial-gradient(980px 300px at 12% 0, rgba(42, 167, 255, 0.08), transparent 68%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.76), rgba(241, 246, 252, 0.92));
}

body:not(.theme-dark) .quick-item,
body:not(.theme-dark) .toggle-item,
body:not(.theme-dark) .about-stat,
body:not(.theme-dark) .footer-wrap nav a,
body:not(.theme-dark) .mobile-quickbar,
body:not(.theme-dark) .mobile-quickbar a {
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.16);
  color: #21364d;
}

body:not(.theme-dark) .service-icon {
  border-color: rgba(42, 167, 255, 0.32);
  background: rgba(42, 167, 255, 0.12);
}

body:not(.theme-dark) .btn {
  color: #1f3650;
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.18);
}

body:not(.theme-dark) .btn-theme-toggle {
  background: #f4f8fd;
  border-color: rgba(25, 60, 92, 0.22);
  color: #1f4e79;
}

body:not(.theme-dark) .btn-primary {
  color: #ffffff;
  border: none;
  background: linear-gradient(135deg, rgba(42, 167, 255, 0.92), rgba(76, 125, 186, 0.82));
}

body:not(.theme-dark) .btn-wa,
body:not(.theme-dark) .wa-float a {
  color: #ffffff;
  border: none;
  background: linear-gradient(135deg, var(--wa), rgba(33, 174, 102, 0.95));
}

body:not(.theme-dark) .plan-card ul,
body:not(.theme-dark) .service-brief p,
body:not(.theme-dark) .about-card p,
body:not(.theme-dark) .about-stat span,
body:not(.theme-dark) .service-card p,
body:not(.theme-dark) .service-tags li,
body:not(.theme-dark) .steps li p,
body:not(.theme-dark) .list-clean li,
body:not(.theme-dark) .metrics-recent-list li,
body:not(.theme-dark) .metric-live-note,
body:not(.theme-dark) .footer-wrap p,
body:not(.theme-dark) .consent span,
body:not(.theme-dark) .helper,
body:not(.theme-dark) .note-admin {
  color: #4e657f;
}

body:not(.theme-dark) .plan-badge {
  color: #2f4e69;
  border-color: rgba(25, 60, 92, 0.22);
  background: #f4f8fd;
  font-weight: 800;
}

body:not(.theme-dark) .list-clean strong,
body:not(.theme-dark) .faq-grid summary,
body:not(.theme-dark) .faq-grid p,
body:not(.theme-dark) .list-clean a {
  color: #21364d;
}

body:not(.theme-dark) #cumplimiento .card-glass h3,
body:not(.theme-dark) #gestion-trafico .card-glass h3,
body:not(.theme-dark) #quienes-somos .about-stat strong,
body:not(.theme-dark) #faq summary {
  color: #17283b;
}

body:not(.theme-dark) #cumplimiento .list-clean,
body:not(.theme-dark) #gestion-trafico .list-clean,
body:not(.theme-dark) #cumplimiento .card-glass p,
body:not(.theme-dark) #cumplimiento .card-glass li,
body:not(.theme-dark) #gestion-trafico .card-glass li,
body:not(.theme-dark) #faq details p,
body:not(.theme-dark) #cumplimiento details p {
  color: #405b74;
}

body:not(.theme-dark) #cumplimiento details,
body:not(.theme-dark) #faq details {
  background: #f9fbff;
  border-color: rgba(25, 60, 92, 0.18);
}

body:not(.theme-dark) #cumplimiento details a,
body:not(.theme-dark) #faq details a,
body:not(.theme-dark) #cumplimiento .card-glass p a {
  color: #1f5f8d;
}

body:not(.theme-dark) .field,
body:not(.theme-dark) .status-panel p,
body:not(.theme-dark) h1,
body:not(.theme-dark) h2,
body:not(.theme-dark) h3,
body:not(.theme-dark) .price,
body:not(.theme-dark) .metric-live-value {
  color: #17283b;
}

body:not(.theme-dark) input,
body:not(.theme-dark) select,
body:not(.theme-dark) textarea {
  background: #ffffff;
  border-color: rgba(25, 60, 92, 0.2);
  color: #17283b;
}

body:not(.theme-dark) input:focus,
body:not(.theme-dark) select:focus,
body:not(.theme-dark) textarea:focus {
  border-color: rgba(42, 167, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(42, 167, 255, 0.14);
}

body:not(.theme-dark) .site-footer,
body:not(.theme-dark) .crc-banner-link img {
  border-color: rgba(25, 60, 92, 0.18);
}

body:not(.theme-dark) .admin-backdrop {
  background: rgba(8, 18, 30, 0.38);
}

/* Light mode hard-contrast fixes for compliance, FAQ, PQR and contact blocks */
body:not(.theme-dark) #cumplimiento .card-glass,
body:not(.theme-dark) #gestion-trafico .card-glass,
body:not(.theme-dark) #faq details,
body:not(.theme-dark) #pqr .card-glass,
body:not(.theme-dark) #contacto .card-glass {
  color: #2e4a63;
}

body:not(.theme-dark) #cumplimiento .card-glass h3,
body:not(.theme-dark) #gestion-trafico .card-glass h3,
body:not(.theme-dark) #faq h2,
body:not(.theme-dark) #contacto h2,
body:not(.theme-dark) #pqr h2,
body:not(.theme-dark) #cumplimiento strong,
body:not(.theme-dark) #gestion-trafico strong,
body:not(.theme-dark) #faq strong,
body:not(.theme-dark) #contacto strong,
body:not(.theme-dark) #pqr strong,
body:not(.theme-dark) #cumplimiento summary,
body:not(.theme-dark) #faq summary {
  color: #17283b !important;
}

body:not(.theme-dark) #cumplimiento p,
body:not(.theme-dark) #cumplimiento li,
body:not(.theme-dark) #cumplimiento span,
body:not(.theme-dark) #cumplimiento a,
body:not(.theme-dark) #gestion-trafico p,
body:not(.theme-dark) #gestion-trafico li,
body:not(.theme-dark) #gestion-trafico span,
body:not(.theme-dark) #gestion-trafico a,
body:not(.theme-dark) #faq p,
body:not(.theme-dark) #faq li,
body:not(.theme-dark) #faq span,
body:not(.theme-dark) #faq a,
body:not(.theme-dark) #pqr p,
body:not(.theme-dark) #pqr li,
body:not(.theme-dark) #pqr span,
body:not(.theme-dark) #pqr label,
body:not(.theme-dark) #pqr .helper,
body:not(.theme-dark) #pqr .status-panel p,
body:not(.theme-dark) #contacto p,
body:not(.theme-dark) #contacto li,
body:not(.theme-dark) #contacto span,
body:not(.theme-dark) #contacto a,
body:not(.theme-dark) #contacto label {
  color: #3f5d77 !important;
}

body:not(.theme-dark) #pqr input::placeholder,
body:not(.theme-dark) #pqr textarea::placeholder,
body:not(.theme-dark) #contacto input::placeholder,
body:not(.theme-dark) #contacto textarea::placeholder {
  color: #7a91a6 !important;
  opacity: 1;
}

body:not(.theme-dark) #pqr select,
body:not(.theme-dark) #pqr option,
body:not(.theme-dark) #contacto select,
body:not(.theme-dark) #contacto option {
  color: #21364d;
}

