:root { color: #0b1537; background: #fff; font-family: Arial, Helvetica, sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:is(a, button):focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }

.product-page { width: 100%; min-height: 1536px; background: #fff; overflow: hidden; }
.product-header { height: 72px; background: #fff; }
.product-header-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 54px 0 56px; display: flex; align-items: center; }
.product-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 700; letter-spacing: -.6px; white-space: nowrap; }
.product-brand-mark { display: block; width: 35px; height: 38px; flex: none; }
.product-nav { display: flex; align-items: center; gap: 27px; margin-left: 58px; color: #273b62; font-size: 11px; white-space: nowrap; }
.product-nav a { position: relative; height: 38px; display: inline-flex; align-items: center; }
.product-nav a.active { color: #0b1537; font-weight: 700; }
.product-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: #1765f4; }
.product-header-actions { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.product-sign-in { color: #273b62; font-size: 11px; }
.product-button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 7px; white-space: nowrap; font-size: 14px; font-weight: 500; }
.product-button-primary { color: #fff; background: #1765ee; }
.product-button-primary:hover { background: #0d56d9; }
.header-button { width: 109px; height: 33px; font-size: 12px; gap: 9px; }
.header-button span, .team-button span { font-size: 18px; line-height: 0; font-weight: 300; }

.product-hero { position: relative; width: min(100%, 1024px); height: 543px; margin: auto; background: #f7fbff; }
.product-hero-art { position: absolute; top: 0; right: 0; width: 534px; height: 543px; object-fit: contain; pointer-events: none; }
.product-hero-copy { position: relative; z-index: 1; width: 490px; height: 100%; padding: 72px 0 0 58px; }
.product-eyebrow { margin: 0; color: #075de5; font-size: 10px; font-weight: 700; letter-spacing: 2.1px; line-height: 1.2; text-transform: uppercase; }
.product-hero h1 { margin: 15px 0 0; font-size: 47.5px; line-height: 1; letter-spacing: -2.5px; font-weight: 700; white-space: nowrap; }
.product-hero h1 span:first-child { letter-spacing: -2.4px; }
.product-hero h1 span:last-child { letter-spacing: -2.7px; }
.product-hero-description { margin: 18px 0 0; color: #405985; font-size: 16.2px; line-height: 1.45; letter-spacing: -.1px; }
.product-trust-list { position: absolute; top: 400px; left: 57px; display: grid; grid-template-columns: 146px 136px 180px; gap: 0; margin: 0; padding: 0; list-style: none; color: #405985; font-size: 13.8px; line-height: 1.22; }
.product-trust-list li { display: flex; align-items: center; gap: 13px; }
.product-trust-list svg { width: 27px; height: 27px; flex: none; fill: none; stroke: #0763f5; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.capabilities { height: 429px; background: #f5faff; padding-top: 34px; }
.capabilities-intro { text-align: center; }
.capabilities-intro h2 { margin: 13px 0 8px; font-size: 37.5px; line-height: 1.08; letter-spacing: -2.3px; }
.capabilities-intro > p:last-child { margin: 0; color: #405985; font-size: 16px; line-height: 1.4; letter-spacing: -.1px; }
.capability-grid { width: 912px; margin: 30px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.capability-card { height: 203px; padding: 22px; border-radius: 12px; background: rgba(255,255,255,.84); }
.capability-icon { display: grid; place-items: center; width: 51px; height: 52px; border-radius: 10px; background: #eaf3ff; color: #0864f1; }
.capability-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.capability-card h3 { margin: 15px 0 8px; font-size: 16px; line-height: 1.15; letter-spacing: -.6px; }
.capability-card p { margin: 0; color: #405985; font-size: 13px; line-height: 1.42; letter-spacing: -.05px; }

.team-section { position: relative; height: 394px; width: 100%; background: #f5faff; overflow: hidden; }
.team-art { position: absolute; top: 0; right: 0; width: 634px; height: 394px; object-fit: contain; }
.team-copy { position: relative; z-index: 1; width: 490px; padding: 57px 0 0 58px; }
.team-copy h2 { margin: 15px 0 15px; font-size: 37.25px; line-height: 1.05; letter-spacing: -2.3px; }
.team-copy > p:not(.product-eyebrow) { margin: 0; color: #405985; font-size: 16px; line-height: 1.42; letter-spacing: -.1px; }
.team-button { width: 207px; height: 48px; margin-top: 24px; gap: 13px; }

.product-footer { height: 98px; background: #fff; }
.product-footer-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 56px; display: flex; align-items: center; transform: translateY(-7px); }
.footer-brand { font-size: 16px; }
.footer-brand .product-brand-mark { width: 35px; height: 38px; }
.footer-nav { display: flex; gap: 26px; margin-left: 43px; color: #273b62; font-size: 11px; white-space: nowrap; }
.footer-social { display: flex; align-items: center; gap: 15px; height: 28px; margin-left: 47px; padding-left: 45px; border-left: 1px solid #d9e6fb; color: #0b1537; }
.footer-social span { width: 20px; height: 20px; }
.footer-social svg { display: block; width: 18px; height: 18px; }
.footer-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: 20px; color: #4c638e; font-size: 10px; line-height: 1.45; }

.product-mobile-menu { display: none; }

@media (max-width: 900px) {
  .product-page { min-height: 0; }

  .product-header { height: 68px; }
  .product-header-inner { padding: 0 40px; }
  .product-nav { display: none; }
  .product-header-actions { gap: 18px; }
  .header-button { display: none; }
  .product-mobile-menu { position: relative; display: block; }
  .product-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; }
  .product-mobile-menu > summary::-webkit-details-marker { display: none; }
  .product-mobile-menu > summary:focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }
  .product-mobile-menu > summary span { display: block; width: 18px; height: 2px; border-radius: 2px; background: #0b1537; }
  .product-mobile-menu[open] > summary { border-color: #1765f4; }
  .product-mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
  .product-mobile-menu[open] > summary span:first-child { transform: translateY(6px) rotate(45deg); }
  .product-mobile-menu[open] > summary span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .product-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); }
  .product-mobile-nav a { padding: 12px 13px; border-radius: 8px; color: #273b62; font-size: 15px; }
  .product-mobile-nav a:hover, .product-mobile-nav a:focus-visible, .product-mobile-nav a.active { color: #0b1537; background: #f0f6ff; }
  .product-mobile-nav .mobile-menu-cta { margin-top: 6px; color: #fff; background: #1765ee; }

  .product-hero { display: flex; flex-direction: column; width: 100%; height: auto; min-height: 0; padding-bottom: 48px; }
  .product-hero-copy { order: 1; width: 100%; height: auto; padding: 56px 40px 0; }
  .product-hero-art { position: relative; order: 2; top: auto; right: auto; display: block; width: min(100% - 80px, 534px); height: auto; margin: 34px auto 0; object-fit: contain; }
  .product-trust-list { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-top: 34px; font-size: 14px; }
  .product-trust-list li { gap: 10px; }

  .capabilities { height: auto; padding: 56px 40px 64px; }
  .capabilities-intro h2 { font-size: 36px; }
  .capability-grid { width: 100%; margin: 34px 0 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .capability-card { height: auto; min-height: 203px; }

  .team-section { display: flex; flex-direction: column; height: auto; min-height: 0; padding-bottom: 48px; }
  .team-copy { order: 1; width: 100%; padding: 56px 40px 0; }
  .team-art { order: 2; position: relative; top: auto; right: auto; display: block; width: min(100% - 80px, 634px); height: auto; margin: 34px auto 0; object-fit: contain; clip-path: inset(0 0 0 16px); }

  .product-footer { height: auto; }
  .product-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; }
  .footer-copyright { margin-left: 0; padding-left: 0; border-left: 0; white-space: normal; }
  .footer-legal { margin-left: 0; }
}

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

  .product-hero { padding-bottom: 40px; }
  .product-hero-copy { padding: 44px 24px 0; }
  .product-hero h1 { margin-top: 14px; font-size: 37.5px; line-height: 1.04; white-space: normal; letter-spacing: -2.4px; }
  .product-hero h1 span { display: inline; }
  .product-hero h1 span:last-child { letter-spacing: -2.7px; }
  .product-hero-description { margin-top: 16px; font-size: 16px; line-height: 1.45; }
  .product-hero-description br, .team-copy > p:not(.product-eyebrow) br, .capability-card p br { display: none; }
  .product-trust-list { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .product-trust-list li { min-height: 28px; }
  .product-hero-art { width: calc(100% - 48px); margin-top: 30px; }

  .capabilities { padding: 52px 24px 56px; }
  .capabilities-intro h2 { margin-top: 14px; font-size: 32px; line-height: 1.08; letter-spacing: -1.5px; }
  .capabilities-intro > p:last-child { font-size: 16px; line-height: 1.45; }
  .capability-grid { margin-top: 30px; grid-template-columns: 1fr; gap: 16px; }
  .capability-card { min-height: 0; padding: 22px; }
  .capability-card h3 { margin-top: 15px; font-size: 18px; }
  .capability-card p { font-size: 15px; line-height: 1.45; }

  .team-section { padding-bottom: 40px; }
  .team-copy { padding: 48px 24px 0; }
  .team-copy h2 { font-size: 34px; line-height: 1.07; letter-spacing: -1.7px; }
  .team-copy > p:not(.product-eyebrow) { font-size: 16px; line-height: 1.45; }
  .team-button { width: 100%; max-width: 280px; height: 50px; margin-top: 24px; }
  .team-art { width: calc(100% - 48px); margin-top: 30px; clip-path: inset(0 0 0 16px); }

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