
  :root {
    --sio-black: #0A0A0A;
    --sio-slate: #4D6258;
    --sio-text-on-dark: rgba(255,255,255,0.9);
    --sio-text-on-dark-mute: rgba(255,255,255,0.55);
    --sio-text: #0A0A0A;
    --sio-text-mute: #44403C;
    --sio-border-soft: #E7E5E4;
    --sio-bg-soft: #FAFAF9;
    --sio-accent: #0B624B;
  }

body .entry-content .siov2-hero {
    position: relative;
    background: #0A0A0A !important;
    color: var(--sio-text-on-dark);
    padding: 96px 24px 80px !important;
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    width: 100vw; margin-left: calc(-50vw + 50%);
  }

body .entry-content .siov2-hero * { box-sizing: border-box; }

body .entry-content .siov2-hero p,
body .entry-content .siov2-hero h1,
body .entry-content .siov2-hero h2,
body .entry-content .siov2-hero h3 { color: inherit; }

body .entry-content .siov2-hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(11,98,75,0.06), transparent 40%),
      radial-gradient(circle at 85% 80%, rgba(11,98,75,0.10), transparent 40%);
    pointer-events: none;
  }

body .entry-content .siov2-hero-inner {
    position: relative; z-index: 1;
    max-width: 1240px; margin: 0 auto;
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px;
    align-items: center;
  }

body .entry-content .siov2-hero-eyebrow { margin-bottom: 18px; }

body .entry-content .siov2-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(11,98,75,0.1);
    color: #0B624B;
    border: 1px solid rgba(11,98,75,0.32);
    padding: 6px 14px; border-radius: 999px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  }

body .entry-content .siov2-hero-title {
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800; line-height: 1.05; letter-spacing: -0.03em;
    color: #FFFFFF; margin: 0 0 24px;
  }

body .entry-content .siov2-hero-title em {
    font-style: italic; color: #0B624B; font-weight: 800;
  }

body .entry-content .siov2-hero-sub {
    font-size: 17px; line-height: 1.55;
    color: var(--sio-text-on-dark-mute); margin: 0 0 36px;
    max-width: 540px;
  }

body .entry-content .siov2-hero-sub strong { color: #FFFFFF; font-weight: 600; }

body .entry-content .siov2-hero-ctas { display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }

body .entry-content .siov2-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 28px; border-radius: 999px;
    font-size: 14px; font-weight: 600; text-decoration: none;
    transition: all 0.2s ease; letter-spacing: 0.01em;
  }

body .entry-content .siov2-btn-primary {
    background: #FFFFFF; color: #0A0A0A;
  }

body .entry-content .siov2-btn-primary:hover { background: rgba(255,255,255,0.9); transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(255,255,255,0.2); }

body .entry-content .siov2-btn-ghost {
    background: transparent; color: #0B624B;
    border: 1px solid rgba(11,98,75,0.35);
  }

body .entry-content .siov2-btn-ghost:hover { background: rgba(11,98,75,0.06); border-color: rgba(11,98,75,0.6); }

body .entry-content .siov2-hero-trust {
    display: flex; gap: 24px; flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #CDDDD3;
  }

body .entry-content .siov2-trust-item {
    font-size: 13px; color: #4D6258;
    display: inline-flex; align-items: center; gap: 8px;
  }

body .entry-content .siov2-trust-icon {
    color: #0B624B; font-weight: 700;
  }

  /* Phone mockup */

body .entry-content .siov2-hero-mockup { position: relative; display: flex; justify-content: center; }

body .entry-content .siov2-phone {
    width: 320px; height: 640px;
    background: #1A1A1A;
    border-radius: 44px;
    border: 8px solid #0F0F0F;
    box-shadow: 0 30px 80px -20px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.05);
    position: relative; overflow: hidden;
  }

body .entry-content .siov2-phone-notch {
    width: 120px; height: 28px;
    background: #0F0F0F;
    border-radius: 0 0 18px 18px;
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    z-index: 10;
  }

body .entry-content .siov2-phone-screen {
    width: 100%; height: 100%; overflow: hidden;
    background: #ECE5DD;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><circle cx='20' cy='20' r='1' fill='%23D5CDC2' opacity='0.5'/></svg>");
    display: flex; flex-direction: column;
  }

body .entry-content .siov2-wa-header {
    background: #075E54;
    color: #FFFFFF;
    padding: 16px 12px 12px;
    padding-top: 36px;
    display: flex; align-items: center; gap: 10px;
  }

body .entry-content .siov2-wa-back { font-size: 22px; }

body .entry-content .siov2-wa-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, #E94934, #F89F8A);
    color: #fff; font-weight: 700; font-size: 15px;
    display: flex; align-items: center; justify-content: center;
  }

body .entry-content .siov2-wa-meta { flex: 1; }

body .entry-content .siov2-wa-name { font-size: 14.5px; font-weight: 600; }

body .entry-content .siov2-wa-status { font-size: 11px; opacity: 0.85; }

body .entry-content .siov2-wa-icons { font-size: 18px; }

body .entry-content .siov2-wa-chat {
    flex: 1; padding: 14px 10px 18px;
    display: flex; flex-direction: column; gap: 8px; overflow: hidden;
  }

body .entry-content .siov2-wa-day {
    align-self: center;
    background: #DDEFE6; color: #333;
    font-size: 10.5px; padding: 4px 10px; border-radius: 8px;
    margin-bottom: 4px;
  }

body .entry-content .siov2-wa-msg {
    max-width: 78%; padding: 8px 11px 18px;
    border-radius: 8px;
    font-size: 13px; line-height: 1.35;
    position: relative;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    color: #111;
  }

body .entry-content .siov2-wa-in { background: #FFFFFF; align-self: flex-start; border-top-left-radius: 0; }

body .entry-content .siov2-wa-out { background: #DCF8C6; align-self: flex-end; border-top-right-radius: 0; }

body .entry-content .siov2-wa-time {
    position: absolute; bottom: 3px; right: 8px;
    font-size: 10px; color: #888;
  }

body .entry-content .siov2-wa-typing { padding: 12px 14px; display: flex; gap: 4px; align-items: center; }

body .entry-content .siov2-wa-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #888;
    animation: sioDot 1.2s infinite ease-in-out;
  }

body .entry-content .siov2-wa-dot:nth-child(2) { animation-delay: 0.2s; }

body .entry-content .siov2-wa-dot:nth-child(3) { animation-delay: 0.4s; }
  @keyframes sioDot { 0%, 60%, 100% { opacity: 0.3; transform: scale(0.9); } 30% { opacity: 1; transform: scale(1.1); } }

  /* Badges flotantes */

body .entry-content .siov2-float-badge {
    position: absolute;
    background: rgba(20,20,20,0.92);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    color: #FFFFFF;
    padding: 12px 16px; border-radius: 14px;
    display: flex; gap: 10px; align-items: center;
    box-shadow: 0 16px 40px -10px rgba(0,0,0,0.5);
    animation: sioFloat 4s ease-in-out infinite;
  }

body .entry-content .siov2-float-icon { font-size: 22px; }

body .entry-content .siov2-float-title { font-size: 13px; font-weight: 700; line-height: 1.2; }

body .entry-content .siov2-float-sub { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 2px; }

body .entry-content .siov2-float-1 { top: 8%; left: -8%; animation-delay: 0s; }

body .entry-content .siov2-float-2 { bottom: 12%; right: -8%; animation-delay: -2s; }
  @keyframes sioFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

  @media (max-width: 980px) {

body .entry-content .siov2-hero { padding: 64px 20px 56px; }

body .entry-content .siov2-hero-inner { grid-template-columns: 1fr; gap: 56px; }

body .entry-content .siov2-hero-mockup { order: 2; }

body .entry-content .siov2-phone { transform: scale(0.85); transform-origin: center top; }

body .entry-content .siov2-float-1 { left: 5%; }

body .entry-content .siov2-float-2 { right: 5%; }
  }

body .entry-content .siov2-trustbar { background: #FAFAF9; padding: 36px 24px; border-bottom: 1px solid #E7E5E4; }

body .entry-content .siov2-trustbar-inner { max-width: 1100px; margin: 0 auto; text-align: center; }

body .entry-content .siov2-trustbar-label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: #737373; text-transform: uppercase; margin: 0 0 18px; }

body .entry-content .siov2-trustbar-grid { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }

body .entry-content .siov2-trustbar-logo { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px; color: #525252; letter-spacing: 0.04em; opacity: 0.7; }

body .entry-content .siov2-trustbar-divider { width: 1px; height: 16px; background: #D4D4D4; }
  @media (max-width: 680px) {

body .entry-content .siov2-trustbar-divider { display: none; }

body .entry-content .siov2-trustbar-grid { gap: 18px 24px; }
  }

body .entry-content .siov2-differentiator { background: #FFFFFF; padding: 96px 24px; }

body .entry-content .siov2-section-inner { max-width: 1100px; margin: 0 auto; }

body .entry-content .siov2-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; color: #00b574; text-transform: uppercase; margin: 0 0 14px; text-align: center; }

body .entry-content .siov2-section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; color: #0A0A0A; text-align: center; margin: 0 0 18px; }

body .entry-content .siov2-h2-em { color: #4D6258; font-style: italic; }

body .entry-content .siov2-section-sub { font-size: 16.5px; line-height: 1.6; color: #44403C; text-align: center; max-width: 720px; margin: 0 auto 56px; }

body .entry-content .siov2-compare-table { background: #FAFAF9; border: 1px solid #E7E5E4; border-radius: 16px; overflow: hidden; }

body .entry-content .siov2-compare-header { display: grid; grid-template-columns: 1.5fr 1fr 1fr; background: #0A0A0A; color: #FFFFFF; padding: 24px 24px; }

body .entry-content .siov2-compare-col { text-align: center; }

body .entry-content .siov2-compare-col-feat {}

body .entry-content .siov2-compare-logo { font-size: 17px; font-weight: 700; }

body .entry-content .siov2-compare-sub { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; }

body .entry-content .siov2-compare-us { color: #0B624B; }

body .entry-content .siov2-compare-us .siov2-compare-logo { color: #0B624B; }

body .entry-content .siov2-compare-them { color: rgba(255,255,255,0.7); }

body .entry-content .siov2-compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; padding: 16px 24px; border-top: 1px solid #E7E5E4; align-items: center; }

body .entry-content .siov2-compare-row:nth-child(even) { background: #FFFFFF; }

body .entry-content .siov2-compare-feat { font-size: 14.5px; color: #0A0A0A; font-weight: 500; }

body .entry-content .siov2-compare-yes { text-align: center; font-size: 20px; font-weight: 700; color: #00b574; }

body .entry-content .siov2-compare-no { text-align: center; font-size: 14px; color: #a3a3a3; }
  @media (max-width: 720px) {

body .entry-content .siov2-compare-header,
body .entry-content .siov2-compare-row { grid-template-columns: 1.2fr 0.4fr 0.4fr; padding: 14px 12px; }

body .entry-content .siov2-compare-feat { font-size: 13px; }

body .entry-content .siov2-compare-logo { font-size: 13px; }

body .entry-content .siov2-compare-sub { font-size: 10px; }
  }

body .entry-content .siov2-steps { background: #FAFAF9; padding: 96px 24px; }

body .entry-content .siov2-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }

body .entry-content .siov2-step-card { background: #FFFFFF; border: 1px solid #E7E5E4; border-radius: 16px; padding: 32px 28px; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; }

body .entry-content .siov2-step-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -16px rgba(10,10,10,0.1); }

body .entry-content .siov2-step-num { font-family: 'JetBrains Mono', 'Roboto Mono', monospace; font-size: 13px; font-weight: 700; color: #4D6258; margin-bottom: 14px; letter-spacing: 0.04em; }

body .entry-content .siov2-step-title { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; color: #0A0A0A; margin: 0 0 12px; line-height: 1.2; }

body .entry-content .siov2-step-desc { font-size: 14.5px; line-height: 1.6; color: #44403C; margin: 0 0 20px; }

body .entry-content .siov2-step-tag { display: inline-block; background: #0A0A0A; color: #FFFFFF; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 999px; letter-spacing: 0.02em; }
  @media (max-width: 920px) { .siov2-steps-grid { grid-template-columns: 1fr; gap: 16px; } }

body .entry-content .siov2-features { background: #FFFFFF; padding: 96px 24px; }

body .entry-content .siov2-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }

body .entry-content .siov2-feature-card { background: #FFFFFF; border: 1px solid #E7E5E4; border-radius: 18px; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }

body .entry-content .siov2-feature-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -16px rgba(10,10,10,0.12); }

body .entry-content .siov2-feature-img { height: 200px; background-size: cover; background-position: center; }

body .entry-content .siov2-feature-body { padding: 24px 24px 28px; }

body .entry-content .siov2-feature-title { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #0A0A0A; margin: 0 0 10px; }

body .entry-content .siov2-feature-desc { font-size: 14.5px; line-height: 1.6; color: #44403C; margin: 0; }
  @media (max-width: 920px) { .siov2-features-grid { grid-template-columns: 1fr; } }

body .entry-content .siov2-control { background: #0A0A0A !important; color: #FFFFFF !important; padding: 96px 24px !important; width: 100vw; margin-left: calc(-50vw + 50%); }

body .entry-content .siov2-control p,
body .entry-content .siov2-control h1,
body .entry-content .siov2-control h2,
body .entry-content .siov2-control h3,
body .entry-content .siov2-control li,
body .entry-content .siov2-control strong { color: inherit; }

body .entry-content .siov2-control-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }

body .entry-content .siov2-control-copy .siov2-eyebrow { color: rgba(255,255,255,0.5) !important; }

body .entry-content .siov2-control-copy .siov2-section-title { color: #FFFFFF; text-align: left; }

/* En la sección dark "Tu plataforma. Tus reglas." el em va en verde accent claro para legibilidad */
body .entry-content .siov2-control-copy .siov2-h2-em { color: #00FF88; }

body .entry-content .siov2-control-list { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 14px; }

body .entry-content .siov2-control-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.7); }

body .entry-content .siov2-control-list li strong { color: #FFFFFF; font-weight: 600; }

body .entry-content .siov2-check { color: #0B624B; font-weight: 800; font-size: 15px; flex-shrink: 0; margin-top: 2px; }

  /* Inbox mockup */

body .entry-content .siov2-inbox-window { background: #FAFAF9; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; overflow: hidden; box-shadow: 0 40px 100px -20px rgba(0,0,0,0.6); }

body .entry-content .siov2-inbox-titlebar { background: #1A1A1A; padding: 10px 14px; display: flex; align-items: center; gap: 6px; }

body .entry-content .siov2-window-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }

body .entry-content .siov2-window-url { margin-left: 14px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.5); }

body .entry-content .siov2-inbox-grid { display: grid; grid-template-columns: 220px 1fr; min-height: 460px; }

body .entry-content .siov2-inbox-side { background: #FFFFFF; border-right: 1px solid #E7E5E4; padding: 14px 0; }

body .entry-content .siov2-inbox-side-title { font-size: 12px; font-weight: 700; color: #0A0A0A; text-transform: uppercase; letter-spacing: 0.06em; padding: 0 14px 12px; }

body .entry-content .siov2-inbox-conv { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; padding: 10px 14px; border-bottom: 1px solid #FAFAF9; align-items: center; cursor: pointer; }

body .entry-content .siov2-inbox-conv-active { background: rgba(0,181,116,0.05); border-left: 2px solid #00b574; padding-left: 12px; }

body .entry-content .siov2-inbox-conv-avatar { width: 32px; height: 32px; border-radius: 50%; color: #FFFFFF; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

body .entry-content .siov2-inbox-conv-name { font-size: 12.5px; font-weight: 600; color: #0A0A0A; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

body .entry-content .siov2-inbox-conv-last { font-size: 11px; color: #737373; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

body .entry-content .siov2-inbox-conv-time { font-size: 10px; color: #a3a3a3; }

body .entry-content .siov2-inbox-main { background: #FAFAF9; padding: 14px 18px; display: flex; flex-direction: column; }

body .entry-content .siov2-inbox-main-header { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #E7E5E4; }

body .entry-content .siov2-inbox-main-name { font-size: 13px; font-weight: 700; color: #0A0A0A; }

body .entry-content .siov2-inbox-main-status { font-size: 11px; color: #737373; margin-top: 2px; }

body .entry-content .siov2-inbox-eval { background: #F0F4F8; border-radius: 8px; padding: 10px 12px; margin: 12px 0; }

body .entry-content .siov2-inbox-eval-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

body .entry-content .siov2-eval-label { font-size: 10px; font-weight: 700; color: #737373; text-transform: uppercase; letter-spacing: 0.05em; }

body .entry-content .siov2-eval-score { font-size: 16px; font-weight: 800; color: #007a4d; }

body .entry-content .siov2-eval-pill { background: #FFFFFF; border: 1px solid #E7E5E4; border-radius: 999px; padding: 3px 10px; font-size: 10.5px; color: #4D6258; font-weight: 600; }

body .entry-content .siov2-inbox-msgs { flex: 1; padding-top: 14px; display: flex; flex-direction: column; gap: 8px; }

body .entry-content .siov2-inbox-msg { max-width: 75%; padding: 8px 12px; border-radius: 14px; font-size: 12.5px; line-height: 1.4; }

body .entry-content .siov2-inbox-msg-in { background: #FFFFFF; border: 1px solid #E7E5E4; align-self: flex-start; border-bottom-left-radius: 4px; color: #0A0A0A; }

body .entry-content .siov2-inbox-msg-out { background: #0A0A0A; color: #FFFFFF; align-self: flex-end; border-bottom-right-radius: 4px; }

  @media (max-width: 980px) {

body .entry-content .siov2-control-inner { grid-template-columns: 1fr; gap: 40px; }

body .entry-content .siov2-inbox-grid { grid-template-columns: 1fr; min-height: 0; }

body .entry-content .siov2-inbox-side { display: none; }
  }

body .entry-content .siov2-cases { background: #FAFAF9; padding: 96px 24px; }

body .entry-content .siov2-cases-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }

body .entry-content .siov2-stat { background: #FFFFFF; border: 1px solid #E7E5E4; border-radius: 16px; padding: 32px 28px; text-align: center; }

body .entry-content .siov2-stat-mid { background: #0A0A0A !important; color: #FFFFFF !important; }

body .entry-content .siov2-stat-mid * { color: inherit; }

body .entry-content .siov2-stat-num { font-family: 'JetBrains Mono', monospace; font-size: clamp(36px, 5vw, 52px); font-weight: 800; line-height: 1; margin-bottom: 14px; }

body .entry-content .siov2-stat-label { font-size: 15px; font-weight: 600; color: #0A0A0A; margin-bottom: 6px; }

body .entry-content .siov2-stat-mid .siov2-stat-label { color: #FFFFFF; }

body .entry-content .siov2-stat-detail { font-size: 12.5px; color: #737373; }

body .entry-content .siov2-stat-mid .siov2-stat-detail { color: rgba(255,255,255,0.55); }
  @media (max-width: 920px) { .siov2-cases-stats { grid-template-columns: 1fr; } }

body .entry-content .siov2-cta { background: #0A0A0A !important; color: #FFFFFF !important; padding: 96px 24px !important; text-align: center; width: 100vw; margin-left: calc(-50vw + 50%); }

body .entry-content .siov2-cta p,
body .entry-content .siov2-cta h1,
body .entry-content .siov2-cta h2 { color: inherit; }

body .entry-content .siov2-cta-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; color: #FFFFFF; margin: 0 0 18px; }

body .entry-content .siov2-cta-sub { font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.65); max-width: 600px; margin: 0 auto 36px; }


/* ============ VOICE CALL CARD INTERACTIVA ============ */
  body .entry-content .siov2-call-card {
  position: absolute;
  background: rgba(20,20,20,0.96);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(11,98,75,0.35);
  color: #FFFFFF;
  padding: 16px 16px 14px;
  border-radius: 18px;
  box-shadow: 0 20px 48px -12px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04);
  min-width: 260px;
  z-index: 5;
}
body .entry-content .siov2-call-card {
  position: absolute;
  background: rgba(20,20,20,0.96);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(11,98,75,0.35);
  color: #FFFFFF;
}

  body .entry-content .siov2-call-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
  body .entry-content .siov2-call-avatar {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B624B, #4D6258);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
  body .entry-content .siov2-call-avatar-letter {
  color: #FFFFFF; font-weight: 700; font-size: 16px;
  z-index: 2;
}
  body .entry-content .siov2-call-pulse {
  position: absolute; inset: -4px;
  border-radius: 50%;
  background: rgba(11,98,75,0.35);
  animation: siocallpulse 2s ease-out infinite;
}
@keyframes siocallpulse {
  0% { transform: scale(0.85); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}
  body .entry-content .siov2-call-name {
  font-size: 14px; font-weight: 700; line-height: 1.15;
  color: #FFFFFF;
}
  body .entry-content .siov2-call-status {
  font-size: 11.5px; color: rgba(255,255,255,0.65);
  margin-top: 3px;
  display: flex; align-items: center; gap: 5px;
}
  body .entry-content .siov2-call-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #00FF88; display: inline-block;
  animation: siocalldot 1.4s ease-in-out infinite;
}
@keyframes siocalldot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

/* Waveform */
  body .entry-content .siov2-call-wave {
  display: flex; align-items: center; justify-content: center; gap: 3px;
  height: 28px; margin: 8px 0 12px;
}
  body .entry-content .siov2-call-wave span {
  width: 3px; background: #0B624B;
  border-radius: 999px;
  animation: siowave 1.2s ease-in-out infinite;
}
  body .entry-content .siov2-call-wave span:nth-child(1) { animation-delay: 0s;   height: 10px; }
  body .entry-content .siov2-call-wave span:nth-child(2) { animation-delay: 0.1s; height: 14px; }
  body .entry-content .siov2-call-wave span:nth-child(3) { animation-delay: 0.2s; height: 22px; }
  body .entry-content .siov2-call-wave span:nth-child(4) { animation-delay: 0.3s; height: 16px; }
  body .entry-content .siov2-call-wave span:nth-child(5) { animation-delay: 0.15s; height: 24px; }
  body .entry-content .siov2-call-wave span:nth-child(6) { animation-delay: 0.35s; height: 12px; }
  body .entry-content .siov2-call-wave span:nth-child(7) { animation-delay: 0.25s; height: 20px; }
  body .entry-content .siov2-call-wave span:nth-child(8) { animation-delay: 0.45s; height: 26px; }
  body .entry-content .siov2-call-wave span:nth-child(9) { animation-delay: 0.1s; height: 14px; }
  body .entry-content .siov2-call-wave span:nth-child(10) { animation-delay: 0.3s; height: 18px; }
  body .entry-content .siov2-call-wave span:nth-child(11) { animation-delay: 0.2s; height: 10px; }
  body .entry-content .siov2-call-wave span:nth-child(12) { animation-delay: 0.4s; height: 22px; }

@keyframes siowave {
  0%, 100% { transform: scaleY(0.35); }
  50%      { transform: scaleY(1.0); }
}

/* Estado HABLANDO: waveform más activo + color verde más vivo */
  body .entry-content .siov2-call-talking .siov2-call-wave span {
  background: #00FF88;
  animation-duration: 0.45s;
}
  body .entry-content .siov2-call-talking .siov2-call-pulse {
  animation-duration: 1s;
  background: rgba(0,255,136,0.45);
}

/* Botones demo */
  body .entry-content .siov2-call-demo-buttons {
  display: flex; gap: 6px; flex-wrap: wrap;
}
  body .entry-content .siov2-call-demo-btn {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  padding: 7px 8px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
  body .entry-content .siov2-call-demo-btn:hover {
  background: rgba(11,98,75,0.35);
  border-color: rgba(11,98,75,0.65);
  transform: translateY(-1px);
}
  body .entry-content .siov2-call-demo-btn:active {
  transform: scale(0.97);
}
  body .entry-content .siov2-call-demo-btn:disabled {
  opacity: 0.4; cursor: not-allowed;
}

/* Posicionamiento de la card de voz — esquina superior izquierda, sobresaliendo afuera del phone */
  body .entry-content .siov2-call-card.siov2-float-1 {
  top: 4%;
  left: 0;
  transform: translateX(-40%);
  max-width: 260px;
  min-width: 240px;
}

@media (max-width: 1180px) {
  body .entry-content .siov2-call-card.siov2-float-1 {
    transform: translateX(-15%);
  }
}

@media (max-width: 980px) {
  body .entry-content .siov2-call-card.siov2-float-1 {
    position: relative; top: auto; left: auto;
    transform: none;
    margin: 20px auto 0;
    max-width: 320px;
  }
}

/* Mantiene la animación flotante (estilo original), pero adaptada al translateX */
  body .entry-content .siov2-call-card.siov2-float-1 {
  animation: sioFloatCard 6s ease-in-out infinite;
}
@keyframes sioFloatCard {
  0%, 100% { transform: translateX(-40%) translateY(0); }
  50%      { transform: translateX(-40%) translateY(-6px); }
}
@media (max-width: 1180px) {
  @keyframes sioFloatCard {
    0%, 100% { transform: translateX(-15%) translateY(0); }
    50%      { transform: translateX(-15%) translateY(-6px); }
  }
}
