*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#e9e7e1;color:#1a2030;font-family:"IBM Plex Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#2a5099;text-decoration:none}
a:hover{color:#9c4514}
section[id]{scroll-margin-top:84px}
::selection{background:#d5dcea}

/* Spain map labels (drawn by script.js via d3) */
.maplbl{font-size:13px;font-weight:600;fill:#0f2347;paint-order:stroke;stroke:#f2f0ea;stroke-width:3.5px;stroke-linejoin:round}
.maplbl.sm{font-size:12px;font-weight:500;fill:#3d4658}

/* Header nav */
.nav-link{font:500 14px/1 "IBM Plex Sans",sans-serif;color:rgba(242,240,234,.78)}
.nav-link:hover{color:#f2f0ea}

/* Orange CTA buttons */
.cta-orange{font:600 16px/1 "IBM Plex Sans",sans-serif;color:#f2f0ea;background:#a84c14;border-radius:8px;display:inline-block}
.cta-orange:hover{background:#8a3d10}

/* Text "link" buttons used for show/hide toggles */
.link-toggle{font:500 14px/1 "IBM Plex Sans",sans-serif;color:#2a5099;background:none;border:none;padding:0;cursor:pointer;border-bottom:1px solid #a9b6d4}
.link-toggle:hover{color:#9c4514}

/* Footer links */
.footer-link{font:400 14px/1.4 "IBM Plex Sans",sans-serif;color:rgba(242,240,234,.62)}
.footer-link:hover{color:#f2f0ea}

/* FAQ accordion */
.faq-btn{width:100%;display:flex;gap:20px;align-items:center;justify-content:space-between;background:none;border:none;padding:22px 4px;cursor:pointer;text-align:left}
.faq-btn:hover{background:#e4e1d9}
.faq-answer{margin:0;padding:0 46px 26px 4px;font:400 16px/1.65 "IBM Plex Sans",sans-serif;color:#565f70;text-wrap:pretty}
.faq-answer[hidden]{display:none}

/* Testimonios carousel */
.carousel-arrow{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1px solid #cfcbc1;background:#f2f0ea;color:#0f2347;font:400 20px/1 "IBM Plex Sans",sans-serif;cursor:pointer}
.carousel-arrow:hover{background:#d5dcea}
.carousel-slide{display:none}
.carousel-slide.active{display:block}
.carousel-dot{width:9px;height:9px;padding:0;border-radius:50%;border:none;cursor:pointer;background:#cfcbc1}
.carousel-dot.active{background:#9c4514}

/* Collapsible panels (materias especializadas, carreras, universidades, colegios) */
.panel[hidden]{display:none}

/* Agenda calendar (month grid) */
.agenda-cell{aspect-ratio:1;display:grid;grid-template-rows:repeat(4,1fr);gap:1px}
.agenda-cell span{border-radius:1px}
