:root {
  --bg: #020209;
  --muted: #9aa0a6;
  --accent: #00b7ff;
  /* Blue intelligence más vivo */
  --accent-soft: #30dbff;
  /* Mejor contraste con fondo oscuro */
  --accent-glow: rgba(0, 183, 255, 0.32);
  --glass: rgba(0, 70, 110, 0.12);
  --card: rgba(0, 45, 70, 0.10);
  --maxw: 1200px;



}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;

}


.professional-title {
  font-size: 10px !important;
  color: #d4d7db !important;
}

a.silent-link {
  color: #b3b6bb;
  /* gris plomizo suave (coherente con tu sitio) */
  text-decoration: none;
  font-weight: 300;
  /* ligero, profesional */
  letter-spacing: 0.3px;
  /* un toque técnico */
  transition: color 0.25s ease, opacity 0.25s ease;
}

a.silent-link:hover {
  color: #d0d3d7;
  /* un gris más claro al pasar el mouse */
  opacity: 0.85;
  /* efecto sutil, estilo "classified UI" */
}

a.silent-link:active {
  opacity: 0.55;
  /* clic elegante */
}

/* --- PRIVACY & DARK WEB BADGE --- */
/* 🔥 Alinea el badge EXACTAMENTE al lado de los idiomas SIN tocar nada más */
/* 🔥 Alinea el badge EXACTAMENTE al lado de los idiomas SIN tocar nada más */
.privacy-darkweb-float {
  position: fixed;
  top: 20.4px;
  padding: 5px 8px;
  /*   left: calc(1px + 160px); */
  left: calc(1px + 230px);

  transform: none !important;
  height: 17px;

  z-index: 100 !important;
  display: flex;
  overflow: hidden;
  align-items: center;

  font-size: px;
  letter-spacing: 1px;
  border-radius: 8px;
  background: rgba(0, 183, 255, 0.10);
  border: 1px solid rgba(0, 183, 255, 0.25);
  white-space: nowrap;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
}

/* 

.privacy-darkweb-float {
  position: fixed;
  top: 21px;

  left: calc(1px + 160px);

  transform: none !important;
  height: 16px;

  z-index: 100 !important;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 14px;
  font-size: px;
  letter-spacing: 1px;
  border-radius: 8px;
  background: rgba(0, 183, 255, 0.10);
  border: 1px solid rgba(0, 183, 255, 0.25);
  white-space: nowrap;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);

}

.privacy-darkweb-float {
  position: fixed;
  top: 21px;
 
  left: calc(1px + 160px);
 
  transform: none !important;
  height: 16px; 
 
  z-index: 100 !important;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 0 14px;
  font-size: px;
  letter-spacing: 1px;
  border-radius: 8px;
  background: rgba(0, 183, 255, 0.10);
  border: 1px solid rgba(0, 183, 255, 0.25);
  white-space: nowrap;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);

}



position: fixed;
top: 18px;
left: 18px;
z-index: 100 !important;
display: flex;
border-radius: 8px;
overflow: hidden;
background: rgba(5, 5, 5, 0.38);
border: 1px solid rgba(255, 255, 255, 0.06);
backdrop-filter: blur(7px);
box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);



.topnav {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 90;
  display: flex;
  gap: 4px;
  padding: 5px 8px;
  background: rgba(3, 3, 3, 0.28);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(7px);
}


*/

/* --- Botón GitHub aislado, sin afectar a ningún otro botón --- */
.github-btn {
  position: relative;
  /* activa stacking context propio */
  z-index: 1 !important;
  /* siempre bajo nav, botones, idiomas */
  width: 22px;
  /* misma altura visual que los otros botones */
  height: 22px;
  /* misma altura visual */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.32);
  /* tal como lo querías */
  border-radius: 50%;
  backdrop-filter: blur(3px);

  margin-left: 6px;
  cursor: pointer;
  transition: all 0.25s ease;

}

.github-btn img {
  width: 12px;
  /* proporción perfecta dentro del círculo */
  height: 12px;
  filter: grayscale(100%) brightness(1.8) contrast(1.8) invert(1);
  opacity: 0.95;
  transition: transform .25s ease, opacity .25s ease;
}

.github-btn:hover {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.github-btn:hover img {
  opacity: 1;
  transform: scale(1.08);
}



/* --- Forzar salto real entre botones grandes e iconos --- */

/* salto de línea real */
.cta-break {
  flex-basis: 100%;
  height: 0;
}

/* evita que los botones grandes se estiren*/
.cta-row .btn {
  flex: 0 0 auto !important;
  width: auto !important;
}

/* iconos abajo */
.cta-row .github-btn {
  flex: 0 0 auto;
}

/* Centrar todo verticalmente dentro de la fila */
.cta-row {
  align-items: center !important;
}

/* Asegura que el texto quede centrado dentro del botón */
.cta-row .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}


/* ---- CITY UNDER SURVEILLANCE — TACTICAL RED LIGHTS ---- */
/* Asegurar que las luces queden directamente sobre el skyline */
/* --- Tactical city lighting system --- */
/* ======================================================
   CITY LIGHTS — Discreto, táctico, atmosférico
   ====================================================== */
.city-light {
  pointer-events: none !important;
  user-select: none !important;
  touch-action: none !important;
  z-index: -1 !important;
}

/* ===== Ventanas ===== */
.light-A {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 60, 60, 0.65);
  border-radius: 50%;
  opacity: 0.42;
  filter: blur(1.8px) brightness(2.0);
  animation: flickerA 5.8s infinite ease-in-out;
}

/* ===== Luces en techos ===== */
.light-B {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 40, 40, 0.88);
  border-radius: 50%;
  opacity: 0.7;
  filter: blur(1.4px) brightness(2.6);
  animation: flickerB 6.6s infinite ease-in-out;
}

/* ===== Beacon antena principal ===== */
.light-C {
  position: absolute;
  top: 48%;
  left: 47%;
  width: 8px;
  height: 8px;
  background: rgba(255, 28, 28, 1);
  border-radius: 50%;
  filter: blur(0.9px) brightness(3.9);
  animation: beaconPulse 2.4s infinite ease-in-out;
}

/* ===== Beacon antena torre izquierda ===== */
.light-C2 {
  position: absolute;
  top: 52.5%;
  left: 28.8%;
  width: 7px;
  height: 7px;
  background: rgba(255, 33, 33, 1);
  border-radius: 50%;
  filter: blur(0.9px) brightness(3.7);
  animation: beaconPulse2 3.2s infinite ease-in-out;
}

/* Animaciones */
@keyframes flickerA {

  0%,
  60%,
  100% {
    opacity: 0.25;
  }

  70% {
    opacity: 1;
  }
}

@keyframes flickerB {

  0%,
  85%,
  100% {
    opacity: 0.15;
  }

  87% {
    opacity: 1;
  }
}

@keyframes beaconPulse {

  0%,
  90%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  92% {
    opacity: 1;
    transform: scale(1.7);
  }
}

@keyframes beaconPulse2 {

  0%,
  88%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  92% {
    opacity: 1;
    transform: scale(1.55);
  }
}



/* ................. end Tactical city lighting system ................. */


/* iPhone Safari — quita bandas de color sin afectar fondo */

/* v1 */

/* iOS / Safari viewport + safe-area */
@supports (-webkit-touch-callout: none) {

  :root {
    --bg: #020209;
    --muted: #9aa0a6;
    --accent: #00b7ff;
    /* Blue intelligence */
    --accent-soft: #30dbff;
    --accent-glow: rgba(0, 183, 255, 0.32);
    --glass: rgba(0, 70, 110, 0.12);
    --card: rgba(0, 45, 70, 0.10);
    --maxw: 1200px;
  }

  html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

    background-color: transparent !important;
    overscroll-behavior: none;
    overflow-x: hidden;
  }

  body {
    overflow-y: auto;
  }
}

/* Fix iOS: prevent background cut / gray areas */
@supports (-webkit-touch-callout: none) {
  .bg-base {
    background: url('background-blue.jpg?v=3.0.6') center center / cover no-repeat !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}




/* 
.bg-gif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('background.gif') center center / cover no-repeat;
  z-index: -1;
}
*/
/* BACKGROUND VIDEO */

.bg-video {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(8%) contrast(1.15) brightness(1.05) saturate(1.4);
  transition: filter 0.6s ease;
}

.bg-dim {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 0, rgba(201, 43, 43, 0.05) 0, transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(2px);
}


/* BACKGROUND GIF (REPLACES VIDEO) */
.bg-gif {
  position: fixed;
  inset: 0;
  z-index: -3;
  /* Igual que el video */
  overflow: hidden;
}

.bg-gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(8%) contrast(1.15) brightness(1.05) saturate(1.4);
  transition: filter 0.6s ease;
}

/* BACKGROUND DIM OVERLAY */
.bg-dim {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 0, rgba(201, 43, 43, 0.05) 0, transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(2px);
}




nav,
a,
button,
.btn {
  z-index: 999999 !important;
}

/* FONDO BASE */
/* FONDO BASE (más visible) */
/* FONDO BASE — skyline claro pero con mood oscuro NSA */



/* ==========================================================
   FONDO BASE — DRONE CINEMATIC + NSA FADE-IN + MOBILE-FIRST
   ========================================================== */

.bg-base {
  position: fixed;
  inset: 0;
  z-index: -3;



  background: url('background-blue.jpg?v=3.0.6') center center / cover no-repeat;

  /* Imagen se añade después vía JS ⇒ evita cortinazo */
  /*  background: none; */
  background-color: #000 !important;
  /* navy-black */
  /* Drone cinematic initial state */
  opacity: 0;
  transform: scale(1.12) translateY(8px) !important;
  filter: brightness(0.85) contrast(0.85) blur(18px) saturate(0.9) !important;
  animation: bgFadeIn 0.85s ease-out forwards;
  /* Transiciones combinadas */
  transition:
    opacity 1.1s ease-out,
    transform 2.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 2.0s ease-out;

  pointer-events: none !important;
  touch-action: none !important;

}

.bg-base.bg-loaded {
  opacity: 1;
  transform: scale(1.0) translateY(0px) !important;
  filter: brightness(2.65) contrast(1.18) saturate(1.30) blur(0px) !important;

  transition:
    opacity 1.6s ease-out,
    transform 2.8s cubic-bezier(0.16, 1, 0.3, 1),
    filter 2.4s ease-out;
  /* image takes over */
}


.hero-lead,
[data-i18n="hero_lead"],
.hero_lead {
  text-align: left !important;
}

/* Cuando la imagen está lista (JS la activa) */



/* Fix layer conflicts and force correct background behavior on desktop */
/* Fix layer conflicts and force correct background behavior on desktop */
/* Default cinematic state – applies to ALL devices */


/* Desktop – keep skyline + parallax ONLY */
@media (min-width: 1025px) {

  .bg-base {
    background-attachment: fixed !important;
    background-position: center bottom !important;
  }
}

/* Tablets – do NOT override animation */
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-base {
    background-attachment: scroll !important;
    background-position: center bottom !important;
  }
}

/* Phones – do NOT override animation */
@media (max-width: 767px) {
  .bg-base {
    background-attachment: scroll !important;
    background-position: center bottom !important;
  }
}


/* Glow cinematográfico tipo dron térmico */
.bg-base::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%,
      rgba(255, 80, 80, 0.32),
      rgba(120, 0, 0, 0.12) 40%,
      transparent 75%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 2.2s ease-out;
}

.bg-base.bg-loaded::before {
  opacity: 1;
}

/* Ruido atmosférico tipo dron */
.bg-base::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('noise.png');
  opacity: 0.035;
  mix-blend-mode: soft-light;
  animation: atmosphericNoise 0.40s steps(4) infinite;
  pointer-events: none;
}

@keyframes atmosphericNoise {
  0% {
    opacity: 0.025;
  }

  50% {
    opacity: 0.045;
  }

  100% {
    opacity: 0.025;
  }
}

/* ==========================================================
   MANTENEMOS TU bgFadeIn ORIGINAL — COMPATIBLE CON EL DRON
   ========================================================== */

@keyframes bgFadeIn {
  from {
    opacity: 0;
    filter: grayscale(0%) brightness(1.0) contrast(0.9) saturate(1.0);
  }

  to {
    opacity: 1;
    filter: grayscale(0%) brightness(2.65) contrast(1.18) saturate(1.30);
  }
}

/* ==========================================================
   RESPONSIVE — iPHONE, ANDROID, TABLETS, ULTRAWIDE, TODO
   ========================================================== */

/* iPhone / Android pequeños */
@media (max-width: 600px) {
  .bg-base {
    transform: scale(1.18) translateY(10px);
    filter: brightness(0.9) contrast(0.9) blur(20px);
  }

  .bg-base.bg-loaded {
    transform: scale(1.04);
    filter: brightness(2.4) contrast(1.12) saturate(1.2);
  }
}

/* Tablets (iPad vertical) */
@media (min-width: 600px) and (max-width: 900px) {
  .bg-base {
    transform: scale(1.12) translateY(6px);
    filter: brightness(0.9) contrast(0.9) blur(16px);
  }

  .bg-base.bg-loaded {
    transform: scale(1.02);
  }
}

/* Ultrawide monitors */
@media (min-width: 1600px) {
  .bg-base {
    transform: scale(1.08) translateY(4px);
  }
}


/* GLOBAL TYPE SCALE — ULTRA MICRO, CYBER-PRO */

body {
  margin: 0;
  font-family: "Orbitron", system-ui, sans-serif;
  background: var(--bg);
  color: #c3c5c8;
  font-size: 6px;
  /* base pequeña */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* HEADINGS */

h1,
h2,
h3,
h4 {
  font-family: "Orbitron", system-ui, sans-serif;
  font-weight: 600;
  color: #e9ebed;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

h1 {
  font-size: 9px;
}

h2 {
  font-size: 7.5px;
}

h3 {
  font-size: 6px;
}

h4 {
  font-size: 5.5px;
}

/* GENERIC TEXT */

p,
label,
input,
textarea,
.form-note,
.form-status,
.crypto,
.vetting-block {
  font-family: "Orbitron", system-ui, sans-serif;
  font-size: 5.8px;
  letter-spacing: 0.9px;
  color: #b8bcc0;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.9;
}


/* LANGUAGE TOGGLE — PRO */

.lang-toggle {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 100 !important;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(7px);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
}

.lang-btn {
  border: none;
  color: #a9afb5;
  background: transparent;
  font-family: "Orbitron", monospace;
  font-size: 6.5px;
  letter-spacing: 1px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all .28s ease;
}

.lang-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.lang-btn.active {
  color: #050505;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  font-weight: 700;
  box-shadow: 0 0 14px rgba(201, 43, 43, 0.25);
  animation: pulseGlow 2.4s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 8px rgba(201, 43, 43, 0.18);
  }

  50% {
    box-shadow: 0 0 14px rgba(255, 75, 75, 0.3);
  }
}

/* NAV */

.topnav {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 90;
  display: flex;
  gap: 4px;
  padding: 5px 8px;
  background: rgba(3, 3, 3, 0.28);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(7px);
}

.topnav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 6.2px;
  padding: 4px 6px;
  border-radius: 6px;
  letter-spacing: 1px;
}

.topnav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* HERO */

header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7vh 5%;
  text-align: center;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
}

.hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 26px 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.006));
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.9);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.brand-text h1 {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #ffffff;
}

.role-line {
  margin-top: 2px;
  font-size: 5.6px;
  letter-spacing: 0.9px;
  color: #cfd1d3;
  opacity: 0.9;
}

.subtitle {
  margin-top: 2px;
  font-size: 5.4px;
  letter-spacing: 1px;
  color: #c5c8cc;
  opacity: 0.88;
}

.affiliation {
  margin-top: 4px;
  font-size: 5.2px;
  letter-spacing: 0.9px;
  color: #b9bcc0;
  opacity: 0.85;
  line-height: 1.5;
}

.notice {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(201, 43, 43, 0.06);
  color: var(--accent);
  border: 1px solid rgba(201, 43, 43, 0.16);
  font-size: 5.1px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.access-line {
  margin-top: 6px;
  font-family: "Orbitron", system-ui, sans-serif;
  font-size: 4.5px;
  color: #ffffff;
  opacity: 0;
}

.hero-lead {
  margin-top: 10px;
  font-size: 5px;
  letter-spacing: 0.8px;
  color: #b6b9bd;
  line-height: 1.6;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.82;
}

.threat-line,
.hero-warning {
  margin-top: 8px;
  font-size: 5px;
  color: var(--accent-soft);
  font-weight: 700;
  letter-spacing: 1.2px;
}

/* CTA BUTTONS */

.cta-row {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btn {
  padding: 6px 10px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
  z-index: 50 !important;
  /* o incluso menos */
}

.btn.primary {
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  color: #050505;
  border: none;
  box-shadow: 0 10px 26px rgba(201, 43, 43, 0.2);
}

.btn.ghost {
  background: transparent;
  color: var(--muted);
}

.btn:hover {
  transform: translateY(-1px);
}

/* SECTIONS */

section {
  padding: 60px 5%;
}

.section-title {
  max-width: var(--maxw);
  margin: 0 auto 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.section-title h3 {
  margin: 0;
  font-size: 6px;
  color: var(--accent);
  letter-spacing: 1.4px;
}

.section-title p {
  margin: 0;
  font-size: 5.4px;
  color: var(--muted);
}

/* GRID / CARDS */

.cols {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  background: var(--card);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 5.2px;
  color: var(--muted);
  line-height: 1.5;
}

.card h4 {
  margin: 0 0 4px;
  font-size: 5.4px;
  color: #ffffff;
}

.card:hover {
  box-shadow: 0 8px 22px rgba(201, 43, 43, 0.13);
  border-color: rgba(201, 43, 43, 0.14);
}

/* CONTACT GRID */

.contact-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
  gap: 16px;
}

.contact-card {
  background: var(--card);
  border-radius: 8px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  font-size: 5.2px;
  color: var(--muted);
}

.contact-card h4 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 5.6px;
}

/* FORM */

.form-group {
  margin-bottom: 8px;
}

label {
  display: block;
  font-size: 5.2px;
  color: var(--muted);
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

input,
textarea {
  width: 100%;
  padding: 6px 7px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.5);
  color: #e9edf0;
  font-size: 5.4px;
  outline: none;
  text-transform: none;
  letter-spacing: 0.4px;
}

input::placeholder,
textarea::placeholder {
  color: #6f767d;
  font-size: 5px;
}

input:focus,
textarea:focus {
  border-color: var(--accent-soft);
  box-shadow: 0 0 8px rgba(201, 43, 43, 0.22);
}

.form-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 6px;
}

.form-note {
  font-size: 5px;
  color: var(--muted);
  text-transform: none;
}

.form-status {
  font-size: 5px;
  margin-top: 4px;
  color: var(--accent-soft);
  word-break: break-word;
  text-transform: none;
}

/* CRYPTO BLOCK */

.crypto {
  margin-top: 10px;
  padding: 9px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 5.2px;
  color: var(--muted);
  text-transform: none;
}

.crypto pre {
  margin-top: 5px;
  padding: 6px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.96);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  color: #e5e9ec;
  font-size: 4.8px;
  white-space: pre-wrap;
  word-break: break-word;
}

.nda-link a {
  display: inline-block;
  margin-top: 5px;
  font-size: 5px;
  color: var(--accent-soft);
  text-decoration: none;
}

.nda-link a:hover {
  text-decoration: underline;
}

/* VETTING */

.vetting-block {
  margin-top: 10px;
  font-size: 5.2px;
  color: var(--muted);
  text-transform: none;
}

.vetting-block strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 5.2px;
  text-transform: uppercase;
}

/* FOOTER */

footer {
  padding: 28px 5% 16px;
  text-align: center;
  color: var(--muted);
  font-size: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(0, 0, 0, 0.22);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  opacity: 0.78;
}

footer .legal {
  margin-top: 10px;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  color: #9da2a8;
  line-height: 1.35;
  font-size: 4.8px;
  text-transform: none;
  opacity: 0.7;
}

/* REVEAL ANIMATION */

[data-reveal] {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* RESPONSIVE */

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

@media (max-width: 700px) {
  header {
    padding: 8vh 4%;
  }

  .hero {
    padding: 20px 14px;
  }

  .brand-text h1 {
    font-size: 8px;
  }

  .topnav {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 54px;
  }

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

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

/* GLOBAL LINK STYLING */

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--accent-soft);
  text-decoration: underline;
}

.professional-title {
  font-size: 0.64rem;
  /* reducción mínima y precisa */
  font-weight: 500;
  line-height: 1.18;
  margin-top: 3px;
  margin-bottom: 10px;
  /* mantiene buen respiro */
  opacity: 0.72;
  color: #85898c;
  /* gris táctico + bajo perfil */
}

/* FIX — OPERATIONAL SUMMARY OVERLAP ON MOBILE */
@media (max-width: 700px) {
  #ops {
    padding-top: 110px !important;
    /* despeja el menú en smartphones */
  }

  #ops .section-title {
    margin-top: 18px !important;
  }
}

/* Mejor separación visual entre título y subtítulo de secciones */
.section-title h3 {
  margin-bottom: 8px;
  /* espacio táctico */
}

.section-title p {
  margin-top: 4px;
  margin-bottom: 18px;
  /* más separación del contenido */
  line-height: 1.38;
  /* lectura más cómoda */
}

/* Ajuste específico para móviles */
@media (max-width: 700px) {
  #ops .section-title h3 {
    margin-bottom: 10px;
  }

  #ops .section-title p {
    margin-bottom: 22px;
    /* más espacio porque el menú tapa un poco */
  }
}