
/* ========================= AI HERO / AI PAGE ONLY =========================
   Clean V2 — premium lavender AI theme + mobile overflow-safe
============================================================================ */

.ai-hero,
.ai-hero *,
.ai-hero *::before,
.ai-hero *::after {
  box-sizing: border-box;
}

.ai-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 100%;
  padding: 118px 0 86px;
  background: linear-gradient(180deg, #fbf9ff 0%, #f4f0fb 52%, #f8f9fc 100%);
}

/* ================= BACKDROP ================= */

.ai-hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ai-hero-image {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.ai-hero-image-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(251, 249, 255, 0.98) 0%,
      rgba(251, 249, 255, 0.94) 24%,
      rgba(251, 249, 255, 0.72) 50%,
      rgba(244, 240, 251, 0.76) 100%
    );
}

.ai-hero-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(111, 31, 229, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 31, 229, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 74% 36%, rgba(0, 0, 0, 0.95), transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 74% 36%, rgba(0, 0, 0, 0.95), transparent 74%);
  opacity: 0.42;
}

.ai-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  max-width: 100vw;
}

.ai-hero-glow-one {
  width: 420px;
  height: 420px;
  top: 26px;
  right: 11%;
  background: rgba(123, 35, 236, 0.18);
}

.ai-hero-glow-two {
  width: 340px;
  height: 340px;
  right: 30%;
  bottom: -40px;
  background: rgba(255, 13, 150, 0.12);
}

/* ================= LAYOUT ================= */

.ai-hero-shell {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.ai-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 56px;
  align-items: center;
  max-width: 100%;
}

.ai-hero-copy {
  min-width: 0;
  max-width: 700px;
}

/* ================= COPY ================= */

.ai-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 10px 26px rgba(90, 19, 199, 0.05);
  color: #5a13c7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}

.ai-hero-title {
  margin: 0;
  max-width: 18ch;
  color: #160038;
  font-size: clamp(3.6rem, 6.3vw, 5.4rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ai-hero-lead {
  margin: 24px 0 0;
  max-width: 58ch;
  color: #4c5872;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.72;
}

.ai-hero-sublead {
  margin: 14px 0 0;
  max-width: 54ch;
  color: #6e7890;
  font-size: 1.02rem;
  line-height: 1.7;
}

/* ================= ACTIONS ================= */

.ai-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.ai-hero-btn,
.ai-hero-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ai-hero-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.ai-hero-btn:hover,
.ai-hero-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.ai-hero-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  box-shadow: 0 18px 42px rgba(90, 19, 199, 0.22);
}

.ai-hero-btn-primary:hover,
.ai-hero-btn-primary:focus-visible {
  background: linear-gradient(135deg, #7b23ec 0%, #5a13c7 100%);
}

.ai-hero-btn-secondary {
  color: #4f0fb8;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 14px 28px rgba(90, 19, 199, 0.06);
}

.ai-hero-btn-secondary:hover,
.ai-hero-btn-secondary:focus-visible {
  background: #ffffff;
}

.ai-hero-text-link {
  min-height: 54px;
  padding: 0 4px;
  color: #5a13c7;
  font-weight: 800;
  text-decoration: none;
}

.ai-hero-text-link:hover,
.ai-hero-text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

/* ================= POINT PILLS ================= */

.ai-hero-points {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: min(920px, 100%);
  max-width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.ai-hero-points::-webkit-scrollbar {
  display: none;
}

.ai-hero-points span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: calc(100vw - 48px);
  padding: 0 13px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(111, 31, 229, 0.10);
  box-shadow: 0 10px 24px rgba(90, 19, 199, 0.04);
  color: #5e6782;
  font-size: 0.86rem;
  font-weight: 750;
}

/* ================= VISUAL ================= */

.ai-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 620px;
  max-width: 100%;
}

.ai-hero-panel {
  position: absolute;
  inset: auto 30px 54px 26px;
  height: 420px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid rgba(111, 31, 229, 0.10);
  box-shadow: 0 26px 70px rgba(90, 19, 199, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: rotate(-4deg);
}

.ai-hero-window {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  max-width: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 34px 90px rgba(67, 21, 128, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ai-hero-window-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  background: rgba(248, 244, 255, 0.88);
  border-bottom: 1px solid rgba(111, 31, 229, 0.08);
}

.ai-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(111, 31, 229, 0.24);
}

.ai-hero-window-body {
  padding: 22px;
}

.ai-hero-assistant-card {
  display: grid;
  gap: 18px;
}

.ai-hero-assistant-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ai-hero-avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(135deg, #4f0fb8 0%, #ff0d96 100%);
  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.20);
}

.ai-hero-assistant-head strong {
  display: block;
  color: #2a0146;
  font-size: 1.02rem;
}

.ai-hero-assistant-head p {
  margin: 4px 0 0;
  color: #7b8398;
  font-size: 0.93rem;
}

.ai-hero-chat {
  display: grid;
  gap: 14px;
}

.ai-hero-bubble {
  max-width: 92%;
  padding: 15px 16px;
  border-radius: 18px;
  font-size: 0.97rem;
  line-height: 1.65;
}

.ai-hero-bubble-user {
  margin-left: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #4f0fb8 0%, #7b23ec 100%);
  border-bottom-right-radius: 6px;
  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.18);
}

.ai-hero-bubble-ai {
  color: #4c5872;
  background: linear-gradient(180deg, #fcfbff 0%, #f7f2ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.10);
  border-bottom-left-radius: 6px;
}

.ai-hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ai-hero-mini-card {
  min-width: 0;
  padding: 15px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(111, 31, 229, 0.09);
}

.ai-hero-mini-card strong {
  display: block;
  color: #2a0146;
  font-size: 0.95rem;
}

.ai-hero-mini-card span {
  display: block;
  margin-top: 6px;
  color: #7a8498;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ================= FLOATING LABELS ================= */

.ai-hero-floating {
  position: absolute;
  z-index: 3;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow: 0 18px 38px rgba(90, 19, 199, 0.08);
  color: #4f0fb8;
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ai-hero-floating-one {
  top: 70px;
  right: 0;
}

.ai-hero-floating-two {
  left: 0;
  bottom: 54px;
}

/* ==========================================================================
   RESPONSIVE
============================================================================ */

@media (max-width: 1180px) {
  .ai-hero {
    padding: 96px 0 72px;
  }

  .ai-hero-shell {
    width: min(1240px, calc(100% - 32px));
  }

  .ai-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ai-hero-copy {
    max-width: 780px;
  }

  .ai-hero-title {
    max-width: 14ch;
  }

  .ai-hero-visual {
    min-height: auto;
    padding-top: 12px;
  }

  .ai-hero-window {
    width: min(100%, 700px);
  }

  .ai-hero-panel {
    inset: auto 60px 38px 40px;
    height: 390px;
  }

  .ai-hero-floating-one {
    top: 44px;
    right: 12px;
  }

  .ai-hero-floating-two {
    left: 10px;
    bottom: 28px;
  }
}

@media (max-width: 760px) {
  .ai-hero {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 64px 0 48px;
  }

  .ai-hero-shell {
    width: calc(100% - 18px);
    max-width: calc(100vw - 18px);
  }

  .ai-hero-grid {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .ai-hero-copy,
  .ai-hero-visual,
  .ai-hero-window {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ai-hero-image {
    background-position: center;
  }

  .ai-hero-mesh {
    opacity: 0.25;
  }

  .ai-hero-glow {
    filter: blur(72px);
  }

  .ai-hero-glow-one {
    width: 280px;
    height: 280px;
    top: 20px;
    right: -130px;
  }

  .ai-hero-glow-two {
    width: 240px;
    height: 240px;
    right: -120px;
    bottom: -80px;
  }

  .ai-hero-kicker {
    max-width: 100%;
    min-height: auto;
    padding: 9px 13px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.055em;
  }

  .ai-hero-title {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(2.25rem, 11.5vw, 3.15rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .ai-hero-lead {
    max-width: 100%;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .ai-hero-sublead {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .ai-hero-actions {
    width: 100%;
    margin-top: 26px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ai-hero-btn,
  .ai-hero-text-link {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    text-align: center;
  }

  .ai-hero-points {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }

  .ai-hero-points span {
    min-height: 34px;
    max-width: calc(100vw - 36px);
    padding: 0 11px;
    font-size: 0.78rem;
  }

  .ai-hero-visual {
    display: block;
    margin-top: 34px;
  }

  .ai-hero-panel {
    display: none;
  }

  .ai-hero-window {
    border-radius: 24px;
  }

  .ai-hero-window-body {
    padding: 16px;
  }

  .ai-hero-assistant-head {
    align-items: flex-start;
  }

  .ai-hero-bubble {
    max-width: 100%;
  }

  .ai-hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .ai-hero-floating,
  .ai-hero-floating-one,
  .ai-hero-floating-two {
    position: static;
    display: inline-flex;
    max-width: 100%;
    margin-top: 12px;
    margin-right: 8px;
  }
}

@media (max-width: 420px) {
  .ai-hero {
    padding-top: 56px;
  }

  .ai-hero-shell {
    width: calc(100% - 16px);
    max-width: calc(100vw - 16px);
  }

  .ai-hero-title {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }

  .ai-hero-lead {
    font-size: 0.96rem;
  }

  .ai-hero-sublead {
    font-size: 0.92rem;
  }
}



/* =========================================================
   WEXA SHOWCASE SECTION
   Premium asymmetric intro block
========================================================= */

.wexa-showcase-section {
  position: relative;
  padding: 82px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(123, 35, 236, 0.06), transparent 22%),
    radial-gradient(circle at 85% 24%, rgba(255, 13, 150, 0.05), transparent 20%),
    linear-gradient(180deg, #faf8ff 0%, #f6f4fb 42%, #ffffff 100%);
}

.wexa-showcase-shell {
  width: min(1680px, calc(100% - 42px));
  margin: 0 auto;
}

.wexa-showcase-head {
  margin-bottom: 18px;
  text-align: center;
}

.wexa-showcase-kicker {
  margin: 0 0 10px;
  color: #6f1fe5;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wexa-showcase-title {
  margin: 0;
  color: #160038;
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 760;
}

.wexa-showcase-fit-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.wexa-showcase-fit-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(111, 31, 229, 0.12);
  color: #4b5870;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.wexa-showcase-fit-pill i {
  color: #6f1fe5;
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .wexa-showcase-fit-row {
    justify-content: flex-start;
  }

  .wexa-showcase-fit-pill {
    font-size: 0.8rem;
  }
}


.wexa-showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}

.wexa-showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 42px 36px;
  border: 1px solid rgba(111, 31, 229, 0.10);
  box-shadow: 0 24px 54px rgba(42, 1, 70, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.wexa-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 64px rgba(42, 1, 70, 0.12);
  border-color: rgba(111, 31, 229, 0.16);
}

.wexa-showcase-card h2,
.wexa-showcase-card h3 {
  margin: 0 0 14px;
  color: #160038;
  letter-spacing: -0.04em;
}

.wexa-showcase-card h2 {
  max-width: 21ch;
  font-size: clamp(2.6rem, 4.3vw, 4.4rem);
  line-height: 0.95;
  font-weight: 760;
}

.wexa-showcase-card h3 {
  max-width: 21ch;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  line-height: 1;
  font-weight: 760;
}

.wexa-showcase-card p {
  max-width: 42ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: #667187;
}

.wexa-showcase-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: #7a8498;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* SHAPES */
.wexa-showcase-card-peach {
  border-radius: 160px 160px 52px 52px;
  background:
    radial-gradient(circle at 75% 30%, rgba(255,255,255,0.18), transparent 22%),
    linear-gradient(180deg, #f2e8ff 0%, #eadcff 100%);
}

.wexa-showcase-card-soft {
  border-radius: 28px;
  background:
    linear-gradient(180deg, #f3eefb 0%, #ece5f8 100%);
}

.wexa-showcase-card-dark {
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.05), transparent 16%),
    linear-gradient(135deg, #2a0146 0%, #22003b 100%);
  color: #ffffff;
}

.wexa-showcase-card-dark h3,
.wexa-showcase-card-dark p,
.wexa-showcase-card-dark .wexa-showcase-eyebrow {
  color: #f7f2ff;
}

.wexa-showcase-card-dark p {
  color: rgba(247, 242, 255, 0.78);
}

.wexa-showcase-card-orange {
  border-radius: 140px 140px 140px 140px;
  background:
    linear-gradient(135deg, #ff17b6 0%, #ff0d96 100%);
}

.wexa-showcase-card-orange h2,
.wexa-showcase-card-orange p,
.wexa-showcase-card-orange .wexa-showcase-eyebrow {
  color: #ffffff;
}

/* INNER UI */
.wexa-showcase-mini-ui {
  margin-top: 28px;
  max-width: 420px;
}

.wexa-ui-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.wexa-ui-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(111, 31, 229, 0.18);
  background: rgba(255, 255, 255, 0.48);
  color: #4f0fb8;
  font-size: 0.84rem;
  font-weight: 700;
}

.wexa-ui-pill-strong {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  border-color: transparent;
  color: #ffffff;
}

.wexa-ui-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  align-items: stretch;
}
@media (max-width: 640px) {
  .wexa-ui-stack {
    grid-template-columns: 1fr;
  }
}

.wexa-ui-box {
  min-height: 72px;
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(111, 31, 229, 0.14);
  background: rgba(255, 255, 255, 0.52);
}

.wexa-ui-box strong {
  display: block;
  margin-bottom: 4px;
  color: #2a0146;
  font-size: 0.96rem;
}

.wexa-ui-box small {
  color: #667187;
  font-size: 0.84rem;
  line-height: 1.5;
}

/* METRICS */
.wexa-micro-metrics {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.wexa-metric {
  min-width: 122px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(111, 31, 229, 0.10);
  background: rgba(255, 255, 255, 0.72);
}

.wexa-metric strong {
  display: block;
  margin-bottom: 2px;
  color: #2a0146;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.wexa-metric span {
  color: #7a8498;
  font-size: 0.82rem;
  font-weight: 600;
}

/* DARK PANELS */
.wexa-outline-panels {
  display: grid;
  grid-template-columns: 0.36fr 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.wexa-outline-panel {
  min-height: 118px;
  border-radius: 14px;
  border: 1.5px solid rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

/* CTA */
.wexa-showcase-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.wexa-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.wexa-showcase-btn:hover {
  transform: translateY(-2px);
}

.wexa-showcase-btn-primary {
  background: #ffffff;
  color: #4f0fb8;
  border: 1px solid rgba(111, 31, 229, 0.10);
  box-shadow: 0 12px 28px rgba(255,255,255,0.20);
}

.wexa-showcase-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.30);
}

/* =========================================================
   WEXA SHOWCASE EXTENSIONS
========================================================= */

.wexa-free-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.wexa-free-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.wexa-free-btn:hover {
  transform: translateY(-2px);
}

.wexa-free-btn-primary {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(90, 19, 199, 0.22);
}

.wexa-free-btn-primary:hover {
  background: linear-gradient(135deg, #7b23ec 0%, #5a13c7 100%);
  border-color: transparent;
}

.wexa-free-btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(111, 31, 229, 0.12);
  color: #4f0fb8;
}

/* DARK TREND CARDS */

.wexa-trend-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 1.15fr;
  gap: 12px;
  margin-top: 24px;
}

.wexa-trend-card {
  min-height: 118px;
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wexa-trend-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.25;
  font-weight: 760;
}

.wexa-trend-card small {
  display: block;
  color: rgba(247, 242, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.58;
}

/* BOTTOM DEMO CTA */

.wexa-demo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 32px;
  border: 1px solid rgba(111, 31, 229, 0.10);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,247,255,0.98) 100%);
  box-shadow:
    0 18px 40px rgba(42, 1, 70, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.wexa-demo-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #6f1fe5;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wexa-demo-cta-copy h3 {
  margin: 0 0 10px;
  color: #160038;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.wexa-demo-cta-copy p {
  margin: 0;
  max-width: 58ch;
  color: #667187;
  line-height: 1.7;
}

.wexa-demo-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wexa-demo-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.wexa-demo-cta-btn:hover {
  transform: translateY(-2px);
}

.wexa-demo-cta-btn-primary {
  background: linear-gradient(135deg, #2a0146 0%, #22003b 100%);
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(42, 1, 70, 0.18);
}

.wexa-demo-cta-btn-primary:hover {
  background: linear-gradient(135deg, #3a0260 0%, #2a0146 100%);
  border-color: transparent;
}

.wexa-demo-cta-btn-secondary {
  background: transparent;
  border: 1.5px solid rgba(111, 31, 229, 0.16);
  color: #4f0fb8;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .wexa-trend-grid {
    grid-template-columns: 1fr;
  }

  .wexa-demo-cta {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .wexa-demo-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .wexa-free-actions,
  .wexa-demo-cta-actions {
    flex-direction: column;
  }

  .wexa-free-btn,
  .wexa-demo-cta-btn {
    width: 100%;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .wexa-showcase-grid {
    grid-template-columns: 1fr;
  }

  .wexa-showcase-card h2,
  .wexa-showcase-card h3 {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .wexa-showcase-section {
    padding: 56px 0 22px;
  }

  .wexa-showcase-shell {
    width: calc(100% - 24px);
  }

  .wexa-showcase-card {
    min-height: auto;
    padding: 28px 20px;
  }

  .wexa-showcase-card-peach {
    border-radius: 48px 48px 26px 26px;
  }

  .wexa-showcase-card-orange {
    border-radius: 42px;
  }

  .wexa-outline-panels {
    grid-template-columns: 1fr;
  }

  .wexa-showcase-actions {
    flex-direction: column;
  }

  .wexa-showcase-btn {
    width: 100%;
  }
}

/* =========================================================
   WEXA PLANS V3 — SAAS STYLE
   Built for current HTML structure
========================================================= */

:root {
  --wxp-bg: #f4f5f8;
  --wxp-surface: #ffffff;
  --wxp-surface-soft: #f8f9fc;
  --wxp-line: #dfe4ec;
  --wxp-line-soft: #e8ebf1;

  --wxp-text: #160038;
  --wxp-text-strong: #12002f;
  --wxp-text-muted: #6e7890;
  --wxp-text-soft: #98a1b3;

  --wxp-purple: #2a0146;
  --wxp-purple-2: #4f0fb8;
  --wxp-purple-3: #7b23ec;
  --wxp-pink: #ff0d96;
  --wxp-pink-2: #ff1493;

  --wxp-blue-note: #27476e;
  --wxp-shadow:
    0 18px 40px rgba(19, 25, 41, 0.06),
    0 8px 18px rgba(19, 25, 41, 0.03);
}

/* ===============================
   SECTION
================================ */

.wxp-section {
  position: relative;
  padding: 84px 0 58px;
  background:
    linear-gradient(180deg, #f8f9fb 0%, #f4f5f8 42%, #ffffff 100%);
}

.wxp-shell {
  width: min(1680px, calc(100% - 48px));
  max-width: 1680px;
  margin: 0 auto;
}

/* ===============================
   GRID — 4 EQUAL FULL-WIDTH CARDS
================================ */

.wxp-grid,
.wxp-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 580px), 1fr));
  gap: 22px;
  width: min(1760px, 100%);
  margin: 30px auto 0;
  align-items: stretch;
}

@media (max-width: 1180px) {
  .wxp-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   SECTION HEAD
================================ */

/* HEAD */
.wxp-head {
  max-width: 1820px;
  margin: 0 auto;
  text-align: center;
}

.wxp-kicker {
  margin: 0 0 10px;
  color: #687387;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wxp-title {
  margin: 0;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--wxp-text);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 780;
  text-wrap: balance;
}

.wxp-managed-head-plain {
  max-width: 1400px;
  margin: 0 auto 0;
  text-align: center;
}

.wxp-managed-intro {
  margin: 6px auto 0;
  max-width: 100ch;
  color: var(--wxp-text-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.wxp-lead {
  margin: 14px auto 0;
  max-width: 92ch;
  color: var(--wxp-text-muted);
  font-size: 1rem;
  line-height: 1.74;
}

/* ===============================
   NOTE
================================ */

/* NOTE */
.wxp-note {
  max-width: 1480px;
  margin: 20px auto 0;
  border: 1px solid var(--wxp-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  box-shadow: var(--wxp-shadow);
}

.wxp-note-compact .wxp-note-head {
  padding: 12px 14px 0;
  text-align: center;
}

.wxp-note-head {
  padding: 18px 20px 0;
  text-align: center;
}


.wxp-note-body {
  padding: 10px 20px 16px;
  text-align: center;
}

.wxp-note-body p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--wxp-text-muted);
  line-height: 1.2;
  max-width: 250ch;
  margin-left: auto;
  margin-right: auto;
}

.wxp-note-body p + p {
  margin-top: 8px;
}



  /* ================= PLAN FINDER CLEAN LAYOUT ================= */

  .wxp-plan-finder {
    overflow: hidden;
  }

  .wxp-plan-finder-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  .wxp-plan-finder-group {
    padding: 16px;
    border: 1px solid rgba(226, 232, 240, 0.22);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.14);
    min-width: 0;
  }

  .wxp-plan-finder-label {
    margin: 0 0 12px;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.76);
  }

  .wxp-plan-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 0 6px 8px 0;
    padding: 8px 11px;
    border: 1px solid rgba(226, 232, 240, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    line-height: 1.15;
    cursor: pointer;
    user-select: none;
    transition:
      background 0.18s ease,
      border-color 0.18s ease,
      color 0.18s ease,
      transform 0.18s ease,
      box-shadow 0.18s ease;
  }

  .wxp-plan-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.16);
  }

  .wxp-plan-chip input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }

  .wxp-plan-chip span {
    display: inline-block;
    white-space: nowrap;
  }

  .wxp-plan-chip.is-selected {
    border-color: rgba(132, 92, 255, 0.85);
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.95), rgba(37, 99, 235, 0.88));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(91, 33, 182, 0.35);
  }

  .wxp-recommender-signals {
    margin-top: 10px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.74);
  }

  .subscription-card.is-recommended {
    outline: 2px solid rgba(132, 92, 255, 0.62);
    box-shadow: 0 18px 45px rgba(91, 33, 182, 0.22);
  }

  @media (max-width: 1100px) {
    .wxp-plan-finder-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .wxp-plan-finder-grid {
      grid-template-columns: 1fr;
    }

    .wxp-plan-chip {
      font-size: 0.8rem;
      padding: 8px 10px;
    }
  }


/* ===============================
   HELP ROW / NOTE LINKS
================================ */

.wxp-help-row,
.wxp-note-linkrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;
  margin: 22px auto 0;
  padding-top: 14px;

  text-align: center;
}

.wxp-note-linkrow {
  border-top: 1px solid rgba(14, 165, 233, 0.16);
}

/* inline help links inside note */
.wxp-note .ai-help-link,
.wxp-note-linkrow .ai-help-link {
  appearance: none;
  border: 1px solid rgba(14, 165, 233, 0.32);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 8px 14px;

  color: #0284c7;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;

  text-decoration: none;
  cursor: pointer;

  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.10);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.wxp-note .ai-help-link:hover,
.wxp-note .ai-help-link:focus-visible,
.wxp-note-linkrow .ai-help-link:hover,
.wxp-note-linkrow .ai-help-link:focus-visible {
  color: #0369a1;
  background: rgba(14, 165, 233, 0.14);
  border-color: rgba(14, 165, 233, 0.58);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.18);
  transform: translateY(-1px);
  outline: none;
}

.wxp-note .ai-help-link:focus-visible,
.wxp-note-linkrow .ai-help-link:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.20);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .wxp-help-row,
  .wxp-note-linkrow {
    gap: 8px;
    margin-top: 18px;
    padding-top: 12px;
  }

  .wxp-note .ai-help-link,
  .wxp-note-linkrow .ai-help-link {
    width: 100%;
    min-height: 38px;
  }
}

/* ===============================
   MANAGED HEAD
================================ */

.wxp-managed {
  margin-top: 44px;
}

.wxp-managed-head {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.wxp-managed-title {
  margin: 0;
  color: var(--wxp-text);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 760;
  text-wrap: balance;
}

.wxp-managed-copy {
  margin: 14px auto 0;
  max-width: 200ch;
  color: var(--wxp-text-muted);
  line-height: 1.50;
}

/* ===============================
   TOGGLE
================================ */

.wxp-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 18px;
}

.wxp-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 3px;
  border-radius: 14px;
  border: 2px solid #7a33e8;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(80, 15, 184, 0.10);
}

.wxp-toggle-btn {
  border: 0;
  background: transparent;
  color: #6b2de1;
  font: inherit;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 11px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.wxp-toggle-btn:hover {
  transform: translateY(-1px);
}

.wxp-toggle-btn.is-active {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  color: #ffffff;
}

.wxp-toggle-bonus {
  margin-left: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #2dd7ff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ===============================
   RECOMMENDER
================================ */

.wxp-recommender {
  margin: 0 auto 28px;
  padding: 28px 26px 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, #2a0146 0%, #22003b 100%);
  box-shadow:
    0 26px 48px rgba(42, 1, 70, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.wxp-recommender-head {
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: left;
}

.wxp-recommender-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wxp-recommender-head h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 780;
}

.wxp-recommender-head p {
  margin: 0;
  max-width: 80ch;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.wxp-recommender-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.84fr);
  gap: 18px;
  align-items: stretch;
}

.wxp-recommender-meter,
.wxp-recommender-summary {
  min-width: 0;
}

.wxp-recommender-meter {
  padding: 22px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.wxp-recommender-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.wxp-recommender-topline strong {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

#wxpPlanBadge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #4f0fb8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wxp-recommender-range {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  outline: none;
  background: linear-gradient(
    90deg,
    #6f1fe5 0%,
    #9d45eb 24%,
    #ff0d96 48%,
    #ff7c43 72%,
    #6f1fe5 100%
  );
  background-size: 200% 100%;
  animation: wxpBarFlow 10s linear infinite;
}

.wxp-recommender-range::-webkit-slider-thumb {
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.wxp-recommender-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #ffffff;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

@keyframes wxpBarFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wxp-recommender-range {
    animation: none;
  }
}

.wxp-recommender-scale {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.wxp-recommender-scale span {
  text-align: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
}

.wxp-recommender-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wxp-recommender-card {
  flex: 1 1 auto;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.wxp-recommender-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#wxpRecommendedPlan {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 780;
}

#wxpRecommendedReason {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.68;
}



.wxp-recommender-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wxp-recommender-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.wxp-recommender-btn:hover {
  transform: translateY(-2px);
}

.wxp-recommender-btn-primary {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.26);
}

.wxp-recommender-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* ===============================
   GRID
================================ */

.wxp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* ===============================
   CARDS
================================ */

.wxp-card {
  height: 100%;
}

.wxp-card-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--wxp-line);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
  box-shadow:
    0 16px 34px rgba(18, 25, 40, 0.06),
    0 8px 16px rgba(18, 25, 40, 0.03);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.wxp-card-shell:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 44px rgba(18, 25, 40, 0.10),
    0 10px 18px rgba(18, 25, 40, 0.05);
}

.wxp-card-featured .wxp-card-shell {
  border-color: #b969ef;
  box-shadow:
    0 0 0 2px rgba(185, 105, 239, 0.14),
    0 22px 42px rgba(90, 19, 199, 0.10);
}

.wxp-card.is-recommended .wxp-card-shell {
  border-color: #9d45eb;
  box-shadow:
    0 0 0 2px rgba(157, 69, 235, 0.14),
    0 22px 42px rgba(90, 19, 199, 0.10);
}

/* ===============================
   CARD TOP
================================ */

.wxp-card-top {
  padding: 16px 16px 0;
}

.wxp-price {
  min-height: 138px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--wxp-line-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--wxp-text);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.wxp-plan-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f0e8ff;
  color: #6f1fe5;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.wxp-price-value {
  display: block;
  font-size: clamp(2rem, 2vw, 2.45rem);
  line-height: 0.98;
  font-weight: 780;
  letter-spacing: -0.05em;
  color: var(--wxp-text-strong);
}

.wxp-price-note {
  margin: 0;
  color: var(--wxp-text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.wxp-popular {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 8px 14px;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(90, 19, 199, 0.24);
}

/* ===============================
   CARD BODY
================================ */

.wxp-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 24px 18px;
}

.wxp-card-body h3 {
  margin: 0;
  color: var(--wxp-text);
  font-size: 1.6rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 760;
}

.wxp-subtitle {
  margin: 10px 0 16px;
  color: #8b95a8;
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 800;
}

.wxp-billing-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--wxp-line);
  border-radius: 14px;
  background: #f8f9fc;
  color: #657289;
  font-size: 0.92rem;
  line-height: 1.55;
}

.wxp-copy {
  margin: 0 0 18px;
  color: var(--wxp-text-muted);
  line-height: 1.72;
}

.wxp-list-block {
  margin-top: auto;
}

.wxp-list-title {
  margin: 0 0 12px;
  color: var(--wxp-text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}

.wxp-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.wxp-features li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--wxp-text-muted);
}

.wxp-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cad2df;
  box-shadow: 0 0 0 4px rgba(202, 210, 223, 0.20);
}

/* ===============================
   FOOTER / CTA
================================ */

.wxp-card-foot {
  margin-top: auto;
  padding: 0 24px 24px;
}

.wxp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--wxp-purple);
  box-shadow: 0 12px 22px rgba(42, 1, 70, 0.16);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease,
    background 0.22s ease;
}

.wxp-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.wxp-card-featured .wxp-btn {
  background: linear-gradient(135deg, #ff17b6 0%, #ff0d96 100%);
  box-shadow: 0 12px 22px rgba(255, 13, 150, 0.22);
}

/* ===============================
   PLAN-SPECIFIC TAG TINTS
================================ */

.wxp-card-regular .wxp-plan-tag {
  background: #f7e6de;
  color: #b86a49;
}

.wxp-card-pro .wxp-plan-tag {
  background: #ece7ff;
  color: #6f1fe5;
}

.wxp-card-premium .wxp-plan-tag {
  background: #ffe4f3;
  color: #ff0d96;
}

.wxp-card-elite .wxp-plan-tag {
  background: #eceef5;
  color: #2b3342;
}

/* ===============================
   TAILNOTE
================================ */

.wxp-tailnote {
  width: min(1200px, 100%);
  margin: 24px auto 0;
  text-align: center;
}

.wxp-tailnote p {
  margin: 0;
  color: #5d7082;
  line-height: 1.78;
}

.wxp-tailnote p + p {
  margin-top: 12px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1280px) {
  .wxp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .wxp-section {
    padding: 64px 0 40px;
  }

  .wxp-shell {
    width: calc(100% - 24px);
  }

  .wxp-recommender-controls {
    grid-template-columns: 1fr;
  }

  .wxp-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wxp-card-shell:hover {
    transform: none;
  }
}

@media (max-width: 640px) {
  .wxp-section {
    padding: 56px 0 34px;
  }

  .wxp-title {
    font-size: 2rem;
  }

  .wxp-note {
    border-radius: 20px;
  }

  .wxp-note-head {
    padding: 18px 16px 0;
  }

  .wxp-note-body {
    padding: 12px 16px 18px;
  }

  .wxp-toggle {
    width: 100%;
    justify-content: center;
  }

  .wxp-toggle-btn {
    flex: 1 1 auto;
    text-align: center;
  }

  .wxp-recommender {
    padding: 18px 16px 16px;
    border-radius: 22px;
  }

  .wxp-recommender-meter {
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .wxp-recommender-card {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .wxp-recommender-actions {
    flex-direction: column;
  }

  .wxp-recommender-btn {
    width: 100%;
  }

  .wxp-recommender-scale {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 8px;
  }

  .wxp-card-top {
    padding: 14px 14px 0;
  }

  .wxp-price {
    min-height: 126px;
    padding: 16px 16px 14px;
    border-radius: 16px;
  }

  .wxp-price-value {
    font-size: 2rem;
  }

  .wxp-popular {
    top: 10px;
    font-size: 0.66rem;
  }

  .wxp-card-body {
    padding: 20px 18px 16px;
  }

  .wxp-card-foot {
    padding: 0 18px 18px;
  }

  .wxp-btn {
    min-height: 50px;
    font-size: 0.78rem;
  }
}




/* ================= FINAL CTA / AI PAGE ONLY ================= */

.ai-final-cta-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 35, 236, 0.05), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(255, 13, 150, 0.05), transparent 18%),
    linear-gradient(180deg, #fbf9ff 0%, #f6f4fb 42%, #ffffff 100%);
}

.ai-final-cta-section .cta-box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid rgba(111, 31, 229, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,247,255,0.98) 100%);
  box-shadow:
    0 18px 40px rgba(42, 1, 70, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.72);
  text-align: center;
}

.ai-final-cta-section .kicker {
  margin: 0 0 10px;
  color: #6f1fe5;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-final-cta-section h2 {
  margin: 0;
  color: #160038;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 780;
  text-wrap: balance;
}

.ai-final-cta-section p {
  max-width: 68ch;
  margin: 14px auto 0;
  color: #6e7890;
  line-height: 1.75;
}

.ai-final-cta-section .cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ai-final-cta-section .btn.btn-primary {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 100%);
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(90, 19, 199, 0.18);
}

.ai-final-cta-section .btn.btn-primary:hover,
.ai-final-cta-section .btn.btn-primary:focus-visible {
  background: linear-gradient(135deg, #7b23ec 0%, #5a13c7 100%);
}

.ai-final-cta-section .ai-estimator-pay-btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(111, 31, 229, 0.14);
  color: #4f0fb8;
  box-shadow: 0 10px 22px rgba(42, 1, 70, 0.06);
}

.ai-final-cta-section .ai-estimator-pay-btn-secondary:hover,
.ai-final-cta-section .ai-estimator-pay-btn-secondary:focus-visible {
  background: #ffffff;
  border-color: rgba(111, 31, 229, 0.22);
  color: #2a0146;
}

@media (max-width: 760px) {
  .ai-final-cta-section .cta-box {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .ai-final-cta-section .cta-actions {
    flex-direction: column;
  }

  .ai-final-cta-section .cta-actions .btn {
    width: 100%;
  }
}

/* ================= GLOBAL BENEFITS AUTO HEX SLIDER ================= */

.wxp-hex-section {
  padding: 56px 0 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(123, 35, 236, 0.05), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(255, 13, 150, 0.05), transparent 18%),
    linear-gradient(180deg, #fbf9ff 0%, #f6f4fb 42%, #ffffff 100%);
}

.wxp-hex-shell {
  width: min(1680px, calc(100% - 42px));
  margin: 0 auto;
}

.wxp-hex-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px 0 18px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 5%, black 95%, transparent 100%);
}

.wxp-hex-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: wxpHexLoop 70s linear infinite;
}

.wxp-hex-marquee:hover .wxp-hex-track {
  animation-play-state: paused;
}

.wxp-hex-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wxp-hex-shape {
  position: relative;
  width: 238px;
  min-height: 278px;
  padding: 28px 22px 24px;
  clip-path: polygon(
    25% 6%,
    75% 6%,
    100% 50%,
    75% 94%,
    25% 94%,
    0% 50%
  );
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.10);
  box-shadow:
    0 16px 34px rgba(42, 1, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wxp-hex-card-featured .wxp-hex-shape {
  background:
    radial-gradient(circle at top right, rgba(123, 35, 236, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f1ff 100%);
  border-color: rgba(111, 31, 229, 0.16);
  box-shadow:
    0 20px 40px rgba(90, 19, 199, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wxp-hex-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6f1fe5 0%, #ff0d96 100%);
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.18);
}

.wxp-hex-number {
  display: inline-block;
  margin-bottom: 10px;
  color: #7b23ec;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wxp-hex-shape h4 {
  margin: 0 0 10px;
  color: #160038;
  font-size: 1.02rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 760;
  max-width: 14ch;
}

.wxp-hex-shape p {
  margin: 0;
  color: #6e7890;
  font-size: 0.86rem;
  line-height: 1.6;
  max-width: 17ch;
}

@keyframes wxpHexLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .wxp-hex-section {
    padding: 42px 0 18px;
  }

  .wxp-hex-shell {
    width: calc(100% - 20px);
  }

  .wxp-hex-track {
    gap: 14px;
    animation-duration: 54s;
  }

  .wxp-hex-shape {
    width: 210px;
    min-height: 246px;
    padding: 24px 18px 20px;
  }

  .wxp-hex-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 0.92rem;
  }

  .wxp-hex-shape h4 {
    font-size: 0.96rem;
  }

  .wxp-hex-shape p {
    font-size: 0.8rem;
  }
}



