@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#102338;--muted:#637386;--blue:#1559d8;--cyan:#28bde2;--line:#d9e5ec;--navy:#0c2842}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}
.site-header{height:82px;border-bottom:1px solid rgba(217,229,236,.75);background:rgba(255,255,255,.9)}.nav-wrap,.footer-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:700;letter-spacing:-.03em}.brand b{color:var(--blue)}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;font-size:20px;box-shadow:4px 4px 0 #9ddfeb}.nav-label{font:500 12px 'DM Mono',monospace;letter-spacing:.1em;text-transform:uppercase;color:#7f8f9d}
.hero{background:linear-gradient(125deg,#f7fbfd,#eef7fb 62%,#e1f4fa);overflow:hidden}.hero-grid{min-height:440px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.eyebrow{font:500 12px/1.2 'DM Mono',monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin:0 0 20px}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.05;letter-spacing:-.075em;max-width:620px;margin:0 0 25px;font-weight:800}.lede{font-size:18px;line-height:1.7;color:#526478;max-width:560px;margin:0}.hero-note{margin-top:30px;color:#718395;font-size:12px;display:flex;align-items:center;gap:9px}.note-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(40,189,226,.14)}.hero-card{justify-self:end;width:min(390px,100%);padding:42px;border-radius:16px;background:var(--navy);color:#fff;box-shadow:18px 22px 0 rgba(40,189,226,.18);transform:rotate(2deg)}.hero-card-label{display:block;color:#68d5f0;font:500 11px 'DM Mono',monospace;letter-spacing:.12em}.hero-card strong{display:block;margin-top:42px;font-size:38px;line-height:1.08;letter-spacing:-.06em}.hero-card em{font-family:Georgia,serif;font-weight:400;color:#68d5f0}.hero-card-line{display:block;width:70px;height:2px;background:#68d5f0;margin:40px 0 15px}.hero-card small{color:#bdcedb}
.section{padding:82px 0}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:end;margin-bottom:38px}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-2px}.section h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.06em;margin:0}.section-heading h2 span{color:var(--blue)}.section-heading>p:last-child{color:var(--muted);max-width:420px;justify-self:end;margin:0}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card{min-height:250px;border:1px solid var(--line);border-radius:12px;padding:25px;position:relative;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.video-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(24,74,107,.09)}.video-card.featured{border-color:#b8d9e7;background:linear-gradient(145deg,#edfaff,#fff)}.card-number{font:500 12px 'DM Mono',monospace;color:#92a3af}.card-arrow{position:absolute;top:21px;right:25px;color:var(--blue);font-size:22px}.video-card h3{font-size:22px;letter-spacing:-.04em;margin:39px 0 9px}.video-card p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}.watch{margin-top:auto;padding-top:22px;color:var(--blue);font-size:13px;font-weight:800}.coming-soon{background:#f8fbfd;border-style:dashed}.coming-soon .watch{color:#82929f}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-inner{min-height:78px;display:flex;align-items:center;gap:40px;color:#8594a0;font-size:12px}.trust-inner div{display:flex;align-items:center;gap:20px;color:var(--ink);font-size:13px}.trust-inner i{font-style:normal;color:#b2c0ca}.site-footer{height:80px;background:#fff}.footer-inner{color:#81909c;font-size:12px}.footer-inner span:last-child{font-family:'DM Mono',monospace;font-size:11px}
@media(max-width:800px){.container{width:min(100% - 36px,600px)}.site-header{height:auto;padding:18px 0}.hero-grid{grid-template-columns:1fr;gap:20px;padding:65px 0}.hero-card{justify-self:stretch;width:auto;transform:none;padding:30px}.hero-card strong{margin-top:25px;font-size:32px}.section{padding:65px 0}.section-heading{display:block;margin-bottom:30px}.section-heading>p:last-child{margin-top:18px}.video-grid{grid-template-columns:1fr}.video-card{min-height:220px}.trust-inner{display:block;padding:24px 0}.trust-inner>span{display:block;margin-bottom:12px}.trust-inner div{gap:10px;justify-content:space-between}.trust-inner i{display:none}.footer-inner{display:block;padding:20px 0}.site-footer{height:auto}.footer-inner span{display:block}.footer-inner span+span{margin-top:6px}}

/* Compact single-screen presentation for the demo index. */
html,body{height:100%;overflow:hidden}.site-header{height:64px;flex:0 0 64px}.hero{flex:0 0 auto}.hero-grid{min-height:260px;display:block;padding:48px 0 38px}.hero h1{font-size:clamp(40px,5vw,64px);margin-bottom:15px}.lede{font-size:15px;line-height:1.45;max-width:520px}.hero-note{margin-top:18px;line-height:1.2;align-items:flex-start}.section{padding:28px 0 24px;flex:1}.section-heading{display:flex;align-items:baseline;gap:22px;margin-bottom:18px}.section-heading .eyebrow{margin:0}.section h2{font-size:28px}.section-heading>p:last-child{display:none}.video-grid{grid-template-columns:repeat(3,1fr);gap:12px}.video-card{min-height:125px;padding:16px 18px}.video-card h3{font-size:17px;margin:24px 0 0}.card-arrow{top:12px;right:17px;font-size:19px}.watch{padding-top:7px;font-size:11px}.trust-strip{display:none}.site-footer{height:44px;flex:0 0 44px}.footer-inner{font-size:10px}.footer-inner span:last-child{font-size:9px}
@media(max-width:800px){.site-header{height:58px;flex-basis:58px;padding:12px 0}.hero-grid{min-height:205px;padding:30px 0 25px}.hero h1{font-size:40px;margin-bottom:12px}.lede{font-size:14px}.hero-note{margin-top:13px}.section{padding:19px 0 16px}.section-heading{gap:12px;margin-bottom:12px}.section h2{font-size:23px}.video-grid{grid-template-columns:repeat(2,1fr);gap:9px}.video-card{min-height:91px;padding:11px 13px}.video-card h3{font-size:15px;margin:21px 0 0}.card-number{font-size:10px}.card-arrow{top:7px;right:11px;font-size:17px}.watch{font-size:10px;padding-top:3px}.site-footer{height:36px;flex-basis:36px}.footer-inner{font-size:9px}.footer-inner span:last-child{display:none}}

.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:38px;min-height:390px;padding-top:38px;padding-bottom:38px}.hero-copy{width:100%;text-align:left}.lede{max-width:720px;font-size:17px;line-height:1.6}.hero-note{justify-content:flex-start;text-align:left}.hero-video{position:relative;display:block;justify-self:center;width:180px;height:320px;margin:0 auto;overflow:hidden;border-radius:12px;background:#0c2842;box-shadow:10px 12px 0 rgba(40,189,226,.18)}.hero-video video{width:100%;height:100%;display:block;object-fit:cover}.hero-video:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(12,40,66,.22))}.note-line{display:block;font-style:normal;position:relative}.note-line:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:8px}.line-one{padding-left:12px}.line-two{padding-left:30px}.line-three{padding-left:48px}.line-one:before{background:#28bde2;box-shadow:0 0 0 5px rgba(40,189,226,.16)}.line-two:before{background:#1559d8;box-shadow:0 0 0 5px rgba(21,89,216,.14)}.line-three:before{background:#68d5f0;box-shadow:0 0 0 5px rgba(104,213,240,.16)}.video-card p{color:var(--muted);font-size:11px;line-height:1.25;margin:4px 0 0}.video-card{min-height:145px}html,body{overflow-x:hidden;overflow-y:auto}
@media(max-width:800px){.hero-grid{grid-template-columns:1fr;gap:16px;min-height:0;padding-top:28px;padding-bottom:28px}.hero-copy{text-align:left}.lede{font-size:15px;line-height:1.5}.hero-video{width:140px;height:249px}.line-one{padding-left:8px}.line-two{padding-left:20px}.line-three{padding-left:32px}.video-card{min-height:116px}.video-card p{font-size:10px;margin-top:3px}}

.line-one:before{background:#f28b52;box-shadow:0 0 0 5px rgba(242,139,82,.16)}
.line-two:before{background:#28bde2;box-shadow:0 0 0 5px rgba(40,189,226,.16)}
.line-three:before{background:#e05252;box-shadow:0 0 0 5px rgba(224,82,82,.16)}
.hero-initial,.lede-initial{display:inline-block;font-size:1.2em;font-weight:800;line-height:1;vertical-align:baseline;letter-spacing:-.05em}
.brand-initial{display:inline-block;font-size:18px;font-weight:500;line-height:1;vertical-align:baseline;letter-spacing:-.06em}
.hero h1 em{font-family:Georgia,serif;font-style:italic;font-weight:400;letter-spacing:.1em;color:#1559d8}
.hero-note{margin-top:45px}
.note-line + .note-line{margin-top:10px}
.eyebrow{display:table}
.eyebrow::after{content:'';display:block;width:69px;height:1px;margin-top:5px;margin-left:auto;background:currentColor}
.hero-note{margin-left:80px;font-family:Manrope,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.6;color:#718395}
.hero-note .note-line{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}
@media(max-width:800px){.hero-note{margin-left:40px}}
.hero-note{margin-left:0}
.hero-note .line-one,.hero-note .line-two,.hero-note .line-three{padding-left:0}
.hero-copy .lede{padding-left:20px}
@media(max-width:800px){.hero-copy .lede{padding-left:12px}}
.site-header .nav-wrap{justify-content:space-between}
.site-header nav{display:flex;align-items:center;gap:24px;font-family:'DM Mono',monospace;font-size:13px;font-weight:500;letter-spacing:.01em}
.site-header nav a:first-child{color:#7f8f9d;padding:0;border:0;border-radius:0;background:transparent}
.site-header nav a:first-child:hover{color:#1559d8}
.site-header .nav-cta{padding:10px 16px;border:0;border-radius:100px;background:#1559d8;color:#fff!important}
.site-header .nav-cta:hover{background:#9ddfeb;color:#102338!important}
.site-header{height:82px;min-height:82px;padding:0}
.site-header .nav-wrap{height:82px}

/* Larger desktop preview, with its column centered farther inward. */
.hero-grid{grid-template-columns:minmax(0,1fr) 380px;min-height:710px}
.hero-video{width:360px;height:640px}
@media(max-width:800px){.hero-grid{grid-template-columns:1fr;min-height:0}.hero-video{width:180px;height:320px}}

.hero-grid{grid-template-columns:minmax(0,1fr) 320px;min-height:580px}
.hero-video{width:288px;height:512px}
@media(max-width:800px){.hero-video{width:144px;height:256px}}
