:root{--brand: #6d2fa1;--brand-deep: #351852;--brand-soft: #efe6f7;--ink: #17141f;--muted: #6c6474;--line: #e4dde9;--surface: #ffffff;--surface-soft: #f8f5fb;--teal: #217b78;--gold: #b7791f;--shadow: 0 24px 80px rgba(53, 24, 82, .14)}.site-shell{min-height:100vh;color:var(--ink);background:linear-gradient(180deg,#efe6f799,#fff0 28rem),#fbfafc}.topbar{position:fixed;top:0;left:0;right:0;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem;padding:1rem clamp(1rem,4vw,3.5rem);background:#ffffffe6;border-bottom:1px solid rgba(228,221,233,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(0);transition:transform .24s ease,box-shadow .24s ease;will-change:transform}.topbar.is-hidden{transform:translateY(calc(-100% - 1px))}.topbar.is-visible{transform:translateY(0)}.brand{grid-column:1;justify-self:start;display:inline-flex;align-items:center;gap:.75rem;min-width:0;font-size:.98rem;font-weight:700;color:var(--brand-deep)}.brand img{width:2.65rem;height:2.65rem;padding:.05rem;object-fit:cover;background:#fff;border-radius:999px;box-shadow:0 0 0 1px #3518521a}.brand span{max-width:min(27vw,20rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links{grid-column:2;justify-self:center;display:flex;align-items:center;justify-content:center;gap:clamp(.85rem,2vw,1.65rem);color:#43364f;font-size:.95rem;font-weight:600}.nav-links a{position:relative;padding:.35rem 0}.nav-links a:after{position:absolute;right:0;bottom:0;left:0;height:2px;content:"";background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform:scaleX(1)}.hero{position:relative;display:grid;aspect-ratio:16 / 9;min-height:auto;padding:8.5rem clamp(1.25rem,5vw,5rem) 4.5rem;overflow:hidden;color:#fff;background:linear-gradient(90deg,#121212d6,#4e4e4e94,#e0e0e03d),var(--hero-image) center / cover}.hero:after{position:absolute;right:0;bottom:0;left:0;height:18rem;content:"";background:linear-gradient(180deg,#fbfafc00,#fbfafc)}.hero-content{position:relative;z-index:1;align-self:center;max-width:52rem}.eyebrow{margin:0 0 .85rem;color:var(--teal);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero .eyebrow{color:#dbc4f1}.hero h1,.section-heading h2,.product-copy h2,.privacy-content h2{margin:0;line-height:1.08;letter-spacing:0}.hero h1{max-width:58rem;font-size:clamp(2.7rem,7vw,5.9rem);overflow-wrap:anywhere;text-wrap:balance}.hero-copy{max-width:46rem;margin:1.5rem 0 0;color:#ffffffdb;font-size:clamp(1rem,2vw,1.28rem);line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2.2rem}.primary-link,.secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.82rem 1.2rem;border-radius:.5rem;font-weight:800}.primary-link{gap:.45rem;color:var(--brand-deep);background:#fff}.secondary-link{color:#fff;border:1px solid rgba(255,255,255,.55)}.section{position:relative;padding:clamp(4rem,8vw,7rem) clamp(1.25rem,5vw,5rem)}.section-heading{max-width:48rem}.section-heading.wide{display:block;max-width:62rem}.section-heading.wide>p:not(.eyebrow){max-width:46rem;margin-top:1rem}.section-heading h2,.product-copy h2,.privacy-content h2{color:var(--brand-deep);font-size:clamp(2rem,4.2vw,3.7rem);overflow-wrap:anywhere;text-wrap:balance}.section-heading p:not(.eyebrow),.product-copy>p,.privacy-content p,.about-copy p{color:var(--muted);font-size:1.04rem;line-height:1.9}.about-section{padding-top:5rem}.about-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(20rem,1.08fr);gap:clamp(2rem,5vw,4rem);align-items:start;margin-top:2.5rem}.about-copy{max-width:43rem}.capability-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.capability-strip div{min-height:12.5rem;padding:1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:.5rem;box-shadow:0 18px 50px #35185214}.capability-strip svg{color:var(--brand)}.capability-strip strong,.capability-strip span{display:block}.capability-strip strong{margin-top:2.8rem;color:var(--brand-deep);font-size:1.1rem}.capability-strip span{margin-top:.45rem;color:var(--muted);line-height:1.6}.services-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:3rem}.service-card{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:.5rem;box-shadow:0 18px 56px #18122214}.service-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.service-card-body{padding:1.4rem}.step-icon{display:grid;width:2.8rem;height:2.8rem;color:var(--brand);place-items:center;background:var(--brand-soft);border-radius:.5rem}.service-card-body p{margin:0 0 .35rem;color:var(--teal);font-size:.88rem;font-weight:800}.service-card-body h3{margin:0;color:var(--brand-deep);font-size:1.45rem}.service-card-body>span{display:block;min-height:6.4rem;margin-top:.85rem;color:var(--muted);line-height:1.75}.service-card-body ul{display:grid;gap:.58rem;padding:1rem 0 0;margin:1rem 0 0;border-top:1px solid var(--line);list-style:none}.service-card-body li{display:flex;gap:.5rem;align-items:center;color:#43364f;font-size:.95rem;font-weight:650}.service-card-body li svg{flex:0 0 auto;color:var(--teal)}.category-carousel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(24rem,1fr);gap:clamp(1.4rem,4vw,3rem);align-items:stretch;margin-top:clamp(3rem,6vw,5rem)}.carousel-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(.6rem,2vw,1.2rem)}.carousel-copy h3{max-width:34rem;margin:0;color:var(--brand-deep);font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.15}.carousel-copy>p:not(.eyebrow){max-width:36rem;margin:1rem 0 0;color:var(--muted);font-size:1.02rem;line-height:1.85}.category-tabs{display:flex;flex-wrap:wrap;gap:.62rem;margin-top:1.6rem}.category-tabs button{display:inline-flex;align-items:center;min-height:2.7rem;padding:.58rem .78rem;color:#4c4058;font-weight:800;cursor:pointer;background:#fff;border:1px solid var(--line);border-radius:999px;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.category-tabs button:hover,.category-tabs button:focus-visible,.category-tabs button.active{color:#fff;background:var(--brand);border-color:var(--brand);transform:translateY(-1px)}.carousel-stage{position:relative;aspect-ratio:1 / 1;min-height:0;overflow:hidden;background:var(--brand-deep);border-radius:.5rem}.carousel-stage img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;filter:saturate(1.04) contrast(1.03)}.carousel-stage:after{position:absolute;right:0;bottom:0;left:0;height:38%;pointer-events:none;content:"";background:linear-gradient(180deg,#100e1600,#100e16e6)}.carousel-overlay{position:absolute;right:clamp(1rem,4vw,2rem);bottom:clamp(1rem,4vw,2rem);left:clamp(1rem,4vw,2rem);z-index:1;color:#fff}.carousel-overlay span,.carousel-overlay h4,.carousel-overlay p{margin:0}.carousel-overlay span{color:#d8fffb;font-size:.76rem;font-weight:900}.carousel-overlay h4{margin-top:.22rem;font-size:1.75rem;line-height:1.1}.carousel-overlay p{margin-top:.45rem;color:#ffffffd1;line-height:1.65}.carousel-controls{position:absolute;top:1rem;right:1rem;z-index:1;display:flex;gap:.5rem}.carousel-controls button{display:grid;width:2.75rem;height:2.75rem;color:#fff;cursor:pointer;place-items:center;background:#17141f80;border:1px solid rgba(255,255,255,.22);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.carousel-controls button:hover,.carousel-controls button:focus-visible{background:#6d2fa1db}.carousel-dots{position:absolute;bottom:1rem;left:1rem;z-index:2;display:flex;gap:.42rem}.carousel-dots button{width:.66rem;height:.66rem;padding:0;cursor:pointer;background:#ffffff70;border:0;border-radius:999px}.carousel-dots button.active{width:1.8rem;background:#fff}.product-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(21rem,.75fr);gap:clamp(2rem,5vw,4rem);align-items:center;background:linear-gradient(135deg,#efe6f7d1,#ffffffeb 48%,#e5f4f2d1),#fbfafc}.product-copy>p{max-width:46rem;margin:1.1rem 0 0}.product-copy .product-tagline{margin-top:.75rem;color:var(--teal);font-size:clamp(1.25rem,2vw,1.7rem);font-weight:850}.product-copy .product-intro{max-width:47rem}.step-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:48rem;margin-top:2rem}.step-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:start;padding:1rem;background:#ffffffbf;border:1px solid rgba(228,221,233,.85);border-radius:.5rem;min-height:9.2rem}.step-row strong,.step-row span{display:block}.step-row strong{color:var(--brand-deep)}.step-row span{margin-top:.25rem;color:var(--muted);line-height:1.6}.app-preview{padding:clamp(1.2rem,3vw,1.8rem);color:#fff;background:linear-gradient(160deg,#351852f2,#6d2fa1e6 48%,#217b78e6),var(--brand-deep);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;box-shadow:var(--shadow)}.preview-header{display:flex;justify-content:space-between;gap:1rem;color:#ffffffdb;font-size:.92rem;font-weight:750}.preview-header span:last-child{padding:.22rem .6rem;color:#d8fffb;background:#ffffff1f;border-radius:999px}.waveform{display:grid;grid-template-columns:repeat(34,minmax(0,1fr));gap:.22rem;align-items:center;height:8rem;margin-top:1.6rem}.waveform span{display:block;height:calc(var(--bar) * .55rem);background:linear-gradient(180deg,#fff,#bceeea);border-radius:999px;opacity:.86}.transcript-lines{display:grid;gap:.65rem;margin-top:1.4rem}.transcript-lines span{height:.72rem;background:#fff3;border-radius:999px}.transcript-lines span:nth-child(2){width:82%}.transcript-lines span:nth-child(3){width:64%}.transcript-lines span:nth-child(4){width:74%}.preview-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.preview-tags span{padding:.34rem .62rem;color:#ffffffeb;font-size:.82rem;font-weight:800;background:#ffffff21;border:1px solid rgba(255,255,255,.18);border-radius:999px}.summary-panel{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;padding:1rem;margin-top:1.4rem;color:var(--brand-deep);background:#fff;border-radius:.5rem}.summary-panel svg{color:var(--teal)}.summary-panel strong,.summary-panel p{margin:0}.summary-panel p{margin-top:.25rem;color:var(--muted);line-height:1.6}.privacy-section{color:#fff;background:linear-gradient(120deg,#17141ff0,#351852e6),#17141f}.privacy-content{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.4rem;max-width:68rem}.privacy-content>svg{color:#bceeea}.privacy-content h2,.privacy-content .eyebrow{color:#fff}.privacy-content p{max-width:58rem;color:#ffffffc7}.contact-section{background:#fbfafc}.contact-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(21rem,1fr);gap:1.15rem;margin-top:2.2rem}.support-panel,.contact-panel{padding:clamp(1.25rem,3vw,1.8rem);background:var(--surface);border:1px solid var(--line);border-radius:.5rem;box-shadow:0 18px 56px #18122212}.support-panel h3{margin:0;color:var(--brand-deep);font-size:1.35rem}.support-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.support-tags span{padding:.55rem .75rem;color:#43364f;font-weight:700;background:var(--surface-soft);border:1px solid var(--line);border-radius:999px}.hours{display:flex;gap:.55rem;align-items:center;margin-top:1.6rem;color:var(--muted);line-height:1.6}.hours svg{flex:0 0 auto;color:var(--gold)}.contact-panel{display:grid;gap:1rem;margin:0;font-style:normal}.contact-panel a,.contact-panel span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-height:3.5rem;color:#34263f;font-weight:700;line-height:1.55;overflow-wrap:anywhere}.contact-panel svg{color:var(--brand)}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem clamp(1.25rem,5vw,5rem);color:var(--muted);background:#fff;border-top:1px solid var(--line)}.site-footer div{display:inline-flex;align-items:center;gap:.6rem;color:var(--brand-deep);font-weight:800}.site-footer img{width:2rem;height:2rem;object-fit:contain}.site-footer p{margin:0;line-height:1.6;text-align:right}.site-footer .footer-meta{display:grid;gap:.25rem;justify-items:end;color:var(--muted);font-weight:500}.footer-meta a{color:#51465b;font-size:.9rem;line-height:1.6;text-decoration:underline;text-decoration-color:#51465b59;text-underline-offset:.2em}.footer-meta a:hover,.footer-meta a:focus-visible{color:var(--brand);text-decoration-color:currentColor}@media(max-width:1200px){.product-section{grid-template-columns:1fr}.app-preview{width:100%;max-width:42rem}}@media(max-width:960px){.topbar{position:sticky}.nav-links{display:none}.hero{padding-top:5.5rem}.section-heading.wide,.about-grid,.category-carousel,.product-section,.contact-layout,.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:minmax(14rem,.8fr) minmax(0,1fr)}.service-card img{height:100%;min-height:24rem;aspect-ratio:auto}.service-card-body>span{min-height:auto}.carousel-stage,.carousel-stage img{min-height:28rem}}@media(max-width:700px){.topbar{grid-template-columns:1fr;padding:.75rem 1rem}.brand{justify-self:start;gap:.62rem;font-size:.92rem}.brand img{width:2.35rem;height:2.35rem}.brand span{max-width:calc(100vw - 5.5rem)}.hero{align-items:end;aspect-ratio:auto;min-height:min(34rem,calc(100svh - 4rem));padding:2.5rem 1rem 2.35rem;background-position:center top}.hero:after{height:11rem}.hero-content{align-self:end;max-width:100%}.hero h1{max-width:11ch;font-size:2.32rem;line-height:1.12}.hero-copy{max-width:100%;margin-top:1rem;font-size:.95rem;line-height:1.68}.hero-actions{gap:.65rem;margin-top:1.35rem}.primary-link,.secondary-link{min-height:2.75rem;padding:.72rem .92rem;font-size:.92rem}.section{padding:3.4rem 1rem}.section-heading h2,.product-copy h2,.privacy-content h2{font-size:1.95rem;line-height:1.18}.section-heading p:not(.eyebrow),.product-copy>p,.privacy-content p,.about-copy p{font-size:.98rem;line-height:1.78}.about-grid{margin-top:1.6rem}.capability-strip{grid-template-columns:1fr}.capability-strip div{min-height:9.5rem}.capability-strip strong{margin-top:1.8rem}.service-card{display:block}.service-card img{min-height:0;aspect-ratio:16 / 10}.service-card-body>span{display:block;margin-top:.75rem;font-size:.96rem;line-height:1.68}.service-card-body ul{gap:.5rem}.service-card-body li{align-items:flex-start;line-height:1.45}.category-carousel{gap:1.2rem;padding:.8rem}.category-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.category-tabs button{justify-content:center;min-height:2.55rem;padding:.52rem .58rem}.carousel-copy h3{font-size:1.85rem}.carousel-copy>p:not(.eyebrow){font-size:.96rem;line-height:1.72}.carousel-stage,.carousel-stage img{min-height:0}.carousel-overlay{grid-template-columns:1fr;gap:.65rem;padding:.85rem}.carousel-overlay h4{font-size:1.42rem}.carousel-overlay p{font-size:.92rem;line-height:1.55}.carousel-dots{bottom:auto;top:1rem}.privacy-content{grid-template-columns:1fr}.product-section{gap:2rem}.step-list{grid-template-columns:1fr;margin-top:1.5rem}.step-row{min-height:auto}.app-preview{padding:1rem}.waveform{height:6rem}.contact-layout{margin-top:1.5rem}.contact-panel a,.contact-panel span{align-items:flex-start;min-height:auto;font-size:.96rem}.site-footer{display:grid;justify-items:start;padding-top:1rem;padding-bottom:1rem}.site-footer div{font-size:.94rem}.site-footer p{text-align:left}.site-footer .footer-meta{justify-items:start}}@media(max-width:420px){.hero h1{font-size:1.95rem}.primary-link,.secondary-link{width:100%}.section-heading h2,.product-copy h2,.privacy-content h2{font-size:1.78rem}.waveform{gap:.14rem}}:root{color:#17141f;background:#f7f6fb;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
