:root {
  --bg: #05060d;
  --bg-soft: #0c1330;
  --card: #0d1635;
  --card-alt: #151024;
  --text: #f2f4ff;
  --muted: #a9afc8;
  --line: rgba(152, 164, 223, 0.25);
  --blue: #2f6dff;
  --purple: #8a49ff;
  --cyan: #21d2ff;
  --black: #020307;
  --shadow: 0 24px 50px rgba(5, 8, 24, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Space Grotesk', sans-serif;
  color: var(--text);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 12%, rgba(47, 109, 255, 0.4), transparent 30%),
    radial-gradient(circle at 88% 11%, rgba(138, 73, 255, 0.34), transparent 34%),
    radial-gradient(circle at 44% 100%, rgba(33, 210, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #020307 0%, #060a1a 44%, #100822 100%);
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: -28% -15%;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    conic-gradient(from 25deg, transparent 0deg, rgba(47, 109, 255, 0.15) 120deg, transparent 210deg, rgba(138, 73, 255, 0.13) 340deg, transparent 360deg),
    radial-gradient(circle, rgba(138, 73, 255, 0.19), transparent 48%);
  filter: blur(30px);
  animation: ambientSpin 22s linear infinite;
}

body::after {
  background-image:
    linear-gradient(rgba(130, 146, 220, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 146, 220, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.22;
  animation: ambientDrift 30s linear infinite;
}

main,
.topbar,
.footer {
  width: min(1160px, 92%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1rem;
  position: static;
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(188, 197, 255, 0.45);
  box-shadow: 0 8px 18px rgba(47, 109, 255, 0.25);
}

.topbar-cta {
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  transition: 180ms ease;
  background: rgba(6, 10, 24, 0.72);
}

.topbar-cta:hover {
  border-color: rgba(138, 73, 255, 0.8);
  background: rgba(138, 73, 255, 0.18);
}

.hero {
  padding: 1.8rem 0 1rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2.6rem;
  align-items: center;
}

.eyebrow {
  margin: 0;
  color: #9eb0ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero-copy h1 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.hero-copy h1 span {
  background: linear-gradient(130deg, #8ddaff 0%, #9f80ff 70%, #d2b8ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 60ch;
}

.subtitle strong {
  color: #d6ddff;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(130deg, var(--blue), var(--purple));
  color: #fff;
  box-shadow: 0 10px 25px rgba(88, 89, 255, 0.35);
}

.btn-outline {
  color: var(--text);
  background: rgba(9, 14, 36, 0.75);
  border: 1px solid var(--line);
}

.metrics {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0.9rem;
}

.metrics article {
  background: linear-gradient(145deg, rgba(13, 22, 53, 0.88), rgba(21, 16, 36, 0.88));
  border: 1px solid rgba(165, 176, 239, 0.22);
  border-radius: 12px;
  padding: 0.8rem 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metrics strong {
  display: block;
  font-size: 1rem;
}

.metrics span {
  color: var(--muted);
  font-size: 0.85rem;
}

.phone-scene {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.phone-glow {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 109, 255, 0.5), rgba(138, 73, 255, 0.1) 62%, transparent 78%);
  filter: blur(12px);
  animation: pulse 4s ease-in-out infinite;
}

.phone {
  width: min(320px, 92%);
  aspect-ratio: 9 / 18;
  border-radius: 32px;
  padding: 13px;
  background: linear-gradient(180deg, #14192d, #07090f);
  border: 1px solid rgba(230, 235, 255, 0.16);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(9deg);
  animation: float 5.2s ease-in-out infinite;
  position: relative;
}

.phone::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 36px;
  border: 1px solid rgba(138, 73, 255, 0.22);
  transform: translateZ(-8px);
}

.phone-notch {
  width: 34%;
  height: 14px;
  border-radius: 0 0 12px 12px;
  background: #06080f;
  margin: 0 auto;
}

.phone-screen {
  margin-top: 10px;
  border-radius: 24px;
  height: calc(100% - 24px);
  background: linear-gradient(180deg, #0b122d 0%, #050810 100%);
  border: 1px solid rgba(182, 194, 255, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem;
  border-bottom: 1px solid rgba(174, 184, 230, 0.18);
  background: rgba(7, 11, 25, 0.88);
}

.chat-brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.chat-brand-mini img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(185, 195, 255, 0.45);
}

.chat-header strong {
  font-size: 0.86rem;
}

.chat-header small {
  color: #8fd3ff;
  font-weight: 600;
  font-size: 0.72rem;
}

.chat-feed {
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: linear-gradient(180deg, rgba(7, 13, 27, 0.35), rgba(6, 12, 23, 0.45));
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(122, 138, 214, 0.65) transparent;
}

.chat-feed::-webkit-scrollbar {
  width: 5px;
}

.chat-feed::-webkit-scrollbar-thumb {
  background: rgba(122, 138, 214, 0.65);
  border-radius: 999px;
}

.msg {
  max-width: 90%;
  font-size: 0.78rem;
  line-height: 1.35;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  word-break: break-word;
}

.msg.animated {
  opacity: 0;
  transform: translateY(12px);
  animation: message 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.inbound {
  background: rgba(53, 79, 173, 0.35);
  border: 1px solid rgba(91, 123, 255, 0.52);
  align-self: flex-start;
}

.outbound {
  background: rgba(138, 73, 255, 0.28);
  border: 1px solid rgba(164, 110, 255, 0.55);
  align-self: flex-end;
}

.msg.thinking {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-width: 50px;
  padding: 0.58rem 0.62rem;
}

.msg.thinking .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b8c4ff;
  opacity: 0.55;
  animation: thinkingDot 1.25s infinite ease-in-out;
}

.msg.thinking .dot.d2 {
  animation-delay: 0.14s;
}

.msg.thinking .dot.d3 {
  animation-delay: 0.28s;
}

.delay-1 { animation-delay: 0.18s; }
.delay-2 { animation-delay: 1.15s; }
.delay-3 { animation-delay: 2.1s; }
.delay-4 { animation-delay: 3.05s; }
.delay-5 { animation-delay: 4s; }

.phone-input-wrap {
  margin-top: auto;
  border-top: 1px solid rgba(173, 184, 235, 0.12);
  background: linear-gradient(180deg, rgba(5, 10, 26, 0.85), rgba(5, 10, 26, 0.96));
}

.typing {
  padding: 0.55rem 0.85rem 0.2rem;
  color: #96a8f4;
  font-size: 0.74rem;
}

.phone-input {
  padding: 0.45rem 0.7rem 0.78rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.phone-input input {
  width: 100%;
  border: 1px solid rgba(157, 170, 233, 0.25);
  background: rgba(12, 18, 42, 0.95);
  color: var(--text);
  border-radius: 8px;
  font: inherit;
  font-size: 0.74rem;
  padding: 0.48rem 0.58rem;
}

.phone-input input:focus {
  outline: 2px solid rgba(138, 73, 255, 0.52);
  outline-offset: 1px;
}

.phone-input button {
  border: 1px solid rgba(164, 180, 255, 0.2);
  border-radius: 8px;
  padding: 0.46rem 0.65rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(140deg, rgba(47, 109, 255, 0.95), rgba(138, 73, 255, 0.95));
  cursor: pointer;
}

.phone-input button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.products,
.contact {
  margin-top: 2.4rem;
  background: linear-gradient(145deg, rgba(12, 19, 48, 0.73), rgba(21, 16, 36, 0.8));
  border: 1px solid rgba(170, 182, 243, 0.18);
  border-radius: 20px;
  padding: 1.5rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 36px rgba(6, 10, 25, 0.36);
}

.section-head h2 {
  margin: 0.6rem 0 0;
}

.product-switch {
  margin-top: 1.2rem;
}

.product-switch-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.product-tab {
  font: inherit;
  font-weight: 800;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  letter-spacing: 0.01em;
  min-height: 76px;
  background:
    linear-gradient(130deg, rgba(26, 44, 102, 0.9), rgba(41, 17, 79, 0.86));
  border: 1px solid rgba(147, 165, 250, 0.38);
  color: var(--text);
  padding: 0.85rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 8px 20px rgba(9, 14, 38, 0.35);
  position: relative;
  overflow: hidden;
}

.product-tab::before {
  content: '';
  position: absolute;
  inset: -160% auto auto -30%;
  width: 45%;
  height: 300%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(18deg);
  opacity: 0.55;
  animation: tabShine 4.5s linear infinite;
  pointer-events: none;
}

.product-tab.active {
  background: linear-gradient(130deg, rgba(47, 109, 255, 0.4), rgba(138, 73, 255, 0.36));
  border-color: rgba(160, 177, 255, 0.92);
  box-shadow: 0 12px 28px rgba(76, 91, 230, 0.42);
  transform: translateY(-2px);
}

.product-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(160, 177, 255, 0.78);
}

.product-tab:nth-child(2)::before {
  animation-delay: 1.1s;
}

.product-panel {
  margin-top: 1.1rem;
  padding: 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(170, 182, 243, 0.16);
  background: rgba(5, 8, 19, 0.62);
  transition: transform 180ms ease, border-color 180ms ease;
}

.product-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(170, 182, 243, 0.32);
}

.product-panel h3 {
  margin-top: 0;
}

.product-panel p,
.product-panel li {
  color: var(--muted);
}

.product-panel ul {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.5rem;
}

.botia-showcase {
  margin: 0 0 1.15rem;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 0.35rem;
  align-items: start;
}

.botia-chatboard {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(137, 156, 249, 0.35);
  padding: 2.25rem 0.82rem 0.82rem;
  background: rgba(6, 11, 24, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  min-height: 320px;
  align-content: start;
  gap: 0.5rem;
  overflow: hidden;
}

.botia-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
  opacity: 0.88;
}

.botia-chatboard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 24, 0.24), rgba(7, 10, 24, 0.48));
  pointer-events: none;
}

.botia-badge {
  position: absolute;
  top: 0.62rem;
  right: 0.58rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(199, 209, 255, 0.5);
  z-index: 2;
}

.botia-wa-logo {
  position: absolute;
  top: 0.58rem;
  left: 0.58rem;
  width: 28px;
  height: 28px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(46, 194, 94, 0.6);
  box-shadow:
    0 0 0 2px rgba(35, 178, 88, 0.2),
    0 8px 18px rgba(0, 0, 0, 0.34);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  animation: waBadgePulse 2.1s ease-in-out infinite;
  z-index: 2;
}

.botia-bubble {
  max-width: 90%;
  font-size: 0.78rem;
  line-height: 1.3;
  padding: 0.5rem 0.58rem;
  border-radius: 9px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(2, 8, 20, 0.22);
}

.botia-bubble.inbound {
  justify-self: start;
  background: rgba(255, 255, 255, 0.91);
  color: #0f1a35;
}

.botia-bubble.outbound {
  justify-self: end;
  background: rgba(204, 255, 233, 0.9);
  color: #123025;
}

.botia-metrics {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-content: start;
}

.botia-metrics article {
  --mx: 50%;
  --my: 50%;
  border-radius: 10px;
  border: 1px solid rgba(170, 182, 243, 0.24);
  background: linear-gradient(145deg, rgba(10, 14, 36, 0.92), rgba(15, 16, 36, 0.88));
  width: 100%;
  min-height: 98px;
  padding: 0.68rem 0.72rem;
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 220ms ease;
  transform-style: preserve-3d;
  text-align: left;
  display: block;
}

.botia-metrics article::before {
  content: '';
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(86, 133, 255, 0.3), transparent 45%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.botia-metrics article::after {
  content: '';
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 145, 255, 0.92), rgba(145, 100, 255, 0.92));
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.botia-metrics article:hover,
.botia-metrics article.active {
  transform: translateY(-3px);
  border-color: rgba(173, 194, 255, 0.6);
  box-shadow: 0 12px 26px rgba(5, 9, 25, 0.42);
}

.botia-metrics article:hover::before,
.botia-metrics article.active::before {
  opacity: 1;
}

.botia-metrics article:hover::after,
.botia-metrics article.active::after {
  transform: scaleX(1);
}

.botia-metrics strong {
  display: block;
  font-size: 0.86rem;
}

.botia-metrics span {
  color: #aeb8e8;
  font-size: 0.77rem;
  line-height: 1.35;
}

.scheduler-box {
  margin: 0 0 1.2rem;
  border: 1px solid rgba(130, 149, 239, 0.28);
  border-radius: 12px;
  padding: 0.85rem;
  background: linear-gradient(145deg, rgba(22, 34, 82, 0.42), rgba(17, 10, 35, 0.48));
}

.disparo-preview {
  margin: 0 0 1.1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(142, 160, 247, 0.3);
  background: rgba(3, 6, 18, 0.7);
}

.disparo-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.disparo-preview figcaption {
  margin: 0;
  padding: 0.55rem 0.7rem 0.7rem;
  color: #9fb0ed;
  font-size: 0.76rem;
}

.scheduler-box h4 {
  margin: 0 0 0.72rem;
  font-size: 0.95rem;
}

.scheduler-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 0.65rem;
}

.scheduler-grid article {
  border-radius: 10px;
  border: 1px solid rgba(165, 177, 241, 0.22);
  background: rgba(6, 10, 25, 0.72);
  padding: 0.6rem;
}

.scheduler-grid strong {
  font-size: 0.84rem;
}

.scheduler-grid p {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.contact-copy h2 {
  margin-top: 0.6rem;
}

.contact-copy p {
  color: var(--muted);
}

.selected-product {
  margin-top: 0.4rem;
  font-size: 1.05rem;
  color: #cfc8ff;
  font-weight: 700;
}

.contact-note {
  max-width: 50ch;
}

.contact-form {
  display: grid;
  gap: 0.4rem;
  background: rgba(4, 6, 14, 0.72);
  border: 1px solid rgba(167, 179, 239, 0.18);
  border-radius: 12px;
  padding: 1rem;
}

.contact-form label {
  font-size: 0.86rem;
  color: #bec7ef;
  margin-top: 0.3rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(166, 177, 235, 0.22);
  background: rgba(6, 11, 29, 0.85);
  color: var(--text);
  border-radius: 10px;
  font: inherit;
  padding: 0.67rem 0.72rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(138, 73, 255, 0.55);
  outline-offset: 1px;
}

.contact-form .btn {
  margin-top: 0.75rem;
}

.footer {
  padding: 1.5rem 0 2.2rem;
  color: #93a0ce;
  text-align: center;
  font-size: 0.9rem;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.thanks-card {
  width: min(700px, 92%);
  background: linear-gradient(145deg, rgba(12, 19, 48, 0.8), rgba(21, 16, 36, 0.85));
  border: 1px solid rgba(170, 182, 243, 0.2);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.thanks-card .btn {
  margin-right: 0.55rem;
  margin-top: 0.7rem;
  display: inline-block;
}

.thanks-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(176, 187, 246, 0.45);
  margin-bottom: 0.65rem;
}

.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 16, 0.7);
  backdrop-filter: blur(4px);
  display: none;
  place-items: center;
  padding: 1rem;
  z-index: 999;
}

.contact-modal.is-open {
  display: grid;
}

.contact-modal-card {
  width: min(460px, 95%);
  border-radius: 14px;
  border: 1px solid rgba(170, 182, 243, 0.28);
  background: linear-gradient(150deg, rgba(10, 18, 44, 0.95), rgba(22, 15, 40, 0.94));
  box-shadow: 0 18px 34px rgba(5, 9, 24, 0.48);
  padding: 1rem;
}

.contact-modal-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.contact-modal-card p {
  margin: 0;
  color: var(--muted);
}

.contact-modal-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 550ms ease, transform 550ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ambientSpin {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.03); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes ambientDrift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(30px, 12px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes pulse {
  0%,
  100% { transform: scale(0.95); opacity: 0.72; }
  50% { transform: scale(1.07); opacity: 0.98; }
}

@keyframes float {
  0%,
  100% { transform: rotateY(-18deg) rotateX(9deg) translateY(0); }
  50% { transform: rotateY(-16deg) rotateX(8deg) translateY(-8px); }
}

@keyframes message {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes thinkingDot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.38; }
  40% { transform: translateY(-3px); opacity: 1; }
}

@keyframes tabShine {
  0% { transform: translateX(0) rotate(18deg); opacity: 0; }
  8% { opacity: 0.45; }
  30% { transform: translateX(460%) rotate(18deg); opacity: 0; }
  100% { transform: translateX(460%) rotate(18deg); opacity: 0; }
}

@keyframes waBadgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 2px rgba(35, 178, 88, 0.2), 0 8px 18px rgba(0, 0, 0, 0.34); }
  50% { transform: scale(1.06); box-shadow: 0 0 0 4px rgba(35, 178, 88, 0.18), 0 10px 22px rgba(0, 0, 0, 0.36); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .phone {
    transform: rotateY(-12deg) rotateX(7deg);
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .scheduler-grid {
    grid-template-columns: 1fr;
  }

  .product-switch-featured {
    grid-template-columns: 1fr;
  }

  .botia-showcase {
    grid-template-columns: 1fr;
  }

  .botia-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .topbar {
    position: static;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .phone-scene {
    min-height: 430px;
  }

  .products,
  .contact {
    padding: 1.1rem;
  }

  .phone-input {
    grid-template-columns: 1fr;
  }

  .phone-input button {
    width: 100%;
  }

  .phone-scene {
    overflow: hidden;
  }

  .chat-gpt-indicator {
    left: 47%;
    width: min(86%, 250px);
  }

  .chat-gpt-indicator.indicator-muted {
    transform: translateX(-50%);
  }
}


.chat-gpt-indicator {
  position: absolute;
  left: calc(50% + 176px);
  top: 93%;
  transform: translateY(-50%);
  width: 176px;
  border-radius: 12px;
  border: 1px solid rgba(160, 191, 255, 0.55);
  background: linear-gradient(135deg, rgba(9, 20, 50, 0.92), rgba(24, 15, 48, 0.9));
  padding: 0.44rem 0.56rem;
  box-shadow: 0 16px 28px rgba(5, 9, 25, 0.42);
  animation: chatIndicatorPulse 1.8s ease-in-out infinite;
  z-index: 5;
}

.chat-gpt-indicator strong {
  display: block;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #e9efff;
}

.chat-gpt-indicator span {
  display: block;
  margin-top: 0.2rem;
  color: #b7c4f7;
  font-size: 0.72rem;
  line-height: 1.25;
}

.chat-gpt-indicator::after {
  content: '';
  position: absolute;
  left: -11px;
  top: 56%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 11px 8px 0;
  border-color: transparent rgba(119, 146, 240, 0.86) transparent transparent;
  filter: drop-shadow(-2px 0 2px rgba(3, 7, 24, 0.55));
  animation: chatArrowNudge 1.2s ease-in-out infinite;
}

.chat-gpt-indicator.indicator-muted {
  opacity: 0.7;
  animation-duration: 2.8s;
}

.phone-input input {
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.phone-input input.input-attention {
  border-color: rgba(132, 175, 255, 0.96);
  box-shadow: 0 0 0 2px rgba(83, 131, 255, 0.28), 0 0 24px rgba(138, 73, 255, 0.34);
  animation: inputAttention 1.05s ease-in-out infinite;
}

@keyframes chatIndicatorPulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 16px 28px rgba(5, 9, 25, 0.42);
  }
  50% {
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 20px 32px rgba(8, 14, 40, 0.48);
  }
}

@keyframes chatArrowNudge {
  0%,
  100% {
    left: -11px;
  }
  50% {
    left: -15px;
  }
}

@keyframes inputAttention {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(83, 131, 255, 0.24), 0 0 12px rgba(138, 73, 255, 0.26);
  }
  50% {
    box-shadow: 0 0 0 2px rgba(83, 131, 255, 0.4), 0 0 26px rgba(138, 73, 255, 0.45);
  }
}

@media (max-width: 980px) {
  .chat-gpt-indicator {
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
    width: min(92%, 360px);
    text-align: center;
  }

  .chat-gpt-indicator::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 11px 9px 0 9px;
    border-color: rgba(119, 146, 240, 0.86) transparent transparent transparent;
    animation: none;
  }

  .chat-gpt-indicator.indicator-muted {
    transform: translateX(-50%);
  }
}

.mobile-chat-indicator {
  display: none;
}

@media (max-width: 700px) {
  #chat-gpt-indicator {
    display: none !important;
  }

  .mobile-chat-indicator {
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: min(92%, 320px) !important;
    margin: 0.9rem auto 0;
    text-align: center;
    padding: 0.55rem 0.65rem;
    animation: chatIndicatorPulse 1.8s ease-in-out infinite;
  }

  .mobile-chat-indicator::after {
    display: none !important;
  }
}



