/* ============================================================
   VIEWER INVITÉ : livret d'accueil public (mobile-first)
   ============================================================ */
:root{--gfont:'Montserrat','Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
.g-body{margin:0;font-family:var(--gfont);background:#ececed;color:#1a1a1a;-webkit-font-smoothing:antialiased}
.g-wrap{max-width:520px;margin:0 auto;min-height:100vh;position:relative;background:#f5f5f7;
  box-shadow:0 0 50px rgba(0,0,0,.08);overflow:hidden}
.g-bg{position:absolute;inset:0;z-index:0}
.g-bg .overlay{position:absolute;inset:0;z-index:1}
.g-content{position:relative;z-index:2}

/* Couverture */
.g-cover{position:relative;min-height:300px;display:flex;flex-direction:column;align-items:center;
  justify-content:center;text-align:center;padding:54px 24px 40px;color:#fff}
.g-cover .overlay{position:absolute;inset:0;z-index:1}
.g-cover .inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px}
.g-logo{width:112px;height:112px;border-radius:26px;background:#fff;display:flex;align-items:center;
  justify-content:center;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.22);padding:6px}
.g-logo img{width:100%;height:100%;object-fit:contain;border-radius:20px}
.g-title{font-family:var(--gfont);font-size:32px;font-weight:800;line-height:1.12;letter-spacing:-.02em;
  text-shadow:0 2px 10px rgba(0,0,0,.12);margin:0}
.g-sub{font-family:var(--gfont);font-size:15.5px;font-weight:500;opacity:.96;max-width:360px;margin:0;line-height:1.5}

/* Panneau des modules (avec séparation OU à plat sur le fond) */
/* La feuille occupe tout l'espace restant : plus de bande de fond visible
   sous les modules, quel que soit le style d'apparence. */
.g-sheet{position:relative;z-index:3;margin-top:-30px;background:#f5f5f7;flex:1 1 auto;
  border-radius:34px 34px 0 0;padding:30px 18px 34px;box-shadow:0 -8px 30px rgba(0,0,0,.06)}
.g-content{display:flex;flex-direction:column;min-height:100vh}
/* Air sous le sous-titre de la couverture.
   La classe .gc-gap est posée sur la couverture pour les styles « contrasté »
   et « verre » : c'est le seul point d'accroche fiable, la classe .g-sheet-*
   étant portée par un élément voisin et non par un parent. */
.g-cover .g-sub{margin-bottom:20px}          /* neutre */
.g-cover.gc-gap .g-sub{margin-bottom:40px}   /* contrasté et verre */
.g-sheet-flat{background:transparent!important;box-shadow:none;border-radius:0;margin-top:0;padding-top:6px}
.g-modules{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.g-modules.cols-1{grid-template-columns:1fr}
.g-mod{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
  padding:26px 14px;border-radius:20px;text-align:center;transition:transform .18s,box-shadow .18s;
  cursor:pointer;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.05);min-height:140px}
.g-mod{transition:transform .16s ease,box-shadow .16s ease}
.g-modules.anim-default .g-mod:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.g-modules.anim-none .g-mod{transition:none}
.g-modules.anim-zoom .g-mod:hover{transform:scale(1.045)}
.g-modules.anim-lift .g-mod:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(0,0,0,.17)}
.g-modules.anim-glow .g-mod:hover{box-shadow:0 0 0 3px var(--hosty),0 8px 22px rgba(0,0,0,.12)}
.g-modules.anim-press .g-mod:active{transform:scale(.93)}
.g-modules.anim-pulse .g-mod:active{animation:gpulse .32s ease}
@keyframes gpulse{0%{transform:scale(1)}45%{transform:scale(1.08)}100%{transform:scale(1)}}
.g-mod .ico{width:var(--ico-box,60px);height:var(--ico-box,60px);display:flex;align-items:center;justify-content:center;border-radius:18px}
.g-mod .ico i,.g-mod .ico svg{width:var(--ico-glyph,28px)!important;height:var(--ico-glyph,28px)!important}
.g-mod .ico [data-lucide]{width:30px;height:30px}
.g-mod .ico img{width:32px;height:32px}
.g-mod .nm{font-family:var(--gfont);font-weight:600;font-size:15px;line-height:1.2}
.g-modules.cols-1 .g-mod{flex-direction:row;justify-content:flex-start;text-align:left;padding:18px 20px;gap:18px;min-height:0}

/* Menu du bas */
.g-bottom{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:520px;
  background:#fff;border-top:1px solid #eee;display:flex;justify-content:space-around;padding:9px 4px;z-index:30}
.g-bottom a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#9a9a9a;font-size:10.5px;
  font-weight:600;padding:6px 10px;flex:1;text-decoration:none}
.g-bottom a [data-lucide],.g-bottom a svg{width:22px;height:22px}

/* Page module (détail) */
/* Colonne : l'en-tête garde sa taille, la feuille occupe le reste.
   Évite la bande blanche résiduelle en bas de page. */
.g-page{min-height:100vh;display:flex;flex-direction:column}
.g-page-head{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:14px;padding:18px;
  color:#fff}
.g-back{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.9);display:flex;align-items:center;
  justify-content:center;color:#1a1a1a;text-decoration:none;box-shadow:0 3px 10px rgba(0,0,0,.12);flex-shrink:0}
.g-page-head h1{font-family:var(--gfont);font-size:22px;font-weight:800;margin:0;letter-spacing:-.01em}
/* Réservé au <body> du livret : la feuille des pages de module (même classe)
   doit suivre le flux, sinon la hauteur de bannière repousse le bas de page. */
.g-body-inner,body.g-body{min-height:100vh}
.g-page > .g-body{min-height:0}
.g-body>.g-page>.g-body{background:transparent}
/* La feuille (fond blanc / verre) prend toute la largeur ; seul son contenu
   est ramené à une largeur de lecture confortable, via .g-body-in. */
.g-page > .g-body{max-width:none;margin:0;padding:18px;background:transparent}
.g-page > .g-body > *{max-width:520px;margin-left:auto;margin-right:auto}
.g-section{max-width:520px;margin:0 auto;padding:0 0 4px}
.g-block{background:#fff;border-radius:20px;padding:22px;margin-bottom:14px;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.g-block h3{font-family:var(--gfont);font-size:17px;margin:0 0 10px;font-weight:700}
.g-block p{margin:0;line-height:1.6}
.g-kv{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f0f0f3;gap:12px}
.g-kv:last-child{border-bottom:none}
.g-kv .k{color:#8a8a8a;font-size:13px}
.g-kv .v{font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px}
.g-copy{background:var(--hosty-soft,#fff7e0);color:var(--hosty,#a17400);border:none;border-radius:9px;padding:8px 12px;font-weight:600;
  cursor:pointer;font-size:13px;display:inline-flex;gap:6px;align-items:center}
/* Teinte dérivée de la couleur principale du livret (--hosty), au lieu
   d'un jaune figé qui ignorait le thème choisi. */
.btn-copy-lg{background:var(--hosty-soft,#fff7e0);
  color:var(--hosty,#a17400);border:none;border-radius:12px;padding:11px 20px;font-weight:700;
  cursor:pointer;font-size:14px;display:inline-flex;gap:8px;align-items:center;font-family:var(--gfont)}
.g-place{display:flex;gap:14px;padding:18px;background:#fff;border-radius:18px;margin-bottom:12px;
  box-shadow:0 4px 16px rgba(0,0,0,.05);text-decoration:none;color:inherit;align-items:center}
.g-place .ph{width:56px;height:56px;border-radius:15px;
  background:var(--hosty-soft,#fff7e0);color:var(--hosty,#e0a800);
  display:flex;align-items:center;justify-content:center;flex-shrink:0}
.g-place strong{font-family:var(--gfont)}
.g-stars{display:flex;gap:3px;color:#f5b800}
.g-review{background:#fff;border-radius:18px;padding:18px;margin-bottom:12px;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.g-review .who{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.g-chat{display:flex;flex-direction:column;gap:10px;padding:18px;padding-bottom:90px}
.g-msg{max-width:80%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.45}
.g-msg.them{background:#fff;align-self:flex-start;border-bottom-left-radius:5px;box-shadow:0 3px 12px rgba(0,0,0,.06)}
.g-msg.me{background:var(--hosty,#ffc733);color:#1a1a1a;align-self:flex-end;border-bottom-right-radius:5px}
.g-composer{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:520px;
  background:#fff;border-top:1px solid #eee;padding:12px;display:flex;gap:10px}
.g-composer input{flex:1;border:1px solid #e5e5ea;border-radius:30px;padding:12px 18px;font-family:var(--gfont);font-size:14px}
.g-composer button{background:var(--hosty,#ffc733);border:none;border-radius:50%;width:46px;height:46px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* =====================================================================
   MESSAGERIE : deux autres présentations
   ===================================================================== */

/* ---- Minimaliste : conversation sans bulles ----
   Les messages deviennent des blocs de texte séparés par un filet, avec
   l'auteur en petites capitales au-dessus. On lit un échange écrit, pas une
   application de discussion. */
.sty-mini .g-chat{gap:0;padding:6px 16px 90px}
.sty-mini .g-msg{max-width:100%;background:none !important;box-shadow:none;
  border-radius:0 !important;padding:15px 0;border-bottom:1px solid #ececf0;
  align-self:stretch;position:relative;padding-left:0}
.sty-mini .g-msg:last-child{border-bottom:none}
.sty-mini .g-msg::before{content:"Votre hôte";display:block;font-size:11px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:#b4b4bd;margin-bottom:5px}
.sty-mini .g-msg.me::before{content:"Vous";color:var(--hosty,#a17400)}
.sty-mini .g-msg.me{text-align:left}
.sty-mini .g-composer{border-top:1px solid #ececf0}

/* ---- Pro : conversation encadrée ----
   Un fil sur fond coloré, les bulles de l'hôte à plat avec un filet latéral,
   les vôtres pleines. La zone de saisie reprend la même couleur. */
.sty-pro .g-chat{background:var(--pbg,#17172b);border-radius:18px;padding:18px 16px;
  margin-bottom:16px;gap:12px}
.sty-pro .g-msg{max-width:86%;box-shadow:none}
.sty-pro .g-msg.them{background:rgba(255,255,255,.10) !important;color:var(--pico,#fff) !important;
  border-left:3px solid var(--pico,#fff);border-radius:4px 14px 14px 4px !important}
.sty-pro .g-msg.me{border-radius:14px !important}
.sty-pro .g-composer{background:var(--pbg,#17172b);border-top:1px solid rgba(255,255,255,.12)}
.sty-pro .g-composer input{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);
  color:var(--pico,#fff)}
.sty-pro .g-composer input::placeholder{color:rgba(255,255,255,.45)}

/* Modal d'accueil */
.g-welcome-scrim{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:80;display:flex;
  align-items:flex-end;justify-content:center;padding:0}
.g-welcome{background:#fff;border-radius:24px 24px 0 0;max-width:440px;width:100%;overflow:hidden;
  padding-bottom:env(safe-area-inset-bottom,0);animation:wslideup .34s cubic-bezier(.22,1,.36,1)}
.g-welcome img{width:100%;height:180px;object-fit:cover}
.g-welcome .c{padding:28px 28px 30px;text-align:center}
/* Même police que les noms de modules, pour rester cohérent avec le livret. */
.g-welcome h2{font-family:var(--gm-font,var(--gfont)),var(--gfont);
  font-size:23px;margin:0 0 10px;font-weight:800}
.g-welcome .c p{font-family:var(--gm-font,var(--gfont)),var(--gfont)}
.g-welcome p{color:#555;line-height:1.6;margin:0 0 22px}
@keyframes wslideup{from{transform:translateY(100%)}to{transform:translateY(0)}}
@keyframes pop{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}

.g-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:30px;gap:14px;color:#666}
.g-error h2{font-family:var(--gfont);font-size:22px;color:#1a1a1a;margin:0}

/* Boutons génériques réutilisés dans le viewer */
.g-page .btn,.g-welcome .btn{font-family:var(--gfont)}
.g-welcome-btn{padding:14px;font-weight:700;font-size:15px;cursor:pointer;border:none;
  transition:filter .15s,transform .12s;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.g-welcome-btn:hover{filter:brightness(.95)}
.g-welcome-btn:active{transform:translateY(1px)}

/* ---- Agencements (1 à 6) ---- */
.g-modules.lay-3{grid-template-columns:1fr}
.g-modules.lay-3 .g-mod{flex-direction:column;justify-content:center;text-align:center;padding:28px 14px;min-height:150px}
/* Liste verticale : cartes très arrondies (façon pilule) */
.g-modules.lay-2 .g-mod{border-radius:40px!important;padding:20px 26px}
.g-modules.lay-4{grid-template-columns:1fr 1fr}
.g-modules.lay-4 .g-mod:nth-child(3n+1){grid-column:1 / -1}
.g-modules.lay-5{grid-template-columns:1fr 1fr}
.g-modules.lay-5 .g-mod:nth-child(3n){grid-column:1 / -1}
.g-modules.lay-6{grid-template-columns:1fr;gap:16px}
.g-modules.lay-6 .g-mod{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;gap:20px;padding:30px 26px;min-height:110px}
.g-modules.lay-6 .g-mod .ico{width:var(--ico-box,64px);height:var(--ico-box,64px);flex-shrink:0}
.g-modules.lay-6 .g-mod .ico i,.g-modules.lay-6 .g-mod .ico svg{width:var(--ico-glyph,32px)!important;height:var(--ico-glyph,32px)!important}
.g-modules.lay-6 .g-mod .nm{font-size:20px;font-weight:700}

/* Masque les barres de défilement (aperçu propre dans le mockup) */
.g-body{scrollbar-width:none;-ms-overflow-style:none}
.g-body::-webkit-scrollbar{display:none;width:0;height:0}
html{scrollbar-width:none}

/* ---- Variantes de menu du bas ---- */
.g-bottom.menu-discret{max-width:440px;left:50%;transform:translateX(-50%);border-radius:20px 20px 0 0;
  border:1px solid #eee;padding:7px 4px}
.g-bottom.menu-discret a{font-size:10px}
.g-bottom.menu-discret [data-lucide]{width:19px;height:19px}
.g-bottom.menu-affirme{/* défaut : barre pleine largeur */}
.g-bottom.menu-flottant{max-width:480px;left:50%;transform:translateX(-50%);bottom:16px;border-radius:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.05);padding:10px 6px}

/* Variantes de panneau modules selon le style */
.g-sheet-transparent{background:transparent!important;box-shadow:none!important}
.g-sheet-glass{background:rgba(255,255,255,.16)!important;backdrop-filter:blur(16px) saturate(1.4);
  -webkit-backdrop-filter:blur(16px) saturate(1.4);border-top:1px solid rgba(255,255,255,.35)}
.g-sheet-glass .g-mod{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}

/* ===== Panneau de réglages du livret ===== */
.g-set-btn{position:fixed;top:16px;right:16px;z-index:60;width:44px;height:44px;border-radius:50%;
  border:none;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,.15);color:#333}
.g-set-btn i{width:22px;height:22px}
.g-set-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:.2s}
.g-set-overlay.open{opacity:1;pointer-events:auto}
.g-set-panel{position:absolute;top:0;right:0;height:100%;width:340px;max-width:88vw;background:#fff;
  box-shadow:-8px 0 40px rgba(0,0,0,.18);padding:22px;overflow-y:auto;transform:translateX(100%);transition:.25s}
.g-set-overlay.open .g-set-panel{transform:translateX(0)}
.g-set-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.g-set-logo{width:44px;height:44px;border-radius:50%;object-fit:cover}
.g-set-x{border:none;background:none;cursor:pointer;color:#888;padding:4px}
.g-set-lang{position:relative;margin-bottom:24px}
.g-lang-cur{width:100%;display:flex;align-items:center;gap:12px;border:1px solid #e5e5e5;border-radius:12px;padding:12px 14px;background:#fff;cursor:pointer;color:#111;font-size:15px;font-weight:600;font-family:system-ui,"Segoe UI",Roboto,"Noto Sans","Noto Sans JP","Noto Sans SC","Noto Sans Arabic",sans-serif}
.g-lang-cur img{width:24px;height:24px;object-fit:cover;border-radius:50%;flex-shrink:0}
.g-lang-cur i{margin-left:auto;width:18px;color:#111}
.g-lang-list{display:none;margin-top:6px;border:1px solid #eee;border-radius:12px;overflow:hidden}
.g-set-lang.open .g-lang-list{display:block}
.g-lang-list a{display:flex;align-items:center;gap:12px;padding:11px 14px;text-decoration:none;color:#333;font-size:14px;font-family:system-ui,"Segoe UI",Roboto,"Noto Sans","Noto Sans JP","Noto Sans SC","Noto Sans Arabic",sans-serif}
.g-lang-list a:hover,.g-lang-list a.on{background:#f5f5f7}
.g-lang-list img{width:22px;height:16px;object-fit:cover;border-radius:3px}
.g-set-section{font-size:17px;font-weight:700;margin:6px 0 18px}
.g-set-row{margin-bottom:20px}
.g-set-label{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600;margin-bottom:10px;color:#333}
.g-set-label i{width:18px;height:18px;color:#666}





.g-install-btn{width:100%;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:13px;font-size:14.5px;font-weight:600;color:#444;cursor:pointer}
.g-install-btn i{width:18px}
.g-wrap{transition:filter .2s,font-size .2s}

/* Police du panneau = police du titre */
.g-set-panel{font-family:var(--gtitle,inherit)}
.g-set-section,.g-set-label,.g-lang-cur,.g-install-btn{font-family:inherit}
/* Pastilles accessibilité stylées (couleur du menu) */
/* Accessibilité : segments plutôt que pastilles cerclées de noir.
   L'état actif se lit à la teinte de la couleur principale du livret,
   sans bordure épaisse qui alourdissait le panneau. */
.g-pills{display:flex;gap:4px;align-items:center;background:#f2f2f5;border-radius:12px;padding:4px}
.g-pills button{flex:1;height:36px;min-width:44px;border:none;border-radius:9px;cursor:pointer;
  transition:background .15s,color .15s,box-shadow .15s;position:relative;
  display:flex;align-items:center;justify-content:center;color:#8a8a95;background:transparent}
.g-pills button::after{content:'';width:14px;height:14px;border-radius:50%;
  background:currentColor;opacity:.55;transition:.15s}
.g-pills button:nth-child(2)::after{width:17px;height:17px}
.g-pills button:nth-child(3)::after{width:20px;height:20px}
.g-pills button:hover{color:#5a5a66}
.g-pills button.on{background:#fff;color:var(--hosty);
  box-shadow:0 2px 8px rgba(0,0,0,.10)}
.g-pills button.on::after{opacity:1}
.g-pills-text button{color:#fff;font-weight:800;line-height:1}

/* ============ PRÉSENTATION ORDINATEUR ============ */
.g-desktop{display:none}
@media(min-width:1024px){
  .g-desktop{display:flex;min-height:100vh;background:#f6f4f1}
  .g-wrap{display:none!important}
}
.gd-side{width:290px;flex-shrink:0;color:#fff;padding:34px 26px;display:flex;flex-direction:column;gap:22px;position:sticky;top:0;height:100vh;overflow-y:auto}
.gd-side-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:8px 0 6px}
.gd-logo{width:96px;height:96px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px}
.gd-logo img{width:100%;height:100%;object-fit:contain}
.gd-side-title{font-family:var(--gt-font,var(--gtitle));font-weight:var(--gt-wt,700);font-size:20px;line-height:1.3}
.gd-side-sep{height:1px;background:rgba(255,255,255,.28)}
.gd-menu{display:flex;flex-direction:column;gap:4px}
.gd-menu a{display:flex;align-items:center;gap:14px;color:inherit;font-family:var(--gm-font,inherit);text-decoration:none;padding:12px 14px;border-radius:12px;font-size:15px;font-weight:500;transition:.15s}
.gd-menu a i{width:20px;height:20px;opacity:.92}
.gd-menu a:hover{background:rgba(255,255,255,.12)}
.gd-menu a.on{background:rgba(255,255,255,.18);font-weight:600}
.gd-side-block{font-size:13px;line-height:1.7;font-family:var(--gm-font,inherit)}
.gd-side-block-h{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:6px}
.gd-side-block-h i{width:17px}
.gd-side-kv{opacity:.92}
.gd-help{margin-top:auto;background:rgba(255,255,255,.12);border-radius:16px;padding:16px}
.gd-help-h{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:8px}
.gd-help-h i{width:18px}
.gd-help p{font-size:13px;line-height:1.6;opacity:.92;margin:0 0 10px;font-family:var(--gm-font,inherit)}
.gd-help-tel{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}
.gd-help-tel i{width:16px}
.gd-main{flex:1;min-width:0;padding:0 0 40px}
.gd-hero{display:grid;grid-template-columns:1fr 46%;gap:0;align-items:stretch}
.gd-hero-text{padding:54px 48px}
.gd-hero-hi{font-style:italic;font-family:var(--gtitle);font-size:26px;margin-bottom:10px;position:relative}
.gd-hero-hi::after{content:"";display:block;width:70px;height:2px;background:currentColor;margin-top:6px;opacity:.5}
.gd-title{font-family:var(--gt-font);font-weight:var(--gt-wt);color:#000;font-size:52px;line-height:1.05;margin:0 0 18px}
.gd-sub{font-family:var(--gs-font);font-weight:var(--gs-wt);color:#000;font-size:20px;line-height:1.4;margin:0 0 18px}
.gd-hero-p{font-size:16px;line-height:1.7;color:#555;max-width:440px;margin:0 0 20px}
.gd-hero-script{font-style:italic;font-family:var(--gtitle);font-size:20px;line-height:1.5}
.gd-hero-media{position:relative;min-height:420px;overflow:hidden}
.gd-hero-media img,.gd-hero-media video,.gd-hero-color{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gd-block{padding:20px 48px 0}
.gd-h2{display:flex;align-items:center;gap:6px;font-family:var(--gtitle);font-size:24px;margin:0 0 20px}
.gd-h2 i{width:20px}
.gd-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
.gd-card{background:#fff;border-radius:16px;padding:22px 18px;text-decoration:none;box-shadow:0 4px 18px rgba(0,0,0,.05);transition:.15s;display:block}
.gd-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.09)}
.gd-card-ico{width:var(--ico-box,48px);height:var(--ico-box,48px);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.gd-card-ico i,.gd-card-ico svg{width:var(--ico-glyph,24px)!important;height:var(--ico-glyph,24px)!important}
.gd-card-nm{font-weight:700;font-size:16px;color:#1a1a1a;margin-bottom:8px}
.gd-card-desc{font-size:13px;line-height:1.6;color:#777;font-family:var(--gm-font,inherit)}

/* Carte accès rapides : icône façon module (taille fixe) */
.gd-card-ico{width:var(--ico-box,48px);height:var(--ico-box,48px);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.gd-card-ico i,.gd-card-ico svg{width:var(--ico-glyph,24px)!important;height:var(--ico-glyph,24px)!important}
.gd-card-nm{font-size:16px;margin-bottom:8px}
/* Langue en bas à gauche (sidebar ordinateur) */
.gd-lang{position:relative;margin-top:14px}
.gd-lang-cur{width:100%;display:flex;align-items:center;gap:10px;background:#fff;border:none;color:#111;border-radius:12px;padding:11px 13px;cursor:pointer;font-size:14px;font-weight:600;font-family:system-ui,"Segoe UI",Roboto,"Noto Sans","Noto Sans JP","Noto Sans SC","Noto Sans Arabic",sans-serif}
.gd-lang-cur img{width:22px;height:22px;object-fit:cover;border-radius:50%;flex-shrink:0}
.gd-lang-cur i{margin-left:auto;width:16px;color:#111}
.gd-lang-list{display:none;position:absolute;bottom:100%;left:0;right:0;margin-bottom:6px;background:#fff;color:#333;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.2)}
.gd-lang.open .gd-lang-list{display:block}
.gd-lang-list a{display:flex;align-items:center;gap:10px;padding:10px 13px;text-decoration:none;color:#333;font-size:13.5px;font-family:system-ui,"Segoe UI",Roboto,"Noto Sans","Noto Sans JP","Noto Sans SC","Noto Sans Arabic",sans-serif}
.gd-lang-list a:hover,.gd-lang-list a.on{background:#f5f5f7}
.gd-lang-list img{width:20px;height:15px;object-fit:cover;border-radius:3px}
/* Sur ordinateur, pas de langue dans le panneau de réglages */
@media(min-width:1024px){.g-set-lang{display:none!important}}

/* Contrasté/Verre : 20px d'espace entre le titre/sous-titre et le panneau des modules */
.g-cover.gc-gap{padding-bottom:50px}

/* Sidebar claire (grise) quand la couleur des icônes est noire */
.gd-side-light .gd-side-sep{background:rgba(0,0,0,.14)}
.gd-side-light .gd-menu a:hover{background:rgba(0,0,0,.06)}
.gd-side-light .gd-menu a.on{background:rgba(0,0,0,.09)}
.gd-side-light .gd-help{background:rgba(0,0,0,.05)}
.gd-side-light .gd-lang-cur{background:#fff}
.gd-side-light .gd-logo{background:#fff}

/* Tablette : le livret prend toute la largeur (de gauche à droite) */
@media(min-width:560px) and (max-width:1023px){
  .g-wrap{max-width:100%}
  .g-page > .g-body > *,.g-section{max-width:820px}
  .g-bottom,.g-bottom.menu-discret,.g-bottom.menu-flottant{max-width:640px}
  .g-modules{gap:18px}
}

/* Image en guise d'icône de module */
.ico .ico-img{width:100%!important;height:100%!important;object-fit:cover;border-radius:inherit}
.g-mod .ico:has(.ico-img){padding:0;overflow:hidden}
.gd-card-ico .ico-img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.gd-card-ico:has(.ico-img){padding:0;overflow:hidden}

/* 7 Cartes verticales : cartes pleine largeur + flèche à droite */
.g-modules.lay-7{grid-template-columns:1fr;gap:14px}
.g-modules.lay-7 .g-mod{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;gap:16px;padding:22px 50px 22px 22px;position:relative;min-height:auto}
.g-modules.lay-7 .g-mod::after{content:"";position:absolute;right:22px;top:50%;width:11px;height:11px;border-top:2px solid rgba(0,0,0,.38);border-right:2px solid rgba(0,0,0,.38);transform:translateY(-50%) rotate(45deg)}

/* 8 Blocs sans texte : uniquement l'icône/image */
/* Empilement : cartes décalées en zigzag (aspect « empilé » dynamique) */
.g-modules.lay-8{grid-template-columns:1fr;gap:14px}
.g-modules.lay-8 .g-mod{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;gap:16px;padding:20px 22px;min-height:88px;width:84%;box-shadow:0 8px 20px rgba(0,0,0,.10)}
.g-modules.lay-8 .g-mod:nth-child(odd){margin-right:auto}
.g-modules.lay-8 .g-mod:nth-child(even){margin-left:auto}
.g-modules.lay-8 .g-mod .ico{width:var(--ico-box,52px);height:var(--ico-box,52px);flex-shrink:0}
.g-modules.lay-8 .g-mod .ico i,.g-modules.lay-8 .g-mod .ico svg{width:var(--ico-glyph,27px)!important;height:var(--ico-glyph,27px)!important}
.g-modules.lay-8 .g-mod .nm{font-size:16px;font-weight:600}

/* Grille 3 colonnes */
.g-modules.lay-10{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.g-modules.lay-10 .g-mod{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:104px;padding:16px 8px;gap:10px}
.g-modules.lay-10 .g-mod .nm{display:block;font-size:12.5px;line-height:1.2;text-align:center;width:100%;overflow-wrap:anywhere}
.g-modules.lay-10 .g-mod .ico{width:var(--ico-box,50px);height:var(--ico-box,50px)}
.g-modules.lay-10 .g-mod .ico i,.g-modules.lay-10 .g-mod .ico svg{width:var(--ico-glyph,26px)!important;height:var(--ico-glyph,26px)!important}

/* Grille alignée gauche (2 colonnes compactes, étroites, alignées à gauche) */
.g-modules.lay-11{grid-template-columns:repeat(2,minmax(0,118px));justify-content:start;gap:12px}
.g-modules.lay-11 .g-mod{flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;min-height:104px;padding:13px;gap:9px}
.g-modules.lay-11 .g-mod .nm{display:block;font-size:12.5px;font-weight:600;line-height:1.2;text-align:left}
.g-modules.lay-11 .g-mod .ico{width:var(--ico-box,38px);height:var(--ico-box,38px)}
.g-modules.lay-11 .g-mod .ico i,.g-modules.lay-11 .g-mod .ico svg{width:var(--ico-glyph,21px)!important;height:var(--ico-glyph,21px)!important}

/* Grille 4 colonnes */
.g-modules.lay-12{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.g-modules.lay-12 .g-mod{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:92px;padding:14px 4px;gap:8px;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.g-modules.lay-12 .g-mod .nm{display:block;font-size:11.5px;line-height:1.2;text-align:center;width:100%;overflow-wrap:anywhere;hyphens:auto}
.g-modules.lay-12 .g-mod .ico{width:var(--ico-box,44px);height:var(--ico-box,44px)}
.g-modules.lay-12 .g-mod .ico i,.g-modules.lay-12 .g-mod .ico svg{width:var(--ico-glyph,23px)!important;height:var(--ico-glyph,23px)!important}

/* 9 Empilement rond : icônes rondes façon applis (3 par ligne, texte dessous) */
.g-modules.lay-9{grid-template-columns:repeat(3,1fr);gap:16px 10px;background:transparent!important;box-shadow:none;padding-top:6px}
.g-modules.lay-9 .g-mod{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;gap:9px;background:transparent!important;box-shadow:none!important;padding:0;min-height:auto}
.g-modules.lay-9 .g-mod .ico{width:var(--ico-box,64px);height:var(--ico-box,64px);border-radius:50%!important;background:var(--mod-bg,#fff)!important;display:flex;align-items:center;justify-content:center}
.g-modules.lay-9 .g-mod .ico i,.g-modules.lay-9 .g-mod .ico svg{width:var(--ico-glyph,30px)!important;height:var(--ico-glyph,30px)!important}
.g-modules.lay-9 .g-mod .ico .ico-img{border-radius:50%}
.g-modules.lay-9 .g-mod .nm{font-size:12.5px;font-weight:500;line-height:1.2}

/* ===== Popups menu (recherche, langue) : bottom sheet ===== */
.g-menu-flag{width:22px;height:22px;object-fit:cover;border-radius:50%;display:block}
.g-sheet-pop{position:fixed;inset:0;z-index:400;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:.22s}
.g-sheet-pop.open{opacity:1;pointer-events:auto}
.g-pop-card{width:100%;max-width:520px;background:#fff;border-radius:26px 26px 0 0;padding:12px 20px 30px;transform:translateY(100%);transition:.26s cubic-bezier(.2,.8,.2,1);max-height:82vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}
.g-pop-card::-webkit-scrollbar{display:none}
.g-sheet-pop.open .g-pop-card{transform:translateY(0)}
.g-pop-grab{width:44px;height:5px;border-radius:3px;background:#e0e0e6;margin:4px auto 14px}
.g-pop-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.g-pop-head h3{font-size:22px;margin:0;font-weight:700}
.g-pop-head button{border:none;background:#f2f2f5;width:34px;height:34px;border-radius:50%;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}
.g-search-box{display:flex;align-items:center;gap:10px;border:2px solid var(--hosty);border-radius:16px;padding:13px 16px}
.g-search-box>i{width:20px;height:20px;color:var(--hosty)}
.g-search-box input{flex:1;border:none;outline:none;font-size:16px;background:none}
.g-search-clear{border:none;background:none;cursor:pointer;color:#bbb;display:flex}
.g-search-clear i{width:17px}
.g-search-results{margin-top:14px;display:flex;flex-direction:column;gap:8px}
.g-search-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;background:#f7f7f9;text-decoration:none;color:#1a1a1a}
.g-search-item:hover{background:#f0f0f3}
.gsi-ico{width:38px;height:38px;border-radius:12px;background:var(--hosty-soft,#fff7e0);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.gsi-ico i{width:20px;height:20px;color:var(--hosty)}
.gsi-ico img{width:100%;height:100%;object-fit:cover}
.gsi-nm{flex:1;font-weight:600;font-size:15.5px}
.gsi-go{width:18px;height:18px;color:#bbb}
.g-search-empty{text-align:center;color:#999;padding:26px;font-size:14px}
.g-lang-choices{display:flex;flex-direction:column;gap:8px}
.g-lang-choice{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:16px;background:#f7f7f9;text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:500}
.g-lang-choice img{width:30px;height:30px;object-fit:cover;border-radius:50%}
.g-lang-choice.on{background:var(--hosty-soft,#fff7e0)}
.g-lang-choice span{flex:1}
.g-lang-choice i{color:var(--hosty);width:20px}
/* Police des modules pour le texte du menu */
.g-bottom span{font-family:inherit}

/* Wifi : labels verticaux + bouton connexion (téléphone uniquement) */
.g-wifi .g-field{display:flex;flex-direction:column;gap:4px;padding:12px 0}
.g-wifi .g-field+.g-field{border-top:1px solid rgba(0,0,0,.06)}
.g-wifi .g-field .k{font-size:12.5px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.03em}
.g-wifi .g-field .v{font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}
.g-empty{display:flex;align-items:center;justify-content:flex-start;gap:10px;color:#999;font-size:14.5px;padding:22px 20px;text-align:left}
.g-empty i,.g-empty svg{width:19px;height:19px}
.g-wifi-connect{width:100%;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;color:#fff;border-radius:14px;padding:16px;font-size:15.5px;font-weight:700;cursor:pointer}
.g-wifi-connect i,.g-wifi-connect svg{width:20px;height:20px}
.only-phone{display:none}
@media(max-width:640px){.only-phone{display:flex}}

/* Règlement en texte enrichi (affichage livret) */
.g-rte{line-height:1.7;font-size:15.5px;color:#2a2a2a}
.g-rte h2{font-size:20px;margin:16px 0 6px}
.g-rte h3{font-size:17px;margin:14px 0 5px}
.g-rte ul,.g-rte ol{padding-left:22px;margin:8px 0}
.g-rte li{margin:4px 0}
.g-rte p{margin:0 0 10px}
.g-rte b,.g-rte strong{font-weight:700}

/* ====== Barre de recherche autonome sur le livret ====== */
.g-searchbar{margin:0 auto;max-width:520px;padding:0 16px;position:relative}
.g-searchbar.g-sb-before{margin-top:-4px;margin-bottom:16px}
.g-searchbar.g-sb-after{margin-top:24px;margin-bottom:30px}
.g-searchbar-box{display:flex;align-items:center;gap:10px;background:var(--sb-bg,#fff);color:var(--sb-col,#111);border-radius:var(--sb-rad,12px);padding:12px 16px;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.g-searchbar-box [data-lucide]{width:18px;height:18px;opacity:.7;flex-shrink:0}
.g-searchbar-input{flex:1;border:none;background:transparent;outline:none;font-family:var(--gfont);font-weight:600;font-size:15px;color:var(--sb-col,#111)}
.g-searchbar-input::placeholder{color:var(--sb-col,#111);opacity:.5;font-weight:500}
.g-searchbar-results{display:none;margin-top:8px;background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.14);overflow:hidden}
.g-searchbar-results.show{display:block}
.g-sb-item{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#1a1a1a;border-bottom:1px solid #f0f0f2;font-size:14.5px;font-family:var(--gfont);font-weight:600}
.g-sb-item:last-child{border-bottom:none}
.g-sb-item:hover{background:#f7f7f9}
.g-sb-ico{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.g-sb-ico img{width:24px;height:24px;object-fit:contain}
.g-sb-ico [data-lucide]{width:18px;height:18px}
.g-sb-empty{padding:14px 16px;color:#999;font-size:14px;text-align:center}

/* ====== Widget météo temps réel (page d'accueil) ====== */
/* Hauteur alignée sur le bouton paramètres (44 px) pour que les deux
   pastilles flottantes soient centrées sur la même ligne. */
/* Le widget météo reprend la police du titre du livret. */
.g-wx{font-family:var(--gtitle,var(--gfont)),var(--gfont);
  position:fixed;z-index:60;display:flex;align-items:center;gap:6px;height:44px;
  background:rgba(255,255,255,.92);backdrop-filter:blur(6px);color:#1a1a1a;border-radius:999px;
  padding:0 16px;font-size:15px;font-weight:700;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.g-wx .g-wx-ic{width:20px;height:20px;color:#f5a623}
.g-wx-top-right{top:16px;right:70px}
.g-wx-top-left{top:16px;left:16px}

/* ====== Liens réseaux sociaux du livret ====== */
.g-social{display:flex;justify-content:center;gap:14px;margin-top:26px;flex-wrap:wrap}
.g-social-a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#1a1a1a;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:transform .16s}
.g-social-a:hover{transform:translateY(-2px)}
.g-social-a [data-lucide]{width:20px;height:20px}
.g-social-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}
.g-social-facebook{background:#1877F2;color:#fff}
.g-social-youtube{background:#FF0000;color:#fff}
.g-social-tiktok{background:#000;color:#fff}

/* ================= Commande de services & panier ================= */

/* Bandeau de retour de paiement */
.g-cmd-msg{display:flex;align-items:flex-start;gap:12px;line-height:1.5}
.g-cmd-msg [data-lucide]{width:20px;height:20px;flex-shrink:0;margin-top:2px}
.g-cmd-msg.ok{background:#ecfdf5;color:#065f46}
.g-cmd-msg.ko{background:#fef2f2;color:#991b1b}
.g-cmd-msg.wait{background:#fffbeb;color:#92400e}
.g-cmd-iban{margin-top:10px;background:rgba(255,255,255,.65);border-radius:12px;padding:10px 12px;font-size:13.5px}
.g-cmd-iban div{display:flex;justify-content:space-between;gap:12px;padding:3px 0}
.g-cmd-iban span{opacity:.75}
.g-cmd-iban b{font-weight:700;text-align:right;word-break:break-all}

/* Ligne de service achetable */
.g-svc{display:flex;gap:14px;align-items:center;transition:box-shadow .15s,transform .15s}
.g-svc.on{box-shadow:0 0 0 2px var(--acc,#f5b800),0 4px 16px rgba(0,0,0,.05)}
.g-svc-img{width:64px;height:64px;border-radius:12px;object-fit:cover;flex-shrink:0}
.g-svc-body{flex:1;min-width:0}
.g-svc-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
/* Prix en pastille, calée à droite du nom du service */
.g-svc-price{flex-shrink:0;white-space:nowrap;font-weight:700;font-size:13.5px;line-height:1;
  padding:7px 13px;border-radius:999px;background:var(--acc,#f5b800);color:#1f1f23;
  box-shadow:0 1px 3px rgba(0,0,0,.08)}
.g-svc-price.muted{background:#f1f1f4;color:#6a6a75;font-weight:600}

/* Sélecteur de quantité */
.g-qty{display:inline-flex;align-items:center;gap:8px;margin-top:12px}
.g-qty button{width:34px;height:34px;border-radius:10px;border:1px solid #e5e5ea;background:#fff;
  font-size:17px;font-weight:700;color:#1f1f23;cursor:pointer;line-height:1;font-family:inherit}
.g-qty button:hover{background:#1f1f23;color:#fff;border-color:#1f1f23}
.g-qty input{width:52px;height:34px;border:1px solid #e5e5ea;border-radius:10px;text-align:center;
  font-family:inherit;font-size:15px;font-weight:700;-moz-appearance:textfield}
.g-qty input::-webkit-outer-spin-button,.g-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* Récapitulatif du panier */
.g-cart-h{font-size:17px;margin:0 0 12px}
.g-cart-line{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:14.5px;
  border-bottom:1px dashed #ececf0}
.g-cart-line b{white-space:nowrap}
.g-cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px;
  padding-top:12px;border-top:2px solid #1f1f23}
.g-cart-total span{font-weight:600}
.g-cart-total strong{font-size:22px;font-weight:800}
.g-cart-fields{display:grid;gap:9px;margin-top:16px}
.g-cart-fields .g-input{width:100%}

.g-pay-lbl{font-weight:600;font-size:14.5px;margin:18px 0 9px}
.g-pays{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:9px}
.g-pay{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;
  border:1.5px solid #e5e5ea;border-radius:14px;padding:14px 10px;cursor:pointer;background:#fff;
  text-align:center;transition:.15s;min-height:78px}
.g-pay:hover{border-color:#cfcfd6}
.g-pay input{position:absolute;opacity:0;pointer-events:none}
.g-pay.on{border-color:var(--acc,#f5b800);
  background:var(--ar-soft,#fff7e0)}
.g-pay img{max-height:22px;max-width:96px;object-fit:contain}
.g-pay span{font-size:12.5px;font-weight:600;color:#3a3a44}

.g-cart-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:18px;
  border:none;border-radius:14px;padding:16px;background:#1f1f23;color:#fff;cursor:pointer;
  font-family:inherit;font-size:15.5px;font-weight:700}
.g-cart-btn:hover{opacity:.9}
.g-cart-btn [data-lucide]{width:17px;height:17px}
.g-cart-note{margin-top:10px;text-align:center;font-size:11.5px;color:#9a9aa5;line-height:1.5}

@media(max-width:420px){
  .g-svc{flex-wrap:wrap}
  .g-pays{grid-template-columns:1fr 1fr}
}

/* Rappel du livret et de l'horodatage sous la confirmation de commande */
.g-cmd-meta{display:inline-block;margin-top:6px;font-size:12.5px;opacity:.8}

/* Couleurs réglables du module Services (nom, fond du prix, texte du prix) */
.g-svc-top strong{color:var(--svc-nom,inherit)}
.g-svc-price{color:var(--svc-prix-txt,#1f1f23)}
.g-svc-price.muted{color:#6a6a75}

/* ================= Module « Autour du lieu » : carte plein écran ================= */

.ar-app{position:fixed;inset:0;top:0;z-index:60;background:#fff}
#ar-map{position:absolute;inset:0}
/* Fond blanc sous les tuiles : plus net pendant le chargement */
.leaflet-container{font-family:inherit;background:#fff}

/* Barre de recherche et bouton de style, posés sur la carte */
.ar-top{position:absolute;top:14px;left:14px;right:14px;z-index:500;display:flex;gap:10px;align-items:center}
/* min-width:0 est indispensable : sans lui, la largeur intrinsèque du champ
   empêche la barre de rétrécir et pousse le bouton de style hors de l'écran. */
.ar-search{flex:1;min-width:0;display:flex;align-items:center;gap:10px;background:#fff;border-radius:50px;
  padding:13px 18px;box-shadow:0 4px 18px rgba(0,0,0,.16)}
.ar-search [data-lucide]{width:19px;height:19px;color:#9a9aa5;flex-shrink:0}
.ar-search input{flex:1;width:100%;min-width:0;border:none;outline:none;font-family:inherit;
  font-size:15.5px;background:none;color:#1f1f23}
.ar-search input::-webkit-search-cancel-button{-webkit-appearance:none}
.ar-round{width:48px;height:48px;flex-shrink:0;border-radius:50%;border:none;background:#fff;cursor:pointer;
  box-shadow:0 4px 18px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;color:#1f1f23}
.ar-round [data-lucide]{width:21px;height:21px}
.ar-locate{position:absolute;right:14px;bottom:calc(var(--ar-h,118px) + 16px);z-index:500;
  color:var(--ar-acc,#f5b800);transition:bottom .25s ease}

/* Filtres par catégorie */
.ar-chips{position:absolute;top:74px;left:0;right:0;z-index:500;display:flex;gap:8px;
  padding:0 14px;overflow-x:auto;scrollbar-width:none}
.ar-chips::-webkit-scrollbar{display:none}
.ar-chips button{flex-shrink:0;display:flex;align-items:center;gap:7px;background:#fff;border:none;
  border-radius:50px;padding:10px 15px;font-family:inherit;font-size:13.5px;font-weight:600;color:#3a3a44;
  cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.14)}
.ar-chips button.on{background:#1f1f23;color:#fff}

/* Choix du fond de carte */
.ar-styles{position:absolute;top:74px;right:14px;z-index:600;background:#fff;border-radius:14px;
  padding:6px;box-shadow:0 8px 28px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:2px}
.ar-styles button{display:flex;align-items:center;gap:9px;border:none;background:none;border-radius:10px;
  padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;color:#3a3a44;cursor:pointer;white-space:nowrap}
.ar-styles button [data-lucide]{width:17px;height:17px}
.ar-styles button:hover{background:#f4f4f7}
.ar-styles button.on{background:#f4f4f7;color:var(--ar-acc,#f5b800)}

/* Marqueurs */
.ar-pin-wrap{background:none;border:none}
.ar-pin{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;
  background:var(--ar-acc,#f5b800);color:#1f1f23;box-shadow:0 3px 12px rgba(0,0,0,.3);border:3px solid #fff}
.ar-pin [data-lucide]{width:17px;height:17px}
.ar-pin.fav{background:#e63946;color:#fff}
.ar-pin.on{transform:scale(1.18)}

/* Panneau coulissant */
.ar-sheet{position:absolute;left:0;right:0;bottom:0;z-index:550;background:#fff;
  border-radius:22px 22px 0 0;box-shadow:0 -6px 30px rgba(0,0,0,.18);
  display:flex;flex-direction:column;transition:height .25s ease;height:46vh}
.ar-sheet[data-state="0"]{height:118px}
.ar-sheet[data-state="1"]{height:46vh}
.ar-sheet[data-state="2"]{height:88vh}
.ar-grab{padding:10px 0 4px;cursor:grab;display:flex;justify-content:center;touch-action:none}
.ar-grab span{width:44px;height:5px;border-radius:50px;background:#d8d8de}
.ar-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:4px 20px 0}
.ar-sheet-head h2{margin:0;font-size:26px;font-weight:800;letter-spacing:-.01em}
.ar-toggle{width:38px;height:38px;border-radius:50%;border:none;background:#f2f2f5;cursor:pointer;
  display:flex;align-items:center;justify-content:center;color:#6a6a75}
.ar-toggle [data-lucide]{width:19px;height:19px}

.ar-tabs{display:flex;gap:8px;padding:14px 20px 10px}
.ar-tabs button{display:flex;align-items:center;gap:8px;border:none;background:none;border-radius:50px;
  padding:10px 16px;font-family:inherit;font-size:14.5px;font-weight:600;color:#8a8a95;cursor:pointer}
.ar-tabs button [data-lucide]{width:17px;height:17px}
.ar-tabs button.on{background:var(--hosty-soft,#fff7e0);color:var(--hosty,#f5b800)}

.ar-list{flex:1;overflow-y:auto;padding:4px 16px 22px;-webkit-overflow-scrolling:touch}
.ar-empty{padding:34px 10px;text-align:center;color:#9a9aa5;font-size:14px}

/* Fiche d'un lieu */
.ar-card{position:relative;background:#fff;border:1px solid #ececf0;border-radius:16px;padding:16px 15px 15px;
  margin-bottom:11px;display:flex;gap:13px;cursor:pointer;transition:border-color .15s,box-shadow .15s}
.ar-card.on{border-color:var(--ar-acc,#f5b800);box-shadow:0 0 0 2px rgba(245,184,0,.22)}
.ar-card-ic{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:var(--ar-acc,#f5b800);
  color:var(--ar-lieu-ic,#1f1f23);display:flex;align-items:center;justify-content:center}
.ar-card-ic [data-lucide]{width:21px;height:21px}
.ar-card-b{flex:1;min-width:0;padding-right:34px}
.ar-card-b h3{margin:0 0 7px;font-size:17px;font-weight:700;line-height:1.25}
.ar-tag{display:inline-block;background:#fdecec;color:#c0392b;border-radius:50px;padding:4px 11px;
  font-size:12px;font-weight:600;margin-right:5px}
.ar-coup{display:inline-block;background:#fff3cd;color:#8a6400;border-radius:50px;padding:4px 11px;
  font-size:12px;font-weight:700}
.ar-adr{margin:8px 0 0;font-size:13px;color:#8a8a95;line-height:1.45}
.ar-desc{margin:6px 0 0;font-size:13.5px;color:#5a5a66;line-height:1.5}
.ar-fav{position:absolute;top:14px;right:13px;width:34px;height:34px;border:none;background:none;
  cursor:pointer;color:#c8c8d2;display:flex;align-items:center;justify-content:center}
.ar-fav [data-lucide]{width:22px;height:22px}
.ar-fav.on{color:#e63946}
.ar-fav.on [data-lucide]{fill:currentColor}
.ar-go{position:absolute;right:13px;bottom:13px;display:inline-flex;align-items:center;gap:7px;
  background:var(--ar-btn-bg,#f5b800);color:var(--ar-btn-tx,#1f1f23);border:none;border-radius:50px;
  padding:9px 16px;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;
  box-shadow:0 3px 10px rgba(0,0,0,.12)}
.ar-go [data-lucide]{width:15px;height:15px}
.ar-card{padding-bottom:56px}

@media(min-width:820px){
  /* Ordinateur : la carte occupe toute la largeur, le panneau se pose dessus. */
  .ar-sheet{left:auto;right:0;width:420px;top:0;bottom:0;height:100% !important;border-radius:0}
  .ar-sheet .ar-sheet-head{padding-top:30px}   /* respiration au-dessus du titre */
  .ar-top{right:454px}
  .ar-chips{right:440px}
  .ar-grab{display:none}
  .ar-locate{right:454px;bottom:26px}
  /* Vue « s'y rendre » : pas de panneau, la carte prend tout l'écran. */
  .ar-direct .ar-top{right:14px}
}

/* Choix de l'application d'itinéraire */
.ar-nav{position:fixed;inset:0;z-index:950;background:rgba(15,15,20,.5);
  display:flex;align-items:center;justify-content:center;padding:16px;
  backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.ar-nav[hidden]{display:none}
.ar-nav-box{position:relative;width:100%;max-width:420px;background:#fff;border-radius:22px;padding:24px 20px 20px;
  box-shadow:0 -8px 40px rgba(0,0,0,.28)}
.ar-nav-close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:none;background:#f2f2f5;
  border-radius:50%;font-size:22px;line-height:1;color:#6a6a75;cursor:pointer}
.ar-nav-l{margin:0;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9a9aa5}
.ar-nav-t{margin:5px 0 18px;font-size:19px;font-weight:800;line-height:1.3;padding-right:40px}
.ar-nav-apps{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.ar-nav-app{flex:1;min-width:96px;max-width:130px;display:flex;flex-direction:column;align-items:center;gap:9px;
  padding:16px 10px;border:1px solid #ececf0;border-radius:18px;text-decoration:none;color:#1f1f23;
  transition:border-color .15s,transform .15s}
.ar-nav-app:hover{border-color:#c8c8d2;transform:translateY(-2px)}
.ar-nav-app img{width:46px;height:46px;object-fit:contain}
.ar-nav-app span{font-size:13.5px;font-weight:600}
@media(min-width:560px){.ar-nav{align-items:center}}

/* Barre de catégories : défilement au doigt, à la souris et à la molette */
.ar-chips{scroll-behavior:smooth;cursor:grab;-webkit-overflow-scrolling:touch}
.ar-chips.drag{cursor:grabbing;scroll-behavior:auto}
/* Pas de pointer-events:none ici : la classe est posée dès l'appui, ce qui
   ferait perdre le bouton comme cible du clic. Le glissement est neutralisé
   en JavaScript, uniquement s'il y a eu un vrai déplacement. */
.ar-chips button{transition:background .15s,color .15s}

/* ---- Écran d'accroche : on situe le logement avant d'ouvrir la carte ---- */
.ar-intro{position:absolute;inset:0;z-index:700;background:linear-gradient(160deg,#fff,#f6f6f9);
  display:flex;align-items:center;justify-content:center;padding:28px;text-align:center;
  transition:opacity .4s ease,transform .4s ease}
.ar-intro.gone{opacity:0;transform:scale(1.04);pointer-events:none}
.ar-intro-in{max-width:340px}
.ar-intro-pin{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;
  border-radius:50%;background:var(--ar-acc,#f5b800);color:#1f1f23;margin-bottom:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.16)}
.ar-intro-pin [data-lucide]{width:32px;height:32px}
.ar-intro-in h2{margin:0 0 8px;font-size:25px;font-weight:800;line-height:1.25}
.ar-intro-a{margin:0 0 4px;font-size:14.5px;color:#6a6a75;line-height:1.5}
.ar-intro-n{margin:0 0 26px;font-size:13.5px;color:#9a9aa5}
.ar-intro-btn{display:inline-flex;align-items:center;gap:9px;border:none;border-radius:50px;
  padding:15px 28px;background:#1f1f23;color:#fff;font-family:inherit;font-size:15.5px;font-weight:700;
  cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.ar-intro-btn [data-lucide]{width:18px;height:18px}

/* Bouton « Voir par liste » */
.ar-listbtn{position:absolute;left:14px;bottom:calc(var(--ar-h,118px) + 16px);z-index:500;
  display:inline-flex;align-items:center;gap:8px;border:none;border-radius:50px;padding:12px 18px;
  background:#1f1f23;color:#fff;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;
  box-shadow:0 4px 18px rgba(0,0,0,.22)}
.ar-listbtn [data-lucide]{width:16px;height:16px}

/* Vue liste */
.ar-lv{position:absolute;inset:0;z-index:800;background:#fff;display:flex;flex-direction:column}
.ar-lv[hidden]{display:none}
.ar-lv-head{display:flex;align-items:center;gap:12px;padding:18px 16px 14px;border-bottom:1px solid #ececf0}
.ar-lv-head h2{flex:1;margin:0;font-size:19px;font-weight:800;min-width:0}
.ar-lv-back,.ar-lv-close{width:38px;height:38px;border-radius:50%;border:none;background:#f2f2f5;
  cursor:pointer;display:flex;align-items:center;justify-content:center;color:#3a3a44;flex-shrink:0}
.ar-lv-back [data-lucide],.ar-lv-close [data-lucide]{width:19px;height:19px}
.ar-lv-body{flex:1;overflow-y:auto;padding:10px 16px 26px}
.ar-lv-row{width:100%;display:flex;align-items:center;gap:13px;border:1px solid #ececf0;border-radius:14px;
  background:#fff;padding:15px 15px;margin-bottom:9px;cursor:pointer;font-family:inherit;text-align:left}
.ar-lv-row:hover{border-color:#d2d2dc}
.ar-lv-n{min-width:32px;height:32px;padding:0 8px;border-radius:50px;background:var(--ar-acc,#f5b800);
  color:#1f1f23;font-size:13.5px;font-weight:800;display:flex;align-items:center;justify-content:center}
.ar-lv-l{flex:1;font-size:15px;font-weight:600}
.ar-lv-row [data-lucide]{width:18px;height:18px;color:#c0c0ca}
.ar-lv-sub{display:flex;align-items:center;gap:9px;margin:18px 0 8px;font-size:13px;font-weight:700;
  text-transform:uppercase;letter-spacing:.05em;color:#8a8a95}
.ar-lv-sub b{color:#1f1f23;font-size:12.5px}
.ar-lv-ic{width:26px;height:26px;border-radius:8px;background:#f4f4f7;color:var(--ar-acc,#b9791a);
  display:flex;align-items:center;justify-content:center}
.ar-lv-ic [data-lucide]{width:14px;height:14px}
.ar-lv-place{display:block;width:100%;text-align:left;border:none;border-bottom:1px solid #f2f2f5;
  background:none;padding:12px 4px;cursor:pointer;font-family:inherit;color:inherit;text-decoration:none}
.ar-lv-place:visited,.ar-lv-place:link{color:inherit}
.ar-lv-place:hover{background:#fafafa}
.ar-lv-pn{display:block;font-size:14.5px;font-weight:600;color:#1f1f23}
.ar-lv-pa{display:block;font-size:12.5px;color:#9a9aa5;margin-top:2px}

/* Photo et informations complémentaires sur les fiches */
.ar-card-ph{width:60px;height:60px;border-radius:14px;object-fit:cover;flex-shrink:0}
.ar-meta{display:flex;flex-wrap:wrap;gap:12px;margin:8px 0 0;font-size:12.5px;color:#8a8a95}
.ar-meta span,.ar-meta a{display:inline-flex;align-items:center;gap:5px}
.ar-meta a{color:#3a7bd5;text-decoration:none}
.ar-meta [data-lucide]{width:13px;height:13px}

@media(min-width:820px){.ar-listbtn{left:auto;right:454px;bottom:84px}}

/* QR-code de connexion Wi-Fi.
   Le titre est au-dessus, la phrase explicative en dessous : 20 px de part et
   d'autre du code pour le détacher nettement des deux textes. */
.g-wifiqr{text-align:center}
.g-wifiqr h3{margin:0;font-size:16.5px;font-weight:700}
.g-wifiqr p{margin:0;font-size:13.5px;color:#8a8a95;line-height:1.5}
.g-qr{display:inline-block;width:200px;height:200px;margin:20px 0;
  box-shadow:0 4px 18px rgba(0,0,0,.09)}
.g-qr svg{display:block;width:100%;height:100%}

/* Numéros d'urgence, en tête du module Numéros */
.g-urg-h{margin:4px 0 12px;font-size:15px;font-weight:700;color:#1f1f23}
.g-urg{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}
.g-urg-c{display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;
  border:1px solid #ececf0;border-radius:16px;padding:16px 8px 14px;text-decoration:none;color:#1f1f23;
  box-shadow:0 4px 16px rgba(0,0,0,.05);transition:transform .15s,border-color .15s}
.g-urg-c:hover{transform:translateY(-2px);border-color:var(--u,#c53030)}
.g-urg-i{width:42px;height:42px;border-radius:50%;background:var(--u,#c53030);color:#fff;
  display:flex;align-items:center;justify-content:center}
.g-urg-i [data-lucide]{width:20px;height:20px}
.g-urg-c strong{font-size:19px;font-weight:800;line-height:1;color:var(--u,#c53030)}
.g-urg-l{font-size:12.5px;color:#6a6a75;font-weight:600}
@media(max-width:360px){.g-urg{gap:7px}.g-urg-c{padding:13px 4px 11px}.g-urg-c strong{font-size:17px}}

/* Codes d'accès : une carte par code */
.g-dc{display:grid;gap:12px;margin-bottom:14px}
.g-dc-c{background:#fff;border-radius:20px;padding:22px 18px;text-align:center;
  box-shadow:0 4px 16px rgba(0,0,0,.05);border:1px solid #f0f0f4}
.g-dc-t{font-size:13px;font-weight:600;color:#8a8a95;text-transform:uppercase;letter-spacing:.06em}
.g-dc-v{font-size:36px;font-weight:800;letter-spacing:5px;margin:10px 0 0;color:var(--dc,#f5b800);
  word-break:break-all;line-height:1.1}
/* ---- Module Agenda ---- */
.g-agenda{display:grid;gap:12px}
.ag-card{display:flex;gap:14px;background:#fff;border:1px solid #f0f0f4;border-radius:18px;
  padding:16px;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.ag-card.today{border-color:var(--ag,#f5b800);box-shadow:0 6px 20px -8px rgba(245,184,0,.4)}
.ag-when{width:56px;flex-shrink:0;border-radius:14px;background:var(--hosty-soft,#fff7e0);
  display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0;
  color:var(--ag,#f5b800)}
.ag-when .j{font-size:22px;font-weight:800;line-height:1}
.ag-when .j [data-lucide]{width:20px;height:20px}
.ag-when .m{font-size:11.5px;font-weight:700;text-transform:uppercase;margin-top:2px;letter-spacing:.04em}
.ag-b{flex:1;min-width:0}
.ag-b strong{display:block;font-size:16px;font-weight:700;line-height:1.3;color:#1f2430}
.ag-ic{width:16px;height:16px;vertical-align:-3px;margin-right:6px;color:var(--ag,#f5b800)}
.ag-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:6px;font-size:12.5px;color:#8a8a95}
.ag-meta span{display:inline-flex;align-items:center;gap:5px}
.ag-meta [data-lucide]{width:13px;height:13px}
.ag-today{background:var(--ag,#f5b800);color:#1f2430;border-radius:999px;padding:1px 9px;
  font-weight:700;font-size:11.5px}
.ag-d{margin:9px 0 0;font-size:14px;line-height:1.6;color:#6a6a76}
.ag-lien{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:13.5px;
  font-weight:600;color:var(--ag,#f5b800);text-decoration:none}
.ag-lien [data-lucide]{width:14px;height:14px}

/* Encart de note du livre d'or */
.go-score{text-align:center;padding:24px 18px}
.go-score-n{font-size:44px;font-weight:800;line-height:1;letter-spacing:-.02em}
.go-score-s{margin:10px 0 6px;font-size:20px;letter-spacing:3px;color:#f5b800}
.go-score-s .off{color:#dcdce2}
.go-score-c{font-size:14px;color:#8a8a95}

/* =====================================================================
   PRÉSENTATIONS COMMUNES : basique, minimaliste, pro
   =====================================================================
   Ces règles s'appliquent aux avis, aux bons plans et aux services. Le
   balisage ne change pas d'un style à l'autre : seule la classe posée sur
   la carte diffère, ce qui permet d'ajouter un style sans toucher au rendu.
   « basique » n'a aucune règle : c'est l'apparence par défaut. */

/* ---- Minimaliste : plus de carte, un simple filet de séparation ----
   Les cartes disparaissent, mais la lisibilité doit y gagner : la liste passe
   sur une seule colonne, les visuels se réduisent, et ce qui était en pastille
   flottante revient dans le flux du texte. */

/* Avis */
.g-review.sty-mini{background:none;border:none;box-shadow:none;border-radius:0;
  padding:16px 2px;margin-bottom:0;border-bottom:1px solid #ececf0}
.g-review.sty-mini:last-child{border-bottom:none}

/* Bons plans */
.g-deals.sty-mini{grid-template-columns:1fr;gap:0}
.sty-mini .g-deal{background:none;border:none;box-shadow:none;border-radius:0;
  padding:15px 2px;align-items:center;border-bottom:1px solid #ececf0}
.sty-mini .g-deal:last-child{border-bottom:none}
.sty-mini .g-deal:hover{transform:none;box-shadow:none}
.sty-mini .g-deal-ic{width:34px;height:34px;border-radius:0;background:none;
  color:#b4b4bd;align-self:flex-start;margin-top:2px}
.sty-mini .g-deal-ic [data-lucide]{width:20px;height:20px}
.sty-mini .g-deal-b{padding-right:0;padding-top:0}
.sty-mini .g-deal-b h3{font-size:15.5px}
.sty-mini .g-deal-b p{margin-top:3px;font-size:13.5px}
/* L'avantage quitte le coin de la carte pour se caler à droite de la ligne. */
.sty-mini .g-deal-tag{position:static;order:3;margin-left:auto;align-self:center;
  background:none;padding:0;font-size:13.5px;font-weight:700;
  color:var(--hosty,#a17400)}
.sty-mini .g-deal:has(.g-deal-tag) .g-deal-b{padding-top:0}

/* Services — variante « Ardoise » : les prestations sur un fond légèrement
   teinté, chacune dans sa ligne blanche arrondie. Le fond regroupe l'ensemble
   visuellement, ce qui manquait à la version en simples filets. */
.g-svc.sty-mini{background:#f6f6f8;border:none;border-radius:14px;padding:12px;gap:13px;
  align-items:center;margin-bottom:8px;box-shadow:none}
.g-svc.sty-mini:first-of-type{margin-top:2px}
.g-svc.sty-mini.on{background:var(--hosty-soft,#fff7e0);box-shadow:0 0 0 2px var(--hosty,#f5b800)}
.g-svc.sty-mini .g-svc-img{width:54px;height:54px;border-radius:11px;flex-shrink:0}
.g-svc.sty-mini .g-svc-body{display:flex;align-items:center;gap:12px;flex:1;min-width:0}
.g-svc.sty-mini .g-svc-top{flex:1;min-width:0;flex-direction:column;align-items:flex-start;gap:1px}
.g-svc.sty-mini .g-svc-top strong{font-size:15px}
.g-svc.sty-mini .g-svc-body p{font-size:12.5px;margin:0;overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.g-svc.sty-mini .g-svc-price{background:#fff;color:#1f2430;
  border-radius:999px;padding:5px 13px;font-size:14px;font-weight:800;
  white-space:nowrap;margin-left:auto}

/* Services — variante « Vitrine » : deux colonnes, photo en tête de carte. */
@media(min-width:560px){.g-body .g-svc.sty-pro{width:calc(50% - 6px);display:inline-flex;vertical-align:top}}
.g-svc.sty-pro{flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;
  border:1px solid #ececf0;border-radius:16px}
.g-svc.sty-pro .g-svc-img{width:100%;height:132px;border-radius:0;flex-shrink:0}
.g-svc.sty-pro .g-svc-body{padding:14px 15px 16px}
.g-svc.sty-pro .g-svc-top{flex-direction:column;align-items:flex-start;gap:6px}
.g-svc.sty-pro .g-svc-top strong{color:var(--pbg,#17172b);font-size:15.5px}
.g-svc.sty-pro .g-svc-price{background:var(--pbg,#17172b);color:var(--pico,#fff);
  border-radius:999px;padding:4px 12px;font-size:13.5px}

/* Bons plans — variante « Ardoise » : même principe, un fond commun et des
   lignes blanches. L'avantage devient une pastille pleine à droite. */
.g-deals.sty-mini{grid-template-columns:1fr;gap:8px}
.sty-mini .g-deal{background:#f6f6f8;border:none;box-shadow:none;
  border-radius:14px;padding:13px 14px;align-items:center;gap:13px}
.sty-mini .g-deal:hover{transform:none;box-shadow:none;background:#f0f0f3}
.sty-mini .g-deal-ic{width:44px;height:44px;border-radius:13px;flex-shrink:0;
  background:#fff;color:var(--hosty,#a17400)}
.sty-mini .g-deal-ic [data-lucide]{width:20px;height:20px}
.sty-mini .g-deal-b{flex:1;min-width:0;padding:0}
.sty-mini .g-deal-b h3{font-size:15px}
.sty-mini .g-deal-b p{margin-top:2px;font-size:13px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sty-mini .g-deal-tag{position:static;flex-shrink:0;margin-left:auto;align-self:center;
  background:var(--hosty,#f5b800);color:#fff;border-radius:999px;padding:6px 13px;
  font-size:12.5px;font-weight:700;white-space:nowrap;box-shadow:none}

/* Codes d'accès */
.g-dc.sty-mini{gap:0}
.sty-mini .g-dc-c{background:none;border:none;box-shadow:none;border-radius:0;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  text-align:left;padding:16px 2px;border-bottom:1px solid #ececf0}
.sty-mini .g-dc-c:last-child{border-bottom:none}
.sty-mini .g-dc-t{font-size:14px;text-transform:none;letter-spacing:0;color:#1f2430;font-weight:600}
.sty-mini .g-dc-v{font-size:22px;margin:0;letter-spacing:2px;text-align:right}
.sty-mini .g-dc-x{width:100%;margin:6px 0 0;order:3}
.sty-mini .g-dc-copy{display:none}

/* ---- Pro : filet coloré à gauche et éléments sombres personnalisés ---- */
.g-review.sty-pro,
.g-svc.sty-pro,
.sty-pro .g-deal,
.sty-pro .g-dc-c{border-left:4px solid var(--pbg,#1f1f23)}
.sty-pro .g-deal-ic{background:var(--pbg,#1f1f23);color:var(--pico,#fff)}
.g-review.sty-pro .who strong,
.g-svc.sty-pro .g-svc-top strong{color:var(--pbg,#1f1f23)}
.g-svc.sty-pro .g-svc-price{background:var(--pbg,#1f1f23);color:var(--pico,#fff);
  border-radius:999px;padding:3px 11px}
.sty-pro .g-deal-tag{background:var(--pbg,#1f1f23);color:var(--pico,#fff)}
.sty-pro .g-dc-v{color:var(--pbg,#1f1f23)}
.sty-pro .g-dc-copy{background:var(--pbg,#1f1f23);color:var(--pico,#fff);border-color:var(--pbg,#1f1f23)}
.sty-pro .g-dc-copy:hover{filter:brightness(1.25)}

/* =====================================================================
   « AUTOUR DU LIEU » : trois présentations
   =====================================================================
   Toutes reprennent le même principe : la carte occupe l'écran, une barre de
   navigation est posée en bas, et les lieux s'affichent au-dessus. Ce qui
   change, c'est la forme des fiches et l'ambiance. */

/* ---- Le bouton de position vivait au milieu de la carte : il est désormais
       dans la barre du bas, on le masque sans le retirer du document pour que
       la barre continue de le déclencher. ---- */
.ar-locate{display:none}

/* ---- Pastille de couleur devant la catégorie, dans les fiches ---- */
.ar-dot{display:inline-block;width:8px;height:8px;border-radius:50%;
  background:var(--cc,#f5b800);margin-right:7px;vertical-align:1px;flex-shrink:0}
.ar-tag{display:inline-flex;align-items:center}

/* ---- La liste plein écran laisse voir la barre du bas ---- */
.ar-lv{padding-bottom:76px}



/* ---- La couleur « par-dessus » s'applique à TOUT ce qui repose sur la
       couleur principale : pastilles actives, boutons, repères. ---- */
.ar-app .ar-chips button.on{color:var(--ar-lieu-ic,#fff)}
.ar-app .ar-drop{color:var(--ar-lieu-ic,#fff)}
.ar-app .ar-tab-plus{color:var(--ar-lieu-ic,#fff)}
.ar-app .ar-go{background:var(--ar-btn-bg);color:var(--ar-btn-tx)}
.ar-app.sty-pro .ar-chips button [data-lucide]{color:var(--ar-lieu-ic,#fff)}
.ar-app .ar-lv-ic{color:var(--ar-lieu-ic,#fff)}
.ar-app .ar-fav.on{color:var(--ar-fav-bg)}

/* ---- Style Pro : lisibilité par-dessus la carte sombre ----
   Les pastilles de catégorie et leurs libellés flottent au-dessus des tuiles :
   sans ombre portée, le texte se confond avec le fond dès qu'une zone claire
   passe dessous. */
.ar-app.sty-pro .ar-chips button{text-shadow:0 1px 4px rgba(0,0,0,.85), 0 0 12px rgba(0,0,0,.55)}
.ar-app.sty-pro .ar-chips button [data-lucide]{
  box-shadow:0 4px 14px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.10)}
.ar-app.sty-pro .ar-chips button.on [data-lucide]{
  box-shadow:0 4px 16px rgba(0,0,0,.6), 0 0 0 3px rgba(255,255,255,.28)}
/* Le libellé de la pastille active reste net même sur une zone claire. */
.ar-app.sty-pro .ar-chips button.on{text-shadow:0 1px 5px rgba(0,0,0,.9)}


/* ---- Vue liste : chaque sous-catégorie porte sa couleur ---- */
.ar-lv-sub{display:flex;align-items:center;gap:10px}
.ar-lv-sub .ar-lv-ic{background:var(--cc,#f5b800);color:#fff}
.ar-lv-sl{color:var(--cc,#f5b800);font-weight:700}
.ar-lv-sub b{margin-left:auto;background:#f2f2f5;color:#6a6a76;border-radius:999px;
  padding:2px 9px;font-size:12px}
/* Filet de rappel devant chaque lieu de la catégorie. */
.ar-lv-place{border-left:3px solid var(--cc,#f5b800)}

/* ---- Page des coups de cœur ---- */
.ar-fv{position:absolute;inset:0;z-index:790;background:#fff;display:flex;flex-direction:column;
  padding-bottom:76px}
.ar-fv[hidden]{display:none}
.ar-fv-head{display:flex;align-items:center;gap:14px;padding:16px 16px 12px;
  border-bottom:1px solid #ececf0}
.ar-fv-head h2{margin:0;font-size:22px;font-weight:800;letter-spacing:-.01em}
.ar-fv-head p{margin:2px 0 0;font-size:13px;color:#8a8a95}
.ar-fv-body{flex:1;overflow-y:auto;padding:14px 16px 20px}
.ar-fv-vide{display:flex;flex-direction:column;align-items:center;gap:8px;padding:56px 20px;text-align:center}
.ar-fv-vide [data-lucide]{width:38px;height:38px;color:var(--ar-fav-bg,#e63946);opacity:.5}
.ar-fv-vide p{margin:6px 0 0;font-size:16px;font-weight:700;color:#1f2430}
.ar-fv-vide span{font-size:13.5px;color:#9a9aa5;max-width:260px;line-height:1.5}
/* En version sombre, la page suit la même palette. */
.ar-app.sty-pro .ar-fv{background:var(--pbg,#17172b)}
.ar-app.sty-pro .ar-fv-head{border-bottom-color:rgba(255,255,255,.10)}
.ar-app.sty-pro .ar-fv-head h2{color:var(--pico,#fff)}
.ar-app.sty-pro .ar-fv-head p{color:rgba(255,255,255,.55)}
.ar-app.sty-pro .ar-fv-vide p{color:var(--pico,#fff)}

/* ---- Repère en goutte, à la couleur de sa catégorie ---- */
.ar-drop{position:relative;display:flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);
  background:var(--dc,#f5b800);color:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.28);transition:transform .15s ease}
.ar-drop i,.ar-drop svg{transform:rotate(45deg);width:19px;height:19px}
.ar-drop.on{transform:rotate(-45deg) scale(1.16);z-index:5}

/* ---- Pastilles de catégorie, avec icône ---- */
.ar-chips button{display:inline-flex;align-items:center;gap:8px}
.ar-chips button [data-lucide]{width:17px;height:17px;flex-shrink:0}
.ar-chips button.on{background:var(--cc,#1f1f23);border-color:var(--cc,#1f1f23);color:#fff}
.ar-chips button[data-c=""].on{background:#1f1f23;border-color:#1f1f23}

/* ---- Titre du panneau ---- */
.ar-sh-t h2{margin:0}
.ar-sh-t p{margin:2px 0 0;font-size:13.5px;color:#8a8a95}
.ar-app.sty-pro .ar-sh-t p{color:rgba(255,255,255,.55)}

/* ---- Barre d'onglets, commune aux trois ----
   Nommée .ar-tabbar et non .ar-nav : cette dernière est déjà la fenêtre de
   choix d'itinéraire, un voile plein écran. Réutiliser son nom rendait la
   page entièrement blanche. */
.ar-tabbar{position:absolute;left:0;right:0;bottom:0;z-index:900;display:flex;align-items:center;
  justify-content:space-around;gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));
  background:#fff;border-top:1px solid #ececf0}
.ar-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;
  border:none;background:none;cursor:pointer;font-family:inherit;text-decoration:none;
  color:#9a9aa5;padding:5px 2px;min-width:0}
.ar-tab span{font-size:10.5px;font-weight:600;white-space:nowrap}
.ar-tab [data-lucide]{width:21px;height:21px}
.ar-tab.on{color:var(--ar-acc,#f5b800)}
.ar-tab-plus{flex:0 0 auto;width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;
  background:var(--ar-acc,#f5b800);color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px -6px rgba(0,0,0,.45);margin-top:-20px}
.ar-tab-plus [data-lucide]{width:23px;height:23px}
/* La place de la barre est réservée à l'intérieur du panneau, jamais en le
   décalant : remonter son bord bas ajouterait à sa hauteur. */
.ar-app .ar-sheet{max-height:calc(100% - 86px)}
.ar-app .ar-list{padding-bottom:80px}
.ar-listbtn{display:none}

/* =========================== 1. BASIQUE ===========================
   Vignettes photo horizontales sous la carte. Le panneau garde son en-tête et
   son chevron : c'est lui qui indique qu'on peut agrandir la liste. */
.ar-app.sty-basic .ar-sheet{border-radius:22px 22px 0 0;box-shadow:0 -10px 30px -18px rgba(0,0,0,.35)}
/* Replié, le panneau montrait le haut des fiches et coupait le bouton. */
.ar-app.sty-basic .ar-sheet[data-state="0"]{height:250px}
.ar-app.sty-basic .ar-sheet-head{padding:4px 18px 2px}
.ar-app.sty-basic .ar-sheet-head h2{font-size:19px;font-weight:800}
.ar-app.sty-basic .ar-sh-t p{font-size:13px}
/* Le chevron devient un vrai bouton visible, pas un discret trait gris. */
.ar-app.sty-basic .ar-toggle{width:40px;height:40px;background:var(--ar-acc,#f5b800);
  color:var(--ar-lieu-ic,#fff);box-shadow:0 4px 12px -4px rgba(0,0,0,.35)}
.ar-app.sty-basic .ar-toggle [data-lucide]{width:20px;height:20px}

.ar-app.sty-basic .ar-list{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;
  padding:6px 14px 16px;scroll-snap-type:x mandatory;scrollbar-width:none}
.ar-app.sty-basic .ar-list::-webkit-scrollbar{display:none}
/* Vignettes nettement réduites : elles occupaient presque tout l'écran. */
.ar-app.sty-basic .ar-card{flex:0 0 152px;scroll-snap-align:center;margin-bottom:0;
  flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;
  border:1px solid #ececf0;border-radius:14px;background:#fff;
  box-shadow:0 6px 16px -12px rgba(0,0,0,.3)}
.ar-app.sty-basic .ar-card-ph,
.ar-app.sty-basic .ar-card-ic{width:100%;height:64px;border-radius:0;object-fit:cover;
  background:#f2f2f5;color:var(--ar-acc,#f5b800)}
.ar-app.sty-basic .ar-card-ic{display:flex;align-items:center;justify-content:center}
.ar-app.sty-basic .ar-card-ic [data-lucide]{width:22px;height:22px}
.ar-app.sty-basic .ar-card-b{padding:8px 10px 0}
.ar-app.sty-basic .ar-card-b h3{font-size:13.5px;margin:0 0 3px;line-height:1.2;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.ar-app.sty-basic .ar-tag{font-size:11.5px;margin:0}
.ar-app.sty-basic .ar-adr,
.ar-app.sty-basic .ar-desc,
.ar-app.sty-basic .ar-meta{display:none}
/* Le bouton d'itinéraire était masqué : c'était une erreur, il est la raison
   d'être de la fiche. */
/* Le bouton suit immédiatement la pastille de catégorie : plus bas, il
   tombait sous le bord du panneau et restait invisible. */
.ar-app.sty-basic .ar-go{display:flex;margin:8px 10px 10px;padding:7px 10px;
  font-size:12.5px;justify-content:center;border-radius:9px}
.ar-app.sty-basic .ar-go [data-lucide]{width:14px;height:14px}
.ar-app.sty-basic .ar-fav{top:6px;right:6px;width:28px;height:28px;background:rgba(255,255,255,.92)}

/* =========================== 2. MINIMALISTE ===========================
   La carte occupe tout l'écran. Aucun panneau : on touche un repère, et la
   fiche de ce lieu seul apparaît au-dessus de la barre du bas. */
.ar-app.sty-mini .ar-sheet{display:none}
.ar-app.sty-mini .ar-chips button{background:#fff;border:1px solid #ececf0;
  box-shadow:0 2px 8px rgba(0,0,0,.12);font-weight:600}
.ar-app.sty-mini .ar-chips button.on{background:var(--ar-acc,#f5b800);
  border-color:var(--ar-acc,#f5b800);color:var(--ar-lieu-ic,#fff)}

/* La vignette unique */
.ar-one{position:absolute;left:12px;right:12px;bottom:82px;z-index:780}
.ar-one[hidden]{display:none}
.ar-one .ar-card{position:relative;margin:0;background:#fff;border:none;border-radius:16px;
  box-shadow:0 14px 34px -16px rgba(0,0,0,.5);padding:12px;gap:12px;align-items:center}
.ar-one .ar-card-ph,
.ar-one .ar-card-ic{width:78px;height:78px;border-radius:14px;flex-shrink:0;object-fit:cover;
  background:#f2f2f5;color:var(--ar-acc,#f5b800)}
.ar-one .ar-card-ic [data-lucide]{width:30px;height:30px}
.ar-one .ar-card-ic{display:flex;align-items:center;justify-content:center}
.ar-one .ar-card-b{flex:1;min-width:0;padding-right:58px}
.ar-one .ar-card-b h3{font-size:15.5px;margin:0 0 2px}
.ar-one .ar-go{position:static;margin-top:8px;width:100%;justify-content:center;
  padding:9px;font-size:13px;border-radius:10px}
.ar-one .ar-fav{position:absolute;top:10px;right:44px;width:30px;height:30px;background:#f4f4f7}
.ar-one-x{position:absolute;top:10px;right:10px;width:30px;height:30px;border:none;
  border-radius:50%;background:#f4f4f7;color:#6a6a76;cursor:pointer;
  display:flex;align-items:center;justify-content:center}
.ar-one-x [data-lucide]{width:15px;height:15px}
/* Sur écran étroit, la fiche passe en colonne pour laisser respirer le texte. */
@media(max-width:380px){
  .ar-one .ar-card{flex-wrap:wrap}
  .ar-one .ar-card-b{padding-right:0;flex:1 1 100%;order:2}
  .ar-one .ar-go{order:3}
}

/* =========================== 3. PRO ===========================
   Version sombre : annuaire à vignettes carrées, catégories en pastilles
   rondes illustrées, carte en second plan. */
/* La présentation Pro n'a plus ses propres couleurs : elle reprend celles de
   la carte (couleur du logement pour le fond, couleur par-dessus pour le
   texte). Un jeu de réglages en moins, et une carte cohérente. */
.ar-app.sty-pro{--pbg:var(--ar-home-bg,#17172b);--pico:var(--ar-home-ic,#fff)}
.ar-app.sty-pro .ar-sheet,
.ar-app.sty-pro .ar-list{background:var(--pbg)}
.ar-app.sty-pro .ar-sheet{border-radius:20px 20px 0 0}
.ar-app.sty-pro .ar-tabbar{background:var(--pbg,#17172b);border-top-color:rgba(255,255,255,.10)}
.ar-app.sty-pro .ar-tab{color:rgba(255,255,255,.5)}
.ar-app.sty-pro .ar-tab.on{color:var(--ar-acc,#f5b800)}
.ar-app.sty-pro .ar-grab span{background:rgba(255,255,255,.28)}
/* L'en-tête du panneau est retiré : la barre de recherche et les catégories
   annoncent déjà le contenu, et l'espace gagné profite à la liste. */
.ar-app.sty-pro .ar-sheet-head{display:none}
.ar-app.sty-pro .ar-toggle{color:rgba(255,255,255,.6)}

/* La recherche reprend l'aspect clair du minimaliste : sur une carte sombre,
   un champ sombre se confondait avec le fond. */
.ar-app.sty-pro .ar-search{background:#fff;border:1px solid #ececf0;
  box-shadow:0 2px 10px rgba(0,0,0,.25)}
.ar-app.sty-pro .ar-search input{color:#1f2430}
.ar-app.sty-pro .ar-search input::placeholder{color:#9a9aa5}
.ar-app.sty-pro .ar-search [data-lucide]{color:#9a9aa5}
.ar-app.sty-pro .ar-round{background:#fff;color:#1f2430;box-shadow:0 2px 10px rgba(0,0,0,.25)}
/* Catégories en pastilles rondes, comme sur la maquette sombre. */
.ar-app.sty-pro .ar-chips{gap:14px;padding-left:16px;padding-right:16px}
.ar-app.sty-pro .ar-chips button{flex-direction:column;gap:7px;background:none !important;
  border:none !important;box-shadow:none;padding:0;color:rgba(255,255,255,.62);
  font-size:11.5px;font-weight:600}
.ar-app.sty-pro .ar-chips button [data-lucide]{width:22px;height:22px;padding:13px;
  border-radius:50%;background:var(--cc,rgba(255,255,255,.12));color:#fff;box-sizing:content-box}
.ar-app.sty-pro .ar-chips button.on{color:var(--ar-acc,#f5b800)}
.ar-app.sty-pro .ar-chips button.on{color:var(--cc,#f5b800)}
/* « Tout » n'a pas de catégorie : il prend la couleur de base du livret. */
/* La pastille « Tout » n'appartient à aucune catégorie : son icône reste
   blanche sur fond neutre, pour ne pas être confondue avec un filtre actif. */
.ar-app.sty-pro .ar-chips button[data-c=""] [data-lucide]{
  background:rgba(255,255,255,.16);color:#fff}
.ar-app.sty-pro .ar-chips button[data-c=""].on [data-lucide]{
  background:#fff;color:#17172b}
.ar-app.sty-pro .ar-chips button[data-c=""].on{color:var(--ar-acc,#f5b800)}
.ar-app.sty-pro .ar-chips button.on [data-lucide]{box-shadow:0 0 0 3px rgba(255,255,255,.22)}
.ar-app.sty-pro .ar-tabs button{color:rgba(255,255,255,.55)}
.ar-app.sty-pro .ar-tabs button.on{background:var(--ar-acc,#f5b800);color:#17172b}
/* Fiches en lignes d'annuaire : vignette carrée, texte, marque-page. */
.ar-app.sty-pro .ar-card{background:none;border:none;border-radius:0;padding:12px 2px;
  margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.09);align-items:center;gap:13px}
.ar-app.sty-pro .ar-card:last-child{border-bottom:none}
.ar-app.sty-pro .ar-card.on{background:rgba(255,255,255,.07);border-radius:12px;padding:12px 10px}
.ar-app.sty-pro .ar-card-ph,
.ar-app.sty-pro .ar-card-ic{width:56px;height:56px;border-radius:12px;flex-shrink:0;
  object-fit:cover;background:rgba(255,255,255,.10);color:var(--pico,#fff)}
.ar-app.sty-pro .ar-card-ic{display:flex;align-items:center;justify-content:center}
.ar-app.sty-pro .ar-card-ic [data-lucide]{width:22px;height:22px}
.ar-app.sty-pro .ar-card-b h3{color:var(--pico,#fff);font-size:15px;margin:0 0 2px}
.ar-app.sty-pro .ar-tag{color:rgba(255,255,255,.58)}
.ar-app.sty-pro .ar-adr,
.ar-app.sty-pro .ar-desc,
.ar-app.sty-pro .ar-meta,
.ar-app.sty-pro .ar-go{display:none}
.ar-app.sty-pro .ar-fav{position:static;margin-left:auto;background:none;color:rgba(255,255,255,.5)}
.ar-app.sty-pro .ar-fav.on{color:var(--ar-acc,#f5b800)}
.ar-app.sty-pro .ar-empty{color:rgba(255,255,255,.5)}
.ar-app.sty-pro #ar-map{filter:saturate(.8) brightness(.88) contrast(1.05)}

/* ---- Module Wifi : style « Minimaliste » ---- */
.wf-mini{text-align:center;padding:30px 20px}
.wf-mini .k{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:#a4a4ae;margin-bottom:8px}
.wf-mini .v{display:block;width:100%;border:none;background:none;font-family:inherit;
  font-size:26px;font-weight:800;letter-spacing:-.01em;color:#1f2430;cursor:pointer;
  padding:0;margin-bottom:26px;word-break:break-all;line-height:1.25;transition:color .15s}
.wf-mini .v:active{color:var(--hosty,#f5b800)}
.wf-mini .v:last-of-type{margin-bottom:18px}
.wf-hint{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#b4b4bd}
.wf-hint [data-lucide]{width:14px;height:14px}

/* ---- Module Wifi : style « Pro » ---- */
.wf-pro{padding:0;overflow:hidden}
.wf-hd{background:var(--wfbg,#1f1f23);padding:26px 20px 22px;text-align:center;color:var(--wfico,#fff)}
.wf-ring{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;
  border-radius:50%;border:3px solid currentColor;color:var(--wfico,#fff);margin-bottom:12px;opacity:.9}
.wf-ring [data-lucide]{width:24px;height:24px}
.wf-hd strong{display:block;font-size:19px;font-weight:700;word-break:break-all}
.wf-hd small{display:block;font-size:12px;opacity:.55;margin-top:3px;
  letter-spacing:.06em;text-transform:uppercase}
.wf-rows{padding:8px 16px 16px}
.wf-row{display:flex;align-items:center;gap:12px;padding:14px 4px;border-bottom:1px solid #f2f2f5}
.wf-row:last-child{border-bottom:none}
.wf-row > div{flex:1;min-width:0}
.wf-row span{display:block;font-size:11.5px;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;color:#a4a4ae}
.wf-row b{display:block;font-size:17px;font-weight:700;color:#1f2430;margin-top:3px;word-break:break-all}
.wf-cp{width:42px;height:42px;flex-shrink:0;border:none;border-radius:12px;background:var(--wfbg,#1f1f23);color:var(--wfico,#fff);
  cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}
.wf-cp:hover{filter:brightness(1.25)}
.wf-cp [data-lucide]{width:17px;height:17px}

/* ---- Style « Minimaliste » du module Numéros ---- */
.g-tel-mini{background:#fff;border:1px solid #f0f0f4;border-radius:18px;overflow:hidden;
  box-shadow:0 4px 16px rgba(0,0,0,.05)}
.tm-row + .tm-row{border-top:1px solid #f2f2f5}
.tm-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;
  border:none;background:none;padding:16px 18px;cursor:pointer;font-family:inherit;
  font-size:15.5px;font-weight:600;color:#1f2430;text-align:left}
.tm-head [data-lucide]{width:17px;height:17px;color:#b4b4bd;flex-shrink:0;transition:transform .22s ease}
.tm-row.open .tm-head [data-lucide]{transform:rotate(180deg)}
.tm-row.off .tm-head{color:#9a9aa5}
/* Le corps se déplie sans à-coup : la hauteur maximale suffit ici, le contenu
   étant toujours court (un numéro et une plage horaire). */
.tm-body{max-height:0;overflow:hidden;transition:max-height .25s ease}
.tm-row.open .tm-body{max-height:160px}
.tm-num{display:inline-flex;align-items:center;gap:8px;margin:0 18px 16px;
  background:var(--hosty-soft,#fff7e0);color:var(--hosty,#a17400);border-radius:11px;
  padding:10px 15px;font-size:15px;font-weight:700;text-decoration:none}
.tm-num [data-lucide]{width:16px;height:16px}
.tm-body .g-tel-h{margin:0 18px 16px}

/* ---- Style « Pro » du module Numéros ---- */
.g-tel-pro{display:grid;gap:12px}
.tp-card{position:relative;display:flex;align-items:center;gap:13px;background:#fff;
  border:1px solid #f0f0f4;border-left:4px solid var(--tp,#f5b800);border-radius:16px;
  padding:15px 16px;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.tp-card.off{opacity:.6}
.tp-av{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:var(--tpbg,#1f1f23);color:var(--tpico,#fff);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px}
.tp-b{flex:1;min-width:0}
.tp-b strong{display:block;font-size:15.5px;color:#1f2430}
.tp-num{font-size:13.5px;color:#8a8a95;margin-top:1px}
.tp-dispo{display:inline-flex;align-items:center;gap:6px;margin-top:7px;background:#e8f6ee;
  color:#0d8a4f;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}
.tp-dispo .pt{width:6px;height:6px;border-radius:50%;background:#0d8a4f}
.tp-dispo.off{background:#fdecea;color:#c0392b}
.tp-dispo.off .pt{background:#c0392b}
.tp-call{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--tpbg,#1f1f23);color:var(--tpico,#fff);
  display:flex;align-items:center;justify-content:center;text-decoration:none;transition:.15s}
.tp-call:hover{filter:brightness(1.25)}
.tp-call [data-lucide]{width:19px;height:19px}

/* Heures d'appel d'un contact */
.g-tel-h{display:flex;align-items:center;gap:5px;margin-top:4px;font-size:12.5px;color:#8a8a95}
.g-tel-h [data-lucide]{width:13px;height:13px}
/* Hors de sa plage : le contact reste visible mais s'efface */
.g-place-off{opacity:.55}
.g-tel-h.off{color:#c0392b}

/* Explication propre à un code, sous le chiffre */
.g-dc-x{font-size:13.5px;line-height:1.55;color:#8a8a95;margin:10px 0 0}
/* Bouton « Copier » de la carte d'un code : posé sous l'explication */
.g-dc-copy{display:inline-flex;align-items:center;gap:7px;margin-top:14px;
  border:1px solid #e5e5ea;background:#fff;color:#3a3a44;border-radius:50px;
  padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer}
.g-dc-copy:hover{background:#1f1f23;color:#fff;border-color:#1f1f23}
.g-dc-copy [data-lucide]{width:15px;height:15px}

/* Encart « Bon à savoir » du module Wifi */
.g-note{padding:16px 18px}
.g-note h4{margin:0 0 6px;font-size:15px;font-weight:700;color:#1f2430}
.g-note p{margin:0;font-size:14px;line-height:1.6;color:#8a8a95}

.g-dc-b{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e5ea;background:#fff;
  border-radius:50px;padding:9px 18px;font-family:inherit;font-size:13.5px;font-weight:600;
  color:#3a3a44;cursor:pointer}
.g-dc-b:hover{background:#1f1f23;color:#fff;border-color:#1f1f23}
.g-dc-b [data-lucide]{width:15px;height:15px}
@media(min-width:560px){.g-dc{grid-template-columns:1fr 1fr}}

/* Livre d'or : bouton d'accès au formulaire et retour aux avis */
/* La couleur du texte est posée en ligne depuis les réglages du module :
   la valeur ci-dessous n'est qu'un repli si aucune n'a été choisie. */
.go-cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-bottom:18px;
  border-radius:14px;padding:15px;font-weight:700;font-size:15px;text-decoration:none;
  box-shadow:0 8px 22px rgba(0,0,0,.14);transition:transform .15s,filter .15s}
.go-cta:hover{filter:brightness(.96);transform:translateY(-1px)}
.go-cta [data-lucide]{width:18px;height:18px}
.go-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:9px 15px;
  border-radius:50px;background:#fff;color:#3a3a44;font-size:13.5px;font-weight:600;text-decoration:none;
  box-shadow:0 3px 12px rgba(0,0,0,.08)}
.go-back [data-lucide]{width:16px;height:16px}

/* Réseaux sociaux dans le panneau de réglages */
.g-set-soc{display:flex;flex-wrap:wrap;gap:10px;padding:4px 2px 14px}
.g-set-soc a{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  text-decoration:none;box-shadow:0 3px 10px rgba(0,0,0,.12);transition:transform .15s}
.g-set-soc a:hover{transform:translateY(-2px)}
.g-set-soc svg{width:22px;height:22px;display:block}

/* ---- Pages de module : même arrière-plan que l'accueil ---- */
.g-page{position:relative;min-height:100vh}
/* Fond de la page de module : même apparence que l'accueil.
   z-index:0 et non -1, sinon le calque passe derrière le fond du <body>. */
.g-page-bg{position:fixed;inset:0;z-index:0;background-size:cover;background-position:center}
.g-page-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.g-page-ov{position:absolute;inset:0}
.g-page > .g-page-head{position:relative;z-index:1;flex:0 0 auto}
.g-page > .g-body{position:relative;z-index:1;flex:1 1 auto}
/* Le module « Autour du lieu » gère lui-même son plein écran */
.g-page-full .g-page-head{display:none}
/* Le module carte gère lui-même sa mise en page : on lève les contraintes de
   largeur et de retrait héritées des autres pages de module. */
.g-page-full > .g-body{max-width:none;padding:0}
.g-page-full > .g-body > *{max-width:none;margin:0}

/* ---- Style des blocs selon l'apparence choisie ----
   Dans les trois cas, le fond de la page d'accueil reste visible derrière.
   Ce qui change, c'est la « feuille » qui porte le contenu. */

/* Neutre : une carte blanche arrondie par section (comportement d'origine). */
.g-page.g-sheet-transparent > .g-body .g-block{background:#fff;border-radius:20px;
  box-shadow:0 4px 16px rgba(0,0,0,.05)}

/* Contrasté : une seule feuille blanche, du haut de la zone jusqu'en bas,
   arrondie en haut comme sur la page d'accueil. Les sections n'ont plus
   de fond propre : elles reposent sur cette feuille. */
.g-page.g-sheet-solid > .g-body{background:#fff;border-radius:24px 24px 0 0;
  padding:20px 16px 60px;box-shadow:0 -6px 26px rgba(0,0,0,.10)}
.g-page.g-sheet-solid > .g-body .g-block{background:transparent;box-shadow:none;border-radius:0;padding:16px 2px}
.g-page.g-sheet-solid > .g-body .g-block + .g-block{border-top:1px solid #f0f0f4}

/* Verre : même principe, mais la feuille est dépolie et translucide. */
.g-page.g-sheet-glass > .g-body{background:rgba(255,255,255,.16);border-radius:24px 24px 0 0;
  padding:20px 16px 60px;border-top:1px solid rgba(255,255,255,.3);
  backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);
  box-shadow:0 -8px 32px rgba(0,0,0,.14)}
.g-page.g-sheet-glass > .g-body .g-block{background:transparent;box-shadow:none;border:none;
  border-radius:0;padding:16px 2px}
.g-page.g-sheet-glass > .g-body .g-block + .g-block{border-top:1px solid rgba(255,255,255,.22)}
.g-page.g-sheet-glass > .g-body,
.g-page.g-sheet-glass > .g-body h3,
.g-page.g-sheet-glass > .g-body strong{color:#fff}
.g-page.g-sheet-glass > .g-body p,
.g-page.g-sheet-glass > .g-body .text-muted{color:rgba(255,255,255,.85)}

/* Marqueurs de la carte : logement distinct des emplacements */
.ar-pin{background:var(--ar-acc,#f5b800);color:var(--ar-lieu-ic,#1f1f23)}
.ar-pin-home{width:46px;height:46px;background:var(--ar-home-bg,#1f1f23);
  color:var(--ar-home-ic,#fff);border:3px solid #fff;overflow:hidden;
  box-shadow:0 4px 16px rgba(0,0,0,.4)}
.ar-pin-home img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.ar-pin-home [data-lucide]{width:20px;height:20px}

/* En-tête des pages de module : position du titre, hauteur, superposition */
/* L'en-tête laisse voir le fond de la page : même apparence que l'accueil */
.g-page-head{position:relative;display:flex;align-items:center;gap:12px;padding:16px;background:transparent}
.g-ph-ov{position:absolute;inset:0;z-index:0}
.g-page-head > *{position:relative;z-index:1}
.g-page-head h1{margin:0;font-size:20px;font-weight:700;flex:1;min-width:0}
/* Titre centré : compenser la flèche par un pseudo-élément ne suffisait pas,
   car la bannière réserve aussi de la place à droite pour l'engrenage. On
   centre donc le titre sur la bannière entière, indépendamment des boutons. */
.g-ph-center h1{position:absolute;left:0;right:0;text-align:center;
  padding:0 68px;pointer-events:none}
.g-ph-center .g-back{position:relative;z-index:2}
.g-back{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;
  justify-content:center;background:rgba(255,255,255,.9);color:#1f1f23;text-decoration:none}
.g-back [data-lucide]{width:20px;height:20px}

.g-page .g-set-btn i{width:20px;height:20px}

/* ---- Ajustements des pages de module ---- */
/* Le bouton de réglages est placé dans la bannière, aligné sur la flèche de
   retour : il suit sa position verticale au lieu d'être collé en haut. */
.g-page .g-page-head{padding-right:68px}
.g-page .g-page-head{position:relative}
.g-page .g-page-head > .g-set-btn{position:absolute;top:50%;transform:translateY(-50%);
  right:16px;width:40px;height:40px}

/* Ordinateur : le contenu occupe toute la largeur disponible. */
@media(min-width:900px){
  .g-page > .g-body{width:100%;padding-left:48px;padding-right:48px}
  .g-page > .g-body > *{max-width:1100px}
  .g-page .g-page-head{padding-left:48px;padding-right:96px}
  .g-page .g-set-btn{right:48px}
}

/* Carte : la flèche du panneau n'a de sens qu'au doigt. */
@media(min-width:820px){ .ar-toggle{display:none} }

/* Services : la mention de paiement respire sous le bouton. */
.g-cart-note{margin-top:20px !important}

/* Livre d'or : la note passe avant le commentaire et se lit de loin */
.g-review-form .go-note-line{display:flex;flex-direction:column;align-items:center;gap:8px;
  margin:4px 0 18px;text-align:center}
.g-review-form .go-note-lbl{font-size:14.5px;font-weight:600;color:#3a3a44}
.g-review-form .g-stars.rate{font-size:40px;line-height:1;letter-spacing:6px}
.g-review-form .go-lbl{display:block;font-size:14.5px;font-weight:600;color:#3a3a44;margin-bottom:7px}

/* Section « Suivez-nous » : détachée de l'accessibilité qui la précède */
/* padding et non margin : la marge se replie avec celle du bloc voisin */
.g-set-soc-h{padding-top:20px}

/* Choix de l'itinéraire : nom du lieu d'abord, puis les applications centrées */
.ar-nav-t{margin:0 0 4px;font-size:19px;font-weight:800;line-height:1.3;padding-right:40px}
.ar-nav-l{margin:0 0 18px;font-size:12.5px;font-weight:700;text-transform:uppercase;
  letter-spacing:.07em;color:#9a9aa5}
.ar-nav-app{text-align:center}
.ar-nav-app span{display:block;width:100%;text-align:center}

/* Widget météo : cliquable vers le module Météo */
.g-wx{text-decoration:none;cursor:pointer;transition:transform .15s}
a.g-wx:hover{transform:translateY(-1px)}
/* Placé à gauche, il surplombe le logo : on lui donne de l'air en dessous. */
.g-wx-top-left ~ .g-content .g-cover .inner{padding-top:20px}
@media(min-width:900px){.g-wx-top-left ~ .g-content .g-cover .inner{padding-top:0}}

/* ---- Menu fixe en bas : réserve de place pour ne rien masquer ----
   Le menu est en position fixe et recouvre la fin de page. On ajoute la
   hauteur du menu + 20 px de dégagement, sur l'accueil comme sur les modules.
   La variable est renseignée en JS d'après la hauteur réelle de la barre. */
body.has-bmenu .g-sheet,
body.has-bmenu .g-page > .g-body{padding-bottom:calc(var(--bmenu-h, 62px) + 20px)}
body.has-bmenu .ar-sheet{padding-bottom:calc(var(--bmenu-h, 62px) + 20px)}
body.has-bmenu .ar-listbtn,
body.has-bmenu .ar-locate{bottom:calc(var(--ar-h,118px) + var(--bmenu-h,62px) + 16px)}

/* ---- Carte en mode « s'y rendre » : uniquement le logement ---- */
.ar-direct .ar-top,
.ar-direct .ar-chips,
.ar-direct .ar-sheet,
.ar-direct .ar-listbtn{display:none}
/* On garde le retour et la géolocalisation, utiles ici aussi. */
.ar-direct .ar-top{display:flex;background:none}
.ar-direct .ar-search,
.ar-direct #ar-layers{display:none}
.ar-direct .ar-locate{display:none}

.ar-dcard{position:absolute;left:14px;right:14px;bottom:22px;z-index:600;background:#fff;
  border-radius:22px;padding:22px 20px;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.22)}
.ar-dlogo{display:block;width:64px;height:64px;border-radius:50%;object-fit:cover;
  margin:0 auto 12px;box-shadow:0 3px 12px rgba(0,0,0,.14)}
.ar-dcard h2{margin:0 0 6px;font-size:20px;font-weight:800;line-height:1.3}
.ar-dcard p{margin:0 0 18px;font-size:14px;color:#7a7a85;line-height:1.5}
.ar-dgo{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:none;
  border-radius:14px;padding:15px;background:var(--ar-btn-bg,#f5b800);color:var(--ar-btn-tx,#1f1f23);
  font-family:inherit;font-size:15.5px;font-weight:700;cursor:pointer}
.ar-dgo [data-lucide]{width:18px;height:18px}
@media(min-width:820px){.ar-dcard{left:auto;right:24px;width:380px}}

/* Résultats de recherche : même typographie que le reste du livret */
.g-search-item,.gsi-nm{font-family:var(--gm-font,var(--gfont)),var(--gfont)}
.gsi-nm{display:block;line-height:1.35}
.gsi-ctx{display:block;font-size:12.5px;font-weight:500;color:#9a9aa5;margin-top:2px}

/* ---- Carte plein écran : aucune contrainte de largeur héritée ----
   La page de module est bornée (520 px, puis 820/1100 px sur grand écran) et
   pose une feuille blanche. Le module carte s'en affranchit totalement. */
.g-page-full,
.g-page-full > .g-body,
.g-page-full > .g-body > *{max-width:none !important;width:100% !important;
  margin:0 !important;padding:0 !important;background:transparent !important;
  box-shadow:none !important;border-radius:0 !important}
.ar-app{width:100vw;height:100vh;max-width:none}
#ar-map{width:100%;height:100%}
@media(min-width:1024px){
  /* Le gabarit « ordinateur » ne s'applique pas au module carte. */
  .g-page-full{display:block !important}
}

/* Barre de recherche de l'accueil : mêmes résultats que celle du menu */
.g-sb-nm{display:block;line-height:1.35;font-family:var(--gm-font,var(--gfont)),var(--gfont)}
.g-sb-ctx{display:block;font-size:12px;font-weight:500;color:#9a9aa5;margin-top:2px}

/* ---- Bons plans : une carte par offre, avantage mis en avant ---- */
.g-deals{display:grid;gap:12px}
.g-deal{position:relative;display:flex;gap:14px;align-items:flex-start;background:#fff;
  border:1px solid #f0f0f4;border-radius:18px;padding:18px 16px;
  box-shadow:0 4px 16px rgba(0,0,0,.05);transition:transform .15s,box-shadow .15s}
.g-deal:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.09)}
.g-deal-ic{width:48px;height:48px;border-radius:14px;flex-shrink:0;display:flex;
  align-items:center;justify-content:center;color:var(--hosty,#f5b800);
  background:var(--hosty-soft,#fff7e0)}
.g-deal-ic [data-lucide]{width:22px;height:22px}
.g-deal-b{flex:1;min-width:0;padding-right:8px}
.g-deal-b h3{margin:0;font-size:16.5px;font-weight:700;line-height:1.3;
  font-family:var(--gm-font,var(--gfont)),var(--gfont)}
.g-deal-b p{margin:7px 0 0;font-size:14px;color:#6a6a75;line-height:1.55}
/* L'avantage se lit d'abord : pastille en haut à droite de la carte. */
.g-deal-tag{position:absolute;top:14px;right:14px;
  background:var(--hosty-soft,#fff7e0);color:var(--hosty,#a17400);
  border-radius:9px;padding:6px 12px;font-size:13px;font-weight:700;white-space:nowrap}
.g-deal:has(.g-deal-tag) .g-deal-b{padding-top:26px}
@media(min-width:600px){.g-deals{grid-template-columns:1fr 1fr}}

/* Formulaire de commande : champs libellés plutôt que simples encadrés */
.g-cart-fields{display:grid;gap:14px;margin-top:18px}
.g-cf{display:block}
.g-cf > span{display:block;font-size:13px;font-weight:600;color:#3a3a44;margin-bottom:6px}
.g-cf > span b{color:#c92a2a;font-weight:700}
.g-cf > span em{font-style:normal;font-weight:500;color:#9a9aa5}
.g-cf input,.g-cf textarea{width:100%;border:1px solid #e5e5ea;border-radius:12px;
  padding:13px 14px;font-family:inherit;font-size:14.5px;color:#1f1f23;background:#fff;
  outline:none;transition:border-color .15s,box-shadow .15s;resize:vertical}
.g-cf input::placeholder,.g-cf textarea::placeholder{color:#b8b8c2}
.g-cf input:focus,.g-cf textarea:focus{border-color:var(--acc,#f5b800);
  box-shadow:0 0 0 3px var(--ar-soft,#fff7e0)}

/* Bons plans : plus d'icône, le titre occupe toute la largeur */
.g-deal{display:block}
.g-deal-b{padding-right:0}

/* Favoris de la carte : couleurs réglables comme les autres marqueurs */
.ar-pin.fav{background:var(--ar-fav-bg,#e63946);color:var(--ar-fav-ic,#fff)}
.ar-fav.on{color:var(--ar-fav-bg,#e63946)}


/* =====================================================================
   MODULE CIRCUIT TOURISTIQUE
   =====================================================================
   La carte occupe l'écran, le panneau du bas porte la fiche du circuit et ses
   étapes. Pendant le guidage, un bandeau annonce l'étape suivante. */
.ct-app{position:fixed;inset:0;background:#fff}
.ct-map{position:absolute;inset:0}
.ct-pin-wrap{background:none;border:none}
.ct-pin{display:flex;align-items:center;justify-content:center;width:34px;height:34px;
  border-radius:50%;background:var(--ct,#f5b800);color:var(--ct-tx,#fff);
  font-weight:800;font-size:14px;border:3px solid #fff;
  box-shadow:0 3px 10px rgba(0,0,0,.3);transition:transform .15s}
.ct-pin.on{transform:scale(1.25);z-index:6}

.ct-sheet{position:absolute;left:0;right:0;bottom:0;z-index:600;background:#fff;
  border-radius:22px 22px 0 0;box-shadow:0 -8px 30px rgba(0,0,0,.2);
  max-height:64vh;overflow-y:auto;padding-bottom:18px;transition:max-height .25s ease}
.ct-sheet.guidage{max-height:34vh}
.ct-grab{padding:10px 0 4px;display:flex;justify-content:center}
.ct-grab span{width:44px;height:5px;border-radius:50px;background:#d8d8de}

.ct-tabs{display:flex;gap:8px;overflow-x:auto;padding:6px 18px 2px;scrollbar-width:none}
.ct-tabs::-webkit-scrollbar{display:none}
.ct-tabs button{flex-shrink:0;border:1px solid #ececf0;background:#fff;border-radius:999px;
  padding:8px 15px;font-family:inherit;font-size:13.5px;font-weight:600;color:#6a6a76;cursor:pointer}
.ct-tabs button.on{background:var(--ct,#f5b800);border-color:var(--ct,#f5b800);color:var(--ct-tx,#fff)}

.ct-head{padding:12px 18px 0}
.ct-head h2{margin:0;font-size:22px;font-weight:800;letter-spacing:-.01em;color:#1f2430}
.ct-head p{margin:6px 0 0;font-size:14px;line-height:1.6;color:#8a8a95}

/* Les indicateurs du circuit, en colonnes séparées par des filets */
.ct-stats{display:flex;margin:16px 12px 4px;border:1px solid #f0f0f4;border-radius:14px;overflow:hidden}
.ct-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:12px 4px;
  border-right:1px solid #f0f0f4;text-align:center;min-width:0}
.ct-stat:last-child{border-right:none}
.ct-stat [data-lucide]{width:19px;height:19px;color:var(--ct,#f5b800)}
.ct-stat b{font-size:14px;font-weight:700;color:#1f2430;white-space:nowrap}
.ct-stat span{font-size:11px;color:#9a9aa5}

.ct-etapes-h{display:flex;align-items:center;gap:12px;padding:18px 18px 10px}
.ct-etapes-h h3{margin:0;font-size:16px;font-weight:700;color:#1f2430;flex:1}
.ct-go{display:inline-flex;align-items:center;gap:7px;border:none;cursor:pointer;font-family:inherit;
  background:var(--ct,#f5b800);color:var(--ct-tx,#fff);border-radius:999px;
  padding:9px 16px;font-size:13.5px;font-weight:700}
.ct-go [data-lucide]{width:16px;height:16px}

.ct-etapes{padding:0 12px}
.ct-et{display:flex;align-items:center;gap:12px;width:100%;border:1px solid #f0f0f4;background:#fff;
  border-radius:14px;padding:10px 12px;margin-bottom:8px;cursor:pointer;
  font-family:inherit;text-align:left}
.ct-et:hover{border-color:#dcdce4}
.ct-et-n{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--ct,#f5b800);
  color:var(--ct-tx,#fff);display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:13px}
.ct-et img{width:52px;height:52px;border-radius:11px;object-fit:cover;flex-shrink:0}
.ct-et-b{flex:1;min-width:0}
.ct-et-b strong{display:block;font-size:14.5px;color:#1f2430}
.ct-et-b em{display:block;font-style:normal;font-size:12.5px;color:#9a9aa5;margin-top:2px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ct-et > [data-lucide]{width:17px;height:17px;color:#c4c4cc;flex-shrink:0}

/* Bandeau de guidage */
.ct-guide{position:absolute;left:12px;right:12px;top:12px;z-index:700;display:flex;align-items:center;
  gap:13px;background:#1f1f23;color:#fff;border-radius:18px;padding:14px 14px 14px 16px;
  box-shadow:0 12px 30px -12px rgba(0,0,0,.6)}
.ct-guide[hidden]{display:none}
.ct-guide-n{width:38px;height:38px;flex-shrink:0;border-radius:50%;background:var(--ct,#f5b800);
  color:var(--ct-tx,#fff);display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:16px}
.ct-guide-b{flex:1;min-width:0}
.ct-guide-l{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.55;font-weight:700}
.ct-guide-b strong{display:block;font-size:15.5px;margin-top:1px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ct-guide-d{display:block;font-size:12.5px;opacity:.7;margin-top:2px}
.ct-guide-s{width:38px;height:38px;flex-shrink:0;border:none;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.14);color:#fff;display:flex;align-items:center;justify-content:center}
.ct-guide-x{position:absolute;top:-8px;right:-6px;width:26px;height:26px;border:none;border-radius:50%;
  background:#fff;color:#1f1f23;cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 3px 10px rgba(0,0,0,.35)}
.ct-guide-x [data-lucide]{width:14px;height:14px}
