/* ASEC website styles */
:root {
  --navy: #1B3A6F;
  --navy-2: #14305c;
  --navy-ink: #0B1E3F;
  --coral: #D13A2E;
  --coral-2: #b02d24;
  --bg: #F6F2EB;
  --bg-2: #EDE7DC;
  --paper: #FFFDF8;
  --ink: #0B1220;
  --ink-2: #2a3142;
  --muted: #6b6558;
  --line: #0b12201a;
  --radius: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: 'ss01','ss02','cv11';
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mono { font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace; font-feature-settings: normal; }
.serif { font-family: 'Fraunces', 'Times New Roman', serif; font-optical-sizing: auto; }

.wrap { width: min(1280px, 92vw); margin: 0 auto; }
.eyebrow { font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: 12px; letter-spacing: .02em; }
.pill .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--coral); }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; border: none; cursor: pointer; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--coral); color: #fff; }
.btn-primary:hover { background: var(--coral-2); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); }
.btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-white { background: #fff; color: var(--ink); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(246,242,235,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.nav-left { display: flex; align-items: center; gap: 40px; }
.nav-logo { height: 40px; display: block; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--coral); }
.nav-right { display: flex; align-items: center; gap: 12px; }

/* Hero common */
.hero { position: relative; padding: 56px 0 80px; overflow: hidden; }
.hero h1 { font-size: clamp(40px, 6.6vw, 104px); line-height: .95; letter-spacing: -.035em; font-weight: 800; margin: 0; }
.hero h1 em { font-style: normal; color: var(--coral); }
.hero h1 .ul { font-style: normal; background: linear-gradient(transparent 64%, #FFD966 64% 92%, transparent 92%); padding: 0 .05em; }
.hero .lede { font-size: 18px; line-height: 1.55; color: var(--ink-2); max-width: 540px; margin-top: 22px; }

/* Variant A: Bold editorial */
.hero-A { background: var(--bg); }
.hero-A .grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: end; }
.hero-A .photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.hero-A .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-A .photo-tag { position: absolute; left: 18px; bottom: 18px; background: #fff; padding: 10px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
.hero-A .photo-tag .dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--coral); margin-right: 8px; vertical-align: middle; }
.hero-A .hero-foot { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; align-items: center; }
.hero-A .stats { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.hero-A .stats .num { font-size: 36px; font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.hero-A .stats .lbl { font-size: 12.5px; color: var(--muted); letter-spacing: .02em; }
.hero-A h1 { color: var(--navy-ink); }

/* Variant B: Full-bleed photo with overlay card */
.hero-B { padding: 0; }
.hero-B .stage { position: relative; height: min(86vh, 760px); border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden; }
.hero-B .bg { position: absolute; inset: 0; }
.hero-B .bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-B .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,30,63,.85) 0%, rgba(11,30,63,.55) 45%, transparent 70%); }
.hero-B .content { position: relative; z-index: 2; padding: 60px 0 0; color: #fff; }
.hero-B h1 { color: #fff; max-width: 900px; }
.hero-B .lede { color: rgba(255,255,255,.85); }
.hero-B .hero-foot { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-B .accent { position: absolute; right: 0; top: 0; bottom: 0; width: 10px; background: var(--coral); z-index: 3; }
.hero-B .card { position: absolute; right: 5vw; bottom: 42px; background: #fff; border-radius: var(--radius); padding: 20px 22px; max-width: 320px; z-index: 3; box-shadow: 0 20px 50px rgba(11,30,63,.25); }
.hero-B .card .q { font-size: 16px; line-height: 1.45; color: var(--ink); font-weight: 600; }
.hero-B .card .who { margin-top: 10px; font-size: 12.5px; color: var(--muted); }

/* Variant C: Asymmetric grid w/ color block */
.hero-C { padding: 0; background: var(--navy); color: #fff; }
.hero-C .grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.hero-C .left { padding: 80px 56px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-C .left h1 { color: #fff; }
.hero-C .left h1 em { color: #FFC857; }
.hero-C .left .lede { color: rgba(255,255,255,.78); }
.hero-C .right { background: var(--coral); position: relative; overflow: hidden; }
.hero-C .right img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .9; }
.hero-C .right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(209,58,46,.55)); }
.hero-C .tag { position: absolute; right: 24px; top: 24px; background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; z-index: 2; }
.hero-C .strip { background: var(--navy-2); color: rgba(255,255,255,.9); padding: 18px 0; font-size: 13.5px; letter-spacing: .02em; overflow: hidden; white-space: nowrap; }
.hero-C .strip .track { display: inline-flex; gap: 48px; animation: marquee 30s linear infinite; }
.hero-C .strip span b { color: #FFC857; font-weight: 700; margin-right: 8px; }

/* Variant D: Type-forward minimal */
.hero-D { background: var(--paper); padding: 80px 0 40px; }
.hero-D h1 { font-size: clamp(56px, 10vw, 168px); line-height: .88; letter-spacing: -.045em; color: var(--navy-ink); }
.hero-D h1 .coral { color: var(--coral); }
.hero-D h1 .outline { -webkit-text-stroke: 2px var(--navy-ink); color: transparent; }
.hero-D .row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; margin-top: 40px; align-items: end; }
.hero-D .lede { max-width: 480px; }
.hero-D .photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-D .photos .p { aspect-ratio: 3/4; border-radius: 14px; overflow: hidden; }
.hero-D .photos .p img { width: 100%; height: 100%; object-fit: cover; }
.hero-D .photos .p:nth-child(2) { transform: translateY(24px); }
.hero-D .hero-foot { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Programs section */
.section { padding: 96px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(32px, 4.8vw, 64px); line-height: 1; letter-spacing: -.03em; margin: 0; font-weight: 800; color: var(--navy-ink); max-width: 700px; }
.section-head .side { color: var(--muted); max-width: 360px; font-size: 15.5px; line-height: 1.55; }

.programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prog { background: #fff; border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; position: relative; }
.prog:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(11,30,63,.25); }
.prog .top { aspect-ratio: 4/3; overflow: hidden; background: var(--navy); position: relative; }
.prog .top img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.prog:hover .top img { transform: scale(1.05); }
.prog .badge { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--navy); padding: 6px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; }
.prog .body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
.prog h3 { margin: 0; font-size: 26px; letter-spacing: -.02em; color: var(--navy-ink); font-weight: 800; }
.prog .meta { display: flex; flex-wrap: wrap; gap: 6px; }
.prog .meta span { font-size: 11.5px; color: var(--ink-2); background: var(--bg-2); padding: 5px 10px; border-radius: 999px; }
.prog p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.prog .cta { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--coral); font-weight: 700; font-size: 14.5px; }
.prog .cta svg { transition: transform .2s; }
.prog:hover .cta svg { transform: translateX(4px); }

/* Quiz CTA */
.quiz { background: var(--navy); color: #fff; border-radius: var(--radius-lg); overflow: hidden; position: relative; display: grid; grid-template-columns: 1.2fr 1fr; }
.quiz .l { padding: 56px; }
.quiz .l h2 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1; letter-spacing: -.03em; margin: 0 0 18px; font-weight: 800; }
.quiz .l h2 em { font-style: normal; color: #FFC857; }
.quiz .l p { color: rgba(255,255,255,.78); max-width: 480px; line-height: 1.55; }
.quiz .l .row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.quiz .r { position: relative; background: var(--coral); overflow: hidden; }
.quiz .r .tiles { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); gap: 8px; padding: 8px; }
.quiz .r .tile { background: rgba(255,255,255,.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 12px; text-align: center; padding: 8px; line-height: 1.2; }
.quiz .r .tile.on { background: #fff; color: var(--coral); }

/* Testimonials */
.testimonials { background: var(--paper); }
.t-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: stretch; }
.t-main { background: var(--navy); color: #fff; border-radius: var(--radius-lg); overflow: hidden; position: relative; min-height: 540px; display: flex; flex-direction: column; }
.t-main .ph { flex: 1; background: #1a2940; position: relative; }
.t-main .ph img { width: 100%; height: 100%; object-fit: cover; }
.t-main .body { padding: 32px; position: relative; }
.t-main .quote { font-size: clamp(20px, 2.2vw, 30px); line-height: 1.25; font-weight: 700; letter-spacing: -.015em; }
.t-main .quote .q { color: var(--coral); font-size: 40px; line-height: 0; vertical-align: -.1em; margin-right: .08em; }
.t-main .who { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.7); font-size: 13px; }
.t-side { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.t-card { background: #fff; border-radius: var(--radius-lg); padding: 26px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.t-card .head { display: flex; gap: 14px; align-items: center; }
.t-card .avatar { width: 52px; height: 52px; border-radius: 999px; overflow: hidden; background: var(--bg-2); }
.t-card .avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-card .name { font-weight: 700; font-size: 15px; }
.t-card .role { font-size: 12.5px; color: var(--muted); }
.t-card .text { color: var(--ink-2); font-size: 15px; line-height: 1.5; flex: 1; }

/* Asesor */
.asesor { background: #fff; border-radius: var(--radius-lg); padding: 8px; border: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; overflow: hidden; }
.asesor .l { padding: 48px; }
.asesor .l .eyebrow { color: var(--coral); }
.asesor .l h2 { font-size: clamp(32px, 4.2vw, 52px); line-height: 1; letter-spacing: -.03em; margin: 12px 0 10px; font-weight: 800; color: var(--navy-ink); }
.asesor .l p { color: var(--muted); max-width: 480px; line-height: 1.55; }
.asesor form { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.asesor form input, .asesor form select { padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--line); font-family: inherit; font-size: 14.5px; background: var(--bg); color: var(--ink); }
.asesor form input:focus, .asesor form select:focus { outline: none; border-color: var(--navy); background: #fff; }
.asesor form .full { grid-column: 1 / -1; }
.asesor form .submit { grid-column: 1 / -1; display: flex; gap: 12px; align-items: center; margin-top: 4px; }
.asesor form .submit .note { color: var(--muted); font-size: 12.5px; }
.asesor .r { background: var(--navy); position: relative; border-radius: 20px; overflow: hidden; }
.asesor .r .photo { position: absolute; inset: 0; }
.asesor .r .photo img { width: 100%; height: 100%; object-fit: cover; }
.asesor .r .overlay { position: absolute; left: 24px; bottom: 24px; right: 24px; background: #fff; border-radius: 16px; padding: 18px; display: flex; gap: 14px; align-items: center; }
.asesor .r .overlay .av { width: 46px; height: 46px; border-radius: 999px; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.asesor .r .overlay .t { font-size: 13.5px; line-height: 1.3; }
.asesor .r .overlay .t b { color: var(--navy); }

/* Director */
.director { background: var(--bg); padding: 80px 0; }
.director .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.director .photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; }
.director .photo img { width: 100%; height: 100%; object-fit: cover; }
.director .t { }
.director blockquote { font-family: 'Fraunces', serif; font-size: clamp(24px, 3.2vw, 42px); line-height: 1.2; letter-spacing: -.02em; color: var(--navy-ink); margin: 0 0 24px; font-weight: 500; }
.director blockquote::before { content: '"'; color: var(--coral); font-size: 1.3em; line-height: 0; vertical-align: -.12em; margin-right: .05em; }
.director cite { font-style: normal; display: flex; gap: 14px; align-items: center; }
.director cite .bar { width: 40px; height: 2px; background: var(--coral); }
.director cite .name { font-weight: 700; color: var(--navy); }
.director cite .role { color: var(--muted); font-size: 13.5px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s; }
.post:hover { transform: translateY(-4px); }
.post .img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-2); }
.post .img img { width: 100%; height: 100%; object-fit: cover; }
.post .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post .cat { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--coral); letter-spacing: .04em; text-transform: uppercase; }
.post h4 { margin: 0; font-size: 18px; line-height: 1.25; letter-spacing: -.01em; color: var(--navy-ink); font-weight: 700; }
.post .meta { margin-top: auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 12.5px; }

/* Campus info */
.campus { background: var(--navy-ink); color: #fff; border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.campus .l { padding: 48px; }
.campus .l h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.05; margin: 12px 0 18px; letter-spacing: -.02em; font-weight: 800; }
.campus .list { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; font-size: 15px; }
.campus .list .row { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.campus .list .row .k { color: rgba(255,255,255,.55); width: 120px; flex-shrink: 0; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.campus .map { background: #e9e4d6; position: relative; min-height: 480px; }
.campus .map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.campus .pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); background: var(--coral); color: #fff; padding: 8px 14px; border-radius: 10px; font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.campus .pin::after { content: ''; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); width: 0; height: 0; border: 6px solid transparent; border-top-color: var(--coral); }

/* Video */
.video-block { aspect-ratio: 16/8; border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--navy); }
.video-block img { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.video-block .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100px; height: 100px; border-radius: 999px; background: var(--coral); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 0 0 0 rgba(209,58,46,.5); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(209,58,46,.5); } 70% { box-shadow: 0 0 0 28px rgba(209,58,46,0); } 100% { box-shadow: 0 0 0 0 rgba(209,58,46,0); } }
.video-block .cap { position: absolute; left: 32px; bottom: 28px; right: 32px; color: #fff; display: flex; justify-content: space-between; align-items: end; }
.video-block .cap h3 { margin: 0; font-size: 22px; font-weight: 700; }
.video-block .cap small { color: rgba(255,255,255,.7); font-family: 'JetBrains Mono', monospace; font-size: 12px; }

/* Credentials / anuncios */
.cred { display: flex; justify-content: space-around; align-items: center; gap: 32px; padding: 40px 32px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); flex-wrap: wrap; }
.cred .logo { font-family: 'JetBrains Mono', monospace; color: var(--muted); font-size: 13px; letter-spacing: .06em; opacity: .7; }

.announcements { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; }
.an-main { grid-row: span 2; background: linear-gradient(135deg, var(--coral), #ed5c4c); color: #fff; border-radius: var(--radius-lg); padding: 40px; display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; position: relative; overflow: hidden; }
.an-main::after { content: ''; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 999px; background: rgba(255,255,255,.1); }
.an-main .cat { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .9; font-family: 'JetBrains Mono', monospace; position: relative; z-index: 1; }
.an-main h3 { font-size: clamp(28px, 3.2vw, 40px); line-height: 1; letter-spacing: -.02em; margin: 14px 0; font-weight: 800; position: relative; z-index: 1; }
.an-main p { opacity: .9; line-height: 1.5; position: relative; z-index: 1; max-width: 400px; }
.an-main .cta { margin-top: 24px; position: relative; z-index: 1; }
.an-sm { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 172px; }
.an-sm .cat { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; font-family: 'JetBrains Mono', monospace; }
.an-sm h4 { font-size: 17px; line-height: 1.25; margin: 10px 0 0; font-weight: 700; }
.an-sm .when { opacity: .7; font-size: 12px; margin-top: auto; padding-top: 12px; }
.an-sm.alt { background: var(--bg-2); color: var(--ink); }
.an-sm.alt .cat { color: var(--coral); opacity: 1; }
.an-sm.alt .when { color: var(--muted); opacity: 1; }

/* Footer */
footer { background: var(--navy-ink); color: rgba(255,255,255,.85); padding: 72px 0 32px; margin-top: 60px; }
footer .cols { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }
footer h5 { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 16px; font-family: 'JetBrains Mono', monospace; font-weight: 500; }
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14.5px; }
footer a:hover { color: #fff; }
footer .brand p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.55; margin: 16px 0 24px; max-width: 320px; }
footer .brand .logo { height: 42px; filter: brightness(0) invert(1); }
footer .bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; color: rgba(255,255,255,.5); font-size: 13px; }
footer .socials { display: flex; gap: 10px; }
footer .socials a { width: 38px; height: 38px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
footer .socials a:hover { background: var(--coral); border-color: var(--coral); }

/* WhatsApp floating */
.wa { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; border-radius: 999px; background: #25D366; box-shadow: 0 10px 30px rgba(37,211,102,.45); display: flex; align-items: center; justify-content: center; z-index: 100; text-decoration: none; transition: transform .2s; }
.wa:hover { transform: scale(1.08); }
.wa svg { width: 30px; height: 30px; fill: #fff; }

/* Tweaks panel */
.tweaks-panel { position: fixed; right: 24px; bottom: 104px; background: #fff; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.2); border: 1px solid var(--line); padding: 18px; width: 280px; z-index: 99; font-size: 13px; }
.tweaks-panel h6 { margin: 0 0 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; font-weight: 500; color: var(--muted); }
.tweaks-panel .opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tweaks-panel button { padding: 10px 8px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--bg); cursor: pointer; font-size: 12.5px; font-weight: 600; font-family: inherit; color: var(--ink); }
.tweaks-panel button.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.tweaks-panel button:hover:not(.on) { border-color: var(--navy); }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-A .grid, .hero-C .grid, .hero-D .row, .asesor, .director .wrap, .quiz, .t-grid, .campus { grid-template-columns: 1fr; }
  .programs, .blog-grid { grid-template-columns: 1fr; }
  .announcements { grid-template-columns: 1fr 1fr; }
  .an-main { grid-column: 1 / -1; }
  footer .cols { grid-template-columns: 1fr 1fr; }
  .section { padding: 60px 0; }
  .hero-B .card { display: none; }
}
