/* ─────────────────────────────────────────────
   benefit.io  —  Custom Site Styles
   ───────────────────────────────────────────── */

/* ── RESET / BASE ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  color: #111827;
  background: #ffffff;
}

/* ── NAVBAR ── */
.manin-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  box-shadow: 0 1px 0 #e5e7eb;
}

.manin-navbar .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.manin-navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.manin-navbar .nav-link {
  color: #374151 !important;
  font-weight: 500;
  padding: 1.1rem 1rem;
  transition: color 0.15s;
}

.manin-navbar .nav-link:hover {
  color: #059669 !important;
}

/* ── HERO SECTION ── */
.landing-hero-section {
  min-height: 88vh;
  padding: 80px 0 60px;
  background: #ffffff;
}

.landing-hero-section h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  color: #111827;
  margin-bottom: 20px;
}

.landing-hero-section p {
  font-size: 1.05rem;
  color: #4b5563;
  max-width: 520px;
}

/* ── STAT STRIP — already styled inline, nothing extra needed ── */

/* ── PLATFORM PILLARS ── */
.landing-features-section {
  padding: 80px 0;
  background: #111827;
}

.feature-card {
  padding: 32px 28px;
  border: 1px solid #374151;
  border-radius: 16px;
  height: 100%;
  transition: border-color 0.2s, transform 0.2s;
}

.feature-card:hover {
  border-color: #059669;
  transform: translateY(-3px);
}

.feature-number {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #059669;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 0.9rem;
  color: #9ca3af;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── VALUE PROPOSITION ── */
.unique-value-proposition-section {
  padding: 80px 0;
  background: #ffffff;
}

.unique-value-proposition-section .section-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 0;
}

.value-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}

.value-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.value-icon {
  width: 48px;
  height: 48px;
  background: #d1fae5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.2rem;
  color: #059669;
}

.value-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── NEWSLETTER ── */
.landing-page-newsletter {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.landing-page-newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(5, 150, 105, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.newsletter-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 12px;
}

.newsletter-desc {
  font-size: 0.95rem;
  color: #9ca3af;
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 24px;
}

.newsletter-form .form-control {
  border-radius: 8px 0 0 8px;
  border: 1px solid #374151;
  background: #1f2937;
  color: #f9fafb;
  font-size: 0.95rem;
  padding: 0.65rem 1rem;
}

.newsletter-form .form-control::placeholder { color: #6b7280; }
.newsletter-form .form-control:focus {
  border-color: #059669;
  box-shadow: none;
  background: #1f2937;
  color: #f9fafb;
}

.newsletter-form .btn {
  border-radius: 0 8px 8px 0;
  background: #059669;
  border-color: #059669;
  font-weight: 600;
  padding: 0 1.4rem;
}

.newsletter-form .btn:hover {
  background: #047857;
  border-color: #047857;
}

/* ── FOOTER ── */
.footer-section {
  background: #0f172a;
  padding: 40px 0 28px;
}

.footer-links a {
  font-size: 0.85rem;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-links a:hover { color: #34d399; }

.footer-copy p {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
  .landing-hero-section {
    min-height: unset;
    padding: 60px 0 40px;
    text-align: center;
  }
  .landing-hero-section p { max-width: 100%; }
  .hero-live-badge { justify-content: center; }
  .d-flex.gap-3 { justify-content: center; }
}

@media (max-width: 575.98px) {
  .landing-features-section,
  .unique-value-proposition-section,
  .landing-page-newsletter { padding: 48px 0; }
}
