
/* ========================= AI HERO / AI PAGE ONLY =========================
   SaaS AI V1 — premium gradient system + overflow-safe layout
============================================================================ */

.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: 112px 0 78px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.16), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(255, 13, 150, 0.11), transparent 28%),
    radial-gradient(circle at 78% 86%, rgba(0, 192, 243, 0.10), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #f4f0fb 58%, #f8fbff 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: 0.10;
  mix-blend-mode: multiply;
}

.ai-hero-image-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(251, 249, 255, 0.98) 0%,
      rgba(251, 249, 255, 0.92) 36%,
      rgba(244, 240, 251, 0.78) 68%,
      rgba(238, 251, 255, 0.82) 100%
    );
}

.ai-hero-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(111, 31, 229, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 31, 229, 0.065) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 76% 36%, #000000, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 76% 36%, #000000, transparent 74%);
  opacity: 0.48;
}

.ai-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(86px);
  pointer-events: none;
  max-width: 100vw;
  opacity: 0.82;
}

.ai-hero-glow-one {
  width: 430px;
  height: 430px;
  top: 22px;
  right: 8%;
  background: rgba(123, 35, 236, 0.26);
}

.ai-hero-glow-two {
  width: 360px;
  height: 360px;
  right: 30%;
  bottom: -58px;
  background: rgba(255, 13, 150, 0.16);
}

/* ================= LAYOUT ================= */

.ai-hero-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 56px));
  max-width: 100%;
  margin: 0 auto;
}

.ai-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 58px;
  align-items: center;
  max-width: 100%;
}

.ai-hero-copy {
  min-width: 0;
  max-width: 720px;
}

/* ================= COPY ================= */

.ai-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 9px 14px;

  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(111, 31, 229, 0.16);
  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.08);

  color: #6f1fe5;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ai-hero-title {
  margin: 0;
  max-width: 18ch;

  color: #160038;
  font-size: clamp(3.25rem, 5.8vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-wrap: balance;
}

.ai-hero-lead {
  margin: 24px 0 0;
  max-width: 60ch;

  color: #26324a;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.74;
}

.ai-hero-sublead {
  margin: 14px 0 0;
  max-width: 58ch;

  color: #667187;
  font-size: 1rem;
  line-height: 1.72;
}

/* ================= 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: 999px;

  text-decoration: none;
  font-weight: 850;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    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%, #2563eb 58%, #00c0f3 100%);
  border: 1px solid rgba(111, 31, 229, 0.26);
  box-shadow: 0 18px 38px rgba(90, 19, 199, 0.28);
}

.ai-hero-btn-primary:hover,
.ai-hero-btn-primary:focus-visible {
  background:
    linear-gradient(135deg, #5a13c7 0%, #1d4ed8 58%, #0891b2 100%);
  border-color: rgba(111, 31, 229, 0.34);
  box-shadow: 0 22px 48px rgba(90, 19, 199, 0.36);
}

.ai-hero-btn-secondary {
  color: #4f0fb8;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(111, 31, 229, 0.16);
  box-shadow: 0 12px 28px rgba(42, 1, 70, 0.08);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ai-hero-btn-secondary:hover,
.ai-hero-btn-secondary:focus-visible {
  color: #160038;
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.30);
  box-shadow: 0 16px 34px rgba(42, 1, 70, 0.12);
}

.ai-hero-text-link {
  min-height: 54px;
  padding: 0 4px;
  color: #6f1fe5;
  font-weight: 850;
  text-decoration: none;
}

.ai-hero-text-link:hover,
.ai-hero-text-link:focus-visible {
  color: #160038;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

/* ================= POINT PILLS ================= */

.ai-hero-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 660px;
  margin-top: 28px;
  overflow: visible;
}

.ai-hero-points span {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 100%;
  padding: 0 13px;

  border-radius: 999px;
  white-space: normal;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow: 0 10px 22px rgba(42, 1, 70, 0.06);

  color: #4b5870;
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.25;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ================= VISUAL ================= */

.ai-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 650px;
  max-width: 100%;
}

.ai-hero-panel {
  position: absolute;
  inset: auto 32px 48px 28px;
  height: 430px;

  border-radius: 32px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 92% 6%, rgba(244, 199, 107, 0.18), transparent 30%),
    linear-gradient(145deg, #2a0146 0%, #160038 54%, #4f0fb8 100%);
  border: 1px solid rgba(111, 31, 229, 0.24);
  box-shadow: 0 34px 90px rgba(42, 1, 70, 0.24);

  transform: rotate(-3.5deg);
}

/* ================= WINDOW ================= */

.ai-hero-window {
  position: relative;
  z-index: 2;

  width: min(100%, 620px);
  max-width: 100%;
  overflow: hidden;

  border-radius: 28px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(111, 31, 229, 0.15);
  box-shadow:
    0 34px 90px rgba(42, 1, 70, 0.18),
    0 12px 30px rgba(37, 99, 235, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ai-hero-window-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;

  padding: 16px 18px;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbf8ff 100%);
  border-bottom: 1px solid rgba(111, 31, 229, 0.12);
}

.ai-hero-window-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ai-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd8e6;
}

.ai-hero-window-dots .ai-dot:nth-child(1) {
  background: #ff0d96;
}

.ai-hero-window-dots .ai-dot:nth-child(2) {
  background: #6f1fe5;
}

.ai-hero-window-dots .ai-dot:nth-child(3) {
  background: #00c0f3;
}

.ai-hero-window-title {
  min-width: 0;
  color: #160038;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-hero-window-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;

  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  border: 1px solid rgba(111, 31, 229, 0.14);

  color: #6f1fe5;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ai-hero-window-body {
  padding: 20px;
}

/* ================= SYSTEM STRIP ================= */

.ai-hero-system-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.ai-hero-system-item {
  min-width: 0;
  padding: 12px 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.ai-hero-system-label {
  display: block;
  margin-bottom: 4px;

  color: #7a8498;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-hero-system-item strong {
  display: block;
  color: #160038;
  font-size: 0.86rem;
  line-height: 1.25;
}

/* ================= ASSISTANT CARD ================= */

.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: 850;
  background:
    linear-gradient(135deg, #6f1fe5 0%, #ff0d96 100%);
  box-shadow: 0 12px 26px rgba(90, 19, 199, 0.24);
}

.ai-hero-assistant-head strong {
  display: block;
  color: #160038;
  font-size: 1.02rem;
  line-height: 1.25;
}

.ai-hero-assistant-head p {
  margin: 4px 0 0;
  color: #667187;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ================= CHAT ================= */

.ai-hero-chat {
  display: grid;
  gap: 14px;
}

.ai-hero-person-row {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.ai-hero-person-row-visitor {
  border-left: 4px solid #2563eb;
}

.ai-hero-person-row-admin {
  border-left: 4px solid #6f1fe5;
}

.ai-hero-person-avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;

  width: 34px;
  height: 34px;
  border-radius: 12px;

  color: #ffffff;
  background:
    linear-gradient(135deg, #2563eb 0%, #00c0f3 100%);
  font-size: 0.8rem;
  font-weight: 850;
}

.ai-hero-person-row-admin .ai-hero-person-avatar {
  background:
    linear-gradient(135deg, #6f1fe5 0%, #ff0d96 100%);
}

.ai-hero-person-copy {
  min-width: 0;
}

.ai-hero-person-copy strong {
  display: block;
  color: #160038;
  font-size: 0.86rem;
  line-height: 1.25;
}

.ai-hero-person-copy span {
  display: block;
  margin-top: 2px;
  color: #667187;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ai-hero-bubble {
  max-width: 94%;
  padding: 15px 16px;
  border-radius: 18px;

  font-size: 0.94rem;
  line-height: 1.65;
}

.ai-hero-bubble-user {
  margin-left: auto;

  color: #ffffff;
  background:
    linear-gradient(135deg, #6f1fe5 0%, #2563eb 100%);
  border-bottom-right-radius: 6px;
  box-shadow: 0 12px 26px rgba(90, 19, 199, 0.22);
}

.ai-hero-bubble-ai {
  color: #26324a;
  background: #ffffff;
  border: 1px solid rgba(111, 31, 229, 0.13);
  border-bottom-left-radius: 6px;
  box-shadow: 0 8px 20px rgba(42, 1, 70, 0.07);
}

/* ================= MINI GRID ================= */

.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:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.ai-hero-mini-card:nth-child(2) {
  background: #fffaf0;
  border-color: rgba(244, 199, 107, 0.42);
}

.ai-hero-mini-card:nth-child(3) {
  background: #eefbff;
  border-color: rgba(0, 192, 243, 0.24);
}

.ai-hero-mini-card:nth-child(4) {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.18);
}

.ai-hero-mini-kicker {
  display: inline-flex;
  margin: 0 0 7px;
  padding: 4px 8px;

  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  color: #6f1fe5;

  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ai-hero-mini-card:nth-child(2) .ai-hero-mini-kicker {
  background: rgba(244, 199, 107, 0.18);
  color: #92400e;
}

.ai-hero-mini-card:nth-child(3) .ai-hero-mini-kicker {
  background: rgba(0, 192, 243, 0.12);
  color: #0369a1;
}

.ai-hero-mini-card:nth-child(4) .ai-hero-mini-kicker {
  background: rgba(111, 31, 229, 0.10);
  color: #6f1fe5;
}

.ai-hero-mini-card strong {
  display: block;
  color: #160038;
  font-size: 0.94rem;
  line-height: 1.25;
}

.ai-hero-mini-card span {
  display: block;
  margin-top: 6px;
  color: #667187;
  font-size: 0.84rem;
  line-height: 1.5;
}

/* ================= OPERATION BAR ================= */

.ai-hero-operation-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;

  margin-top: 16px;
  padding: 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.ai-hero-operation-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-hero-operation-item span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;

  width: 26px;
  height: 26px;
  border-radius: 999px;

  color: #ffffff;
  background:
    linear-gradient(135deg, #6f1fe5 0%, #2563eb 100%);
  font-size: 0.74rem;
  font-weight: 850;
}

.ai-hero-operation-item strong {
  display: block;
  min-width: 0;
  color: #4b5870;
  font-size: 0.78rem;
  line-height: 1.25;
}

.ai-hero-operation-line {
  height: 1px;
  background:
    linear-gradient(90deg, rgba(111, 31, 229, 0.10), rgba(0, 192, 243, 0.26));
}

/* ================= FLOATING LABELS ================= */

.ai-hero-floating {
  position: absolute;
  z-index: 3;
  max-width: calc(100vw - 32px);
  padding: 11px 14px;

  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(111, 31, 229, 0.16);
  box-shadow: 0 18px 44px rgba(42, 1, 70, 0.14);

  color: #6f1fe5;
  font-size: 0.84rem;
  font-weight: 850;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ai-hero-floating-one {
  top: 72px;
  right: 0;
}

.ai-hero-floating-two {
  left: 0;
  bottom: 70px;
}

.ai-hero-floating-three {
  right: 24px;
  bottom: 18px;
}

.ai-hero-floating-four {
  top: 145px;
  left: -18px;
}

/* ==========================================================================
   RESPONSIVE
============================================================================ */

@media (max-width: 1180px) {
  .ai-hero {
    padding: 92px 0 70px;
  }

  .ai-hero-shell {
    width: min(1240px, calc(100% - 32px));
  }

  .ai-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ai-hero-copy {
    max-width: 820px;
  }

  .ai-hero-title {
    max-width: 16ch;
  }

  .ai-hero-points {
    max-width: 820px;
  }

  .ai-hero-visual {
    min-height: auto;
    padding-top: 12px;
  }

  .ai-hero-window {
    width: min(100%, 760px);
  }

  .ai-hero-panel {
    inset: auto 60px 38px 40px;
    height: 430px;
  }

  .ai-hero-floating-one {
    top: 44px;
    right: 12px;
  }

  .ai-hero-floating-two {
    left: 10px;
    bottom: 44px;
  }

  .ai-hero-floating-three {
    right: 16px;
    bottom: 0;
  }

  .ai-hero-floating-four {
    top: 120px;
    left: 0;
  }
}

@media (max-width: 760px) {
  .ai-hero {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 62px 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;
    opacity: 0.06;
  }

  .ai-hero-mesh {
    opacity: 0.24;
  }

  .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.7rem;
    line-height: 1.35;
    letter-spacing: 0.055em;
  }

  .ai-hero-title {
    max-width: 100%;
    margin-top: 18px;

    font-size: clamp(2.2rem, 11.4vw, 3.1rem);
    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: visible;
  }

  .ai-hero-points span {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .ai-hero-visual {
    display: block;
    margin-top: 34px;
  }

  .ai-hero-panel {
    display: none;
  }

  .ai-hero-window {
    border-radius: 22px;
  }

  .ai-hero-window-top {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ai-hero-window-badge {
    display: none;
  }

  .ai-hero-window-body {
    padding: 16px;
  }

  .ai-hero-system-strip {
    grid-template-columns: 1fr;
  }

  .ai-hero-assistant-head {
    align-items: flex-start;
  }

  .ai-hero-person-row {
    align-items: flex-start;
  }

  .ai-hero-bubble {
    max-width: 100%;
  }

  .ai-hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .ai-hero-operation-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ai-hero-operation-line {
    display: none;
  }

  .ai-hero-floating,
  .ai-hero-floating-one,
  .ai-hero-floating-two,
  .ai-hero-floating-three,
  .ai-hero-floating-four {
    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;
  }

  .ai-hero-window-body {
    padding: 14px;
  }
}


/* =========================================================
   WEXA SHOWCASE SECTION
   SaaS AI V1 — asymmetric product story block
   Matches AI Hero SaaS gradient system
========================================================= */

.wexa-showcase-section {
  position: relative;
  padding: 82px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(111, 31, 229, 0.10), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(0, 192, 243, 0.09), transparent 26%),
    radial-gradient(circle at 74% 88%, rgba(255, 13, 150, 0.07), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 54%, #f8fbff 100%);
  border-top: 1px solid rgba(111, 31, 229, 0.12);
  border-bottom: 1px solid rgba(111, 31, 229, 0.12);
}

.wexa-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(251, 249, 255, 0.94) 0%,
      rgba(248, 244, 255, 0.76) 52%,
      rgba(238, 251, 255, 0.78) 100%
    );
  opacity: 0.82;
}

.wexa-showcase-shell {
  position: relative;
  z-index: 1;
  width: min(1680px, calc(100% - 42px));
  margin: 0 auto;
}

.wexa-showcase-head {
  margin-bottom: 18px;
  text-align: center;
}

.wexa-showcase-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 0 10px;
  padding: 6px 11px;

  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.07);

  color: #6f1fe5;
  font-size: 0.76rem;
  font-weight: 850;
  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: 850;
  text-wrap: balance;
}

.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.86);
  border: 1px solid rgba(111, 31, 229, 0.13);

  color: #4b5870;
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1;

  box-shadow: 0 10px 22px rgba(42, 1, 70, 0.06);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.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;
}

/* ================= CARDS ================= */

.wexa-showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 42px 36px;

  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow: 0 22px 52px rgba(42, 1, 70, 0.10);

  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 68px rgba(42, 1, 70, 0.15);
  border-color: rgba(111, 31, 229, 0.24);
}

.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: 850;
}

.wexa-showcase-card h3 {
  max-width: 21ch;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  line-height: 1;
  font-weight: 850;
}

.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: #6f1fe5;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ================= SHAPES / TONES ================= */

/* Main knowledge / context card */
.wexa-showcase-card-peach {
  border-radius: 120px 120px 42px 42px;
  background:
    radial-gradient(circle at 18% 0%, rgba(111, 31, 229, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border-color: rgba(111, 31, 229, 0.16);
}

.wexa-showcase-card-peach::before {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  top: 24px;
  height: 5px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #6f1fe5 0%, #2563eb 58%, #00c0f3 100%);
}

/* Soft testing / free-path card */
.wexa-showcase-card-soft {
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 199, 107, 0.20), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-color: rgba(244, 199, 107, 0.44);
}

.wexa-showcase-card-soft .wexa-showcase-eyebrow {
  color: #92400e;
}

/* Dark support / routing card */
.wexa-showcase-card-dark {
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(111, 31, 229, 0.26), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(0, 192, 243, 0.13), transparent 30%),
    linear-gradient(180deg, #160038 0%, #0b1020 100%);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: 0 26px 64px rgba(11, 16, 32, 0.28);
}

.wexa-showcase-card-dark h3,
.wexa-showcase-card-dark p,
.wexa-showcase-card-dark .wexa-showcase-eyebrow {
  color: #ffffff;
}

.wexa-showcase-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

/* Managed operation / upgrade card */
.wexa-showcase-card-orange {
  border-radius: 90px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(255, 13, 150, 0.28), transparent 32%),
    linear-gradient(145deg, #4f0fb8 0%, #6f1fe5 42%, #ff0d96 100%);
  border-color: rgba(255, 13, 150, 0.24);
  box-shadow: 0 26px 64px rgba(90, 19, 199, 0.24);
}


.wexa-showcase-card-orange h2,
.wexa-showcase-card-orange p,
.wexa-showcase-card-orange .wexa-showcase-eyebrow {
  color: #ffffff;
}

.wexa-showcase-card-orange p {
  color: rgba(255, 255, 255, 0.78);
}

/* ================= 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.16);
  background: rgba(255, 255, 255, 0.86);

  color: #6f1fe5;
  font-size: 0.84rem;
  font-weight: 760;

  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.06);
}

.wexa-ui-pill-strong {
  background:
    linear-gradient(135deg, #6f1fe5 0%, #2563eb 100%);
  border-color: rgba(111, 31, 229, 0.24);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(90, 19, 199, 0.22);
}

.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.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.wexa-ui-box:nth-child(2) {
  background: #eefbff;
  border-color: rgba(0, 192, 243, 0.24);
}

.wexa-ui-box:nth-child(3) {
  background: #fffaf0;
  border-color: rgba(244, 199, 107, 0.42);
}

.wexa-ui-box:nth-child(4) {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.18);
}

.wexa-ui-box strong {
  display: block;
  margin-bottom: 4px;
  color: #160038;
  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.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow: 0 8px 18px rgba(42, 1, 70, 0.05);
}

.wexa-metric:nth-child(2) {
  background: #eefbff;
  border-color: rgba(0, 192, 243, 0.24);
}

.wexa-metric:nth-child(3) {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.18);
}

.wexa-metric strong {
  display: block;
  margin-bottom: 2px;
  color: #160038;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.wexa-metric span {
  color: #667187;
  font-size: 0.82rem;
  font-weight: 650;
}

/* ================= 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.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

/* ================= 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: 850;
  letter-spacing: 0.02em;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 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.18);
  box-shadow: 0 12px 26px rgba(42, 1, 70, 0.12);
}

.wexa-showcase-btn-primary:hover {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.32);
  color: #160038;
}

.wexa-showcase-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
}

.wexa-showcase-btn-secondary:hover {
  background: #ffffff;
  color: #4f0fb8;
  border-color: #ffffff;
}

/* =========================================================
   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: 850;
  letter-spacing: 0.02em;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 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%, #2563eb 58%, #00c0f3 100%);
  border: 1px solid rgba(111, 31, 229, 0.24);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(90, 19, 199, 0.24);
}

.wexa-free-btn-primary:hover {
  background:
    linear-gradient(135deg, #5a13c7 0%, #1d4ed8 58%, #0891b2 100%);
  border-color: rgba(111, 31, 229, 0.34);
}

.wexa-free-btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(111, 31, 229, 0.16);
  color: #4f0fb8;
}

.wexa-free-btn-secondary:hover {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.30);
  color: #160038;
}

/* ================= 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.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.wexa-trend-card:nth-child(2) {
  border-color: rgba(0, 192, 243, 0.38);
}

.wexa-trend-card:nth-child(3) {
  border-color: rgba(244, 199, 107, 0.36);
}

.wexa-trend-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.25;
  font-weight: 800;
}

.wexa-trend-card small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  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: 24px;
  border: 1px solid rgba(111, 31, 229, 0.13);
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 31, 229, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(0, 192, 243, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);

  box-shadow:
    0 18px 44px rgba(42, 1, 70, 0.10),
    inset 0 1px 0 #ffffff;
}

.wexa-demo-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;

  color: #6f1fe5;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  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;
  font-weight: 850;
}

.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: 850;
  letter-spacing: 0.02em;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 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, #6f1fe5 0%, #2563eb 58%, #00c0f3 100%);
  border: 1px solid rgba(111, 31, 229, 0.24);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(90, 19, 199, 0.24);
}

.wexa-demo-cta-btn-primary:hover {
  background:
    linear-gradient(135deg, #5a13c7 0%, #1d4ed8 58%, #0891b2 100%);
  border-color: rgba(111, 31, 229, 0.34);
}

.wexa-demo-cta-btn-secondary {
  background: #ffffff;
  border: 1.5px solid rgba(111, 31, 229, 0.16);
  color: #4f0fb8;
}

.wexa-demo-cta-btn-secondary:hover {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.30);
  color: #160038;
}

/* ================= 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%;
  }
}

@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 V5 — SAAS AI STYLE
   Purple / Blue / Cyan system · controlled plan colors · current HTML structure
========================================================= */

:root {
  --wxp-bg: #fbf9ff;
  --wxp-surface: #ffffff;
  --wxp-surface-soft: #fbf9ff;
  --wxp-line: rgba(111, 31, 229, 0.14);
  --wxp-line-soft: rgba(111, 31, 229, 0.10);

  --wxp-text: #160038;
  --wxp-text-strong: #0b1020;
  --wxp-text-muted: #667187;
  --wxp-text-soft: #8a94a6;

  --wxp-deep: #160038;
  --wxp-ink: #0b1020;
  --wxp-purple: #6f1fe5;
  --wxp-purple-deep: #4f0fb8;
  --wxp-purple-soft: #f7f1ff;
  --wxp-pink: #ff0d96;
  --wxp-blue: #2563eb;
  --wxp-cyan: #00c0f3;
  --wxp-gold: #f4c76b;
  --wxp-gold-deep: #92400e;
  --wxp-emerald: #139b62;

  --wxp-free: #b7df52;
  --wxp-free-hover: #addb42;

  --wxp-blue-note: #2563eb;

  --wxp-shadow:
    0 18px 44px rgba(42, 1, 70, 0.10),
    0 8px 18px rgba(42, 1, 70, 0.06);
}

/* ===============================
   SECTION
================================ */

.wxp-section {
  position: relative;
  padding: 84px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(111, 31, 229, 0.11), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(0, 192, 243, 0.09), transparent 26%),
    radial-gradient(circle at 76% 90%, rgba(255, 13, 150, 0.07), transparent 24%),
    linear-gradient(180deg, #fbf9ff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(111, 31, 229, 0.12);
  border-bottom: 1px solid rgba(111, 31, 229, 0.12);
}

.wxp-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(248, 244, 255, 0.70) 52%,
      rgba(238, 251, 255, 0.74) 100%
    );
}

.wxp-shell {
  position: relative;
  z-index: 1;
  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
================================ */

.wxp-head {
  max-width: 1820px;
  margin: 0 auto;
  text-align: center;
}

.wxp-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 0 10px;
  padding: 6px 11px;

  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.07);

  color: var(--wxp-purple);
  font-size: 0.76rem;
  font-weight: 850;
  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: 850;
  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
================================ */

.wxp-note {
  max-width: 1480px;
  margin: 20px auto 0;
  border: 1px solid rgba(111, 31, 229, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 31, 229, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 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.45;
  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(111, 31, 229, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow: 0 14px 34px rgba(42, 1, 70, 0.08);
  min-width: 0;
}

.wxp-plan-finder-group:nth-child(2) {
  background: #eefbff;
  border-color: rgba(0, 192, 243, 0.24);
}

.wxp-plan-finder-group:nth-child(3) {
  background: #fffaf0;
  border-color: rgba(244, 199, 107, 0.42);
}

.wxp-plan-finder-group:nth-child(4) {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.18);
}

.wxp-plan-finder-label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b5870;
}

.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(111, 31, 229, 0.16);
  border-radius: 999px;
  background: #ffffff;

  color: #4b5870;
  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(111, 31, 229, 0.30);
  background: #f7f1ff;
}

.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(111, 31, 229, 0.30);
  background:
    linear-gradient(135deg, var(--wxp-purple) 0%, var(--wxp-blue) 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(90, 19, 199, 0.22);
}

.wxp-recommender-signals {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--wxp-text-muted);
}

.subscription-card.is-recommended {
  outline: 2px solid rgba(111, 31, 229, 0.32);
  box-shadow: 0 18px 45px rgba(42, 1, 70, 0.16);
}

@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(111, 31, 229, 0.11);
}

.wxp-note .ai-help-link,
.wxp-note-linkrow .ai-help-link {
  appearance: none;
  border: 1px solid rgba(111, 31, 229, 0.14);
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 8px 14px;

  color: var(--wxp-purple);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;

  text-decoration: none;
  cursor: pointer;

  box-shadow: 0 8px 20px rgba(42, 1, 70, 0.06);

  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: var(--wxp-deep);
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.30);
  box-shadow: 0 12px 28px rgba(42, 1, 70, 0.10);
  transform: translateY(-1px);
  outline: none;
}

.wxp-note .ai-help-link:focus-visible,
.wxp-note-linkrow .ai-help-link:focus-visible {
  outline: 3px solid rgba(111, 31, 229, 0.12);
  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: 850;
  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: 1px solid rgba(111, 31, 229, 0.16);
  background: rgba(255, 255, 255, 0.90);

  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.07);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wxp-toggle-btn {
  border: 0;
  background: transparent;
  color: var(--wxp-purple);
  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, var(--wxp-purple) 0%, var(--wxp-blue) 100%);
  color: #ffffff;
}

.wxp-toggle-bonus {
  margin-left: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--wxp-cyan);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ===============================
   RECOMMENDER
================================ */

.wxp-recommender {
  margin: 0 auto 28px;
  padding: 28px 26px 24px;
  border-radius: 28px;

  background:
    radial-gradient(circle at 18% 0%, rgba(111, 31, 229, 0.28), transparent 34%),
    radial-gradient(circle at 96% 8%, rgba(0, 192, 243, 0.14), transparent 30%),
    linear-gradient(180deg, #160038 0%, #0b1020 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 26px 64px rgba(11, 16, 32, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);

  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.66);
  font-size: 0.78rem;
  font-weight: 850;
  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: 850;
}

.wxp-recommender-head p {
  margin: 0;
  max-width: 80ch;
  color: rgba(255, 255, 255, 0.74);
  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.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.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: var(--wxp-purple);
  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%,
    #2563eb 34%,
    #00c0f3 68%,
    #f4c76b 100%
  );
  background-size: 180% 100%;
  animation: wxpBarFlow 5.5s 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(111, 31, 229, 0.45),
    0 8px 18px rgba(11, 16, 32, 0.62);
  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(111, 31, 229, 0.45),
    0 8px 18px rgba(11, 16, 32, 0.62);
  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.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.wxp-recommender-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 850;
  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: 850;
}

#wxpRecommendedReason {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  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: 999px;

  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 850;
  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: #ffffff;
  color: var(--wxp-deep);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.wxp-recommender-btn-primary:hover {
  background: #f7f1ff;
}

.wxp-recommender-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #ffffff;
}

.wxp-recommender-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.44);
}

/* ===============================
   PLAN FINDER — USAGE ESTIMATE
================================ */

.wxp-usage-estimate-card {
  color: rgba(255, 255, 255, 0.82);
}

.wxp-usage-estimate-card .wxp-recommender-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.70);
}

.wxp-usage-estimate-card #wxpEstimatedCredits {
  display: block;
  margin-bottom: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.wxp-usage-estimate-card #wxpEstimatedTopup {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
}

.wxp-usage-estimate-card .wxp-recommender-signals {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

/* ===============================
   GRID
================================ */

.wxp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.wxp-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 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 rgba(111, 31, 229, 0.13);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);

  box-shadow:
    0 16px 38px rgba(42, 1, 70, 0.10),
    0 8px 16px rgba(42, 1, 70, 0.05);

  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 26px 54px rgba(42, 1, 70, 0.15),
    0 10px 20px rgba(42, 1, 70, 0.07);
  border-color: rgba(111, 31, 229, 0.24);
}

.wxp-card-regular .wxp-card-shell {
  border-color: rgba(244, 199, 107, 0.44);
}

.wxp-card-pro .wxp-card-shell {
  border-color: rgba(111, 31, 229, 0.18);
}

.wxp-card-premium .wxp-card-shell {
  border-color: rgba(0, 192, 243, 0.24);
}

.wxp-card-elite .wxp-card-shell {
  border-color: rgba(111, 31, 229, 0.26);
}

.wxp-card-featured .wxp-card-shell {
  border-color: rgba(0, 192, 243, 0.42);
  box-shadow:
    0 0 0 2px rgba(0, 192, 243, 0.12),
    0 24px 52px rgba(42, 1, 70, 0.16);
}

.wxp-card.is-recommended .wxp-card-shell {
  border-color: rgba(111, 31, 229, 0.38);
  box-shadow:
    0 0 0 2px rgba(111, 31, 229, 0.12),
    0 24px 52px rgba(42, 1, 70, 0.16);
}

/* ===============================
   CARD TOP
================================ */

.wxp-card-top {
  padding: 16px 16px 0;
}

.wxp-price {
  min-height: 138px;
  padding: 18px 18px 16px;
  border-radius: 18px;

  background:
    radial-gradient(circle at 100% 0%, rgba(111, 31, 229, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  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 #ffffff;
}

.wxp-card-regular .wxp-price {
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 199, 107, 0.22), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-color: rgba(244, 199, 107, 0.44);
}

.wxp-card-pro .wxp-price {
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 31, 229, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f1ff 100%);
  border-color: rgba(111, 31, 229, 0.20);
}

.wxp-card-premium .wxp-price {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 192, 243, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eefbff 100%);
  border-color: rgba(0, 192, 243, 0.26);
}

.wxp-card-elite .wxp-price {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 13, 150, 0.11), transparent 32%),
    radial-gradient(circle at 0% 0%, rgba(111, 31, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border-color: rgba(111, 31, 229, 0.26);
}

.wxp-plan-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;

  background: rgba(111, 31, 229, 0.08);
  color: var(--wxp-purple);

  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 850;
}

.wxp-price-value {
  display: block;
  font-size: clamp(2rem, 2vw, 2.45rem);
  line-height: 0.98;
  font-weight: 850;
  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, var(--wxp-purple) 0%, var(--wxp-pink) 100%);
  color: #ffffff;

  font-size: 0.72rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  box-shadow: 0 12px 26px 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: 850;
}

.wxp-subtitle {
  margin: 10px 0 16px;
  color: #8a94a6;
  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 rgba(111, 31, 229, 0.12);
  border-radius: 14px;
  background: rgba(111, 31, 229, 0.05);

  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: 850;
  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: var(--wxp-purple);
  box-shadow: 0 0 0 4px rgba(111, 31, 229, 0.10);
}

.wxp-card-regular .wxp-features li::before {
  background: var(--wxp-gold-deep);
  box-shadow: 0 0 0 4px rgba(244, 199, 107, 0.20);
}

.wxp-card-premium .wxp-features li::before {
  background: #0369a1;
  box-shadow: 0 0 0 4px rgba(0, 192, 243, 0.12);
}

.wxp-card-elite .wxp-features li::before {
  background: var(--wxp-purple);
  box-shadow: 0 0 0 4px rgba(111, 31, 229, 0.12);
}

/* ===============================
   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: 999px;
  text-decoration: none;

  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  background:
    linear-gradient(135deg, var(--wxp-purple) 0%, var(--wxp-blue) 100%);
  box-shadow: 0 14px 28px rgba(90, 19, 199, 0.22);

  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);
  box-shadow: 0 18px 36px rgba(90, 19, 199, 0.30);
}

.wxp-card-regular .wxp-btn {
  background:
    linear-gradient(135deg, #92400e 0%, #f4c76b 100%);
  color: #ffffff;
}

.wxp-card-pro .wxp-btn {
  background:
    linear-gradient(135deg, var(--wxp-purple) 0%, var(--wxp-blue) 100%);
}

.wxp-card-premium .wxp-btn,
.wxp-card-featured .wxp-btn {
  background:
    linear-gradient(135deg, var(--wxp-blue) 0%, var(--wxp-cyan) 100%);
}

.wxp-card-elite .wxp-btn {
  background:
    linear-gradient(135deg, var(--wxp-deep) 0%, var(--wxp-purple) 54%, var(--wxp-pink) 100%);
}

/* ===============================
   PLAN-SPECIFIC TAG TINTS
================================ */

.wxp-card-regular .wxp-plan-tag {
  background: rgba(244, 199, 107, 0.18);
  color: var(--wxp-gold-deep);
}

.wxp-card-pro .wxp-plan-tag {
  background: rgba(111, 31, 229, 0.08);
  color: var(--wxp-purple);
}

.wxp-card-premium .wxp-plan-tag {
  background: rgba(0, 192, 243, 0.12);
  color: #0369a1;
}

.wxp-card-elite .wxp-plan-tag {
  background: rgba(111, 31, 229, 0.10);
  color: var(--wxp-purple);
}

/* ===============================
   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));
  }

  .wxp-grid-5 {
    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,
  .wxp-grid-5 {
    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 — SAAS AI ================= */

.ai-final-cta-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(111, 31, 229, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 13, 150, 0.08), transparent 26%),
    radial-gradient(circle at 78% 92%, rgba(0, 192, 243, 0.08), transparent 24%),
    linear-gradient(180deg, #fbf9ff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(111, 31, 229, 0.12);
}

.ai-final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(248, 244, 255, 0.68) 52%,
      rgba(238, 251, 255, 0.72) 100%
    );
}

.ai-final-cta-section .cta-box {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 30px;

  border: 1px solid rgba(111, 31, 229, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 31, 229, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(0, 192, 243, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);

  box-shadow:
    0 20px 48px rgba(42, 1, 70, 0.12),
    inset 0 1px 0 #ffffff;

  text-align: center;
}

.ai-final-cta-section .kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 0 10px;
  padding: 6px 11px;

  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.07);

  color: #6f1fe5;
  font-size: 0.76rem;
  font-weight: 850;
  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: 820;
  text-wrap: balance;
}

.ai-final-cta-section p {
  max-width: 68ch;
  margin: 14px auto 0;
  color: #667187;
  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%, #2563eb 58%, #00c0f3 100%);
  border: 1px solid rgba(111, 31, 229, 0.24);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(90, 19, 199, 0.24);
}

.ai-final-cta-section .btn.btn-primary:hover,
.ai-final-cta-section .btn.btn-primary:focus-visible {
  background:
    linear-gradient(135deg, #5a13c7 0%, #1d4ed8 58%, #0891b2 100%);
  border-color: rgba(111, 31, 229, 0.34);
  box-shadow: 0 18px 38px rgba(90, 19, 199, 0.32);
}

.ai-final-cta-section .ai-estimator-pay-btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(111, 31, 229, 0.16);
  color: #4f0fb8;
  box-shadow: 0 10px 24px rgba(42, 1, 70, 0.07);
}

.ai-final-cta-section .ai-estimator-pay-btn-secondary:hover,
.ai-final-cta-section .ai-estimator-pay-btn-secondary:focus-visible {
  background: #f7f1ff;
  border-color: rgba(111, 31, 229, 0.30);
  color: #160038;
  box-shadow: 0 14px 30px rgba(42, 1, 70, 0.11);
}

@media (max-width: 760px) {
  .ai-final-cta-section .cta-box {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .ai-final-cta-section .cta-actions {
    flex-direction: column;
  }

  .ai-final-cta-section .cta-actions .btn {
    width: 100%;
  }
}
/* ================= GLOBAL BENEFITS AUTO HEX SLIDER — SAAS AI ================= */

.wxp-hex-section {
  position: relative;
  padding: 56px 0 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(111, 31, 229, 0.10), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(0, 192, 243, 0.08), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(111, 31, 229, 0.12);
  border-bottom: 1px solid rgba(111, 31, 229, 0.12);
}

.wxp-hex-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(248, 244, 255, 0.70) 52%,
      rgba(238, 251, 255, 0.74) 100%
    );
}

.wxp-hex-shell {
  position: relative;
  z-index: 1;
  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.14);
  box-shadow:
    0 16px 34px rgba(42, 1, 70, 0.09),
    inset 0 1px 0 #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wxp-hex-shape::before {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: -1;

  clip-path: polygon(
    25% 6%,
    75% 6%,
    100% 50%,
    75% 94%,
    25% 94%,
    0% 50%
  );

  background:
    radial-gradient(circle at 100% 0%, rgba(111, 31, 229, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
}

.wxp-hex-card:nth-child(4n + 1) .wxp-hex-shape {
  border-color: rgba(111, 31, 229, 0.18);
}

.wxp-hex-card:nth-child(4n + 2) .wxp-hex-shape {
  border-color: rgba(0, 192, 243, 0.26);
}

.wxp-hex-card:nth-child(4n + 3) .wxp-hex-shape {
  border-color: rgba(244, 199, 107, 0.44);
}

.wxp-hex-card:nth-child(4n + 4) .wxp-hex-shape {
  border-color: rgba(255, 13, 150, 0.22);
}

.wxp-hex-card-featured .wxp-hex-shape {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 13, 150, 0.10), transparent 34%),
    radial-gradient(circle at 0% 0%, rgba(111, 31, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border-color: rgba(111, 31, 229, 0.30);
  box-shadow:
    0 22px 44px rgba(90, 19, 199, 0.18),
    inset 0 1px 0 #ffffff;
}

.wxp-hex-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 16px;

  background:
    linear-gradient(135deg, #6f1fe5 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 1rem;

  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.22);
}

.wxp-hex-card:nth-child(4n + 2) .wxp-hex-icon {
  background:
    linear-gradient(135deg, #2563eb 0%, #00c0f3 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.20);
}

.wxp-hex-card:nth-child(4n + 3) .wxp-hex-icon {
  background:
    linear-gradient(135deg, #92400e 0%, #f4c76b 100%);
  box-shadow: 0 12px 24px rgba(146, 64, 14, 0.18);
}

.wxp-hex-card:nth-child(4n + 4) .wxp-hex-icon {
  background:
    linear-gradient(135deg, #6f1fe5 0%, #ff0d96 100%);
  box-shadow: 0 12px 24px rgba(255, 13, 150, 0.18);
}

.wxp-hex-card-featured .wxp-hex-icon {
  background:
    linear-gradient(135deg, #160038 0%, #6f1fe5 54%, #ff0d96 100%);
  box-shadow: 0 14px 28px rgba(90, 19, 199, 0.26);
}

.wxp-hex-number {
  display: inline-block;
  margin-bottom: 10px;

  color: #6f1fe5;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wxp-hex-card:nth-child(4n + 2) .wxp-hex-number {
  color: #0369a1;
}

.wxp-hex-card:nth-child(4n + 3) .wxp-hex-number {
  color: #92400e;
}

.wxp-hex-card:nth-child(4n + 4) .wxp-hex-number {
  color: #d41486;
}

.wxp-hex-card-featured .wxp-hex-number {
  color: #6f1fe5;
}

.wxp-hex-shape h4 {
  margin: 0 0 10px;

  color: #160038;
  font-size: 1.02rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 800;
  max-width: 14ch;
}

.wxp-hex-shape p {
  margin: 0;

  color: #667187;
  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: 14px;
    font-size: 0.92rem;
  }

  .wxp-hex-shape h4 {
    font-size: 0.96rem;
  }

  .wxp-hex-shape p {
    font-size: 0.8rem;
  }
}


