/* =========================================================
   WebsDocs AI Industrial Solution Page
   Theme: Light AI Industrial / Purple + Steel + Control Panels
   Primary: #6f1fe5
   Accent: #2563eb / #06b6d4
========================================================= */

/* =========================================================
   Base Page
========================================================= */

.ai-mega-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 31, 229, 0.10), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(6, 182, 212, 0.08), transparent 30%),
    radial-gradient(circle at 76% 72%, rgba(255, 13, 150, 0.055), transparent 28%),
    linear-gradient(180deg, #fbf9ff 0%, #f4f0fb 46%, #ffffff 100%);
  color: #160038;
}

.mega-container {
  width: min(1820px, calc(100% - 48px));
  margin: 0 auto;
}

.mega-section {
  position: relative;
  padding: 110px 0;
}

.mega-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 15px;
  border: 1px solid rgba(111, 31, 229, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #5a13c7;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow:
    0 10px 24px rgba(90, 19, 199, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mega-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f1fe5;
  box-shadow: 0 0 18px rgba(111, 31, 229, 0.48);
}

.mega-title {
  margin: 18px 0 0;
  color: #160038;
  font-size: clamp(38px, 4.6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 850;
}

.mega-title span {
  color: #6f1fe5;
  text-shadow: 0 0 34px rgba(111, 31, 229, 0.14);
}

.mega-lead {
  margin: 24px 0 0;
  max-width: 820px;
  color: #5f687c;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.72;
}

.mega-btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.mega-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

.mega-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  box-shadow:
    0 18px 42px rgba(90, 19, 199, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.mega-btn-primary:hover,
.mega-btn-primary:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 24px 58px rgba(90, 19, 199, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  outline: none;
}

.mega-btn-secondary {
  color: #4f0fb8;
  border: 1px solid rgba(111, 31, 229, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 12px 28px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.mega-btn-secondary:hover,
.mega-btn-secondary:focus-visible {
  color: #2a0146;
  border-color: rgba(111, 31, 229, 0.28);
  background: rgba(111, 31, 229, 0.075);
  transform: translateY(-3px);
  outline: none;
}

/* =========================================================
   Hero
========================================================= */

.mega-hero {
  position: relative;
  min-height: 820px;
  padding: 118px 0 90px;
  isolation: isolate;
}

.mega-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(111, 31, 229, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 31, 229, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
  z-index: -2;
}

.mega-hero::after {
  content: "";
  position: absolute;
  width: 740px;
  height: 740px;
  right: -190px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.16), transparent 64%);
  filter: blur(10px);
  z-index: -1;
}

.mega-hero-inner {
  width: min(1820px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.mega-hero-copy {
  max-width: 880px;
}

.mega-hero h1 {
  margin: 22px 0 0;
  color: #160038;
  font-size: clamp(48px, 5.8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.mega-hero h1 span {
  color: #6f1fe5;
  text-shadow: 0 0 34px rgba(111, 31, 229, 0.14);
}

.mega-hero-text {
  max-width: 780px;
  margin: 28px 0 0;
  color: #5f687c;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.72;
}

.mega-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mega-hero-point {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(111, 31, 229, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4f5870;
  font-size: 14px;
  font-weight: 750;
  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-hero-point::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f1fe5;
  box-shadow: 0 0 14px rgba(111, 31, 229, 0.36);
}

/* =========================================================
   Hero Visual / Chat + People Interaction Panel
========================================================= */

.mega-visual {
  position: relative;
  min-height: 620px;
}

.mega-chat-shell {
  position: relative;
  max-width: 820px;
  margin-left: auto;
  padding: 20px;
  border: 1px solid rgba(111, 31, 229, 0.22);
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.12), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  box-shadow:
    0 30px 90px rgba(42, 1, 70, 0.22),
    0 0 46px rgba(111, 31, 229, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mega-chat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 18px;
}

.mega-chat-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mega-chat-logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 58%, #2563eb 100%);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(90, 19, 199, 0.30);
}

.mega-chat-brand strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.mega-chat-brand span {
  display: block;
  margin-top: 2px;
  color: rgba(247, 242, 255, 0.70);
  font-size: 13px;
}

.mega-chat-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #d8c9ff;
  font-size: 13px;
  font-weight: 800;
}

.mega-chat-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06b6d4;
  box-shadow: 0 0 15px rgba(6, 182, 212, 0.80);
}

.mega-chat-window {
  min-height: 480px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(111, 31, 229, 0.20), transparent 36%),
    radial-gradient(circle at 88% 8%, rgba(6, 182, 212, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(22, 0, 56, 0.86), rgba(17, 24, 39, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mega-message {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.mega-message.user {
  justify-content: flex-end;
}

.mega-avatar {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.mega-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-bubble {
  max-width: 72%;
  padding: 15px 17px;
  border-radius: 20px;
  color: rgba(247, 242, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-message.ai .mega-bubble {
  background: rgba(111, 31, 229, 0.16);
  border-color: rgba(111, 31, 229, 0.34);
}

.mega-message.user .mega-bubble {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 58%, #2563eb 100%);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(90, 19, 199, 0.24);
}

.mega-action-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(111, 31, 229, 0.24);
}

.mega-action-card strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.mega-action-card p {
  margin: 7px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.mega-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.mega-mini-stat {
  padding: 15px;
  border-radius: 18px;
  background: rgba(111, 31, 229, 0.13);
  border: 1px solid rgba(111, 31, 229, 0.24);
}

.mega-mini-stat strong {
  color: #d8c9ff;
  font-size: 22px;
}

.mega-mini-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 12px;
}

/* Floating Badges */

.mega-float-card {
  position: absolute;
  z-index: 2;
  width: 230px;
  padding: 17px;
  border-radius: 22px;
  border: 1px solid rgba(111, 31, 229, 0.18);
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 70px rgba(42, 1, 70, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mega-float-card strong {
  display: block;
  color: #160038;
  font-size: 15px;
}

.mega-float-card span {
  display: block;
  margin-top: 7px;
  color: #6e7890;
  font-size: 13px;
  line-height: 1.45;
}

.mega-float-1 {
  left: 0;
  top: 68px;
}

.mega-float-2 {
  right: 16px;
  bottom: 64px;
}

.mega-float-3 {
  left: 42px;
  bottom: 26px;
}

/* =========================================================
   Extra Hero Blocks For Industry Page
========================================================= */

.mega-hero-subtext {
  margin-top: 16px;
  font-size: clamp(16px, 1.05vw, 20px);
  color: #6e7890;
}

.mega-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.mega-hero-metric {
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow:
    0 14px 34px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-hero-metric strong {
  display: block;
  color: #160038;
  font-size: 16px;
  line-height: 1.25;
}

.mega-hero-metric small {
  display: block;
  margin-top: 9px;
  color: #6e7890;
  font-size: 13px;
  line-height: 1.55;
}

.mega-people-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.mega-person-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.mega-person-card strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}

.mega-person-card span {
  display: block;
  margin-top: 4px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.mega-avatar-img {
  background: rgba(111, 31, 229, 0.18);
}

.mega-routing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 22px;
}

.mega-routing-card {
  min-height: 160px;
  padding: 17px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 31, 229, 0.20);
}

.mega-routing-card span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.mega-routing-card strong {
  display: block;
  margin-top: 13px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.mega-routing-card p {
  margin: 8px 0 0;
  color: rgba(247, 242, 255, 0.70);
  font-size: 13px;
  line-height: 1.5;
}

.mega-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-status-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.14);
  border: 1px solid rgba(111, 31, 229, 0.26);
  color: #e8dcff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .mega-hero-metrics,
  .mega-routing-grid {
    grid-template-columns: 1fr;
  }

  .mega-people-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .mega-hero-metrics {
    margin-top: 24px;
  }

  .mega-person-card {
    align-items: flex-start;
  }

  .mega-status-strip span {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   Mobile Fixes For AI Mega Industry Page
   Scoped only to this page — does not touch global header
========================================================= */

@media (max-width: 720px) {
  .mega-container,
  .mega-hero-inner {
    width: min(100% - 28px, 100%);
    margin-inline: auto;
  }

  .mega-hero {
    min-height: auto;
    padding: 64px 0 52px;
  }

  .mega-hero-inner {
    display: block;
  }

  .mega-hero-copy {
    max-width: 100%;
  }

  .mega-eyebrow {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.35;
    padding: 8px 12px;
    white-space: normal;
  }

  .mega-hero h1 {
    max-width: 100%;
    margin-top: 20px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .mega-hero h1 br {
    display: none;
  }

  .mega-hero-text {
    max-width: 100%;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.72;
  }

  .mega-hero-subtext {
    font-size: 15px;
    line-height: 1.7;
  }

  .mega-hero-points {
    gap: 9px;
    margin-top: 24px;
  }

  .mega-hero-point {
    width: 100%;
    justify-content: flex-start;
    font-size: 13px;
  }

  .mega-btn-row {
    margin-top: 26px;
  }

  .mega-btn {
    width: 100%;
    min-height: 52px;
  }

  .mega-hero-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .mega-visual {
    margin-top: 34px;
    min-height: auto;
  }

  .mega-chat-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .mega-chat-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .mega-chat-status {
    width: fit-content;
  }

  .mega-people-row,
  .mega-routing-grid,
  .mega-mini-stats {
    grid-template-columns: 1fr;
  }

  .mega-message.user {
    justify-content: flex-start;
  }

  .mega-bubble {
    max-width: 100%;
  }

  .mega-float-card {
    display: none;
  }

  .mega-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
  }

  .mega-title br {
    display: none;
  }

  .mega-lead {
    font-size: 16px;
    line-height: 1.72;
  }
}

@media (max-width: 390px) {
  .mega-container,
  .mega-hero-inner {
    width: min(100% - 20px, 100%);
  }

  .mega-hero h1 {
    font-size: 37px;
  }

  .mega-hero-text {
    font-size: 15px;
  }
}


/* =========================================================
   Intro Section
========================================================= */

.mega-intro {
  position: relative;
  padding: 90px 0 80px;
}

.mega-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(111, 31, 229, 0.06), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(6, 182, 212, 0.045), transparent 30%);
  pointer-events: none;
}

.mega-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: start;
}

.mega-intro-card {
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.075), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 255, 0.88));
  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow:
    0 24px 60px rgba(42, 1, 70, 0.10),
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.mega-intro-card p {
  margin: 0;
  color: #5f687c;
  font-size: 18px;
  line-height: 1.78;
}

.mega-intro-list {
  display: grid;
  gap: 16px;
}

.mega-intro-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(111, 31, 229, 0.11);
  box-shadow:
    0 16px 38px rgba(42, 1, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-intro-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(111, 31, 229, 0.12), rgba(37, 99, 235, 0.10));
  color: #6f1fe5;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 229, 0.10);
}

.mega-intro-item h3 {
  margin: 0;
  color: #160038;
  font-size: 18px;
}

.mega-intro-item p {
  margin: 7px 0 0;
  color: #6e7890;
  font-size: 15px;
  line-height: 1.62;
}

/* =========================================================
   Industry Blocks
========================================================= */

.mega-industry {
  position: relative;
}

.mega-industry-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: center;
  padding: 56px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 20% 15%, rgba(111, 31, 229, 0.08), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.045), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 255, 0.86));
  border: 1px solid rgba(111, 31, 229, 0.13);
  box-shadow:
    0 28px 70px rgba(42, 1, 70, 0.11),
    0 12px 28px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.mega-industry:nth-child(even) .mega-industry-wrap {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
}

.mega-industry:nth-child(even) .mega-industry-copy {
  order: 2;
}

.mega-industry:nth-child(even) .mega-industry-panel {
  order: 1;
}

.mega-industry-copy h2 {
  margin: 18px 0 0;
  color: #160038;
  font-size: clamp(36px, 3.5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mega-industry-copy h2 span {
  color: #6f1fe5;
  text-shadow: 0 0 28px rgba(111, 31, 229, 0.13);
}

.mega-industry-copy p {
  margin: 22px 0 0;
  color: #5f687c;
  font-size: 18px;
  line-height: 1.75;
}

.mega-feature-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.mega-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #4f5870;
  font-size: 15px;
  line-height: 1.55;
}

.mega-feature::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(111, 31, 229, 0.10);
  color: #6f1fe5;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 229, 0.08);
}

.mega-industry-panel {
  min-height: 520px;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.12), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow:
    0 28px 80px rgba(42, 1, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mega-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.mega-panel-header strong {
  color: #ffffff;
  font-size: 18px;
}

.mega-panel-header span {
  color: #d8c9ff;
  font-size: 13px;
  font-weight: 800;
}

.mega-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mega-dashboard-card {
  min-height: 150px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.mega-dashboard-card.large {
  grid-column: 1 / -1;
  min-height: 190px;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 31, 229, 0.20), transparent 38%),
    radial-gradient(circle at 10% 10%, rgba(6, 182, 212, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.058);
}

.mega-dashboard-card small {
  color: rgba(247, 242, 255, 0.66);
  font-size: 13px;
}

.mega-dashboard-card strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 24px;
}

.mega-dashboard-card p {
  margin: 10px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.mega-progress {
  overflow: hidden;
  height: 9px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.mega-progress span {
  display: block;
  height: 100%;
  width: 72%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6f1fe5 0%, #5a13c7 48%, #2563eb 100%);
  box-shadow: 0 0 24px rgba(111, 31, 229, 0.42);
}

/* =========================================================
   CTA Section
========================================================= */

.mega-final-cta {
  padding: 120px 0 130px;
}

.mega-cta-box {
  position: relative;
  overflow: hidden;
  padding: 74px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 12% 12%, rgba(111, 31, 229, 0.12), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(6, 182, 212, 0.07), transparent 30%),
    radial-gradient(circle at 78% 86%, rgba(255, 13, 150, 0.055), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.90));
  border: 1px solid rgba(111, 31, 229, 0.18);
  box-shadow:
    0 30px 80px rgba(42, 1, 70, 0.13),
    0 12px 30px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  text-align: center;
}

.mega-cta-box::after {
  content: "";
  position: absolute;
  inset: auto -12% -48% -12%;
  height: 340px;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.14), transparent 68%);
  pointer-events: none;
}

.mega-cta-box h2 {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  color: #160038;
  font-size: clamp(42px, 4.6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.mega-cta-box h2 span {
  color: #6f1fe5;
  text-shadow: 0 0 28px rgba(111, 31, 229, 0.13);
}

.mega-cta-box p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 24px auto 0;
  color: #5f687c;
  font-size: 19px;
  line-height: 1.72;
}

.mega-cta-box .mega-btn-row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
/* =========================================================
   Mega Industry Intro Section
========================================================= */

.mega-intro {
  position: relative;
  padding: 100px 0 115px;
}

.mega-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(111, 31, 229, 0.075), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(6, 182, 212, 0.055), transparent 30%),
    radial-gradient(circle at 72% 82%, rgba(255, 13, 150, 0.035), transparent 26%);
  pointer-events: none;
}

.mega-intro-head {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin-bottom: 46px;
}

.mega-intro-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mega-intro-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  color: #4f5870;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(111, 31, 229, 0.13);
  font-size: 14px;
  font-weight: 800;
  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-intro-pills i {
  color: #6f1fe5;
  font-size: 14px;
}

.mega-intro-main-card,
.mega-intro-side-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 42px;
  border-radius: 38px;
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow:
    0 28px 72px rgba(42, 1, 70, 0.11),
    0 12px 28px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.mega-intro-main-card {
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.11), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(6, 182, 212, 0.055), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.88));
}

.mega-intro-side-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(111, 31, 229, 0.075), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(255, 13, 150, 0.045), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 249, 252, 0.88));
}

.mega-intro-main-card::after,
.mega-intro-side-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  bottom: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.12), transparent 68%);
  pointer-events: none;
}

.mega-card-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.085);
  border: 1px solid rgba(111, 31, 229, 0.15);
  color: #5a13c7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-card-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f1fe5;
  box-shadow: 0 0 14px rgba(111, 31, 229, 0.48);
}

.mega-intro-main-card h3,
.mega-intro-side-card h3 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 22px 0 0;
  color: #160038;
  font-size: clamp(32px, 2.8vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.mega-intro-side-card h3 {
  max-width: 680px;
}

.mega-intro-main-card p,
.mega-intro-side-card p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 22px 0 0;
  color: #5f687c;
  font-size: 17px;
  line-height: 1.75;
}

.mega-system-preview {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.12), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow:
    0 24px 60px rgba(42, 1, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mega-system-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.mega-system-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(247, 242, 255, 0.70);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.mega-system-tabs span.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(90, 19, 199, 0.24);
}

.mega-system-stack {
  display: grid;
  gap: 14px;
}

.mega-system-box {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 31, 229, 0.20);
}

.mega-system-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 229, 0.12);
}

.mega-system-box strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.mega-system-box small {
  display: block;
  margin-top: 6px;
  color: rgba(247, 242, 255, 0.70);
  font-size: 14px;
  line-height: 1.55;
}

.mega-operation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.mega-operation-card {
  min-height: 165px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow:
    0 14px 34px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-operation-card strong {
  display: block;
  color: #160038;
  font-size: 18px;
}

.mega-operation-card small {
  display: block;
  margin-top: 9px;
  color: #6e7890;
  font-size: 14px;
  line-height: 1.55;
}

.mega-intro-side-card .mega-btn-row {
  position: relative;
  z-index: 1;
}

/* Bottom CTA */

.mega-intro-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 26px;
  padding: 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(111, 31, 229, 0.09), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(6, 182, 212, 0.055), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 255, 0.88));
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow:
    0 24px 64px rgba(42, 1, 70, 0.10),
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.mega-intro-cta h3 {
  max-width: 980px;
  margin: 18px 0 0;
  color: #160038;
  font-size: clamp(28px, 2.35vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.mega-intro-cta p {
  max-width: 900px;
  margin: 16px 0 0;
  color: #5f687c;
  font-size: 16px;
  line-height: 1.7;
}

.mega-intro-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

/* Responsive */

@media (max-width: 1440px) {
  .mega-container,
  .mega-hero-inner {
    width: min(1320px, calc(100% - 40px));
  }

  .mega-hero-inner,
  .mega-industry-wrap,
  .mega-intro-grid {
    gap: 42px;
  }

  .mega-float-card {
    display: none;
  }
}

@media (max-width: 1180px) {
  .mega-operation-grid {
    grid-template-columns: 1fr;
  }

  .mega-intro-main-card,
  .mega-intro-side-card {
    min-height: auto;
  }

  .mega-intro-cta {
    grid-template-columns: 1fr;
  }

  .mega-intro-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1080px) {
  .mega-hero {
    min-height: auto;
    padding: 96px 0 70px;
  }

  .mega-hero-inner,
  .mega-intro-grid,
  .mega-industry-wrap,
  .mega-industry:nth-child(even) .mega-industry-wrap {
    grid-template-columns: 1fr;
  }

  .mega-industry:nth-child(even) .mega-industry-copy,
  .mega-industry:nth-child(even) .mega-industry-panel {
    order: initial;
  }

  .mega-chat-shell {
    margin: 0;
    max-width: 100%;
  }

  .mega-visual {
    min-height: auto;
  }

  .mega-industry-wrap {
    padding: 36px;
  }
}

@media (max-width: 720px) {
  .ai-mega-page {
    padding-top: 72px;
  }

  .mega-container,
  .mega-hero-inner {
    width: min(100% - 28px, 100%);
  }

  .mega-section {
    padding: 72px 0;
  }

  .mega-intro {
    padding: 72px 0 82px;
  }

  .mega-hero {
    padding: 78px 0 56px;
  }

  .mega-hero h1,
  .mega-title,
  .mega-industry-copy h2,
  .mega-cta-box h2 {
    letter-spacing: -0.045em;
  }

  .mega-btn {
    width: 100%;
  }

  .mega-chat-shell {
    padding: 12px;
    border-radius: 28px;
  }

  .mega-chat-window {
    padding: 16px;
    border-radius: 22px;
    min-height: auto;
  }

  .mega-bubble {
    max-width: 84%;
    font-size: 14px;
  }

  .mega-mini-stats,
  .mega-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .mega-industry-wrap,
  .mega-intro-card,
  .mega-cta-box {
    padding: 26px;
    border-radius: 30px;
  }

  .mega-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .mega-intro-main-card,
  .mega-intro-side-card {
    padding: 26px;
    border-radius: 30px;
  }

  .mega-intro-main-card h3,
  .mega-intro-side-card h3 {
    letter-spacing: -0.04em;
  }

  .mega-system-preview {
    padding: 16px;
    border-radius: 24px;
  }

  .mega-system-box {
    grid-template-columns: 1fr;
  }

  .mega-intro-cta {
    padding: 26px;
    border-radius: 30px;
  }

  .mega-intro-pills span {
    width: 100%;
  }

  .mega-intro-cta-actions .mega-btn {
    width: 100%;
  }
}

/* =========================================================
   Banks & Finance Section
========================================================= */

.mega-finance-panel {
  position: relative;
  overflow: hidden;
}

.mega-finance-panel::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.16), transparent 68%);
  pointer-events: none;
}

.mega-finance-dashboard {
  position: relative;
  z-index: 1;
}

.mega-finance-alert {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  margin-bottom: 16px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 31, 229, 0.18), transparent 38%),
    radial-gradient(circle at 12% 12%, rgba(6, 182, 212, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.058);
  border: 1px solid rgba(111, 31, 229, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mega-finance-alert span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-finance-alert strong {
  display: block;
  margin-top: 13px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.mega-finance-alert p {
  max-width: 540px;
  margin: 10px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.mega-finance-alert small {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  box-shadow: 0 12px 26px rgba(90, 19, 199, 0.24);
  font-size: 12px;
  font-weight: 900;
}

.mega-finance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mega-finance-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.mega-finance-step {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(111, 31, 229, 0.18);
}

.mega-finance-step span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.mega-finance-step strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
}

.mega-finance-step.is-active {
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.18), transparent 38%),
    rgba(111, 31, 229, 0.12);
  border-color: rgba(111, 31, 229, 0.32);
}

.mega-finance-step.is-active span {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  box-shadow: 0 10px 22px rgba(90, 19, 199, 0.24);
}

.mega-finance-line {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(111, 31, 229, 0.10),
    rgba(111, 31, 229, 0.72),
    rgba(37, 99, 235, 0.55),
    rgba(111, 31, 229, 0.10)
  );
}

@media (max-width: 720px) {
  .mega-finance-alert {
    flex-direction: column;
  }

  .mega-finance-grid {
    grid-template-columns: 1fr;
  }

  .mega-finance-flow {
    grid-template-columns: 1fr;
  }

  .mega-finance-line {
    width: 2px;
    height: 28px;
    margin: 0 auto;
    background: linear-gradient(
      180deg,
      rgba(111, 31, 229, 0.10),
      rgba(111, 31, 229, 0.72),
      rgba(37, 99, 235, 0.55),
      rgba(111, 31, 229, 0.10)
    );
  }
}

/* =========================================================
   Travel & Hospitality Section
========================================================= */

.mega-travel-panel {
  position: relative;
  overflow: hidden;
}

.mega-travel-panel::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: -170px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.14), transparent 68%);
  pointer-events: none;
}

.mega-travel-board {
  position: relative;
  z-index: 1;
}

.mega-travel-hero-card {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 12%, rgba(111, 31, 229, 0.18), transparent 38%),
    radial-gradient(circle at 12% 16%, rgba(6, 182, 212, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.058);
  border: 1px solid rgba(111, 31, 229, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mega-travel-hero-card span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-travel-hero-card strong {
  display: block;
  margin-top: 13px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.mega-travel-hero-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.mega-travel-date {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  box-shadow:
    0 18px 44px rgba(90, 19, 199, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mega-travel-date strong {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.mega-travel-date small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-travel-route {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.mega-travel-route-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(111, 31, 229, 0.18);
}

.mega-travel-route-item.is-active {
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.18), transparent 38%),
    rgba(111, 31, 229, 0.12);
  border-color: rgba(111, 31, 229, 0.32);
}

.mega-travel-dot {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border-radius: 50%;
  background: #06b6d4;
  box-shadow: 0 0 18px rgba(6, 182, 212, 0.72);
}

.mega-travel-route-item strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.mega-travel-route-item small {
  display: block;
  margin-top: 5px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.mega-travel-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 18px;
}

.mega-travel-card {
  min-height: 145px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 31, 229, 0.20);
}

.mega-travel-card small {
  color: rgba(247, 242, 255, 0.66);
  font-size: 12px;
}

.mega-travel-card strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 18px;
}

.mega-travel-card p {
  margin: 9px 0 0;
  color: rgba(247, 242, 255, 0.70);
  font-size: 13px;
  line-height: 1.5;
}

.mega-travel-chat {
  margin-top: 18px;
  padding: 18px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.20), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.10), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.mega-travel-chat .mega-message:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .mega-travel-hero-card {
    grid-template-columns: 1fr;
  }

  .mega-travel-date {
    width: 78px;
    height: 78px;
    border-radius: 22px;
  }

  .mega-travel-date strong {
    font-size: 28px;
  }

  .mega-travel-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Shopify & Ecommerce Section
========================================================= */

.mega-commerce-panel {
  position: relative;
  overflow: hidden;
}

.mega-commerce-panel::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -170px;
  bottom: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.16), transparent 68%);
  pointer-events: none;
}

.mega-commerce-board {
  position: relative;
  z-index: 1;
}

.mega-commerce-top-card {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 12%, rgba(111, 31, 229, 0.18), transparent 38%),
    radial-gradient(circle at 12% 16%, rgba(6, 182, 212, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.058);
  border: 1px solid rgba(111, 31, 229, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mega-commerce-top-card span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-commerce-top-card strong {
  display: block;
  margin-top: 13px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.mega-commerce-top-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.mega-commerce-order {
  display: grid;
  place-items: center;
  min-height: 100px;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  box-shadow:
    0 18px 44px rgba(90, 19, 199, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mega-commerce-order small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-commerce-order strong {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.mega-commerce-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 18px;
}

.mega-commerce-ticket {
  min-height: 168px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 31, 229, 0.20);
}

.mega-commerce-ticket.is-hot {
  background:
    radial-gradient(circle at 90% 8%, rgba(111, 31, 229, 0.18), transparent 42%),
    rgba(111, 31, 229, 0.10);
  border-color: rgba(111, 31, 229, 0.32);
}

.mega-commerce-ticket-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.mega-commerce-ticket-head span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mega-commerce-ticket-head small {
  color: rgba(247, 242, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.mega-commerce-ticket strong {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.mega-commerce-ticket p {
  margin: 9px 0 0;
  color: rgba(247, 242, 255, 0.70);
  font-size: 13px;
  line-height: 1.5;
}

.mega-commerce-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.mega-commerce-flow-step {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(111, 31, 229, 0.18);
}

.mega-commerce-flow-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.mega-commerce-flow-step strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 15px;
}

.mega-commerce-flow-step small {
  display: block;
  margin-top: 6px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.mega-commerce-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-commerce-status span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.14);
  border: 1px solid rgba(111, 31, 229, 0.26);
  color: #e8dcff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .mega-commerce-top-card {
    grid-template-columns: 1fr;
  }

  .mega-commerce-order {
    place-items: start;
    min-height: auto;
  }

  .mega-commerce-grid,
  .mega-commerce-flow {
    grid-template-columns: 1fr;
  }

  .mega-commerce-status span {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   Support Routing Section
========================================================= */

.mega-routing-section {
  position: relative;
  padding: 115px 0;
}

.mega-routing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(111, 31, 229, 0.075), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(6, 182, 212, 0.055), transparent 32%),
    radial-gradient(circle at 72% 80%, rgba(255, 13, 150, 0.035), transparent 26%);
  pointer-events: none;
}

.mega-routing-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 58px;
  align-items: center;
}

.mega-routing-copy {
  max-width: 860px;
}

.mega-routing-text {
  margin: 18px 0 0;
  color: #5f687c;
  font-size: 17px;
  line-height: 1.75;
}

.mega-routing-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.mega-routing-list-item {
  position: relative;
  padding: 20px 20px 20px 54px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow:
    0 14px 34px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mega-routing-list-item::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 21px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(111, 31, 229, 0.10);
  color: #6f1fe5;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 229, 0.08);
}

.mega-routing-list-item strong {
  display: block;
  color: #160038;
  font-size: 17px;
}

.mega-routing-list-item span {
  display: block;
  margin-top: 7px;
  color: #6e7890;
  font-size: 14px;
  line-height: 1.55;
}

.mega-routing-panel {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 28px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.12), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow:
    0 28px 80px rgba(42, 1, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mega-routing-panel::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -180px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 31, 229, 0.18), transparent 68%);
  pointer-events: none;
}

.mega-routing-map {
  position: relative;
  z-index: 1;
}

.mega-routing-source {
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 31, 229, 0.18), transparent 40%),
    radial-gradient(circle at 12% 14%, rgba(6, 182, 212, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.058);
  border: 1px solid rgba(111, 31, 229, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.mega-routing-source span,
.mega-routing-result span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-routing-source strong {
  display: block;
  margin-top: 13px;
  color: #ffffff;
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.mega-routing-source p,
.mega-routing-result p {
  margin: 10px 0 0;
  color: rgba(247, 242, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.mega-routing-branches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.mega-routing-branch {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 128px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 31, 229, 0.18);
}

.mega-routing-branch.is-active {
  background:
    radial-gradient(circle at 90% 8%, rgba(111, 31, 229, 0.18), transparent 42%),
    rgba(111, 31, 229, 0.10);
  border-color: rgba(111, 31, 229, 0.32);
}

.mega-routing-branch-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: rgba(111, 31, 229, 0.16);
  color: #d8c9ff;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 229, 0.12);
}

.mega-routing-branch strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
}

.mega-routing-branch span {
  display: block;
  margin-top: 7px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.mega-routing-result {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 31, 229, 0.18), transparent 40%),
    rgba(111, 31, 229, 0.10);
  border: 1px solid rgba(111, 31, 229, 0.28);
}

.mega-routing-result strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.mega-routing-result-badge {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 28px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow:
    0 18px 44px rgba(90, 19, 199, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 1080px) {
  .mega-routing-wrap {
    grid-template-columns: 1fr;
  }

  .mega-routing-panel {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .mega-routing-section {
    padding: 78px 0;
  }

  .mega-routing-branches,
  .mega-routing-result {
    grid-template-columns: 1fr;
  }

  .mega-routing-branch {
    grid-template-columns: 1fr;
  }

  .mega-routing-result-badge {
    width: 100%;
    height: 58px;
    border-radius: 18px;
  }
}

.mega-final-cta .mega-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.mega-closing-note {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 34px auto 0;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(111, 31, 229, 0.14);
  box-shadow:
    0 16px 38px rgba(42, 1, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  color: #5f687c;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.mega-closing-note span {
  color: #160038;
  font-weight: 900;
}

@media (max-width: 720px) {
  .mega-final-cta {
    padding: 78px 0 88px;
  }

  .mega-closing-note {
    font-size: 14px;
    line-height: 1.65;
  }
}



/* =========================================================
   INDUSTRY PRICING SECTION
   Light AI-industrial theme · Independent from AI pricing CSS
========================================================= */

.industry-pricing-section {
  position: relative;
  padding: 96px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 31, 229, 0.09), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(6, 182, 212, 0.055), transparent 30%),
    radial-gradient(circle at 76% 80%, rgba(255, 13, 150, 0.04), transparent 28%),
    linear-gradient(180deg, #fbf9ff 0%, #f4f0fb 46%, #ffffff 100%);
}

.industry-pricing-shell {
  width: min(1760px, calc(100% - 48px));
  margin: 0 auto;
}

.industry-pricing-head {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}

.industry-pricing-kicker,
.industry-recommender-kicker {
  margin: 0 0 10px;
  color: #6f1fe5;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.industry-pricing-title {
  margin: 0 auto;
  max-width: 48ch;
  color: #160038;
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 820;
  text-wrap: balance;
}

.industry-pricing-lead {
  margin: 16px auto 0;
  max-width: 104ch;
  color: #5f687c;
  font-size: 1rem;
  line-height: 1.76;
}

.industry-plans-managed {
  margin-top: 44px;
}

.industry-managed-head {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.industry-managed-intro {
  margin: 8px auto 0;
  max-width: 112ch;
  color: #6e7890;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* ================= PLAN FINDER ================= */

.industry-plan-finder {
  margin: 32px auto 0;
  padding: 28px 26px 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.12), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow:
    0 28px 80px rgba(42, 1, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.industry-recommender-head {
  max-width: 1040px;
  margin: 0 0 22px;
  text-align: left;
}

.industry-recommender-kicker {
  color: rgba(247, 242, 255, 0.70);
}

.industry-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: 820;
}

.industry-recommender-head p {
  margin: 0;
  max-width: 90ch;
  color: rgba(247, 242, 255, 0.72);
  line-height: 1.72;
}

.industry-recommender-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.84fr);
  gap: 18px;
  align-items: stretch;
}

.industry-recommender-meter {
  min-width: 0;
  padding: 22px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
}

.industry-recommender-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.industry-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: 850;
  letter-spacing: 0.04em;
}

.industry-recommender-range {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  outline: none;
  background: linear-gradient(
    90deg,
    #6f1fe5 0%,
    #5a13c7 28%,
    #2563eb 56%,
    #06b6d4 78%,
    #6f1fe5 100%
  );
  background-size: 200% 100%;
  animation: industryRangeFlow 10s linear infinite;
}

.industry-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;
}

.industry-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 industryRangeFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 220% 50%;
  }
}

.industry-recommender-scale {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.industry-recommender-scale span {
  text-align: center;
  color: rgba(247, 242, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 750;
}

.industry-recommender-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.industry-recommender-card {
  flex: 1 1 auto;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.055);
}

.industry-recommender-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(247, 242, 255, 0.62);
  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: 820;
}

#wxpRecommendedReason {
  margin: 0;
  color: rgba(247, 242, 255, 0.74);
  line-height: 1.68;
}

.industry-recommender-signals {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(247, 242, 255, 0.64);
}

.industry-recommender-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.industry-recommender-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  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;
}

.industry-recommender-btn:hover,
.industry-recommender-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.industry-recommender-btn-primary {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(90, 19, 199, 0.26);
}

.industry-recommender-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.industry-plan-finder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.industry-plan-finder-group {
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 24px;
  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;
}

.industry-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);
}

.industry-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.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  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;
}

.industry-plan-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.15);
}

.industry-plan-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.industry-plan-chip span {
  display: inline-block;
  white-space: nowrap;
}

.industry-plan-chip.is-selected {
  border-color: rgba(111, 31, 229, 0.82);
  background: linear-gradient(135deg, rgba(111, 31, 229, 0.96), rgba(37, 99, 235, 0.88));
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(90, 19, 199, 0.35);
}

/* ================= BILLING TOGGLE ================= */

.industry-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 20px;
}

.industry-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border-radius: 16px;
  border: 2px solid rgba(111, 31, 229, 0.72);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(80, 15, 184, 0.10);
}

.industry-toggle-btn {
  border: 0;
  background: transparent;
  color: #5a13c7;
  font: inherit;
  font-weight: 850;
  padding: 12px 18px;
  border-radius: 12px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.industry-toggle-btn:hover {
  transform: translateY(-1px);
}

.industry-toggle-btn.is-active {
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
}

.industry-toggle-bonus {
  margin-left: 6px;
  font-size: 0.72rem;
  font-weight: 850;
  color: #06b6d4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ================= PLAN GRID ================= */

.industry-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-top: 28px;
}

.industry-plan-card {
  min-width: 0;
  height: 100%;
}

.industry-plan-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(111, 31, 229, 0.12);
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow:
    0 18px 40px rgba(19, 25, 41, 0.065),
    0 8px 18px rgba(19, 25, 41, 0.035);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.industry-plan-shell:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 50px rgba(18, 25, 40, 0.10),
    0 10px 18px rgba(18, 25, 40, 0.05);
  border-color: rgba(111, 31, 229, 0.22);
}

.industry-plan-card-featured .industry-plan-shell {
  border-color: rgba(111, 31, 229, 0.42);
  box-shadow:
    0 0 0 2px rgba(111, 31, 229, 0.12),
    0 24px 48px rgba(90, 19, 199, 0.12);
}

.industry-popular {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(90, 19, 199, 0.24);
}

.industry-plan-top {
  padding: 16px 16px 0;
}

.industry-price-box {
  min-height: 148px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.08), transparent 34%),
    #ffffff;
  border: 1px solid rgba(111, 31, 229, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #160038;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.industry-plan-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.08);
  color: #5a13c7;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-price-value {
  display: block;
  color: #160038;
  font-size: clamp(1.22rem, 1.45vw, 1.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.industry-price-note {
  margin: 0;
  color: #6e7890;
  font-size: 0.82rem;
  line-height: 1.45;
}

.industry-plan-body {
  flex: 1 1 auto;
  padding: 22px 22px 0;
}

.industry-plan-body h3 {
  margin: 0;
  color: #160038;
  font-size: clamp(1.45rem, 1.9vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.industry-plan-subtitle {
  margin: 10px 0 0;
  color: #4f5870;
  font-size: 0.96rem;
  line-height: 1.55;
  font-weight: 700;
}

.industry-billing-note {
  margin: 14px 0 0;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(111, 31, 229, 0.065);
  border: 1px solid rgba(111, 31, 229, 0.10);
  color: #5a13c7;
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 750;
}

.industry-plan-copy {
  margin: 16px 0 0;
  color: #6e7890;
  font-size: 0.92rem;
  line-height: 1.68;
}

.industry-list-block {
  margin-top: 20px;
}

.industry-list-title {
  margin: 0 0 10px;
  color: #160038;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-features li {
  position: relative;
  padding-left: 26px;
  color: #5f687c;
  font-size: 0.9rem;
  line-height: 1.48;
}

.industry-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08em;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.10);
  color: #6f1fe5;
  font-size: 0.68rem;
  font-weight: 900;
}

.industry-plan-foot {
  padding: 22px;
  margin-top: auto;
}

.industry-plan-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(90, 19, 199, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.industry-plan-btn:hover,
.industry-plan-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(90, 19, 199, 0.28);
  outline: none;
}

/* ================= NOTE / TAILNOTE ================= */

.industry-note {
  max-width: 1480px;
  margin: 26px auto 0;
  border: 1px solid rgba(111, 31, 229, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
  box-shadow:
    0 18px 40px rgba(19, 25, 41, 0.06),
    0 8px 18px rgba(19, 25, 41, 0.03);
  overflow: hidden;
}

.industry-note-head {
  padding: 18px 20px 0;
  text-align: center;
}

.industry-note-head h3 {
  margin: 0;
  color: #160038;
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
  letter-spacing: -0.03em;
}

.industry-note-body {
  padding: 12px 22px 20px;
  text-align: center;
}

.industry-note-body p {
  margin: 0;
  color: #6e7890;
  font-size: 0.88rem;
  line-height: 1.6;
}

.industry-note-body p + p {
  margin-top: 9px;
}

.industry-note-linkrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px auto 0 !important;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 31, 229, 0.12);
}

.industry-help-link {
  appearance: none;
  border: 1px solid rgba(111, 31, 229, 0.18);
  border-radius: 999px;
  background: rgba(111, 31, 229, 0.075);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  color: #4f0fb8;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(90, 19, 199, 0.08);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.industry-help-link:hover,
.industry-help-link:focus-visible {
  color: #2a0146;
  background: rgba(111, 31, 229, 0.12);
  border-color: rgba(111, 31, 229, 0.32);
  box-shadow: 0 12px 28px rgba(90, 19, 199, 0.14);
  transform: translateY(-1px);
  outline: none;
}

.industry-tailnote {
  max-width: 1280px;
  margin: 24px auto 0;
  padding: 24px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(111, 31, 229, 0.12);
  box-shadow:
    0 16px 38px rgba(42, 1, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  text-align: center;
}

.industry-tailnote p {
  margin: 0 auto;
  max-width: 116ch;
  color: #5f687c;
  font-size: 0.92rem;
  line-height: 1.66;
}

.industry-tailnote p + p {
  margin-top: 10px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1320px) {
  .industry-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-plan-finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-recommender-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .industry-pricing-section {
    padding: 72px 0 56px;
  }

  .industry-pricing-shell {
    width: calc(100% - 24px);
  }

  .industry-plan-grid,
  .industry-plan-finder-grid {
    grid-template-columns: 1fr;
  }

  .industry-plan-finder {
    padding: 22px 16px;
    border-radius: 28px;
  }

  .industry-recommender-meter,
  .industry-recommender-card,
  .industry-plan-finder-group {
    border-radius: 22px;
  }

  .industry-recommender-topline strong {
    font-size: 1.18rem;
  }

  .industry-recommender-scale span {
    font-size: 0.68rem;
  }

  .industry-toggle {
    width: 100%;
  }

  .industry-toggle-btn {
    flex: 1 1 0;
    padding: 12px 10px;
    font-size: 0.82rem;
  }

  .industry-plan-shell {
    border-radius: 24px;
  }

  .industry-plan-top {
    padding: 14px 14px 0;
  }

  .industry-plan-body {
    padding: 20px 18px 0;
  }

  .industry-plan-foot {
    padding: 18px;
  }

  .industry-note-body {
    padding: 12px 16px 18px;
  }

  .industry-note-linkrow {
    flex-direction: column;
  }

  .industry-help-link {
    width: 100%;
  }

  .industry-tailnote {
    padding: 20px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-recommender-range {
    animation: none;
  }

  .industry-plan-shell,
  .industry-plan-btn,
  .industry-help-link,
  .industry-recommender-btn,
  .industry-plan-chip,
  .industry-toggle-btn {
    transition: none;
  }
}


/* =========================================================
   INDUSTRY USAGE POPUP
========================================================= */

.industry-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: grid;
  place-items: center;

  padding: 24px;

  background:
    radial-gradient(circle at 20% 0%, rgba(111, 31, 229, 0.20), transparent 34%),
    rgba(15, 23, 42, 0.54);

  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.industry-popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.industry-popup-panel {
  width: min(980px, 100%);
  max-height: min(86vh, 880px);
  overflow-y: auto;

  border-radius: 34px;
  border: 1px solid rgba(111, 31, 229, 0.18);

  background:
    radial-gradient(circle at 12% 0%, rgba(111, 31, 229, 0.12), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(6, 182, 212, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 255, 0.94));

  box-shadow:
    0 34px 100px rgba(15, 23, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.industry-popup-head {
  position: sticky;
  top: 0;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;

  padding: 26px 28px 22px;

  border-bottom: 1px solid rgba(111, 31, 229, 0.12);

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.90));

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.industry-popup-kicker {
  margin: 0 0 7px;
  color: #5a13c7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industry-popup-head h3 {
  margin: 0;
  color: #160038;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.industry-popup-close {
  flex: 0 0 auto;

  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(111, 31, 229, 0.14);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.76);
  color: #160038;

  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;

  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.industry-popup-close:hover,
.industry-popup-close:focus-visible {
  transform: translateY(-1px);
  background: rgba(111, 31, 229, 0.08);
  border-color: rgba(111, 31, 229, 0.26);
  outline: none;
}

.industry-popup-body {
  display: grid;
  gap: 18px;
  padding: 24px 28px 30px;
}

.industry-popup-block,
.industry-popup-card {
  border-radius: 24px;
  border: 1px solid rgba(111, 31, 229, 0.12);

  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.74);

  box-shadow:
    0 14px 34px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.industry-popup-block {
  padding: 22px;
}

.industry-popup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-popup-card {
  padding: 20px;
}

.industry-popup-icon {
  display: grid;
  place-items: center;

  width: 46px;
  height: 46px;
  margin-bottom: 14px;

  border-radius: 16px;

  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #ffffff;

  box-shadow:
    0 14px 30px rgba(90, 19, 199, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.industry-popup-block h4,
.industry-popup-card h4 {
  margin: 0;
  color: #160038;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.industry-popup-block p,
.industry-popup-card p {
  margin: 10px 0 0;
  color: #5f687c;
  font-size: 0.95rem;
  line-height: 1.7;
}

.industry-popup-warning {
  border-color: rgba(217, 119, 6, 0.22);
  background:
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.08), transparent 34%),
    rgba(255, 251, 235, 0.78);
}

.industry-popup-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: #5f687c;
  font-size: 0.95rem;
  line-height: 1.62;
}

.industry-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

html.industry-popup-open,
body.industry-popup-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .industry-popup-overlay {
    align-items: end;
    padding: 14px;
  }

  .industry-popup-panel {
    max-height: 90vh;
    border-radius: 28px;
  }

  .industry-popup-head {
    padding: 22px 20px 18px;
  }

  .industry-popup-body {
    padding: 18px 20px 24px;
  }

  .industry-popup-grid {
    grid-template-columns: 1fr;
  }

  .industry-popup-actions {
    justify-content: stretch;
  }

  .industry-popup-actions .mega-btn {
    width: 100%;
  }
}