/* SUP'RH Landing Pages 2026/2027 - Premium Editorial (HEM-inspired) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }
body {
    font-family: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-optical-sizing: auto;
    line-height: 1.55;
    color: #07181E;
    background: #FBFBFA;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #00405D; text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: 0.78; }

:root {
    --navy: #00405D;
    --navy-deep: #002B40;
    --navy-soft: #1A4C68;
    --gold: #b62328;
    --gold-bright: #b03a3f;
    --gold-light: #56a9d5;
    --bg: #FBFBFA;
    --bg-soft: #F5F4F0;
    --bg-card: #ffffff;
    --text: #07181E;
    --text-soft: #5C6A6F;
    --text-muted: #7A8488;
    --border: #E8E5DD;
    --border-strong: #e7edf1;
    --accent-red: #b62328;
    --shadow-sm: 0 1px 2px rgba(7,24,30,0.04);
    --shadow-md: 0 4px 16px rgba(7,24,30,0.06);
    --shadow-lg: 0 20px 50px rgba(7,24,30,0.12);
    --shadow-xl: 0 30px 80px rgba(7,24,30,0.18);
}

h1, h2, h3, h4 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--navy);
    line-height: 1.08;
}

.text-white {
    color: #fff !important;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* ===== TOP BAND ===== */
.topband {
    background: var(--navy-deep);
    color: rgba(255,255,255,0.92);
    padding: 9px 0;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
}
.topband strong { color: var(--gold-light); font-weight: 600; }

/* ===== HEADER ===== */
.site-header {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    position: sticky; top: 0; z-index: 100;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo:hover { opacity: 1; }
.logo img { display: block; width: 110px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-name { font-weight: 800; font-size: 21px; color: var(--navy); letter-spacing: -0.04em; }
.logo-tag { font-size: 10px; color: var(--text-muted); font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; }
.nav-cta { display: flex; gap: 18px; align-items: center; }
.header-tel { font-size: 13.5px; color: var(--text-soft); font-weight: 600; }
.header-tel a { color: var(--text-soft); }
.btn-header {
    display: inline-block;
    background: var(--gold);
    color: white;
    padding: 11px 22px;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    transition: all .2s ease;
    box-shadow: 0 1px 0 var(--gold-bright) inset, 0 2px 8px rgba(182,35,40,0.25);
}
.btn-header:hover { background: var(--gold-bright); color: white; opacity: 1; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(182,35,40,0.35); }
@media (max-width: 600px) {
    .logo-tag { display: none; }
    .header-tel { display: none; }
    .logo img { width: 100px; height: auto; }
    .logo-name { font-size: 16px; }
    .logo { gap: 8px; }
    .nav-inner { gap: 10px; }
    .btn-header { padding: 9px 14px; font-size: 12.5px; white-space: nowrap; }
    .site-header { padding: 10px 0; }
    .container { padding: 0 16px; }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    background-color: var(--navy-deep);
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    padding: 56px 0 72px;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: left center;
}
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(110deg, rgba(0,30,48,0.96) 0%, rgba(0,43,64,0.88) 40%, rgba(0,64,93,0.55) 100%);
}
.hero::after {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 2;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.hero-inner { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 0.9fr 100px; gap: 56px; align-items: start; }
.hero-eyebrow {
    display: inline-block;
    color: var(--gold-light);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(86, 169, 213, 0.4);
    width: fit-content;
}
.hero-content h1 {
    font-size: clamp(32px, 4.8vw, 56px);
    line-height: 1.04;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.hero-content h1 .h1-accent {
    color: var(--gold-light);
    font-style: italic;
    font-weight: 500;
    font-family: 'Bricolage Grotesque', serif;
}
.hero-lede {
    font-size: clamp(15.5px, 1.5vw, 17.5px);
    color: rgba(255,255,255,0.82);
    margin-bottom: 24px;
    line-height: 1.6;
    max-width: 580px;
    font-weight: 400;
}
.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.18);
    margin-top: 32px;
    max-width: 600px;
}
.hero-meta .m {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.hero-meta .m:first-child { padding-left: 0; }
.hero-meta .m:last-child { padding-right: 0; border-right: none; }
.hero-meta .v {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
.hero-meta .lbl {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.78);
    font-weight: 500;
    line-height: 1.4;
}
.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 520px;
}
.hero-highlights li {
    position: relative;
    padding-left: 26px;
    font-size: clamp(14.5px, 1.4vw, 16px);
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    line-height: 1.5;
}
.hero-highlights.fm li {
    color: #00405D !important;
}
.hero-highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold-light);
    font-weight: 700;
}
.hero-flags { font-size: 22px; margin-bottom: 12px; display: flex; gap: 6px; }
.hero-badge-master {
    position: absolute; top: 24px; right: 24px;
    width: 110px; height: 110px;
    z-index: 3;
}
.hero-badge-master img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4)); }

/* ===== FORM CARD ===== */
.form-card {
    background: white;
    color: var(--text);
    border-radius: 8px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    position: sticky;
    top: 88px;
}
.form-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: white;
    padding: 22px 26px;
    border-bottom: 3px solid var(--gold-bright);
    position: relative;
}
.form-header::after {
    content: ""; position: absolute; bottom: -3px; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 50%, var(--gold) 100%);
}
.form-header h3 { font-size: 18px; font-weight: 700; margin-bottom: 4px; color: white; letter-spacing: -0.01em; }
.form-header p { font-size: 13px; opacity: 0.85; font-weight: 400; }
.form-body { padding: 0; position: relative; min-height: 620px; }
.form-body iframe { display: block; width: 100% !important; min-height: 620px; border: none; position: relative; z-index: 2; }
.form-skeleton { position: absolute; inset: 16px; z-index: 1; display: flex; flex-direction: column; gap: 14px; padding: 20px 8px; pointer-events: none; }
.sk-row { height: 48px; background: linear-gradient(90deg, #F0EDE3 25%, #E8E5DD 50%, #F0EDE3 75%); background-size: 200% 100%; border-radius: 4px; animation: shimmer 1.4s ease-in-out infinite; }
.sk-row.sk-btn { height: 52px; background: linear-gradient(90deg, #e7edf1 25%, #8d949a 50%, #e7edf1 75%); background-size: 200% 100%; }
.sk-loading { text-align: center; color: var(--text-soft); font-size: 13px; font-weight: 500; margin-top: 4px; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ===== TRUST BAR ===== */
.trust-bar {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--border);
    padding: 28px 0;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; align-items: center; }
.trust-item { text-align: center; }
.trust-value { font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 4px; }
.trust-label { font-size: 12.5px; color: var(--text-soft); font-weight: 500; line-height: 1.4; }

/* ===== SECTIONS ===== */
section { padding: 90px 0; }
.section-header { max-width: 780px; margin: 0 auto 56px; }
.section-header.left { margin-left: 0; text-align: left; }
.section-header h2 {
    font-size: clamp(30px, 3.6vw, 44px);
    color: var(--navy);
    margin-bottom: 14px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.section-header.center { text-align: center; }
.section-header p { font-size: 17px; color: var(--text-soft); line-height: 1.6; }
.section-eyebrow {
    display: inline-block;
    color: var(--gold-bright);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gold-light);
}

/* ===== USP CARDS ===== */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.usp-card {
    background: white;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
    border: 1px solid var(--border);
}
.usp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.usp-img { height: 220px; background-size: cover; background-position: center; }
.usp-body { padding: 28px 26px; }
.usp-num { font-size: 13px; font-weight: 700; color: var(--gold-bright); letter-spacing: 0.08em; margin-bottom: 10px; }
.usp-body h3 { font-size: 21px; color: var(--navy); margin-bottom: 12px; line-height: 1.2; font-weight: 700; letter-spacing: -0.015em; }
.usp-body p { font-size: 15px; color: var(--text-soft); line-height: 1.65; }

/* ===== PARCOURS TIMELINE ===== */
.parcours { background: var(--bg-soft); }
.parcours-track {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}
.parcours-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); display: flex; flex-direction: column; }
.parcours-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.parcours-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,43,64,0.65) 100%); }
.parcours-img .flag { position: absolute; top: 16px; left: 16px; font-size: 30px; background: white; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: var(--shadow-md); }
.parcours-img .duration { position: absolute; bottom: 18px; left: 18px; color: white; z-index: 1; }
.parcours-img .duration .years { font-size: 36px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.parcours-img .duration .label { font-size: 13px; opacity: 0.9; font-weight: 500; }
.parcours-body { padding: 22px 26px; flex: 1; }
.parcours-body h3 { font-size: 19px; color: var(--navy); margin-bottom: 6px; }
.parcours-body p { font-size: 14px; color: var(--text-soft); line-height: 1.55; }
.parcours-arrow { display: flex; align-items: center; justify-content: center; font-size: 38px; color: var(--gold-bright); font-weight: 300; line-height: 1; }

/* ===== SPEC GRID ===== */
.spec-section { background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1000px; margin: 0 auto; }
.spec-card { text-align: left; padding: 32px 26px; border-right: 1px solid var(--border); position: relative; }
.spec-card:last-child { border-right: none; }
.spec-card .label { font-size: 11px; text-transform: uppercase; color: var(--text-muted); font-weight: 600; letter-spacing: 0.1em; margin-bottom: 8px; }
.spec-card .value { font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.015em; }

/* ===== TWO-COL CONTENT ===== */
.content-section { background: var(--bg); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.content-block h3 { font-size: 26px; color: var(--navy); margin-bottom: 22px; font-weight: 700; letter-spacing: -0.02em; padding-bottom: 14px; border-bottom: 2px solid var(--gold); display: inline-block; }
.content-block ul { list-style: none; padding-left: 0; }
.content-block li { padding: 12px 0 12px 28px; position: relative; color: var(--text); font-size: 15px; line-height: 1.6; border-bottom: 1px solid var(--border); }
.content-block li:last-child { border-bottom: none; }
.content-block li::before { content: ""; position: absolute; left: 0; top: 19px; width: 14px; height: 2px; background: var(--gold-bright); }
.content-block li.bullet { font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--border-strong); }
.content-block li.bullet::before { background: var(--navy); height: 3px; top: 18px; }

/* ===== HIGHLIGHT FULL-WIDTH ===== */
.highlight-section {
    background-color: var(--navy-deep);
    background-size: cover; background-position: center; background-blend-mode: overlay;
    position: relative; overflow: hidden;
}
.highlight-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(0,43,64,0.95) 0%, rgba(0,43,64,0.82) 100%); }
.highlight-section .container { position: relative; }
.highlight-content { max-width: 820px; margin: 0 auto; color: white; text-align: center; }
.highlight-content h2 { font-size: clamp(28px, 3.4vw, 40px); color: var(--gold-light); margin-bottom: 18px; line-height: 1.18; font-weight: 700; }
.highlight-content p { font-size: 18px; opacity: 0.92; margin-bottom: 34px; line-height: 1.6; font-weight: 400; }
.btn-primary { background: var(--gold-bright); color: var(--navy-deep); padding: 16px 36px; border-radius: 4px; font-weight: 700; display: inline-block; line-height: 1.2; font-size: 15px; letter-spacing: 0.02em; transition: all .25s ease; }
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); opacity: 1; color: var(--navy-deep); box-shadow: 0 12px 24px rgba(182,35,40,0.3); }
.btn-secondary { background: white; color: var(--navy); padding: 16px 36px; border-radius: 4px; font-weight: 700; display: inline-block; font-size: 15px; transition: all .25s ease; }
.btn-secondary:hover { background: var(--bg-soft); transform: translateY(-2px); opacity: 1; }

/* ===== RECOGNITION (institutional credibility) ===== */
.recognition { background: white; }
.recognition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.recognition-content h2 { font-size: 38px; margin-bottom: 20px; }
.recognition-content p { font-size: 16px; color: var(--text-soft); line-height: 1.65; margin-bottom: 18px; }
.recognition-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.rec-badge { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 6px; padding: 18px 20px; }
.rec-badge .rec-num { font-size: 28px; font-weight: 700; color: var(--gold-bright); letter-spacing: -0.02em; }
.rec-badge .rec-txt { font-size: 13px; color: var(--text-soft); line-height: 1.4; font-weight: 500; margin-top: 4px; }
.recognition-img { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-xl); }
.recognition-img img { width: 100%; height: auto; display: block; }

/* Award badge custom (replaces low-res meilleur-master.jpg) */
.award-badge {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-soft) 100%);
    border-radius: 12px;
    padding: 44px 36px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px;
    box-shadow: var(--shadow-xl);
}
.award-badge::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(252, 211, 77, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 70% 80%, rgba(160, 126, 13, 0.18) 0%, transparent 50%);
    pointer-events: none;
}
.award-badge::after {
    content: ""; position: absolute; inset: 12px;
    border: 1px solid rgba(252, 211, 77, 0.22);
    border-radius: 8px;
    pointer-events: none;
}
.award-star { font-size: 56px; color: var(--gold-bright); line-height: 1; text-shadow: 0 4px 16px rgba(182,35,40,0.5); }
.award-eyebrow { font-size: 11px; color: var(--gold-light); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.92; }
.award-title { font-size: 26px; font-weight: 700; color: white; line-height: 1.15; letter-spacing: -0.02em; max-width: 280px; }
.award-year { font-size: 56px; font-weight: 800; color: var(--gold-light); line-height: 1; letter-spacing: -0.04em; margin-top: 4px; font-feature-settings: "tnum"; }
.award-source { font-size: 11px; color: rgba(255,255,255,0.65); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 6px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.15); width: 80%; }

/* ===== CORPORATE PARTNERS (Job Day sponsors) ===== */
.partners-corp {
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 70px 0;
}
.partners-corp .container > p { text-align: center; color: var(--text-muted); font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; margin-bottom: 30px; }
.partners-corp-img { max-width: 900px; margin: 0 auto; }
.partners-corp-img img { width: 100%; border-radius: 6px; }

/* ===== INTL PARTNERS ===== */
.partners-section { background: var(--bg-soft); }
.partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1140px; margin: 0 auto; }
.partner-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: all .3s ease; }
.partner-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); opacity: 1; }
.partner-img { height: 130px; background-size: cover; background-position: center; position: relative; }
.partner-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,43,64,0.55), transparent); }
.partner-img .flag { position: absolute; top: 12px; right: 12px; font-size: 22px; line-height: 1; }
.partner-body { padding: 16px 18px; }
.partner-name { font-weight: 700; color: var(--navy); font-size: 14.5px; margin-bottom: 3px; line-height: 1.25; letter-spacing: -0.01em; }
.partner-loc { font-size: 12px; color: var(--text-muted); }

/* ===== CAMPUS LIFE (full split) ===== */
.campus-life { background: white; padding: 0; }
.campus-life-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 540px; align-items: stretch; }
.campus-life-img { background-size: cover; background-position: center; }
.campus-life-content { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; }
.campus-life-content h2 { font-size: 36px; margin-bottom: 20px; }
.campus-life-content > p { font-size: 16px; color: var(--text-soft); line-height: 1.65; margin-bottom: 28px; }
.campus-features { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.campus-feature { display: flex; flex-direction: column; gap: 6px; padding-left: 16px; border-left: 2px solid var(--gold); }
.campus-feature strong { font-size: 14.5px; color: var(--navy); font-weight: 700; }
.campus-feature span { font-size: 13.5px; color: var(--text-soft); line-height: 1.5; }

/* ===== FAQ ===== */
.faq-section { background: var(--bg-soft); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: white; border-radius: 6px; margin-bottom: 10px; border: 1px solid var(--border); overflow: hidden; transition: all .2s ease; }
.faq-item[open] { border-color: var(--gold-bright); }
.faq-item summary { padding: 22px 28px; cursor: pointer; font-weight: 600; color: var(--navy); list-style: none; position: relative; font-size: 16px; padding-right: 60px; letter-spacing: -0.005em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--gold-bright); line-height: 1; font-weight: 300; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 28px 24px; color: var(--text-soft); line-height: 1.7; font-size: 15px; }

/* ===== FINAL CTA ===== */
.final-cta { background: var(--navy-deep); color: white; padding: 90px 0; text-align: center; }
.final-cta h2 { font-size: clamp(30px, 3.4vw, 42px); color: var(--gold-light); margin-bottom: 18px; font-weight: 700; }
.final-cta p { font-size: 17px; margin-bottom: 36px; opacity: 0.9; }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.75); padding: 70px 0 30px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; margin-bottom: 44px; }
.footer-grid h4 { color: white; margin-bottom: 16px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-grid p, .footer-grid a { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.7); }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; }

/* Enriched footer (with program columns) */
.footer-grid-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.footer-brand a { color: rgba(255,255,255,0.85); }
.footer-col h4 { color: white; margin-bottom: 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.18); }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: 13.5px; color: rgba(255,255,255,0.72); transition: all .2s ease; display: inline-block; }
.footer-col a:hover { color: var(--gold-light); transform: translateX(3px); opacity: 1; }
@media (max-width: 900px) {
    .footer-grid-main { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-brand { grid-column: span 2; }
}
@media (max-width: 500px) {
    .footer-grid-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: span 1; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) { .partners-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) {
    .hero { padding: 50px 0 60px; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .form-card { position: relative; top: 0; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .usp-grid { grid-template-columns: 1fr; }
    .spec-grid { grid-template-columns: repeat(2, 1fr); }
    .spec-card { border-right: none; border-bottom: 1px solid var(--border); }
    .spec-card:nth-child(2) { border-right: none; }
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .parcours-track { grid-template-columns: 1fr; }
    .parcours-arrow { transform: rotate(90deg); padding: 8px 0; }
    .partners-grid { grid-template-columns: repeat(2, 1fr); }
    .recognition-grid { grid-template-columns: 1fr; gap: 40px; }
    .campus-life-grid { grid-template-columns: 1fr; }
    .campus-life-img { height: 320px; }
    .campus-life-content { padding: 50px 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    section { padding: 60px 0; }
    .hero-badge-master { width: 75px; height: 75px; top: 16px; right: 16px; }
}
@media (max-width: 500px) {
    .partners-grid { grid-template-columns: 1fr; }
    .hero-meta { grid-template-columns: 1fr 1fr; gap: 20px; }
    .campus-features { grid-template-columns: 1fr; }
}

/* ===== NATIVE FORM (replaces GHL iframe on all LPs) ===== */
.form-body { padding: 0; }
.native-form { padding: 22px 24px 20px; display: flex; flex-direction: column; gap: 14px; }
.nf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nf-field { display: flex; flex-direction: column; gap: 5px; }
.nf-field label { font-size: 12.5px; font-weight: 600; color: var(--navy); letter-spacing: -0.005em; }
.nf-field input, .nf-field select {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    padding: 11px 14px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    background: white;
    color: var(--text);
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.nf-field select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C6A6F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 38px;
    cursor: pointer;
}
.nf-field input:focus, .nf-field select:focus {
    outline: none;
    border-color: var(--gold-bright);
    box-shadow: 0 0 0 3px rgba(182,35,40,0.15);
}
.nf-field input:invalid:not(:placeholder-shown), .nf-field select.invalid { border-color: #b62328; }
.nf-submit {
    margin-top: 6px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
    color: white;
    padding: 14px 22px;
    border: none;
    border-radius: 6px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 4px 14px rgba(160, 126, 13, 0.3);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    position: relative;
}
.nf-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(160, 126, 13, 0.4); }
.nf-submit:active { transform: translateY(0); }
.nf-submit:disabled { opacity: 0.6; cursor: wait; transform: none; }
.nf-submit-spinner {
    display: none;
    width: 16px; height: 16px;
    border: 2.5px solid rgba(255,255,255,0.4);
    border-top-color: white;
    border-radius: 50%;
    animation: nf-spin .7s linear infinite;
}
.nf-submit.loading .nf-submit-text { opacity: 0.7; }
.nf-submit.loading .nf-submit-spinner { display: inline-block; }
@keyframes nf-spin { to { transform: rotate(360deg); } }
.nf-disclaimer { font-size: 11px; color: var(--text-muted); line-height: 1.45; text-align: center; margin-top: 2px; }
.nf-success, .nf-error { padding: 44px 26px; text-align: center; color: var(--text); }
.nf-success-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 18px;
    box-shadow: 0 8px 24px rgba(160, 126, 13, 0.3);
}
.nf-success h3, .nf-error h3 { color: var(--navy); font-size: 22px; margin-bottom: 8px; font-weight: 700; }
.nf-success p, .nf-error p { color: var(--text-soft); line-height: 1.6; font-size: 14px; }
.nf-error h3 { color: #b62328; }
@media (max-width: 500px) {
    .native-form { padding: 18px 18px 16px; gap: 12px; }
    .nf-grid { grid-template-columns: 1fr; }
}

/* ===== INLINE STYLE MIGRATION (repeated blocks) ===== */
.container-narrow { max-width: 900px; }
.tel-compact { font-size: 13.5px; line-height: 1.7; }
.footer-col-title-white { color: white; margin-bottom: 14px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.hp-field { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }
.gtm-noscript-frame { display: none; visibility: hidden; }
.nf-autre-input { display: none; margin-top: 8px; }
.footer-simple-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; }
.footer-simple-link { color: rgba(255,255,255,0.78); }
.footer-simple-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; margin-top: 36px; font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; }
.site-footer-simple { background: #002B40; color: rgba(255,255,255,0.78); padding: 56px 0 24px; }
