:root {
    --bg-dark: #0f172a;
    --navy: #1e293b;
    --crimson: #dc2626;
    --gold: #f1f5f9;
}

* { margin:0; padding:0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #fff; color: var(--bg-dark); }

/* Nav */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 25px 8%; position: fixed; width: 100%; top: 0; z-index: 1000; transition: 0.4s; background: rgba(225, 225, 225, 0.95); }
.logo { font-family: 'Playfair Display', serif; color: white; font-size: 1.6rem; letter-spacing: 2px; }
.logo span { color: var(--crimson); }
.nav-menu { display: flex; list-style: none; align-items: center; }
.nav-menu li a { color: #282560; text-decoration: none; margin-left: 30px; font-size: 0.9rem; font-weight: 700; }
.cta-nav { background: var(--gold); padding: 10px 20px; border-radius: 2px; }

/* Hero */
.hero-section { height: 100vh; display: flex; align-items: center; padding: 0 8%; background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070') center/cover; position: relative; color: white; }
.overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(90deg, #0f172ad8 30%, transparent 100%); }
.hero-text { position: relative; z-index: 2; max-width: 700px; }
.hero-text h1 { font-family: 'Playfair Display', serif; font-size: 4.5rem; line-height: 1.1; margin: 20px 0; }
.accent { color: var(--crimson); }
.hero-text h5 { letter-spacing: 5px; color: var(--crimson); }

/* Poles Grid */
.poles-section { padding: 100px 8%; background: #f8fafc; }
.section-header { text-align: center; margin-bottom: 60px; }
.subtitle { color: var(--crimson); font-weight: 700; letter-spacing: 3px; font-size: 0.8rem; }
.poles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.pole-card { background: white; padding: 50px 40px; border-radius: 4px; transition: 0.4s; position: relative; overflow: hidden; border-bottom: 4px solid #e2e8f0; }
.pole-number { font-size: 4rem; font-weight: 700; color: #f1f5f9; position: absolute; top: 10px; right: 20px; z-index: 1; }
.pole-card h3 { position: relative; z-index: 2; margin-bottom: 15px; font-size: 1.8rem; }
.pole-card p { position: relative; z-index: 2; color: #64748b; margin-bottom: 20px; }
.featured { border-bottom: 4px solid var(--crimson); background: var(--bg-dark); color: white; transform: scale(1.05); }

/* Contact Glassmorphism */
.contact-footer { padding: 100px 8%; background: var(--bg-dark); color: white; }
.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.glass-form { background: rgba(255,255,255,0.05); padding: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 20px; }
.glass-form input, .glass-form textarea { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); padding: 15px; color: white; outline: none; }
.glass-form button { background: var(--crimson); color: white; padding: 15px; border: none; font-weight: 700; cursor: pointer; transition: 0.3s; }
.glass-form button:hover { opacity: 0.8; }
/* --- Section Cabinet --- */
.cabinet-section {
    padding: 120px 8%;
    background-color: #ffffff;
    color: #1e293b;
}

.cabinet-intro {
    max-width: 800px;
    margin-bottom: 80px;
}

.tag {
    color: #dc2626; /* Rouge */
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.cabinet-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #0f172a; /* Bleu Nuit */
    margin-bottom: 25px;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #64748b;
}

.cabinet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.cabinet-item {
    padding: 40px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cabinet-item:hover {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-5px);
}

.border-red {
    border-top: 4px solid #dc2626;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #0f172a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.icon-box.red {
    background: #dc2626;
}

.cabinet-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #0f172a;
}

.cabinet-item p {
    color: #64748b;
    line-height: 1.6;
}

.cabinet-footer-text {
    text-align: center;
    margin-top: 40px;
}

.divider {
    width: 80px;
    height: 4px;
    background: #dc2626;
    margin: 30px auto;
}
.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px; /* Espace entre l'icône et le texte */
}

.site-logo {
    height: 80px; /* Ajustez selon la hauteur de votre navbar */
    width: auto;  /* Garde les proportions de l'image */
    display: block;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 1px;
    line-height: 1;
}

.logo-text span {
    color: #dc2626; /* Votre Rouge Crimson */
    display: block; /* Optionnel : pour mettre BRIDGE en dessous de GROWTH */
    font-size: 0.8rem;
    letter-spacing: 4px;
}