/* Start custom CSS for html, class: .elementor-element-bf6d629 */@import url('https://unpkg.com/leaflet@1.9.4/dist/leaflet.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy: #010b2e;
  --navy-2: #051a4d;
  --blue: #0032d2;
  --electric: #0032d2;
  --accent: #f65100;
  --gold: #ffc700;
  --ink: #010b2e;
  --muted: #65708a;
  --line: #dce2ef;
  --soft: #f4f6fb;
  --white: #ffffff;
  --radius: 26px;
  --shadow: 0 30px 90px rgba(1, 11, 46, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10,35,114,.08);
  box-shadow: 0 10px 40px rgba(1,11,46,.06);
}
.nav-wrap { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 230px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); }
.brand-mark svg { width: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
.brand-copy strong { color: var(--navy); font-size: 15px; letter-spacing: .04em; }
.brand-copy small { color: #60708f; font-size: 8px; letter-spacing: .07em; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { color: #29334d; font-size: 13px; font-weight: 650; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-cta { margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.button {
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 750;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 44px; padding: 0 19px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(0,50,210,.24); }
.button-primary:hover { background: #00218f; box-shadow: 0 16px 34px rgba(0,50,210,.32); }
.button-dark { color: white; background: var(--navy); }
.button-ghost { border-color: #ccd4e7; background: rgba(255,255,255,.64); }
.button-light { background: white; color: var(--navy); }
.button-full { width: 100%; }
.text-link { color: var(--blue); font-size: 14px; font-weight: 750; }

.hero {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  padding-top: 148px;
  background:
    radial-gradient(circle at 86% 17%, rgba(71, 143, 255, .16), transparent 24%),
    radial-gradient(circle at 4% 70%, rgba(242, 200, 75, .16), transparent 18%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 92%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.hero h1 { margin: 24px 0 25px; max-width: 670px; color: var(--navy); font-size: clamp(52px, 5.5vw, 82px); line-height: .98; letter-spacing: -.058em; }
.hero h1 em { color: var(--blue); font-style: normal; font-weight: 560; }
.hero-lead { max-width: 620px; color: #536079; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 44px; padding-top: 48px; }
.hero-trust div { display: flex; flex-direction: column; gap: 3px; }
.hero-trust strong { color: var(--navy); font-size: 24px; letter-spacing: -.03em; }
.hero-trust span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-trust div + div { position: relative; }
.hero-trust div + div::before { content: ""; position: absolute; left: -22px; top: 4px; height: 32px; width: 1px; background: var(--line); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-orb-a { width: 310px; height: 310px; right: -140px; top: 126px; background: radial-gradient(circle at 30% 30%, #ff8a4d, #0032d2 62%, #010b2e); opacity: .14; }
.hero-orb-b { width: 230px; height: 230px; left: -130px; bottom: 10px; background: radial-gradient(circle at 35% 30%, #ffe27a, #ffc700 54%, #b8860b); opacity: .18; }

.hero-visual { position: relative; z-index: 2; }
.visual-shell {
  position: relative;
  min-height: 620px;
  padding: 28px;
  border-radius: 38px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 85% 10%, #1e6cff, transparent 26%),
    linear-gradient(150deg, #051440 8%, #0b2c87 60%, #092164 100%);
  box-shadow: var(--shadow);
}
.visual-shell::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; bottom: -220px; border-radius: 50%; border: 70px solid rgba(246,81,0,.16); }
.visual-shell::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent); }
.visual-topline { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.visual-index { margin-left: auto; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(246,81,0,.16); }
.path-card-main { position: relative; z-index: 3; margin-top: 80px; }
.path-label { color: #ff8a4d; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.path-card h2 { font-size: 48px; line-height: 1; letter-spacing: -.05em; margin: 14px 0 30px; max-width: 420px; }
.path-options { display: grid; gap: 10px; }
.path-option { width: 100%; min-height: 86px; display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; gap: 16px; padding: 15px 16px; text-align: left; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.055); color: white; cursor: pointer; transition: .25s ease; backdrop-filter: blur(10px); }
.path-option:hover, .path-option.active { background: white; color: var(--navy); transform: translateX(6px); }
.path-number { color: #ff8a4d; font-size: 11px; }
.path-option.active .path-number, .path-option:hover .path-number { color: var(--blue); }
.path-option strong, .path-option small { display: block; }
.path-option strong { font-size: 13px; }
.path-option small { color: rgba(255,255,255,.56); margin-top: 5px; font-size: 10px; }
.path-option.active small, .path-option:hover small { color: var(--muted); }
.path-arrow { justify-self: end; font-size: 19px; }
.floating-chip { position: absolute; z-index: 4; padding: 12px 15px; border-radius: 999px; color: var(--navy); background: white; font-size: 10px; font-weight: 800; box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.floating-chip span { color: #34be73; }
.chip-a { top: 78px; right: 26px; transform: rotate(3deg); }
.chip-b { left: 22px; bottom: 22px; transform: rotate(-4deg); }
.visual-watermark { position: absolute; z-index: 1; right: -10px; bottom: 50px; font-size: 128px; line-height: .8; font-weight: 900; letter-spacing: -.08em; color: rgba(255,255,255,.045); writing-mode: vertical-rl; }

.ticker { overflow: hidden; padding: 15px 0; background: var(--gold); color: var(--navy); border-block: 1px solid rgba(1,11,46,.15); }
.ticker-track { display: flex; width: max-content; gap: 32px; align-items: center; animation: ticker 28s linear infinite; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.ticker-track i { font-style: normal; font-size: 11px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-head h2, .campus-head h2, .contact-copy h2, .about-copy h2 { margin: 18px 0 0; color: var(--navy); font-size: clamp(38px, 4.3vw, 62px); line-height: 1.05; letter-spacing: -.052em; }
.section-head > p, .campus-head p { color: var(--muted); line-height: 1.75; font-size: 15px; }

.program-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.program-card { min-height: 520px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: white; transition: .3s ease; }
.program-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(1,11,46,.11); border-color: transparent; }
.program-card-featured { color: white; background: linear-gradient(145deg, #0032d2, #010b2e 78%); border: none; }
.program-meta { display: flex; justify-content: space-between; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; color: #6d7892; }
.program-card-featured .program-meta { color: rgba(255,255,255,.66); }
.program-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; margin: 54px 0 28px; background: var(--gold); color: var(--navy); font-size: 20px; }
.program-card h3 { margin: 54px 0 18px; color: var(--navy); font-size: 28px; line-height: 1.13; letter-spacing: -.035em; }
.program-card-featured h3 { margin-top: 0; color: white; font-size: 35px; }
.program-card p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.program-card-featured p { color: rgba(255,255,255,.7); }
.program-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.program-tags span, .career-tags span { padding: 8px 11px; border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; border: 1px solid rgba(255,255,255,.18); }
.program-card > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: var(--blue); font-size: 13px; font-weight: 800; }
.program-card-featured > a { color: white; border-color: rgba(255,255,255,.15); }
.compact-list { margin: 24px 0 0; padding: 0; list-style: none; }
.compact-list li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #3b4660; font-size: 12px; }

.dark-section { position: relative; color: white; background: #010b2e; overflow: hidden; }
.dark-section::after { content: ""; position: absolute; width: 600px; height: 600px; right: -260px; top: -220px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(246,81,0,.23), transparent 62%); }
.section-head-light h2, .campus-head h2, .contact-copy h2 { color: white; }
.section-head-light > p { color: rgba(255,255,255,.63); }
.eyebrow-light { color: #ff8a4d; }
.modality-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; }
.modality-tabs { display: grid; align-content: start; }
.modality-tab { min-height: 88px; display: grid; grid-template-columns: 50px 1fr; gap: 8px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; color: rgba(255,255,255,.55); cursor: pointer; }
.modality-tab span { font-size: 10px; color: #ff8a4d; }
.modality-tab strong { font-size: 15px; }
.modality-tab.active { color: white; }
.modality-tab.active strong { font-size: 20px; }
.modality-panel { min-height: 470px; padding: 48px; border-radius: 28px; background: linear-gradient(145deg, white, #eaf1ff); color: var(--navy); box-shadow: 0 40px 90px rgba(0,0,0,.24); }
.modality-kicker { color: var(--blue); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 850; }
.modality-panel h3 { margin: 22px 0 18px; font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.modality-panel > p { max-width: 650px; color: var(--muted); line-height: 1.7; }
.modality-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 40px 0; }
.modality-facts div { min-height: 105px; padding: 17px; border: 1px solid #d5ddec; border-radius: 16px; }
.modality-facts span, .campus-data span { display: block; color: #8791a8; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 9px; }
.modality-facts strong { font-size: 12px; line-height: 1.45; }

.career-list { border-top: 1px solid var(--line); }
.career-row { min-height: 130px; display: grid; grid-template-columns: 60px 1fr 260px 48px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); transition: .25s ease; }
.career-row:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(0,50,210,.06), transparent); }
.career-no { color: #9ca5b9; font-size: 11px; }
.career-row h3 { margin: 0 0 7px; color: var(--navy); font-size: 23px; letter-spacing: -.03em; }
.career-row p { margin: 0; color: var(--muted); font-size: 12px; }
.career-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.career-tags span { border-color: var(--line); color: #68728a; }
.career-row > a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); }

.campuses { color: white; background: linear-gradient(145deg, #0032d2, #010b2e 72%); }
.campus-head { max-width: 740px; margin-bottom: 45px; }
.campus-head p { color: rgba(255,255,255,.62); }
.campus-map { position: relative; min-height: 620px; overflow: hidden; border-radius: 32px; background: #dce2ef; box-shadow: 0 34px 90px rgba(1,11,46,.35); }
#leaflet-map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.leaflet-popup-content-wrapper { border-radius: 14px; }
.plantel-pin { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--blue); border: 3px solid white; box-shadow: 0 6px 16px rgba(1,11,46,.35); }
.plantel-pin span { transform: rotate(45deg); width: 10px; height: 10px; border-radius: 50%; background: white; }
.plantel-pin.active { background: var(--accent); width: 40px; height: 40px; }
.campus-card { position: absolute; right: 26px; bottom: 26px; width: 390px; padding: 28px; border-radius: 24px; color: var(--navy); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.3); z-index: 10; }
.campus-card-top { display: flex; justify-content: space-between; color: #75809a; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.campus-card h3 { margin: 23px 0 12px; font-size: 38px; line-height: 1; letter-spacing: -.045em; }
.campus-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.campus-data { padding: 18px 0; margin: 20px 0; border-block: 1px solid var(--line); }
.campus-data strong { font-size: 11px; }
.campus-contact { display: grid; gap: 10px; margin-bottom: 6px; }
.campus-contact span { display: block; color: #8791a8; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.campus-contact strong { font-size: 12px; color: var(--navy); }
.campus-card .button { margin-top: 10px; width: 100%; }
.campus-card .button-ghost { color: var(--navy); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; counter-reset: item; }
.steps li { min-height: 290px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .25s ease; }
.steps li:hover { transform: translateY(-6px); background: var(--soft); }
.steps span { color: var(--blue); font-size: 10px; font-weight: 850; }
.steps h3 { margin: 100px 0 14px; color: var(--navy); font-size: 21px; letter-spacing: -.03em; }
.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-copy, .about-statement { min-height: 530px; padding: 48px; border-radius: 30px; }
.about-copy { background: white; border: 1px solid var(--line); }
.about-copy p { max-width: 560px; color: var(--muted); line-height: 1.8; }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.values span { padding: 10px 14px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-statement { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, #0032d2, #010b2e 73%); }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 80px; line-height: .7; }
.about-statement blockquote { max-width: 500px; margin: 50px 0 22px; font-size: 48px; line-height: 1; letter-spacing: -.05em; font-weight: 700; }
.about-statement p { max-width: 430px; color: rgba(255,255,255,.66); line-height: 1.7; }
.falcon-symbol { position: absolute; width: 300px; right: -56px; bottom: -24px; opacity: .08; transform: rotate(-8deg); }
.falcon-symbol img { width: 100%; }

.contact-section { color: white; background: #010b2e; }
.contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 70px; align-items: start; }
.contact-copy p { max-width: 510px; color: rgba(255,255,255,.64); line-height: 1.75; }
.contact-note { margin-top: 64px; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.14); }
.contact-note span, .contact-note strong { display: block; }
.contact-note span { margin-bottom: 8px; color: #ff8a4d; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-note strong { font-size: 14px; }
.lead-form { padding: 34px; border-radius: 28px; background: white; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: block; margin-bottom: 15px; color: var(--navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input, .lead-form select { width: 100%; height: 54px; margin-top: 9px; padding: 0 15px; border: 1px solid #d8dfec; border-radius: 13px; outline: none; color: var(--ink); background: #fbfcff; font-size: 13px; text-transform: none; letter-spacing: normal; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,50,210,.08); }
.lead-form .consent { display: flex; gap: 10px; align-items: flex-start; margin: 9px 0 21px; color: #69748c; font-size: 10px; font-weight: 600; line-height: 1.45; text-transform: none; letter-spacing: 0; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; }
.form-status { min-height: 18px; margin: 14px 0 0; color: #148551; font-size: 11px; text-align: center; }

.site-footer { padding: 70px 0 25px; color: white; background: #010b2e; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-bottom: 60px; }
.brand-footer .brand-mark, .brand-footer .brand-copy strong { color: white; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.48); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 8px; color: #ff8a4d; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.footer-links a { color: rgba(255,255,255,.62); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav.open { position: absolute; left: 24px; right: 24px; top: 78px; display: grid; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero { padding-top: 150px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(680px, 100%); }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card-featured { grid-column: 1 / -1; }
  .modality-layout { grid-template-columns: 1fr; }
  .modality-tabs { grid-template-columns: 1fr 1fr; }
  .career-row { grid-template-columns: 50px 1fr 190px 44px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }
  .nav-wrap { height: 74px; }
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .hero-trust { gap: 26px; }
  .hero-trust div + div::before { left: -13px; }
  .visual-shell { min-height: 580px; padding: 20px; border-radius: 28px; }
  .path-card-main { margin-top: 70px; }
  .path-card h2 { font-size: 39px; }
  .floating-chip { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .section-head h2, .campus-head h2, .contact-copy h2, .about-copy h2 { font-size: 39px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card-featured { grid-column: auto; }
  .program-card { min-height: 470px; }
  .modality-tabs { grid-template-columns: 1fr; }
  .modality-panel { padding: 28px; }
  .modality-panel h3 { font-size: 38px; }
  .modality-facts { grid-template-columns: 1fr; }
  .career-row { grid-template-columns: 38px 1fr 44px; padding: 22px 0; }
  .career-tags { grid-column: 2; }
  .career-row > a { grid-column: 3; grid-row: 1; }
  .campus-map { min-height: 720px; }
  .campus-card { left: 15px; right: 15px; width: auto; bottom: 15px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; }
  .steps h3 { margin-top: 60px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy, .about-statement { min-height: 460px; padding: 30px; }
  .about-statement blockquote { font-size: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

/* ============================================================
   CORRECCIONES PARA WORDPRESS / ELEMENTOR
   Este bloque va SIEMPRE hasta el final. Corrige los conflictos
   entre el tema de WordPress y el diseÃ±o de la pagina.
   ============================================================ */

/* --- 1. Ancho completo -------------------------------------
   Elementor mete el contenido en un contenedor angosto, por eso
   salian franjas blancas a los lados de las secciones oscuras.
   Esto hace que cada seccion rompa ese contenedor. */
html, body { overflow-x: hidden !important; max-width: 100% !important; }

main > section,
.site-footer,
.ticker {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Red de seguridad: nada puede desbordar horizontalmente */
main, main > section, .site-footer, .site-header, .container { max-width: 100% !important; }
img, svg, video, iframe { max-width: 100% !important; height: auto; }

/* En moviles el margen negativo se recorta para que nada se salga */
@media (max-width: 1050px) {
  main > section,
  .site-footer,
  .ticker {
    margin-left: calc(50% - 50vw + 8px) !important;
    margin-right: calc(50% - 50vw + 8px) !important;
  }
}

/* --- 2. Boton de menu movil --------------------------------
   El tema le pintaba borde y fondo, por eso aparecia el
   recuadro blanco vacio junto al logo en escritorio. */
.menu-toggle {
  display: none !important;
  padding: 11px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.menu-toggle:hover,
.menu-toggle:focus { background: transparent !important; box-shadow: none !important; }

@media (max-width: 1050px) {
  .menu-toggle { display: block !important; margin-left: auto; }
}

/* --- 3. Enlaces sin subrayado ------------------------------
   El tema subraya todos los links; el diseno original no. */
.site-header a,
.site-footer a,
main a,
.brand,
.button {
  text-decoration: none !important;
  box-shadow: none !important;
}
.site-header a:hover,
.site-footer a:hover,
main a:hover { text-decoration: none !important; }

/* --- 4. Botones sin estilos del tema ----------------------- */
.button,
button.button {
  border: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* --- 5. Header fijo ----------------------------------------
   Evita que el tema lo empuje fuera de lugar. */
.site-header { position: fixed !important; top: 0; left: 0; right: 0; width: 100% !important; margin: 0 !important; }

/* --- 6. Ocultar titulo y cabecera del tema -----------------
   Quita el "Elementor #10" y el "Just another WordPress site"
   que aparecian arriba de la pagina.
   Si tu tema usa otras clases, avisame y las ajusto. */
.page .entry-title,
.page-header,
.entry-header,
.site-title,
.site-description,
.wp-block-post-title { display: none !important; }

/* --- 7. Ajustes especificos de movil -----------------------
   La tarjeta activa se desplazaba 6px a la derecha (efecto de
   escritorio) y en movil se salia de la pantalla. */
@media (max-width: 1050px) {
  .path-option:hover,
  .path-option.active { transform: none !important; }
  .career-row:hover { transform: none !important; }
}

/* Ningun elemento puede empujar el ancho de la pagina */
@media (max-width: 760px) {
  .visual-shell { min-height: 520px !important; }
  .path-card h2 { font-size: 34px !important; }
  .hero h1 { font-size: 40px !important; }
  .section-head h2,
  .campus-head h2,
  .contact-copy h2,
  .about-copy h2,
  .modality-panel h3 { font-size: 32px !important; }
}/* ==========================================================
   CETESUC GEMS — CORRECCIONES RESPONSIVE Y FUNCIONALES
   Pegar al final del CSS existente
   ========================================================== */

html {
  overflow-x: clip !important;
  scroll-padding-top: 100px;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: clip !important;
}

main,
main > section,
.container,
.hero-grid,
.program-grid,
.modality-layout,
.about-grid,
.contact-grid {
  min-width: 0;
}

.container {
  width: min(1180px, calc(100% - 40px)) !important;
}

/* Evita el desplazamiento artificial de Elementor */
@media (max-width: 1050px) {
  main > section,
  .site-footer,
  .ticker {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

/* Header y navegación */
.site-header {
  min-width: 0;
}

.site-header:not(.scrolled) {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.menu-toggle {
  position: relative;
  flex: 0 0 44px;
  cursor: pointer;
  z-index: 55;
}

.menu-toggle span:not(.sr-only) {
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1050px) {
  .main-nav.open {
    top: calc(100% - 6px);
    left: 20px;
    right: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 14px;
    gap: 4px;
    border-radius: 18px;
  }

  .main-nav.open a {
    display: block;
    padding: 14px 13px;
    border-radius: 11px;
    font-size: 14px;
  }

  .main-nav.open a:hover,
  .main-nav.open a:focus-visible {
    background: var(--soft);
  }

  .main-nav a::after {
    display: none;
  }
}

/* Hero */
.hero-grid > *,
.path-option > *,
.career-row > *,
.form-row > * {
  min-width: 0;
}

.hero h1,
.section-head h2,
.campus-head h2,
.contact-copy h2,
.about-copy h2,
.modality-panel h3,
.campus-card h3,
.about-statement blockquote {
  overflow-wrap: anywhere;
}

.hero-visual {
  max-width: 100%;
}

.visual-shell {
  width: 100%;
}

.path-option {
  max-width: 100%;
}

.path-option strong,
.path-option small {
  overflow-wrap: anywhere;
}

.path-option:hover,
.path-option.active {
  transform: none;
}

/* Transiciones de modalidad */
.modality-panel {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.modality-panel.is-changing {
  opacity: 0.55;
  transform: translateY(4px);
}

/* Mapa */
.map-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 40px;
  color: var(--navy);
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 50, 210, 0.12), transparent 30%),
    #eef2fa;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.campus-card {
  max-height: calc(100% - 52px);
  overflow-y: auto;
}

/* Formularios */
.lead-form,
.lead-form form {
  min-width: 0;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  max-width: 100%;
}

.form-status[data-type="error"] {
  color: #b42318;
}

.form-status[data-type="success"] {
  color: #148551;
}

.form-status[data-type="loading"],
.form-status[data-type="info"] {
  color: #536079;
}

.lead-form button:disabled,
.lead-form input[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.68;
}

/* Tablet */
@media (max-width: 1050px) {
  .section-pad {
    padding: 90px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero-visual {
    margin-inline: auto;
  }

  .program-card {
    min-height: 440px;
  }

  .campus-map {
    min-height: 680px;
  }

  .contact-grid {
    gap: 44px;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px) !important;
  }

  .section-pad {
    padding: 64px 0;
  }

  .nav-wrap {
    height: 72px;
    gap: 12px;
  }

  .brand {
    max-width: calc(100% - 58px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    max-width: 190px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(38px, 11.5vw, 50px) !important;
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-top: 34px;
  }

  .hero-trust div {
    min-width: 0;
    padding: 12px 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    text-align: center;
  }

  .hero-trust div + div::before {
    display: none;
  }

  .hero-trust strong {
    font-size: 19px;
  }

  .hero-trust span {
    font-size: 8px;
    line-height: 1.35;
  }

  .visual-shell {
    min-height: auto !important;
    padding: 20px 14px 24px;
    border-radius: 24px;
  }

  .visual-topline {
    gap: 7px;
    font-size: 8px;
  }

  .path-card-main {
    margin-top: 45px;
  }

  .path-card h2 {
    max-width: 100%;
    font-size: clamp(31px, 10vw, 40px) !important;
  }

  .path-option {
    grid-template-columns: 28px minmax(0, 1fr) 22px;
    gap: 9px;
    min-height: 82px;
    padding: 13px 11px;
    border-radius: 15px;
  }

  .path-option strong {
    font-size: 12px;
    line-height: 1.3;
  }

  .path-option small {
    font-size: 9px;
    line-height: 1.35;
  }

  .visual-watermark {
    display: none;
  }

  .section-head h2,
  .campus-head h2,
  .contact-copy h2,
  .about-copy h2,
  .modality-panel h3 {
    font-size: clamp(30px, 9vw, 39px) !important;
  }

  .program-card {
    min-height: auto;
    padding: 25px 22px;
  }

  .program-card h3,
  .program-card-featured h3 {
    margin-top: 34px;
    font-size: 26px;
  }

  .program-icon {
    margin: 36px 0 24px;
  }

  .modality-tab {
    min-height: 72px;
  }

  .modality-panel {
    min-height: auto;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .modality-facts {
    margin: 28px 0;
  }

  .modality-facts div {
    min-height: auto;
  }

  .career-row {
    grid-template-columns: 30px minmax(0, 1fr) 42px;
    gap: 10px;
  }

  .career-row h3 {
    font-size: 20px;
    line-height: 1.15;
  }

  .career-row p {
    line-height: 1.5;
  }

  .career-tags {
    grid-column: 2 / -1;
  }

  .campus-map {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
    border-radius: 22px;
  }

  #leaflet-map {
    position: relative;
    inset: auto;
    min-height: 390px;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
  }

  .campus-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-height: none;
    padding: 24px 20px;
    border-radius: 0 0 22px 22px;
    overflow: visible;
    box-shadow: none;
  }

  .campus-card h3 {
    margin-top: 18px;
    font-size: 31px;
  }

  .steps li {
    min-height: auto;
    padding: 23px 21px;
  }

  .steps h3 {
    margin-top: 40px;
  }

  .about-copy,
  .about-statement {
    min-height: auto;
    padding: 28px 22px;
  }

  .about-statement blockquote {
    margin-top: 38px;
    font-size: clamp(34px, 10vw, 43px);
  }

  .falcon-symbol {
    width: 210px;
  }

  .lead-form {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .lead-form input,
  .lead-form select {
    height: 52px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Teléfonos pequeños */
@media (max-width: 390px) {
  .container {
    width: min(100% - 20px, 1180px) !important;
  }

  .brand-copy strong {
    max-width: 150px;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .path-option {
    grid-template-columns: 24px minmax(0, 1fr) 18px;
  }

  .campus-card {
    padding-inline: 16px;
  }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}/* ==========================================================
   CETESUC GEMS
   CORRECCIÓN DEFINITIVA DE DESCUADRE EN MÓVIL
   Pegar al final de todo el CSS
   ========================================================== */

/* Evita cualquier ancho mayor que la ventana */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

.site-header,
main,
main > section,
.site-footer,
.ticker,
.container,
.hero-grid,
.modality-layout,
.modality-tabs,
.modality-panel,
.program-grid,
.about-grid,
.contact-grid {
  min-width: 0 !important;
  max-width: 100% !important;
}

/*
 * Corrige el full-width dentro de Elementor.
 * Se elimina el +8px que desplazaba las secciones.
 */
main > section,
.site-footer,
.ticker {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Contenedor general */
.container {
  width: min(1180px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ==========================================================
   HEADER QUE SE OCULTA AL BAJAR
   ========================================================== */

.site-header {
  transform: translateY(0);
  will-change: transform;
  transition:
    transform 0.32s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease !important;
}

/* Clase agregada mediante JavaScript */
.site-header.header-hidden {
  transform: translateY(-105%);
}

/* Cuando el menú móvil está abierto, el header permanece visible */
.site-header.menu-visible {
  transform: translateY(0) !important;
}

/* Fondo legible desde el inicio */
.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* ==========================================================
   MODALIDADES
   Neutraliza los estilos de botones de WordPress/Elementor
   ========================================================== */

.modality-layout {
  width: 100%;
  overflow: visible;
}

.modality-tabs {
  width: 100%;
}

.modality-tab,
button.modality-tab,
.modality-tabs button {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 0 !important;

  color: rgba(255, 255, 255, 0.58) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;

  text-transform: none !important;
  letter-spacing: normal !important;
  transform: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.modality-tab:hover,
.modality-tab:focus,
.modality-tab:focus-visible,
.modality-tab.active,
.modality-tab[aria-selected="true"] {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

.modality-tab span {
  color: #ff8a4d !important;
}

.modality-tab strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Panel blanco de modalidad */
.modality-panel {
  width: 100%;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden;
}

.modality-panel h3,
.modality-panel p,
.modality-facts,
.modality-facts div,
.modality-facts strong {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* ==========================================================
   MENÚ MÓVIL
   ========================================================== */

.menu-toggle {
  position: relative;
  z-index: 60;
  flex: 0 0 44px;
}

.menu-toggle span:not(.sr-only) {
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {
  /*
   * Sobrescribe el bloque anterior que utilizaba:
   * calc(50% - 50vw + 8px)
   */
  main > section,
  .site-footer,
  .ticker {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .container {
    width: min(100% - 32px, 1180px) !important;
  }

  .main-nav.open {
    position: absolute !important;
    top: calc(100% - 2px) !important;
    left: 16px !important;
    right: 16px !important;

    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 92px);

    display: grid !important;
    gap: 3px;

    padding: 14px !important;
    overflow-y: auto;

    border: 1px solid var(--line) !important;
    border-radius: 18px !important;

    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(1, 11, 46, 0.18) !important;
  }

  .main-nav.open a {
    display: block;
    padding: 14px 13px;
    border-radius: 11px;
    color: var(--navy);
    font-size: 14px;
  }

  .main-nav.open a:hover,
  .main-nav.open a:focus-visible {
    background: var(--soft);
  }

  .main-nav a::after {
    display: none;
  }
}

/* ==========================================================
   MÓVIL
   ========================================================== */

@media (max-width: 760px) {
  .container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .section-pad {
    padding: 64px 0 !important;
  }

  /* Header */
  .nav-wrap {
    width: calc(100% - 28px) !important;
    height: 74px;
    gap: 10px;
  }

  .brand {
    min-width: 0 !important;
    max-width: calc(100% - 58px);
    gap: 9px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    display: block;
    max-width: 210px;
    overflow: hidden;
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Modalidades */
  .modality-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .modality-tabs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .modality-tab,
  button.modality-tab,
  .modality-tabs button {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    min-height: 82px !important;
    padding: 12px 16px !important;
    gap: 8px !important;
  }

  .modality-tab strong {
    font-size: 16px !important;
    line-height: 1.25;
  }

  .modality-tab.active strong,
  .modality-tab[aria-selected="true"] strong {
    font-size: 17px !important;
  }

  .modality-panel {
    min-height: 0 !important;
    padding: 30px 22px !important;
    border-radius: 24px !important;
  }

  .modality-panel h3 {
    margin: 18px 0 16px;
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .modality-panel > p {
    font-size: 17px;
    line-height: 1.65;
  }

  .modality-facts {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 28px 0 !important;
  }

  .modality-facts div {
    width: 100%;
    min-height: auto !important;
    padding: 20px 18px;
  }

  .modality-facts strong {
    display: block;
    font-size: 14px;
    line-height: 1.55;
  }

  /* Evita que cualquier contenido interno empuje la pantalla */
  .hero-grid > *,
  .program-grid > *,
  .modality-layout > *,
  .about-grid > *,
  .contact-grid > *,
  .form-row > *,
  .career-row > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

/* Pantallas muy pequeñas */
@media (max-width: 390px) {
  .container,
  .nav-wrap {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .brand-copy strong {
    max-width: 175px;
  }

  .modality-panel {
    padding: 26px 18px !important;
  }

  .modality-panel h3 {
    font-size: 37px !important;
  }
}/* End custom CSS */