.heroSection{position:relative;background:var(--color-bg-dark)}.heroSection .header-cvaRoot{position:absolute;top:0;left:0;right:0;width:100%}.aboutHero-cvaRoot{background-color:var(--color-bg-dark);color:var(--color-white);padding:var(--hero-padding-y) var(--section-px) calc(var(--space-2xl) + var(--pattern-height-mobile) / 2)}.aboutHero-cvaInner{max-width:var(--container-xl);margin:0 auto;padding-top:var(--space-xl)}.aboutHero-cvaTitle{color:var(--color-white);margin:0 0 var(--space-md);max-width:18ch;text-wrap:balance}.aboutHero-cvaSub{font-family:var(--font-body);font-size:var(--text-lg);line-height:var(--lh-comfortable);color:#ffffff80;margin:0;max-width:52ch}@media(min-width:1024px){.aboutHero-cvaRoot{padding-bottom:calc(var(--space-2xl) + var(--pattern-height) / 2)}}.chat-cvaSection{background:var(--color-bg-soft);padding:var(--section-gap) var(--section-px)}.chat-cvaSection:first-child{padding-top:calc(var(--pattern-height-mobile) / 2 + var(--section-gap))}.chat-cvaSection+.chat-cvaSection{padding-top:0}@media(min-width:1024px){.chat-cvaSection:first-child{padding-top:calc(var(--pattern-height) / 2 + var(--section-gap))}}.chat-cvaInner{max-width:760px;margin:0 auto}.chat-cvaHeading{font-size:var(--text-2xl);font-weight:var(--fw-extralight);color:var(--color-text-primary);text-align:center;margin:0 0 var(--space-xl)}.chat-cvaThread{display:flex;flex-direction:column;gap:var(--space-lg)}.chat-cvaGroup{display:flex;gap:var(--space-xs);max-width:100%}.chat-cvaGroup--team{justify-content:flex-start}.chat-cvaGroup--visitor{justify-content:flex-end}.chat-cvaAvatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover;align-self:flex-end}.chat-cvaStack{display:flex;flex-direction:column;gap:var(--space-2xs);max-width:82%}.chat-cvaGroup--team .chat-cvaStack{align-items:flex-start}.chat-cvaGroup--visitor .chat-cvaStack{align-items:flex-end}.chat-cvaName{font-size:var(--text-xs);color:var(--color-text-muted);margin:0 0 2px var(--space-sm)}.chat-cvaName strong{color:var(--color-text-secondary);font-weight:var(--fw-semibold)}.chat-cvaSlot{max-width:100%}.chat-cvaBubble{margin:0;font-size:var(--text-md);line-height:var(--lh-normal);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-lg);background:var(--color-white);color:var(--color-text-secondary);box-shadow:0 1px 2px #0000000f;max-width:100%}.chat-cvaBubble a{color:var(--color-blue);text-decoration:underline}.chat-cvaGroup--team .chat-cvaSlot:last-child .chat-cvaBubble{border-bottom-left-radius:var(--radius-xs)}.chat-cvaGroup--visitor .chat-cvaBubble{background:color-mix(in srgb,var(--color-green) 14%,var(--color-white));color:var(--color-text-primary)}.chat-cvaGroup--visitor .chat-cvaSlot:last-child .chat-cvaBubble{border-bottom-right-radius:var(--radius-xs)}.chat-cvaThread.is-live .chat-cvaBubble{opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.chat-cvaThread.is-live .chat-cvaBubble.is-revealed{opacity:1;transform:none}.chat-cvaGroup--cta{justify-content:center;margin-top:var(--space-2xl)}.chat-cvaCta{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.chat-cvaCtaNote{font-size:var(--text-xs);color:var(--color-text-muted)}.chat-cvaThread.is-live .chat-cvaCta{opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.chat-cvaThread.is-live .chat-cvaCta.is-revealed{opacity:1;transform:none}@media(min-width:768px){.chat-cvaStack{max-width:70%}}
