/* ============================================================================
   shared.css — Règles partagées extraites VERBATIM de landing.css (2026-06-09)
   Phase 2 du redesign : les vues non-vitrine (dashboard/, auth/, admin/,
   customer/, sales/, legal/, contact, developers) chargeaient les 120 KB de
   landing.css pour ~137 classes réellement consommées. Ce fichier contient
   uniquement ces règles (ordre source préservé — cascade identique).
   Source de vérité de la sélection : /root/DESIGN-IS-2026-06-09-kreward/phase2-usage-map.md
   Les variables CSS (--ease, --r-full, …) viennent d'app.css, chargé avant ce
   fichier par toutes ces vues. landing.css ne définit aucun :root.
   NE PAS éditer landing.css et oublier ce fichier (et vice-versa) : toute
   règle listée dans la carte d'usage doit rester synchronisée.
   ============================================================================ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@keyframes slideUp { from { opacity: 0; transform: translateY(20px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.modal__header .muted { color: rgba(24,20,16,0.68); margin: 0; font-size: 0.94rem; }

.modal .form {
  background: transparent; border: 0; padding: 0; box-shadow: none; margin: 0;
}

.modal .form label > span { color: rgba(24,20,16,0.9); font-weight: 600; font-size: 0.88rem; }

.modal .form input {
  background: rgba(24,20,16,0.06);
  border: 1px solid rgba(24,20,16,0.1);
  color: #181410;
  border-radius: 12px;
  padding: 13px 14px;
  min-height: 48px;
  font-size: 1rem;
}

.modal .form input::placeholder { color: rgba(24,20,16,0.65); }

.modal .form input:focus {
  border-color: rgba(180,95,55,0.6);
  background: rgba(24,20,16,0.08);
  box-shadow: 0 0 0 4px rgba(180,95,55,0.12);
  outline: none;
}

.modal .form input:focus-visible {
  outline: 2px solid #b45f37;
  outline-offset: 1px;
}

.modal .form label small { color: rgba(24,20,16,0.45); }

.modal .form .btn-primary {
  background: linear-gradient(180deg, #b45f37 0%, #8a4426 100%);
  color: #ffffff;
  border-color: transparent;
}

.modal .center a { color: #b45f37; }

.qr-zoom__big .qr-pattern { width: 100%; height: 100%; border-radius: 4px; }

.lp-body input,
.lp-body select,
.lp-body textarea {
  background-color: rgba(24,20,16,0.06) !important;
  border-color: rgba(24,20,16,0.12) !important;
  color: #181410 !important;
  color-scheme: light !important;
}

.lp-body input::placeholder,
.lp-body textarea::placeholder { color: rgba(24,20,16,0.65) !important; }

.lp-body input:focus,
.lp-body select:focus,
.lp-body textarea:focus {
  border-color: rgba(180,95,55,0.7) !important;
  background-color: rgba(24,20,16,0.09) !important;
  box-shadow: 0 0 0 4px rgba(180,95,55,0.18) !important;
}

.lp-body input[type="color"] { background-color: transparent !important; }

.lp-body select option { background-color: #ffffff !important; color: #181410 !important; }

.svg-icon { display: inline-block; vertical-align: -2px; flex-shrink: 0; }

.btn .svg-icon { margin-left: 4px; }

.badge .svg-icon { margin-right: 4px; }

.features-list .svg-icon { margin-right: 6px; color: #b45f37; vertical-align: -3px; }

.feature-icon .svg-icon { color: rgba(180,95,55,0.95); }

.gcard-mark .svg-icon { color: #fff; }

.wc-logo-mark .svg-icon { color: #fff; }

.wallet-pill .svg-icon { vertical-align: -3px; }

.poster__cta .svg-icon { vertical-align: -2px; }

.lp-body { background: #faf6ee; color: #181410; background-image: radial-gradient(120% 80% at 85% -10%, rgba(180,95,55,0.07), transparent 55%), radial-gradient(90% 70% at 0% 110%, rgba(180,95,55,0.06), transparent 60%); background-attachment: fixed; background-repeat: no-repeat; }

.lp-site-header { gap: 0.5rem; }

.lp-header-right { display: flex; align-items: center; gap: 0.75rem; }

.lang-pick { position: relative; }

.lang-pick__btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(24,20,16,0.12);
  background: rgba(24,20,16,0.04);
  border-radius: 999px;
  color: inherit;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 150ms, border-color 150ms;
}

.lang-pick__btn:hover { background: rgba(24,20,16,0.08); border-color: rgba(24,20,16,0.22); }

.lang-pick__flag { font-size: 1.05rem; line-height: 1; }

.lang-pick__code { font-weight: 600; letter-spacing: 0.04em; }

.lang-pick__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  border: 1px solid rgba(24,20,16,0.12);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.7);
  z-index: 60;
}

.lang-pick__opt {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  color: rgba(24,20,16,0.85);
  text-decoration: none;
  font-size: 0.88rem;
  transition: background 120ms;
}

.lang-pick__opt:hover { background: rgba(24,20,16,0.06); color: #181410; }

.lang-pick__opt.is-active { background: rgba(180,95,55,0.1); color: #b45f37; }

.lang-pick__opt .lang-pick__flag { font-size: 1.1rem; }

.lang-pick__name { font-weight: 500; }

.lp-burger {
  display: none;
  flex-direction: column; justify-content: center; gap: 4px;
  /* 44px — minimum touch target (only ever displayed on mobile ≤640px) */
  width: 44px; height: 44px;
  border: 1px solid rgba(24,20,16,0.14);
  border-radius: 10px;
  background: rgba(24,20,16,0.04);
  padding: 9px 8px;
  cursor: pointer;
}

.lp-burger span {
  display: block; height: 2px;
  background: #b45f37;
  border-radius: 1px;
  transition: transform 200ms ease, opacity 200ms ease;
}

.lp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }

.lp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }

.lp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.lp-drawer {
  position: fixed; inset: 0;
  z-index: 200;
  pointer-events: none;
}

.lp-drawer__overlay {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: background 280ms ease, backdrop-filter 280ms ease;
  pointer-events: none;
}

.lp-drawer.is-open .lp-drawer__overlay {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
}

.lp-drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(88vw, 360px);
  background: linear-gradient(170deg, #ffffff 0%, #faf6ee 100%);
  border-left: 1px solid rgba(180,95,55,0.12);
  box-shadow: -30px 0 80px -10px rgba(58,44,30,0.3);
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0.32, 0.72, 0, 1);
  display: flex; flex-direction: column;
  pointer-events: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-drawer.is-open .lp-drawer__panel { transform: translateX(0); }

.lp-drawer__top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px 18px;
  border-bottom: 1px solid rgba(180,95,55,0.08);
  position: sticky; top: 0;
  background: rgba(20, 16, 10, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1;
}

.lp-drawer__close {
  background: rgba(24,20,16,0.08);
  border: 1px solid rgba(24,20,16,0.12);
  color: #b45f37;
  /* 44px — minimum touch target (drawer is mobile-only, opened via burger) */
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 24px; line-height: 1;
  font-weight: 300;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 150ms, transform 200ms;
}

.lp-drawer__close:hover { background: rgba(24,20,16,0.14); transform: rotate(90deg); }

.lp-drawer__section {
  padding: 22px 20px 8px;
  display: flex; flex-direction: column; gap: 4px;
}

.lp-drawer__section + .lp-drawer__section {
  border-top: 1px solid rgba(180,95,55,0.06);
  margin-top: 8px;
}

.lp-drawer__section--langs { padding-bottom: 24px; }

.lp-drawer__sec-title {
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(180,95,55,0.45);
  padding: 0 4px 12px;
}

.lp-drawer__link {
  display: flex; align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  color: rgba(24,20,16,0.92);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: background 150ms, border-color 150ms, transform 100ms;
}

.lp-drawer__link:hover { background: rgba(180,95,55,0.06); border-color: rgba(180,95,55,0.14); }

.lp-drawer__link:active { transform: scale(0.99); }

.lp-drawer__link--cta {
  background: linear-gradient(120deg, #b45f37 0%, #8a4426 60%, #d4a85a 100%);
  color: #ffffff !important;
  font-weight: 700;
  margin-top: 12px;
  justify-content: center;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px -8px rgba(255,200,120,0.35);
}

.lp-drawer__link--cta:hover {
  filter: brightness(1.06);
  border-color: transparent !important;
  background: linear-gradient(120deg, #b45f37 0%, #8a4426 60%, #d4a85a 100%);
}

.lp-drawer__lang {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  color: rgba(24,20,16,0.88);
  text-decoration: none;
  font-size: 0.96rem;
  border: 1px solid transparent;
  transition: background 130ms, border-color 130ms;
}

.lp-drawer__lang:hover { background: rgba(180,95,55,0.04); border-color: rgba(180,95,55,0.1); }

.lp-drawer__lang.is-active {
  background: rgba(180,95,55,0.1);
  border-color: rgba(180,95,55,0.22);
  color: #b45f37;
}

.lp-drawer__lang-flag { font-size: 1.4rem; line-height: 1; }

.lp-drawer__lang-name { flex: 1; font-weight: 500; }

.lp-drawer__lang-check { font-weight: 700; color: #b45f37; }

@media (max-width: 640px) {
body.lp-body .lp-site-header .lp-header-right,
  body.lp-body .lp-site-header .header-right { display: none !important; }
.lp-site-header .lp-burger { display: flex !important; }
}

body.lp-drawer-open { overflow: hidden; }

.lp-body .site-header {
  background: color-mix(in srgb, #faf6ee 82%, transparent);
  border-bottom-color: rgba(24,20,16,0.08);
}

.lp-body .site-header .brand { color: #181410; }

.lp-body .site-header .brand .dot { color: rgba(24,20,16,0.4); }

.lp-body .lang { background: rgba(24,20,16,0.06); }

.lp-body .lang a { color: rgba(24,20,16,0.65); }

.lp-body .lang a.active { background: var(--accent, #b45f37); color: #ffffff; }

.lp-body .btn-link { color: rgba(24,20,16,0.85); }

.lp-body .btn.btn-sm.btn-primary {
  background: linear-gradient(135deg, #c06a3e 0%, #9a4f2b 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(180,95,55,0.45) !important;
  font-weight: 700;
  letter-spacing: -0.005em;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 4px 14px -2px rgba(251,191,36,0.45),
    inset 0 1px 0 rgba(24,20,16,0.4) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.lp-body .btn.btn-sm.btn-primary::before {
  content: '';
  position: absolute; top: 0; bottom: 0; left: -60%;
  width: 50%;
  background: linear-gradient(110deg,
    transparent 0%,
    rgba(255,255,255,0) 35%,
    rgba(24,20,16,0.65) 50%,
    rgba(255,255,255,0) 65%,
    transparent 100%
  );
  transform: skewX(-22deg);
  animation: lp-cta-shine 3s ease-in-out infinite;
  animation-delay: 1.2s;
  pointer-events: none;
}

@keyframes lp-cta-shine {
  0%   { left: -60%; opacity: 0; }
  15%  { opacity: 1; }
  70%  { left: 130%; opacity: 1; }
  100% { left: 130%; opacity: 0; }
}

.lp-body .btn.btn-sm.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow:
    0 10px 26px -4px rgba(251,191,36,0.65),
    inset 0 1px 0 rgba(24,20,16,0.65) !important;
}

.lp-body .btn.btn-sm.btn-primary:hover::before {
  animation-duration: 1.4s;
}

@media (prefers-reduced-motion: reduce) {
.lp-body .btn.btn-sm.btn-primary::before { animation: none; display: none; }
}

.lp-body .muted { color: rgba(24,20,16,0.65); }

.lp-body .badge { background: rgba(24,20,16,0.06); color: rgba(24,20,16,0.74); border: 1px solid rgba(24,20,16,0.08); }

.lp-body .site-footer { background: #181410; border-top-color: rgba(246,241,231,0.08); color: rgba(246,241,231,0.65); }

.site-footer__nav { display: inline-flex; gap: 10px; align-items: center; margin-top: 6px; }

.site-footer__nav a { color: inherit; text-decoration: none; font-size: 0.82rem; }

.site-footer__nav a:hover { color: #c06a3e; text-decoration: underline; }

.site-footer__sep { opacity: 0.4; }

.lp-body .card {
  background: linear-gradient(180deg, rgba(24,20,16,0.05) 0%, rgba(24,20,16,0.025) 100%);
  border: 1px solid rgba(24,20,16,0.1);
  color: #181410;
}

.lp-body .card .muted { color: rgba(24,20,16,0.65); }

.lp-body .alert-ok {
  background: rgba(10,122,62,0.18);
  color: #1f7a4d;
  border-color: rgba(10,122,62,0.4);
}

.lp-body .alert-error {
  background: rgba(176,0,32,0.15);
  color: #c0353a;
  border-color: rgba(176,0,32,0.4);
}

.lp-body .form input,
.lp-body .form select,
.lp-body .form textarea {
  background: rgba(24,20,16,0.06);
  border: 1px solid rgba(24,20,16,0.12);
  color: #181410;
  color-scheme: light;
}

.lp-body .form input::placeholder { color: rgba(24,20,16,0.65); }

.lp-body .form input:focus, .lp-body .form select:focus, .lp-body .form textarea:focus {
  border-color: rgba(180,95,55,0.7);
  background: rgba(24,20,16,0.09);
  box-shadow: 0 0 0 4px rgba(180,95,55,0.18);
  outline: none;
}

.lp-body .form input:focus-visible, .lp-body .form select:focus-visible, .lp-body .form textarea:focus-visible {
  outline: 2px solid #b45f37;
  outline-offset: 1px;
}

.lp-body .form label > span { color: #181410; }

.lp-body .form label small { color: rgba(24,20,16,0.62); }

.lp-body .feature-icon { background: rgba(24,20,16,0.06); color: rgba(24,20,16,0.85); }

.lp-body .eyebrow {
  background: linear-gradient(135deg, rgba(180,95,55,0.18), rgba(154,52,18,0.14));
  color: #c0353a;
  border: 1px solid rgba(180,95,55,0.32);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.4) inset, 0 6px 18px -8px rgba(180,95,55,0.35);
  backdrop-filter: blur(20px);
  font-weight: 600;
}

.lp-body .pulse {
  background: #b45f37 !important;
  box-shadow: 0 0 0 0 rgba(180,95,55,0.6);
  animation: lp-pulse-red 1.8s ease-out infinite;
}

@keyframes lp-pulse-red {
  0%   { box-shadow: 0 0 0 0 rgba(180,95,55,0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(180,95,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(180,95,55,0); }
}

.lp-body .lp-hero__title em { color: #c0353a; font-style: normal; }

.lp-body .btn { background: rgba(24,20,16,0.06); color: #181410; border-color: rgba(24,20,16,0.12); }

.lp-body .btn:hover { background: rgba(24,20,16,0.1); }

.lp-body .btn-primary {
  background: linear-gradient(180deg, #b45f37 0%, #8a4426 100%);
  color: #ffffff; border-color: transparent;
  box-shadow: 0 8px 24px rgba(180,95,55,0.25), inset 0 1px 0 rgba(255,255,255,0.22);
}

.lp-body .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(180,95,55,0.35); }

.lp-body .btn-ghost { background: transparent; }

.oc-mark .svg-icon { color: #fff; }

.ocst.on { background: #b45f37; border-color: #b45f37; box-shadow: 0 0 6px rgba(180,95,55,0.5); }

.wc-dot.on {
  background: #b45f37;
  border-color: #b45f37;
  box-shadow: 0 0 6px rgba(180,95,55,0.6);
}

.qr-pattern {
  width: 100%; height: 100%;
  background: #fff url('/img/fake-qr.png') center/contain no-repeat;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.poster {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 105 / 148;
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(254,202,202,0.4), transparent 60%),
    radial-gradient(80% 50% at 100% 100%, rgba(180,95,55,0.35), transparent 70%),
    #fffefc;
  color: #0a0a0a;
  border-radius: 14px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow:
    0 30px 60px -20px rgba(0,0,0,0.6),
    0 12px 24px -8px rgba(154,52,18,0.18),
    inset 0 0 0 1px rgba(154,52,18,0.10);
  transform: none;
  transition: transform var(--t-slow) var(--ease);
  position: relative;
}

.poster::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #c0353a, #b45f37, #8a4426, #b45f37, #c0353a);
}

.poster:hover { transform: translateY(-4px); }

.gallery-grid > .aw-mini {
  flex: 0 0 17rem;
  width: 17rem;
}

.gallery-grid > .aw-mini {
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1),
    z-index 0ms 380ms;
  z-index: 1;
}

.gallery-grid > .aw-mini:hover {
  transform: rotate(0deg) translateY(-12px) scale(1.04) !important;
  z-index: 10;
  animation-play-state: paused;
  box-shadow:
    0 44px 90px -22px rgba(0,0,0,0.85),
    0 22px 44px -12px rgba(180,95,55,0.18),
    0 0 0 1px rgba(180,95,55,0.20);
}

@media (max-width: 640px) {
.gallery-grid > .aw-mini,
  .gallery-grid > .aw-mini:nth-child(n) {
    transform: none !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
.gallery-grid > .aw-mini { animation: none !important; }
}

.gcard-logo .svg-icon { color: #1a1a1a; }

.gcard-qr-frame .qr-pattern { width: 100%; height: 100%; border-radius: 4px; }

.gst.on {
  background: #b45f37;
  border-color: #b45f37;
  box-shadow: 0 0 10px rgba(180,95,55,0.55);
}

.gcard-foot__meta .progress { font-weight: 700; }

.gcard-foot__meta .reward { opacity: 0.6; font-weight: 500; }

.gcard-bottom__qr .qr-pattern {
  width: 100%; height: 100%;
  border-radius: 3px;
}

.feature-card .muted { color: rgba(24,20,16,0.65); }

.lp-body .price-card {
  background: linear-gradient(180deg, rgba(24,20,16,0.04) 0%, rgba(24,20,16,0.02) 100%);
  border: 1px solid rgba(24,20,16,0.08);
  color: #181410;
  border-radius: 22px;
  padding: 28px 24px;
}

.lp-body .price-card .tier { color: rgba(24,20,16,0.65); }

.lp-body .price-card .price { color: #181410; }

.lp-body .price-card .price small { color: rgba(24,20,16,0.65); }

.lp-body .price-card .features-list { color: rgba(24,20,16,0.74); }

.lp-body .price-card .features-list li { border-top-color: rgba(24,20,16,0.08); }

.lp-body .faq { max-width: 760px; margin: 0 auto; }

.lp-body .faq__item {
  background: linear-gradient(180deg, rgba(24,20,16,0.04) 0%, rgba(24,20,16,0.02) 100%);
  border: 1px solid rgba(24,20,16,0.08);
  color: #181410;
  box-shadow: none;
}

.lp-body .faq__item summary { color: #181410; }

.lp-body .faq__item summary::after { color: rgba(24,20,16,0.62); }

.lp-body .faq__item .muted { color: rgba(24,20,16,0.65); }

.lp-body .final-cta {
  background: linear-gradient(180deg, #b45f37 0%, #8a4426 100%);
  color: #ffffff;
  border-radius: 32px;
  padding: 48px clamp(24px, 4vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 30px 80px rgba(180,95,55,0.25);
}

.lp-body .final-cta h2 { color: #ffffff; margin: 0 0 8px; }

.lp-body .final-cta .muted { color: rgba(255,255,255,0.85); }

.lp-body .final-cta .btn-primary {
  background: #181410; color: #f6f1e7; border-color: #181410;
  box-shadow: 0 14px 28px rgba(0,0,0,0.3);
}

.lp-body .final-cta .btn-primary:hover { background: #1a1a1a; }

.vs-list .x, .vs-list .ok {
  flex: 0 0 1.2rem;
  width: 1.2rem; height: 1.2rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700;
  margin-top: 2px;
}

.vs-list .ok {
  background: rgba(180,95,55,0.18);
  color: #b45f37;
}

.contact-fab {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 200;
}

.contact-fab__btn {
  width: 2.9rem; height: 2.9rem;
  border-radius: 50%;
  background: rgba(20,20,24,0.78);
  color: rgba(180,95,55,0.9);
  border: 1px solid rgba(24,20,16,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,0.45);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, border-color 0.15s, color 0.15s;
  opacity: 0.82;
}

.contact-fab__btn:hover {
  transform: scale(1.05);
  opacity: 1;
  background: rgba(180,95,55,0.95);
  color: #ffffff;
  border-color: rgba(180,95,55,0.6);
  box-shadow: 0 10px 22px -6px rgba(180,95,55,0.35);
}

.contact-fab__btn:active { transform: scale(0.96); }

.contact-fab__panel {
  position: absolute;
  bottom: 4.2rem; right: 0;
  width: 18rem;
  background: #ffffff;
  border: 1px solid rgba(180,95,55,0.18);
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.55);
  padding: 0.85rem;
  display: flex; flex-direction: column; gap: 0.5rem;
}

.contact-fab__panel[hidden] { display: none !important; }

.contact-fab__head {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.contact-fab__close {
  background: none; border: none; color: rgba(24,20,16,0.65);
  font-size: 1.4rem; cursor: pointer; line-height: 1; padding: 0 0.4rem;
}

.contact-fab__close:hover { color: #181410; }

.contact-fab__form { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.25rem; }

.contact-fab__form input,
.contact-fab__form textarea {
  background: rgba(24,20,16,0.04);
  border: 1px solid rgba(24,20,16,0.12);
  border-radius: 0.5rem;
  padding: 0.55rem 0.7rem;
  color: #181410;
  font-family: inherit;
  font-size: 0.85rem;
  resize: vertical;
}

.contact-fab__form input:focus,
.contact-fab__form textarea:focus { outline: none; border-color: rgba(180,95,55,0.5); }

.contact-fab__form input:focus-visible,
.contact-fab__form textarea:focus-visible { outline: 2px solid #b45f37; outline-offset: 1px; }

.contact-fab__result {
  font-size: 0.78rem;
  text-align: center;
  margin-top: 0.2rem;
  min-height: 1rem;
}

.contact-fab__result--ok  { color: #22c55e; }

.contact-fab__result--err { color: #c0353a; }

@media (max-width: 480px) {
.contact-fab { bottom: 0.9rem; right: 0.9rem; }
.contact-fab__panel { width: calc(100vw - 1.8rem); right: 0; }
}

body.lp-body .aw-mini {
    aspect-ratio: 5 / 8;
    border-radius: 14px;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 14px 14px 10px;
    display: flex; flex-direction: column; gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 18px 40px -10px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
  }

body.lp-body .aw-mini__shine {
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(120% 70% at 0% 0%, rgba(255,255,255,0.14), transparent 55%);
  }

body.lp-body .aw-mini__header {
    display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center;
    position: relative; z-index: 1;
  }

body.lp-body .aw-mini__logo {
    width: 28px; height: 28px;
    border-radius: 7px;
    background: rgba(255,255,255,0.18);
    display: inline-flex; align-items: center; justify-content: center;
    overflow: hidden;
  }

body.lp-body .aw-mini__logo:empty { display: none; }

body.lp-body .aw-mini__logo img { width: 100%; height: 100%; object-fit: contain; }

body.lp-body .aw-mini__org { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.02em; opacity: 0.92; line-height: 1.15; }

body.lp-body .aw-mini__member { text-align: right; }

body.lp-body .aw-mini__label { font-size: 0.5rem; font-weight: 700; letter-spacing: 0.14em; opacity: 0.55; text-transform: uppercase; }

body.lp-body .aw-mini__value { font-size: 0.7rem; font-weight: 600; }

body.lp-body .aw-mini__strip { flex: 0 0 auto; height: 1px; background: rgba(255,255,255,0.14); margin: 2px 0; }

body.lp-body .aw-mini__strip[style*="background-image"] {
    flex: 0 0 auto;
                                                                      
    height: auto; aspect-ratio: 1125 / 432;
    background-color: transparent;
    margin: 0 -14px;
    width: calc(100% + 28px);
    border-radius: 0;
    display: flex; align-items: flex-start; justify-content: flex-start;
    position: relative;
    padding: 0.35rem 0.6rem;
  }

body.lp-body .aw-mini__big--overlay {
    position: relative; z-index: 2;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7), 0 0 6px rgba(0,0,0,0.45);
    font-size: 1.25rem; font-weight: 800;
    line-height: 1;
  }

body.lp-body .aw-mini__strip:not([style*="background-image"]) .aw-mini__big--overlay { display: none !important; }

body.lp-body .aw-mini__auxiliary--menu {
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
  }

body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward {
    flex: 1 1 0; min-width: 0;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0.1rem;
    display: flex;
  }

body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward .aw-mini__value {
    text-align: left !important; flex: 0 0 auto;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;
  }

body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(1) .aw-mini__label,
  body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(1) .aw-mini__value,
  body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(3):nth-last-child(1) .aw-mini__label,
  body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(3):nth-last-child(1) .aw-mini__value {
    text-align: right !important;
  }

body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(2) .aw-mini__label,
  body.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(2) .aw-mini__value {
    text-align: center !important;
  }

body.lp-body .aw-mini__secondary { position: relative; z-index: 1; }

body.lp-body .aw-mini__auxiliary { position: relative; z-index: 1; }

body.lp-body .aw-mini__field--full { width: 100%; }

body.lp-body .aw-mini__stamps {
    display: grid; gap: 3px 4px;
    grid-template-columns: repeat(var(--per-row, 10), minmax(0, 1fr));
  }

body.lp-body .aw-mini__stamp {
    width: 100%;
    aspect-ratio: 1;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    min-width: 0;
    box-sizing: border-box;
  }

body.lp-body .aw-mini__stamp--circle  { border-radius: 50%; }

body.lp-body .aw-mini__stamp--square  { border-radius: 2px; }

body.lp-body .aw-mini__stamp--heart   { clip-path: polygon(50% 90%, 5% 45%, 5% 25%, 22% 10%, 50% 28%, 78% 10%, 95% 25%, 95% 45%); }

body.lp-body .aw-mini__stamp--star    { clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }

body.lp-body .aw-mini__stamp--diamond { transform: rotate(45deg); border-radius: 2px; }

body.lp-body .aw-mini__stamp--flower  { clip-path: polygon(50% 0%, 65% 25%, 95% 25%, 75% 50%, 95% 75%, 65% 75%, 50% 100%, 35% 75%, 5% 75%, 25% 50%, 5% 25%, 35% 25%); }

body.lp-body .aw-mini__big {
    font-size: 1.5rem; font-weight: 700;
    letter-spacing: -0.025em;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
  }

body.lp-body .aw-mini__unit { font-size: 0.8rem; font-weight: 500; opacity: 0.6; }

body.lp-body .aw-mini__barcode {
    margin-top: auto;
    background: transparent;
    padding: 10px 0 4px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    position: relative; z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.12);
  }

body.lp-body .aw-mini__qr {
    width: 110px; height: 110px;
    background: #fff url('/img/fake-qr.png') center/78% no-repeat;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    flex-shrink: 0;
  }

.phones-pair .android {
  position: relative;
  z-index: 1;
  transform: translateX(-30px) translateY(20px) rotate(4deg);
  max-width: 280px;
  margin-left: -50px;
}

.android { position: relative; width: 100%; }

.gw-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  padding: 14px 14px 12px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.10);
  font-family: 'Roboto', 'Google Sans', system-ui, sans-serif;
}

.gw-card__logo {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,0.85); color: #1a1a1a;
  display: inline-flex; align-items: center; justify-content: center;
}

.gw-card__logo .svg-icon { color: #1a1a1a; }

.gw-card__label { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.16em; opacity: 0.5; text-transform: uppercase; }

.gw-card__balance {
  font-size: 1.05rem; font-weight: 600;
  letter-spacing: 0.05em;
  margin: 3px 0 6px;
  line-height: 1;
}

.gw-card__qr-wrap .aw-mini__qr { display: block; }

.gw-card--full,
body.v2 .gw-card.gw-card--full {
  max-width: 340px;
  aspect-ratio: auto;
  padding-bottom: 18px;
  height: auto;
  background: var(--gw-bg, #0a0a0a) !important;
}

.gw-card__logo--auto {
  width: 28px; height: 28px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.gw-card__logo--auto img { width: 100%; height: 100%; object-fit: cover; }

.gw-card__logo--auto span { line-height: 1; }

.gw-card__barcode-strip {
  display: flex; justify-content: center;
  margin-top: 14px;
                                                            
}

.gw-card__barcode-qr {
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
  width: 138px; height: 138px;
}

.gw-card__barcode-qr .qr-pattern { width: 100%; height: 100%; border-radius: 4px; }

.poster-theme {
  display: flex; flex-direction: column; align-items: stretch; gap: 6px;
  padding: 6px 6px 8px;
  border-radius: 12px;
  border: 1px solid rgba(24,20,16,0.10);
  background: rgba(24,20,16,0.03);
  color: inherit;
  cursor: pointer;
  font-size: 0.74rem;
  text-align: center;
  transition: border-color 160ms, background 160ms, transform 160ms;
}

.poster-theme:hover {
  border-color: rgba(180,95,55,0.45);
  background: rgba(180,95,55,0.06);
  transform: translateY(-1px);
}

.poster-theme.is-active {
  border-color: var(--v2-amber-light, #b45f37);
  background: rgba(180,95,55,0.10);
  box-shadow: 0 0 0 3px rgba(180,95,55,0.18);
}

.ticket-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }

.ticket-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(24,20,16,0.08);
  background: rgba(24,20,16,0.03);
  text-decoration: none;
  color: inherit;
  transition: border-color 160ms, background 160ms;
}

.ticket-row:hover { border-color: rgba(180,95,55,0.30); background: rgba(180,95,55,0.05); }

.ticket-row__subject { font-weight: 500; }

.ticket-row__status {
  font-size: 0.72rem; font-weight: 700;
  padding: 4px 8px; border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

@media (max-width: 560px) {
.ticket-row { grid-template-columns: 1fr; gap: 6px; }
.ticket-row__status { justify-self: start; }
}

.ticket-detail {
  background: rgba(24,20,16,0.03);
  border: 1px solid rgba(24,20,16,0.08);
  border-radius: 14px;
  padding: 28px;
  margin-top: 12px;
  max-width: 760px;
}

.ticket-reply-form { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(24,20,16,0.08); }

.ticket-reply-form textarea { width: 100%; }

.ticket-reply-form .btn { margin-top: 10px; }

.ticket-detail__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 6px; }

.ticket-detail__head h1 { margin: 0; font-size: 1.4rem; }

.ticket-message {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(24,20,16,0.08);
}

.ticket-message__head { font-size: 0.85rem; margin-bottom: 8px; opacity: 0.85; }

.ticket-message__body { white-space: pre-wrap; line-height: 1.5; word-break: break-word; overflow-wrap: break-word; }

.type-switch-inline {
  background: rgba(255, 200, 87, 0.12);
  border: 1px solid rgba(255, 200, 87, 0.45);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 14px;
  color: #8a5a14;
}

.type-switch-inline__head {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.type-switch-inline__icon { font-size: 1.2rem; line-height: 1; flex-shrink: 0; }

.type-switch-inline__title { font-weight: 600; color: #fef3c7; }

.type-switch-inline__actions {
  display: flex; gap: 8px;
  margin-left: 30px;
}

.type-switch-inline__actions .btn-sm { font-size: 0.82rem; padding: 6px 14px; }

.tpl-modal {
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}

.tpl-modal[hidden] { display: none; }

.tpl-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
}

.tpl-modal__panel {
  position: relative;
  max-width: 460px; width: 100%;
  background: #ffffff;
  border: 1px solid rgba(24,20,16,0.12);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  color: #fafafa;
  text-align: center;
}

.tpl-modal__icon {
  font-size: 2.6rem; line-height: 1;
  margin-bottom: 8px;
}

.tpl-modal__title {
  font-family: var(--v2-display, system-ui);
  font-size: 1.25rem; font-weight: 600;
  margin: 0 0 12px;
  color: #ffffff;
}

.tpl-modal__body {
  font-size: 0.9rem; line-height: 1.5;
  color: rgba(24,20,16,0.82);
  margin: 0 0 22px;
}

.tpl-modal__body strong { color: #ffffff; font-weight: 500; }

.tpl-modal__actions {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
}

.tpl-modal__actions .btn { min-width: 140px; }

body.v2 .aw-mini--preview .aw-mini__barcode,
body.v2 .aw-mini__barcode {
  background: transparent !important;
  padding: 12px 0 !important;
}

.gw-card__hero-stamps,
body.v2 .gw-card__hero-stamps {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0 4px;
  padding: 10px 14px 14px;
  padding-inline: 14px;
}

.gw-hero-stamps-grid {
  display: grid;
  grid-template-columns: repeat(var(--per-row, 5), 1fr);
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.gw-hero-stamp {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(24,20,16,0.30);
  background: transparent;
  display: block;
  box-sizing: border-box;
}

.gw-hero-stamp.on {
                                                                          
                                                     
}

.gw-hero-stamp--icon {
  border: 0;
  background: transparent;
}

.gw-hero-stamp--icon svg { width: 100%; height: 100%; display: block; }

@media (max-width: 700px) {
.phones-pair .android { max-width: 220px; transform: translateX(-20px) translateY(20px) rotate(3deg); margin-left: -30px; }
}

@media (max-width: 768px) {
.lp-body main { overflow-x: hidden; }
.lp-body .container, .lp-body main > section { padding-left: 18px; padding-right: 18px; }
.cta-row .btn { flex: 1 1 auto; min-width: 0; justify-content: center; }
.trust-row .badge { font-size: 0.74rem; padding: 4px 10px; }
.site-header { padding: 12px 18px; gap: 8px; }
.site-header .header-right { gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.site-header .btn-link { padding: 4px 8px; font-size: 0.86rem; }
.lp-section__head .lead { font-size: 1rem; }
.lp-body table { display: block; overflow-x: auto; white-space: nowrap; }
}

@media (max-width: 480px) {
.lp-body .container, .lp-body main > section { padding-left: 14px; padding-right: 14px; }
.cta-row .btn { width: 100%; }
.site-header { padding: 10px 14px; }
.site-header .brand { transform: scale(0.9); transform-origin: left center; }
.site-header .header-right .btn-link { font-size: 0.82rem; padding: 4px 6px; }
.site-header .btn.btn-sm.btn-primary { padding: 7px 12px; font-size: 0.8rem; }
.site-header .lang { display: none; }
.site-footer { padding: 24px 14px; font-size: 0.78rem; text-align: center; }
}

.an-mock__kpi .lbl { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; color: rgba(24,20,16,0.45); text-transform: uppercase; }

.an-mock__kpi .val { font-size: 1.35rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; color: #181410; }

.an-mock__kpi .delta { font-size: 0.74rem; font-weight: 600; }

.lp-body .lp-section { padding: 80px 0; }

.lp-body .lp-section + .lp-section { padding-top: 60px; }

@media (max-width: 768px) {
.lp-body .lp-section { padding: 56px 0; }
}

.lp-body,
body.v2.v2-customer { padding-top: 64px; }

:is(.lp-body, body.v2.v2-customer) .site-header {
  height: 56px !important;
  min-height: 56px !important;
  box-sizing: border-box;
}

:is(.lp-body, body.v2.v2-customer) .site-header,
.lp-body .site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex; align-items: center; gap: 16px;
  padding: 12px max(18px, calc((100vw - 1180px) / 2 + 18px));
  background: linear-gradient(180deg, rgba(15,15,18,0.55), rgba(10,10,10,0.28));
  border: 0; border-bottom: 1px solid rgba(24,20,16,0.06);
  border-radius: 0;
  backdrop-filter: blur(34px) saturate(180%);
  -webkit-backdrop-filter: blur(34px) saturate(180%);
  box-shadow:
    0 8px 24px -16px rgba(0,0,0,0.6),
    0 1px 0 rgba(24,20,16,0.06) inset,
    0 0 0 1px rgba(0,0,0,0.4);
}

.lp-body .site-header .brand { padding: 4px 8px; border-radius: 999px; }

.lp-body .site-header .header-right { margin-left: auto; gap: 8px; align-items: center; display: flex; }

.lp-body .site-header .btn-link {
  color: rgba(24,20,16,0.79); padding: 8px 14px;
  border-radius: 999px; font-size: 0.88rem; font-weight: 600;
  transition: background 150ms, color 150ms;
}

.lp-body .site-header .btn-link:hover { background: rgba(24,20,16,0.06); color: #fff; }

.lp-body .site-header .lang {
  background: rgba(24,20,16,0.06);
  border: 1px solid rgba(24,20,16,0.08);
  border-radius: 999px;
  padding: 3px;
}

.lp-body .site-header .lang a {
  padding: 4px 10px; border-radius: 999px;
  font-size: 0.74rem; font-weight: 600;
  color: rgba(24,20,16,0.65);
}

.lp-body .site-header .lang a.active { background: rgba(24,20,16,0.16); color: #fff; }

.lp-body .site-header .btn.btn-sm.btn-primary {
  background: linear-gradient(135deg, #c0353a 0%, #b45f37 45%, #8a4426 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(192,53,58,0.55) !important;
  box-shadow:
    0 6px 16px -2px rgba(180,95,55,0.45),
    inset 0 1px 0 rgba(24,20,16,0.35) !important;
}

.lp-body .site-header .btn.btn-sm.btn-primary:hover {
  filter: brightness(1.1) saturate(1.05);
  box-shadow:
    0 10px 24px -4px rgba(180,95,55,0.6),
    inset 0 1px 0 rgba(24,20,16,0.62) !important;
}

@media (max-width: 540px) {
.lp-body { padding-top: 72px; }
.lp-body .site-header { top: 10px; padding: 8px 10px; gap: 8px; border-radius: 22px; }
.lp-body .site-header .lang { display: none; }
.lp-body .site-header .btn-link { padding: 6px 8px; font-size: 0.82rem; }
}

.lp-body .aw-mini--lock-notif {
  width: 100%;
  animation: lp-lock-slide 1.6s ease-out both;
  box-shadow: 0 12px 30px -8px rgba(0,0,0,0.55);
}

@keyframes lp-lock-slide {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lp-body .aw-mini__loc-banner {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 4px 0 0;
  padding: 2px 8px;
  background: rgba(252,211,77,0.15);
  border: 1px solid rgba(252,211,77,0.30);
  border-radius: 999px;
  font-size: 0.58rem; font-weight: 600;
  color: #8a5a14;
  align-self: flex-start;
  width: fit-content;
}

.lp-body .aw-mini__big { font-size: 1.4rem; font-weight: 800; }

.lp-body .aw-mini__unit { font-size: 0.7rem; opacity: 0.7; }

.lp-body { overflow-x: hidden; }

.lp-body .aw-mini--lock-notif {
  aspect-ratio: 5 / 8;
  border-radius: 14px;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 14px 14px 10px;
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--v2-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
  width: 100%;
  animation: lp-lock-slide 1.6s ease-out both;
}

@keyframes lp-lock-slide {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lp-body .aw-mini--lock-notif .aw-mini__shine {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 70% at 0% 0%, rgba(255,255,255,0.14), transparent 55%);
}

.lp-body .aw-mini--lock-notif .aw-mini__header {
  display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center;
  position: relative; z-index: 1;
}

.lp-body .aw-mini--lock-notif .aw-mini__logo {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: rgba(255,255,255,0.18);
  display: inline-flex; align-items: center; justify-content: center;
  overflow: hidden;
}

.lp-body .aw-mini--lock-notif .aw-mini__logo img { width: 100%; height: 100%; object-fit: contain; }

.lp-body .aw-mini--lock-notif .aw-mini__org { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.02em; opacity: 0.92; line-height: 1.15; }

.lp-body .aw-mini--lock-notif .aw-mini__member { text-align: right; }

.lp-body .aw-mini--lock-notif .aw-mini__label { font-size: 0.5rem; font-weight: 700; letter-spacing: 0.14em; opacity: 0.55; text-transform: uppercase; }

.lp-body .aw-mini--lock-notif .aw-mini__value { font-size: 0.7rem; font-weight: 600; }

.lp-body .aw-mini--lock-notif .aw-mini__strip { flex: 0 0 auto; height: 1px; background: rgba(255,255,255,0.14); margin: 2px 0; }

.lp-body .aw-mini--lock-notif .aw-mini__auxiliary { position: relative; z-index: 1; min-height: 0; overflow: hidden; }

.lp-body .aw-mini--lock-notif .aw-mini__field--full { width: 100%; }

.lp-body .aw-mini--lock-notif .aw-mini__big {
  font-size: 1.5rem; font-weight: 700;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.lp-body .aw-mini--lock-notif .aw-mini__unit { font-size: 0.8rem; font-weight: 500; opacity: 0.6; }

.lp-body .aw-mini__auxiliary--menu {
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
}

.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward {
  flex: 1 1 0; min-width: 0;
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward .aw-mini__value {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;
}

.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(1) .aw-mini__label,
.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(1) .aw-mini__value,
.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(3):nth-last-child(1) .aw-mini__label,
.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(3):nth-last-child(1) .aw-mini__value {
  text-align: right !important;
}

.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(2) .aw-mini__label,
.lp-body .aw-mini__auxiliary--menu .aw-mini__field--reward:nth-child(2):nth-last-child(2) .aw-mini__value {
  text-align: center !important;
}

.lp-body .aw-mini--lock-notif .aw-mini__loc-banner {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 4px 0 0;
  padding: 2px 8px;
  background: rgba(252,211,77,0.15);
  border: 1px solid rgba(252,211,77,0.30);
  border-radius: 999px;
  font-size: 0.58rem; font-weight: 600;
  color: #8a5a14;
  align-self: flex-start;
  width: fit-content;
}

html, body.lp-body { overflow-x: hidden; max-width: 100vw; }

.lp-dual-tile .aw-mini { width: 280px; max-width: 100%; }

.lp-dual-tile .gw-card { width: 280px; max-width: 100%; }

.lp-body .gw-card {
  width: 100%;
  min-height: 380px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  color: var(--gw-fg, #fff);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.4);
  background:
    radial-gradient(140% 90% at 15% -5%,  var(--gw-bg2, #475569) 0%, transparent 55%),
    radial-gradient(110% 100% at 95% 100%, var(--gw-bg2, #475569) 0%, transparent 55%),
    linear-gradient(135deg, var(--gw-bg, #0a0a0a) 0%, var(--gw-bg2, #475569) 55%, var(--gw-bg, #0a0a0a) 100%);
  display: flex; flex-direction: column;
}

.lp-body .gw-card > * { position: relative; z-index: 1; padding-inline: 14px; }

.lp-body .gw-card__head {
  display: flex; align-items: center; gap: 10px;
  padding-top: 14px; padding-bottom: 0; margin-bottom: 12px;
}

.lp-body .gw-card__logo {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden;
}

.lp-body .gw-card__logo img { width: 100%; height: 100%; object-fit: contain; }

.lp-body .gw-card__head-text { font-size: 0.7rem; opacity: 0.85; }

.lp-body .gw-card__divider { height: 1px; background: rgba(255,255,255,0.16); margin: 0 14px 10px; }

.lp-body .gw-card__merchant { font-size: 0.95rem; font-weight: 700; margin-bottom: 10px; }

.lp-body .gw-card__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; margin-bottom: 12px; }

.lp-body .gw-card__col { display: flex; flex-direction: column; gap: 3px; min-width: 0; }

.lp-body .gw-card__col--right { text-align: right; align-items: flex-end; }

.lp-body .gw-card__label { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.18em; opacity: 0.6; text-transform: uppercase; }

.lp-body .gw-card__balance { font-size: 2.2rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1; font-variant-numeric: tabular-nums; }

.lp-body .gw-card__next { font-size: 0.72rem; font-weight: 600; opacity: 0.9; }

.lp-body .gw-card__barcode-strip {
  background: transparent; margin: 8px 14px 12px; padding: 0;
  flex-shrink: 0;
}

.lp-body .gw-card__barcode-qr {
  width: 88px; height: 88px; aspect-ratio: 1;
  background: #fff; border-radius: 10px; padding: 8px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.lp-body .gw-card__hero-stamps {
  width: 100%; min-height: 0; height: 0;
  overflow: visible; position: relative;
}

.lp-body .gw-card__head { align-items: flex-start; }

.lp-body .gw-card__head-info { flex: 1; min-width: 0; }

.lp-body .gw-card__head-program { font-size: 0.85rem; font-weight: 700; line-height: 1.2; opacity: 0.95; }

.lp-body .gw-card__head-text { font-size: 0.6rem !important; opacity: 0.55 !important; margin-top: 1px; }

.lp-body .gw-card__glogo { flex-shrink: 0; opacity: 0.85; padding-top: 1px; }

.lp-body .gw-card__member-row { margin-bottom: 8px; }

.lp-body .gw-card__member-name { font-size: 0.82rem; font-weight: 600; margin-top: 2px; opacity: 0.92; }

html, body.lp-body { overflow-x: clip !important; max-width: 100vw; }

body.lp-body .container, body.lp-body main, body.lp-body section { overflow-x: clip; }

body.lp-body .gallery-grid { overflow: clip; }

.lp-scanapp__text .muted { font-size: 0.92rem; line-height: 1.65; max-width: 480px; }

@media (max-width: 860px) {
.lp-scanapp__text .muted { max-width: 100%; }
}

body.lp-body .aw-mini--lock-notif .aw-mini__strip[style*="background-image"] {
  height: auto !important;
  aspect-ratio: 1125 / 432;
  margin: 0 -14px !important;
  width: calc(100% + 28px);
  border-radius: 0;
  background-color: transparent;
  flex: 0 0 auto;
}

.gallery-grid .aw-mini__strip[style*="background-image"] {
  height: 20px !important;
  aspect-ratio: unset !important;
  margin: 0 -14px !important;
  width: calc(100% + 28px);
  border-radius: 0;
  background-color: transparent;
  flex: 0 0 auto;
}

.lp-body .gw-card {
  background:
    radial-gradient(ellipse 170% 70% at 18% -10%, var(--gw-bg2, #475569) 0%, transparent 62%),
    radial-gradient(ellipse 90%  90% at 85% 105%, rgba(0,0,0,0.25) 0%, transparent 55%),
    var(--gw-bg, #0a0a0a);
}

.lp-body .gw-card__hero-stamps {
  min-height: 14px !important;
  height:     14px !important;
  flex-shrink: 0;
  position: relative;
}

.lp-body .gw-card__hero-stamps::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -14px; right: -14px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 100%);
}

.lp-body .gw-card__progress-wrap {
  height: 3px;
  background: rgba(255,255,255,0.13);
  border-radius: 2px;
  margin: 2px 0 10px;
  overflow: hidden;
}

.lp-body .gw-card__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.71));
  border-radius: 2px;
}

.lp-body .gw-card__logo--auto {
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.6);
}

body.lp-body .aw-mini__serial {
  font-size: 0.46rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  opacity: 0.38;
  text-align: center;
  margin-top: 3px;
  font-family: ui-monospace, 'SF Mono', 'Courier New', monospace;
}

.lp-body .gw-card {
  box-shadow:
    0 24px 56px -12px rgba(0,0,0,0.58),
    0  6px 30px -8px  var(--gw-bg2, rgba(0,0,0,0.25));
}

body.lp-body .aw-mini {
  box-shadow:
    0 18px 44px -10px rgba(0,0,0,0.50),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

body.lp-body .aw-mini__qr {
  box-shadow:
    0 3px 14px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(0,0,0,0.06) !important;
}

.lp-body .lp-trustband {
  border-top: 1px solid rgba(24,20,16,0.08);
  border-bottom: 1px solid rgba(24,20,16,0.08);
  padding: 18px 0;
  background: rgba(24,20,16,0.015);
}

.lp-body .lp-trustband__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
}

.lp-body .lp-trustband__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #3a3328;
  white-space: nowrap;
}

.lp-body .lp-trustband__item svg { color: #c0353a; flex: none; }

.lp-body .lp-trustband__dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(24,20,16,0.22);
}

@media (max-width: 640px) {
.lp-body .lp-trustband__dot { display: none; }
.lp-body .lp-trustband__inner { gap: 10px 18px; }
.lp-body .lp-trustband__item { font-size: 0.78rem; }
}

/* Phase 3 (anticipé ici, demandé par le plan) — accessibilité animations */
@media (prefers-reduced-motion: reduce){ *,*::before,*::after{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }

/* ── Phase 3 (a11y) — focus-visible générique, sr-only, skip-link ── */
a:focus-visible, button:focus-visible, [role="button"]:focus-visible, summary:focus-visible {
  outline: 2px solid #b45f37;
  outline-offset: 2px;
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:10px 18px;border-radius:10px;background:#b45f37;color:#fff;font-weight:600;transform:translateY(calc(-100% - 14px));transition:transform .15s}
.skip-link:focus{transform:translateY(0);outline:2px solid #fff;outline-offset:2px}
