:root {
  color: #0b1537;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
:is(a, button):focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }

.marketing-page {
  position: relative;
  width: 100%;
  min-height: 486px;
  background: linear-gradient(125deg, #fff 30%, #f5faff 70%, #f5faff 100%) 0 0 / 100% 486px no-repeat, #fff;
}

.site-header { position: relative; z-index: 2; height: 70px; }
.header-inner {
  width: min(100%, 1024px);
  height: 100%;
  margin: auto;
  padding: 0 69px;
  display: flex;
  align-items: center;
}
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; letter-spacing: -.65px; white-space: nowrap; }
.brand-mark { display: block; width: 35px; height: 38px; flex: none; }
.site-nav { display: flex; align-items: center; gap: 23px; margin-left: 60px; color: #273b62; font-size: 12px; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 28px; margin-left: auto; white-space: nowrap; }
.sign-in { color: #273b62; font-size: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border-radius: 7px; border: 1px solid transparent; white-space: nowrap; font-size: 14px; font-weight: 500; }
.button-primary { color: #fff; background: #1765ee; }
.button-primary:hover { background: #0d56d9; }
.header-cta { width: 122px; height: 37px; font-size: 12px; gap: 10px; }
.header-cta span, .hero-primary span { font-size: 19px; line-height: 0; font-weight: 300; }

.hero { position: relative; width: min(100%, 1024px); height: 416px; margin: auto; }
.hero-art { position: absolute; top: -16px; right: 0; width: 604px; height: 432px; object-fit: contain; pointer-events: none; -webkit-mask-image: linear-gradient(to right, transparent, #000 42px); mask-image: linear-gradient(to right, transparent, #000 42px); }
.hero-copy { position: relative; z-index: 1; padding: 51px 0 0 52px; width: 470px; }
.eyebrow { margin: 0 0 13px; color: #075de5; font-size: 10px; font-weight: 700; letter-spacing: 2.1px; text-transform: uppercase; }
h1 { margin: 0; font-size: 56px; line-height: .99; letter-spacing: -3.1px; font-weight: 700; white-space: nowrap; }
.headline-first { letter-spacing: -1.6px; }
.hero-subtitle { margin: 14px 0 0; color: #3e537a; font-size: 20px; line-height: 1.3; letter-spacing: -.4px; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 29px; }
.hero-actions .button { height: 44px; }
.hero-primary { width: 141px; }
.button-secondary { width: 176px; color: #075acb; background: #fff; border-color: #b7d2ff; font-weight: 600; }
.button-secondary:hover { border-color: #1765ee; background: #f8fbff; }
.play-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #0c67ed; border-radius: 50%; }
.play-icon svg { width: 15px; height: 15px; margin-left: 2px; }
.trust-list { display: flex; align-items: center; margin: 41px 0 0; padding: 0; list-style: none; color: #31466d; font-size: 12px; white-space: nowrap; }
.trust-list li:nth-child(2) { margin-left: 31px; }
.trust-list li:nth-child(3) { margin-left: 10px; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 23px; height: 23px; fill: none; stroke: #0763f5; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.how-section { height: 219px; background: #fff; border-top: 1px solid #f1f6ff; border-bottom: 1px solid #eaf2ff; }
.how-inner { position: relative; width: min(100%, 1024px); height: 100%; margin: auto; display: flex; padding: 38px 55px 0 56px; }
.how-intro { width: 244px; flex: none; }
.how-intro .eyebrow, .platform-copy .eyebrow, .final-cta .eyebrow { margin-bottom: 12px; }
.how-intro h2 { margin: 0; font-size: 36px; line-height: 1.12; letter-spacing: -1.8px; }
.title-rule { display: block; width: 28px; height: 2px; background: #1765f4; margin: 25px 0 0 5px; }
.steps-list { display: grid; grid-template-columns: 248px 243px 1fr; flex: 1; margin: 0; padding: 0; list-style: none; }
.step { position: relative; min-width: 0; }
.step-top { display: flex; align-items: end; gap: 17px; height: 56px; }
.step-icon { display: grid; place-items: center; width: 54px; height: 55px; border-radius: 10px; background: #ebf3ff; color: #0864f1; }
.step-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.step-number { color: #304871; font-size: 11px; margin-bottom: 11px; }
.step h3 { margin: 5px 0 3px; font-size: 19px; line-height: 1.25; letter-spacing: -.6px; }
.step p { margin: 0; color: #4c638e; font-size: 16px; line-height: 1.2; }
.step-arrow { position: absolute; left: -65px; top: 11px; color: #7398d5; font-size: 24px; font-weight: 300; line-height: 1; }

.platform-section { height: 310px; background: #f3f9ff; }
.platform-inner { position: relative; width: min(100%, 1024px); height: 100%; margin: auto; }
.platform-copy { position: absolute; left: 56px; top: 42px; z-index: 1; }
.platform-copy h2 { margin: 14px 0 10px; font-size: 34px; letter-spacing: -1.8px; line-height: 1.1; }
.platform-copy > p:not(.eyebrow) { margin: 0; color: #4c638e; font-size: 18px; line-height: 1.22; }
.platform-button { position: absolute; top: 165px; left: 0; height: 40px; width: 183px; background: #0c1d3e; color: #fff; font-size: 13px; gap: 12px; }
.platform-button:hover { background: #173461; }
.platform-button span { font-size: 19px; font-weight: 300; }
.platform-art { position: absolute; left: 292px; top: 23px; width: 687px; height: 273px; object-fit: contain; }

.stats-section { height: 116px; background: #fff; }
.stats-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 18px 48px 19px; display: flex; gap: 29px; }
.stat { position: relative; flex: 1; display: flex; align-items: center; min-width: 0; padding: 11px 14px; border: 1px solid #e0ecff; border-radius: 12px; }
.stat-icon { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #eaf3ff; color: #1166ef; }
.stat-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.stat p { display: flex; flex-direction: column; margin: 0 0 0 15px; white-space: nowrap; }
.stat strong { font-size: 24px; letter-spacing: -1.2px; line-height: 1.05; }
.stat p span { color: #4c638e; font-size: 14px; line-height: 1.25; }
.sparkline { position: absolute; right: 16px; bottom: 14px; width: 70px; height: 41px; fill: none; stroke: #1865ff; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }

.testimonial-section { height: 159px; background: #fff; }
.testimonial-card { position: relative; width: min(calc(100% - 58px), 966px); height: 147px; margin: 0 auto; border-radius: 12px; overflow: hidden; background: linear-gradient(105deg, #f3f9ff, #f8fbff 65%, #eaf4ff); }
.testimonial-art { position: absolute; right: 0; bottom: 0; width: 444px; height: 131px; object-fit: contain; -webkit-mask-image: linear-gradient(to right, transparent, #000 55px); mask-image: linear-gradient(to right, transparent, #000 55px); }
.testimonial-portrait { position: absolute; left: 36px; top: 31px; width: 61px; height: 59px; object-fit: cover; border-radius: 50%; }
.testimonial-card blockquote { position: absolute; left: 116px; top: 34px; margin: 0; font-size: 20px; line-height: 1.18; letter-spacing: -.4px; }
.testimonial-attribution { position: absolute; left: 120px; top: 86px; display: flex; flex-direction: column; margin: 0; font-size: 12px; line-height: 1.4; }
.testimonial-attribution span + span { color: #4c638e; font-size: 13px; }

.final-cta { height: 150px; background: linear-gradient(90deg, #f9fcff, #f2f8ff); }
.final-cta-inner { position: relative; width: min(100%, 1024px); height: 100%; margin: auto; }
.cta-art { position: absolute; top: 0; right: 0; width: 644px; height: 150px; object-fit: contain; -webkit-mask-image: linear-gradient(to right, transparent, #000 70px); mask-image: linear-gradient(to right, transparent, #000 70px); }
.final-cta-copy { position: absolute; top: 28px; left: 56px; }
.final-cta-copy h2 { margin: 14px 0 7px; font-size: 34px; line-height: 1.1; letter-spacing: -1.7px; }
.final-cta-copy > p:not(.eyebrow) { margin: 0; color: #4c638e; font-size: 16px; }
.final-cta-actions { position: absolute; top: 45px; right: 56px; display: flex; gap: 16px; }
.final-cta-actions .button { height: 45px; }
.final-cta-actions .button-primary { width: 135px; }
.final-cta-actions .button-secondary { width: 160px; }

.site-footer { height: 96px; background: #fff; }
.footer-inner { width: min(100%, 1024px); height: 100%; display: flex; align-items: center; margin: auto; padding: 0 56px; transform: translateY(-4px); }
.footer-brand { font-size: 17px; }
.footer-brand .brand-mark { width: 29px; height: 34px; }
.footer-nav { display: flex; gap: 25px; margin-left: 62px; font-size: 11px; color: #31466d; white-space: nowrap; }
.footer-social { display: flex; gap: 14px; align-items: center; height: 28px; margin-left: 54px; padding-left: 49px; border-left: 1px solid #d9e6fb; color: #0b1537; }
.footer-social span { width: 20px; height: 20px; }
.footer-social svg { display: block; width: 18px; height: 18px; }
.copyright { margin: 0 0 0 auto; padding-left: 37px; border-left: 1px solid #d9e6fb; color: #4c638e; font-size: 10px; white-space: nowrap; }
.footer-legal { display: flex; flex-direction: column; margin-left: 19px; color: #4c638e; font-size: 10px; line-height: 1.45; }

.mobile-menu { display: none; }

@media (max-width: 900px) {
  .marketing-page { min-height: 0; background: #fff; }

  .site-header { height: 68px; }
  .header-inner { width: 100%; padding: 0 40px; }
  .site-nav { display: none; }
  .header-actions { gap: 18px; }
  .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu > summary { display: grid; place-content: center; gap: 4px; width: 42px; height: 42px; border: 1px solid #d5e3f7; border-radius: 9px; background: #fff; cursor: pointer; list-style: none; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary:focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }
  .mobile-menu > summary span { display: block; width: 18px; height: 2px; border-radius: 2px; background: #0b1537; }
  .mobile-menu[open] > summary { border-color: #1765f4; }
  .mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
  .mobile-menu[open] > summary span:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-menu[open] > summary span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 20; top: 50px; right: 0; display: grid; width: 248px; padding: 10px; border: 1px solid #dce8f7; border-radius: 12px; background: #fff; box-shadow: 0 18px 38px rgba(28, 75, 139, .16); }
  .mobile-nav a { padding: 12px 13px; border-radius: 8px; color: #273b62; font-size: 15px; }
  .mobile-nav a:hover, .mobile-nav a:focus-visible { color: #0b1537; background: #f0f6ff; }
  .mobile-nav .mobile-menu-cta { margin-top: 6px; color: #fff; background: #1765ee; }

  .hero { display: flex; flex-direction: column; width: 100%; height: auto; min-height: 0; padding-bottom: 48px; }
  .hero-copy { order: 1; width: 100%; padding: 56px 40px 0; }
  .hero-art { position: relative; order: 2; top: auto; right: auto; display: block; width: min(100% - 80px, 604px); height: auto; margin: 34px auto 0; object-fit: contain; clip-path: inset(0 0 0 28px); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 72px); mask-image: linear-gradient(to right, transparent 0, #000 72px); }

  .how-section { height: auto; }
  .how-inner { width: 100%; height: auto; display: block; padding: 56px 40px 64px; }
  .how-intro { width: 100%; }
  .steps-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 38px; }
  .step-arrow { left: -20px; top: 15px; font-size: 22px; }
  .step h3 { font-size: 18px; }
  .step p { font-size: 15px; }

  .platform-section { height: auto; padding: 56px 40px 64px; }
  .platform-inner { width: 100%; height: auto; display: flex; flex-direction: column; }
  .platform-copy { position: relative; left: auto; top: auto; }
  .platform-button { position: static; width: 207px; height: 48px; margin-top: 24px; }
  .platform-art { position: relative; left: auto; top: auto; display: block; width: 100%; height: auto; margin: 38px auto 0; object-fit: contain; }

  .stats-section { height: auto; padding: 20px 40px 24px; }
  .stats-inner { width: 100%; height: auto; padding: 0; gap: 16px; }
  .stat { min-height: 92px; }

  .testimonial-section { height: auto; padding: 0 40px 24px; }
  .testimonial-card { width: 100%; height: 190px; }

  .final-cta { height: auto; padding: 48px 40px 0; }
  .final-cta-inner { width: 100%; height: auto; display: flex; flex-direction: column; }
  .final-cta-copy { position: relative; top: auto; left: auto; order: 1; }
  .final-cta-actions { position: relative; top: auto; right: auto; order: 2; margin-top: 24px; }
  .cta-art { position: relative; top: auto; right: auto; order: 3; display: block; width: 100%; height: auto; margin: 26px auto 0; object-fit: contain; -webkit-mask-image: none; mask-image: none; }

  .site-footer { height: auto; }
  .footer-inner { width: 100%; height: auto; padding: 34px 40px; transform: none; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
  .footer-nav { grid-column: 1 / -1; margin-left: 0; gap: 22px; flex-wrap: wrap; }
  .footer-social { margin-left: 0; padding-left: 0; border-left: 0; }
  .copyright { margin-left: 0; padding-left: 0; border-left: 0; white-space: normal; }
  .footer-legal { margin-left: 0; }
}

@media (max-width: 600px) {
  .header-inner { padding: 0 20px; }
  .brand { gap: 7px; font-size: 16px; }
  .brand-mark { width: 32px; height: 34px; }
  .header-actions { gap: 12px; }
  .sign-in { font-size: 14px; }

  .hero { padding-bottom: 40px; }
  .hero-copy { padding: 44px 24px 0; }
  h1 { font-size: 42px; line-height: 1.04; letter-spacing: -2.3px; white-space: normal; }
  .headline-first { letter-spacing: -2.3px; }
  .hero-subtitle { margin-top: 16px; font-size: 17px; line-height: 1.45; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; }
  .hero-actions .button { width: 100%; max-width: 280px; height: 50px; }
  .trust-list { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; white-space: normal; }
  .trust-list li:nth-child(2), .trust-list li:nth-child(3) { margin-left: 0; }
  .trust-list li { min-height: 28px; }
  .hero-art { width: calc(100% - 48px); margin-top: 30px; clip-path: inset(0 0 0 18px); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 42px); mask-image: linear-gradient(to right, transparent 0, #000 42px); }

  .how-inner { padding: 52px 24px 56px; }
  .how-intro h2 { font-size: 34px; line-height: 1.08; letter-spacing: -1.6px; }
  .steps-list { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 38px; }
  .step-top { height: 54px; }
  .step-icon { width: 52px; height: 52px; }
  .step-arrow { left: 25px; top: -27px; transform: rotate(90deg); }
  .step h3 { margin-top: 10px; font-size: 20px; }
  .step p { font-size: 16px; line-height: 1.35; }

  .platform-section { padding: 52px 24px 56px; }
  .platform-copy h2 { font-size: 34px; }
  .platform-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.4; }
  .platform-button { width: 100%; max-width: 240px; height: 50px; }
  .platform-art { margin-top: 32px; }

  .stats-section { padding: 20px 24px 24px; }
  .stats-inner { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .stat { min-height: 88px; padding: 11px 14px; }
  .stat-icon { width: 48px; height: 48px; }
  .stat strong { font-size: 23px; }
  .stat p span { font-size: 14px; }
  .sparkline { right: 14px; }

  .testimonial-section { padding: 0 24px 24px; }
  .testimonial-card { height: auto; min-height: 330px; padding: 28px 24px 0; display: flex; flex-direction: column; }
  .testimonial-art { right: 0; bottom: 0; width: 100%; height: auto; max-height: 145px; }
  .testimonial-portrait { position: relative; left: auto; top: auto; width: 56px; height: 56px; margin: 0 0 18px; }
  .testimonial-card blockquote { position: relative; left: auto; top: auto; z-index: 1; font-size: 20px; line-height: 1.2; }
  .testimonial-attribution { position: relative; left: auto; top: auto; z-index: 1; margin-top: 14px; font-size: 12px; }

  .final-cta { padding: 48px 24px 0; }
  .final-cta-copy h2 { font-size: 34px; }
  .final-cta-actions { flex-direction: column; gap: 12px; margin-top: 24px; }
  .final-cta-actions .button { width: 100%; max-width: 280px; height: 50px; }
  .cta-art { width: 100%; margin-top: 28px; }

  .footer-inner { padding: 30px 24px; grid-template-columns: 1fr; gap: 22px; }
  .footer-nav { gap: 18px 24px; font-size: 13px; }
  .footer-social { order: 3; }
  .copyright { order: 4; font-size: 12px; }
  .footer-legal { order: 5; flex-direction: row; gap: 20px; font-size: 12px; }
}
