.ls-landing-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #1b194a !important;
}

.ls-whatsapp-gateway-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #1b194a !important;
}

html:has(.ls-landing),
body:has(.ls-landing) {
  margin: 0 !important;
  padding: 0 !important;
  background: #1b194a !important;
}

.ls-landing {
  --ls-primary: #25235c;
  --ls-primary-deep: #1b194a;
  --ls-accent: #f77fb5;
  --ls-accent-strong: #ff7eb6;
  --ls-cream: #fff7fb;
  --ls-light: #f8f7fb;
  --ls-white: #ffffff;
  --ls-ink: #25235c;
  --ls-muted: #6d6a86;
  --ls-line: rgba(37, 35, 92, 0.14);
  --ls-teal: #7adbc4;
  --ls-gold: #f6c76e;
  --ls-shadow: 0 22px 60px rgba(37, 35, 92, 0.16);
  --ls-radius: 8px;
  color: var(--ls-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  background: var(--ls-light);
  isolation: isolate;
  margin-top: 0 !important;
}

.ls-landing,
.ls-landing * {
  box-sizing: border-box;
}

.ls-landing a {
  color: inherit;
  text-decoration: none;
}

.ls-whatsapp-gateway {
  --ls-primary: #25235c;
  --ls-primary-deep: #1b194a;
  --ls-accent: #f77fb5;
  --ls-white: #ffffff;
  --ls-muted: #6d6a86;
  --ls-shadow: 0 28px 80px rgba(15, 13, 60, 0.28);
  display: grid;
  min-height: 100vh;
  padding: max(28px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
  place-items: center;
  color: var(--ls-primary);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(247, 127, 181, 0.32), transparent 34%),
    radial-gradient(circle at 84% 88%, rgba(122, 219, 196, 0.24), transparent 30%),
    linear-gradient(135deg, var(--ls-primary-deep), var(--ls-primary));
  box-sizing: border-box;
}

.ls-whatsapp-gateway,
.ls-whatsapp-gateway * {
  box-sizing: border-box;
}

.ls-whatsapp-gateway a {
  text-decoration: none;
}

.ls-whatsapp-gateway__card {
  width: min(520px, 100%);
  padding: clamp(24px, 6vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ls-shadow);
  text-align: center;
}

.ls-whatsapp-gateway__logo {
  width: min(220px, 72vw);
  margin: 0 auto 18px;
  border-radius: 8px;
  display: block;
  box-shadow: 0 18px 40px rgba(37, 35, 92, 0.12);
}

.ls-whatsapp-gateway__eyebrow {
  margin: 0 0 10px;
  color: var(--ls-accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-whatsapp-gateway h1 {
  margin: 0;
  color: var(--ls-primary);
  font-size: clamp(2.05rem, 8vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.ls-whatsapp-gateway__copy {
  margin: 16px auto 24px;
  max-width: 420px;
  color: var(--ls-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.ls-whatsapp-gateway__primary,
.ls-whatsapp-gateway__options a {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 0 14px;
  text-align: left;
  border-radius: 8px;
}

.ls-whatsapp-gateway__primary {
  min-height: 78px;
  padding: 14px 18px;
  color: #102a19;
  background: linear-gradient(135deg, #27d66f, #7adbc4);
  box-shadow: 0 18px 34px rgba(32, 200, 99, 0.28);
}

.ls-whatsapp-gateway__primary span,
.ls-whatsapp-gateway__options span {
  grid-row: 1 / 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.ls-whatsapp-gateway__primary span {
  background: rgba(255, 255, 255, 0.32);
}

.ls-whatsapp-gateway__primary strong,
.ls-whatsapp-gateway__options strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.1;
}

.ls-whatsapp-gateway__primary small,
.ls-whatsapp-gateway__options small {
  display: block;
  margin-top: 4px;
  font-weight: 800;
}

.ls-whatsapp-gateway__options {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.ls-whatsapp-gateway__options a {
  padding: 12px 14px;
  border: 1px solid rgba(37, 35, 92, 0.12);
  color: var(--ls-primary);
  background: #ffffff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ls-whatsapp-gateway__options a:hover,
.ls-whatsapp-gateway__options a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(247, 127, 181, 0.42);
  box-shadow: 0 14px 26px rgba(37, 35, 92, 0.1);
}

.ls-whatsapp-gateway__options span {
  background: rgba(247, 127, 181, 0.16);
  color: var(--ls-primary);
}

.ls-whatsapp-gateway__options small {
  color: var(--ls-muted);
}

.ls-whatsapp-gateway__home {
  display: inline-flex;
  margin-top: 20px;
  color: var(--ls-primary);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(247, 127, 181, 0.68);
  text-underline-offset: 5px;
}

.ls-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.ls-section {
  position: relative;
  padding: clamp(64px, 8vw, 108px) 0;
}

.ls-section--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 251, 0.96)),
    repeating-linear-gradient(135deg, rgba(247, 127, 181, 0.08) 0 1px, transparent 1px 24px);
}

.ls-section--dark,
.ls-section--timeline,
.ls-section--route {
  background: linear-gradient(135deg, var(--ls-primary-deep), var(--ls-primary));
  color: var(--ls-white);
}

.ls-section--costs {
  background: linear-gradient(180deg, #ffffff, #f7f2f8);
}

.ls-section-heading {
  max-width: 670px;
}

.ls-section-heading--center {
  margin: 0 auto clamp(32px, 5vw, 54px);
  text-align: center;
}

.ls-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--ls-accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-eyebrow::before {
  width: 24px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.ls-section-heading--center .ls-eyebrow::after {
  width: 24px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.ls-section-title,
.ls-hero__title {
  margin: 0;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.ls-section-title {
  font-size: clamp(2rem, 4vw, 4rem);
}

.ls-section-copy {
  margin: 18px 0 0;
  color: var(--ls-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.ls-section--dark .ls-section-copy,
.ls-section--timeline .ls-section-copy,
.ls-section--route .ls-section-copy,
.ls-final-cta .ls-section-copy {
  color: rgba(255, 255, 255, 0.8);
}

.ls-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ls-button:hover,
.ls-button:focus-visible {
  transform: translateY(-2px);
}

.ls-button--primary {
  background: linear-gradient(135deg, var(--ls-accent), var(--ls-accent-strong));
  color: var(--ls-white);
  box-shadow: 0 18px 34px rgba(247, 127, 181, 0.32);
}

.ls-button--whatsapp-alt {
  border-color: rgba(32, 200, 99, 0.38);
  background: rgba(32, 200, 99, 0.12);
  color: var(--ls-white);
  box-shadow: 0 16px 30px rgba(32, 200, 99, 0.16);
  backdrop-filter: blur(14px);
}

.ls-final-cta .ls-button--whatsapp-alt {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(32, 200, 99, 0.46);
}

.ls-button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ls-white);
  backdrop-filter: blur(14px);
}

.ls-landing .ls-button--guide {
  position: relative;
  display: inline-flex !important;
  gap: 10px;
  min-width: 224px;
  width: auto;
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--ls-white) !important;
  color: var(--ls-primary) !important;
  box-shadow: 0 18px 34px rgba(7, 4, 35, 0.18);
  white-space: nowrap;
}

.ls-landing .ls-button--guide::before {
  display: inline-grid;
  min-width: 34px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--ls-primary), var(--ls-accent));
  color: var(--ls-white);
  content: "PDF";
  font-size: 0.68rem;
  font-weight: 950;
}

.ls-landing .ls-button--guide,
.ls-landing .ls-button--guide:visited,
.ls-landing .ls-button--guide:hover,
.ls-landing .ls-button--guide:focus {
  color: var(--ls-primary) !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}

.ls-hero {
  position: relative;
  min-height: min(780px, 92vh);
  padding: clamp(48px, 8vw, 86px) 0 clamp(48px, 7vw, 76px);
  color: var(--ls-white);
  background:
    linear-gradient(115deg, rgba(27, 25, 74, 0.98), rgba(37, 35, 92, 0.94) 56%, rgba(82, 49, 102, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 90px);
}

.ls-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 82px;
  background: linear-gradient(180deg, transparent, rgba(248, 247, 251, 0.94));
  content: "";
  pointer-events: none;
}

.ls-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.ls-hero__title {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

.ls-hero__brand-card {
  display: inline-flex;
  width: min(250px, 72vw);
  max-width: 100%;
  margin: 0 0 26px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(7, 4, 35, 0.26);
}

.ls-hero__logo {
  display: block !important;
  width: 100% !important;
  max-width: 230px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 18px;
  object-fit: contain;
}

.ls-hero__subtitle {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.5rem);
}

.ls-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ls-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ls-hero__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
}

.ls-social-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ls-social-mini a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease;
}

.ls-social-mini a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.ls-social-mini svg {
  width: 17px;
  height: 17px;
}

.ls-hero__visual {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.ls-bag-stage {
  position: absolute;
  right: 2%;
  top: 16%;
  z-index: 2;
  width: min(340px, 50vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(7, 4, 35, 0.32);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.ls-lottie-bag,
.ls-logo-stage__image {
  width: 100%;
  height: 100%;
}

.ls-logo-stage__image {
  display: block;
  object-fit: cover;
}

.ls-phone-card {
  position: absolute;
  left: 8%;
  top: 14%;
  z-index: 3;
  width: min(330px, 66vw);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(7, 4, 35, 0.38);
  backdrop-filter: blur(20px);
}

.ls-phone-card__bar {
  width: 84px;
  height: 7px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.ls-phone-card__video {
  position: relative;
  min-height: 230px;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(247, 127, 181, 0.42), rgba(37, 35, 92, 0.4)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.16) 50% 75%, transparent 75%);
  background-size: auto, 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}

.ls-fashion-scene {
  position: absolute;
  inset: 18px 16px 58px;
  z-index: 0;
  pointer-events: none;
}

.ls-fashion-scene::before {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 18px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.ls-fashion-item {
  position: absolute;
  width: 74px;
  height: 74px;
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 14px 24px rgba(7, 4, 35, 0.22));
  animation: ls-fashion-float 3.6s ease-in-out infinite;
}

.ls-fashion-item--shirt {
  left: 5%;
  top: 44px;
  color: #ffffff;
}

.ls-fashion-item--dress {
  left: 38%;
  top: 34px;
  color: #f77fb5;
  animation-delay: 0.22s;
}

.ls-fashion-item--shoe {
  right: 3%;
  top: 54px;
  color: #7adbc4;
  animation-delay: 0.44s;
}

.ls-phone-card__video strong {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  text-shadow: 0 2px 14px rgba(7, 4, 35, 0.3);
}

.ls-phone-card__video small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(7, 4, 35, 0.24);
}

.ls-video-dot {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #38e49c;
  box-shadow: 0 0 0 8px rgba(56, 228, 156, 0.2);
}

.ls-product-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}

.ls-product-thumb {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ls-accent), var(--ls-gold));
}

.ls-product-row strong,
.ls-product-row small {
  display: block;
}

.ls-product-row small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.ls-float-card {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 32px rgba(7, 4, 35, 0.22);
  color: var(--ls-white);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.ls-float-card--one {
  right: 10%;
  top: 6%;
}

.ls-float-card--two {
  right: 2%;
  bottom: 26%;
}

.ls-float-card--three {
  left: 16%;
  bottom: 12%;
}

.ls-about {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.ls-founder-card {
  padding: 18px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  border-radius: var(--ls-radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--ls-shadow);
  overflow: hidden;
}

.ls-founder-card__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  border-radius: var(--ls-radius);
  background:
    radial-gradient(circle at 70% 16%, rgba(247, 127, 181, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff, #fff7fb);
  box-shadow: 0 18px 42px rgba(37, 35, 92, 0.12);
  overflow: hidden;
}

.ls-founder-card__photo::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 127, 181, 0.52), rgba(122, 219, 196, 0.34));
  content: "";
  filter: blur(0.2px);
}

.ls-founder-card__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 18%;
}

.ls-founder-card strong,
.ls-founder-card span {
  display: block;
}

.ls-founder-card span {
  color: var(--ls-accent);
  font-weight: 800;
}

.ls-founder-card p {
  margin: 18px 0 0;
  color: var(--ls-muted);
}

.ls-promise-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ls-promise-card,
.ls-live-card,
.ls-store-card,
.ls-cost-card,
.ls-delivery-card,
.ls-proof-card,
.ls-timeline-step {
  border-radius: var(--ls-radius);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ls-promise-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(37, 35, 92, 0.08);
  font-weight: 850;
}

.ls-promise-card span {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(247, 127, 181, 0.14);
}

.ls-promise-card span::after {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 8px;
  height: 14px;
  border: solid var(--ls-accent);
  border-width: 0 3px 3px 0;
  content: "";
  transform: rotate(45deg);
}

.ls-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ls-timeline::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--ls-accent), var(--ls-teal), var(--ls-gold));
  content: "";
  opacity: 0.65;
}

.ls-timeline-step {
  position: relative;
  z-index: 1;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 45px rgba(8, 6, 33, 0.2);
  backdrop-filter: blur(16px);
}

.ls-timeline-step span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--ls-white);
  color: var(--ls-primary);
  font-size: 0.74rem;
  font-weight: 900;
}

.ls-timeline-step span svg {
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  color: var(--ls-accent);
}

.ls-timeline-step h3,
.ls-timeline-step p {
  margin: 0;
}

.ls-timeline-step h3 {
  font-size: 1.18rem;
}

.ls-timeline-step p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.ls-live {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.ls-live__mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ls-live__mini span {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--ls-radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.ls-live__mini strong {
  display: block;
  color: var(--ls-white);
  font-size: 2rem;
  line-height: 1;
}

.ls-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ls-live-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 38px rgba(8, 6, 33, 0.22);
  color: var(--ls-white);
  font-size: 1.08rem;
  font-weight: 850;
  backdrop-filter: blur(18px);
}

.ls-live-card svg {
  width: 30px;
  height: 30px;
  color: var(--ls-accent);
  filter: drop-shadow(0 10px 22px rgba(247, 127, 181, 0.28));
}

.ls-section--purchases {
  background:
    linear-gradient(180deg, #ffffff, #fff7fb 55%, #f7f2f8),
    repeating-linear-gradient(135deg, rgba(247, 127, 181, 0.07) 0 1px, transparent 1px 24px);
}

.ls-purchase-slider {
  margin-top: clamp(30px, 5vw, 54px);
}

.ls-purchase-slider__viewport {
  border: 1px solid rgba(37, 35, 92, 0.12);
  border-radius: var(--ls-radius);
  background: linear-gradient(135deg, rgba(37, 35, 92, 0.05), rgba(247, 127, 181, 0.08));
  box-shadow: var(--ls-shadow);
  overflow: hidden;
}

.ls-purchase-slider__track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ls-purchase-slide {
  display: grid;
  min-width: 100%;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  background: rgba(255, 255, 255, 0.9);
}

.ls-purchase-slide__media {
  display: grid;
  min-height: clamp(380px, 48vw, 590px);
  margin: 0;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 251, 0.98)),
    linear-gradient(45deg, rgba(37, 35, 92, 0.04) 25%, transparent 25%, transparent 50%, rgba(37, 35, 92, 0.04) 50%, rgba(37, 35, 92, 0.04) 75%, transparent 75%);
  background-size: auto, 28px 28px;
}

.ls-purchase-slide__media img {
  display: block;
  width: 100%;
  height: clamp(360px, 45vw, 560px);
  object-fit: contain;
  object-position: center;
}

.ls-purchase-slide__content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(27, 25, 74, 0.98), rgba(37, 35, 92, 0.94)),
    linear-gradient(180deg, rgba(247, 127, 181, 0.18), transparent);
  color: var(--ls-white);
}

.ls-purchase-slide__content span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ls-purchase-slide__content span svg {
  width: 18px;
  height: 18px;
  color: var(--ls-accent);
}

.ls-purchase-slide__content h3 {
  margin: 0;
  color: var(--ls-white);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.ls-purchase-slide__content p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 700;
  line-height: 1.65;
}

.ls-purchase-slider__controls {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.ls-purchase-slider__button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(37, 35, 92, 0.14);
  border-radius: 50%;
  background: var(--ls-white);
  box-shadow: 0 14px 28px rgba(37, 35, 92, 0.1);
  color: var(--ls-primary);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ls-purchase-slider__button:hover,
.ls-purchase-slider__button:focus-visible {
  border-color: rgba(247, 127, 181, 0.5);
  box-shadow: 0 18px 34px rgba(247, 127, 181, 0.18);
  transform: translateY(-2px);
}

.ls-purchase-slider__button svg {
  width: 24px;
  height: 24px;
}

.ls-purchase-slider__dots {
  display: flex;
  min-width: 0;
  justify-content: center;
  gap: 9px;
}

.ls-purchase-slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 35, 92, 0.24);
  cursor: pointer;
  transition: width 200ms ease, background 200ms ease;
}

.ls-purchase-slider__dots button[aria-current="true"] {
  width: 34px;
  background: var(--ls-accent);
}

.ls-store-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ls-store-card {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.94)),
    radial-gradient(circle at 80% 15%, rgba(247, 127, 181, 0.22), transparent 34%);
  box-shadow: 0 12px 30px rgba(37, 35, 92, 0.08);
  color: var(--ls-primary);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  font-weight: 900;
  overflow: hidden;
  text-align: left;
}

.ls-store-card::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(247, 127, 181, 0.22);
  border-radius: 50%;
  content: "";
}

.ls-store-card__media {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(37, 35, 92, 0.1);
  border-radius: 18px;
  background: var(--ls-white);
  box-shadow: 0 12px 24px rgba(37, 35, 92, 0.1);
}

.ls-store-card__media img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ls-store-card strong,
.ls-store-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.ls-store-card strong {
  margin-top: 18px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.1;
}

.ls-store-card small {
  margin-top: 6px;
  color: var(--ls-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.ls-store-card:hover,
.ls-cost-card:hover,
.ls-proof-card:hover,
.ls-delivery-card:hover,
.ls-promise-card:hover {
  border-color: rgba(247, 127, 181, 0.42);
  box-shadow: var(--ls-shadow);
  transform: translateY(-5px);
}

.ls-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.ls-cost-card {
  position: relative;
  min-height: 166px;
  padding: 24px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(37, 35, 92, 0.08);
  overflow: hidden;
}

.ls-cost-card > svg {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--ls-accent);
  filter: drop-shadow(0 10px 22px rgba(247, 127, 181, 0.2));
}

.ls-cost-card::after {
  position: absolute;
  right: -36px;
  top: -36px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(247, 127, 181, 0.08);
  content: "";
  pointer-events: none;
}

.ls-cost-card span,
.ls-cost-card small {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--ls-muted);
  font-weight: 800;
}

.ls-cost-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  color: var(--ls-primary);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.ls-cost-card small {
  margin-top: 12px;
}

.ls-route {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.ls-route-map {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ls-radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 54px rgba(8, 6, 33, 0.24);
}

.ls-route-map span {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--ls-radius);
  background: rgba(255, 255, 255, 0.14);
  font-weight: 900;
  text-align: center;
}

.ls-route-map span svg {
  width: 24px;
  height: 24px;
  color: var(--ls-accent);
  filter: drop-shadow(0 10px 20px rgba(247, 127, 181, 0.26));
}

.ls-route-map i {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.45);
}

.ls-route-map i::after {
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ls-delivery-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ls-delivery-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ls-white);
  font-weight: 850;
  backdrop-filter: blur(16px);
}

.ls-delivery-card svg {
  width: 30px;
  height: 30px;
  color: var(--ls-accent);
  animation: ls-icon-float 3s ease-in-out infinite;
}

.ls-delivery-card:nth-child(2) svg {
  animation-delay: 0.2s;
}

.ls-delivery-card:nth-child(3) svg {
  animation-delay: 0.4s;
}

.ls-delivery-card:nth-child(4) svg {
  animation-delay: 0.6s;
}

.ls-delivery-card span {
  display: block;
}

.ls-proof-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, auto);
  gap: 18px;
}

.ls-proof-card,
.ls-proof-photo-card {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  border-radius: var(--ls-radius);
  background:
    linear-gradient(180deg, #ffffff, #fff7fb);
  box-shadow: 0 14px 36px rgba(37, 35, 92, 0.08);
  overflow: hidden;
}

.ls-proof-photo-card {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ls-proof-photo-card--wide {
  grid-column: span 2;
  grid-row: span 2;
  min-height: auto;
}

.ls-proof-photo-card img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(247, 127, 181, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbf7fc);
  transition: transform 420ms ease, filter 420ms ease;
}

.ls-proof-photo-card--wide img {
  height: 548px;
  object-position: center;
}

.ls-proof-photo-card::after {
  display: none;
}

.ls-proof-photo-card__content {
  position: relative;
  margin-top: auto;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(27, 25, 74, 0.98), rgba(37, 35, 92, 0.94));
  color: var(--ls-white);
}

.ls-proof-photo-card__content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ls-white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.1;
}

.ls-proof-photo-card__content svg {
  width: 22px;
  height: 22px;
  color: var(--ls-accent);
  flex: 0 0 auto;
}

.ls-proof-photo-card__content p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.45;
}

.ls-proof-photo-card:hover img,
.ls-proof-photo-card:focus-within img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.01);
}

.ls-proof-photo-card:hover,
.ls-proof-photo-card:focus-within {
  border-color: rgba(247, 127, 181, 0.42);
  box-shadow: var(--ls-shadow);
  transform: translateY(-4px);
}

.ls-proof-card > svg {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--ls-accent);
  filter: drop-shadow(0 10px 22px rgba(247, 127, 181, 0.18));
  animation: ls-icon-float 3.2s ease-in-out infinite;
}

.ls-proof-card:nth-child(2) > svg {
  animation-delay: 0.2s;
}

.ls-proof-card:nth-child(3) > svg {
  animation-delay: 0.4s;
}

.ls-proof-card:nth-child(4) > svg {
  animation-delay: 0.6s;
}

.ls-proof-card strong,
.ls-proof-card span {
  position: relative;
  z-index: 1;
  display: block;
}

.ls-proof-card strong {
  color: var(--ls-primary);
  font-size: 1.55rem;
}

.ls-proof-card span {
  margin-top: 8px;
  color: var(--ls-muted);
  font-weight: 800;
}

.ls-section--social {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.98)),
    radial-gradient(circle at 15% 18%, rgba(247, 127, 181, 0.14), transparent 34%),
    radial-gradient(circle at 86% 70%, rgba(122, 219, 196, 0.12), transparent 30%);
}

.ls-social {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.ls-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ls-social-card,
.ls-social-note {
  border-radius: var(--ls-radius);
  box-shadow: 0 18px 44px rgba(37, 35, 92, 0.1);
}

.ls-social-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  overflow: hidden;
  color: var(--ls-white) !important;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ls-social-card::after {
  position: absolute;
  right: -48px;
  top: -48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.ls-social-card:hover {
  box-shadow: var(--ls-shadow);
  transform: translateY(-5px);
}

.ls-social-card--tiktok {
  background: linear-gradient(135deg, #17142f, #25235c 58%, #f77fb5);
  color: var(--ls-white);
}

.ls-social-card--facebook {
  background: linear-gradient(135deg, #25235c, #3158b8 62%, #7adbc4);
  color: var(--ls-white);
}

.ls-social-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--ls-white);
}

.ls-social-card__icon svg {
  width: 30px;
  height: 30px;
}

.ls-social-card strong,
.ls-social-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.ls-social-card strong {
  margin-top: 28px;
  color: var(--ls-white) !important;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  line-height: 1.08;
  text-shadow: 0 2px 12px rgba(7, 4, 35, 0.24);
}

.ls-social-card small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.96rem;
  font-weight: 750;
  text-shadow: 0 2px 10px rgba(7, 4, 35, 0.2);
}

.ls-social-card:visited,
.ls-social-card:hover,
.ls-social-card:focus {
  color: var(--ls-white) !important;
}

.ls-social-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  background: var(--ls-white);
  color: var(--ls-primary);
  font-weight: 850;
}

.ls-social-note svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--ls-accent);
  animation: ls-icon-float 2.8s ease-in-out infinite;
}

@keyframes ls-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.ls-section--faq {
  background:
    linear-gradient(180deg, #ffffff, #f8f7fb),
    radial-gradient(circle at 15% 10%, rgba(247, 127, 181, 0.12), transparent 34%);
}

.ls-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.ls-faq-item {
  border: 1px solid rgba(37, 35, 92, 0.1);
  border-radius: var(--ls-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(37, 35, 92, 0.08);
  overflow: hidden;
}

.ls-faq-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 20px 22px;
  color: var(--ls-primary);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 900;
  list-style: none;
}

.ls-faq-item summary::-webkit-details-marker {
  display: none;
}

.ls-faq-item summary svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--ls-accent);
}

.ls-faq-item p {
  margin: 0;
  padding: 0 22px 22px 66px;
  color: var(--ls-muted);
  font-size: 0.98rem;
  font-weight: 650;
}

.ls-faq-item[open] {
  border-color: rgba(247, 127, 181, 0.38);
  box-shadow: var(--ls-shadow);
}

.ls-final-cta {
  padding: clamp(66px, 9vw, 118px) 0;
  background:
    linear-gradient(135deg, rgba(27, 25, 74, 0.98), rgba(37, 35, 92, 0.96)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
  color: var(--ls-white);
  text-align: center;
}

.ls-final-cta__inner {
  max-width: 820px;
}

.ls-final-cta .ls-eyebrow {
  justify-content: center;
}

.ls-final-cta .ls-eyebrow::after {
  width: 24px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.ls-final-cta .ls-button {
  margin-top: 30px;
}

.ls-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.ls-final-cta__actions .ls-button {
  margin-top: 0;
}

.ls-whatsapp-picker {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ls-floating-whatsapp {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 10px;
  border: 0;
  border-radius: 999px;
  background: #20c863;
  box-shadow: 0 20px 44px rgba(32, 200, 99, 0.36);
  color: var(--ls-white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.ls-whatsapp-picker__toggle {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #20c863;
  box-shadow: 0 16px 36px rgba(32, 200, 99, 0.32);
  color: var(--ls-white);
  cursor: pointer;
}

.ls-whatsapp-picker__toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.ls-floating-whatsapp__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.76rem;
}

.ls-floating-whatsapp::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(32, 200, 99, 0.34);
  border-radius: inherit;
  content: "";
  animation: ls-pulse 2.6s ease-out infinite;
}

.ls-whatsapp-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  display: grid;
  width: min(310px, calc(100vw - 36px));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(7, 4, 35, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

.ls-whatsapp-picker--open .ls-whatsapp-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.ls-whatsapp-picker--open .ls-whatsapp-picker__toggle svg {
  transform: rotate(180deg);
}

.ls-whatsapp-menu a {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(37, 35, 92, 0.1);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #fff7fb);
  color: var(--ls-primary);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ls-whatsapp-menu a:hover,
.ls-whatsapp-menu a:focus-visible {
  border-color: rgba(32, 200, 99, 0.42);
  box-shadow: 0 14px 28px rgba(37, 35, 92, 0.12);
  transform: translateY(-2px);
}

.ls-whatsapp-menu a span {
  grid-row: 1 / 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #20c863;
  color: var(--ls-white);
  font-size: 0.86rem;
  font-weight: 950;
}

.ls-whatsapp-menu a strong,
.ls-whatsapp-menu a small {
  display: block;
}

.ls-whatsapp-menu a strong {
  font-size: 1rem;
  line-height: 1.1;
}

.ls-whatsapp-menu a small {
  margin-top: 4px;
  color: var(--ls-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.ls-sound-toggle {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 999;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(37, 35, 92, 0.88);
  box-shadow: 0 18px 42px rgba(7, 4, 35, 0.24);
  color: var(--ls-white);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ls-sound-toggle:hover,
.ls-sound-toggle:focus-visible,
.ls-sound-toggle--active {
  background: linear-gradient(135deg, var(--ls-primary), var(--ls-accent));
  box-shadow: 0 20px 44px rgba(247, 127, 181, 0.3);
  transform: translateY(-2px);
}

.ls-sound-toggle svg {
  width: 18px;
  height: 18px;
}

.ls-sound-toggle--active svg {
  animation: ls-sound-breathe 1.8s ease-in-out infinite;
}

.ls-sound-toggle {
  display: none !important;
}

.ls-reveal {
  will-change: transform, opacity;
}

@keyframes ls-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes ls-fashion-float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

@keyframes ls-sound-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

@media (max-width: 1024px) {
  .ls-hero {
    min-height: auto;
  }

  .ls-hero__grid,
  .ls-about,
  .ls-live,
  .ls-route,
  .ls-social {
    grid-template-columns: 1fr;
  }

  .ls-hero__visual {
    min-height: 430px;
  }

  .ls-promise-grid,
  .ls-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-purchase-slide {
    grid-template-columns: 1fr;
  }

  .ls-purchase-slide__media {
    min-height: 430px;
  }

  .ls-purchase-slide__media img {
    height: 410px;
  }

  .ls-timeline,
  .ls-cost-grid,
  .ls-proof-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-proof-photo-card--wide {
    grid-column: span 2;
    grid-row: auto;
    min-height: auto;
  }

  .ls-proof-photo-card img,
  .ls-proof-photo-card--wide img {
    height: 430px;
  }

  .ls-timeline::before {
    display: none;
  }

  .ls-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ls-shell {
    width: min(100% - 24px, 1160px);
  }

  .ls-section {
    padding: 56px 0;
  }

  .ls-hero {
    padding-top: 40px;
  }

  .ls-hero__title {
    font-size: clamp(2.7rem, 16vw, 4.5rem);
  }

  .ls-hero__actions,
  .ls-button {
    width: 100%;
  }

  .ls-landing .ls-button--guide {
    min-width: 0;
    white-space: normal;
  }

  .ls-button {
    padding-inline: 18px;
  }

  .ls-purchase-slider__viewport {
    border-radius: var(--ls-radius);
  }

  .ls-purchase-slide__media {
    min-height: min(440px, 100vw);
  }

  .ls-purchase-slide__media img {
    height: min(410px, 94vw);
  }

  .ls-purchase-slide__content {
    min-height: auto;
    padding: 22px 22px 84px;
  }

  .ls-purchase-slide__content span {
    white-space: normal;
  }

  .ls-purchase-slider__controls {
    grid-template-columns: 46px 1fr 46px;
    gap: 10px;
  }

  .ls-purchase-slider__button {
    width: 46px;
    height: 46px;
  }

  .ls-hero__visual {
    min-height: 380px;
  }

  .ls-phone-card {
    left: 0;
    width: min(300px, 82vw);
  }

  .ls-fashion-item {
    width: 60px;
    height: 60px;
  }

  .ls-bag-stage {
    right: -4%;
    top: 22%;
    width: min(236px, 58vw);
  }

  .ls-float-card--one {
    right: 4%;
    top: 2%;
  }

  .ls-float-card--two {
    right: 0;
    bottom: 16%;
  }

  .ls-float-card--three {
    left: 4%;
    bottom: 2%;
  }

  .ls-promise-grid,
  .ls-timeline,
  .ls-live-grid,
  .ls-live__mini,
  .ls-store-grid,
  .ls-cost-grid,
  .ls-proof-track,
  .ls-social-grid,
  .ls-faq-grid,
  .ls-delivery-grid {
    grid-template-columns: 1fr;
  }

  .ls-founder-card {
    padding: 14px;
  }

  .ls-founder-card__photo {
    aspect-ratio: 4 / 5;
  }

  .ls-proof-track {
    grid-auto-rows: auto;
    gap: 14px;
  }

  .ls-proof-photo-card,
  .ls-proof-photo-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .ls-proof-photo-card img,
  .ls-proof-photo-card--wide img {
    height: min(480px, 96vw);
  }

  .ls-proof-photo-card__content {
    padding: 14px;
  }

  .ls-timeline-step {
    min-height: auto;
  }

  .ls-route-map {
    grid-template-columns: 1fr;
  }

  .ls-route-map i {
    width: 2px;
    height: 46px;
    margin: 0 auto;
  }

  .ls-route-map i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .ls-floating-whatsapp__text {
    display: none;
  }

  .ls-floating-whatsapp {
    min-height: 58px;
    padding: 9px;
  }

  .ls-whatsapp-menu {
    width: min(292px, calc(100vw - 28px));
  }

  .ls-whatsapp-picker {
    gap: 7px;
  }

  .ls-whatsapp-picker__toggle {
    width: 46px;
    height: 46px;
  }

  .ls-sound-toggle span {
    display: none;
  }

  .ls-sound-toggle {
    min-height: 50px;
    padding: 0 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-landing *,
  .ls-landing *::before,
  .ls-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .ls-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
