.hero{width:100%;max-width:var(--content-w,1240px);grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(40px,6vw,100px);margin:0 auto;padding:clamp(80px,10vw,140px) clamp(20px,5vw,96px) clamp(100px,12vw,160px);display:grid}.hero__copy{flex-direction:column;gap:0;display:flex}.hero__h1{margin:0 0 32px}.hero__h1 em{font-style:normal;font-weight:inherit;color:var(--fg-soft)}.hero__sub{max-width:460px;color:var(--fg-muted);margin:0 0 48px;font-size:19px;line-height:1.55}.hero__cta{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.hero__doclink{color:var(--fg-muted);align-items:center;gap:6px;font-size:14px;display:inline-flex}.hero__doclink-link{color:var(--fg);text-underline-offset:3px;align-items:center;gap:4px;text-decoration:underline;display:inline-flex}.hero__doclink svg{color:currentColor;width:12px;height:12px}.hero__visual{isolation:isolate;justify-content:center;align-items:center;min-height:580px;display:flex;position:relative}.hero__bloom{z-index:0;pointer-events:none;border-radius:40px;position:absolute;inset:-60px -8%}.hero__visual .chat-panel{z-index:1;position:relative}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:clamp(72px,10vw,112px)}.hero__visual{min-height:480px}}.hero-skeleton{background:var(--stone-200);flex-direction:column;align-items:center;gap:32px;width:100%;min-height:1170px;padding:64px 0 0;display:flex;position:relative;overflow:hidden}.hero-skeleton__copy{flex-direction:column;align-items:center;gap:24px;width:800px;max-width:100%;padding:160px 24px 0;display:flex}.hero-skeleton__pill,.hero-skeleton__h1,.hero-skeleton__sub,.hero-skeleton__btn{background:linear-gradient(90deg,#e7e5e473 0%,#e7e5e4e6 50%,#e7e5e473 100%) 0 0/200% 100%;border-radius:12px;animation:1.8s ease-in-out infinite hero-skeleton-shimmer}.hero-skeleton__pill{border-radius:9999px;width:220px;height:34px}.hero-skeleton__h1{border-radius:16px;height:72px}.hero-skeleton__h1--line1{width:70%}.hero-skeleton__h1--line2{width:55%}.hero-skeleton__sub{border-radius:8px;height:22px}.hero-skeleton__sub--line1{width:60%}.hero-skeleton__sub--line2{width:45%}.hero-skeleton__cta{gap:12px;margin-top:16px;display:flex}.hero-skeleton__btn{border-radius:9999px;width:140px;height:48px}.hero-skeleton__btn--primary{background:linear-gradient(90deg,#e8511240 0%,#e8511266 50%,#e8511240 100%) 0 0/200% 100%}@keyframes hero-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.hero-skeleton__pill,.hero-skeleton__h1,.hero-skeleton__sub,.hero-skeleton__btn{animation:none}}@media (max-width:1024px){.hero{height:auto;min-height:960px;padding:48px 24px 0}.hero__copy{width:100%;max-width:720px}.hero__sub{max-width:640px}}@media (max-width:768px){.hero{min-height:auto;padding:32px 20px 48px}.hero__copy{gap:0;width:100%;padding:0}.hero__h1{letter-spacing:-1px;text-wrap:balance;margin-bottom:16px;font-size:clamp(36px,10vw,44px);line-height:1.05}.hero__h1 br{display:none}.hero__sub{max-width:100%;margin-bottom:28px;font-size:16px}.hero__sub br{display:none}.hero__cta{flex-direction:column;align-items:center;gap:16px;width:100%}.hero__cta>.btn{justify-content:center;width:100%;height:56px;font-size:16px}.hero__doclink{font-size:13px}.hero__visual{min-height:auto;margin-inline:calc(50% - 50vw);padding-inline:16px}.hero__bloom{border-radius:0;inset:-40px 0}.hero:after{display:none}}@media (max-width:480px){.hero{padding:24px 16px 32px}}