.home-page {
  --home-navy: #172033;
  --home-blue: #2563eb;
  --home-blue-soft: #eff6ff;
  --home-mint: #0f9f83;
  --home-mint-soft: #e8f8f3;
  --home-coral: #e96c5d;
  --home-coral-soft: #fff0ed;
  background: #f6f8fb;
  overflow-x: hidden;
}

.home-topbar { min-height: 78px; }
.home-hero { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 38px; min-height: 560px; padding: 42px 0 72px; }
.home-hero-copy { position: relative; z-index: 1; }
.home-hero h1 { max-width: 560px; margin-bottom: 20px; color: var(--home-navy); font-size: 58px; line-height: 1.08; letter-spacing: 0; }
.home-hero-lede { max-width: 480px; margin-bottom: 28px; color: #5d6b81; font-size: 17px; line-height: 1.75; }
.home-hero-actions { display: flex; align-items: center; gap: 22px; }
.home-primary-cta { min-height: 48px; padding: 0 18px; border-radius: 10px; text-decoration: none; }
.home-secondary-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--home-navy); font-weight: 750; text-decoration: none; transition: color 160ms ease, transform 160ms ease; }
.home-secondary-cta:hover { color: var(--home-blue); transform: translateY(1px); }
.home-secondary-cta svg { width: 16px; height: 16px; }
.home-proof-row { display: flex; flex-wrap: wrap; gap: 14px 20px; margin-top: 36px; color: #758197; font-size: 12px; }
.home-proof-row span { display: inline-flex; align-items: center; gap: 6px; }
.home-proof-row svg { width: 15px; height: 15px; color: var(--home-mint); }
.home-hero-media { position: relative; min-width: 0; }
.home-hero-media::before { content: ""; position: absolute; top: 18%; right: 7%; bottom: 7%; left: 12%; border: 1px solid #dce6f2; border-radius: 22px; transform: rotate(-3deg); }
.home-hero-media img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: 0 22px 48px rgba(35, 55, 87, .13); }
.home-media-note { position: absolute; right: 22px; bottom: 22px; z-index: 2; display: flex; align-items: center; gap: 8px; max-width: calc(100% - 44px); padding: 10px 13px; border: 1px solid rgba(255,255,255,.75); border-radius: 10px; color: #24334b; background: rgba(255,255,255,.88); box-shadow: 0 10px 22px rgba(35, 55, 87, .12); font-size: 11px; }
.home-media-note strong { font-size: 12px; }
.media-note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--home-mint); box-shadow: 0 0 0 4px var(--home-mint-soft); }
.home-section { padding: 78px 0 88px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-intro h2, .home-workflow h2, .home-format-section h2, .home-final-cta h2 { margin-bottom: 0; color: var(--home-navy); font-size: 34px; line-height: 1.2; letter-spacing: 0; }
.section-intro > p { max-width: 340px; margin-bottom: 2px; color: #65738a; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.feature-card { min-height: 300px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #e3e8f0; border-radius: 12px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.feature-card:hover { border-color: #cad6e6; box-shadow: 0 15px 32px rgba(35, 55, 87, .08); transform: translateY(-3px); }
.feature-card-live { border-color: #cddcff; background: #fbfdff; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 12px; }
.feature-icon svg { width: 22px; height: 22px; }
.feature-icon-blue { color: var(--home-blue); background: var(--home-blue-soft); }
.feature-icon-mint { color: var(--home-mint); background: var(--home-mint-soft); }
.feature-icon-coral { color: var(--home-coral); background: var(--home-coral-soft); }
.feature-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feature-status { color: #8b95a7; font-size: 11px; font-weight: 750; }
.feature-status.is-live { color: var(--home-blue); }
.feature-index { color: #b0bac8; font-size: 12px; font-weight: 800; }
.feature-card h3 { margin: 10px 0 9px; color: var(--home-navy); font-size: 20px; line-height: 1.3; }
.feature-card p { margin-bottom: 20px; color: #68768a; font-size: 13px; line-height: 1.7; }
.feature-link { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--home-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.feature-link svg { width: 15px; height: 15px; }
.feature-link.is-muted { color: #a1aaba; }
.home-workflow { position: relative; left: 50%; display: grid; width: 100vw; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; margin: 0; padding: 72px max(20px, calc((100vw - 1180px) / 2)); color: #f7fbff; background: #172033; transform: translateX(-50%); }
.home-workflow .eyebrow { color: #65d0bd; }
.home-workflow h2 { color: #fff; }
.workflow-heading > p:last-child { max-width: 310px; margin: 18px 0 0; color: #b1bed0; line-height: 1.7; }
.workflow-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; }
.workflow-step { min-width: 0; display: flex; align-items: flex-start; gap: 13px; }
.workflow-number { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #3d4d65; border-radius: 50%; color: #83e2d1; font-size: 12px; font-weight: 800; }
.workflow-step h3 { margin: 2px 0 6px; color: #fff; font-size: 15px; }
.workflow-step p { margin: 0; color: #a9b6c9; font-size: 12px; line-height: 1.6; }
.workflow-connector { width: 32px; height: 1px; background: #3c4c64; }
.home-format-section { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 80px 0; border-bottom: 1px solid #e3e8f0; }
.home-format-section h2 { font-size: 30px; }
.home-format-section > div:first-child > p:last-child { margin: 12px 0 0; color: #68768a; }
.format-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 470px; }
.format-chips span, .format-chips a { min-width: 70px; padding: 10px 12px; border: 1px solid #dce4ef; border-radius: 8px; color: #365176; background: #fff; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease; }
.format-chips a:hover { border-color: #9bbcf8; color: #1d4ed8; background: #eff6ff; transform: translateY(-1px); }
.home-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 78px 0 88px; }
.home-final-cta h2 { font-size: 35px; }
.home-final-cta > div > p:last-child { margin: 12px 0 0; color: #68768a; }
.home-footer { padding-bottom: 28px; }

@media (max-width: 980px) {
  .home-hero { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 24px; }
  .home-hero h1 { font-size: 48px; }
  .home-workflow { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 820px) {
  .home-hero { grid-template-columns: 1fr; min-height: 0; padding: 34px 0 60px; }
  .home-hero-copy { max-width: 640px; }
  .home-hero-media { margin-top: 8px; }
  .section-intro, .home-format-section, .home-final-cta { align-items: flex-start; flex-direction: column; }
  .section-intro > p { max-width: 520px; }
  .feature-grid { grid-template-columns: repeat(3, minmax(190px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
  .feature-card { min-width: 190px; }
  .format-chips { justify-content: flex-start; max-width: 560px; }
  .home-final-cta { gap: 24px; }
}

@media (max-width: 560px) {
  .home-hero { padding-top: 26px; }
  .home-hero h1 { font-size: 36px; }
  .home-hero-lede { font-size: 15px; }
  .home-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-primary-cta { width: 100%; }
  .home-proof-row { gap: 12px; }
  .home-hero-media img { border-radius: 14px; }
  .home-media-note { right: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 8px 10px; }
  .home-media-note span:last-child { display: none; }
  .home-section { padding: 56px 0 64px; }
  .section-intro h2, .home-workflow h2, .home-format-section h2, .home-final-cta h2 { font-size: 28px; }
  .feature-grid { grid-template-columns: repeat(3, 260px); margin-right: -14px; }
  .home-workflow { padding: 56px 14px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 22px; }
  .workflow-connector { width: 1px; height: 20px; margin-left: 14px; }
  .home-format-section { padding: 58px 0; }
  .home-final-cta { padding: 58px 0 68px; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card, .home-secondary-cta { transition: none; }
}
