@charset "UTF-8";
/* ── styles.css ── */

:root{--blue:#265dff;--ink:#141922;--muted:#65707f;--paper:#f6f9ff;--line:#dce5f2;--soft:#f3f6fb;--radius:22px;--max:1320px;color-scheme:light;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}
/* A restrained cool-blue wash; product photographs and white surfaces stay true. */
body{background:radial-gradient(ellipse 70% 700px at 100% 0,#e9f1ff 0%,transparent 70%),radial-gradient(ellipse 65% 950px at 0 74%,#edf4ff 0%,transparent 75%),var(--paper)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}[tabindex="-1"]:focus{outline:none}a:focus-visible,button:focus-visible,video:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{display:block;max-width:100%}picture{display:contents}p{line-height:1.65}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:550;letter-spacing:-.055em}h2{font-size:clamp(2.5rem,4.6vw,4.3rem);line-height:1.04}.header{height:105px;display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:var(--max);margin:auto;padding:0 48px;border-bottom:1px solid var(--line)}.logo-link{display:flex;align-items:center;flex-shrink:0}.header-logo{height:76px;width:auto;display:block;transition:transform .2s}.logo-link:hover .header-logo{transform:scale(1.03)}.footer-logo{height:60px;width:auto;display:block}nav{display:flex;gap:34px;font-size:.94rem}nav a{transition:color .2s,transform .15s}nav a:hover,.header-link:hover{color:var(--blue)}nav a:active{transform:scale(.95)}.header-link{font-size:.9rem;display:flex;align-items:center;gap:24px}.hero{max-width:var(--max);margin:auto;padding:72px 48px 84px;display:grid;grid-template-columns:1.07fr 1fr;align-items:center;gap:46px}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.15em;margin-bottom:28px;line-height:1.5}.hero h1{font-size:clamp(3.2rem,5.45vw,5.15rem);line-height:1.02;letter-spacing:-.064em}.hero h1 span{color:var(--blue)}.lede{font-size:1.1rem;max-width:460px;color:var(--muted);margin:28px 0 30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;min-height:54px;padding:16px 22px;border:1px solid transparent;border-radius:9px;font-weight:600;font-size:.94rem;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--blue);color:white}.primary:hover{background:#1745d4}.hero-note{font-size:.79rem;color:var(--muted);margin-top:26px}.hero-visual{position:relative;background:var(--soft);border-radius:var(--radius);overflow:hidden;aspect-ratio:.94}.hero-visual img{height:100%;width:100%;object-fit:cover;object-position:50% 58%}.hero-visual figcaption{position:absolute;inset:auto 18px 18px;display:flex;justify-content:space-between;gap:16px;align-items:center;background:rgba(255,255,255,.93);border:1px solid white;backdrop-filter:blur(12px);border-radius:8px;padding:17px;font-size:.76rem}.hero-visual figcaption span:first-child{font-size:.7rem;letter-spacing:.09em;font-weight:700}.section{max-width:var(--max);margin:auto;padding:80px 48px}.tiny-label{font-size:.76rem;letter-spacing:.12em;color:var(--muted)}footer{max-width:var(--max);margin:auto;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line)}footer p,footer>span{font-size:.88rem;color:var(--muted)}@media(min-width:1600px){.hero{padding-top:95px;padding-bottom:105px}}@media(max-width:900px){.header{padding:0 28px;height:90px}nav{gap:22px}.header-link{gap:10px}.hero{padding:46px 28px 60px;gap:26px}.hero h1{font-size:3.3rem}.lede{font-size:1rem}.hero-visual{aspect-ratio:.85}.hero-visual figcaption span:last-child{display:none}.section{padding:60px 28px}footer{padding:30px 28px}}@media(max-width:640px){.hero{grid-template-columns:1fr;padding-top:42px;gap:35px}.hero h1{font-size:clamp(3rem,11.7vw,4.6rem)}.eyebrow{margin-bottom:22px}.hero-visual{aspect-ratio:1.18}.hero-visual img{object-position:center 57%}.hero-note{margin-top:20px}.lede{margin-top:23px}footer{align-items:flex-start;flex-wrap:wrap}footer>span{width:100%}}
.trust-strip{max-width:1224px;margin:auto;padding:28px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border-block:1px solid var(--line)}.trust-strip>span{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.88rem;font-weight:600;color:var(--muted)}.trust-strip svg{width:22px;height:22px;fill:none;stroke:var(--blue);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}
.js .scroll-reveal{opacity:0;transform:translateY(36px) scale(.98);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.scroll-reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.40s}.delay-6{transition-delay:.48s}
@keyframes navPulse{0%{transform:scale(1)}35%{transform:scale(1.02);color:var(--blue)}100%{transform:scale(1)}}.section-nav-active{animation:navPulse .55s cubic-bezier(.16,1,.3,1)}
@media(max-width:900px){.trust-strip{margin:0 28px;padding:20px 0;grid-template-columns:repeat(2,1fr);gap:14px}.trust-strip>span{justify-content:flex-start;font-size:.82rem}.header-logo{height:64px}}
@media(max-width:640px){.trust-strip{margin:0 22px;grid-template-columns:1fr;padding:18px 0;gap:12px}.trust-strip>span{font-size:.84rem}.header-logo{height:54px}.footer-logo{height:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .scroll-reveal{opacity:1;transform:none;transition:none}.section-nav-active{animation:none}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@media(hover:none){html .product-card:hover,html .product-picture:hover img,html .demo-launch:hover,html .logo-link:hover .header-logo,html .button:hover{transform:none}html .product-card:hover{box-shadow:none}}
/* ── components.css ── */
[hidden]{display:none!important}
.skip-link{position:absolute;left:20px;top:8px;background:white;padding:12px;z-index:100;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}
.hero-copy{min-width:0}.hero .eyebrow{display:flex;align-items:center;gap:10px}.label-line{width:22px;height:2px;background:var(--blue)}
.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.watch-link{font-size:.9rem;display:flex;align-items:center;gap:9px;min-height:44px}.watch-link:hover{color:var(--blue)}
.hero-visual img{object-position:100% 50%}.hero-visual figcaption{font-size:.78rem}.hero-visual figcaption span:first-child{font-size:.75rem}

.products{padding-top:100px;padding-bottom:86px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:44px;margin-bottom:50px}.section-heading>p{max-width:335px;color:var(--muted);font-size:1rem;padding-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{min-width:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.product-picture{background:var(--soft);border:0;padding:0;width:100%;aspect-ratio:1;position:relative;display:block;overflow:hidden;border-radius:14px;text-align:left}.product-picture img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.product-picture:hover img{transform:scale(1.055)}.picture-plus{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border:1px solid #dbe0e8;border-radius:50%;display:grid;place-items:center;background:white;font-size:1.4rem;font-weight:300;transition:color .2s,background .2s}.product-picture:hover .picture-plus{color:white;background:var(--blue);border-color:var(--blue)}.product-meta{display:flex;justify-content:space-between;align-items:center;margin:23px 0 12px;gap:8px;color:var(--muted);font-size:.76rem;letter-spacing:.06em}.swatch{height:14px;width:14px;border-radius:50%;display:block;border:1px solid #bdc3cd;flex-shrink:0}.swatch.white{background:#fff}.swatch.dark{background:#303338;border-color:#303338}.product-card h3{font-size:1.65rem;letter-spacing:-.035em;margin-bottom:12px}.product-card>p{color:var(--muted);font-size:.95rem;line-height:1.6;min-height:4.8em}.text-link{border:0;border-bottom:1px solid var(--line);border-radius:0;background:none;padding:12px 0;display:inline-flex;align-items:center;gap:30px;font-size:.88rem;text-align:left;font-weight:600;color:var(--ink);min-height:44px}.text-link:hover{color:var(--blue);border-color:var(--blue)}.collection-note{font-size:.78rem;color:var(--muted);margin-top:34px;max-width:780px}

.story{padding-top:112px;padding-bottom:100px}.story-heading{max-width:850px}.story-heading>p:last-child{max-width:620px;color:var(--muted);font-size:1.1rem;margin:28px 0 50px}.values{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;padding-top:37px}.value-index{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--blue)}.values h3{font-size:1.42rem;letter-spacing:-.03em;margin:23px 0 15px}.values p{font-size:1rem;color:var(--muted)}.closing{background:var(--blue);color:white;text-align:center;padding:70px 25px}.closing .eyebrow{color:#fff;margin-bottom:22px}.closing h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.13}.light{background:white;color:var(--ink);margin-top:30px}.light:hover{background:#e7efff}
.modal-open{overflow:hidden}dialog{width:min(980px,calc(100% - 40px));padding:0;border:1px solid var(--line);border-radius:22px;color:var(--ink);max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 30px 100px #0004}dialog::backdrop{background:rgba(7,15,32,.65);backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:16px;top:16px;z-index:2;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:1.8rem;font-weight:300}.dialog-close:hover{background:var(--soft)}.detail-grid{display:grid;grid-template-columns:1.05fr 1fr}.detail-media{background:var(--soft);display:flex;align-items:center;justify-content:center;min-width:0;min-height:100%;border-radius:22px 0 0 22px;overflow:hidden}.detail-media img{width:100%;height:auto}.detail-media video{width:100%;max-height:70vh;object-fit:contain}.detail-copy{padding:62px 34px 35px}.detail-copy h2{font-size:2.7rem;margin:20px 0}.detail-copy>p{font-size:1rem;color:var(--muted)}.detail-copy ul{padding-left:20px;margin:24px 0;font-size:.95rem;line-height:1.9}.detail-copy .detail-notice{font-size:.78rem;line-height:1.7;border-top:1px solid var(--line);padding-top:18px}.dialog-done{display:flex;margin-top:16px}
@media(min-width:1500px){.hero h1{font-size:5.15rem}}
@media(max-width:1100px){.hero{grid-template-columns:1.1fr 1fr;gap:26px}.hero h1{font-size:clamp(3rem,5.6vw,4.3rem)}.product-grid{gap:16px}.product-card h3{font-size:1.45rem}.product-card>p{min-height:6.4em}.values{gap:26px}.hero-actions{gap:16px}.button{gap:25px}}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}.product-card>p{min-height:3.2em}.product-card h3{font-size:1.65rem}.section-heading{gap:26px}.section-heading>p{max-width:265px}.story{padding-top:76px;padding-bottom:76px}.values{grid-template-columns:1fr;gap:26px}.values article{border-bottom:1px solid var(--line);padding-bottom:26px}.values article:last-child{border:0;padding:0}.values h3{margin:16px 0 10px}.values p{max-width:600px}.detail-copy{padding:55px 25px 28px}.detail-copy h2{font-size:2.2rem}.header nav{gap:22px;font-size:.88rem}}
@media(max-width:640px){.header{padding-inline:22px;gap:14px}.header nav{gap:16px;font-size:.81rem}.header nav a:last-child{display:none}.hero{grid-template-columns:1fr;gap:32px;padding-inline:22px}.hero h1{font-size:clamp(2.7rem,10.5vw,4.2rem);line-height:1.06}.hero-visual{aspect-ratio:1.16}.hero-visual img{object-position:100% center}.hero-actions{gap:22px}.hero-visual figcaption span:last-child{display:block;font-size:.75rem}.hero-visual figcaption{inset:auto 12px 12px;padding:14px}.hero-note{font-size:.79rem}.section{padding-left:22px;padding-right:22px}.products{padding-top:60px;padding-bottom:60px}.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:22px;max-width:100%}.product-grid{gap:32px 15px}.product-card h3{font-size:1.3rem;line-height:1.16;letter-spacing:-.04em}.product-meta{font-size:.7rem;letter-spacing:.03em;margin-top:16px;margin-bottom:10px}.product-picture{border-radius:10px}.picture-plus{width:27px;height:27px;font-size:1.2rem;bottom:8px;right:8px}.product-card>p{font-size:.88rem;min-height:6.4em}.text-link{gap:20px;font-size:.84rem}.collection-note{font-size:.75rem}.story-heading h2{font-size:2.45rem;line-height:1.12}.story-heading>p:last-child{font-size:1rem;margin-bottom:34px}.closing{padding:56px 22px}.closing h2{font-size:2.05rem;line-height:1.2}footer{padding-inline:22px}dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:16px}.detail-grid{grid-template-columns:1fr}.detail-media{border-radius:16px 16px 0 0;max-height:42vh;min-height:0}.detail-media img{max-height:42vh;object-fit:contain}.detail-media video{max-height:42vh}.detail-copy{padding:28px 23px}.detail-copy h2{margin:14px 0 18px}.dialog-close{width:38px;height:38px;top:12px;right:12px}}
@media(max-width:359px){.hero h1{font-size:2.65rem}.product-grid{grid-template-columns:1fr}.product-card>p{min-height:0}.product-card h3{font-size:1.65rem}.product-meta{font-size:.76rem}.header nav{gap:12px}.hero-visual figcaption span:last-child{display:none}}
h1,h2,h3{overflow-wrap:break-word;hyphens:manual}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}.product-card>p{font-size:1rem}.product-meta{font-size:.75rem}.header nav{font-size:.875rem}.text-link{font-size:.875rem}
@media(max-width:640px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr))}.hero-visual figcaption{flex-wrap:wrap}.product-card>p{min-height:6.4em}.header{flex-wrap:wrap;height:auto;min-height:80px;padding-block:16px}.hero-actions{align-items:flex-start}}
@media(max-width:359px){.product-grid{grid-template-columns:1fr}.product-card>p{min-height:0}}
.story-heading h2 span{color:#78879d}
@media(max-width:400px){.header nav{gap:14px}.header-link>span{display:none}}
/* ── shop.css ── */
.purchase-link{background:var(--ink);color:#fff;min-height:45px;padding:12px 17px;margin-top:7px;font-size:.9rem;gap:30px}.purchase-link:hover{background:var(--blue)}

.detail-copy #detail-buy{margin-top:22px}.detail-copy .detail-buy-note{font-size:.8rem;margin-top:12px;color:var(--muted)}
.quote{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;border-top:1px solid var(--line);padding-top:90px;padding-bottom:90px}.quote-copy>p:not(.eyebrow){font-size:1.08rem;color:var(--muted);max-width:430px;margin:26px 0}.quote-form{border:1px solid var(--line);background:var(--soft);padding:34px;border-radius:18px}.quote-form h3{font-size:1.7rem;letter-spacing:-.04em;margin-bottom:28px}.quote-fields{display:grid;grid-template-columns:1fr 110px;gap:16px}.quote-field{min-width:0;display:flex;flex-direction:column;gap:10px}.quote-field label{font-size:.875rem;font-weight:600}.quote-field select,.quote-field input{font:inherit;font-size:1rem;min-width:0;width:100%;border:1px solid #c7d0de;border-radius:8px;padding:13px 12px;background:white;color:var(--ink);height:49px}.quote-field input:focus-visible,.quote-field select:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.quote-field input[aria-invalid=true]{border-color:#b92d27}.quote-summary{font-size:.9rem;margin:24px 0 17px;color:var(--muted)}.quote-hint{font-size:.78rem;color:var(--muted);line-height:1.7;margin-top:17px}.quote-error{color:#a62020;font-size:.875rem;margin-top:14px}.quote:target{scroll-margin-top:0}.quote-trial{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 24px;margin:26px 0 28px;max-width:460px;box-shadow:0 6px 20px rgba(0,0,0,.03)}.trial-tag{display:inline-flex;align-items:center;gap:7px;font-size:.74rem;font-weight:700;letter-spacing:.09em;color:var(--blue);margin-bottom:9px;text-transform:uppercase}.trial-tag svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.quote-trial h3{font-size:1.18rem;letter-spacing:-.025em;margin:0 0 6px 0;color:var(--ink);font-weight:600}.quote-trial p{font-size:.93rem;line-height:1.55;color:var(--muted);margin:0}
@media(max-width:900px){.quote{gap:32px}.quote-form{padding:25px}.quote-fields{grid-template-columns:1fr}.quote-copy h2{font-size:2.8rem}}
@media(max-width:640px){.quote{grid-template-columns:1fr;padding-top:60px;padding-bottom:60px;gap:28px}.quote-fields{grid-template-columns:1fr 85px;gap:12px}.quote-form{padding:24px 20px}.quote-copy h2{font-size:2.6rem}.purchase-link{gap:22px;width:100%}.quote-form h3{font-size:1.5rem}.quote-trial{padding:18px 20px;margin:22px 0 24px;max-width:100%}.quote-trial h3{font-size:1.1rem}}
@media(max-width:359px){.quote-fields{grid-template-columns:1fr}}
/* ── app-showcase.css ── */
.hero-visual #hero-image{object-position:center}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 26px}.product-card>p{min-height:3.2em}.product-meta{font-size:.875rem;letter-spacing:.025em}.collection-note{font-size:.875rem}
.app-section{background:#101b30;color:#fff;overflow:hidden}.app-inner{max-width:var(--max);margin:auto;padding:88px 48px}.app-heading{display:grid;grid-template-columns:1.15fr 1fr;align-items:end;gap:72px;margin-bottom:46px}.app-heading .eyebrow{color:#a6bcff}.app-heading h2{font-size:clamp(2.4rem,4.2vw,3.75rem);line-height:1.1}.app-heading h2 span{color:#a9c0ff}.app-intro{max-width:480px;color:#c7d1e3;font-size:1.05rem}.app-contact{display:inline-flex;align-items:center;gap:15px;border-bottom:1px solid #5b6b89;font-size:.875rem;padding:15px 0 9px;margin-top:8px;color:#fff}.app-contact:hover{color:#bed0ff}
.app-stage{display:grid;grid-template-columns:minmax(0,1fr) 266px;gap:28px;align-items:center}.desktop-preview{min-width:0;border:1px solid #43516b;border-radius:17px;overflow:hidden;background:#f5f7fa;color:var(--ink);box-shadow:0 28px 60px #02091755}.app-toolbar{display:flex;align-items:center;justify-content:space-between;padding:15px 22px;background:#fff;border-bottom:1px solid #e3e7ee;gap:15px}.app-toolbar>span:last-child{font-size:.875rem;color:#65707f}.app-brand{font-size:1.6rem;font-weight:750;letter-spacing:-.065em;color:#141922}.app-brand>span{color:#265dff}.screen-tabs{display:flex;gap:6px;flex-wrap:wrap;padding:12px 18px;background:#f5f7fa;border-bottom:1px solid #e3e7ee}.screen-tabs button{border:1px solid transparent;background:transparent;border-radius:7px;color:#5b6573;font-size:.875rem;padding:11px 14px;font-weight:600;min-height:44px}.screen-tabs button[aria-selected=true]{color:#214fdd;background:white;border-color:#dce3ef;box-shadow:0 2px 5px #111c320a}.screen-tabs button:hover{color:#214fdd}.screen-image{border:0;padding:0;position:relative;width:100%;display:block;background:#eff3f6;text-align:left}.screen-image img{width:100%;height:auto;aspect-ratio:1556/915;object-fit:contain;object-position:center}.screen-expand{position:absolute;bottom:12px;right:12px;border:1px solid #dbe3ed;border-radius:7px;background:#fff;box-shadow:0 3px 12px #0c18211a;color:#223047;font-size:.875rem;font-weight:600;padding:10px 12px}.screen-image:hover .screen-expand{background:#265dff;color:white;border-color:#265dff}.screen-caption{font-size:.8125rem;line-height:1.5;color:#65707f;padding:14px 18px;background:#fff}
.mobile-preview{min-width:0;margin:0}.phone-shell{padding:9px 8px 12px;border:2px solid #596578;background:#151c28;border-radius:36px;box-shadow:0 30px 55px #01071266}.phone-top{height:27px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0 12px 8px;color:#fff;font-size:.75rem}.camera-slot{width:62px;height:16px;border-radius:12px;background:#080d16}.mobile-app{background:#eef3f3;border-radius:8px 8px 23px 23px;padding:17px 13px 12px;color:#17232a}.mobile-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.mobile-brand .app-brand{font-size:1.45rem}.mobile-label{font-size:.75rem;font-weight:650;color:#5d6c77;letter-spacing:.12em}.mobile-kicker{font-size:.75rem;font-weight:600;color:#647b7c;letter-spacing:.07em;margin-bottom:5px}.mobile-app h3{display:flex;align-items:center;gap:8px;font-size:1.2rem;letter-spacing:-.035em;font-weight:700}.mobile-app h3>span{font-size:.8125rem;font-weight:500;color:#63747a}.mobile-subtitle{font-size:.8125rem;color:#65767b;margin-top:5px;margin-bottom:17px}.mobile-call{background:#fff;border:1px solid #dfe5e5;border-radius:12px;box-shadow:0 3px 7px #152a3307;padding:13px;margin-top:12px}.call-heading{display:flex;gap:8px;justify-content:space-between;align-items:center}.call-heading strong{font-size:1.02rem;letter-spacing:-.025em}.call-heading>span{font-size:.75rem;color:#61716e}.call-kind{display:flex;align-items:center;gap:12px;margin:15px 0 13px}.call-kind svg{width:35px;height:35px;border-radius:9px;padding:7px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;color:#078264;background:#dff7ed}.call-kind>div>span{display:block;color:#078264;font-size:.75rem;font-weight:750;letter-spacing:.09em}.call-kind strong{display:block;margin-top:4px;color:#1a272e;font-size:1.35rem;letter-spacing:-.02em}.call-action{display:block;text-align:center;font-size:.875rem;font-weight:600;padding:10px 6px;border-radius:7px;background:linear-gradient(100deg,#069870,#0bb58a);color:#fff}.bill-call .call-kind svg{color:#bd1d48;background:#ffedf2}.bill-call .call-kind>div>span{color:#bf1d49}.bill-call .call-action{background:linear-gradient(100deg,#e71b50,#f24067)}.mobile-bottom{display:flex;justify-content:space-around;gap:10px;font-size:.75rem;padding:19px 0 1px;color:#758086}.mobile-bottom span:first-child{color:#176d5d;font-weight:700}.home-indicator{width:76px;height:4px;margin:11px auto 0;border-radius:4px;background:#b4bbc7}.mobile-preview figcaption{text-align:center;color:#d2dcec;font-size:.875rem;line-height:1.5;margin-top:17px}.mobile-preview figcaption span{font-size:.75rem;color:#95a4bf}
.app-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;border-top:1px solid #354158;padding-top:31px;margin-top:48px}.app-features article>span{color:#a9c0ff;font-size:.75rem;letter-spacing:.08em;font-weight:600}.app-features h3{font-size:1.24rem;letter-spacing:-.025em;margin:16px 0 10px}.app-features p{color:#b9c7dc;font-size:1rem}.quote-contact{font-size:1.15rem;font-weight:600;display:inline-flex;align-items:center;gap:22px;padding-block:10px;overflow-wrap:anywhere}.quote-contact:hover,.footer-email:hover{color:var(--blue)}.email-button{width:100%;background:var(--blue);color:white;gap:20px}.email-button:hover{background:#1745d4}.email-button[aria-disabled=true]{background:#778599;cursor:not-allowed;transform:none}.quote-hint{font-size:.875rem}.footer-email{font-size:.94rem;color:var(--muted)}#screen-dialog{width:min(1480px,calc(100% - 40px));padding:24px;background:#fff}#screen-dialog h2{font-size:1.5rem;letter-spacing:-.03em;padding-right:42px;margin-bottom:20px}#screen-dialog img{width:100%;height:auto}#screen-dialog>p{font-size:.875rem;color:var(--muted);margin-top:15px}.screen-close{position:absolute;top:14px;right:16px;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:1.75rem;color:var(--ink)}.screen-close:hover{background:var(--soft)}[role=tabpanel]:focus-visible{outline:3px solid var(--blue);outline-offset:-3px}
@media(max-width:1000px){.app-heading{gap:30px;grid-template-columns:1fr}.app-intro{max-width:700px}.app-stage{grid-template-columns:minmax(0,1fr) 246px;gap:22px}.app-inner{padding-inline:28px}.product-grid{gap:34px 20px}.app-features{gap:24px}.app-features h3{font-size:1.15rem}.app-heading h2{font-size:3.3rem}}
@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card>p{min-height:4.8em}.app-stage{grid-template-columns:1fr;gap:36px}.mobile-preview{width:280px;max-width:100%;justify-self:center}.app-features{grid-template-columns:1fr;gap:25px}.app-features article+article{padding-top:25px;border-top:1px solid #354158}.app-features p{max-width:570px}.app-heading h2{font-size:clamp(2.5rem,6.5vw,3.3rem)}}
@media(max-width:640px){.app-inner{padding:58px 22px}.app-heading{margin-bottom:30px;gap:24px}.app-intro{font-size:1rem}.product-grid{gap:35px 16px}.product-meta{font-size:.8125rem}.product-card>p{min-height:6.4em}.product-card h3{font-size:1.45rem}.app-toolbar{padding:14px 16px}.screen-tabs{padding:10px}.screen-tabs button{padding:10px;font-size:.8125rem}.screen-image{padding-bottom:47px}.screen-expand{bottom:8px;right:10px;padding:7px 10px;font-size:.8125rem}.screen-caption{font-size:.75rem;padding:12px 14px}.app-features{margin-top:36px}.quote-contact{font-size:1.05rem;gap:14px}#screen-dialog{width:calc(100% - 20px);padding:20px 12px}#screen-dialog h2{font-size:1.2rem}}
@media(max-width:380px){.product-grid{grid-template-columns:1fr}.product-card>p{min-height:0}.app-heading h2{font-size:2.3rem}.header nav{gap:12px}.screen-tabs{gap:0}.screen-tabs button{font-size:.75rem}.quote-contact{font-size:1rem}}
.footer-brand{display:grid;justify-items:start;gap:8px}.footer-social{display:flex;flex-wrap:wrap;gap:16px}.footer-social a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:.875rem;color:var(--muted)}.footer-social a:hover{color:var(--blue)}.footer-social svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;flex-shrink:0}.footer-social .instagram-dot{fill:currentColor;stroke:none}
.footer-center{display:flex;flex-direction:column;align-items:center;gap:8px}
.footer-legal{display:flex;align-items:center;gap:12px;font-size:.82rem;color:var(--muted)}
.legal-btn{background:none;border:none;padding:6px 0;min-height:32px;font:inherit;font-size:.82rem;color:var(--muted);cursor:pointer;transition:color .2s}
.legal-btn:hover{color:var(--blue);text-decoration:underline}
#legal-dialog{width:min(780px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.25);overflow:hidden}
#legal-dialog::backdrop{background:rgba(7,15,32,.65);backdrop-filter:blur(5px)}
.legal-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--line);background:var(--soft);position:sticky;top:0;z-index:2}
.legal-tabs{display:flex;gap:6px;background:rgba(0,0,0,.06);padding:4px;border-radius:10px}
.legal-tabs button{border:none;background:transparent;padding:8px 16px;border-radius:7px;font-size:.88rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s ease}
.legal-tabs button[aria-selected="true"]{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.legal-close{position:static;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;line-height:1}
.legal-close:hover{background:var(--soft)}
.legal-dialog-body{padding:32px 36px 48px;overflow-y:auto;max-height:calc(100dvh - 140px);-webkit-overflow-scrolling:touch}
.legal-dialog-body h2{font-size:1.85rem;letter-spacing:-.04em;margin-bottom:6px;color:var(--ink)}
.legal-date{font-size:.82rem;color:var(--muted);margin-bottom:24px}
.legal-dialog-body h3{font-size:1.15rem;letter-spacing:-.02em;margin:24px 0 8px;color:var(--ink)}
.legal-dialog-body p{font-size:.95rem;line-height:1.7;color:#374151;margin-bottom:14px}
.legal-dialog-body strong{color:var(--ink);font-weight:600}
@media(max-width:640px){.legal-dialog-header{padding:12px 16px}.legal-tabs button{padding:6px 10px;font-size:.78rem}.legal-dialog-body{padding:24px 20px 36px}.legal-dialog-body h2{font-size:1.45rem}.footer-center{align-items:flex-start;margin-top:10px}}
.screen-image:focus-visible{outline-offset:-4px}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* ── demo.css ── */
.demo-launch{position:absolute;left:20px;right:20px;bottom:20px;display:flex;align-items:center;gap:15px;padding:17px 19px;border:1px solid #ffffff85;border-radius:13px;background:#ffffffed;backdrop-filter:blur(14px);box-shadow:0 10px 35px #131b3020;color:#172237;text-align:left;transition:transform .2s,background .2s}.demo-launch:hover{background:#fff;transform:translateY(-3px)}.demo-launch-icon{display:grid;place-items:center;width:51px;height:51px;border:1px solid #d2dbed;border-radius:50%;font-size:.95rem;flex-shrink:0;color:#265dff}.demo-launch strong{display:block;font-size:1.04rem;font-weight:650;letter-spacing:-.025em}.demo-launch small{display:block;font-size:.8125rem;color:#5b687b;margin-top:6px;line-height:1.45}.demo-launch>span:last-child{margin-left:auto;font-size:1.4rem}
#interactive-demo{width:min(1540px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 36px);border-radius:20px;background:#fbfcfd;border:1px solid #dde3ea;overflow:auto}#interactive-demo::backdrop{background:#101725ba;backdrop-filter:blur(9px)}.demo-header{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 27px;background:#fff;border-bottom:1px solid #e2e7ed;position:sticky;top:0;z-index:5}.demo-kicker{display:block;font-size:.75rem;font-weight:700;letter-spacing:.14em;color:#697789;line-height:1.5}.demo-header h2{font-size:1.55rem;letter-spacing:-.04em;margin-top:4px;line-height:1.2}.demo-close,.demo-menu-close{display:grid;place-items:center;background:#f4f6f8;border:1px solid #e0e5eb;border-radius:50%;width:44px;height:44px;font-size:1.8rem;line-height:1;color:#314055;flex-shrink:0}.demo-close:hover,.demo-menu-close:hover{background:#e7edf7}.demo-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,1fr);min-height:620px}.demo-stage{position:relative;background:#ddddd8;min-width:0;min-height:620px;display:flex;flex-direction:column;overflow:hidden}.demo-stage-label{position:absolute;left:26px;right:26px;top:24px;display:flex;justify-content:space-between;gap:15px;z-index:1;pointer-events:none;color:#354047;font-size:.75rem;font-weight:650;letter-spacing:.08em}.demo-live{display:flex;align-items:center;gap:7px;font-weight:500;letter-spacing:0}.demo-live i{width:6px;height:6px;border-radius:50%;background:#2c7458}#demo-canvas{width:100%;height:100%;min-height:620px;position:absolute;inset:0;touch-action:none;outline-offset:-4px}#demo-canvas canvas{width:100%;height:100%;display:block;touch-action:none}.demo-view-tools{position:absolute;left:22px;right:22px;bottom:96px;display:flex;justify-content:center;flex-wrap:wrap;gap:7px}.demo-view-tools button{border:1px solid #ffffffc9;background:#ffffffe0;backdrop-filter:blur(10px);color:#394550;font-size:.8125rem;min-height:41px;padding:9px 12px;border-radius:8px;box-shadow:0 3px 15px #10192a09}.demo-view-tools button[aria-pressed=true]{background:#152138;color:#fff;border-color:#152138}.demo-view-tools button:disabled{opacity:.45;cursor:not-allowed}.demo-stage-bottom{position:absolute;bottom:0;left:0;right:0;padding:18px 24px 22px;text-align:center;background:linear-gradient(transparent,#f2f1ebb0)}.demo-stage-bottom>p{font-size:.75rem;color:#26323a;margin-bottom:9px}.demo-led-status{display:flex;align-items:center;justify-content:center;gap:9px;font-size:.875rem;color:#27343c;font-weight:550}.demo-led-status i{width:9px;height:9px;border-radius:50%;background:#8a9394;border:1px solid #ffffff70}#demo-content[data-led=order] .demo-led-status i{background:#00b953;box-shadow:0 0 12px #00b95377}#demo-content[data-led=bill] .demo-led-status i{background:#ee2942;box-shadow:0 0 12px #ee294277}.demo-console{padding:25px 25px 21px;background:#fff;min-width:0;border-left:1px solid #e1e5e9}.demo-console-intro h3{font-size:1.58rem;letter-spacing:-.045em;margin:7px 0 5px}.demo-console-intro p{font-size:.875rem;color:#6a7583}.demo-call-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:18px 0 19px}.demo-call-buttons button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;font-size:.875rem;font-weight:600;border:1px solid #dce2e9;border-radius:8px;background:#fff;color:#334258;padding:8px}.demo-call-buttons svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round;flex-shrink:0}.demo-call-buttons [data-call=order]:hover,.demo-call-buttons [data-call=order][aria-pressed=true]{color:#08794d;background:#e9f8ee;border-color:#81cba4}.demo-call-buttons [data-call=bill]:hover,.demo-call-buttons [data-call=bill][aria-pressed=true]{color:#b8243e;background:#fff0f2;border-color:#eda2ae}.demo-call-buttons [data-menu-open]:hover{background:#eef3ff;color:#265dff;border-color:#a9bcf9}.demo-screen-tabs{display:flex;gap:4px;padding:4px;background:#edf1f5;border-radius:9px;margin-bottom:14px}.demo-screen-tabs button{flex:1;min-height:39px;border:0;border-radius:6px;background:transparent;color:#697589;font-size:.875rem;font-weight:600}.demo-screen-tabs button[aria-selected=true]{color:#1f334d;background:#fff;box-shadow:0 1px 5px #15223813}.demo-pc-panel{border:1px solid #dce2e6;border-radius:11px;overflow:hidden;background:#f3f6f7}.demo-app-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e7e9}.demo-app-bar strong{font-size:1.55rem;letter-spacing:-.075em;font-weight:700}.demo-app-bar strong>span{color:#265dff}.demo-app-bar>span{font-size:.75rem;color:#71808b}.demo-app-body{padding:17px}.demo-panel-heading{display:flex;align-items:center;justify-content:space-between;color:#54616c;font-size:.8125rem}.demo-panel-heading>span{font-size:.75rem}.demo-tables{display:flex;gap:10px;margin:15px 0 22px}.demo-table{height:48px;min-width:48px;display:grid;place-items:center;border-radius:11px;border:1px solid #e0e5e6;background:#fff;color:#707b82;font-size:.9375rem;font-weight:700;box-shadow:0 3px 5px #13282b05;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.demo-table.occupied,.demo-table[data-state=occupied]{background:#f29432;color:#fff;border-color:#f29432;box-shadow:0 4px 12px #f294322a}.demo-table[data-state=order]{color:#fff;background:#16bc61;border-color:#16bc61;box-shadow:0 4px 12px #16bc612a}.demo-table[data-state=bill]{color:#fff;background:#f13550;border-color:#f13550;box-shadow:0 4px 12px #f135502a}.demo-table[data-state=idle]{background:#fff;color:#707b82;border-color:#e0e5e6;box-shadow:0 3px 5px #13282b05}.demo-call-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.demo-app-body h4{margin:0;font-size:1rem;font-weight:650;color:#2d3c43;letter-spacing:-.02em}.demo-app-body h4>span{font-size:.875rem;font-weight:450;color:#82938e;margin-left:7px}.demo-mini-label{font-size:.75rem;letter-spacing:.05em;color:#778783}.demo-request{border:1px solid #e2e8e5;border-radius:10px;padding:15px;background:#fff;box-shadow:0 4px 10px #172f2405;min-height:160px}.demo-request-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.demo-request-heading strong{font-size:1.15rem;letter-spacing:-.025em}.demo-request-heading>span{font-size:.75rem;background:#f0f3f2;border-radius:4px;padding:5px 7px;color:#6f7c7a}.demo-request-type{display:flex;align-items:center;gap:10px;margin:14px 0}.demo-request-type i{width:10px;height:10px;border-radius:50%;background:#16b977}.demo-request-type>div{display:grid;gap:3px}.demo-request-type b{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#0a9364}.demo-request-type strong{font-size:1.35rem;color:#2a3a3b}.demo-request-type>span{font-size:.75rem;color:#7a8986;margin-left:auto}.demo-request button{width:100%;border:0;border-radius:6px;color:#fff;background:#089d73;font-size:.875rem;font-weight:600;padding:11px 10px;min-height:42px}.demo-request.bill .demo-request-type i,.demo-request.bill button{background:#ef2b54}.demo-request.bill .demo-request-type b{color:#d5284c}.demo-request.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;gap:7px;background:#ffffff8f}.demo-empty-icon{font-size:1.5rem;line-height:1;color:#859790;font-weight:400}.demo-request.empty strong{font-size:.9375rem;color:#4b5f58}.demo-request.empty p{font-size:.8125rem;color:#7a8984;max-width:260px;line-height:1.5}.demo-panel-feedback{font-size:.75rem;color:#667771;min-height:20px;margin-top:10px;line-height:1.45}.demo-app-disclaimer{font-size:.75rem;line-height:1.55;color:#83909b;margin-top:12px}.demo-console-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;padding-top:14px;border-top:1px solid #e8ecf0;font-size:.8125rem}.demo-console-footer button{padding:8px 0;min-height:38px;background:none;border:0;color:#697687}.demo-console-footer a{font-weight:600;color:#244fbd;padding:8px 0}.demo-phone-panel{padding:2px 0}.demo-phone{width:254px;max-width:100%;margin:auto;border:5px solid #202938;border-radius:31px;background:#f3f6f7;overflow:hidden;box-shadow:0 10px 30px #16213614}.demo-phone-system{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 0;background:#fff;font-size:.75rem;color:#4c5a68}.demo-phone-system b{width:62px;height:15px;border-radius:20px;background:#18212c}.demo-phone .demo-app-body{padding:16px 12px 9px}.demo-phone .demo-app-bar{padding:10px 14px}.demo-phone h4{margin:7px 0 15px}.demo-phone .demo-request{padding:12px;min-height:171px}.demo-phone .demo-request-type>span{display:none}.demo-phone .demo-panel-feedback{min-height:32px}.demo-phone-nav{display:flex;justify-content:space-between;font-size:.75rem;color:#929e99;padding-top:16px}.demo-phone-nav>span:first-child{color:#087d59}.demo-phone-home{width:72px;height:4px;border-radius:6px;background:#4a555c;margin:10px auto 8px}.demo-footnote{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;padding:13px 26px;border-top:1px solid #e0e5e8;color:#7a858c;font-size:.75rem;line-height:1.5;background:#fbfcfd}.demo-loading{padding:90px 30px;text-align:center;color:#7c8a9a}.demo-retry{display:block;margin:0 auto 40px;border:0;background:#265dff;color:#fff;padding:12px 24px;border-radius:8px}.demo-render-note{position:absolute;top:70px;left:25px;right:25px;font-size:.875rem;z-index:2;background:#fff;padding:15px;border-radius:8px}.demo-fallback{width:100%;height:100%;object-fit:cover}.demo-menu-layer{position:fixed;inset:0;z-index:20;background:#10182788;backdrop-filter:blur(6px);padding:24px;display:grid;place-items:center}.demo-menu-sheet{background:#fff;border:1px solid #dbe3ec;border-radius:17px;width:min(740px,100%);max-height:calc(100dvh - 80px);overflow:auto;box-shadow:0 20px 80px #111b3b44}.demo-menu-sheet>header{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e7ed}.demo-menu-sheet h3{font-size:1.55rem;margin-top:5px}.demo-menu-intro{padding:20px 24px;display:flex;gap:22px;align-items:center}.demo-menu-intro>img{width:155px;height:155px;image-rendering:pixelated;border:1px solid #e2e7ed;border-radius:10px;flex-shrink:0}.demo-menu-intro p{font-size:.95rem;line-height:1.5}.demo-menu-intro a{display:inline-block;font-size:.9375rem;margin:10px 0;color:#265dff;font-weight:600;padding:6px 0}.demo-menu-intro small{display:block;font-size:.75rem;color:#849099;line-height:1.5}.demo-menu-sheet iframe{width:100%;height:430px;display:block;border:0;border-top:1px solid #e2e7ed}.demo-menu-layer[hidden],#interactive-demo [hidden]{display:none!important}
@media(min-width:1500px){.demo-layout{grid-template-columns:minmax(0,1.8fr) minmax(380px,1fr)}.demo-stage,#demo-canvas{min-height:680px}.demo-console{padding:29px 30px}.demo-pc-panel .demo-app-body{padding:20px}}
@media(max-width:1050px){#interactive-demo{width:calc(100vw - 24px)}.demo-layout{grid-template-columns:minmax(0,1fr) 340px}.demo-console{padding:21px 18px}.demo-call-buttons{gap:5px}.demo-call-buttons button{font-size:.8125rem;gap:4px;padding:7px 5px}.demo-view-tools{left:12px;right:12px;bottom:100px}.demo-view-tools button{font-size:.75rem;padding:8px}.demo-stage-label{left:18px;right:18px;font-size:.7rem}.demo-stage-label>span:first-child{max-width:115px}.demo-header h2{font-size:1.35rem}.demo-header{padding:17px 21px}}
@media(max-width:760px){#interactive-demo{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:14px}.demo-header{padding:15px 17px;gap:10px}.demo-header h2{font-size:1.15rem}.demo-kicker{font-size:.7rem}.demo-layout{display:flex;flex-direction:column}.demo-stage{min-height:480px}#demo-canvas{min-height:480px}.demo-console{padding:23px 20px;border-left:0;border-top:1px solid #dce2e7}.demo-stage-label>span:first-child{max-width:none}.demo-stage-label{top:18px}.demo-view-tools{bottom:90px}.demo-stage-bottom{padding:13px 12px 18px}.demo-stage-bottom>p{font-size:.7rem}.demo-console-intro h3{font-size:1.45rem}.demo-call-buttons button{font-size:.9375rem;gap:7px;min-height:48px}.demo-pc-panel .demo-app-body{padding:18px}.demo-footnote{padding:14px 20px;gap:6px}.demo-menu-layer{padding:13px}.demo-menu-sheet{max-height:calc(100dvh - 45px)}.demo-menu-intro{padding:17px;gap:15px}.demo-menu-intro>img{width:125px;height:125px}.demo-menu-sheet>header{padding:17px}.demo-launch{left:13px;right:13px;bottom:13px;padding:13px 15px;gap:11px}.demo-launch strong{font-size:.95rem}.demo-launch small{font-size:.75rem;margin-top:3px}.demo-launch-icon{width:43px;height:43px;font-size:.875rem}}
@media(max-width:370px){.demo-call-buttons button{font-size:.8125rem;gap:4px}.demo-call-buttons svg{width:17px}.demo-stage,#demo-canvas{min-height:420px}.demo-menu-intro{flex-direction:column;text-align:center}.demo-menu-intro>img{width:160px;height:160px}}
@media(prefers-reduced-motion:reduce){.demo-launch{transition:none}}
/* Carry the subtle cool background into the demo without tinting the device. */
#interactive-demo,.demo-footnote{background:#f5f8fd}
.demo-header{background:#f8fbff}
.demo-console{background:linear-gradient(150deg,#f6f9ff,#fff 75%)}
.demo-stage{background:#a8b6c4}
.demo-stage-bottom{background:linear-gradient(transparent,#a8b6c4cc)}
@media(min-width:761px){.demo-layout{height:min(700px,calc(100dvh - 183px));min-height:490px}.demo-stage,#demo-canvas{min-height:0}.demo-console{overflow-y:auto;overscroll-behavior:contain}.demo-header{position:relative}.demo-stage-label{top:19px}.demo-view-tools{bottom:91px}.demo-stage-bottom{padding-top:14px;padding-bottom:17px}}
/* ── faq ── */
.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;border-top:1px solid var(--line);align-items:start}.faq-heading h2{font-size:clamp(2.2rem,3.6vw,3.4rem);line-height:1.06}.faq-heading>p:last-child{color:var(--muted);margin-top:24px;max-width:340px}.faq-heading a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.08rem;font-weight:600;letter-spacing:-.01em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";flex-shrink:0;width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--blue);font-weight:400;font-size:1.2rem;transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item summary:hover{color:var(--blue)}.faq-item summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.faq-item p{color:var(--muted);padding:0 50px 24px 0;max-width:680px}.quote-trial .trial-terms{font-size:.85rem;margin-top:10px}
@media(max-width:900px){.faq{grid-template-columns:1fr;gap:32px}}
@media(max-width:640px){.faq-item summary{font-size:1rem;padding:18px 0}.faq-item p{padding-right:0}}
/* ── coming soon ── */
.coming-soon{margin-top:14px;font-size:.88rem;color:var(--muted);display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.soon-tag{flex-shrink:0;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);border:1px solid #c9d7ff;background:#eef3ff;border-radius:999px;padding:3px 9px}
