@font-face {
  font-family: Inter;
  src: url('./Inter-Variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f6f7fa;
  --white: #fff;
  --navy: #001133;
  --ink: #06132e;
  --muted: #576177;
  --blue: #175bfa;
  --line: #dce0e8;
  --max: 1312px;
  --header: 88px;
  --font: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
::selection { background: #dbe6ff; color: var(--navy); }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 112px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: var(--white); border: 2px solid var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(246,247,250,.94); border-bottom: 1px solid rgba(6,19,46,.08); backdrop-filter: blur(16px); }
.nav { height: var(--header); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: .055em; font-size: 21px; line-height: 1.2; white-space: nowrap; }
.brand img { width: 34px; height: 34px; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 40px; font-size: 14px; font-weight: 550; }
.nav-links a { padding-block: 15px; }
.nav-links a:hover { color: var(--blue); }
.nav-links a:last-child span { margin-left: 8px; }
.mobile-nav { display: none; }
.hero { overflow: hidden; position: relative; background: linear-gradient(125deg,#f8f9fb 20%,#eef2f8 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 755px; padding-block: 44px 30px; gap: 20px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: block; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .13em; line-height: 1.5; margin-bottom: 24px; }
.tiny-cross { color: var(--blue); font-size: 17px; vertical-align: middle; margin-right: 8px; }
h1 { font-size: clamp(72px,7.5vw,108px); font-weight: 570; line-height: 1; letter-spacing: -.065em; }
.hero h1 span { display: block; }
.hero h1 .word-inline { display: inline; }
.accent { color: var(--blue); }
.hero-subtitle { margin-top: 29px; font-size: clamp(21px,2vw,29px); line-height: 1.17; letter-spacing: -.045em; font-weight: 550; }
.hero-description { font-size: 18px; color: var(--muted); max-width: 380px; margin-block: 30px; line-height: 1.65; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 42px; padding: 14px 23px; border: 1px solid var(--line); border-radius: 6px; font-size: 14px; font-weight: 550; transition: transform .2s, background .2s; }
.button.primary { background: var(--blue); color: white; border-color: var(--blue); }
.button:hover { transform: translateY(-2px); background: #074bdc; color: white; }
.hero-visual { position: relative; min-height: 690px; isolation: isolate; }
.visual-orbit { position: absolute; inset: 14% -12% 6% -15%; border-radius: 50%; background: radial-gradient(ellipse,#dce5f7 0%,#e9edf5 48%,transparent 70%); z-index: -1; }
/* Layout crops only the supplied marketing surround; the original image files are unchanged. */
.phone-crop { position: relative; overflow: hidden; width: 320px; aspect-ratio: 625/1390; border-radius: 16.5% / 7.5%; background: #fff; box-shadow: 12px 24px 28px -14px #00113333; }
.phone-crop img { position: absolute; max-width: none; height: auto; }
.phone-home img { width: 136.48%; left: -19.2%; top: -28.56%; }
.phone-results img { width: 134.02%; left: -17.32%; top: -29.91%; }
.phone-results { aspect-ratio: 635/1391; }
.phone-review img { width: 136.16%; left: -18.4%; top: -26.19%; }
.phone-review { aspect-ratio: 625/1405; }
.phone-saved img { width: 134.02%; left: -17.32%; top: -30.72%; }
.phone-saved { aspect-ratio: 635/1403; }
.hero-phone-front { position: absolute; left: 6%; top: 26px; width: 53%; transform: rotate(-7deg); z-index: 2; }
.hero-phone-back { position: absolute; right: 2%; top: 135px; width: 46%; transform: rotate(9deg); z-index: 1; }
.visual-note { position: absolute; bottom: -30px; left: 12%; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 11px; letter-spacing: .03em; }
.note-line { width: 30px; height: 1px; background: #a1aec7; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; padding-block: 4px 26px; font-size: 10px; color: var(--muted); }
.scroll-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; }
.scroll-link span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #b9c2d3; border-radius: 50%; font-size: 16px; }
.industry-rail { border-block: 1px solid var(--line); background: #eceff4; }
.industry-rail .shell { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 88px; color: #49566e; font-size: 15px; letter-spacing: -.025em; }
.section { padding-block: 115px; }
.section-heading { margin-bottom: 72px; }
.section-heading h2, .audience-heading h2 { font-size: clamp(46px,5.7vw,82px); line-height: 1.02; letter-spacing: -.06em; font-weight: 560; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; margin-top: 23px; }
.product-section { background: var(--navy); color: #f7f9ff; }
.product-section .eyebrow { color: #9eb6de; }
.product-section .section-heading > p:last-child { color: #b3c2dc; }
.product-section .workflow-step { border-color: #ffffff26; }
.product-section .workflow-step p { color: #b3c2dc; }
.product-section .step-index { color: #96b3e3; }
.product-section .showcase-backdrop { background: #0b2146; color: #a7bada; }
.product-section .screen-caption { color: #9eb2d1; }
.product-section .tabs { background: #13284a; border-color: #2d4363; }
.product-section .tab { color: #b2c2dc; }
.product-section .tab[aria-selected=true] { background: #f5f8ff; color: var(--navy); }
.product-section .tab:hover:not([aria-selected=true]) { background: #233c63; }
.product-section .inline-link { color: #b6ceff; }
.product-section .phone-crop { box-shadow: 14px 26px 40px -10px #0007; }
.product-section .responsible-note, .product-section .timeline-row p { color: #b3c2dc; }
.product-section .timeline, .product-section .timeline-row { border-color: #ffffff26; }
.product-section .timeline-row .number { color: #96b3e3; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,126px); align-items: center; }
.showcase { position: relative; min-height: 790px; padding-top: 30px; }
.showcase-backdrop { position: absolute; inset: 85px 0 68px; background: #eef1f6; border-radius: 4px; display: flex; align-items: flex-start; justify-content: space-between; padding: 24px; color: #6c7587; font-size: 9px; letter-spacing: .1em; }
.screen-panel { position: relative; z-index: 1; animation: screen-in .32s ease; }
.screen-panel .phone-crop { width: min(320px,72%); margin-inline: auto; }
.screen-caption { text-align: center; font-size: 10px; color: var(--muted); margin-top: 22px; position: relative; z-index: 1; }
.workflow-step { border-bottom: 1px solid var(--line); padding: 27px 0 31px; }
.workflow-step:first-child { padding-top: 0; }
.step-index { color: #6a778e; font-size: 10px; letter-spacing: .14em; font-weight: 600; }
.workflow-step h3 { font-size: clamp(25px,2.6vw,36px); line-height: 1.15; letter-spacing: -.045em; font-weight: 550; margin: 15px 0 11px; }
.workflow-step p { font-size: 16px; line-height: 1.65; color: var(--muted); max-width: 410px; }
.tabs { display: inline-flex; gap: 4px; margin-top: 30px; padding: 5px; background: #eff2f7; border: 1px solid #e4e8f0; border-radius: 50px; }
.tab { min-height: 45px; padding: 9px 22px; border: 0; border-radius: 50px; color: #56627b; background: transparent; font-size: 13px; transition: background .2s, color .2s; }
.tab[aria-selected=true] { background: var(--navy); color: white; }
.tab:hover:not([aria-selected=true]) { background: #e0e6f1; }
.showcase .tabs { position: relative; z-index: 2; display: flex; width: fit-content; margin-inline: auto; }
.inline-link { display: flex; width: fit-content; gap: 35px; align-items: center; margin-top: 26px; color: var(--blue); font-size: 13px; }
.inline-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.audience-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 100px; align-items: end; margin-bottom: 64px; }
.audience-heading > p { color: var(--muted); font-size: 20px; line-height: 1.6; max-width: 370px; }
.industry-gallery { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 38px; row-gap: 62px; }
.industry-scene:nth-child(even) { padding-top: 74px; }
.industry-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 5px; background: #dce1e9; }
.industry-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.3,1); }
.industry-scene:hover .industry-photo img { transform: scale(1.025); }
.industry-index { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #ffffffed; font-size: 10px; color: var(--navy); }
.industry-caption { border-bottom: 1px solid #d3d9e4; padding: 23px 0 26px; }
.industry-caption h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.035em; font-weight: 550; }
.industry-caption p { color: var(--muted); font-size: 14px; margin-top: 9px; }
.photo-disclosure { color: var(--muted); font-size: 10px; text-align: right; margin-top: 32px; }
.site-footer { background: var(--navy); color: white; padding: 85px 0 30px; }
.footer-statement { padding-bottom: 70px; }
.footer-statement h2 { font-size: clamp(36px,5.7vw,80px); font-weight: 520; letter-spacing: -.06em; line-height: 1.08; }
.footer-statement p { margin-top: 18px; color: #b4c3dd; font-size: 17px; }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding-block: 28px; border-top: 1px solid #ffffff26; }
.footer-links { display: flex; flex-wrap: wrap; gap: 27px; font-size: 12px; }
.site-footer .brand img { filter: invert(1); mix-blend-mode: screen; }
.footer-links a:hover { color: #a5c2ff; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; color: #a2b3ce; font-size: 11px; padding-block: 24px; border-top: 1px solid #ffffff26; }
.footer-bottom > a:last-child { margin-left: auto; }
.footer-copy { font-size: 13px; color: #b4c3dd; margin-top: 18px; }
.compact-footer { padding-top: 34px; }
.compact-footer .footer-grid { border-top: 0; }
.legal-page { padding-block: 78px 100px; min-height: 70vh; }
.legal-hero { margin-bottom: 50px; }
.legal-hero h1 { max-width: 1000px; font-size: clamp(42px,6vw,76px); letter-spacing: -.06em; line-height: 1.07; font-weight: 550; margin-bottom: 25px; }
.legal-hero > p:not(.eyebrow) { max-width: 790px; color: var(--muted); font-size: 17px; margin-top: 16px; }
.policy-date { font-size: 12px !important; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.legal-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.legal-card h2, .legal-contact h2 { font-size: 22px; font-weight: 550; letter-spacing: -.035em; line-height: 1.25; margin-bottom: 16px; }
.legal-card p, .legal-card li, .legal-contact p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.legal-card p + p { margin-top: 14px; }
.legal-card ul, .legal-card ol { padding-left: 20px; margin: 0; }
.legal-card li + li { margin-top: 9px; }
.text-link { color: #124ed4; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-contact { padding-top: 40px; }
.page-hero { padding-block: 90px 70px; }
.page-hero h1 { font-size: clamp(52px,7vw,96px); letter-spacing: -.065em; font-weight: 550; line-height: 1.04; max-width: 1040px; }
.page-hero p:not(.eyebrow) { font-size: 18px; color: var(--muted); max-width: 650px; margin-block: 25px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: 50px 1fr 1.7fr; gap: 30px; padding-block: 34px; border-bottom: 1px solid var(--line); }
.timeline-row .number { font-size: 11px; color: #697b98; }
.timeline-row h3 { font-size: 23px; font-weight: 550; letter-spacing: -.03em; }
.timeline-row p { color: var(--muted); font-size: 16px; }
.responsible-note { padding: 34px 0 0; max-width: 720px; color: var(--muted); font-size: 14px; }
@keyframes screen-in { from { opacity: .5; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.motion-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); }
.motion-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (min-width:1600px) {
  .hero-grid { min-height: 860px; }
  .hero-visual { min-height: 750px; }
  .hero-phone-front { top: 15px; }
  .hero-phone-back { top: 155px; }
}
@media (max-width:1100px) {
  :root { --header: 76px; }
  .shell { width: calc(100% - 72px); }
  .hero-grid { min-height: 730px; }
  .hero-visual { min-height: 590px; }
  .hero-phone-front { width: 59%; left: 0; top: 65px; }
  .hero-phone-back { width: 55%; right: -6%; top: 160px; }
  .visual-note { bottom: -15px; left: 0; }
  .hero h1 { font-size: 77px; }
  .hero-description { max-width: 325px; }
  .product-grid { gap: 50px; }
  .showcase { min-height: 680px; }
  .showcase .phone-crop { width: 280px; max-width: 82%; }
  .workflow-step h3 { font-size: 29px; }
  .audience-heading { gap: 50px; }
  .audience-heading > p { font-size: 17px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 24px; }
}
@media (max-width:760px) {
  :root { --header: 70px; }
  .shell { width: calc(100% - 40px); }
  .nav-links { display: none; }
  .brand { font-size: 17px; gap: 10px; }
  .brand img { width: 29px; height: 29px; }
  .mobile-nav { display: block; }
  .mobile-nav summary { display: flex; align-items: center; justify-content: center; min-width: 66px; min-height: 44px; border: 1px solid var(--line); border-radius: 4px; font-size: 12px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: calc(var(--header) - 1px); left: 0; right: 0; background: #f6f7fa; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px #00113310; padding: 14px 20px; display: grid; }
  .mobile-nav nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid #e5e8ef; font-size: 15px; }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; padding-top: 42px; padding-bottom: 0; min-height: auto; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(62px,13vw,85px); line-height: 1; }
  .hero-subtitle { font-size: 25px; margin-top: 27px; }
  .hero-subtitle br { display: none; }
  .hero-description { font-size: 15px; max-width: 370px; margin-block: 15px 22px; }
  .button { min-height: 50px; }
  .hero-visual { width: 100%; max-width: 500px; margin-inline: auto; min-height: 600px; margin-top: 14px; }
  .hero-phone-front { width: 56%; left: 6%; top: 30px; }
  .hero-phone-back { width: 51%; right: 2%; top: 116px; }
  .visual-note { bottom: 0; left: 12%; font-size: 10px; }
  .hero-bottom { margin-top: 18px; padding-bottom: 25px; gap: 15px; }
  .hero-bottom > p { max-width: 150px; text-align: right; font-size: 9px; }
  .industry-rail .shell { flex-wrap: wrap; justify-content: center; column-gap: 26px; row-gap: 12px; min-height: 108px; padding-block: 20px; font-size: 13px; }
  .section { padding-block: 76px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(44px,9.5vw,64px); }
  .section-heading > p:last-child { font-size: 16px; max-width: 290px; margin-top: 20px; }
  .product-grid { grid-template-columns: 1fr; gap: 40px; }
  .showcase { min-height: 640px; padding-top: 5px; }
  .showcase-backdrop { inset: 55px 0 45px; }
  .showcase .phone-crop { width: 260px; max-width: 76%; }
  .workflow-step h3 { font-size: 29px; }
  .workflow-step { padding-block: 25px; }
  .workflow-step p { font-size: 15px; }
  .tabs { display: flex; width: fit-content; }
  .audience-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .audience-heading h2 { font-size: 45px; }
  .audience-heading > p { font-size: 17px; }
  .industry-gallery { grid-template-columns: 1fr; row-gap: 32px; }
  .industry-scene:nth-child(even) { padding-top: 0; }
  .industry-photo { aspect-ratio: 3/2; }
  .industry-caption { padding-block: 20px; }
  .industry-caption h3 { font-size: 24px; }
  .photo-disclosure { text-align: left; font-size: 10px; }
  .site-footer { padding-top: 55px; }
  .footer-statement { padding-bottom: 42px; }
  .footer-statement h2 { font-size: 42px; max-width: 290px; }
  .footer-statement p { font-size: 14px; max-width: 290px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 12px; }
  .footer-links a { min-height: 30px; display: flex; align-items: center; }
  .footer-bottom { gap: 15px; align-items: flex-start; flex-direction: column; }
  .footer-bottom > a:last-child { margin-left: 0; }
  .legal-page { padding-block: 45px 65px; }
  .legal-hero h1 { font-size: 42px; }
  .legal-grid { grid-template-columns: 1fr; gap: 14px; }
  .legal-card { padding: 24px; }
  .legal-card h2 { font-size: 21px; }
  .legal-hero > p:not(.eyebrow) { font-size: 16px; }
  .page-hero { padding-block: 55px 35px; }
  .page-hero h1 { font-size: 54px; }
  .page-hero p:not(.eyebrow) { font-size: 16px; }
  .timeline-row { grid-template-columns: 30px 1fr; gap: 10px; }
  .timeline-row p { grid-column: 2; font-size: 15px; }
  .timeline-row h3 { font-size: 22px; }
}
@media (max-width:420px) {
  .hero-visual { min-height: 520px; }
  .hero-subtitle { font-size: 23px; }
  .hero h1 { font-size: 65px; }
  .showcase { min-height: 620px; }
  .tabs .tab { padding-inline: 21px; }
}
@media (max-width:360px) {
  .hero h1 { font-size: 57px; }
  .hero-visual { min-height: 455px; }
  .showcase { min-height: 550px; }
  .brand { font-size: 15px; }
  .section-heading h2 { font-size: 41px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-enabled .reveal { opacity: 1; transform: none; }
}
