*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: 'PT Sans', sans-serif; color: #222; background: #f8fafc; }

h1, h2, h3, h4 { font-family: 'PT Serif', serif; }

a { text-decoration: none; color: inherit; }

.container { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }

/* NAV */
.nav { background: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 800px; margin: 0 auto; padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 1rem; color: #171717; }
.btn-primary { background: #124bc7; color: #fff; padding: 0.5rem 1.25rem; border-radius: 0.75rem; font-weight: 700; font-size: 0.875rem; transition: background 0.2s; }
.btn-primary:hover { background: #0e3895; }

/* HERO */
.hero { background: #051332; color: #fff; padding: 3.5rem 1.5rem 3rem; }
.hero-tag { display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.tag-label { font-size: 0.75rem; font-weight: 700; color: #fff; letter-spacing: 0.05em; }
.tag-sub { font-size: 0.75rem; color: #a8c1f7; }
.hero h1 { font-family: 'PT Serif', serif; font-size: clamp(1.5rem, 4vw, 2rem); color: #fff; line-height: 1.3; max-width: 680px; }
.hero p { color: #a8c1f7; font-size: 0.95rem; margin-top: 1rem; max-width: 600px; line-height: 1.6; }
.hero-btns { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; max-width: 340px; }
.btn-hero-primary { background: #2563eb; color: #fff; padding: 0.75rem 1.5rem; border-radius: 0.75rem; font-weight: 700; text-align: center; }
.btn-hero-primary:hover { background: #1d4ed8; }
.btn-hero-secondary { background: #fff; color: #051332; border: 1px solid #d4d4d4; padding: 0.75rem 1.5rem; border-radius: 0.75rem; font-weight: 700; text-align: center; }
.btn-hero-secondary:hover { background: #f5f5f5; }

/* SECTIONS */
.section-white { padding: 3rem 1.5rem; background: #fff; }
.section-light { padding: 3rem 1.5rem; background: #f8fafc; }
.section-dark { padding: 3rem 1.5rem; background: #051332; }

.section-title { font-family: 'PT Serif', serif; font-size: 1.25rem; color: #051332; text-align: center; margin-bottom: 1.75rem; }
.section-title-left { font-family: 'PT Serif', serif; font-size: 1.25rem; color: #051332; margin-bottom: 0.5rem; }
.section-sub { color: #525252; font-size: 0.95rem; margin-bottom: 2rem; line-height: 1.6; }

/* CARD */
.card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.5rem; max-width: 800px; margin: 0 auto; }
.card-icon-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.card-title { font-family: 'PT Serif', serif; font-size: 1.1rem; color: #051332; }
.card p { color: #404040; font-size: 0.95rem; line-height: 1.6; }

.icon-box { width: 2.75rem; height: 2.75rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.blue-light { background: #e9effd; }
.yellow-light { background: #fef3c7; }

/* BENEFITS */
.benefits-grid { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.benefit-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }
.benefit-card.alt { background: #e9effd; border-color: #a8c1f7; }
.benefit-icon { width: 2.25rem; height: 2.25rem; background: #124bc7; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit-card h3 { font-family: 'PT Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #051332; margin-bottom: 0.4rem; }
.benefit-card p { font-size: 0.9rem; color: #404040; line-height: 1.5; }

/* WHO */
.who-card { display: flex; flex-direction: column; gap: 1.5rem; max-width: 800px; margin: 0 auto; }
.who-image-placeholder { background: #e9effd; border-radius: 0.75rem; height: 160px; display: flex; align-items: center; justify-content: center; }
.who-content p { color: #404040; font-size: 0.95rem; line-height: 1.6; }
.check-list { list-style: none; margin-top: 1rem; display: flex; flex-direction: column; gap: 0.6rem; }
.check-list li { display: flex; align-items: center; gap: 0.5rem; color: #404040; font-size: 0.95rem; }

/* OUTCOMES */
.outcomes-dark { background: #051332; border-radius: 1rem; padding: 1.5rem; max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem; }
.outcome-item { display: flex; gap: 1rem; align-items: flex-start; }
.outcome-num { width: 1.75rem; height: 1.75rem; background: #2563eb; border-radius: 0.4rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.875rem; flex-shrink: 0; }
.outcome-item h3 { font-family: 'PT Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.outcome-item p { font-size: 0.85rem; color: #a8c1f7; line-height: 1.5; }

/* TRUST */
.trust-grid { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.trust-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }
.trust-card h3 { font-family: 'PT Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #051332; margin-bottom: 0.4rem; }
.trust-card p { font-size: 0.875rem; color: #525252; line-height: 1.5; }

/* CTA */
.cta-section { background: #124bc7; padding: 3rem 1.5rem; }
.cta-inner { text-align: center; }
.cta-inner h2 { font-family: 'PT Serif', serif; font-size: 1.25rem; color: #fff; margin-bottom: 1rem; }
.cta-inner p { color: #d3e0fb; font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; }
.cta-btns { display: flex; flex-direction: column; gap: 0.75rem; max-width: 320px; margin: 0 auto; }
.btn-cta-primary { background: #fff; color: #124bc7; padding: 0.75rem 1.5rem; border-radius: 0.75rem; font-weight: 700; text-align: center; }
.btn-cta-primary:hover { background: #f0f0f0; }
.btn-cta-secondary { background: #051332; border: 1px solid #0e3895; color: #fff; padding: 0.75rem 1.5rem; border-radius: 0.75rem; font-weight: 700; text-align: center; }

/* FOOTER */
.footer { background: #fff; border-top: 1px solid #e5e5e5; padding: 2.5rem 1.5rem; }
.footer-logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1rem; color: #051332; margin-bottom: 0.5rem; }
.footer-tagline { color: #737373; font-size: 0.875rem; margin-bottom: 1rem; }
.footer-divider { border: none; border-top: 1px solid #e5e5e5; margin: 1rem 0; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.footer-links a { color: #124bc7; font-size: 0.875rem; }
.footer-social { display: flex; gap: 1rem; font-size: 1rem; margin-bottom: 1rem; }
.footer-newsletter p { font-size: 0.875rem; color: #051332; font-weight: 700; margin-bottom: 0.5rem; }
.newsletter-row { display: flex; gap: 0.5rem; }
.newsletter-row input { flex: 1; padding: 0.5rem 0.75rem; border: 1px solid #d4d4d4; border-radius: 0.75rem; font-size: 0.875rem; }
.newsletter-row button { background: #124bc7; color: #fff; padding: 0.5rem 1rem; border: none; border-radius: 0.75rem; font-size: 0.875rem; font-weight: 700; cursor: pointer; }
.footer-bottom { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
.footer-bottom a { color: #737373; font-size: 0.75rem; }
.footer-copy { color: #a3a3a3; font-size: 0.75rem; }

/* SPRINT PAGE */
.problem-card { max-width: 800px; margin: 0 auto; }
.problem-header { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.problem-header h2 { font-family: 'PT Serif', serif; font-size: 1.1rem; color: #051332; }
.problem-card p { color: #404040; font-size: 0.95rem; line-height: 1.6; }
.problem-callout { font-weight: 700; color: #404040; margin-top: 1rem; }

.steps-list { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.step-item { display: flex; gap: 1rem; align-items: flex-start; }
.step-num { width: 1.375rem; height: 1.375rem; background: #124bc7; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.75rem; flex-shrink: 0; margin-top: 0.2rem; }
.step-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.25rem; flex: 1; }
.step-card h3 { font-family: 'PT Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #051332; margin-bottom: 0.5rem; }
.step-card p { font-size: 0.9rem; color: #525252; line-height: 1.5; }

.deliverables-grid { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.deliverable-card { background: #e9effd; border: 1px solid #a8c1f7; border-radius: 1rem; padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }
.del-icon { width: 2.25rem; height: 2.25rem; background: #124bc7; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.deliverable-card h3 { font-family: 'PT Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #051332; margin-bottom: 0.4rem; }
.deliverable-card p { font-size: 0.875rem; color: #404040; line-height: 1.5; }

.diff-grid { display: flex; flex-direction: column; gap: 1.5rem; max-width: 800px; margin: 0 auto; }
.diff-item { display: flex; gap: 1rem; align-items: flex-start; }
.diff-icon { width: 2rem; height: 2rem; background: #124bc7; border-radius: 0.4rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.diff-item h3 { font-family: 'PT Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.diff-item p { font-size: 0.875rem; color: #a8c1f7; line-height: 1.5; }

.download-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; max-width: 800px; margin: 0 auto; }
.download-card h3 { font-family: 'PT Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #051332; }
.btn-outline { display: inline-block; border: 1px solid #124bc7; color: #124bc7; padding: 0.6rem 1.25rem; border-radius: 0.75rem; font-weight: 700; font-size: 0.875rem; }
.btn-outline:hover { background: #e9effd; }

.faq-list { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.25rem; }
.faq-item h3 { font-family: 'PT Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: #051332; margin-bottom: 0.75rem; }
.faq-item p { font-size: 0.9rem; color: #525252; line-height: 1.6; }

/* BOOK PAGE */
.book-page { max-width: 600px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.why-box { background: #e9effd; border: 1px solid #a8c1f7; border-radius: 1rem; padding: 1.25rem; margin-bottom: 2rem; }
.why-box h3 { font-family: 'PT Sans', sans-serif; font-size: 1rem; font-weight: 700; color: #051332; margin-bottom: 0.5rem; }
.why-box p { font-size: 0.9rem; color: #404040; line-height: 1.6; }
.book-title { font-family: 'PT Serif', serif; font-size: 1.25rem; color: #051332; margin-bottom: 0.5rem; }
.book-sub { color: #737373; font-size: 0.9rem; margin-bottom: 1.5rem; line-height: 1.6; }
.form-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.5rem; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.875rem; color: #404040; margin-bottom: 0.4rem; }
.form-group input[type="text"],
.form-group input[type="email"] { width: 100%; padding: 0.6rem 0.75rem; border: 1px solid #d4d4d4; border-radius: 0.75rem; font-size: 0.875rem; color: #404040; font-family: 'PT Sans', sans-serif; }
.form-group input:focus { outline: 2px solid #124bc7; border-color: transparent; }
.radio-row { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 0.5rem; }
.radio-col { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
.checkbox-col { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.5rem; }
.radio-label, .check-label { display: flex; align-items: center; gap: 0.4rem; font-size: 0.9rem; color: #404040; cursor: pointer; }
.btn-submit { width: 100%; background: #124bc7; color: #fff; padding: 0.85rem; border: none; border-radius: 0.75rem; font-size: 0.95rem; font-weight: 700; cursor: pointer; font-family: 'PT Sans', sans-serif; margin-top: 0.5rem; }
.btn-submit:hover { background: #0e3895; }

.after-title { font-family: 'PT Serif', serif; font-size: 1rem; color: #051332; margin-bottom: 1rem; }
.after-steps { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.5rem; }
.after-step { display: flex; gap: 1rem; align-items: flex-start; }
.after-num { width: 2rem; height: 2rem; background: #e9effd; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #124bc7; font-weight: 700; font-size: 0.875rem; flex-shrink: 0; }
.after-step h4 { font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 0.95rem; color: #051332; margin-bottom: 0.25rem; }
.after-step p { font-size: 0.875rem; color: #737373; line-height: 1.5; }

.no-pressure-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 1rem; padding: 1.25rem; display: flex; gap: 0.75rem; align-items: flex-start; }
.no-pressure-card h4 { font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 0.95rem; color: #051332; margin-bottom: 0.4rem; }
.no-pressure-card p { font-size: 0.875rem; color: #737373; line-height: 1.5; }

@media (min-width: 640px) {
  .hero-btns { flex-direction: row; }
  .cta-btns { flex-direction: row; justify-content: center; }
}
