/* ===================================================================== */
/*  LANDING EXT v2 — Compacto, unificado con bento existente.            */
/*  Accent orange/amber del landing original. Paleta coherente arriba+abajo */
/* ===================================================================== */

/* ========== AMPLIAR bento para reducir márgenes laterales ========== */
#landingPage.bento-style .bento-main {
  padding: 26px 32px !important;
  /* Responsive: siempre 30px de tapiz visible a cada lado */
  max-width: calc(100vw - 60px) !important;
}
#landingPage.bento-style .bento-header > div,
#landingPage.bento-style .bento-header .header-content {
  max-width: calc(100vw - 60px) !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
#landingPage.bento-style .bento-grid {
  gap: 18px !important;
}

@media (min-width: 1400px) {
  #landingPage.bento-style .bento-main {
    padding: 26px 40px !important;
  }
}
@media (max-width: 1100px) {
  #landingPage.bento-style .bento-main {
    padding: 20px 20px !important;
  }
}

/* ========== BENTO-CARDS EXT — Full width & coherente ========== */
#landingPage .bento-grid > .bento-card.ext-proof-card,
#landingPage .bento-grid > .bento-card.ext-howit-card,
#landingPage .bento-grid > .bento-card.ext-benefits-card,
#landingPage .bento-grid > .bento-card.ext-faq-card {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  padding: 22px 26px !important;
  background: rgba(20, 20, 25, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: block !important;
  overflow: visible !important;
  min-height: 0 !important;
  height: auto !important;
}

/* Neutralizar pseudos heredados */
#landingPage .bento-grid > .bento-card.ext-proof-card::before,
#landingPage .bento-grid > .bento-card.ext-proof-card::after,
#landingPage .bento-grid > .bento-card.ext-howit-card::before,
#landingPage .bento-grid > .bento-card.ext-howit-card::after,
#landingPage .bento-grid > .bento-card.ext-benefits-card::before,
#landingPage .bento-grid > .bento-card.ext-benefits-card::after,
#landingPage .bento-grid > .bento-card.ext-faq-card::before,
#landingPage .bento-grid > .bento-card.ext-faq-card::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

#landingPage .bento-grid > .bento-card.ext-proof-card {
  padding: 18px 26px !important;
}

/* ========== Precios ARS en planes inline ========== */
#landingPage .plan-inline .plan-ars {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0.2px;
  text-align: right;
}
#landingPage .plan-inline.featured .plan-ars {
  color: rgba(255, 179, 71, 0.75);
}

/* ========== SECTION HEAD ========== */
#landingPage .ext-section-head {
  text-align: center;
  margin-bottom: 18px;
  padding: 0;
}
#landingPage .ext-section-head .section-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #ffa500;
  letter-spacing: 2px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(255, 165, 0, 0.1);
  border: 1px solid rgba(255, 165, 0, 0.3);
  margin-bottom: 8px;
}
#landingPage .ext-section-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.4px;
  font-family: 'Outfit', sans-serif;
  line-height: 1.2;
}
#landingPage .ext-section-head p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ========== PROOF BAR — compacta ========== */
#landingPage .ext-proof-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: center;
}
#landingPage .ext-proof-stat {
  text-align: center;
  padding: 4px 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
#landingPage .ext-proof-stat:last-child {
  border-right: none;
}
#landingPage .ext-proof-num {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(135deg, #ffa500, #ff6b00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: -0.8px;
}
#landingPage .ext-proof-lbl {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 4px;
  line-height: 1.2;
}
@media (max-width: 900px) {
  #landingPage .ext-proof-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  #landingPage .ext-proof-stat:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 500px) {
  #landingPage .ext-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #landingPage .ext-proof-stat {
    border-right: none;
  }
}

/* ========== 9 SUITES GRID — compacto, neon-coherente ========== */
#landingPage .ext-suites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#landingPage .ext-suite {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 12px !important;
  background: linear-gradient(145deg, rgba(20, 20, 25, 0.92), rgba(15, 15, 20, 0.95)) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 12px !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative;
}
#landingPage .ext-suite::before,
#landingPage .ext-suite::after {
  display: none !important;
  content: none !important;
}
#landingPage .ext-suite:hover {
  transform: translateY(-3px);
}

#landingPage .ext-suite-icon {
  flex-shrink: 0 !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  border-radius: 9px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 165, 0, 0.14) !important;
  color: #ffa500 !important;
  overflow: hidden !important;
}
#landingPage .ext-suite-icon svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0 !important;
}
#landingPage .ext-suite-body {
  flex: 1;
  min-width: 0;
}
#landingPage .ext-suite-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 3px;
  flex-wrap: wrap;
}
#landingPage .ext-suite-top h4 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.1px;
  line-height: 1.2;
}
#landingPage .ext-suite-count {
  font-size: 9px;
  color: #ffa500;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
#landingPage .ext-suite-body p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
  line-height: 1.4;
}

/* Color accents por suite — tonos que matchean el landing */
#landingPage .ext-suite.c-orange .ext-suite-icon { background: rgba(255, 154, 60, 0.16); color: #ff9a3c; }
#landingPage .ext-suite.c-orange:hover { border-color: rgba(255, 154, 60, 0.4); box-shadow: 0 4px 20px rgba(255, 154, 60, 0.18); }
#landingPage .ext-suite.c-orange .ext-suite-count { color: #ff9a3c; }

#landingPage .ext-suite.c-pink .ext-suite-icon { background: rgba(255, 45, 181, 0.16); color: #ff5ebf; }
#landingPage .ext-suite.c-pink:hover { border-color: rgba(255, 45, 181, 0.4); box-shadow: 0 4px 20px rgba(255, 45, 181, 0.18); }
#landingPage .ext-suite.c-pink .ext-suite-count { color: #ff5ebf; }

#landingPage .ext-suite.c-cyan .ext-suite-icon { background: rgba(6, 182, 212, 0.16); color: #06b6d4; }
#landingPage .ext-suite.c-cyan:hover { border-color: rgba(6, 182, 212, 0.4); box-shadow: 0 4px 20px rgba(6, 182, 212, 0.18); }
#landingPage .ext-suite.c-cyan .ext-suite-count { color: #06b6d4; }

#landingPage .ext-suite.c-violet .ext-suite-icon { background: rgba(168, 85, 247, 0.16); color: #c084fc; }
#landingPage .ext-suite.c-violet:hover { border-color: rgba(168, 85, 247, 0.4); box-shadow: 0 4px 20px rgba(168, 85, 247, 0.18); }
#landingPage .ext-suite.c-violet .ext-suite-count { color: #c084fc; }

#landingPage .ext-suite.c-blue .ext-suite-icon { background: rgba(59, 130, 246, 0.16); color: #60a5fa; }
#landingPage .ext-suite.c-blue:hover { border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 4px 20px rgba(59, 130, 246, 0.18); }
#landingPage .ext-suite.c-blue .ext-suite-count { color: #60a5fa; }

#landingPage .ext-suite.c-teal .ext-suite-icon { background: rgba(20, 184, 166, 0.16); color: #2dd4bf; }
#landingPage .ext-suite.c-teal:hover { border-color: rgba(20, 184, 166, 0.4); box-shadow: 0 4px 20px rgba(20, 184, 166, 0.18); }
#landingPage .ext-suite.c-teal .ext-suite-count { color: #2dd4bf; }

#landingPage .ext-suite.c-amber .ext-suite-icon { background: rgba(251, 191, 36, 0.16); color: #fbbf24; }
#landingPage .ext-suite.c-amber:hover { border-color: rgba(251, 191, 36, 0.4); box-shadow: 0 4px 20px rgba(251, 191, 36, 0.18); }
#landingPage .ext-suite.c-amber .ext-suite-count { color: #fbbf24; }

#landingPage .ext-suite.c-lime .ext-suite-icon { background: rgba(132, 204, 22, 0.16); color: #a3e635; }
#landingPage .ext-suite.c-lime:hover { border-color: rgba(132, 204, 22, 0.4); box-shadow: 0 4px 20px rgba(132, 204, 22, 0.18); }
#landingPage .ext-suite.c-lime .ext-suite-count { color: #a3e635; }

#landingPage .ext-suite.c-green .ext-suite-icon { background: rgba(37, 211, 102, 0.16); color: #25d366; }
#landingPage .ext-suite.c-green:hover { border-color: rgba(37, 211, 102, 0.4); box-shadow: 0 4px 20px rgba(37, 211, 102, 0.18); }
#landingPage .ext-suite.c-green .ext-suite-count { color: #25d366; }

@media (max-width: 1100px) {
  #landingPage .ext-suites-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  #landingPage .ext-suites-grid { grid-template-columns: 1fr; }
}

/* ========== ROLES TABS — compacto orange ========== */
#landingPage .ext-roles-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#landingPage .ext-role-tab {
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  border: none;
  padding: 6px 13px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
#landingPage .ext-role-tab:hover {
  color: #fff;
  background: rgba(255, 165, 0, 0.1);
}
#landingPage .ext-role-tab.active {
  color: #0a0a0f;
  background: linear-gradient(135deg, #ffa500, #ff6b00);
  box-shadow: 0 3px 10px rgba(255, 165, 0, 0.35);
  font-weight: 700;
}
#landingPage .ext-role-panel {
  display: none !important;
  padding: 14px 16px;
  background: rgba(10, 8, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
#landingPage .ext-role-panel.active {
  display: block !important;
}
#landingPage .ext-role-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px 18px;
}
#landingPage .ext-role-features li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}
#landingPage .ext-role-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #ffa500, #ff6b00);
  border-radius: 50%;
}

@media (max-width: 1100px) {
  #landingPage .ext-role-features { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  #landingPage .ext-role-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  #landingPage .ext-role-features { grid-template-columns: 1fr; }
  #landingPage .ext-role-tab { font-size: 10.5px; padding: 6px 9px; }
}

/* ========== FAQ — compacto 2 columnas ========== */
#landingPage .ext-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 100%;
  margin: 0;
}
#landingPage .ext-faq-item {
  background: rgba(10, 8, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}
#landingPage .ext-faq-item[open] {
  border-color: rgba(255, 165, 0, 0.35);
  background: rgba(15, 12, 8, 0.6);
}
#landingPage .ext-faq-item summary {
  list-style: none;
  padding: 11px 38px 11px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: color 0.2s ease;
  line-height: 1.35;
}
#landingPage .ext-faq-item summary::-webkit-details-marker { display: none; }
#landingPage .ext-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: #ffa500;
  line-height: 1;
  transition: transform 0.2s ease;
}
#landingPage .ext-faq-item[open] summary::after {
  content: '−';
}
#landingPage .ext-faq-item summary:hover { color: #fff; }
#landingPage .ext-faq-answer {
  padding: 0 14px 12px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
}

@media (max-width: 800px) {
  #landingPage .ext-faq { grid-template-columns: 1fr; }
}

/* ========== FIXES específicos de el Call Center card para compactar plan-inline ========== */
#landingPage .plan-inline {
  padding: 10px 14px !important;
}
#landingPage .plan-inline-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

/* ===================================================================== */
/*  BIG STATS — 4 números gigantes, estilo hero                         */
/* ===================================================================== */
#landingPage .ext-bigstats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
#landingPage .ext-bigstat {
  text-align: center;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
#landingPage .ext-bigstat:last-child { border-right: none; }
#landingPage .ext-bigstat-num {
  font-size: 40px;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(135deg, #ffa500, #ff4b1f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 6px;
}
#landingPage .ext-bigstat-lbl {
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
#landingPage .ext-bigstat-desc {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 900px) {
  #landingPage .ext-bigstats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  #landingPage .ext-bigstat { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 14px; }
  #landingPage .ext-bigstat:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }
  #landingPage .ext-bigstat-num { font-size: 34px; }
}

/* ===================================================================== */
/*  CÓMO FUNCIONA EN 3 PASOS — flujo con glow tipo verifier-card         */
/* ===================================================================== */
#landingPage .ext-steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 6px;
}

#landingPage .ext-step {
  position: relative;
  padding: 22px 18px 18px;
  background: linear-gradient(160deg, rgba(15, 15, 20, 0.85), rgba(10, 10, 15, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#landingPage .ext-step::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 30%, var(--ext-step-glow, #ffa500) 50%, transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
#landingPage .ext-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px var(--ext-step-shadow, rgba(255, 165, 0, 0.25));
}
#landingPage .ext-step:hover::before { opacity: 1; }

#landingPage .ext-step.c-cyan   { --ext-step-glow: #06b6d4; --ext-step-shadow: rgba(6, 182, 212, 0.3); }
#landingPage .ext-step.c-green  { --ext-step-glow: #25d366; --ext-step-shadow: rgba(37, 211, 102, 0.3); }
#landingPage .ext-step.c-orange { --ext-step-glow: #ffa500; --ext-step-shadow: rgba(255, 165, 0, 0.3); }

#landingPage .ext-step-num {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 52px;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  opacity: 0.1;
  color: var(--ext-step-glow, #fff);
  pointer-events: none;
}
#landingPage .ext-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 165, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: var(--ext-step-glow, #ffa500);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
#landingPage .ext-step-icon svg { width: 26px; height: 26px; }
#landingPage .ext-step.c-cyan   .ext-step-icon { background: rgba(6, 182, 212, 0.12); border-color: rgba(6, 182, 212, 0.25); }
#landingPage .ext-step.c-green  .ext-step-icon { background: rgba(37, 211, 102, 0.12); border-color: rgba(37, 211, 102, 0.25); }
#landingPage .ext-step.c-orange .ext-step-icon { background: rgba(255, 165, 0, 0.12); border-color: rgba(255, 165, 0, 0.25); }

#landingPage .ext-step h4 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.3px;
}
#landingPage .ext-step p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 14px;
  line-height: 1.5;
}
#landingPage .ext-step-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ext-step-glow, #ffa500);
  border: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.2px;
}

#landingPage .ext-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 165, 0, 0.4);
  animation: extArrowPulse 1.8s ease-in-out infinite;
}
#landingPage .ext-step-arrow svg { width: 28px; height: 28px; }
@keyframes extArrowPulse {
  0%, 100% { opacity: 0.35; transform: translateX(0); }
  50%      { opacity: 1;    transform: translateX(4px); }
}

@media (max-width: 900px) {
  #landingPage .ext-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #landingPage .ext-step-arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
}

/* ===================================================================== */
/*  QUÉ GANÁS — 4 beneficios en grid con glow border                     */
/* ===================================================================== */
#landingPage .ext-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
#landingPage .ext-benefit {
  position: relative;
  padding: 18px 16px 16px;
  background: linear-gradient(160deg, rgba(15, 15, 20, 0.9), rgba(10, 10, 15, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#landingPage .ext-benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ext-b-c, #ffa500), transparent);
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
#landingPage .ext-benefit:hover {
  transform: translateY(-3px);
  border-color: var(--ext-b-c-border, rgba(255,165,0,0.35));
  box-shadow: 0 6px 22px var(--ext-b-c-shadow, rgba(255, 165, 0, 0.2));
}
#landingPage .ext-benefit:hover::before { opacity: 1; }

#landingPage .ext-benefit.c-orange { --ext-b-c: #ffa500; --ext-b-c-border: rgba(255,165,0,0.4); --ext-b-c-shadow: rgba(255,165,0,0.22); }
#landingPage .ext-benefit.c-green  { --ext-b-c: #25d366; --ext-b-c-border: rgba(37,211,102,0.4); --ext-b-c-shadow: rgba(37,211,102,0.22); }
#landingPage .ext-benefit.c-cyan   { --ext-b-c: #06b6d4; --ext-b-c-border: rgba(6,182,212,0.4); --ext-b-c-shadow: rgba(6,182,212,0.22); }
#landingPage .ext-benefit.c-pink   { --ext-b-c: #ff5ebf; --ext-b-c-border: rgba(255,94,191,0.4); --ext-b-c-shadow: rgba(255,94,191,0.22); }

#landingPage .ext-benefit-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: inline-block;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}
#landingPage .ext-benefit h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.2px;
}
#landingPage .ext-benefit p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0 0 12px;
}
#landingPage .ext-benefit p strong {
  color: var(--ext-b-c, #ffa500);
  font-weight: 700;
}
#landingPage .ext-benefit-perk {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ext-b-c, #ffa500);
  border: 1px solid var(--ext-b-c-border, rgba(255,165,0,0.3));
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  #landingPage .ext-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  #landingPage .ext-benefits-grid { grid-template-columns: 1fr; }
}

/* Ocultar bloques viejos deprecated */
#landingPage .viejo-remover-deprecated { display: none !important; }

/* ===================================================================== */
/*  HERO CARD — Copy potente + chips de proof                             */
/* ===================================================================== */
#landingPage .hero-card .hero-content-over h1 {
  font-size: 2.6rem !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  margin: 10px 0 8px 0 !important;
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}
#landingPage .hero-card .hero-content-over h1 .hero-highlight {
  background: linear-gradient(135deg, #ffa500 0%, #ff6b35 50%, #e91e63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}
#landingPage .hero-card .hero-badge {
  display: inline-block !important;
  padding: 5px 12px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  background: linear-gradient(135deg, rgba(255,165,0,0.2), rgba(233,30,99,0.15)) !important;
  color: #ffc266 !important;
  border: 1px solid rgba(255,165,0,0.35) !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(6px);
}
#landingPage .hero-card .hero-desc {
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 0 14px 0 !important;
  max-width: 460px;
}
#landingPage .hero-card .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
#landingPage .hero-card .hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}
#landingPage .hero-card .hero-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(255,165,0,0.5);
  background: rgba(255,165,0,0.08);
}
#landingPage .hero-card .hero-chip strong {
  color: #ffa500;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  #landingPage .hero-card .hero-content-over h1 { font-size: 2.1rem !important; }
}
@media (max-width: 500px) {
  #landingPage .hero-card .hero-content-over h1 { font-size: 1.7rem !important; }
  #landingPage .hero-card .hero-chip { font-size: 0.72rem; padding: 5px 10px; }
}

/* ===================================================================== */
/*  CALL CENTER — Barra "Todos incluyen" horizontal + botón al lado        */
/* ===================================================================== */
#landingPage .service-main-pro .cc-bottom-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
#landingPage .service-main-pro .cc-includes-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 60%;
  min-width: 0;
}
#landingPage .service-main-pro .cc-inc-title {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: rgba(255,165,0,0.9);
  margin-right: 4px;
}
#landingPage .service-main-pro .cc-inc-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  white-space: nowrap;
}
#landingPage .service-main-pro .cc-bottom-row .btn-service-main {
  margin: 0 !important;
  flex: 0 0 auto;
  padding: 10px 20px !important;
  font-size: 0.88rem !important;
  white-space: nowrap;
}

@media (max-width: 900px) {
  #landingPage .service-main-pro .cc-bottom-row .btn-service-main {
    width: 100%;
  }
}

/* ===================================================================== */
/*  VERIFICADORES — Layout horizontal compacto, unificado, denso          */
/* ===================================================================== */
#landingPage .verifiers-section {
  padding: 20px 24px !important;
}
#landingPage .verifiers-header {
  margin-bottom: 14px !important;
  text-align: center;
}
#landingPage .verifiers-header h3 {
  font-size: 1.35rem !important;
  margin: 6px 0 2px 0 !important;
  letter-spacing: 0.5px !important;
}
#landingPage .verifiers-header p {
  font-size: 0.82rem !important;
  margin: 0 !important;
  opacity: 0.7;
}
#landingPage .verifiers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
#landingPage .verifier-card {
  display: grid !important;
  grid-template-columns: 56px 1fr !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  row-gap: 2px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(20,22,28,0.85), rgba(12,14,18,0.92)) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#landingPage .verifier-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent 30%, var(--vf-glow, rgba(255,165,0,0.5)) 50%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.6;
  pointer-events: none;
  animation: vfGlowShift 4s ease-in-out infinite;
}
@keyframes vfGlowShift {
  0%, 100% { opacity: 0.4; transform: rotate(0deg); }
  50% { opacity: 0.85; }
}
#landingPage .verifier-card:hover {
  transform: translateY(-3px);
  border-color: var(--vf-glow, rgba(255,165,0,0.55)) !important;
  box-shadow: 0 10px 30px -10px var(--vf-glow, rgba(255,165,0,0.4));
}
#landingPage .verifier-card.whatsapp       { --vf-glow: rgba(37,211,102,0.6); }
#landingPage .verifier-card.obras-sociales { --vf-glow: rgba(66,133,244,0.6); }
#landingPage .verifier-card.bcra           { --vf-glow: rgba(255,193,7,0.6); }
#landingPage .verifier-card.ia-card        { --vf-glow: rgba(186,104,200,0.6); }

#landingPage .verifier-icon-box {
  grid-row: 1 / 3 !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,0.08), transparent 70%) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
}
#landingPage .verifier-3d-icon {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px var(--vf-glow, rgba(255,165,0,0.4)));
}
#landingPage .verifier-content {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  flex-wrap: wrap;
}
#landingPage .verifier-content h4 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  margin: 0 !important;
  color: #fff !important;
  letter-spacing: -0.01em;
}
#landingPage .verifier-metric {
  display: inline-block !important;
  padding: 3px 8px !important;
  font-size: 0.66rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: var(--vf-glow, #ffa500) !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--vf-glow, rgba(255,165,0,0.4)) !important;
  border-radius: 999px !important;
  line-height: 1 !important;
}
#landingPage .verifier-desc {
  grid-column: 2 / 3 !important;
  grid-row: 2 / 3 !important;
  margin: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.35 !important;
  color: rgba(255,255,255,0.68) !important;
}

@media (max-width: 1100px) {
  #landingPage .verifiers-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
  #landingPage .verifiers-grid { grid-template-columns: 1fr !important; }
}

/* ===================================================================== */
/*  SERVICIOS TÉCNICOS — Grid 3x2 compacto (era tabla-lista 6 filas)      */
/* ===================================================================== */
#landingPage .tech-mega-bar {
  padding: 18px 20px !important;
  border-radius: 16px !important;
}
#landingPage .tech-mega-header {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 14px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#landingPage .tech-mega-icon {
  font-size: 1.6rem !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(255,165,0,0.15), rgba(233,30,99,0.1)) !important;
  border: 1px solid rgba(255,165,0,0.3) !important;
  border-radius: 10px !important;
}
#landingPage .tech-mega-title h3 {
  font-size: 1.1rem !important;
  margin: 0 !important;
  letter-spacing: 0.3px;
}
#landingPage .tech-mega-title span {
  font-size: 0.78rem !important;
  opacity: 0.65;
}

#landingPage .tech-mega-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
}
#landingPage .tech-card-slim {
  display: grid !important;
  grid-template-columns: 38px 1fr auto !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  row-gap: 2px !important;
  align-items: center !important;
  padding: 12px 14px !important;
  background: rgba(255,255,255,0.025) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 12px !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  min-height: 0 !important;
}
#landingPage .tech-card-slim:hover {
  background: rgba(255,165,0,0.04) !important;
  border-color: rgba(255,165,0,0.28) !important;
  transform: translateY(-2px);
}
#landingPage .tech-card-slim .tech-slim-top {
  display: contents !important;
}
#landingPage .tech-card-slim .tech-slim-icon {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  font-size: 1.5rem !important;
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
}
#landingPage .tech-card-slim h4 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #fff !important;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#landingPage .tech-card-slim p {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  margin: 0 !important;
  font-size: 0.74rem !important;
  line-height: 1.35 !important;
  color: rgba(255,255,255,0.55) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#landingPage .tech-card-slim .tech-slim-price {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  color: #ffa500 !important;
  white-space: nowrap;
  justify-self: end;
  margin: 0 !important;
}
#landingPage .tech-card-slim .tech-slim-price span {
  font-size: 0.66rem !important;
  font-weight: 600 !important;
  opacity: 0.7;
  margin-left: 2px;
}
#landingPage .tech-card-slim .tech-slim-cta {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 8px !important;
  padding: 6px 10px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  color: #ffa500 !important;
  background: transparent !important;
  border: 1px solid rgba(255,165,0,0.35) !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}
#landingPage .tech-card-slim .tech-slim-cta:hover {
  background: rgba(255,165,0,0.15) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  #landingPage .tech-mega-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
  #landingPage .tech-mega-grid { grid-template-columns: 1fr !important; }
}

/* ===================================================================== */
/*  MOBILE TUNING — viewport <= 640px                                     */
/* ===================================================================== */
@media (max-width: 640px) {
  /* Evitar overflow horizontal global */
  html, body { overflow-x: hidden !important; }
  #landingPage.bento-style .bento-main {
    padding: 16px 14px !important;
  }
  #landingPage.bento-style .bento-grid {
    gap: 14px !important;
  }
  #landingPage.bento-style .bento-header .header-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 10px !important;
  }

  /* Header compacto: logo más chico, botón legible sin wrap */
  #landingPage .landing-logo span:first-child {
    font-size: 0.85rem !important;
    letter-spacing: 0.3px !important;
  }
  #landingPage .landing-logo .header-location {
    font-size: 0.62rem !important;
  }
  #landingPage .landing-login-btn {
    padding: 8px 14px !important;
    font-size: 0.75rem !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  /* Hero title más responsive */
  #landingPage .hero-card .hero-content-over h1 {
    font-size: 1.85rem !important;
    line-height: 1.08 !important;
  }
  #landingPage .hero-card .hero-desc {
    font-size: 0.9rem !important;
  }

  /* Call Center — mostrar features de nuevo y apilar ordenado */
  #landingPage .service-main-pro .plan-inline-features {
    display: inline-block !important;
    font-size: 0.72rem !important;
    color: rgba(255,255,255,0.65) !important;
    margin-top: 2px !important;
  }
  #landingPage .service-main-pro .plan-inline {
    padding: 12px 14px !important;
  }
  #landingPage .service-main-pro .service-main-header h3 {
    font-size: 1.4rem !important;
    line-height: 1.1 !important;
  }
  #landingPage .service-main-pro .service-main-header p {
    font-size: 0.8rem !important;
  }

  /* Call Center bottom row — barra + botón bien apilados en mobile */
  #landingPage .service-main-pro .cc-bottom-row {
    gap: 10px !important;
    padding-top: 12px !important;
  }
  #landingPage .service-main-pro .cc-includes-bar {
    flex: 1 1 100%;
  }
  #landingPage .service-main-pro .cc-inc-chip {
    font-size: 0.7rem !important;
    padding: 4px 8px !important;
  }
  #landingPage .service-main-pro .cc-bottom-row .btn-service-main {
    width: 100% !important;
    justify-content: center;
  }

  /* Verificadores — compactar un toque más en mobile */
  #landingPage .verifier-card {
    padding: 12px 14px !important;
    column-gap: 10px !important;
  }
  #landingPage .verifier-content {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  #landingPage .verifier-desc {
    font-size: 0.75rem !important;
  }

  /* Servicios Tech — evitar que el título se escape */
  #landingPage .tech-card-slim h4 {
    white-space: normal !important;
    font-size: 0.88rem !important;
  }
  #landingPage .tech-card-slim .tech-slim-price {
    font-size: 0.88rem !important;
  }

  /* Proof big stats — achicar números para que entren 2x2 */
  #landingPage .ext-bigstat-num {
    font-size: 1.8rem !important;
  }
  #landingPage .ext-bigstat-lbl {
    font-size: 0.65rem !important;
  }
  #landingPage .ext-bigstat-desc {
    font-size: 0.7rem !important;
  }

  /* FAQ — padding ajustado y mejor legibilidad */
  #landingPage .ext-faq-item summary {
    font-size: 0.85rem !important;
    padding: 12px 14px !important;
  }

  /* Footer legible */
  #landingPage .bento-footer {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 14px 10px !important;
    font-size: 0.78rem !important;
  }
  #landingPage .footer-links-mini {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* iPhone chico / pantallas <= 380 */
@media (max-width: 380px) {
  #landingPage .hero-card .hero-content-over h1 {
    font-size: 1.55rem !important;
  }
  #landingPage .service-main-pro .service-main-header h3 {
    font-size: 1.2rem !important;
  }
  #landingPage .hero-chip {
    font-size: 0.7rem !important;
    padding: 5px 9px !important;
  }
}
