.demo-page {
  margin: 0;
  background: #eff4fb;
  color: #1f2f54;
}

.demo-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.demo-hero-bleed {
  width: 100%;
  margin: 0;
  padding: 12px 0 34px;
  background: radial-gradient(circle at 20% -10%, #3d92ff 0, #0b56c6 40%, #0642a2 100%);
  color: #ffffff;
}

.demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
}

.brand-logo {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 140px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc857, #ff9248, #15c97b, #1ed6ff, #3972ff);
}

.demo-links {
  display: inline-flex;
  gap: 24px;
}

.demo-links a {
  color: #dbe8ff;
  text-decoration: none;
  font-size: 1.2rem;
}

.demo-nav-actions {
  display: inline-flex;
  gap: 8px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 9px 16px;
}

.btn-login {
  background: rgba(255, 255, 255, 0.18);
  color: #f5f9ff;
}

.btn-start {
  background: linear-gradient(135deg, #ffe48f, #ffb94a);
  color: #3d2a00;
}

.hero-content-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: end;
}

.hero-main h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  line-height: 1.1;
  color: #ffffff;
}

.hero-subtext {
  margin: 12px 0 20px;
  max-width: 45ch;
  color: #deebff;
  font-size: 1.15rem;
}

.hero-bottom-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.demo-number-card,
.benefit-bullets,
.steps-card {
  background: #f6f9ff;
  border-radius: 14px;
  border: 1px solid #dce8ff;
  box-shadow: 0 10px 18px rgba(6, 34, 96, 0.2);
  color: #1f2f54;
}

.demo-number-card,
.benefit-bullets {
  padding: 14px;
}

.label {
  margin: 0;
  color: #5f7398;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
}

.number {
  margin: 8px 0 10px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 800;
  color: #153676;
}

.call-now {
  display: block;
  text-align: center;
  background: #f2cc37;
  color: #1f2f54;
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  padding: 10px 12px;
}

.benefit-bullets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-bullets li {
  position: relative;
  margin: 8px 0;
  padding-left: 24px;
  font-weight: 700;
  color: #263863;
}

.benefit-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f2cc37;
  font-weight: 900;
}

.steps-card {
  padding: 16px;
}

.steps-card h2 {
  margin: 0 0 10px;
  color: #1d376d;
}

.steps-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-card li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  margin: 11px 0;
}

.steps-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #f2cc37;
  color: #153676;
  font-weight: 800;
  font-size: 0.8rem;
}

.steps-card p {
  margin: 4px 0 0;
  color: #5f7398;
  font-size: 0.9rem;
}

.demo-main {
  margin-top: -8px;
  padding-bottom: 38px;
}

.today-demo-card {
  background: #f4f7fd;
  border: 1px solid #dce5f6;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(17, 53, 129, 0.13);
  padding: 14px;
}

.section-kicker {
  margin: 0 0 8px;
  color: #5d7196;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e0e8f8;
  border-radius: 12px;
  padding: 10px 12px;
}

.stat-number {
  margin: 0;
  color: #143271;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.stat-label {
  margin: 3px 0 0;
  color: #5f7196;
  font-size: 0.85rem;
}

.live-feed-card {
  background: #ffffff;
  border: 1px solid #e0e8f8;
  border-radius: 12px;
  padding: 10px;
}

.live-feed-card h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #1a356d;
}

.benefits-section,
.cta-banner,
.testimonials-section {
  margin-top: 24px;
}

.benefits-section h2,
.testimonials-section h2 {
  margin: 0 0 12px;
  color: #1f325b;
}

.benefits-grid,
.testimonials-grid {
  display: grid;
  gap: 12px;
}

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

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

.info-card {
  background: #ffffff;
  border: 1px solid #e2e8f6;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(32, 70, 145, 0.08);
  padding: 14px;
}

.info-card h3,
.name {
  margin: 0 0 6px;
  color: #1b376e;
}

.info-card p,
.role,
.testimonial p {
  margin: 0;
  color: #566b93;
}

.role {
  margin-bottom: 8px;
  font-size: 0.88rem;
}

.stars {
  color: #f2c93f;
  letter-spacing: 0.08em;
}

.cta-banner {
  border-radius: 14px;
  background: linear-gradient(110deg, #0d5be2 0%, #2f82ff 60%, #76b2ff 100%);
  color: #ffffff;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta-banner h2 {
  margin: 0 0 4px;
  color: #ffffff;
}

.cta-banner p {
  margin: 0;
  color: #e1ecff;
}

@media (max-width: 980px) {
  .demo-links {
    display: none;
  }

  .hero-content-grid,
  .hero-bottom-cards,
  .stats-row,
  .benefits-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .demo-shell {
    width: calc(100% - 22px);
  }

  .demo-nav {
    flex-wrap: wrap;
  }

  .demo-nav-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
