/* Voice product only: no global element selectors or shared component overrides. */
.va-experience { position: relative; padding: 34px 0 40px; background: #050a14; overflow: hidden; isolation: isolate; }
.va-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 17px 25px; }
.va-stage { position: relative; min-width: 0; min-height: 728px; }
.va-scene { position: absolute; left: -38px; bottom: 0; width: calc(100% + 55px); height: auto; max-width: none; pointer-events: none; mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 87%, transparent 100%); }
.va-heading { position: relative; z-index: 3; }
.va-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 16px; letter-spacing: .12em; color: #b298ff; text-transform: uppercase; }
.va-eyebrow > span { width: 5px; height: 5px; border-radius: 50%; background: #a47cff; box-shadow: 0 0 10px #a47cff88; }
.va-eyebrow > i { height: 1px; width: 88px; background: linear-gradient(90deg, #956bed, transparent); }
.va-heading h1 { margin-top: 18px; font-size: clamp(39px, 3.8vw, 57px); line-height: 1.1; letter-spacing: -.045em; font-weight: 400; color: #f0f4fe; }
.va-heading h1 > span { background: linear-gradient(105deg, #b17fff 2%, #7b83ff 53%, #5ac8ef); color: transparent; background-clip: text; -webkit-background-clip: text; }
.va-intro { max-width: 510px; margin-top: 20px; color: #a9bbd3; font-size: 14px; line-height: 1.8; }
.va-voice-card { position: absolute; z-index: 4; top: 262px; left: 0; width: 292px; padding: 14px 17px; border: 1px solid #6f61915e; border-radius: 12px; background: linear-gradient(130deg, #151c30ee, #080f1cd9); box-shadow: 0 10px 35px #0004; backdrop-filter: blur(8px); }
.va-voice-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.va-voice-card-heading > span { display: flex; align-items: center; gap: 8px; color: #bdc9ed; font-size: 11px; }
.va-voice-card-heading svg { color: #a58cf8; }
.va-voice-card-heading button { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #7281b737; border-radius: 6px; color: #a6add1; }
.va-motion-icon { display: block; width: 8px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
[data-voice-motion="paused"] .va-motion-icon { width: 0; height: 0; border: 5px solid transparent; border-right: 0; border-left: 8px solid currentColor; }
.va-waveform { display: flex; align-items: center; justify-content: space-between; height: 39px; gap: 3px; margin-top: 10px; }
.va-waveform i { display: block; width: 3px; border-radius: 3px; background: linear-gradient(180deg, #79dcf9, #9980ff 70%, #cd83ff); transform-origin: center; animation: va-wave 1.7s ease-in-out infinite alternate; animation-delay: var(--wave-delay); }
@keyframes va-wave { from { transform: scaleY(.4); opacity: .65; } to { transform: scaleY(1); opacity: 1; } }
[data-voice-motion="paused"] .va-waveform i { animation-play-state: paused; }
.va-voice-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; font-size: 8px; color: #8296b0; }
.va-voice-card-footer > span:first-child { color: #a1a7d7; font-size: 9px; }
.va-voice-card-footer b { font-weight: 400; margin: 0 4px; color: #695d8d; }
.va-conversation { position: absolute; top: 262px; right: 0; width: 420px; z-index: 5; border: 1px solid #72659166; border-radius: 13px; background: linear-gradient(140deg, #101a2af5, #070f1cf0); box-shadow: 0 20px 70px #0006; overflow: hidden; }
.va-scenario-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 5px; gap: 3px; border-bottom: 1px solid #67779e30; background: #050b16a6; }
.va-scenario-tabs button { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 36px; padding: 6px 5px; font-size: 9px; line-height: 14px; color: #8595b5; border: 1px solid transparent; border-radius: 7px; }
.va-scenario-tabs button svg { flex-shrink: 0; }
.va-scenario-tabs button[aria-selected="true"] { border-color: #8d76cd3f; background: linear-gradient(130deg, #50308057, #25294866); color: #c6afff; }
.va-transcript-heading { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 15px 18px 11px; }
.va-transcript-heading > span:first-child { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #c2d3ea; }
.va-transcript-heading svg { color: #9a83e4; }
.va-transcript-badge { font-size: 8px; color: #8c9dbc; }
.va-dialogue { padding: 9px 18px 17px; display: grid; gap: 13px; min-height: 288px; }
.va-turn { display: flex; align-items: flex-start; gap: 9px; }
.va-speaker { display: grid; place-items: center; width: 25px; height: 25px; flex-shrink: 0; border-radius: 7px; font-size: 9px; background: #344f681f; color: #98b9d1; border: 1px solid #54718e36; }
.va-turn > div { max-width: calc(100% - 32px); }
.va-turn strong { display: block; font-size: 9px; line-height: 13px; font-weight: 400; color: #879db8; padding: 1px 0 5px; }
.va-turn p { padding: 10px 12px; background: #122337c9; border: 1px solid #4b6a8f2d; border-radius: 0 9px 9px 9px; font-size: 11px; line-height: 17px; color: #c4d5e8; }
.va-turn-agent .va-speaker { color: #e0cdff; background: linear-gradient(135deg, #8950d980, #44309680); border-color: #a380ee50; }
.va-turn-agent strong { color: #bfa4e5; }
.va-turn-agent p { color: #d8d0ef; background: linear-gradient(125deg, #39214c66, #17223b); border-color: #8c66b837; }
.va-turn [data-voice-time] { color: #94e6d5; font-weight: 500; }
.va-transcript-footer { display: flex; align-items: center; gap: 7px; padding: 12px 18px; border-top: 1px solid #64779d24; font-size: 9px; color: #7e96b0; }
.va-transcript-footer svg { color: #7395a8; }
.va-stage-caption { position: absolute; bottom: 4px; left: 9px; display: flex; gap: 9px; align-items: center; font-size: 10px; color: #9697c4; }
.va-stage-caption svg { color: #ab8aed; }
.va-sidebar { display: flex; flex-direction: column; gap: 12px; min-width: 0; z-index: 6; }
.va-panel { padding: 18px; border: 1px solid #44547766; border-radius: 13px; background: linear-gradient(135deg, #10182acc, #07101de6); }
.va-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.va-panel-heading h2 { display: flex; align-items: center; gap: 7px; font-size: 12px; line-height: 18px; font-weight: 500; color: #cfdaed; }
.va-example-badge { color: #8193b1; font-size: 8px; border: 1px solid #6b7da92c; padding: 4px 6px; border-radius: 4px; }
.va-caller-profile { display: flex; align-items: center; gap: 11px; margin-top: 17px; }
.va-caller-profile > span:first-child { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #9b80ef42; border-radius: 12px; color: #b193fc; background: #8d59dd1a; }
.va-caller-profile strong { display: block; font-size: 13px; color: #dce8f6; font-weight: 500; }
.va-caller-profile small { display: block; font-size: 10px; letter-spacing: .05em; color: #809bb5; margin-top: 4px; }
.va-connected-dot { display: block; width: 5px; height: 5px; background: #53d9be; box-shadow: 0 0 10px #53d9be4a; border-radius: 50%; margin-left: auto; }
.va-caller dl { display: grid; gap: 9px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #637b9c24; }
.va-caller dl > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 10px; line-height: 15px; }
.va-caller dt { color: #849db8; }
.va-caller dd { color: #b8cde4; text-align: right; }
.va-context-panel .va-panel-heading h2 { color: #acabe9; font-size: 11px; }
.va-understanding { margin-top: 16px; }
.va-understanding > p { font-size: 9px; color: #7f95b2; }
.va-understanding h3 { margin-top: 5px; font-size: 17px; line-height: 23px; letter-spacing: -.015em; font-weight: 450; color: #d2d7f4; }
.va-understanding > div { display: flex; align-items: center; gap: 6px; color: #ad98d4; font-size: 10px; margin-top: 12px; }
.va-context-status { display: flex; align-items: center; gap: 6px; padding-top: 11px; margin-top: 13px; border-top: 1px solid #637b9c24; color: #73bcae; font-size: 9px; }
.va-result { background: radial-gradient(ellipse at top right, #133e403d, transparent 75%), linear-gradient(135deg, #0d1c29, #080f1a); border-color: #426b705c; }
.va-result .va-panel-heading h2 { font-size: 11px; color: #9cbbce; }
.va-result-body { padding-top: 17px; min-height: 224px; }
.va-result-icon { display: grid; place-items: center; float: left; width: 31px; height: 32px; margin-right: 9px; border: 1px solid #49aa973b; background: #23644a21; color: #77d9bd; border-radius: 8px; }
.va-result-body h3 { display: flex; align-items: center; min-height: 32px; color: #98e5d1; font-size: 16px; line-height: 22px; font-weight: 450; margin-bottom: 16px; }
.va-result-body > p { color: #8da9bd; font-size: 10px; line-height: 17px; margin-top: 13px; clear: both; }
.va-slot-label { color: #7e9fb4; font-size: 9px; clear: both; }
.va-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 9px; }
.va-slots button { padding: 7px 5px; border-radius: 5px; border: 1px solid #58758b3d; background: #09121d; color: #9db4c9; font-size: 11px; }
.va-slots button[aria-pressed="true"] { color: #6ce5c5; border-color: #41b39780; background: #14524135; }
.va-booking-confirmed { display: flex; align-items: center; gap: 6px; margin-top: 12px; color: #7dbea9; font-size: 9px; }
.va-booking-confirmed > span { margin-left: auto; color: #9ce8cf; }
.va-demo-button { display: flex; width: 100%; min-height: 39px; margin-top: 10px; font-size: 11px; }
[data-voice-scenario="handoff"] .va-result { border-color: #97724166; }
[data-voice-scenario="handoff"] .va-result-icon { color: #dfb985; border-color: #ad875242; background: #774b191f; }
[data-voice-scenario="handoff"] .va-result-body h3 { color: #e1c69e; }
.va-workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #404e7466; border-radius: 12px; overflow: hidden; background: linear-gradient(130deg, #111b2c, #080f1c); }
.va-workflow li { display: flex; align-items: center; gap: 12px; padding: 20px 18px; position: relative; }
.va-workflow li + li { border-left: 1px solid #4351724d; }
.va-step-icon { display: grid; place-items: center; width: 38px; height: 40px; color: #b097f1; background: #8c5bc01a; border: 1px solid #9b75ce37; border-radius: 10px; flex-shrink: 0; }
.va-workflow small { font-size: 9px; letter-spacing: .1em; color: #7e7f9f; }
.va-workflow h2 { margin-top: 3px; color: #d4ddf1; font-size: 13px; line-height: 18px; font-weight: 400; }
.va-workflow p { font-size: 9px; line-height: 14px; color: #8296af; margin-top: 4px; }
.va-step-arrow { position: absolute; right: 7px; color: #546382; }
.va-human-note { display: flex; align-items: center; gap: 12px; padding-left: 7px; }
.va-human-note > span { display: grid; place-items: center; width: 44px; height: 46px; border: 1px solid #9165ca77; border-radius: 13px; color: #b298ec; flex-shrink: 0; }
.va-human-note strong { font-size: 11px; color: #b9a6e5; font-weight: 400; }
.va-human-note p { font-size: 9px; line-height: 15px; color: #8096b1; margin-top: 5px; }
.va-context { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-top: 57px; padding-bottom: 15px; }
.va-context h2 { font-size: 25px; line-height: 1.35; font-weight: 450; letter-spacing: -.025em; color: #e0e8f5; margin-top: 13px; }
.va-context > div > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; color: #9cabc1; }
.va-context ul { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 16px; }
.va-context li { display: flex; align-items: center; gap: 6px; color: #9cafcc; font-size: 10px; }
.va-context li svg { color: #a78dd5; }
:lang(ka) .va-heading h1 { font-size: clamp(32px, 3.15vw, 47px); line-height: 1.33; }
:lang(ka) .va-intro { font-size: 12px; line-height: 25.2px; }
:lang(ka) .va-scenario-tabs button { font-size: 8px; }
:lang(ka) .va-turn p { font-size: 10px; }
:lang(ka) .va-panel-heading h2 { font-size: 10px; }
:lang(ka) .va-example-badge { font-size: 7px; }
:lang(ka) .va-caller dl > div { font-size: 9px; }
:lang(ka) .va-understanding h3 { font-size: 15px; }
:lang(ka) .va-result-body h3 { font-size: 14px; }
:lang(ka) .va-result-body > p { font-size: 9px; }
:lang(ka) .va-workflow h2 { font-size: 11px; }
:lang(ka) .va-workflow p { font-size: 8px; }
:lang(ka) .va-context h2 { font-size: 22px; }
@media (min-width: 1024px) and (max-width: 1279px) {
  .va-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 17px; }
  .va-heading h1 { font-size: 43px; }
  :lang(ka) .va-heading h1 { font-size: 35px; }
  .va-voice-card { width: 220px; padding: 12px; }
  .va-voice-card-heading > span { font-size: 9px; }
  .va-voice-card-footer { font-size: 7px; }
  .va-conversation { width: 340px; }
  .va-stage { min-height: 763px; }
  .va-panel { padding: 16px; }
  .va-scenario-tabs button { font-size: 8px; }
  .va-turn p { font-size: 10px; }
  .va-workflow li { padding: 16px 12px; gap: 9px; }
}
@media (max-width: 1023px) {
  .va-layout { grid-template-columns: 1fr; gap: 20px; }
  .va-heading h1 { font-size: 49px; }
  :lang(ka) .va-heading h1 { font-size: 40px; }
  .va-conversation { width: 56%; }
  .va-voice-card { width: 38%; }
  .va-stage { min-height: 752px; }
  .va-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .va-result { grid-column: span 2; }
  .va-result-body { min-height: 0; }
  .va-result-body > p { max-width: 530px; }
  .va-result .va-slots { max-width: 300px; }
  .va-result .va-booking-confirmed { max-width: 300px; }
  .va-demo-button { max-width: 300px; margin-top: 20px; }
  .va-workflow { grid-row: 2; }
  .va-human-note { padding-top: 7px; }
  .va-context { gap: 30px; }
}
@media (max-width: 639px) {
  .va-experience { padding-top: 26px; padding-bottom: 28px; }
  .va-eyebrow { font-size: 9px; }
  .va-eyebrow > i { width: 45px; }
  .va-heading h1 { font-size: clamp(30px, 9.3vw, 48px); line-height: 1.14; margin-top: 15px; }
  :lang(ka) .va-heading h1 { font-size: clamp(26px, 7.5vw, 40px); line-height: 1.36; }
  .va-intro { font-size: 12px; line-height: 21px; margin-top: 17px; }
  :lang(ka) .va-intro { font-size: 11px; line-height: 21px; }
  .va-stage { min-height: 0; padding-bottom: 37px; }
  .va-scene { top: 165px; bottom: auto; left: -20px; width: calc(100% + 70px); mask-image: linear-gradient(180deg, transparent, #000 15%, #000 87%, transparent); }
  .va-voice-card { position: relative; top: auto; left: auto; width: 100%; margin-top: 215px; padding: 14px 17px; }
  .va-voice-card-heading button { width: 34px; height: 34px; }
  .va-conversation { position: relative; top: auto; right: auto; width: 100%; margin-top: 20px; }
  .va-scenario-tabs button { min-height: 42px; font-size: 9px; }
  :lang(ka) .va-scenario-tabs button { font-size: 8px; }
  .va-transcript-heading { padding: 14px; }
  .va-transcript-heading > span:first-child { font-size: 10px; }
  .va-dialogue { padding: 7px 14px 16px; gap: 14px; min-height: 0; }
  .va-turn p { font-size: 11px; }
  .va-turn strong { font-size: 10px; }
  .va-stage-caption { bottom: 0; left: 0; right: 0; justify-content: center; font-size: 9px; }
  .va-sidebar { grid-template-columns: 1fr; }
  .va-result { grid-column: auto; }
  .va-panel { padding: 21px; }
  .va-panel-heading h2 { font-size: 14px; }
  :lang(ka) .va-panel-heading h2 { font-size: 12px; }
  .va-caller dl > div { font-size: 12px; }
  :lang(ka) .va-caller dl > div { font-size: 11px; }
  .va-result-body h3 { font-size: 18px; }
  :lang(ka) .va-result-body h3 { font-size: 16px; }
  .va-result-body > p { font-size: 12px; line-height: 19px; }
  :lang(ka) .va-result-body > p { font-size: 11px; }
  .va-slots button { min-height: 42px; }
  .va-demo-button { max-width: none; min-height: 44px; font-size: 12px; }
  .va-workflow { grid-template-columns: 1fr; }
  .va-workflow li { padding: 18px 21px; }
  .va-workflow li + li { border-left: 0; border-top: 1px solid #4351724d; }
  .va-workflow p { font-size: 10px; }
  :lang(ka) .va-workflow h2 { font-size: 12px; }
  :lang(ka) .va-workflow p { font-size: 9px; }
  .va-step-arrow { display: none; }
  .va-context { grid-template-columns: 1fr; gap: 22px; padding-top: 34px; }
  .va-context h2 { font-size: 23px; }
  .va-context > div > p:not(.eyebrow) { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .va-waveform i { animation: none; } }
