@charset "UTF-8";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-bg: #f7fafc;--color-text: #2d3748;--color-muted: #718096;--color-accent: #805ad5;--color-accent-hover: #6b46c1;--color-live: #276749;--font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--space: 1rem;--max-width: 80rem;--hero-gradient-start: #b794f4;--hero-gradient-end: #4299e1;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--radius: .75rem;--radius-lg: 1rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--color-accent) transparent}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg)}body ::selection{background:var(--color-accent-hover);color:#fff}body ::-webkit-scrollbar{width:8px}body ::-webkit-scrollbar-track{background:var(--color-bg)}body ::-webkit-scrollbar-thumb{background:var(--color-accent)}body ::-webkit-scrollbar-thumb:hover{background:var(--color-accent-hover)}main section{max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:var(--space);padding-right:var(--space)}.page-header{background:#ffffffd1;border-bottom:1px solid rgba(225,225,231,.8);box-shadow:inset 0 1px #ffffffd9,0 10px 24px #1012180a;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%);padding-left:0;padding-right:0;max-width:none;position:static;top:auto}.header__inner{max-width:var(--max-width);margin:0 auto;padding:1rem var(--space);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none}.header__logo img,.header__logo :global(img){display:block;height:auto;max-height:28px;max-width:min(132px,38vw);width:auto;object-fit:contain;object-position:left center}.header__nav{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.header__nav-link{font-size:1rem;font-weight:400;line-height:1.5;color:#131314;text-decoration:none;transition:color .2s}.header__nav-link:hover{color:#8b1fff}.header__nav-link--active{font-weight:600;color:#131314}.header__actions{display:flex;align-items:center;gap:2rem;flex-shrink:0}.header__signin{font-size:1rem;font-weight:500;line-height:1.5;color:#8b1fff;text-decoration:none;transition:color .2s}.header__signin:hover{color:#6b17c7}.header__btn{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.45rem;font-size:1rem;font-weight:500;line-height:1.5;color:#f3f3f4;text-decoration:none;background:linear-gradient(150deg,#000000e0,#000000bd);border:none;border-radius:7px;box-shadow:inset 0 1px 1px #ffffffbd,inset 0 -1px 1px #ffffff42,0 8px 20px #1216211f;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header__btn:hover{transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffffd1,inset 0 -1px 1px #ffffff4d,0 10px 24px #6945b033}@media(max-width:768px){.header__nav{display:none}.header__actions{gap:.75rem}}.hero{position:relative;isolation:isolate;overflow:hidden;max-width:none;padding-left:0;padding-right:0;padding-top:6rem;padding-bottom:6rem;background:#f4f0fd}.hero:before{content:"";position:absolute;inset:auto auto 10% -23.5%;width:min(72vw,980px);aspect-ratio:1/1;background:url(/assets/Voxforce_Logo_Symbol.svg) no-repeat center/contain;opacity:.25;z-index:0;pointer-events:none}.hero__shader-bg{position:absolute;inset:0;z-index:0;pointer-events:none;animation:heroShaderFadeIn 1.4s ease forwards}@keyframes heroShaderFadeIn{0%{opacity:0}to{opacity:1}}.hero__inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding-left:var(--space);padding-right:var(--space);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:0}.hero__scroll-hint{position:fixed;left:50%;bottom:1.15rem;transform:translate(-50%);z-index:40;opacity:1;visibility:visible;display:inline-flex;align-items:center;gap:.65rem;padding:.5rem .8rem;border-radius:999px;text-decoration:none;color:#131314db;background:#ffffff6b;border:1px solid rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffff9e,0 12px 30px #8b1fff1f;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);transition:opacity .3s ease,transform .3s ease,filter .3s ease;filter:blur(0px);animation:heroScrollHintFloat 2.8s ease-in-out infinite}.hero__scroll-hint--hidden{opacity:0;visibility:hidden;transform:translate(-50%,12px) scale(.96);filter:blur(6px);pointer-events:none}.hero__scroll-hint-text{font-size:.77rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}.hero__scroll-hint-icon{width:20px;height:30px;border-radius:999px;border:1.5px solid rgba(19,19,20,.48);display:inline-flex;align-items:flex-start;justify-content:center;padding-top:5px}.hero__scroll-hint-icon span{width:4px;height:7px;border-radius:999px;background:#1313149e;animation:heroScrollHintPulse 1.5s ease-in-out infinite}@keyframes heroScrollHintFloat{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes heroScrollHintPulse{0%{transform:translateY(0);opacity:1}70%{transform:translateY(10px);opacity:.24}to{transform:translateY(0);opacity:.9}}@media(max-width:900px){.hero:before{width:120vw;inset:auto auto -22% -42%;opacity:.03}}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;text-align:center;gap:2rem}.hero{padding-top:5rem;padding-bottom:6.6rem}.hero__actions{justify-content:center}.hero__tagline-pill{align-self:center}.hero__desc{margin-left:auto;margin-right:auto}.hero__visual{justify-content:center;min-height:320px}.hero__card{margin:0 auto;max-width:360px;height:460px}.hero__badge--voice{left:.5rem}.hero__badge--realtime{right:.5rem}.hero__badge--available{left:.5rem}.hero__badge--language{left:50%}.hero__agent-frame{width:240px;height:240px}.hero__team-card{right:.5rem;bottom:1rem;min-width:200px}.hero__scroll-hint{bottom:.75rem}}.hero__copy{max-width:40rem;display:flex;flex-direction:column}.hero__tagline-pill{display:inline-flex;align-items:center;justify-content:space-around;width:fit-content;gap:.5rem;padding:.5rem 1rem;background:#8b1fff1a;color:#8b1fff;font-size:.875rem;font-weight:400;line-height:1.5;border-radius:24px;margin:0 0 1.125rem}.hero__tagline-dot{width:1px;height:1rem;background:#8b1fff;opacity:.3;flex-shrink:0}.hero__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw + 1rem,4rem);line-height:1.05;letter-spacing:-.025em;color:#131314;margin:0 0 1.25rem}.hero__title-main{font-weight:700;color:#131314}.hero__title-accent{font-weight:200;font-style:italic;color:#545457}.hero__desc{font-family:Inter,sans-serif;font-weight:400;font-size:1.0625rem;line-height:1.6;color:#545457;margin:0 0 2.25rem;max-width:36rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.6rem}.hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.55rem;font-size:1rem;font-weight:500;text-decoration:none;letter-spacing:-.01em;border-radius:7px;border:none;background:linear-gradient(145deg,#1c1e246b,#12141a47);box-shadow:inset 0 1px 1px #ffffffb3,inset 0 -1px 1px #ffffff40,0 10px 24px #12162124;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.hero__btn--primary{color:#f3f3f4;background:linear-gradient(140deg,#000000e6,#000000c7)}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffc7,inset 0 -1px 1px #ffffff57,0 14px 28px #6138ab3d}.hero__btn--secondary{color:#131314;background:linear-gradient(140deg,#24262c4d,#16181e33)}.hero__btn--secondary:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffb8,inset 0 -1px 1px #ffffff42,0 12px 24px #161b2829}.hero__visual{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;min-height:380px;top:.5rem}.hero__card{position:relative;width:100%;max-width:420px;height:520px;background:linear-gradient(128.93deg,#667eea,#f093fb);border-radius:32px;box-shadow:0 20px 60px #8b1fff3d;overflow:visible}.hero__card--ghost{opacity:0}.hero__card-takeover-proxy{position:fixed;inset:0 auto auto 0;z-index:80;pointer-events:none;will-change:left,top,width,height,opacity}.hero__card-takeover-proxy>.hero__card{width:100%;max-width:none;height:100%;margin:0}.avatar-transfer-proxy{position:fixed;inset:0 auto auto 0;z-index:75;pointer-events:none;overflow:hidden;border-radius:24px;will-change:left,top,width,height,opacity}.avatar-transfer-proxy>.avatar-carousel-card{position:static;width:100%;max-width:none;height:100%;transform:none;left:auto;right:auto;opacity:1;border-width:2px}.hero__card-inner{position:absolute;inset:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.hero__badge{position:absolute;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fffffff2;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:.875rem;font-weight:500;color:#131314;box-shadow:0 8px 32px #8b1fff1f;white-space:nowrap;z-index:10;animation:heroFloat 3.2s ease-in-out infinite}.hero__badge .material-symbols-outlined{font-size:1.25rem}.hero__badge--voice{top:1.25rem;left:-4rem;animation-duration:3.3s;animation-delay:0s}.hero__badge--realtime{top:5.25rem;right:-2rem;animation-duration:2.9s;animation-delay:.75s}.hero__badge--available{bottom:28%;left:-5rem;animation-duration:3.6s;animation-delay:1.5s}.hero__badge--language{bottom:1.25rem;left:50%;transform:translate(-50%);animation-duration:3.1s;animation-delay:.4s}@keyframes heroFloat{0%,to{translate:0 0px;box-shadow:0 8px 32px #8b1fff1f}50%{translate:0 -10px;box-shadow:0 18px 44px #8b1fff33}}@media(prefers-reduced-motion:reduce){.hero__badge,.hero__scroll-hint,.hero__scroll-hint-icon span{animation:none}}.hero__agent{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.hero__agent-frame{position:relative;width:280px;height:280px;aspect-ratio:1/1;flex-shrink:0}.hero__agent-placeholder{width:100%;height:100%;border-radius:50%;background:#718096;background-size:cover;background-position:center;border:4px solid rgba(255,255,255,.3);overflow:hidden;box-shadow:0 10px 40px #0000004d}.hero__live{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem .25rem .75rem;background:#000000b3;color:#fff;font-size:.6875rem;font-weight:600;letter-spacing:.06em;border-radius:20px;white-space:nowrap}.hero__live-dot{width:8px;height:8px;background:#10b981;border-radius:4px;flex-shrink:0}.hero__waveform{display:flex;align-items:flex-end;justify-content:center;gap:5px;height:24px;margin-top:5%}.hero__waveform span{width:4px;min-height:6px;background:#ffffffe6;border-radius:2px;animation:hero-wave .8s ease-in-out infinite}.hero__waveform span:nth-child(1){animation-delay:0s;height:12px}.hero__waveform span:nth-child(2){animation-delay:.1s;height:18px}.hero__waveform span:nth-child(3){animation-delay:.2s;height:14px}.hero__waveform span:nth-child(4){animation-delay:.3s;height:22px}.hero__waveform span:nth-child(5){animation-delay:.4s;height:16px}.hero__waveform span:nth-child(6){animation-delay:.3s;height:20px}.hero__waveform span:nth-child(7){animation-delay:.2s;height:14px}.hero__waveform span:nth-child(8){animation-delay:.1s;height:18px}.hero__waveform span:nth-child(9){animation-delay:.15s;height:16px}.hero__waveform span:nth-child(10){animation-delay:.05s;height:10px}@keyframes hero-wave{0%,to{transform:scaleY(.6)}50%{transform:scaleY(1)}}.hero__prompt{margin:.5rem 0 0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#fffffff2;text-align:center;line-height:1.4}.hero__team-card{position:absolute;bottom:1.5rem;right:-4rem;background:#fff;padding:.875rem .875rem .25rem;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 40px #00000014;display:flex;flex-direction:column;gap:.25rem;min-width:224px;z-index:20}.hero__team-avatars{display:flex;padding-left:0}.hero__team-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-.75rem;background-size:cover;background-position:center;box-shadow:0 2px 8px #0000001a}.hero__team-avatar:first-child{margin-left:0}.hero__team-avatar:nth-child(1){background-image:url(https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=64&h=64&fit=crop)}.hero__team-avatar:nth-child(2){background-image:url(https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=64&h=64&fit=crop)}.hero__team-avatar:nth-child(3){background-image:url(https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=64&h=64&fit=crop)}.hero__team-avatar:nth-child(4){background-image:url(https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=64&h=64&fit=crop)}.hero__team-title{font-size:.8125rem;font-weight:500;color:#000;margin:0;letter-spacing:-.02em}.hero__team-desc{font-size:.75rem;font-weight:400;color:#999;line-height:1.4;margin:0}.hero__team-info{display:none}.hero__trusted{flex-shrink:0;width:180px;padding:1rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);margin-top:.5rem}.hero__trusted-avatars{display:flex;margin-bottom:.5rem}.hero__trusted-avatars span{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border:2px solid #fff;margin-left:-8px}.hero__trusted-avatars span:first-child{margin-left:0}.hero__trusted-title{margin:0 0 .25rem;font-size:.875rem;font-weight:700;color:var(--color-text)}.hero__trusted-desc{margin:0;font-size:.75rem;color:var(--color-muted)}@media(max-width:900px){.hero__visual{flex-direction:column;align-items:center}.hero__trusted{margin-top:1rem}}.avatars{padding:6.25rem 4rem;background:#fafafa;overflow:visible}.avatars__inner{max-width:var(--max-width);margin:0 auto;padding-left:var(--space);padding-right:var(--space);text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;overflow:visible}.avatars__header{display:flex;flex-direction:column;align-items:center;gap:.25rem}.avatars__subtitle{font-size:1rem;font-weight:400;line-height:1.5;color:#545457;margin:0}.avatars__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#131314;margin:0;max-width:28ch}.avatars__title-accent{font-weight:200;font-style:italic;color:#545457}.avatars__carousel{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:90rem;overflow:visible}.avatars__track{position:relative;width:100%;height:420px;min-height:420px;overflow:visible;list-style:none;margin:0;padding:0}.avatar-carousel-card{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #8b1fff1f}.avatar-carousel-card--faded{z-index:0}.avatar-carousel-card--dim{z-index:1}.avatar-carousel-card--featured{z-index:2}.avatar-carousel-card__img{position:absolute;inset:0;width:100%;height:100%;background:#e2e8f0}.avatar-carousel-card__img video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.avatar-carousel-card--faded:nth-child(1){left:5%;width:164px;height:340px;opacity:.3}.avatar-carousel-card--dim:nth-child(2){left:22%;width:231px;height:340px;opacity:.6}.avatar-carousel-card--featured{left:50%;transform:translate(-50%,-50%);width:300px;height:400px;border:2.5px solid rgba(139,31,255,.99);opacity:.96;z-index:2}.avatar-carousel-card--dim:nth-child(4){right:22%;left:auto;width:231px;height:340px;opacity:.6}.avatar-carousel-card--faded:nth-child(5){right:5%;left:auto;width:164px;height:340px;opacity:.3}.avatars__dots{display:flex;align-items:center;justify-content:center;gap:10px}.avatars__dot{width:10px;height:10px;border-radius:50%;background:#0003;flex-shrink:0}.avatars__dot--active{background:#8b1ffffc}.avatars--pre-reveal-cards .avatars__carousel,.avatars--pre-reveal-initial .avatars__header,.avatars--pre-reveal-initial .avatars__carousel{opacity:0;transform:translateY(20px);visibility:hidden;pointer-events:none}@media(max-width:900px){.avatars__track{height:360px}.avatar-carousel-card--faded:nth-child(1){width:100px;height:200px;left:2%}.avatar-carousel-card--dim:nth-child(2){width:140px;height:220px;left:18%}.avatar-carousel-card--featured{width:220px;height:280px}.avatar-carousel-card--dim:nth-child(4){width:140px;height:220px;right:18%}.avatar-carousel-card--faded:nth-child(5){width:100px;height:200px;right:2%}}.diff{padding:6.25rem 4rem;width:100%;max-width:none;background:#fff}.diff__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space)}.diff__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.022em;color:#131314;text-align:center;margin:0 0 2rem}.diff__title-accent{font-weight:200;font-style:italic;color:#545457}.diff__content{display:flex;flex-direction:row;gap:3.75rem;align-items:center}@media(max-width:900px){.diff__content{flex-direction:column;gap:2rem}.diff__media{order:0;width:100%}.diff__img{width:100%;max-width:469px;height:auto;aspect-ratio:469/544}.diff__features{order:1}}@media(max-width:768px){.diff{padding:4rem var(--space)}.diff__inner{padding:0}}.diff__media{flex-shrink:0}.diff__img{width:469px;max-width:100%;height:544px;border-radius:12px;background:#e2e8f0;overflow:hidden}.diff__img .diff__video,.diff__img video{width:100%;height:100%;object-fit:cover;display:block}.diff__features{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0}.diff__feature{background:#f8f5fe;border:1px solid #bfa0ff;border-radius:16px;list-style:none}.diff__feature-inner{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.diff__feature-header{display:flex;align-items:center;gap:.5rem}.diff__feature-title{font-family:Inter,sans-serif;margin:0;font-size:1rem;font-weight:500;line-height:1.5;color:#131314}.diff__feature-icon{flex-shrink:0;width:1rem;height:1rem;font-size:1rem;color:#131314}.diff__feature-desc{margin:0;font-size:.875rem;line-height:1.43;color:#545457}.what{padding-top:4rem;padding-bottom:4rem;background:var(--color-bg)}.what__inner{max-width:var(--max-width);margin:0 auto;padding-left:var(--space);padding-right:var(--space);text-align:center}.what__header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.what__icon{display:inline-flex;color:var(--color-accent)}.what__label{font-size:.9375rem;font-weight:500;color:var(--color-muted);margin:0;letter-spacing:.01em}.what__lead{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.35;color:var(--color-text);max-width:52ch;margin:0 auto 3rem}.what__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;list-style:none;margin:0;padding:0}@media(max-width:900px){.what__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.what__grid{grid-template-columns:1fr}}.what__card{background:#fff;border-radius:var(--radius);padding:1.75rem 1.25rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;transition:box-shadow .2s}.what__card:hover{box-shadow:var(--shadow-lg)}.what__card-icon{display:inline-flex;color:var(--color-accent);flex-shrink:0}.what__card-title{font-size:1.125rem;font-weight:700;color:var(--color-text);margin:0}.what__card-desc{font-size:.875rem;line-height:1.5;color:var(--color-muted);margin:0}.cta{display:inline-block;padding:.6em 1.2em;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:.375rem;font-weight:500;transition:opacity .2s}.cta:hover{opacity:.9}.page-footer{background:#f7fafc;color:var(--color-text);font-size:.875rem}.page-footer--blog-bar .footer__bottom{padding-top:2rem;padding-bottom:2rem}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:3rem var(--space) 2rem;display:grid;gap:2rem;align-items:start}@media(max-width:900px){.footer__inner{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer__inner{grid-template-columns:1fr;padding:2rem var(--space) 1.5rem}}.footer__brand{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.footer__brand p{max-width:50%}.footer__logo{display:block;margin-bottom:1rem;align-self:flex-start}.footer__logo img{display:block;height:auto;max-height:40px;max-width:min(220px,75vw);width:auto;object-fit:contain;margin-left:0;margin-right:0}.footer__tagline{margin:0 0 1.25rem;font-size:1.5rem;font-weight:600;line-height:1.5;color:#323232;text-align:left}.footer__cta{display:inline-flex;align-items:center;gap:.35em;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;text-decoration:none;background:linear-gradient(90deg,#805ad5,#6b46c1);border-radius:var(--radius);margin-bottom:1.25rem;transition:opacity .2s}.footer__cta:hover{opacity:.92}.footer__trust{display:flex;flex-direction:column;gap:.5rem}.footer__trust-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--color-muted)}.footer__trust-icon{flex-shrink:0;color:var(--color-accent)}.footer__nav{display:contents}.footer__col{display:flex;flex-direction:column;gap:.75rem}.footer__heading{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text)}.footer__links{list-style:none;margin:0;padding:0}.footer__links li{margin-bottom:.35rem}.footer__links a{color:var(--color-muted);text-decoration:none;font-size:.875rem;transition:color .2s}.footer__links a:hover{color:var(--color-accent)}.footer__bottom{max-width:var(--max-width);margin:0 auto;padding:1.25rem var(--space);border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer__copy{margin:0;font-size:.8125rem;color:var(--color-muted)}.footer__social{display:flex;align-items:center;gap:1rem}.footer__social a{font-size:.8125rem;color:var(--color-muted);text-decoration:none;transition:color .2s}.footer__social a:hover{color:var(--color-accent)}.material-symbols-outlined.filled-icon{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}.setup{max-width:none;padding:6.25rem 4rem;background:#fafafa}.setup__inner{max-width:var(--max-width);margin:0 auto;padding-left:var(--space);padding-right:var(--space);display:flex;flex-direction:column;gap:5rem}.setup__header{text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center}.setup__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#545457;margin:0}.setup__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.022em;color:#131314;margin:0}.setup__title-italic{font-style:italic;font-weight:200;color:#545457}.setup__step{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.setup__step--2{grid-template-columns:1fr}.setup__step--3 .setup__visual{order:1}.setup__step--3 .setup__copy{order:2}.setup__copy{max-width:32rem}.setup__step-tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;height:2.47rem;padding:0 1.25rem;background:#131314;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.02em;border-radius:1.5rem;margin-bottom:1rem}.setup__step-heading{font-family:Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;line-height:1.2;color:#131314;margin:0 0 .5rem}.setup__step-heading--sub{margin-top:0}.setup__step-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:#1f1f21;margin:0}.setup__visual{position:relative;width:100%}.setup__sources-card{background:#fafafa;border:1px solid #e8e8e8;border-radius:20px;padding:1.5rem;max-width:30rem}.setup__sources-header{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#545457;margin:0 0 1rem;text-align:center}.setup__sources-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.setup__sources-row{display:flex;align-items:center;gap:1rem;background:#fff;padding:.8125rem 1.0625rem;border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000a}.setup__sources-icon{font-size:1.5rem;color:#131314;flex-shrink:0;width:24px;height:24px}.setup__sources-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.setup__sources-label{font-family:Inter,sans-serif;font-weight:400;font-size:.875rem;line-height:1.43;color:#131314}.setup__sources-status{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.33;color:#545457}.setup__sources-check{width:1.25rem;height:1.25rem;background:#10b981;color:#fff;font-size:.625rem;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.setup__twocol{display:grid;grid-template-columns:1fr 1fr;gap:5rem;width:100%;min-width:0;align-items:stretch}.setup__twocol-left,.setup__twocol-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.setup__twocol-right{justify-content:flex-end}.setup__gallery--step2{display:flex;align-items:flex-end;gap:.9rem;justify-content:center;margin-top:.5rem}.setup__gallery--step2 .setup__gallery-item{width:59px;height:369px;border-radius:15px;border:1px solid rgba(0,0,0,.1);box-shadow:0 7px 22px #00000014}.setup__gallery--step2 .setup__gallery-item--featured{width:218px;height:408px;border:2.8px solid #131314;box-shadow:0 18px 56px #00000026}.setup__gallery--step2 .setup__gallery-item--2{flex:1;min-width:0;max-width:252px}.setup__creator-placeholder{position:relative;background:#f3f3f4;border-radius:12px;overflow:hidden;margin-top:.5rem}.setup__creator-preview{aspect-ratio:16/10;background:#000;overflow:hidden}.setup__creator-preview video{width:100%;height:100%;object-fit:cover;display:block}.setup__creator-bar{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff9;box-shadow:0 -4px 12px #00000026}.setup__creator-badge{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;color:#131314}.setup__creator-controls{display:flex;gap:.5rem}.setup__creator-controls .material-symbols-outlined{font-size:1.5rem;color:#131314}.setup__gallery{display:flex;align-items:flex-end;gap:1rem;justify-content:center}.setup__gallery-item{width:184px;height:399px;border-radius:24px;background:#e2e8f0;box-shadow:0 8px 32px #8b1fff1f;overflow:hidden}.setup__gallery-item video{width:100%;height:100%;object-fit:cover;display:block}.setup__gallery-item--featured{height:441px;border:2.5px solid #131314;box-shadow:0 18px 56px #00000026}.setup__code-window--light{background:#fff;border:1px solid #eaeaea;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #8b1fff1f;max-width:32rem}.setup__code-header--light{padding:1rem;background:#f3f3f4;border-bottom:none}.setup__code-header--light .setup__code-dots span{width:12px;height:12px;border-radius:6px}.setup__code-body--light{padding:1.5rem}.setup__code-body--light pre{margin:0;font-family:Menlo,Monaco,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;color:#131314}.setup__code-body--light .code-comment{color:#03aa41}.setup__code-body--light .code-tag{color:#0072ff}.setup__code-body--light .code-string--src{color:#7141ff}.setup__code-body--light .code-string--avatar{color:#ff2999}.setup__code-body--light .code-string--position{color:#ecaa00}.code-note--light{display:flex;align-items:center;gap:8px;margin-top:1.5rem;padding:8px 8px 8px 17px;background:#22c55e33;border:1px solid #22c55e;border-radius:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.8;color:#fff}.code-note--light .code-note-icon{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#22c55e}.code-note--light .code-note-icon .material-symbols-outlined{font-size:20px}.setup__code-window{background:#111;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0003;max-width:32rem;margin:0 auto}.setup__code-header{padding:1rem 1.5rem;background:#1a1a1a;border-bottom:1px solid #222}.setup__code-dots{display:flex;gap:6px}.setup__code-dots span{width:10px;height:10px;border-radius:50%}.setup__code-dots span:nth-child(1){background:#ff5f56}.setup__code-dots span:nth-child(2){background:#ffbd2e}.setup__code-dots span:nth-child(3){background:#27c93f}.setup__code-body{padding:1.5rem 2rem}.setup__code-body pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem;line-height:1.6;color:#e2e8f0}@media(max-width:900px){.setup{padding:4rem var(--space)}.setup__inner{gap:4rem}.setup__step{grid-template-columns:1fr;gap:2.5rem}.setup__step--3 .setup__visual,.setup__step--3 .setup__copy{order:unset}.setup__copy{max-width:100%;margin:0}.setup__sources-card{max-width:100%}.setup__twocol{grid-template-columns:1fr;gap:2.5rem}.setup__gallery--step2{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:.5rem}.setup__gallery--step2 .setup__gallery-item{flex:0 0 auto}.setup__gallery--step2 .setup__gallery-item--featured{width:180px;height:340px}.setup__gallery--step2 .setup__gallery-item--1,.setup__gallery--step2 .setup__gallery-item--2{width:52px;height:280px}.setup__code-window--light{max-width:100%}}.conv{max-width:none;padding:6.25rem 4rem;background:#fff}.conv__inner{max-width:var(--max-width);margin:0 auto;padding-left:var(--space);padding-right:var(--space)}.conv__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4rem}.conv__visual{flex:0 0 500px;max-width:100%}.conv__avatar-container{position:relative;width:100%;height:600px;max-height:80vh;border-radius:24px;overflow:hidden}.conv__avatar{width:100%;height:100%;background:#666}.conv__avatar video{width:100%;height:100%;object-fit:cover;display:block}.conv__status-badge{position:absolute;bottom:1.5rem;left:2rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem 1.25rem;background:#000000b3;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:-.02em;border-radius:20px}.conv__status-dot{width:10px;height:10px;background:#10b981;border-radius:50%;flex-shrink:0}.conv__content{flex:1;min-width:0;max-width:692px;display:flex;flex-direction:column;gap:2rem}.conv__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.2;letter-spacing:-.017em;margin:0;color:#131314}.conv__title-accent{font-weight:200;font-style:italic;color:#545457}.conv__text{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0;max-width:665px}.conv__stats{display:flex;gap:3rem;flex-wrap:wrap}.conv__stat{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.conv__stat-value{font-family:Inter,sans-serif;font-size:2.625rem;font-weight:700;line-height:1.5;letter-spacing:.01em;color:#131314}.conv__stat-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#1f1f21}@media(max-width:900px){.conv{padding:4rem var(--space)}.conv__grid{flex-direction:column;gap:3rem;text-align:center}.conv__visual{flex:none;width:100%;max-width:500px}.conv__avatar-container{height:auto;aspect-ratio:5/6;max-height:none}.conv__content{max-width:100%;align-items:center}.conv__text{text-align:center;margin:0 auto}.conv__stats{justify-content:center;gap:2rem}.conv__stat{align-items:center}}.solutions{max-width:none;padding:6.25rem 4rem;background-color:#fff}.solutions__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;flex-direction:column;align-items:center;gap:5rem}.solutions__inner .section-header{text-align:center;max-width:800px}.solutions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.how-it-works{max-width:none;padding:6.25rem 4rem;background:#fafafa}.how-it-works__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;flex-direction:column;align-items:center;gap:3.25rem}.how-it-works__steps{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.how-it-works__steps .step-card{flex:1 1 0;min-width:200px}@media(max-width:900px){.how-it-works{padding:4rem var(--space)}.how-it-works__inner{gap:2.5rem}.how-it-works__steps{flex-direction:column}.how-it-works__steps .step-card{min-width:0}}.section-header{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;width:100%;max-width:1188px}.section-header__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#545457;margin:0}.section-header__title-block{display:flex;flex-direction:column;gap:1rem;align-items:center}.section-header__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.022em;color:#131314;margin:0}.section-header__title-accent{font-weight:200;font-style:italic;color:#545457}.section-header__subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0;max-width:665px}.step-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:20px;text-align:center}.step-card:hover{box-shadow:0 8px 32px #8b1fff1f}.step-card__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#131314}.step-card__icon .material-symbols-outlined{font-size:32px}.step-card__content{display:flex;flex-direction:column;gap:.25rem}.step-card__title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5;color:#131314;margin:0}.step-card__description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0}.video-demo-block{position:relative;width:100%;height:600px;max-height:80vh;border:1px solid #bbbbbc;border-radius:24px;overflow:hidden;background:#000}.video-demo-block__media{position:absolute;inset:0}.video-demo-block__video{width:100%;height:100%;object-fit:cover;display:block}.video-demo-block__gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(65,18,117,.4),transparent 50%,transparent);pointer-events:none}.video-demo-block__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;pointer-events:none}.video-demo-block__play{pointer-events:auto;width:65px;height:65px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 25px 50px #00000040;transition:transform .2s ease}.video-demo-block__play:hover{transform:scale(1.05)}.video-demo-block__play .material-symbols-outlined{font-size:28px;color:#131314;margin-left:4px}.video-demo-block__avatar{position:absolute;right:2rem;bottom:50%;transform:translateY(50%);width:251px;height:301px;border-radius:24px;overflow:hidden;pointer-events:none}.video-demo-block__avatar video,.video-demo-block__avatar img{width:100%;height:100%;object-fit:cover;display:block}.video-demo-block__avatar-badge{position:absolute;bottom:1.5rem;left:2rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem 1.25rem;background:#000000b3;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;border-radius:20px}.video-demo-block__avatar-dot{width:10px;height:10px;background:#10b981;border-radius:50%;flex-shrink:0}.video-demo-block__label{position:absolute;left:1.5rem;bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:2;transition:opacity .3s ease}.video-demo-block__label-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.33;color:#fff;margin:0}.video-demo-block__label-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#fffc;margin:0}@media(max-width:900px){.video-demo-block{height:400px}.video-demo-block__avatar{width:160px;height:192px;right:1rem}}.solution-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:24px;text-align:center;min-width:280px;transition:box-shadow .3s ease,border-color .3s ease}.solution-card:hover{box-shadow:0 8px 32px #8b1fff1f}.solution-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#131314}.solution-card__icon .material-symbols-outlined{font-size:28px}.solution-card__content{display:flex;flex-direction:column;gap:.5rem}.solution-card__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.3;color:#131314;margin:0}.solution-card__description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0}@media(max-width:1024px){.solutions__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.solution-card{min-width:0}}@media(max-width:768px){.solutions{padding:4rem var(--space)}.solutions__inner{gap:3rem}.solutions__grid{grid-template-columns:1fr;gap:1.5rem}}.integrations{max-width:none;padding-left:0;padding-right:0;padding-top:10rem;padding-bottom:10rem;background-color:#fafafa;background-image:linear-gradient(#e6e9eb 1px,transparent 1px),linear-gradient(90deg,#e6e9eb 1px,transparent 1px);background-size:32px 32px;overflow:hidden;position:relative}.integrations:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 60%,#fff0,#fff 80%);pointer-events:none}.integrations__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);position:relative;z-index:1}.integrations__header{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:10}.integrations__badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:100px;color:#0f172a;font-size:.875rem;font-weight:500;box-shadow:0 2px 4px #0000000d}.integrations__badge .material-symbols-rounded{font-size:1.125rem;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.integrations__title{font-family:Inter,sans-serif;font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.integrations__desc{font-family:Inter;font-size:1rem;line-height:1.6;color:#64748b;margin:0 auto 3rem;max-width:600px}.integrations__cta{margin-bottom:4rem}.integrations__hub{position:relative;height:500px;width:100%}.integrations__network{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:1200px}.integrations__lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.7}.line{fill:none;stroke:#e2e8f0;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.integrations__center-element{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);z-index:5}.integrations__avatar-container{width:300px;height:300px;border-radius:50%;padding:6px;background:#fff;box-shadow:0 0 80px #00000014;position:relative}.integrations__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.integrations__status{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 4px 12px #0003}.status-dot{width:6px;height:6px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981}.app-icon{position:absolute;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);box-shadow:0 8px 16px #0000001a;padding:12px;z-index:10;transition:transform .3s ease}.app-icon:hover{transform:translate(-50%,-50%) scale(1.1);z-index:10}.app-icon img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.integrations__hub{height:auto;padding:4rem 0}.integrations__network{height:400px}.integrations__center{width:150px;height:150px}.integrations__avatar-container{width:120px;height:120px}.app-icon{width:48px;height:48px}}.testimonials{max-width:none;padding:6.25rem 4rem;background-color:#fff}.testimonials__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;flex-direction:column;align-items:center;gap:5rem}.testimonials__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.testimonials__avatar-stack{position:relative;width:190px;height:52px}.testimonials__avatar-wrap{position:absolute;width:52px;height:52px;border-radius:50%;border:3px solid #fff;overflow:hidden;box-shadow:0 4px 12px #0000001a}.testimonials__avatar-wrap:nth-child(1){left:0}.testimonials__avatar-wrap:nth-child(2){left:24px}.testimonials__avatar-wrap:nth-child(3){left:62px}.testimonials__avatar-wrap:nth-child(4){left:100px}.testimonials__avatar-wrap:nth-child(5){left:138px}.testimonials__avatar-img{width:100%;height:100%;object-fit:cover}.testimonials__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#545457;margin:0}.testimonials__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:#131314;letter-spacing:-.035em;margin:0}.testimonials__title-accent{font-weight:200;font-style:italic;color:#545457}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.testimonials__card{background:#fff;padding:1.5rem;border-radius:20px;border:1px solid #e8e8e8;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;min-height:268px;transition:box-shadow .3s ease}.testimonials__card--featured{box-shadow:0 4px 20px #8b1fff1f}.testimonials__card:not(.testimonials__card--featured):hover{box-shadow:0 4px 20px #8b1fff1f}.testimonials__quote{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.4;color:#545457;margin:0}.testimonials__author{display:flex;align-items:center;gap:.875rem}.testimonials__author-img{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 2px 12px #0000001a}.testimonials__author-info{display:flex;flex-direction:column;gap:.125rem}.testimonials__author-name{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#131314}.testimonials__author-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#545457}@media(max-width:1024px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials{padding:4rem var(--space)}.testimonials__inner{gap:3rem}.testimonials__title{font-size:2rem}.testimonials__grid{grid-template-columns:1fr;gap:1.5rem}}.features{max-width:none;padding:6.25rem 4rem;background:#fff}.features__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;flex-direction:column;align-items:center;gap:3rem}.features__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%;max-width:1280px}.feature-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:24px;min-height:220px;width:100%;max-width:403px;flex:1 1 320px;transition:box-shadow .3s ease}.feature-card:hover,.feature-card--featured{box-shadow:0 8px 32px #8b1fff1f}.feature-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#131314;flex-shrink:0;margin-bottom:1rem}.feature-card__icon .material-symbols-outlined{font-size:28px}.feature-card__content{display:flex;flex-direction:column;gap:.5rem;text-align:center}.feature-card__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.33;color:#131314;margin:0}.feature-card__description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0}.features__pill{display:inline-flex;align-items:center;gap:.5rem;height:2.3125rem;padding:0 1rem;background:#8b1fff1a;border-radius:24px}.features__pill-primary{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#8b1fff;letter-spacing:.05em;text-transform:uppercase}.features__pill-divider{width:1px;height:1rem;background:#8b1fff4d;flex-shrink:0}.features__pill-secondary{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#8b1fff}.features__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:710px}.features__title{font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#131314;margin:0}.features__title-accent{font-weight:200;font-style:italic;color:#545457}.features__subtitle{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.56;color:#545457;margin:0;max-width:672px}.feature-detail{background:#fafafa;padding:6.25rem 4rem}.feature-detail--white{background:#fff}.feature-detail__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;align-items:center;justify-content:space-between;gap:4rem}.feature-detail__inner--media-left .feature-detail__content{order:2}.feature-detail__inner--media-left .feature-detail__media{order:1}.feature-detail__content{display:flex;flex-direction:column;gap:2rem;max-width:586px}.feature-detail__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#545457;margin:0}.feature-detail__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#131314;margin:0}.feature-detail__desc{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.56;color:#545457;margin:0}.feature-detail__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.feature-detail__bullet{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#131314}.feature-detail__bullet-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#f8f5fe;border:1px solid #bfa0ff;border-radius:50%;color:#131314}.feature-detail__bullet-icon .material-symbols-outlined{font-size:12px}.feature-detail__media{flex:1;display:flex;justify-content:center;min-width:0}.feature-detail__video,.feature-detail__img{width:469px;max-width:100%;height:544px;object-fit:cover;border-radius:12px;background:#e2e8f0}.voice-demo{width:100%;max-width:586px;min-height:509px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:32px;box-shadow:0 8px 32px #8b1fff1f;padding:72px 32px 32px;display:flex;flex-direction:column;gap:2rem}.voice-demo__avatar-wrap{position:relative;width:280px;height:280px;margin:-72px auto 0;border-radius:50%;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 40px #0000004d;overflow:hidden}.voice-demo__avatar{width:100%;height:100%;object-fit:cover}.voice-demo__live-badge{position:absolute;left:50%;bottom:24px;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:6px 12px;background:#000000b3;border-radius:20px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#fff;letter-spacing:.0645px}.voice-demo__live-dot{width:8px;height:8px;background:#10b981;border-radius:4px;opacity:.9}.voice-demo__waveform{display:flex;align-items:center;justify-content:center;gap:8px;height:36px}.voice-demo__bar{width:4px;height:var(--bar-height, 20px);background:#8b1fff;border-radius:2px}.voice-demo__chat{display:flex;flex-direction:column;gap:16px}.voice-demo__bubble{padding:20px 21px;border-radius:16px;border:1px solid rgba(139,31,255,.2)}.voice-demo__bubble p{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;color:#131314}.voice-demo__bubble--user{background:linear-gradient(to right,#faf5ff,#eef2ff)}.voice-demo__bubble--user p{font-weight:500}.voice-demo__bubble--ai{background:linear-gradient(to right,#eef2ff,#faf5ff)}.voice-demo__bubble--ai p{font-weight:400;color:#545457}.avatar-studio{background:#fafafa;padding:5rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.avatar-studio__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.avatar-studio__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#545457;margin:0}.avatar-studio__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#131314;margin:0}.avatar-studio__content{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;gap:5rem;align-items:flex-end}.avatar-studio__column{flex:1 1 0;display:flex;flex-direction:column;gap:2.25rem}.avatar-studio__block{display:flex;flex-direction:column;gap:.5rem}.avatar-studio__subtitle{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;line-height:1.2;color:#131314;margin:0}.avatar-studio__desc{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f21;margin:0}.avatar-studio__gallery{display:flex;gap:.9rem;align-items:center;width:100%;max-width:596px}.avatar-studio__card{flex-shrink:0;width:59px;height:369px;border-radius:15px;border:1px solid rgba(0,0,0,.1);box-shadow:0 7px 22px #00000014;overflow:hidden;background:#fff;transition:all .3s ease}.avatar-studio__card--flex{flex:1 1 0;min-width:80px;max-width:220px}.avatar-studio__card--selected{width:218px;height:408px;border:3px solid #131314;box-shadow:0 18px 55px #00000026}.avatar-studio__card img,.avatar-studio__card video{width:100%;height:100%;object-fit:cover}.avatar-studio__preview{position:relative;width:100%;aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#e2e8f0}.avatar-studio__preview-bg{position:absolute;inset:0}.avatar-studio__preview-bg img,.avatar-studio__preview-bg video{width:100%;height:100%;object-fit:cover}.avatar-studio__preview-controls{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:center;justify-content:space-between;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);padding-top:3rem;margin:0 -24px -24px;padding-left:24px;padding-right:24px;padding-bottom:24px}.avatar-studio__control-group{display:flex;align-items:center;gap:10px}.avatar-studio__control-icon{font-size:36px;color:#fff}.avatar-studio__badge{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;color:#131314;padding:6px 12px;background:#ffffffd9;border-radius:6px;letter-spacing:-.01em}.avatar-studio__control-btn{display:flex;align-items:center;gap:12px;padding:6px 12px;background:#fff9;border-radius:6px;border:none;cursor:pointer;color:#131314}.avatar-studio__control-btn .material-symbols-outlined:first-child{font-size:24px}.avatar-studio__control-arrow{font-size:22px}@media(max-width:1024px){.avatar-studio__content{flex-direction:column;align-items:stretch}.avatar-studio__gallery{max-width:100%;justify-content:center}.feature-detail__inner{flex-direction:column}.feature-detail__media{order:0}.feature-detail__content{order:1;max-width:100%}}@media(max-width:768px){.feature-detail{padding:4rem var(--space)}.feature-detail__inner{gap:2.5rem}.feature-detail__video,.feature-detail__img{width:100%;height:auto;aspect-ratio:469/544}.voice-demo{padding-top:4.5rem;min-height:auto}.voice-demo__avatar-wrap{width:200px;height:200px;margin-top:-56px}.avatar-studio{padding:4rem var(--space);gap:2.5rem}.avatar-studio__content{gap:3rem}.avatar-studio__subtitle{font-size:1.5rem}.avatar-studio__gallery{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}.avatar-studio__card{width:80px;height:280px;flex-shrink:0}.avatar-studio__card--flex{min-width:100px;max-width:140px}.avatar-studio__card--selected{width:160px;height:320px}.avatar-studio__preview-controls{flex-wrap:wrap;gap:.5rem}.avatar-studio__badge{font-size:.875rem}.features{padding:4rem var(--space)}.features__inner{gap:2.5rem}.features__title{font-size:2rem}.features__grid{flex-direction:column;align-items:stretch}.feature-card{max-width:none;flex:1 1 auto}}.pricing{max-width:none;padding:5rem 4rem 6.25rem;background:#fff}.pricing__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;flex-direction:column;align-items:center;gap:3rem}.pricing__inner .section-header{text-align:center;max-width:710px}.pricing__inner .section-header__label{display:inline-block;padding:.5rem 1rem;background:#8b1fff1a;color:#8b1fff;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:24px;margin-bottom:.5rem}.pricing__inner .section-header__title{font-size:clamp(2rem,5vw,4rem);line-height:1.1;letter-spacing:-.02em}.pricing__inner .section-header__subtitle{font-size:1.125rem;line-height:1.56;color:#545457;max-width:672px;margin-top:.5rem}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1272px}.pricing-card{position:relative;display:flex;flex-direction:column;padding:2rem;background:#fff;border:1px solid #e8e8e8;border-radius:24px;gap:1.5rem;min-height:420px}.pricing-card--featured{background:#f8f5fe;border-color:#bfa0ff}.pricing-card__badge{position:absolute;top:-1px;right:2rem;padding:.5rem 1rem;background:#8b1fff;color:#f3f3f4;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:0 0 12px 12px}.pricing-card__header{display:flex;flex-direction:column;gap:.5rem}.pricing-card__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#131314;margin:0}.pricing-card__price{display:flex;align-items:baseline;gap:.25rem}.pricing-card__price-value{font-family:Inter,sans-serif;font-size:3rem;font-weight:700;color:#131314;line-height:1}.pricing-card__price-period{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#545457}.pricing-card__desc{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#929294;margin:0}.pricing-card__btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.78rem 1.55rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:7px;border:none;background:linear-gradient(145deg,#1d1f256b,#12141a47);box-shadow:inset 0 1px 1px #ffffffc7,inset 0 -1px 1px #ffffff42,0 10px 24px #12162121;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.pricing-card__btn--primary{color:#fff;background:linear-gradient(140deg,#000000e6,#000000c7)}.pricing-card__btn--primary:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffd1,inset 0 -1px 1px #ffffff4d,0 14px 30px #6138ab38}.pricing-card__btn--outline{color:#131314;background:linear-gradient(145deg,#24262c4d,#16181e33)}.pricing-card__btn--outline:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffbd,inset 0 -1px 1px #ffffff42,0 12px 26px #161b2829}.pricing-card--featured .pricing-card__btn--outline{background:linear-gradient(145deg,#27292f52,#16181e38)}.pricing-card__features{list-style:none;margin:0;padding:1rem 0 0;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:.75rem;flex:1}.pricing-card__feature{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#545457}.pricing-card--featured .pricing-card__feature{color:#1f1f21}.pricing-card__feature-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#f8f5fe;border:1px solid #bfa0ff;border-radius:50%;color:#131314}.pricing-card__feature-icon .material-symbols-outlined{font-size:12px}.pricing__enterprise{display:flex;flex-wrap:wrap;gap:2rem;align-items:stretch;width:100%;max-width:1272px;padding:2rem;background:#fff;border:1px solid #e8e8e8;border-radius:24px}.pricing__enterprise-main{display:flex;flex-direction:column;gap:1.5rem;min-width:280px}.pricing__enterprise-header{display:flex;flex-direction:column;gap:.5rem}.pricing__enterprise-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#131314;margin:0}.pricing__enterprise-price{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:#131314;margin:0}.pricing__enterprise-desc{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#545457;margin:0}.pricing__enterprise-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#131314;text-decoration:none;border:2px solid #e8e8e8;border-radius:12px;transition:border-color .2s ease}.pricing__enterprise-btn:hover{border-color:#131314}.pricing__enterprise-features{flex:1;list-style:none;margin:0;padding:0 0 0 2rem;border-left:1px solid #e8e8e8;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 2rem;align-content:start}.pricing__enterprise-feature{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#545457}.pricing__enterprise-feature .pricing-card__feature-icon{flex-shrink:0}@media(max-width:1024px){.pricing__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pricing__enterprise{flex-direction:column}.pricing__enterprise-features{padding:1.5rem 0 0;border-left:none;border-top:1px solid #e8e8e8;grid-template-columns:1fr}}@media(max-width:768px){.pricing{padding:4rem var(--space)}.pricing__inner{gap:2.5rem}.pricing__inner .section-header__title{font-size:2rem}}.security{background-color:#f9f3fd;border:1px solid rgb(164,94,212);border-radius:1.5em;padding:1rem;text-align:center}.security__title{font-family:Inter;font-size:1.45rem;font-weight:700;color:#000;margin-bottom:2.5rem;letter-spacing:-.03em}.security__features{display:flex;justify-content:center;flex-wrap:wrap;gap:3.5rem}.security__feature{display:flex;align-items:center;gap:.75rem;font-family:Inter;font-size:1rem;font-weight:600;color:#475569}.security__feature-icon{font-size:1rem}@media(max-width:768px){.security__features{gap:2rem;flex-direction:column;align-items:center}}.cta-transform{max-width:none;padding:6.25rem 4rem;background:transparent;text-align:center}.cta-transform__inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-transform__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:#131314;margin:0;letter-spacing:-.035em}.cta-transform__title-accent{font-weight:200;font-style:italic}.cta-transform__text{font-family:Inter,sans-serif;font-size:1.0625rem;line-height:1.6;color:#444;margin:0;max-width:629px}.cta-transform__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.cta-transform__btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.82rem;border-radius:7px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;letter-spacing:-.01em;border:none;background:linear-gradient(145deg,#1d1f256b,#12141a47);box-shadow:inset 0 1px 1px #ffffffc7,inset 0 -1px 1px #ffffff42,0 10px 24px #12162124;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.cta-transform__btn--primary{color:#fff;background:linear-gradient(140deg,#000000e6,#000000c7)}.cta-transform__btn--primary:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffd1,inset 0 -1px 1px #ffffff4d,0 14px 30px #6138ab80}.cta-transform__btn--secondary{color:#131314;background:linear-gradient(140deg,#24262c4d,#16181e33);padding:.78rem 1.5rem}.cta-transform__btn--secondary:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffbd,inset 0 -1px 1px #ffffff42,0 12px 26px #161b2829}.cta-transform__footer{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33;color:#545457;margin:0}.site-end-bg{position:relative;isolation:isolate;background-color:#f3f1fb;overflow:hidden}.site-end-bg:before{content:"";position:absolute;inset:0;background-image:url(/assets/Footer2.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0;pointer-events:none}.site-end-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#06080c8a,#06080c99);z-index:0;pointer-events:none}.site-end-bg .page-footer{position:relative;z-index:1;background:transparent}.site-end-bg .footer__bottom{border-top:1px solid rgba(245,247,255,.2)}.site-end-bg .page-footer{color:#f8f9fb}.site-end-bg .footer__logo img{filter:brightness(0) invert(1)}.site-end-bg .footer__tagline{color:#f8f9fb}.site-end-bg .footer__copy,.site-end-bg .footer__social a{color:#f5f7ffdb}.site-end-bg .footer__social a:hover{color:#fff}@media(max-width:768px){.cta-transform{padding:4rem var(--space)}.site-end-bg:before{background-image:url(/assets/Footer2.webp);background-position:center center}.cta-transform__inner{gap:1.25rem}.cta-transform__title{font-size:1.75rem}.cta-transform__actions{flex-direction:column;width:100%;max-width:280px}.cta-transform__btn{width:100%;justify-content:center}}.persona-studio{background:#fff;padding:6.25rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.persona-studio__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:800px}.persona-studio__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#545457;margin:0}.persona-studio__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#131314;margin:0}.persona-studio__accent{font-family:Inter,sans-serif;font-weight:200;font-style:italic;color:#545457}.persona-studio__subtitle{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.56;color:#545457;margin:0}.persona-studio__bar{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;align-items:center;gap:.5rem}.persona-studio__bar-label{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#131314}.persona-studio__active-badge{display:flex;align-items:center;gap:6px;padding:0 10px;height:26px;background:#deffe4;border-radius:6px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#22c55e}.persona-studio__active-dot{width:8px;height:8px;background:#22c55e;border-radius:50%}.persona-studio__grid{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space);display:flex;gap:2rem}.persona-card{flex:1 1 0;min-width:280px;max-width:400px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s ease}.persona-card:hover,.persona-card--featured{box-shadow:0 12px 25px -8px #00000017}.persona-card__image-wrap{position:relative;height:212px;overflow:hidden}.persona-card__image{width:100%;height:100%;object-fit:cover}.persona-card__badge{position:absolute;top:15px;right:20px;padding:6px 12px;background:#deffe4;border-radius:8px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#22c55e}.persona-card__body{border-top:1px solid #e8e8e8;padding:1.5rem}.persona-card__content{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.persona-card__name{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.4;color:#131314;margin:0}.persona-card__desc{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.43;color:#1f1f21;margin:0}.persona-card__stats{display:flex;align-items:flex-end;justify-content:space-between;padding-top:1rem;border-top:1px solid #e8e8e8}.persona-card__stat{display:flex;flex-direction:column;gap:.25rem}.persona-card__stat-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33;color:#1f1f21}.persona-card__stat-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;color:#131314}.persona-card__toggle{position:relative;width:46px;height:23px;background:#bbbbbc;border-radius:5px;padding:3px 6px;flex-shrink:0}.persona-card__toggle--on{background:#22c55e}.persona-card__toggle-knob{display:block;width:16px;height:16px;background:#fff;border-radius:5px;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease}.persona-card__toggle--on .persona-card__toggle-knob{transform:translate(24px)}.persona-card__toggle:not(.persona-card__toggle--on) .persona-card__toggle-knob{transform:translate(0)}@media(max-width:1024px){.persona-studio__grid{flex-wrap:wrap;justify-content:center}.persona-card{min-width:280px;max-width:360px}}@media(max-width:768px){.persona-studio{padding:4rem var(--space);gap:2.5rem}.persona-studio__grid{flex-direction:column;align-items:stretch}.persona-card{max-width:none}}.pulse-view{background:#fff;padding:6.25rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.pulse-view__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:800px}.pulse-view__label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#8b1fff;letter-spacing:.5px;text-transform:uppercase;margin:0}.pulse-view__title{font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#131314;margin:0}.pulse-view__accent{font-family:Inter,sans-serif;font-weight:200;font-style:italic;color:#545457}.pulse-view__subtitle{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.56;color:#545457;margin:0}.pulse-view__mockup{width:100%;max-width:1080px;border:1px solid #e8e8e8;border-radius:24px;overflow:hidden}.pulse-view__browser-bar{display:flex;gap:8px;align-items:center;padding:16px;background:#f3f3f4}.pulse-view__dot{width:12px;height:12px;border-radius:6px}.pulse-view__dot--red{background:#ff5f56}.pulse-view__dot--yellow{background:#ffbd2e}.pulse-view__dot--green{background:#27c93f}.pulse-view__content{background:#fafafa;padding:3rem}.pulse-view__main{display:flex;gap:2rem;margin-bottom:2rem}.pulse-view__credits-block{flex:1;display:flex;flex-direction:column;gap:1.5rem}.pulse-view__block-header{display:flex;flex-direction:column;gap:.25rem}.pulse-view__block-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.4;color:#131314;margin:0}.pulse-view__block-desc{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.33;color:#1f1f21;margin:0}.pulse-view__popular-options{display:flex;flex-direction:column;gap:.5rem}.pulse-view__options-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#131314;margin:0}.pulse-view__credit-cards{display:flex;gap:1rem}.pulse-view__credit-card{flex:1;position:relative;min-height:140px;padding:1.5rem;background:#fff;border:2px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.pulse-view__credit-card--popular{border-color:#8b1fff}.pulse-view__popular-badge{position:absolute;top:10px;right:10px;padding:4px 8px;background:linear-gradient(135deg,#8b1fff,#f093fb);border-radius:4px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#f3f3f4}.pulse-view__credit-info{display:flex;flex-direction:column;gap:.25rem}.pulse-view__credit-amount{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.33;color:#131314}.pulse-view__credit-unit{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#545457}.pulse-view__credit-price{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#1f1f21}.pulse-view__custom-block{padding:1.5rem;background:#fff;border:2px solid #e8e8e8;border-radius:12px;display:flex;flex-direction:column;gap:.5rem}.pulse-view__custom-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#131314;margin:0}.pulse-view__custom-input{padding:12px 16px;background:#f3f3f4;border:1px solid #e8e8e8;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;color:#929294}.pulse-view__usage-sidebar{width:347px;flex-shrink:0;padding:1.5rem;background:#fff;border:2px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 4px #0000000d}.pulse-view__usage-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#131314;margin:0 0 .25rem}.pulse-view__usage-period{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#1f1f21;margin:0 0 1.5rem}.pulse-view__usage-rows{display:flex;flex-direction:column;gap:1rem}.pulse-view__usage-row{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.43}.pulse-view__usage-row span:first-child{font-weight:400;color:#1f1f21}.pulse-view__usage-row span:last-child{font-weight:500;color:#131314}.pulse-view__usage-row--divider{padding-top:1rem;border-top:1px solid #e8e8e8}.pulse-view__usage-highlight{color:#4eba00!important;font-size:1.25rem}.pulse-view__summary-block{padding:1.5rem;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:.5rem}.pulse-view__summary-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#131314;margin:0 0 1.5rem}.pulse-view__summary-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.pulse-view__summary-cards{display:flex;gap:2rem;flex-wrap:wrap}.pulse-view__summary-card{width:180px;padding:12px 24px;background:#fdfcff;border:1px solid #bfa0ff;border-radius:8px;display:flex;flex-direction:column;gap:.25rem}.pulse-view__summary-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#1f1f21}.pulse-view__summary-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#131314}.pulse-view__summary-value--green{font-size:1.25rem;color:#4eba00}.pulse-view__purchase-btn{display:flex;align-items:center;gap:9px;padding:12px 32px;background:#131314;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#f3f3f4;cursor:pointer;flex-shrink:0}.pulse-view__purchase-btn .material-symbols-outlined{font-size:20px}.pulse-view__payment-note{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#1f1f21;margin:0}@media(max-width:1024px){.pulse-view__main{flex-direction:column}.pulse-view__usage-sidebar{width:100%}}@media(max-width:768px){.pulse-view{padding:4rem var(--space);gap:2.5rem}.pulse-view__content{padding:1.5rem}.pulse-view__credit-cards,.pulse-view__summary-row,.pulse-view__summary-cards{flex-direction:column}.pulse-view__summary-card{width:100%}}.button{display:inline-block;padding:.875rem 1.75rem;border-radius:.75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.button--primary{background-color:#000;color:#fff;border:1px solid #000}.button--primary:hover{background-color:#333;border-color:#333;transform:translateY(-2px)}.button--secondary{background-color:transparent;color:#000;border:1px solid #000;background-color:#fff6}.button--secondary:hover{background-color:#fffc;transform:translateY(-2px)}.avatar-card__img video{transition:transform .3s ease}.avatar-card__img:hover video{transform:scale(1.05)}.blog-main{font-family:var(--font-sans);position:relative;isolation:isolate;min-height:60vh;padding-bottom:4rem;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(128,90,213,.12),transparent 55%),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(66,153,225,.08),transparent 45%),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(183,148,244,.1),transparent 50%),linear-gradient(180deg,#fafbfc 0%,var(--color-bg) 45%,#edf2f7 100%);color:var(--color-text)}.blog-main:before{content:"";position:absolute;inset:0;z-index:0;opacity:.45;pointer-events:none;background-image:linear-gradient(rgba(45,55,72,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(45,55,72,.05) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,black 0%,transparent 85%)}.blog-main>*{position:relative;z-index:1}.blog-index{padding:3rem 0 2rem}.blog-index__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space)}.blog-index__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;margin:0 0 .75rem;color:var(--color-accent)}.blog-index__title{font-size:clamp(2rem,4vw + 1rem,3rem);font-weight:800;line-height:1.08;margin:0 0 1rem;letter-spacing:-.03em;color:var(--color-text)}.blog-index__lead{margin:0 0 2.75rem;max-width:38rem;font-size:1.0625rem;line-height:1.65;color:var(--color-muted)}.blog-index__list{list-style:none;margin:0;padding:0;display:grid;gap:1.75rem}.blog-index__item{margin:0}.blog-index__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border-radius:1.125rem;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-md);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.blog-index__link:hover{transform:translateY(-4px);border-color:#805ad559;box-shadow:var(--shadow-lg),0 0 0 1px #805ad51f,0 20px 40px -20px #805ad533}.blog-index__img-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#ede9fe,#e9f5ff,#f3e8ff)}.blog-index__img-wrap--empty{display:flex;align-items:center;justify-content:center;min-height:0}.blog-index__img-wrap--empty:after{content:"";width:48px;height:48px;border-radius:12px;border:2px solid rgba(128,90,213,.25);box-shadow:0 0 0 4px #805ad50f;opacity:.85}.blog-index__img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.blog-index__link:hover .blog-index__img{transform:scale(1.04)}.blog-index__content{padding:1.35rem 1.5rem 1.6rem;flex:1;display:flex;flex-direction:column}.blog-index__dateline{margin:0 0 .65rem;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted)}.blog-index__date{font-size:inherit;font-weight:inherit;color:inherit}.blog-index__updated{font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#2b6cb0}.blog-index__heading{font-size:1.2rem;font-weight:700;margin:0 0 .6rem;line-height:1.35;color:var(--color-text);letter-spacing:-.02em;transition:color .25s ease}.blog-index__link:hover .blog-index__heading{color:var(--color-accent-hover)}.blog-index__excerpt{margin:0 0 1rem;font-size:.875rem;line-height:1.55;color:var(--color-muted);flex:1}.blog-index__cats{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.blog-index__cats li{margin:0}.blog-index__cat{display:inline-block;padding:.25rem .65rem;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-hover);background:#805ad51a;border:1px solid rgba(128,90,213,.2);border-radius:6px}.blog-index__byline{display:flex;align-items:center;gap:.6rem;margin-top:auto;padding-top:.25rem}.blog-index__avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(128,90,213,.25);box-shadow:0 1px 3px #00000014}.blog-index__author{font-size:.8125rem;font-weight:500;color:var(--color-muted)}.blog-index__empty{text-align:center;padding:3rem 1.5rem;font-size:1rem;color:var(--color-muted);border-radius:1rem;border:1px dashed rgba(0,0,0,.12);background:#ffffffb3}@media(min-width:640px){.blog-index__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-index__list{grid-template-columns:repeat(3,1fr);gap:2rem}}.blog-post{padding:3rem 0 2rem}.blog-post__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space)}.blog-post__header{max-width:48rem;margin:0 auto 2.5rem}.blog-post__back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.5rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);text-decoration:none;border-radius:999px;border:1px solid rgba(128,90,213,.25);background:#805ad514;transition:background .25s ease,box-shadow .25s ease,color .25s ease}.blog-post__back:hover{color:var(--color-accent-hover);background:#805ad524;box-shadow:0 2px 12px #805ad526}.blog-post__title{font-size:clamp(1.85rem,3.5vw + 1rem,2.75rem);font-weight:800;line-height:1.1;margin:0 0 1rem;letter-spacing:-.03em;color:var(--color-text)}.blog-post__dek{font-size:1.125rem;line-height:1.65;color:var(--color-muted);margin:0 0 1.35rem}.blog-post__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1.35rem}.blog-post__meta-item{display:inline-flex;align-items:center;gap:.25em;padding:.35rem .85rem;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--color-muted);background:#0000000a;border:1px solid rgba(0,0,0,.06);border-radius:8px}.blog-post__meta-item:not(:last-child):after{display:none}.blog-post__categories{list-style:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:.85rem}.blog-post__category{margin:0}.blog-post__category-pill{display:inline-block;padding:.4rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-hover);background:#805ad51a;border:1px solid rgba(128,90,213,.22);border-radius:8px}.blog-post__category-desc{display:block;margin-top:.4rem;font-size:.8125rem;line-height:1.5;color:var(--color-muted);max-width:40rem}.blog-post__hero-wrap{position:relative;border-radius:1.125rem;overflow:hidden;margin-bottom:2.25rem;border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow-lg)}.blog-post__hero-wrap:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 70%,rgba(247,250,252,.35) 100%)}.blog-post__hero{width:100%;height:auto;display:block;vertical-align:middle}.blog-post__body{max-width:48rem;margin:0 auto 3rem;font-size:1.0625rem;line-height:1.75;color:var(--color-text)}.blog-post__body h2{font-size:1.5rem;font-weight:700;margin:2.25rem 0 .85rem;color:var(--color-text);letter-spacing:-.02em}.blog-post__body h3{font-size:1.25rem;font-weight:700;margin:1.65rem 0 .55rem;color:var(--color-text)}.blog-post__body h4{font-size:1.08rem;font-weight:700;margin:1.35rem 0 .45rem;color:#4a5568}.blog-post__body p{margin:0 0 1.1rem}.blog-post__body ul{margin:0 0 1.1rem;padding-left:1.35rem}.blog-post__body blockquote{margin:1.75rem 0;padding:1.15rem 1.35rem;border-left:3px solid var(--color-accent);background:linear-gradient(90deg,rgba(128,90,213,.08),transparent);border-radius:0 12px 12px 0;color:var(--color-text);box-shadow:none}.blog-post__body a{color:var(--color-accent);text-decoration:none;border-bottom:1px solid rgba(128,90,213,.35);transition:color .2s ease,border-color .2s ease}.blog-post__body a:hover{color:var(--color-accent-hover);border-bottom-color:var(--color-accent-hover)}.blog-post__author-card{max-width:48rem;margin:0 auto;padding:1.5rem 1.35rem;display:flex;gap:1.35rem;align-items:flex-start;border-radius:1.125rem;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-md)}.blog-post__author-photo img{display:block;width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid rgba(128,90,213,.2);box-shadow:var(--shadow-sm)}.blog-post__author-card-name{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;color:var(--color-text)}.blog-post__author-bio{font-size:.9375rem;line-height:1.65;color:var(--color-muted)}.blog-post__author-bio p{margin:0 0 .5rem}.blog-post__author-bio p:last-child{margin-bottom:0}.blog-post .blog-body__img,.blog-main .blog-body__img{max-width:100%;height:auto;border-radius:12px;margin:1.25rem 0;display:block;border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow-md)}.blog-main .blog-reveal{--reveal-delay: 0s;opacity:0;transform:translate3d(0,1.25rem,0);transition:opacity .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay),transform .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:opacity,transform}.blog-main .blog-reveal.is-visible{opacity:1;transform:translateZ(0);will-change:auto}.blog-main .blog-reveal--lift{transform:translate3d(0,2rem,0) scale(.98)}.blog-main .blog-reveal--lift.is-visible{transform:translateZ(0) scale(1)}@media(prefers-reduced-motion:reduce){.blog-main .blog-reveal,.blog-main .blog-reveal--lift{opacity:1!important;transform:none!important;transition:none!important;will-change:auto}.blog-index__link,.blog-index__img{transition:none}.blog-index__link:hover,.blog-index__link:hover .blog-index__img{transform:none}}
