/* ══════════════════════════════════
   PORSCHE MAPS — Landing Page CSS
   Design clair, aéré, premium
   ══════════════════════════════════ */

.landing-body {
    background: #0B1628;
    min-height: 100vh;
}

/* ── HERO ── */
.hero {
    background: linear-gradient(160deg, #0F2040 0%, #0B1628 50%, #091525 100%);
    padding: 70px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -100px; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(ellipse, rgba(0,229,255,0.07) 0%, transparent 70%);
    pointer-events: none;
}
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; }

.hero-logo {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 20px rgba(0,229,255,0.3));
}
.hero-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1;
}
.hero-tagline {
    font-size: 1.05rem;
    color: #8BBDD4;
    margin-bottom: 36px;
    line-height: 1.7;
}

.hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #00E5FF, #00E676);
    color: #050D1A;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all .25s;
    box-shadow: 0 4px 24px rgba(0,229,255,0.35);
    letter-spacing: 0.3px;
}
.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,229,255,0.5);
    color: #050D1A;
}
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: rgba(255,255,255,0.07);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: all .25s;
    backdrop-filter: blur(8px);
}
.hero-btn-secondary:hover {
    background: rgba(0,229,255,0.12);
    border-color: rgba(0,229,255,0.5);
    color: #00E5FF;
    transform: translateY(-3px);
}

/* Stats hero */
.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 14px 32px;
    gap: 24px;
    backdrop-filter: blur(8px);
}
.hero-stat { text-align: center; }
.hero-stat-n {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #00E5FF;
    line-height: 1;
}
.hero-stat-l {
    display: block;
    font-size: 0.72rem;
    color: #6B90A8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}
.hero-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.12);
}

/* ── SECTIONS COMMUNES ── */
.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.section-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00E5FF;
    margin-bottom: 10px;
}
.section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}

/* ── À LA UNE ── */
.une-section {
    padding: 64px 20px;
    background: #0F1E32;
    border-top: 1px solid #1A3A5C;
    border-bottom: 1px solid #1A3A5C;
}
.une-card {
    display: flex;
    gap: 0;
    background: #152438;
    border: 1px solid #1E3D60;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all .25s;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    max-width: 800px;
    margin: 0 auto;
}
.une-card:hover {
    border-color: rgba(0,229,255,0.4);
    box-shadow: 0 8px 40px rgba(0,229,255,0.15);
    transform: translateY(-2px);
}
.une-photo {
    width: 280px;
    flex-shrink: 0;
}
.une-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.une-body {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.une-cat {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #E8574A;
    margin-bottom: 10px;
}
.une-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}
.une-loc {
    font-size: 0.85rem;
    color: #6B90A8;
    margin-bottom: 14px;
}
.une-desc {
    font-size: 0.9rem;
    color: #9DBDD4;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}
.une-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00E5FF;
    font-weight: 700;
    font-size: 0.9rem;
    transition: gap .2s;
}
.une-card:hover .une-link { gap: 10px; }

@media (max-width: 650px) {
    .une-card { flex-direction: column; }
    .une-photo { width: 100%; height: 200px; }
}

/* ── LES 2 CARTES ── */
.cartes-section {
    padding: 64px 20px;
    background: #0B1628;
}
.cartes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 768px) { .cartes-grid { grid-template-columns: 1fr; } }

.carte-card {
    background: #122033;
    border: 1px solid #1E3D60;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    transition: border-color .2s, box-shadow .2s;
}
.carte-card:hover {
    border-color: rgba(0,229,255,0.35);
    box-shadow: 0 4px 24px rgba(0,229,255,0.1);
}
.carte-card-alt { border-color: rgba(0,230,118,0.2); }
.carte-card-alt:hover { border-color: rgba(0,230,118,0.4); box-shadow: 0 4px 24px rgba(0,230,118,0.1); }

.carte-card-num {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #00E5FF, #00E676);
    color: #050D1A;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}
.carte-card-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.carte-card-sub {
    font-size: 0.82rem;
    color: #6B90A8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.carte-card-desc {
    font-size: 0.9rem;
    color: #9DBDD4;
    line-height: 1.7;
    margin-bottom: 24px;
}
.carte-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.cc-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid;
    white-space: nowrap;
}
.carte-card-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    background: linear-gradient(135deg, #00E5FF, #00E676);
    color: #050D1A;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 2px 12px rgba(0,229,255,0.25);
}
.carte-card-btn:hover { opacity: 0.88; transform: translateY(-2px); color: #050D1A; }
.carte-card-btn-soon {
    background: rgba(255,255,255,0.06);
    color: #6B90A8;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

/* ── ATOUTS ── */
.atouts-section {
    padding: 64px 20px;
    background: #0F1E32;
    border-top: 1px solid #1A3A5C;
}
.atouts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px) { .atouts-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 550px) { .atouts-grid { grid-template-columns: 1fr; } }

.atout {
    background: #122033;
    border: 1px solid #1E3D60;
    border-radius: 14px;
    padding: 24px;
    transition: border-color .2s, transform .2s;
}
.atout:hover {
    border-color: rgba(0,229,255,0.3);
    transform: translateY(-3px);
}
.atout-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}
.atout h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}
.atout p {
    font-size: 0.85rem;
    color: #7BA7BC;
    line-height: 1.7;
}

/* ── CTA FINAL ── */
.cta-section {
    padding: 64px 20px;
    background: linear-gradient(135deg, #0D1E38, #091525);
    border-top: 1px solid #1A3A5C;
    text-align: center;
}
.cta-inner h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.cta-inner p {
    color: #7BA7BC;
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.7;
}
.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* hero-stats-5 */
/* Avec 5 stats, on resserre légèrement et on rend mobile-friendly */
.hero-stats {
    gap: 18px !important;
    padding: 14px 24px !important;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}
@media (max-width: 640px) {
    .hero-stats {
        gap: 12px !important;
        padding: 12px 18px !important;
        border-radius: 24px;
    }
    .hero-stat-n { font-size: 1.4rem !important; }
    .hero-stat-l { font-size: 0.65rem !important; }
    .hero-stat-sep { display: none; }
}

/* top-contrib */
.top-contrib-section {
    padding: 56px 20px;
    background: #0F1E32;
    border-top: 1px solid #1A3A5C;
}
.top-contrib-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 700px) { .top-contrib-grid { grid-template-columns: 1fr; } }
.top-contrib-card {
    background: #152438;
    border: 1px solid #1E3D60;
    border-radius: 14px;
    padding: 22px 24px;
}
.top-contrib-card h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    color: #00E5FF;
    margin: 0 0 14px;
    letter-spacing: 0.5px;
}
.top-contrib-list { list-style: none; padding: 0; margin: 0; }
.top-contrib-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.top-contrib-row:last-child { border-bottom: none; }
.top-contrib-rank {
    color: #FFB300;
    font-weight: 700;
    font-size: 0.95rem;
    width: 32px;
}
.top-contrib-name { flex: 1; color: #DFF0F8; font-weight: 600; }
.top-contrib-count {
    font-size: 0.8rem;
    color: #6B90A8;
}
.top-contrib-empty {
    color: #6B90A8;
    font-size: 0.88rem;
    text-align: center;
    padding: 20px 0;
}

/* partners-section (landing CTA) */
.partners-section {
    padding: 48px 20px;
    background: linear-gradient(135deg, rgba(255,179,0,0.04), transparent);
    border-top: 1px solid #1A3A5C;
}
