.setup-hero {
  padding-top: 6.2rem;
}

.setup-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.2rem;
  align-items: center;
}

.setup-hero-copy h1 {
  margin: 0;
  max-width: 16ch;
  line-height: 1.22;
  font-size: clamp(2rem, 3.3vw, 3.05rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-weight: 700;
  color: #95b0ff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-subtext {
  margin: 1rem 0 0;
  color: var(--muted);
  max-width: 58ch;
}

.setup-hero-visual {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  min-height: 460px;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 22%, rgba(47, 105, 255, 0.22), transparent 44%),
    radial-gradient(circle at 84% 76%, rgba(124, 92, 255, 0.18), transparent 40%),
    linear-gradient(160deg, rgba(12, 18, 37, 0.92), rgba(6, 10, 22, 0.98));
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.6;
  animation: pulseOrb 6s ease-in-out infinite;
}

.orb-a {
  width: 140px;
  height: 140px;
  left: -42px;
  top: -42px;
  background: radial-gradient(circle, rgba(55, 128, 255, 0.52), rgba(55, 128, 255, 0));
}

.orb-b {
  width: 150px;
  height: 150px;
  right: -54px;
  bottom: -60px;
  background: radial-gradient(circle, rgba(125, 94, 255, 0.45), rgba(125, 94, 255, 0));
  animation-delay: 1.2s;
}

.dashboard-mock {
  position: absolute;
  top: 11%;
  left: 8%;
  right: 24%;
  height: 62%;
  border: 1px solid rgba(82, 141, 255, 0.35);
  border-radius: 16px;
  background: rgba(9, 18, 39, 0.76);
  backdrop-filter: blur(7px);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.dash-top {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.72rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-top .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(148, 181, 255, 0.95);
}

.dash-top p {
  margin: 0 0 0 0.46rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #dbe5ff;
}

.site-preview {
  padding: 0.72rem;
}

.site-nav {
  display: flex;
  gap: 0.48rem;
  margin-bottom: 0.55rem;
}

.site-nav span {
  font-size: 0.58rem;
  color: #b7c9ee;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.14rem 0.36rem;
}

.site-layout {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.58rem;
  display: grid;
  grid-template-columns: 1fr 98px;
  gap: 0.58rem;
  min-height: 150px;
}

.site-copy h4 {
  margin: 0;
  color: #ecf3ff;
  font-size: 0.72rem;
  line-height: 1.3;
}

.site-copy p {
  margin: 0.34rem 0 0;
  color: #b9cceb;
  font-size: 0.58rem;
  line-height: 1.4;
}

.site-copy button {
  margin-top: 0.48rem;
  border: 1px solid rgba(107, 163, 255, 0.48);
  color: #fff;
  background: linear-gradient(120deg, #306cff, #7c5cff);
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 700;
  padding: 0.3rem 0.48rem;
}

.site-stats {
  display: grid;
  gap: 0.34rem;
  align-content: start;
}

.site-stats span {
  display: block;
  font-size: 0.56rem;
  color: #d4e3ff;
  border: 1px solid rgba(103, 159, 255, 0.4);
  border-radius: 8px;
  padding: 0.24rem 0.3rem;
  text-align: center;
  background: rgba(54, 108, 255, 0.14);
}

.analytics-widget,
.booking-widget {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(11, 21, 43, 0.9);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  padding: 0.56rem;
}

.analytics-widget {
  right: 7%;
  top: 13%;
  width: 172px;
  animation: float 5.8s ease-in-out infinite;
}

.booking-widget {
  right: 8.5%;
  top: 48%;
  width: 154px;
  animation: float 5.8s ease-in-out infinite 0.9s;
}

.analytics-widget h4,
.booking-widget h4 {
  margin: 0;
  font-size: 0.66rem;
  color: #e3ecff;
}

.chart-lines {
  margin-top: 0.45rem;
  height: 54px;
  position: relative;
}

.chart-lines .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #4383ff, #8b66ff, transparent);
}

.line.l1 { top: 12px; animation: chartMove 2.8s ease-in-out infinite; }
.line.l2 { top: 26px; animation: chartMove 3.2s ease-in-out infinite 0.35s; }
.line.l3 { top: 40px; animation: chartMove 3.5s ease-in-out infinite 0.7s; }

.booking-widget p {
  margin: 0.4rem 0 0;
  color: #bfd0f2;
  font-size: 0.58rem;
  line-height: 1.4;
}

.booking-widget strong {
  color: #eef4ff;
}

.lead-toast {
  position: absolute;
  left: 10%;
  bottom: 12%;
  border: 1px solid rgba(103, 159, 255, 0.4);
  border-radius: 999px;
  background: rgba(47, 105, 255, 0.16);
  color: #d8e7ff;
  padding: 0.36rem 0.62rem;
  font-size: 0.6rem;
  animation: pulseOrb 4.6s ease-in-out infinite;
}

.mobile-mock {
  position: absolute;
  right: 12%;
  bottom: 9%;
  width: 114px;
  border: 1px solid var(--line);
  background: rgba(11, 21, 43, 0.95);
  border-radius: 16px;
  padding: 0.45rem;
  box-shadow: var(--shadow);
  animation: float 5.8s ease-in-out infinite 0.8s;
}

.mobile-top {
  height: 4px;
  width: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 0.4rem;
}

.mobile-mock h5 {
  margin: 0;
  color: #edf4ff;
  font-size: 0.58rem;
}

.mobile-call {
  margin-top: 0.35rem;
  font-size: 0.55rem;
  font-weight: 700;
  text-align: center;
  padding: 0.23rem 0.24rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 168, 255, 0.55);
  color: #fff;
  background: linear-gradient(120deg, #2f69ff, #6f5df7);
}

.mobile-form,
.mobile-review {
  margin-top: 0.36rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 0.26rem 0.3rem;
}

.mobile-form span,
.mobile-review {
  font-size: 0.51rem;
  color: #d5e3ff;
}

.mobile-form em {
  display: block;
  margin-top: 0.1rem;
  font-style: normal;
  font-size: 0.5rem;
  color: #aecaef;
}

.mobile-nav {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}

.mobile-nav span {
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

.setup-trust-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.setup-trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  text-align: center;
  padding: 0.65rem 0.8rem;
  font-weight: 600;
  font-size: 0.86rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.industry-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 0.9rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(44, 112, 255, 0.15), transparent 35%),
    var(--surface);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(93, 148, 255, 0.62);
  box-shadow: 0 14px 30px rgba(6, 11, 24, 0.42);
}

.industry-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(107, 163, 255, 0.55);
  background: linear-gradient(150deg, rgba(52, 117, 255, 0.18), rgba(124, 92, 255, 0.14));
  color: #bfceff;
  box-shadow: 0 0 18px rgba(81, 131, 255, 0.24);
}

.industry-icon svg {
  width: 22px;
  height: 22px;
}

.industry-card h3 {
  margin: 0;
  font-size: 0.98rem;
}

.industry-card p {
  margin: 0.32rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.setup-pricing-grid {
  align-items: start;
}

.plan-label {
  margin: 0.5rem 0 1rem;
  color: var(--muted);
}

.mini-tier-wrap {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
}

.mini-tier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.52rem 0.68rem;
  background: rgba(255, 255, 255, 0.03);
}

.mini-tier strong {
  font-size: 0.84rem;
}

.mini-tier span {
  color: #c4d6ff;
  font-weight: 700;
  font-size: 0.9rem;
}

.elite-card {
  padding: 1.4rem;
  border-color: rgba(131, 98, 255, 0.45);
  background:
    radial-gradient(circle at 12% -6%, rgba(69, 183, 136, 0.22), transparent 46%),
    radial-gradient(circle at 86% 106%, rgba(124, 92, 255, 0.22), transparent 45%),
    var(--surface);
}

.comparison-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}

.comparison-mobile {
  display: none;
  gap: 0.72rem;
}

.comparison-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  padding: 0.9rem;
  box-shadow: var(--shadow);
}

.comparison-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.comparison-item p + p {
  margin-top: 0.58rem;
  padding-top: 0.58rem;
  border-top: 1px solid var(--line);
}

.comparison-item .bad,
.comparison-item .good {
  display: block;
  font-weight: 700;
  margin-bottom: 0.12rem;
}

.comparison-item .bad {
  color: #ff9eb1;
}

.comparison-item .good {
  color: #95c0ff;
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison-head h3 {
  margin: 0;
  padding: 1rem 1.1rem;
  font-size: 1.1rem;
  border-bottom: 1px solid var(--line);
}

.comparison-head h3:first-child {
  color: #ff9eb1;
  border-right: 1px solid var(--line);
}

.comparison-head h3:last-child {
  color: #9ec0ff;
}

.comparison-row p {
  margin: 0;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.comparison-row p:first-child {
  border-right: 1px solid var(--line);
  color: #d3d8ea;
}

.comparison-row p:last-child {
  color: var(--text);
  font-weight: 600;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.timeline-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1rem;
  box-shadow: var(--shadow);
  position: relative;
}

.timeline-step span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, var(--primary), var(--primary-2));
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.timeline-step h3 {
  margin: 0 0 0.25rem;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.72rem;
  max-width: 860px;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.86rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.final-cta {
  border: 1px solid rgba(78, 142, 255, 0.5);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(1.3rem, 4vw, 2.4rem);
  text-align: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(47, 105, 255, 0.32), transparent 35%),
    radial-gradient(circle at 85% 88%, rgba(124, 92, 255, 0.3), transparent 38%),
    var(--surface);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
}

.final-cta p {
  margin: 0.7rem auto 0;
  color: var(--muted);
  max-width: 62ch;
}

.final-cta .hero-cta {
  justify-content: center;
}

@keyframes pulseOrb {
  0%,
  100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 0.62; }
}

@keyframes chartMove {
  0%,
  100% { transform: translateX(0); opacity: 0.8; }
  50% { transform: translateX(6px); opacity: 1; }
}

@keyframes sweep {
  0% { transform: translateX(-35%) rotate(-7deg); }
  100% { transform: translateX(35%) rotate(-7deg); }
}

@media (max-width: 1120px) {
  .setup-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 960px) {
  .setup-hero-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .setup-hero-visual {
    min-height: 360px;
  }

  .dashboard-mock {
    right: 28%;
  }
}

@media (max-width: 700px) {
  .industry-grid,
  .setup-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-card {
    display: none;
  }

  .comparison-mobile {
    display: grid;
  }

  .setup-hero-copy h1 {
    max-width: 22ch;
  }

  .analytics-widget,
  .booking-widget {
    width: 146px;
    right: 5%;
  }

  .lead-toast {
    left: 6%;
    bottom: 8%;
  }
}

@media (max-width: 520px) {
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setup-trust-row {
    grid-template-columns: 1fr;
  }

  .setup-hero-visual {
    min-height: 320px;
  }

  .dashboard-mock {
    left: 6%;
    right: 36%;
    top: 8%;
    height: 62%;
  }

  .site-layout {
    grid-template-columns: 1fr;
    min-height: 132px;
  }

  .site-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }

  .analytics-widget {
    top: 10%;
    right: 4%;
    width: 118px;
    padding: 0.45rem;
  }

  .booking-widget {
    right: 4%;
    top: 53%;
    width: 118px;
    padding: 0.45rem;
  }

  .lead-toast {
    display: none;
  }
}
