/* ============================================================
   Programme de fidélité — styles autonomes (préfixe .lyl-)
   Figma: banner A (node 2149:9916). RTL, pixel-perfect.
   N'altère aucun style existant : tout est préfixé .lyl-.
   ============================================================ */
.lyl-card,
.lyl-card * {box-sizing: border-box;}
.lyl-card {display: flex; flex-direction: column; gap: 20px; width: 408px; max-width: 100%; color: #243d44; font-family: 'Almoni Medium', sans-serif; background: #fff; border-radius: 10px; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1); overflow: hidden;}

/* ---- bloc haut (titre + stepper) ---- */
.lyl-card__up {display: flex; flex-direction: column; width: 100%; padding: 0 25px;}
.lyl-card__title {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20px 0;}
.lyl-card__title-text {margin: 0; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 18px; line-height: 50%; text-align: right; white-space: nowrap;}
.lyl-card__collapse {display: flex; align-items: center; justify-content: center; width: 20px; height: 11px; padding: 0; margin: 0; line-height: 0; background: none; border: 0; cursor: pointer;}
.lyl-card__collapse svg {transition: transform 0.2s ease;}

/* ---- stepper ---- */
.lyl-stepper {display: flex; justify-content: space-between; position: relative; width: 100%;}

/* track gris : du centre de la 1re pastille au centre de la dernière (1/8 -> 7/8) */
.lyl-stepper__line {position: absolute; top: 10px; right: 12.5%; left: 12.5%; z-index: 0; height: 1px; background: #d3d8da;}

/* remplissage bleu : segment réalisé (étape 1 ✓ -> étape 2), côté droit */
.lyl-stepper__line--fill {top: 10px; right: 12.5%; left: 62.5%; z-index: 1; height: 2px; background: #2374dd;}
.lyl-step {display: flex; flex-direction: column; flex: 1 0 0; align-items: center; gap: 10px; position: relative; z-index: 2; min-width: 0;}
.lyl-step__dot {display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: #545f64; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 100%; background: #d3d8da; border-radius: 100px;}
.lyl-step__label {margin: 0; color: #545f64; font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 50%; text-align: center; white-space: nowrap;}
.lyl-step__disc {margin: 0; color: #545f64; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 50%; text-align: center; white-space: nowrap; direction: ltr;}

/* étape réalisée (✓) */
.lyl-step--done .lyl-step__dot {background: #2374dd;}
.lyl-step--done .lyl-step__label,
.lyl-step--done .lyl-step__disc {color: #243d44;}

/* étape courante (« אתם כאן ») */
.lyl-step--current .lyl-step__dot {color: #fff; font-family: 'Almoni Bold', sans-serif; background: #2374dd; box-shadow: 0 0 0 4px rgba(35, 116, 221, 0.5);}
.lyl-step--current .lyl-step__label {color: #243d44; font-family: 'Almoni Bold', sans-serif;}
.lyl-step--current .lyl-step__disc {color: #243d44;}

/* ---- note ---- */
.lyl-card__note {display: flex; align-items: center; justify-content: flex-start; width: 100%; padding: 0 25px;}
.lyl-card__note p {margin: 0; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 100%; text-align: right;}

/* ---- pied : lien détails ---- */
.lyl-card__details {display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 15px 0; background: none; border: 0; border-top: 1px solid #d3d8da; cursor: pointer;}
.lyl-card__details span {color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 18px;}
.lyl-card__details svg {flex: none;}

/* ---- état fermé : barre compacte (Figma banner A, open=false) ---- */
.lyl-card__bar {display: none; align-items: center; justify-content: space-between; width: 100%; padding: 14px 30px; cursor: pointer;}
.lyl-card__bar-title {color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 18px; line-height: 22px;}
.lyl-card__bar-more {display: flex; align-items: center; gap: 10px;}
.lyl-card__bar-more span {color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 18px;}
.lyl-card--collapsed {gap: 0;}
.lyl-card--collapsed .lyl-card__up,
.lyl-card--collapsed .lyl-card__note,
.lyl-card--collapsed .lyl-card__details {display: none;}
.lyl-card--collapsed .lyl-card__bar {display: flex;}

/* ---- wrapper d'aperçu : desktop = flottant haut-droite (preview ?loyalty_preview=1) ---- */
.lyl-preview-wrap {position: fixed; top: 150px; right: 32px; z-index: 100;}
/* sessions page, desktop : same spot as the other pages but NOT sticky — the card
   scrolls away with the page instead of staying over the fixed date navigation */
.lyl-preview-wrap--sessions {position: absolute; top: 115px; right: 15px; z-index: 100;}
/* cale du sticky mobile (page sessions) : inactive par défaut */
.lyl-preview-spacer {display: none;}

/* .lyl-preview-wrap.lyl-guest .lyl-card__note {padding-bottom: 10px; justify-content: center;} */

.body_page#calender .container_big .top .wrapper .back {top: 202px;}

/* ============================================================
   MOBILE — Figma « banner 4 » (node 2149:18723), 360px.
   Carte pleine largeur, dans le flux, sans radius.
   ============================================================ */

@media (max-width: 767px) {
    /* placement : dans le flux, pleine largeur (entre header et bannière) */
    .lyl-preview-wrap {position: static; width: 100%;}
    .lyl-card {width: 100%; border-radius: 0;}

    /* padding 20px tout autour + gaps 20px ; titre sans py propre */
    .lyl-card__up {align-items: center; gap: 20px; padding: 20px 20px 0;}

    /* repliée : le pied/la note étant masqués, on rétablit le padding-bas */    
   .lyl-card--collapsed .lyl-card__bar {padding-inline: 20px;}
    .lyl-card--collapsed .lyl-card__up {padding-bottom: 20px;}
    .lyl-card__title {padding: 0;}
    .lyl-card__title-text {font-size: 16px;}

    /* stepper limité à 309px et centré */
    .lyl-stepper {width: 100%; max-width: 309px; margin: 0 auto;}

    /* chevron de repli plus petit */
    .lyl-card__collapse {width: 15px; height: 8px;}
    .lyl-card__collapse svg {width: 14px; height: 8px;}
    .lyl-card__note {padding: 0 20px;}
    .lyl-card__note p {font-size: 14px;}
    .lyl-card__details span {font-size: 14px;}

    /* page sessions : la carte est collée sous le header dès le chargement et le
       reste au scroll ; .navigation est décalée juste en dessous (voir calender.css). */
    .lyl-preview-wrap--sessions.lyl-sticky {position: fixed; top: 72px; right: 0; left: 0; z-index: 120;}
    /* cale qui garde la hauteur de la carte pour éviter le saut de contenu */
    .lyl-preview-spacer.is-active {display: block;}
}

/* ============================================================
   POPUP « details » — Figma node 2149:9774
   ============================================================ */
.lyl-overlay {display: flex; align-items: center; justify-content: center; position: fixed; inset: 0; z-index: 2000; padding: 20px; background: rgba(0, 0, 0, 0.5); overflow-y: auto; animation: lyl-fade 0.25s ease both;}
.lyl-overlay[hidden] {display: none;}
.lyl-popup,
.lyl-popup * {box-sizing: border-box;}
.lyl-popup {position: relative; width: 912px; max-width: 100%; padding: 35px 50px; margin: auto; color: #243d44; font-family: 'Almoni Medium', sans-serif; direction: rtl; background: #fff; border-radius: 10px; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1); animation: lyl-pop 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;}
.lyl-popup__close {position: absolute; top: 15px; left: 15px; width: 28px; height: 28px; padding: 0; line-height: 0; background: none; border: 0; cursor: pointer;}
.lyl-popup__content {display: flex; flex-direction: column; gap: 20px;}

/* ---- en-tête ---- */
.lyl-popup__head {display: flex; flex-direction: column; align-items: center; gap: 20px;}
.lyl-popup__icon {display: block; width: 50px; height: 50px;}
.lyl-popup__title {margin: 0; color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 40px; font-weight: 400; line-height: 40px; text-align: center;}
.lyl-popup__subtitle {max-width: 747px; margin: 0; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 24px; line-height: 26px; text-align: center;}
.lyl-popup__subtitle b {font-family: 'Almoni Bold', sans-serif; font-weight: 400;}
.lyl-popup__subtitle_details {font-size: 24px;}
.lyl-popup__subtitle_details p {margin: 0;}

/* ---- cartes de parcours : grille (desktop ≤3) ou slider (mobile / >3) ---- */
.lyl-popup__plans {display: flex; align-items: stretch;}

/* base non-slick : compense le padding des slides -> bords affleurants */
.lyl-popup__plans:not(.slick-initialized) {margin: 0 -5px;}

/* chaque carte vit dans un .lyl-slide : gap 10px via padding interne (box-border) */
.lyl-slide {display: flex; flex-direction: column; flex: 1 0 0; min-width: 0; padding: 0 5px;}
.lyl-slide .lyl-pcard {flex: 1 0 0; height: 100%; margin: 0;}
.lyl-pcard {display: flex; flex-direction: column; flex: 1 0 0; gap: 15px; min-width: 0; padding: 20px 15px; background: #fff; border: 1px solid #c2eaea; border-radius: 10px;}

/* ---- slick initialisé (mobile, ou >3 surfeurs en desktop) ---- */
.lyl-popup__plans.slick-initialized {display: block; margin: 0;}

/* hauteurs égalisées entre cartes : on annule la hauteur fixe posée par slick
   (sinon l'ouverture d'une carte n'agrandit pas les slides voisins) */
.lyl-popup__plans.slick-initialized .slick-list {height: auto !important;}
.lyl-popup__plans.slick-initialized .slick-track {display: flex;}
/* en slick, le slide garde SA largeur (pas flex:1 0 0 qui casse tout) et s'étire en hauteur */
.lyl-popup__plans.slick-initialized .lyl-slide {flex: none; height: auto !important;}
.lyl-popup__plans.slick-initialized .slick-slide {height: auto !important;}

/* dots de pagination */
.lyl-popup__plans .slick-dots {display: flex !important; justify-content: center; gap: 8px; position: static; padding: 0; margin: 15px 0 0; list-style: none;}
.lyl-popup__plans .slick-dots li {width: 8px; height: 8px; margin: 0;}
.lyl-popup__plans .slick-dots li button {width: 8px; height: 8px; padding: 0; text-indent: -9999px; background: #d3d8da; border: 0; border-radius: 50%; overflow: hidden; cursor: pointer;}
.lyl-popup__plans .slick-dots li button:before {display: none;}
.lyl-popup__plans .slick-dots li.slick-active button {background: #2374dd;}
.lyl-pcard__title {margin: 0; color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 18px; font-weight: 400; line-height: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lyl-pcard__content {display: flex; flex-direction: column; gap: 10px;}
.lyl-pcard__current {display: flex; flex-direction: column; align-items: center; gap: 15px;}
.lyl-pcard__sub {margin: 0; margin-bottom: 5px; color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 14px; font-weight: 400; line-height: 100%; text-align: center;}

/* mini-stepper de la carte de parcours */
.lyl-pstepper {display: flex; justify-content: space-between; position: relative; width: 100%;}
.lyl-pstepper__line {position: absolute; top: 10px; right: 12.5%; left: 12.5%; z-index: 0; height: 1px; background: #d3d8da;}
.lyl-pstepper__line--fill {top: 10px; right: 12.5%; z-index: 1; height: 2px; background: #2374dd;}
.lyl-pstep {display: flex; flex-direction: column; flex: 1 0 0; align-items: center; gap: 10px; position: relative; z-index: 2; min-width: 0;}
.lyl-pstep__dot {display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: #545f64; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 18px; background: #d3d8da; border-radius: 100px;}
.lyl-pstep__label,
.lyl-pstep__disc,
.lyl-pstep__price {margin: 0; color: #545f64; text-align: center; white-space: nowrap;}
.lyl-pstep__label {font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 80%;}
.lyl-pstep__disc {font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 80%; direction: ltr;}
.lyl-pstep__price {font-family: 'Almoni Bold', sans-serif; font-size: 14px; line-height: 80%;}

/* état réalisé */
.lyl-pstep--done .lyl-pstep__dot {background: #2374dd;}
.lyl-pstep--done .lyl-pstep__label,
.lyl-pstep--done .lyl-pstep__disc,
.lyl-pstep--done .lyl-pstep__price {color: #243d44;}

/* état courant */
.lyl-pstep--current .lyl-pstep__dot {color: #fff; font-family: 'Almoni Bold', sans-serif; background: #2374dd; box-shadow: 0 0 0 4px rgba(35, 116, 221, 0.5);}
.lyl-pstep--current .lyl-pstep__label {color: #243d44; font-family: 'Almoni Bold', sans-serif;}
.lyl-pstep--current .lyl-pstep__disc,
.lyl-pstep--current .lyl-pstep__price {color: #243d44;}

/* lien « הנחות בחודש הבא » */
.lyl-pcard__more {display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 0; background: none; border: 0; cursor: pointer;}
.lyl-pcard__more span {margin: 0; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 100%;}

/* bloc « mois suivant » : caché par défaut, affiché à l'ouverture */
.lyl-pcard__next {display: flex; flex-direction: column; gap: 15px; width: 100%; max-height: 0; margin-top: -20px; overflow: hidden; opacity: 0; transition: max-height 0.35s ease, margin-top 0.35s ease, opacity 0.3s ease;}
.lyl-pcard--open .lyl-pcard__next {max-height: 400px; margin-top: 0; opacity: 1;}
.lyl-pcard--open .lyl-pcard__open-btn {display: none;}
.lyl-pcard__divider {width: 100%; height: 1px; background: #d3d8da;}

/* ---- conditions (puces) ---- */
.lyl-popup__notes {display: flex; flex-direction: column; gap: 15px; padding: 0; margin: 0; list-style: none;}
.lyl-popup__notes li {display: flex; align-items: center; gap: 5px;}
.lyl-popup__notes li span {color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 16px; line-height: 80%; text-align: right;}
.lyl-popup__bullet {flex: none; width: 6px; height: 6px; background: #243d44; border-radius: 50%;}

/* ---- CTA ---- */
.lyl-popup__cta {display: flex; justify-content: center;}
.lyl-popup__cta a {display: flex; align-items: center; justify-content: center; min-width: 238px; height: 51px; padding: 15px 50px; color: #fff; font-family: 'Almoni Medium', sans-serif; font-size: 18px; line-height: 22px; text-decoration: none; background: #243d44; border: 0; border-radius: 29px; cursor: pointer; transition: background-color 0.2s, color 0.2s;}
.lyl-popup__cta a:hover {color: #fff; background: #38715e;}

/* ---- Lien תקנון (bas de popup, à gauche en RTL) — même style que .lyl-dpopup__terms ---- */
.lyl-popup__terms {align-self: flex-end; margin-top: -10px; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 16px; text-decoration: underline; text-underline-offset: 2px;}
.lyl-popup__terms:hover {color: #38715e;}


.lyl-guest .lyl-popup .lyl-popup__content {gap: 40px;}
.lyl-guest .lyl-popup .lyl-popup__head {padding: 0 40px;}
.lyl-guest .lyl-popup .lyl-popup__subtitle {margin-top: 10px;}
.lyl-guest .lyl-popup .lyl-popup__notes {width: 60%; margin: 0 auto; text-align: center;}
.lyl-guest .lyl-popup .lyl-popup__bullet {display: none;}
.lyl-guest .lyl-popup .lyl-popup__notes li {justify-content: center;}
.lyl-guest .lyl-popup .lyl-popup__notes li span {line-height: 100%; text-align: center;}

/* ============================================================
   MOBILE POPUP — Figma node 2149:18684 (375px). Plein écran,
   header réduit, slider actif (slick), notes 2 lignes, CTA pleine largeur.
   ============================================================ */

@media (max-width: 767px) {
    .lyl-overlay {align-items: stretch; height: 100dvh; padding: 0; overflow: unset;}
    .lyl-popup {height: 100%; padding: 50px 20px 24px; border-radius: 0; overflow: auto;}

    /* en-tête réduit */
    .lyl-popup__head {gap: 15px;}
    .lyl-popup__icon {width: 44px; height: 44px;}
    .lyl-popup__title {font-size: 24px; line-height: 26px;}
    .lyl-popup__subtitle {font-size: 16px; line-height: 18px;}
    .lyl-popup__plans {margin: 0 -20px;}

    /* fallback si slick absent : empilement vertical propre */
    .lyl-popup__plans:not(.slick-initialized) {flex-direction: column; margin: 0;}
    .lyl-popup__plans {margin: 0 -20px !important;}
    .lyl-popup__plans:not(.slick-initialized) .lyl-slide {flex: none; width: 100%; padding: 5px 0;}

    /* conditions : texte sur 2 lignes, puce en haut à droite */
    .lyl-popup__notes {gap: 15px;}
    .lyl-popup__notes li {align-items: flex-start;}
    .lyl-popup__notes li span {flex: 1 0 0; min-width: 0; font-size: 14px; white-space: normal;}
    .lyl-popup__bullet {width: 4px; height: 4px; margin-top: 6px;}

    /* CTA pleine largeur (pill) */
    .lyl-popup__cta a {width: 100%; min-width: 0; padding: 11px 20px; font-size: 16px; border-radius: 100px;}

   .lyl-guest .lyl-popup {width: auto; height: auto; margin-inline: 20px; padding: 50px 20px 24px; border-radius: 10px; overflow: auto;}
   .lyl-guest .lyl-popup .lyl-popup__content {gap: 40px;}
   .lyl-guest .lyl-popup .lyl-popup__head {padding: 0 20px;}
   .lyl-guest .lyl-popup .lyl-popup__notes {padding: 0 20px;}
}

/* ============================================================
   POPUP « discount » (connecté) — Figma node 2149:9948
   ============================================================ */
.lyl-popup--discount {width: 813px; padding: 40px 50px;}
.lyl-dpopup__content {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.lyl-dpopup__up {display: flex; flex-direction: column; align-items: center; gap: 25px;}
.lyl-dpopup__icon {display: block; width: 75px;}
.lyl-dpopup__title {margin: 0; color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 40px; line-height: 40px; text-align: center;}
.lyl-dpopup__subtitle {max-width: 385px; margin: 0; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 24px; line-height: 26px; text-align: center;}
.lyl-dpopup__subtitle b {font-family: 'Almoni Bold', sans-serif; font-weight: 400;}

/* jauge circulaire */
.lyl-gauge {position: relative; width: 155px; height: 155px;}
.lyl-gauge__ring {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.lyl-gauge__center {display: flex; flex-direction: column; align-items: center; gap: 6px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.lyl-gauge__step {display: flex; align-items: center; gap: 10px;}
.lyl-gauge__line {width: 15px; height: 1px; background: #d3d8da;}
.lyl-gauge__num {color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 24px; line-height: 26px;}
.lyl-gauge__pct {color: #243d44; font-family: 'Almoni Bold', sans-serif; font-size: 40px; line-height: 40px;}
.lyl-gauge__pct--text {max-width: 60px; font-size: 18px; line-height: 20px; text-align: center;}

/* boutons */
.lyl-dpopup__btns {display: flex; align-items: center; gap: 15px;}
.lyl-dpopup__btns--single {justify-content: center;}
.lyl-btn {display: flex; align-items: center; justify-content: center; width: 238px; height: 51px; padding: 0; font-family: 'Almoni Medium', sans-serif; font-size: 18px; line-height: 22px; text-decoration: none; border-radius: 29px; cursor: pointer; transition: color 0.2s, background-color 0.2s, border-color 0.2s;}
.lyl-btn--primary {color: #fff; background: #243d44; border: 0;}
.lyl-btn--primary:hover {color: #fff; background: #38715e;}
.lyl-btn--secondary {color: #243d44; background: none; border: 1px solid #243d44;}
.lyl-btn--secondary:hover {color: #38715e; border-color: #38715e;}

/* lien "תקנון החברה" en bas du popup. Le contenu est un flex column en RTL :
   le cross-start est à DROITE, donc flex-end = à gauche. Marge négative pour
   remonter sous les boutons sans subir le gap de 30px du conteneur. */
.lyl-dpopup__terms {align-self: flex-end; margin-top: -18px; color: #243d44; font-family: 'Almoni Medium', sans-serif; font-size: 14px; line-height: 16px; text-decoration: underline; text-underline-offset: 2px;}
.lyl-dpopup__terms:hover {color: #38715e;}


/* Laptop */
@media (max-width: 1280px) {
   .lyl-popup--discount {max-width: 675px; padding: 20px;}
   .lyl-dpopup__content {gap: 15px;}
   .lyl-dpopup__icon {width: 55px;}
   .lyl-dpopup__title {font-size: 28px; line-height: 100%;}
   .lyl-dpopup__subtitle {font-size: 20px;}
   .lyl-gauge__center {width: 120px; height: 120px;}
   .lyl-gauge__pct {font-size: 28px; line-height: 28px;}
   .lyl-dpopup__terms {margin-top: -10px;}
}
/* Tablet */
@media (max-width: 1024px) {
   .lyl-popup--discount {max-width: 80%;}
}


/* mobile */
@media (max-width: 767px) {
    .lyl-popup--discount {width: 90%; height: auto; padding: 50px 20px 24px; border-radius: 10px;}
    .lyl-dpopup__up {gap: 10px;}
    .lyl-dpopup__content {gap: 20px;}
    .lyl-dpopup__title {font-size: 24px; line-height: 26px;}
    .lyl-dpopup__subtitle {font-size: 16px; line-height: 18px;}
    .lyl-dpopup__icon {width: 60px; height: 60px;}
    .lyl-dpopup__btns {flex-direction: column; gap: 10px; width: 100%;}
    .lyl-btn {width: 100%; height: 40px; padding: 11px 20px; font-size: 16px; border-radius: 100px;}
    /* le gap du conteneur tombe à 20px en mobile : marge négative ajustée */
    .lyl-dpopup__terms {margin-top: -10px;}
}

/* ---- animation d'ouverture des popups ---- */
@keyframes lyl-fade {from {opacity: 0;} to {opacity: 1;}}
@keyframes lyl-pop {from {opacity: 0; transform: translateY(12px) scale(0.96);} to {opacity: 1; transform: none;}}
@media (prefers-reduced-motion: reduce) {
    .lyl-overlay,
    .lyl-popup {animation: none;}
    .lyl-pcard__next {transition: none;}
}

/* ============================================================
   Bandeau post-achat "תודה" (Figma banner 4, node 2149:8709)
   Stepper horizontal (réutilise .lyl-stepper/.lyl-step/.lyl-btn)
   + pitch + 2 CTA. RTL. Rendu par views/loyalty/_banner.php.
   ============================================================ */
.lyl-banner,
.lyl-banner * {box-sizing: border-box;}
.lyl-banner {display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; max-width: 553px; margin: 0 auto; padding: 25px 15px; color: #243d44; font-family: 'Almoni Medium', sans-serif; direction: rtl; background: #f7f7f7; border-radius: 10px; overflow: hidden;}
/* Per-surfer banners (thank-you page) are hidden by default; JS reveals only the
   banner(s) of the surfer(s) the session was purchased for (avoids a flash). */
.lyl-banner[data-lyl-surfer] {display: none;}
.lyl-banner[data-lyl-surfer].lyl-banner--show {display: flex;}
.lyl-banner__progress {display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%;}
.lyl-banner .lyl-stepper--banner {flex: 0 0 auto; width: 288px; max-width: 55%;}
.lyl-banner__text {display: flex; flex-direction: column; align-items: start; gap: 15px;}
.lyl-banner__title {margin: 0; font-family: 'Almoni Bold', sans-serif; font-size: 18px; line-height: 22px;}
.lyl-banner__sub {margin: 0; font-size: 16px; line-height: 18px;}
.lyl-banner__sub b {font-family: 'Almoni Bold', sans-serif;}
.lyl-banner__btns {display: flex; gap: 10px; width: 100%;}
.lyl-banner__btns .lyl-btn {flex: 1 0 0; width: auto; min-width: 0;}

@media (max-width: 767px) {
    .lyl-banner__progress {flex-direction: column; align-items: stretch; gap: 20px;}
    .lyl-banner .lyl-stepper--banner {width: 100%; max-width: 100%;}
    .lyl-banner__text {align-items: center; text-align: center;}
}

