/* BASE */
.saas-page {
  background: #f9fafb;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* HERO */
.hero-saas {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 96px 20px 72px;
}

.hero-content {
  max-width: 1100px;
  margin: auto;
}

.badge {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #2563eb;
  margin-bottom: 16px;
}

.hero-saas h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-saas p {
  font-size: 18px;
  color: #475569;
  max-width: 720px;
}

/* VALUE STRIP */
.value-strip {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 18px;
  background: #f1f5f9;
  font-size: 14px;
  color: #334155;
  flex-wrap: wrap;
}

/* CONTAINER */
.container-saas {
  max-width: 1200px;
  margin: auto;
  padding: 96px 20px;
}

/* TOOLS GRID */
.tools-grid-saas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.tool-card-saas {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5e7eb;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tool-card-saas:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.tool-card-saas h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.tool-card-saas p {
  color: #64748b;
  font-size: 15px;
}

.tool-card-saas .link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  color: #2563eb;
}

/* USE CASE */
.usecase-saas {
  margin-top: 96px;
  max-width: 720px;
}

.usecase-saas h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.usecase-saas p {
  color: #475569;
}

/* CTA */
.cta-saas {
  margin-top: 80px;
  padding: 48px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
}

.cta-saas h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

/* FOOTER */
.footer-saas {
  padding: 32px;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}
