.elementor-771 .elementor-element.elementor-element-e296816{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-771 .elementor-element.elementor-element-8f25237{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-771 .elementor-element.elementor-element-32e4612{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-771 .elementor-element.elementor-element-9740336{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-771 .elementor-element.elementor-element-9381327{margin:-21px -1px calc(var(--kit-widget-spacing, 0px) + -1px) -1px;}.elementor-771 .elementor-element.elementor-element-5df9405{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-383cb17 *//* =========================================================
   WEBMINT HERO SECTION
   Sirf wmh-* classes use hui hain — baaki page affect nahi hoga
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

.wmh-header,
.wmh-header *,
.wmh-hero,
.wmh-hero *,
.wmh-modal,
.wmh-modal * {
  box-sizing: border-box;
}

.wmh-page-start {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 90px;
}

/* =========================================================
   THEME VARIABLES
========================================================= */

.wmh-header,
.wmh-hero,
.wmh-modal {
  --wmh-light: #f6f4ee;
  --wmh-light-two: #efede6;
  --wmh-white: #ffffff;
  --wmh-dark: #15141a;
  --wmh-dark-two: #1d1c23;
  --wmh-dark-three: #27252e;
  --wmh-blue: #3048ff;
  --wmh-purple: #7957ff;
  --wmh-lime: #c9ff4a;
  --wmh-red: #ff687d;
  --wmh-text: #18171d;
  --wmh-muted: #6a6972;
  --wmh-border: rgba(21, 20, 26, 0.12);
  --wmh-dark-border: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   STICKY HEADER
========================================================= */

.wmh-header {
  position: sticky;
  top: 0;
  z-index: 9998;
  width: 100%;
  margin: 0;
  padding: 11px 22px;
  font-family: "Inter", sans-serif;
  background: rgba(246, 244, 238, 0.9);
  border-bottom: 1px solid rgba(21, 20, 26, 0.08);
  box-shadow: 0 8px 28px rgba(21, 20, 26, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.wmh-header__inner {
  width: min(1180px, 100%);
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wmh-header__logo {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.wmh-header__logo img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 180px;
  object-fit: contain;
}

/* =========================================================
   ALL BUTTONS
   Text exact center mein rahega
========================================================= */

.wmh-button {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 56px;
  margin: 0;
  padding: 0 50px;
  border: 1px solid transparent;
  border-radius: 15px;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--wmh-white);
  background: var(--wmh-blue);
  box-shadow: 0 13px 30px rgba(48, 72, 255, 0.22);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.wmh-button__text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  color: inherit !important;
  background: transparent !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.wmh-button__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: inherit !important;
  background: transparent !important;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.wmh-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -80%;
  left: -40%;
  width: 28%;
  height: 260%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: rotate(20deg) translateX(-250%);
  transition: transform 0.7s ease;
}

.wmh-button:hover {
  color: var(--wmh-dark) !important;
  background: var(--wmh-lime);
  border-color: var(--wmh-dark);
  box-shadow: 0 16px 35px rgba(201, 255, 74, 0.26);
  transform: translateY(-3px);
}

.wmh-button:hover::before {
  transform: rotate(20deg) translateX(650%);
}

.wmh-button:hover .wmh-button__arrow {
  transform: translate(4px, -50%);
}

.wmh-button:focus-visible {
  outline: 3px solid rgba(48, 72, 255, 0.25);
  outline-offset: 4px;
}

.wmh-button--secondary {
  color: var(--wmh-dark) !important;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(21, 20, 26, 0.14);
  box-shadow: 0 12px 28px rgba(21, 20, 26, 0.07);
}

.wmh-button--secondary:hover {
  color: var(--wmh-white) !important;
  background: var(--wmh-dark);
  border-color: var(--wmh-dark);
}

.wmh-button--header {
  min-width: 174px;
  min-height: 50px;
  padding-right: 45px;
  border-radius: 14px;
  font-size: 13px;
}

/* =========================================================
   HERO BACKGROUND
========================================================= */

.wmh-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  padding: 76px 22px 88px;
  overflow: hidden;
  color: var(--wmh-text);
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(121, 87, 255, 0.2),
      transparent 34%
    ),
    radial-gradient(
      circle at 26% 88%,
      rgba(201, 255, 74, 0.2),
      transparent 32%
    ),
    linear-gradient(
      115deg,
      #f7f5ef 0%,
      #f3f1eb 58%,
      #e7e0f2 100%
    );
  font-family: "Inter", sans-serif;
}

.wmh-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.33;
  background-image:
    linear-gradient(rgba(21, 20, 26, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 26, 0.055) 1px, transparent 1px);
  background-size: 68px 68px;
}

.wmh-hero__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(85px);
  transform: translateZ(0);
  animation: wmhGlowMove 11s ease-in-out infinite alternate;
}

.wmh-hero__glow--purple {
  top: -180px;
  right: -90px;
  width: 430px;
  height: 430px;
  background: rgba(121, 87, 255, 0.2);
}

.wmh-hero__glow--lime {
  bottom: -190px;
  left: 18%;
  width: 400px;
  height: 400px;
  background: rgba(201, 255, 74, 0.18);
  animation-delay: -4s;
}

@keyframes wmhGlowMove {
  from {
    transform: translate3d(-12px, -8px, 0) scale(0.96);
  }

  to {
    transform: translate3d(18px, 15px, 0) scale(1.05);
  }
}

/* =========================================================
   HERO DESKTOP STRUCTURE
========================================================= */

.wmh-hero__container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  grid-template-areas:
    "intro engine"
    "offer engine"
    "actions engine";
  align-items: center;
  column-gap: clamp(46px, 6vw, 84px);
  row-gap: 22px;
}

.wmh-intro {
  grid-area: intro;
  min-width: 0;
  align-self: end;
}

.wmh-engine {
  grid-area: engine;
}

.wmh-offer {
  grid-area: offer;
}

.wmh-actions {
  grid-area: actions;
  align-self: start;
}

/* =========================================================
   HERO TEXT
========================================================= */

.wmh-eyebrow {
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wmh-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wmh-eyebrow__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--wmh-blue);
  box-shadow:
    0 0 0 6px rgba(48, 72, 255, 0.09),
    0 0 18px rgba(48, 72, 255, 0.35);
}

.wmh-heading {
  max-width: 650px;
  margin: 0;
  padding: 0;
  color: var(--wmh-dark);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(52px, 5.1vw, 76px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.wmh-heading__primary,
.wmh-heading__accent {
  display: block;
}

.wmh-heading__primary {
  color: var(--wmh-dark);
}

.wmh-heading__accent {
  margin-top: 12px;
  color: var(--wmh-blue);
}

.wmh-description {
  max-width: 590px;
  margin: 27px 0 0;
  padding: 0;
  color: var(--wmh-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 450;
  line-height: 1.7;
}

/* =========================================================
   CONVERSION ENGINE
========================================================= */

.wmh-engine {
  position: relative;
  min-width: 0;
  min-height: 505px;
  overflow: hidden;
  color: var(--wmh-white);
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(48, 72, 255, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 85% 86%,
      rgba(201, 255, 74, 0.08),
      transparent 28%
    ),
    linear-gradient(145deg, #1b1a21 0%, #111016 100%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  box-shadow:
    18px 18px 0 var(--wmh-lime),
    0 30px 75px rgba(21, 20, 26, 0.23);
  transform: translateZ(0);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.wmh-engine:hover {
  border-color: rgba(201, 255, 74, 0.36);
  box-shadow:
    12px 13px 0 var(--wmh-lime),
    0 38px 90px rgba(21, 20, 26, 0.3);
  transform: translateY(-7px);
}

.wmh-engine::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  z-index: 1;
  width: 35%;
  height: 300%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.055),
    transparent
  );
  transform: rotate(20deg) translateX(-300%);
  transition: transform 1.1s ease;
}

.wmh-engine:hover::before {
  transform: rotate(20deg) translateX(900%);
}

.wmh-engine__top {
  position: relative;
  z-index: 3;
  min-height: 72px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--wmh-dark-border);
}

.wmh-engine__name {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--wmh-white);
  font-size: 15px;
  font-weight: 750;
}

.wmh-engine__status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--wmh-lime);
  box-shadow:
    0 0 0 5px rgba(201, 255, 74, 0.06),
    0 0 16px rgba(201, 255, 74, 0.9);
}

.wmh-engine__live {
  padding: 9px 12px;
  border: 1px solid rgba(201, 255, 74, 0.08);
  border-radius: 9px;
  color: var(--wmh-lime);
  background: rgba(201, 255, 74, 0.11);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

/* Engine middle */

.wmh-engine__body {
  position: relative;
  z-index: 2;
  min-height: 254px;
  padding: 48px 28px 34px;
  display: grid;
  grid-template-columns: minmax(95px, 1fr) 142px minmax(95px, 1fr);
  align-items: center;
  gap: 20px;
}

.wmh-engine__path {
  position: absolute;
  top: 50%;
  left: 13%;
  right: 13%;
  z-index: 0;
  height: 2px;
  transform: translateY(-50%);
}

.wmh-engine__path-line {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(121, 87, 255, 0.2),
    var(--wmh-purple),
    var(--wmh-blue),
    var(--wmh-lime),
    rgba(201, 255, 74, 0.2)
  );
}

.wmh-engine__moving-signal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: var(--wmh-lime);
  box-shadow:
    0 0 0 5px rgba(201, 255, 74, 0.08),
    0 0 20px rgba(201, 255, 74, 0.9);
  transform: translateY(-50%);
  animation: wmhSignalMove 4.5s ease-in-out infinite;
}

@keyframes wmhSignalMove {
  0% {
    left: 0;
  }

  48% {
    left: calc(50% - 5px);
  }

  100% {
    left: calc(100% - 10px);
  }
}

.wmh-engine__stage {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.wmh-engine__stage--lead {
  text-align: right;
}

.wmh-engine__number {
  display: block;
  margin-bottom: 13px;
  color: var(--wmh-purple);
  font-size: 11px;
  font-weight: 850;
}

.wmh-engine__stage--lead .wmh-engine__number {
  color: var(--wmh-lime);
}

.wmh-engine__stage-icon {
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  color: var(--wmh-white);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.wmh-engine__stage--lead .wmh-engine__stage-icon {
  margin-left: auto;
}

.wmh-engine__stage-icon svg {
  width: 16px;
  height: 16px;
}

.wmh-engine__stage strong {
  display: block;
  color: var(--wmh-white);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.wmh-engine__stage small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.4;
}

/* Engine centre */

.wmh-engine__core {
  position: relative;
  z-index: 4;
  width: 126px;
  height: 126px;
  margin: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(121, 87, 255, 0.75);
  border-radius: 50%;
  background: rgba(48, 72, 255, 0.09);
  box-shadow:
    0 0 0 12px rgba(48, 72, 255, 0.07),
    0 0 48px rgba(48, 72, 255, 0.28);
}

.wmh-engine__orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.wmh-engine__orbit--one {
  inset: -18px;
  border: 1px dashed rgba(201, 255, 74, 0.38);
  animation: wmhOrbit 17s linear infinite;
}

.wmh-engine__orbit--two {
  inset: 8px;
  border: 1px solid rgba(121, 87, 255, 0.38);
  animation: wmhOrbitReverse 12s linear infinite;
}

.wmh-engine__orbit--one::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 25%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wmh-lime);
  box-shadow: 0 0 12px rgba(201, 255, 74, 0.85);
}

@keyframes wmhOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wmhOrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

.wmh-engine__core-inner {
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wmh-white);
  background: linear-gradient(145deg, #3b54ff, #263eff);
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.055),
    0 14px 35px rgba(48, 72, 255, 0.42);
  text-align: center;
}

.wmh-engine__core-inner small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wmh-engine__core-inner strong {
  margin-top: 3px;
  color: var(--wmh-white);
  font-size: 14px;
  font-weight: 800;
}

/* System cards */

.wmh-engine__systems {
  position: relative;
  z-index: 3;
  padding: 0 25px 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wmh-system-card {
  position: relative;
  min-width: 0;
  min-height: 70px;
  padding: 13px 22px 13px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid var(--wmh-dark-border);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.wmh-system-card:hover {
  border-color: rgba(201, 255, 74, 0.34);
  background: rgba(201, 255, 74, 0.07);
  transform: translateY(-4px);
}

.wmh-system-card__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: var(--wmh-lime);
  border-radius: 9px;
  background: rgba(201, 255, 74, 0.08);
}

.wmh-system-card__icon svg {
  width: 15px;
  height: 15px;
}

.wmh-system-card small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  line-height: 1.3;
}

.wmh-system-card strong {
  display: block;
  margin-top: 3px;
  color: var(--wmh-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.wmh-system-card__light {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wmh-lime);
  box-shadow: 0 0 12px rgba(201, 255, 74, 0.9);
  transform: translateY(-50%);
}

/* Engine footer */

.wmh-engine__footer {
  position: relative;
  z-index: 3;
  min-height: 53px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wmh-white);
  background: var(--wmh-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

/* =========================================================
   OFFER STRIP
========================================================= */

.wmh-offer {
  width: 100%;
  min-height: 78px;
  padding: 13px 17px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(120px, 0.65fr);
  align-items: center;
  gap: 15px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.11);
  border-radius: 17px;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.9),
      rgba(237, 255, 196, 0.76)
    );
  box-shadow: 0 14px 35px rgba(21, 20, 26, 0.07);
}

.wmh-offer__price {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wmh-offer__old-price {
  position: relative;
  flex-shrink: 0;
  color: #888791;
  font-size: 11px;
  font-weight: 650;
}

.wmh-offer__old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  border-radius: 10px;
  background: var(--wmh-red);
  transform: rotate(-7deg);
}

.wmh-offer__connector {
  width: 25px;
  height: 2px;
  flex: 0 1 25px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--wmh-blue), var(--wmh-purple));
}

.wmh-offer__final-price {
  min-width: 0;
}

.wmh-offer__final-price small {
  display: block;
  color: var(--wmh-muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wmh-offer__final-price strong {
  display: block;
  margin-top: 3px;
  color: var(--wmh-blue);
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.wmh-offer__divider {
  width: 1px;
  height: 42px;
  background: rgba(21, 20, 26, 0.13);
}

.wmh-offer__timeline {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wmh-offer__timeline-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--wmh-blue);
  box-shadow:
    0 0 0 6px rgba(48, 72, 255, 0.08),
    0 0 17px rgba(48, 72, 255, 0.42);
}

.wmh-offer__timeline strong {
  display: block;
  color: var(--wmh-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.wmh-offer__timeline small {
  display: block;
  margin-top: 3px;
  color: var(--wmh-muted);
  font-size: 8px;
  line-height: 1.2;
}

/* =========================================================
   HERO ACTIONS
========================================================= */

.wmh-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.wmh-actions .wmh-button {
  width: 100%;
}

/* =========================================================
   POPUP FORM
========================================================= */

.wmh-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 22px;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  font-family: "Inter", sans-serif;
  transition:
    visibility 0s linear 0.3s,
    opacity 0.3s ease;
}

.wmh-modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.wmh-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 13, 18, 0.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wmh-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  max-height: calc(100vh - 44px);
  padding: 34px;
  overflow-y: auto;
  color: var(--wmh-text);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(121, 87, 255, 0.17),
      transparent 36%
    ),
    var(--wmh-light);
  box-shadow:
    12px 13px 0 var(--wmh-lime),
    0 35px 100px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.32s ease;
}

.wmh-modal:target .wmh-modal__dialog {
  transform: translateY(0) scale(1);
}

.wmh-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--wmh-white) !important;
  border-radius: 50%;
  background: var(--wmh-dark);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.wmh-modal__close:hover {
  color: var(--wmh-dark) !important;
  background: var(--wmh-lime);
  transform: rotate(8deg);
}

.wmh-modal__heading {
  max-width: 530px;
  padding-right: 35px;
}

.wmh-modal__label {
  display: block;
  margin-bottom: 12px;
  color: var(--wmh-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wmh-modal__heading h2 {
  margin: 0;
  color: var(--wmh-dark);
  font-family: "Sora", sans-serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.wmh-modal__heading p {
  margin: 14px 0 0;
  color: var(--wmh-muted);
  font-size: 13px;
  line-height: 1.65;
}

.wmh-form {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.wmh-form__group {
  min-width: 0;
}

.wmh-form__group--full,
.wmh-form__submit {
  grid-column: 1 / -1;
}

.wmh-form__group label {
  display: block;
  margin-bottom: 7px;
  color: var(--wmh-dark);
  font-size: 11px;
  font-weight: 750;
}

.wmh-form__group input,
.wmh-form__group select,
.wmh-form__group textarea {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 14px;
  color: var(--wmh-dark);
  border: 1px solid rgba(21, 20, 26, 0.13);
  border-radius: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.wmh-form__group textarea {
  min-height: 104px;
  resize: vertical;
}

.wmh-form__group input:focus,
.wmh-form__group select:focus,
.wmh-form__group textarea:focus {
  border-color: var(--wmh-blue);
  background: var(--wmh-white);
  box-shadow: 0 0 0 4px rgba(48, 72, 255, 0.09);
}

.wmh-button--submit {
  width: 100%;
  margin-top: 3px;
}

.wmh-modal__privacy {
  margin: 14px 0 0;
  color: var(--wmh-muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  .wmh-hero__container {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    column-gap: 40px;
  }

  .wmh-heading {
    font-size: clamp(47px, 5.7vw, 62px);
  }

  .wmh-engine__body {
    grid-template-columns: minmax(80px, 1fr) 115px minmax(80px, 1fr);
    gap: 13px;
  }

  .wmh-engine__core {
    width: 105px;
    height: 105px;
  }

  .wmh-engine__core-inner {
    width: 75px;
    height: 75px;
  }

  .wmh-system-card {
    padding-left: 9px;
  }

  .wmh-system-card__icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

/* =========================================================
   MOBILE
   Natural order:
   Heading → Engine → ₹25K offer → CTA buttons
========================================================= */

@media (max-width: 820px) {
  .wmh-header {
    padding: 9px 12px;
  }

  .wmh-header__inner {
    min-height: 52px;
    gap: 10px;
  }

  .wmh-header__logo img {
    width: auto;
    height: 31px;
    max-width: 118px;
  }

  .wmh-button--header {
    min-width: 136px;
    min-height: 46px;
    padding: 0 36px 0 14px;
    border-radius: 13px;
    font-size: 10px;
  }

  .wmh-button--header .wmh-button__arrow {
    right: 13px;
  }

  .wmh-hero {
    padding: 52px 14px 68px;
  }

  .wmh-hero__grid {
    opacity: 0.25;
    background-size: 44px 44px;
  }

  .wmh-hero__container {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "engine"
      "offer"
      "actions";
    row-gap: 0;
  }

  .wmh-intro {
    width: 100%;
    text-align: center;
  }

  .wmh-eyebrow {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .wmh-heading {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    font-size: clamp(38px, 10.7vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.055em;
    text-align: center;
  }

  .wmh-heading__accent {
    margin-top: 8px;
  }

  .wmh-description {
    max-width: 365px;
    margin: 22px auto 0;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
  }

  /* Mobile engine */

  .wmh-engine {
    width: calc(100% - 16px);
    min-height: 430px;
    margin: 38px auto 0;
    border-radius: 22px;
    box-shadow:
      8px 10px 0 var(--wmh-lime),
      0 24px 60px rgba(21, 20, 26, 0.2);
  }

  .wmh-engine:hover {
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow:
      8px 10px 0 var(--wmh-lime),
      0 24px 60px rgba(21, 20, 26, 0.2);
    transform: none;
  }

  .wmh-engine__top {
    min-height: 63px;
    padding: 0 17px;
  }

  .wmh-engine__name {
    font-size: 12px;
  }

  .wmh-engine__live {
    padding: 8px 9px;
    font-size: 8px;
  }

  .wmh-engine__body {
    min-height: 220px;
    padding: 38px 13px 26px;
    grid-template-columns: minmax(64px, 1fr) 94px minmax(64px, 1fr);
    gap: 5px;
  }

  .wmh-engine__path {
    left: 10%;
    right: 10%;
  }

  .wmh-engine__number {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .wmh-engine__stage-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
    border-radius: 7px;
  }

  .wmh-engine__stage-icon svg {
    width: 13px;
    height: 13px;
  }

  .wmh-engine__stage strong {
    font-size: 10px;
    line-height: 1.25;
  }

  .wmh-engine__stage small {
    margin-top: 4px;
    font-size: 7px;
  }

  .wmh-engine__core {
    width: 82px;
    height: 82px;
    box-shadow:
      0 0 0 8px rgba(48, 72, 255, 0.07),
      0 0 32px rgba(48, 72, 255, 0.25);
  }

  .wmh-engine__orbit--one {
    inset: -12px;
  }

  .wmh-engine__core-inner {
    width: 58px;
    height: 58px;
  }

  .wmh-engine__core-inner small {
    font-size: 6px;
  }

  .wmh-engine__core-inner strong {
    font-size: 10px;
  }

  .wmh-engine__systems {
    padding: 0 12px 18px;
    gap: 6px;
  }

  .wmh-system-card {
    min-height: 61px;
    padding: 8px 13px 8px 7px;
    gap: 5px;
    border-radius: 10px;
  }

  .wmh-system-card:hover {
    transform: none;
  }

  .wmh-system-card__icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    border-radius: 7px;
  }

  .wmh-system-card__icon svg {
    width: 12px;
    height: 12px;
  }

  .wmh-system-card small {
    font-size: 6px;
  }

  .wmh-system-card strong {
    font-size: 7px;
  }

  .wmh-system-card__light {
    right: 6px;
    width: 5px;
    height: 5px;
  }

  .wmh-engine__footer {
    min-height: 47px;
    padding: 0 16px;
    font-size: 7px;
  }

  /* Mobile offer */

  .wmh-offer {
    width: calc(100% - 16px);
    min-height: 72px;
    margin: 27px auto 0;
    padding: 11px 13px;
    grid-template-columns: minmax(0, 1fr) auto minmax(82px, 0.58fr);
    gap: 9px;
  }

  .wmh-offer__price {
    gap: 7px;
  }

  .wmh-offer__old-price {
    font-size: 9px;
  }

  .wmh-offer__connector {
    width: 17px;
    flex-basis: 17px;
  }

  .wmh-offer__final-price small {
    font-size: 6px;
  }

  .wmh-offer__final-price strong {
    font-size: 17px;
  }

  .wmh-offer__divider {
    height: 36px;
  }

  .wmh-offer__timeline {
    gap: 7px;
  }

  .wmh-offer__timeline-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .wmh-offer__timeline strong {
    font-size: 9px;
  }

  .wmh-offer__timeline small {
    font-size: 6px;
  }

  /* Mobile buttons stay side by side */

  .wmh-actions {
    width: calc(100% - 16px);
    margin: 17px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wmh-actions .wmh-button {
    min-width: 0;
    min-height: 53px;
    padding: 0 32px 0 8px;
    border-radius: 13px;
    font-size: 10px;
  }

  .wmh-actions .wmh-button__arrow {
    right: 11px;
    font-size: 14px;
  }

  /* Mobile popup */

  .wmh-modal {
    padding: 13px;
  }

  .wmh-modal__dialog {
    max-height: calc(100vh - 26px);
    padding: 28px 17px 22px;
    border-radius: 20px;
    box-shadow:
      7px 8px 0 var(--wmh-lime),
      0 28px 75px rgba(0, 0, 0, 0.34);
  }

  .wmh-modal__close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .wmh-modal__heading {
    padding-right: 38px;
  }

  .wmh-modal__heading h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .wmh-modal__heading p {
    font-size: 11px;
  }

  .wmh-form {
    margin-top: 21px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wmh-form__group--full,
  .wmh-form__submit {
    grid-column: auto;
  }

  .wmh-form__group input,
  .wmh-form__group select,
  .wmh-form__group textarea {
    font-size: 11px;
  }

  .wmh-button--submit {
    min-height: 54px;
    padding: 0 45px;
    font-size: 11px;
  }
}

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 370px) {
  .wmh-header__logo img {
    height: 27px;
    max-width: 98px;
  }

  .wmh-button--header {
    min-width: 117px;
    min-height: 43px;
    font-size: 9px;
  }

  .wmh-heading {
    font-size: 35px;
  }

  .wmh-description {
    font-size: 13px;
  }

  .wmh-engine {
    width: calc(100% - 8px);
  }

  .wmh-engine__body {
    grid-template-columns: minmax(57px, 1fr) 82px minmax(57px, 1fr);
  }

  .wmh-engine__core {
    width: 72px;
    height: 72px;
  }

  .wmh-engine__core-inner {
    width: 52px;
    height: 52px;
  }

  .wmh-engine__stage strong {
    font-size: 9px;
  }

  .wmh-system-card__icon {
    display: none;
  }

  .wmh-offer,
  .wmh-actions {
    width: calc(100% - 8px);
  }

  .wmh-offer {
    padding-right: 9px;
    padding-left: 9px;
  }

  .wmh-offer__old-price {
    font-size: 8px;
  }

  .wmh-offer__final-price strong {
    font-size: 15px;
  }

  .wmh-actions .wmh-button {
    padding-right: 27px;
    font-size: 9px;
  }

  .wmh-actions .wmh-button__arrow {
    right: 8px;
  }
}

/* =========================================================
   ACCESSIBILITY — NO BLINKING / GLITCHING
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wmh-hero__glow,
  .wmh-engine__moving-signal,
  .wmh-engine__orbit {
    animation: none !important;
  }

  .wmh-button,
  .wmh-engine,
  .wmh-system-card,
  .wmh-modal,
  .wmh-modal__dialog {
    transition: none !important;
  }
}
/* =========================================================
   SECTION 02 — FINAL MOBILE FONT VISIBILITY FIX
========================================================= */

@media only screen and (max-width: 767px) {

  /* Heading */

  .wms2-eyebrow,
  .wms2-heading,
  .wms2-heading span,
  .wms2-heading strong,
  .wms2-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    clip-path: none !important;
  }

  .wms2-heading {
    color: #15141a !important;
    -webkit-text-fill-color: #15141a !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .wms2-heading strong {
    color: #3048ff !important;
    -webkit-text-fill-color: #3048ff !important;
  }

  .wms2-description {
    color: #64636c !important;
    -webkit-text-fill-color: #64636c !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  /* Audit title */

  .wms2-audit__identity strong {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .wms2-audit__identity small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
    font-size: 9px !important;
    line-height: 1.45 !important;
  }

  /* Audit row text */

  .wms2-checkpoint__copy,
  .wms2-checkpoint__copy small,
  .wms2-checkpoint__copy strong,
  .wms2-checkpoint__copy p {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    clip-path: none !important;
    overflow: visible !important;
  }

  .wms2-checkpoint__copy small {
    display: block !important;
    margin-bottom: 5px !important;
    color: #a48cff !important;
    -webkit-text-fill-color: #a48cff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
  }

  .wms2-checkpoint:nth-child(3) .wms2-checkpoint__copy small {
    color: #8c99ff !important;
    -webkit-text-fill-color: #8c99ff !important;
  }

  .wms2-checkpoint:nth-child(4) .wms2-checkpoint__copy small {
    color: #c9ff4a !important;
    -webkit-text-fill-color: #c9ff4a !important;
  }

  .wms2-checkpoint__copy strong {
    display: block !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  .wms2-checkpoint__copy p {
    display: block !important;
    margin: 6px 0 0 !important;
    color: rgba(255, 255, 255, 0.74) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.74) !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
  }

  /* Unclear, Missing, Manual */

  .wms2-checkpoint__status {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: fit-content !important;
    min-width: 68px !important;
    height: auto !important;
    padding: 8px 11px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ff91a1 !important;
    -webkit-text-fill-color: #ff91a1 !important;
    background: rgba(255, 104, 125, 0.12) !important;
    border: 1px solid rgba(255, 104, 125, 0.4) !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  /* Bottom summary */

  .wms2-audit__summary strong {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .wms2-audit__summary p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
    font-size: 9px !important;
    line-height: 1.55 !important;
  }

  /* Light impact cards */

  .wms2-impact__heading h3,
  .wms2-impact-card strong,
  .wms2-impact-card p,
  .wms2-impact__note {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .wms2-impact__heading h3 {
    color: #15141a !important;
    -webkit-text-fill-color: #15141a !important;
    font-size: 22px !important;
  }

  .wms2-impact-card strong {
    color: #15141a !important;
    -webkit-text-fill-color: #15141a !important;
    font-size: 13px !important;
  }

  .wms2-impact-card p {
    color: #62616b !important;
    -webkit-text-fill-color: #62616b !important;
    font-size: 10px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07fa652 *//* =========================================================
   SECTION 02 — CLEAN COMPLETE CSS
   IMPORTANT: Purana saara .wms2-* CSS remove karein
========================================================= */

.wms2-section,
.wms2-section * {
  box-sizing: border-box;
}

.wms2-section {
  --s2-light: #f6f4ee;
  --s2-white: #ffffff;
  --s2-dark: #15141a;
  --s2-dark-soft: #201f27;
  --s2-blue: #3048ff;
  --s2-purple: #7957ff;
  --s2-lime: #c9ff4a;
  --s2-red: #ff687d;
  --s2-text: #18171d;
  --s2-muted: #66656e;

  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 95px 22px 105px;
  overflow: hidden;
  color: var(--s2-text);
  background:
    radial-gradient(
      circle at 7% 12%,
      rgba(201, 255, 74, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 94% 12%,
      rgba(121, 87, 255, 0.16),
      transparent 32%
    ),
    linear-gradient(180deg, #f6f4ee 0%, #ece9e2 100%);
  font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   BACKGROUND
========================================================= */

.wms2-background-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(21, 20, 26, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 26, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
}

.wms2-background-glow {
  position: absolute;
  top: 16%;
  right: -170px;
  z-index: 0;
  width: 440px;
  height: 440px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(121, 87, 255, 0.13);
  filter: blur(90px);
  animation: wms2GlowMove 10s ease-in-out infinite alternate;
}

@keyframes wms2GlowMove {
  from {
    transform: translate3d(-12px, -8px, 0) scale(0.96);
  }

  to {
    transform: translate3d(18px, 15px, 0) scale(1.05);
  }
}

.wms2-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.wms2-header {
  max-width: 880px;
  margin: 0 auto 55px;
  text-align: center;
}

.wms2-eyebrow {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  visibility: visible;
  opacity: 1;
  color: var(--s2-blue);
  -webkit-text-fill-color: var(--s2-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wms2-eyebrow__number {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48, 72, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 20px rgba(48, 72, 255, 0.08);
  font-size: 10px;
}

.wms2-heading {
  max-width: 880px;
  margin: 0 auto;
  visibility: visible;
  opacity: 1;
  color: var(--s2-dark);
  -webkit-text-fill-color: var(--s2-dark);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: clamp(44px, 5vw, 67px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.058em;
  text-align: center;
  text-wrap: balance;
}

.wms2-heading > span {
  display: block;
}

.wms2-heading strong {
  position: relative;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  color: var(--s2-blue);
  -webkit-text-fill-color: var(--s2-blue);
  font-weight: 800;
}

.wms2-heading strong::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -8px;
  left: 2%;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    var(--s2-blue),
    var(--s2-purple),
    var(--s2-lime)
  );
  transform-origin: left;
  animation: wms2Underline 1.1s ease both;
}

@keyframes wms2Underline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.wms2-description {
  max-width: 650px;
  margin: 27px auto 0;
  visibility: visible;
  opacity: 1;
  color: var(--s2-muted);
  -webkit-text-fill-color: var(--s2-muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

/* =========================================================
   CONTENT LAYOUT
========================================================= */

.wms2-content {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.62fr);
  align-items: stretch;
  gap: 25px;
}

/* =========================================================
   DARK VISITOR JOURNEY AUDIT
========================================================= */

.wms2-audit {
  position: relative;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
  color: var(--s2-white);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 76% 25%,
      rgba(48, 72, 255, 0.16),
      transparent 38%
    ),
    radial-gradient(
      circle at 18% 90%,
      rgba(201, 255, 74, 0.06),
      transparent 28%
    ),
    linear-gradient(145deg, #1d1c23 0%, #121117 100%);
  box-shadow:
    13px 15px 0 rgba(121, 87, 255, 0.78),
    0 30px 75px rgba(21, 20, 26, 0.21);
  transform: translateZ(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.wms2-audit:hover {
  border-color: rgba(201, 255, 74, 0.32);
  box-shadow:
    9px 11px 0 var(--s2-lime),
    0 38px 90px rgba(21, 20, 26, 0.27);
  transform: translateY(-7px);
}

/* Audit shine */

.wms2-audit::before {
  content: "";
  position: absolute;
  top: -150%;
  left: -50%;
  z-index: 1;
  width: 32%;
  height: 400%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.045),
    transparent
  );
  transform: rotate(19deg) translateX(-300%);
  transition: transform 1.1s ease;
}

.wms2-audit:hover::before {
  transform: rotate(19deg) translateX(1050%);
}

/* =========================================================
   AUDIT TOP BAR
========================================================= */

.wms2-audit__top {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 82px;
  padding: 17px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wms2-audit__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wms2-audit__identity > div {
  min-width: 0;
}

.wms2-audit__live-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--s2-lime);
  box-shadow:
    0 0 0 6px rgba(201, 255, 74, 0.06),
    0 0 17px rgba(201, 255, 74, 0.9);
}

.wms2-audit__identity strong {
  display: block;
  visibility: visible;
  opacity: 1;
  color: var(--s2-white);
  -webkit-text-fill-color: var(--s2-white);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
  white-space: normal;
}

.wms2-audit__identity small {
  display: block;
  margin-top: 5px;
  visibility: visible;
  opacity: 1;
  color: rgba(255, 255, 255, 0.64);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.45;
  white-space: normal;
}

.wms2-audit__result {
  flex: 0 0 auto;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  color: #ff8fa0;
  -webkit-text-fill-color: #ff8fa0;
  border: 1px solid rgba(255, 104, 125, 0.34);
  border-radius: 9px;
  background: rgba(255, 104, 125, 0.09);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

/* =========================================================
   JOURNEY BODY
========================================================= */

.wms2-audit__body {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 7px 23px;
}

.wms2-journey-line {
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 42px;
  z-index: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.09);
}

.wms2-journey-line__progress {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    var(--s2-purple),
    var(--s2-blue),
    var(--s2-lime)
  );
  transform-origin: top;
  animation: wms2JourneyProgress 4.8s ease-in-out infinite;
}

@keyframes wms2JourneyProgress {
  0%,
  100% {
    transform: scaleY(0.24);
  }

  58% {
    transform: scaleY(1);
  }
}

.wms2-journey-line__signal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: var(--s2-lime);
  box-shadow:
    0 0 0 5px rgba(201, 255, 74, 0.06),
    0 0 16px rgba(201, 255, 74, 0.9);
  transform: translateX(-50%);
  animation: wms2JourneySignal 4.8s ease-in-out infinite;
}

@keyframes wms2JourneySignal {
  0% {
    top: 0;
  }

  58%,
  100% {
    top: calc(100% - 9px);
  }
}

/* =========================================================
   CHECKPOINT ROWS
========================================================= */

.wms2-checkpoint {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 145px;
  padding: 23px 0;
  display: grid;
  grid-template-columns:
    38px
    37px
    minmax(180px, 1fr)
    minmax(135px, 0.75fr)
    auto;
  align-items: center;
  gap: 14px;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  transition:
    padding 0.25s ease,
    background-color 0.25s ease;
}

.wms2-checkpoint:last-child {
  border-bottom: 0;
}

.wms2-checkpoint:hover {
  margin: 0 -10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

/* Number node */

.wms2-checkpoint__node {
  position: relative;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  visibility: visible;
  opacity: 1;
  color: var(--s2-white);
  -webkit-text-fill-color: var(--s2-white);
  border: 1px solid rgba(121, 87, 255, 0.65);
  border-radius: 50%;
  background: var(--s2-dark);
  box-shadow: 0 0 0 5px rgba(121, 87, 255, 0.07);
  font-size: 9px;
  font-weight: 800;
}

.wms2-checkpoint:nth-child(4) .wms2-checkpoint__node {
  color: var(--s2-dark);
  -webkit-text-fill-color: var(--s2-dark);
  border-color: var(--s2-lime);
  background: var(--s2-lime);
}

/* Checkpoint icon */

.wms2-checkpoint__icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: var(--s2-purple);
  border: 1px solid rgba(121, 87, 255, 0.2);
  border-radius: 10px;
  background: rgba(121, 87, 255, 0.09);
}

.wms2-checkpoint__icon svg {
  width: 17px;
  height: 17px;
}

.wms2-checkpoint:nth-child(3) .wms2-checkpoint__icon {
  color: #8492ff;
  background: rgba(48, 72, 255, 0.09);
}

.wms2-checkpoint:nth-child(4) .wms2-checkpoint__icon {
  color: var(--s2-lime);
  background: rgba(201, 255, 74, 0.08);
}

/* Checkpoint text */

.wms2-checkpoint__copy {
  min-width: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.wms2-checkpoint__copy small {
  display: block;
  margin-bottom: 6px;
  visibility: visible;
  opacity: 1;
  color: #a18aff;
  -webkit-text-fill-color: #a18aff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: normal;
}

.wms2-checkpoint:nth-child(3) .wms2-checkpoint__copy small {
  color: #8492ff;
  -webkit-text-fill-color: #8492ff;
}

.wms2-checkpoint:nth-child(4) .wms2-checkpoint__copy small {
  color: var(--s2-lime);
  -webkit-text-fill-color: var(--s2-lime);
}

.wms2-checkpoint__copy strong {
  display: block;
  width: 100%;
  visibility: visible;
  opacity: 1;
  color: var(--s2-white);
  -webkit-text-fill-color: var(--s2-white);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

.wms2-checkpoint__copy p {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 7px 0 0;
  visibility: visible;
  opacity: 1;
  color: rgba(255, 255, 255, 0.66);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Status badges */

.wms2-checkpoint__status {
  position: static;
  min-width: 72px;
  width: fit-content;
  height: auto;
  padding: 9px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  color: #ff91a1;
  -webkit-text-fill-color: #ff91a1;
  border: 1px solid rgba(255, 104, 125, 0.32);
  border-radius: 20px;
  background: rgba(255, 104, 125, 0.1);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

/* =========================================================
   CHECKPOINT VISUALS
========================================================= */

.wms2-checkpoint__visual {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 52px;
  overflow: visible;
}

/* Choice paths */

.wms2-choice-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 47px;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  column-gap: 8px;
  row-gap: 5px;
}

.wms2-choice-visual__start {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--s2-purple);
  box-shadow: 0 0 13px rgba(121, 87, 255, 0.85);
  transform: translateY(-50%);
}

.wms2-choice-visual__path {
  position: absolute;
  top: 50%;
  left: 7px;
  right: 48px;
  height: 34px;
  border-top: 1px solid rgba(121, 87, 255, 0.55);
  border-right: 1px solid rgba(121, 87, 255, 0.55);
  border-bottom: 1px solid rgba(255, 104, 125, 0.45);
  border-radius: 0 9px 9px 0;
  transform: translateY(-50%);
}

.wms2-choice-visual__option {
  position: relative;
  z-index: 2;
  grid-column: 2;
  padding: 6px 4px;
  visibility: visible;
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #292731;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* Tracking line */

.wms2-tracking-visual {
  display: flex;
  align-items: center;
}

.wms2-tracking-visual__line {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.wms2-tracking-visual__line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  background: linear-gradient(90deg, var(--s2-blue), var(--s2-purple));
}

.wms2-tracking-visual__signal {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--s2-blue);
  box-shadow: 0 0 15px rgba(48, 72, 255, 0.85);
  animation: wms2TrackingSignal 3.8s ease-in-out infinite;
}

@keyframes wms2TrackingSignal {
  0% {
    left: 0;
  }

  65%,
  100% {
    left: calc(67% - 8px);
  }
}

.wms2-tracking-visual__break {
  position: absolute;
  left: 70%;
  width: 11px;
  height: 24px;
  background: var(--s2-dark-soft);
  transform: rotate(18deg);
}

.wms2-tracking-visual__break::before,
.wms2-tracking-visual__break::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--s2-red);
  box-shadow: 0 0 9px rgba(255, 104, 125, 0.85);
}

.wms2-tracking-visual__break::before {
  top: 2px;
}

.wms2-tracking-visual__break::after {
  bottom: 2px;
}

.wms2-tracking-visual__end {
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

/* Response bar */

.wms2-response-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.wms2-response-visual__bar {
  position: relative;
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.wms2-response-visual__bar span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 30%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--s2-lime), #efffb5);
  box-shadow: 0 0 14px rgba(201, 255, 74, 0.3);
  animation: wms2ResponseBar 4.2s ease-in-out infinite;
}

@keyframes wms2ResponseBar {
  0%,
  100% {
    width: 25%;
  }

  55% {
    width: 68%;
  }
}

.wms2-response-visual small {
  display: block;
  visibility: visible;
  opacity: 1;
  color: rgba(255, 255, 255, 0.62);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  line-height: 1.3;
}

/* =========================================================
   AUDIT SUMMARY
========================================================= */

.wms2-audit__summary {
  position: relative;
  z-index: 3;
  height: auto;
  margin: 4px 22px 22px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 104, 125, 0.24);
  border-radius: 15px;
  background: linear-gradient(
    100deg,
    rgba(255, 104, 125, 0.09),
    rgba(121, 87, 255, 0.08)
  );
}

.wms2-audit__summary-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  color: var(--s2-white);
  border-radius: 11px;
  background: var(--s2-red);
  box-shadow: 0 10px 23px rgba(255, 104, 125, 0.22);
}

.wms2-audit__summary-icon svg {
  width: 18px;
  height: 18px;
}

.wms2-audit__summary > div:last-child {
  min-width: 0;
}

.wms2-audit__summary strong {
  display: block;
  visibility: visible;
  opacity: 1;
  color: var(--s2-white);
  -webkit-text-fill-color: var(--s2-white);
  font-size: 14px;
  line-height: 1.4;
}

.wms2-audit__summary p {
  display: block;
  margin: 5px 0 0;
  visibility: visible;
  opacity: 1;
  color: rgba(255, 255, 255, 0.65);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  line-height: 1.55;
}

/* =========================================================
   RIGHT IMPACT PANEL
========================================================= */

.wms2-impact {
  min-width: 0;
  height: auto;
  padding: 26px;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(121, 87, 255, 0.11),
      transparent 35%
    ),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 27px 65px rgba(21, 20, 26, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.wms2-impact__heading > span {
  display: block;
  margin-bottom: 9px;
  visibility: visible;
  opacity: 1;
  color: var(--s2-blue);
  -webkit-text-fill-color: var(--s2-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wms2-impact__heading h3 {
  margin: 0;
  visibility: visible;
  opacity: 1;
  color: var(--s2-dark);
  -webkit-text-fill-color: var(--s2-dark);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.wms2-impact__cards {
  margin-top: 23px;
  display: grid;
  gap: 11px;
}

.wms2-impact-card {
  position: relative;
  min-width: 0;
  min-height: 112px;
  padding: 17px 14px 17px 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 16px;
  background: rgba(246, 244, 238, 0.88);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wms2-impact-card:hover {
  border-color: rgba(48, 72, 255, 0.25);
  background: var(--s2-white);
  box-shadow: 0 16px 37px rgba(48, 72, 255, 0.1);
  transform: translateX(6px);
}

.wms2-impact-card__number {
  position: absolute;
  top: 12px;
  left: 13px;
  color: rgba(21, 20, 26, 0.3);
  -webkit-text-fill-color: rgba(21, 20, 26, 0.3);
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.wms2-impact-card__icon {
  position: absolute;
  top: 39px;
  left: 13px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--s2-white);
  border-radius: 9px;
  background: var(--s2-blue);
  box-shadow: 0 9px 20px rgba(48, 72, 255, 0.2);
}

.wms2-impact-card:nth-child(2) .wms2-impact-card__icon {
  background: var(--s2-purple);
}

.wms2-impact-card:nth-child(3) .wms2-impact-card__icon {
  color: var(--s2-dark);
  background: var(--s2-lime);
}

.wms2-impact-card__icon svg {
  width: 16px;
  height: 16px;
}

.wms2-impact-card strong {
  display: block;
  visibility: visible;
  opacity: 1;
  color: var(--s2-dark);
  -webkit-text-fill-color: var(--s2-dark);
  font-size: 14px;
  line-height: 1.4;
}

.wms2-impact-card p {
  display: block;
  margin: 6px 0 0;
  visibility: visible;
  opacity: 1;
  color: var(--s2-muted);
  -webkit-text-fill-color: var(--s2-muted);
  font-size: 10px;
  line-height: 1.6;
}

/* =========================================================
   CTA
========================================================= */

.wms2-cta {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding: 0 48px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--s2-white) !important;
  -webkit-text-fill-color: var(--s2-white);
  background: var(--s2-blue);
  box-shadow: 0 13px 30px rgba(48, 72, 255, 0.22);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.wms2-cta__text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.wms2-cta__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  display: grid;
  place-items: center;
  visibility: visible;
  opacity: 1;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  font-size: 15px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.wms2-cta:hover {
  color: var(--s2-dark) !important;
  -webkit-text-fill-color: var(--s2-dark);
  border-color: var(--s2-dark);
  background: var(--s2-lime);
  box-shadow: 0 16px 35px rgba(201, 255, 74, 0.27);
  transform: translateY(-3px);
}

.wms2-cta:hover .wms2-cta__arrow {
  transform: translate(4px, -50%);
}

.wms2-impact__note {
  max-width: 280px;
  margin: 13px auto 0;
  visibility: visible;
  opacity: 1;
  color: var(--s2-muted);
  -webkit-text-fill-color: var(--s2-muted);
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {
  .wms2-content {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    gap: 21px;
  }

  .wms2-checkpoint {
    grid-template-columns: 35px 32px minmax(130px, 1fr) minmax(105px, 0.65fr);
    gap: 10px;
  }

  .wms2-checkpoint__status {
    grid-column: 3 / -1;
    justify-self: start;
    margin-top: -6px;
  }

  .wms2-journey-line {
    left: 39px;
  }
}

/* =========================================================
   MOBILE — FONT AND LAYOUT FIXED
========================================================= */

@media screen and (max-width: 767px) {
  .wms2-section {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 68px 12px 76px;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .wms2-container,
  .wms2-content {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .wms2-background-grid {
    opacity: 0.23;
    background-size: 44px 44px;
  }

  /* Mobile heading */

  .wms2-header {
    max-width: 390px;
    margin: 0 auto 40px;
  }

  .wms2-eyebrow {
    margin-bottom: 15px;
    gap: 9px;
    color: var(--s2-blue);
    -webkit-text-fill-color: var(--s2-blue);
    font-size: 10px;
  }

  .wms2-eyebrow__number {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    font-size: 8px;
  }

  .wms2-heading {
    max-width: 390px;
    color: var(--s2-dark);
    -webkit-text-fill-color: var(--s2-dark);
    font-size: clamp(35px, 10vw, 43px);
    line-height: 1.08;
    letter-spacing: -0.052em;
  }

  .wms2-heading strong {
    color: var(--s2-blue);
    -webkit-text-fill-color: var(--s2-blue);
  }

  .wms2-heading strong::after {
    bottom: -6px;
    height: 3px;
  }

  .wms2-description {
    max-width: 355px;
    margin-top: 23px;
    color: var(--s2-muted);
    -webkit-text-fill-color: var(--s2-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  /* Stack panels */

  .wms2-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  /* Mobile audit */

  .wms2-audit {
    width: calc(100% - 8px);
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 22px;
    box-shadow:
      7px 9px 0 rgba(121, 87, 255, 0.76),
      0 24px 58px rgba(21, 20, 26, 0.2);
  }

  .wms2-audit:hover {
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow:
      7px 9px 0 rgba(121, 87, 255, 0.76),
      0 24px 58px rgba(21, 20, 26, 0.2);
    transform: none;
  }

  /* Mobile audit header */

  .wms2-audit__top {
    min-height: 70px;
    padding: 13px 12px;
    gap: 8px;
  }

  .wms2-audit__identity {
    min-width: 0;
    flex: 1;
    gap: 8px;
  }

  .wms2-audit__live-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .wms2-audit__identity strong {
    color: var(--s2-white);
    -webkit-text-fill-color: var(--s2-white);
    font-size: 14px;
    line-height: 1.3;
  }

  .wms2-audit__identity small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    line-height: 1.4;
  }

  .wms2-audit__result {
    max-width: 90px;
    padding: 8px 7px;
    color: #ff91a1;
    -webkit-text-fill-color: #ff91a1;
    font-size: 7px;
    line-height: 1.25;
    white-space: normal;
  }

  /* Journey rows */

  .wms2-audit__body {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 5px 12px;
    overflow: visible;
  }

  .wms2-journey-line {
    top: 47px;
    bottom: 47px;
    left: 28px;
  }

  .wms2-checkpoint {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 18px 0;
    display: grid;
    grid-template-columns: 32px 30px minmax(0, 1fr);
    grid-template-areas:
      "node icon copy"
      ". status status"
      ". visual visual";
    align-items: start;
    column-gap: 8px;
    row-gap: 9px;
    overflow: visible;
  }

  .wms2-checkpoint:hover {
    margin: 0;
    padding: 18px 0;
    background: transparent;
    transform: none;
  }

  .wms2-checkpoint__node {
    grid-area: node;
    width: 32px;
    height: 32px;
    color: var(--s2-white);
    -webkit-text-fill-color: var(--s2-white);
    font-size: 8px;
  }

  .wms2-checkpoint:nth-child(4) .wms2-checkpoint__node {
    color: var(--s2-dark);
    -webkit-text-fill-color: var(--s2-dark);
  }

  .wms2-checkpoint__icon {
    grid-area: icon;
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .wms2-checkpoint__icon svg {
    width: 14px;
    height: 14px;
  }

  /* Mobile text guaranteed visible */

  .wms2-checkpoint__copy {
    grid-area: copy;
    position: relative;
    z-index: 6;
    width: 100%;
    min-width: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }

  .wms2-checkpoint__copy small {
    display: block;
    margin: 0 0 5px;
    visibility: visible;
    opacity: 1;
    color: #a48cff;
    -webkit-text-fill-color: #a48cff;
    font-size: 9px;
    line-height: 1.4;
    white-space: normal;
  }

  .wms2-checkpoint:nth-child(3) .wms2-checkpoint__copy small {
    color: #8c99ff;
    -webkit-text-fill-color: #8c99ff;
  }

  .wms2-checkpoint:nth-child(4) .wms2-checkpoint__copy small {
    color: var(--s2-lime);
    -webkit-text-fill-color: var(--s2-lime);
  }

  .wms2-checkpoint__copy strong {
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1;
    color: var(--s2-white);
    -webkit-text-fill-color: var(--s2-white);
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .wms2-checkpoint__copy p {
    display: block;
    width: 100%;
    max-width: none;
    margin: 6px 0 0;
    visibility: visible;
    opacity: 1;
    color: rgba(255, 255, 255, 0.72);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  /* Mobile statuses */

  .wms2-checkpoint__status {
    grid-area: status;
    position: static;
    z-index: 7;
    width: fit-content;
    min-width: 68px;
    height: auto;
    margin: 0;
    padding: 8px 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    visibility: visible;
    opacity: 1;
    color: #ff91a1;
    -webkit-text-fill-color: #ff91a1;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
  }

  /* Mobile visual */

  .wms2-checkpoint__visual {
    grid-area: visual;
    width: 100%;
    min-width: 0;
    height: 36px;
    margin: 0;
    overflow: visible;
  }

  .wms2-choice-visual {
    grid-template-columns: minmax(0, 1fr) 47px;
  }

  .wms2-choice-visual__path {
    right: 48px;
    height: 28px;
  }

  .wms2-choice-visual__option {
    padding: 5px 3px;
    color: rgba(255, 255, 255, 0.82);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.82);
    font-size: 7px;
  }

  .wms2-response-visual small {
    color: rgba(255, 255, 255, 0.68);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.68);
    font-size: 8px;
  }

  /* Mobile summary */

  .wms2-audit__summary {
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 5px 12px 14px;
    padding: 13px;
    gap: 10px;
    overflow: visible;
  }

  .wms2-audit__summary-icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
    border-radius: 9px;
  }

  .wms2-audit__summary strong {
    color: var(--s2-white);
    -webkit-text-fill-color: var(--s2-white);
    font-size: 12px;
    line-height: 1.4;
  }

  .wms2-audit__summary p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    line-height: 1.5;
  }

  /* Mobile impact panel */

  .wms2-impact {
    width: calc(100% - 8px);
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 22px 15px;
    overflow: visible;
    border-radius: 22px;
  }

  .wms2-impact__heading {
    text-align: center;
  }

  .wms2-impact__heading > span {
    color: var(--s2-blue);
    -webkit-text-fill-color: var(--s2-blue);
    font-size: 9px;
  }

  .wms2-impact__heading h3 {
    max-width: 300px;
    margin: 0 auto;
    color: var(--s2-dark);
    -webkit-text-fill-color: var(--s2-dark);
    font-size: 22px;
    line-height: 1.3;
  }

  .wms2-impact__cards {
    margin-top: 20px;
  }

  .wms2-impact-card {
    height: auto;
    min-height: 102px;
    padding: 15px 13px 15px 54px;
    overflow: visible;
  }

  .wms2-impact-card:hover {
    transform: translateY(-3px);
  }

  .wms2-impact-card__icon {
    left: 12px;
    width: 30px;
    height: 30px;
  }

  .wms2-impact-card strong {
    color: var(--s2-dark);
    -webkit-text-fill-color: var(--s2-dark);
    font-size: 13px;
    line-height: 1.4;
  }

  .wms2-impact-card p {
    margin-top: 6px;
    color: var(--s2-muted);
    -webkit-text-fill-color: var(--s2-muted);
    font-size: 10px;
    line-height: 1.55;
  }

  .wms2-cta {
    min-height: 54px;
    padding: 0 43px;
    font-size: 11px;
  }

  .wms2-cta__arrow {
    right: 15px;
  }

  .wms2-impact__note {
    color: var(--s2-muted);
    -webkit-text-fill-color: var(--s2-muted);
    font-size: 9px;
  }
}

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media screen and (max-width: 370px) {
  .wms2-section {
    padding-right: 9px;
    padding-left: 9px;
  }

  .wms2-heading {
    font-size: 33px;
  }

  .wms2-description {
    font-size: 13px;
  }

  .wms2-audit,
  .wms2-impact {
    width: calc(100% - 4px);
  }

  .wms2-audit__result {
    max-width: 78px;
    padding: 7px 5px;
    font-size: 6px;
  }

  .wms2-checkpoint {
    grid-template-columns: 31px 28px minmax(0, 1fr);
  }

  .wms2-checkpoint__node {
    width: 31px;
    height: 31px;
  }

  .wms2-checkpoint__icon {
    width: 28px;
    height: 28px;
  }

  .wms2-checkpoint__copy strong {
    font-size: 13px;
  }

  .wms2-checkpoint__copy p {
    font-size: 10px;
  }

  .wms2-checkpoint__status {
    min-width: 64px;
    padding: 7px 9px;
    font-size: 7px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wms2-background-glow,
  .wms2-heading strong::after,
  .wms2-journey-line__progress,
  .wms2-journey-line__signal,
  .wms2-tracking-visual__signal,
  .wms2-response-visual__bar span {
    animation: none;
  }

  .wms2-audit,
  .wms2-checkpoint,
  .wms2-impact-card,
  .wms2-cta {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32e4612 *//* =========================================================
   SECTION 03 — NEW COMPLETE CSS
   Two-Tone Design + Website Builder Graphic
   Mobile Performance Optimised
========================================================= */

.wms3-section,
.wms3-section * {
  box-sizing: border-box;
}

.wms3-section {
  --s3-paper: #f6f4ee;
  --s3-paper-soft: #ebe8df;
  --s3-white: #ffffff;
  --s3-ink: #17161c;
  --s3-dark: #15141a;
  --s3-dark-soft: #211f28;
  --s3-blue: #3048ff;
  --s3-purple: #7957ff;
  --s3-lime: #c9ff4a;
  --s3-muted: #696771;

  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 96px 20px 100px;
  overflow: hidden;
  color: var(--s3-white);
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(48, 72, 255, 0.23),
      transparent 30%
    ),
    radial-gradient(
      circle at 7% 90%,
      rgba(201, 255, 74, 0.08),
      transparent 28%
    ),
    var(--s3-dark);
  font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   BACKGROUND
========================================================= */

.wms3-background-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}

.wms3-background-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
}

.wms3-background-glow--blue {
  top: -160px;
  right: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(48, 72, 255, 0.2),
    transparent 68%
  );
}

.wms3-background-glow--lime {
  bottom: -170px;
  left: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(201, 255, 74, 0.11),
    transparent 68%
  );
}

.wms3-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   ASYMMETRIC SECTION HEADING
========================================================= */

.wms3-header {
  max-width: none;
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "heading description";
  align-items: end;
  column-gap: 65px;
  row-gap: 19px;
  text-align: left;
}

.wms3-eyebrow {
  grid-area: eyebrow;
  justify-self: start;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--s3-lime);
  -webkit-text-fill-color: var(--s3-lime);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wms3-eyebrow__number {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: var(--s3-dark);
  -webkit-text-fill-color: var(--s3-dark);
  border-radius: 50%;
  background: var(--s3-lime);
  box-shadow: 0 0 0 7px rgba(201, 255, 74, 0.06);
  font-size: 10px;
}

.wms3-heading {
  grid-area: heading;
  max-width: 730px;
  margin: 0;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.058em;
  text-align: left;
  text-wrap: balance;
}

.wms3-heading > span {
  display: block;
}

.wms3-heading strong {
  position: relative;
  display: inline-block;
  color: #5d70ff;
  -webkit-text-fill-color: #5d70ff;
  font-weight: 800;
}

.wms3-heading strong::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -8px;
  left: 2%;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    var(--s3-blue),
    var(--s3-purple),
    var(--s3-lime)
  );
  transform-origin: left;
  animation: wms3HeadingLine 1.1s ease both;
}

@keyframes wms3HeadingLine {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.wms3-description {
  grid-area: description;
  max-width: 470px;
  margin: 0 0 7px;
  padding: 7px 0 7px 23px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  border-left: 2px solid var(--s3-lime);
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

/* =========================================================
   LIGHT CONTENT CANVAS
========================================================= */

.wms3-content {
  position: relative;
  width: 100%;
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(510px, 1.16fr);
  align-items: center;
  gap: clamp(40px, 5vw, 70px);
  color: var(--s3-ink);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 94% 5%,
      rgba(121, 87, 255, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 8% 95%,
      rgba(201, 255, 74, 0.15),
      transparent 27%
    ),
    var(--s3-paper);
  box-shadow:
    16px 18px 0 var(--s3-blue),
    0 38px 95px rgba(0, 0, 0, 0.27);
}

/* =========================================================
   SERVICE CONTENT
========================================================= */

.wms3-service {
  min-width: 0;
}

.wms3-service__label {
  margin-bottom: 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--s3-blue);
  -webkit-text-fill-color: var(--s3-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wms3-service__label-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--s3-blue);
  box-shadow: 0 0 0 5px rgba(48, 72, 255, 0.08);
}

.wms3-service__title {
  max-width: 510px;
  margin: 0;
  color: var(--s3-ink);
  -webkit-text-fill-color: var(--s3-ink);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.wms3-service__text {
  max-width: 530px;
  margin: 18px 0 0;
  color: var(--s3-muted);
  -webkit-text-fill-color: var(--s3-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   CAPABILITY LIST — NEW DESIGN
========================================================= */

.wms3-features {
  margin-top: 28px;
  display: block;
  border-top: 1px solid rgba(21, 20, 26, 0.13);
}

.wms3-feature-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 20px 55px 20px 50px;
  display: block;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(21, 20, 26, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition:
    padding 0.3s ease,
    background-color 0.3s ease;
}

.wms3-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(48, 72, 255, 0.12),
    rgba(121, 87, 255, 0.05),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wms3-feature-card::after {
  content: "";
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0;
  z-index: 2;
  width: 3px;
  border-radius: 20px;
  background: var(--s3-blue);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.wms3-feature-card:hover {
  padding-left: 62px;
  background: transparent;
}

.wms3-feature-card:hover::before {
  opacity: 1;
}

.wms3-feature-card:hover::after {
  transform: scaleY(1);
}

.wms3-feature-card__number {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 3;
  color: rgba(21, 20, 26, 0.35);
  -webkit-text-fill-color: rgba(21, 20, 26, 0.35);
  font-size: 10px;
  font-weight: 800;
  transform: translateY(-50%);
}

.wms3-feature-card__icon {
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--s3-blue);
  border: 1px solid rgba(48, 72, 255, 0.17);
  border-radius: 11px;
  background: rgba(48, 72, 255, 0.07);
  transform: translateY(-50%);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.wms3-feature-card:hover .wms3-feature-card__icon {
  color: var(--s3-white);
  background: var(--s3-blue);
  transform: translateY(-50%) rotate(-6deg) scale(1.05);
}

.wms3-feature-card__icon svg {
  width: 17px;
  height: 17px;
}

.wms3-feature-card__copy {
  position: relative;
  z-index: 2;
}

.wms3-feature-card__copy strong {
  display: block;
  color: var(--s3-ink);
  -webkit-text-fill-color: var(--s3-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.wms3-feature-card__copy p {
  max-width: 390px;
  margin: 6px 0 0;
  color: var(--s3-muted);
  -webkit-text-fill-color: var(--s3-muted);
  font-size: 10px;
  line-height: 1.55;
}

.wms3-feature-card__arrow {
  display: none;
}

/* =========================================================
   BUTTONS
========================================================= */

.wms3-actions {
  width: 100%;
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wms3-button {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 42px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--s3-white) !important;
  -webkit-text-fill-color: var(--s3-white);
  background: var(--s3-blue);
  box-shadow: 0 13px 28px rgba(48, 72, 255, 0.22);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.wms3-button__text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.wms3-button__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  display: grid;
  place-items: center;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  font-size: 15px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.wms3-button:hover {
  color: var(--s3-dark) !important;
  -webkit-text-fill-color: var(--s3-dark);
  border-color: var(--s3-dark);
  background: var(--s3-lime);
  box-shadow: 0 15px 34px rgba(201, 255, 74, 0.25);
  transform: translateY(-3px);
}

.wms3-button:hover .wms3-button__arrow {
  transform: translate(4px, -50%);
}

.wms3-button--secondary {
  color: var(--s3-ink) !important;
  -webkit-text-fill-color: var(--s3-ink);
  border-color: rgba(21, 20, 26, 0.14);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.wms3-button--secondary:hover {
  color: var(--s3-white) !important;
  -webkit-text-fill-color: var(--s3-white);
  border-color: var(--s3-dark);
  background: var(--s3-dark);
}

/* =========================================================
   WEBSITE BUILDER
========================================================= */

.wms3-builder {
  position: relative;
  min-width: 0;
  min-height: 550px;
  padding: 48px 12px 30px;
  perspective: 1200px;
}

.wms3-builder::before {
  content: "";
  position: absolute;
  top: 76px;
  right: 0;
  bottom: 5px;
  left: 35px;
  z-index: 0;
  border-radius: 27px;
  background: linear-gradient(
    145deg,
    var(--s3-blue),
    var(--s3-purple) 65%,
    var(--s3-lime)
  );
}

/* Orbit graphics */

.wms3-builder__orbit {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
}

.wms3-builder__orbit--one {
  inset: 4% 1% 2%;
  border: 1px dashed rgba(48, 72, 255, 0.24);
  animation: wms3Orbit 25s linear infinite;
}

.wms3-builder__orbit--two {
  inset: 12% 10% 10%;
  border: 1px solid rgba(121, 87, 255, 0.15);
  animation: wms3OrbitReverse 20s linear infinite;
}

@keyframes wms3Orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wms3OrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

/* =========================================================
   FLOATING STATUS CARDS
========================================================= */

.wms3-floating-card {
  position: absolute;
  z-index: 8;
  min-width: 140px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--s3-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: var(--s3-dark-soft);
  box-shadow: 0 15px 32px rgba(21, 20, 26, 0.22);
  animation: wms3Float 4.5s ease-in-out infinite;
}

.wms3-floating-card--responsive {
  top: 3px;
  left: -5px;
}

.wms3-floating-card--cta {
  top: 88px;
  right: -15px;
  animation-delay: -1.6s;
}

.wms3-floating-card--mobile {
  right: 4px;
  bottom: 0;
  animation-delay: -3s;
}

@keyframes wms3Float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.wms3-floating-card__icon {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: grid;
  place-items: center;
  color: var(--s3-lime);
  border-radius: 9px;
  background: rgba(201, 255, 74, 0.08);
}

.wms3-floating-card__icon svg {
  width: 16px;
  height: 16px;
}

.wms3-floating-card small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  font-size: 7px;
}

.wms3-floating-card strong {
  display: block;
  margin-top: 3px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  font-size: 9px;
}

.wms3-floating-card__active {
  width: 6px;
  height: 6px;
  margin-left: auto;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--s3-lime);
  box-shadow: 0 0 11px rgba(201, 255, 74, 0.8);
}

/* =========================================================
   BUILDER WINDOW
========================================================= */

.wms3-builder__window {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 465px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.14);
  border-radius: 22px;
  background: #eeeae2;
  box-shadow:
    0 27px 65px rgba(21, 20, 26, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.8);
  transform: rotateY(-1.5deg);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.wms3-builder:hover .wms3-builder__window {
  box-shadow:
    0 35px 80px rgba(21, 20, 26, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.8);
  transform: translateY(-8px) rotateY(0deg);
}

/* Browser toolbar */

.wms3-builder__toolbar {
  min-height: 53px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: auto minmax(130px, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(21, 20, 26, 0.1);
  background: #e1ded7;
}

.wms3-builder__browser-controls {
  display: flex;
  gap: 5px;
}

.wms3-builder__browser-controls span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff687d;
}

.wms3-builder__browser-controls span:nth-child(2) {
  background: #ffc45c;
}

.wms3-builder__browser-controls span:nth-child(3) {
  background: #84cf5a;
}

.wms3-builder__address {
  min-width: 0;
  min-height: 29px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #727079;
  -webkit-text-fill-color: #727079;
  border: 1px solid rgba(21, 20, 26, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  white-space: nowrap;
}

.wms3-builder__lock {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.wms3-builder__lock svg {
  width: 100%;
  height: 100%;
}

.wms3-builder__status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4b4951;
  -webkit-text-fill-color: #4b4951;
  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.wms3-builder__status > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #79c451;
  box-shadow: 0 0 8px rgba(121, 196, 81, 0.7);
}

/* =========================================================
   WORKSPACE
========================================================= */

.wms3-builder__workspace {
  min-height: 350px;
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr) 110px;
  background: #d8d5ce;
}

/* Tools */

.wms3-builder__tools {
  padding: 12px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-right: 1px solid rgba(21, 20, 26, 0.1);
  background: #e8e5de;
}

.wms3-builder__tool {
  width: 33px;
  height: 33px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  appearance: none;
  display: grid;
  place-items: center;
  color: #77757e;
  background: transparent;
}

.wms3-builder__tool--active {
  color: var(--s3-white);
  background: var(--s3-blue);
}

.wms3-builder__tool svg {
  width: 16px;
  height: 16px;
}

/* =========================================================
   LIVE PREVIEW
========================================================= */

.wms3-preview {
  position: relative;
  min-width: 0;
  margin: 11px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 79% 40%,
      rgba(121, 87, 255, 0.17),
      transparent 35%
    ),
    #faf8f3;
  box-shadow: 0 10px 27px rgba(21, 20, 26, 0.1);
}

.wms3-preview__scanner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    var(--s3-blue),
    var(--s3-lime),
    transparent
  );
  animation: wms3Scan 5s ease-in-out infinite;
}

@keyframes wms3Scan {
  0% {
    top: 0;
  }

  55%,
  100% {
    top: calc(100% - 2px);
  }
}

/* Preview navbar */

.wms3-preview__nav {
  min-height: 39px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 26, 0.07);
}

.wms3-preview__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--s3-ink);
  -webkit-text-fill-color: var(--s3-ink);
  font-size: 7px;
  font-weight: 800;
}

.wms3-preview__logo > span {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--s3-blue), var(--s3-purple));
}

.wms3-preview__nav-button {
  padding: 7px 9px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  border-radius: 6px;
  background: var(--s3-blue);
  font-size: 6px;
  font-weight: 700;
}

/* Preview hero */

.wms3-preview__hero {
  min-height: 205px;
  padding: 28px 17px 19px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(95px, 0.95fr);
  align-items: center;
  gap: 14px;
}

.wms3-preview__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--s3-blue);
  -webkit-text-fill-color: var(--s3-blue);
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

.wms3-preview__headline {
  display: grid;
  gap: 6px;
}

.wms3-preview__headline span {
  display: block;
  height: 10px;
  border-radius: 6px;
  background: var(--s3-ink);
}

.wms3-preview__headline span:nth-child(1) {
  width: 92%;
}

.wms3-preview__headline span:nth-child(2) {
  width: 75%;
}

.wms3-preview__headline span:nth-child(3) {
  width: 58%;
  background: var(--s3-blue);
}

.wms3-preview__paragraph {
  margin-top: 13px;
  display: grid;
  gap: 5px;
}

.wms3-preview__paragraph span {
  width: 88%;
  height: 4px;
  border-radius: 5px;
  background: rgba(21, 20, 26, 0.16);
}

.wms3-preview__paragraph span:nth-child(2) {
  width: 76%;
}

.wms3-preview__paragraph span:nth-child(3) {
  width: 62%;
}

.wms3-preview__button {
  width: 78px;
  min-height: 27px;
  margin-top: 15px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  border-radius: 7px;
  background: var(--s3-blue);
  font-size: 6px;
  font-weight: 700;
}

/* Preview graphic */

.wms3-preview__graphic {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  display: grid;
  place-items: center;
}

.wms3-preview__graphic-circle {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(48, 72, 255, 0.4);
  border-radius: 50%;
  animation: wms3GraphicOrbit 15s linear infinite;
}

@keyframes wms3GraphicOrbit {
  to {
    transform: rotate(360deg);
  }
}

.wms3-preview__graphic-card {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  background: linear-gradient(145deg, var(--s3-blue), var(--s3-purple));
  box-shadow: 0 13px 28px rgba(48, 72, 255, 0.27);
}

.wms3-preview__graphic-card small {
  color: rgba(255, 255, 255, 0.7);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  font-size: 6px;
}

.wms3-preview__graphic-card strong {
  margin-top: 3px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  font-size: 9px;
}

.wms3-preview__graphic-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--s3-lime);
  box-shadow: 0 0 10px rgba(201, 255, 74, 0.75);
}

.wms3-preview__graphic-dot--one {
  top: 7px;
  left: 50%;
}

.wms3-preview__graphic-dot--two {
  right: 4px;
  bottom: 25px;
}

.wms3-preview__graphic-dot--three {
  bottom: 11px;
  left: 15px;
  background: var(--s3-purple);
}

/* Trust row */

.wms3-preview__trust {
  min-height: 44px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 5px;
  border-top: 1px solid rgba(21, 20, 26, 0.07);
}

.wms3-preview__trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #77757e;
  -webkit-text-fill-color: #77757e;
  font-size: 5px;
  white-space: nowrap;
}

.wms3-preview__trust-item > span {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--s3-lime);
}

/* Cursor animation */

.wms3-preview__cursor {
  position: absolute;
  top: 50px;
  left: 33px;
  z-index: 9;
  color: var(--s3-blue);
  animation: wms3Cursor 7s ease-in-out infinite;
  will-change: transform;
}

.wms3-preview__cursor svg {
  width: 20px;
  height: 20px;
}

.wms3-preview__cursor span {
  position: absolute;
  top: 17px;
  left: 15px;
  padding: 4px 6px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  border-radius: 5px;
  background: var(--s3-blue);
  font-size: 5px;
  white-space: nowrap;
}

@keyframes wms3Cursor {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  28% {
    transform: translate3d(95px, 24px, 0);
  }

  56% {
    transform: translate3d(52px, 105px, 0);
  }

  80% {
    transform: translate3d(145px, 135px, 0);
  }
}

/* =========================================================
   SETTINGS PANEL
========================================================= */

.wms3-builder__settings {
  padding: 12px 8px;
  border-left: 1px solid rgba(21, 20, 26, 0.1);
  background: #e8e5de;
}

.wms3-builder__settings-title {
  margin-bottom: 11px;
  color: var(--s3-ink);
  -webkit-text-fill-color: var(--s3-ink);
  font-size: 8px;
  font-weight: 800;
}

.wms3-builder__setting {
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(21, 20, 26, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.wms3-builder__setting span {
  display: block;
  color: #898790;
  -webkit-text-fill-color: #898790;
  font-size: 6px;
}

.wms3-builder__setting strong {
  display: block;
  margin-top: 3px;
  color: #343239;
  -webkit-text-fill-color: #343239;
  font-size: 7px;
}

.wms3-builder__progress {
  margin-top: 14px;
}

.wms3-builder__progress-label {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  color: #77757e;
  -webkit-text-fill-color: #77757e;
  font-size: 6px;
}

.wms3-builder__progress-label strong {
  color: var(--s3-blue);
  -webkit-text-fill-color: var(--s3-blue);
}

.wms3-builder__progress-bar {
  height: 5px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(21, 20, 26, 0.1);
}

.wms3-builder__progress-bar span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--s3-blue), var(--s3-lime));
  transform-origin: left;
  animation: wms3BuildProgress 5s ease-in-out infinite;
}

@keyframes wms3BuildProgress {
  0%,
  15% {
    transform: scaleX(0.25);
  }

  70%,
  100% {
    transform: scaleX(1);
  }
}

/* Builder bottom */

.wms3-builder__bottom {
  min-height: 59px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(21, 20, 26, 0.1);
  background: #e1ded7;
}

.wms3-builder__bottom-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #55535c;
  -webkit-text-fill-color: #55535c;
  font-size: 7px;
}

.wms3-builder__bottom-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7bc350;
}

.wms3-builder__publish {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  border-radius: 7px;
  background: var(--s3-blue);
  font-size: 7px;
  font-weight: 700;
}

/* =========================================================
   BOTTOM PROCESS
========================================================= */

.wms3-process {
  width: 100%;
  margin-top: 58px;
  padding: 20px 23px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 75px minmax(0, 1fr) 75px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border-radius: 19px;
  background: linear-gradient(115deg, var(--s3-blue), #253cec);
  box-shadow: 0 25px 65px rgba(48, 72, 255, 0.24);
}

.wms3-process__step {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wms3-process__number {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  color: var(--s3-lime);
  -webkit-text-fill-color: var(--s3-lime);
  border: 1px solid rgba(201, 255, 74, 0.25);
  border-radius: 12px;
  background: rgba(201, 255, 74, 0.08);
  font-size: 9px;
  font-weight: 800;
}

.wms3-process__step small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  font-size: 8px;
  text-transform: uppercase;
}

.wms3-process__step strong {
  display: block;
  margin-top: 4px;
  color: var(--s3-white);
  -webkit-text-fill-color: var(--s3-white);
  font-size: 11px;
  line-height: 1.35;
}

.wms3-process__connector {
  height: 2px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
}

.wms3-process__connector span {
  width: 35%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--s3-lime));
  animation: wms3ProcessFlow 2.8s linear infinite;
}

@keyframes wms3ProcessFlow {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(300%);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1050px) {
  .wms3-content {
    padding: 31px;
    grid-template-columns: minmax(0, 0.86fr) minmax(450px, 1.14fr);
    gap: 35px;
  }

  .wms3-builder__workspace {
    grid-template-columns: 44px minmax(0, 1fr) 98px;
  }

  .wms3-process {
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  }
}

/* =========================================================
   MOBILE — SMOOTH SCROLL VERSION
========================================================= */

@media screen and (max-width: 767px) {
  .wms3-section {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 68px 10px 76px;
    overflow-x: clip;
    overflow-y: visible;
    touch-action: pan-y;
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch;
  }

  .wms3-container,
  .wms3-content,
  .wms3-service,
  .wms3-builder,
  .wms3-builder__window,
  .wms3-process {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .wms3-background-grid {
    opacity: 0.14;
    background-size: 45px 45px;
  }

  .wms3-background-glow {
    display: none;
  }

  /* Mobile heading */

  .wms3-header {
    max-width: 390px;
    margin: 0 auto 42px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "heading"
      "description";
    row-gap: 17px;
    text-align: left;
  }

  .wms3-eyebrow {
    justify-self: start;
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .wms3-eyebrow__number {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    font-size: 8px;
  }

  .wms3-heading {
    max-width: 380px;
    color: var(--s3-white);
    -webkit-text-fill-color: var(--s3-white);
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.052em;
  }

  .wms3-heading strong {
    color: #6577ff;
    -webkit-text-fill-color: #6577ff;
  }

  .wms3-heading strong::after {
    bottom: -6px;
    height: 3px;
  }

  .wms3-description {
    max-width: 360px;
    margin: 0;
    padding: 5px 0 5px 15px;
    color: rgba(255, 255, 255, 0.72);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
  }

  /* Mobile canvas */

  .wms3-content {
    width: 100%;
    padding: 23px 14px 25px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 43px;
    overflow: visible;
    border-radius: 24px;
    box-shadow:
      7px 9px 0 var(--s3-blue),
      0 25px 58px rgba(0, 0, 0, 0.23);
  }

  .wms3-service__label {
    font-size: 9px;
  }

  .wms3-service__title {
    max-width: 350px;
    font-size: 27px;
    line-height: 1.22;
  }

  .wms3-service__text {
    max-width: 355px;
    font-size: 13px;
    line-height: 1.65;
  }

  /* Mobile capability rows */

  .wms3-feature-card {
    min-height: 0;
    padding: 19px 43px 19px 38px;
    pointer-events: none;
    transition: none;
  }

  .wms3-feature-card::before,
  .wms3-feature-card::after {
    display: none;
  }

  .wms3-feature-card__number {
    top: 23px;
    left: 2px;
    font-size: 9px;
    transform: none;
  }

  .wms3-feature-card__icon {
    right: 3px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
  }

  .wms3-feature-card__copy strong {
    font-size: 13px;
    line-height: 1.4;
  }

  .wms3-feature-card__copy p {
    max-width: none;
    font-size: 10px;
    line-height: 1.55;
  }

  /* Mobile buttons */

  .wms3-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wms3-button {
    min-height: 53px;
    padding: 0 29px 0 7px;
    border-radius: 13px;
    font-size: 9px;
    touch-action: manipulation;
  }

  .wms3-button__arrow {
    right: 9px;
    font-size: 13px;
  }

  /* Builder mobile */

  .wms3-builder {
    width: 100%;
    padding: 44px 0 25px;
    perspective: none;
    pointer-events: none;
    touch-action: pan-y;
  }

  .wms3-builder::before {
    top: 65px;
    right: 0;
    bottom: 4px;
    left: 18px;
    border-radius: 21px;
  }

  .wms3-builder__orbit {
    display: none;
    animation: none;
  }

  .wms3-floating-card {
    min-width: 111px;
    padding: 8px;
    gap: 6px;
    border-radius: 10px;
    animation: none;
    box-shadow: 0 8px 18px rgba(21, 20, 26, 0.2);
  }

  .wms3-floating-card__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    border-radius: 7px;
  }

  .wms3-floating-card__icon svg {
    width: 13px;
    height: 13px;
  }

  .wms3-floating-card small {
    font-size: 6px;
  }

  .wms3-floating-card strong {
    font-size: 7px;
  }

  .wms3-floating-card--responsive {
    top: 0;
    left: 0;
  }

  .wms3-floating-card--cta {
    top: 7px;
    right: 0;
  }

  .wms3-floating-card--mobile {
    display: none;
  }

  .wms3-builder__window {
    width: calc(100% - 4px);
    min-height: 400px;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 17px 38px rgba(21, 20, 26, 0.23);
    transform: none;
    transition: none;
  }

  .wms3-builder:hover .wms3-builder__window {
    box-shadow: 0 17px 38px rgba(21, 20, 26, 0.23);
    transform: none;
  }

  .wms3-builder__toolbar {
    min-height: 48px;
    padding: 0 9px;
    grid-template-columns: auto minmax(90px, 1fr) auto;
    gap: 7px;
  }

  .wms3-builder__address {
    min-height: 27px;
    padding: 0 8px;
    font-size: 7px;
  }

  .wms3-builder__status {
    font-size: 6px;
  }

  /* Hide side panels for mobile */

  .wms3-builder__workspace {
    min-height: 300px;
    display: block;
    padding: 9px;
  }

  .wms3-builder__tools,
  .wms3-builder__settings {
    display: none;
  }

  .wms3-preview {
    width: 100%;
    min-height: 280px;
    margin: 0;
  }

  .wms3-preview__scanner {
    display: none;
    animation: none;
  }

  .wms3-preview__hero {
    min-height: 190px;
    padding: 23px 12px 17px;
    grid-template-columns: minmax(0, 1.05fr) minmax(82px, 0.95fr);
    gap: 7px;
  }

  .wms3-preview__graphic {
    width: 96px;
    height: 96px;
  }

  .wms3-preview__graphic-circle {
    animation: none;
  }

  .wms3-preview__graphic-card {
    width: 57px;
    height: 57px;
    border-radius: 15px;
  }

  .wms3-preview__graphic-card small {
    font-size: 5px;
  }

  .wms3-preview__graphic-card strong {
    font-size: 8px;
  }

  /* Only cursor animation remains active */

  .wms3-preview__cursor {
    top: 47px;
    left: 21px;
    animation: wms3MobileCursor 7s
      cubic-bezier(0.45, 0, 0.25, 1) infinite;
    will-change: transform;
  }

  @keyframes wms3MobileCursor {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }

    30% {
      transform: translate3d(65px, 18px, 0);
    }

    60% {
      transform: translate3d(38px, 88px, 0);
    }

    82% {
      transform: translate3d(105px, 108px, 0);
    }
  }

  .wms3-builder__progress-bar span {
    animation: none;
    transform: scaleX(1);
  }

  .wms3-builder__bottom {
    min-height: 52px;
    padding: 0 9px;
  }

  .wms3-builder__bottom-status {
    font-size: 6px;
  }

  .wms3-builder__publish {
    min-height: 28px;
    padding: 0 8px;
    font-size: 6px;
  }

  /* Mobile process */

  .wms3-process {
    margin-top: 43px;
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    border-radius: 17px;
    pointer-events: none;
    box-shadow: 0 18px 40px rgba(48, 72, 255, 0.2);
  }

  .wms3-process__step {
    min-height: 60px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
  }

  .wms3-process__number {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .wms3-process__connector {
    width: 2px;
    height: 18px;
    margin-left: 27px;
  }

  .wms3-process__connector span {
    width: 100%;
    height: 35%;
    animation: none;
    background: var(--s3-lime);
  }
}

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media screen and (max-width: 370px) {
  .wms3-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .wms3-heading {
    font-size: 32px;
  }

  .wms3-description {
    font-size: 13px;
  }

  .wms3-content {
    padding-right: 11px;
    padding-left: 11px;
  }

  .wms3-service__title {
    font-size: 25px;
  }

  .wms3-feature-card {
    padding-right: 38px;
    padding-left: 34px;
  }

  .wms3-button {
    padding-right: 25px;
    font-size: 8px;
  }

  .wms3-button__arrow {
    right: 7px;
  }

  .wms3-builder__status {
    display: none;
  }

  .wms3-builder__toolbar {
    grid-template-columns: auto minmax(85px, 1fr);
  }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wms3-heading strong::after,
  .wms3-builder__orbit,
  .wms3-floating-card,
  .wms3-preview__scanner,
  .wms3-preview__graphic-circle,
  .wms3-preview__cursor,
  .wms3-builder__progress-bar span,
  .wms3-process__connector span {
    animation: none;
  }

  .wms3-feature-card,
  .wms3-button,
  .wms3-builder__window {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c580bb2 *//* =========================================================
   SECTION 04 — TRACKING & INTEGRATIONS
   5-Slide Carousel • 3 Seconds Per Slide
   Hero Theme • Colourful Graphics • Mobile Optimised
========================================================= */

.wms4-section,
.wms4-section * {
  box-sizing: border-box;
}

.wms4-section {
  --s4-paper: #f6f4ee;
  --s4-paper-soft: #ebe8df;
  --s4-white: #ffffff;
  --s4-ink: #17161c;
  --s4-dark: #15141a;
  --s4-dark-soft: #211f28;
  --s4-blue: #3048ff;
  --s4-purple: #7957ff;
  --s4-lime: #c9ff4a;
  --s4-red: #ff687d;
  --s4-muted: #696771;

  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 98px 20px 105px;
  overflow: hidden;
  color: var(--s4-ink);
  background:
    radial-gradient(
      circle at 91% 8%,
      rgba(121, 87, 255, 0.2),
      transparent 31%
    ),
    radial-gradient(
      circle at 8% 87%,
      rgba(201, 255, 74, 0.18),
      transparent 29%
    ),
    linear-gradient(145deg, #f8f6f0 0%, #eeeae3 100%);
  font-family: "Inter", Arial, sans-serif;
}

/* =========================================================
   BACKGROUND
========================================================= */

.wms4-background-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(21, 20, 26, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 26, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
}

.wms4-aurora {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  animation: wms4AuroraMove 12s ease-in-out infinite alternate;
}

.wms4-aurora--blue {
  top: -150px;
  right: 8%;
  width: 430px;
  height: 430px;
  background: radial-gradient(
    circle,
    rgba(48, 72, 255, 0.18),
    transparent 68%
  );
}

.wms4-aurora--purple {
  top: 34%;
  left: -190px;
  width: 430px;
  height: 430px;
  background: radial-gradient(
    circle,
    rgba(121, 87, 255, 0.14),
    transparent 68%
  );
  animation-delay: -4s;
}

.wms4-aurora--lime {
  right: -170px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  background: radial-gradient(
    circle,
    rgba(201, 255, 74, 0.17),
    transparent 68%
  );
  animation-delay: -8s;
}

@keyframes wms4AuroraMove {
  from {
    transform: translate3d(-14px, -8px, 0) scale(0.96);
  }

  to {
    transform: translate3d(20px, 16px, 0) scale(1.06);
  }
}

/* Floating particles */

.wms4-particle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  background: var(--s4-blue);
  box-shadow: 0 0 15px rgba(48, 72, 255, 0.5);
  animation: wms4ParticleFloat 6s ease-in-out infinite;
}

.wms4-particle--one {
  top: 13%;
  left: 8%;
  width: 6px;
  height: 6px;
}

.wms4-particle--two {
  top: 31%;
  right: 7%;
  width: 8px;
  height: 8px;
  background: var(--s4-lime);
  box-shadow: 0 0 15px rgba(201, 255, 74, 0.6);
  animation-delay: -2s;
}

.wms4-particle--three {
  top: 61%;
  left: 4%;
  width: 5px;
  height: 5px;
  background: var(--s4-purple);
  animation-delay: -4s;
}

.wms4-particle--four {
  right: 11%;
  bottom: 12%;
  width: 6px;
  height: 6px;
  background: var(--s4-purple);
  animation-delay: -1s;
}

.wms4-particle--five {
  right: 37%;
  bottom: 5%;
  width: 5px;
  height: 5px;
  background: var(--s4-lime);
  animation-delay: -3s;
}

@keyframes wms4ParticleFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.wms4-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   CENTER HEADING
========================================================= */

.wms4-header {
  max-width: 900px;
  margin: 0 auto 47px;
  text-align: center;
}

.wms4-eyebrow {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--s4-blue);
  -webkit-text-fill-color: var(--s4-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wms4-eyebrow__number {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48, 72, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.wms4-keyword {
  width: fit-content;
  min-height: 37px;
  margin: 0 auto 20px;
  padding: 0 11px 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  border: 1px solid rgba(21, 20, 26, 0.11);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(21, 20, 26, 0.07);
  font-size: 10px;
  font-weight: 750;
}

.wms4-keyword__light {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--s4-lime);
  box-shadow:
    0 0 0 5px rgba(201, 255, 74, 0.1),
    0 0 14px rgba(201, 255, 74, 0.7);
}

.wms4-keyword__live {
  padding: 6px 8px;
  color: var(--s4-blue);
  -webkit-text-fill-color: var(--s4-blue);
  border-radius: 20px;
  background: rgba(48, 72, 255, 0.08);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.wms4-heading {
  max-width: 900px;
  margin: 0 auto;
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: clamp(44px, 5vw, 67px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.058em;
  text-align: center;
  text-wrap: balance;
}

.wms4-heading > span {
  display: block;
}

.wms4-heading strong {
  position: relative;
  display: inline-block;
  color: var(--s4-blue);
  -webkit-text-fill-color: var(--s4-blue);
  font-weight: 800;
}

.wms4-heading strong::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -8px;
  left: 2%;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    var(--s4-blue),
    var(--s4-purple),
    var(--s4-lime)
  );
  transform-origin: left;
  animation: wms4HeadingLine 1.1s ease both;
}

@keyframes wms4HeadingLine {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.wms4-description {
  max-width: 650px;
  margin: 27px auto 0;
  color: var(--s4-muted);
  -webkit-text-fill-color: var(--s4-muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

/* =========================================================
   TOOL MARQUEE
========================================================= */

.wms4-marquee {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 9px 0;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 13px 35px rgba(21, 20, 26, 0.06);
}

.wms4-marquee::before,
.wms4-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 70px;
  pointer-events: none;
}

.wms4-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--s4-paper), transparent);
}

.wms4-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--s4-paper), transparent);
}

.wms4-marquee__track {
  width: max-content;
  display: flex;
  animation: wms4Marquee 24s linear infinite;
  will-change: transform;
}

.wms4-marquee:hover .wms4-marquee__track {
  animation-play-state: paused;
}

.wms4-marquee__group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}

@keyframes wms4Marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.wms4-marquee__item {
  min-height: 42px;
  padding: 0 15px 0 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  border: 1px solid rgba(21, 20, 26, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.wms4-marquee__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.wms4-marquee__icon svg {
  width: 15px;
  height: 15px;
}

.wms4-marquee__icon--gtm {
  color: #246ee9;
  background: rgba(36, 110, 233, 0.1);
}

.wms4-marquee__icon--meta {
  color: #1778f2;
  background: rgba(23, 120, 242, 0.1);
}

.wms4-marquee__icon--ga4 {
  color: #f59b22;
  background: rgba(245, 155, 34, 0.12);
}

.wms4-marquee__icon--clarity {
  color: #5965f2;
  background: rgba(89, 101, 242, 0.1);
}

.wms4-marquee__icon--calendly {
  color: #006bff;
  background: rgba(0, 107, 255, 0.1);
}

/* =========================================================
   CAROUSEL
========================================================= */

.wms4-carousel {
  position: relative;
  width: 100%;
  padding: 18px 62px 0;
}

.wms4-carousel__progress {
  position: absolute;
  top: 0;
  right: 62px;
  left: 62px;
  z-index: 10;
  height: 3px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(21, 20, 26, 0.1);
}

.wms4-carousel__progress-fill {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--s4-blue),
    var(--s4-purple),
    var(--s4-lime)
  );
  transform-origin: left;
  animation: wms4SlideProgress 3s linear infinite;
}

@keyframes wms4SlideProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.wms4-carousel__viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 29px;
  touch-action: pan-y;
}

.wms4-carousel__track {
  width: 100%;
  display: flex;
  align-items: stretch;
  animation: wms4Autoplay 15s ease-in-out infinite;
  will-change: transform;
}

.wms4-carousel:hover .wms4-carousel__track,
.wms4-carousel:hover .wms4-carousel__progress-fill {
  animation-play-state: paused;
}

.wms4-carousel.is-controlled .wms4-carousel__track,
.wms4-carousel.is-controlled .wms4-carousel__progress-fill {
  animation: none;
}

/* 5 slides × 3 seconds */

@keyframes wms4Autoplay {
  0%,
  16% {
    transform: translate3d(0, 0, 0);
  }

  20%,
  36% {
    transform: translate3d(-100%, 0, 0);
  }

  40%,
  56% {
    transform: translate3d(-200%, 0, 0);
  }

  60%,
  76% {
    transform: translate3d(-300%, 0, 0);
  }

  80%,
  99.9% {
    transform: translate3d(-400%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Carousel buttons */

.wms4-carousel__control {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(21, 20, 26, 0.12);
  border-radius: 50%;
  appearance: none;
  display: grid;
  place-items: center;
  color: var(--s4-ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 13px 30px rgba(21, 20, 26, 0.13);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.wms4-carousel__control:hover {
  color: var(--s4-dark);
  background: var(--s4-lime);
  box-shadow: 0 16px 35px rgba(201, 255, 74, 0.27);
  transform: translateY(-50%) scale(1.08);
}

.wms4-carousel__control svg {
  width: 18px;
  height: 18px;
}

.wms4-carousel__control--previous {
  left: 0;
}

.wms4-carousel__control--next {
  right: 0;
}

/* =========================================================
   SLIDES
========================================================= */

.wms4-slide {
  --slide-accent: var(--s4-blue);
  --slide-second: var(--s4-purple);

  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  min-height: 510px;
  overflow: hidden;
  color: var(--s4-white);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 29px;
  background:
    radial-gradient(
      circle at 79% 45%,
      color-mix(in srgb, var(--slide-accent) 22%, transparent),
      transparent 34%
    ),
    linear-gradient(145deg, #1d1c23 0%, #111016 100%);
  box-shadow:
    17px 18px 0 var(--slide-accent),
    0 34px 80px rgba(21, 20, 26, 0.25);
  transform: translateZ(0);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.wms4-slide--gtm {
  --slide-accent: #3478f6;
  --slide-second: #5ad5ff;
}

.wms4-slide--meta {
  --slide-accent: #1778f2;
  --slide-second: #9b5cff;
}

.wms4-slide--ga4 {
  --slide-accent: #f59b22;
  --slide-second: #ffcf5a;
}

.wms4-slide--clarity {
  --slide-accent: #645cff;
  --slide-second: #e752ff;
}

.wms4-slide--calendly {
  --slide-accent: #006bff;
  --slide-second: #00d7ff;
}

.wms4-slide:hover {
  border-color: color-mix(
    in srgb,
    var(--slide-accent) 65%,
    white
  );
  box-shadow:
    11px 12px 0 var(--s4-lime),
    0 40px 95px rgba(21, 20, 26, 0.32);
}

.wms4-slide::before {
  content: "";
  position: absolute;
  top: -110%;
  left: -35%;
  z-index: 1;
  width: 27%;
  height: 330%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  transform: rotate(20deg) translateX(-300%);
  transition: transform 1.1s ease;
}

.wms4-slide:hover::before {
  transform: rotate(20deg) translateX(1200%);
}

/* Slide top */

.wms4-slide__top {
  position: relative;
  z-index: 3;
  min-height: 72px;
  padding: 0 25px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wms4-slide__number {
  color: rgba(255, 255, 255, 0.38);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 800;
}

.wms4-slide__tool {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  font-size: 14px;
  font-weight: 750;
}

.wms4-slide__tool-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--slide-accent);
  box-shadow: 0 0 15px var(--slide-accent);
}

.wms4-slide__status {
  padding: 9px 11px;
  color: var(--slide-second);
  -webkit-text-fill-color: var(--slide-second);
  border: 1px solid
    color-mix(in srgb, var(--slide-accent) 35%, transparent);
  border-radius: 9px;
  background: color-mix(
    in srgb,
    var(--slide-accent) 10%,
    transparent
  );
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Slide body */

.wms4-slide__body {
  position: relative;
  z-index: 3;
  min-height: 365px;
  padding: 38px 35px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: 45px;
}

.wms4-slide__content {
  min-width: 0;
}

.wms4-slide__label {
  display: block;
  margin-bottom: 13px;
  color: var(--slide-second);
  -webkit-text-fill-color: var(--slide-second);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wms4-slide__content h3 {
  max-width: 490px;
  margin: 0;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.wms4-slide__content p {
  max-width: 510px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.62);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.wms4-slide__points {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.wms4-slide__points li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.4;
}

.wms4-slide__points li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--slide-second);
  -webkit-text-fill-color: var(--slide-second);
  font-weight: 800;
}

/* Slide graphics */

.wms4-graphic {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 285px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 21px;
  background:
    radial-gradient(
      circle at 50% 50%,
      color-mix(in srgb, var(--slide-accent) 18%, transparent),
      transparent 52%
    ),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.025),
    0 20px 45px rgba(0, 0, 0, 0.16);
  transition:
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.wms4-slide:hover .wms4-graphic {
  border-color: color-mix(
    in srgb,
    var(--slide-accent) 45%,
    transparent
  );
  box-shadow:
    inset 0 0 55px
      color-mix(in srgb, var(--slide-accent) 9%, transparent),
    0 26px 55px rgba(0, 0, 0, 0.23);
  transform: translateY(-6px) rotateX(2deg);
}

/* Slide footer */

.wms4-slide__footer {
  position: relative;
  z-index: 3;
  min-height: 72px;
  padding: 0 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: color-mix(
    in srgb,
    var(--slide-accent) 10%,
    transparent
  );
}

.wms4-slide__footer span {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}

/* =========================================================
   GTM GRAPHIC
========================================================= */

.wms4-graphic--gtm {
  display: grid;
  place-items: center;
}

.wms4-gtm-orbit {
  position: absolute;
  border-radius: 50%;
}

.wms4-gtm-orbit--one {
  width: 190px;
  height: 190px;
  border: 1px dashed rgba(90, 213, 255, 0.35);
  animation: wms4Orbit 15s linear infinite;
}

.wms4-gtm-orbit--two {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(52, 120, 246, 0.35);
  animation: wms4OrbitReverse 11s linear infinite;
}

@keyframes wms4Orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wms4OrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

.wms4-gtm-hub {
  position: relative;
  z-index: 4;
  width: 85px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #3478f6, #4e5cff);
  box-shadow:
    0 0 0 12px rgba(52, 120, 246, 0.08),
    0 17px 38px rgba(52, 120, 246, 0.35);
}

.wms4-gtm-hub small {
  color: rgba(255, 255, 255, 0.7);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
}

.wms4-gtm-hub strong {
  margin-top: 4px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  font-size: 12px;
}

.wms4-gtm-node {
  position: absolute;
  z-index: 4;
  min-width: 55px;
  padding: 8px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: #282630;
  font-size: 7px;
  font-weight: 700;
  text-align: center;
}

.wms4-gtm-node--one {
  top: 32px;
  left: 30px;
}

.wms4-gtm-node--two {
  top: 42px;
  right: 29px;
}

.wms4-gtm-node--three {
  right: 50%;
  bottom: 22px;
  transform: translateX(50%);
}

.wms4-gtm-signal {
  position: absolute;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ad5ff;
  box-shadow: 0 0 13px #5ad5ff;
}

.wms4-gtm-signal--one {
  top: 67px;
  left: 30%;
}

.wms4-gtm-signal--two {
  top: 76px;
  right: 28%;
}

.wms4-gtm-signal--three {
  right: 50%;
  bottom: 56px;
}

/* =========================================================
   META PIXEL GRAPHIC
========================================================= */

.wms4-graphic--meta {
  display: grid;
  place-items: center;
}

.wms4-meta-grid {
  position: absolute;
  inset: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.wms4-meta-grid span {
  border: 1px solid rgba(23, 120, 242, 0.17);
  border-radius: 7px;
  background: rgba(23, 120, 242, 0.055);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.wms4-slide--meta:hover .wms4-meta-grid span:nth-child(3n + 1) {
  background: rgba(155, 92, 255, 0.18);
  transform: scale(0.9);
}

.wms4-slide--meta:hover .wms4-meta-grid span:nth-child(2n) {
  background: rgba(23, 120, 242, 0.2);
}

.wms4-meta-pixel {
  position: relative;
  z-index: 4;
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #1778f2, #9b5cff);
  box-shadow:
    0 0 0 15px rgba(23, 120, 242, 0.08),
    0 18px 38px rgba(23, 120, 242, 0.32);
}

.wms4-meta-pixel small {
  color: rgba(255, 255, 255, 0.7);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
}

.wms4-meta-pixel strong {
  margin-top: 3px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  font-size: 12px;
}

.wms4-meta-event {
  position: absolute;
  z-index: 5;
  padding: 8px 10px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: #292731;
  font-size: 7px;
}

.wms4-meta-event--one {
  top: 36px;
  right: 30px;
}

.wms4-meta-event--two {
  bottom: 34px;
  left: 29px;
}

.wms4-meta-pulse {
  position: absolute;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(155, 92, 255, 0.45);
  border-radius: 50%;
  animation: wms4MetaPulse 2.8s ease-out infinite;
}

@keyframes wms4MetaPulse {
  from {
    opacity: 0.8;
    transform: scale(0.75);
  }

  to {
    opacity: 0;
    transform: scale(1.65);
  }
}

/* =========================================================
   GA4 GRAPHIC
========================================================= */

.wms4-graphic--ga4 {
  padding: 24px;
}

.wms4-ga4-chart {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(245, 155, 34, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
}

.wms4-ga4-chart__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.65);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
}

.wms4-ga4-chart__top strong {
  color: #ffcf5a;
  -webkit-text-fill-color: #ffcf5a;
  font-size: 7px;
}

.wms4-ga4-chart__bars {
  position: absolute;
  right: 15px;
  bottom: 18px;
  left: 15px;
  height: 155px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 10px;
}

.wms4-ga4-chart__bars span {
  width: 20px;
  height: var(--bar-height);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #ffcf5a, #f59b22);
  transform-origin: bottom;
  animation: wms4Bars 2.8s ease-in-out infinite alternate;
}

.wms4-ga4-chart__bars span:nth-child(2n) {
  background: linear-gradient(180deg, #ff8f52, #f59b22);
  animation-delay: -1s;
}

@keyframes wms4Bars {
  from {
    transform: scaleY(0.5);
  }

  to {
    transform: scaleY(1);
  }
}

.wms4-ga4-chart__line {
  position: absolute;
  right: 15px;
  bottom: 25px;
  left: 15px;
  z-index: 3;
  width: calc(100% - 30px);
  height: 130px;
  color: #fff0a0;
}

.wms4-ga4-chart__point {
  position: absolute;
  top: 62px;
  right: 34px;
  z-index: 4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff0a0;
  box-shadow: 0 0 14px #fff0a0;
}

/* =========================================================
   CLARITY GRAPHIC
========================================================= */

.wms4-graphic--clarity {
  padding: 24px;
}

.wms4-clarity-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(100, 92, 255, 0.2);
  border-radius: 15px;
  background: #eeebe4;
}

.wms4-clarity-screen__nav {
  min-height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 26, 0.08);
}

.wms4-clarity-screen__nav span:first-child {
  width: 48px;
  height: 8px;
  border-radius: 6px;
  background: #1d1c23;
}

.wms4-clarity-screen__nav span:last-child {
  width: 34px;
  height: 17px;
  border-radius: 5px;
  background: #645cff;
}

.wms4-clarity-screen__hero {
  padding: 26px 20px 0;
  display: grid;
  gap: 7px;
}

.wms4-clarity-screen__hero span {
  width: 72%;
  height: 10px;
  border-radius: 5px;
  background: #222129;
}

.wms4-clarity-screen__hero span:nth-child(2) {
  width: 58%;
}

.wms4-clarity-screen__hero span:nth-child(3) {
  width: 44%;
  background: #645cff;
}

.wms4-clarity-screen__button {
  width: 68px;
  height: 25px;
  margin: 22px 0 0 20px;
  border-radius: 7px;
  background: #645cff;
}

.wms4-heatmap {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 45, 92, 0.8),
    rgba(255, 175, 52, 0.4) 45%,
    transparent 72%
  );
}

.wms4-heatmap--one {
  top: 45px;
  right: 18px;
  width: 70px;
  height: 70px;
}

.wms4-heatmap--two {
  bottom: 28px;
  left: 30px;
  width: 60px;
  height: 60px;
}

.wms4-heatmap--three {
  right: 70px;
  bottom: 18px;
  width: 45px;
  height: 45px;
}

.wms4-clarity-cursor {
  position: absolute;
  top: 57px;
  left: 50px;
  z-index: 5;
  color: #645cff;
  animation: wms4ClarityCursor 5s ease-in-out infinite;
}

.wms4-clarity-cursor svg {
  width: 20px;
  height: 20px;
}

.wms4-clarity-cursor span {
  position: absolute;
  top: 18px;
  left: 15px;
  padding: 4px 6px;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  border-radius: 5px;
  background: #645cff;
  font-size: 5px;
  white-space: nowrap;
}

@keyframes wms4ClarityCursor {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(120px, 35px, 0);
  }

  75% {
    transform: translate3d(45px, 105px, 0);
  }
}

/* =========================================================
   CALENDLY GRAPHIC
========================================================= */

.wms4-graphic--calendly {
  padding: 24px;
}

.wms4-calendar {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 107, 255, 0.2);
  border-radius: 15px;
  background: #f4f2ec;
}

.wms4-calendar__top {
  display: grid;
  grid-template-columns: 26px 1fr 26px;
  align-items: center;
  gap: 8px;
}

.wms4-calendar__top button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 7px;
  color: var(--s4-ink);
  background: var(--s4-white);
}

.wms4-calendar__top strong {
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  font-size: 8px;
  text-align: center;
}

.wms4-calendar__week,
.wms4-calendar__days {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.wms4-calendar__week span {
  color: #8b8991;
  -webkit-text-fill-color: #8b8991;
  font-size: 6px;
  text-align: center;
}

.wms4-calendar__days span {
  min-height: 27px;
  display: grid;
  place-items: center;
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  border-radius: 7px;
  background: rgba(21, 20, 26, 0.045);
  font-size: 7px;
}

.wms4-calendar__days span.is-selected {
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  background: #006bff;
  box-shadow: 0 7px 15px rgba(0, 107, 255, 0.23);
}

.wms4-calendar__slots {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.wms4-calendar__slots span {
  min-height: 25px;
  display: grid;
  place-items: center;
  color: #67656d;
  -webkit-text-fill-color: #67656d;
  border: 1px solid rgba(21, 20, 26, 0.08);
  border-radius: 7px;
  background: var(--s4-white);
  font-size: 5px;
}

.wms4-calendar__slots span.is-active {
  color: #006bff;
  -webkit-text-fill-color: #006bff;
  border-color: rgba(0, 107, 255, 0.35);
  background: rgba(0, 107, 255, 0.08);
}

.wms4-calendar__confirmation {
  min-height: 29px;
  margin-top: 12px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #3d7630;
  -webkit-text-fill-color: #3d7630;
  border-radius: 8px;
  background: rgba(121, 196, 81, 0.12);
  font-size: 6px;
}

.wms4-calendar__confirmation span {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  border-radius: 50%;
  background: #79c451;
}

/* =========================================================
   CAROUSEL NAVIGATION
========================================================= */

.wms4-carousel__navigation {
  min-height: 62px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wms4-carousel__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.wms4-carousel__dot {
  width: 27px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  appearance: none;
  background: rgba(21, 20, 26, 0.12);
  cursor: pointer;
}

.wms4-carousel__dot span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--s4-blue);
}

.wms4-carousel__dot.is-active {
  width: 46px;
}

.wms4-carousel__dot.is-active span {
  width: 100%;
}

.wms4-carousel__counter {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #96949b;
  -webkit-text-fill-color: #96949b;
  font-size: 11px;
}

.wms4-carousel__counter strong {
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  font-family: "Sora", sans-serif;
  font-size: 19px;
}

/* =========================================================
   TRACKING FLOW
========================================================= */

.wms4-flow {
  width: 100%;
  margin-top: 36px;
  padding: 18px 21px;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    55px
    minmax(0, 1fr)
    55px
    minmax(0, 1fr)
    55px
    minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 48px rgba(21, 20, 26, 0.08);
}

.wms4-flow__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wms4-flow__number {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  display: grid;
  place-items: center;
  color: var(--s4-blue);
  -webkit-text-fill-color: var(--s4-blue);
  border: 1px solid rgba(48, 72, 255, 0.18);
  border-radius: 11px;
  background: rgba(48, 72, 255, 0.07);
  font-size: 8px;
  font-weight: 800;
}

.wms4-flow__item small {
  display: block;
  color: #94929a;
  -webkit-text-fill-color: #94929a;
  font-size: 7px;
  text-transform: uppercase;
}

.wms4-flow__item strong {
  display: block;
  margin-top: 3px;
  color: var(--s4-ink);
  -webkit-text-fill-color: var(--s4-ink);
  font-size: 10px;
  line-height: 1.35;
}

.wms4-flow__connector {
  height: 2px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(21, 20, 26, 0.1);
}

.wms4-flow__connector span {
  width: 35%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--s4-blue));
  animation: wms4FlowMove 2.8s linear infinite;
}

@keyframes wms4FlowMove {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(300%);
  }
}

/* =========================================================
   CTA
========================================================= */

.wms4-cta-wrap {
  width: 100%;
  margin-top: 25px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.4fr);
  align-items: center;
  gap: 24px;
  border-radius: 19px;
  background: var(--s4-dark);
  box-shadow:
    10px 11px 0 var(--s4-lime),
    0 26px 60px rgba(21, 20, 26, 0.2);
}

.wms4-cta-wrap__copy span {
  display: block;
  margin-bottom: 5px;
  color: var(--s4-lime);
  -webkit-text-fill-color: var(--s4-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wms4-cta-wrap__copy strong {
  display: block;
  color: var(--s4-white);
  -webkit-text-fill-color: var(--s4-white);
  font-size: 14px;
  line-height: 1.45;
}

.wms4-cta {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 55px;
  padding: 0 45px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--s4-white) !important;
  -webkit-text-fill-color: var(--s4-white);
  background: var(--s4-blue);
  box-shadow: 0 13px 28px rgba(48, 72, 255, 0.24);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.wms4-cta__text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.wms4-cta__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  background: transparent !important;
  font-size: 15px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.wms4-cta:hover {
  color: var(--s4-dark) !important;
  -webkit-text-fill-color: var(--s4-dark);
  background: var(--s4-lime);
  transform: translateY(-3px);
}

.wms4-cta:hover .wms4-cta__arrow {
  transform: translate(4px, -50%);
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {
  .wms4-slide__body {
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    gap: 30px;
  }

  .wms4-flow {
    grid-template-columns:
      minmax(0, 1fr)
      30px
      minmax(0, 1fr)
      30px
      minmax(0, 1fr)
      30px
      minmax(0, 1fr);
  }
}

/* =========================================================
   MOBILE — SMOOTH SCROLL
========================================================= */

@media screen and (max-width: 767px) {
  .wms4-section {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 70px 10px 78px;
    overflow-x: clip;
    overflow-y: visible;
    touch-action: pan-y;
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch;
  }

  .wms4-background-grid {
    opacity: 0.22;
    background-size: 44px 44px;
  }

  /* Disable expensive background animations */

  .wms4-aurora,
  .wms4-particle {
    display: none;
    animation: none;
  }

  /* Mobile heading */

  .wms4-header {
    max-width: 390px;
    margin-bottom: 37px;
  }

  .wms4-eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .wms4-eyebrow__number {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    font-size: 8px;
  }

  .wms4-keyword {
    min-height: 34px;
    margin-bottom: 18px;
    font-size: 9px;
  }

  .wms4-keyword__live {
    font-size: 6px;
  }

  .wms4-heading {
    max-width: 390px;
    font-size: clamp(35px, 10vw, 43px);
    line-height: 1.08;
    letter-spacing: -0.052em;
  }

  .wms4-heading strong::after {
    bottom: -6px;
    height: 3px;
  }

  .wms4-description {
    max-width: 355px;
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.65;
  }

  /* Mobile marquee becomes static */

  .wms4-marquee {
    margin-bottom: 24px;
    padding: 9px;
    overflow: visible;
  }

  .wms4-marquee::before,
  .wms4-marquee::after {
    display: none;
  }

  .wms4-marquee__track {
    width: 100%;
    display: block;
    animation: none;
    transform: none;
  }

  .wms4-marquee__group:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    padding: 0;
  }

  .wms4-marquee__group[aria-hidden="true"] {
    display: none;
  }

  .wms4-marquee__item {
    min-height: 36px;
    padding-right: 10px;
    font-size: 8px;
  }

  .wms4-marquee__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  /* Mobile carousel */

  .wms4-carousel {
    padding: 16px 0 58px;
    touch-action: pan-y;
  }

  .wms4-carousel__progress {
    top: 0;
    right: 5px;
    left: 5px;
  }

  .wms4-carousel__viewport {
    width: calc(100% - 8px);
    margin: 0 auto;
    border-radius: 23px;
    touch-action: pan-y;
  }

  .wms4-carousel__track {
    animation-duration: 15s;
    will-change: transform;
  }

  .wms4-slide {
    min-height: 660px;
    border-radius: 23px;
    box-shadow:
      7px 9px 0 var(--slide-accent),
      0 24px 58px rgba(21, 20, 26, 0.22);
  }

  .wms4-slide:hover {
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow:
      7px 9px 0 var(--slide-accent),
      0 24px 58px rgba(21, 20, 26, 0.22);
  }

  .wms4-slide::before {
    display: none;
  }

  .wms4-slide__top {
    min-height: 65px;
    padding: 0 14px;
    gap: 8px;
  }

  .wms4-slide__number {
    font-size: 8px;
  }

  .wms4-slide__tool {
    gap: 7px;
    font-size: 11px;
  }

  .wms4-slide__tool-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .wms4-slide__status {
    max-width: 90px;
    padding: 7px 6px;
    font-size: 6px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .wms4-slide__body {
    min-height: 520px;
    padding: 24px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 23px;
  }

  .wms4-slide__label {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .wms4-slide__content h3 {
    font-size: 27px;
    line-height: 1.2;
  }

  .wms4-slide__content p {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.65;
  }

  .wms4-slide__points {
    margin-top: 16px;
    gap: 7px;
  }

  .wms4-slide__points li {
    font-size: 10px;
  }

  .wms4-graphic {
    height: 245px;
    pointer-events: none;
    border-radius: 17px;
    transform: none;
    transition: none;
  }

  .wms4-slide:hover .wms4-graphic {
    transform: none;
  }

  /* Disable internal infinite animations on mobile */

  .wms4-gtm-orbit,
  .wms4-meta-pulse,
  .wms4-ga4-chart__bars span,
  .wms4-clarity-cursor {
    animation: none;
  }

  .wms4-graphic--ga4,
  .wms4-graphic--clarity,
  .wms4-graphic--calendly {
    padding: 15px;
  }

  .wms4-slide__footer {
    min-height: 69px;
    padding: 0 10px;
    gap: 5px;
  }

  .wms4-slide__footer span {
    min-height: 34px;
    padding: 4px;
    font-size: 6px;
  }

  /* Mobile carousel controls */

  .wms4-carousel__control {
    top: auto;
    bottom: 2px;
    width: 39px;
    height: 39px;
    transform: none;
    touch-action: manipulation;
  }

  .wms4-carousel__control:hover {
    transform: none;
  }

  .wms4-carousel__control--previous {
    left: 4px;
  }

  .wms4-carousel__control--next {
    right: 4px;
  }

  .wms4-carousel__navigation {
    min-height: 45px;
    padding: 0 50px;
    justify-content: center;
  }

  .wms4-carousel__counter {
    display: none;
  }

  .wms4-carousel__dot {
    width: 18px;
    height: 7px;
  }

  .wms4-carousel__dot.is-active {
    width: 34px;
  }

  /* Mobile tracking flow */

  .wms4-flow {
    margin-top: 28px;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    border-radius: 16px;
  }

  .wms4-flow__item {
    min-height: 67px;
    padding: 9px;
    border: 1px solid rgba(21, 20, 26, 0.09);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.65);
  }

  .wms4-flow__number {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .wms4-flow__item strong {
    font-size: 9px;
  }

  .wms4-flow__connector {
    display: none;
  }

  /* Mobile CTA */

  .wms4-cta-wrap {
    margin-top: 20px;
    padding: 18px 14px;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    border-radius: 17px;
    box-shadow:
      7px 8px 0 var(--s4-lime),
      0 20px 48px rgba(21, 20, 26, 0.19);
  }

  .wms4-cta-wrap__copy {
    text-align: center;
  }

  .wms4-cta-wrap__copy span {
    font-size: 7px;
  }

  .wms4-cta-wrap__copy strong {
    font-size: 12px;
  }

  .wms4-cta {
    min-height: 53px;
    padding: 0 42px;
    font-size: 10px;
    touch-action: manipulation;
  }

  .wms4-cta__arrow {
    right: 14px;
  }
}

/* =========================================================
   EXTRA-SMALL MOBILE
========================================================= */

@media screen and (max-width: 370px) {
  .wms4-section {
    padding-right: 7px;
    padding-left: 7px;
  }

  .wms4-heading {
    font-size: 33px;
  }

  .wms4-description {
    font-size: 13px;
  }

  .wms4-keyword {
    padding-right: 8px;
    padding-left: 9px;
    gap: 6px;
    font-size: 8px;
  }

  .wms4-slide__content h3 {
    font-size: 24px;
  }

  .wms4-slide__content p {
    font-size: 11px;
  }

  .wms4-gtm-node {
    min-width: 47px;
    padding: 7px 5px;
  }

  .wms4-cta {
    padding-right: 36px;
    font-size: 9px;
  }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wms4-aurora,
  .wms4-particle,
  .wms4-heading strong::after,
  .wms4-marquee__track,
  .wms4-carousel__track,
  .wms4-carousel__progress-fill,
  .wms4-gtm-orbit,
  .wms4-meta-pulse,
  .wms4-ga4-chart__bars span,
  .wms4-clarity-cursor,
  .wms4-flow__connector span {
    animation: none;
  }

  .wms4-slide,
  .wms4-graphic,
  .wms4-carousel__control,
  .wms4-cta {
    transition: none;
  }
}
/* =========================================================
   CAROUSEL ARROW COLOUR + JS TRANSITION FIX
========================================================= */

.wms4-carousel.is-controlled .wms4-carousel__track {
  animation: none !important;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wms4-carousel.is-controlled .wms4-carousel__progress-fill {
  animation: none;
}

/* Both arrow buttons same colour */

.wms4-carousel__control--previous,
.wms4-carousel__control--next {
  color: #17161c !important;
  -webkit-text-fill-color: #17161c !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(21, 20, 26, 0.14) !important;
}

.wms4-carousel__control--previous svg,
.wms4-carousel__control--next svg {
  color: inherit !important;
}

.wms4-carousel__control--previous svg path,
.wms4-carousel__control--next svg path {
  stroke: currentColor !important;
}

/* Same hover on both arrows */

.wms4-carousel__control--previous:hover,
.wms4-carousel__control--next:hover {
  color: #15141a !important;
  -webkit-text-fill-color: #15141a !important;
  background: #c9ff4a !important;
  border-color: #15141a !important;
}

/* Mobile smooth transition */

@media screen and (max-width: 767px) {
  .wms4-carousel.is-controlled .wms4-carousel__track {
    transition-duration: 500ms;
  }

  .wms4-carousel__control--previous,
  .wms4-carousel__control--next {
    color: #17161c !important;
    background: #ffffff !important;
  }

  .wms4-carousel__control--previous:hover,
  .wms4-carousel__control--next:hover {
    color: #15141a !important;
    background: #c9ff4a !important;
  }
}
/* =========================================================
   EXACT SEAMLESS INFINITE MARQUEE
========================================================= */

.wms4-marquee {
  width: 100% !important;
  padding: 9px 0 !important;
  overflow: hidden !important;
  scrollbar-width: none;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}

.wms4-marquee::-webkit-scrollbar {
  display: none;
}

.wms4-marquee::before,
.wms4-marquee::after {
  display: none !important;
}

.wms4-marquee__track {
  width: max-content !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  animation: wms4ExactInfinity 24s linear infinite !important;
  will-change: transform;
}

.wms4-marquee__group,
.wms4-marquee__group[aria-hidden="true"] {
  width: max-content !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding-right: 10px !important;
}

.wms4-marquee__item {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

@keyframes wms4ExactInfinity {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* New icon colours */

.wms4-marquee__icon--form {
  color: #e14b72;
  background: rgba(225, 75, 114, 0.1);
}

.wms4-marquee__icon--crm {
  color: #7957ff;
  background: rgba(121, 87, 255, 0.1);
}

/* Pause only while desktop hover */

@media (hover: hover) {
  .wms4-marquee:hover .wms4-marquee__track {
    animation-play-state: paused !important;
  }
}

/* Mobile par bhi continuous infinity */

@media screen and (max-width: 767px) {
  .wms4-marquee {
    width: 100% !important;
    padding: 8px 0 !important;
    overflow: hidden !important;
  }

  .wms4-marquee__track {
    width: max-content !important;
    display: flex !important;
    animation: wms4ExactInfinity 19s linear infinite !important;
  }

  .wms4-marquee__group,
  .wms4-marquee__group[aria-hidden="true"] {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding-right: 8px !important;
  }

  .wms4-marquee__item {
    min-height: 38px !important;
    flex: 0 0 auto !important;
    padding-right: 11px !important;
    font-size: 8px !important;
  }

  .wms4-marquee__icon {
    width: 25px !important;
    height: 25px !important;
    flex-basis: 25px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9381327 *//* =========================================================
   SECTION 05 — FAQ
   Scope: only .wms5-section
   Theme: warm light + dark + electric blue + lime
========================================================= */

.wms5-section,
.wms5-section * {
  box-sizing: border-box;
}

.wms5-section {
  --wms5-ink: #15141a;
  --wms5-muted: #666873;
  --wms5-paper: #f7f5ef;
  --wms5-white: #ffffff;
  --wms5-dark: #15141d;
  --wms5-dark-soft: #1d1c28;
  --wms5-blue: #3048ff;
  --wms5-purple: #7957ff;
  --wms5-lime: #c9ff4a;
  --wms5-pink: #ff6c9d;
  --wms5-border: rgba(21, 20, 26, 0.12);

  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(76px, 8vw, 126px) 20px;
  overflow: hidden;
  color: var(--wms5-ink);
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 255, 74, 0.16), transparent 27%),
    radial-gradient(circle at 91% 13%, rgba(121, 87, 255, 0.17), transparent 30%),
    var(--wms5-paper);
  font-family: Inter, Sora, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wms5-background-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(21, 20, 26, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 26, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.wms5-background-shape {
  position: absolute;
  z-index: -2;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.22;
}

.wms5-background-shape--blue {
  top: 8%;
  right: -170px;
  background: var(--wms5-purple);
}

.wms5-background-shape--lime {
  bottom: 4%;
  left: -190px;
  background: var(--wms5-lime);
}

.wms5-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

/* ---------------- Header ---------------- */

.wms5-header {
  width: min(780px, 100%);
  margin: 0 auto clamp(42px, 6vw, 72px);
  text-align: center;
}

.wms5-eyebrow,
.wms5-keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.wms5-eyebrow {
  gap: 11px;
  margin-bottom: 18px;
  color: var(--wms5-blue);
  font-size: 12px;
}

.wms5-eyebrow__number {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(48, 72, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(48, 72, 255, 0.1);
  font-size: 11px;
}

.wms5-keyword {
  gap: 9px;
  margin-bottom: 17px;
  padding: 8px 13px;
  border: 1px solid rgba(21, 20, 26, 0.09);
  border-radius: 999px;
  color: #343541;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 25px rgba(21, 20, 26, 0.05);
  font-size: 10px;
}

.wms5-keyword__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wms5-lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 74, 0.19);
}

.wms5-heading {
  margin: 0;
  color: var(--wms5-ink);
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 6.3vw, 76px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.wms5-heading > span {
  display: block;
}

.wms5-heading strong {
  position: relative;
  color: var(--wms5-blue);
  font: inherit;
}

.wms5-heading strong::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wms5-blue), var(--wms5-purple), var(--wms5-lime));
  transform: scaleX(0.84);
  transform-origin: center;
}

.wms5-description {
  max-width: 670px;
  margin: 24px auto 0;
  color: var(--wms5-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75;
}

/* ---------------- Main layout ---------------- */

.wms5-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 3.2vw, 42px);
  align-items: start;
}

/* ---------------- Compact clarity card ---------------- */

.wms5-clarity-panel {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 22%, rgba(121, 87, 255, 0.16), transparent 30%),
    linear-gradient(145deg, #171620, #111117);
  box-shadow:
    12px 14px 0 var(--wms5-lime),
    0 24px 70px rgba(21, 20, 26, 0.17);
}

.wms5-clarity-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.055) 45%, transparent 68%);
  transform: translateX(-120%);
}

.wms5-clarity-panel__top,
.wms5-clarity-panel__title {
  display: flex;
  align-items: center;
}

.wms5-clarity-panel__top {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.wms5-clarity-panel__title {
  min-width: 0;
  gap: 11px;
}

.wms5-clarity-panel__title > div {
  min-width: 0;
}

.wms5-clarity-panel__title strong,
.wms5-clarity-panel__title small {
  display: block;
}

.wms5-clarity-panel__title strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.wms5-clarity-panel__title small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  line-height: 1.35;
}

.wms5-clarity-panel__live-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wms5-lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 74, 0.1), 0 0 18px var(--wms5-lime);
}

.wms5-clarity-panel__status {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(201, 255, 74, 0.22);
  border-radius: 9px;
  color: var(--wms5-lime);
  background: rgba(201, 255, 74, 0.09);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 900;
}

/*
  New compact Answer Route animation.
  Existing HTML children are reused; no HTML replacement required.
*/

.wms5-clarity-graphic {
  position: relative;
  width: 100%;
  height: 142px;
  margin: 17px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 28px 28px;
}

.wms5-clarity-graphic::before {
  content: "";
  position: absolute;
  top: 70px;
  right: 15%;
  left: 15%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wms5-purple), var(--wms5-blue), var(--wms5-lime));
  opacity: 0.62;
}

.wms5-clarity-graphic::after {
  content: "";
  position: absolute;
  top: 64px;
  left: 14%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(121, 87, 255, 0.24), 0 0 22px var(--wms5-purple);
  animation: wms5-route-scan 3s cubic-bezier(0.55, 0, 0.25, 1) infinite;
}

.wms5-clarity-graphic__orbit,
.wms5-clarity-graphic__core,
.wms5-clarity-graphic__chip {
  display: none !important;
}

.wms5-clarity-graphic__signal {
  position: absolute;
  top: 46px;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  color: #fff;
  background: #211f2c;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.wms5-clarity-graphic__signal::before {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.wms5-clarity-graphic__signal::after {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: max-content;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 8px;
  font-weight: 800;
  transform: translateX(-50%);
}

.wms5-clarity-graphic__signal--one {
  left: 15%;
  color: #fff;
  background: linear-gradient(145deg, #7251ff, #4d37c8);
}

.wms5-clarity-graphic__signal--one::before {
  content: "?";
}

.wms5-clarity-graphic__signal--one::after {
  content: "Question";
}

.wms5-clarity-graphic__signal--two {
  left: 50%;
  color: #fff;
  background: linear-gradient(145deg, #3048ff, #2132bf);
}

.wms5-clarity-graphic__signal--two::before {
  content: "⋯";
  transform: translateY(-3px);
}

.wms5-clarity-graphic__signal--two::after {
  content: "Review";
}

.wms5-clarity-graphic__signal--three {
  left: 85%;
  color: #15141a;
  background: linear-gradient(145deg, #d9ff77, var(--wms5-lime));
}

.wms5-clarity-graphic__signal--three::before {
  content: "✓";
}

.wms5-clarity-graphic__signal--three::after {
  content: "Clear";
  color: var(--wms5-lime);
}

@keyframes wms5-route-scan {
  0%, 10% {
    left: 14%;
    box-shadow: 0 0 0 5px rgba(121, 87, 255, 0.24), 0 0 22px var(--wms5-purple);
  }
  48%, 58% {
    left: 48%;
    box-shadow: 0 0 0 5px rgba(48, 72, 255, 0.22), 0 0 22px var(--wms5-blue);
  }
  90%, 100% {
    left: 82%;
    box-shadow: 0 0 0 5px rgba(201, 255, 74, 0.2), 0 0 22px var(--wms5-lime);
  }
}

.wms5-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.wms5-quick-fact {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 12px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.wms5-quick-fact__number {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: var(--wms5-lime);
  background: rgba(201, 255, 74, 0.1);
  font-size: 8px;
  font-weight: 900;
}

.wms5-quick-fact > div {
  min-width: 0;
}

.wms5-quick-fact small,
.wms5-quick-fact strong {
  display: block;
}

.wms5-quick-fact small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  line-height: 1.2;
}

.wms5-quick-fact strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.wms5-clarity-panel__message {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(121, 87, 255, 0.3);
  border-radius: 14px;
  background: rgba(121, 87, 255, 0.08);
}

.wms5-clarity-panel__message-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, var(--wms5-purple), var(--wms5-blue));
  font-size: 15px;
  font-weight: 900;
}

.wms5-clarity-panel__message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.55;
}

.wms5-panel-cta,
.wms5-assurance__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  text-align: center;
  text-decoration: none !important;
  font-weight: 800;
}

.wms5-panel-cta {
  width: 100%;
  margin-top: 14px;
  padding: 14px 52px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff !important;
  background: var(--wms5-blue);
  box-shadow: 0 15px 30px rgba(48, 72, 255, 0.23);
}

.wms5-panel-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.28) 48%, transparent 70%);
  transform: translateX(-120%);
}

.wms5-panel-cta__text {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 14px;
  line-height: 1;
}

.wms5-panel-cta__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

/* ---------------- FAQ cards ---------------- */

.wms5-faq-list {
  display: grid;
  min-width: 0;
  gap: 13px;
}

.wms5-faq {
  position: relative;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wms5-border);
  border-radius: 19px;
  color: var(--wms5-ink);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 34px rgba(21, 20, 26, 0.045);
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

/* Colour graphic behind each question */
.wms5-faq::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -75px;
  width: 210px;
  height: 170px;
  border-radius: 45% 55% 62% 38%;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 35% 40%, rgba(201, 255, 74, 0.82), transparent 24%),
    radial-gradient(circle at 62% 57%, rgba(121, 87, 255, 0.54), transparent 39%),
    radial-gradient(circle at 48% 38%, rgba(48, 72, 255, 0.46), transparent 58%);
  filter: blur(3px);
  transform: translate3d(28px, -12px, 0) rotate(-12deg) scale(0.74);
  transition: opacity 320ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wms5-faq::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--wms5-blue), var(--wms5-purple), var(--wms5-lime));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wms5-faq__question {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 17px 18px;
  color: var(--wms5-ink);
  background: transparent;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

.wms5-faq__question::-webkit-details-marker {
  display: none;
}

.wms5-faq__question::marker {
  content: "";
}

.wms5-faq__question::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(115deg, transparent 12%, rgba(48, 72, 255, 0.065) 42%, rgba(201, 255, 74, 0.08) 58%, transparent 82%);
  transform: translateX(-35%);
  transition: opacity 250ms ease, transform 600ms ease;
}

.wms5-faq__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(48, 72, 255, 0.18);
  border-radius: 13px;
  color: var(--wms5-blue);
  background: rgba(48, 72, 255, 0.065);
  font-size: 11px;
  font-weight: 900;
  transition: color 260ms ease, background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.wms5-faq__question-text {
  min-width: 0;
  color: var(--wms5-ink);
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 750;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.wms5-faq__toggle {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 26, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(21, 20, 26, 0.06);
  transition: border-color 260ms ease, background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.wms5-faq__toggle span {
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: var(--wms5-ink);
  transition: background 260ms ease, transform 320ms ease, opacity 260ms ease;
}

.wms5-faq__toggle span:nth-child(2) {
  transform: rotate(90deg);
}

.wms5-faq__answer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0 18px 22px;
  overflow: visible;
}

.wms5-faq__answer-line {
  width: 2px;
  height: 100%;
  min-height: 44px;
  margin-inline: auto;
  border-radius: 99px;
  background: linear-gradient(to bottom, var(--wms5-blue), var(--wms5-purple), var(--wms5-lime));
  transform-origin: top;
}

.wms5-faq__answer-content {
  min-width: 0;
  padding: 1px 7px 0 0;
}

.wms5-faq__answer-content p {
  margin: 0;
  color: #62636d;
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.wms5-faq__answer-content p + p {
  margin-top: 10px;
}

.wms5-faq__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.wms5-faq__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 10px;
  border: 1px solid rgba(48, 72, 255, 0.13);
  border-radius: 999px;
  color: #3948c6;
  background: rgba(48, 72, 255, 0.055);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.wms5-faq[open] {
  border-color: rgba(48, 72, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 52px rgba(48, 72, 255, 0.1);
}

.wms5-faq[open]::before {
  opacity: 0.52;
  transform: translate3d(0, 0, 0) rotate(7deg) scale(1);
}

.wms5-faq[open]::after {
  transform: scaleX(1);
}

.wms5-faq[open] .wms5-faq__number {
  color: #fff;
  background: linear-gradient(145deg, var(--wms5-purple), var(--wms5-blue));
  box-shadow: 0 8px 20px rgba(48, 72, 255, 0.22);
}

.wms5-faq[open] .wms5-faq__toggle {
  border-color: transparent;
  background: linear-gradient(145deg, var(--wms5-blue), var(--wms5-purple));
  box-shadow: 0 9px 24px rgba(48, 72, 255, 0.25);
}

.wms5-faq[open] .wms5-faq__toggle span {
  background: #fff;
}

.wms5-faq[open] .wms5-faq__toggle span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg) scaleX(0);
}

.wms5-faq[open] .wms5-faq__answer-content {
  animation: wms5-answer-in 320ms ease both;
}

.wms5-faq[open] .wms5-faq__answer-line {
  animation: wms5-line-in 350ms ease both;
}

@keyframes wms5-answer-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes wms5-line-in {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

/* Rich hover only for real mouse/trackpad devices */
@media (hover: hover) and (pointer: fine) {
  .wms5-clarity-panel:hover::before {
    animation: wms5-panel-shine 900ms ease;
  }

  .wms5-faq:hover {
    border-color: rgba(48, 72, 255, 0.27);
    box-shadow: 0 20px 48px rgba(48, 72, 255, 0.1);
    transform: translateY(-4px);
  }

  .wms5-faq:hover::before {
    opacity: 0.62;
    transform: translate3d(0, 0, 0) rotate(7deg) scale(1);
  }

  .wms5-faq:hover::after {
    transform: scaleX(1);
  }

  .wms5-faq:hover .wms5-faq__question::before {
    opacity: 1;
    transform: translateX(0);
  }

  .wms5-faq:hover .wms5-faq__number {
    color: #fff;
    background: linear-gradient(145deg, var(--wms5-purple), var(--wms5-blue));
    box-shadow: 0 8px 22px rgba(48, 72, 255, 0.25);
    transform: rotate(-6deg) scale(1.06);
  }

  .wms5-faq:hover .wms5-faq__toggle {
    border-color: transparent;
    background: linear-gradient(145deg, var(--wms5-lime), #a8ec28);
    box-shadow: 0 9px 22px rgba(151, 211, 31, 0.22);
    transform: rotate(5deg);
  }

  .wms5-panel-cta:hover {
    color: var(--wms5-ink) !important;
    border-color: var(--wms5-lime);
    background: var(--wms5-lime);
    box-shadow: 0 16px 34px rgba(151, 211, 31, 0.22);
    transform: translateY(-2px);
  }

  .wms5-panel-cta:hover::before {
    animation: wms5-button-shine 720ms ease;
  }

  .wms5-assurance__cta:hover {
    color: #fff !important;
    border-color: var(--wms5-blue);
    background: var(--wms5-blue);
    transform: translateY(-2px);
  }
}

@keyframes wms5-panel-shine {
  to { transform: translateX(120%); }
}

@keyframes wms5-button-shine {
  to { transform: translateX(120%); }
}

.wms5-faq__question:focus-visible,
.wms5-panel-cta:focus-visible,
.wms5-assurance__cta:focus-visible {
  outline: 3px solid rgba(48, 72, 255, 0.28);
  outline-offset: 4px;
}

/* ---------------- Bottom assurance ---------------- */

.wms5-assurance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: clamp(30px, 4vw, 50px);
  padding: 18px;
  border: 1px solid rgba(21, 20, 26, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.77);
  box-shadow: 0 16px 42px rgba(21, 20, 26, 0.06);
  backdrop-filter: blur(12px);
}

.wms5-assurance__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--wms5-blue);
  background: rgba(48, 72, 255, 0.08);
}

.wms5-assurance__icon svg {
  width: 24px;
  height: 24px;
}

.wms5-assurance__copy {
  min-width: 0;
}

.wms5-assurance__copy small,
.wms5-assurance__copy strong {
  display: block;
}

.wms5-assurance__copy small {
  margin-bottom: 5px;
  color: var(--wms5-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-weight: 900;
}

.wms5-assurance__copy strong {
  color: var(--wms5-ink);
  font-size: 13px;
  line-height: 1.5;
}

.wms5-assurance__cta {
  min-width: 210px;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid rgba(21, 20, 26, 0.13);
  border-radius: 14px;
  color: var(--wms5-ink) !important;
  background: #fff;
  font-size: 13px;
  transition: color 240ms ease, border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

/* ---------------- Responsive ---------------- */

@media (max-width: 980px) {
  .wms5-section {
    padding-inline: 18px;
  }

  .wms5-layout {
    grid-template-columns: 1fr;
  }

  .wms5-clarity-panel {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .wms5-faq-list {
    width: min(760px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .wms5-section {
    padding: 68px 14px;
    background:
      radial-gradient(circle at 88% 5%, rgba(121, 87, 255, 0.14), transparent 24%),
      radial-gradient(circle at 12% 29%, rgba(201, 255, 74, 0.12), transparent 23%),
      var(--wms5-paper);
  }

  .wms5-background-grid {
    background-size: 42px 42px;
    opacity: 0.42;
  }

  .wms5-background-shape {
    display: none;
  }

  .wms5-header {
    margin-bottom: 34px;
  }

  .wms5-eyebrow {
    gap: 8px;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    font-size: 10px;
  }

  .wms5-eyebrow__number {
    width: 31px;
    height: 31px;
    font-size: 10px;
  }

  .wms5-keyword {
    margin-bottom: 15px;
    padding: 7px 10px;
    letter-spacing: 0.08em;
    font-size: 8px;
    white-space: normal;
  }

  .wms5-heading {
    font-size: clamp(36px, 11.2vw, 51px);
    letter-spacing: -0.055em;
    line-height: 1.02;
  }

  .wms5-heading strong::after {
    bottom: -5px;
    height: 3px;
  }

  .wms5-description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .wms5-layout {
    gap: 26px;
  }

  .wms5-clarity-panel {
    padding: 17px;
    border-radius: 22px;
    box-shadow: 7px 8px 0 var(--wms5-lime), 0 20px 50px rgba(21, 20, 26, 0.15);
  }

  .wms5-clarity-panel__top {
    padding-bottom: 14px;
  }

  .wms5-clarity-panel__title strong {
    font-size: 14px;
  }

  .wms5-clarity-panel__title small {
    font-size: 10px;
  }

  .wms5-clarity-panel__status {
    padding: 7px 9px;
    font-size: 8px;
  }

  .wms5-clarity-graphic {
    height: 126px;
    margin: 14px 0;
    border-radius: 16px;
    background-size: 24px 24px;
  }

  .wms5-clarity-graphic::before {
    top: 61px;
    right: 16%;
    left: 16%;
  }

  .wms5-clarity-graphic::after {
    top: 56px;
    width: 12px;
    height: 12px;
    animation: none;
    left: calc(50% - 6px);
  }

  .wms5-clarity-graphic__signal {
    top: 41px;
    width: 41px;
    height: 41px;
    border-radius: 12px;
  }

  .wms5-clarity-graphic__signal::after {
    top: calc(100% + 10px);
    font-size: 7px;
  }

  .wms5-quick-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wms5-quick-fact {
    padding: 11px 12px;
  }

  .wms5-quick-fact small {
    font-size: 9px;
  }

  .wms5-quick-fact strong {
    font-size: 13px;
  }

  .wms5-clarity-panel__message p {
    font-size: 11px;
  }

  .wms5-panel-cta {
    min-height: 52px;
    padding-inline: 46px;
  }

  .wms5-faq-list {
    gap: 11px;
  }

  .wms5-faq {
    height: auto !important;
    max-height: none !important;
    overflow: visible;
    border-radius: 16px;
  }

  .wms5-faq::before {
    display: none;
  }

  .wms5-faq__question {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
    min-height: 76px;
    padding: 14px 13px;
  }

  .wms5-faq__question::before {
    display: none;
  }

  .wms5-faq__number {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 9px;
  }

  .wms5-faq__question-text {
    display: block;
    color: #15141a !important;
    -webkit-text-fill-color: #15141a !important;
    font-size: 14px !important;
    font-weight: 750;
    line-height: 1.42;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wms5-faq__toggle {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .wms5-faq__toggle span {
    width: 13px;
  }

  .wms5-faq__answer {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    height: auto !important;
    max-height: none !important;
    padding: 0 13px 17px;
    overflow: visible !important;
    opacity: 1;
    visibility: visible;
  }

  .wms5-faq__answer-content {
    width: 100%;
    min-width: 0;
    padding-right: 1px;
  }

  .wms5-faq__answer-content p {
    color: #62636d !important;
    -webkit-text-fill-color: #62636d !important;
    font-size: 13px !important;
    line-height: 1.68;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wms5-faq__tags {
    gap: 6px;
    margin-top: 12px;
  }

  .wms5-faq__tags span {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .wms5-assurance {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
    border-radius: 18px;
  }

  .wms5-assurance__icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .wms5-assurance__copy small {
    font-size: 8px;
  }

  .wms5-assurance__copy strong {
    font-size: 12px;
  }

  .wms5-assurance__cta {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .wms5-section {
    padding-inline: 11px;
  }

  .wms5-heading {
    font-size: 34px;
  }

  .wms5-clarity-panel {
    padding: 14px;
  }

  .wms5-clarity-panel__title small {
    display: none;
  }

  .wms5-faq__question {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 8px;
    padding-inline: 10px;
  }

  .wms5-faq__number,
  .wms5-faq__toggle {
    width: 32px;
    height: 32px;
  }

  .wms5-faq__question-text {
    font-size: 13px !important;
  }

  .wms5-faq__answer {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms5-section *,
  .wms5-section *::before,
  .wms5-section *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5df9405 *//* =========================================================
   FINAL CTA — COMPACT BLUE/PURPLE CLASSIC LAYOUT
   Exact match for the existing wmlc-* HTML.
========================================================= */

.wmlc-section,
.wmlc-section * {
  box-sizing: border-box;
}

.wmlc-section {
  --wmlc-ink: #17182a;
  --wmlc-muted: #6e7184;
  --wmlc-paper: #f7f7fb;
  --wmlc-white: #ffffff;
  --wmlc-blue: #3265ed;
  --wmlc-indigo: #4b4eea;
  --wmlc-purple: #743ce9;
  --wmlc-lime: #c9ff4a;

  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(46px, 6vw, 82px) 18px;
  overflow: hidden;
  color: var(--wmlc-ink);
  background: #fafafa;
  font-family: Inter, Sora, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wmlc-background-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.68;
  background-image:
    radial-gradient(circle, rgba(48, 72, 255, 0.16) 1.2px, transparent 1.3px);
  background-size: 34px 34px;
}

.wmlc-background-glow {
  position: absolute;
  top: -150px;
  right: -170px;
  z-index: -1;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(118, 60, 233, 0.18);
  filter: blur(100px);
}

.wmlc-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

/* ---------------- Main gradient panel ---------------- */

.wmlc-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: 100%;
  padding: clamp(34px, 4.5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 34px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(125deg, #3069ec 0%, #4e4ee8 48%, #7738e8 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 30px 80px rgba(60, 53, 190, 0.24);
}

.wmlc-card::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 42%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.07);
  filter: blur(5px);
}

.wmlc-card::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -145px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.025);
}

/* ---------------- Left content ---------------- */

.wmlc-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 7px 0;
}

.wmlc-keyword {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 9px;
  font-weight: 900;
}

.wmlc-keyword__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wmlc-lime);
  box-shadow: 0 0 13px rgba(201, 255, 74, 0.8);
}

.wmlc-heading {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(44px, 5.3vw, 70px);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.wmlc-heading span {
  display: block;
  color: #d8ff75;
}

.wmlc-description {
  max-width: 650px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.42vw, 17px);
  font-weight: 550;
  line-height: 1.68;
}

.wmlc-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: min(420px, 100%);
  margin-top: 29px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(9px);
}

.wmlc-fact small,
.wmlc-fact strong {
  display: block;
}

.wmlc-fact small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.63);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 8px;
  line-height: 1.3;
}

.wmlc-fact strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.wmlc-facts__divider {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.25);
}

/* ---------------- Compact white form ---------------- */

.wmlc-form-card {
  position: relative;
  z-index: 3;
  width: min(430px, 100%);
  min-width: 0;
  justify-self: end;
  padding: clamp(23px, 2.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 25px;
  background: rgba(250, 250, 255, 0.97);
  box-shadow: 0 20px 50px rgba(29, 24, 115, 0.2);
  scroll-margin-top: 90px;
}

.wmlc-form-card::before,
.wmlc-form-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(87, 70, 230, 0.1);
  border-radius: 50%;
}

.wmlc-form-card::before {
  top: -85px;
  right: -72px;
  width: 180px;
  height: 180px;
}

.wmlc-form-card::after {
  bottom: -82px;
  left: -66px;
  width: 150px;
  height: 150px;
}

.wmlc-form-card__header,
.wmlc-form {
  position: relative;
  z-index: 2;
}

.wmlc-form-card__header {
  margin-bottom: 18px;
  text-align: center;
}

.wmlc-form-card__header > span {
  display: block;
  margin-bottom: 6px;
  color: var(--wmlc-purple);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 8px;
  font-weight: 900;
}

.wmlc-form-card__header h3 {
  margin: 0;
  color: var(--wmlc-ink);
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(23px, 2.4vw, 29px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.wmlc-form-card__header p {
  margin: 6px 0 0;
  color: var(--wmlc-muted);
  font-size: 10px;
  line-height: 1.45;
}

.wmlc-form {
  display: grid;
  width: 100%;
  gap: 11px;
  scroll-margin-top: 100px;
}

.wmlc-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.wmlc-field {
  min-width: 0;
}

.wmlc-field label {
  display: block;
  margin: 0 0 5px;
  color: #343549;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
}

.wmlc-field label span {
  color: var(--wmlc-purple);
}

.wmlc-field input,
.wmlc-field select,
.wmlc-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  border: 1px solid rgba(34, 35, 53, 0.13);
  border-radius: 10px;
  outline: 0;
  color: var(--wmlc-ink) !important;
  -webkit-text-fill-color: var(--wmlc-ink) !important;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  opacity: 1;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.wmlc-field input,
.wmlc-field select {
  height: 43px;
  padding: 0 11px;
}

.wmlc-field select {
  padding-right: 25px;
  cursor: pointer;
}

.wmlc-field textarea {
  min-height: 72px;
  padding: 11px;
  resize: vertical;
  line-height: 1.45;
}

.wmlc-field input::placeholder,
.wmlc-field textarea::placeholder {
  color: #9a9cac;
  -webkit-text-fill-color: #9a9cac;
  opacity: 1;
}

.wmlc-field input:focus,
.wmlc-field select:focus,
.wmlc-field textarea:focus {
  border-color: var(--wmlc-indigo);
  box-shadow: 0 0 0 3px rgba(75, 78, 234, 0.1);
}

.wmlc-field input:-webkit-autofill,
.wmlc-field input:-webkit-autofill:hover,
.wmlc-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--wmlc-ink) !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

/* ---------------- Submit button ---------------- */

.wmlc-submit {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  min-height: 48px;
  margin: 1px 0 0;
  padding: 13px 48px !important;
  border: 0;
  border-radius: 11px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(100deg, var(--wmlc-blue), var(--wmlc-indigo), var(--wmlc-purple));
  box-shadow: 0 12px 24px rgba(75, 78, 234, 0.22);
  cursor: pointer;
  text-align: center !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1 !important;
  transition: box-shadow 190ms ease, transform 190ms ease, filter 190ms ease;
  -webkit-tap-highlight-color: transparent;
}

.wmlc-submit__text {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-align: center !important;
}

.wmlc-submit__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  transform: translateY(-50%);
}

.wmlc-submit:focus-visible {
  outline: 3px solid rgba(201, 255, 74, 0.55);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .wmlc-submit:hover {
    filter: brightness(1.08);
    box-shadow: 0 15px 30px rgba(75, 78, 234, 0.3);
    transform: translateY(-2px);
  }
}

/* ---------------- Tablet ---------------- */

@media (max-width: 920px) {
  .wmlc-card {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 24px;
    padding: 30px;
  }

  .wmlc-heading {
    font-size: clamp(39px, 6vw, 54px);
  }
}

/* ---------------- Compact mobile layout ---------------- */

@media (max-width: 720px) {
  .wmlc-section {
    padding: 38px 10px 46px;
  }

  .wmlc-background-grid {
    background-size: 28px 28px;
    opacity: 0.54;
  }

  .wmlc-background-glow {
    display: none;
  }

  .wmlc-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 13px 13px;
    border-radius: 24px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
      linear-gradient(145deg, #3265ed 0%, #514ae8 52%, #733be8 100%);
    background-size: 30px 30px, 30px 30px, auto;
    box-shadow: 0 20px 48px rgba(60, 53, 190, 0.21);
  }

  .wmlc-card::before,
  .wmlc-card::after {
    display: none;
  }

  .wmlc-copy {
    padding: 2px 7px 0;
    text-align: center;
  }

  .wmlc-keyword {
    justify-content: center;
    margin: 0 auto 13px;
    padding: 7px 11px;
    letter-spacing: 0.1em;
    font-size: 8px;
  }

  .wmlc-heading {
    max-width: 100%;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: clamp(32px, 10.2vw, 42px);
    letter-spacing: -0.052em;
    line-height: 1.03;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wmlc-heading span {
    color: #d8ff75 !important;
    -webkit-text-fill-color: #d8ff75 !important;
  }

  .wmlc-description {
    max-width: 520px;
    margin: 13px auto 0;
    color: rgba(255, 255, 255, 0.84) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
    font-size: 12px;
    line-height: 1.55;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wmlc-facts {
    width: min(320px, 100%);
    gap: 12px;
    margin: 16px auto 0;
    padding: 10px 13px;
    border-radius: 12px;
  }

  .wmlc-fact {
    text-align: center;
  }

  .wmlc-fact small {
    color: rgba(255, 255, 255, 0.66) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
    font-size: 7px;
  }

  .wmlc-fact strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px;
  }

  .wmlc-facts__divider {
    height: 30px;
  }

  .wmlc-form-card {
    width: 100%;
    justify-self: stretch;
    padding: 17px 12px 12px;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(29, 24, 115, 0.18);
  }

  .wmlc-form-card::before,
  .wmlc-form-card::after {
    display: none;
  }

  .wmlc-form-card__header {
    margin-bottom: 12px;
  }

  .wmlc-form-card__header > span {
    margin-bottom: 3px;
    font-size: 7px;
  }

  .wmlc-form-card__header h3 {
    color: var(--wmlc-ink) !important;
    -webkit-text-fill-color: var(--wmlc-ink) !important;
    font-size: 21px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wmlc-form-card__header p {
    display: none;
  }

  .wmlc-form {
    gap: 9px;
  }

  .wmlc-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wmlc-field label {
    min-height: 12px;
    margin-bottom: 4px;
    color: #343549 !important;
    -webkit-text-fill-color: #343549 !important;
    font-size: 8px;
    line-height: 1.2;
  }

  .wmlc-field input,
  .wmlc-field select,
  .wmlc-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    color: var(--wmlc-ink) !important;
    -webkit-text-fill-color: var(--wmlc-ink) !important;
    border-radius: 9px;
    font-size: 14px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wmlc-field input,
  .wmlc-field select {
    height: 42px;
    padding-inline: 9px;
  }

  .wmlc-field textarea {
    min-height: 66px;
    padding: 9px;
  }

  .wmlc-submit {
    min-height: 46px;
    padding: 12px 45px !important;
    border-radius: 10px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px;
  }

  .wmlc-submit__text {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .wmlc-section {
    padding-inline: 7px;
  }

  .wmlc-card {
    padding-inline: 10px;
  }

  .wmlc-heading {
    font-size: 31px;
  }

  .wmlc-description {
    font-size: 11px;
  }

  .wmlc-field label {
    font-size: 7px;
  }

  .wmlc-field input,
  .wmlc-field select,
  .wmlc-field textarea {
    font-size: 13px;
  }
}

@media (max-width: 330px) {
  .wmlc-form__row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wmlc-section *,
  .wmlc-section *::before,
  .wmlc-section *::after {
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */