:root {
  --navy: #0b234a;
  --navy-deep: #061632;
  --navy-soft: #163a70;
  --red: #df1f3f;
  --red-dark: #b71430;
  --gold: #b99646;
  --teal: #118a78;
  --ink: #101d32;
  --muted: #68758a;
  --cloud: #f3f6fa;
  --white: #fff;
  --line: #dce3ec;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(6, 22, 50, .12);
  --icon-access-digital: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='2' y='2' width='60' height='60' rx='18' fill='%230b234a'/%3E%3Cpath d='M20 47V23c0-4 3-7 7-7h17v24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 34h27M30 26l8 8-8 8' fill='none' stroke='%23df1f3f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='23' cy='11' r='3' fill='%23b99646'/%3E%3Ccircle cx='32' cy='9' r='3' fill='%23fff'/%3E%3Ccircle cx='41' cy='11' r='3' fill='%23b99646'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--white);
  font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 18px; padding: 12px 16px; background: var(--white); color: var(--navy); border-radius: 10px; }
.skip-link:focus { top: 12px; }

h1, h2, .display, .page-title {
  font-family: "Source Serif 4", Georgia, serif;
  font-optical-sizing: auto; letter-spacing: -.028em;
}

.topline { color: rgba(255,255,255,.72); background: var(--navy-deep); font-size: 10px; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.topline-links { display: flex; gap: 24px; }
.topline-links a:hover { color: var(--white); }
.site-header { position: relative; z-index: 20; color: var(--white); background: var(--navy); }
.navbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 170px; max-height: 68px; object-fit: contain; padding: 5px 9px; border-radius: 12px; background: var(--white); }
.main-menu { display: flex; align-items: center; gap: 23px; }
.main-menu > a:not(.button) { position: relative; padding: 12px 0; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; }
.main-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--red); transition: right .2s ease; }
.main-menu > a:not(.button):hover { color: var(--white); }
.main-menu > a:not(.button):hover::after, .main-menu > a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: 11px; font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 13px 30px rgba(223,31,63,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-glass { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); }
.button-white { color: var(--navy); background: var(--white); }
.button-with-icon .button-icon {
  width: 26px; height: 26px; display: inline-grid; place-items: center; flex: 0 0 26px;
  border: 1px solid currentColor; border-radius: 50%; font-size: 14px; line-height: 1;
  transition: transform .2s ease;
}
.button-with-icon:hover .button-icon { transform: translateX(2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(223,31,63,.32); outline-offset: 3px;
}
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--red); }
.kicker, .eyebrow {
  display: inline-block; color: var(--red); font-size: 10px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.kicker.light { color: #ffbdc9; }

/* Home */
.home-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.home-hero-media { position: absolute; inset: 0; background: url("/assets/03-bandera-exterior-sede-principal.png") center/cover no-repeat; }
.home-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,22,50,.97) 0%, rgba(6,22,50,.88) 48%, rgba(6,22,50,.46) 100%);
}
.home-hero-grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: 1.12fr .72fr; align-items: center; gap: 70px; padding-block: 72px; }
.home-hero-copy { max-width: 720px; }
.home-hero .eyebrow { color: #ffbcc8; }
.home-hero h1 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(58px, 6.5vw, 88px); line-height: .98; }
.home-hero h1 em { color: #ffb9c5; font-style: normal; }
.home-hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; }
.hero-signals span { position: relative; padding-left: 15px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; }
.hero-signals span::before { content: ""; position: absolute; left: 0; top: 5px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.access-card { padding: 25px; border: 1px solid rgba(255,255,255,.5); border-radius: 28px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.access-card-heading { padding: 2px 4px 17px; }
.access-card-heading small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.access-card-heading h2 { margin: 5px 0 0; font-size: 25px; }
.access-item { min-height: 72px; display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 12px; padding: 11px 8px; border-top: 1px solid var(--line); border-radius: 15px; }
.access-item:hover { background: var(--cloud); }
.access-item > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--red); background: #fff0f3; font-size: 9px; }
.access-item span { display: flex; flex-direction: column; gap: 3px; }
.access-item strong { color: var(--navy); font-size: 12px; }
.access-item small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.access-item i { color: var(--red); font-style: normal; }
.access-primary { padding: 14px 12px; border: 0; color: var(--white); background: var(--navy); }
.access-primary:hover { background: var(--navy-soft); }
.access-primary > b { color: var(--white); background: rgba(255,255,255,.13); }
.access-primary strong { color: var(--white); }
.access-primary small { color: rgba(255,255,255,.62); }
.access-primary i { color: var(--white); }
.access-all { display: flex; justify-content: space-between; margin-top: 5px; padding: 14px 5px 2px; color: var(--navy); font-size: 10px; font-weight: 800; }
.access-all span { color: var(--red); }

.home-intro { padding: 95px 0; background: var(--white); }
.home-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.home-intro h2 { margin: 13px 0 0; color: var(--navy); font-size: clamp(42px, 4.7vw, 65px); line-height: 1.05; }
.home-intro-copy p { margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.pathways { padding: 0 0 100px; background: var(--white); }
.pathway-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; }
.pathway {
  min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--cloud); transition: transform .22s ease, box-shadow .22s ease;
}
.pathway:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pathway-featured { grid-row: span 2; min-height: 676px; color: var(--white); background: var(--navy); border-color: var(--navy); }
.pathway-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--red); background: var(--white); font-size: 9px; font-weight: 800; }
.pathway small { color: var(--red); font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.pathway-featured small { color: #ffb8c5; }
.pathway h2, .pathway h3 { margin: 12px 0; color: var(--navy); line-height: 1.15; }
.pathway h2 { font-size: 44px; }
.pathway h3 { font-family: "Source Serif 4", Georgia, serif; font-size: 27px; letter-spacing: -.02em; }
.pathway-featured h2 { margin-top: 145px; color: var(--white); }
.pathway p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.pathway-featured p { color: rgba(255,255,255,.66); font-size: 14px; }
.pathway > b { color: var(--navy); font-size: 11px; }
.pathway-featured > b { color: var(--white); }
.pathway-image { position: relative; min-height: 330px; grid-column: span 2; padding: 0; overflow: hidden; background: var(--navy); }
.pathway-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(6,22,50,.88)); }
.pathway-image img { width: 100%; height: 100%; object-fit: cover; }
.pathway-image-copy { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: flex; flex-direction: column; gap: 7px; color: var(--white); }
.pathway-image-copy small { color: #ffc2cd; }
.pathway-image-copy strong { font-family: "Source Serif 4", Georgia, serif; font-size: 30px; }
.pathway-estate { color: var(--white); background: #0e7568; border-color: #0e7568; }
.pathway-estate small { color: #d4fff7; }
.pathway-estate h3, .pathway-estate p, .pathway-estate > b { color: var(--white); }
.pathway-estate p { color: rgba(255,255,255,.7); }
.pathway-academy { color: var(--white); background: linear-gradient(145deg, #2b2448, #4b356f); border-color: #3d2c5d; }
.pathway-academy small { color: #eadbff; }
.pathway-academy h3, .pathway-academy p, .pathway-academy > b { color: var(--white); }
.pathway-academy p { color: rgba(255,255,255,.7); }

.human-promise { padding: 105px 0; color: var(--white); background: var(--navy-deep); }
.human-promise-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.human-promise-photo { height: 580px; border-radius: 30px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.human-promise-photo img { width: 100%; height: 100%; object-fit: cover; }
.human-promise-copy h2 { margin: 13px 0 24px; font-size: clamp(42px, 5vw, 65px); line-height: 1.06; }
.human-promise-copy h2 em { color: #ffb9c5; font-style: normal; }
.human-promise-copy > p { color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.82; }
.promise-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.promise-facts div { padding: 20px 16px; border-right: 1px solid rgba(255,255,255,.14); }
.promise-facts div:last-child { border: 0; }
.promise-facts strong, .promise-facts span { display: block; }
.promise-facts strong { margin-bottom: 5px; font-size: 12px; }
.promise-facts span { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.5; }

.coverage-strip { padding: 78px 0; background: var(--cloud); }
.coverage-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.coverage-inner h2 { margin: 12px 0 7px; color: var(--navy); font-size: clamp(34px, 4vw, 50px); }
.coverage-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.final-cta { padding: 76px 0; color: var(--white); background: linear-gradient(120deg, var(--red-dark), var(--red)); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 10px 0 0; font-size: clamp(38px, 4.5vw, 56px); line-height: 1.05; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Internal pages */
.page-hero { position: relative; min-height: 540px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.page-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,22,50,.97), rgba(6,22,50,.76) 55%, rgba(6,22,50,.28)); }
.page-hero-content { position: relative; z-index: 2; max-width: 810px; padding-block: 105px 72px; }
.page-hero h1 { margin: 15px 0 22px; font-size: clamp(55px, 7vw, 90px); line-height: .98; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.8; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-section { padding: 100px 0; }
.page-section.alt { background: var(--cloud); }
.page-section.dark { color: var(--white); background: var(--navy-deep); }
.section-head { max-width: 820px; margin-bottom: 50px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(40px, 4.5vw, 60px); line-height: 1.08; }
.dark .section-head h2 { color: var(--white); }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.dark .section-head p { color: rgba(255,255,255,.66); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.editorial-copy h2 { margin: 11px 0 20px; color: var(--navy); font-size: clamp(40px, 4.8vw, 62px); line-height: 1.08; }
.editorial-copy p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.editorial-copy blockquote { margin: 28px 0 0; padding: 18px 0 18px 22px; border-left: 3px solid var(--red); color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 21px; line-height: 1.5; }
.editorial-image { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.editorial-image img { width: 100%; min-height: 460px; object-fit: cover; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.info-card .card-number { display: block; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.info-card h3 { margin: 28px 0 12px; color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 27px; line-height: 1.15; }
.info-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.info-card ul { margin: 20px 0 0; padding: 0; list-style: none; }
.info-card li { padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.dark .info-card { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.dark .info-card h3 { color: var(--white); }
.dark .info-card p, .dark .info-card li { color: rgba(255,255,255,.62); }
.dark .info-card li { border-color: rgba(255,255,255,.12); }
.identity-gallery { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.identity-gallery figure { position: relative; margin: 0; border-radius: 26px; overflow: hidden; background: var(--navy); }
.identity-gallery figure:first-child { grid-row: span 2; }
.identity-gallery img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.identity-gallery figure:first-child img { min-height: 618px; }
.identity-gallery figcaption { position: absolute; left: 22px; bottom: 20px; padding: 8px 12px; border-radius: 9px; color: var(--white); background: rgba(6,22,50,.78); font-size: 9px; font-weight: 700; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; counter-reset: steps; }
.process-step { position: relative; min-height: 260px; padding: 30px 24px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); }
.process-step::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 70px; color: var(--red); font-size: 10px; font-weight: 800; }
.process-step h3 { margin: 0 0 10px; color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 22px; }
.process-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.office-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.office-card { min-height: 250px; padding: 30px; border-radius: 22px; border: 1px solid var(--line); background: var(--white); }
.office-card small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.office-card h3 { margin: 35px 0 12px; color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 30px; }
.office-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.office-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.office-card.featured h3 { color: var(--white); }
.office-card.featured p { color: rgba(255,255,255,.65); }
.brand-seal { max-width: 350px; margin-inline: auto; }

/* Footer */
.site-footer { padding: 70px 0 20px; color: rgba(255,255,255,.65); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.7fr); gap: 55px; }
.footer-brand img { width: 172px; padding: 6px 10px; border-radius: 12px; background: var(--white); }
.footer-brand p { max-width: 330px; font-size: 11px; line-height: 1.75; }
.site-footer h3 { margin: 0 0 18px; color: var(--white); font-size: 12px; }
.site-footer a, .site-footer p { display: block; margin: 0 0 10px; font-size: 10px; line-height: 1.6; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1020px) {
  .main-menu { gap: 14px; }
  .main-menu > a:not(.button) { font-size: 10px; }
  .home-hero-grid { grid-template-columns: 1fr .75fr; gap: 38px; }
  .home-intro-grid, .human-promise-grid { gap: 50px; }
  .pathway-grid { grid-template-columns: 1fr 1fr; }
  .pathway-featured { grid-row: auto; min-height: 440px; grid-column: span 2; }
  .pathway-featured h2 { margin-top: 80px; }
  .pathway-image { grid-column: span 2; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 840px) {
  .topline-links { display: none; }
  .navbar { min-height: 78px; }
  .brand img { width: 150px; max-height: 58px; }
  .menu-toggle { display: block; }
  .main-menu {
    position: absolute; display: none; top: 108px; left: 20px; right: 20px; padding: 18px;
    flex-direction: column; align-items: stretch; gap: 2px; color: var(--navy); background: var(--white);
    border-radius: 18px; box-shadow: var(--shadow);
  }
  .main-menu.open { display: flex; }
  .main-menu > a:not(.button) { padding: 12px; color: var(--navy); font-size: 12px; }
  .main-menu .button-outline { color: var(--white); background: var(--navy); }
  .home-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 90px 70px; }
  .home-hero { min-height: 0; }
  .home-hero-overlay { background: linear-gradient(180deg, rgba(6,22,50,.92), rgba(6,22,50,.84)); }
  .access-card { max-width: 620px; }
  .home-intro-grid, .human-promise-grid, .two-column { grid-template-columns: 1fr; }
  .home-intro-grid { gap: 28px; }
  .human-promise-photo { height: 460px; }
  .coverage-inner, .final-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 470px; }
  .page-hero-content { padding-block: 90px 58px; }
  .identity-gallery { grid-template-columns: 1fr; }
  .identity-gallery figure:first-child { grid-row: auto; }
  .identity-gallery figure:first-child img { min-height: 420px; }
  .office-cards { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 36px; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1180px); }
  .topline p { font-size: 8px; }
  .home-hero h1 { font-size: 49px; }
  .home-hero-copy > p, .page-hero p { font-size: 14px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .access-card { padding: 18px; }
  .home-intro, .human-promise, .page-section { padding: 70px 0; }
  .home-intro h2, .human-promise-copy h2, .section-head h2, .editorial-copy h2 { font-size: 39px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway, .pathway-featured, .pathway-image { grid-column: auto; min-height: 330px; }
  .pathway-featured h2 { margin-top: 50px; font-size: 35px; }
  .promise-facts { grid-template-columns: 1fr; }
  .promise-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .promise-facts div:last-child { border-bottom: 0; }
  .coverage-inner .button, .final-actions, .final-actions .button { width: 100%; }
  .page-hero h1 { font-size: 51px; }
  .card-grid, .process-steps, .office-cards { grid-template-columns: 1fr; }
  .process-step::before { margin-bottom: 45px; }
  .editorial-image img { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Rediseño luminoso · julio 2026 */
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
}
h1, h2, h3, .display, .page-title,
.pathway h3, .pathway-image-copy strong,
.editorial-copy blockquote, .info-card h3,
.process-step h3, .office-card h3 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -.045em;
  font-weight: 800;
}
.container { width: min(1280px, calc(100% - 56px)); }
.topline { font-size: 12px; }
.topline-inner { min-height: 38px; }
.site-header { color: var(--navy); background: #fff; border-bottom: 1px solid var(--line); }
.navbar { min-height: 112px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img {
  width: 172px; height: auto; max-height: 96px; padding: 0;
  border-radius: 0; object-fit: contain; background: transparent;
}
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--navy); font-size: 24px; font-weight: 900; letter-spacing: .025em; }
.brand small { margin-top: 7px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.main-menu > a:not(.button) { color: #33445e; font-size: 14px; }
.main-menu > a:not(.button):hover { color: var(--navy); }
.site-header .button-outline { color: var(--navy); border-color: #b9c5d5; }
.button { min-height: 54px; padding-inline: 25px; border-radius: 15px; font-size: 14px; }
.button-small { min-height: 45px; }
.text-link { font-size: 14px; }
.kicker, .eyebrow { font-size: 12px; }

.home-hero {
  min-height: 720px;
  color: var(--navy);
  background: linear-gradient(135deg, #fff 0%, #fff 54%, #f4f7fb 100%);
}
.home-hero-media {
  display: none;
}
.home-hero-overlay {
  display: none;
}
.home-hero-grid { min-height: 720px; grid-template-columns: 1.07fr .73fr; align-items: center; gap: 72px; padding-block: 52px; }
.home-hero-copy { max-width: 790px; }
.hero-side { min-width: 0; align-self: center; }
.hero-photo-showcase {
  position: relative; height: 270px; margin: 0; overflow: hidden;
  border-radius: 31px; background: url("/assets/03-bandera-exterior-sede-principal.png") 43% center/cover no-repeat;
  box-shadow: 0 24px 60px rgba(11,35,74,.18);
}
.hero-photo-showcase::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,27,59,.02) 30%,rgba(7,27,59,.78) 100%); }
.hero-photo-showcase figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 23px; color: #fff; }
.hero-photo-showcase strong, .hero-photo-showcase span { display: block; }
.hero-photo-showcase strong { font-size: 20px; letter-spacing: -.02em; }
.hero-photo-showcase span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-side .access-card { position: relative; z-index: 3; width: calc(100% - 34px); margin: -44px 0 0 34px; }
.future-claim {
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px;
  margin-top: 2px; padding-left: 18px; border-left: 4px solid var(--red);
}
.future-claim strong {
  color: var(--navy); font-size: 17px; font-weight: 900; letter-spacing: .17em;
}
.future-claim span {
  color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .04em;
}
.hero-emblem {
  width: 290px; height: 198px; margin: 0 0 22px; padding: 0;
  border: 0; border-radius: 0; background: transparent;
  box-shadow: none; display: grid; place-items: center; overflow: visible;
}
.hero-emblem img { width: 100%; height: 100%; border-radius: 0; object-fit: contain; object-position: center; display: block; }
.welcome-video-slot {
  width: 100%; max-width: 790px; margin: 0 0 34px;
  border: 1px solid #d6dfeb; border-radius: 30px; overflow: hidden;
  background: #f7faff; box-shadow: 0 28px 70px rgba(11,35,74,.17);
}
.welcome-video-stage {
  display: grid; grid-template-columns: minmax(230px,.8fr) minmax(285px,1.2fr);
  min-height: 455px; background: #fff;
}
.welcome-video-frame {
  position: relative; min-height: 455px; display: grid; place-items: end center;
  padding: 22px 20px 0; overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%,rgba(235,29,61,.09),transparent 42%),
    linear-gradient(145deg,#eef4fb 0%,#fff 58%,#f7efe7 100%);
}
.welcome-video-frame::before {
  content: ""; position: absolute; inset: 26px 18px 20px;
  border: 1px solid rgba(11,35,74,.09); border-radius: 24px;
  background: rgba(255,255,255,.56); box-shadow: inset 0 0 55px rgba(11,35,74,.04);
}
.welcome-video-player {
  position: relative; z-index: 2; width: auto; height: 430px; max-width: 100%;
  display: block; aspect-ratio: 9 / 16; object-fit: contain; object-position: center bottom;
  border-radius: 20px 20px 0 0; background: #fff;
  box-shadow: 0 20px 42px rgba(11,35,74,.16);
}
.welcome-video-intro {
  min-width: 0; display: flex; flex-direction: column; justify-content: center;
  padding: 42px 38px 40px; color: var(--navy);
}
.welcome-video-intro small {
  color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em;
}
.welcome-video-title {
  display: block;
  margin: 11px 0 14px; color: var(--navy); font-size: clamp(28px,3vw,42px);
  line-height: 1.02; letter-spacing: -.045em;
}
.welcome-video-intro p { margin: 0; color: #53627a; font-size: 13px; line-height: 1.65; }
.welcome-video-points { display: grid; gap: 8px; margin: 20px 0 24px; }
.welcome-video-points span {
  position: relative; padding-left: 18px; color: var(--navy); font-size: 11px; font-weight: 800;
}
.welcome-video-points span::before {
  content: ""; position: absolute; left: 0; top: 5px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(235,29,61,.1);
}
.welcome-video-cta { align-self: flex-start; border: 0; cursor: pointer; }
.welcome-video-caption {
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px;
  padding: 16px 22px; background: #fff;
}
.welcome-video-caption span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.welcome-video-caption strong { color: var(--navy); font-size: 12px; line-height: 1.45; }
.home-hero .eyebrow { color: var(--red); }
.home-hero h1 { margin: 15px 0 25px; color: var(--navy); font-size: clamp(56px, 6.1vw, 82px); line-height: 1.01; }
.home-hero h1 em { color: var(--red); }
.home-hero-copy > p { max-width: 690px; color: #506079; font-size: 19px; line-height: 1.72; }
.home-hero .button-glass { color: var(--navy); border-color: #b9c5d5; background: rgba(255,255,255,.84); }
.hero-signals span { color: #506079; font-size: 13px; }
.access-card {
  padding: 29px; border-color: #d8e0ea; background: rgba(255,255,255,.96);
  box-shadow: 0 25px 65px rgba(11,35,74,.15);
}
.access-card-heading small { font-size: 11px; }
.access-card-heading h2 { font-size: 30px; }
.access-card-heading p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.audience-options-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.audience-options-panel {
  min-width: 0; padding: 12px; border: 1px solid #d7e0eb; border-radius: 22px;
  background: #f7f9fc;
}
.audience-options-client { background: linear-gradient(180deg,#f2f6fb 0%,#fff 100%); }
.audience-options-team { border-color: #d8d0c6; background: linear-gradient(180deg,#fff7f0 0%,#fff 100%); }
.audience-options-title { min-height: 57px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.audience-options-title img {
  width: 42px; height: 42px; flex: 0 0 42px; padding: 2px; border: 1px solid #d6dfeb;
  border-radius: 13px; background: #fff; box-shadow: 0 7px 18px rgba(7,27,59,.1);
}
.audience-options-title span,.audience-options-title small,.audience-options-title strong { display: block; }
.audience-options-title small { color: var(--red); font-size: 7px; font-weight: 900; letter-spacing: .11em; line-height: 1.35; }
.audience-options-title strong { margin-top: 3px; color: var(--navy); font-size: 12px; line-height: 1.25; }
.audience-options-panel .audience-access { min-height: 205px; padding: 15px; }
.audience-options-panel .audience-access-heading { align-items: flex-start; flex-direction: column; gap: 8px; min-height: 79px; }
.audience-options-panel .audience-access-icon { width: 52px; height: 52px; flex-basis: 52px; border-radius: 16px; }
.audience-options-panel .audience-access strong { margin: 10px 0; font-size: 13px; }
.audience-options-panel .audience-access span { font-size: 10px; }
.audience-access {
  min-height: 218px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 20px; border: 1px solid #d9e1eb; border-radius: 19px; background: #f7f9fc;
  overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.audience-access:hover { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(7,27,59,.15); }
.audience-access-heading { display: flex; align-items: center; gap: 12px; min-height: 60px; }
.audience-access-icon {
  width: 60px; height: 60px; flex: 0 0 60px; object-fit: contain;
  padding: 3px; border: 1px solid rgba(7,27,59,.08); border-radius: 19px;
  background: rgba(255,255,255,.98); box-shadow: 0 10px 24px rgba(7,27,59,.14);
  transition: transform .22s ease, box-shadow .22s ease;
}
.audience-access:hover .audience-access-icon { transform: scale(1.035); box-shadow: 0 13px 28px rgba(7,27,59,.2); }
.audience-access small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.audience-access strong { margin: 14px 0; color: var(--navy); font-size: 15px; line-height: 1.32; }
.audience-access em {
  display: block; margin: -9px 0 15px; color: #8a5a00;
  font-size: 9px; font-style: normal; font-weight: 800; line-height: 1.5;
}
.audience-access span { color: var(--navy); font-size: 11px; font-weight: 800; }
.audience-client { color: #fff; background: var(--navy); border-color: var(--navy); }
.audience-client small { color: #ffbdc9; }
.audience-client strong, .audience-client span { color: #fff; }
.audience-team { background: #fff7f0; border-color: #eedfce; }
.intranet-spotlight {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid #c9d8ea;
  border-radius: 18px;
  color: var(--navy);
  background: linear-gradient(135deg, #edf4fc 0%, #fff 68%);
  box-shadow: 0 12px 28px rgba(7, 27, 59, .1);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.intranet-spotlight:hover {
  transform: translateY(-2px);
  border-color: #9eb5d1;
  box-shadow: 0 17px 34px rgba(7, 27, 59, .15);
}
.intranet-entry-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 20px rgba(7, 27, 59, .2);
}
.intranet-entry-icon::before {
  content: "";
  width: 25px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background:
    linear-gradient(currentColor,currentColor) 6px 5px / 13px 2px no-repeat,
    linear-gradient(currentColor,currentColor) 6px 10px / 9px 2px no-repeat,
    linear-gradient(currentColor,currentColor) 6px 15px / 13px 2px no-repeat;
}
.intranet-entry-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--red);
}
.intranet-spotlight-copy small,
.intranet-spotlight-copy strong,
.intranet-spotlight-copy em { display: block; }
.intranet-spotlight-copy,
.hr-spotlight-copy { min-width: 0; }
.intranet-spotlight-copy small { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.intranet-spotlight-copy strong { margin-top: 3px; color: var(--navy); font-size: 16px; line-height: 1.2; }
.intranet-spotlight-copy em { margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.4; }
.intranet-spotlight > b { color: var(--navy); font-size: 10px; white-space: nowrap; }
.hr-spotlight {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  padding: 15px 16px;
  border: 1px solid #bfe3dc;
  border-radius: 18px;
  color: var(--navy);
  background: linear-gradient(135deg, #e9f7f4 0%, #fff 72%);
  box-shadow: 0 12px 28px rgba(13, 107, 91, .1);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.hr-spotlight:hover { transform: translateY(-2px); border-color: #8fcfc2; box-shadow: 0 17px 34px rgba(13, 107, 91, .15); }
.hr-entry-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #0b7667, #178c7a);
  box-shadow: 0 10px 20px rgba(13, 107, 91, .2);
}
.hr-entry-icon::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: -10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.hr-entry-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 9px;
  width: 22px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 14px 14px 5px 5px;
}
.hr-entry-icon i::before,
.hr-entry-icon i::after { content: ""; position: absolute; z-index: 1; background: #ffdb72; }
.hr-entry-icon i::before { width: 10px; height: 2px; right: 8px; bottom: 14px; }
.hr-entry-icon i::after { width: 2px; height: 10px; right: 12px; bottom: 10px; }
.hr-spotlight-copy small,
.hr-spotlight-copy strong,
.hr-spotlight-copy em { display: block; }
.hr-spotlight-copy small { color: #0b7667; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.hr-spotlight-copy strong { margin-top: 3px; color: var(--navy); font-size: 16px; line-height: 1.2; }
.hr-spotlight-copy em { margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.4; }
.hr-spotlight > b { color: #0b7667; font-size: 10px; white-space: nowrap; }
.process-spotlight {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #071b3b 0%, #12366d 100%);
  box-shadow: 0 14px 30px rgba(7, 27, 59, .22);
}
.process-spotlight:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(7, 27, 59, .28); }
.process-spotlight-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #07372e;
  background: #b8f0df;
  font-size: 22px;
  font-weight: 900;
}
.process-spotlight small,
.process-spotlight strong,
.process-spotlight em { display: block; }
.process-spotlight small { color: #b8f0df; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.process-spotlight strong { margin-top: 2px; color: #fff; font-size: 17px; }
.process-spotlight em { margin-top: 3px; color: #dce5f2; font-size: 9px; font-style: normal; line-height: 1.35; }
.process-spotlight > b { color: #fff; font-size: 10px; white-space: nowrap; }
.hub-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.hub-tool-grid a {
  min-height: 76px; display: grid; grid-template-columns: 44px minmax(0,1fr) 16px;
  align-items: center; column-gap: 11px; padding: 12px;
  border: 1px solid var(--line); border-radius: 15px; background: #fff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.hub-tool-grid a:hover {
  transform: translateY(-2px); border-color: #c8d4e3; background: #f9fbfd;
  box-shadow: 0 11px 24px rgba(11,35,74,.09);
}
.hub-tool-copy { min-width: 0; }
.hub-tool-grid b, .hub-tool-grid .hub-tool-copy span { display: block; }
.hub-tool-grid b { color: var(--navy); font-size: 12px; line-height: 1.25; }
.hub-tool-grid .hub-tool-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.hub-tool-icon {
  position: relative; width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid transparent; border-radius: 14px; transition: transform .2s ease;
}
.hub-tool-grid a:hover .hub-tool-icon { transform: scale(1.055); }
.hub-tool-icon-calendar { color: var(--red); border-color: #f2c7cf; background: #fff0f3; }
.hub-tool-icon-calendar::before {
  content: ""; position: absolute; left: 10px; top: 11px; width: 20px; height: 18px;
  border: 2px solid currentColor; border-radius: 4px;
  background: linear-gradient(currentColor,currentColor) 0 5px / 100% 2px no-repeat;
}
.hub-tool-icon-calendar::after {
  content: ""; position: absolute; left: 15px; top: 8px; width: 2px; height: 7px;
  border-radius: 2px; background: currentColor; box-shadow: 10px 0 currentColor;
}
.hub-tool-icon-renta { color: var(--navy); border-color: #cdd9e7; background: #edf3fa; }
.hub-tool-icon-renta::before {
  content: ""; position: absolute; left: 12px; top: 9px; width: 18px; height: 23px;
  border: 2px solid currentColor; border-radius: 4px; background: #fff;
}
.hub-tool-icon-renta::after {
  content: "%"; position: relative; z-index: 1; color: currentColor;
  font-size: 13px; font-style: normal; font-weight: 900; line-height: 1;
}
.hub-tool-ninos {
  border-color: #f0d79d !important;
  background: linear-gradient(135deg, #fffdf6 0%, #fff7df 100%) !important;
}
.hub-tool-icon-ninos {
  position: relative;
  color: #0b315f;
  border-color: #ecd18b;
  background: #fff;
}
.hub-tool-icon-ninos::before {
  content: "";
  width: 20px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 6px 6px;
  box-shadow: inset 9px 0 0 -8px currentColor;
}
.hub-tool-icon-ninos::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 2px;
  height: 15px;
  background: currentColor;
  border-radius: 2px;
}
.hub-tool-icon-ninos span {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #d39d20;
  font-size: 9px;
  line-height: 1;
}
.hub-tool-icon-tools {
  color: var(--navy);
  border: 0;
  background: var(--icon-access-digital) center / contain no-repeat;
  box-shadow: 0 7px 17px rgba(7,27,59,.2);
}
.hub-tool-icon-tools::before { content: none; }
.hub-tool-icon-internal {
  color: #fff; border: 0; background: #14385f; font-size: 12px; font-style: normal; font-weight: 900;
  box-shadow: 0 7px 17px rgba(7,27,59,.18);
}
.hub-tool-icon-flow { background: #176f68; }
.audience-options-panel .process-spotlight,
.audience-options-panel .intranet-spotlight,
.audience-options-panel .hr-spotlight { grid-template-columns: 42px minmax(0,1fr); gap: 10px; }
.audience-options-panel .process-spotlight-icon,
.audience-options-panel .intranet-entry-icon,
.audience-options-panel .hr-entry-icon { width: 42px; height: 42px; border-radius: 13px; }
.audience-options-panel .process-spotlight > b,
.audience-options-panel .intranet-spotlight > b,
.audience-options-panel .hr-spotlight > b { grid-column: 1 / -1; padding-left: 52px; }
.audience-options-panel .intranet-spotlight-copy,
.audience-options-panel .hr-spotlight-copy { display: contents; }
.audience-options-panel .intranet-spotlight-copy small,
.audience-options-panel .hr-spotlight-copy small {
  grid-column: 2;
  align-self: center;
}
.audience-options-panel .intranet-spotlight-copy strong,
.audience-options-panel .hr-spotlight-copy strong {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.audience-options-panel .intranet-spotlight-copy em,
.audience-options-panel .hr-spotlight-copy em {
  grid-column: 1 / -1;
  width: 100%;
}
.audience-options-panel .intranet-spotlight > b,
.audience-options-panel .hr-spotlight > b { padding-left: 0; }
.audience-options-panel .hub-tool-grid { grid-template-columns: 1fr; gap: 8px; }
.audience-options-panel .hub-tool-grid a { grid-template-columns: 40px minmax(0,1fr); min-height: 76px; padding: 10px; }
.audience-options-panel .hub-tool-icon { width: 40px; height: 40px; border-radius: 13px; transform: scale(.92); }
.audience-options-panel .hub-tool-avatar {
  width: 40px; height: 40px; display: block; object-fit: cover; object-position: center 22%;
  border: 1px solid #d6dfeb; border-radius: 13px; background: #fff;
  box-shadow: 0 7px 18px rgba(7,27,59,.1);
}
.audience-options-panel .hub-tool-arrow { display: none; }
.audience-options-panel .hub-tool-grid b { font-size: 11px; }
.audience-options-panel .hub-tool-grid .hub-tool-copy span { font-size: 9px; }
.context-guide {
  position: relative; display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  grid-template-rows: auto minmax(142px,1fr);
  grid-template-areas: "copy copy" "media actions";
  align-items: end; column-gap: 18px; row-gap: 8px;
  width: 100%; margin-top: 14px; min-height: 280px; padding: 17px 18px 12px 12px;
  overflow: hidden; border: 1px solid #d4dfec; border-radius: 22px;
  background:
    radial-gradient(circle at 14% 20%,rgba(235,29,61,.08),transparent 34%),
    linear-gradient(145deg,#fff 0%,#f3f7fc 100%);
  box-shadow: 0 14px 34px rgba(11,35,74,.09);
}
.context-guide::after {
  content: ""; position: absolute; width: 120px; height: 120px; right: -52px; top: -58px;
  border: 1px solid rgba(185,150,70,.25); border-radius: 50%; pointer-events: none;
}
.context-guide-media {
  grid-area: media; align-self: end; display: grid; place-items: end center;
  min-width: 0; height: 148px; overflow: hidden; border-radius: 16px;
  background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.7));
}
.context-guide-person {
  width: auto; max-width: 100%; height: 162px; display: block;
  object-fit: contain; object-position: center bottom;
  filter: drop-shadow(0 12px 13px rgba(6,22,50,.16));
}
.context-guide-person--official {
  height: 176px;
  border-radius: 12px;
}
.context-guide-copy { grid-area: copy; min-width: 0; align-self: start; position: relative; z-index: 2; }
.context-guide-copy small,
.context-guide-copy strong { display: block; }
.context-guide-copy small { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.context-guide-copy strong { margin-top: 6px; color: var(--navy); font-size: 21px; line-height: 1.08; }
.context-guide-copy p { margin: 8px 0 12px; color: #5d6b80; font-size: 11px; line-height: 1.45; }
.context-guide-actions { grid-area: actions; align-self: center; display: grid; gap: 8px; }
.context-guide-actions a {
  min-height: 34px; display: inline-flex; align-items: center; padding: 7px 10px;
  border: 1px solid #c9d5e4; border-radius: 999px; color: var(--navy); background: #fff;
  font-size: 9px; font-weight: 850;
}
.context-guide-actions a:first-child { color: #fff; border-color: var(--navy); background: var(--navy); }
.context-guide-actions a:hover { transform: translateY(-1px); border-color: var(--red); color: var(--red); }
.context-guide-actions a:first-child:hover { color: #fff; border-color: var(--red); background: var(--red); }
.hub-tool-arrow { color: var(--red); font-size: 17px; font-style: normal; font-weight: 900; }
.hub-tool-grid .hub-tool-wide { grid-column: 1 / -1; }

/* Invitación visible para Contadores Aliados. */
.allies-home-entry {
  position: relative; min-height: 142px; display: grid; grid-template-columns: minmax(0,1fr) auto;
  align-items: center; gap: 26px; margin-top: 14px; padding: 26px 30px; overflow: hidden;
  border: 1px solid rgba(185,150,70,.42); border-radius: 20px; color: #fff; background: var(--navy-deep);
  box-shadow: 0 17px 40px rgba(6,22,50,.18); isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.allies-home-entry:hover { transform: translateY(-3px); border-color: rgba(229,205,139,.75); box-shadow: 0 23px 55px rgba(6,22,50,.26); }
.allies-home-entry-art {
  position: absolute; z-index: -2; inset: 0 0 0 42%;
  background: url("/assets/contadores-aliados-tradicion-tecnologia-v1.webp") 72% 62% / cover no-repeat;
  opacity: .52; mask-image: linear-gradient(90deg,transparent,#000 38%);
}
.allies-home-entry::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(90deg,rgba(6,22,50,.98) 0%,rgba(6,22,50,.9) 51%,rgba(6,22,50,.4) 100%);
}
.allies-home-entry-copy { min-width: 0; display: grid; gap: 5px; }
.allies-home-entry-copy small { color: #e5cd8b; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.allies-home-entry-copy strong { font-family: "Source Serif 4",Georgia,serif; font-size: 30px; line-height: 1; letter-spacing: -.025em; }
.allies-home-entry-copy em { max-width: 540px; color: rgba(255,255,255,.65); font-size: 10px; font-style: normal; line-height: 1.5; }
.allies-home-entry-action { min-width: 175px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.allies-home-entry-action i { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #e5cd8b; font-family: "Source Serif 4",Georgia,serif; font-size: 11px; font-style: normal; font-weight: 800; }
.allies-home-entry-action b { font-size: 9px; line-height: 1.25; }
.allies-home-entry-action > strong { color: #e5cd8b; font-size: 17px; }

@media (max-width: 760px) {
  .allies-home-entry { grid-template-columns: 1fr; gap: 19px; min-height: 215px; padding: 24px; }
  .allies-home-entry-art { inset: 0 0 0 20%; opacity: .4; }
  .allies-home-entry-action { width: min(100%,240px); }
}

@media (max-width: 430px) {
  .allies-home-entry-copy strong { font-size: 26px; }
  .allies-home-entry-copy em { max-width: 260px; }
}

/* Identidad de rutas: los mismos accesos conservan su símbolo en botones y pies de página. */
.button[href="/citas/"],
.button[href="/renta/"],
.button[href="/accesos/"] {
  display: inline-flex; align-items: center; gap: 9px;
}
.button[href="/citas/"]::before,
.button[href="/renta/"]::before,
.button[href="/accesos/"]::before {
  width: 25px; height: 25px; display: inline-grid; place-items: center; flex: 0 0 25px;
  border: 1px solid currentColor; border-radius: 8px; font-family: "Segoe UI Symbol", sans-serif;
  font-size: 14px; line-height: 1;
}
.button[href="/citas/"]::before { content: "\25A6"; }
.button[href="/renta/"]::before { content: "%"; }
.button[href="/accesos/"]::before {
  content: "";
  border: 0;
  background: var(--icon-access-digital) center / contain no-repeat;
  box-shadow: 0 5px 13px rgba(7,27,59,.2);
}
.site-footer a[href="/citas/"]::before,
.site-footer a[href="/renta/"]::before,
.site-footer a[href="/accesos/"]::before {
  width: 17px; display: inline-block; margin-right: 5px; color: var(--red);
  font-family: "Segoe UI Symbol", sans-serif; font-weight: 800; text-align: center;
}
.site-footer a[href="/citas/"]::before { content: "\25A6"; }
.site-footer a[href="/renta/"]::before { content: "%"; }
.site-footer a[href="/accesos/"]::before {
  content: "";
  height: 15px;
  vertical-align: -3px;
  background: var(--icon-access-digital) center / contain no-repeat;
}
.access-item { min-height: 82px; }
.access-item strong { font-size: 15px; }
.access-item small { font-size: 12px; }
.access-item > b { font-size: 11px; }
.access-all { font-size: 13px; }

.ecosystem-highlight { padding: 105px 0; background: #fff; }
.ecosystem-heading { max-width: 880px; margin-bottom: 45px; }
.ecosystem-heading h2 { margin: 13px 0 16px; color: var(--navy); font-size: clamp(42px, 5vw, 64px); line-height: 1.06; }
.ecosystem-heading p { max-width: 760px; color: var(--muted); font-size: 18px; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ecosystem-card {
  min-height: 555px; display: grid; grid-template-rows: 270px 1fr; overflow: hidden;
  border: 1px solid var(--line); border-radius: 30px; background: #fff;
  box-shadow: 0 20px 55px rgba(11,35,74,.09); transition: transform .25s ease, box-shadow .25s ease;
}
.ecosystem-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(11,35,74,.15); }
.ecosystem-card-media { position: relative; overflow: hidden; }
.ecosystem-card-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ecosystem-card:hover .ecosystem-card-media > img { transform: scale(1.025); }
.estate-brand-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: 34px 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg,rgba(185,150,70,.13),transparent 38%),
    linear-gradient(315deg,rgba(214,32,63,.08),transparent 34%),
    #f3f6fa;
}
.estate-brand-stage::before,
.estate-brand-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(11,35,74,.08);
  transform: rotate(45deg);
}
.estate-brand-stage::before { width: 185px; height: 185px; left: -108px; top: -100px; }
.estate-brand-stage::after { width: 145px; height: 145px; right: -82px; bottom: -86px; }
.estate-brand-stage .estate-brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%,390px);
  height: auto;
  max-height: 190px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(11,35,74,.12);
}
.ecosystem-card-seal { display: grid; place-items: center; padding: 28px; background: #faf7f1; }
.ecosystem-card-seal img { width: 245px; height: 245px; border-radius: 50%; object-fit: contain; }
.ecosystem-card-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; }
.ecosystem-card-copy span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.ecosystem-card-copy h2 { margin: 10px 0 12px; color: var(--navy); font-size: 32px; line-height: 1.05; }
.ecosystem-card-copy p { margin: 0; color: var(--muted); font-size: 16px; }
.ecosystem-card-copy strong { margin-top: 25px; color: var(--navy); font-size: 15px; }
.ecosystem-estate { border-top: 6px solid var(--navy); }
.ecosystem-estate .ecosystem-card-copy strong { color: var(--navy); }
.ecosystem-academy { border-top: 6px solid var(--gold); }
.ecosystem-cooperative { border-top: 6px solid #174c82; }
.ecosystem-cooperative .ecosystem-card-copy strong { color: #174c82; }
.ecosystem-cooperative-seal {
  position: relative; overflow: hidden;
  background:
    linear-gradient(135deg,rgba(185,150,70,.16),transparent 38%),
    linear-gradient(315deg,rgba(223,31,63,.11),transparent 34%),
    #edf2f8;
}
.ecosystem-cooperative-seal::before {
  content: ""; position: absolute; width: 210px; height: 210px; right: -96px; top: -116px;
  border: 34px solid rgba(11,35,74,.08); border-radius: 50%;
}
.ecosystem-cooperative-seal .cooperative-home-logo {
  position: relative; z-index: 2; display: block;
  width: min(100%,390px); height: auto; max-height: 205px;
  border-radius: 0; object-fit: contain;
  filter: drop-shadow(0 15px 24px rgba(11,35,74,.15));
}
.cooperative-home-lockup {
  position: relative; width: min(292px,calc(100% - 34px)); min-height: 226px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 28px 24px 22px; overflow: hidden;
  border: 2px solid var(--gold); border-radius: 26px; color: #fff; background: var(--navy);
  box-shadow: 0 22px 48px rgba(11,35,74,.24);
}
.cooperative-home-lockup::before {
  content: ""; position: absolute; inset: 8px; pointer-events: none;
  border: 1px solid rgba(255,255,255,.2); border-radius: 19px;
}
.cooperative-home-lockup::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 7px; background: var(--red);
}
.cooperative-home-kicker {
  position: relative; z-index: 2; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px;
  color: #fff; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .15em;
}
.cooperative-home-emblem {
  position: relative; z-index: 2; width: 96px; height: 96px; display: grid; place-items: center;
  padding: 4px; border: 2px solid var(--gold); border-radius: 50%; background: #fff;
}
.cooperative-home-emblem img {
  width: 86px; height: 86px; padding: 0; border-radius: 0; object-fit: contain; background: transparent; box-shadow: none;
}
.cooperative-home-lockup > strong {
  position: relative; z-index: 2; margin-top: 10px; color: #fff;
  font-size: 25px; font-weight: 900; letter-spacing: .06em; line-height: 1;
}
.cooperative-home-lockup > small {
  position: relative; z-index: 2; margin-top: 5px; color: #e4c576;
  font-size: 7px; font-weight: 850; letter-spacing: .15em;
}

.home-intro { padding: 105px 0; background: #f7f9fc; }
.home-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.home-intro-copy p { font-size: 18px; }
.technology-preview {
  display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  align-items: center; gap: clamp(56px,8vw,110px); margin-top: 78px;
}
.phone-mockup {
  width: min(360px,100%); margin-inline: auto; padding: 12px; border-radius: 42px; color: var(--ink);
  background: #07142b; box-shadow: 0 35px 80px rgba(6,22,48,.28); transform: rotate(-2deg);
}
.phone-top { height: 52px; display: flex; align-items: center; justify-content: space-between; color: #fff; padding: 0 14px; font-size: 12px; }
.phone-top span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.phone-top i { width: 28px; height: 5px; border-radius: 5px; background: rgba(255,255,255,.25); }
.phone-screen { overflow: hidden; padding: 23px 20px 15px; border-radius: 31px; background: #f7f9fc; }
.app-greeting { display: flex; flex-direction: column; margin-bottom: 16px; }
.app-greeting small { color: var(--muted); font-size: 10px; }
.app-greeting strong { color: var(--navy); font-size: 17px; }
.app-balance { display: flex; flex-direction: column; margin-bottom: 14px; padding: 20px; border-radius: 20px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy-soft)); }
.app-balance small { font-size: 8px; letter-spacing: .12em; opacity: .72; }
.app-balance b { margin: 7px 0 10px; font-size: 20px; }
.app-balance span { font-size: 9px; opacity: .7; }
.app-row { display: flex; align-items: center; gap: 12px; margin-top: 9px; padding: 13px; border: 1px solid #e4e9f0; border-radius: 16px; background: #fff; }
.app-row i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: var(--red); background: #fff0f3; font-style: normal; }
.app-row span { display: flex; flex-direction: column; gap: 2px; }
.app-row b { color: var(--navy); font-size: 11px; }
.app-row small { color: var(--muted); font-size: 8px; }
.app-nav { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.app-nav span { color: var(--navy); text-align: center; font-size: 16px; }
.app-nav small { display: block; color: var(--muted); font-size: 7px; }
.technology-preview-copy h3 { max-width: 650px; margin: 12px 0 18px; color: var(--navy); font-size: clamp(38px,4.7vw,62px); line-height: 1.03; letter-spacing: -.045em; }
.technology-preview-copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.technology-preview-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 30px 0; }
.technology-preview-points span { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.technology-preview-points b, .technology-preview-points small { display: block; }
.technology-preview-points b { color: var(--navy); font-size: 13px; }
.technology-preview-points small { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.pathways { padding: 100px 0; }
.pathway { background: #fff; }
.pathway:not(.pathway-image) > div { margin-top: auto; }
.pathway-featured {
  justify-content: center; gap: 24px;
  color: var(--navy); background: #edf3fa; border-color: #d7e1ee;
}
.pathway-featured > div { margin-top: 0 !important; }
.pathway-featured > b { align-self: flex-start; margin-top: 0; }
.pathway-featured h2, .pathway-featured > b { color: var(--navy); }
.pathway-featured small { color: var(--red); }
.pathway-featured p { color: var(--muted); }
.pathway-featured h2 { margin-top: 0; }
.pathway h2 { font-size: 48px; }
.pathway h3 { font-size: 30px; }
.pathway p { font-size: 15px; }
.pathway > b { font-size: 14px; }
.pathway-estate { color: var(--navy); background: #eaf7f4; border-color: #c9e8e1; }
.pathway-estate small, .pathway-estate h3, .pathway-estate > b { color: #0e7568; }
.pathway-estate p { color: #4c6965; }
.pathway-academy { color: var(--navy); background: #fbf7ed; border-color: #eadfc4; }
.pathway-academy small { color: #8a681f; }
.pathway-academy h3, .pathway-academy > b { color: var(--navy); }
.pathway-academy p { color: var(--muted); }
.human-promise { color: var(--ink); background: #f4f7fb; }
.human-promise-photo { box-shadow: 0 22px 55px rgba(11,35,74,.14); }
.human-promise-copy .kicker { color: var(--red); }
.human-promise-copy h2 { color: var(--navy); }
.human-promise-copy h2 em { color: var(--red); }
.human-promise-copy > p { color: var(--muted); font-size: 18px; }
.promise-facts { border-color: #d7e0eb; }
.promise-facts div { border-color: #d7e0eb; }
.promise-facts strong { color: var(--navy); font-size: 15px; }
.promise-facts span { color: var(--muted); font-size: 13px; }
.human-promise .button-white { color: #fff; background: var(--navy); }

.coverage-strip { padding: 105px 0; background: #fff; border-top: 1px solid var(--line); }
.coverage-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.coverage-heading h2 { margin: 12px 0 9px; color: var(--navy); font-size: clamp(42px, 5vw, 64px); }
.coverage-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.home-office-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.home-office-card {
  min-height: 300px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #f8fafc;
}
.office-icon {
  width: 72px; height: 72px; display: block; margin: 0 0 19px;
  border-radius: 20px; object-fit: contain;
  box-shadow: 0 12px 28px rgba(11,35,74,.09);
}
.home-office-card small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.home-office-card h3 { margin: 16px 0 12px; color: var(--navy); font-size: 27px; }
.home-office-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-office-card.featured { background: #edf3fa; border-color: #cbd9e9; }

.final-cta { color: var(--navy); background: #faf7f1; border-top: 1px solid #eee4cd; }
.final-cta .kicker { color: var(--red); }
.final-cta .button-white { color: #fff; background: var(--navy); }
.final-cta .button-glass { color: var(--navy); border-color: #b9c5d5; background: #fff; }
.final-cta h2 { font-size: clamp(42px, 5vw, 62px); }

/* Contacto unificado */
.contact-section {
  scroll-margin-top: 28px; padding: 112px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(185,150,70,.12), transparent 28%),
    linear-gradient(150deg, #f6f8fb 0%, #fff 54%, #eef3f9 100%);
  border-top: 1px solid var(--line);
}
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.contact-intro { position: sticky; top: 28px; }
.contact-intro h2 { margin: 15px 0 20px; color: var(--navy); font-size: clamp(42px, 5vw, 64px); line-height: 1.03; }
.contact-intro > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact-promise-list { display: grid; gap: 12px; margin: 34px 0; }
.contact-promise-list > div {
  display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center;
  padding: 15px 17px; border: 1px solid #d8e1ec; border-radius: 18px; background: rgba(255,255,255,.74);
}
.contact-promise-icon {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 14px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 900;
}
.contact-promise-list p, .contact-promise-list strong, .contact-promise-list small { display: block; margin: 0; }
.contact-promise-list strong { color: var(--navy); font-size: 14px; }
.contact-promise-list small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-direct { padding-top: 26px; border-top: 1px solid #d8e1ec; }
.contact-direct > p { margin: 0 0 13px; color: var(--navy); font-size: 13px; font-weight: 800; }
.contact-direct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-method {
  display: grid; grid-template-columns: 44px 1fr; gap: 11px; align-items: center; padding: 14px;
  border: 1px solid #d5deea; border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease;
}
.contact-method:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(11,35,74,.1); }
.contact-method-icon {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px;
  color: #fff; background: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .04em;
}
.contact-method:first-child .contact-method-icon { background: #12806f; }
.contact-method span:last-child, .contact-method strong, .contact-method small { display: block; }
.contact-method strong { color: var(--navy); font-size: 13px; }
.contact-method small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.contact-form {
  position: relative; padding: 38px; border: 1px solid #d8e1ec; border-radius: 30px;
  background: #fff; box-shadow: 0 28px 70px rgba(11,35,74,.13);
}
.contact-form-heading { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; margin-bottom: 28px; }
.contact-form-mark {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px;
  color: #fff; background: linear-gradient(145deg, var(--navy), var(--navy-soft));
  box-shadow: 0 12px 26px rgba(11,35,74,.2); font-size: 13px; font-weight: 900;
}
.contact-form-heading span:not(.contact-form-mark) { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-form-heading h3 { margin: 4px 0; color: var(--navy); font-family: "Source Serif 4", Georgia, serif; font-size: 30px; line-height: 1.1; }
.contact-form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.contact-field { display: flex; flex-direction: column; gap: 8px; }
.contact-field-full { grid-column: 1 / -1; }
.contact-field label { color: var(--navy); font-size: 12px; font-weight: 800; }
.contact-field input, .contact-field select, .contact-field textarea {
  width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #cdd7e4; border-radius: 13px;
  color: var(--ink); background: #fbfcfe; font-size: 14px; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-field textarea { min-height: 138px; resize: vertical; line-height: 1.55; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus {
  border-color: var(--navy-soft); background: #fff; box-shadow: 0 0 0 4px rgba(22,58,112,.1);
}
.contact-field small { align-self: flex-end; color: var(--muted); font-size: 10px; }
.contact-form.is-validated :is(input,select,textarea):invalid { border-color: #c62a43; background: #fff8f9; }
.contact-consent { display: flex; align-items: flex-start; gap: 11px; margin: 22px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.contact-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--navy); }
.contact-consent a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-submit { min-width: 210px; }
.contact-submit[disabled] { cursor: wait; opacity: .7; transform: none; }
.contact-status { min-height: 24px; margin: 16px 0 0; padding: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.5; }
.contact-status.is-success, .contact-status.is-error { padding: 13px 15px; border-radius: 13px; }
.contact-status.is-success { color: #0c6659; background: #e8f7f3; }
.contact-status.is-error { color: #a21e35; background: #fff0f3; }
.contact-fallback { margin-top: 12px; padding: 15px; border: 1px solid #f0c5ce; border-radius: 14px; background: #fff8f9; }
.contact-fallback p { margin: 0 0 10px; color: var(--ink); font-size: 11px; }
.contact-fallback > div { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-fallback a { padding: 9px 12px; border-radius: 10px; color: #fff; background: var(--navy); font-size: 10px; font-weight: 800; }
.contact-security-note { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid #e3e8ef; color: var(--muted); font-size: 10px; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-redirect {
  min-height: 100vh; display: grid; place-items: center; align-content: center; gap: 16px;
  padding: 40px; color: var(--ink); background: linear-gradient(145deg,#eef3f9,#fff); text-align: center;
}
.contact-redirect img { width: min(240px,70vw); height: auto; }
.contact-redirect h1 { max-width: 680px; margin: 8px 0 0; color: var(--navy); font-size: clamp(38px,6vw,62px); }
.contact-redirect p { margin: 0 0 8px; color: var(--muted); }
.site-footer {
  padding: 70px 0 22px;
  color: #536178;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-brand-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 17px; }
.footer-brand-lockup img { width: 190px; height: auto; padding: 0; border-radius: 0; object-fit: contain; background: transparent; }
.footer-brand-lockup strong, .footer-brand-lockup small { display: block; }
.footer-brand-lockup strong { color: var(--navy); font-size: 21px; font-weight: 900; letter-spacing: .02em; }
.footer-brand-lockup small { margin-top: 3px; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.emblem-showcase {
  min-height: 430px; display: grid; place-items: center; padding: 54px;
  overflow: hidden; background: #fff;
}
.emblem-showcase img {
  width: min(100%, 322px); height: auto; max-height: 322px;
  object-fit: contain; object-position: center; border-radius: 0;
}
.future-page-signature {
  margin-top: 13px !important; color: #fff !important;
  font-size: 13px !important; font-weight: 850; letter-spacing: .055em;
}
.future-page-kicker { color: #f0cc72 !important; }
.footer-brand p { max-width: 370px; color: #536178; font-size: 13px; }
.site-footer h3 { color: var(--navy); font-size: 14px; }
.site-footer a, .site-footer p { color: #536178; font-size: 12px; }
.site-footer a:hover { color: var(--red); }
.footer-bottom { border-top-color: var(--line); }

.page-hero h1 { font-size: clamp(55px, 7vw, 86px); }
.page-hero p, .section-head p, .editorial-copy p { font-size: 17px; }
.info-card h3 { font-size: 29px; }
.info-card p, .info-card li, .process-step p, .office-card p { font-size: 14px; }
.office-card h3 { font-size: 34px; }
.office-card .office-icon { width: 78px; height: 78px; margin-bottom: 22px; }
.office-card:has(.office-icon) h3 { margin-top: 22px; }

@media (max-width: 1100px) {
  .ecosystem-grid { grid-template-columns: repeat(2,1fr); }
  .ecosystem-cooperative { grid-column: 1 / -1; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr; min-height: 390px; }
  .home-office-grid { grid-template-columns: repeat(3,1fr); }
  .main-menu { gap: 15px; }
  .main-menu > a:not(.button) { font-size: 12px; }
  .technology-preview { grid-template-columns: .8fr 1.2fr; gap: 48px; }
  .technology-preview-points { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .container { width: min(100% - 34px, 1280px); }
  .navbar { min-height: 88px; }
  .brand img { width: 142px; height: auto; max-height: 82px; }
  .menu-toggle { background: var(--navy); }
  .main-menu { top: 125px; }
  .home-hero-grid { grid-template-columns: 1fr; padding-block: 55px 70px; }
  .welcome-video-slot { max-width: 720px; margin: 0 auto 30px; border-radius: 24px; }
  .welcome-video-stage { grid-template-columns: minmax(220px,.78fr) minmax(0,1fr); }
  .welcome-video-intro { padding: 36px 32px; }
  .home-hero-media { inset: 0; width: 100%; border-radius: 0; opacity: .36; }
  .home-hero-overlay { background: rgba(255,255,255,.86); }
  .hero-emblem { width: 200px; height: 136px; margin: 0 auto 18px; }
  .hero-photo-showcase { height: 250px; }
  .hero-side .access-card { width: calc(100% - 20px); margin: -32px 10px 0; }
  .future-claim { display: flex; width: fit-content; margin-inline: auto; align-items: center; padding: 0 0 10px; border-left: 0; border-bottom: 3px solid var(--red); text-align: center; }
  .emblem-showcase { min-height: 320px; padding: 40px; }
  .emblem-showcase img { width: min(100%, 235px); max-height: 235px; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-cooperative { grid-column: auto; grid-template-columns: none; grid-template-rows: 270px 1fr; min-height: 555px; }
  .audience-options-layout { grid-template-columns: 1fr; }
  .audience-options-panel { padding: 15px; }
  .audience-options-panel .audience-access { min-height: 190px; }
  .home-office-grid { grid-template-columns: repeat(2,1fr); }
  .coverage-heading { align-items: flex-start; flex-direction: column; }
  .technology-preview { grid-template-columns: 1fr; }
  .technology-preview-copy { text-align: center; }
  .technology-preview-copy > p { margin-inline: auto; }
  .technology-preview-points { grid-template-columns: repeat(3,1fr); text-align: left; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-intro { position: static; }
}

@media (max-width: 580px) {
  .welcome-video-slot { margin-bottom: 24px; border-radius: 20px; }
  .welcome-video-stage { grid-template-columns: 1fr; }
  .welcome-video-frame { min-height: min(68vh,560px); padding: 18px 16px 0; }
  .welcome-video-frame::before { inset: 18px 13px 14px; border-radius: 20px; }
  .welcome-video-player { width: auto; height: min(65vh,535px); max-width: 100%; border-radius: 18px 18px 0 0; }
  .welcome-video-intro { padding: 24px 22px 26px; }
  .welcome-video-title { font-size: 29px; }
  .welcome-video-intro p { font-size: 12px; }
  .welcome-video-points { grid-template-columns: 1fr; margin: 17px 0 21px; }
  .welcome-video-cta { width: 100%; justify-content: center; }
  .welcome-video-caption { grid-template-columns: 1fr; gap: 5px; padding: 13px 16px; }
  .welcome-video-caption strong { font-size: 11px; }
  .home-hero h1 { font-size: 46px; }
  .home-hero-copy > p { font-size: 17px; }
  .hero-photo-showcase { height: 215px; border-radius: 24px; }
  .hero-photo-showcase figcaption { left: 20px; right: 20px; bottom: 18px; }
  .hero-photo-showcase strong { font-size: 17px; }
  .ecosystem-highlight { padding: 78px 0; }
  .ecosystem-heading h2 { font-size: 39px; }
  .ecosystem-card { min-height: 0; grid-template-rows: 235px auto; }
  .ecosystem-card-copy h2 { font-size: 32px; }
  .ecosystem-card-seal img { width: 190px; height: 190px; }
  .cooperative-home-lockup { width: min(270px,calc(100% - 28px)); min-height: 198px; padding: 23px 20px 18px; }
  .cooperative-home-emblem { width: 78px; height: 78px; }
  .cooperative-home-emblem img { width: 69px; height: 69px; }
  .cooperative-home-lockup > strong { font-size: 22px; }
  .audience-options-layout { grid-template-columns: 1fr; gap: 12px; }
  .audience-options-panel { padding: 12px; }
  .audience-options-panel .audience-access { min-height: 185px; }
  .context-guide {
    grid-template-columns: 108px minmax(0,1fr);
    grid-template-rows: auto minmax(120px,1fr);
    grid-template-areas: "copy copy" "media actions";
    min-height: 248px; padding: 13px 13px 10px 9px; border-radius: 20px;
  }
  .context-guide-media { height: 126px; }
  .context-guide-person { height: 138px; }
  .context-guide-person--official { height: 150px; }
  .context-guide-copy strong { font-size: 15px; }
  .context-guide-actions { display: grid; grid-template-columns: 1fr; }
  .context-guide-actions a { justify-content: center; min-height: 40px; }
  .hub-tool-grid { grid-template-columns: 1fr 1fr; gap: 0 10px; }
  .hub-tool-grid a { grid-template-columns: 40px minmax(0,1fr); min-height: 80px; padding: 10px; }
  .hub-tool-icon { width: 40px; height: 40px; border-radius: 13px; transform: scale(.91); }
  .hub-tool-grid a:hover .hub-tool-icon { transform: scale(.96); }
  .hub-tool-arrow { display: none; }
  .hub-tool-grid b { font-size: 11px; }
  .hub-tool-grid .hub-tool-copy span { font-size: 9px; }
  .process-spotlight { grid-template-columns: 42px minmax(0, 1fr); }
  .process-spotlight-icon { width: 42px; height: 42px; }
  .process-spotlight > b { grid-column: 1 / -1; padding-left: 55px; }
  .intranet-spotlight,
  .hr-spotlight {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px 12px;
  }
  .audience-options-panel .intranet-spotlight,
  .audience-options-panel .hr-spotlight {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px;
  }
  .intranet-entry-icon { width: 40px; height: 40px; border-radius: 13px; }
  .intranet-entry-icon::before { transform: scale(.86); }
  .intranet-spotlight-copy strong,
  .hr-spotlight-copy strong {
    font-size: 14px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }
  .intranet-spotlight-copy em,
  .hr-spotlight-copy em { font-size: 9px; }
  .intranet-spotlight > b,
  .hr-spotlight > b { grid-column: 1 / -1; padding-left: 50px; }
  .audience-options-panel .intranet-spotlight > b,
  .audience-options-panel .hr-spotlight > b { padding-left: 0; }
  .hr-entry-icon { width: 40px; height: 40px; border-radius: 13px; }
  .hr-entry-icon::before { transform: scale(.86); }
  .home-office-grid { grid-template-columns: 1fr; }
  .home-office-card { min-height: 215px; }
  .coverage-heading .button { width: 100%; }
  .final-inner { align-items: flex-start; flex-direction: column; }
  .final-actions, .final-actions .button { width: 100%; }
  .technology-preview { margin-top: 55px; gap: 52px; }
  .technology-preview-points { grid-template-columns: 1fr; }
  .estate-brand-stage { padding: 28px 18px; }
  .estate-brand-stage .estate-brand-logo { width: min(100%,350px); height: auto; border-radius: 13px; }
  .ecosystem-cooperative-seal .cooperative-home-logo { width: min(100%,350px); max-height: 185px; }
  .contact-section { padding: 76px 0; }
  .contact-intro h2 { font-size: 40px; }
  .contact-direct-grid, .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; border-radius: 24px; }
  .contact-form-heading { grid-template-columns: 48px 1fr; gap: 12px; }
  .contact-form-mark { width: 48px; height: 48px; border-radius: 15px; }
  .contact-form-heading h3 { font-size: 26px; }
  .contact-submit { width: 100%; }
}

@media (max-width: 400px) {
  .hub-tool-grid { grid-template-columns: 1fr; gap: 8px; }
  .hub-tool-grid .hub-tool-wide { grid-column: auto; }
}

@media (max-width: 360px) {
  .pathway-grid,
  .pathway,
  .pathway-featured,
  .pathway-image,
  .context-guide,
  .context-guide-copy,
  .context-guide-actions,
  .context-guide-actions a {
    min-width: 0;
    max-width: 100%;
  }
  .pathway,
  .pathway-featured,
  .pathway-image { width: 100%; padding-inline: 22px; overflow-wrap: anywhere; }
  .pathway-image { padding: 0; }
  .pathway-image-copy { left: 22px; right: 22px; }
  .context-guide {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto 112px auto;
    grid-template-areas: "copy" "media" "actions";
    gap: 8px; padding: 13px; text-align: center;
  }
  .context-guide-media { width: 100%; height: 118px; place-items: end center; }
  .context-guide-person { width: auto; max-width: 100%; height: 126px; }
  .context-guide-person--official { height: 142px; }
  .context-guide-copy p { max-width: 220px; margin-inline: auto; }
  .context-guide-actions { width: 100%; }
  .context-guide-actions a {
    width: 100%; justify-content: center; padding-inline: 8px;
    white-space: normal; overflow-wrap: anywhere; text-align: center;
  }
}

/* Herramientas INCONFIN: navegación y accesos 2026-08. */
.tools-menu { position: relative; color: #33445e; font-size: 12px; font-weight: 800; }
.tools-menu summary {
  position: relative; padding: 12px 18px; border: 1px solid #b9c5d5; border-radius: 13px;
  cursor: pointer; list-style: none; white-space: nowrap;
}
.tools-menu summary::-webkit-details-marker { display: none; }
.tools-menu summary::after { content: "⌄"; display: inline-block; margin-left: 8px; color: var(--red); }
.tools-menu[open] summary { color: var(--navy); border-color: var(--navy); background: #fff; }
.tools-menu-panel {
  position: absolute; z-index: 40; top: calc(100% + 9px); right: 0; width: 230px; padding: 8px;
  border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow);
}
.tools-menu-panel a { display: block; padding: 11px 12px; border-radius: 10px; color: var(--navy); font-size: 12px; }
.tools-menu-panel a:hover, .tools-menu-panel a:focus-visible { color: var(--red); background: #f5f7fb; }
.hub-tool-icon-auditoria { background: #7b264b; }
.tool-showcase-section { background: #f7f9fc; }
.tool-showcase-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 32px; }
.tool-showcase-card {
  display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 18px;
  padding: 28px; border-radius: 22px; color: #fff; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tool-showcase-card:hover { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(7,27,59,.18); }
.tool-showcase-card.auditoria { background: linear-gradient(135deg,#641b3c,#92345e); }
.tool-showcase-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; background: rgba(255,255,255,.16); font-weight: 900; }
.tool-showcase-card small, .tool-showcase-card strong, .tool-showcase-card span { display: block; }
.tool-showcase-card small { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.tool-showcase-card strong { margin-top: 5px; font-family: "Source Serif 4", Georgia, serif; font-size: 25px; }
.tool-showcase-card span { margin-top: 6px; color: rgba(255,255,255,.77); font-size: 11px; line-height: 1.5; }
.tool-showcase-arrow { color: #fff; font-size: 22px; font-style: normal; }

@media (max-width: 840px) {
  .main-menu .tools-menu { width: 100%; color: var(--navy); }
  .tools-menu summary { padding: 12px; border-color: var(--line); border-radius: 11px; }
  .tools-menu-panel { position: static; width: auto; margin-top: 6px; box-shadow: none; }
  .tools-menu-panel a { padding: 11px 13px; }
  .tool-showcase-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .tool-showcase-card { grid-template-columns: 48px minmax(0,1fr); padding: 20px; }
  .tool-showcase-mark { width: 48px; height: 48px; border-radius: 14px; }
  .tool-showcase-arrow { display: none; }
}

/* Ajuste editorial para pantallas de escritorio: el Centro Digital gana
   presencia y el presentador de la guía permanece apoyado en la base. */
@media (min-width: 1101px) {
  .home-hero-grid {
    width: min(1420px, calc(100% - 40px));
    grid-template-columns: minmax(515px, 1.05fr) minmax(480px, .95fr);
    gap: 40px;
  }

  .hero-side .access-card {
    width: calc(100% - 14px);
    margin-left: 14px;
  }

  .context-guide-media {
    align-self: end;
    height: 148px;
    place-items: end center;
  }

  .context-guide-person {
    align-self: end;
    object-position: center bottom;
  }
}

/* Ajuste exacto 2026-08-05: el gesto real queda apoyado en el borde inferior
   y señala hacia los accesos, sin invadir el texto ni dejar una franja flotante. */
.context-guide {
  grid-template-columns: minmax(0,1fr);
  grid-template-rows: auto auto 158px;
  grid-template-areas: "copy" "actions" "media";
  padding-bottom: 0;
}
.context-guide-media {
  position: relative;
  align-self: end;
  width: 100%;
  height: 158px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}
.context-guide-person--animated {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: auto;
  max-width: 100%;
  height: 168px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 13px 15px rgba(6,22,50,.18));
}
.context-guide-actions {
  align-self: start;
  width: 100%;
  margin-top: 0;
}

@media (max-width: 840px) {
  .context-guide { grid-template-rows: auto auto 148px; }
  .context-guide-media { height: 148px; }
  .context-guide-person--animated {
    left: 50%;
    bottom: -2px;
    height: 158px;
    transform: translateX(-50%);
  }
  .context-guide-actions { margin-top: 0; }
}

@media (max-width: 600px) {
  .context-guide {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto 138px;
    grid-template-areas: "copy" "actions" "media";
    padding-bottom: 0;
  }
  .context-guide-media { height: 138px; }
  .context-guide-person--animated {
    left: 50%;
    height: 148px;
    transform: translateX(-50%);
  }
  .context-guide-actions { margin-top: 0; }
}

@media (max-width: 360px) {
  .context-guide {
    grid-template-rows: auto auto 138px;
    grid-template-areas: "copy" "actions" "media";
  }
  .context-guide-media { height: 138px; }
  .context-guide-person--animated { height: 148px; }
  .context-guide-actions { margin-top: 0; }
}

/* Densidad y alineación de la portada en pantallas horizontales. */
@media (min-width: 1101px) {
  .home-hero-grid {
    grid-template-columns: minmax(520px, .8fr) minmax(480px, 1.2fr);
    align-items: start;
  }

  .home-hero-copy,
  .hero-side {
    align-self: start;
  }

  .audience-options-layout {
    align-items: start;
  }

  .audience-options-panel {
    align-self: start;
  }

  .audience-options-panel .audience-access {
    min-height: 170px;
  }

  .audience-options-panel .audience-access-heading {
    min-height: 58px;
  }

  .audience-options-panel .intranet-spotlight,
  .audience-options-panel .hr-spotlight {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .audience-options-panel .intranet-spotlight-copy,
  .audience-options-panel .hr-spotlight-copy {
    display: block;
  }

  .audience-options-panel .intranet-spotlight > b,
  .audience-options-panel .hr-spotlight > b {
    grid-column: 2;
    justify-self: start;
  }

  .audience-options-panel .hub-tool-grid a {
    min-height: 68px;
  }

  .allies-home-entry {
    min-height: 120px;
  }

  .context-guide {
    min-height: 200px;
  }

  .ecosystem-highlight,
  .home-intro,
  .pathways,
  .human-promise,
  .coverage-strip {
    padding-block: 76px;
  }

  .ecosystem-heading {
    max-width: 1080px;
  }

  .home-intro-grid {
    align-items: start;
  }

  .technology-preview {
    margin-top: 58px;
  }

  .pathway-grid {
    grid-template-rows: repeat(2, minmax(0, 330px));
  }

  .pathway,
  .pathway-featured,
  .pathway-image {
    min-height: 0;
  }

  .pathway-image img {
    position: absolute;
    inset: 0;
  }

  .coverage-heading {
    align-items: start;
  }

  .coverage-heading h2 {
    line-height: 1.05;
  }

  .site-footer {
    padding-top: 56px;
  }

  .footer-grid {
    grid-template-columns: 1.25fr .55fr 1.1fr .72fr;
    align-items: start;
    gap: 40px;
  }

  .footer-access {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    column-gap: 24px;
  }

  .footer-access h3 {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 34px;
  }
}

@media (min-width: 1041px) {
  /* Mantiene el sello bancario completo y centrado dentro de la tarjeta compacta. */
  .bank-home-card .bank-home-visual > img {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    object-fit: contain;
    object-position: center;
  }
}

/* Evita dos columnas demasiado angostas antes de activar el diseño móvil. */
@media (min-width: 841px) and (max-width: 1100px) {
  .home-hero,
  .home-hero-grid {
    min-height: 0;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
    padding-block: 55px 70px;
  }

  .home-hero-copy,
  .hero-side {
    width: 100%;
    max-width: none;
  }

  .hero-photo-showcase {
    height: 250px;
  }

  .hero-side .access-card {
    width: calc(100% - 20px);
    margin: -32px 10px 0;
  }
}

/* Campaña principal · PRE-Saber 11 · agosto 2026 */
.pre-saber-home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 104px 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 8%, rgba(223,31,63,.32), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(185,150,70,.22), transparent 30%),
    linear-gradient(135deg, #061632 0%, #0b234a 54%, #102f5e 100%);
}
.pre-saber-home::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 460px;
  top: -260px;
  right: 7%;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.025), 0 0 0 108px rgba(255,255,255,.018);
}
.pre-saber-home-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .19;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}
.pre-saber-home-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr);
  align-items: center;
  gap: clamp(48px,6vw,86px);
}
.pre-saber-campaign { min-width: 0; }
.pre-saber-brandline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 35px;
}
.pre-saber-seal {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
}
.pre-saber-seal img { width: 100%; height: 100%; object-fit: contain; }
.pre-saber-brandline > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.pre-saber-brandline strong { font-size: 15px; font-weight: 900; letter-spacing: .14em; }
.pre-saber-brandline small { color: #e5c986; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pre-saber-title-lockup {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 23px;
}
.pre-saber-title-lockup > span {
  color: #fff;
  font-size: clamp(108px,10vw,158px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.09em;
  text-shadow: 8px 8px 0 var(--red), 14px 14px 0 rgba(255,255,255,.1);
}
.pre-saber-title-lockup p {
  margin: 0 0 8px;
  color: #e5c986;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
}
.pre-saber-title-lockup h2 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px,4.6vw,67px);
  line-height: .98;
  letter-spacing: -.045em;
}
.pre-saber-lead {
  max-width: 760px;
  margin: 35px 0 0;
  color: rgba(255,255,255,.77);
  font-size: 17px;
  line-height: 1.72;
}
.pre-saber-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin: 34px 0 0;
}
.pre-saber-facts > div {
  min-width: 0;
  padding: 19px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 19px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(8px);
}
.pre-saber-facts dt { color: #fff; font-size: 36px; font-weight: 900; line-height: 1; }
.pre-saber-facts dd { margin: 7px 0 0; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; line-height: 1.45; }
.pre-saber-analysis {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid rgba(229,201,134,.36);
  border-radius: 23px;
  background: linear-gradient(135deg, rgba(185,150,70,.2), rgba(255,255,255,.055));
}
.pre-saber-analysis > div {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: center;
  gap: 15px;
}
.pre-saber-analysis-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--navy);
  background: #e5c986;
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
  font-size: 18px;
  font-weight: 900;
}
.pre-saber-analysis small { color: #e5c986; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.pre-saber-analysis h3 { margin: 4px 0 0; color: #fff; font-size: 18px; line-height: 1.3; }
.pre-saber-analysis ul {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.pre-saber-analysis li {
  position: relative;
  padding: 8px 8px 8px 20px;
  border-radius: 10px;
  color: rgba(255,255,255,.82);
  background: rgba(6,22,50,.32);
  font-size: 10px;
  font-weight: 800;
}
.pre-saber-analysis li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}
.pre-saber-areas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pre-saber-areas span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(6,22,50,.34);
  font-size: 10px;
  font-weight: 750;
}
.pre-saber-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 31px; }
.pre-saber-button-light { color: var(--navy); background: #fff; box-shadow: 0 15px 34px rgba(0,0,0,.23); }
.pre-saber-button-light:hover { background: #f8f1df; }
.pre-saber-program-link { color: #fff; font-size: 13px; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 6px; }
.pre-saber-program-link span { color: #e5c986; }
.pre-saber-structure-note { max-width: 690px; margin: 20px 0 0; color: rgba(255,255,255,.51); font-size: 10px; line-height: 1.55; }

.pre-saber-form {
  position: relative;
  scroll-margin-top: 26px;
  min-width: 0;
  padding: clamp(27px,3vw,39px);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(255,255,255,.98);
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}
.pre-saber-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 5px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--red) 0 36%, var(--gold) 36% 68%, var(--navy) 68%);
}
.pre-saber-form-heading { margin-bottom: 26px; }
.pre-saber-form-heading > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.pre-saber-form-heading h3 {
  margin: 7px 0 9px;
  color: var(--navy);
  font-size: clamp(28px,3vw,38px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.pre-saber-form-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.pre-saber-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; }
.pre-saber-field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.pre-saber-field-full { grid-column: 1 / -1; }
.pre-saber-field label { color: var(--navy); font-size: 11px; font-weight: 850; line-height: 1.4; }
.pre-saber-field input,
.pre-saber-field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #cbd6e4;
  border-radius: 13px;
  color: var(--ink);
  background: #f9fbfd;
  outline: none;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.pre-saber-field input:focus,
.pre-saber-field select:focus {
  border-color: var(--navy-soft);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(22,58,112,.1);
}
.pre-saber-field small { color: #59677a; font-size: 9px; line-height: 1.5; }
.pre-saber-form.is-validated :is(input,select):invalid { border-color: #c62a43; background: #fff8f9; }
.pre-saber-minor-note {
  padding: 13px 15px;
  border: 1px solid #e7d29d;
  border-radius: 13px;
  color: #5d4713;
  background: #fff9e9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}
.pre-saber-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 21px 0 17px;
  color: #637086;
  font-size: 10px;
  line-height: 1.55;
}
.pre-saber-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--navy); }
.pre-saber-consent a { color: var(--navy); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.pre-saber-submit { width: 100%; border: 0; cursor: pointer; }
.pre-saber-submit[disabled] { cursor: wait; opacity: .7; transform: none; }
.pre-saber-status { min-height: 22px; margin: 14px 0 0; color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.5; }
.pre-saber-status.is-success,
.pre-saber-status.is-error { padding: 12px 14px; border-radius: 12px; }
.pre-saber-status.is-success { color: #0c6659; background: #e8f7f3; }
.pre-saber-status.is-error { color: #a21e35; background: #fff0f3; }
.pre-saber-fallback { margin-top: 11px; padding: 14px; border: 1px solid #f0c5ce; border-radius: 13px; background: #fff8f9; }
.pre-saber-fallback p { margin: 0 0 9px; color: var(--ink); font-size: 10px; }
.pre-saber-fallback > div { display: flex; flex-wrap: wrap; gap: 8px; }
.pre-saber-fallback a { padding: 8px 11px; border-radius: 9px; color: #fff; background: var(--navy); font-size: 9px; font-weight: 850; }
.pre-saber-privacy-note,
.pre-saber-legal { color: #59677a; font-size: 9px; line-height: 1.55; }
.pre-saber-privacy-note { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid #e2e7ee; font-weight: 750; }
.pre-saber-legal { margin: 8px 0 0; }
.pre-saber-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pre-saber-form [hidden] { display: none; }

@media (max-width: 1100px) {
  .pre-saber-home-grid { grid-template-columns: minmax(0,.95fr) minmax(400px,1.05fr); gap: 42px; }
  .pre-saber-title-lockup { gap: 18px; }
  .pre-saber-title-lockup > span { font-size: 112px; }
  .pre-saber-title-lockup h2 { font-size: 46px; }
  .pre-saber-facts > div { padding-inline: 13px; }
}

@media (max-width: 920px) {
  .pre-saber-home { padding: 84px 0; }
  .pre-saber-home-grid { grid-template-columns: 1fr; align-items: start; }
  .pre-saber-campaign { max-width: 780px; }
  .pre-saber-form { width: min(100%,780px); }
}

@media (max-width: 620px) {
  .pre-saber-home { padding: 70px 0; }
  .pre-saber-home-pattern { background-size: 38px 38px; }
  .pre-saber-brandline { margin-bottom: 29px; }
  .pre-saber-seal { width: 62px; height: 62px; flex-basis: 62px; }
  .pre-saber-brandline strong { font-size: 12px; }
  .pre-saber-brandline small { font-size: 8px; }
  .pre-saber-title-lockup { grid-template-columns: 76px minmax(0,1fr); gap: 16px; }
  .pre-saber-title-lockup > span { font-size: 91px; text-shadow: 5px 5px 0 var(--red), 9px 9px 0 rgba(255,255,255,.1); }
  .pre-saber-title-lockup p { font-size: 9px; letter-spacing: .15em; }
  .pre-saber-title-lockup h2 { font-size: clamp(35px,10vw,44px); }
  .pre-saber-lead { margin-top: 29px; font-size: 15px; }
  .pre-saber-facts { gap: 7px; }
  .pre-saber-facts > div { padding: 15px 10px; border-radius: 15px; }
  .pre-saber-facts dt { font-size: 29px; }
  .pre-saber-facts dd { font-size: 9px; }
  .pre-saber-analysis { padding: 17px; border-radius: 19px; }
  .pre-saber-analysis > div { grid-template-columns: 50px minmax(0,1fr); gap: 12px; }
  .pre-saber-analysis-mark { width: 50px; height: 50px; border-radius: 15px; font-size: 16px; }
  .pre-saber-analysis h3 { font-size: 15px; }
  .pre-saber-analysis ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pre-saber-actions { align-items: stretch; flex-direction: column; }
  .pre-saber-actions .button { width: 100%; }
  .pre-saber-program-link { align-self: center; }
  .pre-saber-form { padding: 28px 20px; border-radius: 24px; }
  .pre-saber-form-grid { grid-template-columns: 1fr; }
  .pre-saber-field-full { grid-column: auto; }
  .pre-saber-form-heading h3 { font-size: 30px; }
}

@media (max-width: 380px) {
  .pre-saber-title-lockup { grid-template-columns: 1fr; }
  .pre-saber-title-lockup > span { font-size: 79px; line-height: .8; }
  .pre-saber-facts { grid-template-columns: 1fr; }
  .pre-saber-facts > div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 10px; }
  .pre-saber-facts dd { margin: 0; }
}
