
:root {
  --home-blue: #2563eb;
  --home-blue-dark: #1d4ed8;
  --home-ink: #182230;
  --home-muted: #5f6f82;
  --home-soft: #f2f6fc;
  --home-border: #d9e2ee;
}
.home-page { color: var(--home-ink); background: #fff; }
.home-page main { flex: 1 0 auto; }
.home-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.home-narrow { max-width: 840px; }
.home-section { padding: 82px 0; }
.home-soft { background: var(--home-soft); }
.home-eyebrow { margin: 0 0 12px; color: var(--home-blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-section h2, .home-final-cta h2 { margin: 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.12; letter-spacing: -.035em; }
.home-section-heading { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.home-section-heading p:last-child { color: var(--home-muted); }
.home-hero { padding: 72px 0 76px; overflow: hidden; background: linear-gradient(145deg, #fff 15%, #f1f6ff 100%); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 52px; }
.home-hero h1 { margin: 0; max-width: 700px; font-size: clamp(42px, 5.2vw, 67px); line-height: 1.02; letter-spacing: -.052em; }
.home-lead { max-width: 700px; margin: 24px 0 0; color: var(--home-muted); font-size: 18px; line-height: 1.72; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 850; line-height: 1.2; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.home-button:hover, .home-button:focus-visible { transform: translateY(-1px); text-decoration: none; }
.home-button.primary { color: #fff; background: var(--home-blue); box-shadow: 0 10px 24px rgba(37,99,235,.22); }
.home-button.primary:hover, .home-button.primary:focus-visible { color: #fff; background: var(--home-blue-dark); }
.home-button.secondary { color: var(--home-blue-dark); border-color: #aec3e9; background: #fff; }
.home-button.secondary:hover, .home-button.secondary:focus-visible { color: var(--home-blue-dark); border-color: #7da2df; background: #f7faff; }
.home-button.light { color: var(--home-blue-dark); background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.home-reassurance { margin: 18px 0 0; color: #607087; font-size: 13px; font-weight: 700; }
.home-reassurance span { margin: 0 5px; color: #a5b1c1; }
.home-hero-visual { margin: 0; }
.home-hero-visual picture { display: block; transform: rotate(1deg); border: 1px solid #d6e0ee; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 28px 60px rgba(28,50,80,.18); }
.home-hero-visual img { width: 100%; height: auto; }
.home-hero-visual figcaption { margin-top: 13px; color: #75849a; font-size: 12px; text-align: center; }
.home-followup { padding: 74px 0; color: #fff; background: linear-gradient(135deg, #102f72 0%, #1d55bd 55%, #2d6eea 100%); }
.home-followup-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); align-items: center; gap: 70px; }
.home-followup .home-eyebrow { color: #a9c8ff; }
.home-followup h2 { margin: 0; color: #fff; font-size: clamp(34px,4.4vw,54px); line-height: 1.04; letter-spacing: -.045em; }
.home-followup-copy>p:not(.home-eyebrow) { max-width: 670px; margin: 22px 0 0; color: #dce8ff; font-size: 17px; line-height: 1.65; }
.home-followup-copy ul { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; color: #f0f5ff; list-style: none; }
.home-followup-copy li { position: relative; padding-left: 27px; }
.home-followup-copy li::before { content: "✓"; position: absolute; left: 0; color: #75e0a7; font-weight: 900; }
.home-followup .home-button.primary { color: var(--home-blue-dark); background: #fff; box-shadow: 0 12px 30px rgba(2,16,50,.24); }
.home-followup .home-button.primary:hover, .home-followup .home-button.primary:focus-visible { color: #153c8c; background: #f4f8ff; }
.home-followup .home-button.secondary { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.09); }
.home-followup .home-button.secondary:hover, .home-followup .home-button.secondary:focus-visible { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.16); }
.followup-preview { padding: 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 26px; color: var(--home-ink); background: rgba(255,255,255,.96); box-shadow: 0 28px 65px rgba(1,15,47,.3); transform: rotate(1deg); }
.followup-preview-top { display: grid; grid-template-columns: 42px 1fr 10px; align-items: center; gap: 11px; padding: 2px 2px 15px; border-bottom: 1px solid #dde5f0; }
.followup-preview-top img { width: 42px; height: 42px; border-radius: 12px; }
.followup-preview-top span { display: grid; gap: 3px; }
.followup-preview-top strong { font-size: 14px; }
.followup-preview-top small { color: #6d7c91; font-size: 10px; }
.followup-preview-top i { width: 8px; height: 8px; border-radius: 50%; background: #35b979; box-shadow: 0 0 0 4px #dff6e9; }
.followup-preview-head { display: flex; justify-content: space-between; padding: 14px 9px 7px; color: #78869a; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.followup-student { min-height: 54px; margin-top: 6px; padding: 9px 10px 9px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #dfe6ef; border-radius: 13px; background: #fff; }
.followup-student.active { border-color: #8fb1f0; background: #f5f8ff; box-shadow: 0 0 0 2px #dce8ff; }
.followup-student strong { font-size: 12px; }
.followup-student span { display: flex; gap: 5px; }
.followup-student b { min-width: 42px; padding: 7px 6px; border-radius: 8px; color: #596a80; background: #eef2f7; font-size: 9px; text-align: center; }
.followup-student.active b:last-child { color: #a32820; background: #fee4e2; }
.followup-preview>p { margin: 14px 4px 1px; color: #66758a; font-size: 9px; text-align: center; }
.home-problem { padding: 68px 0; color: var(--home-ink); background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%); text-align: center; border-top: 1px solid #dbe7f7; border-bottom: 1px solid #dbe7f7; }
.home-problem h2 { color: var(--home-ink); }
.home-problem p:not(.home-eyebrow) { max-width: 780px; margin: 16px auto 0; color: var(--home-muted); font-size: 17px; line-height: 1.7; }
.home-grid { display: grid; gap: 18px; }
.home-steps, .home-guides { grid-template-columns: repeat(3, minmax(0,1fr)); }
.home-features { grid-template-columns: repeat(3, minmax(0,1fr)); }
.home-card { position: relative; padding: 26px; border: 1px solid var(--home-border); border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(28,50,80,.07); }
.home-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.35; }
.home-card p { margin: 0; color: var(--home-muted); line-height: 1.65; }
.step-number { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--home-blue); font-weight: 900; }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 17px; border-radius: 12px; color: var(--home-blue-dark); background: #eaf1ff; font-size: 22px; font-weight: 900; }
.home-demo { background: linear-gradient(135deg, #eef4ff, #fff); }
.home-demo-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: center; gap: 48px; }
.home-demo p:not(.home-eyebrow):not(.home-small) { max-width: 720px; color: var(--home-muted); font-size: 17px; line-height: 1.7; }
.home-demo .home-button { margin-top: 10px; }
.home-small { color: #738197; font-size: 12px; }
.demo-summary { padding: 28px; border: 1px solid #bcd0f2; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(37,99,235,.10); }
.demo-summary strong { display: block; margin-bottom: 16px; font-size: 20px; }
.demo-summary ul { display: grid; gap: 9px; margin: 0; padding-left: 21px; color: var(--home-muted); }
.pricing-home-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 930px; margin: 0 auto; }
.pricing-home-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--home-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(28,50,80,.08); }
.pricing-home-card.premium { border: 2px solid var(--home-blue); box-shadow: 0 18px 42px rgba(37,99,235,.15); }
.premium-label { position: absolute; top: -14px; right: 22px; padding: 6px 12px; border-radius: 999px; color: #fff; background: var(--home-blue); font-size: 12px; font-weight: 900; }
.pricing-home-name { margin: 0; font-size: 29px; font-weight: 900; }
.pricing-home-name small { color: var(--home-muted); font-size: 14px; font-weight: 700; }
.pricing-home-intro { min-height: 54px; color: var(--home-muted); }
.pricing-home-card ul { display: grid; gap: 9px; margin: 18px 0 28px; padding: 0; list-style: none; }
.pricing-home-card li { position: relative; padding-left: 25px; }
.pricing-home-card li::before { content: "✓"; position: absolute; left: 0; color: #16834f; font-weight: 900; }
.pricing-home-card .home-button { margin-top: auto; }
.pricing-home-note { margin: 14px 0 0; color: #65758a; font-size: 12px; text-align: center; }
.home-two-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.home-two-columns article { padding: 32px; }
.home-two-columns p:not(.home-eyebrow) { color: var(--home-muted); line-height: 1.68; }
.trust-card { border: 1px solid #c9d8ee; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(28,50,80,.08); }
.check-list { display: grid; gap: 9px; margin: 20px 0; padding: 0; list-style: none; color: var(--home-muted); }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #16834f; font-weight: 900; }
.text-link { display: inline-flex; margin-top: 16px; font-weight: 850; text-decoration: none; }
.text-link::after { content: "→"; margin-left: 7px; }
.home-guides .home-card { display: flex; flex-direction: column; }
.home-guides .text-link { margin-top: auto; padding-top: 18px; }
.home-centered-link { margin: 28px 0 0; text-align: center; }
.home-faq { background: #f7f9fc; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--home-border); border-radius: 12px; background: #fff; }
.faq-list summary { padding: 18px 20px; cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--home-muted); line-height: 1.65; }
.home-final-cta { padding: 72px 0; color: #fff; background: linear-gradient(135deg, #1d4ed8, #2563eb); text-align: center; }
.home-final-cta h2 { max-width: 780px; margin: 0 auto; color: #fff; }
.home-final-cta > .home-shell > p:not(.home-reassurance) { max-width: 720px; margin: 18px auto 26px; color: #dce8ff; font-size: 17px; }
.light-text { color: #e6eeff; }
.light-text span { color: #b7caf4; }

@media (max-width: 980px) {
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-followup-grid { grid-template-columns: 1fr; gap: 38px; }
  .followup-preview { width: min(100%,540px); margin: 0 auto; }
  .home-hero-copy { text-align: center; }
  .home-lead { margin-inline: auto; }
  .home-actions { justify-content: center; }
  .home-hero-visual { max-width: 760px; margin-inline: auto; }
  .home-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-section { padding: 62px 0; }
  .home-hero { padding: 52px 0 60px; }
  .home-hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .home-steps, .home-guides, .home-features, .pricing-home-grid, .home-two-columns, .home-demo-grid { grid-template-columns: 1fr; }
  .home-demo-grid { gap: 26px; }
  .home-two-columns article { padding: 24px 0; }
  .home-two-columns .trust-card { padding: 24px; }
}
@media (max-width: 520px) {
  .home-shell { width: min(100% - 24px, 1180px); }
  .home-actions { flex-direction: column; }
  .home-button { width: 100%; }
  .home-reassurance span { display: none; }
  .home-reassurance { display: grid; gap: 3px; }
  .home-card, .pricing-home-card { padding: 22px; }
  .home-followup { padding: 54px 0; }
  .home-followup-copy { text-align: center; }
  .home-followup-copy ul { text-align: left; }
  .followup-preview { padding: 12px; border-radius: 20px; transform: none; }
  .followup-student { min-height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-button, .home-hero-visual picture { transition: none; transform: none; }
}
