:root {
  --navy: #05101d;
  --navy-2: #071a31;
  --panel: rgba(8, 28, 52, .74);
  --line: rgba(22, 166, 255, .26);
  --blue: #119eea;
  --blue-2: #2354c8;
  --red: #ef2638;
  --white: #f7fbff;
  --muted: #b9c8d8;
  --shadow: 0 24px 80px rgba(0, 10, 25, .42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: radial-gradient(circle at 70% 0%, rgba(16, 122, 208, .22), transparent 28%), linear-gradient(180deg, #061322 0%, #030810 52%, #071525 100%);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(3, 9, 18, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}
.brand img, .footer img { width: 150px; mix-blend-mode: screen; filter: drop-shadow(0 0 22px rgba(17, 158, 234, .26)); }
.nav { display: flex; gap: 20px; margin-left: auto; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--white); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.nav-cta, .button.primary { background: linear-gradient(135deg, var(--blue), #086dc7); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 14px 34px rgba(17, 158, 234, .22); }
.button.secondary { border: 1px solid var(--line); color: var(--white); background: rgba(255,255,255,.04); }
.hero {
  min-height: calc(100svh - 78px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,9,18,.96) 0%, rgba(3,9,18,.76) 46%, rgba(3,9,18,.26) 100%),
    url("/assets/acceso-card-referencia.jpg") right center / auto 110% no-repeat;
  opacity: .72;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% -12%;
  height: 52%;
  background: radial-gradient(ellipse at center, rgba(16, 158, 234, .34), transparent 62%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, .58fr);
  gap: clamp(28px, 6vw, 76px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 94px) 0 54px;
  align-items: center;
}
.hero-logo { display: none; }
.eyebrow { margin: 0 0 14px; color: #dce8f7; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 8vw, 92px); line-height: .92; margin-bottom: 24px; text-transform: uppercase; }
h1 span, h2 span { color: var(--blue); }
.lead { max-width: 640px; color: var(--white); font-size: clamp(20px, 3vw, 30px); line-height: 1.18; font-weight: 750; }
.support, .wide-text { color: var(--muted); font-size: 18px; line-height: 1.7; }
.route { display: flex; align-items: center; gap: 18px; margin: 26px 0; text-transform: uppercase; font-weight: 900; letter-spacing: .28em; }
.route b { width: 88px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--red)); position: relative; }
.route b::after { content: ""; position: absolute; right: -2px; top: -5px; width: 11px; height: 11px; border-top: 2px solid var(--red); border-right: 2px solid var(--red); transform: rotate(45deg); }
.route i { font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.quick-panel, .service-grid article, .steps article, .update-row article, .notice, .faq details, .lead-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.quick-panel { padding: 24px; backdrop-filter: blur(18px); }
.quick-panel p { color: var(--muted); line-height: 1.6; }
.quick-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.quick-panel li { display: flex; gap: 12px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.quick-panel svg, .service-grid svg, .check-grid svg, .float-wa svg { width: 22px; height: 22px; color: var(--blue); flex: 0 0 auto; }
.band { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: clamp(58px, 8vw, 96px) 0; }
.section-head { max-width: 760px; margin-bottom: 28px; }
h2 { font-size: clamp(32px, 5vw, 58px); line-height: 1; margin-bottom: 18px; }
h3 { font-size: 20px; }
.intent-grid, .service-grid, .steps, .check-grid { display: grid; gap: 14px; }
.intent-grid { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.intent-grid a, .topic-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.035);
  color: #e9f5ff;
  font-weight: 750;
}
.intent-grid a:hover, .topic-list a:hover { border-color: rgba(17, 158, 234, .72); background: rgba(17, 158, 234, .12); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-grid article, .steps article { padding: 22px; }
.service-grid p, .steps p, .update-row p, .faq p { color: var(--muted); line-height: 1.62; }
.service-grid a, .update-row a { color: #7dd1ff; font-weight: 800; }
.center { text-align: center; margin-top: 28px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 12px; }
.update-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: stretch; }
.update-row article, .notice { padding: 24px; }
.update-row span, .fine { color: #91a7bd; }
.notice { border-left: 3px solid var(--red); color: #d8e5f3; line-height: 1.7; }
.check-grid { grid-template-columns: repeat(4, 1fr); }
.check-grid p { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 16px; background: rgba(255,255,255,.035); border-radius: 8px; border: 1px solid rgba(255,255,255,.08); color: #e7f4ff; }
.steps { grid-template-columns: repeat(4, 1fr); }
.steps b { color: var(--red); font-size: 14px; }
.capture { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: start; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px; }
label { color: #d8e7f6; font-size: 13px; font-weight: 760; }
input, select {
  width: 100%;
  margin-top: 8px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(1, 7, 15, .78);
  color: var(--white);
  padding: 0 12px;
  font: inherit;
}
.full { grid-column: 1 / -1; }
.consent { display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; font-weight: 500; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: 1px; }
.faq-list { display: grid; gap: 10px; }
.faq summary { cursor: pointer; padding: 18px 20px; font-weight: 820; }
.faq details p { padding: 0 20px 20px; margin: 0; }
.final-cta { text-align: center; padding: clamp(62px, 10vw, 112px) 18px; background: linear-gradient(135deg, rgba(5, 16, 29, .94), rgba(7, 36, 68, .94)); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.final-cta h2 { max-width: 860px; margin: 0 auto 16px; }
.final-cta p { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 28px clamp(18px, 4vw, 54px); color: var(--muted); }
.float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0fb3ff;
  box-shadow: 0 16px 46px rgba(15, 179, 255, .38);
}
.float-wa svg { color: white; width: 28px; height: 28px; }
.article-page .hero { min-height: 46svh; }
.article { width: min(860px, calc(100% - 36px)); margin: 0 auto; padding: 56px 0 84px; color: #dce9f6; line-height: 1.75; }
.article h1 { font-size: clamp(40px, 7vw, 72px); }
.article h2 { font-size: clamp(26px, 4vw, 38px); margin-top: 34px; }
.article .callout { padding: 22px; border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: 8px; background: rgba(255,255,255,.04); }
@media (max-width: 920px) {
  .nav { display: none; }
  .topbar { gap: 12px; }
  .nav-cta { margin-left: auto; padding: 0 12px; }
  .hero-inner, .capture, .update-row { grid-template-columns: 1fr; }
  .hero-bg { background: linear-gradient(180deg, rgba(3,9,18,.9), rgba(3,9,18,.74)), url("/assets/acceso-card-referencia.jpg") center top / cover no-repeat; }
  .quick-panel { margin-top: 10px; }
  .intent-grid, .service-grid, .steps, .check-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .topbar { min-height: 66px; padding: 10px 14px; }
  .brand img { width: 116px; }
  .nav-cta { min-height: 40px; font-size: 10px; }
  .hero { min-height: auto; }
  .hero-inner { width: min(100% - 28px, 1180px); padding: 42px 0; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .lead { font-size: 20px; }
  .route { font-size: 12px; gap: 11px; letter-spacing: .18em; }
  .route b { width: 48px; }
  .hero-actions .button { width: 100%; }
  .intent-grid, .service-grid, .steps, .check-grid, .lead-form { grid-template-columns: 1fr; }
  .band { width: min(100% - 28px, 1180px); }
  .footer { display: block; text-align: center; }
  .footer img { margin: 0 auto 14px; }
}
