
:root {
  --navy-950: #06111f;
  --navy-900: #0b1d35;
  --navy-800: #102a4d;
  --navy-700: #173861;
  --gold-500: #c9a45d;
  --gold-400: #d8bc80;
  --gold-100: #f5ead0;
  --ink: #132033;
  --muted: #5c6878;
  --line: #dce2ea;
  --surface: #f7f8fa;
  --white: #ffffff;
  --success: #1f7a55;
  --danger: #a63c46;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 8px 24px rgba(6, 17, 31, .08);
  --shadow-lg: 0 24px 70px rgba(6, 17, 31, .14);
  --container: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; left: 12px; top: -80px;
  padding: 10px 14px; background: var(--white); border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--gold-500); font-size: .78rem; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0 0 .7em; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); color: #d5deea; max-width: 720px; }
.section-copy { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.section { padding: 108px 0; }
.section.compact { padding: 76px 0; }
.section.surface { background: var(--surface); }
.section.dark { background: var(--navy-950); color: var(--white); }
.section-heading { display: grid; gap: 14px; margin-bottom: 46px; max-width: 820px; }
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,226,234,.85);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex;
  align-items: center;
  width: 132px;
  height: 72px;
  color: var(--navy-900);
}
.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand svg { display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  text-decoration: none; font-size: .94rem; font-weight: 700; color: #344055;
  position: relative;
}
.nav-links a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -9px;
  height: 2px; background: var(--gold-500); transition: right .2s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-links a[aria-current="page"] { color: var(--navy-900); }
.menu-toggle {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--white);
}
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--navy-900); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--navy-950); background: var(--gold-500); box-shadow: 0 10px 30px rgba(201,164,93,.2); }
.btn-primary:hover { background: var(--gold-400); }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.btn-secondary:hover { background: rgba(255,255,255,.1); }
.btn-dark { color: var(--white); background: var(--navy-900); }
.btn-ghost { color: var(--navy-900); border-color: var(--line); background: var(--white); }
.btn-small { min-height: 42px; padding-inline: 17px; font-size: .9rem; }
.hero {
  position: relative; overflow: hidden; color: var(--white);
  min-height: 760px; display: grid; align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(35,78,125,.58), transparent 32%),
    radial-gradient(circle at 12% 90%, rgba(201,164,93,.12), transparent 25%),
    var(--navy-950);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to right, transparent 0, #000 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; padding: 100px 0; position: relative; }
.hero-copy h1 span { color: var(--gold-400); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 42px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; color: #cbd5e3; font-size: .93rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; color: var(--gold-400); font-weight: 900; }
.process-visual {
  position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); background: rgba(10,31,57,.78);
  box-shadow: var(--shadow-lg); backdrop-filter: blur(10px);
}
.process-visual::after {
  content: ""; position: absolute; width: 140px; height: 140px; right: -40px; top: -45px;
  border: 1px solid rgba(201,164,93,.3); border-radius: 50%;
}
.process-kicker { color: var(--gold-400); font-size: .75rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
.process-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.process-list li {
  display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center;
  padding: 16px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08);
}
.process-list b {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  color: var(--navy-950); background: var(--gold-500);
}
.process-list strong { display: block; font-size: .97rem; }
.process-list small { color: #aebacd; }
.logo-strip {
  border-bottom: 1px solid var(--line); background: var(--white);
}
.logo-strip-inner {
  display: grid; grid-template-columns: auto 1fr; gap: 35px; align-items: center; min-height: 94px;
}
.logo-strip strong { color: var(--navy-900); font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.sector-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.tag { padding: 8px 13px; border-radius: 999px; background: var(--surface); color: #516075; font-size: .86rem; border: 1px solid var(--line); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  padding: 31px; border: 1px solid var(--line); border-radius: var(--radius-md);
  background: var(--white); box-shadow: 0 1px 0 rgba(6,17,31,.02);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #c9d1dc; }
.icon {
  width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px;
  color: var(--gold-500); background: var(--navy-900); border-radius: 15px;
}
.icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.card p { color: var(--muted); }
.text-link { color: var(--navy-900); font-weight: 800; text-decoration: none; }
.text-link::after { content: " →"; color: var(--gold-500); }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 76px; align-items: center; }
.feature-panel {
  position: relative; min-height: 500px; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--navy-900); color: var(--white); padding: 42px;
}
.feature-panel::before, .feature-panel::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(201,164,93,.26);
}
.feature-panel::before { width: 360px; height: 360px; right: -120px; top: -110px; }
.feature-panel::after { width: 210px; height: 210px; left: -70px; bottom: -70px; }
.metric-grid { position: relative; z-index: 1; display: grid; gap: 12px; margin-top: 54px; }
.metric {
  padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
}
.metric strong { display: block; margin-bottom: 3px; }
.metric span { color: #b9c5d6; font-size: .9rem; }
.check-list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 16px; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; }
.check-list li::before {
  content: "✓"; display: grid; place-items: center; width: 22px; height: 22px;
  border-radius: 50%; background: var(--gold-100); color: #87621e; font-weight: 900; font-size: .8rem;
}
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; padding: 26px; border-top: 2px solid var(--gold-500); background: rgba(255,255,255,.04); border-radius: 0 0 18px 18px; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--gold-400); font-size: .78rem; letter-spacing: .14em; font-weight: 900; margin-bottom: 28px; }
.step p { color: #abb8ca; font-size: .94rem; }
.cta {
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
  padding: 48px; border-radius: var(--radius-lg); background: var(--navy-900); color: var(--white);
  overflow: hidden; position: relative;
}
.cta::after { content: ""; position: absolute; width: 250px; height: 250px; right: -120px; bottom: -150px; border: 1px solid rgba(201,164,93,.3); border-radius: 50%; }
.cta p { color: #c5cfdd; max-width: 680px; }
.page-hero { padding: 116px 0 88px; color: var(--white); background: var(--navy-950); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; top: -210px; border: 1px solid rgba(201,164,93,.24); border-radius: 50%; }
.page-hero h1 { max-width: 960px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-hero p { max-width: 760px; color: #cbd5e3; font-size: 1.17rem; }
.service-detail { padding: 38px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; }
.service-detail:first-child { border-top: 0; }
.service-number { color: var(--gold-500); font-weight: 900; letter-spacing: .12em; }
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.pill { padding: 8px 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; font-size: .86rem; }
.notice { padding: 20px 22px; border-radius: 15px; background: #fff7e7; border: 1px solid #edd9aa; color: #674a16; }
.team-placeholder {
  display: grid; place-items: center; min-height: 310px; border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--navy-900), #173c6c); color: var(--white); text-align: center; padding: 36px;
}
.team-placeholder svg { width: 90px; opacity: .75; margin-bottom: 20px; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value { padding: 25px; border-left: 3px solid var(--gold-500); background: var(--surface); }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: start; }
.form-aside { position: sticky; top: 110px; }
.form-card { padding: 38px; border-radius: var(--radius-md); border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--white); }
.fieldset { border: 0; padding: 0; margin: 0 0 34px; }
.fieldset legend { width: 100%; font-size: 1.15rem; font-weight: 900; color: var(--navy-900); padding-bottom: 11px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
label { font-size: .88rem; font-weight: 800; color: #3c485a; }
input, select, textarea {
  width: 100%; border: 1px solid #cfd6e0; border-radius: 11px; background: var(--white);
  padding: 12px 13px; color: var(--ink); min-height: 48px;
}
textarea { min-height: 132px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(201,164,93,.22); border-color: var(--gold-500); }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.checkbox input { width: 18px; height: 18px; min-height: 0; margin-top: 4px; }
.checkbox label { font-weight: 500; line-height: 1.45; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-status { display: none; margin-top: 16px; padding: 13px 15px; border-radius: 10px; }
.form-status.show { display: block; }
.form-status.success { color: #155f42; background: #e8f6ef; border: 1px solid #b9e3ce; }
.form-status.error { color: #7f2530; background: #fff0f1; border: 1px solid #efc4c8; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 15px; padding: 0 20px; background: var(--white); }
.faq summary { cursor: pointer; font-weight: 850; padding: 20px 38px 20px 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 17px; font-size: 1.35rem; color: var(--gold-500); }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 18px; }
.legal { max-width: 900px; }
.legal h2 { font-size: 1.65rem; margin-top: 2em; }
.legal h3 { font-size: 1.15rem; margin-top: 1.5em; }
.legal ul { color: var(--muted); }
.placeholder { background: #fff1b8; padding: 1px 5px; border-radius: 4px; color: #5a4500; font-weight: 800; }
.footer { background: var(--navy-950); color: var(--white); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding-bottom: 46px; }
.footer .brand {
  width: 230px !important;
  height: auto !important;
  padding: 0 !important;
  margin-bottom: 24px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.footer .brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer p, .footer a { color: #aab7c8; }
.footer a { text-decoration: none; }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; color: #7f8da0; font-size: .85rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 960px) {
  .nav-links {
    position: fixed; inset: 76px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0;
    padding: 18px 20px 28px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
  }
  .menu-open .nav-links { display: flex; }
  .nav-links a { padding: 14px 5px; }
  .nav-links .btn { margin-top: 10px; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .form-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { gap: 42px; padding: 84px 0; }
  .process-visual { max-width: 680px; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .form-aside { position: static; }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .nav { min-height: 70px; }
  .nav-links { inset-block-start: 70px; }
  h1 { font-size: clamp(2.35rem, 13vw, 4rem); }
  .hero-grid { padding: 70px 0; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 11px; }
  .logo-strip-inner { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .cards-3, .steps, .values, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .split { gap: 38px; }
  .feature-panel { min-height: auto; padding: 30px 24px; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; }
  .cta { grid-template-columns: 1fr; padding: 32px 24px; }
  .form-card { padding: 26px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


.institutional-mark {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 34px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.institutional-mark img {
  display: block;
  width: min(100%, 410px);
  height: auto;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.contact-channel {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.contact-channel a {
  overflow-wrap: anywhere;
}
@media (max-width: 680px) {
  .brand {
    width: 100px;
    height: 60px;
  }
  .footer .brand {
    width: 160px;
    height: auto;
  }
}


.nav-links a.btn-dark,
.nav-links a.btn-dark:visited,
.nav-links a.btn-dark:hover,
.nav-links a.btn-dark:focus {
  color: #ffffff !important;
}
.nav-links a.btn-dark:hover,
.nav-links a.btn-dark:focus-visible {
  background: var(--navy-700);
}


.header .brand {
  width: 118px;
  height: 70px;
}
.header .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media (max-width: 680px) {
  .footer .brand {
    width: 220px;
    height: auto;
  }
}


/* Correcciones visuales definitivas — versión 4 */
.header .container.nav {
  min-height: 96px;
}

.header .brand {
  width: 128px !important;
  height: 88px !important;
  padding: 0 !important;
  background: transparent !important;
}

.header .brand img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.footer .brand {
  display: inline-flex !important;
  width: 230px !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.footer .brand img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: drop-shadow(0 1px 1px rgba(255,255,255,.16))
          drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

.header .nav-links a.btn.btn-dark,
.header .nav-links a.btn.btn-dark:link,
.header .nav-links a.btn.btn-dark:visited,
.header .nav-links a.btn.btn-dark:hover,
.header .nav-links a.btn.btn-dark:focus,
.header .nav-links a.btn.btn-dark:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.header .nav-links a.btn.btn-dark {
  background: #0b1d35 !important;
  border-color: #0b1d35 !important;
}

.header .nav-links a.btn.btn-dark:hover,
.header .nav-links a.btn.btn-dark:focus-visible {
  background: #173861 !important;
  border-color: #173861 !important;
}

@media (max-width: 680px) {
  .header .container.nav {
    min-height: 78px;
  }

  .header .brand {
    width: 96px !important;
    height: 68px !important;
  }

  .footer .brand {
    width: 205px !important;
  }
}


/* Secciones de confianza institucional */
.trust-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}
.trust-statement {
  padding: 34px;
  border-radius: var(--radius-md);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(201,164,93,.18), transparent 34%),
    var(--navy-900);
}
.trust-statement p { color: #d6deea; }
.trust-statement strong { color: var(--gold-400); }

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.profile-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.profile-mark {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  color: var(--gold-400);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), transparent),
    var(--navy-900);
  font-weight: 900;
  letter-spacing: .04em;
  font-size: 1.45rem;
}
.profile-card h3 { margin-bottom: .2em; }
.profile-role {
  margin-bottom: 14px;
  color: var(--gold-500);
  font-size: .88rem;
  font-weight: 850;
}
.profile-card p { color: var(--muted); }
.profile-card ul {
  margin: 18px 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}
.profile-card li + li { margin-top: 7px; }

.disclosure {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold-500);
  background: var(--gold-100);
  color: #604817;
  border-radius: 0 12px 12px 0;
}

.method-grid {
  counter-reset: method;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.method-item {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.method-item::before {
  counter-increment: method;
  content: "0" counter(method);
  display: block;
  margin-bottom: 28px;
  color: var(--gold-400);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.method-item p {
  color: #b9c5d6;
  font-size: .93rem;
}

.trust-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.trust-principle {
  padding: 25px;
  border-radius: 17px;
  border: 1px solid var(--line);
  background: var(--white);
}
.trust-principle strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
}
.trust-principle p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sector-card {
  padding: 24px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.sector-card h3 { margin-bottom: .35em; }
.sector-card p { margin: 0; color: var(--muted); }

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.compliance-card {
  padding: 24px;
  border-top: 3px solid var(--gold-500);
  border-radius: 0 0 16px 16px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.compliance-card p { margin-bottom: 0; color: var(--muted); }

.muted-note {
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 960px) {
  .trust-intro,
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-principles,
  .compliance-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .profile-card {
    grid-template-columns: 1fr;
  }
  .profile-mark {
    width: 76px;
    height: 76px;
    border-radius: 20px;
  }
  .method-grid,
  .trust-principles,
  .sector-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }
}

/* Ajuste fino de escala institucional */
.header .brand {
  width: 112px !important;
  height: 78px !important;
}
@media (max-width: 680px) {
  .header .brand {
    width: 92px !important;
    height: 64px !important;
  }
}


/* Perfiles profesionales visibles — versión 6 */
#equipo,
#modelo,
#sectores,
#cumplimiento {
  scroll-margin-top: 118px;
}

.about-hero-actions {
  margin-top: 30px;
}

.about-subnav {
  position: sticky;
  top: 96px;
  z-index: 30;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}

.about-subnav-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.about-subnav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 800;
}

.about-subnav a:hover,
.about-subnav a:focus-visible {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

#equipo {
  padding-top: 82px;
}

#equipo .section-heading {
  margin-bottom: 34px;
}

#equipo .profile-card {
  border-top: 4px solid var(--gold-500);
}

@media (max-width: 680px) {
  .about-hero-actions {
    display: grid;
  }

  .about-hero-actions .btn {
    width: 100%;
  }

  .about-subnav {
    top: 78px;
  }

  #equipo {
    padding-top: 68px;
  }
}
