/* ============================================================
   Delto Web 2.0 — Product Mocks + Phone/WebChat styles
   Loaded after site.css
   ============================================================ */

/* ================================================
   WHATSAPP PHONE
   ================================================ */
.wa-phone {
  position: relative; z-index: 5;
  width: 340px; height: 680px;
  background: #0b1418;
  border-radius: 46px;
  padding: 12px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.08),
    0 50px 100px rgba(0,0,0,.5),
    0 0 80px rgba(192,244,61,.1);
  animation: phone-in 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.wa-phone::after { content: none; }
@keyframes phone-in {
  from { opacity: 0; transform: translateY(40px) rotate(-4deg); }
  to   { opacity: 1; transform: translateY(0) rotate(0); }
}
@keyframes phone-breath {
  0%, 100% { opacity: .7; transform: scale(1); }
  50%      { opacity: 1;  transform: scale(1.04); }
}
.wa-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 110px; height: 28px; background: #000; border-radius: 18px; z-index: 3; }
.wa-screen { position: relative; width: 100%; height: 100%; border-radius: 36px; overflow: hidden; background: #0b141a; display: flex; flex-direction: column; }
.wa-header {
  background: #1f2c34;
  padding: 40px 14px 12px;
  display: grid; grid-template-columns: 16px 40px 1fr auto; gap: 12px;
  align-items: center;
  color: #fff;
}
.wa-back { color: #fff; font-size: 22px; line-height: 1; padding: 0; }
.wa-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #01373d, #01535b);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  font-family: var(--dt-font-display); font-weight: 700; color: var(--dt-lime); font-size: 18px;
}
.wa-avatar::before { content: 'BA'; }
.wa-avatar-dot {
  position: absolute; bottom: 0; right: 0;
  width: 10px; height: 10px;
  background: #25d366; border-radius: 50%;
  border: 2px solid #1f2c34;
  box-shadow: 0 0 8px rgba(37,211,102,.7);
}
.wa-contact { display: flex; flex-direction: column; gap: 2px; }
.wa-name { font-size: 14px; font-weight: 600; }
.wa-status { font-size: 11px; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 4px; }
.wa-online-dot {
  width: 5px; height: 5px;
  background: #25d366; border-radius: 50%;
  position: relative;
  animation: dt-pulse 2s var(--dt-ease-in-out) infinite;
}
.wa-online-dot::after {
  content: ''; position: absolute; inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(37,211,102,.5);
  animation: hero-live-ring 2s var(--dt-ease-out) infinite;
}
.wa-icons { display: flex; gap: 14px; color: rgba(255,255,255,.8); font-size: 15px; }

.wa-chat {
  flex: 1;
  background-color: #0b141a;
  background-image:
    radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 16px 16px, 16px 16px;
  background-position: 0 0, 8px 8px;
  padding: 12px;
  display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
}
.wa-chat::-webkit-scrollbar { width: 0; }
.wa-date { text-align: center; margin: 8px 0; }
.wa-date span {
  background: rgba(31,44,52,.8);
  color: rgba(255,255,255,.7);
  font-size: 10px; font-weight: 600; letter-spacing: 0.5px;
  padding: 4px 10px; border-radius: 6px;
}

.wa-bubble {
  max-width: 78%;
  padding: 8px 10px 6px;
  border-radius: 10px;
  font-size: 13.5px; line-height: 1.35;
  color: #e9edef;
  position: relative;
  word-wrap: break-word;
  animation: bubble-in 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes bubble-in {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.wa-bot { background: #1f2c34; align-self: flex-start; border-bottom-left-radius: 2px; }
.wa-bot::before {
  content: ''; position: absolute; left: -6px; bottom: 0; width: 8px; height: 13px;
  background: #1f2c34;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.wa-user { background: #005c4b; align-self: flex-end; border-bottom-right-radius: 2px; padding-right: 40px; }
.wa-user::after {
  content: ''; position: absolute; right: -6px; bottom: 0; width: 8px; height: 13px;
  background: #005c4b;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.wa-ticks { position: absolute; right: 8px; bottom: 4px; font-size: 10px; color: #53bdeb; letter-spacing: -1px; }

.wa-typing { padding: 12px 14px; display: inline-flex; gap: 4px; align-items: center; }
.wa-typing span { width: 6px; height: 6px; background: rgba(255,255,255,.5); border-radius: 50%; animation: typing 1.4s infinite; }
.wa-typing span:nth-child(2) { animation-delay: 0.2s; }
.wa-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing { 0%, 60%, 100% { opacity: 0.3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.wa-card-wrap { padding: 4px; background: #1f2c34; }
.wa-pay-card {
  background: linear-gradient(135deg, #01373d, #01535b);
  border-radius: 8px; padding: 14px;
  color: #fff;
  min-width: 220px;
}
.wa-pay-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.wa-pay-brand { font-family: var(--dt-font-display); font-weight: 700; font-style: italic; font-size: 15px; letter-spacing: 0.5px; }
.wa-pay-num { font-size: 11px; color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; }
.wa-pay-amount { font-family: var(--dt-font-display); font-size: 26px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 10px; }
.wa-pay-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wa-pay-meta > div { display: flex; flex-direction: column; gap: 2px; }
.wa-pay-meta span { font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: 0.3px; text-transform: uppercase; }
.wa-pay-meta b { font-size: 12px; font-weight: 600; }
.wa-pay-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }
.wa-pay-btn {
  padding: 8px; border-radius: 6px; font-size: 11px; font-weight: 600;
  transition: all 0.2s;
}
.wa-pay-min { background: rgba(255,255,255,.1); color: #fff; }
.wa-pay-full { background: var(--dt-lime); color: var(--dt-teal); }

.wa-input {
  background: #1f2c34;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
}
.wa-input-ic { color: rgba(255,255,255,.6); font-size: 16px; }
.wa-input-field {
  flex: 1;
  background: #2a3942;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 12px;
  color: rgba(255,255,255,.4);
}

/* ================================================
   WEB CHAT WIDGET
   ================================================ */
.wc-widget {
  position: relative; z-index: 5;
  width: 380px; height: 560px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.1);
  display: flex; flex-direction: column;
  animation: phone-in 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.wc-header {
  padding: 16px 20px;
  background: linear-gradient(135deg, #01373d, #01535b);
  color: #fff;
  display: grid; grid-template-columns: 32px 1fr 24px; gap: 12px;
  align-items: center;
}
.wc-header-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--dt-lime);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.wc-header-icon::after {
  content: ''; width: 14px; height: 14px; border-radius: 50%;
  background: var(--dt-teal);
  animation: pulse-dot 1.8s ease-in-out infinite;
}
.wc-header-title { font-size: 14px; font-weight: 600; }
.wc-header-x { color: rgba(255,255,255,.7); font-size: 22px; line-height: 1; padding: 0; }

.wc-chat { flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 10px; background: #fafafa; overflow: hidden; position: relative; }
.wc-orb {
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(192,244,61,.15), transparent 70%);
  pointer-events: none;
}
.wc-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13.5px; line-height: 1.4;
  animation: bubble-in 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wc-bot { background: #fff; color: var(--dt-teal); align-self: flex-start; border: 1px solid #e2e8f0; border-bottom-left-radius: 4px; }
.wc-user { background: var(--dt-teal); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.wc-suggests { display: flex; gap: 8px; flex-wrap: wrap; animation: bubble-in 0.4s; }
.wc-suggests button {
  background: #fff; border: 1px solid var(--dt-teal); color: var(--dt-teal);
  font-size: 12px; font-weight: 600;
  padding: 7px 14px; border-radius: 100px;
  transition: all 0.2s;
}
.wc-suggests button:hover { background: var(--dt-teal); color: #fff; }

.wc-card { max-width: 100%; padding: 16px; background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; }
.wc-chart-t { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--dt-fg-dim); }
.wc-chart-total { font-family: var(--dt-font-display); font-size: 28px; font-weight: 700; color: var(--dt-teal); margin: 4px 0 14px; letter-spacing: -0.5px; }
.wc-bar-row { display: grid; grid-template-columns: 80px 1fr auto; gap: 10px; align-items: center; font-size: 12px; margin-bottom: 8px; }
.wc-bar-row span { color: var(--dt-fg-muted); }
.wc-bar-row b { color: var(--dt-teal); font-weight: 600; font-variant-numeric: tabular-nums; }
.wc-bar { background: #f1f5f9; height: 8px; border-radius: 4px; overflow: hidden; }
.wc-bar > div { height: 100%; border-radius: 4px; transition: width 1s ease 0.3s; }

.wc-input { padding: 12px 16px; background: #fff; border-top: 1px solid #e2e8f0; display: flex; gap: 8px; align-items: center; }
.wc-input input { flex: 1; border: none; font-size: 13px; color: var(--dt-fg-muted); background: transparent; outline: none; }
.wc-input button { width: 32px; height: 32px; border-radius: 50%; background: var(--dt-teal); color: var(--dt-lime); font-size: 16px; font-weight: 700; }

/* SPLIT HERO */
.hero-split { display: flex; gap: 32px; align-items: center; transform: scale(0.85); transform-origin: center; }
.hero-split-a { transform: translateY(-30px) rotate(-4deg); }
.hero-split-b { transform: translateY(30px) rotate(3deg); }

/* ================================================
   STUDIO MOCK — flow builder
   ================================================ */
.mock-studio { background: #011e22; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; height: 300px; display: flex; flex-direction: column; }
.mock-studio-toolbar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #012830; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; color: rgba(255,255,255,.7); font-family: var(--dt-font-mono); }
.mock-dot { width: 8px; height: 8px; border-radius: 50%; }
.mock-studio-toolbar-spacer { flex: 1; }
.mock-tool-btn { font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 6px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); }
.mock-tool-btn.primary { background: var(--dt-lime); color: var(--dt-teal); }

.mock-studio-canvas { flex: 1; position: relative; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 16px 16px; padding: 12px; overflow: hidden; }
.mock-node {
  position: absolute;
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center;
  background: #01535b; border: 1px solid rgba(192,244,61,.2);
  border-radius: 10px; padding: 8px 12px;
  min-width: 130px;
  color: #fff; font-size: 11px;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  animation: node-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.mock-node:nth-child(1) { animation-delay: 0.1s; }
.mock-node:nth-child(2) { animation-delay: 0.2s; }
.mock-node:nth-child(3) { animation-delay: 0.3s; }
.mock-node:nth-child(4) { animation-delay: 0.4s; }
.mock-node:nth-child(5) { animation-delay: 0.5s; }
.mock-node:nth-child(6) { animation-delay: 0.6s; }
@keyframes node-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.mock-node b { display: block; font-size: 11px; font-weight: 700; line-height: 1.2; }
.mock-node small { display: block; font-size: 9px; color: rgba(255,255,255,.5); margin-top: 1px; font-family: var(--dt-font-mono); }
.mock-node-ic { width: 28px; height: 28px; border-radius: 6px; background: rgba(192,244,61,.15); color: var(--dt-lime); display: flex; align-items: center; justify-content: center; font-size: 13px; }
.mock-node-start { background: #012830; border-color: rgba(255,255,255,.2); }
.mock-node-end { background: rgba(192,244,61,.15); border-color: var(--dt-lime); }
.mock-node-end .mock-node-ic { background: var(--dt-lime); color: var(--dt-teal); }
.mock-node-skill { background: rgba(206,199,255,.1); border-color: rgba(206,199,255,.3); }
.mock-node-skill .mock-node-ic { background: rgba(206,199,255,.2); color: var(--dt-lilac); }

.mock-wires { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.mock-wires path { fill: none; stroke: rgba(192,244,61,.5); stroke-width: 1.5; stroke-dasharray: 4 4; animation: dash 1s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -16; } }

/* ================================================
   ENGAGE MOCK — campaign funnel
   ================================================ */
.mock-engage { background: linear-gradient(180deg, #011e22, #012830); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 24px; }
.mock-engage-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 24px; }
.mock-engage-t { font-size: 15px; font-weight: 700; color: #fff; }
.mock-engage-s { font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 3px; font-variant-numeric: tabular-nums; }
.mock-engage-live {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(192,244,61,.12); color: var(--dt-lime);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
}
.mock-engage-live span { width: 6px; height: 6px; border-radius: 50%; background: var(--dt-lime); animation: pulse-dot 1.8s ease-in-out infinite; }

.mock-engage-funnel { display: flex; flex-direction: column; gap: 8px; }
.mock-funnel-step { position: relative; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.04); height: 42px; animation: funnel-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; }
.mock-funnel-step:nth-child(1) { animation-delay: 0.1s; }
.mock-funnel-step:nth-child(2) { animation-delay: 0.2s; }
.mock-funnel-step:nth-child(3) { animation-delay: 0.3s; }
.mock-funnel-step:nth-child(4) { animation-delay: 0.4s; }
.mock-funnel-step:nth-child(5) { animation-delay: 0.5s; }
@keyframes funnel-in { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
.mock-funnel-bar { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, rgba(192,244,61,.25), rgba(192,244,61,.08)); border-right: 1px solid var(--dt-lime); }
.mock-funnel-label { position: relative; padding: 0 16px; display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; height: 100%; }
.mock-funnel-label span { font-size: 12px; color: #fff; font-weight: 600; }
.mock-funnel-label b { font-size: 14px; color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; }
.mock-funnel-label small { font-size: 11px; color: var(--dt-lime); font-weight: 700; font-variant-numeric: tabular-nums; }

/* ================================================
   ANALYTICS MOCK
   ================================================ */
.mock-analytics { display: flex; flex-direction: column; gap: 16px; }
.mock-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mock-kpi { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 14px; }
.mock-kpi-v { font-family: var(--dt-font-display); font-size: 22px; font-weight: 700; color: var(--dt-lime); line-height: 1; letter-spacing: -0.5px; }
.mock-kpi-v span { font-size: 14px; color: var(--dt-lime); }
.mock-kpi-l { font-size: 11px; color: rgba(255,255,255,.6); margin-top: 6px; }
.mock-kpi-trend { font-size: 10px; color: #25d366; font-weight: 700; margin-top: 4px; }

.mock-chart { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; padding: 16px; }
.mock-chart-h { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.7); letter-spacing: 0.3px; margin-bottom: 12px; text-transform: uppercase; }
.mock-bars { display: flex; gap: 4px; align-items: flex-end; height: 100px; }
.mock-bar { flex: 1; background: linear-gradient(180deg, var(--dt-lime), rgba(192,244,61,.4)); border-radius: 3px 3px 0 0; transition: height 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

/* ================================================
   FEEDBACK MOCK
   ================================================ */
.mock-feedback { display: flex; flex-direction: column; gap: 16px; }
.mock-feedback-q { background: #fff; color: var(--dt-teal); border-radius: 12px; padding: 20px; }
.mock-feedback-t { font-size: 14px; font-weight: 600; margin-bottom: 14px; text-wrap: balance; }
.mock-nps { display: grid; grid-template-columns: repeat(11, 1fr); gap: 4px; margin-bottom: 8px; }
.mock-nps-n { font-size: 11px; font-weight: 600; padding: 8px; border: 1px solid #e2e8f0; border-radius: 4px; color: var(--dt-fg-muted); transition: all 0.2s; }
.mock-nps-n.selected { background: var(--dt-lime); color: var(--dt-teal); border-color: var(--dt-lime); font-weight: 700; }
.mock-nps-scale { display: flex; justify-content: space-between; font-size: 10px; color: var(--dt-fg-dim); }
.mock-feedback-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-feedback-stats > div { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; padding: 14px; text-align: center; font-size: 11px; color: rgba(255,255,255,.6); }
.mock-fb-big { font-family: var(--dt-font-display); font-size: 26px; font-weight: 700; color: var(--dt-lime); letter-spacing: -0.5px; }
.mock-fb-big small { font-size: 13px; color: rgba(255,255,255,.5); }

/* ================================================
   LOOP MOCK — kanban
   ================================================ */
.mock-loop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mock-loop-col { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 10px; padding: 12px; min-height: 200px; display: flex; flex-direction: column; gap: 8px; }
.mock-loop-ch { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 0.3px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; }
.mock-loop-ch span { background: rgba(255,255,255,.08); padding: 1px 6px; border-radius: 10px; font-size: 10px; }
.mock-loop-task { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 10px; }
.mock-loop-tt { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: 6px; }
.mock-loop-p { font-size: 9px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; }
.mock-loop-p.alta { background: rgba(255,107,107,.2); color: #ff8a8a; }
.mock-loop-p.media { background: rgba(255,169,77,.2); color: #ffb666; }
.mock-loop-p.baja { background: rgba(91,213,213,.2); color: #7edfdf; }

/* ================================================
   AUTH MOCK
   ================================================ */
.mock-auth { display: grid; grid-template-columns: 140px 1fr; gap: 32px; align-items: center; padding: 24px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; min-height: 200px; }
.mock-auth-shield { width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(192,244,61,.25), rgba(192,244,61,.05)); display: flex; align-items: center; justify-content: center; color: var(--dt-lime); animation: pulse-shield 3s ease-in-out infinite; }
@keyframes pulse-shield { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(192,244,61,.3); } 50% { transform: scale(1.04); box-shadow: 0 0 0 16px rgba(192,244,61,0); } }
.mock-auth-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.mock-auth-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #fff; padding: 10px 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 6px; }
.mock-auth-item svg { color: var(--dt-lime); flex-shrink: 0; }

/* ================================================
   COMPLIANCE SECTION
   ================================================ */
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 48px; }
@media (max-width: 900px) { .compliance-grid { grid-template-columns: 1fr; } }
.compliance-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 28px;
  transition: all 0.25s var(--dt-ease-out);
}
.compliance-card:hover { background: rgba(255,255,255,.05); border-color: rgba(192,244,61,.2); transform: translateY(-2px); }
.compliance-ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(192,244,61,.12); color: var(--dt-lime); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.compliance-t { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.compliance-d { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.6); }
.compliance-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.08); }
.compliance-badges span {
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  padding: 8px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 100px;
}

/* ============================================================
   WEBCHAT (Turing-style) — light screen with iOS-like UI
   ============================================================ */
.wct-phone {
  position: relative; z-index: 5;
  width: 340px; height: 680px;
  background: #111;
  border-radius: 46px;
  padding: 10px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.08),
    0 50px 100px rgba(0,0,0,.5),
    0 0 80px rgba(192,244,61,.10);
  animation: phone-in 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.wct-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 36px; overflow: hidden;
  background: linear-gradient(180deg, #fcfcfc 0%, #eaeefe 100%);
  display: flex; flex-direction: column;
  font-family: -apple-system, 'SF Pro Text', 'Plus Jakarta Sans', sans-serif;
}
.wct-orb {
  position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70,100,255,.15), rgba(100,200,220,.08), transparent 70%);
  filter: blur(24px);
  z-index: 0;
  animation: wct-orb-pulse 4s ease-in-out infinite;
}
@keyframes wct-orb-pulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50%      { transform: translateX(-50%) scale(1.08); opacity: .85; }
}
.wct-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 110px; height: 28px;
  background: #111;
  border-radius: 0 0 18px 18px;
  z-index: 3;
}
.wct-status {
  position: relative; z-index: 2;
  padding: 14px 26px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 14px; font-weight: 600;
  color: #222;
  letter-spacing: -.2px;
}
.wct-header {
  position: relative; z-index: 2;
  padding: 14px 18px 8px;
  display: flex; align-items: center; gap: 10px;
}
.wct-header-orb {
  width: 32px; height: 32px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #6080ff, #4060dd);
  box-shadow: 0 2px 8px rgba(64,96,221,.30);
  flex-shrink: 0;
}
.wct-brand {
  flex: 1; text-align: center;
  font-size: 16px; font-weight: 600;
  color: #000f2a;
  letter-spacing: -.3px;
}
.wct-brand span {
  background: #000f2a; color: #fff;
  padding: 1px 6px; border-radius: 4px;
  font-size: 13px;
  margin-left: 2px;
}
.wct-x {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.6));
  backdrop-filter: blur(10px);
  border: 0; cursor: pointer;
  font-size: 16px; color: #000f2a; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wct-chat {
  position: relative; z-index: 2;
  flex: 1;
  padding: 4px 16px 8px;
  display: flex; flex-direction: column;
  gap: 8px;
  overflow: hidden;
  justify-content: flex-end;
}
.wct-date { text-align: center; margin: 4px 0; }
.wct-date span {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  color: #004edd;
  background: rgba(0,78,221,.08);
  padding: 2px 10px; border-radius: 80px;
  backdrop-filter: blur(10px);
}

.wct-user, .wct-bot, .wct-card, .wct-card-dark {
  animation: wct-slide-in .35s ease-out;
}
@keyframes wct-slide-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.wct-user {
  align-self: flex-end;
  background: linear-gradient(26deg, #7743fb 7%, #74f2d3 93%);
  border-radius: 22px;
  padding: 11px 18px;
  font-size: 14px; color: #fefefe; font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,34,84,.04), 0 12px 24px rgba(0,34,84,.06);
  max-width: 80%;
  letter-spacing: -.1px;
}
.wct-bot {
  align-self: flex-start;
  background: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 10px 16px;
  max-width: 86%;
  font-size: 14px; color: #06204f;
  font-weight: 500; line-height: 1.45;
  box-shadow: 0 2px 4px rgba(0,34,84,.04), 0 12px 24px rgba(0,34,84,.06);
}
.wct-typing {
  padding: 12px 16px;
  display: inline-flex; gap: 4px; align-items: center;
}
.wct-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(0,34,84,.35);
  animation: wct-typing-bounce 1.2s var(--dt-ease-in-out) infinite;
}
.wct-typing span:nth-child(2) { animation-delay: .15s; }
.wct-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes wct-typing-bounce {
  0%, 80%, 100% { opacity: .3; transform: translateY(0); }
  40%           { opacity: 1;  transform: translateY(-3px); }
}

/* Cards in webchat style */
.wct-card {
  align-self: flex-start;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  width: 90%;
  box-shadow: 0 2px 4px rgba(0,34,84,.04), 0 12px 24px rgba(0,34,84,.06);
}
.wct-card-t {
  font-size: 14px; font-weight: 700;
  color: #000f2a;
  margin-bottom: 8px;
  letter-spacing: -.2px;
}
.wct-card-tag {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
  background: #01373d; color: #c0f43d;
  padding: 3px 8px; border-radius: 6px;
  margin-bottom: 6px;
}
.wct-card-name {
  font-size: 16px; font-weight: 700;
  color: #000f2a;
  margin-bottom: 8px;
  letter-spacing: -.2px;
}
.wct-card-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 5px 0;
  font-size: 13px;
  color: #06204f;
}
.wct-card-row + .wct-card-row { border-top: 1px solid #f0f3f9; }
.wct-card-row span { color: rgba(6,32,79,.65); }
.wct-card-row b { color: #000f2a; font-weight: 700; }
.wct-card-row b.ok  { color: #00a86b; }
.wct-card-row b.bad { color: #e63946; }
.wct-card-row b.hi  { color: #004edd; }

.wct-card-dark {
  align-self: flex-start;
  background: linear-gradient(121deg, #101010 2%, #444 100%);
  border-radius: 14px;
  padding: 16px 18px;
  width: 80%;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.15), 0 2px 4px rgba(0,0,0,.10);
}
.wct-corp-t {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.85);
  margin-bottom: 4px;
}
.wct-corp-num {
  font-family: var(--dt-font-mono);
  font-size: 12px; letter-spacing: 1.4px;
  color: rgba(255,255,255,.55);
  margin-bottom: 12px;
}
.wct-corp-lbl {
  font-size: 9.5px; letter-spacing: 1.2px; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  font-weight: 700;
}
.wct-corp-amt {
  font-family: var(--dt-font-display);
  font-size: 22px; font-weight: 800;
  color: #c0f43d;
  letter-spacing: -.5px;
  line-height: 1;
}
.wct-corp-of {
  font-size: 10.5px; color: rgba(255,255,255,.5);
  margin-top: 3px;
}

/* Voice-note bubble inside webchat */
.wct-voice {
  display: flex; align-items: center; gap: 8px;
  min-width: 180px;
  padding: 9px 14px !important;
}
.wct-voice-play {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,.30);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; padding-left: 1px;
  flex-shrink: 0;
}
.wct-voice-wave {
  flex: 1;
  display: flex; align-items: center; gap: 2px;
  height: 18px;
}
.wct-voice-wave span {
  flex: 1; min-width: 2px;
  background: rgba(255,255,255,.55);
  border-radius: 1.5px;
}
.wct-voice-dur {
  font-size: 10.5px;
  color: rgba(255,255,255,.85);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.wct-input {
  position: relative; z-index: 2;
  padding: 8px 12px;
  background: #fff;
  display: flex; align-items: center;
  box-shadow: 0 -1px 0 rgba(205,196,216,.15), 0 0 12px rgba(205,196,216,.25);
}
.wct-input-field {
  flex: 1;
  border: 1px solid #efefef;
  border-radius: 22px;
  padding: 9px 16px;
  font-size: 13.5px; color: #a3a3a3;
  font-weight: 500;
}
.wct-home {
  height: 28px;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 7px;
  background: #fff;
}
.wct-home > span {
  width: 124px; height: 4px;
  background: #000; opacity: .22;
  border-radius: 100px;
  display: block;
}

/* ============================================================
   VOICE CALL — call-screen UI with waveform + transcript
   ============================================================ */
.vc-phone {
  position: relative; z-index: 5;
  width: 340px; height: 680px;
  background: #111;
  border-radius: 46px;
  padding: 10px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.08),
    0 50px 100px rgba(0,0,0,.5),
    0 0 80px rgba(192,244,61,.10);
  animation: phone-in 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.vc-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 36px; overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 30%, #022b30 0%, #011417 60%, #000a0c 100%);
  color: #fff;
  display: flex; flex-direction: column;
  font-family: -apple-system, 'SF Pro Text', 'Plus Jakarta Sans', sans-serif;
}
.vc-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 110px; height: 28px;
  background: #000;
  border-radius: 0 0 18px 18px;
  z-index: 5;
}
.vc-status {
  padding: 14px 26px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; font-weight: 600;
  color: #fff;
  position: relative; z-index: 4;
}
.vc-status-r { letter-spacing: .5px; }
.vc-meta {
  margin: 26px 0 8px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.vc-live {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: rgba(192,244,61,.10);
  border: 1px solid rgba(192,244,61,.30);
  border-radius: 100px;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 1.6px;
  color: #c0f43d;
}
.vc-live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #c0f43d;
  box-shadow: 0 0 10px #c0f43d;
  animation: dt-pulse 1.4s var(--dt-ease-in-out) infinite;
}
.vc-dur {
  font-family: var(--dt-font-mono);
  font-size: 13px; color: rgba(255,255,255,.65);
  font-variant-numeric: tabular-nums;
}

.vc-avatar-wrap {
  position: relative;
  width: 130px; height: 130px;
  margin: 16px auto 8px;
  display: flex; align-items: center; justify-content: center;
}
.vc-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(192,244,61,.40);
  pointer-events: none;
  animation: vc-ring 2.4s ease-out infinite;
}
.vc-ring.r2 { animation-delay: .8s; border-color: rgba(206,199,255,.40); }
.vc-ring.r3 { animation-delay: 1.6s; border-color: rgba(91,213,213,.40); }
@keyframes vc-ring {
  0%   { transform: scale(.6);  opacity: .8; }
  100% { transform: scale(1.7); opacity: 0; }
}
.vc-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #04535b, #01262c 80%);
  border: 2px solid rgba(255,255,255,.18);
  color: #c0f43d;
  font-family: var(--dt-font-display);
  font-weight: 800; font-size: 32px;
  display: flex; align-items: center; justify-content: center;
  box-shadow:
    0 0 30px rgba(192,244,61,.25),
    0 12px 32px rgba(0,0,0,.45);
  letter-spacing: 1px;
  z-index: 2;
}

.vc-brand {
  text-align: center;
  font-family: var(--dt-font-display);
  font-size: 22px; font-weight: 700;
  color: #fff;
  letter-spacing: -.3px;
  padding: 6px 16px 0;
}
.vc-substate {
  text-align: center;
  font-size: 12px; color: rgba(255,255,255,.55);
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  padding: 4px 0;
  margin: 0 auto;
}
.vc-substate-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #c0f43d;
  animation: dt-pulse 1.4s var(--dt-ease-in-out) infinite;
}

.vc-wave {
  display: flex; align-items: center; justify-content: center;
  gap: 3px; height: 60px;
  padding: 12px 24px;
}
.vc-wave-bar {
  flex: 1;
  max-width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(192,244,61,.85), rgba(91,213,213,.75));
  height: 12%;
  box-shadow: 0 0 6px rgba(192,244,61,.3);
}
.vc-wave.is-on .vc-wave-bar {
  animation: vc-bar 1.2s var(--dt-ease-in-out) infinite;
}
@keyframes vc-bar {
  0%, 100% { height: 12%; }
  20%      { height: 70%; }
  40%      { height: 38%; }
  60%      { height: 88%; }
  80%      { height: 50%; }
}

.vc-transcript {
  flex: 1;
  padding: 12px 22px 0;
  display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
  justify-content: flex-start;
}
.vc-line {
  display: flex; flex-direction: column; gap: 3px;
  padding: 9px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  font-size: 12.5px;
  animation: wct-slide-in .35s ease-out;
}
.vc-line-bot { border-color: rgba(192,244,61,.30); }
.vc-line-tag {
  font-size: 9.5px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.50);
}
.vc-line-bot .vc-line-tag { color: #c0f43d; }
.vc-line-text { color: rgba(255,255,255,.88); line-height: 1.4; }

.vc-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 22px;
  padding: 14px 0 8px;
}
.vc-ctrl {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.vc-ctrl:hover { background: rgba(255,255,255,.14); }
.vc-ctrl-end {
  background: linear-gradient(135deg, #ff5252, #c81e1e);
  border-color: rgba(255,82,82,.5);
  box-shadow: 0 4px 14px rgba(255,82,82,.3);
  transform: rotate(135deg);
}
.vc-home {
  height: 28px;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 7px;
}
.vc-home::after {
  content: '';
  width: 124px; height: 4px;
  background: #fff; opacity: .22;
  border-radius: 100px;
}
