/* ═══════════════════════════════════════════════════
   MON EXPERT — Platform Design System
   Style: Comparateur / Marketplace premium
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --navy: #0F2B46;
    --navy-light: #1A3D5C;
    --blue: #2563EB;
    --blue-light: #3B82F6;
    --green: #10B981;
    --green-dark: #059669;
    --green-light: #D1FAE5;
    --orange: #F59E0B;
    --orange-light: #FEF3C7;
    --red: #EF4444;
    --slate-50: #F8FAFC;
    --slate-100: #F1F5F9;
    --slate-200: #E2E8F0;
    --slate-300: #CBD5E1;
    --slate-400: #94A3B8;
    --slate-500: #64748B;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1E293B;
    --slate-900: #0F172A;
    --radius: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; max-width: 100%; }

body {
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--slate-800);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* ── HEADER / NAV ── */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--slate-200);
    transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: var(--shadow); }
.nav-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 24px;
}
.nav-logo { height: 36px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
    font-size: 14px; font-weight: 600; color: var(--slate-600);
    text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--blue); }
.nav-cta {
    background: var(--green); color: #fff !important;
    padding: 10px 22px; border-radius: 8px; font-weight: 700 !important;
    font-size: 13px !important; text-transform: uppercase; letter-spacing: 0.5px;
    transition: all 0.3s; text-decoration: none !important;
}
.nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(16,185,129,0.3); }

/* ── NAV DROPDOWN ── */
.nav-dropdown {
    position: relative;
}
.nav-dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 260px;
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(15,23,42,0.12);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 200;
}
.nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid var(--slate-200);
    border-bottom: none;
    border-right: none;
    transform: translateX(-50%) rotate(45deg);
}
.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--slate-700) !important;
    transition: background 0.15s;
}
.nav-dropdown-menu a:hover {
    background: var(--slate-50);
    color: var(--slate-900) !important;
}
.nav-dropdown-menu a span {
    font-size: 8px;
    line-height: 1;
}

/* ── HERO ── */
.hero {
    padding: 140px 24px 80px;
    background: linear-gradient(160deg, var(--navy) 0%, #1a3a5c 40%, #1e4d6e 100%);
    position: relative; overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 20%, rgba(37,99,235,0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 30% 80%, rgba(16,185,129,0.1) 0%, transparent 50%);
}
.hero-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    position: relative; z-index: 1;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    padding: 6px 14px; border-radius: 100px; margin-bottom: 20px;
    font-size: 12px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 1px;
}
.hero-badge span { color: rgba(255,255,255,0.7); }
.hero h1 {
    font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: #fff;
    line-height: 1.1; letter-spacing: -1px; margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--green); }
.hero-sub {
    font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 30px;
    max-width: 500px;
}
.hero-stats {
    display: flex; gap: 40px; margin-top: 40px;
}
.hero-stat { text-align: center; }
.hero-stat-value { font-size: 28px; font-weight: 900; color: #fff; }
.hero-stat-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; }
.hero-text { max-width: 520px; }
.hero-title {
    font-size: clamp(30px, 4.5vw, 46px); font-weight: 900; color: #fff;
    line-height: 1.1; letter-spacing: -1px; margin-bottom: 18px;
}
.hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 24px;
}
.hero-desc strong { color: #fff; }
.hero-stats strong { font-size: 24px; font-weight: 900; color: #fff; display: block; }
.hero-stats span { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; }

/* ── WIZARD FORM (hero right) ── */
.wizard-card {
    background: #fff; border-radius: var(--radius-xl); padding: 32px;
    box-shadow: var(--shadow-xl); position: relative;
}
.wizard-card::before {
    content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(135deg, var(--green), var(--blue));
    border-radius: 26px; z-index: -1;
}
.wizard-header {
    text-align: center; margin-bottom: 24px;
}
.wizard-header h2 { font-size: 20px; font-weight: 800; color: var(--slate-900); margin-bottom: 4px; }
.wizard-header p { font-size: 13px; color: var(--slate-500); }

/* Progress */
.wizard-progress {
    display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 28px;
}
.wizard-step-dot {
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 800;
    background: var(--slate-100); color: var(--slate-400);
    transition: all 0.4s;
}
.wizard-step-dot.active { background: var(--green); color: #fff; transform: scale(1.1); box-shadow: 0 4px 12px rgba(16,185,129,0.3); }
.wizard-step-dot.done { background: var(--green-dark); color: #fff; }
.wizard-step-line { width: 40px; height: 3px; background: var(--slate-200); border-radius: 2px; transition: all 0.4s; }
.wizard-step-line.done { background: var(--green); }

/* Steps */
.wizard-step { display: none; animation: fadeSlide 0.4s ease; }
.wizard-step.active { display: block; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* Service cards grid */
.service-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.service-card {
    border: 2px solid var(--slate-200); border-radius: var(--radius);
    padding: 16px 14px; cursor: pointer; transition: all 0.25s;
    display: flex; align-items: center; gap: 12px;
    background: #fff;
}
.service-card:hover { border-color: var(--blue-light); background: #F0F7FF; }
.service-card.selected { border-color: var(--green); background: var(--green-light); }
.service-card-icon { font-size: 24px; flex-shrink: 0; }
.service-card-text h4 { font-size: 13px; font-weight: 700; color: var(--slate-900); line-height: 1.2; }
.service-card-text p { font-size: 10px; color: var(--slate-500); margin-top: 2px; }

/* Property cards */
.property-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.property-card {
    border: 2px solid var(--slate-200); border-radius: var(--radius);
    padding: 20px 12px; cursor: pointer; transition: all 0.25s;
    text-align: center; background: #fff;
}
.property-card:hover { border-color: var(--blue-light); background: #F0F7FF; }
.property-card.selected { border-color: var(--green); background: var(--green-light); }
.property-card-icon { font-size: 32px; margin-bottom: 8px; }
.property-card h4 { font-size: 12px; font-weight: 700; color: var(--slate-900); }

/* Form inputs */
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--slate-700); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-input {
    width: 100%; padding: 14px 16px; border: 2px solid var(--slate-200);
    border-radius: 10px; font-size: 15px; font-family: inherit; color: var(--slate-900);
    transition: border 0.2s; background: var(--slate-50);
}
.form-input:focus { outline: none; border-color: var(--green); background: #fff; }
.form-input::placeholder { color: var(--slate-400); }

/* Buttons */
.btn-next {
    width: 100%; padding: 16px; border: none; border-radius: 10px;
    font-size: 15px; font-weight: 800; font-family: inherit;
    cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px;
}
.btn-next.primary { background: var(--green); color: #fff; }
.btn-next.primary:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(16,185,129,0.3); }
.btn-next:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.btn-back {
    background: none; border: none; color: var(--slate-500); font-size: 13px;
    font-weight: 600; cursor: pointer; margin-top: 10px; display: block; margin: 10px auto 0;
    font-family: inherit;
}
.btn-back:hover { color: var(--blue); }

/* ── TRUST BAR ── */
.trust-bar {
    background: var(--slate-50); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200);
    padding: 20px 24px;
}
.trust-bar-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 700; color: var(--slate-700);
}
.trust-icon {
    width: 36px; height: 36px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
}
.trust-icon.green { background: var(--green-light); }
.trust-icon.blue { background: #DBEAFE; }
.trust-icon.orange { background: var(--orange-light); }

/* ── HOW IT WORKS ── */
.section { padding: 80px 24px; max-width: 1200px; margin: 0 auto; }
.section-tag {
    display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 2px; color: var(--green); margin-bottom: 12px;
    background: var(--green-light); padding: 6px 14px; border-radius: 100px;
}
.section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 900; color: var(--slate-900); letter-spacing: -0.5px; margin-bottom: 12px; }
.section-sub { font-size: 16px; color: var(--slate-500); max-width: 600px; line-height: 1.7; margin-bottom: 48px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card {
    background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg);
    padding: 32px 28px; position: relative; transition: all 0.3s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green); }
.step-number {
    width: 48px; height: 48px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 900; margin-bottom: 20px;
}
.step-number.s1 { background: #DBEAFE; color: var(--blue); }
.step-number.s2 { background: var(--green-light); color: var(--green-dark); }
.step-number.s3 { background: var(--orange-light); color: #D97706; }
.step-card h3 { font-size: 18px; font-weight: 800; color: var(--slate-900); margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--slate-500); line-height: 1.6; }

/* ── SERVICES SECTION ── */
.services-bg { background: var(--slate-50); padding: 80px 24px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.service-block {
    background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg);
    padding: 28px 24px; transition: all 0.3s; cursor: pointer;
}
.service-block:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green); }
.service-block-icon { font-size: 36px; margin-bottom: 16px; }
.service-block h3 { font-size: 16px; font-weight: 800; color: var(--slate-900); margin-bottom: 8px; }
.service-block p { font-size: 13px; color: var(--slate-500); line-height: 1.6; margin-bottom: 16px; }
.service-block-price { font-size: 13px; font-weight: 700; color: var(--green-dark); }
.service-block-cta {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; color: var(--blue);
    text-decoration: none; margin-top: 12px;
}

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card {
    background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg);
    padding: 24px; position: relative;
}
.testimonial-stars { color: var(--orange); font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { font-size: 14px; color: var(--slate-600); line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.testimonial-author { font-size: 13px; font-weight: 700; color: var(--slate-900); }
.testimonial-author span { display: block; font-weight: 400; color: var(--slate-400); font-size: 11px; margin-top: 2px; }
.testimonial-meta { font-size: 11px; color: var(--slate-400); }

/* ── FAQ ── */
.faq-list { max-width: 100%; width: 100%; }
.faq-item { border-bottom: 1px solid var(--slate-200); }
.faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 0; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--slate-900);
    background: none; border: none; width: 100%; text-align: left; font-family: inherit;
}
.faq-q:hover { color: var(--blue); }
.faq-q .arrow { font-size: 18px; color: var(--slate-400); transition: transform 0.3s; }
.faq-item.open .arrow { transform: rotate(180deg); }
.faq-a { padding: 0 0 20px; font-size: 14px; color: var(--slate-500); line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; animation: fadeSlide 0.3s ease; }

/* ── CTA BANNER ── */
.cta-banner {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    padding: 60px 24px; text-align: center;
}
.cta-banner h2 { font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 12px; }
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.cta-btn {
    display: inline-block; padding: 16px 40px; border-radius: 10px;
    font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    background: var(--green); color: #fff; text-decoration: none; transition: all 0.3s;
}
.cta-btn:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,185,129,0.3); }

/* ── FOOTER ── */
.footer {
    background: var(--slate-900); color: rgba(255,255,255,0.6); padding: 60px 24px 30px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-top: 16px; }
.footer-col h4 { font-size: 12px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
    max-width: 1200px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
    display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.3);
}

/* ── HAMBURGER MENU ── */
.nav-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: var(--slate-700);
    padding: 6px;
    line-height: 1;
}
.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 199;
    opacity: 0;
    transition: opacity 0.3s;
}
.mobile-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 200;
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);
    overflow-y: auto;
    padding: 20px;
}
.mobile-nav.active {
    right: 0;
}
.mobile-nav-close {
    background: none;
    border: none;
    font-size: 28px;
    color: var(--slate-500);
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 16px;
}
.mobile-nav-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--slate-400);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 40px 0 12px;
}
.mobile-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--slate-700);
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.15s;
}
.mobile-nav a:hover {
    background: var(--slate-50);
}
.mobile-nav a span.dot {
    font-size: 8px;
    line-height: 1;
}
.mobile-nav-cta {
    display: block;
    margin-top: 16px;
    padding: 14px;
    background: var(--green);
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
    font-weight: 800 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── RESPONSIVE ── */
.mobile-sticky-cta {
    display: none;
}

@media (max-width: 768px) {
    .hero-inner { grid-template-columns: 1fr; gap: 24px; }
    .hero { padding: 100px 20px 40px; }
    .hero h1 { font-size: 28px; }
    .hero-title { font-size: 26px !important; margin-bottom: 12px; }
    .hero-desc { font-size: 14px; margin-bottom: 16px; }
    .hero-text { max-width: 100%; }
    .hero-stats { gap: 20px; margin-top: 20px !important; }
    .hero-stats strong { font-size: 20px !important; }
    .hero-stat-value { font-size: 20px; }
    .nav-links { display: none; }
    .nav-hamburger { display: block; }
    .nav-logo { height: 48px; }
    .nav-inner { padding: 10px 16px; }
    .wizard-card { padding: 20px; }
    .steps-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .trust-bar-inner { gap: 20px; flex-wrap: wrap; }
    .services-grid { grid-template-columns: 1fr; }
    .property-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .section { padding: 40px 16px; }
    .section-title { font-size: 22px !important; }
    /* Landing page grids */
    [style*="grid-template-columns: 1fr 1fr"], [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns: repeat(4"], [style*="grid-template-columns:repeat(4"] { grid-template-columns: 1fr 1fr !important; }
    [style*="1fr 1fr 1fr"] { grid-template-columns: 1fr !important; }
    [style*="repeat(3,1fr)"], [style*="repeat(3, 1fr)"] { grid-template-columns: 1fr !important; }
    table { font-size: 12px !important; }
    table th, table td { padding: 8px 12px !important; }

    /* Sticky CTA Mobile */
    .mobile-sticky-cta {
        display: block;
        position: fixed;
        bottom: -100px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 12px 16px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
        z-index: 90;
        transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-top: 1px solid var(--slate-200);
    }
    .mobile-sticky-cta.visible {
        bottom: 0;
    }
    .sticky-cta-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: var(--green);
        color: #fff !important;
        text-align: center;
        border-radius: 10px;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.5px;
        font-size: 14px;
        box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
    }
}

/* ── RÉSEAU D'EXPERTS ── */
.network-section {
    background: #E8EDF4;
    padding: 80px 24px;
    overflow: hidden;
}
.network-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.network-map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.network-map img {
    width: 100%;
    max-width: 480px;
}
.network-map-pins {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.map-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 4px rgba(37,99,235,0.35));
    animation: pinDrop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.map-pin:nth-child(1) { animation-delay: 0.1s; }
.map-pin:nth-child(2) { animation-delay: 0.2s; }
.map-pin:nth-child(3) { animation-delay: 0.3s; }
.map-pin:nth-child(4) { animation-delay: 0.4s; }
.map-pin:nth-child(5) { animation-delay: 0.5s; }
.map-pin:nth-child(6) { animation-delay: 0.6s; }
.map-pin:nth-child(7) { animation-delay: 0.7s; }
.map-pin:nth-child(8) { animation-delay: 0.8s; }
.map-pin:nth-child(9) { animation-delay: 0.9s; }
.map-pin:nth-child(10) { animation-delay: 1.0s; }
.map-pin:nth-child(11) { animation-delay: 1.1s; }
@keyframes pinDrop {
    from { opacity: 0; transform: translateY(-20px) scale(0.5); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.map-pin-pulse {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.2);
    animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.8); opacity: 0; }
}

.network-content {
    max-width: 480px;
}
.network-content .section-tag {
    background: rgba(37, 99, 235, 0.1);
    color: var(--blue);
    border: 1px solid rgba(37, 99, 235, 0.2);
}
.network-content h2 {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 900;
    color: var(--slate-900);
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1.15;
}
.network-content > p {
    font-size: 15px;
    color: var(--slate-500);
    line-height: 1.7;
    margin-bottom: 32px;
}
.network-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
.network-stat-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
}
.network-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    border-color: var(--blue);
}
.network-stat-value {
    font-size: 36px;
    font-weight: 900;
    color: var(--slate-900);
    line-height: 1;
    margin-bottom: 6px;
}
.network-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--slate-500);
    line-height: 1.4;
}
.network-cta {
    display: inline-block;
    padding: 16px 36px;
    background: var(--blue);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.network-cta:hover {
    background: #1D4ED8;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

@media (max-width: 768px) {
    .network-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .network-map {
        order: -1;
        max-width: 320px;
        margin: 0 auto;
    }
    .network-section {
        padding: 50px 16px;
    }
    .network-content {
        text-align: center;
        max-width: 100%;
    }
    .network-content .section-tag {
        margin: 0 auto 12px;
    }
    .network-cta {
        width: 100%;
        text-align: center;
    }
}
