@font-face{font-family:Inter;src:url('./web_font/Inter-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('./web_font/Inter-Medium.ttf') format('truetype');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('./web_font/Inter-SemiBold.ttf') format('truetype');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('./web_font/Inter-Bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:'Albert Sans';src:url('./web_font/AlbertSans-Bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
:root{--ink:#111;--muted:#555;--line:#efefef;--placeholder:#f0f0f0}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff;scroll-padding-top:120px;overflow-x:clip}
body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip}
a{color:inherit;text-decoration:none}
.site-shell{width:100%;max-width:1440px;margin:0 auto;background:#fff;overflow:visible}
.page-gradient{position:relative;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;background:#fff}
.page-gradient::before{content:"";position:absolute;z-index:0;width:max(2190px,152.083333vw);height:max(1588px,110.277778vw);left:calc(50% - max(28px,1.944444vw));top:min(-342px,-23.75vw);transform:translateX(-50%);background:url('./web_img/hero-gradient.svg') center/100% 100% no-repeat;pointer-events:none}
.page-gradient::after{content:"";position:absolute;z-index:0;left:0;right:0;bottom:0;height:240px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.58) 52%,#fff 100%);pointer-events:none}
.floating-header{position:fixed;z-index:1000;top:30px;left:50%;transform:translateX(-50%);width:calc(100% - 200px);max-width:1240px;height:70px;padding:12px 20px 12px 28px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.4);backdrop-filter:blur(120px);-webkit-backdrop-filter:blur(120px)}
.brand{display:flex;align-items:center;gap:16px;min-width:188px;width:max-content}
.brand-icon{width:40px;height:40px;display:block;object-fit:cover;border-radius:9px}
.brand-wordmark{display:block;width:130.917px;height:28px;flex:none}
.main-nav{display:flex;align-items:center;gap:60px;font-size:16px;color:#222}
.main-nav a{font-weight:500;transition:opacity .2s ease}
.main-nav a:hover{opacity:.58}
.main-nav .active{font-weight:700}
.header-menu{display:contents}
.header-download{display:flex;align-items:center;justify-content:center;height:43px;padding:0 24px;border:1.4px solid #111;border-radius:14px;font-size:14px;font-weight:600;white-space:nowrap;transition:background .2s,color .2s}
.header-download:hover{background:#111;color:#fff}
.menu-toggle{display:none;width:42px;height:42px;padding:0;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:7px;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:1.5px;background:#111;transition:transform .25s ease}
.hero{height:1317px}
.hero-copy{position:absolute;z-index:1;top:260px;left:50%;transform:translateX(-50%);width:900px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}
.hero-copy h1{margin:0;width:100%;height:150px;font-size:64px;line-height:72px;letter-spacing:normal;font-weight:700}
.hero-copy p{margin:0;width:720px;min-height:60px;font-size:20px;line-height:30px;color:#555}
.play-button{display:flex;align-items:center;justify-content:center;font-family:'Albert Sans',Inter,Arial,sans-serif;font-weight:700}
.play-button-large{width:248px;height:80px;gap:16px;border-radius:66px;color:#fff;background:#111;font-size:20px;transition:transform .2s ease,box-shadow .2s ease}
.play-button-large:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(17,17,17,.18)}
.play-button-large img{width:30px;height:34px}
.media-placeholder{background:var(--placeholder);border:1px solid #e9eeee}
.hero-placeholder{position:absolute;z-index:1;top:665px;left:50%;transform:translateX(-50%);display:block;width:1200px;height:auto;aspect-ratio:1200/580;border:0;border-radius:36px;background:#f6f8f8;object-fit:cover}
.capabilities{position:relative;height:946px;background:#fff;padding-top:120px}
.section-heading{text-align:center}
.section-heading h2{margin:0;font-size:44px;line-height:53px;letter-spacing:normal;font-weight:700}
.section-heading p{margin:18px 0 0;font-size:18px;line-height:27px;color:#666}
.capability-grid{position:absolute;top:366px;left:50%;transform:translateX(-50%);width:1201px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.capability-card{height:460px;overflow:hidden;border-radius:36px;background:#fff}
.capability-media{height:300px;border:0;border-radius:32px;background:#d9d9d9;overflow:hidden}
.capability-media img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .55s cubic-bezier(.2,.65,.3,1)}
.capability-card:hover .capability-media img,.capability-card:focus-within .capability-media img{transform:scale(1.06)}
.capability-copy{padding:30px 20px 0}
.capability-copy h3{margin:0 0 10px;font-size:25px;line-height:30px;font-weight:700}
.capability-copy p{margin:0;width:320px;font-size:15px;line-height:23px;color:#555}
.video-showcase{height:822px;padding:110px 60px;background:#fff}
.video-showcase h2{height:90px;margin:0 0 42px;display:flex;align-items:center;justify-content:center;font-size:42px;line-height:51px;font-weight:700;letter-spacing:normal}
.video-grid{height:470px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.video-card{position:relative;height:470px;padding:0;border:0;border-radius:24px;overflow:hidden;isolation:isolate;background:#eaeaea;cursor:pointer;appearance:none;-webkit-appearance:none;transition:box-shadow .25s ease}
.video-card video,.video-poster{display:block;width:100%;height:100%;object-fit:cover;background:#eaeaea;pointer-events:none;backface-visibility:hidden}
.video-card video{transform:translateZ(0)}
.video-poster{position:absolute;z-index:1;inset:0;opacity:1;transition:none}
.video-card.has-video-frame .video-poster{opacity:0;transition:opacity .12s linear}
.video-overlay{position:absolute;z-index:2;inset:0;background:rgba(255,255,255,.5);opacity:1;pointer-events:none;backface-visibility:hidden;transition:opacity .3s ease}
.video-card::after{content:"";position:absolute;z-index:3;inset:0;border:4px solid transparent;border-radius:inherit;pointer-events:none;transition:border-color .25s ease}
.video-card.is-active{box-shadow:0 8px 26px rgba(39,251,246,.13)}
.video-card.is-active::after{border-color:#27fbf6}
.video-card.is-active .video-overlay{opacity:0}
.video-card:focus-visible{outline:3px solid #111;outline-offset:4px}
.video-card-clone{display:none;pointer-events:none}
.testimonials{position:relative;height:826px;background:#fff;padding-top:58px}
.testimonial-heading{text-align:center}
.testimonial-heading h2{margin:0;font-size:50px;line-height:60px;font-weight:700;letter-spacing:normal}
.testimonial-heading p{width:560px;margin:16px auto 0;font-size:20px;line-height:28px}
.testimonial-grid{position:absolute;top:266px;left:50%;transform:translateX(-50%);width:1200px;display:grid;grid-template-columns:repeat(4,294px);gap:8px}
.testimonial-card{position:relative;height:440px;padding:34px 28px 20px;border-radius:28px;overflow:hidden;box-shadow:0 12px 28px rgba(13,26,38,.08)}
.testimonial-one{color:#fff;background:linear-gradient(180deg,#29a8de 0%,#29a8de 52%,#00baf4 70%,#00613d 100%)}
.testimonial-two{color:#fff0e8;background:linear-gradient(180deg,#240400 0%,#240400 55%,#0f1f33 76%,#086eb2 100%)}
.testimonial-three{color:#451f05;background:linear-gradient(180deg,#fff7a3 0%,#fff7a3 56%,#ffb826 75%,#ff301a 100%)}
.testimonial-four{color:#3d0a3d;background:linear-gradient(180deg,#d67adb 0%,#d67adb 55%,#ff8094 73%,#fabdbd 100%)}
.testimonial-card i{display:block;height:56px;font:700 46px/56px Inter,Arial,sans-serif;opacity:.42}
.testimonial-card>p{margin:4px 0 0;width:238px;height:220px;font-size:22px;line-height:32px;font-weight:600}
.testimonial-card>div{position:absolute;left:28px;bottom:20px;height:54px;display:flex;align-items:center;gap:16px}
.testimonial-avatar{display:block;width:54px;height:54px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.7);flex:none}
.testimonial-card strong{font-size:18px;white-space:nowrap}
.site-footer{position:relative;width:100vw;height:495px;margin-left:calc(50% - 50vw);background:#fff;overflow:hidden}
.site-footer::after{content:"";position:absolute;z-index:0;left:calc(50% + 23px);top:188.7px;transform:translateX(-50%) rotate(180deg);width:2470.6px;height:898.6px;background:url('./web_img/footer-glow.svg') center/100% 100% no-repeat;pointer-events:none}
.footer-top{position:relative;z-index:1;height:216px}
.footer-brand{position:absolute;left:max(40px,calc(50% - 600px));top:78px}
.footer-brand{width:340px}.footer-brand .brand{margin-bottom:20px}.footer-brand p{margin:0;color:#808080;font-size:15px;line-height:23px}
.footer-download{position:absolute;left:auto;right:max(40px,calc(50% - 600px));top:73px;width:125px;display:flex;flex-direction:column;gap:15px}.footer-download>strong{font-size:14px}
.play-button-small{width:125px;height:40px;gap:8px;border:1px solid #141414;border-radius:33px;font-size:12px}.play-button-small img{width:15px;height:17px}
.footer-bottom{position:absolute;z-index:1;top:216px;left:0;width:100%;height:279px;border-top:1px solid #efefef;color:#808080;font-size:14px;font-weight:500}
.footer-bottom>span{position:absolute;left:max(40px,calc(50% - 600px));top:35px;line-height:17px}
.footer-bottom>div{position:absolute;left:auto;right:max(40px,calc(50% - 600px));top:35px;height:17px;display:flex;align-items:center;gap:14px;line-height:17px;white-space:nowrap}.footer-bottom em{height:17px;border-left:1px solid #808080;margin:0}.legal-links{white-space:nowrap}.footer-bottom a:hover{text-decoration:underline}
.features-hero{height:1169px}
.features-heading{position:absolute;z-index:1;top:241px;left:50%;transform:translateX(-50%);text-align:center}
.features-heading h1{margin:0 0 22px;font-size:64px;line-height:72px;letter-spacing:normal;font-weight:700}
.features-heading p{width:720px;margin:0;font-size:20px;line-height:30px;color:#555}
.feature-row{width:1200px;height:520px;display:flex;align-items:center;gap:100px;margin:0 auto}
.feature-row-first{position:absolute;z-index:1;top:511px;left:50%;transform:translateX(-50%)}
.feature-media{display:block;width:600px;height:auto;aspect-ratio:600/520;border:0;border-radius:36px;background:#f0f0f0;object-fit:cover;flex:none}
.feature-copy{width:460px;flex:none}
.feature-copy h2{margin:0 0 24px;width:450px;font-size:42px;line-height:51px;letter-spacing:normal;font-weight:700}
.feature-copy p{width:440px;margin:0;font-size:17px;line-height:27px;color:#626c70}
.feature-section{height:700px;padding:90px 0;background:#fff}
.feature-section:nth-of-type(3) .feature-media{background:#ececec}
.legal-page{min-height:100vh;background:#fff;position:relative;overflow:visible}
.legal-hero{height:380px;padding-top:190px;text-align:center}
.legal-hero h1{margin:0;font-size:68px;line-height:76px;letter-spacing:normal;font-weight:700;color:#111}
.legal-date{width:calc(100% - 40px);max-width:960px;height:30px;margin:14px auto 0;display:flex;align-items:flex-start;justify-content:center;gap:8px;font-size:16px;line-height:24px;color:#808080;font-weight:500;text-align:center;white-space:nowrap}
.legal-content{display:flow-root;width:calc(100% - 240px);max-width:1200px;margin:0 auto;color:#626c70}
.legal-content h2{margin:56px 0 20px;font-size:26px;line-height:36px;font-weight:700;color:#111}
.legal-content p,.legal-content li{font-size:18px;line-height:34px;font-weight:400;color:#626c70}
.legal-content p{margin:0 0 24px}.legal-content>p:last-child{margin-bottom:0}
.legal-content ul{margin:0 0 24px;padding-left:27px}.legal-content li{margin:0 0 24px;padding-left:2px}.legal-content li:last-child{margin-bottom:0}
.legal-content strong{font-weight:600;color:#111;font-size:19px;line-height:31px}
.legal-content a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.legal-table-wrap{width:100%;overflow-x:auto;margin:24px 0}
.legal-content table{min-width:980px;width:100%;border-collapse:collapse;table-layout:fixed}
.legal-content th,.legal-content td{border:1px solid #bfc4c6;padding:14px 16px;text-align:left;vertical-align:top;font-size:15px;line-height:24px;font-weight:400;color:#626c70}
.legal-content th{font-weight:600;color:#111;background:#fff}
.privacy-page .legal-content{min-height:5424px}
.legal-page .site-footer{margin-top:140px}
@media(max-width:1279px){
  .floating-header{width:calc(100% - 48px)}
  .hero{height:calc(48.333333vw + 698.333333px)}
  .hero-copy{width:calc(100% - 80px)}.hero-copy h1{height:auto;min-height:clamp(108px,11.73vw,150px);font-size:clamp(48px,5vw,64px);line-height:1.125}.hero-copy p{width:min(720px,100%)}
  .hero-placeholder{width:calc(100% - 80px)}
  .capabilities{height:auto;padding:110px 0 100px}.section-heading{padding:0 40px}.section-heading h2{font-size:clamp(38px,4.3vw,44px);line-height:1.2}.capability-grid{position:relative;top:auto;left:auto;transform:none;width:100%;margin-top:80px;padding:4px 40px 14px;display:flex;gap:20px;overflow-x:auto;scroll-padding-inline:40px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.capability-grid::-webkit-scrollbar{display:none}.capability-card{height:460px;flex:0 0 387px;min-width:0;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:normal}.capability-media{height:300px;aspect-ratio:auto}.capability-copy{padding:30px 20px 0}.capability-copy p{width:320px}
  .video-showcase{height:auto;padding:90px 40px 105px}.video-showcase h2{height:auto;margin-bottom:56px}.video-grid{height:auto;grid-template-columns:repeat(5,minmax(0,1fr))}.video-card{height:auto;aspect-ratio:249/470}
  .testimonials{height:auto;padding:90px 0 110px}.testimonial-heading{padding:0 40px}.testimonial-grid{position:relative;top:auto;left:auto;transform:none;width:100%;margin:60px 0 0;padding:4px 40px 20px;display:flex;gap:8px;overflow-x:auto;scroll-padding-inline:40px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.testimonial-grid::-webkit-scrollbar{display:none}.testimonial-card{height:440px;flex:0 0 294px;padding:34px 28px 20px;scroll-snap-align:start;scroll-snap-stop:normal}.testimonial-card>p{width:238px;height:220px;font-size:22px;line-height:32px}.testimonial-card>div{left:28px}.testimonial-card strong{font-size:18px}
  .feature-row{width:calc(100% - 80px);gap:60px}.feature-media{width:52%;max-width:600px;height:auto;aspect-ratio:600/520}.feature-copy{width:calc(48% - 60px)}.feature-copy h2,.feature-copy p{width:100%}
  .footer-brand{left:40px}.footer-download{left:auto;right:40px}.footer-bottom>span{left:40px}.footer-bottom>div{left:auto;right:40px}
}
@media(min-width:1441px){.page-gradient::after{height:clamp(240px,calc(240px + (100vw - 1440px)*.28),520px)}}
@media(max-width:767px){
  .site-shell{max-width:none}.page-gradient::before{width:1100px;height:800px;left:50%;top:-140px;transform:translateX(-50%)}
  .floating-header{top:16px;width:calc(100% - 28px);height:64px;padding:10px 10px 10px 14px;border-radius:22px;overflow:visible}.brand{gap:9px;min-width:0}.brand-icon{width:36px;height:36px;border-radius:8px}.brand-wordmark{width:96px;height:auto}.menu-toggle{display:flex;flex:none}.header-menu{position:absolute;z-index:-1;top:calc(100% + 14px);left:0;width:100%;padding:8px 20px;display:flex;flex-direction:column;border:1px solid rgba(17,17,17,.06);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(32,42,47,.12);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.floating-header.menu-open .header-menu{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.main-nav{display:flex;width:100%;height:auto;flex-direction:column;align-items:stretch;gap:0;font-size:16px;line-height:24px}.main-nav a{display:flex;min-width:0;height:56px;align-items:center;text-align:left}.main-nav a+a{border-top:1px solid #e6ebed}.header-download{display:none}.floating-header.menu-open .menu-toggle span:first-child{transform:translateY(4.25px) rotate(45deg)}.floating-header.menu-open .menu-toggle span:last-child{transform:translateY(-4.25px) rotate(-45deg)}
  .hero{height:auto;min-height:0;padding:160px 20px 60px}.hero-copy{position:relative;top:auto;left:auto;transform:none;width:100%;gap:20px}.hero-copy h1{height:auto;min-height:0;font-size:42px;line-height:48px;letter-spacing:normal}.hero-copy p{width:100%;max-width:500px;font-size:17px;line-height:26px}.play-button-large{width:210px;height:66px;font-size:17px}.play-button-large img{width:25px;height:29px}.hero-placeholder{position:relative;top:auto;left:auto;transform:none;width:100%;height:auto;aspect-ratio:1200/580;margin-top:54px;border-radius:26px}
  .capabilities{height:auto;padding:84px 0}.section-heading{padding:0 20px}.section-heading h2{font-size:34px;line-height:41px;letter-spacing:normal}.section-heading h2 br{display:none}.section-heading p{font-size:16px;line-height:25px}.capability-grid{width:100%;margin:55px 0 0;padding:4px 20px 14px;gap:20px;scroll-padding-inline:20px}.capability-card{width:min(340px,78vw);height:clamp(390px,75vw,420px);flex-basis:min(340px,78vw);border-radius:26px}.capability-media{width:100%;height:auto;aspect-ratio:387/300;border-radius:24px}.capability-copy{padding:24px 16px 0}.capability-copy h3{font-size:24px}.capability-copy p{width:auto;font-size:16px;line-height:24px}
  .video-showcase{height:auto;padding:80px 0}.video-showcase h2{height:auto;margin:0 20px 40px;text-align:center;font-size:34px;line-height:42px}.video-grid{height:auto;display:flex;gap:12px;overflow-x:auto;padding:4px max(20px,calc((100vw - min(72vw,280px))/2));scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.video-grid::-webkit-scrollbar{display:none}.video-card{width:min(72vw,280px);height:auto;aspect-ratio:249/470;flex:0 0 min(72vw,280px);scroll-snap-align:center}.video-card-clone{display:block;pointer-events:auto}
  .testimonials{height:auto;padding:80px 0}.testimonial-heading{padding:0 20px}.testimonial-heading h2{font-size:38px;line-height:46px}.testimonial-heading p{width:100%;font-size:17px;line-height:26px}.testimonial-grid{width:100%;margin:48px 0 0;padding:4px 20px 20px;gap:8px;scroll-padding-inline:20px}.testimonial-card{height:440px;flex-basis:294px;padding:34px 28px 20px}.testimonial-card>p{width:238px;height:220px;font-size:22px;line-height:32px}.testimonial-card>div{left:28px;bottom:20px}.testimonial-card strong{font-size:18px}
  .site-footer{height:380px}.footer-top{height:210px;display:flex;justify-content:space-between;padding:56px 24px 0}.footer-brand,.footer-download{position:static}.footer-brand{width:210px}.footer-brand p{font-size:13px}.footer-download{width:110px}.play-button-small{width:110px}.footer-bottom{position:relative;top:auto;height:auto;padding:26px 24px;display:block;line-height:22px}.footer-bottom>span,.footer-bottom>div{position:static}.footer-bottom>div{height:auto;margin-top:18px;flex-wrap:wrap}.site-footer::after{width:2054px;height:482px;top:210px;left:50%;bottom:auto;transform:translateX(-50%) rotate(180deg)}
  .features-hero{height:auto;min-height:1040px;padding:170px 20px 80px}.features-heading{position:relative;top:auto;left:auto;transform:none}.features-heading h1{font-size:46px;line-height:54px}.features-heading p{width:100%;font-size:17px;line-height:26px}.feature-row,.feature-row-first{position:relative;top:auto;left:auto;transform:none;width:100%;height:auto;margin-top:70px;display:flex;flex-direction:column;align-items:stretch;gap:34px}.feature-row.reverse{flex-direction:column-reverse}.feature-media{width:100%;max-width:none;height:auto;aspect-ratio:600/520;border-radius:28px}.feature-copy{width:100%}.feature-copy h2{width:100%;font-size:36px;line-height:43px;letter-spacing:normal}.feature-copy h2 br{display:none}.feature-copy p{width:100%;font-size:16px;line-height:25px}.feature-section{height:auto;padding:80px 20px}.feature-section .feature-row{margin-top:0}
  .legal-hero{height:280px;padding:140px 20px 0}.legal-hero h1{font-size:42px;line-height:52px;letter-spacing:normal}.legal-date{width:100%;height:auto;margin-top:10px;flex-direction:column;align-items:center;gap:0;font-size:14px;line-height:22px;white-space:nowrap}.legal-date-separator{display:none}.legal-content{width:calc(100% - 40px)}.legal-content h2{margin:42px 0 16px;font-size:22px;line-height:30px}.legal-content p,.legal-content li{font-size:15px;line-height:27px}.legal-content p{margin-bottom:18px}.legal-content ul{margin-bottom:18px;padding-left:22px}.legal-content li{margin-bottom:18px}.legal-content strong{font-size:16px;line-height:27px}.legal-table-wrap{margin:18px 0}.legal-content th,.legal-content td{font-size:14px;line-height:22px;padding:12px}.privacy-page .legal-content{min-height:0}.legal-page .site-footer{margin-top:90px}
}
@media(max-width:430px){.brand-wordmark{width:88px}.hero-copy h1{font-size:37px;line-height:43px}.footer-top{padding-left:18px;padding-right:18px}.footer-brand{width:190px}.footer-download{width:104px}.play-button-small{width:104px}.testimonial-card>p{font-size:19px;line-height:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.play-button-large,.capability-media img,.video-poster,.video-overlay,.video-card,.video-card::after{transition:none}}
