:root{
  --wl-sky:#dff4ff;
  --wl-water:#6fd0ff;
  --wl-deep:#1f5ea8;

  --wl-panel: rgba(255,255,255,.82);
  --wl-panel2: rgba(255,255,255,.92);
  --wl-line: rgba(20,40,70,.14);

  --wl-ink:#0f2743;
  --wl-muted: rgba(15,39,67,.66);

  --wl-blue:#2a8bff;
  --wl-blue2:#1b66ff;
  --wl-yellow:#ffd34f;
  --wl-green:#2ee59b;

  --wl-radius: 18px;
  --wl-radius-lg: 26px;

  --wl-shadow: 0 24px 70px rgba(10,30,70,.18);
  --wl-shadow-sm: 0 14px 40px rgba(10,30,70,.14);

  --wl-container: 1240px;

  /* мультяшный шрифт-вайб */
  --wl-font: ui-sans-serif, "Quicksand", "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
  --wl-head: ui-sans-serif, "Baloo 2", "Arial Black", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html,body{ height:100%; }
body{
  font-family: var(--wl-font);
  color: var(--wl-ink);
  background:
    radial-gradient(900px 520px at 20% -10%, rgba(255,255,255,.70), transparent 62%),
    radial-gradient(1000px 560px at 80% 10%, rgba(42,139,255,.20), transparent 62%),
    radial-gradient(900px 560px at 55% 110%, rgba(255,211,79,.14), transparent 62%),
    linear-gradient(180deg, var(--wl-sky) 0%, #c8f0ff 18%, #b7e7ff 50%, #b3d9ff 100%);
}

/* Container */
.container{ width: min(var(--wl-container), calc(100% - 40px)); margin-inline:auto; }

/* -------- corner “sea plants” -------- */
.wl-corners{
  position: fixed;
  inset:0;
  pointer-events:none;
  z-index: 0;
  opacity:.95;
}
.wl-corners::before,
.wl-corners::after{
  content:"";
  position:absolute;
  width: 260px;
  height: 260px;
  background-repeat:no-repeat;
  background-size: contain;
  filter: drop-shadow(0 18px 40px rgba(10,30,70,.20));
}
.wl-corners::before{
  top:-16px; left:-16px;
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'>\
<defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>\
<stop offset='0' stop-color='%232ee59b'/><stop offset='1' stop-color='%232a8bff'/>\
</linearGradient></defs>\
<path d='M30 215c12-74 78-164 180-190-14 78-84 170-180 190Z' fill='url(%23g)' opacity='.88'/>\
<path d='M60 210c10-44 30-84 60-116 10 26 8 70-8 116' fill='rgba(255,255,255,.22)'/>\
<circle cx='76' cy='74' r='14' fill='%23ffd34f' opacity='.9'/>\
<circle cx='98' cy='98' r='8' fill='%23ff7bd1' opacity='.85'/>\
</svg>");
}
.wl-corners::after{
  bottom:-18px; right:-18px;
  transform: scaleX(-1);
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'>\
<defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>\
<stop offset='0' stop-color='%232ee59b'/><stop offset='1' stop-color='%232a8bff'/>\
</linearGradient></defs>\
<path d='M30 215c12-74 78-164 180-190-14 78-84 170-180 190Z' fill='url(%23g)' opacity='.88'/>\
<path d='M60 210c10-44 30-84 60-116 10 26 8 70-8 116' fill='rgba(255,255,255,.22)'/>\
<circle cx='76' cy='74' r='14' fill='%23ffd34f' opacity='.9'/>\
<circle cx='98' cy='98' r='8' fill='%23ff7bd1' opacity='.85'/>\
</svg>");
}
@media (max-width:560px){
  .wl-corners::before,.wl-corners::after{ width: 170px; height:170px; opacity:.65; }
}

/* -------- bubbles overlay -------- */
.wl-bubbles{
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: 1;
  opacity: .65;
  mix-blend-mode: soft-light;
}
.wl-bubbles::before,
.wl-bubbles::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(10px 10px at 20% 120%, rgba(255,255,255,.45) 45%, transparent 46%),
    radial-gradient(7px 7px at 38% 110%, rgba(255,255,255,.35) 45%, transparent 46%),
    radial-gradient(12px 12px at 60% 125%, rgba(255,255,255,.35) 45%, transparent 46%),
    radial-gradient(9px 9px at 78% 115%, rgba(255,255,255,.28) 45%, transparent 46%),
    radial-gradient(6px 6px at 90% 130%, rgba(255,255,255,.30) 45%, transparent 46%);
  background-repeat: repeat;
  background-size: 420px 420px;
  animation: wl-bubbles 14s linear infinite;
}
.wl-bubbles::after{
  opacity: .55;
  filter: blur(.3px);
  background-size: 560px 560px;
  animation-duration: 20s;
}
@keyframes wl-bubbles{
  from{ background-position: 0 0; }
  to{ background-position: 0 -820px; }
}

/* -------- wave strip (decor) -------- */
.wl-wave{
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(18px 18px at 10% 50%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(18px 18px at 30% 50%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(18px 18px at 50% 50%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(18px 18px at 70% 50%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(18px 18px at 90% 50%, rgba(255,255,255,.55), transparent 60%);
  opacity: .55;
}

/* -------- header -------- */
.wl-header{
  position: sticky;
  top:0;
  z-index: 50;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20,40,70,.10);
}
.wl-header__row{
  height: 64px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.wl-brand{ display:flex; align-items:center; gap: 10px; min-width: 170px; }
.custom-logo-link{ display:flex; align-items:center; text-decoration:none; }
.custom-logo{ max-height: 34px; width:auto; height:auto; }

.wl-logo{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
}
.wl-logo__mark{
  width: 30px; height: 30px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.65), transparent 55%),
    linear-gradient(135deg, rgba(42,139,255,.95), rgba(46,229,155,.92));
  box-shadow: 0 18px 44px rgba(10,30,70,.16);
}
.wl-logo__txt{
  font-family: var(--wl-head);
  letter-spacing: .02em;
  font-weight: 950;
  font-size: 18px;
  color: rgba(15,39,67,.95);
}

.wl-search{
  flex: 1 1 auto;
  display:flex;
  justify-content:center;
}
.wl-search__box{
  width: min(520px, 100%);
  height: 36px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 36px rgba(10,30,70,.10);
}
.wl-search__input{
  width:100%;
  height:100%;
  border:0;
  outline:none;
  background: transparent;
  color: rgba(15,39,67,.86);
  font-size: 12px;
}
.wl-search__input::placeholder{ color: rgba(15,39,67,.45); }

.wl-actions{
  display:flex;
  align-items:center;
  gap: 10px;
  justify-content:flex-end;
  min-width: 280px;
}

.wl-flag{
  width: 22px;
  height: 16px;
  border-radius: 4px;
  overflow:hidden;
  box-shadow: 0 0 0 1px rgba(20,40,70,.14);
}

.wl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration:none;
  font-weight: 950;
  font-size: 12px;
  cursor:pointer;
  transition: transform .14s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.wl-btn:active{ transform: translateY(1px); }
.wl-btn--ghost{
  background: rgba(255,255,255,.80);
  border-color: rgba(20,40,70,.12);
  color: rgba(15,39,67,.86);
}
.wl-btn--ghost:hover{
  border-color: rgba(42,139,255,.22);
  box-shadow: 0 18px 44px rgba(10,30,70,.12);
}
.wl-btn--cta{
  color: #062346;
  background: linear-gradient(180deg, var(--wl-yellow) 0%, #ffbf2f 100%);
  border-color: rgba(255,255,255,.30);
  box-shadow: 0 20px 56px rgba(255,211,79,.24);
}
.wl-btn--cta:hover{ box-shadow: 0 28px 76px rgba(255,211,79,.28); }

.wl-burger{
  display:none;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.86);
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

/* -------- layout -------- */
.wl-home{
  position: relative;
  z-index: 2; /* above corners + bubbles */
  padding: 16px 0 34px;
}
.wl-layout{
  display:grid;
  grid-template-columns: 240px 1fr;
  gap: 14px;
}

.wl-side{
  border-radius: 22px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(20,40,70,.12);
  box-shadow: var(--wl-shadow-sm);
  overflow:hidden;
  position: sticky;
  top: 78px;
  align-self: start;
}

.wl-side__top{
  padding: 12px;
  border-bottom: 1px solid rgba(20,40,70,.10);
  background:
    radial-gradient(520px 220px at 18% 0%, rgba(42,139,255,.12), transparent 62%),
    rgba(255,255,255,.70);
}
.wl-side__title{
  font-family: var(--wl-head);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(15,39,67,.78);
}
.wl-side__nav{
  padding: 10px;
  display:grid;
  gap: 8px;
}
.wl-side__a{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  text-decoration:none;
  border: 1px solid transparent;
  color: rgba(15,39,67,.92);
  background: rgba(255,255,255,.72);
  transition: transform .14s ease, border-color .18s ease, box-shadow .18s ease;
}
.wl-side__a:hover{
  transform: translateY(-1px);
  border-color: rgba(42,139,255,.22);
  box-shadow: 0 14px 34px rgba(10,30,70,.12);
}
.wl-side__ico{
  width: 32px; height: 32px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(42,139,255,.14), rgba(46,229,155,.10));
  border: 1px solid rgba(20,40,70,.10);
}

/* mobile drawer */
.wl-drawer{
  position: fixed;
  inset: 0;
  z-index: 80;
  display:none;
}
.wl-drawer.is-open{ display:block; }
.wl-drawer__backdrop{
  position:absolute;
  inset:0;
  background: rgba(10,30,70,.40);
}
.wl-drawer__panel{
  position:absolute;
  top:0; left:0;
  width: min(360px, 88vw);
  height: 100%;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-right: 1px solid rgba(20,40,70,.12);
  padding: 14px;
  box-shadow: 0 24px 78px rgba(10,30,70,.22);
  transform: translateX(-102%);
  transition: transform .22s ease;
}
.wl-drawer.is-open .wl-drawer__panel{ transform: translateX(0); }
.wl-drawer__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.wl-drawer__close{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.86);
  cursor:pointer;
}

@media (max-width: 980px){
  .wl-layout{ grid-template-columns: 1fr; }
  .wl-side{ display:none; }
  .wl-search{ display:none; }
  .wl-burger{ display:inline-flex; }
  .wl-actions{ min-width: auto; }
}

/* -------- hero slider -------- */
.wl-main{ min-width:0; }

.wl-hero{
  border-radius: var(--wl-radius-lg);
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  box-shadow: var(--wl-shadow);
  overflow:hidden;
}

.wl-carousel{ position: relative; overflow:hidden; border-radius: 26px; }

.wl-slides{
  display:flex;
  transition: transform .35s ease;
  will-change: transform;
}
.wl-slide{
  min-width: 100%;
  padding: 18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  align-items:center;

  background:
    radial-gradient(900px 420px at 18% 18%, rgba(111,208,255,.35), transparent 62%),
    radial-gradient(900px 520px at 88% 20%, rgba(255,211,79,.22), transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,.70), rgba(255,255,255,.52));
}

.wl-slide__kicker{
  font-family: var(--wl-head);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(15,39,67,.68);
  margin-bottom: 8px;
}
.wl-slide__title{
  margin:0 0 10px;
  font-family: var(--wl-head);
  font-size: clamp(26px, 3.0vw, 44px);
  line-height: 1.05;
  color: rgba(15,39,67,.96);
}
.wl-slide__title b{ color: rgba(42,139,255,.96); }
.wl-slide__text{
  margin:0 0 14px;
  color: rgba(15,39,67,.72);
  line-height: 1.65;
  max-width: 60ch;
}
.wl-hero__ctaRow{ display:flex; gap: 10px; flex-wrap:wrap; align-items:center; }
.wl-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.76);
  color: rgba(15,39,67,.68);
  font-weight: 900;
  font-size: 12px;
}

.wl-slide__art{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  min-height: 220px;
}
.wl-artCard{
  width: min(420px, 100%);
  height: 260px;
  border-radius: 22px;
  border: 1px solid rgba(20,40,70,.12);
  background:
    radial-gradient(240px 160px at 30% 30%, rgba(255,255,255,.70), transparent 62%),
    radial-gradient(260px 180px at 70% 40%, rgba(42,139,255,.18), transparent 72%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.56));
  box-shadow: 0 22px 70px rgba(10,30,70,.18);
  position: relative;
  overflow:hidden;
}
.wl-artCard::after{
  content:"🧜‍♀️🐚🐠";
  position:absolute;
  right: 12px;
  bottom: 12px;
  font-size: 30px;
  opacity:.88;
}

.wl-dots{
  position:absolute;
  left: 18px;
  bottom: 14px;
  display:flex;
  gap: 8px;
  z-index: 3;
}
.wl-dot{
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(15,39,67,.25);
  box-shadow: 0 0 0 6px rgba(255,255,255,.45);
}
.wl-dot.is-active{
  background: rgba(42,139,255,.95);
  box-shadow: 0 0 0 6px rgba(42,139,255,.14);
}
.wl-arrow{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 38px; height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.82);
  cursor:pointer;
  display:grid;
  place-items:center;
  color: rgba(15,39,67,.92);
}
.wl-arrow--prev{ left: 10px; }
.wl-arrow--next{ right: 10px; }

@media (max-width: 980px){
  .wl-slide{ grid-template-columns: 1fr; }
  .wl-slide__art{ justify-content:flex-start; }
  .wl-artCard{ height: 210px; }
}

/* -------- ONE games block -------- */
.wl-sec{
  margin-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.wl-sec__title{
  margin:0;
  font-family: var(--wl-head);
  font-size: 13px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(15,39,67,.88);
}
.wl-sec__link{
  color: rgba(15,39,67,.62);
  font-weight: 900;
  font-size: 12px;
  text-decoration:none;
}
.wl-sec__link:hover{ text-decoration: underline; text-underline-offset: 3px; }

.wl-games{
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  box-shadow: var(--wl-shadow-sm);
  padding: 12px;
}

/* Desktop: grid (as in screenshot vibe) */
.wl-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

/* Mobile: horizontal scroll “slider” */
@media (max-width: 720px){
  .wl-grid{
    grid-template-columns: none;
    display:flex;
    gap: 12px;
    overflow-x:auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .wl-grid > .wl-game{ min-width: 260px; scroll-snap-align: start; }
}

/* slot card with hover play overlay */
.wl-game{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 40px rgba(10,30,70,.12);
  position: relative;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
}
.wl-game:hover{
  transform: translateY(-3px);
  border-color: rgba(42,139,255,.26);
  box-shadow: 0 24px 60px rgba(10,30,70,.14);
}

.wl-game__media{
  display:block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(42,139,255,.18), rgba(46,229,155,.12));
  position: relative;
  overflow:hidden;
}
.wl-game__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.03);
  transition: transform .26s ease, filter .26s ease;
  filter: saturate(1.04);
}
.wl-game:hover .wl-game__media img{
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}
.wl-game__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(255,255,255,.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.35));
  opacity: 0;
  transition: opacity .2s ease;
}
.wl-game:hover .wl-game__overlay{ opacity: 1; }

.wl-play{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 36px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.30);
  background: linear-gradient(180deg, var(--wl-green) 0%, #16cf7a 100%);
  color: #052a1b;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.wl-game:hover .wl-play{ transform: translateY(0); opacity: 1; }

.wl-game__meta{
  padding: 10px 12px 12px;
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 10px;
}
.wl-game__title{
  margin:0;
  font-weight: 950;
  font-size: 13px;
  color: rgba(15,39,67,.96);
  line-height: 1.25;
}
.wl-game__sub{
  color: rgba(15,39,67,.62);
  font-size: 12px;
  margin-top: 4px;
}
.wl-mini{
  display:grid;
  gap: 6px;
  align-items:start;
  justify-items:end;
}
.wl-mini__chip{
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(42,139,255,.10);
  color: rgba(15,39,67,.78);
  font-weight: 900;
  font-size: 11px;
}

/* -------- FAQ -------- */
.wl-faq{ margin-top: 16px; }
.wl-faq__title{
  margin: 0 0 10px;
  font-family: var(--wl-head);
  font-size: 13px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(15,39,67,.88);
}
.wl-faq__list{ display:grid; gap: 10px; }
.wl-faq details{
  border-radius: 18px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(10,30,70,.12);
  overflow:hidden;
}
.wl-faq summary{
  cursor:pointer;
  padding: 12px 14px;
  font-weight: 950;
  list-style:none;
  position: relative;
}
.wl-faq summary::-webkit-details-marker{ display:none; }
.wl-faq summary::after{
  content:"+";
  position:absolute;
  right: 14px;
  top: 10px;
  width: 28px; height: 28px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,211,79,.22);
}
.wl-faq details[open] summary::after{ content:"–"; }
.wl-faq__a{
  padding: 0 14px 14px;
  color: rgba(15,39,67,.72);
  line-height: 1.7;
  font-size: 13px;
}

/* -------- SEO -------- */
.wl-seo{ margin-top: 16px; }
.wl-seo__box{
  border-radius: var(--wl-radius-lg);
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  box-shadow: var(--wl-shadow-sm);
  padding: 16px;
}
.wl-seo__box :where(h1,h2){ margin: 6px 0 10px; font-size: 22px; }
.wl-seo__box :where(h3){ margin: 16px 0 8px; font-size: 16px; }
.wl-seo__box :where(p){ margin: 0 0 12px; color: rgba(15,39,67,.76); line-height: 1.75; }
.wl-seo__box :where(ul,ol){ margin: 0 0 12px 18px; color: rgba(15,39,67,.76); line-height: 1.75; }
.wl-seo__box :where(a){ color: rgba(42,139,255,.95); text-decoration: underline; text-underline-offset: 2px; }

/* -------- footer + payments -------- */
.wl-footer{
  margin-top: 18px;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
}
.wl-footer__row{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.wl-footer__brand{
  font-family: var(--wl-head);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(15,39,67,.92);
}
.wl-footer__muted{
  margin-top: 8px;
  color: rgba(15,39,67,.62);
  font-size: 12px;
  line-height: 1.65;
  max-width: 54ch;
}
.wl-footer__links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wl-footer__link{
  display:inline-flex;
  align-items:center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  text-decoration:none;
  font-weight: 900;
  font-size: 12px;
  color: rgba(15,39,67,.70);
}
.wl-footer__link:hover{ border-color: rgba(42,139,255,.24); color: rgba(15,39,67,.90); }

.wl-payments{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items:center;
}
.wl-pay{
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,40,70,.12);
  background: rgba(255,255,255,.78);
  display:inline-flex;
  align-items:center;
  gap: 8px;
  color: rgba(15,39,67,.70);
  font-weight: 900;
  font-size: 12px;
}
.wl-pay svg{ width: 26px; height: 16px; opacity:.95; }

/* lite page */
.wl-lite{ padding: 16px 0 34px; position: relative; z-index:2; }
.wl-bc{ font-size: 12px; color: rgba(15,39,67,.62); }
.wl-bc a{ color: rgba(42,139,255,.95); text-decoration:none; }
.wl-bc a:hover{ text-decoration: underline; text-underline-offset: 3px; }
.wl-lite__title{ margin: 8px 0 0; font-size: 28px; }

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; }
}