/* Identidad Martraza: se carga después de la hoja histórica para el cambio gradual. */
:root {
  --navy: #062b55;
  --mint: #f97316;
  --ink: #102f4b;
  --muted: #587084;
  --paper: #f8fafc;
  --line: #d8e1ea;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible { outline-color: #f97316; }

.brand img { width: 42px; height: 42px; object-fit: contain; }
.portal-link { color: #f8fafc; font-size: .9rem; text-decoration: none; }
.portal-link:hover { color: #fb923c; }
.header { background: linear-gradient(90deg, #041d3b55, #041d3b10); }
.hero-shade {
  background: linear-gradient(90deg, rgba(3, 24, 51, .92), rgba(4, 43, 85, .56) 55%, rgba(3, 24, 51, .14)),
    linear-gradient(0deg, #062b55d9, transparent 44%);
}

.hero .eyebrow,
.hero h1 em,
.header nav a:hover,
.regulation h2 span,
.regulation .text-link,
.legal-details summary,
.legal-details a { color: #fb923c; }

.line { background: #f97316; }
.mint { background: #f97316; color: #fff; }
.navy { background: #062b55; }
.hero-actions .navy { background: #ffffff1f; border: 1px solid #ffffff99; }
.dark { color: #d65d00; }
.contact { background: #e8f0f8; border-top-color: #cbd9e7; }
.contact h2 span { color: #1463a5; }
.contact-aside { border-left-color: #c0d0df; }
.regulation { background: #062b55; }
.sector-strip { border-bottom-color: #d8e1ea; }
.download-section { background: #f8fafc; border-top: 1px solid #d8e1ea; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.download-section > div { max-width: 720px; }
.download-section h2 { color: #062b55; margin: .6rem 0 1rem; }
.download-section p:not(.eyebrow) { color: #445d73; line-height: 1.65; }
.download-section .button { flex: none; }

@media (max-width: 700px) {
  .brand img { width: 34px; height: 34px; }
  .portal-link { display: none; }
  .download-section { display: block; }
  .download-section .button { display: inline-flex; margin-top: 1rem; }
}
