/* =========================================================
   VARIABLES CORPORATIVAS
   ========================================================= */
:root {
  --brand-blue: #223a5e;
  --brand-blue-2: #2f4f73;
  --brand-teal: #22383a;
  --soft-lavender: #dfe4ff;

  --ghost-border: #cfcfcf;
  --ghost-text: #9a9a9a;

  --send-green: #55b96a;
  --gold-line: #c6a96a;
}

/* =========================================================
   AJUSTES GENERALES
   ========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* =========================================================
   HERO
   ========================================================= */
.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.30) 0%,
    rgba(0,0,0,.12) 45%,
    rgba(0,0,0,0) 70%
  );
}

/* =========================================================
   BOTÓN OUTLINE (CONSÚLTANOS YA)
   ========================================================= */
.btn-outline {
  border: 2px solid var(--ghost-border);
  color: var(--ghost-text);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-outline:hover {
  background: rgba(0,0,0,.05);
}

/* =========================================================
   BLOQUE ONLINE (CURVA + DETALLE DORADO)
   ========================================================= */
.online-curve {
  border-radius: 0 999px 999px 0;
}

.gold-line {
  background-color: var(--gold-line);
}

/* =========================================================
   TAG DE SERVICIOS (CAPACITACIÓN / ESPECIALIZACIÓN / CERT.)
   ========================================================= */
.service-tag {
  background: rgba(47,79,115,.85);
  backdrop-filter: blur(2px);
}

/* =========================================================
   TARJETAS DE EXPERTOS
   ========================================================= */
.expert-card {
  border-radius: 26px;
}

.expert-photo {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

/* =========================================================
   BANNER FINAL
   ========================================================= */
.banner-overlay {
  background: rgba(255,255,255,.60);
}
