/* Estilos específicos para landing pages (complementan main.min.css) */
:root {
  --bordo: #9B2D30;
  --primary-900: #0f172a;
  --surface: #f8fafc;
}

/* Hero CRO: fondo en gradiente por si Tailwind no incluye la utilidad */
#hero-cro.bg-gradient-to-b {
  background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
}

/* Responsive: evitar scroll horizontal (solo páginas que cargan landings.css) */
html, body {
  overflow-x: hidden;
}
.logo-carousel {
  overflow: hidden;
}
.ux-proof-strip {
  max-width: 100%;
}

/* Tabla comparativa en móvil: evitar que el texto rompa el layout */
@media (max-width: 640px) {
  .vs-table th, .vs-table td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.8125rem;
  }
  .vs-table th .cell-content,
  .vs-table td .cell-content {
    flex-wrap: wrap;
  }
}

/* Grid de países/contacto: una columna en pantallas muy chicas */
@media (max-width: 380px) {
  #contactos-paises .grid {
    grid-template-columns: 1fr;
  }
}

/* Selector de plan (calculadora) */
.plan-option {
  transition: all 0.2s ease;
  cursor: pointer;
}
.plan-option:hover {
  border-color: var(--bordo);
  background: #fef2f2;
}
.plan-option.selected {
  border-color: var(--bordo);
  background: #fef2f2;
  box-shadow: 0 0 0 2px rgba(155, 45, 48, 0.2);
}
.plan-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.plan-radio-dot { }
.plan-radio-icon { }

/* Slider de colaboradores */
input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--primary-900);
  cursor: pointer;
  margin-top: -10px;
  border: 2px solid white;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
}
input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--primary-900);
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
}

/* Slider compacto: equipos biométricos (calculadora) */
.pp-equipos-range input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  margin-top: -6px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.15);
}
.pp-equipos-range input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
}
.pp-equipos-range input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.15);
}
.pp-equipos-range input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
}

/* Enlaces de país / contacto */
.country-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 700;
  color: #334155;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.country-link:hover {
  border-color: var(--primary-900);
  color: var(--primary-900);
  background: #f1f5f9;
}
/* Banderas en enlaces de país: imagen junto al texto */
.country-link .country-flag {
  width: 1.25rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 0.125rem;
  flex-shrink: 0;
}
.country-link .country-globe {
  width: 1.25rem;
  height: 1rem;
  flex-shrink: 0;
  color: #64748b;
}

/* Hero como index: blobs, glass-panel, video */
@keyframes blob {
  0% { transform: translate(0px, 0px) scale(1); }
  33% { transform: translate(30px, -50px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
  100% { transform: translate(0px, 0px) scale(1); }
}
.animate-blob {
  animation: blob 7s infinite;
}
.animation-delay-2000 { animation-delay: 2s; }
.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hero-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  #hero-video { max-height: 460px; }
}

/* Hero video en landing control-planes: sin recuadro ni sombras, como en index */
.hero-image-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.hero-image-wrapper:hover {
  transform: none;
}
.hero-image-wrapper video {
  box-shadow: none !important;
}

/* Video embed */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Vídeo vertical (9:16): envolver en un contenedor con max-width; el % usa el ancho de ese padre */
.video-wrapper.video-wrapper--portrait-9-16 {
  padding-bottom: 177.78%;
  box-shadow: none;
}

/* Utilidad usada en landings Argentina */
.bg-primary-900 {
  background-color: var(--primary-900);
}

/* Tabla comparativa (landings Argentina) */
.vs-table {
  table-layout: fixed;
}
.vs-table th,
.vs-table td {
  width: 50%;
  vertical-align: middle;
}
.vs-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.vs-table tbody tr:last-child {
  border-bottom: 0;
}
.vs-table tbody tr:nth-child(even) {
  background-color: var(--surface);
}
.vs-table .cell-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* CTA fijo móvil (landings comparativas) */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 12px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
  z-index: 50;
  display: none;
}
@media (max-width: 768px) {
  .sticky-cta {
    display: block;
  }
  .site-footer {
    padding-bottom: 80px;
  }
}

/* FAQ / details */
details summary::-webkit-details-marker {
  display: none;
}
details > summary {
  list-style: none;
}

/* Carrusel de testimonios (ads) */
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel-track {
  position: relative;
  white-space: nowrap;
}
.testimonial-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  white-space: normal;
  transition: opacity 0.3s ease;
}
.testimonial-carousel-track .testimonial-slide {
  display: none;
}
.testimonial-carousel-track .testimonial-slide.active {
  display: block;
}
.testimonial-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
}
.testimonial-btn:hover {
  background: #f8fafc;
  border-color: var(--bordo);
  color: var(--bordo);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.testimonial-btn--prev {
  left: -12px;
}
.testimonial-btn--next {
  right: -12px;
}
@media (max-width: 640px) {
  .testimonial-btn--prev { left: 4px; }
  .testimonial-btn--next { right: 4px; }
  .testimonial-btn {
    width: 36px;
    height: 36px;
  }
}
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  padding: 0;
}
.testimonial-dot:hover {
  background: #94a3b8;
}
.testimonial-dot.active {
  background: var(--bordo);
  transform: scale(1.2);
}

/* Carrusel testimonios 2-up (2 por vista) */
.testimonial-carousel-2up {
  position: relative;
}
.testimonial-carousel-2up-track {
  overflow: hidden;
  width: 100%;
}
.testimonial-carousel-2up-slides {
  display: flex;
  transition: transform 0.4s ease;
  width: 400%; /* 4 páginas de 2 testimonios c/u */
}
.testimonial-carousel-2up-page {
  flex: 0 0 25%;
  min-width: 0;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
.testimonial-carousel-2up-page .testimonial-card-2up {
  flex: 1;
  min-width: 0;
}
.testimonial-carousel-2up .testimonial-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
}
.testimonial-carousel-2up .testimonial-btn:hover {
  background: #f8fafc;
  border-color: var(--bordo);
  color: var(--bordo);
}
.testimonial-carousel-2up .testimonial-btn--prev { left: -8px; }
.testimonial-carousel-2up .testimonial-btn--next { right: -8px; }
@media (max-width: 640px) {
  .testimonial-carousel-2up .testimonial-btn--prev { left: 4px; }
  .testimonial-carousel-2up .testimonial-btn--next { right: 4px; }
  .testimonial-carousel-2up .testimonial-btn { width: 32px; height: 32px; }
}
.testimonial-carousel-2up .testimonial-dot,
#testimonial2upDots .testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  padding: 0;
}
#testimonial2upDots .testimonial-dot:hover { background: #94a3b8; }
#testimonial2upDots .testimonial-dot.active {
  background: var(--bordo);
  transform: scale(1.2);
}

/* Botón flotante WhatsApp (control-ads, index con header-footer) */
.whatsapp-float-wrap {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 40;
  pointer-events: none;
}
.whatsapp-float-wrap .whatsapp-float {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float-wrap .whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.whatsapp-float-wrap .whatsapp-float svg {
  width: 28px;
  height: 28px;
}

/* Wizard diagnóstico (embed en landings; mismas piezas que diagnostico.html) */
.diag-option {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #334155;
  background: #ffffff;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .diag-option {
    font-size: 1.125rem;
    padding: 1rem 1.1rem;
  }
}
.diag-option:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.diag-option-icon-wrap {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.625rem;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (min-width: 640px) {
  .diag-option-icon-wrap {
    width: 3rem;
    height: 3rem;
  }
  .diag-option-svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.diag-option:hover .diag-option-icon-wrap {
  background: #e2e8f0;
  color: #334155;
}
.diag-option-svg {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  display: block;
}
.diag-option-label {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
  text-align: left;
}
.diag-progress-track {
  height: 0.4rem;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}
.diag-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #b91c1c, #7f1d1d);
  transition: width 0.25s ease;
}
.diag-focus-band {
  border-left: 4px solid #7f1d1d;
}

/* Formulario demo (#contactos): padding generoso independiente del purge de Tailwind */
#contactos form#contactForm.landing-demo-form {
  padding: 2rem 1.75rem;
}
@media (min-width: 640px) {
  #contactos form#contactForm.landing-demo-form {
    padding: 2.5rem 2.75rem;
  }
}
@media (min-width: 768px) {
  #contactos form#contactForm.landing-demo-form {
    padding: 3rem 3.25rem;
  }
}

/* Simulador control-planes-argentina: colores explícitos (main.min no incluye toda la paleta red-* ni valores arbitrarios) */
#priceResult {
  container-type: inline-size;
}
#priceResult .pp-title {
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#priceResult .pp-muted {
  color: #475569;
}
#priceResult .pp-row-label {
  color: #1e293b;
  font-weight: 600;
}
/* Fila “Software (N meses)”: sin flex-1 para que no se comprima y parta el texto */
#priceResult .pp-row-label--nowrap {
  flex-shrink: 0;
  white-space: nowrap;
}
#priceResult .pp-row-label--accent {
  color: #b91c1c;
}
#priceResult .pp-row-hint {
  color: #64748b;
  font-weight: 500;
}
#priceResult .pp-gratis {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  color: #b91c1c;
  line-height: inherit;
  white-space: normal;
}
#priceResult .pp-total-kicker {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  letter-spacing: 0.01em;
}
#priceResult .pp-footer-note {
  color: #64748b;
  line-height: 1.45;
}
#priceResult .pp-price {
  color: #0f172a;
}
#priceResult .pp-strike {
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.8125rem;
}
#priceResult .pp-total-label {
  color: #334155;
  font-weight: 600;
}
/* Fila de total: tipografía acotada para que no se salga de la card (grid 3 cols) */
#priceResult .pp-pricing-card {
  min-width: 0;
  overflow-x: clip;
}
#priceResult .pp-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
}
/* «Luego …» debajo de «Hoy pagás», una sola fila a todo el ancho */
#priceResult .pp-total-block {
  min-width: 0;
}
#priceResult .pp-total-luego {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #cbd5e1;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 600;
  color: #334155;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
}
#priceResult .pp-total-heading {
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 640px) {
  #priceResult .pp-total-heading {
    font-size: 1.125rem;
  }
}
#priceResult .pp-total-value {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  font-weight: 900;
  line-height: 1.1;
  text-align: right;
  overflow: hidden;
  /* Sin cqi: escala con viewport; con container + cqi: encaja al ancho del bloque */
  font-size: clamp(0.8125rem, 0.65rem + 0.75vw, 1.375rem);
  letter-spacing: -0.02em;
}
@supports (font-size: 1cqi) {
  #priceResult .pp-total-value {
    font-size: clamp(0.8125rem, 0.5rem + 2.2cqi, 1.375rem);
  }
}
#priceResult .pp-total-value span {
  display: inline-block;
  white-space: nowrap;
}
#priceResult .pp-save-box {
  background-color: #fce4ec;
  border: 1px solid #f9a8c9;
  border-radius: 0.5rem;
  padding: 0.4rem 0.5rem;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
#priceResult .pp-save-line-sem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.35rem;
  margin: 0;
  line-height: 1.15;
}
#priceResult .pp-save-box .pp-save-label {
  color: #9f1239;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#priceResult .pp-save-box .pp-save-amt {
  color: #b91c1c;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.72rem + 0.35vw, 0.9375rem);
  line-height: 1.15;
  margin: 0;
}
@supports (font-size: 1cqi) {
  #priceResult .pp-save-box .pp-save-amt {
    font-size: clamp(0.8125rem, 0.68rem + 0.9cqi, 0.9375rem);
  }
}
#priceResult .pp-upsell {
  color: #334155;
}
#priceResult .pp-upsell .pp-upsell-amt {
  color: #b91c1c;
  font-weight: 700;
}
#priceResult .pp-upsell .pp-upsell-arrow {
  color: #b91c1c;
  font-weight: 700;
}
#priceResult .pp-card-annual {
  position: relative;
  border: 2px solid #9b2d30;
  border-radius: 1rem;
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 55%);
  box-shadow: 0 6px 22px -8px rgba(155, 45, 48, 0.16);
  /* Mismo padding que .pp-pricing-card (p-4 md:p-5) para alinear filas de precio */
  padding: 1rem;
  overflow: visible;
  overflow-x: visible;
}
@media (min-width: 768px) {
  #priceResult .pp-card-annual {
    padding: 1.25rem;
  }
}
#priceResult .pp-badge {
  background-color: #9b2d30;
  color: #ffffff;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(155, 45, 48, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
/* Centrado sobre el borde superior de la card */
#priceResult .pp-badge--on-border {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.35rem 0.85rem;
  font-size: 10px;
}
@media (min-width: 640px) {
  #priceResult .pp-badge--on-border {
    font-size: 11px;
    padding: 0.4rem 1rem;
  }
}
#priceResult .pp-save-box-annual {
  background-color: #9b2d30;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.4rem 0.45rem 0.45rem;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#priceResult .pp-save-line-annual {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.4rem;
  margin: 0;
  line-height: 1.15;
  white-space: nowrap;
}
#priceResult .pp-save-box-annual .pp-save-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#priceResult .pp-save-box-annual .pp-save-amt {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.72rem + 0.35vw, 0.9375rem);
  line-height: 1.15;
  margin: 0;
}
@supports (font-size: 1cqi) {
  #priceResult .pp-save-box-annual .pp-save-amt {
    font-size: clamp(0.8125rem, 0.68rem + 0.9cqi, 0.9375rem);
  }
}
#priceResult .pp-save-box-annual .pp-save-sub-line {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
#priceResult .pp-btn-annual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #9b2d30;
  color: #ffffff !important;
  border: 1px solid #7f1d1d;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  #priceResult .pp-btn-annual {
    font-size: 1.125rem;
  }
}
#priceResult .pp-btn-annual:hover {
  background-color: #7f1d1d;
  border-color: #5c1518;
  color: #ffffff !important;
}
#priceResult .pp-btn-annual .pp-btn-arrow {
  color: #ffffff;
  font-weight: 600;
}

/* —— Landing /control (control-planes): dinamismo ligero, sin JS extra —— */
body.landing-control .landing-calc-shell {
  transition: box-shadow 0.4s ease;
}
body.landing-control #calculadora:focus-within .landing-calc-shell {
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12);
}

body.landing-control .landing-hero-media video {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  body.landing-control .landing-hero-media:hover video {
    transform: translate3d(0, 0, 0) scale(1.015);
  }
}

body.landing-control .landing-pricing-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.landing-control .landing-pricing-card:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 18px 44px -14px rgba(15, 23, 42, 0.14);
  }
  body.landing-control #precio-anual.landing-pricing-card:hover {
    box-shadow: 0 20px 48px -10px rgba(75, 10, 15, 0.45);
  }
}

body.landing-control .plan-option {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.landing-control .plan-option:hover {
    transform: translate3d(0, -1px, 0);
  }
}
body.landing-control .plan-option:active {
  transform: translate3d(0, 0, 0) scale(0.995);
}

@media (hover: hover) and (pointer: fine) {
  body.landing-control #funcionalidades .hover-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }
  body.landing-control #funcionalidades .hover-card:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 16px 40px -14px rgba(15, 23, 42, 0.12);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.landing-control .testimonial-card-2up {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  body.landing-control .testimonial-card-2up:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
  }
}

body.landing-control #faq-accordion details {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.landing-control #faq-accordion details:hover {
  border-color: rgb(203 213 225);
}

body.landing-control .landing-nav-desktop a[href^="#"] {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  body.landing-control .landing-nav-desktop a[href^="#"]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--bordo);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
  }
  body.landing-control .landing-nav-desktop a[href^="#"]:hover::after,
  body.landing-control .landing-nav-desktop a[href^="#"]:focus-visible::after {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-control .landing-calc-shell,
  body.landing-control .landing-hero-media video,
  body.landing-control .landing-pricing-card,
  body.landing-control .plan-option,
  body.landing-control #funcionalidades .hover-card,
  body.landing-control .testimonial-card-2up,
  body.landing-control #faq-accordion details {
    transition: none !important;
  }
  body.landing-control .landing-pricing-card:hover,
  body.landing-control #funcionalidades .hover-card:hover,
  body.landing-control .testimonial-card-2up:hover,
  body.landing-control .plan-option:hover {
    transform: none !important;
  }
  body.landing-control .animate-blob {
    animation: none !important;
  }
  body.landing-control .landing-nav-desktop a[href^="#"]::after {
    transition: none !important;
  }
}
