/* ===== FLASH CSS — Design calqué sur Hello Work ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --blue: #0070FF;
    --blue-dark: #005ACC;
    --blue-light: #E8F0FE;
    --black: #111111;
    --yellow: #FFC400;
    --green: #008A3D;
    --white: #FFFFFF;
    --gray-light: #F5F6F8;
    --gray: #6B7280;
    --gray-border: #E5E7EB;
    --text: #1F2937;
    --text-light: #6B7280;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 2px 12px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 24px rgba(0,0,0,0.12);
}

html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: var(--white);
    border-bottom: 1px solid var(--gray-border);
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.header-inner {
    display: flex; align-items: center; gap: 24px;
    height: 72px;
}
.logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-link img { height: 56px; width: auto; max-width: 180px; display: block; object-fit: contain; }
.logo-link svg text, .logo-flash { fill: var(--blue); }
.logo-text { font-size: 28px; font-weight: 900; color: var(--blue); letter-spacing: -1px; font-family: 'Montserrat', sans-serif; }

.main-nav { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-link { text-decoration: none; color: var(--text); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 8px; transition: all 0.2s; white-space: nowrap; }
.nav-link:hover { background: var(--blue-light); color: var(--blue); }

.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; font-family: inherit; white-space: nowrap; }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-blue:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,112,255,0.35); }
.btn-outline-blue { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline-blue:hover { background: var(--blue); color: var(--white); }
.btn-yellow { background: var(--yellow); color: var(--black); }
.btn-yellow:hover { background: #e6b000; transform: translateY(-1px); }
.btn-white { background: var(--white); color: var(--blue); }
.btn-white:hover { background: var(--blue-light); }
.btn-lg { padding: 14px 32px; font-size: 16px; }
.btn-sm { padding: 7px 16px; font-size: 13px; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-border); padding: 16px 20px; z-index: 999; flex-direction: column; gap: 4px; box-shadow: var(--shadow-md); }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: var(--text); font-size: 15px; font-weight: 500; padding: 12px 16px; border-radius: 8px; }
.mobile-menu a:hover { background: var(--blue-light); color: var(--blue); }
.mobile-cta { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--gray-border); }

/* ===== HERO ===== */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0B0F2E 0%, #0A1A4A 40%, #001A6E 70%, #0033CC 100%);
    min-height: 420px;
    display: flex; align-items: center;
    overflow: hidden;
    padding: 60px 0 80px;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-image-bg {
    position: absolute; right: 0; top: 0; bottom: 0;
    width: 45%;
    background: linear-gradient(to left, rgba(0,112,255,0.2), transparent);
    overflow: hidden;
}
.hero-image-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.35; mix-blend-mode: luminosity; }
.hero-image-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to right, #0B0F2E 0%, transparent 50%);
}
.hero-content { position: relative; z-index: 2; max-width: 620px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,196,0,0.15); border: 1px solid rgba(255,196,0,0.4); color: var(--yellow); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 50px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.hero-title { font-size: clamp(28px, 4vw, 46px); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.hero-title span { color: var(--yellow); }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; line-height: 1.6; }
.hero-counter { display: inline-flex; align-items: center; gap: 6px; font-size: 22px; font-weight: 900; color: var(--yellow); }
.hero-counter-label { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.6); margin-left: 4px; }

.hero-search {
    background: var(--white);
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 20px;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    max-width: 580px;
}
.hero-search input {
    flex: 1; border: none; outline: none;
    font-size: 15px; font-family: inherit; color: var(--text);
    background: transparent;
}
.hero-search input::placeholder { color: var(--text-light); }
.hero-search select {
    border: none; outline: none; background: transparent;
    font-size: 14px; font-family: inherit; color: var(--text);
    padding: 0 4px; cursor: pointer; min-width: 140px;
    border-left: 1px solid var(--gray-border); padding-left: 12px;
}
.hero-search button { flex-shrink: 0; }

.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); font-size: 13px; padding: 5px 14px; border-radius: 50px; text-decoration: none; transition: all 0.2s; }
.hero-tag:hover { background: rgba(255,255,255,0.2); color: white; }

/* ===== SECTIONS COMMUNES ===== */
.section { padding: 64px 0; }
.section-gray { background: var(--gray-light); }
.section-blue { background: var(--blue); }
.section-dark { background: var(--black); }
.section-yellow { background: var(--yellow); }

.section-header { text-align: center; margin-bottom: 48px; }
.section-label { font-size: 12px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.section-title { font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--text); margin-bottom: 12px; line-height: 1.2; }
.section-title-white { color: var(--white); }
.section-sub { font-size: 16px; color: var(--text-light); max-width: 520px; margin: 0 auto; line-height: 1.6; }
.section-sub-white { color: rgba(255,255,255,0.75); }

/* ===== ENTREPRISES QUI RECRUTENT (logos) ===== */
.logos-strip { padding: 32px 0; border-bottom: 1px solid var(--gray-border); border-top: 1px solid var(--gray-border); }
.logos-strip-label { font-size: 13px; font-weight: 600; color: var(--text-light); margin-bottom: 20px; }
.logos-row { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.logo-badge {
    display: flex; align-items: center; gap: 10px;
    background: var(--white); border: 1px solid var(--gray-border);
    border-radius: 10px; padding: 10px 20px;
    font-weight: 700; font-size: 14px; color: var(--text);
    box-shadow: var(--shadow); text-decoration: none; transition: all 0.2s;
}
.logo-badge:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.logo-badge-dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-green { background: var(--green); }
.dot-blue { background: var(--blue); }
.dot-yellow { background: var(--yellow); }

/* ===== PROPRIÉTAIRES CARDS ===== */
.owners-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.owner-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); overflow: hidden; transition: all 0.2s; }
.owner-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--blue); }
.owner-card-img { height: 160px; background: linear-gradient(135deg, var(--blue-light), #dbeafe); display: flex; align-items: center; justify-content: center; font-size: 48px; position: relative; overflow: hidden; }
.owner-card-img img { width: 100%; height: 100%; object-fit: cover; }
.owner-card-body { padding: 18px; }
.owner-card-city { font-size: 12px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.owner-card-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.3; }
.owner-card-meta { font-size: 13px; color: var(--text-light); margin-bottom: 12px; }
.owner-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 600; }
.tag-blue { background: var(--blue-light); color: var(--blue); }
.tag-green { background: #DCFCE7; color: var(--green); }
.tag-yellow { background: #FFF8DC; color: #92700A; }
.tag-urgent { background: #FEE2E2; color: #DC2626; }

/* ===== HOW IT WORKS ===== */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; position: relative; }
.step-card { text-align: center; padding: 32px 24px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--gray-border); position: relative; }
.step-number { width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: white; font-size: 20px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step-icon { font-size: 36px; margin-bottom: 12px; display: block; }
.step-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--text-light); line-height: 1.5; }

/* ===== STATS ===== */
.stats-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.stat-card { border-radius: var(--radius); padding: 40px; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; }
.stat-card-blue { background: var(--blue); }
.stat-card-black { background: var(--black); }
.stat-card-yellow { background: var(--yellow); }
.stat-number { font-size: clamp(36px, 5vw, 60px); font-weight: 900; line-height: 1; }
.stat-number-white { color: var(--white); }
.stat-number-black { color: var(--black); }
.stat-label { font-size: 14px; font-weight: 500; margin-top: 8px; }
.stat-label-white { color: rgba(255,255,255,0.75); }
.stat-label-black { color: rgba(0,0,0,0.6); }
.stat-cta { margin-top: auto; }

/* ===== APP SECTION ===== */
.app-section { background: linear-gradient(135deg, #0B0F2E, #001A6E); border-radius: 24px; padding: 60px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; overflow: hidden; position: relative; margin: 0 20px; }
.app-section::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,112,255,0.3), transparent); border-radius: 50%; }
.app-title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: white; margin-bottom: 12px; }
.app-sub { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.app-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.app-badge { display: flex; align-items: center; gap: 10px; background: var(--white); border-radius: 12px; padding: 10px 20px; text-decoration: none; transition: all 0.2s; }
.app-badge:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
.app-badge-icon { font-size: 22px; }
.app-badge-text { }
.app-badge-text small { display: block; font-size: 10px; color: var(--text-light); font-weight: 500; }
.app-badge-text strong { display: block; font-size: 14px; color: var(--text); font-weight: 700; }
.app-phones { display: flex; gap: -20px; position: relative; z-index: 2; }
.app-phone-mockup { width: 120px; background: #1a1a2e; border-radius: 20px; padding: 6px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); border: 2px solid rgba(255,255,255,0.1); }
.app-phone-mockup:last-child { transform: translateX(-20px) translateY(20px); }
.app-phone-screen { background: linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%); border-radius: 14px; height: 200px; display: flex; align-items: center; justify-content: center; font-size: 32px; }

/* ===== ARTICLES ===== */
.articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.article-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-border); transition: all 0.2s; text-decoration: none; display: block; }
.article-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.article-card-img { height: 180px; background: linear-gradient(135deg, var(--blue-light), #bfdbfe); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 52px; }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; }
.article-card-cat { position: absolute; top: 12px; left: 12px; background: var(--blue); color: white; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 50px; text-transform: uppercase; }
.article-card-body { padding: 20px; }
.article-card-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
.article-card-excerpt { font-size: 13px; color: var(--text-light); line-height: 1.5; margin-bottom: 14px; }
.article-card-meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--text-light); }
.article-card-read { color: var(--blue); font-weight: 600; }

/* ===== TOOLS ===== */
.tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tool-card { border-radius: var(--radius); padding: 36px; display: flex; gap: 24px; align-items: flex-start; border: 1px solid var(--gray-border); background: var(--white); transition: all 0.2s; }
.tool-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue); }
.tool-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.tool-icon-blue { background: var(--blue-light); }
.tool-icon-yellow { background: #FFF8DC; }
.tool-icon-green { background: #DCFCE7; }
.tool-content { flex: 1; }
.tool-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.tool-desc { font-size: 14px; color: var(--text-light); margin-bottom: 16px; line-height: 1.5; }

/* ===== CATEGORIES (jobs classés) ===== */
.categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.category-card { background: var(--gray-light); border-radius: var(--radius-sm); padding: 16px 20px; display: flex; align-items: center; gap: 12px; text-decoration: none; transition: all 0.2s; border: 1px solid transparent; }
.category-card:hover { background: var(--blue-light); border-color: var(--blue); }
.category-icon { width: 40px; height: 40px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; box-shadow: var(--shadow); }
.category-name { font-size: 13px; font-weight: 600; color: var(--text); }
.category-count { font-size: 11px; color: var(--text-light); margin-top: 2px; }

/* ===== PANORAMAS ===== */
.panoramas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.panorama-card { border-radius: var(--radius); overflow: hidden; position: relative; height: 180px; display: block; text-decoration: none; }
.panorama-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.panorama-card:hover img { transform: scale(1.05); }
.panorama-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%); }
.panorama-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 2; }
.panorama-title { font-size: 15px; font-weight: 700; color: white; margin-bottom: 4px; }
.panorama-sub { font-size: 12px; color: rgba(255,255,255,0.75); }

/* ===== VILLES ===== */
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.city-card { border-radius: var(--radius); overflow: hidden; position: relative; height: 140px; display: block; text-decoration: none; transition: all 0.2s; }
.city-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.city-card-bg { position: absolute; inset: 0; display: flex; align-items: flex-end; }
.city-card-img { width: 100%; height: 100%; object-fit: cover; }
.city-emoji { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 56px; }
.city-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,20,80,0.8) 0%, rgba(0,20,80,0.2) 60%); }
.city-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; }
.city-name { font-size: 16px; font-weight: 800; color: white; }
.city-count { font-size: 12px; color: rgba(255,255,255,0.8); }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 28px; border: 1px solid var(--gray-border); position: relative; }
.testimonial-card::before { content: '"'; position: absolute; top: 12px; left: 20px; font-size: 80px; color: var(--blue-light); font-family: Georgia, serif; line-height: 1; }
.testimonial-stars { color: #FFC400; font-size: 14px; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: var(--text); line-height: 1.6; margin-bottom: 18px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: var(--blue); flex-shrink: 0; }
.testimonial-name { font-size: 13px; font-weight: 700; color: var(--text); }
.testimonial-role { font-size: 12px; color: var(--text-light); }

/* ===== CTA SECTION ===== */
.cta-section { background: var(--blue); border-radius: 20px; padding: 60px 48px; text-align: center; margin: 0 20px; }
.cta-title { font-size: clamp(24px, 3.5vw, 40px); font-weight: 800; color: white; margin-bottom: 12px; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== OFFER CARDS ===== */
.offers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.offer-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 24px; transition: all 0.2s; }
.offer-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue); transform: translateY(-2px); }
.offer-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.offer-title { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.3; flex: 1; }
.offer-badges { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; }
.offer-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; font-size: 13px; color: var(--text-light); }
.offer-meta-item { display: flex; align-items: center; gap: 5px; }
.offer-conditions { font-size: 13px; color: var(--text-light); margin-bottom: 16px; line-height: 1.5; border-top: 1px solid var(--gray-border); padding-top: 12px; }
.offer-footer { display: flex; justify-content: space-between; align-items: center; }
.offer-date { font-size: 12px; color: var(--text-light); }

/* ===== DRIVER CARDS ===== */
.drivers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.driver-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 24px; text-align: center; transition: all 0.2s; }
.driver-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue); }
.driver-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; color: var(--blue); margin: 0 auto 14px; overflow: hidden; }
.driver-avatar img { width: 100%; height: 100%; object-fit: cover; }
.driver-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.driver-city { font-size: 13px; color: var(--blue); font-weight: 600; margin-bottom: 8px; }
.driver-exp { font-size: 13px; color: var(--text-light); margin-bottom: 12px; }
.driver-badge { display: inline-block; padding: 3px 12px; background: #DCFCE7; color: var(--green); border-radius: 50px; font-size: 11px; font-weight: 700; }

/* ===== FORMS ===== */
.form-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 40px; max-width: 680px; box-shadow: var(--shadow); }
.form-title { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.form-sub { font-size: 14px; color: var(--text-light); margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
label span.required { color: #DC2626; margin-left: 2px; }
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
    width: 100%; padding: 11px 16px; border: 1.5px solid var(--gray-border);
    border-radius: var(--radius-sm); font-size: 14px; font-family: inherit; color: var(--text);
    background: var(--white); transition: all 0.2s; outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,112,255,0.1); }
textarea { resize: vertical; min-height: 100px; }
.form-file-label {
    display: flex; align-items: center; gap: 10px;
    border: 1.5px dashed var(--gray-border); border-radius: var(--radius-sm);
    padding: 16px; cursor: pointer; transition: all 0.2s; font-size: 14px; color: var(--text-light);
}
.form-file-label:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }
input[type="file"] { display: none; }
.alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.alert-success { background: #DCFCE7; color: #15803D; border: 1px solid #BBF7D0; }
.alert-error { background: #FEE2E2; color: #DC2626; border: 1px solid #FECACA; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { background: linear-gradient(135deg, #0B0F2E, #001A6E); padding: 60px 0; text-align: center; }
.page-hero-title { font-size: clamp(24px, 4vw, 44px); font-weight: 800; color: white; margin-bottom: 12px; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto 28px; }

/* ===== FILTERS ===== */
.filters-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 20px 0; }
.filter-select { border: 1.5px solid var(--gray-border); border-radius: 50px; padding: 8px 18px; font-size: 13px; font-family: inherit; cursor: pointer; background: var(--white); color: var(--text); outline: none; appearance: none; }
.filter-select:focus { border-color: var(--blue); }
.filters-count { font-size: 14px; color: var(--text-light); margin-left: auto; font-weight: 500; }

/* ===== FOOTER ===== */
.site-footer { background: var(--black); color: white; padding: 60px 0 32px; margin-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-size: 32px; font-weight: 900; color: var(--blue); font-family: 'Montserrat', sans-serif; letter-spacing: -1px; margin-bottom: 4px; }
.footer-tagline { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.2s; }
.social-btn.whatsapp { background: #25D366; color: white; }
.social-btn.facebook { background: #1877F2; color: white; }
.social-btn:hover { transform: translateY(-2px); opacity: 0.9; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: white; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.4); }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25D366; color: white;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: all 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }

/* ===== ARTICLE DETAIL ===== */
.article-content { max-width: 740px; margin: 0 auto; }
.article-content h2 { font-size: 22px; font-weight: 700; color: var(--text); margin: 28px 0 12px; }
.article-content p { font-size: 15px; color: var(--text); line-height: 1.8; margin-bottom: 16px; }
.article-content ul { padding-left: 20px; margin-bottom: 16px; }
.article-content ul li { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 6px; }

/* ===== SEARCH TABS ===== */
.search-tabs { display: flex; gap: 0; background: rgba(255,255,255,0.15); border-radius: 50px; padding: 4px; margin-bottom: 20px; width: fit-content; }
.search-tab { padding: 8px 24px; border-radius: 50px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; color: rgba(255,255,255,0.7); border: none; background: transparent; font-family: inherit; }
.search-tab.active, .search-tab:hover { background: var(--white); color: var(--blue); }

/* ===== BREADCRUMB ===== */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-light); margin-bottom: 28px; }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--text-light); }

/* ===== SIDEBAR ===== */
.content-with-sidebar { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.sidebar-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 24px; margin-bottom: 20px; }
.sidebar-card-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 16px; }

/* ===== ABOUT ===== */
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.value-card { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 28px; }
.value-icon { font-size: 36px; margin-bottom: 14px; }
.value-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.value-desc { font-size: 14px; color: var(--text-light); line-height: 1.5; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h3 { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.contact-info p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-item-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.contact-item-text span { font-size: 14px; color: var(--text-light); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .footer-brand { grid-column: 1 / -1; }
    .stats-duo { grid-template-columns: 1fr; }
    .app-section { grid-template-columns: 1fr; padding: 40px; }
    .app-phones { display: none; }
    .tools-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .content-with-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .main-nav, .header-cta { display: none; }
    .hamburger { display: flex; }
    .section { padding: 40px 0; }
    .form-row { grid-template-columns: 1fr; }
    .stats-duo { grid-template-columns: 1fr; }
    .cta-section { padding: 40px 24px; margin: 0; }
    .panoramas-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .app-section { margin: 0; border-radius: 0; }
}

@media (max-width: 480px) {
    .hero { padding: 40px 0 60px; }
    .hero-search { flex-direction: column; border-radius: var(--radius); padding: 16px; }
    .hero-search select { border-left: none; border-top: 1px solid var(--gray-border); padding-left: 0; padding-top: 10px; width: 100%; }
    .hero-search button { width: 100%; border-radius: 50px; }
    .panoramas-grid { grid-template-columns: 1fr; }
    .categories-grid { grid-template-columns: 1fr 1fr; }
    .cities-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* ===== UTILITIES ===== */
.text-center { text-align: center; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mb-8 { margin-bottom: 32px; }
.mt-4 { margin-top: 16px; }
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.w-full { width: 100%; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ===== PANORAMA — FIX overlay ===== */
.panorama-card { position: relative; display: block; overflow: hidden; border-radius: var(--radius); height: 180px; text-decoration: none; }
.panorama-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.05) 60%); z-index: 1; }
.panorama-card .pano-icon { position: absolute; top: 16px; left: 16px; font-size: 32px; z-index: 2; }
.panorama-card .pano-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px; z-index: 2; }
.panorama-card .pano-title { font-size: 14px; font-weight: 800; color: white; margin-bottom: 4px; line-height: 1.3; }
.panorama-card .pano-sub { font-size: 12px; color: rgba(255,255,255,0.75); }

/* ===== HERO COUNTER animation ===== */
@keyframes countUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hero-counter { animation: countUp 0.6s ease forwards; }

/* ===== OFFER / DRIVER card hover ===== */
.offer-card, .driver-card { cursor: pointer; }

/* ===== ARTICLE card img gradient background ===== */
.article-card-img { background: linear-gradient(135deg, #EEF2FF 0%, #DBEAFE 100%); }

/* ===== STEP card number pos ===== */
.step-card { overflow: hidden; }

/* ===== LOGO link ===== */
.logo-link:hover svg path { fill: var(--blue-dark); }

/* ===== FORM submit loading ===== */
.btn[type="submit"]:active { transform: scale(0.98); }

/* ===== MOBILE nav active link ===== */
.nav-link.active { background: var(--blue-light); color: var(--blue); }

/* ===== TESTIMONIAL card quote mark fix ===== */
.testimonial-card { overflow: hidden; }

/* ===== SECTION spacing fix on small screens ===== */
@media (max-width: 600px) {
    .stats-duo { grid-template-columns: 1fr; gap: 16px; }
    .tools-grid { grid-template-columns: 1fr; }
    .form-card { padding: 24px 16px; }
    .cta-section { padding: 32px 20px; border-radius: 16px; }
    .stat-card { min-height: 180px; padding: 28px; }
    .app-section { padding: 32px 20px; border-radius: 16px; }
    .article-card-img { height: 140px; }
    .hero-search { gap: 8px; }
}

/* ===== SKIP install link in navbar ===== */
.nav-link-cta { color: var(--blue) !important; font-weight: 700 !important; }

/* ===== BADGE pulse for urgent ===== */
.tag-urgent { animation: pulse-red 2s infinite; }
@keyframes pulse-red {
    0%, 100% { background: #FEE2E2; }
    50% { background: #FECACA; }
}

/* ===== SMOOTH page load ===== */
body { animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ===== ACTIVE NAV highlight ===== */
.site-header { transition: box-shadow 0.2s; }
