/* Garage Pro — page publique (style clair et professionnel) */
:root {
    --bleu: #1d4ed8;
    --bleu-fonce: #1e3a8a;
    --bleu-pale: #eff4ff;
    --texte: #1f2937;
    --texte-doux: #5b6472;
    --bord: #e3e7ee;
    --fond: #ffffff;
    --fond-alt: #f6f8fb;
    --rayon: 12px;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--texte);
    background: var(--fond);
    line-height: 1.6;
}

a { color: var(--bleu); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }

.conteneur { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* ---------- En-tête ---------- */
.entete {
    position: sticky; top: 0; z-index: 10;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--bord);
}
.entete-inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { font-weight: 800; font-size: 1.25rem; color: var(--bleu-fonce); text-decoration: none; }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { color: var(--texte); text-decoration: none; font-weight: 500; }
.nav a:hover { color: var(--bleu); }
.entete-actions { display: flex; align-items: center; gap: 12px; }
.btn-langue {
    font-weight: 700; font-size: .85rem; text-decoration: none;
    border: 1px solid var(--bord); border-radius: 8px; padding: 6px 10px; color: var(--texte);
}
.btn-langue:hover { border-color: var(--bleu); color: var(--bleu); }

/* ---------- Boutons ---------- */
.btn {
    display: inline-block; padding: 13px 22px; border-radius: 10px;
    font-weight: 600; text-decoration: none; border: 2px solid transparent;
    transition: background .15s, border-color .15s, color .15s;
}
.btn-petit { padding: 8px 14px; font-size: .9rem; }
.btn-primaire { background: var(--bleu); color: #fff; }
.btn-primaire:hover { background: var(--bleu-fonce); }
.btn-secondaire { border-color: var(--bord); color: var(--texte); background: #fff; }
.btn-secondaire:hover { border-color: var(--bleu); color: var(--bleu); }
.btn-blanc { background: #fff; color: var(--bleu-fonce); }
.btn-blanc:hover { background: var(--bleu-pale); }

/* ---------- Hero ---------- */
.hero {
    padding: 88px 0 72px;
    background: linear-gradient(180deg, var(--bleu-pale) 0%, #fff 100%);
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); max-width: 16ch; color: var(--bleu-fonce); }
.hero-texte { font-size: 1.15rem; color: var(--texte-doux); max-width: 56ch; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tags { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tags li {
    background: #fff; border: 1px solid var(--bord); border-radius: 999px;
    padding: 6px 14px; font-size: .9rem; font-weight: 600; color: var(--texte-doux);
}

/* ---------- Sections ---------- */
.section { padding: 80px 0; }
.section-alt { background: var(--fond-alt); }
.section-intro { color: var(--texte-doux); margin: 0 0 40px; max-width: 60ch; }

.grille-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.carte-service {
    display: flex; flex-direction: column;
    border: 1px solid var(--bord); border-radius: var(--rayon);
    padding: 28px; background: #fff;
    transition: box-shadow .2s, border-color .2s;
}
.carte-service:hover { border-color: #c7d4f5; box-shadow: 0 10px 30px rgba(29,78,216,.08); }
.carte-service p { color: var(--texte-doux); margin: 0 0 16px; }
.icone {
    width: 52px; height: 52px; border-radius: 12px; background: var(--bleu-pale);
    display: grid; place-items: center; margin-bottom: 18px;
}
.icone svg { width: 28px; height: 28px; fill: none; stroke: var(--bleu); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.liste-check { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.liste-check li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.liste-check li::before {
    content: ""; position: absolute; left: 2px; top: .45em;
    width: 12px; height: 7px; border-left: 2px solid var(--bleu); border-bottom: 2px solid var(--bleu);
    transform: rotate(-45deg);
}
.lien-rdv { font-weight: 600; text-decoration: none; }
.lien-rdv:hover { text-decoration: underline; }

/* ---------- Pourquoi nous ---------- */
.grille-pourquoi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; }
.pourquoi p { color: var(--texte-doux); margin: 0; }
.numero {
    display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
    background: var(--bleu); color: #fff; font-weight: 700; margin-bottom: 14px;
}

/* ---------- Contact ---------- */
.grille-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-ligne { margin: 0 0 18px; }
.contact-ligne a { text-decoration: none; font-weight: 600; }
.carte-horaires { border: 1px solid var(--bord); border-radius: var(--rayon); padding: 28px; background: var(--fond-alt); }
.horaires { width: 100%; border-collapse: collapse; }
.horaires th, .horaires td { padding: 10px 0; border-bottom: 1px solid var(--bord); text-align: left; }
.horaires tr:last-child th, .horaires tr:last-child td { border-bottom: 0; }
.horaires th { font-weight: 500; }
.horaires td { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.horaires td.ferme { color: var(--texte-doux); font-weight: 500; }

/* ---------- Bandeau CTA ---------- */
.bandeau-cta { background: var(--bleu-fonce); color: #fff; padding: 56px 0; }
.bandeau-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.bandeau-cta h2 { margin-bottom: .25em; }
.bandeau-cta p { margin: 0; opacity: .85; }

/* ---------- Pied ---------- */
.pied { padding: 28px 0; font-size: .9rem; color: var(--texte-doux); border-top: 1px solid var(--bord); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .grille-services, .grille-pourquoi { grid-template-columns: 1fr; }
    .grille-contact { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
    .nav { display: none; }
    .entete-actions { margin-left: auto; }
    .hero { padding: 56px 0 48px; }
    .section { padding: 56px 0; }
    .conteneur { padding: 0 16px; }
}
