/* =========================================================
   The Bartenders List — feuille de style refonte 2026
   Autonome (aucune dépendance hors polices Google).
   Palette de marque : navy + or.
   ========================================================= */

:root {
    --navy: #1F2D52;
    --navy-deep: #16213F;
    --navy-soft: #2A3A66;
    --gold: #E3B23C;
    --gold-soft: #F0CF7A;
    --gold-dark: #C8941F;
    --cream: #FBF8F1;
    --white: #FFFFFF;
    --ink: #1F2D52;
    --radius: 16px;
    --radius-lg: 24px;
    --maxw: 72rem;
    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; margin: 0; }
p { margin: 0; }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }

/* ---------- Utilitaires de texte ---------- */
.eyebrow {
    display: inline-flex; align-items: center; gap: .6rem;
    text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; font-weight: 600;
    color: var(--gold-soft); margin-bottom: 1.25rem;
}
.eyebrow .line { width: 2rem; height: 1px; background: var(--gold); display: inline-block; }
.gold-rule { height: 3px; width: 64px; background: var(--gold); border-radius: 9px; }

/* ---------- Boutons ---------- */
.btn {
    display: inline-block; font-weight: 600; border-radius: var(--radius);
    padding: .9rem 1.75rem; transition: all .2s ease; cursor: pointer; border: 0;
    font-size: 1rem; line-height: 1;
}
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 24px -12px rgba(0,0,0,.45); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-soft); }
.btn-ghost { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }

/* ---------- Header ---------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    background: rgba(31,45,82,.85);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-header .bar {
    height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.brand-name { color: #fff; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav a { color: rgba(255,255,255,.8); font-size: .95rem; transition: color .2s; }
.nav a:hover { color: var(--gold); }
.nav .btn { padding: .55rem 1rem; font-size: .9rem; }
.nav-cta-mobile { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(22,33,63,.55) 0%, rgba(22,33,63,.80) 55%, rgba(22,33,63,.95) 100%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 4rem; color: #fff; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); color: #fff; margin-bottom: 1.5rem; }
.hero h1 .accent { color: var(--gold); }
.hero .lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.85); max-width: 36rem; margin-bottom: 2.25rem; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero .col { max-width: 40rem; }

/* stat strip */
.stats {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(22,33,63,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.stats .grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; color: #fff; padding: 1.25rem 0; }
.stats .num { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.9rem); color: var(--gold); font-weight: 600; }
.stats .lbl { font-size: .8rem; color: rgba(255,255,255,.7); }
.stats .mid { border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }

/* ---------- Sections ---------- */
.section { padding: 6rem 0; }
.section-cream { background: var(--cream); }
.section-white { background: #fff; }
.section-head { max-width: 40rem; margin-bottom: 4rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 1.25rem; }
.section-head p { font-size: 1.1rem; color: rgba(31,45,82,.65); }
.section-head .gold-rule { margin-bottom: 1.5rem; }
.section-head.center .gold-rule { margin-left: auto; margin-right: auto; }

/* ---------- Grilles & cartes ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.card {
    background: #fff; border: 1px solid rgba(31,45,82,.08); border-radius: var(--radius-lg);
    padding: 2rem;
}
.card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.card p { color: rgba(31,45,82,.65); }

.benefit { transition: transform .25s ease, box-shadow .25s ease; padding: 1.75rem; }
.benefit:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -18px rgba(31,45,82,.45); }

.icon-chip {
    width: 56px; height: 56px; border-radius: var(--radius); background: rgba(227,178,60,.15);
    display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;
    transition: background .25s ease;
}
.icon-chip svg { width: 28px; height: 28px; stroke: var(--gold-dark); fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke .25s ease; }
.benefit:hover .icon-chip { background: var(--navy); }
.benefit:hover .icon-chip svg { stroke: var(--gold); }

.icon-chip.sm { width: 48px; height: 48px; margin-bottom: 1.25rem; }
.icon-chip.sm svg { width: 24px; height: 24px; stroke-width: 2; }

.center-cta { text-align: center; margin-top: 3.5rem; }

/* ---------- Section Pro / Marques & agences ---------- */
.pro { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 6rem 0; }
.pro .glow { position: absolute; top: -6rem; right: -6rem; width: 24rem; height: 24rem; border-radius: 50%; background: rgba(227,178,60,.1); filter: blur(70px); }
.pro .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.pro .eyebrow { color: var(--gold-soft); }
.pro h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); color: #fff; margin-bottom: 1.25rem; }
.pro .lead { color: rgba(255,255,255,.75); font-size: 1.1rem; margin-bottom: 2rem; }
.pro ul { list-style: none; padding: 0; margin: 0 0 2.25rem; }
.pro li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .85rem; color: rgba(255,255,255,.85); }
.pro li svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; margin-top: .2rem; }
.pro .note { color: rgba(255,255,255,.45); font-size: .9rem; margin-top: 1rem; }
.pro-panel { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 2rem; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.pro-panel .title { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-soft); margin-bottom: 1.5rem; }
.pro-panel .item { margin-bottom: 1.5rem; }
.pro-panel .item:last-child { margin-bottom: 0; }
.pro-panel .item .big { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: #fff; margin-bottom: .25rem; }
.pro-panel .item p { color: rgba(255,255,255,.65); }

/* ---------- Formulaire ---------- */
.form-section { background: var(--cream); padding: 6rem 0; }
.form-wrap { max-width: 48rem; margin: 0 auto; }
.update-note {
    display: flex; align-items: flex-start; gap: 1rem;
    background: rgba(31,45,82,.05); border: 1px solid rgba(31,45,82,.1);
    border-radius: var(--radius); padding: 1.25rem; margin-bottom: 2rem;
}
.update-note .chip { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; background: rgba(227,178,60,.15); display: flex; align-items: center; justify-content: center; }
.update-note .chip svg { width: 24px; height: 24px; stroke: var(--gold-dark); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.update-note p { color: rgba(31,45,82,.75); }
.update-note strong { color: var(--navy); }
.form-card { background: #fff; border: 1px solid rgba(31,45,82,.08); border-radius: var(--radius-lg); padding: .75rem; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.form-card iframe { border: 0; border-radius: 18px; width: 100%; height: 600px; display: block; }

/* ---------- Page bartender : cartes en ligne ---------- */
.feature-list { display: flex; flex-direction: column; gap: 1.5rem; max-width: 56rem; margin: 0 auto; }
.feature {
    display: flex; gap: 2rem; align-items: flex-start; padding: 1.75rem;
    border: 1px solid rgba(31,45,82,.08); border-radius: var(--radius-lg);
    box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: box-shadow .25s ease, transform .25s ease;
}
.feature:hover { box-shadow: 0 18px 40px -20px rgba(31,45,82,.4); transform: translateY(-3px); }
.feature .chip { width: 56px; height: 56px; flex: 0 0 auto; border-radius: var(--radius); background: rgba(227,178,60,.15); display: flex; align-items: center; justify-content: center; }
.feature .chip svg { width: 28px; height: 28px; stroke: var(--gold-dark); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.feature .desc { color: rgba(31,45,82,.8); margin-bottom: .75rem; }
.feature .hint { color: rgba(31,45,82,.6); font-style: italic; }

.hero.compact { min-height: 50vh; max-height: 520px; }
.hero.compact .stats { display: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #fff; padding: 3.5rem 0; }
.site-footer .row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.site-footer h3 { font-size: 1.5rem; }
.site-footer .tag { color: rgba(255,255,255,.6); margin-top: .5rem; }
.site-footer .links { display: flex; gap: 1.5rem; justify-content: flex-end; margin-bottom: 1rem; }
.site-footer .links a { color: rgba(255,255,255,.8); transition: color .2s; }
.site-footer .links a:hover { color: var(--gold); }
.site-footer .init { display: flex; align-items: center; justify-content: flex-end; font-size: .85rem; color: rgba(255,255,255,.6); }
.site-footer .init img { height: 36px; margin-left: .5rem; }
.site-footer .copy { margin-top: 1rem; font-size: .85rem; color: rgba(255,255,255,.45); }
.footer-right { text-align: right; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .nav { display: none; }
    .nav-cta-mobile { display: inline-block; padding: .55rem 1rem; font-size: .9rem; }
    .grid-3 { grid-template-columns: 1fr 1fr; }
    .pro .wrap { grid-template-columns: 1fr; gap: 2.5rem; }
    .section, .pro, .form-section { padding: 4rem 0; }
    .feature { flex-direction: column; gap: 1.25rem; }
    .site-footer .row { flex-direction: column; text-align: center; }
    .site-footer .footer-right { text-align: center; }
    .site-footer .links, .site-footer .init { justify-content: center; }
}
@media (max-width: 560px) {
    .grid-3 { grid-template-columns: 1fr; }
    .hero .actions .btn { flex: 1 1 auto; text-align: center; }
}
