/* =========================================================
   WHITE-LABEL LIVE SHOPPING PLATFORM — page-scoped design
   Namespace: .wlls-*  |  Loads only on the live-shopping template
   Palette: hot pink / violet primary + cyan secondary on near-black.
   Motion language matches the EV-charging template (fade-up reveal,
   marquee, tab switcher) so the brand feels consistent across the
   white-label CPT pages.
========================================================= */

:root {
  --wlls-pink:        #ec2024;
  --wlls-pink-soft:   #ff5b5e;
  --wlls-violet:      #b3151b;
  --wlls-cyan:        #ff7a3a;
  --wlls-amber:       #ffc94d;
  --wlls-bg:          #08070d;
  --wlls-bg-2:        #0d0c14;
  --wlls-bg-3:        #14111e;
  --wlls-card:        #110f1b;
  --wlls-card-hover:  #181426;
  --wlls-text:        #ffffff;
  --wlls-text-soft:   #c6bfd5;
  --wlls-text-muted:  #7a708e;
  --wlls-line:        rgba(255, 255, 255, 0.07);
  --wlls-line-2:      rgba(255, 255, 255, 0.14);
  --wlls-line-pink:   rgba(236, 32, 36,0.35);
  --wlls-line-cyan:   rgba(255, 122, 58,0.30);
  --wlls-grad:        linear-gradient(135deg, #ec2024 0%, #b3151b 55%, #ff7a3a 100%);
  --wlls-grad-soft:   linear-gradient(135deg, rgba(236, 32, 36,0.18) 0%, rgba(179, 21, 27,0.14) 50%, rgba(255, 122, 58,0.12) 100%);
  --wlls-radius:      14px;
  --wlls-radius-lg:   22px;
  --wlls-ease:        cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== KEYFRAMES ===== */
@keyframes wlls-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wlls-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@keyframes wlls-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(236, 32, 36,0.55); }
  50%      { box-shadow: 0 0 0 12px rgba(236, 32, 36,0); }
}
@keyframes wlls-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes wlls-shine {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes wlls-cart-pop {
  0%   { transform: scale(0.92); opacity: 0; }
  60%  { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes wlls-blink {
  0%, 80%, 100% { opacity: 1; }
  90%           { opacity: 0.2; }
}
@keyframes wlls-chat-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wlls-orb {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(20px, -16px); }
}

/* ===== PAGE WRAPPER ===== */
.wlls-page {
  background: var(--wlls-bg);
  color: var(--wlls-text);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
.wlls-page section { position: relative; }
.wlls-page a { color: inherit; }

.wlls-page .container {
  max-width: 1360px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .wlls-page .container { padding-left: 22px !important; padding-right: 22px !important; }
}
@media (max-width: 575px) {
  .wlls-page .container { padding-left: 18px !important; padding-right: 18px !important; }
}

/* Reveal-on-scroll utility */
.wlls-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--wlls-ease), transform 0.7s var(--wlls-ease);
}
.wlls-reveal.is-visible { opacity: 1; transform: translateY(0); }
.wlls-reveal[data-delay="1"] { transition-delay: 0.05s; }
.wlls-reveal[data-delay="2"] { transition-delay: 0.12s; }
.wlls-reveal[data-delay="3"] { transition-delay: 0.20s; }
.wlls-reveal[data-delay="4"] { transition-delay: 0.28s; }

/* Shared headline rhythm */
.wlls-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin-bottom: 56px;
}
.wlls-head.is-center { margin-left: auto; margin-right: auto; text-align: center; align-items: center; }
.wlls-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(236, 32, 36,0.10);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: max-content;
}
.wlls-section-title {
  font-size: clamp(28px, 4.2vw, 50px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.wlls-section-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--wlls-text-soft);
  margin: 0;
}
.wlls-accent {
  background: var(--wlls-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ===== BUTTONS ===== */
.wlls-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s var(--wlls-ease), box-shadow 0.3s var(--wlls-ease), background 0.3s var(--wlls-ease);
  isolation: isolate;
}
.wlls-btn .wlls-arrow {
  width: 17px; height: 17px;
  transition: transform 0.3s var(--wlls-ease);
}
.wlls-btn:hover .wlls-arrow { transform: translateX(4px); }

.wlls-btn--primary {
  background: var(--wlls-grad);
  background-size: 220% 100%;
  background-position: 0% 0%;
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(236, 32, 36,0.55);
}
.wlls-btn--primary:hover {
  background-position: 100% 0%;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -10px rgba(236, 32, 36,0.65);
}
.wlls-btn--ghost {
  background: transparent;
  border: 1px solid var(--wlls-line-2);
  color: var(--wlls-text);
}
.wlls-btn--ghost:hover {
  border-color: var(--wlls-pink-soft);
  background: rgba(236, 32, 36,0.08);
  transform: translateY(-2px);
}
.wlls-btn--light {
  background: #fff;
  color: #100a18;
}
.wlls-btn--light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(255, 255, 255, 0.35); }

/* ====================================================
   HERO
==================================================== */
.wlls-hero {
  padding: 110px 0 80px;
  background: var(--wlls-bg);
  overflow: hidden;
}
.wlls-hero::before, .wlls-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  animation: wlls-orb 11s ease-in-out infinite;
}
.wlls-hero::before {
  width: 520px; height: 520px;
  top: -130px; left: -160px;
  background: radial-gradient(circle, rgba(236, 32, 36,0.55), transparent 70%);
}
.wlls-hero::after {
  width: 460px; height: 460px;
  bottom: -160px; right: -120px;
  background: radial-gradient(circle, rgba(255, 122, 58,0.45), transparent 70%);
  animation-direction: reverse;
}
.wlls-hero-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 991px) {
  .wlls-hero { padding: 80px 0 60px; }
  .wlls-hero-row { grid-template-columns: 1fr; gap: 50px; }
}
.wlls-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(236, 32, 36,0.12);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.wlls-hero-eyebrow .wlls-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--wlls-pink);
  animation: wlls-live-pulse 1.7s ease-out infinite;
}
.wlls-hero-title {
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
}
.wlls-hero-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--wlls-text-soft);
  margin: 0 0 28px;
  max-width: 580px;
}
.wlls-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  max-width: 580px;
}
.wlls-hero-bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--wlls-text-soft);
  font-size: 14.5px;
  line-height: 1.5;
}
.wlls-hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: var(--wlls-grad);
  box-shadow: 0 0 0 4px rgba(236, 32, 36,0.12);
}
.wlls-hero-bullets li::after {
  content: "";
  position: absolute;
  left: 5px; top: 50%;
  width: 8px; height: 4px;
  margin-top: -3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.wlls-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero animated "live stream" mock */
.wlls-hero-mock {
  position: relative;
  background: linear-gradient(160deg, var(--wlls-bg-3), var(--wlls-bg-2));
  border-radius: 24px;
  border: 1px solid var(--wlls-line-2);
  padding: 18px;
  box-shadow:
    0 32px 80px -28px rgba(236, 32, 36,0.45),
    0 2px 0 rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}
.wlls-hero-mock::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 32, 36,0.5), rgba(179, 21, 27,0.35), rgba(255, 122, 58,0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.wlls-mock-window {
  position: relative;
  z-index: 1;
  background: #06050a;
  border-radius: 14px;
  overflow: hidden;
}
.wlls-mock-video {
  position: relative;
  height: 360px;
  background:
    radial-gradient(circle at 30% 40%, rgba(236, 32, 36,0.35), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(255, 122, 58,0.35), transparent 55%),
    linear-gradient(160deg, #1c1330, #06050a);
}
.wlls-mock-host {
  position: absolute;
  inset: 18px 18px auto auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.wlls-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--wlls-pink);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 11px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(236, 32, 36,0.55);
}
.wlls-live-badge .wlls-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff;
  animation: wlls-blink 1.4s infinite;
}
.wlls-mock-viewers {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wlls-mock-viewers svg { width: 13px; height: 13px; }

.wlls-mock-stream-host {
  position: absolute;
  bottom: 18px; left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}
.wlls-mock-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--wlls-grad);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.wlls-mock-host-name { font-size: 12.5px; font-weight: 600; color: #fff; }
.wlls-mock-host-handle { font-size: 11px; color: rgba(255, 255, 255, 0.6); }

.wlls-mock-chat {
  position: absolute;
  bottom: 78px; left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 220px;
}
.wlls-mock-chat li {
  list-style: none;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 5px 10px;
  animation: wlls-chat-in 0.5s var(--wlls-ease) both;
}
.wlls-mock-chat li strong {
  color: var(--wlls-cyan);
  font-weight: 600;
  margin-right: 6px;
}
.wlls-mock-chat li:nth-child(2) { animation-delay: 0.3s; }
.wlls-mock-chat li:nth-child(3) { animation-delay: 0.6s; }

.wlls-mock-product {
  position: absolute;
  bottom: 78px; right: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: #100a18;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  animation: wlls-cart-pop 0.6s var(--wlls-ease) 0.4s both;
}
.wlls-mock-product-img {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ec2024, #b3151b);
}
.wlls-mock-product-name { font-size: 12.5px; font-weight: 600; line-height: 1.2; }
.wlls-mock-product-price { font-size: 12px; color: var(--wlls-pink); font-weight: 700; }
.wlls-mock-buy {
  margin-left: 4px;
  background: linear-gradient(135deg, #ec2024, #b3151b);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 10px;
  border-radius: 8px;
  border: none;
}

.wlls-mock-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid var(--wlls-line);
  background: #0a0810;
}
.wlls-mock-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wlls-mock-stat-num {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.wlls-mock-stat-num .wlls-accent { font-weight: inherit; }
.wlls-mock-stat-label {
  font-size: 10.5px;
  color: var(--wlls-text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ====================================================
   MARQUEE
==================================================== */
.wlls-marquee {
  background: var(--wlls-bg-2);
  border-top: 1px solid var(--wlls-line);
  border-bottom: 1px solid var(--wlls-line);
  overflow: hidden;
  padding: 22px 0;
}
.wlls-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: wlls-marquee 32s linear infinite;
}
.wlls-marquee:hover .wlls-marquee-track { animation-play-state: paused; }
.wlls-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--wlls-text-soft);
  white-space: nowrap;
}
.wlls-feature-pill svg {
  width: 14px; height: 14px;
  color: var(--wlls-pink);
}

/* ====================================================
   TRUST STRIP
==================================================== */
.wlls-trust {
  padding: 60px 0;
  background: var(--wlls-bg);
}
.wlls-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}
@media (max-width: 767px) { .wlls-trust-grid { grid-template-columns: repeat(2, 1fr); } }
.wlls-trust-stat {
  padding: 28px 18px;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease;
}
.wlls-trust-stat:hover {
  transform: translateY(-4px);
  border-color: var(--wlls-line-pink);
}
.wlls-trust-num {
  display: block;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  background: var(--wlls-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.wlls-trust-label {
  font-size: 13.5px;
  color: var(--wlls-text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ====================================================
   MARKET OPPORTUNITY
==================================================== */
.wlls-market {
  padding: 96px 0;
  background: var(--wlls-bg);
}
.wlls-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 991px) { .wlls-market-grid { grid-template-columns: 1fr; } }
.wlls-market-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  padding: 32px 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, box-shadow 0.4s var(--wlls-ease);
}
.wlls-market-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 32, 36,0), rgba(236, 32, 36,0.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.wlls-market-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -28px rgba(236, 32, 36,0.45);
}
.wlls-market-card:hover::before { opacity: 1; }
.wlls-market-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.wlls-market-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  flex-shrink: 0;
}
.wlls-market-card-icon svg { width: 22px; height: 22px; }
.wlls-market-card-title {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}
.wlls-market-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wlls-market-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wlls-market-stat-num {
  font-size: 22px;
  font-weight: 700;
  background: var(--wlls-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wlls-market-stat-label {
  font-size: 14px;
  color: var(--wlls-text-soft);
  line-height: 1.5;
}
.wlls-market-foot {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  border-radius: var(--wlls-radius-lg);
}
@media (max-width: 767px) { .wlls-market-foot { grid-template-columns: 1fr; } }
.wlls-market-foot h3 {
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.wlls-market-foot p {
  margin: 0;
  color: var(--wlls-text-soft);
  line-height: 1.6;
  font-size: 15px;
}

/* ====================================================
   CORE FUNCTIONALITY CARDS
==================================================== */
.wlls-core {
  padding: 96px 0;
  background: var(--wlls-bg-2);
}
.wlls-core-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) { .wlls-core-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlls-core-grid { grid-template-columns: 1fr; } }
.wlls-core-card {
  position: relative;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  padding: 30px 26px;
  overflow: hidden;
  transition: transform 0.35s var(--wlls-ease), background 0.35s ease, border-color 0.3s ease;
}
.wlls-core-card::after {
  content: "";
  position: absolute;
  inset: auto -40% -40% auto;
  width: 60%; height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 32, 36,0.30), transparent 65%);
  opacity: 0;
  transition: opacity 0.45s var(--wlls-ease), transform 0.5s var(--wlls-ease);
  pointer-events: none;
}
.wlls-core-card:hover {
  transform: translateY(-6px);
  background: var(--wlls-card-hover);
  border-color: var(--wlls-line-pink);
}
.wlls-core-card:hover::after { opacity: 1; transform: scale(1.1); }
.wlls-core-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  margin-bottom: 22px;
}
.wlls-core-icon svg { width: 24px; height: 24px; }
.wlls-core-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.wlls-core-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}

/* ====================================================
   TECH & COMPLIANCE
==================================================== */
.wlls-tech {
  padding: 96px 0;
  background: var(--wlls-bg);
}
.wlls-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) { .wlls-tech-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .wlls-tech-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .wlls-tech-grid { grid-template-columns: 1fr; } }
.wlls-tech-card {
  position: relative;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius);
  padding: 26px 22px;
  overflow: hidden;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease;
}
.wlls-tech-card:hover {
  transform: translateY(-5px);
  border-color: var(--wlls-line-cyan);
}
.wlls-tech-card:hover .wlls-tech-icon {
  background: linear-gradient(135deg, rgba(255, 122, 58,0.20), rgba(179, 21, 27,0.20));
  border-color: var(--wlls-line-cyan);
  color: var(--wlls-cyan);
}
.wlls-tech-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  margin-bottom: 18px;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.wlls-tech-icon svg { width: 22px; height: 22px; }
.wlls-tech-badge {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wlls-cyan);
  font-weight: 600;
  margin-bottom: 8px;
}
.wlls-tech-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.wlls-tech-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--wlls-text-soft);
}

/* ====================================================
   INTEGRATIONS
==================================================== */
.wlls-integ {
  padding: 96px 0;
  background: var(--wlls-bg-2);
}
.wlls-integ-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) { .wlls-integ-grid { grid-template-columns: 1fr; } }
.wlls-integ-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  padding: 28px 24px;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, box-shadow 0.4s var(--wlls-ease);
}
.wlls-integ-card:hover {
  transform: translateY(-5px);
  border-color: var(--wlls-line-pink);
  box-shadow: 0 24px 50px -22px rgba(236, 32, 36,0.35);
}
.wlls-integ-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.wlls-integ-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
}
.wlls-integ-icon svg { width: 20px; height: 20px; }
.wlls-integ-head h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}
.wlls-integ-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wlls-integ-chip {
  font-size: 12.5px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--wlls-line);
  color: var(--wlls-text-soft);
  transition: all 0.25s ease;
}
.wlls-integ-chip:hover {
  background: rgba(236, 32, 36,0.10);
  border-color: var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  transform: translateY(-2px);
}

/* ====================================================
   TABBED FEATURES
==================================================== */
.wlls-features { padding: 96px 0; background: var(--wlls-bg); }
.wlls-feat-tabs {
  display: inline-flex;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: 14px;
  padding: 6px;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}
.wlls-feat-tab {
  padding: 11px 22px;
  border-radius: 10px;
  background: transparent;
  border: none;
  color: var(--wlls-text-soft);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s var(--wlls-ease);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wlls-feat-tab svg { width: 16px; height: 16px; }
.wlls-feat-tab:hover { color: #fff; }
.wlls-feat-tab.is-active {
  background: var(--wlls-grad);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(236, 32, 36,0.45);
}
.wlls-feat-tabs-wrap { text-align: center; }
.wlls-feat-panel { display: none; }
.wlls-feat-panel.is-active { display: block; animation: wlls-fade-up 0.5s var(--wlls-ease) both; }
.wlls-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) { .wlls-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlls-feat-grid { grid-template-columns: 1fr; } }
.wlls-feat-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius);
  padding: 24px 22px;
  position: relative;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, background 0.3s ease;
}
.wlls-feat-card:hover {
  transform: translateY(-4px);
  background: var(--wlls-card-hover);
  border-color: var(--wlls-line-pink);
}
.wlls-feat-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  color: var(--wlls-pink-soft);
  margin-bottom: 16px;
}
.wlls-feat-icon svg { width: 20px; height: 20px; }
.wlls-feat-card h4 {
  font-size: 16.5px;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.wlls-feat-card p {
  margin: 0;
  font-size: 13.8px;
  line-height: 1.65;
  color: var(--wlls-text-soft);
}

/* ====================================================
   AI LAYER
==================================================== */
.wlls-ai {
  padding: 96px 0;
  background: var(--wlls-bg-2);
  position: relative;
  overflow: hidden;
}
.wlls-ai::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(179, 21, 27,0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255, 122, 58,0.14), transparent 50%);
  pointer-events: none;
}
.wlls-ai > .container { position: relative; z-index: 1; }
.wlls-ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) { .wlls-ai-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlls-ai-grid { grid-template-columns: 1fr; } }
.wlls-ai-card {
  position: relative;
  background: linear-gradient(160deg, var(--wlls-card), var(--wlls-bg-3));
  border: 1px solid var(--wlls-line-2);
  border-radius: var(--wlls-radius-lg);
  padding: 28px 24px;
  overflow: hidden;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease;
}
.wlls-ai-card::before {
  content: "";
  position: absolute;
  top: -30%; right: -30%;
  width: 60%; height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 21, 27,0.30), transparent 65%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.wlls-ai-card:hover {
  transform: translateY(-6px);
  border-color: rgba(179, 21, 27,0.55);
}
.wlls-ai-card:hover::before { opacity: 1; }
.wlls-ai-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(179, 21, 27,0.30), rgba(255, 122, 58,0.18));
  border: 1px solid rgba(179, 21, 27,0.5);
  color: #ffd1d3;
  margin-bottom: 18px;
}
.wlls-ai-icon svg { width: 24px; height: 24px; }
.wlls-ai-card h3 {
  font-size: 18.5px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.wlls-ai-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}

/* ====================================================
   INDUSTRIES
==================================================== */
.wlls-ind {
  padding: 96px 0;
  background: var(--wlls-bg);
}
.wlls-ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1199px) { .wlls-ind-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .wlls-ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .wlls-ind-grid { grid-template-columns: 1fr; } }
.wlls-ind-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius);
  padding: 24px 20px;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, background 0.3s ease;
  cursor: default;
}
.wlls-ind-card:hover {
  transform: translateY(-5px) rotate(-0.5deg);
  border-color: var(--wlls-line-pink);
  background: var(--wlls-card-hover);
}
.wlls-ind-card:hover .wlls-ind-icon { transform: scale(1.08) rotate(-6deg); }
.wlls-ind-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--wlls-grad-soft);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  margin-bottom: 16px;
  transition: transform 0.4s var(--wlls-ease);
}
.wlls-ind-icon svg { width: 22px; height: 22px; }
.wlls-ind-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.wlls-ind-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--wlls-text-muted);
}

/* ====================================================
   COMPARISON TABLE
==================================================== */
.wlls-compare {
  padding: 96px 0;
  background: var(--wlls-bg-2);
}
.wlls-compare-wrap {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  overflow: hidden;
}
.wlls-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 720px;
}
.wlls-compare-scroll { overflow-x: auto; }
.wlls-compare-table thead th {
  text-align: left;
  padding: 22px 24px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--wlls-line);
}
.wlls-compare-table thead th.wlls-compare-tm {
  position: relative;
  background: linear-gradient(135deg, rgba(236, 32, 36,0.18), rgba(179, 21, 27,0.12));
  color: #fff;
}
.wlls-compare-table thead th.wlls-compare-tm::after {
  content: "RECOMMENDED";
  position: absolute;
  top: 12px; right: 14px;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  padding: 3px 8px;
  border-radius: 5px;
  background: var(--wlls-pink);
  color: #fff;
  font-weight: 700;
}
.wlls-compare-table tbody td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--wlls-line);
  color: var(--wlls-text-soft);
  vertical-align: top;
  line-height: 1.55;
}
.wlls-compare-table tbody tr:last-child td { border-bottom: none; }
.wlls-compare-table td:first-child {
  font-weight: 600;
  color: #fff;
}
.wlls-compare-tm-cell {
  background: rgba(236, 32, 36,0.06);
  color: #fff !important;
}
.wlls-compare-yes { color: #58e1a5; font-weight: 600; }
.wlls-compare-no  { color: #ff7878; font-weight: 600; }
.wlls-compare-mid { color: var(--wlls-amber); font-weight: 600; }

/* ====================================================
   REVENUE STREAMS
==================================================== */
.wlls-rev {
  padding: 96px 0;
  background: var(--wlls-bg);
}
.wlls-rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) { .wlls-rev-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlls-rev-grid { grid-template-columns: 1fr; } }
.wlls-rev-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, box-shadow 0.4s var(--wlls-ease);
}
.wlls-rev-card:hover {
  transform: translateY(-6px);
  border-color: var(--wlls-line-pink);
  box-shadow: 0 24px 50px -22px rgba(236, 32, 36,0.40);
}
.wlls-rev-num {
  position: absolute;
  top: 22px; right: 26px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: var(--wlls-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.25;
}
.wlls-rev-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  max-width: 80%;
  letter-spacing: -0.01em;
}
.wlls-rev-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}

/* ====================================================
   WHY TRIPLE MINDS
==================================================== */
.wlls-why {
  padding: 96px 0;
  background: var(--wlls-bg-2);
}
.wlls-why-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wlls-why-split { grid-template-columns: 1fr; gap: 40px; }
}
.wlls-why-intro h2 { margin-bottom: 18px; }
.wlls-why-list { display: flex; flex-direction: column; gap: 18px; }
.wlls-why-item {
  display: flex;
  gap: 22px;
  padding: 26px 28px;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius);
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease, background 0.3s ease;
}
.wlls-why-item:hover {
  transform: translateX(8px);
  border-color: var(--wlls-line-pink);
  background: var(--wlls-card-hover);
}
.wlls-why-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: var(--wlls-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  min-width: 60px;
}
.wlls-why-body h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.wlls-why-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}

/* ====================================================
   PROCESS
==================================================== */
.wlls-process {
  padding: 96px 0;
  background: var(--wlls-bg);
}
.wlls-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) { .wlls-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlls-process-grid { grid-template-columns: 1fr; } }
.wlls-process-step {
  position: relative;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  padding: 28px 26px;
  transition: transform 0.35s var(--wlls-ease), border-color 0.3s ease;
}
.wlls-process-step:hover {
  transform: translateY(-6px);
  border-color: var(--wlls-line-pink);
}
.wlls-process-phase {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(236, 32, 36,0.12);
  border: 1px solid var(--wlls-line-pink);
  color: var(--wlls-pink-soft);
  font-weight: 600;
  margin-bottom: 16px;
}
.wlls-process-step h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.wlls-process-step p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}

/* ====================================================
   CTA STRIP
==================================================== */
.wlls-cta-strip {
  padding: 60px 0;
  background: var(--wlls-bg);
}
.wlls-cta-card {
  position: relative;
  background: var(--wlls-grad);
  border-radius: var(--wlls-radius-lg);
  padding: 56px 50px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 36px;
  align-items: center;
  overflow: hidden;
}
.wlls-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.10), transparent 50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .wlls-cta-card { grid-template-columns: 1fr; padding: 40px 28px; }
}
.wlls-cta-card-content { position: relative; z-index: 1; }
.wlls-cta-card-content h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.wlls-cta-card-content p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
}
.wlls-cta-card .wlls-btn {
  position: relative;
  z-index: 1;
}

/* ====================================================
   SCHEDULE / FORM
==================================================== */
.wlls-schedule {
  padding: 96px 0;
  background: var(--wlls-bg-2);
}
.wlls-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wlls-schedule-grid { grid-template-columns: 1fr; gap: 36px; }
}
.wlls-schedule-info h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  margin: 14px 0 18px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.wlls-schedule-info > p {
  margin: 0 0 24px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--wlls-text-soft);
}
.wlls-schedule-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wlls-schedule-perks li {
  position: relative;
  padding: 14px 18px 14px 50px;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: 12px;
  color: var(--wlls-text-soft);
  font-size: 14.5px;
  line-height: 1.55;
}
.wlls-schedule-perks li::before {
  content: "";
  position: absolute;
  left: 16px; top: 50%;
  width: 22px; height: 22px;
  margin-top: -11px;
  border-radius: 50%;
  background: var(--wlls-grad);
}
.wlls-schedule-perks li::after {
  content: "";
  position: absolute;
  left: 22px; top: 50%;
  width: 10px; height: 5px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.wlls-form-card {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line-2);
  border-radius: var(--wlls-radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.wlls-form-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 32, 36,0.4), rgba(255, 122, 58,0.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.wlls-form-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}
.wlls-form-intro {
  margin: 0 0 22px;
  font-size: 14px;
  color: var(--wlls-text-muted);
  position: relative;
  z-index: 1;
}
.wlls-form-card form { position: relative; z-index: 1; }

/* Reuse global .tm-* form classes; only scope visual overrides below */
.wlls-form-card .tm-field { margin-bottom: 16px; }
.wlls-form-card .tm-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--wlls-text-soft);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  display: block;
}
.wlls-form-card .tm-opt {
  color: var(--wlls-text-muted);
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
}
.wlls-form-card .tm-input,
.wlls-form-card .tm-textarea {
  width: 100%;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--wlls-line);
  border-radius: 10px;
  color: #fff;
  font-size: 14.5px;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.wlls-form-card .tm-textarea {
  min-height: 96px;
  resize: vertical;
}
.wlls-form-card .tm-input:focus,
.wlls-form-card .tm-textarea:focus {
  border-color: var(--wlls-line-pink);
  background: rgba(236, 32, 36,0.05);
}
.wlls-form-card .tm-input::placeholder,
.wlls-form-card .tm-textarea::placeholder {
  color: var(--wlls-text-muted);
}
.wlls-form-card .tm-phone-country {
  display: block;
  font-size: 11.5px;
  color: var(--wlls-text-muted);
  margin-top: 4px;
}
.wlls-form-card .error-message {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: #ff7878;
}
.wlls-form-card .tm-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 18px;
  cursor: pointer;
}
.wlls-form-card .tm-toggle-input { display: none; }
.wlls-form-card .tm-toggle-track {
  width: 38px; height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  position: relative;
  flex-shrink: 0;
  transition: background 0.25s ease;
}
.wlls-form-card .tm-toggle-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px; left: 3px;
  transition: transform 0.25s var(--wlls-ease);
}
.wlls-form-card .tm-toggle-input:checked + .tm-toggle-track {
  background: var(--wlls-grad);
}
.wlls-form-card .tm-toggle-input:checked + .tm-toggle-track .tm-toggle-thumb {
  transform: translateX(16px);
}
.wlls-form-card .tm-toggle-text { display: flex; flex-direction: column; }
.wlls-form-card .tm-toggle-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
}
.wlls-form-card .tm-toggle-sub {
  font-size: 12px;
  color: var(--wlls-text-muted);
}
.wlls-form-card .tm-submit {
  width: 100%;
  padding: 15px 24px;
  background: var(--wlls-grad);
  background-size: 220% 100%;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-position 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 30px -12px rgba(236, 32, 36,0.55);
}
.wlls-form-card .tm-submit:hover {
  background-position: 100% 0%;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -10px rgba(236, 32, 36,0.65);
}
.wlls-form-card .tm-submit-arrow {
  font-size: 18px;
  transition: transform 0.25s ease;
}
.wlls-form-card .tm-submit:hover .tm-submit-arrow { transform: translateX(4px); }

/* ====================================================
   FAQ ACCORDION
==================================================== */
.wlls-faq {
  padding: 96px 0 110px;
  background: var(--wlls-bg);
}
.wlls-faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wlls-faq-item {
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius);
  padding: 0;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.wlls-faq-item:hover { border-color: var(--wlls-line-2); }
.wlls-faq-item[open] {
  background: var(--wlls-card-hover);
  border-color: var(--wlls-line-pink);
}
.wlls-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.wlls-faq-item summary::-webkit-details-marker { display: none; }
.wlls-faq-plus {
  position: relative;
  width: 22px; height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(236, 32, 36,0.12);
  border: 1px solid var(--wlls-line-pink);
  transition: transform 0.3s var(--wlls-ease), background 0.3s ease;
}
.wlls-faq-plus::before, .wlls-faq-plus::after {
  content: "";
  position: absolute;
  background: var(--wlls-pink-soft);
  border-radius: 1px;
  transition: transform 0.3s var(--wlls-ease);
}
.wlls-faq-plus::before {
  top: 50%; left: 5px; right: 5px; height: 2px; margin-top: -1px;
}
.wlls-faq-plus::after {
  left: 50%; top: 5px; bottom: 5px; width: 2px; margin-left: -1px;
}
.wlls-faq-item[open] .wlls-faq-plus { transform: rotate(45deg); }
.wlls-faq-a {
  margin: 0;
  padding: 0 26px 24px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--wlls-text-soft);
}

/* ====================================================
   INTERNAL LINKS / RELATED
==================================================== */
.wlls-related {
  padding: 60px 0 110px;
  background: var(--wlls-bg);
}
.wlls-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) { .wlls-related-grid { grid-template-columns: 1fr; } }
.wlls-related-card {
  display: block;
  padding: 26px 24px;
  background: var(--wlls-card);
  border: 1px solid var(--wlls-line);
  border-radius: var(--wlls-radius-lg);
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s var(--wlls-ease), border-color 0.3s ease, background 0.3s ease;
}
.wlls-related-card:hover {
  transform: translateY(-5px);
  border-color: var(--wlls-line-pink);
  background: var(--wlls-card-hover);
  text-decoration: none;
  color: inherit;
}
.wlls-related-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wlls-related-card h3 svg {
  width: 18px; height: 18px;
  color: var(--wlls-pink-soft);
  transition: transform 0.3s var(--wlls-ease);
}
.wlls-related-card:hover h3 svg { transform: translate(3px, -3px); }
.wlls-related-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--wlls-text-muted);
}

/* ====================================================
   REDUCED MOTION
==================================================== */
@media (prefers-reduced-motion: reduce) {
  .wlls-page *,
  .wlls-page *::before,
  .wlls-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .wlls-reveal { opacity: 1; transform: none; }
}
