/* =========================================================
   WebsDocs Industry Generator
   Client-facing activation setup page
   Theme follows Industry Solutions: Light AI Industrial / Purple + Steel
========================================================= */

.indgen-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;
}

.indgen-container {
  width: min(1820px, calc(100% - 48px));
  margin: 0 auto;
}

.indgen-eyebrow,
.indgen-kicker {
  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: 850;
  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);
}

.indgen-eyebrow::before,
.indgen-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f1fe5;
  box-shadow: 0 0 18px rgba(111, 31, 229, 0.48);
}

.indgen-hero {
  position: relative;
  min-height: 720px;
  padding: 118px 0 76px;
  isolation: isolate;
}

.indgen-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;
}

.indgen-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;
}

.indgen-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.75fr);
  align-items: center;
  gap: 72px;
}

.indgen-hero-copy {
  max-width: 1020px;
}

.indgen-hero h1 {
  margin: 22px 0 0;
  color: #160038;
  font-size: clamp(48px, 5.4vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.indgen-hero h1 span {
  color: #6f1fe5;
  text-shadow: 0 0 34px rgba(111, 31, 229, 0.14);
}

.indgen-hero-text {
  max-width: 880px;
  margin: 28px 0 0;
  color: #5f687c;
  font-size: clamp(18px, 1.15vw, 23px);
  line-height: 1.72;
}

.indgen-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.indgen-hero-points span {
  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: 800;
  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.indgen-hero-points span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f1fe5;
  box-shadow: 0 0 14px rgba(111, 31, 229, 0.36);
}

.indgen-hero-panel,
.indgen-workspace,
.indgen-intro-card {
  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);
}

.indgen-hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 28px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.24), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.13), transparent 28%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  border-color: rgba(111, 31, 229, 0.22);
  color: #ffffff;
}

.indgen-panel-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.indgen-panel-topline span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  border: 1px solid rgba(111, 31, 229, 0.30);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.indgen-panel-topline strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  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;
}

.indgen-instruction-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.indgen-instruction {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(111, 31, 229, 0.20);
}

.indgen-instruction.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.34);
}

.indgen-instruction b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  box-shadow: 0 10px 22px rgba(90, 19, 199, 0.24);
  font-size: 13px;
}

.indgen-instruction strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
}

.indgen-instruction small {
  display: block;
  margin-top: 7px;
  color: rgba(247, 242, 255, 0.70);
  font-size: 14px;
  line-height: 1.55;
}

.indgen-intro {
  padding: 0 0 34px;
}

.indgen-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 38px;
  align-items: center;
  padding: 38px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.09), transparent 32%),
    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));
}

.indgen-intro-card h2 {
  margin: 18px 0 0;
  color: #160038;
  font-size: clamp(28px, 2.35vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.indgen-intro-card p {
  margin: 0;
  color: #5f687c;
  font-size: 17px;
  line-height: 1.75;
}

.indgen-workspace-section {
  padding: 46px 0 125px;
}

.indgen-workspace {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  min-height: 860px;
  padding: 24px;
  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));
}

.indgen-rail {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 32px;
  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%);
  color: #fff;
  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);
}

.indgen-rail-head {
  padding: 14px 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.indgen-rail-head span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  border: 1px solid rgba(111, 31, 229, 0.30);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.indgen-rail-head strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.indgen-rail-head small {
  display: block;
  margin-top: 8px;
  color: rgba(247, 242, 255, 0.70);
  font-size: 13px;
  line-height: 1.5;
}

.indgen-step-btn {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(111, 31, 229, 0.20);
  border-radius: 20px;
  color: rgba(247, 242, 255, 0.78);
  background: rgba(255, 255, 255, 0.052);
  text-align: left;
  cursor: pointer;
}

.indgen-step-btn:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.indgen-step-btn span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.indgen-step-btn strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.indgen-step-btn small {
  display: block;
  margin-top: 5px;
  color: rgba(247, 242, 255, 0.62);
  font-size: 12.5px;
}

.indgen-step-btn.is-active {
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.18), transparent 38%),
    rgba(111, 31, 229, 0.14);
  border-color: rgba(111, 31, 229, 0.42);
}

.indgen-step-btn.is-active span,
.indgen-step-btn.is-complete span {
  color: #ffffff;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  box-shadow: 0 10px 22px rgba(90, 19, 199, 0.24);
}

.indgen-rail-note {
  margin-top: 6px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.indgen-rail-note strong,
.indgen-rail-note span {
  display: block;
}

.indgen-rail-note span {
  margin-top: 7px;
  color: rgba(247, 242, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.indgen-panels {
  position: relative;
  overflow: hidden;
  min-height: 810px;
  border-radius: 34px;
}

.indgen-panel {
  display: none;
  min-height: 810px;
  padding: 38px;
  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.96), rgba(250, 247, 255, 0.90));
  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);
  animation: indgenSlideIn 0.32s ease both;
}

.indgen-panel.is-active {
  display: block;
}

@keyframes indgenSlideIn {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

.indgen-panel-head {
  max-width: 980px;
  margin-bottom: 30px;
}

.indgen-panel-head h2 {
  margin: 18px 0 0;
  color: #160038;
  font-size: clamp(32px, 3vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.indgen-panel-head p:not(.indgen-kicker) {
  margin: 18px 0 0;
  color: #5f687c;
  font-size: 17px;
  line-height: 1.72;
}

.indgen-card-form {
  display: grid;
  gap: 18px;
}

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

.indgen-field {
  display: grid;
  gap: 8px;
}

.indgen-field[hidden] {
  display: none !important;
}

.indgen-field span {
  color: #4f5870;
  font-size: 13px;
  font-weight: 900;
}

.indgen-field input,
.indgen-field select,
.indgen-field textarea {
  width: 100%;
  border: 1px solid rgba(111, 31, 229, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #160038;
  font-size: 15px;
  line-height: 1.5;
  padding: 14px 16px;
  outline: none;
  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.indgen-field input:focus,
.indgen-field select:focus,
.indgen-field textarea:focus {
  border-color: rgba(111, 31, 229, 0.42);
  box-shadow:
    0 0 0 4px rgba(111, 31, 229, 0.10),
    0 10px 24px rgba(42, 1, 70, 0.045);
}

.indgen-field input[readonly] {
  background: rgba(244, 240, 251, 0.78);
  color: #6e7890;
}

.indgen-field-large input {
  min-height: 66px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.indgen-field-full {
  grid-column: 1 / -1;
}

.indgen-action-row,
.indgen-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.indgen-primary-btn,
.indgen-secondary-btn,
.indgen-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.indgen-primary-btn {
  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);
}

.indgen-secondary-btn,
.indgen-copy-btn {
  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);
}

.indgen-primary-btn:hover,
.indgen-secondary-btn:hover,
.indgen-copy-btn:hover {
  transform: translateY(-2px);
}

.indgen-primary-btn:disabled,
.indgen-secondary-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.indgen-status-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(111, 31, 229, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #4f5870;
  font-size: 15px;
  line-height: 1.6;
}

.indgen-status-box.is-success {
  border-color: rgba(16, 185, 129, 0.28);
  background: rgba(236, 253, 245, 0.86);
  color: #065f46;
}

.indgen-status-box.is-error {
  border-color: rgba(239, 68, 68, 0.24);
  background: rgba(254, 242, 242, 0.88);
  color: #991b1b;
}

.indgen-plan-grid,
.indgen-workflow-grid,
.indgen-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.indgen-plan-card,
.indgen-workflow-card,
.indgen-result-card,
.indgen-review-card {
  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.78);
  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);
}

.indgen-plan-card span,
.indgen-result-card span {
  display: block;
  color: #6e7890;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.indgen-plan-card strong,
.indgen-result-card strong {
  display: block;
  margin-top: 8px;
  color: #160038;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.indgen-plan-card small,
.indgen-result-card small {
  display: block;
  margin-top: 8px;
  color: #6e7890;
  line-height: 1.5;
}

.indgen-workflow-card {
  cursor: pointer;
  position: relative;
}

.indgen-workflow-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.indgen-workflow-card strong {
  display: block;
  color: #160038;
  font-size: 18px;
}

.indgen-workflow-card p {
  margin: 9px 0 0;
  color: #6e7890;
  font-size: 14px;
  line-height: 1.55;
}

.indgen-workflow-card.is-selected {
  border-color: rgba(111, 31, 229, 0.34);
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.92);
}

.indgen-workflow-card.is-selected::after {
  content: "✓";
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
  color: #fff;
  font-weight: 900;
}

.indgen-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.indgen-review-card h3,
.indgen-json-card h3 {
  margin: 0 0 14px;
  color: #160038;
  font-size: 22px;
}

.indgen-review-list {
  display: grid;
  gap: 12px;
}

.indgen-review-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(111, 31, 229, 0.10);
  color: #4f5870;
}

.indgen-review-list strong {
  color: #160038;
  text-align: right;
  overflow-wrap: anywhere;
}

.indgen-json-card pre,
.indgen-code-block {
  max-height: 380px;
  overflow: auto;
  margin: 0;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.18), transparent 34%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  color: rgba(247, 242, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.indgen-snippet-stack {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.indgen-snippet-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(111, 31, 229, 0.13);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 14px 34px rgba(42, 1, 70, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.indgen-snippet-card h3 {
  margin: 0 0 12px;
  color: #160038;
  font-size: 20px;
}

.indgen-snippet-card textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid rgba(111, 31, 229, 0.16);
  border-radius: 18px;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  color: #160038;
  background: rgba(255, 255, 255, 0.86);
}

@media (max-width: 1440px) {
  .indgen-container {
    width: min(1320px, calc(100% - 40px));
  }

  .indgen-workspace {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 1080px) {
  .indgen-hero {
    min-height: auto;
    padding: 96px 0 70px;
  }

  .indgen-hero-inner,
  .indgen-intro-card,
  .indgen-workspace,
  .indgen-review-grid {
    grid-template-columns: 1fr;
  }

  .indgen-rail {
    position: relative;
    top: auto;
  }

  .indgen-plan-grid,
  .indgen-workflow-grid,
  .indgen-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .indgen-page {
    padding-top: 72px;
  }

  .indgen-container {
    width: min(100% - 28px, 100%);
  }

  .indgen-hero {
    padding: 78px 0 52px;
  }

  .indgen-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .indgen-hero-text,
  .indgen-intro-card p,
  .indgen-panel-head p:not(.indgen-kicker) {
    font-size: 15px;
  }

  .indgen-hero-panel,
  .indgen-intro-card,
  .indgen-workspace,
  .indgen-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .indgen-form-grid,
  .indgen-plan-grid,
  .indgen-workflow-grid,
  .indgen-result-grid {
    grid-template-columns: 1fr;
  }

  .indgen-field-large input {
    min-height: 58px;
    font-size: 18px;
  }

  .indgen-primary-btn,
  .indgen-secondary-btn,
  .indgen-copy-btn {
    width: 100%;
  }
}


/* =========================================================
   Workflow Guidance Fields — Final Client Setup
========================================================= */

.indgen-workflow-card small {
  display: block;
  margin-top: 12px;
  color: rgba(216, 201, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.indgen-flow-guidance {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.indgen-flow-empty {
  padding: 22px;
  border-radius: 24px;
  color: #6e7890;
  background: 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);
}

.indgen-flow-detail {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(111, 31, 229, 0.15);
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.085), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.045), transparent 30%),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 20px 54px rgba(42, 1, 70, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.indgen-flow-detail-head {
  padding: 24px 24px 0;
}

.indgen-flow-detail-head span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  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;
}

.indgen-flow-detail-head strong {
  display: block;
  margin-top: 14px;
  color: #160038;
  font-size: clamp(22px, 1.6vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.indgen-flow-detail-head p {
  max-width: 980px;
  margin: 10px 0 0;
  color: #5f687c;
  font-size: 15px;
  line-height: 1.65;
}

.indgen-flow-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px 24px 24px;
}

.indgen-flow-field textarea {
  min-height: 116px;
}

@media (max-width: 920px) {
  .indgen-flow-field-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
Industry Generator — Production Slider + Client Guidance Patch
Append-only patch. Does not replace existing base styles.
========================================================= */

/* ---------- Production wording support sections ---------- */

.indgen-client-guide,
.indgen-closing-help {
padding: 34px 0;
}

.indgen-guide-shell,
.indgen-closing-shell {
border: 1px solid rgba(111, 31, 229, 0.14);
border-radius: 38px;
background:
radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.075), transparent 32%),
radial-gradient(circle at 88% 16%, rgba(6, 182, 212, 0.045), transparent 30%),
linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 255, 0.88));
box-shadow:
0 24px 60px rgba(42, 1, 70, 0.085),
0 10px 24px rgba(15, 23, 42, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.86);
padding: 38px;
}

.indgen-guide-head,
.indgen-closing-head {
max-width: 980px;
}

.indgen-guide-head h2,
.indgen-closing-head h2 {
margin: 18px 0 0;
color: #160038;
font-size: clamp(30px, 2.6vw, 52px);
line-height: 1.04;
letter-spacing: -0.05em;
}

.indgen-guide-head p,
.indgen-closing-head p {
margin: 16px 0 0;
color: #5f687c;
font-size: 17px;
line-height: 1.72;
}

.indgen-guide-grid,
.indgen-faq-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 26px;
}

.indgen-guide-card,
.indgen-faq-card {
position: relative;
overflow: hidden;
padding: 22px;
border-radius: 26px;
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.78);
box-shadow:
0 14px 34px rgba(42, 1, 70, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.indgen-guide-card b {
display: grid;
place-items: center;
width: 46px;
height: 46px;
border-radius: 16px;
color: #ffffff;
background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
box-shadow: 0 12px 26px rgba(90, 19, 199, 0.18);
font-size: 13px;
font-weight: 900;
}

.indgen-guide-card h3,
.indgen-faq-card h3 {
margin: 16px 0 0;
color: #160038;
font-size: 20px;
line-height: 1.16;
letter-spacing: -0.025em;
}

.indgen-guide-card p,
.indgen-faq-card p {
margin: 10px 0 0;
color: #5f687c;
font-size: 14.5px;
line-height: 1.62;
}

.indgen-guide-list {
display: grid;
gap: 10px;
margin: 16px 0 0;
padding: 0;
list-style: none;
}

.indgen-guide-list li {
position: relative;
padding-left: 18px;
color: #5f687c;
font-size: 14px;
line-height: 1.55;
}

.indgen-guide-list li::before {
content: "";
position: absolute;
left: 0;
top: 0.66em;
width: 7px;
height: 7px;
border-radius: 999px;
background: #6f1fe5;
box-shadow: 0 0 12px rgba(111, 31, 229, 0.22);
}

.indgen-payment-note {
display: grid;
grid-template-columns: 54px minmax(0, 1fr);
gap: 16px;
align-items: start;
margin-top: 24px;
padding: 20px;
border-radius: 26px;
border: 1px solid rgba(111, 31, 229, 0.14);
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.075), transparent 34%),
rgba(255, 255, 255, 0.76);
}

.indgen-payment-note b {
display: grid;
place-items: center;
width: 54px;
height: 54px;
border-radius: 18px;
color: #ffffff;
background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
font-size: 14px;
font-weight: 900;
}

.indgen-payment-note strong {
display: block;
color: #160038;
font-size: 18px;
}

.indgen-payment-note span {
display: block;
margin-top: 6px;
color: #5f687c;
font-size: 14.5px;
line-height: 1.62;
}

/* ---------- Profile 3-slide layout ---------- */

.indgen-substep-shell {
display: grid;
gap: 22px;
}

.indgen-substep-nav {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-bottom: 6px;
}

.indgen-substep-btn {
position: relative;
display: grid;
grid-template-columns: 44px minmax(0, 1fr);
gap: 12px;
align-items: start;
min-height: 96px;
padding: 16px;
border: 1px solid rgba(111, 31, 229, 0.13);
border-radius: 24px;
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.045), transparent 34%),
rgba(255, 255, 255, 0.74);
color: #160038;
text-align: left;
cursor: pointer;
box-shadow:
0 12px 28px rgba(42, 1, 70, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.82);
transition:
transform 0.22s ease,
border-color 0.22s ease,
box-shadow 0.22s ease,
background 0.22s ease;
}

.indgen-substep-btn:hover {
transform: translateY(-2px);
border-color: rgba(111, 31, 229, 0.24);
}

.indgen-substep-btn span {
display: grid;
place-items: center;
width: 44px;
height: 44px;
border-radius: 15px;
color: #5a13c7;
background: rgba(111, 31, 229, 0.08);
font-size: 12px;
font-weight: 950;
}

.indgen-substep-btn strong,
.indgen-substep-btn small {
display: block;
}

.indgen-substep-btn strong {
color: #160038;
font-size: 15px;
line-height: 1.2;
}

.indgen-substep-btn small {
margin-top: 5px;
color: #6e7890;
font-size: 12.5px;
line-height: 1.35;
}

.indgen-substep-btn.is-active {
border-color: rgba(111, 31, 229, 0.34);
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.12), transparent 34%),
rgba(255, 255, 255, 0.94);
box-shadow:
0 18px 42px rgba(90, 19, 199, 0.10),
inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.indgen-substep-btn.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.18);
}

.indgen-substep-panel {
display: none;
padding: 24px;
border-radius: 30px;
border: 1px solid rgba(111, 31, 229, 0.14);
background:
radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.07), transparent 32%),
radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.04), transparent 30%),
rgba(255, 255, 255, 0.80);
box-shadow:
0 18px 48px rgba(42, 1, 70, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.86);
animation: indgenSoftSlide 0.28s ease both;
}

.indgen-substep-panel.is-active {
display: block;
}

.indgen-substep-head {
max-width: 980px;
margin-bottom: 20px;
}

.indgen-substep-head h3 {
margin: 14px 0 0;
color: #160038;
font-size: clamp(24px, 1.8vw, 36px);
line-height: 1.08;
letter-spacing: -0.04em;
}

.indgen-substep-head p {
margin: 10px 0 0;
color: #5f687c;
font-size: 15px;
line-height: 1.65;
}

.indgen-substep-actions {
border-top: 1px solid rgba(111, 31, 229, 0.10);
padding-top: 18px;
}

/* ---------- Workflow 6-slide layout ---------- */

.indgen-workflow-slider {
margin-top: 22px;
}

.indgen-workflow-slide-nav {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 10px;
margin-bottom: 16px;
}

.indgen-workflow-slide-btn {
display: grid;
gap: 8px;
align-content: start;
min-height: 88px;
padding: 13px;
border: 1px solid rgba(111, 31, 229, 0.13);
border-radius: 20px;
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.045), transparent 34%),
rgba(255, 255, 255, 0.74);
color: #160038;
text-align: left;
cursor: pointer;
box-shadow:
0 10px 24px rgba(42, 1, 70, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.82);
transition:
transform 0.22s ease,
border-color 0.22s ease,
box-shadow 0.22s ease,
background 0.22s ease;
}

.indgen-workflow-slide-btn:hover {
transform: translateY(-2px);
border-color: rgba(111, 31, 229, 0.24);
}

.indgen-workflow-slide-btn span {
display: grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 13px;
color: #5a13c7;
background: rgba(111, 31, 229, 0.08);
font-size: 11px;
font-weight: 950;
}

.indgen-workflow-slide-btn strong {
display: block;
color: #160038;
font-size: 13px;
line-height: 1.25;
}

.indgen-workflow-slide-btn.is-active {
border-color: rgba(111, 31, 229, 0.34);
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.12), transparent 34%),
rgba(255, 255, 255, 0.94);
box-shadow:
0 18px 42px rgba(90, 19, 199, 0.10),
inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.indgen-workflow-slide-btn.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.18);
}

.indgen-flow-detail {
display: none;
}

.indgen-flow-detail.is-active {
display: block;
animation: indgenSoftSlide 0.28s ease both;
}

.indgen-workflow-actions {
position: sticky;
bottom: 14px;
z-index: 8;
padding: 14px;
border: 1px solid rgba(111, 31, 229, 0.12);
border-radius: 24px;
background: rgba(255, 255, 255, 0.84);
box-shadow:
0 18px 44px rgba(42, 1, 70, 0.10),
inset 0 1px 0 rgba(255, 255, 255, 0.88);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}

/* ---------- Complete result tabs ---------- */

.indgen-complete-shell {
display: grid;
gap: 20px;
}

.indgen-complete-tabs {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 10px;
}

.indgen-complete-tab {
display: grid;
grid-template-columns: 36px minmax(0, 1fr);
gap: 10px;
align-items: center;
min-height: 68px;
padding: 12px;
border: 1px solid rgba(111, 31, 229, 0.13);
border-radius: 20px;
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.045), transparent 34%),
rgba(255, 255, 255, 0.74);
color: #160038;
text-align: left;
cursor: pointer;
box-shadow:
0 10px 24px rgba(42, 1, 70, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.82);
transition:
transform 0.22s ease,
border-color 0.22s ease,
background 0.22s ease;
}

.indgen-complete-tab:hover {
transform: translateY(-2px);
border-color: rgba(111, 31, 229, 0.24);
}

.indgen-complete-tab span {
display: grid;
place-items: center;
width: 36px;
height: 36px;
border-radius: 13px;
color: #5a13c7;
background: rgba(111, 31, 229, 0.08);
font-size: 11px;
font-weight: 950;
}

.indgen-complete-tab strong {
color: #160038;
font-size: 13px;
line-height: 1.2;
}

.indgen-complete-tab.is-active {
border-color: rgba(111, 31, 229, 0.34);
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.12), transparent 34%),
rgba(255, 255, 255, 0.94);
}

.indgen-complete-tab.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.18);
}

.indgen-complete-slide {
display: none;
padding: 24px;
border-radius: 30px;
border: 1px solid rgba(111, 31, 229, 0.14);
background:
radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.07), transparent 32%),
radial-gradient(circle at 88% 12%, rgba(6, 182, 212, 0.04), transparent 30%),
rgba(255, 255, 255, 0.80);
box-shadow:
0 18px 48px rgba(42, 1, 70, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.indgen-complete-slide.is-active {
display: block;
animation: indgenSoftSlide 0.28s ease both;
}

.indgen-complete-slide-head {
max-width: 940px;
margin-bottom: 20px;
}

.indgen-complete-slide-head h3 {
margin: 0;
color: #160038;
font-size: clamp(24px, 1.8vw, 36px);
line-height: 1.08;
letter-spacing: -0.04em;
}

.indgen-complete-slide-head p {
margin: 10px 0 0;
color: #5f687c;
font-size: 15px;
line-height: 1.65;
}

/* ---------- Result long-link cleanup ---------- */

.indgen-result-card {
min-width: 0;
}

.indgen-result-card strong {
max-width: 100%;
word-break: break-word;
overflow-wrap: anywhere;
}

.indgen-result-card .indgen-mini-actions {
margin-top: 14px;
}

.indgen-result-card .indgen-secondary-btn,
.indgen-result-card .indgen-copy-btn {
min-height: 42px;
padding: 0 16px;
font-size: 12.5px;
}

.indgen-snippet-card textarea {
max-height: 260px;
white-space: pre-wrap;
overflow-wrap: anywhere;
}

/* ---------- Safe animation ---------- */

@keyframes indgenSoftSlide {
from {
opacity: 0;
transform: translateY(12px);
}

to {
opacity: 1;
transform: translateY(0);
}
}

/* ---------- Production polish: remove dev/test visual feel ---------- */

.indgen-workflow-lock {
display: inline-flex;
width: fit-content;
min-height: 28px;
align-items: center;
padding: 0 10px;
margin-bottom: 12px;
border-radius: 999px;
color: #5a13c7;
background: rgba(111, 31, 229, 0.08);
border: 1px solid rgba(111, 31, 229, 0.14);
font-size: 11px;
font-weight: 950;
letter-spacing: 0.03em;
text-transform: uppercase;
}

.indgen-workflow-card.is-locked {
cursor: default;
}

.indgen-workflow-card.is-locked:hover {
transform: none;
}

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

@media (max-width: 1280px) {
.indgen-workflow-slide-nav {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indgen-complete-tabs {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indgen-guide-grid,
.indgen-faq-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 920px) {
.indgen-substep-nav,
.indgen-workflow-slide-nav,
.indgen-complete-tabs {
grid-template-columns: 1fr;
}

.indgen-substep-btn,
.indgen-workflow-slide-btn,
.indgen-complete-tab {
min-height: auto;
}

.indgen-substep-panel,
.indgen-complete-slide,
.indgen-guide-shell,
.indgen-closing-shell {
padding: 20px;
border-radius: 26px;
}

.indgen-workflow-actions {
position: static;
}

.indgen-guide-grid,
.indgen-faq-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
.indgen-substep-panel,
.indgen-complete-slide {
padding: 16px;
}

.indgen-payment-note {
grid-template-columns: 1fr;
}

.indgen-payment-note b {
width: 44px;
height: 44px;
border-radius: 15px;
}
}

/* =========================================================
Hero instruction cards — production setup guidance
========================================================= */

.indgen-hero-brief {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
max-width: 960px;
margin-top: 28px;
}

.indgen-hero-brief > div {
position: relative;
overflow: hidden;
min-height: 142px;
padding: 20px;
border-radius: 26px;
border: 1px solid rgba(111, 31, 229, 0.14);
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.09), transparent 34%),
radial-gradient(circle at 14% 18%, rgba(6, 182, 212, 0.045), transparent 32%),
rgba(255, 255, 255, 0.72);
box-shadow:
0 14px 34px rgba(42, 1, 70, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.86);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

.indgen-hero-brief > div::before {
content: "";
display: block;
width: 38px;
height: 5px;
margin-bottom: 14px;
border-radius: 999px;
background: linear-gradient(135deg, #6f1fe5 0%, #5a13c7 54%, #2563eb 100%);
box-shadow: 0 8px 20px rgba(90, 19, 199, 0.18);
}

.indgen-hero-brief strong {
display: block;
color: #160038;
font-size: 16px;
font-weight: 950;
letter-spacing: -0.015em;
}

.indgen-hero-brief p {
margin: 8px 0 0;
color: #5f687c;
font-size: 14.5px;
line-height: 1.62;
}

@media (max-width: 920px) {
.indgen-hero-brief {
grid-template-columns: 1fr;
max-width: 100%;
}
}

@media (max-width: 720px) {
.indgen-hero-brief > div {
min-height: auto;
padding: 18px;
border-radius: 22px;
}
}

@media (min-width: 1081px) {
.indgen-hero-inner {
align-items: start;
}

.indgen-hero-panel {
margin-top: 10px;
}
}

/* =========================================================
   Industry Generator v7 — Verified Setup Summary + Rail State
   Append this at the very bottom of industry-generator.css
   Works with JS v7 verified-summary rewrite
========================================================= */

/* ---------- Verified setup summary banner ---------- */

.indgen-activation-summary {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  margin: 0 0 24px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(111, 31, 229, 0.18);
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.12), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.055), transparent 28%),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    0 18px 46px rgba(42, 1, 70, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.indgen-activation-summary[hidden] {
  display: none !important;
}

.indgen-activation-summary-main {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(111, 31, 229, 0.24), transparent 34%),
    linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
  color: #ffffff;
  border: 1px solid rgba(111, 31, 229, 0.22);
  box-shadow:
    0 16px 38px rgba(42, 1, 70, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.indgen-activation-summary-main span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #d8c9ff;
  background: rgba(111, 31, 229, 0.18);
  border: 1px solid rgba(111, 31, 229, 0.32);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.indgen-activation-summary-main span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #8b5cf6;
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.62);
}

.indgen-activation-summary-main strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.indgen-activation-summary-main small {
  display: block;
  margin-top: 10px;
  color: rgba(247, 242, 255, 0.74);
  font-size: 13.5px;
  line-height: 1.58;
}

.indgen-activation-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.indgen-activation-summary-grid div {
  min-width: 0;
  padding: 16px;
  border-radius: 20px;
  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.76);
  box-shadow:
    0 10px 24px rgba(42, 1, 70, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.indgen-activation-summary-grid span {
  display: block;
  color: #6e7890;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.indgen-activation-summary-grid strong {
  display: block;
  margin-top: 7px;
  color: #160038;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

/* ---------- Left rail: completed / verified state ---------- */

.indgen-step-btn.is-complete {
  border-color: rgba(16, 185, 129, 0.34);
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.15), transparent 38%),
    rgba(255, 255, 255, 0.065);
}

.indgen-step-btn.is-complete span {
  color: #ffffff;
  background: linear-gradient(135deg, #10b981 0%, #059669 56%, #2563eb 100%);
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.18);
}

.indgen-step-btn.is-complete span::after {
  content: "";
  position: absolute;
}

.indgen-step-btn.is-complete strong::after {
  content: " ✓";
  color: #86efac;
  font-weight: 950;
}

.indgen-rail-head strong {
  overflow-wrap: anywhere;
}

.indgen-rail-head small {
  overflow-wrap: anywhere;
}

/* ---------- Plan verified cards: stronger confirmed look ---------- */

[data-step-panel="plan"] .indgen-plan-card:first-child {
  border-color: rgba(16, 185, 129, 0.28);
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.86);
}

[data-step-panel="plan"] .indgen-plan-card:first-child strong {
  color: #065f46;
}

/* ---------- Business profile tab text balance ---------- */

.indgen-substep-btn small {
  max-width: 320px;
}

.indgen-substep-btn {
  min-height: 116px;
}

/* ---------- Workflow nav polish after validation ---------- */

.indgen-workflow-slide-btn.is-active {
  outline: 3px solid rgba(111, 31, 229, 0.08);
}

.indgen-workflow-card.is-locked .indgen-workflow-lock {
  color: #065f46;
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.18);
}

/* ---------- Complete result polish ---------- */

.indgen-complete-tab.is-active {
  outline: 3px solid rgba(111, 31, 229, 0.08);
}

.indgen-result-card strong[data-copy-full-value] {
  cursor: copy;
}

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

@media (max-width: 1180px) {
  .indgen-activation-summary {
    grid-template-columns: 1fr;
  }

  .indgen-activation-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .indgen-activation-summary {
    padding: 16px;
    border-radius: 24px;
  }

  .indgen-activation-summary-grid {
    grid-template-columns: 1fr;
  }

  .indgen-activation-summary-main {
    border-radius: 20px;
  }

  .indgen-substep-btn {
    min-height: auto;
  }
}

.indgen-owner-confirmation {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
gap: 22px;
align-items: stretch;
margin: 0 0 28px;
padding: 24px;
border-radius: 32px;
border: 1px solid rgba(111, 31, 229, 0.18);
background:
radial-gradient(circle at 12% 10%, rgba(111, 31, 229, 0.12), transparent 32%),
radial-gradient(circle at 88% 16%, rgba(6, 182, 212, 0.07), transparent 30%),
linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.90));
box-shadow:
0 24px 62px rgba(42, 1, 70, 0.10),
0 10px 24px rgba(15, 23, 42, 0.05),
inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.indgen-owner-confirmation-copy {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
padding: 24px;
border-radius: 26px;
color: #ffffff;
background:
radial-gradient(circle at top right, rgba(111, 31, 229, 0.26), transparent 36%),
linear-gradient(135deg, #160038 0%, #111827 52%, #22003b 100%);
border: 1px solid rgba(111, 31, 229, 0.24);
box-shadow:
0 18px 44px rgba(42, 1, 70, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.indgen-owner-confirmation-copy span {
display: inline-flex;
width: fit-content;
align-items: center;
min-height: 32px;
padding: 0 12px;
border-radius: 999px;
color: #d8c9ff;
background: rgba(111, 31, 229, 0.18);
border: 1px solid rgba(111, 31, 229, 0.34);
font-size: 11px;
font-weight: 950;
text-transform: uppercase;
letter-spacing: 0.04em;
}

.indgen-owner-confirmation-copy span::before {
content: "";
width: 7px;
height: 7px;
margin-right: 8px;
border-radius: 999px;
background: #86efac;
box-shadow: 0 0 16px rgba(134, 239, 172, 0.60);
}

.indgen-owner-confirmation-copy h3 {
margin: 16px 0 0;
color: #ffffff;
font-size: clamp(28px, 2.4vw, 48px);
line-height: 1.02;
letter-spacing: -0.055em;
}

.indgen-owner-confirmation-copy p {
margin: 14px 0 0;
color: rgba(247, 242, 255, 0.74);
font-size: 15.5px;
line-height: 1.68;
}

.indgen-owner-confirmation-meta {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}

.indgen-owner-confirmation-meta div {
min-width: 0;
padding: 18px;
border-radius: 22px;
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.78);
box-shadow:
0 12px 28px rgba(42, 1, 70, 0.05),
inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.indgen-owner-confirmation-meta span {
display: block;
color: #6e7890;
font-size: 11px;
font-weight: 950;
text-transform: uppercase;
letter-spacing: 0.04em;
}

.indgen-owner-confirmation-meta strong {
display: block;
margin-top: 8px;
color: #160038;
font-size: 15px;
line-height: 1.35;
overflow-wrap: anywhere;
}

@media (max-width: 1280px) {
.indgen-owner-confirmation {
grid-template-columns: 1fr;
}

.indgen-owner-confirmation-meta {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 720px) {
.indgen-owner-confirmation {
padding: 16px;
border-radius: 26px;
}

.indgen-owner-confirmation-copy {
padding: 20px;
border-radius: 22px;
}

.indgen-owner-confirmation-meta {
grid-template-columns: 1fr;
}
}
