:root {
  --bg-1: #020616;
  --bg-2: #0b2f67;
  --bg-3: #07162e;
  --gold: #f4bf4f;
  --gold-soft: #ffd983;
  --text: #f2f4f8;
  --muted: #d5d9e2;
  --panel: rgba(10, 24, 50, 0.56);
  --line: rgba(243, 190, 83, 0.7);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 18%, rgba(245, 187, 73, 0.26), transparent 22%),
    radial-gradient(circle at 20% 12%, rgba(117, 197, 255, 0.3), transparent 26%),
    radial-gradient(circle at 70% 84%, rgba(32, 115, 198, 0.35), transparent 40%),
    linear-gradient(160deg, var(--bg-1) 0%, var(--bg-2) 43%, var(--bg-3) 100%);
  display: grid;
  place-items: center;
  padding: 24px 14px;
}

.poster {
  position: relative;
  overflow: hidden;
  width: min(920px, 100%);
  padding: 30px 22px;
  border: 1px solid rgba(198, 224, 255, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(to bottom right, rgba(4, 12, 26, 0.74), rgba(8, 20, 43, 0.62)),
    radial-gradient(circle at 50% -20%, rgba(97, 175, 255, 0.35), transparent 65%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.poster > * {
  position: relative;
  z-index: 2;
}

.poster-ads::after {
  display: none;
}

.poster::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -30px;
  width: min(48vw, 430px);
  aspect-ratio: 3 / 4;
  background-image:
    linear-gradient(to left, rgba(2, 6, 22, 0.05), rgba(2, 6, 22, 0.8)),
    url("robot-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  opacity: 0.52;
  filter: saturate(1.12) contrast(1.08);
  pointer-events: none;
  z-index: 1;
}

h1, h2, h3, p {
  margin: 0;
}

.ad-showcase h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #fff4cc;
  margin-bottom: 14px;
}

.page-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(146, 214, 255, 0.35);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 10%, rgba(49, 130, 214, 0.32), transparent 44%),
    radial-gradient(circle at 80% 85%, rgba(245, 190, 84, 0.24), transparent 45%),
    linear-gradient(180deg, rgba(3, 13, 30, 0.72), rgba(4, 10, 24, 0.84));
}

.head-fireworks {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}

.rotating-headline {
  position: relative;
  z-index: 3;
  min-height: 2.5em;
  text-align: center;
  font-size: clamp(1.35rem, 2.9vw, 2.05rem);
  line-height: 1.25;
  font-weight: 800;
  color: #ffe3a0;
  letter-spacing: 0.2px;
  text-shadow: 0 0 8px rgba(255, 215, 130, 0.3), 0 0 18px rgba(24, 44, 84, 0.85);
  opacity: 1;
  filter: blur(0) brightness(1);
  transition: opacity 800ms ease, filter 800ms ease;
}

.rotating-headline.is-fading {
  opacity: 0.18;
  filter: blur(3px) brightness(0.45);
}

.header-walker-track {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 2px;
  height: 124px;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.header-walker {
  position: absolute;
  bottom: 0;
  left: -120px;
  width: 64px;
  height: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.walker-right {
  animation: walkerGoRight 28s linear infinite;
}

.walker-left {
  animation: walkerGoLeft 28s linear infinite;
}

@keyframes walkerGoRight {
  0% { left: -120px; opacity: 1; }
  28.57% { left: calc(100% + 10px); opacity: 1; }
  28.58% { left: calc(100% + 10px); opacity: 0; }
  100% { left: calc(100% + 10px); opacity: 0; }
}

@keyframes walkerGoLeft {
  0% { left: calc(100% + 10px); opacity: 0; }
  49.99% { left: calc(100% + 10px); opacity: 0; }
  50% { left: calc(100% + 10px); opacity: 1; }
  78.57% { left: -120px; opacity: 1; }
  78.58% { left: -120px; opacity: 0; }
  100% { left: -120px; opacity: 0; }
}

.ad-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
}

.seo-intro,
.services-box,
.faq-box {
  margin-top: 20px;
  border: 1px solid rgba(167, 215, 255, 0.34);
  border-radius: 14px;
  background: rgba(4, 15, 33, 0.62);
  padding: 14px 14px 12px;
}

.seo-intro h2,
.services-box h2,
.faq-box h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.62rem);
  color: #ffe3a0;
  margin-bottom: 8px;
}

.seo-intro p {
  color: #dce6f8;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.5;
}

.services-list li {
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  color: #dce6f8;
  margin: 7px 0;
}

.site-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-links a {
  text-decoration: none;
  color: #0c1f3f;
  background: linear-gradient(90deg, #f2c25c, #ffe7ac);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 0.98rem;
}

.site-links a:hover {
  filter: brightness(1.06);
}

.faq-box details {
  margin-top: 8px;
  border: 1px solid rgba(255, 218, 140, 0.32);
  border-radius: 10px;
  background: rgba(6, 19, 41, 0.72);
  padding: 8px 10px;
}

.faq-box summary {
  cursor: pointer;
  color: #fff0bc;
  font-weight: 700;
}

.faq-box details p {
  margin-top: 8px;
  color: #dce6f8;
  font-size: 0.98rem;
  line-height: 1.45;
}

.ad-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 217, 131, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
}

.ad-right-wrap {
  position: relative;
}

.center-anims {
  display: grid;
  gap: 10px;
  pointer-events: auto;
  width: 78px;
  justify-items: center;
}

.center-anim {
  position: relative;
  width: 62px;
  height: 88px;
  border: 1px solid rgba(230, 240, 255, 0.58);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8, 22, 50, 0.75), rgba(4, 12, 28, 0.88));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 0 10px rgba(113, 208, 255, 0.22);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.center-anim video {
  width: 54px;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  cursor: pointer;
}

.center-anims .center-anim:first-child,
.center-anims .center-anim:last-child {
  width: 80px;
  height: 114px;
}

.center-anims .center-anim:first-child video,
.center-anims .center-anim:last-child video {
  width: 70px;
}

.pamphlet-cta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 176px;
  height: 246px;
  border-radius: 14px;
  border: 1px solid rgba(164, 225, 255, 0.75);
  background: linear-gradient(180deg, rgba(9, 32, 68, 0.72), rgba(5, 16, 35, 0.82));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4), inset 0 0 14px rgba(84, 201, 255, 0.28);
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: auto;
  z-index: 4;
}

.pamphlet-cta video {
  width: 156px;
  height: auto;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.42));
  cursor: pointer;
}

.anim-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 7, 18, 0.74);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 14px;
}

.anim-modal.open {
  display: flex;
}

.anim-modal-card {
  position: relative;
  width: min(560px, 92vw);
  border-radius: 14px;
  border: 1px solid rgba(178, 225, 255, 0.55);
  background: rgba(8, 20, 45, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
  padding: 46px 14px 14px;
}

.anim-modal-card video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: rgba(5, 14, 32, 0.9);
}

.anim-modal-pitch {
  margin: 12px 4px 2px;
  min-height: 2.8em;
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #f6d486;
  text-shadow: 0 0 8px rgba(246, 212, 134, 0.25), 0 0 16px rgba(19, 30, 58, 0.9);
  opacity: 1;
  filter: blur(0) brightness(1);
  transition: opacity 800ms ease, filter 800ms ease;
}

.anim-modal-pitch.is-fading {
  opacity: 0.16;
  filter: blur(3px) brightness(0.45);
}

.anim-modal-close {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 1002;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0b1d3c;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.hero h1 {
  font-size: clamp(2rem, 4.8vw, 3.3rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero em {
  font-style: italic;
  color: var(--gold-soft);
}

.accent {
  color: var(--gold);
}

.subtitle {
  margin-top: 18px;
  font-size: clamp(1.18rem, 2.2vw, 1.65rem);
  line-height: 1.22;
  color: #111;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(to right, rgba(213, 232, 250, 0.85), rgba(246, 205, 157, 0.82));
}

.subtitle strong {
  font-weight: 800;
}

.panel {
  margin-top: 22px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  padding: 18px 18px 14px;
}

.panel h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  color: var(--muted);
}

li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--gold);
  font-weight: 800;
}

.closing {
  margin-top: 24px;
}

.closing h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 8px;
  color: #f8f2e1;
}

.closing li {
  font-weight: 600;
}

.tagline {
  margin-top: 18px;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.voice-box {
  margin-top: 24px;
  border: 2px solid rgba(245, 191, 79, 0.62);
  border-radius: 14px;
  padding: 16px;
  background: rgba(4, 14, 30, 0.65);
}

.voice-box h2,
.voice-box h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  color: var(--gold);
}

.voice-box p {
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.voice-actions,
.share-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voice-actions button,
.share-actions a,
.share-actions button {
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.08rem;
  text-decoration: none;
}

.voice-actions button {
  color: #031325;
  background: linear-gradient(90deg, #f5bc4a, #ffd985);
  min-width: 170px;
  min-height: 47px;
}

.voice-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.share-actions a,
.share-actions button {
  color: #031325;
  background: linear-gradient(90deg, #8ec8ff, #d9ecff);
}

.share-actions button {
  width: 100%;
  min-height: 48px;
  font-size: 1.12rem;
}

.share-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.recording-status {
  margin-top: 10px;
  color: #e8edf6;
}

.voice-label {
  display: block;
  margin-top: 12px;
  color: var(--gold-soft);
  font-weight: 700;
}

.contact-fields input {
  margin-top: 8px;
  width: 100%;
  border: 1px solid rgba(255, 217, 131, 0.5);
  border-radius: 10px;
  background: rgba(2, 9, 21, 0.82);
  color: #edf3ff;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 12px 14px;
}

.contact-fields input:focus {
  outline: 2px solid rgba(142, 200, 255, 0.7);
  outline-offset: 1px;
}

.contact-note {
  margin-top: 10px;
  color: #fff0b8;
  font-size: 1rem;
  font-weight: 700;
}

.contact-fields.needs-attention {
  animation: attentionPulse 1.1s ease 2;
}

@keyframes attentionPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 214, 122, 0);
  }
  40% {
    box-shadow: 0 0 0 8px rgba(255, 214, 122, 0.25);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 214, 122, 0);
  }
}

.voice-text-wrap {
  position: relative;
}

#voiceText {
  margin-top: 8px;
  width: 100%;
  border: 1px solid rgba(255, 217, 131, 0.5);
  border-radius: 10px;
  background: rgba(2, 9, 21, 0.82);
  color: #edf3ff;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.45;
  padding: 14px 16px;
  min-height: 260px;
  resize: vertical;
}

#voiceText:focus {
  outline: 2px solid rgba(142, 200, 255, 0.7);
  outline-offset: 1px;
}

.contact-popup {
  position: absolute;
  inset: 8px 0 0;
  border-radius: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(2, 9, 21, 0.64);
  z-index: 8;
}

.contact-popup.open {
  display: flex;
}

.contact-popup-card {
  position: relative;
  width: min(460px, 92%);
  border-radius: 12px;
  border: 1px solid rgba(255, 217, 131, 0.58);
  background: linear-gradient(180deg, rgba(13, 34, 70, 0.95), rgba(7, 18, 40, 0.95));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  padding: 24px 16px 14px;
}

.contact-popup-card p {
  margin-top: 0;
  color: #ffe2a1;
  font-size: 1.02rem;
  line-height: 1.38;
  text-align: center;
}

.contact-popup-close {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0c2248;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.contact {
  margin-top: 24px;
  display: grid;
  gap: 6px;
}

.contact h2 {
  color: #ffe3a0;
  font-size: 0.95rem;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}

.legal-links {
  margin-top: 8px;
  color: #d8e6ff;
  font-size: 0.88rem;
  line-height: 1.6;
}

.legal-links a {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #cde3ff;
  font-size: 0.88rem;
  text-decoration: underline;
}

.legal-links a + a::before {
  content: " - ";
  color: rgba(214, 231, 255, 0.78);
}

.cities-links {
  margin-top: 6px;
  color: #d8e6ff;
  font-size: 0.84rem;
  line-height: 1.6;
}

.cities-links span {
  color: #ffe3a0;
  font-weight: 700;
  margin-right: 6px;
}

.cities-links a {
  color: #cde3ff;
  text-decoration: none;
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 0.84rem;
}

.cities-links a + a::before {
  content: " - ";
  color: rgba(214, 231, 255, 0.78);
}

.contact a {
  width: auto;
  display: inline;
  text-decoration: none;
  color: #d8e6ff;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact a:hover {
  color: #fff4cc;
  text-decoration: underline;
  filter: none;
}

.contact .whatsapp-link {
  display: inline;
  margin-top: 0;
  padding: 0;
  width: auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #9ff0c2;
  font-size: 0.84rem;
}

.contact .whatsapp-link:hover {
  color: #c8ffe0;
  filter: none;
}

.contact .telegram-link {
  display: inline;
  padding: 0;
  width: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #9cd8ff;
  font-size: 0.84rem;
}

.contact .telegram-link:hover {
  color: #d6ecff;
  filter: none;
}

.wa-icon {
  display: none;
}

.wa-icon svg {
  width: 26px;
  height: 26px;
}

.tg-icon {
  display: none;
}

.tg-icon svg {
  width: 26px;
  height: 26px;
}

.assistant-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 950;
  width: min(340px, calc(100vw - 24px));
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.assistant-dock > * {
  pointer-events: auto;
}

.assistant-toggle,
.assistant-panel {
  border: 1px solid rgba(148, 214, 255, 0.34);
  background:
    radial-gradient(circle at 15% 20%, rgba(58, 130, 214, 0.28), transparent 32%),
    radial-gradient(circle at 85% 82%, rgba(244, 191, 79, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(4, 15, 33, 0.92), rgba(3, 10, 24, 0.94));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

.assistant-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
}

.assistant-toggle-copy {
  display: grid;
  gap: 4px;
}

.assistant-toggle-copy strong {
  color: #fff1bf;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

.assistant-toggle-copy span {
  color: #d8e6ff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.assistant-avatar-shell {
  position: relative;
  width: 64px;
  min-width: 64px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.assistant-avatar-ring {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(122, 211, 255, 0.34);
  box-shadow: 0 0 18px rgba(77, 185, 255, 0.18), inset 0 0 16px rgba(77, 185, 255, 0.12);
  animation: assistantRingPulse 3.6s ease-in-out infinite;
}

.assistant-avatar-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.assistant-mouth {
  position: absolute;
  left: 50%;
  top: 35%;
  z-index: 2;
  width: 20px;
  height: 6px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(113, 209, 255, 0.15), rgba(96, 234, 255, 0.95), rgba(113, 209, 255, 0.12));
  box-shadow: 0 0 10px rgba(80, 214, 255, 0.5);
  opacity: 0.78;
}

.assistant-dock.is-speaking .assistant-mouth,
.assistant-dock.is-listening .assistant-mouth {
  animation: assistantMouthTalk 170ms ease-in-out infinite alternate;
}

.assistant-dock.is-listening .assistant-mouth {
  background: linear-gradient(90deg, rgba(244, 191, 79, 0.15), rgba(255, 220, 126, 0.96), rgba(244, 191, 79, 0.12));
  box-shadow: 0 0 10px rgba(255, 204, 92, 0.5);
}

.assistant-dock.is-thinking .assistant-avatar-ring {
  animation-duration: 1.1s;
}

.assistant-panel {
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 12px;
  transform-origin: bottom right;
  transition: opacity 220ms ease, transform 220ms ease, max-height 220ms ease, padding 220ms ease;
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 520px;
  overflow: hidden;
}

.assistant-dock:not(.is-open) .assistant-panel {
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

.assistant-panel-head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

.assistant-kicker {
  color: #9edcff;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 4px;
}

.assistant-panel-head h2 {
  color: #fff1bf;
  font-size: 1.15rem;
}

.assistant-minimize {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(152, 216, 255, 0.34);
  background: rgba(8, 20, 44, 0.86);
  color: #e8f4ff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.assistant-messages {
  display: grid;
  gap: 8px;
  max-height: 210px;
  overflow: auto;
  padding-right: 4px;
}

.assistant-message {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.assistant-message-agent {
  color: #dce9ff;
  background: rgba(14, 34, 71, 0.92);
  border: 1px solid rgba(116, 190, 255, 0.2);
}

.assistant-message-user {
  margin-left: 34px;
  color: #0c1f3f;
  background: linear-gradient(135deg, #f2c25c, #ffe7ac);
}

.assistant-label {
  color: #fff0bc;
  font-size: 0.84rem;
  font-weight: 700;
}

#assistantInput {
  width: 100%;
  min-height: 84px;
  resize: vertical;
  border-radius: 14px;
  border: 1px solid rgba(144, 205, 255, 0.34);
  background: rgba(5, 16, 36, 0.9);
  color: #eaf2ff;
  padding: 12px 13px;
  font: inherit;
  line-height: 1.45;
}

#assistantInput:focus {
  outline: 0;
  border-color: rgba(255, 221, 130, 0.72);
  box-shadow: 0 0 0 2px rgba(255, 215, 120, 0.16);
}

.assistant-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.assistant-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0 10px;
}

#assistantMic,
#assistantSend,
#assistantTestVoice,
#assistantVoiceDiag {
  color: #0c1f3f;
  background: linear-gradient(90deg, #f2c25c, #ffe7ac);
}

#assistantMute {
  color: #dce9ff;
  background: rgba(9, 24, 54, 0.92);
  border: 1px solid rgba(148, 214, 255, 0.26);
}

#assistantMute[aria-pressed="true"] {
  color: #ffd8d8;
  background: rgba(82, 17, 17, 0.78);
  border-color: rgba(255, 170, 170, 0.24);
}

.assistant-status {
  color: #cde3ff;
  font-size: 0.88rem;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.assistant-status-text {
  min-width: 0;
}

.assistant-quota {
  flex: 0 0 auto;
  color: #ffd77c;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@keyframes assistantRingPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes assistantMouthTalk {
  0% {
    width: 18px;
    height: 6px;
    transform: translateX(-50%) scaleX(0.84);
  }
  100% {
    width: 28px;
    height: 12px;
    transform: translateX(-50%) scaleX(1.06);
  }
}

@media (max-width: 640px) {
  .poster {
    padding: 22px 14px;
    border-radius: 14px;
  }

  .poster::after {
    right: -62px;
    bottom: -70px;
    width: 65vw;
    opacity: 0.36;
  }

  .subtitle {
    text-align: left;
    padding: 13px;
  }

  .panel {
    padding: 14px 12px 10px;
  }

  .ad-layout {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .seo-intro,
  .services-box,
  .faq-box {
    padding: 12px 10px;
  }

  .page-head {
    margin-bottom: 10px;
  }

  .header-walker-track {
    left: 6px;
    right: 6px;
    bottom: 2px;
    height: 96px;
  }

  .header-walker {
    width: 52px;
  }

  .center-anims {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    justify-items: center;
    margin: 2px 0 6px;
  }

  .center-anim {
    width: 50px;
    height: 72px;
  }

  .center-anim video {
    width: 44px;
  }

  .center-anims .center-anim:first-child,
  .center-anims .center-anim:last-child {
    width: 60px;
    height: 84px;
  }

  .center-anims .center-anim:first-child video,
  .center-anims .center-anim:last-child video {
    width: 54px;
  }

  .pamphlet-cta {
    right: 10px;
    bottom: 12px;
    width: 120px;
    height: 168px;
    border-radius: 10px;
  }

  .pamphlet-cta video {
    width: 106px;
  }
}

@media (max-width: 640px) {
  .assistant-dock {
    right: 10px;
    bottom: 10px;
    width: min(320px, calc(100vw - 20px));
  }

  .assistant-toggle {
    padding: 10px 12px;
  }

  .assistant-avatar-shell {
    width: 56px;
    min-width: 56px;
  }

  .assistant-toggle-copy strong {
    font-size: 0.94rem;
  }

  .assistant-toggle-copy span {
    font-size: 0.84rem;
  }

  .assistant-panel {
    padding: 12px;
    max-height: 62vh;
  }

  .assistant-messages {
    max-height: 140px;
  }

  .assistant-actions {
    grid-template-columns: 1fr;
  }

  #assistantInput {
    min-height: 72px;
  }
}
