/* SoulGeit — production polish
   Capa visual compartida: jerarquía, ritmo, superficies y estados. */

:root {
  --bg: #050b12;
  --bg-2: #08131f;
  --bg-3: #0b1928;
  --surface: #0d1a27;
  --surface-2: #112232;
  --border: rgba(226, 238, 255, .08);
  --border-strong: rgba(226, 238, 255, .14);
  --text: #f2f7fd;
  --text-dim: #a8b7c8;
  --text-muted: #728297;
  --primary: #38aee8;
  --primary-2: #1687c3;
  --cyan: #58c9e8;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 18px 54px rgba(0, 0, 0, .24);
  --shadow-glow: 0 22px 64px rgba(0, 0, 0, .3);
  --font-display: 'Rajdhani', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --space-section: clamp(80px, 9vw, 120px);
}

[data-theme="light"] {
  --bg: #f7f9fc;
  --bg-2: #eef3f8;
  --bg-3: #e5edf5;
  --surface: #ffffff;
  --surface-2: #f7f9fc;
  --border: rgba(15, 35, 55, .08);
  --border-strong: rgba(15, 35, 55, .14);
  --text: #102235;
  --text-dim: #465c71;
  --text-muted: #6d8092;
}

body {
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: -.005em;
  background:
    radial-gradient(900px 520px at 82% -8%, rgba(56, 174, 232, .06), transparent 62%),
    var(--bg);
}

.container { max-width: 1240px; padding-inline: clamp(20px, 3vw, 32px); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-shadow: none;
}

h1 { font-size: clamp(2.6rem, 5.6vw, 5.15rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; }
h3 { font-size: clamp(1.12rem, 1.5vw, 1.35rem); font-weight: 700; letter-spacing: -.012em; }
h4 { font-size: .76rem; font-weight: 700; letter-spacing: .13em; }

p { text-wrap: pretty; }

.eyebrow, .kicker {
  padding: 7px 11px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-color: rgba(88, 201, 232, .17);
  background: rgba(88, 201, 232, .055);
  color: #82d8ee;
  font: 700 .7rem/1 var(--font-body);
  letter-spacing: .13em;
}

.grad, .grad-dark {
  background: linear-gradient(120deg, #9ddff2 0%, #38aee8 54%, #1687c3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: -.005em;
  transition: transform .18s ease-out, box-shadow .18s ease-out, background .18s ease-out, border-color .18s ease-out, color .18s ease-out;
}

.btn-sm { min-height: 40px; padding-inline: 17px; }
.btn-primary {
  background: linear-gradient(180deg, #3eb4eb, #208fc8);
  border: 1px solid rgba(165, 225, 248, .32);
  box-shadow: 0 10px 26px rgba(17, 111, 157, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(17, 111, 157, .3); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: rgba(255, 255, 255, .025); border-color: var(--border-strong); backdrop-filter: blur(12px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .065); border-color: rgba(88, 201, 232, .38); }

.navbar { background: rgba(5, 11, 18, .78); border-bottom-color: var(--border); }
.navbar.scrolled { background: rgba(5, 11, 18, .94); border-bottom-color: rgba(255,255,255,.1); box-shadow: 0 10px 36px rgba(0,0,0,.22); }
.navbar-top-line { opacity: .45; }
.nav-inner { height: 72px; }
.logo { gap: 9px; font-size: 1.08rem; }
.logo-mark { width: 48px; height: 48px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.26)); }
.logo:hover .logo-mark { filter: drop-shadow(0 8px 18px rgba(0,0,0,.3)); }
.nav-links { gap: 2px; }
.nav-links a { padding: 8px 11px; color: rgba(238,246,255,.62); font-size: .84rem; letter-spacing: .005em; border-radius: 8px; }
.nav-links a::after { display: none; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.045); }
.nav-links a.active { color: #dff6ff; background: rgba(56,174,232,.1); }
.nav-contact-btn { min-height: 40px !important; padding: 0 15px !important; border-radius: 9px !important; letter-spacing: .02em; box-shadow: none; }
.nav-status { letter-spacing: .035em; }
.nav-status-dot { box-shadow: 0 0 0 3px rgba(34,197,94,.1); animation: none; }
.theme-toggle, .nav-cta .theme-toggle { min-width: 40px; min-height: 40px; border-radius: 9px; }

.hero-content { max-width: 760px; }
.hero-title { max-width: 15ch; letter-spacing: -.035em; line-height: 1.02; }
.hero-sub { max-width: 650px; color: #b8c5d3; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.68; }
.hero-badge { border-radius: 8px; box-shadow: none; }
.hero-actions { gap: 12px; }
.hero-stats { gap: clamp(22px, 4vw, 52px); }
.hs-num { letter-spacing: -.025em; }
.hs-label { line-height: 1.35; }

.section, .section-dark, .section-light, .section-dark-alt { padding-block: var(--space-section); }
.section-head { max-width: 760px; margin-inline: auto; margin-bottom: clamp(42px, 6vw, 68px); }
.section-head h2 { max-width: 18ch; margin-inline: auto; }
.section-head p { max-width: 660px; margin: 20px auto 0; line-height: 1.7; }

.service-card, .process-card, .value-card, .team-card, .contact-form-card,
.contact-info-item, .ubicacion-card, .nosotros-cap-card, .showcase-tab,
.code-monitor, .contact-card, .svc-right-card, .nos-tray-card,
.svc-contact-card, .svc-video-card, .svcx-card {
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.service-card:hover, .process-card:hover, .value-card:hover, .team-card:hover,
.contact-info-item:hover, .ubicacion-card:hover, .nosotros-cap-card:hover,
.showcase-tab:hover, .nos-tray-card:hover, .svc-contact-card:hover,
.svc-video-card:hover, .svcx-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 201, 232, .24);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.contact-form-card { padding: clamp(24px, 4vw, 42px); background: rgba(13, 26, 39, .9); }
.contact-form-head { margin-bottom: 28px; }
.contact-form-head h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.field { gap: 8px; }
.field label { font-family: var(--font-body); font-size: .79rem; letter-spacing: .01em; }
.field input, .field select, .field textarea {
  min-height: 48px;
  padding: 13px 14px;
  border-radius: 10px;
  border-color: rgba(214, 231, 245, .13);
  background: rgba(255,255,255,.035);
  color: var(--text);
  font-family: var(--font-body);
}
.field textarea { min-height: 132px; }
.field input::placeholder, .field textarea::placeholder { color: #708194; }
.field input:focus, .field select:focus, .field textarea:focus {
  background: rgba(255,255,255,.055);
  border-color: rgba(56,174,232,.7);
  box-shadow: 0 0 0 4px rgba(56,174,232,.1);
}

.footer { padding-top: 76px; background: #03070c; }
.footer-grid { gap: clamp(28px, 4vw, 48px); padding-bottom: 48px; }
.foot-brand p { line-height: 1.7; }
.foot-social-link { border-radius: 10px; }
.foot-social-link:hover { transform: translateY(-1px); box-shadow: none; }
.foot-bottom { padding-top: 22px; }

.cookie-consent { border-radius: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.38); transition: transform .28s ease-out; }
.toast { border-radius: 12px; }
.reveal { transform: translateY(18px); transition-duration: .55s; }

/* Mundo 3D */
#overlay .box {
  width: min(500px, calc(100vw - 36px));
  max-width: 500px;
  padding: clamp(30px, 5vw, 48px);
  border-radius: 22px;
  border-color: rgba(168, 221, 244, .15);
  background: rgba(5, 14, 22, .82);
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
  backdrop-filter: blur(22px) saturate(125%);
}
#overlay .box h1 { margin: 0 0 10px; font: 700 clamp(2.35rem, 7vw, 3.7rem)/1 var(--font-display); letter-spacing: -.035em; text-transform: none; }
#overlay .box p { margin-bottom: 28px; color: rgba(220,235,246,.7); font-size: .96rem; line-height: 1.65; }
#overlay .box .badge { border-radius: 8px; border-color: rgba(88,201,232,.16); background: rgba(88,201,232,.05); }
#overlay .box button { min-height: 48px; padding: 0 34px; border-radius: 10px; box-shadow: 0 12px 28px rgba(14,165,233,.24); transition: transform .18s ease-out, box-shadow .18s ease-out; }
#overlay .box button:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(14,165,233,.3); }
#hud, #exitBtn, #soundBtn, #npc { backdrop-filter: blur(14px); }
#hud { padding: 10px 12px; border: 1px solid rgba(168,221,244,.12); border-radius: 10px; background: rgba(5,14,22,.62); }
#exitBtn, #soundBtn { min-height: 36px; border-radius: 9px; background: rgba(5,14,22,.68); }
#npc { border-radius: 14px; }

[data-theme="light"] .navbar { background: rgba(248,250,253,.84); }
[data-theme="light"] .navbar.scrolled { background: rgba(248,250,253,.96); box-shadow: 0 10px 30px rgba(17,35,52,.08); }
[data-theme="light"] .btn-ghost { background: rgba(255,255,255,.72); }
[data-theme="light"] .contact-form-card { background: #fff; }
[data-theme="light"] .field input,
[data-theme="light"] .field select,
[data-theme="light"] .field textarea { background: #f7f9fc; color: #102235; border-color: rgba(15,35,55,.12); }

@media (max-width: 980px) {
  .nav-links { top: 72px; padding: 14px 20px 26px; background: rgba(5,11,18,.98); }
  .nav-links a { min-height: 48px; display: flex; align-items: center; padding-inline: 10px; }
  [data-theme="light"] .nav-links { background: rgba(248,250,253,.99); }
  .hero-title { max-width: 13ch; }
}

@media (max-width: 640px) {
  :root { --space-section: 72px; }
  .container { padding-inline: 18px; }
  .logo-mark { width: 44px; height: 44px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .btn { width: 100%; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-stats { width: 100%; justify-content: space-between; gap: 12px; }
  .section-head { text-align: left; }
  .section-head h2, .section-head p { margin-left: 0; margin-right: 0; }
  .contact-form-card { padding: 22px 18px; }
  .cookie-actions { flex-direction: column; }
  #overlay .box { padding: 28px 20px; }
  #overlay .controls-hint { gap: 10px 16px; }
  #hud { top: 78px; left: 12px; }
  #exitBtn { top: 78px; right: 12px; }
  #soundBtn { top: 120px; right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .service-card, .process-card, .value-card, .team-card,
  .contact-info-item, .ubicacion-card, .showcase-tab { transition-duration: .001ms !important; }
}
/* Tipografia de marca restaurada desde PAGINA WEB EMPRESA */
:root {
  --font-display: 'Blanka', 'Orbitron', system-ui, sans-serif;
  --font-body: 'Rajdhani', system-ui, sans-serif;
  --font-mono: 'Share Tech Mono', 'Courier New', monospace;
}
body { font-family: var(--font-body); font-size: 16px; line-height: 1.6; letter-spacing: normal; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.15;
  color: #fff;
  text-shadow: none;
}
h1 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: .08em;
  text-shadow: 0 0 60px rgba(14,165,233,.25), 0 0 120px rgba(14,165,233,.10);
}
h2 { font-size: clamp(1.6rem, 3vw, 2.6rem); text-transform: uppercase; letter-spacing: .07em; }
h3 { font-size: 1.15rem; letter-spacing: .04em; }
h4 { font-size: .88rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 16px; }
.eyebrow, .kicker { font-family: var(--font-body); font-size: .78rem; font-weight: 600; line-height: inherit; letter-spacing: .18em; }
.btn { font-family: var(--font-display); font-size: .95rem; font-weight: 600; letter-spacing: normal; }
.logo { font-family: var(--font-display); font-size: 1.2rem; }
.nav-links a { font-family: var(--font-body); font-size: .875rem; letter-spacing: .035em; }
.nav-contact-btn { font-family: var(--font-body) !important; letter-spacing: .06em; }
.nav-status { font-family: var(--font-mono); letter-spacing: .06em; }
.hero-title { letter-spacing: .06em; line-height: 1.15; }
.hero-sub { font-family: var(--font-body); }
.field label, .field input, .field select, .field textarea { font-family: var(--font-body); }
.field label { font-size: .82rem; font-weight: 600; letter-spacing: normal; }
#overlay .box h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 60px rgba(14,165,233,.25), 0 0 120px rgba(14,165,233,.10);
}
#overlay .box p { font-family: var(--font-body); font-size: .92rem; line-height: 1.5; }
@media (max-width: 640px) {
  h1 { font-size: clamp(2rem, 10vw, 3rem); }
  h2 { font-size: clamp(1.6rem, 8vw, 2.35rem); }
}
/* SoulGeit World: mision de cubos */
.mission-brief {
  display: grid;
  gap: 4px;
  margin: -8px 0 24px;
  padding: 12px 14px;
  border: 1px solid rgba(88,201,232,.16);
  border-radius: 10px;
  background: rgba(88,201,232,.055);
  text-align: left;
}
.mission-brief strong { color: #9de5f7; font: 700 .82rem/1.2 var(--font-body); letter-spacing: .08em; text-transform: uppercase; }
.mission-brief span { color: rgba(220,235,246,.7); font: 500 .78rem/1.45 var(--font-body); }
.data-cube-mini { width: 11px; height: 11px; display: inline-block; flex: 0 0 auto; border: 1px solid #9de5f7; background: rgba(34,211,238,.26); box-shadow: 0 0 10px rgba(34,211,238,.46); transform: rotate(45deg); }
#hud .mission-row { margin-top: 9px; color: rgba(220,235,246,.88); }
#hud .mission-row strong { color: #9de5f7; font-variant-numeric: tabular-nums; }
.mission-progress { width: 190px; height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.mission-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#22d3ee,#0ea5e9); box-shadow: 0 0 12px rgba(34,211,238,.55); transition: width .3s ease-out; }

#rabbitPrompt {
  position: fixed;
  right: 18px;
  bottom: 28px;
  z-index: 58;
  width: min(330px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(88,201,232,.24);
  border-radius: 14px;
  background: rgba(5,14,22,.9);
  box-shadow: 0 18px 54px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s;
}
#rabbitPrompt.show { opacity: 1; visibility: visible; transform: none; }
.rabbit-prompt-kicker { display: block; margin-bottom: 5px; color: #58c9e8; font: 700 .63rem/1 var(--font-mono); letter-spacing: .14em; }
#rabbitPrompt strong { display: block; color: #f2f7fd; font: 700 1.02rem/1.2 var(--font-display); }
#rabbitPrompt p { margin: 6px 0 12px; color: #a8b7c8; font: 500 .82rem/1.45 var(--font-body); }
#collectBtn { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 14px; border-radius: 9px; color: #03121b; background: linear-gradient(180deg,#72d7ef,#30aadb); font: 700 .78rem/1 var(--font-body); letter-spacing: .06em; box-shadow: 0 9px 24px rgba(14,165,233,.22); }
#collectBtn:hover { filter: brightness(1.06); transform: translateY(-1px); }
#collectBtn kbd { padding: 3px 6px; border-radius: 5px; border: 1px solid rgba(3,18,27,.24); background: rgba(255,255,255,.28); font: 700 .66rem/1 var(--font-mono); }

#missionToast { position: fixed; left: 50%; top: 92px; z-index: 82; max-width: min(520px, calc(100vw - 32px)); padding: 12px 18px; border: 1px solid rgba(88,201,232,.26); border-radius: 11px; color: #e8f8fd; background: rgba(5,14,22,.92); box-shadow: 0 18px 50px rgba(0,0,0,.34); font: 600 .86rem/1.45 var(--font-body); text-align: center; opacity: 0; visibility: hidden; transform: translate(-50%,-10px); transition: opacity .22s ease-out, transform .22s ease-out, visibility .22s; }
#missionToast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }

#rewardModal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; background: rgba(1,5,9,.78); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: opacity .25s ease-out, visibility .25s; }
#rewardModal.show { opacity: 1; visibility: visible; }
.reward-card { position: relative; width: min(480px,100%); padding: clamp(28px,6vw,46px); border: 1px solid rgba(125,211,252,.24); border-radius: 22px; background: linear-gradient(160deg,rgba(14,35,51,.98),rgba(5,14,22,.99)); box-shadow: 0 32px 100px rgba(0,0,0,.58); text-align: center; transform: translateY(18px) scale(.98); transition: transform .28s ease-out; }
#rewardModal.show .reward-card { transform: none; }
.reward-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: #a8b7c8; background: rgba(255,255,255,.04); font-size: 1.35rem; }
.reward-kicker { display: block; color: #58c9e8; font: 700 .68rem/1 var(--font-mono); letter-spacing: .16em; }
.reward-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 22px auto 18px; border: 1px solid rgba(125,211,252,.3); border-radius: 18px; color: #9de5f7; background: rgba(34,211,238,.09); box-shadow: 0 0 36px rgba(34,211,238,.16); font-size: 1.6rem; transform: rotate(45deg); }
.reward-icon::first-letter { transform: rotate(-45deg); }
.reward-card h2 { margin-bottom: 12px; font-size: clamp(1.65rem,5vw,2.35rem); }
.reward-card p { margin: 0 auto 22px; max-width: 36ch; color: #a8b7c8; font-size: .92rem; }
.coupon-code { padding: 15px 14px; border: 1px dashed rgba(125,211,252,.42); border-radius: 10px; color: #dff8ff; background: rgba(34,211,238,.06); font: 700 clamp(1.25rem,5vw,1.75rem)/1 var(--font-mono); letter-spacing: .1em; }
.coupon-copy, .reward-cta, .reward-replay { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; margin-top: 12px; border-radius: 9px; font: 700 .8rem/1 var(--font-body); letter-spacing: .07em; }
.coupon-copy { color: #dff8ff; border: 1px solid rgba(125,211,252,.18); background: rgba(255,255,255,.035); }
.reward-cta { color: #03121b; background: linear-gradient(180deg,#72d7ef,#30aadb); }
.reward-replay { color: #9de5f7; border: 1px solid rgba(125,211,252,.22); background: transparent; }
.reward-replay:hover { color: #e8f8fd; border-color: rgba(125,211,252,.48); background: rgba(34,211,238,.07); }
.reward-replay-note { margin-top: 9px !important; color: #64758a !important; }
.reward-card small { display: block; margin-top: 14px; color: #728297; font: 500 .72rem/1.45 var(--font-body); }

@media (max-width: 640px) {
  #rabbitPrompt { left: 12px; right: 12px; bottom: 166px; width: auto; }
  #missionToast { top: 78px; }
  .mission-progress { width: 160px; }
  .reward-card { padding: 30px 20px 24px; }
}
/* ============================================================
   Producción v5 — carga rápida, idioma y contraste AA
   ============================================================ */
:root {
  --primary: #38bdf8;
  --primary-2: #0ea5e9;
  --cyan: #67e8f9;
  --text-dim: #bcc9d8;
  --text-muted: #8b9daf;
}
.preloader {
  isolation: isolate;
  background: radial-gradient(circle at 50% 42%, rgba(56,189,248,.18), transparent 24%), linear-gradient(145deg, #061827 0%, #08263b 48%, #07131e 100%);
  transition: opacity .36s ease, visibility .36s ease;
}
.preloader::before {
  content: ''; position: absolute; inset: 0; z-index: -1; opacity: .28;
  background-image: linear-gradient(rgba(103,232,249,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(103,232,249,.055) 1px, transparent 1px);
  background-size: 38px 38px; mask-image: radial-gradient(circle at center, #000, transparent 72%);
}
.preloader-logo {
  margin-bottom: 18px; color: #eafaff; background: none; -webkit-text-fill-color: currentColor;
  font-size: clamp(1.75rem, 4vw, 2.35rem); letter-spacing: .08em; text-shadow: 0 0 26px rgba(56,189,248,.36);
}
.preloader-ring {
  width: 42px; height: 42px; border-color: rgba(186,230,253,.18); border-top-color: #67e8f9;
  border-right-color: #38bdf8; box-shadow: 0 0 24px rgba(56,189,248,.18);
}
.preloader-text { color: #c5d9e8; font-family: var(--font-body); font-size: .82rem; font-weight: 650; letter-spacing: .08em; }

.language-switcher {
  min-height: 40px; display: inline-grid; grid-template-columns: repeat(2, 1fr); align-items: center; padding: 3px;
  border: 1px solid rgba(201,229,244,.14); border-radius: 10px; background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.language-option {
  min-width: 48px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 8px;
  border: 0; border-radius: 7px; color: #91a6b9; background: transparent; cursor: pointer;
  font: 700 .68rem/1 var(--font-body); letter-spacing: .04em;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.language-option span { font-size: .94rem; line-height: 1; }
.language-option:hover { color: #eefaff; background: rgba(255,255,255,.06); }
.language-option.active {
  color: #eefdff; background: linear-gradient(180deg, rgba(56,189,248,.24), rgba(14,165,233,.16));
  box-shadow: inset 0 0 0 1px rgba(103,232,249,.22), 0 5px 14px rgba(0,0,0,.15);
}
.language-option:focus-visible { outline: 2px solid #67e8f9; outline-offset: 2px; }

[data-theme="light"] {
  --text: #0c2235; --text-dim: #365269; --text-muted: #5f7589;
  --primary: #027fb8; --primary-2: #03699c; --cyan: #087f9e;
}
[data-theme="light"] body {
  background: radial-gradient(900px 520px at 82% -8%, rgba(2,127,184,.08), transparent 62%), #f5f8fb;
  color: #0c2235;
}
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4 { color: #0b2134; }
[data-theme="light"] p,
[data-theme="light"] li { color: #3d566b; }
[data-theme="light"] .nav-links a { color: #3a5368; }
[data-theme="light"] .nav-links a:hover { color: #092137; background: rgba(2,127,184,.07); }
[data-theme="light"] .nav-links a.active { color: #056f9f; background: rgba(2,127,184,.1); }
[data-theme="light"] .logo-text { color: #10283b; }
[data-theme="light"] .nav-status { color: #3c5d72; }
[data-theme="light"] .theme-toggle { color: #365269; border-color: rgba(15,35,55,.12); }
[data-theme="light"] .theme-toggle:hover { color: #087fac; background: rgba(2,127,184,.08); }
[data-theme="light"] .language-switcher {
  border-color: rgba(15,35,55,.13); background: rgba(255,255,255,.76); box-shadow: 0 6px 18px rgba(16,34,53,.06);
}
[data-theme="light"] .language-option { color: #51697d; }
[data-theme="light"] .language-option:hover { color: #0c2235; background: #eef5f9; }
[data-theme="light"] .language-option.active {
  color: #075f87; background: #e1f3fa; box-shadow: inset 0 0 0 1px rgba(2,127,184,.18);
}
[data-theme="light"] .preloader {
  background: radial-gradient(circle at 50% 42%, rgba(14,165,233,.16), transparent 25%), linear-gradient(145deg, #f8fbfd, #e8f4fa);
}
[data-theme="light"] .preloader-logo { color: #0b5274; }
[data-theme="light"] .preloader-text { color: #365269; }

[data-theme="light"] .legal-wrap h1,
[data-theme="light"] .legal-wrap h2 { color: #0b2134; }
[data-theme="light"] .legal-wrap p,
[data-theme="light"] .legal-wrap li { color: #3d566b; }
[data-theme="light"] .legal-back { color: #365269; }
[data-theme="light"] .legal-back:hover { color: #027fb8; }
[data-theme="light"] .legal-note { color: #365269; background: rgba(2,127,184,.06); }

[data-theme="light"] .contact-form-head p,
[data-theme="light"] .contact-info-intro p,
[data-theme="light"] .section-head p,
[data-theme="light"] .service-card p,
[data-theme="light"] .process-card p,
[data-theme="light"] .value-card p,
[data-theme="light"] .team-card p { color: #405a70; }
[data-theme="light"] .field label,
[data-theme="light"] .contact-info-copy strong { color: #142b3d; }
[data-theme="light"] .field-optional,
[data-theme="light"] .contact-info-copy span,
[data-theme="light"] .contact-form-meta { color: #587085; }

[data-theme="light"] .footer,
[data-theme="light"] .footer p,
[data-theme="light"] .footer li,
[data-theme="light"] .footer ul a { color: #aebdcb; }
[data-theme="light"] .footer h4 { color: #f3f8fc; }
[data-theme="light"] .footer .logo-text { color: #f3f8fc; }

[data-theme="light"] .hero h1,
[data-theme="light"] .hero h2,
[data-theme="light"] .services-hero h1,
[data-theme="light"] .services-hero h2,
[data-theme="light"] .services-hero h3,
[data-theme="light"] .svc-car-title,
[data-theme="light"] .svc-pin-title,
[data-theme="light"] .svcx-card h3,
[data-theme="light"] .cta-final h2,
[data-theme="light"] #overlay h1,
[data-theme="light"] .reward-card h2 { color: #f4f9fd; }
[data-theme="light"] .hero .hero-sub,
[data-theme="light"] .services-hero p,
[data-theme="light"] .cta-final p,
[data-theme="light"] #overlay p,
[data-theme="light"] .reward-card p { color: #c2d0dc; }
[data-theme="light"] .services-hero .cc-region,
[data-theme="light"] .services-hero .cc-org,
[data-theme="light"] .services-hero .cc-exec b,
[data-theme="light"] .services-hero .cc-copy { color: #f4fbff; }
[data-theme="light"] .services-hero .cc-action { color: rgba(220,239,249,.65); }

@media (max-width: 1120px) {
  .nav-cta { gap: 8px; }
  .language-option { min-width: 43px; padding-inline: 6px; }
}
@media (max-width: 640px) {
  .language-switcher { min-height: 38px; padding: 2px; }
  .language-option { min-width: 34px; width: 34px; height: 32px; padding: 0; }
  .language-option b { display: none; }
  .nav-inner > .btn-ghost { width: auto; min-width: 0; padding-inline: 12px; }
}