*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  /* Design system Adintime */
  --grad:       linear-gradient(91.16deg, #53005c -5.67%, #03302d 103.75%);
  --plum:       #53005c;
  --mint:       #1ac6ac;       /* CTA vert menthe Adintime */
  --mint-dark:  #15b09a;
  --mint-mid:   #119c87;      /* vert pour gros textes sur blanc — ratio >= 3:1 */
  --mint-deep:  #0e8270;      /* vert le plus clair conforme avec texte blanc — 4.7:1 */
  --mint-deeper:#0b6b5c;
  --mint-text:  #0d7c69;      /* petits textes verts sur fond gris clair */
  --mint-soft:  #cdfaee;
  --lav:        #e4e5ff;       /* fond pastilles d'icônes */
  --indigo:     #6366f1;
  --teal-dark:  #0b5b52;
  --ink:        #3d3d3c;
  --muted:      #6e6e6d;
  --border:     #e7e7e6;
  --light:      #f6f6f5;
  --white:      #ffffff;
  --radius:     8px;
  --radius-lg:  12px;
  --shadow:     0 1px 2px rgba(16,24,40,.05);
  --shadow-hi:  0 12px 16px -4px rgba(16,24,40,.08), 0 4px 6px -2px rgba(16,24,40,.03);
}
body { font-family: 'Exo', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--ink); line-height: 1.6; background: var(--white); }
h1, h2, h3 { font-family: 'Exo', sans-serif; }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ICON CHIP — pastille lavande Adintime */
.icon-chip { width: 46px; height: 46px; border-radius: 50%; background: var(--lav); color: var(--indigo); display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; }

/* ANNOUNCEMENT BAR */
.announce { background: #03302d; color: var(--white); text-align: center; padding: 8px 1rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.02em; position: relative; z-index: 101; }
.announce a { color: var(--mint); text-decoration: underline; }
.announce-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); margin-right: 6px; vertical-align: middle; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.35} }

/* HEADER / NAV — dégradé de marque Adintime */
.nav { background: var(--grad); padding: 0 2rem; position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 1rem; flex-wrap: wrap; }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 34px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a { font-family: 'Exo', sans-serif; font-size: 0.9rem; color: rgba(255,255,255,0.85); font-weight: 400; }
.nav-links a:hover { color: var(--white); text-decoration: none; }
.nav-cta { background: var(--mint-deep); color: var(--white) !important; font-size: 0.85rem; font-weight: 600; padding: 9px 18px; border-radius: var(--radius); }
.nav-cta:hover { background: var(--mint-deeper); text-decoration: none !important; }

/* BREADCRUMB */
.breadcrumb { background: var(--grad); padding: 9px 2rem; font-size: 0.78rem; color: rgba(255,255,255,0.55); }
.breadcrumb ol { max-width: 1180px; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; gap: 4px; }
.breadcrumb li + li::before { content: "›"; margin-right: 4px; color: rgba(255,255,255,0.4); }
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--mint); text-decoration: none; }
.breadcrumb [aria-current] { color: var(--white); font-weight: 600; }

/* HERO */
.hero { background: var(--grad); color: var(--white); padding: 5rem 2rem 4.5rem; text-align: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; overflow: hidden; }
.hero-bg-text { font-size: 28rem; opacity: 0.05; user-select: none; line-height: 1; }
.hero-content { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(26,198,172,0.16); color: var(--mint-soft); font-size: 0.72rem; font-weight: 600; padding: 6px 14px; border-radius: 100px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; border: 1px solid rgba(26,198,172,0.3); }
.hero h1 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); font-weight: 800; line-height: 1.15; margin-bottom: 1rem; max-width: 780px; margin-left: auto; margin-right: auto; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 560px; margin: 0 auto 2.25rem; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* BUTTONS — calqués sur Adintime */
.btn { display: inline-flex; align-items: center; gap: 7px; font-family: 'Exo', sans-serif; font-size: 0.95rem; font-weight: 600; padding: 11px 22px; border-radius: var(--radius); cursor: pointer; text-decoration: none; transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; border: 1px solid transparent; }
.btn:hover { text-decoration: none; }
/* primaire : vert menthe Adintime (bouton « Demander un devis ») */
.btn-primary { background: var(--mint-deep); color: var(--white); border-color: var(--mint-deep); box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--mint-deeper); border-color: var(--mint-deeper); color: var(--white); }
/* secondaire : blanc contour (bouton « Carte / Street View » Adintime) */
.btn-secondary { background: var(--white); color: var(--ink); border-color: var(--border); box-shadow: var(--shadow); }
.btn-secondary:hover { background: var(--light); color: var(--teal-dark); border-color: #d1d1d0; }
/* contour clair sur fond sombre */
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: var(--white); }
.btn-sm { font-size: 0.85rem; padding: 9px 16px; }

/* STATS BAR — claire et aérée */
.statsbar { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; }
.statsbar-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: center; gap: 3.5rem; flex-wrap: wrap; }
.stat { text-align: center; }
.stat .num { font-size: 1.7rem; font-weight: 800; color: var(--mint-mid); line-height: 1; }
.stat .lbl { font-size: 0.72rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }

/* SECTIONS */
.section { padding: 4rem 2rem; }
.section-alt { background: var(--light); }
.container { max-width: 1180px; margin: 0 auto; }
.section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; color: var(--mint-text); }
.section-title { font-size: 1.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 0.5rem; color: var(--ink); }
.section-sub { color: var(--muted); font-size: 1rem; margin-bottom: 2.5rem; }

/* WHY CARDS */
.why-intro { max-width: 820px; font-size: 0.95rem; color: var(--ink); line-height: 1.7; margin-bottom: 2rem; }
.why-intro strong { color: var(--teal-dark); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.why-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); transition: box-shadow 0.15s, transform 0.15s; }
.why-card:hover { box-shadow: var(--shadow-hi); transform: translateY(-2px); }
.why-head { display: flex; align-items: center; gap: 12px; margin-bottom: 0.75rem; }
.why-head .icon-chip { flex-shrink: 0; }
.why-card h3 { font-size: 0.975rem; font-weight: 700; }
.why-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.55; }

/* CALENDAR TABLE */
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--white); box-shadow: var(--shadow); }
table.cal, table.fmt { width: 100%; border-collapse: collapse; }
table.cal th, table.fmt th { background: var(--light); color: var(--ink); padding: 13px 16px; text-align: left; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; font-family: 'Exo', sans-serif; border-bottom: 1px solid var(--border); }
table.cal td, table.fmt td { padding: 13px 16px; border-bottom: 1px solid var(--border); font-size: 0.9rem; vertical-align: top; }
table.cal tr:last-child td, table.fmt tr:last-child td { border-bottom: none; }
table.cal tr:hover td, table.fmt tr:hover td { background: #fafafa; }
.badge { display: inline-block; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 100px; font-family: 'Exo', sans-serif; }
.badge-forte      { background: var(--mint-soft); color: var(--teal-dark); }
.badge-tres-forte { background: var(--lav); color: #4a4cb8; }
.badge-max        { background: #fbceff; color: #7a107a; }

/* FAN ZONE CARDS — image en fond, dégradé noir, texte par-dessus */
.zones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; }
.zone-card { position: relative; min-height: 470px; border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); transition: transform 0.15s, box-shadow 0.15s; background: var(--grad); }
.zone-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hi); }
.zone-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.zone-card:hover .zone-img { transform: scale(1.06); }
.zone-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.48) 38%, rgba(0,0,0,0.86) 68%, rgba(0,0,0,0.96) 100%); pointer-events: none; }
.zone-head, .zone-body { position: relative; z-index: 1; }
.zone-head { padding: 0 1.4rem 0.7rem; display: flex; align-items: center; gap: 12px; }
.zone-chip { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.16); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.zone-head-text h3 { font-size: 1.25rem; font-weight: 800; color: var(--white); text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.zone-head-text .venue { font-size: 0.8rem; color: rgba(255,255,255,0.85); margin-top: 2px; font-weight: 500; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.zone-body { padding: 0 1.4rem 1.4rem; display: flex; flex-direction: column; gap: 1rem; }
.zone-desc { font-size: 0.85rem; color: rgba(255,255,255,0.88); line-height: 1.55; text-shadow: 0 1px 4px rgba(0,0,0,0.45); }
.zone-actions { display: flex; flex-direction: column; gap: 8px; }
.zone-actions .btn { justify-content: center; font-size: 0.85rem; padding: 10px 16px; }
.zone-actions .btn-secondary { background: rgba(255,255,255,0.14); color: var(--white); border-color: rgba(255,255,255,0.45); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: none; }
.zone-actions .btn-secondary:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

/* FORMATS TABLE tags */
.ftag { display: inline-block; font-size: 0.72rem; font-weight: 600; padding: 3px 9px; border-radius: 100px; margin-bottom: 3px; font-family: 'Exo', sans-serif; }
.ftag-dooh { background: var(--mint-soft); color: var(--teal-dark); }
.ftag-mob  { background: var(--lav); color: #4a4cb8; }
.ftag-ooh  { background: #d2f4ee; color: var(--teal-dark); }
.ftag-xxl  { background: #fbceff; color: #7a107a; }

/* PRICE CARDS — tuiles Adintime */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-bottom: 2rem; }
.price-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); transition: box-shadow 0.15s, transform 0.15s; }
.section-tarifs { background: linear-gradient(135deg, #f0fbf7 0%, #eef0fd 100%); }
.price-dooh { border-top-color: var(--mint); }
.price-dooh .icon-chip { background: var(--mint-soft); color: var(--teal-dark); }
.price-dooh .kind, .price-dooh .more { color: var(--teal-dark); }
.price-mob { border-top-color: var(--indigo); }
.price-mob .kind, .price-mob .more { color: #4a4cb8; }
.price-xxl { border-top-color: #c93cd7; background: linear-gradient(180deg, var(--white) 30%, #fdf0ff 100%); }
.price-xxl .icon-chip { background: #fbceff; color: #7a107a; }
.price-xxl .kind, .price-xxl .more { color: #a31bb5; }
.price-card:hover { box-shadow: var(--shadow-hi); transform: translateY(-2px); }
.price-head { display: flex; align-items: center; gap: 12px; margin-bottom: 0.85rem; }
.price-head .icon-chip { flex-shrink: 0; }
.price-head .kind { margin-bottom: 0; }
.price-card .kind { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; color: var(--muted); }
.price-card .amount { font-size: 1.3rem; font-weight: 800; color: var(--ink); margin-bottom: 0.4rem; }
.price-card .amount small { font-size: 0.8rem; font-weight: 500; color: var(--muted); }
.price-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }
.price-card .more { display: inline-block; margin-top: 0.85rem; font-size: 0.8rem; font-weight: 700; color: var(--teal-dark); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.1rem 1.4rem; background: var(--white); box-shadow: var(--shadow); }
.faq-item summary { font-weight: 700; cursor: pointer; font-size: 0.975rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { color: var(--mint-mid); font-size: 1.3rem; margin-left: 1rem; transition: transform 0.2s; }
.faq-item[open] summary .plus { transform: rotate(45deg); }
.faq-item p { margin-top: 0.75rem; font-size: 0.875rem; color: var(--muted); line-height: 1.6; }

/* CTA BANNER */
.cta-banner { background: var(--grad); color: var(--white); padding: 4.5rem 2rem; text-align: center; }
.cta-banner h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 0.75rem; }
.cta-banner p { font-size: 1rem; color: rgba(255,255,255,0.78); max-width: 520px; margin: 0 auto 2rem; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* FOOTER — dégradé de marque */
.footer { background: var(--grad); color: rgba(255,255,255,0.6); padding: 2.5rem 2rem; text-align: center; font-size: 0.82rem; line-height: 1.8; }
.footer img { height: 30px; width: auto; margin-bottom: 1rem; }
.footer a { color: rgba(255,255,255,0.8); }
.footer a:hover { color: var(--mint-soft); text-decoration: none; }

/* DEVIS INLINE BAND */
.devis-band { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.2rem 1.5rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; box-shadow: var(--shadow); }
.devis-band p { font-size: 0.9rem; color: var(--ink); flex: 1; min-width: 200px; }
.devis-band p strong { color: var(--teal-dark); }

@media (max-width: 640px) {
  .zones-grid { grid-template-columns: 1fr; }
  .statsbar-inner { gap: 2rem; }
  .hero-btns, .cta-btns { flex-direction: column; align-items: center; }
  .nav-links { gap: 1rem; }
  .nav-links a:not(.nav-cta) { display: none; }
}
