@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,Arial,sans-serif;color:#0d1b46;background:#fff;font-synthesis:none;--navy: #0d1b46;--blue: #1665d8;--blue-dark: #0f50b8;--green: #27a95f;--muted: #56617a;--line: #dce3ef;--soft: #f4f7fc;--soft-blue: #eaf2ff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-width:320px;min-height:100vh;color:var(--navy);background:#fff;-webkit-font-smoothing:antialiased}body,button,a{font-family:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:30;height:82px;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;width:242px;height:62px;overflow:hidden;flex:0 0 auto}.brand img{width:100%;height:100%;object-fit:contain}.brand--compact{width:205px;height:62px;margin-left:-16px}.site-nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:700}.site-nav>a:not(.button){padding-block:12px;transition:color .16s ease}.site-nav>a:not(.button):hover,.site-nav>a:not(.button):focus-visible{color:var(--blue)}.menu-button{display:none;width:44px;height:44px;padding:0;align-items:center;justify-content:center;color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:6px;cursor:pointer}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;color:#fff;background:var(--blue);border:1px solid var(--blue);border-radius:6px;font-weight:700;line-height:1.25;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.button:hover,.button:focus-visible{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-1px)}.button--small{min-height:44px;padding:10px 16px;font-size:14px}.button--outline{color:var(--navy);background:#fff;border-color:#9eb8e6}.button--outline:hover,.button--outline:focus-visible{color:var(--blue);background:var(--soft-blue);border-color:var(--blue)}.button--light{color:var(--navy);background:#fff;border-color:#fff}.button--light:hover,.button--light:focus-visible{color:var(--blue);background:var(--soft-blue)}.hero{min-height:min(780px,calc(100vh - 125px));display:flex;align-items:center;padding:42px 0 28px;overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);align-items:center;gap:80px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:800;text-transform:uppercase}.hero-copy h1,.legal-hero h1{margin:17px 0 8px;color:var(--navy);font-family:Manrope,Arial,sans-serif;font-size:76px;font-weight:800;line-height:.98;letter-spacing:0}.hero-kicker{margin:18px 0 22px;color:var(--green);font-family:Manrope,Arial,sans-serif;font-size:31px;font-weight:800;line-height:1.18}.hero-kicker span{color:var(--blue)}.hero-summary{max-width:600px;margin:0;color:var(--muted);font-size:19px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.support-line{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;margin-top:28px;color:var(--green)}.support-line div{display:flex;flex-wrap:wrap;gap:8px;color:var(--navy);font-size:14px}.support-line div span{color:var(--muted)}.support-line>a{justify-self:start;color:var(--blue);font-size:14px;font-weight:700}.hero-visual{position:relative;justify-self:center;width:min(100%,410px);padding:18px 18px 0;background:var(--soft-blue);border:1px solid #cad9f0;border-radius:8px;box-shadow:0 26px 54px #12295a2b}.hero-visual:before{content:"";position:absolute;top:-18px;right:-18px;width:78px;height:78px;border-top:3px solid var(--green);border-right:3px solid var(--green)}.hero-visual-label{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:0 4px 14px}.hero-visual-label span{color:var(--blue);font-size:13px;font-weight:800;text-transform:uppercase}.hero-visual-label strong{font-family:Manrope,Arial,sans-serif;font-size:18px}.showcase-frame{height:clamp(430px,calc(100vh - 250px),565px);overflow:hidden;background:#fff;border:8px solid var(--navy);border-bottom:0;border-radius:32px 32px 0 0}.showcase-frame img{width:100%;height:100%;object-fit:cover;object-position:center 46%}.section{padding:92px 0}.section-heading{margin-bottom:42px}.section-heading h2,.spotlight-copy h2,.about-section h2,.support-panel h2,.legal-content h2,.legal-aside h2{margin:10px 0 0;font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:0}.section-heading h2,.spotlight-copy h2,.about-section h2{font-size:42px;line-height:1.15}.section-heading--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);align-items:end;gap:64px}.section-heading--split p{margin:0;color:var(--muted);font-size:17px;line-height:1.65}.section-heading--center{text-align:center}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{min-height:330px;display:flex;flex-direction:column;align-items:flex-start;padding:28px;background:#fff;border:1px solid var(--line);border-radius:8px}.product-card--featured{border-top:4px solid var(--blue)}.product-card--future{background:var(--soft);border-style:dashed}.product-icon{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;color:var(--blue);background:var(--soft-blue);border:1px solid #caddfb;border-radius:8px}.product-icon img{width:100%;height:100%;object-fit:cover}.status{display:block;margin-top:22px;color:var(--green);font-size:13px;font-weight:800;text-transform:uppercase}.product-card--future .status{color:var(--muted)}.product-card h3,.capability h3{margin:7px 0 8px;font-family:Manrope,Arial,sans-serif;font-size:22px;letter-spacing:0}.product-card p,.capability p{margin:0;color:var(--muted);line-height:1.6}.text-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:24px;color:var(--blue);font-weight:800}.text-link--muted{color:#778198}.product-spotlight{background:var(--navy);color:#fff}.spotlight-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1fr);align-items:center;gap:80px}.spotlight-image{justify-self:center;width:min(100%,410px);height:630px;overflow:hidden;background:#fff;border:9px solid #07102c;border-radius:8px;box-shadow:18px 18px #1b58bb}.spotlight-image img{width:100%;height:100%;object-fit:cover;object-position:center 44%}.spotlight-copy h2{max-width:660px;color:#fff;font-size:48px}.spotlight-copy>p{max-width:620px;margin:22px 0 0;color:#cbd5ec;font-size:18px;line-height:1.7}.feature-list{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.feature-list li{display:flex;align-items:center;gap:11px;font-weight:700}.feature-list svg{flex:0 0 auto;color:var(--green)}.spotlight-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px}.spotlight-actions .text-link{margin:0;padding:10px 0;color:#8eb7ff}.capabilities{background:var(--soft)}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.capability{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:34px;border-right:1px solid var(--line)}.capability:last-child{border-right:0}.capability-icon{width:56px;height:56px;display:grid;place-items:center;color:var(--blue);background:#fff;border:1px solid #bdd1f2;border-radius:6px}.about-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:80px}.about-copy>p{margin:4px 0 0;color:var(--muted);font-size:19px;line-height:1.75}.principles{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.principles span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;color:#16663a;background:#e9f8ef;border:1px solid #bce5cc;border-radius:4px;font-size:14px;font-weight:700}.support-section{padding:0 0 92px}.support-panel{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:48px;color:#fff;background:var(--blue);border-radius:8px}.eyebrow--light{color:#d3e3ff}.support-panel h2{margin-top:8px;font-size:34px}.support-panel p{max-width:620px;margin:12px 0 0;color:#e3ecff;font-size:17px;line-height:1.6}.site-footer{padding:60px 0 28px;background:#091331;color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .9fr;gap:70px}.footer-brand .brand{background:#fff;border-radius:4px}.footer-brand p{color:#aebbd6}.footer-links{display:grid;align-content:start;justify-items:start;gap:12px}.footer-links strong{margin-bottom:4px;font-size:14px;text-transform:uppercase}.footer-links a{color:#b7c2dc}.footer-links a:hover,.footer-links a:focus-visible{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:48px;padding-top:22px;color:#8f9ab5;border-top:1px solid #253153;font-size:13px}.legal-page{background:var(--soft)}.legal-hero{padding:72px 0 66px;color:#fff;background:var(--navy)}.legal-hero h1{color:#fff;font-size:56px;line-height:1.05}.legal-hero p{max-width:700px;margin:18px 0 0;color:#c8d3ec;font-size:18px;line-height:1.65}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:34px;padding-top:46px;padding-bottom:80px}.legal-content,.legal-aside{background:#fff;border:1px solid var(--line);border-radius:8px}.legal-content{padding:48px;color:#37415a;font-size:17px;line-height:1.75}.legal-content>p:first-of-type{font-size:18px}.legal-content section+section{margin-top:38px}.legal-content h2{padding-bottom:11px;color:var(--navy);border-bottom:1px solid var(--line);font-size:27px}.legal-content h3{margin:25px 0 8px;color:#254582;font-size:19px}.legal-content p{margin:13px 0 0}.legal-content a:not(.button){color:var(--blue);text-decoration:underline;text-underline-offset:3px}.effective-date{display:flex;align-items:center;gap:12px;margin-bottom:28px;padding:15px 16px;color:#126a3a;background:#e9f8ef;border:1px solid #bce5cc;border-radius:6px}.effective-date span{display:flex;flex-direction:column;line-height:1.45}.effective-date--danger{color:#a82834;background:#fff0f1;border-color:#f1c1c6}.legal-aside{position:sticky;top:112px;padding:28px;color:var(--navy)}.legal-aside>svg{color:var(--blue)}.legal-aside h2{font-size:23px}.legal-aside p{color:var(--muted);line-height:1.6}.legal-aside .button{width:100%;margin-top:8px}.legal-aside .text-link{padding-top:22px;font-size:14px}.deletion-content .button{margin-top:22px}@media(max-width:1060px){.site-nav{gap:20px}.hero-grid{gap:48px}.hero-copy h1{font-size:64px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card--featured{grid-column:span 2}.spotlight-grid{gap:54px}.capability{padding:28px 22px}}@media(max-width:820px){.shell{width:min(100% - 36px,680px)}.site-header{height:72px}.brand{width:208px;height:56px}.menu-button{display:inline-flex}.site-nav{position:absolute;top:72px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:2px;padding:16px 18px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 30px #12295a1f}.site-nav--open{display:flex}.site-nav>a:not(.button){padding:13px 12px;border-bottom:1px solid #edf0f6}.nav-action{margin-top:10px}.hero{min-height:auto;padding:48px 0 0}.hero-grid,.spotlight-grid,.about-grid,.legal-layout{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy h1{font-size:60px}.hero-summary{margin-inline:auto}.hero-actions,.support-line{justify-content:center}.support-line{grid-template-columns:auto auto}.support-line>a{grid-column:1/-1;justify-self:center}.hero-visual{margin-top:8px}.section{padding:72px 0}.section-heading--split{grid-template-columns:1fr;gap:20px}.spotlight-grid{gap:54px}.spotlight-image{width:min(100%,380px);height:560px}.capability-grid{grid-template-columns:1fr}.capability{border-right:0;border-bottom:1px solid var(--line)}.capability:last-child{border-bottom:0}.about-grid{gap:30px}.support-panel{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.3fr .7fr .9fr;gap:28px}.legal-layout{gap:24px}.legal-aside{position:static;grid-row:1}}@media(max-width:620px){.shell{width:min(100% - 28px,520px)}.brand{width:184px}.hero{padding-top:30px}.hero-grid{gap:24px}.hero-copy h1{font-size:47px}.hero-kicker{font-size:25px}.hero-summary{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.support-line{grid-template-columns:auto 1fr;text-align:left}.support-line div{display:grid;gap:2px}.hero-visual{width:calc(100% + 4px);padding-inline:12px}.hero-visual:before{display:none}.showcase-frame{height:90px;border-width:7px;border-radius:26px 26px 0 0}.showcase-frame img{object-position:center 31%}.section{padding:60px 0}.apps-section{padding-top:24px}.section-heading h2,.spotlight-copy h2,.about-section h2{font-size:34px}.product-grid{grid-template-columns:1fr}.product-card--featured{grid-column:auto}.product-card{min-height:300px;padding:23px}.spotlight-image{height:530px;box-shadow:10px 10px #1b58bb}.spotlight-copy h2{font-size:37px}.spotlight-copy>p{font-size:17px}.spotlight-actions{align-items:stretch;flex-direction:column}.spotlight-actions .button{width:100%}.capability{grid-template-columns:1fr}.support-panel{width:100%;padding:34px 22px;border-radius:0}.support-panel h2{font-size:29px}.support-panel .button{width:100%;font-size:14px}.support-section{padding-bottom:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}.legal-hero{padding:54px 0 48px}.legal-hero h1{font-size:40px}.legal-content{padding:26px 20px;font-size:16px}.legal-content h2{font-size:23px}.legal-aside{padding:24px 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
