:root{color-scheme:light;--blue: #0066cc;--blue-2: #2997ff;--ink: #1d1d1f;--muted: #6e6e73;--line: #d2d2d7;--soft: #f5f5f7;--panel: #fbfbfd;--white: #fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;color:var(--ink);background:var(--white);letter-spacing:0}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,select{font:inherit}.site-header{position:sticky;top:0;z-index:100;height:44px;color:#ffffffdb;background:#161617d1;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px)}.nav{max-width:1024px;height:44px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:8px;min-width:fit-content;font-size:13px;font-weight:600}.brand-mark{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 65% 35%,#fff 0 2px,transparent 3px),conic-gradient(from 210deg,#2997ff,#8fd6ff,#f5f5f7,#2997ff);box-shadow:0 0 18px #2997ff59}.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;font-size:12px;color:#fffc}.nav-links a:hover,.nav-links a:focus{color:var(--white)}.language-select{min-width:116px;height:30px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#ffffffe6;background:#ffffff14;font-size:12px}.menu-button{display:none;width:34px;height:34px;border:0;color:var(--white);background:transparent;cursor:pointer}.menu-button span,.menu-button:before,.menu-button:after{content:"";display:block;width:18px;height:1px;margin:5px auto;background:currentColor;transition:transform .2s ease,opacity .2s ease}.nav-open .menu-button span{opacity:0}.nav-open .menu-button:before{transform:translateY(6px) rotate(45deg)}.nav-open .menu-button:after{transform:translateY(-6px) rotate(-45deg)}.hero{min-height:calc(100vh - 44px);padding:clamp(48px,7vw,86px) 20px 0;overflow:hidden;color:var(--white);background:radial-gradient(circle at 50% 32%,rgba(61,132,255,.26),transparent 24vw),radial-gradient(circle at 72% 76%,rgba(216,79,140,.18),transparent 22vw),#000;text-align:center}.hero-copy{max-width:880px;margin:0 auto}.eyebrow{margin:0 0 12px;color:#ffffffad;font-size:clamp(15px,2vw,21px);font-weight:600}h1,h2,h3,p{margin-top:0}h1{margin-bottom:12px;font-size:clamp(44px,8vw,88px);line-height:.95;font-weight:700}h2{margin-bottom:12px;font-size:clamp(42px,7vw,76px);line-height:.98;font-weight:700}.hero-subtitle{max-width:780px;margin:0 auto 22px;color:#ffffffe6;font-size:clamp(22px,3vw,34px);line-height:1.14;font-weight:500}.cta-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 21px;border-radius:999px;font-size:17px;line-height:1;transition:transform .2s ease,background .2s ease,color .2s ease}.pill.primary{color:var(--white);background:var(--blue)}.pill.secondary{color:var(--blue-2);border:1px solid var(--blue-2)}.pill:hover,.pill:focus{transform:translateY(-1px)}.pill.secondary:hover,.pill.secondary:focus{color:var(--white);background:var(--blue)}.hero-stage{--side-card-width: clamp(280px, 25vw, 320px);--center-card-width: clamp(380px, 40vw, 500px);--center-half-width: clamp(190px, 20vw, 250px);--card-gap: 0px;position:relative;width:min(1220px,100%);height:clamp(430px,43vw,560px);margin:clamp(40px,6vw,66px) auto 0}.hero-stage:before{content:"";position:absolute;inset:auto 9% 22px;height:42%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(41,151,255,.22),rgba(216,79,140,.1) 42%,transparent 72%);filter:blur(18px);pointer-events:none}.hero-bird,.hero-panel,.hero-device{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff0f;box-shadow:0 28px 80px #00000073}.hero-bird{left:calc(50% - var(--center-half-width) - var(--side-card-width) - var(--card-gap));bottom:70px;z-index:1;width:var(--side-card-width);aspect-ratio:4 / 3}.hero-bird>img,.hero-device>img{width:100%;height:100%;object-fit:cover}.app-badge{position:absolute;left:14px;top:14px;z-index:4;display:inline-flex;align-items:center;gap:9px;max-width:calc(100% - 28px);padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:var(--white);background:#0d0d1094;box-shadow:0 10px 28px #00000040;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);font-size:13px;font-weight:700;line-height:1}.app-badge img{width:34px;height:34px;flex:0 0 auto;border-radius:8px;object-fit:cover}.app-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-badge{inset:auto 14px 14px;justify-content:flex-start}.hero-panel{left:50%;bottom:70px;z-index:3;width:var(--center-card-width);padding:30px 32px 28px;transform:translate(-50%);background:linear-gradient(145deg,#1c1c20e6,#190e16c7);border-color:#ffffff38;backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px)}.wave-title{margin-bottom:14px;font-size:clamp(22px,2.1vw,30px);font-weight:700}.wave-sub{max-width:460px;margin:0 auto 22px;color:#ffffffb3;font-size:clamp(14px,1.35vw,17px);line-height:1.22}.waveform,.meter{display:grid;align-items:center;gap:5px}.waveform{height:124px;grid-template-columns:repeat(24,1fr)}.meter{height:126px;margin-top:26px;grid-template-columns:repeat(36,1fr);align-items:end}.waveform span,.meter span{display:block;height:calc(var(--h) * 1%);border-radius:999px;background:linear-gradient(180deg,#6fd3ff,#a667ff 50%,#ff7eb6);animation:pulse 1.6s ease-in-out infinite;animation-delay:calc(var(--i) * -70ms)}.meter span{border-radius:999px 999px 0 0;background:linear-gradient(180deg,#29a8ff,#2aa876);animation:none}.hero-device{left:calc(50% + var(--center-half-width) + var(--card-gap));right:auto;bottom:70px;z-index:2;width:var(--side-card-width);aspect-ratio:4 / 3}.hero-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:26px;background:linear-gradient(145deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.2);backdrop-filter:saturate(150%) blur(14px);-webkit-backdrop-filter:saturate(150%) blur(14px)}.hero-logo-card.hero-device{aspect-ratio:4 / 3;border:1px solid rgba(255,255,255,.2)}.hero-logo-card>img{width:clamp(86px,10vw,132px);height:clamp(86px,10vw,132px);border-radius:28px;object-fit:cover;box-shadow:0 18px 46px #00000052}.hero-logo-card>span{color:var(--white);font-size:clamp(22px,2.2vw,32px);font-weight:700;line-height:1}.phone-notch{position:absolute;top:10px;left:50%;width:72px;height:18px;border-radius:999px;background:#060608;transform:translate(-50%)}.product-hero{min-height:720px;padding:clamp(58px,8vw,92px) 20px 0;overflow:hidden;text-align:center;background:var(--panel)}.product-hero.dark{color:var(--white);background:#000}.section-copy{max-width:820px;margin:0 auto}.product-kicker{margin-bottom:10px;color:var(--muted);font-size:19px;font-weight:600}.dark .product-kicker{color:#ffffffa6}.product-lockup{display:inline-flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.product-lockup img{width:clamp(54px,7vw,82px);height:clamp(54px,7vw,82px);border-radius:18px;box-shadow:0 18px 42px #00000029;object-fit:cover}.product-lockup h2{margin-bottom:0}.section-lede{margin:0 auto 23px;color:var(--muted);font-size:clamp(21px,3vw,30px);line-height:1.16;font-weight:500}.dark .section-lede{color:#ffffffd1}.feature-strip{max-width:950px;margin:30px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature{min-height:96px;padding:18px 16px;border-radius:8px;background:#ffffffb8;text-align:left}.dark .feature{background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.feature strong{display:block;margin-bottom:6px;font-size:15px}.feature span{color:var(--muted);font-size:14px;line-height:1.35}.dark .feature span{color:#ffffffad}.visual-wrap{position:relative}.bird-visual{max-width:1024px;margin:46px auto -60px;overflow:hidden;border-radius:8px;background:#111}.bird-visual img{width:100%;height:min(54vw,520px);object-fit:cover}.bird-overlay{position:absolute;left:50%;bottom:54px;display:grid;place-items:center;width:min(38vw,240px);height:min(38vw,240px);border:2px solid rgba(255,255,255,.76);border-radius:8px;transform:translate(-50%);pointer-events:none}.bird-overlay:before,.bird-overlay:after{content:"";width:32%;height:32%;border:3px solid #00c781;border-radius:8px}.bird-overlay:after{position:absolute;width:62%;height:62%;border-color:#ffffff8c}.echo-stage{max-width:1060px;margin:46px auto 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch;text-align:left}.studio-panel,.transcript-panel{min-height:360px;padding:clamp(22px,4vw,36px);border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,#ffffff1f,#ffffff0d)}.voice-avatar{width:106px;height:106px;margin-bottom:26px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,#fff 0 3px,transparent 4px),conic-gradient(#47b7ff,#a46cff,#ff7da8,#47b7ff);box-shadow:0 0 60px #2997ff59}.voice-avatar span{width:78px;height:78px;border-radius:50%;background:#050506}.language-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.language-pills span{padding:8px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#ffffffb8;font-size:12px}.transcript-line{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffdb;font-size:clamp(18px,2.4vw,24px);line-height:1.35}.company{padding:clamp(62px,8vw,96px) 20px;background:var(--soft)}.company-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(26px,6vw,76px);align-items:start}.company h2{font-size:clamp(38px,5vw,64px)}.company-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.company-list li{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);color:var(--muted);line-height:1.35}.company-list strong{color:var(--ink)}.site-footer{padding:24px 20px;color:#6e6e73;background:var(--soft);font-size:12px}.footer-inner{max-width:980px;margin:0 auto;display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:18px}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:#424245}@keyframes pulse{0%,to{transform:scaleY(.82);opacity:.7}50%{transform:scaleY(1.08);opacity:1}}@media(max-width:860px){.menu-button{display:block}.nav-links{position:fixed;inset:44px 0 auto;display:none;padding:24px 22px 30px;flex-direction:column;align-items:flex-start;gap:0;background:#161617fa;font-size:28px}.nav-links a{width:100%;padding:13px 0}.nav-open .nav-links{display:flex}.hero-stage{height:700px}.hero-bird{left:50%;top:0;bottom:auto;width:min(92%,460px);min-width:0;transform:translate(-50%)}.hero-panel{left:50%;top:250px;bottom:auto;width:min(92%,460px);min-width:0}.hero-device{right:50%;bottom:-28px;width:min(42%,190px);min-width:0;transform:translate(50%)}.hero-logo-card.hero-device{bottom:0}.device-badge{display:none}.feature-strip,.echo-stage,.company-inner{grid-template-columns:1fr}.product-hero{min-height:auto;padding-bottom:44px}.bird-visual{margin-bottom:0}.echo-stage{text-align:center}.voice-avatar{margin-left:auto;margin-right:auto}.language-pills{justify-content:center}.footer-inner{flex-direction:column}}@media(max-width:560px){.brand span:last-child{display:none}.hero{min-height:auto;padding-top:42px}.hero-stage{height:760px}.hero-panel{top:262px;padding:20px}.hero-device{width:174px}.app-badge{max-width:calc(100% - 20px);left:10px;top:10px;padding-right:9px;font-size:12px}.app-badge img{width:30px;height:30px;border-radius:7px}.product-lockup{gap:12px}.product-lockup img{border-radius:14px}.product-hero{padding-left:16px;padding-right:16px}.feature{text-align:center}.bird-visual img{height:360px}.company-list li{grid-template-columns:1fr;gap:6px}}
