/*
Theme Name: Rock Experience
Theme URI: https://rockexperience.protolab.es
Author: WebFactory · Jorge
Description: Tema a medida para Rock Experience · Escuela de música (Pilar de la Horadada, San Pedro del Pinatar y Los Alcázares). Réplica 1:1 del diseño aprobado.
Version: 1.3.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: rockexperience
*/

/* ==========================================================================
   Fuentes locales (extraídas del diseño, sin CDN externos)
   ========================================================================== */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/archivo-black-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/archivo-black-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/sora-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/sora-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Base
   ========================================================================== */
:root {
  --ink: #0E0E11;
  --paper: #F6F3EC;
  --orange: #FF4A1C;
  --orange-soft: #FF7A54;
  --yellow: #FFC23B;
  --card-border: #E7E2D6;
  --body-soft: #5A574F;
  --body-strong: #3A3833;
  --dark-card: #17171B;
  --dark-muted: #B7B4BC;
  --dark-dim: #8B8890;
  --stone: #9A968C;
  --foot-dim: #6C6972;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #0E0E11;
  color: #0E0E11;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { font-family: inherit; }
::selection { background: #FF4A1C; color: #fff; }

@keyframes reMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes reUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reGlow { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }

.re-page { background: #F6F3EC; min-height: 100vh; overflow-x: hidden; padding-top: 80px; }
.re-wrap { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.re-dark { background: #0E0E11; color: #F6F3EC; }

/* Paddings de sección */
.pad-a  { padding-top: clamp(36px, 5vw, 72px); padding-bottom: clamp(36px, 5vw, 72px); }
.pad-a-b{ padding-top: 0; padding-bottom: clamp(36px, 5vw, 72px); }
.pad-b  { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.pad-b-b{ padding-top: 0; padding-bottom: clamp(28px, 4vw, 56px); }
.pad-c  { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.pad-d  { padding-top: clamp(28px, 4vw, 52px); padding-bottom: clamp(28px, 4vw, 52px); }
.pad-e  { padding-top: clamp(28px, 3.5vw, 52px); padding-bottom: clamp(28px, 3.5vw, 52px); }
.pad-f  { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.pad-g  { padding-top: clamp(28px, 4vw, 56px); padding-bottom: clamp(28px, 4vw, 56px); }
.pad-h-b{ padding-top: 0; padding-bottom: clamp(36px, 5vw, 64px); }
.pad-i  { padding-top: clamp(24px, 3.5vw, 48px); padding-bottom: clamp(24px, 3.5vw, 48px); }

/* ==========================================================================
   Tipografía y piezas comunes
   ========================================================================== */
.display { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; }

.kick { font-size: 13px; font-weight: 800; letter-spacing: 2px; margin-bottom: 14px; }
.kick--orange { color: #FF4A1C; }
.kick--yellow { color: #FFC23B; }
.kick--mb22 { margin-bottom: 22px; }

.crumbs { font-size: 13px; font-weight: 700; color: #8B8890; margin-bottom: 22px; }
.crumbs a { color: #8B8890; }
.crumbs .sep { color: #4A484F; }
.crumbs .here { color: #FF7A54; }

.h1-hero  { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 4.5vw, 62px); line-height: .94; text-transform: uppercase; margin-bottom: 20px; }
.h2-block { font-family: 'Archivo Black', sans-serif; font-size: clamp(30px, 4.4vw, 54px); line-height: 1; text-transform: uppercase; }
.lead { font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; color: #B7B4BC; }
.lead strong { color: #F6F3EC; }
/* Copy de cuerpo estándar (misma tipografía que .zone-p) para párrafos de texto en secciones claras.
   Las variantes de hero (.inst-hero .long / .side-hero .long) la sobrescriben por especificidad. */
.long { font-size: 16.5px; line-height: 1.7; color: #5A574F; }
.long a, .zone-p a { color: #D6431A; font-weight: 600; }
.long a:hover, .zone-p a:hover { text-decoration: underline; text-underline-offset: 2px; }
.local-sec .long { margin-top: 14px; }
.local-sec h2 { margin-bottom: 4px; }

.chip { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: #0E0E11; background: #FFC23B; padding: 6px 12px; border-radius: 100px; margin-bottom: 18px; }

.btn { display: inline-block; font-weight: 800; border-radius: 12px; }
.btn-orange { padding: 15px 26px; background: #FF4A1C; color: #0E0E11; }
.btn-ink    { padding: 16px 28px; background: #0E0E11; color: #F6F3EC; white-space: nowrap; }
.btn-ghost-light { padding: 15px 26px; border: 1px solid rgba(255,255,255,.24); color: #F6F3EC; font-weight: 700; }
.btn-ghost-dark  { padding: 13px 22px; border: 1.5px solid #0E0E11; color: #0E0E11; font-size: 14px; border-radius: 11px; }

/* Tarjetas */
.card { background: #fff; border: 1px solid #E7E2D6; border-radius: 16px; padding: 26px 22px; }
.card-dark { background: #17171B; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
a.card, a.card-dark { display: block; transition: border-color .2s; }
a.card:hover { border-color: #FF4A1C; }
a.card-dark:hover { border-color: #FF4A1C; }

/* Grids parametrizadas del diseño */
.g { display: grid; }
.g-200 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.g-220 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.g-230 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.g-230f{ grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.g-240 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.g-240s{ grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.g-240f{ grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.g-210f{ grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.g-280 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.g-280s{ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.g-300f{ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }

/* Placeholder de imagen (image-slot del diseño) */
.slot { background: #1d1d22; color: #6C6972; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; letter-spacing: .5px; overflow: hidden; }
.slot img, .slot video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   Header
   ========================================================================== */
.re-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; background: rgba(14,14,17,.86); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.re-header__in { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 20px; }
.re-header__logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.re-header__logo img { height: 52px; width: auto; display: block; }
.re-navlinks { display: flex; align-items: center; gap: 4px; }
.re-navlinks--menu { margin-left: auto; }
.re-navlinks--cta { gap: 9px; }
.re-navlinks a.nav-item { position: relative; padding: 9px 13px; font-size: 13.5px; font-weight: 600; letter-spacing: .2px; color: #D8D5DD; }
.re-navlinks a.nav-item.is-active { color: #FF4A1C; }
.re-nav-alumnos { padding: 9px 14px; font-size: 13px; font-weight: 700; color: #F6F3EC; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.re-nav-apuntate { padding: 9px 16px; font-size: 13px; font-weight: 800; color: #0E0E11; background: #FF4A1C; border-radius: 9px; }
.re-burger { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.re-burger span { width: 20px; height: 2px; background: #F6F3EC; }

.re-mobile { position: fixed; inset: 0; z-index: 49; background: rgba(14,14,17,.98); backdrop-filter: blur(8px); padding: 88px 24px 32px; display: none; flex-direction: column; gap: 6px; }
.re-mobile.is-open { display: flex; }
.re-mobile a.m-item { padding: 16px 8px; font-weight: 600; font-size: 24px; color: #F6F3EC; border-bottom: 1px solid rgba(255,255,255,.08); }
.re-mobile__cta { display: flex; gap: 10px; margin-top: 20px; }
.re-mobile__cta .m-alumnos { flex: 1; text-align: center; padding: 14px; font-weight: 700; color: #F6F3EC; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; }
.re-mobile__cta .m-apuntate { flex: 1; text-align: center; padding: 14px; font-weight: 800; color: #0E0E11; background: #FF4A1C; border-radius: 11px; }

@media (max-width: 900px) {
  .re-navlinks { display: none !important; }
  .re-burger { display: flex !important; }
}
@media (min-width: 901px) {
  .re-burger { display: none !important; }
  .re-mobile { display: none !important; }
}

/* ==========================================================================
   Home
   ========================================================================== */
.hero { position: relative; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; z-index: 0; pointer-events: none; }
.hero__shade-x { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(14,14,17,.94) 0%, rgba(14,14,17,.78) 48%, rgba(14,14,17,.55) 100%); }
.hero__shade-y { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(0deg, rgba(14,14,17,.85) 0%, rgba(14,14,17,0) 45%); }
.hero__glow-tr { position: absolute; top: -20%; right: -10%; width: 640px; height: 640px; background: radial-gradient(circle, rgba(255,74,28,.28), transparent 62%); pointer-events: none; z-index: 0; }
.hero__glow-bl { position: absolute; bottom: -30%; left: -14%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(255,194,59,.14), transparent 60%); pointer-events: none; }
.hero__in { max-width: 1240px; margin: 0 auto; padding: clamp(80px, 14vh, 150px) 24px clamp(56px, 9vh, 96px); position: relative; z-index: 2; min-height: 88vh; display: flex; flex-direction: column; justify-content: center; }
.hero__badge { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; padding: 8px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: #FFC23B; margin-bottom: 30px; background: rgba(14,14,17,.45); backdrop-filter: blur(4px); }
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #FF4A1C; animation: reGlow 2s infinite; }
.hero__h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(40px, 6.8vw, 104px); line-height: 1.12; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 34px; max-width: 17ch; text-shadow: 0 2px 40px rgba(0,0,0,.5); }
.hero__h1 .hl { color: #FF4A1C; font-weight: 700; }
.hero__sub { font-size: clamp(16px, 1.6vw, 21px); line-height: 1.6; color: #D8D5DD; max-width: 600px; margin-bottom: 38px; }
.hero__sub strong { color: #F6F3EC; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 52px; }
.hero__cta .cta-main { padding: 17px 30px; background: #FF4A1C; color: #0E0E11; font-weight: 800; font-size: 16px; border-radius: 12px; }
.hero__cta .cta-alt { padding: 17px 30px; border: 1px solid rgba(255,255,255,.3); color: #F6F3EC; font-weight: 700; font-size: 16px; border-radius: 12px; background: rgba(14,14,17,.35); backdrop-filter: blur(4px); }
.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 64px); }
.hero__stats .n { font-family: 'Archivo Black', sans-serif; font-size: clamp(34px, 4vw, 48px); color: #FFC23B; line-height: 1; }
.hero__stats .l { font-size: 12.5px; color: #B7B4BC; font-weight: 600; letter-spacing: .3px; margin-top: 4px; }

.marquee { background: #FF4A1C; color: #0E0E11; padding: 16px 0; overflow: hidden; white-space: nowrap; }
.marquee__track { display: inline-flex; gap: 0; animation: reMarquee 26s linear infinite; }
.marquee__track span { font-family: 'Archivo Black', sans-serif; font-size: 20px; letter-spacing: 1px; text-transform: uppercase; }

.split-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 52px; }
.split-head--44 { margin-bottom: 44px; }
.split-head .note { max-width: 400px; font-size: 16px; line-height: 1.6; color: #5A574F; }
.split-head .btn-more { padding: 13px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 11px; font-weight: 700; font-size: 15px; }

.method-card .n { font-family: 'Archivo Black', sans-serif; font-size: 40px; color: #FFC23B; line-height: 1; margin-bottom: 16px; }
.method-card .t { font-weight: 800; font-size: 17px; margin-bottom: 8px; color: #0E0E11; }
.method-card .d { font-size: 14px; line-height: 1.55; color: #5A574F; }

.inst-card { padding: 22px; }
.inst-card .fam { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #FF7A54; margin-bottom: 14px; }
.inst-card .name { font-family: 'Archivo Black', sans-serif; font-size: 24px; line-height: 1; text-transform: uppercase; margin-bottom: 10px; color: #F6F3EC; }
.inst-card .blurb { font-size: 13.5px; line-height: 1.5; color: #8B8890; }

.sede-card { overflow: hidden; border-radius: 18px; }
.sede-card .slot { width: 100%; aspect-ratio: 16/10; }
.sede-card__body { padding: 22px; }
.sede-card .tag { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #FF4A1C; margin-bottom: 8px; }
.sede-card .name { font-family: 'Archivo Black', sans-serif; font-size: 26px; text-transform: uppercase; color: #0E0E11; margin-bottom: 10px; }
.sede-card .short { font-size: 14px; line-height: 1.55; color: #5A574F; margin-bottom: 14px; }
.sede-card .more { font-weight: 800; font-size: 14px; color: #0E0E11; border-bottom: 2px solid #FF4A1C; padding-bottom: 2px; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.duo__yellow { background: #FFC23B; border-radius: 22px; padding: clamp(28px, 3.5vw, 48px); color: #0E0E11; }
.duo__dark { background: #0E0E11; color: #F6F3EC; border-radius: 22px; padding: clamp(28px, 3.5vw, 48px); }
.duo .kick { margin-bottom: 16px; }
.duo h3 { font-family: 'Archivo Black', sans-serif; font-size: clamp(26px, 3vw, 40px); line-height: 1; text-transform: uppercase; margin-bottom: 16px; }
.duo p { font-size: 16px; line-height: 1.6; max-width: 420px; margin-bottom: 26px; }
.duo__dark p { color: #B7B4BC; }
.duo .btn-duo-ink { display: inline-block; padding: 14px 24px; background: #0E0E11; color: #F6F3EC; font-weight: 800; border-radius: 11px; }
.duo .btn-duo-orange { display: inline-block; padding: 14px 24px; background: #FF4A1C; color: #0E0E11; font-weight: 800; border-radius: 11px; }

.testi h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 3.6vw, 46px); text-transform: uppercase; margin-bottom: 44px; max-width: 700px; }
.testi-card { padding: 28px; border-radius: 18px; }
.testi-card .stars { color: #FFC23B; font-size: 22px; margin-bottom: 14px; }
.testi-card p { font-size: 16px; line-height: 1.6; margin-bottom: 22px; }
.testi-card .who { font-weight: 800; font-size: 14px; }
.testi-card .role { font-size: 13px; color: #8B8890; }

.cta-big { background: #FF4A1C; border-radius: 26px; padding: clamp(36px, 5vw, 72px); text-align: center; color: #0E0E11; position: relative; overflow: hidden; }
.cta-big .t { font-family: 'Archivo Black', sans-serif; font-size: clamp(34px, 5.5vw, 72px); line-height: .95; text-transform: uppercase; margin-bottom: 18px; }
.cta-big p { font-size: 18px; max-width: 520px; margin: 0 auto 30px; line-height: 1.55; font-weight: 500; }
.cta-big__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta-big .b1 { padding: 16px 30px; background: #0E0E11; color: #F6F3EC; font-weight: 800; border-radius: 12px; font-size: 16px; }
.cta-big .b2 { padding: 16px 30px; background: rgba(14,14,17,.12); border: 1.5px solid #0E0E11; color: #0E0E11; font-weight: 800; border-radius: 12px; font-size: 16px; }

/* ==========================================================================
   Banda CTA (naranja / amarilla, layout flexible)
   ========================================================================== */
.cta-band { border-radius: 24px; padding: clamp(32px, 4vw, 56px); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; color: #0E0E11; }
.cta-band--orange { background: #FF4A1C; }
.cta-band--yellow { background: #FFC23B; }
.cta-band .t { font-family: 'Archivo Black', sans-serif; font-size: clamp(26px, 3.4vw, 44px); text-transform: uppercase; line-height: 1; margin-bottom: 8px; }
.cta-band .t--sm { font-size: clamp(24px, 3.2vw, 40px); line-height: 1.05; }
.cta-band p { font-size: 16px; max-width: 460px; }

.cta-center { background: #FF4A1C; border-radius: 24px; padding: clamp(34px, 4.5vw, 64px); text-align: center; color: #0E0E11; }
.cta-center .t { font-family: 'Archivo Black', sans-serif; font-size: clamp(30px, 4.4vw, 58px); text-transform: uppercase; line-height: 1; margin-bottom: 16px; }
.cta-center p { font-size: 17px; max-width: 480px; margin: 0 auto 26px; line-height: 1.55; font-weight: 500; }

/* ==========================================================================
   Detalle de instrumento
   ========================================================================== */
.inst-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.inst-hero .crumbs { margin-bottom: 20px; }
.inst-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(40px, 6.5vw, 92px); line-height: .92; text-transform: uppercase; margin-bottom: 18px; }
.inst-hero .long { font-size: clamp(16px, 1.6vw, 21px); line-height: 1.6; color: #B7B4BC; max-width: 520px; margin-bottom: 30px; }
.inst-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.inst-hero .slot { width: 100%; aspect-ratio: 1/1; border-radius: 20px; }
/* Variante fondo completo: cuando el instrumento tiene foto de portada */
.inst-hero-wrap--bg { background-size: cover; background-position: center; position: relative; }
.inst-hero-wrap--bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,.88) 0%, rgba(10,8,6,.60) 55%, rgba(10,8,6,.30) 100%); pointer-events: none; }
.inst-hero-wrap--bg .re-wrap { position: relative; z-index: 1; }
.inst-hero--solo { grid-template-columns: 1fr; }
.inst-hero--solo h1 { font-size: clamp(40px, 7vw, 104px); max-width: none; }
.inst-hero--solo .long { max-width: 680px; }

.learn-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
.learn-grid h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 3.6vw, 46px); line-height: 1; text-transform: uppercase; color: #0E0E11; margin-bottom: 28px; }
.learn-grid .sub { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #9A968C; margin-bottom: 8px; }
.learn-grid .who { font-size: 16px; font-weight: 600; color: #0E0E11; }
.learn-grid .who-box { margin-bottom: 22px; }
.styles-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.styles-tags span { font-size: 13px; font-weight: 700; color: #0E0E11; background: #FFC23B; padding: 7px 13px; border-radius: 100px; }
.learn-list { display: flex; flex-direction: column; gap: 2px; }
.learn-list .row { display: flex; gap: 16px; padding: 18px 4px; border-bottom: 1px solid #E7E2D6; align-items: center; }
.learn-list .check { width: 28px; height: 28px; flex-shrink: 0; border-radius: 8px; background: #FF4A1C; color: #0E0E11; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; }
.learn-list .txt { font-size: 16.5px; font-weight: 500; color: #0E0E11; }

/* Cabecera de "qué aprenderás": título a la izquierda, meta (para quién / estilos) a la derecha. */
.learn-sec { padding-bottom: clamp(30px, 3.4vw, 48px); }
.local-sec { padding-top: clamp(30px, 3.4vw, 48px); }
.learn-head { display: flex; flex-wrap: wrap; gap: 24px 44px; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
.learn-head__title h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(26px, 3.2vw, 42px); line-height: 1; text-transform: uppercase; color: #0E0E11; margin-top: 12px; max-width: 15ch; }
.learn-meta { display: flex; gap: 34px; flex-wrap: wrap; padding-bottom: 4px; }
.learn-meta .sub { display: block; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #9A968C; margin-bottom: 9px; }
.learn-meta .lm-val { font-size: 16px; font-weight: 600; color: #0E0E11; }

/* Checklist "qué aprenderás" como rejilla de tarjetas (más rica y compacta que las líneas). */
.learn-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.learn-cards--wide { grid-template-columns: repeat(3, 1fr); }
.learn-cards .lc { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid #E7E2D6; border-radius: 14px; padding: 15px 17px; transition: border-color .15s ease, transform .15s ease; }
.learn-cards .lc:hover { border-color: #FF4A1C; transform: translateY(-2px); }
.learn-cards .check { width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; background: #FF4A1C; color: #0E0E11; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 16px; }
.learn-cards .txt { font-size: 15.5px; font-weight: 600; color: #0E0E11; line-height: 1.3; }
/* Columna izquierda: la caja "para quién / estilos" como panel, para que no quede vacía. */
.learn-grid .who-box { margin-bottom: 20px; background: #fff; border: 1px solid #E7E2D6; border-radius: 14px; padding: 16px 18px; }
.learn-grid .who-box .who { font-size: 17px; }

.level-card .t { font-family: 'Archivo Black', sans-serif; font-size: 22px; text-transform: uppercase; color: #0E0E11; margin-bottom: 10px; }
.level-card p { font-size: 14.5px; line-height: 1.6; color: #5A574F; }
.level-card { padding: 26px; }

.inst-sedes h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.05; text-transform: uppercase; margin-bottom: 16px; max-width: 16ch; }
.inst-sedes .lead-sm { font-size: 16.5px; line-height: 1.6; color: #B7B4BC; max-width: 600px; margin-bottom: 32px; }
.inst-sede-card { padding: 24px; }
.inst-sede-card .region { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #FF7A54; margin-bottom: 10px; }
.inst-sede-card .line { font-weight: 700; font-size: 16.5px; line-height: 1.35; margin-bottom: 14px; color: #F6F3EC; }
.inst-sede-card .go { font-weight: 800; font-size: 13.5px; color: #FFC23B; }

.mini-card { padding: 18px; border-radius: 14px; }
.mini-card .fam { font-size: 10.5px; font-weight: 800; letter-spacing: 1.5px; color: #FF4A1C; margin-bottom: 8px; }
.mini-card .name { font-family: 'Archivo Black', sans-serif; font-size: 20px; text-transform: uppercase; color: #0E0E11; }

/* Grid de clases (archivo) */
.clase-card { display: flex; flex-direction: column; padding: 24px; min-height: 170px; }
.clase-card .fam { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #FF4A1C; margin-bottom: 14px; }
.clase-card .name { font-family: 'Archivo Black', sans-serif; font-size: 25px; line-height: 1; text-transform: uppercase; color: #0E0E11; margin-bottom: 10px; }
.clase-card .blurb { font-size: 13.5px; line-height: 1.5; color: #5A574F; margin-bottom: 16px; }
.clase-card .go { margin-top: auto; font-weight: 800; font-size: 13.5px; color: #0E0E11; }

/* ==========================================================================
   Sedes
   ========================================================================== */
.sede-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; background: #fff; border: 1px solid #E7E2D6; border-radius: 20px; overflow: hidden; }
.sede-row .slot { width: 100%; height: 100%; min-height: 240px; }
.sede-row__body { padding: clamp(26px, 3vw, 44px); }
.sede-row .tag { font-size: 11.5px; font-weight: 800; letter-spacing: 1.5px; color: #FF4A1C; margin-bottom: 12px; }
.sede-row .name { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 3.4vw, 42px); text-transform: uppercase; color: #0E0E11; margin-bottom: 14px; }
.sede-row .short { font-size: 16px; line-height: 1.6; color: #5A574F; margin-bottom: 18px; max-width: 460px; }
.sede-row__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 24px; }
.meta-label { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: #9A968C; margin-bottom: 4px; }
.meta-val { font-weight: 700; color: #0E0E11; }
.sede-row__cta { display: flex; gap: 10px; flex-wrap: wrap; }
.sede-row__cta .b-ink { padding: 13px 22px; background: #0E0E11; color: #F6F3EC; font-weight: 800; border-radius: 11px; font-size: 14px; }

/* Detalle sede */
.sede-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(40px, 6.5vw, 90px); line-height: .92; text-transform: uppercase; margin-bottom: 18px; }
.sede-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(24px, 3vw, 48px); align-items: start; }
.sede-detail .slot { width: 100%; aspect-ratio: 16/10; border-radius: 18px; }
.sede-map { width: 100%; aspect-ratio: 16/10; border-radius: 18px; overflow: hidden; border: 1px solid #E7E2D6; background: #E7E2D6; }
.sede-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.15); }
/* Panel de ubicación con marca (sustituye el box vacío cuando la sede no tiene foto). */
.sede-placeholder { flex-direction: column; gap: 6px; background: #17171B; color: #F6F3EC; text-align: center; padding: 24px; }
.sede-placeholder .sp-pin { color: #FF4A1C; margin-bottom: 2px; }
.sede-placeholder .sp-loc { font-family: 'Archivo Black', sans-serif; font-size: 18px; text-transform: uppercase; line-height: 1.1; letter-spacing: .5px; }
.sede-placeholder .sp-reg { font-size: 12px; color: #8B8890; letter-spacing: 1.5px; text-transform: uppercase; }
/* Panel de marca para tarjetas de blog sin imagen destacada. */
.post-placeholder { flex-direction: column; gap: 10px; background: #17171B; color: #F6F3EC; }
.post-placeholder .pp-ico { color: #FF4A1C; }
.post-placeholder .pp-brand { font-family: 'Archivo Black', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #6C6972; }
.sede-info { background: #fff; border: 1px solid #E7E2D6; border-radius: 18px; padding: 30px; }
.sede-info .t { font-family: 'Archivo Black', sans-serif; font-size: 22px; text-transform: uppercase; color: #0E0E11; margin-bottom: 20px; }
.sede-info__rows { display: flex; flex-direction: column; gap: 16px; }
.sede-info .btn-res { display: block; text-align: center; margin-top: 24px; padding: 15px; background: #FF4A1C; color: #0E0E11; font-weight: 800; border-radius: 12px; }
.why-card { padding: 26px; }
.why-card .t { font-family: 'Archivo Black', sans-serif; font-size: 19px; text-transform: uppercase; margin-bottom: 10px; color: #F6F3EC; }
.why-card p { font-size: 14.5px; line-height: 1.6; color: #8B8890; }
.zone-h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.05; text-transform: uppercase; color: #0E0E11; margin-bottom: 16px; }
.zone-p { font-size: 16.5px; line-height: 1.7; color: #5A574F; margin-bottom: 24px; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-tags span { font-size: 14px; font-weight: 700; color: #0E0E11; background: #fff; border: 1px solid #E7E2D6; padding: 10px 16px; border-radius: 100px; }
.sede-why h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.05; text-transform: uppercase; margin-bottom: 32px; max-width: 18ch; }

/* ==========================================================================
   Combo / Iniciación / Plataforma / Exámenes
   ========================================================================== */
.point-card { padding: 30px; border-radius: 18px; }
.point-card .t { font-family: 'Archivo Black', sans-serif; font-size: 23px; text-transform: uppercase; color: #0E0E11; margin-bottom: 10px; }
.point-card p { font-size: 15.5px; line-height: 1.6; color: #5A574F; }
.combo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.side-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.side-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(38px, 6vw, 84px); line-height: .92; text-transform: uppercase; margin-bottom: 18px; }
.side-hero .long { font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; color: #B7B4BC; max-width: 520px; margin-bottom: 28px; }
.side-hero .slot--45 { width: 100%; aspect-ratio: 4/5; border-radius: 20px; }
.side-hero .slot--43 { width: 100%; aspect-ratio: 4/3; border-radius: 20px; }
.side-hero--plataforma h1 { font-size: clamp(36px, 5.6vw, 82px); }
/* Hero a una sola columna cuando no hay imagen (evita el hueco/box vacío). */
.side-hero--solo { grid-template-columns: 1fr; }
.side-hero--solo .long { max-width: 640px; }

.feat-card { padding: 26px; }
.feat-card .t { font-family: 'Archivo Black', sans-serif; font-size: 21px; text-transform: uppercase; color: #0E0E11; margin-bottom: 10px; }
.feat-card .t--sm { font-size: 20px; }
.feat-card p { font-size: 14.5px; line-height: 1.6; color: #5A574F; }

.grade-card { padding: 28px; border-radius: 16px; }
.grade-card .n { font-family: 'Archivo Black', sans-serif; font-size: 34px; color: #FF4A1C; line-height: 1; margin-bottom: 10px; }
.grade-card p { font-size: 14.5px; color: #5A574F; line-height: 1.55; }
.exam-band .t { font-family: 'Archivo Black', sans-serif; font-size: clamp(24px, 3.2vw, 40px); text-transform: uppercase; line-height: 1; max-width: 520px; margin-bottom: 0; }
.exam-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(36px, 6vw, 84px); line-height: .94; text-transform: uppercase; margin-bottom: 20px; }

/* ==========================================================================
   Profesores
   ========================================================================== */
.prof-card { overflow: hidden; border-radius: 18px; }
.prof-card .slot { width: 100%; aspect-ratio: 1/1; }
.prof-card__body { padding: 22px; }
.prof-card .area { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #FF4A1C; margin-bottom: 8px; }
.prof-card .role { font-family: 'Archivo Black', sans-serif; font-size: 20px; text-transform: uppercase; color: #0E0E11; margin-bottom: 8px; }
.prof-card p { font-size: 14px; line-height: 1.55; color: #5A574F; }

/* ==========================================================================
   Precios
   ========================================================================== */
.price-card { position: relative; background: #fff; border: 1px solid #E7E2D6; border-radius: 20px; padding: 30px 26px; display: flex; flex-direction: column; }
.price-card .badge { position: absolute; top: -11px; left: 26px; background: #FF4A1C; color: #0E0E11; font-size: 11px; font-weight: 800; letter-spacing: 1px; padding: 5px 12px; border-radius: 100px; }
.price-card .name { font-family: 'Archivo Black', sans-serif; font-size: 22px; text-transform: uppercase; color: #0E0E11; margin-bottom: 14px; }
.price-card .amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 22px; }
.price-card .price { font-family: 'Archivo Black', sans-serif; font-size: 44px; color: #FF4A1C; line-height: 1; }
.price-card .per { font-size: 15px; color: #9A968C; font-weight: 600; }
.price-card__feats { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.price-card__feats .f { display: flex; gap: 10px; align-items: flex-start; }
.price-card__feats .tick { color: #FF4A1C; font-weight: 900; flex-shrink: 0; }
.price-card__feats .txt { font-size: 14.5px; color: #3A3833; line-height: 1.45; }
.price-card .btn-buy { margin-top: auto; text-align: center; padding: 14px; background: #0E0E11; color: #F6F3EC; font-weight: 800; border-radius: 11px; }
.price-note { font-size: 13px; color: #9A968C; margin-top: 20px; text-align: center; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-wrap { max-width: 820px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid #E7E2D6; border-radius: 14px; padding: 20px 24px; cursor: pointer; }
.faq-list summary { list-style: none; font-weight: 800; font-size: 17px; color: #0E0E11; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .plus { color: #FF4A1C; font-size: 22px; font-weight: 400; flex-shrink: 0; }
.faq-list details[open] summary .plus { display: inline-block; transform: rotate(45deg); }
.faq-list details p { font-size: 15.5px; line-height: 1.65; color: #5A574F; margin-top: 14px; }
.faq-cta { margin-top: 32px; text-align: center; }

/* ==========================================================================
   Blog
   ========================================================================== */
.post-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 18px; }
.post-card .slot { width: 100%; aspect-ratio: 16/9; }
.post-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.post-card .cat { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: #0E0E11; background: #FFC23B; padding: 4px 10px; border-radius: 100px; }
.post-card .read { font-size: 12.5px; color: #9A968C; font-weight: 600; }
.post-card .title { font-family: 'Archivo Black', sans-serif; font-size: 22px; line-height: 1.05; text-transform: uppercase; color: #0E0E11; margin-bottom: 12px; }
.post-card .excerpt { font-size: 14.5px; line-height: 1.55; color: #5A574F; margin-bottom: 16px; }
.post-card .go { margin-top: auto; font-weight: 800; font-size: 14px; color: #0E0E11; }

/* Artículo */
.article-hero { max-width: 820px; margin: 0 auto; padding: clamp(44px, 6vw, 80px) 24px; }
.article-hero .chip { font-size: 11px; letter-spacing: 1px; padding: 5px 12px; }
.article-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(32px, 4.6vw, 60px); line-height: 1; text-transform: uppercase; }
.article-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.article-body { max-width: 820px; margin: 0 auto; padding: clamp(36px, 4vw, 64px) 24px clamp(48px, 6vw, 90px); }
.article-body .thumb { width: 100%; aspect-ratio: 16/9; border-radius: 16px; margin-bottom: 36px; }
.article-body .intro { font-size: 19px; line-height: 1.7; color: #0E0E11; font-weight: 500; margin-bottom: 26px; }
.article-body p { font-size: 17px; line-height: 1.75; color: #3A3833; margin-bottom: 20px; }
.article-body h2 { font-family: 'Archivo Black', sans-serif; font-size: 28px; text-transform: uppercase; color: #0E0E11; margin: 34px 0 14px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; font-size: 17px; line-height: 1.75; color: #3A3833; }
/* Contenido del blog justificado (solo posts), con guionado para evitar huecos feos. */
.article-body--justify > p, .article-body--justify > .intro { text-align: justify; hyphens: auto; -webkit-hyphens: auto; }
.article-cta { background: #0E0E11; color: #F6F3EC; border-radius: 20px; padding: 36px; text-align: center; }
.article-cta .t { font-family: 'Archivo Black', sans-serif; font-size: 26px; text-transform: uppercase; margin-bottom: 14px; }
.article-cta p { font-size: 16px; color: #B7B4BC; margin-bottom: 22px; }

/* ==========================================================================
   Contacto
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.contact-form { background: #fff; border: 1px solid #E7E2D6; border-radius: 20px; padding: clamp(26px, 3vw, 40px); }
.contact-form .t { font-family: 'Archivo Black', sans-serif; font-size: 24px; text-transform: uppercase; color: #0E0E11; margin-bottom: 22px; }
.contact-form__rows { display: flex; flex-direction: column; gap: 16px; }
.contact-form .pair { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-form label { font-size: 13px; font-weight: 700; color: #3A3833; display: block; }
.contact-form .pair label { flex: 1; min-width: 160px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #DAD4C6; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 15px; background: #FAF8F3; color: #0E0E11;
}
.contact-form textarea { resize: vertical; }
.contact-form .btn-send { text-align: center; padding: 15px; background: #FF4A1C; color: #0E0E11; font-weight: 800; border-radius: 12px; margin-top: 4px; display: block; }
.contact-side { display: flex; flex-direction: column; gap: 14px; }
.contact-tile { border-radius: 16px; padding: 24px; display: block; }
.contact-tile--dark { background: #0E0E11; color: #F6F3EC; }
.contact-tile--light { background: #fff; border: 1px solid #E7E2D6; }
.contact-tile .lab { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; margin-bottom: 8px; }
.contact-tile--dark .lab { color: #FFC23B; }
.contact-tile--light .lab { color: #FF4A1C; }
.contact-tile .big { font-family: 'Archivo Black', sans-serif; font-size: 26px; }
.contact-tile .mail { font-weight: 800; font-size: 18px; color: #0E0E11; }
.contact-sedes { display: flex; flex-direction: column; gap: 12px; }
.contact-sedes a { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.contact-sedes .n { font-weight: 700; color: #0E0E11; font-size: 15px; }
.contact-sedes .r { font-size: 13px; color: #9A968C; }

/* ==========================================================================
   Legal
   ========================================================================== */
.legal-hero { max-width: 820px; margin: 0 auto; padding: clamp(44px, 6vw, 80px) 24px; }
.legal-hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(32px, 5vw, 64px); line-height: 1; text-transform: uppercase; margin-bottom: 14px; }
.legal-hero p { font-size: 16px; color: #B7B4BC; line-height: 1.6; }
.legal-body { max-width: 820px; margin: 0 auto; padding: clamp(40px, 5vw, 72px) 24px; }
.legal-body p { font-size: 16.5px; line-height: 1.75; color: #3A3833; margin-bottom: 18px; }
.legal-body h2 { font-family: 'Archivo Black', sans-serif; font-size: 26px; text-transform: uppercase; color: #0E0E11; margin: 30px 0 12px; }
.legal-body .note { font-size: 14px; line-height: 1.7; color: #9A968C; }

/* ==========================================================================
   Footer
   ========================================================================== */
.re-footer { background: #0E0E11; color: #F6F3EC; border-top: 1px solid rgba(255,255,255,.08); }
.re-footer__in { max-width: 1240px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) 24px 32px; }
.re-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.re-footer__logo img { height: 56px; width: auto; display: block; }
.re-footer__about { font-size: 14px; line-height: 1.6; color: #8B8890; max-width: 300px; margin: 18px 0 20px; }
.re-footer__social { display: flex; gap: 10px; }
.re-footer__social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.re-footer .col-t { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: #FF7A54; margin-bottom: 16px; }
.re-footer .col-links { display: flex; flex-direction: column; gap: 11px; }
.re-footer .col-links a { font-size: 14px; color: #B7B4BC; }
.re-footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.re-footer__bottom .copy { font-size: 13px; color: #6C6972; }
.re-footer__bottom .legal-links { display: flex; gap: 20px; }
.re-footer__bottom .legal-links a { font-size: 13px; color: #6C6972; }

/* ==========================================================================
   Responsive (colapso de columnas en móvil)
   ========================================================================== */
@media (max-width: 800px) {
  .inst-hero, .side-hero, .learn-grid, .sede-detail, .sede-row, .contact-grid, .duo, .combo-grid { grid-template-columns: 1fr; }
  .re-footer__grid { grid-template-columns: 1fr 1fr; }
  .sede-row .slot { min-height: 200px; }
}
@media (max-width: 880px) {
  .learn-cards--wide { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .learn-cards, .learn-cards--wide { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .re-footer__grid { grid-template-columns: 1fr; }
}
