/* ════════════════════════════════════════════
   INSCRIPTION-ENSEIGNANT — PREMIUM STYLES
   Elohim Home School © 2026
════════════════════════════════════════════ */

/* ── SHARED UTILITIES ── */
.sec-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FF6600;
    margin-bottom: 0.75rem;
}
.sec-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #002366;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}
.sec-subtitle {
    font-size: 1rem;
    color: #64748B;
    margin-bottom: 4rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.text-center { text-align: center; }
.orange-text {
    background: linear-gradient(90deg, #FF6600, #FFB400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── HERO INSCRIPTION ── */
.hero-inscription {
    background: linear-gradient(145deg, #001a4d 0%, #002366 45%, #003d99 100%);
    padding: 110px 0 80px;
    overflow: hidden;
    position: relative;
    color: white;
}
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.07;
    background: white;
}
.shape-1 { width: 500px; height: 500px; top: -150px; right: -100px; }
.shape-2 { width: 300px; height: 300px; bottom: -80px; left: -60px; }
.shape-3 { width: 180px; height: 180px; top: 40%; right: 30%; }

.hero-inscription-inner {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,102,0,0.15);
    border: 1px solid rgba(255,102,0,0.4);
    color: #FF8C42;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-flex;
}
.hero-insc-left h1 {
    color: white;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
    font-weight: 900;
}
.hero-insc-left > p {
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 480px;
}
.hero-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.hstat { text-align: center; }
.hstat strong { display: block; font-size: 1.75rem; font-weight: 900; color: #FF6600; line-height: 1; }
.hstat span { font-size: 0.72rem; color: rgba(255,255,255,0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.hstat-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.15); margin: 0 1.5rem; }

.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-cta-main {
    background: linear-gradient(135deg, #FF6600, #E65C00);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}
.hero-cta-main:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,102,0,0.4); }
.hero-cta-sec {
    border: 1.5px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.85);
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s;
}
.hero-cta-sec:hover { background: rgba(255,255,255,0.1); }

/* Hero Card Float */
.hero-insc-right { position: relative; }
.hero-card-float {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    z-index: 2;
}
.hcard-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hcard-avatar { position: relative; }
.hcard-avatar img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.3); }
.hcard-verified {
    position: absolute; bottom: -2px; right: -2px;
    width: 18px; height: 18px;
    background: #10B981; border-radius: 50%; border: 2px solid #002366;
    display: flex; align-items: center; justify-content: center;
}
.hcard-header strong { color: white; font-size: 0.95rem; display: block; }
.hcard-header p { color: rgba(255,255,255,0.6); font-size: 0.78rem; }
.hcard-badge {
    margin-left: auto;
    background: rgba(16,185,129,0.2);
    border: 1px solid rgba(16,185,129,0.4);
    color: #10B981;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}
.hcard-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.5rem;
    text-align: center;
    margin-bottom: 1.25rem;
}
.hcard-stats > div span { display: block; font-size: 1.1rem; font-weight: 800; color: white; }
.hcard-stats > div small { font-size: 0.68rem; color: rgba(255,255,255,0.5); }
.hcard-earning {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.25);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
}
.hcard-earning strong { color: #10B981; }

/* Floating badges */
.floating-badge {
    position: absolute;
    background: white;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    animation: floatBadge 3s ease-in-out infinite;
}
.fb-1 { top: -16px; left: -30px; }
.fb-2 { bottom: 30px; right: -20px; animation-delay: 1.5s; }
@keyframes floatBadge {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ── BENEFITS SECTION ── */
.benefits-section {
    padding: 6rem 0;
    background: #F8FAFC;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
    margin-top: 3.5rem;
}
.benefit-card {
    background: white;
    border-radius: 20px;
    padding: 2.25rem;
    border: 1.5px solid #E2E8F0;
    transition: all 0.35s;
    position: relative;
    overflow: hidden;
}
.benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF6600, #FFB400);
    transform: scaleX(0);
    transition: transform 0.35s;
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,35,102,0.1); border-color: transparent; }
.benefit-card:hover::after { transform: scaleX(1); }
.benefit-icon {
    width: 58px; height: 58px;
    border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
}
.benefit-card h3 { font-size: 1.05rem; color: #002366; margin-bottom: 0.6rem; font-weight: 800; }
.benefit-card p { font-size: 0.88rem; color: #64748B; line-height: 1.65; margin-bottom: 1rem; }
.benefit-highlight {
    font-size: 0.72rem;
    font-weight: 800;
    color: #FF6600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.8rem;
    background: #FFF0E6;
    border-radius: 999px;
    display: inline-block;
}

/* ── PROCESS SECTION ── */
.process-section {
    padding: 6rem 0;
    background: linear-gradient(145deg, #001a4d 0%, #002366 60%, #003399 100%);
}
.process-steps {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 4rem;
    flex-wrap: wrap;
    justify-content: center;
}
.process-step {
    flex: 1;
    min-width: 200px;
    max-width: 240px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}
.process-step:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
}
.ps-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255,102,0,0.1);
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.ps-icon {
    width: 60px; height: 60px;
    background: rgba(255,102,0,0.12);
    border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.25rem;
}
.process-step h3 { color: white; font-size: 1rem; margin-bottom: 0.6rem; font-weight: 800; }
.process-step p { color: rgba(255,255,255,0.65); font-size: 0.83rem; line-height: 1.6; margin-bottom: 1rem; }
.ps-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(255,102,0,0.15);
    border: 1px solid rgba(255,102,0,0.3);
    color: #FF8C42;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
}
.process-arrow {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    flex-shrink: 0;
}
@media (max-width: 768px) { .process-arrow { display: none; } }

/* ── CV SECTION ── */
.cv-section {
    padding: 6rem 0;
    background: white;
}
.cv-generator-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 3rem;
    align-items: start;
}

/* CV Editor Panel */
.cv-editor-panel {
    background: #F8FAFC;
    border-radius: 20px;
    border: 1.5px solid #E2E8F0;
    overflow: hidden;
}
.cv-editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.75rem;
    background: white;
    border-bottom: 1px solid #E2E8F0;
}
.cv-editor-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #002366;
}
.cv-steps-mini { display: flex; gap: 0.4rem; }
.cv-step-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #E2E8F0;
}
.cv-step-dot.active { background: #FF6600; }
.cv-form-fields { padding: 1.5rem 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.cv-field-group { display: flex; flex-direction: column; gap: 0.35rem; }
.cv-field-group label { font-size: 0.78rem; font-weight: 700; color: #002366; text-transform: uppercase; letter-spacing: 0.3px; }
.req { color: #EF4444; }
.cv-field-group input, .cv-field-group textarea {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1.5px solid #E2E8F0;
    background: white;
    font-family: inherit;
    font-size: 0.88rem;
    color: #0F172A;
    transition: border-color 0.2s;
    outline: none;
    resize: none;
}
.cv-field-group textarea { min-height: 80px; }
.cv-field-group input:focus, .cv-field-group textarea:focus { border-color: #002366; }
.cv-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }

.cv-editor-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1.25rem 1.75rem;
    border-top: 1px solid #E2E8F0;
    background: white;
}
.cv-btn-download {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.85rem;
    border-radius: 10px;
    border: 1.5px solid #002366;
    background: white;
    color: #002366;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s;
}
.cv-btn-download:hover { background: #002366; color: white; }
.cv-btn-save {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.85rem;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #FF6600, #E65C00);
    color: white;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s;
}
.cv-btn-save:hover { box-shadow: 0 6px 18px rgba(255,102,0,0.35); transform: translateY(-1px); }

/* CV Preview Panel */
.cv-preview-panel { position: sticky; top: 100px; }
.cv-preview-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}
.cv-doc {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    border: 1px solid #E2E8F0;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}
.cv-doc-header {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    padding: 2rem 2rem 1.5rem;
    background: linear-gradient(135deg, #002366, #001a4d);
}
.cv-doc-avatar { position: relative; flex-shrink: 0; }
.cv-doc-avatar img {
    width: 80px; height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.25);
}
.cv-doc-avatar-overlay {
    position: absolute; inset: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
}
.cv-doc-avatar:hover .cv-doc-avatar-overlay { opacity: 1; }
.cv-doc-info { flex: 1; }
.cv-doc-info h2 {
    color: white;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0.25rem;
}
.cv-doc-title {
    color: #FF8C42;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.cv-doc-contacts {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.cv-doc-contacts span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.7);
}
.cv-doc-body { padding: 1.5rem 2rem; flex: 1; }
.cv-doc-section { margin-bottom: 1.25rem; }
.cv-sec-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #002366;
    border-bottom: 2px solid #FF6600;
    padding-bottom: 0.35rem;
    margin-bottom: 0.6rem;
}
.cv-sec-text { font-size: 0.8rem; color: #334155; line-height: 1.65; }
.cv-doc-footer {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    font-size: 0.68rem;
    color: #94A3B8;
}

/* ── SIGNUP SECTION ── */
.signup-section {
    padding: 6rem 0;
    background: #F8FAFC;
}
.signup-wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 4rem;
    align-items: start;
}
.signup-left { position: sticky; top: 100px; }
.signup-reassure { display: flex; flex-direction: column; gap: 0.85rem; }
.reassure-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
    color: #334155;
    font-weight: 500;
}

/* Signup Form */
.signup-right {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    border: 1.5px solid #E2E8F0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.form-progress {
    height: 4px;
    background: #E2E8F0;
    border-radius: 999px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.form-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #FF6600, #FFB400);
    border-radius: 999px;
    transition: width 0.4s ease;
}
.sf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.sf-group { display: flex; flex-direction: column; gap: 0.4rem; }
.sf-full { grid-column: 1/-1; margin-bottom: 1.25rem; }
.sf-group label { font-size: 0.78rem; font-weight: 700; color: #002366; text-transform: uppercase; letter-spacing: 0.3px; }
.sf-input-wrap {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    border: 1.5px solid #E2E8F0;
    background: #F8FAFC;
    transition: all 0.2s;
    color: #64748B;
}
.sf-input-wrap:focus-within { border-color: #002366; background: white; color: #002366; }
.sf-input-wrap input, .sf-input-wrap select {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.9rem;
    color: #0F172A;
    outline: none;
    width: 100%;
}
.sf-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    border: 1.5px solid #E2E8F0;
    background: #F8FAFC;
    font-family: inherit;
    font-size: 0.9rem;
    color: #0F172A;
    resize: none;
    outline: none;
    transition: border-color 0.2s;
}
.sf-group textarea:focus { border-color: #002366; background: white; }

/* File Upload */
.file-upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.75rem;
    border-radius: 14px;
    border: 2px dashed #CBD5E1;
    background: #F8FAFC;
    cursor: pointer;
    transition: all 0.25s;
    text-align: center;
}
.file-upload-area:hover { border-color: #FF6600; background: #FFF5EE; }
.file-upload-area span { font-size: 0.9rem; font-weight: 600; color: #334155; }
.file-upload-area small { font-size: 0.75rem; color: #94A3B8; }

/* Consent */
.sf-consent { margin-bottom: 1.5rem; }
.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.83rem;
    color: #64748B;
    cursor: pointer;
    line-height: 1.5;
}
.consent-label input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; accent-color: #FF6600; flex-shrink: 0; }
.consent-label a { color: #FF6600; font-weight: 700; text-decoration: none; }

/* Submit Button */
.sf-submit-btn {
    width: 100%;
    padding: 1.2rem;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #FF6600, #E65C00);
    color: white;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.3s;
    margin-bottom: 1rem;
}
.sf-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,102,0,0.35); }
.sf-note { text-align: center; font-size: 0.78rem; color: #94A3B8; }

/* Success message */
.submit-success {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
    gap: 1rem;
}
.success-icon { animation: popIn 0.5s ease-out; }
@keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}
.submit-success h3 { font-size: 1.75rem; color: #002366; }
.submit-success p { color: #64748B; font-size: 0.95rem; }

/* ── COMMITMENTS SECTION ── */
.commitments-section {
    padding: 6rem 0;
    background: white;
}
.commit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
    margin-top: 3.5rem;
}
.commit-card {
    text-align: center;
    padding: 2.5rem 1.75rem;
    border-radius: 20px;
    border: 1.5px solid #E2E8F0;
    background: #F8FAFC;
    transition: all 0.3s;
}
.commit-card:hover {
    background: white;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,35,102,0.08);
    border-color: #FF6600;
}
.commit-card i { margin-bottom: 1.25rem; display: block; }
.commit-card h3 { font-size: 1rem; color: #002366; margin-bottom: 0.6rem; }
.commit-card p { font-size: 0.85rem; color: #64748B; line-height: 1.65; }

/* ── FINAL CTA ── */
.final-cta-section {
    padding: 5rem 0 6rem;
    background: #F8FAFC;
}
.final-cta-card {
    background: linear-gradient(135deg, #002366 0%, #001a4d 50%, #003399 100%);
    border-radius: 28px;
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fca-glow {
    position: absolute;
    top: -80px; left: 50%;
    transform: translateX(-50%);
    width: 500px; height: 250px;
    background: radial-gradient(ellipse, rgba(255,102,0,0.25), transparent 70%);
    pointer-events: none;
}
.fca-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: #FFB400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
    position: relative;
}
.final-cta-card h2 {
    color: white;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    margin-bottom: 1rem;
    position: relative;
}
.final-cta-card p {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.fca-btn {
    background: linear-gradient(135deg, #FF6600, #E65C00);
    color: white;
    padding: 1.1rem 2.75rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    position: relative;
}
.fca-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,102,0,0.4); }

/* ── FOOTER (Shared with recherche.css) ── */


/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .hero-inscription-inner { grid-template-columns: 1fr; }
    .hero-insc-right { display: none; }
    .signup-wrapper { grid-template-columns: 1fr; }
    .signup-left { position: static; }
    .cv-generator-layout { grid-template-columns: 1fr; }
    .cv-preview-panel { position: static; }
}
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .sf-row { grid-template-columns: 1fr; }
    .cv-field-row { grid-template-columns: 1fr; }
    .hcard-stats { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 480px) {
    .hero-inscription { padding: 80px 0 60px; }
    .final-cta-card { padding: 3rem 1.5rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .signup-right { padding: 1.5rem; }
    .process-steps { flex-direction: column; align-items: center; }
    .process-step { max-width: 100%; }
}
