/* Home landing styling inspired by MenuTiger layout */
:root {
  --home-bg: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1d4ed8 100%);
  --home-accent: #2563eb;
  --home-accent-soft: rgba(37, 99, 235, 0.12);
  --home-dark: #0f172a;
  --home-text: #0f172a;
  --home-muted: #475569;
}

.home-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--home-bg);
  color: #f8fafc;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 55%);
  pointer-events: none;
}

.home-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.home-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw + 1rem, 3.2rem);
  line-height: 1.1;
  font-weight: 700;
}

.home-hero p {
  margin: 0;
  color: rgba(248, 250, 252, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.home-cta .btn {
  padding: 14px 22px;
  font-size: 15px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
}

.home-cta .btn.secondary {
  background: rgba(248, 250, 252, 0.15);
  border: 1px solid rgba(248, 250, 252, 0.25);
  color: #f8fafc;
  box-shadow: none;
}

.home-highlight-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  color: var(--home-dark);
}

.home-highlight-card {
  background: rgba(248, 250, 252, 0.92);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.home-highlight-card span {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--home-muted);
  letter-spacing: 0.08em;
}

.home-highlight-card strong {
  font-size: 20px;
  font-weight: 600;
}

.home-section {
  display: grid;
  gap: 28px;
}

.home-section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 720px;
}

.home-section-header h2 {
  margin: 0;
  font-size: 2rem;
  color: var(--home-text);
}

.home-section-header p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.home-feature-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.home-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--home-accent-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--home-accent);
  font-size: 22px;
  font-weight: 700;
}

.home-feature-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--home-text);
}

.home-feature-card p,
.home-checklist li,
.home-flow-card p,
.home-role-card p {
  color: var(--home-muted);
  margin: 0;
  line-height: 1.6;
}

.home-benefits {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.home-benefits ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.home-benefits li {
  color: var(--home-muted);
  font-size: 1rem;
}

.home-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.home-flow-card {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  background: #fff;
  display: grid;
  gap: 12px;
}

.home-flow-step {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--home-accent);
  text-transform: uppercase;
}

.home-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.home-checklist ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.home-role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.home-role-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 20px;
  background: #fff;
  display: grid;
  gap: 8px;
}

.home-role-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.home-role-card span {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--home-accent);
  letter-spacing: 0.1em;
}

.home-cta-final {
  border-radius: 22px;
  padding: 42px;
  background: linear-gradient(120deg, #1e40af 0%, #1d4ed8 45%, #2563eb 100%);
  color: #f8fafc;
  display: grid;
  gap: 20px;
  text-align: center;
}

.home-cta-final h2 {
  margin: 0;
  font-size: 2rem;
}

.home-cta-final p {
  margin: 0;
  color: rgba(248, 250, 252, 0.85);
  font-size: 1.05rem;
}

.home-cta-final .btn {
  justify-self: center;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
}

@media (max-width: 768px) {
  .home-hero {
    padding: 40px 28px;
  }

  .home-hero-content {
    gap: 14px;
  }

  .home-section-header h2 {
    font-size: 1.8rem;
  }

  .home-cta .btn,
  .home-cta-final .btn {
    width: 100%;
    text-align: center;
  }
}
