:root {
  --bg: #ffffff;
  --primary: #0d6efd;
  --text: #0F1F32;
  --muted: #475569;
  --ring: #0F1F32;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--text); background: var(--bg); }
.container { max-width: 1040px; margin: 0 auto; padding: 0 1rem; }
.brand { padding: 1.25rem 0 0.25rem; background: #0F1F32; }
.brand .container { display: flex; align-items: center; justify-content: center; }
.brand-logo { height: 64px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25)); background-color: #0F1F32; }
.hero { padding: 5rem 0; background: linear-gradient(180deg, rgba(13,110,253,0.06), #fff 65%); }
.hero .container { text-align: center; }
.hero h1 { font-size: clamp(1.8rem, 3vw + 1rem, 3rem); margin: 0 0 0.75rem; letter-spacing: -0.01em; }
.hero .subhead { font-size: 1.125rem; color: var(--muted); margin: 0 auto 1rem; max-width: 70ch; text-align: center; }
.hero .support { font-size: 1.05rem; color: var(--muted); margin: 0 auto 1.5rem; max-width: 70ch; text-align: center; }
.cta { display: inline-block; background: var(--primary); color: #fff; text-decoration: none; padding: 0.9rem 1.25rem; border-radius: 0.6rem; font-weight: 600; box-shadow: 0 6px 20px var(--ring); }
.cta:hover { filter: brightness(0.95); }
.cta-form { margin: 1.5rem auto 1rem; max-width: 640px; text-align: left; }
.cta-form__label { display: block; font-weight: 600; margin-bottom: 0.35rem; }
.cta-form__fields { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cta-form input { flex: 1; min-width: 220px; padding: 0.65rem 0.75rem; border-radius: 0.6rem; border: 1px solid #cbd5f5; font-size: 1rem; }
.cta-form button { border: none; cursor: pointer; }
.pillars { padding: 2.5rem 0 3.5rem; }
.pillars .container { text-align: center; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem; background: #fff; box-shadow: 0 10px 30px rgba(2, 8, 20, 0.06); text-align: center; }
.card .icon { width: 56px; height: 56px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: #0d6efd; margin: 0 auto 0.5rem; box-shadow: 0 6px 18px rgba(13,110,253,0.25); }
.card h3 { margin: 0 0 0.35rem; font-size: 1.1rem; }
.card p { margin: 0; color: var(--muted); }

@media (max-width: 800px) {
  .grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
}

.microcopy { font-size: 0.85rem; color: #607086; margin-top: 0.35rem; text-align: left; }
.conversion { background: #f5f7fb; }
.conversion__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; align-items: center; }
.conversion-metrics { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: 0.5rem; color: var(--muted); }
.conversion__cta { border: 1px solid #d4dcf4; border-radius: 0.75rem; padding: 1.75rem; background: #fff; box-shadow: 0 10px 30px rgba(2, 8, 20, 0.08); text-align: center; }
.trust { background: #0f172a; color: #e2e8f0; }
.trust-subhead { text-align: center; max-width: 640px; margin: 0 auto 1.5rem; color: #cbd5f5; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.logo-chip { border: 1px solid rgba(226,232,240,0.3); padding: 0.5rem 0.9rem; border-radius: 999px; font-weight: 600; }
.testimonials__grid { gap: 1.25rem; }
.testimonial { border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1.25rem; background: #fff; box-shadow: 0 6px 24px rgba(2,8,20,0.08); }
.testimonial p { margin-top: 0; color: var(--muted); }
.testimonial footer { margin-top: 0.75rem; font-size: 0.9rem; color: #0f1f32; }
.seo-links ul { list-style: disc; max-width: 600px; margin: 1rem auto 0; padding-left: 1.25rem; text-align: left; }
.seo-links a { color: var(--primary); text-decoration: none; font-weight: 600; }
.seo-links a:hover { text-decoration: underline; }
@media (max-width: 800px) { .grid { grid-template-columns: 1fr; } }

/* Sections */
.section { padding: 2.5rem 0; }
.section .section-title { text-align: center; margin: 0 0 1rem; font-size: 1.6rem; }
.section-intro { max-width: 72ch; margin: 0 auto 2rem; text-align: center; color: var(--muted); font-size: 1.05rem; }
.onboarding { background: #f8fafc; }
.onboarding-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.onboarding-card { text-align: left; }
.onboarding-card .icon { margin: 0 0 0.6rem; }
.onboarding-card h3 { text-align: left; }
.onboarding-card p { margin-bottom: 0.75rem; }
.onboarding-list { padding-left: 1.1rem; margin: 0; color: #475569; display: grid; gap: 0.35rem; font-size: 0.95rem; }
.onboarding-list li { line-height: 1.4; }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.timeline-step { border: 1px dashed #cbd5f5; border-radius: 0.75rem; padding: 1rem; background: #fff; text-align: center; box-shadow: 0 8px 24px rgba(15,31,50,0.05); }
.timeline-time { font-weight: 600; margin: 0 0 0.35rem; color: #0f172a; }
.timeline-detail { margin: 0; color: #475569; }

/* Horizontal How It Works */
.how .steps { list-style: none; padding: 0; margin: 0; }
/* Force horizontal layout for the steps variant */
.how .steps-horizontal { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; max-width: 100%; }
.how .steps-horizontal li { height: 100%; }
.how .steps li { background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1rem; box-shadow: 0 10px 30px rgba(2, 8, 20, 0.06); text-align: center; }
.how .step-icon { width: 36px; height: 36px; border-radius: 999px; background: #0d6efd; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 0.4rem; box-shadow: 0 6px 18px rgba(13,110,253,0.25); }
.how h4 { margin: 0 0 0.4rem; }
@media (max-width: 860px) {
  .how .steps-horizontal { grid-template-columns: 1fr; }
  .conversion__grid { grid-template-columns: 1fr; }
}
