/* RankPilot custom styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hover-shadow:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.1) !important;
}

/* ── Landing page ── */
.hero-section {
  padding: 4rem 0;
}

.hero-container {
  max-width: 660px;
}

.hero-eyebrow {
  letter-spacing: 0.08em;
}

.hero-headline {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.15;
}

.hero-body {
  max-width: 520px;
  font-size: 1.05rem;
}

.demo-section {
  padding: 3rem 0 4rem;
}

.demo-container {
  max-width: 660px;
}

.demo-eyebrow {
  border-left: 3px solid #dee2e6;
  padding-left: 0.75rem;
}

/* Mobile adjustments */
@media (max-width: 575.98px) {
  .hero-section {
    padding: 2.5rem 0;
    text-align: center;
  }

  .hero-container,
  .demo-container {
    text-align: center;
  }

  .demo-section {
    padding: 2rem 0 3rem;
  }

  .hero-body {
    font-size: 1rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-lg {
    width: 100%;
    text-align: center;
  }

  .hero-section p.small {
    text-align: center;
  }
}
