/* ============================================================
   ÉduDéCi — Feuille de style v2.0
   Charte : Vert #7AC943 · Bleu #2BA4D8 · Dark #1A1A2E
   Montserrat (titres) · Open Sans (corps)
   ============================================================ */

:root {
  --edu-green: #7AC943;
  --edu-blue: #2BA4D8;
  --edu-dark: #1A1A2E;
  --edu-dark-alt: #2D2D44;
  --edu-white: #FFFFFF;
  --edu-light: #F4F6F8;
  --edu-green-light: #A8E06C;
  --edu-blue-light: #6CC4E8;
  --edu-ink: #1A1A2E;
  --edu-muted: #5b6473;
  --edu-line: #e7ebf0;
  --edu-gradient: linear-gradient(135deg, #7AC943, #2BA4D8);
  --edu-gradient-night: linear-gradient(150deg, #14142a 0%, #1A1A2E 38%, #243a52 78%, #1d5b78 100%);
  --edu-gradient-green: linear-gradient(180deg, #A8E06C 0%, #7AC943 100%);
  --edu-radius-sm: 8px;
  --edu-radius-md: 12px;
  --edu-radius-lg: 18px;
  --edu-radius-xl: 26px;
  --edu-font-display: 'Montserrat', sans-serif;
  --edu-font-body: 'Open Sans', sans-serif;
  --sh-sm: 0 1px 3px rgba(16,24,40,0.06);
  --sh-md: 0 4px 18px rgba(16,24,40,0.08);
  --sh-lg: 0 14px 38px rgba(16,24,40,0.13);
  --sh-xl: 0 26px 60px rgba(16,24,40,0.18);
  --nav-h: 76px;
  --maxw: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--edu-font-body);
  color: var(--edu-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }

/* Surcharge WordPress / Elementor / Hello Elementor */
.edu-body a, .elementor-template-canvas a { color: inherit; text-decoration: none; }
.edu-footer a, .edu-footer ul a, .edu-footer li a, .edu-footer .contact-row a, .edu-footer-bottom a { color: rgba(255,255,255,.70) !important; text-decoration: none !important; }
.edu-footer a:hover, .edu-footer ul a:hover, .edu-footer li a:hover { color: var(--edu-green-light) !important; }
.edu-footer-bottom a:hover { color: #fff !important; }
.page-content a, .entry-content a, .site-content a { text-decoration: none; color: inherit; }
h1,h2,h3,h4,h5,h6 { font-family: var(--edu-font-display); color: var(--edu-ink); line-height: 1.12; letter-spacing: -0.02em; }

/* ── Typographie ── */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--edu-font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--edu-green); }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--edu-gradient); }
.eyebrow.center { justify-content: center; }
.eyebrow.on-dark { color: var(--edu-green-light); }
.display { font-weight: 800; font-size: clamp(36px,5.5vw,62px); }
.h1 { font-weight: 800; font-size: clamp(28px,4vw,44px); }
.h2 { font-weight: 800; font-size: clamp(24px,3.2vw,36px); }
.h3 { font-weight: 700; font-size: 22px; }
.lead { font-size: clamp(15px,1.4vw,18px); color: var(--edu-muted); line-height: 1.72; }
.text-grad { background: var(--edu-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ── Boutons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--edu-font-display); font-weight: 700; font-size: 14.5px; padding: 14px 26px; border-radius: var(--edu-radius-sm); border: 2px solid transparent; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s, color .22s; white-space: nowrap; line-height: 1; text-decoration: none !important; }
.btn svg { width: 18px; height: 18px; }
.btn-grad { background: var(--edu-gradient); color: #fff !important; box-shadow: 0 8px 22px rgba(43,164,216,.28); }
.btn-grad:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(43,164,216,.38); color: #fff !important; }
.btn-green { background: var(--edu-green); color: #fff !important; box-shadow: 0 8px 22px rgba(122,201,67,.30); }
.btn-green:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(122,201,67,.40); }
.btn-dark { background: var(--edu-dark); color: #fff !important; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.btn-outline { background: transparent; border-color: var(--edu-blue); color: var(--edu-blue) !important; }
.btn-outline:hover { background: var(--edu-blue); color: #fff !important; transform: translateY(-3px); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.45); color: #fff !important; }
.btn-outline-light:hover { border-color: var(--edu-blue-light); background: rgba(108,196,232,.14); transform: translateY(-3px); }
.btn-white { background: #fff; color: var(--edu-dark) !important; }
.btn-white:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* ── Navigation ── */
.edu-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h); display: flex; align-items: center; transition: background .3s, box-shadow .3s; }
.edu-nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.edu-nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none !important; }
.edu-nav-logo img { width: 46px; height: 46px; object-fit: contain; }
.edu-nav-logo .wm { font-family: var(--edu-font-display); font-weight: 900; font-size: 21px; letter-spacing: -.02em; }
.edu-nav-logo .wm .a { color: var(--edu-blue); }
.edu-nav-logo .wm .b { color: var(--edu-green); }
.edu-nav-links { display: flex; align-items: center; gap: 4px; }
.edu-nav-links a { font-family: var(--edu-font-display); font-weight: 600; font-size: 14.5px; padding: 9px 14px; border-radius: 8px; color: rgba(255,255,255,.85) !important; transition: color .2s, background .2s; position: relative; text-decoration: none !important; }
.edu-nav-links a:hover { color: #fff !important; background: rgba(255,255,255,.10); }
.edu-nav-links a.active { color: #fff !important; }
.edu-nav-links a.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px; border-radius: 2px; background: var(--edu-gradient); }
.edu-nav-cta { display: flex; align-items: center; gap: 12px; }
.edu-nav.scrolled { background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 2px 24px rgba(16,24,40,.08); }
.edu-nav.scrolled .edu-nav-links a { color: var(--edu-ink) !important; }
.edu-nav.scrolled .edu-nav-links a:hover { background: var(--edu-light); }
.edu-nav.scrolled .edu-nav-links a.active { color: var(--edu-blue) !important; }
.edu-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.edu-burger span { width: 24px; height: 2.5px; border-radius: 2px; background: #fff; transition: .3s; display: block; }
.edu-nav.scrolled .edu-burger span { background: var(--edu-ink); }
.edu-mobile-menu { position: fixed; inset: 0; z-index: 999; background: var(--edu-gradient-night); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .3s, transform .3s; }
.edu-mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.edu-mobile-menu a { font-family: var(--edu-font-display); font-weight: 700; font-size: 24px; color: #fff !important; padding: 12px 24px; opacity: .9; text-decoration: none !important; }
.edu-mobile-menu a:hover { color: var(--edu-green-light) !important; opacity: 1; }
.edu-mobile-menu .btn { margin-top: 18px; }

/* ── Sections ── */
.edu-section { padding: clamp(64px,9vw,110px) 0; position: relative; }
.edu-section.tight { padding: clamp(48px,6vw,76px) 0; }
.bg-light { background: var(--edu-light); }
.bg-dark { background: var(--edu-dark); color: #fff; }
.sec-head { max-width: 640px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head .lead { margin-top: 16px; }

/* ── Hero page interne ── */
.edu-page-hero { position: relative; background: var(--edu-gradient-night); color: #fff; overflow: hidden; padding: calc(var(--nav-h) + 60px) 0 72px; }
.edu-page-hero .glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; filter: blur(130px); pointer-events: none; }
.edu-page-hero .glow.a { background: var(--edu-green); top: -200px; right: 8%; opacity: .26; }
.edu-page-hero .glow.b { background: var(--edu-blue); bottom: -280px; left: -120px; opacity: .28; }
.edu-page-hero h1 { color: #fff; }
.edu-page-hero .lead { color: rgba(255,255,255,.78); max-width: 600px; margin-top: 16px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 20px; font-family: var(--edu-font-display); font-weight: 600; }
.breadcrumb a { color: rgba(255,255,255,.6) !important; }
.breadcrumb a:hover { color: var(--edu-green-light) !important; }
.breadcrumb span { opacity: .45; }

/* ── Cartes ── */
.edu-card { background: #fff; border-radius: var(--edu-radius-lg); border: 1px solid var(--edu-line); box-shadow: var(--sh-md); overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.edu-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.card-strip { height: 6px; background: var(--edu-gradient); }
.badge { display: inline-block; padding: 5px 13px; border-radius: 30px; font-family: var(--edu-font-display); font-weight: 700; font-size: 11px; letter-spacing: .04em; background: rgba(122,201,67,.14); color: #5a9e26; }
.badge.blue { background: rgba(43,164,216,.14); color: #1a7eac; }
.badge.amber { background: rgba(245,158,11,.16); color: #b4790a; }
.badge.dark { background: rgba(26,26,46,.10); color: var(--edu-dark); }
.arrow-link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--edu-font-display); font-weight: 700; font-size: 14px; color: var(--edu-blue) !important; }
.arrow-link svg { width: 16px; height: 16px; transition: transform .2s; }
.arrow-link:hover svg { transform: translateX(4px); }

/* ── Grilles ── */
.edu-grid { display: grid; gap: 26px; }
.edu-g-2 { grid-template-columns: repeat(2,1fr); }
.edu-g-3 { grid-template-columns: repeat(3,1fr); }
.edu-g-4 { grid-template-columns: repeat(4,1fr); }

/* ── Déco ── */
.tri-field { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.tri { position: absolute; width: 0; height: 0; border-left: var(--s) solid transparent; border-right: var(--s) solid transparent; border-bottom: calc(var(--s)*1.5) solid var(--c); opacity: .5; }

/* ── Footer ── */
.edu-footer { background: var(--edu-dark); color: rgba(255,255,255,.70); padding: 72px 0 28px; position: relative; overflow: hidden; }
.edu-footer * { box-sizing: border-box; }
.edu-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; position: relative; z-index: 1; }
.edu-footer h4 { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; font-family: var(--edu-font-display); }
.edu-footer .brand-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.edu-footer .brand-logo img { width: 48px; height: 48px; object-fit: contain; }
.edu-footer .brand-logo .wm { font-family: var(--edu-font-display); font-weight: 900; font-size: 20px; }
.edu-footer .brand-logo .wm .a { color: var(--edu-blue-light); }
.edu-footer .brand-logo .wm .b { color: var(--edu-green-light); }
.edu-footer .brand-tagline { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.6; max-width: 280px; margin-bottom: 22px; }
.edu-footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.edu-footer ul li a { font-size: 14px; color: rgba(255,255,255,.70) !important; transition: color .2s; text-decoration: none !important; }
.edu-footer ul li a:hover { color: var(--edu-green-light) !important; }
.edu-footer .contact-row { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; margin-bottom: 14px; color: rgba(255,255,255,.70); }
.edu-footer .contact-row svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--edu-green-light); }
.socials { display: flex; gap: 10px; margin-top: 8px; }
.socials a { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); transition: background .25s, transform .25s; color: #fff !important; }
.socials a:hover { background: var(--edu-gradient); transform: translateY(-3px); }
.socials svg { width: 19px; height: 19px; }
.edu-footer-bottom { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.45); position: relative; z-index: 1; }

/* ── Animations ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.shown { opacity: 1 !important; transform: none !important; transition: none !important; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } html { scroll-behavior: auto; } }

/* ── Images ── */
.edu-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.edu-img-rounded { border-radius: var(--edu-radius-lg); }

/* ═══ CONTACT ═══ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.info-card { background: var(--edu-dark); color: #fff; border-radius: var(--edu-radius-lg); padding: 38px 34px; position: relative; overflow: hidden; }
.info-card h3 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.info-card .sub { color: rgba(255,255,255,.60); font-size: 14px; margin-bottom: 28px; }
.info-row { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 22px; position: relative; z-index: 1; }
.info-row .ic { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.info-row .ic svg { width: 22px; height: 22px; color: var(--edu-green-light); }
.info-row .k { font-size: 11px; color: rgba(255,255,255,.50); font-family: var(--edu-font-display); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.info-row .v { font-size: 15px; color: #fff; margin-top: 3px; line-height: 1.45; }
.info-card .socials { margin-top: 30px; position: relative; z-index: 1; }
.info-card .tri-deco { position: absolute; bottom: -40px; right: -30px; opacity: .10; }
.form-card { background: #fff; border-radius: var(--edu-radius-lg); padding: 38px 34px; box-shadow: var(--sh-lg); border: 1px solid var(--edu-line); }
.form-card h3 { font-size: 22px; margin-bottom: 6px; }
.form-card .sub { color: var(--edu-muted); font-size: 14px; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--edu-font-display); font-weight: 700; font-size: 13px; color: var(--edu-ink); margin-bottom: 7px; }
.field input,.field select,.field textarea { width: 100%; padding: 13px 15px; border-radius: var(--edu-radius-sm); border: 1.5px solid var(--edu-line); font-size: 14.5px; font-family: var(--edu-font-body); outline: none; transition: border-color .2s, box-shadow .2s; background: #fff; color: var(--edu-ink); }
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--edu-blue); box-shadow: 0 0 0 3px rgba(43,164,216,.12); }
.field input::placeholder,.field textarea::placeholder { color: #b0b8c4; }
.form-success { display: none; align-items: center; gap: 10px; background: rgba(16,185,129,.10); color: #047857; border-radius: var(--edu-radius-sm); padding: 13px 16px; font-size: 14px; font-weight: 600; margin-bottom: 18px; border: 1px solid rgba(16,185,129,.20); }
.form-success svg { width: 20px; height: 20px; flex-shrink: 0; }
.map-wrap { border-radius: var(--edu-radius-lg); overflow: hidden; box-shadow: var(--sh-md); border: 1px solid var(--edu-line); height: 380px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ═══ ACTUALITÉS ═══ */
.featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; border-radius: var(--edu-radius-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--edu-line); margin-bottom: 48px; background: #fff; }
.featured img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.featured .feat-body { padding: 44px 38px; display: flex; flex-direction: column; justify-content: center; }
.featured .feat-body h2 { font-size: clamp(22px,2.4vw,30px); margin: 14px 0 14px; line-height: 1.22; }
.featured .feat-body p { font-size: 15px; color: var(--edu-muted); margin-bottom: 22px; line-height: 1.6; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filter-btn { padding: 9px 20px; border-radius: 30px; border: 1.5px solid var(--edu-line); background: #fff; font-family: var(--edu-font-display); font-weight: 700; font-size: 13px; color: var(--edu-muted); cursor: pointer; transition: .22s; }
.filter-btn:hover { border-color: var(--edu-blue); color: var(--edu-blue); }
.filter-btn.active { background: var(--edu-gradient); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(43,164,216,.26); }
.art-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--edu-radius-lg); border: 1px solid var(--edu-line); box-shadow: var(--sh-md); overflow: hidden; transition: transform .28s, box-shadow .28s; }
.art-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.art-card .art-img { position: relative; overflow: hidden; }
.art-card .art-img img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform .4s; }
.art-card:hover .art-img img { transform: scale(1.04); }
.art-card .cat-tag { position: absolute; top: 14px; left: 14px; }
.art-card .art-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.art-card .art-date { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--edu-muted); font-family: var(--edu-font-display); font-weight: 600; margin-bottom: 10px; }
.art-card .art-date svg { width: 15px; height: 15px; color: var(--edu-green); }
.art-card h3 { font-size: 19px; line-height: 1.28; margin-bottom: 10px; color: var(--edu-ink); }
.art-card p { font-size: 14px; color: var(--edu-muted); flex: 1; margin-bottom: 16px; line-height: 1.6; }
.feat-date { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--edu-muted); font-family: var(--edu-font-display); font-weight: 600; margin-bottom: 18px; }
.feat-date svg { width: 15px; height: 15px; color: var(--edu-green); flex-shrink: 0; }
.pagination { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 56px; }
.pagination a,.pagination button { width: 42px; height: 42px; border-radius: 11px; border: 1.5px solid var(--edu-line); background: #fff; font-family: var(--edu-font-display); font-weight: 700; font-size: 14px; color: var(--edu-ink) !important; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; text-decoration: none !important; }
.pagination .active { background: var(--edu-dark); color: #fff !important; border-color: var(--edu-dark); }
.pagination a:hover:not(.active),.pagination button:hover:not(.active) { border-color: var(--edu-blue); color: var(--edu-blue) !important; }
.pagination svg { width: 18px; height: 18px; }

/* ═══ GALERIE ═══ */
.gal-grid { columns: 3; gap: 16px; }
.gal-item { break-inside: avoid; border-radius: var(--edu-radius-md); overflow: hidden; cursor: pointer; margin-bottom: 16px; position: relative; }
.gal-item img { width: 100%; display: block; transition: transform .4s, filter .4s; }
.gal-item:hover img { transform: scale(1.04); filter: brightness(1.06); }
.gal-item .gal-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,.7) 0%, transparent 60%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 16px; }
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-item .gal-caption { color: #fff; font-size: 13px; font-weight: 600; font-family: var(--edu-font-display); }
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(14,14,28,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox .lb-img { max-width: 860px; width: 100%; }
.lightbox .lb-img img { width: 100%; border-radius: var(--edu-radius-md); box-shadow: var(--sh-xl); }
.lightbox .lb-cap { color: rgba(255,255,255,.75); font-size: 14px; margin-top: 14px; text-align: center; }
.lightbox .lb-close { position: absolute; top: 20px; right: 24px; background: rgba(255,255,255,.10); border: 0; color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lightbox .lb-close:hover { background: rgba(255,255,255,.20); }

/* ═══ HOME ═══ */
.edu-hero { position: relative; background: var(--edu-gradient-night); color: #fff; overflow: hidden; padding: calc(var(--nav-h) + 80px) 0 100px; }
.edu-hero .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.edu-hero .hero-img { border-radius: var(--edu-radius-xl); overflow: hidden; box-shadow: var(--sh-xl); }
.edu-hero .hero-img img { width: 100%; height: 480px; object-fit: cover; display: block; }
.edu-hero .hero-mini { display: flex; gap: 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); flex-wrap: wrap; }
.edu-hero .hero-mini .m { display: flex; flex-direction: column; gap: 2px; }
.edu-hero .hero-mini .mval { font-family: var(--edu-font-display); font-weight: 900; font-size: 24px; color: var(--edu-green-light); }
.edu-hero .hero-mini .mlbl { font-size: 12px; color: rgba(255,255,255,.6); }
.edu-hero .hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.edu-hero .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; padding: 7px 16px; font-size: 13px; color: rgba(255,255,255,.75); font-family: var(--edu-font-display); font-weight: 600; margin-bottom: 20px; }
.stat-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--edu-gradient); flex-shrink: 0; }
.stat-icon svg { width: 26px; height: 26px; color: #fff; }
.stat-val { font-family: var(--edu-font-display); font-weight: 900; font-size: clamp(30px,4vw,42px); color: var(--edu-dark); line-height: 1; }
.stat-lbl { font-size: 14px; color: var(--edu-muted); margin-top: 4px; font-weight: 600; font-family: var(--edu-font-display); }
.prog-card { border-radius: var(--edu-radius-lg); background: #fff; box-shadow: var(--sh-md); border: 1px solid var(--edu-line); overflow: hidden; transition: transform .28s, box-shadow .28s; }
.prog-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.prog-card .pc-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.prog-card .pc-icon svg { width: 28px; height: 28px; }
.prog-card-body { padding: 28px 26px 26px; }
.prog-card h3 { font-size: 19px; margin: 14px 0 10px; }
.prog-card p { font-size: 14px; color: var(--edu-muted); line-height: 1.65; }
[data-carousel] { overflow: hidden; }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.carousel-track > * { flex: 0 0 100%; }
.carousel-slide { background: #fff; border-radius: var(--edu-radius-lg); padding: 40px 44px; box-shadow: var(--sh-md); border: 1px solid var(--edu-line); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: var(--edu-line); cursor: pointer; transition: background .2s, transform .2s; padding: 0; }
.carousel-dot.active { background: var(--edu-blue); transform: scale(1.25); }
.carousel-quote { font-size: 48px; line-height: 1; font-family: var(--edu-font-display); font-weight: 900; background: var(--edu-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 16px; }
.carousel-text { font-size: 17px; color: var(--edu-muted); line-height: 1.7; font-style: italic; margin-bottom: 24px; }
.carousel-author { display: flex; align-items: center; gap: 14px; }
.carousel-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--edu-line); }
.carousel-name { font-weight: 700; font-size: 16px; font-family: var(--edu-font-display); }
.carousel-role { font-size: 13px; color: var(--edu-muted); }
.carousel-nav { display: flex; gap: 10px; margin-top: 28px; justify-content: center; }
.carousel-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--edu-line); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; color: var(--edu-ink); }
.carousel-btn:hover { border-color: var(--edu-blue); color: var(--edu-blue); }
.carousel-btn svg { width: 20px; height: 20px; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 980px) {
  .edu-nav-links { display: none; }
  .edu-nav-cta .btn:not(.edu-burger) { display: none; }
  .edu-burger { display: flex; }
  .edu-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .edu-g-4 { grid-template-columns: repeat(2,1fr); }
  .edu-g-3 { grid-template-columns: repeat(2,1fr); }
  .edu-hero .hero-grid { grid-template-columns: 1fr; }
  .edu-hero .hero-img { display: none; }
  .featured { grid-template-columns: 1fr; }
  .featured img { min-height: 240px; height: 240px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .gal-grid { columns: 2; }
  .prog-block { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .edu-g-2,.edu-g-3,.edu-g-4 { grid-template-columns: 1fr; }
  .edu-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .edu-footer { padding: 52px 0 24px; }
  .edu-hero { padding: calc(var(--nav-h) + 48px) 0 64px; }
  .edu-hero .hero-btns { flex-direction: column; }
  .edu-hero .hero-btns .btn { width: 100%; justify-content: center; }
  .edu-section { padding: clamp(44px,8vw,80px) 0; }
  .featured { grid-template-columns: 1fr; }
  .featured img { height: 200px; min-height: 200px; }
  .featured .feat-body { padding: 24px 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .info-card,.form-card { padding: 26px 22px; }
  .gal-grid { columns: 1; }
  .carousel-slide { padding: 28px 22px; }
  .carousel-text { font-size: 15px; }
  .edu-page-hero { padding: calc(var(--nav-h) + 40px) 0 52px; }
  .btn { font-size: 14px; padding: 13px 22px; }
  .map-wrap { height: 260px; }
  .edu-footer-bottom { flex-direction: column; text-align: center; }
  .edu-footer .brand-tagline { max-width: 100%; }
}
