* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #030407; /* Very dark blue/black background */
    color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Language Switcher */
.lang-switcher {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
}

.lang-switcher select {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 12px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    outline: none;
    transition: background 0.3s ease;
}

.lang-switcher select:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lang-switcher select option {
    background: #030407;
    color: white;
}

/* SECTION 1: HERO */
.hero-section {
    position: relative;
    width: 100vw;
    height: 110vh; /* Légèrement plus grand qu'un plein écran */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* On aligne par rapport au haut */
    padding-top: 25vh; /* On place le contenu exactement dans les faisceaux */
    text-align: center;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('phare.webp');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.6;
    filter: drop-shadow(0 0 50px rgba(0, 150, 255, 0.15));
    transition: filter 0.5s ease, opacity 0.5s ease;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    padding: 0 20px;
    /* margin-top n'est plus nécessaire car on utilise justify-content: flex-end */
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #a0a5ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 10px 30px rgba(0,0,0,0.8);
}

.hero-content .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    color: #cbd5e1;
    margin-bottom: 1.5rem; /* Réduit pour remonter le formulaire */
    letter-spacing: 1px;
}

/* Banner Diagnostic */
.diagnostic-banner {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255,255,255,0.05);
}

.diagnostic-form {
    display: flex;
    gap: 12px;
}

.diagnostic-form input {
    flex: 1;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 1.05rem;
    outline: none;
    transition: all 0.3s ease;
}

.diagnostic-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.diagnostic-form input:focus {
    border-color: #3b82f6;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.diagnostic-form button {
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.diagnostic-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.5);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

/* Removed scroll-indicator */

/* SECTION 2: REASSURANCE */
.reassurance-section {
    padding: 80px 20px 40px 20px; /* Moins d'espace en bas */
    background: #06070a;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.reassurance-section .container {
    max-width: 850px;
    text-align: center;
}

.reassurance-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.reassurance-section .text-content {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #94a3b8;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reassurance-section .text-content p {
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid rgba(255,255,255,0.1);
}

.reassurance-section .text-content strong {
    color: #f8fafc;
    font-weight: 600;
}

/* SECTION 3: AIGUILLAGE */
.aiguillage-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px 100px 20px; /* Moins d'espace en haut, on garde un peu d'espace en bas */
    background: #030407;
    position: relative;
}

.panel {
    width: 100%;
    max-width: 400px;
    min-height: 360px; /* Adapté pour inclure le nouveau texte SEO */
    padding: 30px 10px;
    border-radius: 20px;
    position: relative;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background: #0a0c14;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.panel:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
}

.panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.15;
    transform: scale(1);
}

.panel-left .panel-overlay {
    background: radial-gradient(circle at center, rgba(0, 80, 255, 0.4) 0%, transparent 70%);
}

.panel-right .panel-overlay {
    background: radial-gradient(circle at center, rgba(255, 0, 150, 0.4) 0%, transparent 70%);
}

.panel:hover .panel-overlay {
    opacity: 0.6;
    transform: scale(1.1);
}

.panel .content {
    position: relative;
    z-index: 2;
    text-align: center;
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
}

.panel:hover .content {
    transform: translateY(0);
}

.panel h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.panel p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.cta-link {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease 0.1s;
    background: rgba(255,255,255,0.1);
    padding: 10px 24px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.panel:hover .cta-link {
    opacity: 1;
    transform: translateY(0);
    background: rgba(255,255,255,0.2);
}

/* Mobile responsiveness */
@media (max-width: 860px) {
    .hero-section {
        padding-top: 20vh;
    }
    
    .hero-content {
        margin-top: 0;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .diagnostic-form {
        flex-direction: column;
    }
    
    .diagnostic-form button {
        width: 100%;
    }
    
    .aiguillage-section {
        flex-direction: column;
        align-items: center;
        padding: 60px 20px;
        gap: 30px;
    }
    
    .panel {
        width: 100%;
        max-width: 400px;
        min-height: 360px; /* Adapté sur mobile pour le texte SEO */
    }
    
    .panel .content {
        transform: translateY(0);
    }
    
    .cta-link {
        opacity: 1;
        transform: translateY(0);
    }
    
    .panel-overlay {
        opacity: 0.3;
    }
}

/* =========================================================
   STYLES AUDIT GMB (INTÉGRATION HUB)
   ========================================================= */

/* Loader */
.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(124, 58, 237, 0.15);
    border-top-color: #a78bfa;
    border-right-color: #f472b6;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-text::after {
    content: '';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0% { content: ''; }
    25% { content: '.'; }
    50% { content: '..'; }
    75% { content: '...'; }
}

/* Results UI */
.biz-info-bar {
    background: rgba(30, 30, 60, 0.6);
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.biz-name { font-weight: 700; color: #a78bfa; font-size: 1.1rem; }
.biz-addr { color: #94a3b8; font-size: 0.9rem; }
.biz-separator { color: rgba(255,255,255,0.2); }

/* Score Circle */
.score-circle { position: relative; }
@keyframes progress {
    from { stroke-dasharray: 0, 100; }
}
.score-high .circle { stroke: #34d399; }
.score-mid .circle { stroke: #fbbf24; }
.score-low .circle { stroke: #fb7185; }

/* Lists Cards */
.list-card {
    background: rgba(15, 15, 35, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
}
.list-card.danger { border-top: 4px solid #fb7185; }
.list-card.success { border-top: 4px solid #34d399; }
.list-card ul li::before {
    content: '→';
    position: absolute;
    left: -1.2rem;
    color: rgba(255,255,255,0.4);
}
.list-card ul li {
    position: relative;
    list-style: none;
    line-height: 1.5;
}

/* Search results */
.search-result-card {
    background: rgba(30, 30, 60, 0.6);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search-result-card:hover {
    background: rgba(124, 58, 237, 0.15);
    transform: translateX(5px);
}
.search-result-info strong {
    display: block;
    color: #fff;
    margin-bottom: 0.3rem;
}
.search-result-info .search-result-addr {
    color: #94a3b8;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .audit-columns {
        grid-template-columns: 1fr !important;
    }
}

