:root {
  color-scheme: light;
  --theme-surface: rgba(255,255,255,.92);
  --theme-surface-strong: #ffffff;
  --theme-bg: #f7fbf8;
  --theme-bg-soft: #eefaf2;
  --theme-text: #111111;
  --theme-muted: #5f6f66;
  --theme-border: rgba(17,24,39,.1);
  --theme-shadow: 0 18px 55px rgba(17,24,39,.12);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --y:#22c55e;
  --yd:#16a34a;
  --yl:#10291a;
  --k:#f8fafc;
  --k2:#dbe7df;
  --k3:#a7b8ae;
  --w:#0d1511;
  --w2:#111b16;
  --w3:#17251e;
  --border:rgba(190,242,210,.14);
  --theme-surface: rgba(14,24,19,.88);
  --theme-surface-strong: #101a15;
  --theme-bg: #08120d;
  --theme-bg-soft: #102119;
  --theme-text: #f8fafc;
  --theme-muted: #a7b8ae;
  --theme-border: rgba(190,242,210,.14);
  --theme-shadow: 0 22px 70px rgba(0,0,0,.42);
  --shadow:0 2px 18px rgba(0,0,0,.3);
  --shadow-lg:0 20px 65px rgba(0,0,0,.45);
  --gradient-subtle: linear-gradient(135deg,#0b1711 0%,#12261b 100%);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 18% -10%, rgba(34,197,94,.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(20,184,166,.1), transparent 30%),
    linear-gradient(180deg, #07110c 0%, #0d1712 48%, #08120d 100%) !important;
  color: var(--theme-text) !important;
}

html[data-theme="dark"] nav,
html[data-theme="dark"] .mob-menu,
html[data-theme="dark"] .card,
html[data-theme="dark"] .prod-card,
html[data-theme="dark"] .detail-card,
html[data-theme="dark"] .checkout-card,
html[data-theme="dark"] .recap,
html[data-theme="dark"] .step-item,
html[data-theme="dark"] .filter-tabs,
html[data-theme="dark"] .grid-toggle,
html[data-theme="dark"] .theme-menu {
  background: var(--theme-surface) !important;
  border-color: var(--theme-border) !important;
  box-shadow: var(--theme-shadow) !important;
}

html[data-theme="dark"] nav {
  backdrop-filter: blur(22px) saturate(140%) !important;
}

html[data-theme="dark"] .hero,
html[data-theme="dark"] .section-band,
html[data-theme="dark"] .detail-body,
html[data-theme="dark"] .detail-panel,
html[data-theme="dark"] .payment-card {
  background: transparent !important;
}

html[data-theme="dark"] .hero h1 {
  background: linear-gradient(135deg,#f8fafc 0%,#b7f7cd 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

html[data-theme="dark"] .hero-eyebrow,
html[data-theme="dark"] .btn-outline,
html[data-theme="dark"] .back-btn,
html[data-theme="dark"] .ftab,
html[data-theme="dark"] .gtbtn,
html[data-theme="dark"] .copy-btn,
html[data-theme="dark"] .form-row input,
html[data-theme="dark"] select,
html[data-theme="dark"] input,
html[data-theme="dark"] .plan-opt,
html[data-theme="dark"] .pays-opt,
html[data-theme="dark"] .me-opt,
html[data-theme="dark"] .checkout-steps,
html[data-theme="dark"] .trust-item {
  background: rgba(255,255,255,.07) !important;
  border-color: var(--theme-border) !important;
  color: var(--theme-text) !important;
}

html[data-theme="dark"] .detail-body,
html[data-theme="dark"] .product-form,
html[data-theme="dark"] .checkout-box,
html[data-theme="dark"] .plan-select-shell,
html[data-theme="dark"] .country-select-shell,
html[data-theme="dark"] .field-shell,
html[data-theme="dark"] .form-card {
  background: rgba(8,18,13,.72) !important;
  border-color: rgba(190,242,210,.16) !important;
  color: var(--theme-text) !important;
}

html[data-theme="dark"] .checkout-steps {
  background: rgba(255,255,255,.055) !important;
  box-shadow: inset 0 0 0 1px rgba(190,242,210,.1) !important;
}

html[data-theme="dark"] .checkout-steps::before {
  background: rgba(34,197,94,.14) !important;
}

html[data-theme="dark"] .checkout-steps::after {
  background: linear-gradient(90deg,#22c55e,#86efac) !important;
  box-shadow: 0 0 18px rgba(34,197,94,.32) !important;
}

html[data-theme="dark"] .checkout-steps span {
  color: #8fa99a !important;
}

html[data-theme="dark"] .checkout-steps span.active {
  color: #bff7d2 !important;
}

html[data-theme="dark"] .checkout-steps span::before {
  background: #dff7e7 !important;
  border-color: rgba(34,197,94,.2) !important;
  box-shadow: 0 0 0 2px rgba(8,18,13,.9) !important;
}

html[data-theme="dark"] .checkout-steps span.active::before {
  background: linear-gradient(135deg,#22c55e,#86efac) !important;
  box-shadow: 0 0 0 2px rgba(8,18,13,.9),0 10px 24px rgba(34,197,94,.36) !important;
}

html[data-theme="dark"] .section-label,
html[data-theme="dark"] label,
html[data-theme="dark"] .form-label,
html[data-theme="dark"] .select-label {
  color: #c8f4d6 !important;
}

html[data-theme="dark"] .select-card,
html[data-theme="dark"] .select-wrap,
html[data-theme="dark"] .dropdown-shell,
html[data-theme="dark"] .plan-dropdown,
html[data-theme="dark"] .country-dropdown,
html[data-theme="dark"] .custom-select,
html[data-theme="dark"] .lux-select-card,
html[data-theme="dark"] .lux-select-card select,
html[data-theme="dark"] .lux-select-copy,
html[data-theme="dark"] .form-row {
  background: linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045)) !important;
  border-color: rgba(190,242,210,.18) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.2) !important;
}

html[data-theme="dark"] .lux-select-card::after {
  background: radial-gradient(circle at 50% 0,rgba(34,197,94,.22),transparent 62%) !important;
}

html[data-theme="dark"] .lux-select-copy span {
  color: #9ab4a5 !important;
}

html[data-theme="dark"] .lux-select-copy strong {
  color: #c8f4d6 !important;
}

html[data-theme="dark"] select,
html[data-theme="dark"] input {
  background: rgba(255,255,255,.08) !important;
  color: #f8fafc !important;
  caret-color: #86efac;
}

html[data-theme="dark"] input::placeholder {
  color: rgba(248,250,252,.5) !important;
}

html[data-theme="dark"] select option {
  background: #0f1f17;
  color: #f8fafc;
}

html[data-theme="dark"] .about-box,
html[data-theme="dark"] .desc-box,
html[data-theme="dark"] .tag,
html[data-theme="dark"] .pill {
  background: rgba(255,255,255,.08) !important;
  color: #edfdf3 !important;
  border-color: rgba(190,242,210,.14) !important;
}

html[data-theme="dark"] .subtitle,
html[data-theme="dark"] .hero p,
html[data-theme="dark"] .nav-links a,
html[data-theme="dark"] .recap-row .label,
html[data-theme="dark"] .cc-plat,
html[data-theme="dark"] .pc-plat,
html[data-theme="dark"] .page-footer {
  color: var(--theme-muted) !important;
}

html[data-theme="dark"] .prod-card,
html[data-theme="dark"] .detail-card {
  color: var(--theme-text) !important;
}

html[data-theme="dark"] .carousel-card,
html[data-theme="dark"] .product-feature-card {
  box-shadow: 0 24px 70px rgba(0,0,0,.36) !important;
}

html[data-theme="dark"] .mobile-topbar,
html[data-theme="dark"] .mobile-hero {
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.12);
}

html[data-theme="dark"] .card::before,
html[data-theme="dark"] body::before {
  opacity: .85;
}

/* Dark theme stability: keep the original layout, change only color/contrast. */
html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="light"] body {
  background: var(--w) !important;
  color: #111 !important;
}

html[data-theme="dark"] .testi-card {
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(190,242,210,.16) !important;
  color: #f4fff8 !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.24) !important;
}

html[data-theme="dark"] .testi-head h2,
html[data-theme="dark"] .testi-author strong,
html[data-theme="dark"] .testi-text {
  color: #f4fff8 !important;
}

html[data-theme="dark"] .testi-author,
html[data-theme="dark"] .testi-head p {
  color: rgba(244,255,248,.72) !important;
}

html[data-theme="dark"] .testi-sub-badge,
html[data-theme="dark"] .testi-label {
  background: rgba(34,197,94,.14) !important;
  color: #8df5b4 !important;
  border-color: rgba(34,197,94,.22) !important;
}

html[data-theme="dark"] .testi-corner-icon {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(190,242,210,.16) !important;
}

html[data-theme="dark"] .lux-select-card {
  background: linear-gradient(180deg,rgba(240,253,244,.12),rgba(255,255,255,.055)) !important;
  border-color: rgba(190,242,210,.16) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .lux-select-card select {
  background: rgba(255,255,255,.075) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .lux-select-copy {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .form-row {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .form-row input {
  background: rgba(255,255,255,.075) !important;
  color: #f8fafc !important;
  border-color: rgba(190,242,210,.16) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] #fPays[readonly] {
  background: rgba(255,255,255,.06) !important;
  color: rgba(248,250,252,.72) !important;
}

html[data-theme="dark"] .checkout-steps {
  box-shadow: none !important;
}

.theme-switch {
  position: fixed;
  right: 14px;
  top: 10px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 7px 9px 7px 7px;
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #111;
  box-shadow: 0 18px 48px rgba(17,24,39,.18);
  backdrop-filter: blur(18px) saturate(150%);
  font-family: 'Poppins','Questrial',sans-serif;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: 0;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.theme-switch:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(17,24,39,.24);
}

.theme-switch.dragging {
  transform: scale(.98);
  transition: none;
  cursor: grabbing;
}

.theme-switch:focus-visible {
  outline: 3px solid rgba(34,197,94,.45);
  outline-offset: 3px;
}

.theme-switch-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg,#16a34a,#22c55e);
  box-shadow: 0 10px 22px rgba(22,163,74,.28);
  position: relative;
  overflow: hidden;
}

.theme-switch-icon::before,
.theme-switch-icon::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: transform .3s ease, opacity .3s ease;
}

.theme-switch-icon::before {
  width: 13px;
  height: 13px;
  background: currentColor;
  box-shadow:
    0 -11px 0 -5px currentColor,
    0 11px 0 -5px currentColor,
    11px 0 0 -5px currentColor,
    -11px 0 0 -5px currentColor,
    8px 8px 0 -6px currentColor,
    -8px 8px 0 -6px currentColor,
    8px -8px 0 -6px currentColor,
    -8px -8px 0 -6px currentColor;
}

.theme-switch-icon::after {
  width: 18px;
  height: 18px;
  background: #12301f;
  transform: translate(18px,-18px);
}

html[data-theme="dark"] .theme-switch {
  background: rgba(12,20,16,.86);
  border-color: rgba(190,242,210,.16);
  color: #f8fafc;
  box-shadow: 0 24px 64px rgba(0,0,0,.46);
}

html[data-theme="dark"] .theme-switch-icon {
  background: linear-gradient(135deg,#14532d,#0f172a);
}

html[data-theme="dark"] .theme-switch-icon::before {
  transform: translate(-4px,0) scale(.95);
  opacity: .95;
}

html[data-theme="dark"] .theme-switch-icon::after {
  transform: translate(5px,-5px);
}

.theme-switch-text {
  padding-right: 4px;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .theme-switch {
    top: 13px;
    right: 58px;
    min-height: 42px;
    padding: 6px;
  }
  .theme-switch-text {
    display: none;
  }
  .theme-switch-icon {
    width: 30px;
    height: 30px;
  }
}

/* Final dark-mode polish: same layout as light mode, corrected contrast. */
html[data-theme="dark"] .prod-grid,
html[data-theme="dark"] .how-wrap,
html[data-theme="dark"] .why-wrap,
html[data-theme="dark"] .testi-section,
html[data-theme="dark"] .similaires-section {
  background: transparent !important;
}

html[data-theme="dark"] .sec-head h2,
html[data-theme="dark"] .similaires-title,
html[data-theme="dark"] .testi-head h2 {
  color: #f8fff9 !important;
  text-shadow: 0 8px 24px rgba(0,0,0,.28);
}

html[data-theme="dark"] .sec-head h2 em,
html[data-theme="dark"] .similaires-title::first-letter {
  color: #22c55e !important;
}

html[data-theme="dark"] .similaires-sub,
html[data-theme="dark"] .testi-head p {
  color: rgba(248,255,249,.72) !important;
}

html[data-theme="dark"] .prod-card {
  background: linear-gradient(135deg,rgba(255,255,255,.07),rgba(34,197,94,.09)) !important;
  border-color: rgba(190,242,210,.13) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.24) !important;
}

html[data-theme="dark"] .pc-img {
  background: #f7faf7 !important;
}

html[data-theme="dark"] .pc-img img {
  object-fit: contain !important;
  background: #f7faf7 !important;
}

html[data-theme="dark"] .pc-img::after {
  background: linear-gradient(to right,transparent,rgba(11,29,19,.96)) !important;
}

html[data-theme="dark"] .prod-grid.cols-2 .pc-img::after,
html[data-theme="dark"] .prod-card .pc-overlay {
  background: linear-gradient(to top,rgba(11,29,19,.96) 0%,rgba(11,29,19,.72) 46%,transparent 100%) !important;
}

@media(min-width:700px) {
  html[data-theme="dark"] .pc-img::after {
    background: linear-gradient(to top,rgba(11,29,19,.96),transparent) !important;
  }
}

html[data-theme="dark"] .pc-name,
html[data-theme="dark"] .cmp-nom {
  color: #f7fff9 !important;
}

html[data-theme="dark"] .pc-plat,
html[data-theme="dark"] .pc-price span {
  color: rgba(247,255,249,.62) !important;
}

html[data-theme="dark"] .pc-order-btn {
  background: #16c85f !important;
  color: #04140b !important;
  box-shadow: 0 8px 20px rgba(22,200,95,.22);
}

html[data-theme="dark"] .sim-card {
  background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(34,197,94,.1)) !important;
  border-color: rgba(190,242,210,.16) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.22) !important;
}

html[data-theme="dark"] .sim-card .pc-img {
  background: #f8faf8 !important;
}

html[data-theme="dark"] .sim-card .pc-name {
  color: #f8fff9 !important;
}

html[data-theme="dark"] .sim-card .pc-plat,
html[data-theme="dark"] .sim-card .pc-price span {
  color: rgba(248,255,249,.66) !important;
}

html[data-theme="dark"] .sim-card .pc-price {
  color: #22e676 !important;
}

html[data-theme="dark"] .sim-card .pc-order-btn {
  background: #16c85f !important;
  color: #04140b !important;
}

html[data-theme="dark"] .how-step {
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(190,242,210,.14) !important;
  color: #f7fff9 !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .how-step h4 {
  color: #f7fff9 !important;
}

html[data-theme="dark"] .how-step p {
  color: rgba(247,255,249,.72) !important;
}

html[data-theme="dark"] .step-num {
  color: #22c55e !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 8px 24px rgba(34,197,94,.22);
}

html[data-theme="dark"] .why-badge {
  background: rgba(255,255,255,.08) !important;
  color: #f7fff9 !important;
  border-color: rgba(190,242,210,.14) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .trust-item {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(190,242,210,.18) !important;
}

html[data-theme="dark"] .trust-item strong,
html[data-theme="dark"] .count-stat {
  color: #f8fff9 !important;
  text-shadow: 0 6px 18px rgba(0,0,0,.3);
}

html[data-theme="dark"] .trust-item span {
  color: rgba(248,255,249,.72) !important;
}

html[data-theme="dark"] .cmp-wrap {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(190,242,210,.14) !important;
}

html[data-theme="dark"] .cmp-head,
html[data-theme="dark"] .cmp-row,
html[data-theme="dark"] .cmp-row.even,
html[data-theme="dark"] .cmp-footer {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(190,242,210,.12) !important;
  color: #edfdf3 !important;
}

html[data-theme="dark"] .cmp-row:hover {
  background: rgba(34,197,94,.1) !important;
}

html[data-theme="dark"] .testi-card {
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(190,242,210,.14) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .testi-corner-icon {
  opacity: .92;
  object-fit: contain !important;
}

html[data-theme="dark"] img[src*="placeholder"] {
  filter: contrast(1.05) brightness(.98);
}

html[data-theme="dark"] .sc-placeholder,
html[data-theme="dark"] .mobile-hero-img,
html[data-theme="dark"] .product-logo,
html[data-theme="dark"] .detail-logo {
  background: #f7faf7 !important;
}

/* Premium payment methods */
#methodeSection .section-label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--k) !important;
}

.methodes-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit,minmax(156px,1fr)) !important;
  gap: 12px !important;
}

.me-opt {
  --me-a: 20,185,95;
  --me-b: 10,125,68;
  position: relative !important;
  min-height: 152px !important;
  display: flex !important;
  flex-direction: column !important;
  isolation: isolate;
  overflow: hidden !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(var(--me-a),.24) !important;
  background:
    radial-gradient(circle at 12% 0%,rgba(var(--me-a),.18),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,253,250,.92) 52%,rgba(var(--me-a),.12)) !important;
  box-shadow:
    0 18px 40px rgba(17,24,39,.1),
    inset 0 1px 0 rgba(255,255,255,.94) !important;
  transform: translateY(10px);
  opacity: 0;
  animation: meCardIn .48s cubic-bezier(.2,.75,.2,1) forwards;
  animation-delay: var(--me-delay,0ms);
}

@keyframes meCardIn {
  to { transform: translateY(0); opacity: 1; }
}

.me-opt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg,rgba(var(--me-a),.18),transparent 38%),
    radial-gradient(circle at 85% 12%,rgba(var(--me-b),.2),transparent 28%);
  opacity: .65;
  transition: opacity .24s ease, transform .24s ease;
}

.me-opt::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg,rgba(var(--me-a),.25),rgb(var(--me-a)),rgba(var(--me-b),.5));
  opacity: .55;
}

.me-glow {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(var(--me-a),.18);
  filter: blur(18px);
  pointer-events: none;
}

.me-opt:hover {
  border-color: rgba(var(--me-a),.55) !important;
  transform: translateY(-3px) !important;
  box-shadow:
    0 24px 48px rgba(17,24,39,.15),
    0 10px 26px rgba(var(--me-a),.14),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
}

.me-opt:hover::before {
  opacity: .95;
  transform: scale(1.04);
}

.me-opt.selected {
  border-color: rgb(var(--me-a)) !important;
  background:
    radial-gradient(circle at 18% 0%,rgba(var(--me-a),.28),transparent 38%),
    linear-gradient(145deg,#ffffff,rgba(247,255,250,.96) 48%,rgba(var(--me-a),.2)) !important;
  box-shadow:
    0 0 0 3px rgba(var(--me-a),.18),
    0 26px 56px rgba(17,24,39,.18),
    0 12px 28px rgba(var(--me-a),.2) !important;
}

.me-img-wrap {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 8.6 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(17,24,39,.06) !important;
  background:
    linear-gradient(145deg,#ffffff,#f4faf6) !important;
  box-shadow:
    0 12px 26px rgba(17,24,39,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.me-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 12px !important;
  display: block !important;
}

.me-info {
  min-width: 0;
  padding: 11px 4px 5px !important;
}

.me-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(var(--me-a),.12);
  color: rgb(var(--me-b));
  font-family: 'Poppins',sans-serif;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.me-label {
  display: block !important;
  padding: 7px 0 0 !important;
  text-align: left !important;
  color: var(--k) !important;
  font-family: 'Poppins',sans-serif !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

.me-label span {
  display: block;
  overflow-wrap: anywhere;
}

.me-copy {
  margin-top: 4px;
  color: var(--k3);
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.25;
}

.me-check {
  position: absolute !important;
  top: 13px !important;
  right: 13px !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(var(--me-a),.3) !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 8px 18px rgba(17,24,39,.12) !important;
}

.me-check::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px,-1px) scale(0);
  transition: transform .18s ease;
}

.me-opt.selected .me-check {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-color: rgb(var(--me-a)) !important;
  background: linear-gradient(135deg,rgb(var(--me-a)),rgb(var(--me-b))) !important;
}

.me-opt.selected .me-check::before {
  transform: rotate(-45deg) translate(1px,-1px) scale(1);
}

.me-opt.selected .me-eyebrow,
.me-opt.selected .me-label {
  color: rgb(var(--me-b)) !important;
}

.me-momo,
.me-mtn_congo { --me-a: 244,204,32; --me-b: 17,89,54; }
.me-orange,
.me-orange_rdc { --me-a: 255,128,0; --me-b: 174,70,0; }
.me-wave { --me-a: 40,170,255; --me-b: 7,96,190; }
.me-moov { --me-a: 0,150,214; --me-b: 6,74,152; }
.me-yas { --me-a: 255,213,0; --me-b: 6,58,125; }
.me-airtel,
.me-airtel_congo,
.me-airtel_rdc,
.me-airtel_gabon { --me-a: 237,28,36; --me-b: 166,14,26; }
.me-vodacom { --me-a: 230,25,25; --me-b: 151,18,22; }
.me-paystack { --me-a: 21,162,218; --me-b: 1,54,87; }
.me-card { --me-a: 31,95,190; --me-b: 242,168,36; }

@media(max-width:780px) {
  .methodes-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }

  .me-opt {
    min-height: 148px !important;
    border-radius: 22px !important;
    padding: 9px !important;
  }

  .me-img-wrap {
    aspect-ratio: 16 / 9.8 !important;
    border-radius: 16px !important;
  }

  .me-img-wrap img {
    padding: 10px !important;
  }

  .me-label {
    font-size: .78rem !important;
  }

  .me-copy {
    font-size: .62rem;
  }

  .me-eyebrow {
    font-size: .52rem;
    padding: 4px 7px;
  }
}

html[data-theme="dark"] .me-opt {
  border-color: rgba(var(--me-a),.28) !important;
  background:
    radial-gradient(circle at 16% 0%,rgba(var(--me-a),.2),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(8,25,16,.92) 50%,rgba(var(--me-a),.12)) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

html[data-theme="dark"] .me-opt.selected {
  background:
    radial-gradient(circle at 20% 0%,rgba(var(--me-a),.28),transparent 40%),
    linear-gradient(145deg,rgba(255,255,255,.1),rgba(8,25,16,.94) 48%,rgba(var(--me-a),.18)) !important;
  box-shadow:
    0 0 0 3px rgba(var(--me-a),.24),
    0 24px 54px rgba(0,0,0,.38),
    0 12px 28px rgba(var(--me-a),.16) !important;
}

html[data-theme="dark"] .me-img-wrap {
  background: #f8faf8 !important;
  border-color: rgba(255,255,255,.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
}

html[data-theme="dark"] .me-label {
  color: #f8fff9 !important;
}

html[data-theme="dark"] .me-copy {
  color: rgba(248,255,249,.68) !important;
}

html[data-theme="dark"] .me-eyebrow {
  background: rgba(var(--me-a),.18) !important;
  color: #f8fff9 !important;
}

html[data-theme="dark"] .me-opt.selected .me-label,
html[data-theme="dark"] .me-opt.selected .me-eyebrow {
  color: #ffffff !important;
}
