/* ============================================================
   SEGURIHOST CUSTOM CSS — índice
   01 Tokens y overrides globales
   02 Home y hero (sh3, devices)
   03 Secciones compartidas (FAQ, reviews, marquee…)
   04 Planes y tablas WooCommerce (.sh-pw-*)
   05 Tiendas Shopify
   06 Utilidades transversales (WhatsApp, AJAX errors)
   07 Documentación WooCommerce (.sh-doc-*)
   08 Cuenta y checkout (#cuenta-buy, miscompras…)
   09 Formularios y teléfono (intl-tel-input)
   10 Plugins, demo, términos, proceso pago
   11 Tutoriales y admin WooCommerce
   12 Requerimientos y CRO
   13 Páginas Shopify (integraciones, migraciones)
   ============================================================ */

/* === 01 TOKENS Y GLOBAL === */

:root { 
    --base-color: #3F6FE0; 
    /* --very-light-gray: #f2f6fa; */
    --very-light-gray: #f0f5fb;
    --aluminium-gray: #9A9FAB;
}
.text-base-color { color: #3F6FE0 !important; }
.bg-base-color  { background-color: #3F6FE0 !important; }
.btn-yellow,
.btn-yellow:hover  { background-color: #3F6FE0 !important; border-color: #3F6FE0 !important; color: #ffffff !important; }
.col-lg-3.text-center.bg-yellow { background-color: #3F6FE0 !important; }
.col-lg-3.text-center.bg-yellow a { color: #ffffff !important; }
.process-step-icon.bg-base-color { background-color: #3F6FE0 !important; }
.bg-solitude-blue  { background-color: #EEF3FD !important; padding-top:5px; padding-bottom: 5px; line-height: 1.4 !important; padding-left: 10px;
    padding-right: 10px; }
/* Logo sizing */
.navbar-brand .default-logo,
.navbar-brand .alt-logo,
.navbar-brand .mobile-logo { max-height: 42px; min-height: 42px; width: auto; }
footer .footer-logo img{ max-height: 62px; min-height: 62px; width: 80%; }
footer {
    padding-top: 60px;
}
footer li {
    line-height: 22px;
    margin-bottom: 10px !important;
}
@media (min-width: 992px) {
    .col-lg-3.w20{
        width: 20%;
    }
    .col-lg-3.w30{
        width: 30%;
    }
}
@media (max-width: 579px) {
  footer .sh-footer-columns > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

header .navbar .navbar-nav .nav-item:hover .nav-link, 
header .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
}
header .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    margin-top: -5px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu.width-180 {
    width: 180px !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover span{
    color: #3F6FE0 !important;
}
.icon-feather-message-circle::before {
  font-size: 20px;
}

/* Dropdown 2 columnas (solo desktop) */
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu.dropdown-2col {
        column-count: 2;
        column-gap: 0;
        min-width: 650px;
        padding: 10px 6px !important;
        column-rule: 1px solid rgba(15,23,42,.06);
    }
    .navbar-nav .dropdown-menu.dropdown-2col > li {
        break-inside: avoid;
        display: block;
        width: 100%;
    }
    header .navbar .navbar-nav .nav-item.d-lg-block {
        display: flex !important;
        align-items: center;
        align-self: stretch;
    }
}
/* Dropdown links padding y sin bordes */
header.header-scrolled .navbar-brand{
    padding: 15px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    padding: 12px 30px 12px 20px !important;
    border-top: none !important;
    border-bottom: none !important;
    line-height: 26px;
}
/* Header: z-index y bloqueo de transform de Crafto JS */
header .navbar { z-index: 9999 !important; transform: none !important; }
/* Ocultar botón CTA en móvil y tablet */
@media (max-width: 991px) {
    .header-button { display: none !important; }
}
/* Nav links */
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link span { color: #0F172A !important; }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:hover span { color: #3F6FE0 !important; }
.navbar .navbar-nav .nav-item.active .nav-link { color: #3F6FE0 !important; }

/* --- Tamaño global de H2 --- */
h2, .h2 { font-size: 2.9em !important; }

/* --- Tamaño global de H3 --- */
h3, .h3 { font-size: 2.413rem; line-height: normal; }

/* --- Layout: compensar navbar fija sin banda de color del body ---
   El padding va en la primera sección (cuyo fondo #F8FAFC cubre la zona),
   no en el body (cuyo fondo blanco quedaba visible tras el header transparente).
   main.js envuelve sections en .page-layout, por eso header + section ya no aplica. */
body { padding-top: 0 !important; }
header + section,
header + .page-layout > section:first-child { padding-top: 75px; }

/* --- Header: transparente en top, blanco al hacer scroll --- */
header .navbar {
    transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
}

header.header-scrolled .navbar {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07) !important;
    box-shadow: 0 2px 20px rgba(15, 23, 42, 0.04) !important;
}

/* Header sobre hero oscuro: logo light arriba, dark al scroll (patrón Crafto default/alt) */
header.header-over-dark.header-scrolled .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
}
header.header-over-dark.header-scrolled .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
}
@media (max-width: 991px) {
    header.header-over-dark.header-scrolled .navbar-brand .mobile-logo {
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        max-width: 0 !important;
    }
    header.header-over-dark.header-scrolled .navbar-brand .alt-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
    }
}

/* Nav principal legible sobre hero oscuro (sin scroll; no aplica a dropdown) */
header.header-over-dark:not(.header-scrolled) .navbar .navbar-nav > .nav-item > .nav-link,
header.header-over-dark:not(.header-scrolled) .navbar .navbar-nav > .nav-item > .nav-link span {
    color: #fff !important;
}
header.header-over-dark:not(.header-scrolled) .navbar .navbar-nav > .nav-item > .nav-link:hover,
header.header-over-dark:not(.header-scrolled) .navbar .navbar-nav > .nav-item > .nav-link:hover span {
    color: rgba(255, 255, 255, 0.75) !important;
}
header.header-over-dark:not(.header-scrolled) .navbar .navbar-nav > .nav-item.active > .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Controles móvil legibles sobre hero oscuro */
header.header-over-dark:not(.header-scrolled) .sh-header-mobile-actions__btn {
    color: #fff;
}
header.header-over-dark:not(.header-scrolled) .navbar-toggler-line {
    background: #fff;
}

/* --- Botón outline gris oscuro --- */
.btn-outline-dark-gray {
    border: 1px solid #747e87;
}

/* --- Botón destacado hover --- */
.btn.btn-box-shadow.btn-yellow:hover {
  background-color: #fff !important;
  border-color: #181b31 !important;
}

/* --- Botones redondeados --- */
.btn.btn-rounded.btn-rounded {
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
}

/* --- Boxes shadow  --- */
.box-shadow-quadruple-large, .box-shadow-quadruple-large-hover:hover {
  -webkit-box-shadow: 1px 1px 20px #d8e1eb;
  box-shadow: 1px 1px 20px #d8e1eb;
}
/* === 02 HOME Y HERO === */

/* === Plan comparison cards (home-2) === */
.sh-plan-card { border-radius: 12px; padding: 40px; height: 100%; background: #fff; box-shadow: 0 8px 40px rgba(15,23,42,.07); }
.sh-plan-card.sh-featured { background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFF 100%) !important;
  border: 1px solid rgba(63,111,224,.45) !important; }
.sh-plan-badge { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; }
.sh-plan-badge.sh-featured-badge { background: #3F6FE0; color: #fff; }
.sh-plan-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.sh-checklist { list-style: none; padding: 0; margin: 0 0 28px 0; }
.sh-checklist li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; font-size: 14px; color: #0F172A; font-weight: 500; border-bottom: 1px solid rgba(15,23,42,.05); }
.sh-checklist li:last-child { border-bottom: none; }
.sh-checklist li i { color: #3F6FE0; font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* === Trust dark card (home-2) === */
.sh-trust-dark {
    background: #0F172A;
    border-radius: 16px;
    padding: 28px 36px 32px;
    margin-bottom: 0;
}
.sh-trust-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.35);
    margin-bottom: 20px;
}
/* Logo col + metrics col divider on desktop */
@media (min-width: 992px) {
    .sh-trust-metrics-wrap {
        border-left: 1px solid rgba(255,255,255,.1);
    }
}
@media (max-width: 991px) {
    .sh-trust-logos-wrap  { margin-bottom: 24px; }
    .sh-trust-metrics-wrap { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
}

/* Logos */
.sh-trust-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 32px;
}
.sh-trust-logo {
    color: rgba(255,255,255,.72);
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -.01em;
    line-height: 1;
    white-space: nowrap;
}
.sh-trust-logo sup { font-size: 9px; font-weight: 600; vertical-align: super; margin-right: 1px; opacity: .7; }
.sh-trust-logo sub { font-size: 9px; font-weight: 600; vertical-align: sub;   margin-left: 1px;  opacity: .7; }
.sh-trust-logo em  { font-style: italic; font-weight: 400; font-size: 13px; opacity: .75; }
.sh-tl--cannon { font-size: 14px; letter-spacing: .06em; font-weight: 600; text-transform: lowercase; }
.sh-tl--kupfer { letter-spacing: .1em; }
.sh-tl--help   { font-size: 15px; }
.sh-tl--brando { font-size: 15px; letter-spacing: .04em; }
.sh-trust-more {
    color: #3F6FE0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.sh-trust-more:hover { color: #6390ec; }

/* Metrics */
.sh-trust-metrics {
    display: flex;
    gap: 0;
    padding-left: 28px;
}
@media (max-width: 991px) {
    .sh-trust-metrics { padding-left: 0; }
}
.sh-trust-metric {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    position: relative;
}
.sh-trust-metric:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 15%; bottom: 15%;
    width: 1px;
    background: rgba(255,255,255,.1);
}
.sh-trust-metric__num {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
}
.sh-trust-metric__lbl {
    font-size: 11px;
    color: rgba(255,255,255,.45);
    line-height: 1.4;
}

/* === Trust icon row (home-2) === */
@media (min-width: 992px) {
    .sh-trust-col:not(:last-child) { border-right: 1px solid rgba(15,23,42,.07); }
}
.sh-trust-col { padding: 28px 24px; }

/* === Platform logos text (home-2) === */
.sh-woo-logo { color: #7f54b3; font-weight: 900; font-size: 28px; line-height: 1; }
.sh-shopify-logo { color: #96bf48; font-weight: 900; font-size: 28px; line-height: 1; }

/* === Diff cards (home-2) === */
.sh-diff-icon { width: 48px; height: 48px; border-radius: 10px; background: #EEF3FD; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; flex-shrink: 0; }

/* === Process steps 4-col (home-2) === */
.sh-step-number { width: 44px; height: 44px; border-radius: 50%; background: #3F6FE0; color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 16px; }

/* ============================================================
   DARK SECTIONS — prueba visual (#planes y #faq)
   Revertir: borrar este bloque completo.
   ============================================================ */
#planes { background-color: #0F172A; }

/* Solo el encabezado de sección (row.mb-3), no el interior de las tarjetas */
#planes > .container > .row.mb-3 .text-dark-gray { color: #fff !important; }
#planes > .container > .row.mb-3 p               { color: rgba(255,255,255,.65) !important; }

/* Fila "Pago único" al pie */
#planes .row:last-child .text-dark-gray,
#planes .row:last-child a.text-dark-gray       { color: rgba(255,255,255,.8) !important; }
#planes .row:last-child a.text-dark-gray:hover { color: #fff !important; }
#planes .row:last-child .bg-dark-gray          { background-color: rgba(255,255,255,.15) !important; }

#faq { background-color: #0F172A; }
#faq > .container > .row.justify-content-center .text-dark-gray { color: #fff !important; }
#faq .accordion-title                                            { color: #fff !important; }
#faq .accordion-body p                                           { color: rgba(255,255,255,.7) !important; }
#faq .accordion-header                                           { border-color: rgba(255,255,255,.12) !important; }
#faq .accordion-body                                             { border-color: rgba(255,255,255,.07) !important; }

/* ============================================================
   HERO SECTION — segurishop-home-2
   ============================================================ */

/* --- Badge "Hosting especializado en ecommerce" --- */
@keyframes sh-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .5; transform: scale(1.35); }
}
.sh-hero-badge {
    background: rgba(63,111,224,.08);
    border: 1px solid rgba(63,111,224,.18);
    border-radius: 100px;
    padding: 7px 16px 7px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #3F6FE0;
    gap: 8px;
}
.sh-hero-badge-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    animation: sh-pulse 2s ease-in-out infinite;
}

/* --- Hero H2 override (clamp para que escale en pantallas medianas) --- */
.sh-hero-h2 {
    font-size: clamp(2rem, 3.5vw + .5rem, 3.6rem) !important;
    line-height: 1.15 !important;
}

/* --- Social proof (avatares + texto) --- */
.sh-social-proof { gap: 0; }
.sh-avatars { display: flex; }
.sh-avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; color: #fff;
    margin-left: -8px;
    flex-shrink: 0;
}
.sh-avatars .sh-avatar:first-child { margin-left: 0; }
.sh-avatar-1 { background: #3F6FE0; }
.sh-avatar-2 { background: #7c3aed; }
.sh-avatar-3 { background: #0891b2; }
.sh-avatar-4 { background: #059669; }

/* --- Devices wrapper --- */
.sh-hero-devices {
    min-height: 420px;
    padding-top: 32px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Laptop mockup ---- */
.sh-laptop {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.sh-laptop__screen {
    background: #1e293b;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border: 6px solid #334155;
    box-shadow: 0 20px 60px rgba(15,23,42,.25);
}
.sh-laptop__browser-bar {
    background: #f1f5f9;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.sh-laptop__dots { display: flex; gap: 5px; }
.sh-laptop__dots span {
    width: 9px; height: 9px;
    border-radius: 50%;
    display: inline-block;
}
.sh-laptop__dots span:nth-child(1) { background: #fc5f57; }
.sh-laptop__dots span:nth-child(2) { background: #febc2e; }
.sh-laptop__dots span:nth-child(3) { background: #28c840; }
.sh-laptop__url {
    flex: 1;
    background: #fff;
    border-radius: 4px;
    height: 20px;
    display: flex; align-items: center;
    padding: 0 8px;
    font-size: 9px; color: #64748b;
    border: 1px solid #e2e8f0;
    gap: 4px;
    overflow: hidden;
}
.sh-laptop__url i { font-size: 9px; color: #22c55e; flex-shrink: 0; }
.sh-laptop__content {
    background: #fff;
    padding: 0;
    min-height: 240px;
    overflow: hidden;
}
.sh-laptop__chin {
    height: 14px;
    background: #334155;
    border-radius: 0 0 4px 4px;
}
.sh-laptop__base {
    height: 20px;
    background: linear-gradient(to bottom, #334155, #475569);
    border-radius: 0 0 8px 8px;
    display: flex; align-items: flex-end; justify-content: center;
}
.sh-laptop__foot {
    width: 120px; height: 6px;
    background: #64748b;
    border-radius: 0 0 4px 4px;
}

/* ---- Fake store content (inside laptop & phone) ---- */
.sh-fk-nav {
    display: flex; align-items: center;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    gap: 8px;
}
.sh-fk-logo {
    width: 52px; height: 12px;
    background: #3F6FE0;
    border-radius: 3px; flex-shrink: 0;
}
.sh-fk-links { display: flex; gap: 6px; flex: 1; }
.sh-fk-pill {
    height: 10px; width: 36px;
    background: #e2e8f0;
    border-radius: 100px;
}
.sh-fk-pill--cta {
    background: #3F6FE0; width: 50px; flex-shrink: 0;
}
.sh-fk-hero {
    display: flex; gap: 8px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f4fd 100%);
    align-items: center;
}
.sh-fk-hero__text { flex: 1; }
.sh-fk-hero__img {
    width: 80px; height: 68px;
    background: linear-gradient(135deg, #c7d7f8 0%, #a5c0f5 100%);
    border-radius: 6px; flex-shrink: 0;
}
.sh-fk-hero__img--ph {
    width: 100%; height: 80px;
}
.sh-fk-line {
    height: 8px; border-radius: 100px;
    background: #cbd5e1;
    display: block;
}
.sh-fk-line--xs  { width: 45%; }
.sh-fk-line--sm  { width: 60%; }
.sh-fk-line--md  { width: 75%; }
.sh-fk-line--lg  { width: 90%; }
.sh-fk-line--xl  { width: 100%; }
.sh-fk-btn {
    width: 60px; height: 16px;
    background: #3F6FE0;
    border-radius: 4px; margin-top: 10px;
}
.sh-fk-cats {
    display: flex; gap: 6px;
    padding: 8px 12px;
}
.sh-fk-cats--ph { padding: 0; }
.sh-fk-cat { text-align: center; flex: 1; }
.sh-fk-cat__img {
    width: 100%; height: 42px;
    background: linear-gradient(135deg, #e0e7ff 0%, #dbeafe 100%);
    border-radius: 6px;
}
.sh-fk-cat__img--hi { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%); }
.sh-fk-cat__img--sm { height: 32px; }

/* ---- Phone mockup ---- */
.sh-phone {
    position: absolute;
    bottom: 30px; right: -20px;
    width: 110px;
    z-index: 10;
}
.sh-phone__shell {
    background: #1e293b;
    border-radius: 14px;
    border: 4px solid #334155;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15,23,42,.3);
}
.sh-phone__notch {
    width: 36px; height: 8px;
    background: #0f172a;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 4px;
}
.sh-phone__content {
    background: #fff;
    padding: 0 4px 6px;
}

/* ---- Floating cards (shared) ---- */
.sh-fcard {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(15,23,42,.14);
    min-width: 130px;
    z-index: 20;
}
.sh-fcard__lbl {
    font-size: 10px; font-weight: 600;
    color: #64748b; text-transform: uppercase;
    letter-spacing: .05em; margin-bottom: 2px;
}
.sh-fcard__num {
    font-size: 22px; font-weight: 800;
    color: #0F172A; line-height: 1.1;
}
.sh-fcard__num span {
    font-size: 13px; font-weight: 600; color: #94a3b8;
}
.sh-fcard__tag {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 100px;
    margin-top: 5px;
}
.sh-fcard__tag--blue   { background: rgba(63,111,224,.12); color: #3F6FE0; }
.sh-fcard__tag--green  { background: rgba(34,197,94,.12);  color: #16a34a; }
.sh-fcard__sub {
    font-size: 10px; color: #94a3b8; margin-top: 1px;
}

/* ---- Card positions ---- */
.sh-fcard--vel {
    top: 0; left: -18px;
}
.sh-fcard--up {
    top: 0; right: 110px;
}

/* ---- Bottom mini-cards row ---- */
.sh-fcards-row {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    display: flex; gap: 8px;
    justify-content: center;
    z-index: 20;
    padding: 0 12px;
}
.sh-fcard-mini {
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 6px 24px rgba(15,23,42,.12);
    display: flex; align-items: center; gap: 8px;
    flex: 1;
    max-width: 160px;
}
.sh-fcard-mini__ico {
    width: 28px; height: 28px;
    border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; flex-shrink: 0;
}
.sh-fcard-mini__ico--blue   { background: rgba(63,111,224,.12); color: #3F6FE0; }
.sh-fcard-mini__ico--orange { background: rgba(234,88,12,.10);  color: #ea580c; }
.sh-fcard-mini__ico--green  { background: rgba(34,197,94,.12);  color: #16a34a; }

/* ---- Responsive adjustments ---- */
@media (max-width: 1199px) {
    .sh-fcard--up { right: 80px; }
    .sh-phone { right: -10px; width: 96px; }
}
@media (max-width: 991px) {
    .sh-hero-devices { min-height: 360px; margin-top: 40px; }
    .sh-laptop { max-width: 460px; }
    .sh-fcard--vel { left: 0; }
    .sh-fcard--up  { right: 70px; }
    .sh-phone { right: 0; }
    .sh-fcards-row { gap: 6px; padding: 0 6px; }
    .sh-fcard-mini { max-width: 140px; }
}
@media (max-width: 575px) {
    .sh-hero-devices { min-height: 300px; }
    .sh-laptop { max-width: 340px; }
    .sh-fcard { padding: 9px 12px; min-width: 110px; }
    .sh-fcard__num { font-size: 18px; }
    .sh-fcards-row { flex-wrap: wrap; bottom: -24px; }
    .sh-fcard-mini { max-width: calc(50% - 4px); }
    html body .mb-5, html body .mb-4 {
        margin-bottom: 35px !important;
    }
    h2.fs-3{
        font-size: 2rem !important;
    }
}
/* ============================================================
   SHARED UTILITIES — reemplazan estilos inline repetidos
   ============================================================ */

/* Texto con color muted (#64748B) */
.sh-text-muted { color: #64748B !important; }

/* Fondos de sección */
.sh-bg-light         { background-color: #F8FAFC; }
.sh-bg-gray          { background-color: #f1f2f7; }
.sh-bg-gradient-light { background: linear-gradient(to bottom, #f8fafc, #fff); }

/* Logo blanco en footer */
.sh-logo-white { filter: brightness(0) invert(1); }

/* Trust block: overlap negativo sobre hero */
.sh-trust-block { margin-top: -0px; z-index: 2; position: relative; }
/* ============================================================
   PLAN CARDS — sub-componentes (home-3)
   ============================================================ */

/* Heading de tarjeta de plan */
.sh-plan-h3 {
    font-size: 28px !important;
    color: #02153b !important;
    line-height: 1.3 !important;
}

/* Ícono de plan pago único (fondo gris claro) */
.sh-plan-icon-gray { background: #F1F5F9; }

/* Badge de plan destacado (bg primario, texto blanco) */
.sh-plan-badge-primary {
    background: #3F6FE0;
    color: #fff;
}

/* ============================================================
   HERO EYEBROW BADGE — h1 badge (home-3)
   ============================================================ */
.sh3-eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: transparent;
    color: #3F6FE0;
    line-height: 1;
    padding: 10px 15px;
    border: 1px solid rgb(138, 168, 236);
    border-radius: 5px;
}

/* ============================================================
   HOME-3 HERO SECTION — sh3-* components
   ============================================================ */

/* Scope tipográfico */
.sh3-hero, .sh3-hero * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Sección — mismo criterio que .sh-pw-hero-light en páginas internas */
.sh3-hero {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
    padding-top: 160px !important;
    padding-bottom: 0 !important;
}

/* Grid sutil — Swiss Modernism */
.sh3-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(15,23,42,.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.026) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none; z-index: 0;
}

/* Grain overlay */
.sh3-hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.018;
    pointer-events: none; z-index: 0;
}

.sh3-hero .container { position: relative; z-index: 1; }

/* Row */
.sh3-row {
    padding-top: 0;
    padding-bottom: 60px;
    /*min-height: calc(92vh - 75px);*/
    align-items: center;
}

/* Columna izquierda */
.sh3-left { padding-right: 56px; display: flex; align-items: center; }
.sh3-left-inner { width: 100%; }

/* H1 */
.sh3-h1 {
    font-size: clamp(2.5rem, 3.1vw + .3rem, 3.1rem) !important;
    font-weight: 700 !important;
    line-height: 1.07 !important;
    letter-spacing: -.04em !important;
    color: #0F172A !important;
    margin-bottom: 22px !important;
}
.sh3-h1 .sh3-accent { color: #3F6FE0; }

/* Subline */
.sh3-subline {
    font-size: 17px; font-weight: 400; line-height: 1.72;
    color: #475569; max-width: 450px; margin-bottom: 38px;
}

/* CTAs wrapper */
.sh3-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }

/* Botón primario */
.sh3-btn-p {
    display: inline-flex; align-items: center; gap: 7px;
    background: #3F6FE0; color: #fff !important;
    font-size: 14.5px; font-weight: 600;
    padding: 13px 22px; border-radius: 9px;
    text-decoration: none !important; letter-spacing: -.01em; cursor: pointer;
    box-shadow: 0 4px 14px rgba(63,111,224,.26), 0 1px 3px rgba(63,111,224,.12);
    transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.sh3-btn-p:hover {
    background: #2d5cc8; color: #fff !important;
    box-shadow: 0 7px 22px rgba(63,111,224,.38);
    transform: translateY(-1px);
}
.sh3-btn-p svg { transition: transform .2s ease; }
.sh3-btn-p:hover svg { transform: translateX(3px); }

/* Botón secundario */
.sh3-btn-s {
    display: inline-flex; align-items: center; gap: 6px;
    background: transparent; color: #334155 !important;
    font-size: 14.5px; font-weight: 500; padding: 13px 20px;
    border-radius: 9px; border: 1px solid #e2e8f0;
    text-decoration: none !important; cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.sh3-btn-s:hover {
    border-color: #3F6FE0; color: #3F6FE0 !important;
    background: rgba(63,111,224,.04);
}

/* ---- Navbar CTA pill ---- */
.sh-nav-cta {
    display: inline-flex; align-items: center;
    background: #fff;
    border: 1.5px solid rgba(46, 131, 222, 0.23);
    border-radius: 8px;
    padding: 7px 16px 7px 10px;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color .22s ease, box-shadow .22s ease,
                transform .15s ease, background .22s ease;
}
.sh-nav-cta:hover {
    border-color: rgba(37, 61, 192, 0.25);
    box-shadow: 0 5px 24px rgba(0, 46, 186, 0.19);
    background: rgba(243, 250, 255, 0.7);
    transform: translateY(-1px);
    text-decoration: none !important;
}
.sh-nav-cta__icon {
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #3f6fe0;
}
.sh-nav-cta__icon svg { width: 20px; height: 20px; }
.sh-nav-cta:hover .sh-nav-cta__icon {
    animation: sh-nav-sparkle .5s ease-in-out;
}
@keyframes sh-nav-sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    40%       { transform: scale(1.3) rotate(12deg); }
    70%       { transform: scale(.92) rotate(-5deg); }
}
.sh-nav-cta__divider {
    width: 1px; height: 26px;
    background: rgba(15,23,42,.10);
    margin: 0 10px 0 5px; flex-shrink: 0;
}
.sh-nav-cta__text {
    display: flex; flex-direction: column; gap: 1px; text-align: left;
}
.sh-nav-cta__title {
    font-size: 13px; font-weight: 600;
    color: #0F172A; line-height: 1.2; letter-spacing: -.01em;
}
.sh-nav-cta__sub {
    font-size: 10.5px; font-weight: 500;
    color: #3f6fe0; line-height: 1.2;
}

/* Controles móvil — moneda, usuario, burger */
.sh-header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    float: left;
}
.sh-header-mobile-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    color: #0F172A;
    font-size: 20px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    flex-shrink: 0;
    transition: color .2s ease, opacity .2s ease;
}
.sh-header-mobile-actions__btn:hover,
.sh-header-mobile-actions__btn:focus {
    color: #3F6FE0;
    opacity: .85;
    outline: none;
}
.sh-header-mobile-actions__btn[aria-expanded="true"] {
    color: #3F6FE0;
}
.sh-header-mobile-actions__btn .feather {
    width: 20px;
    height: 20px;
}
.sh-header-mobile-actions__btn img {
    display: block;
    width: 24px;
    height: 24px;
}
.sh-header-mobile-actions .navbar-toggler {
    flex-shrink: 0;
    margin: 0;
    float: none;
}

/* Paneles móvil full-width bajo header */
.sh-header-user-panel,
.sh-header-mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 15px 0 rgba(23, 23, 23, .05);
    border-top: 1px solid rgba(15, 23, 42, .08);
    z-index: 9998;
}
.sh-header-user-panel[hidden],
.sh-header-mobile-panel[hidden] {
    display: none !important;
}
.sh-header-user-panel__link {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0F172A !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    transition: color .2s ease, background .2s ease;
}
.sh-header-user-panel__link img {
    vertical-align: middle;
    margin-right: 8px;
}
.sh-header-user-panel__link:hover,
.sh-header-user-panel__link:focus {
    color: #3F6FE0 !important;
    background: rgba(63, 111, 224, .04);
    outline: none;
}
.sh-header-user-panel__link:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .navbar-nav .nav-item.dropdown {
        position: relative;
    }
    .navbar-nav .nav-item.dropdown > .nav-link {
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
        box-sizing: border-box;
        padding-right: 48px;
        cursor: pointer;
    }
    .navbar-nav .nav-item.dropdown > .dropdown-toggle {
        z-index: 2;
        pointer-events: auto;
    }

    /* Menú full-screen: scroll nativo táctil (reemplaza mCustomScrollbar en móvil) */
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        flex-direction: column !important;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-collapse,
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-collapse-clone,
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-collapse-clone.sh-mobile-nav-native-scroll {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding: 72px 0 28px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        max-height: 100vh !important;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .mCustomScrollBox,
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .mCSB_container {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .mCSB_scrollTools {
        display: none !important;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav {
        padding-bottom: max(28px, env(safe-area-inset-bottom, 0px));
        width: 100%;
    }
}

/* Stats bar — barra inferior del hero */
.sh3-stats-bar {
    background: #fff;
    border-top: 1px solid rgba(15,23,42,.08);
    border-bottom: 1px solid rgba(15,23,42,.08);
}
.sh3-stat-col {
    padding: 22px 32px;
    border-right: 1px solid rgba(15,23,42,.08);
    display: flex; align-items: center; justify-content: center;
}
.sh3-stat-col--last { border-right: none; }
.sh3-stat {
    display: flex; align-items: center; gap: 14px;
}
.sh3-stat__ico {
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #3F6FE0;
}
.sh3-stat__ico svg { width: 24px; height: 24px; }
.sh3-stat__num { font-size: 15px; font-weight: 700; color: #0F172A; line-height: 1.25; letter-spacing: -.015em; }
.sh3-stat__lbl { font-size: 12px; color: #64748B; margin-top: 2px; line-height: 1.4; }

@media (max-width: 991px) {
    .sh3-stat-col { padding: 18px 20px; }
}
@media (max-width: 767px) {
    .sh3-stat-col { border-right: none; border-bottom: 1px solid rgba(15,23,42,.08); }
    .sh3-stat-col--last { border-bottom: none; }
    .sh3-stat__num { font-size: 14px; }
    .no-border-mobile{
        border:0px !important;
    }
}

/* CTA modifier — reduce bottom margin when trust line follows */
.sh3-ctas--trust { margin-bottom: 14px; }

/* Social proof bar */
.sh3-social-proof {
    display: flex; align-items: center; gap: 12px;
}
.sh3-avatars {
    display: flex; align-items: center; flex-shrink: 0;
}
.sh3-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    border: 2.5px solid #F8FAFC;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.9);
    margin-left: -9px;
    box-shadow: 0 1px 4px rgba(15,23,42,.14);
    flex-shrink: 0; position: relative;
}
.sh3-avatar svg { width: 15px; height: 15px; }
.sh3-avatar img { border-radius:50%; width: 100%; height: 100%; }
.sh3-avatars .sh3-avatar:first-child { margin-left: 0; }
.sh3-avatar--a { background: #fff; z-index: 5; }
.sh3-avatar--b { background: #fff; z-index: 4; }
.sh3-avatar--c { background: #fff; z-index: 3; }
.sh3-avatar--d { background: #fff; z-index: 2; }
.sh3-avatar--e { background: #fff; z-index: 1; }
.sh3-social-proof__text {
    font-size: 13px; font-weight: 400; color: #475569;
    line-height: 1.45; margin: 0;
}
.sh3-social-proof__text strong { color: #0F172A; font-weight: 600; }

/* Columna derecha */
.sh3-right { position: relative; display: flex; align-items: center; justify-content: center; padding: 40px 0; }

/* Glow ambiente */
.sh3-glow {
    position: absolute; width: 580px; height: 580px; border-radius: 50%;
    background: radial-gradient(circle, rgba(63,111,224,.09) 0%, rgba(99,102,241,.03) 45%, transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none; z-index: 0;
}

/* Devices wrapper */
.sh3-devices {
    position: relative; width: 100%;
    z-index: 1; transition: transform .8s cubic-bezier(.25,.46,.45,.94);
    display: flex; align-items: center; gap: 20px;
}

/* Image container (flex item) */
.sh3-device-wrap { flex: 1; min-width: 0; }
.sh3-device-wrap img {
    width: 100%; height: auto; display: block;
    filter: drop-shadow(0 28px 56px rgba(15,23,42,.15));
}

/* Override the large-screen scale transform for the new flex layout */
.sh3-device-wrap .sh3-device-img {
    transform: none !important;
    position: static !important;
    right: auto !important;
}

/* Info card stack (right of device image) */
.sh3-info-stack {
    display: flex; flex-direction: column; gap: 10px;
    flex-shrink: 0; width: 178px;
}
.sh3-info-card {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(226,232,240,.85);
    border-radius: 12px; padding: 12px 14px;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 4px 18px rgba(15,23,42,.08), 0 1px 3px rgba(15,23,42,.04),
                inset 0 1px 0 rgba(255,255,255,.7);
}
.sh3-info-card__ico {
    width: 34px; height: 34px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.sh3-info-card__ico svg     { width: 15px; height: 15px; }
.sh3-info-card__ico--blue   { background: rgba(63,111,224,.10); color: #3F6FE0; }
.sh3-info-card__ico--slate  { background: rgba(15,23,42,.07);   color: #334155; }
.sh3-info-card__ico--green  { background: rgba(34,197,94,.10);  color: #16a34a; }
.sh3-info-card__text  { flex: 1; min-width: 0; }
.sh3-info-card__title { font-size: 12.5px; font-weight: 600; color: #0F172A; line-height: 1.25; letter-spacing: -.01em; }
.sh3-info-card__sub   { font-size: 11px; color: #64748B; line-height: 1.4; margin-top: 2px; }

/* Imagen dispositivo */
.sh3-device-img {
    width: 100%; height: auto; display: block;
    filter: drop-shadow(0 32px 64px rgba(15,23,42,.17));
}

/* Floating cards */
.sh3-card {
    position: absolute;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(226,232,240,.85); border-radius: 14px; padding: 14px 16px;
    box-shadow: 0 8px 28px rgba(15,23,42,.09), 0 2px 6px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.6);
    display: flex; align-items: center; gap: 12px;
    min-width: 170px; z-index: 10;
}
.sh3-card__ico { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sh3-card__ico svg { width: 17px; height: 17px; }
.sh3-card__ico--blue  { background: rgba(63,111,224,.10); color: #3F6FE0; }
.sh3-card__ico--green { background: rgba(34,197,94,.10);  color: #16a34a; }
.sh3-card__body       { flex: 1; min-width: 0; }
.sh3-card__num        { font-size: 20px; font-weight: 700; color: #0F172A; line-height: 1.1; letter-spacing: -.025em; }
.sh3-card__num sub    { font-size: 11px; font-weight: 400; color: #94a3b8; vertical-align: baseline; }
.sh3-card__lbl        { font-size: 11px; font-weight: 500; color: #64748B; margin-top: 2px; }
.sh3-card__pill       { font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 100px; align-self: flex-start; white-space: nowrap; }
.sh3-card__pill--green { background: rgba(34,197,94,.10); color: #16a34a; }
.sh3-card__pill--blue  { background: rgba(63,111,224,.10); color: #3F6FE0; }
.sh3-card--speed  { top: 13%; left: -18px; }
.sh3-card--uptime { top: 13%; right: -18px; }

/* Status strip */
.sh3-strip {
    position: absolute; bottom: 9%; left: 50%; transform: translateX(-50%);
    background: rgba(255,255,255,.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(226,232,240,.85); border-radius: 100px; padding: 10px 22px;
    display: inline-flex; align-items: center; gap: 16px;
    box-shadow: 0 4px 18px rgba(15,23,42,.07), 0 1px 3px rgba(15,23,42,.04);
    z-index: 10; white-space: nowrap;
}
.sh3-strip__item { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; color: #475569; }
.sh3-strip__ico  { width: 13px; height: 13px; color: #3F6FE0; flex-shrink: 0; }
.sh3-strip__sep  { width: 1px; height: 14px; background: #e2e8f0; flex-shrink: 0; }

/* Animaciones */
@keyframes sh3-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}
@keyframes sh3-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .4; transform: scale(1.5); }
}
.sh3-float   { animation: sh3-float 7.5s ease-in-out infinite; }
.sh3-float-d { animation: sh3-float 7.5s ease-in-out infinite 1.8s; }

/* ============================================================
   PREMIUM DARK SECTION — sh-premium-*
   ============================================================ */
.sh-premium-dark-section {
    background: #0F172A;
    padding: 80px 0;
}
.sh-premium-dark-section h3 { color: #fff; }
.sh-premium-dark-section p  { color: rgba(255,255,255,.7); }

.sh-premium-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3F6FE0;
    margin-bottom: 16px;
}

.sh-premium-proof-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    transition: background .2s ease;
}
.sh-premium-proof-card:hover { background: rgba(255,255,255,.10); }
.sh-premium-proof-card span  { display: block; font-weight: 700; color: #fff; margin-bottom: 8px; font-size: 15px; }
.sh-premium-proof-card p     { color: rgba(255,255,255,.65); font-size: 14px; margin: 0; }

#para-quien .col-md-6 .bg-white{
    box-shadow: 1px 1px 10px rgba(213, 221, 230, 0.43);
}
/* ============================================================
   STATS BLOCK — bloque de estadísticas dentro de sh-premium-dark
   ============================================================ */
.sh-stats-eyebrow {
    display: block;
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .1em;
    color: #3F6FE0; margin-bottom: 14px;
}
.sh-stats-headline {
    font-size: clamp(1.55rem, 2.2vw, 1.95rem) !important;
    letter-spacing: -.03em !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

/* Stat card */
.sh-stat-card {
    background: rgba(255,255,255,.04);
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    transition: background .2s ease, border-color .2s ease;
}
.sh-stat-card:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); }

/* Tall variant (left card) */
.sh-stat-card--tall {
    display: flex;
    flex-direction: column;
}
.sh-stat-card--tall .sh-stat-card__chart {
    margin-top: auto;
    padding-top: 20px;
}
.sh-stat-card__chart svg {
    width: 100%;
    height: 120px;
    display: block;
}
.sh-stat-card__sep {
    border: none;
    border-top: 1px solid rgba(255,255,255,.08);
    margin: 18px 0;
}

/* Category label */
.sh-stat-card__cat {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

/* Big number */
.sh-stat-card__num {
    font-size: clamp(2.4rem, 3.5vw, 3.5rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em;
    margin-bottom: 10px;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Colored accent line below number */
.sh-stat-card__line {
    width: 26px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 18px;
}

.sh-stat-card__label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 8px;
}
.sh-stat-card__desc {
    font-size: 13px;
    color: rgba(255,255,255,.65);
    line-height: 1.65;
}

/* ── Color variants ── */
.sh-stat-card__num{
    color: #fff !important;
}
.sh-stat-card__cat  { color: #60a5fa; }
.sh-stat-card--blue   .sh-stat-card__num  { font-size: clamp(3.7rem, 4.8vw, 4.8rem); }

/*
.sh-stat-card--blue   .sh-stat-card__line { background: #3F6FE0; }

.sh-stat-card--purple .sh-stat-card__cat { color: #a78bfa; }
.sh-stat-card--purple .sh-stat-card__line { background: #7c3aed; }

.sh-stat-card--teal   .sh-stat-card__cat { color: #34d399; }
.sh-stat-card--teal   .sh-stat-card__line { background: #10b981; }

.sh-stat-card--orange .sh-stat-card__cat { color: #fb923c; }
.sh-stat-card--orange .sh-stat-card__line { background: #f97316; }

.sh-stat-card--yellow .sh-stat-card__cat  { color: #fbbf24; }
.sh-stat-card--yellow .sh-stat-card__line { background: #eab308; }

.sh-stat-card--pink   .sh-stat-card__cat  { color: #f472b6; }
.sh-stat-card--pink   .sh-stat-card__line { background: #ec4899; }
*/

/* Sources */
.sh-stats-sources {
    font-size: 13px;
    color: rgba(255,255,255,.28);
    text-align: center;
    margin-top: 36px; margin-bottom: 0;
    padding-top: 20px;
}
/* === 03 SECCIONES COMPARTIDAS === */

/* ============================================================
   INTEGRATIONS MARQUEE — sh-int-* (client logos strip)
   ============================================================ */
.sh-int-section {
    background: #F8FAFC;
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid rgba(15,23,42,.06);
    border-bottom: 1px solid rgba(15,23,42,.06);
}

/* Full-width marquee wrapper with edge fade masks */
.sh-int-fade-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.sh-int-fade-wrap::before,
.sh-int-fade-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 180px;
    z-index: 2;
    pointer-events: none;
}
.sh-int-fade-wrap::before {
    left: 0;
    background: linear-gradient(to right, #F8FAFC 15%, transparent);
}
.sh-int-fade-wrap::after {
    right: 0;
    background: linear-gradient(to left, #F8FAFC 15%, transparent);
}

@media (max-width: 767px) {
    .sh-int-section { padding-top: 40px; padding-bottom: 40px; }
    .sh-int-fade-wrap::before,
    .sh-int-fade-wrap::after { width: 60px; }
}

/* ============================================================
   PLATFORM SERVICES — sh-platserv-* (light section, B2B)
   ============================================================ */
.sh-platserv-section {
    background: #F8FAFC;
    padding-top: 70px;
    padding-bottom: 90px;
}

/* Platform card container */
.sh-platserv-card {
    background: #fff;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(15,23,42,.05), 0 1px 4px rgba(15,23,42,.04);
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease;
}
.sh-platserv-card:hover {
    box-shadow: 0 8px 40px rgba(15,23,42,.10), 0 2px 8px rgba(15,23,42,.06);
}

/* Header area */
.sh-platserv-header {
    padding: 30px 36px 24px;
    border-bottom: 1px solid rgba(15,23,42,.06);
    background: #FAFBFC;
}

/* Platform badge pill */
.sh-platserv-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .025em;
    padding: 6px 14px 6px 10px;
    border-radius: 100px;
    margin-bottom: 12px;
    line-height: 1;
}
.sh-platserv-badge i { font-size: 14px; }

.sh-platserv-badge--woo {
    background: rgba(126,87,194,.08);
    color: #7E57C2;
    border: 1px solid rgba(126,87,194,.18);
}
.sh-platserv-badge--shopify {
    background: rgba(67,160,71,.07);
    color: #2E7D32;
    border: 1px solid rgba(67,160,71,.17);
}

/* Platform subtitle */
.sh-platserv-platform__sub {
    font-size: 13.5px;
    color: #64748B;
    margin: 0;
    line-height: 1.55;
}

/* Services list */
.sh-platserv-list {
    padding: 6px 24px 24px;
    flex: 1;
}

/* Individual service item */
.sh-platserv-item {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(15,23,42,.055);
    cursor: default;
    margin: 0 -12px;
    transition: background .18s ease, padding-left .18s ease, box-shadow .18s ease;
}
.sh-platserv-item:last-child { border-bottom: none; }

.sh-platserv-item__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.sh-platserv-item__name {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
}
.sh-platserv-item__arrow {
    width: 13px;
    height: 13px;
    color: #94A3B8;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity .18s ease, transform .18s ease, color .18s ease;
    flex-shrink: 0;
}
.sh-platserv-item:hover .sh-platserv-item__arrow {
    opacity: 1;
    transform: translateX(0);
}
.sh-platserv-item__desc {
    font-size: 12.5px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* WooCommerce hover */
.sh-platserv-card--woo .sh-platserv-item:hover {
    background: rgba(126,87,194,.04);
    padding-left: 20px;
    box-shadow: inset 3px 0 0 #7E57C2;
}
.sh-platserv-card--woo .sh-platserv-item:hover .sh-platserv-item__arrow { color: #7E57C2; }

/* Shopify hover */
.sh-platserv-card--shopify .sh-platserv-item:hover {
    background: rgba(67,160,71,.04);
    padding-left: 20px;
    box-shadow: inset 3px 0 0 #43A047;
}
.sh-platserv-card--shopify .sh-platserv-item:hover .sh-platserv-item__arrow { color: #43A047; }

/* Service count badge */
.sh-platserv-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px; height: 20px;
    border-radius: 50%;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    margin-left: 8px;
    vertical-align: middle;
}
.sh-platserv-badge--woo  .sh-platserv-count { background: rgba(126,87,194,.15); color: #7E57C2; }
.sh-platserv-badge--shopify .sh-platserv-count { background: rgba(67,160,71,.15); color: #2E7D32; }

/* Responsive */
@media (max-width: 991px) {
    .sh-platserv-section { padding-top: 60px; padding-bottom: 60px; }
    .sh-platserv-header { padding: 24px 24px 20px; }
    .sh-platserv-list { padding: 4px 12px 20px; }
    .sh-platserv-item--link { display: block; }
}

/* ============================================================
   REVIEWS SECTION — sh-revs-* (CRAFTO review-style-02 dark)
   ============================================================ */
.sh-revs {
    background: #0F172A;
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
}
.sh-revs::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 14% 60%, rgba(63,111,224,.08) 0%, transparent 54%),
        radial-gradient(ellipse at 84% 16%, rgba(63,111,224,.05) 0%, transparent 44%);
    background-image: url(../images/craft/demo-corporate-bg-02.png);
    pointer-events: none; z-index: 0;
}/*
.sh-revs::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none; z-index: 0;
}*/
.sh-revs > .container { position: relative; z-index: 1; }

/* Trust bar */
.sh-revs-stat      { text-align: center; }
.sh-revs-stat__num { display: block; font-size: 3rem; font-weight: 800; line-height: 1; color: #fff; letter-spacing: -.04em; margin-bottom: 6px; }
.sh-revs-stat__lbl { display: block; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.55); }
.sh-revs-divider   { width: 1px; height: 52px; background: rgba(255,255,255,.12); }
.sh-revs-eyebrow   { color: #3F6FE0; }

/* Slider wrapper: igual altura en todos los slides */
.sh-revs .swiper-wrapper { align-items: stretch; }
.sh-revs .swiper-slide   { height: auto; }
#integraciones .swiper-slide img {
  filter: grayscale(100%) contrast(200%) brightness(95%);
  transition: all 0.4s ease-out;
}
.swiper-slide img:hover {
  filter: unset !important;
  transition: all 0.4s ease-out;
}

/* Review cards */
.sh-revs-card {
    background: rgba(255,255,255,.055);
    border-radius: 14px; padding: 36px;
    height: 100%;
    display: flex; flex-direction: column;
    transition: background .25s ease, border-color .25s ease, transform .22s ease;
}
.sh-revs-card:hover {
    background: rgba(255,255,255,.09);
    border-color: rgba(63,111,224,.32);
    transform: translateY(-4px);
}

/* Quote, texto, avatar */
.sh-revs-quote {
    font-size: 3.4rem; line-height: 1;
    color: #3F6FE0; opacity: .4;
    font-family: Georgia, 'Times New Roman', serif;
    display: block; margin-bottom: 10px;
}
.sh-revs-text { font-size: 15.5px; line-height: 1.72; color: rgba(255,255,255,.80); flex: 1; }
.sh-revs-role { color: rgba(255,255,255,.5); }

.sh-revs-avatar {
    width: 50px; height: 50px; border-radius: 50%;
    display: inline-flex; flex-shrink: 0;
    align-items: center; justify-content: center;
    font-size: 18px; font-weight: 700; color: #fff;
    margin-right: 14px;
}
.sh-revs-avatar img{
    border-radius: 50%;
}
.sh-revs-avatar--a { background: #3F6FE0; }
.sh-revs-avatar--b { background: #2563eb; }
.sh-revs-avatar--c { background: #1d4ed8; }

/* Stars y CTA */
.sh-revs-stars      { color: #FBBF24; font-size: 12px; line-height: 1.3; }
.sh-revs-icon-accent { color: #3F6FE0 !important; flex-shrink: 0; }
.sh-revs-cta-strip {
    display: inline-flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.055);
    border-radius: 100px; padding: 14px 30px;
}

/* sh-revs LIGHT — planes-woocommerce (#resenas-planes) */
#resenas-planes.sh-revs-light {
    background: #F8FAFC;
}
#resenas-planes.sh-revs-light::before {
    background:
        radial-gradient(ellipse at 14% 60%, rgba(63,111,224,.06) 0%, transparent 54%),
        radial-gradient(ellipse at 84% 16%, rgba(63,111,224,.04) 0%, transparent 44%);
    background-image: none;
}
#resenas-planes.sh-revs-light .sh-revs-stat__num { color: #0f172a; }
#resenas-planes.sh-revs-light .sh-revs-stat__lbl { color: #64748B; }
#resenas-planes.sh-revs-light .sh-revs-divider { background: #e2e8f0; }
#resenas-planes.sh-revs-light .sh-revs-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 1px 1px 20px #d8e1eb;
}
#resenas-planes.sh-revs-light .sh-revs-card:hover {
    background: #fff;
    border-color: rgba(63,111,224,.28);
    box-shadow: 1px 4px 28px rgba(63,111,224,.12);
}
#resenas-planes.sh-revs-light .sh-revs-text { color: #475569; }
#resenas-planes.sh-revs-light .sh-revs-role { color: #64748B; opacity: .6; }
#resenas-planes.sh-revs-light .sh-revs-cta-strip {
    background: rgba(232,240,254,.65);
    border: 1px solid rgba(63,111,224,.12);
}
#resenas-planes.sh-revs-light .slider-revs-prev,
#resenas-planes.sh-revs-light .slider-revs-next {
    color: #232323 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
/* ============================================================
   RESPONSIVE — reglas de media query consolidadas
   ============================================================ */
@media (max-width: 690px) {
    .sh-revs-nav-main { display: none !important; }
    .sh-revs-nav-mob  { display: flex !important; }
}

/* sh3-hero — dispositivo grande (≥992px) */
@media (min-width: 992px) {
    .sh3-device-img { transform: scale(1.5); position: relative; right: -60px; }
    .sh-platserv-item {
        width: 49%;
        display: inline-block;
        margin-right: 2%;
        vertical-align: top;
    }
    .sh-platserv-item--link {
        display: inline-block;
    }
}

/* sh3-hero — tablet/móvil */
@media (max-width: 1199px) {
    .sh3-left         { padding-right: 36px; }
    .sh3-card--speed  { left: -8px; }
    .sh3-card--uptime { right: -8px; }
    .sh3-info-stack   { width: 155px; }
}
@media (max-width: 991px) {
    .sh3-row        { padding-top: 0; padding-bottom: 52px; min-height: auto; }
    .sh3-left       { padding-right: 0; padding-bottom: 48px; justify-content: center; }
    .sh3-left-inner { text-align: center; }
    .sh3-subline    { max-width: 100%; }
    .sh3-ctas       { justify-content: center; }
    .sh3-social-proof { justify-content: center; }
    .sh3-eyebrow    { justify-content: center; }
    .sh3-right      { padding: 0 0 56px; }
    .sh3-info-stack { display: none; }
}
@media (max-width: 767px) {
    .sh3-h1         { font-size: 2.4rem !important; }
    .sh3-subline    { font-size: 16px; }
    .sh3-strip      { flex-wrap: wrap; border-radius: 12px; gap: 10px; }
    .sh3-strip__sep { display: none; }
}
@media (max-width: 575px) {
    .sh3-devices { margin: 0 auto; }
    .sh3-card    { padding: 10px 12px; min-width: 144px; }
    .sh3-strip   { max-width: 88%; }
    h2, .h2 {
        font-size: 1.9em !important;
    }
    h1.sh3-eyebrow-badge {
        letter-spacing: 0 !important;
        font-size: 11px !important;
        padding: 8px 12px;
    }
    .sh3-row {
        padding-bottom: 0px;
    }
    .sh-pw-plan-price{
        font-size: 3.7rem !important;
    }
}

/* sh-revs — responsive */
@media (max-width: 991px) {
    .sh-revs           { padding: 65px 0 55px; }
    .sh-revs-stat__num { font-size: 2.3rem; }
    .sh-revs-divider   { display: none; }
}
@media (max-width: 767px) {
    .sh-revs      { padding: 52px 0 44px; }
    .sh-revs-card { padding: 26px; }
    .sh-revs-text { font-size: 15px; }
}

/* ============================================================
   FAQ LIGHT — acordeón minimalista, separadores de línea
   ============================================================ */
.sh-faq-item {
    border-bottom: 1px solid rgba(15,23,42,.09);
}
.sh-faq-item:first-child {
    border-top: 1px solid rgba(15,23,42,.09);
}

.sh-faq-item__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 15.5px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.45;
    letter-spacing: -.01em;
    text-decoration: none;
    transition: color .2s ease;
}
.sh-faq-item__btn:hover         { color: #3F6FE0; text-decoration: none; }
.sh-faq-item__btn[aria-expanded="true"] { color: #3F6FE0; }

.sh-faq-item__icon {
    flex-shrink: 0;
    width: 20px; height: 20px;
    display: flex; align-items: center; justify-content: center;
    color: #94a3b8;
    font-size: 14px;
    transition: transform .25s ease, color .2s ease;
}
.sh-faq-item__btn[aria-expanded="true"] .sh-faq-item__icon {
    transform: rotate(180deg);
    color: #3F6FE0;
}

.sh-faq-item__body {
    padding: 0 24px 22px 0;
    color: #64748B;
    font-size: 14.5px;
    line-height: 1.75;
}
.sh-faq-item__body p { margin-bottom: 15px; }

/* === 04 PLANES Y TABLAS WOOCOMMERCE === */

/* =============================================
   planes-woocommerce — Fase 4 (scoped)
   ============================================= */
.sh-pw-hero { position: relative; }
.sh-pw-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,.72) 0%, rgba(15,23,42,.55) 100%);
    pointer-events: none;
}
.sh-pw-hero .container { position: relative; z-index: 1; }
.sh-pw-scroll-down {
    width: 42px; height: 42px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    transition: border-color .2s ease, background-color .2s ease;
}
.sh-pw-scroll-down:hover { border-color: #fff; background-color: rgba(255,255,255,.08); }

/* Hero light — versión clara (para usar en /modules/) */
.sh-pw-hero-light,
.sh-pw-hero-light * { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.sh-pw-hero-light {
    background-color: #F8FAFC;
    overflow: hidden;
    padding-top: 160px !important;
    padding-bottom: 50px;
}

/* Patrón de grid sutil idéntico al home */
.sh-pw-hero-light::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(15,23,42,.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.026) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}

.sh-pw-hero-light .container { position: relative; z-index: 1; }

/* Eyebrow badge */
.sh-pw-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: rgba(63,111,224,.08);
    color: #3F6FE0;
    border: 1px solid rgba(63,111,224,.18);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 28px;
    line-height: 1.5;
}

/* Título */
.sh-pw-hero-title {
    font-size: clamp(2rem, 2.8vw + .4rem, 2.9rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -.04em !important;
    color: #0f172a !important;
    margin-bottom: 22px;
}

/* Subtítulo */
.sh-pw-hero-sub {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 36px;
}

/* Scroll-down — variante oscura para fondo claro */
.sh-pw-hero-scroll { margin-top: 8px; }
.sh-pw-hero-light .sh-pw-scroll-down {
    border-color: rgba(15,23,42,.2);
    color: #0f172a;
}
.sh-pw-hero-light .sh-pw-scroll-down:hover {
    border-color: #3F6FE0;
    background-color: rgba(63,111,224,.06);
    color: #3F6FE0;
}

/* Hero CTA — botón primario + nota */
.sh-pw-hero-cta {
    margin-top: 4px;
}
.sh-pw-hero-cta .btn {
    min-width: 240px;
}
.sh-pw-hero-cta-note {
    font-size: 13px;
    color: #64748b;
    margin: 14px 0 0;
    line-height: 1.5;
}

/* Pricing cards — precio en una sola línea */
#pricing1 .sh-pw-plan-price {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

/* Soporte — lista "No Incluye" con peso visual reducido */
.sh-pw-soporte-content p.fw-600.text-dark-gray.mb-10px {
    font-weight: 400 !important;
    color: #888 !important;
    font-size: 14px !important;
}
.sh-pw-soporte-content p.fw-600.text-dark-gray.mb-10px + ul.list-style-02 li {
    color: #aaa;
    font-size: 13px;
    line-height: 1.55;
    align-items: center;
}
.sh-pw-soporte-content p.fw-600.text-dark-gray.mb-10px + ul.list-style-02 li i {
    color: #bbb !important;
    line-height: 1;
    flex-shrink: 0;
    align-self: center;
}

/* Responsive */
@media (max-width: 767px) {
    .sh3-hero       { padding-top: 110px !important; }
    .sh-pw-hero-light { padding-top: 110px; padding-bottom: 72px; }
    .sh-pw-hero-title { font-size: 2rem !important; letter-spacing: -.03em !important; }
    .sh-pw-hero-sub   { font-size: 15px; }
}
@media (max-width: 575px) {
    .sh-pw-hero-eyebrow { font-size: 11px; padding: 5px 13px; }
}
.table-dark {
    --bs-table-bg: #001638;
}
.sh-pw-plan-featured { position: relative; }
.sh-pw-plan-featured .pricing-table { border: 2px solid #3F6FE0; }
.sh-pw-plan-featured::before {
    content: "RECOMENDADO";
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: #3F6FE0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 2;
}

.sh-pw-incluye-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    color: #232323;
    height: 100%;
}
.sh-pw-incluye-item a:hover { color: #3F6FE0 !important; }

.sh-pw-soporte-content p {
    color: #64748B;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 15px;
}
.sh-pw-soporte-content p:last-of-type { margin-bottom: 0; }

/* Tabla comparativa (include-pw.php) */
.sh-pw-comparativa .planes-table { margin-top: 0 !important; }
.sh-pw-comparativa .table {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
}
.sh-pw-comparativa .table > thead > tr > th,
.sh-pw-comparativa .table > tbody > tr > td,
.sh-pw-comparativa .table > tbody > tr > th {
    vertical-align: middle;
    font-size: 14px;
}
.sh-pw-comparativa .table .header-table > th,
.sh-pw-comparativa .table .header-table:hover > th,
.sh-pw-comparativa .table-hover tbody tr.header-table:hover {
    color: #fff !important;
    text-align: center;
    background-color: #3F6FE0 !important;
}
.sh-pw-comparativa .table thead tr th.overtable {
    background-color: #2f5bc4;
    color: #fff;
}
.sh-pw-comparativa .table-striped tbody tr:not(.contratar):nth-of-type(2n) td.overtable {
    background-color: #4a7de8 !important;
    color: #fff;
}
.sh-pw-comparativa .table-striped tbody tr:not(.contratar):nth-of-type(2n+1) td.overtable {
    background-color: #3F6FE0 !important;
    color: #fff;
}
.sh-pw-comparativa .table-striped tbody tr:not(.contratar) td.overtable a { color: #fff; }
.sh-pw-comparativa .table-striped tbody tr:not(.contratar) td.overtable a:hover { color: #ffea23; }
.sh-pw-comparativa .table tbody tr td i.fa-check { color: #3F6FE0; }
.sh-pw-comparativa .table tbody tr td.overtable i.fa-check { color: #fff; }

.sh-pw-comparativa .tooltipo:not(.js-scroll-to) {
    position: relative;
    float: right;
    font-weight: 600;
    display: block;
    padding: 0 3px;
    background-color: rgba(63, 111, 224, .85);
    border-radius: 50%;
    text-align: center;
    width: 22px;
    cursor: pointer;
    color: #fff;
    z-index: 5;
    line-height: 22px;
    font-size: 12px;
}
.sh-pw-comparativa .tooltipo:not(.js-scroll-to):hover {
    background-color: #3F6FE0;
    color: #fff !important;
}
.sh-pw-comparativa .tooltipo .tooltiptext {
    font-size: 13px;
    width: 220px;
    background-color: #1e293b;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 20;
    bottom: 130%;
    left: 50%;
    margin-left: -110px;
    font-weight: 400;
    white-space: normal;
    box-shadow: 0 8px 24px rgba(15,23,42,.18);
}
.sh-pw-comparativa .tooltipo.big .tooltiptext {
    width: 300px;
    margin-left: -150px;
}
.sh-pw-comparativa .tooltipo .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #1e293b;
}

/* Tooltip portal — renderizado en body (site-functions.js), evita recorte por overflow */
.tooltiptext--portal {
    position: fixed;
    z-index: 1080;
    font-size: 13px;
    width: 220px;
    max-width: calc(100vw - 16px);
    background-color: #1e293b;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 400;
    white-space: normal;
    line-height: 1.55;
    box-shadow: 0 8px 24px rgba(15,23,42,.18);
    pointer-events: none;
}
.tooltiptext--portal.tooltiptext--portal-big {
    width: 300px;
}
.tooltiptext--portal::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #1e293b;
}
.tooltiptext--portal.tooltiptext--portal-below::after {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #1e293b;
}

@media (max-width: 767px) {
    .sh-pw-comparativa .planes-table .table th:first-child,
    .sh-pw-comparativa .planes-table .table td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        min-width: 167px;
        background-color: #fff !important;
        box-shadow: 2px 0 4px rgba(0,0,0,.06);
    }
    .sh-pw-comparativa .planes-table .table-striped tbody tr:nth-of-type(2n) th:first-child,
    .sh-pw-comparativa .planes-table .table-striped tbody tr:nth-of-type(2n) td:first-child {
        background-color: #fefefe !important;
    }
    .sh-pw-comparativa .planes-table .table-striped tbody tr:nth-of-type(2n+1) th:first-child,
    .sh-pw-comparativa .planes-table .table-striped tbody tr:nth-of-type(2n+1) td:first-child {
        background-color: #f5f5f5 !important;
    }
}

/* =============================================
   Tabla comparativa premium — sh-pw-table-v2
   ============================================= */

/* Wrapper */
.sh-pw-table-v2 {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15,23,42,.06), 0 1px 4px rgba(15,23,42,.04);
    overflow: visible;
}

/* Contenedor de scroll horizontal — sticky de 1ª columna depende de este elemento */
.sh-pw-table-v2 > .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    container-type: inline-size;
    container-name: sh-pw-table-scroll;
}

/* Reset tabla */
.sh-pw-table-v2 .sh-pw-ct {
    width: 100%;
    min-width: 920px;
    margin-bottom: 0;
    table-layout: fixed;
    /* separate es requerido para que position:sticky funcione en celdas */
    border-collapse: separate;
    border-spacing: 0;
    overflow: visible !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #374151;
}

.sh-pw-table-v2 .sh-pw-col-features { width: 280px; }
.sh-pw-table-v2 .sh-pw-col-plan     { width: 210px; }

/* Contenedor de scroll — Firefox requiere overflow:auto explícito */
@supports (-moz-appearance: none) {
    .sh-pw-table-v2 > .table-responsive {
        overflow: auto;
    }
}

/* Anula overflow:hidden heredado de .sh-pw-comparativa .table */
.sh-pw-comparativa .sh-pw-table-v2 .table.sh-pw-ct {
    overflow: visible !important;
}

/* Primera columna sticky — filas de datos (excluye header-table categoría y contratar) */
.sh-pw-table-v2 .sh-pw-ct thead tr th:first-child,
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th:first-child {
    position: -webkit-sticky;
    position: sticky !important;
    left: 0 !important;
    z-index: 4 !important;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    background: #fff !important;
    background-clip: padding-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: 2px 0 6px rgba(15,23,42,.06);
    vertical-align: top;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr.contratar th:first-child {
    background: #f8fafc !important;
    z-index: 4 !important;
}

/* ---- THEAD ---- */
.sh-pw-table-v2 .sh-pw-ct thead tr th {
    background: #fff;
    border-bottom: 2px solid #e2e8f0;
    padding: 22px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}
.sh-pw-table-v2 .sh-pw-ct thead tr th:first-child {
    text-align: left;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    vertical-align: bottom;
}

/* Columna Profesional (3ª) — destacada */
.sh-pw-table-v2 .sh-pw-ct thead tr th:nth-child(3) {
    background: rgba(63,111,224,.05);
    border-top: 3px solid #3F6FE0;
    color: #3F6FE0;
    position: relative;
}

/* ---- FILAS HEADER-TABLE (categorías) — sticky horizontal vía span interno ---- */
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table > th {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible;
    vertical-align: middle;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table > th .sh-pw-category-sticky {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
    box-sizing: border-box;
    background: #f8fafc;
    color: #0f172a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 10px 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    text-align: left;
    white-space: nowrap;
    box-shadow: 2px 0 8px rgba(15,23,42,.07);
    line-height: 1.4;
}
/* Fila de encabezado de planes/valores (4 columnas) — sin sticky de categoría */
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table-plan-values > th {
    background: #f8fafc !important;
    color: #0f172a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    padding: 10px 20px !important;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-align: center !important;
    vertical-align: middle;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table-plan-values > th:first-child {
    text-align: left !important;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table-plan-values,
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table-plan-values > th {
    pointer-events: none;
}

/* ---- FILAS REGULARES ---- */
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) td,
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th {
    padding: 13px 20px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    background: #fff;
    line-height: 1.55;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) td {
    text-align: center;
    color: #475569;
    font-size: 13.5px;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th {
    text-align: left;
    color: #374151;
    font-weight: 500;
    font-size: 13.5px;
}

/* Hover suave — solo en td (columnas de datos) */
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar):hover td {
    background: #f8faff !important;
}

/* th (columna de características): anular cualquier cambio visual al hover
   sin apagar pointer-events, para que los tooltips sigan funcionando */
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar):hover th {
    background: #fff !important;
    color: #374151 !important;
}

/* header-table: sin cambio visual al hover (no tiene tooltips, pointer-events:none es seguro) */
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table,
.sh-pw-table-v2 .sh-pw-ct tbody tr.header-table > th {
    pointer-events: none;
}

/* Columna Profesional en filas regulares */
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) td:nth-child(3) {
    background: rgba(63,111,224,.025);
}
.sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar):hover td:nth-child(3) {
    background: rgba(63,111,224,.055) !important;
}

/* ---- CHECK Y GUION ---- */
.sh-pw-table-v2 .sh-pw-ct .fa-check {
    color: #3F6FE0;
    font-size: 15px;
}

/* ---- FILA PRECIO ---- */
.sh-pw-table-v2 .sh-pw-ct tbody tr td strong {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    display: block;
    line-height: 1.4;
}

/* ---- FILA CONTRATAR ---- */
.sh-pw-table-v2 .sh-pw-ct tbody tr.contratar th,
.sh-pw-table-v2 .sh-pw-ct tbody tr.contratar td {
    padding: 20px 16px;
    border-bottom: none;
    background: #f8fafc;
    text-align: center;
    vertical-align: middle;
}
.sh-pw-table-v2 .btn-contratar {
    display: inline-block;
    padding: 10px 22px;
    background: #3F6FE0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background .18s ease, transform .14s ease;
    white-space: nowrap;
    letter-spacing: .02em;
}
.sh-pw-table-v2 .btn-contratar:hover {
    background: #2f5bc4;
    transform: translateY(-1px);
    text-decoration: none;
}

/* Botón destacado en columna Profesional */
.sh-pw-table-v2 .sh-pw-ct tbody tr.contratar td:nth-child(3) .btn-contratar {
    background: #3F6FE0;
    box-shadow: 0 4px 14px rgba(63,111,224,.35);
    padding: 11px 26px;
    font-size: 14px;
}
.sh-pw-table-v2 .sh-pw-ct tbody tr.contratar td:nth-child(3) .btn-contratar:hover {
    background: #2f5bc4;
    box-shadow: 0 6px 18px rgba(63,111,224,.45);
}

/* Tablas hosting 4 planes — 3er plan (columna 4): WP Black / Woohost 3 */
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 thead tr th:nth-child(3) {
    background: #fff;
    border-top: none;
    color: #0f172a;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 thead tr th:nth-child(4) {
    background: rgba(63,111,224,.05);
    border-top: 3px solid #3F6FE0;
    color: #3F6FE0;
    position: relative;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr:not(.header-table):not(.contratar) td:nth-child(3) {
    background: #fff;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr:not(.header-table):not(.contratar) td:nth-child(4) {
    background: rgba(63,111,224,.025);
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr:not(.header-table):not(.contratar):hover td:nth-child(3) {
    background: #f8faff !important;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr:not(.header-table):not(.contratar):hover td:nth-child(4) {
    background: rgba(63,111,224,.055) !important;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr.contratar td:nth-child(3) .btn-contratar {
    background: #3F6FE0;
    box-shadow: none;
    padding: 10px 22px;
    font-size: 13px;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr.contratar td:nth-child(3) .btn-contratar:hover {
    background: #2f5bc4;
    box-shadow: none;
    transform: translateY(-1px);
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr.contratar td:nth-child(4) .btn-contratar {
    background: #3F6FE0;
    box-shadow: 0 4px 14px rgba(63,111,224,.35);
    padding: 11px 26px;
    font-size: 14px;
}
.sh-pw-table-v2 .sh-pw-ct.sh-pw-featured-col-4 tbody tr.contratar td:nth-child(4) .btn-contratar:hover {
    background: #2f5bc4;
    box-shadow: 0 6px 18px rgba(63,111,224,.45);
}

/* ---- TOOLTIP trigger ---- */
.sh-pw-table-v2 .tooltipo:not(.js-scroll-to) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    cursor: help;
    float: none;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0;
    line-height: 1;
}
.sh-pw-table-v2 .tooltipo:not(.js-scroll-to):hover {
    background: #3F6FE0;
    color: #fff !important;
}

/* Tooltip trigger — alineado a la derecha en tablet/móvil (sin flex: rompe altura de fila y sticky en Firefox) */
@media (max-width: 1023px) {
    .sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th:first-child .tooltipo.big:not(.js-scroll-to) {
        float: right;
        margin-left: 6px;
        margin-top: 1px;
    }
}

/* ---- RESPONSIVE MOBILE ---- */
@media (max-width: 767px) {
    .sh-pw-table-v2 .sh-pw-ct thead tr th,
    .sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) td,
    .sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th {
        padding: 11px 12px;
        font-size: 12.5px;
    }
    .sh-pw-table-v2 .sh-pw-ct thead tr th { font-size: 13px; }
    /* header-table: sticky horizontal en span interno */
    .sh-pw-table-v2 .sh-pw-ct tbody tr.header-table > th .sh-pw-category-sticky {
        padding: 8px 12px;
        font-size: 10px;
    }
    .sh-pw-table-v2 .sh-pw-ct tbody tr.contratar th,
    .sh-pw-table-v2 .sh-pw-ct tbody tr.contratar td { padding: 14px 10px; }
    .sh-pw-table-v2 .btn-contratar { padding: 9px 14px; font-size: 12px; }
    .sh-pw-table-v2 .sh-pw-ct tbody tr td strong { font-size: 14px; }
    /* Primera columna sticky en mobile */
    .sh-pw-table-v2 .sh-pw-col-features { width: 168px; }
    .sh-pw-table-v2 .sh-pw-ct {
        min-width: 780px;
    }
    .sh-pw-table-v2 .sh-pw-ct thead tr th:first-child,
    .sh-pw-table-v2 .sh-pw-ct tbody tr:not(.header-table):not(.contratar) th:first-child {
        width: 168px;
        min-width: 168px;
        max-width: 168px;
    }
    .sh-pw-table-v2 .sh-pw-ct tbody tr.contratar th:first-child {
        background: #f8fafc !important;
    }
}

/* Thead sticky flotante (js/segurishop-comparison-tables.js) */
:root {
    --sh-sticky-table-top: 0px;
}
.sh-pw-sticky-wrap {
    position: fixed;
    display: none;
    z-index: 500;
    overflow: hidden;
    pointer-events: none;
    box-sizing: border-box;
}
.sh-pw-sticky-wrap table.sh-pw-ct {
    margin: 0;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15,23,42,.1);
    border-bottom: 2px solid #e2e8f0;
    will-change: transform;
}
.sh-pw-sticky-wrap thead tr th {
    background: #fff;
    border-bottom: 2px solid #e2e8f0;
    padding: 22px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    box-sizing: border-box;
}
.sh-pw-sticky-wrap thead tr th:first-child {
    text-align: left;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.sh-pw-sticky-wrap thead tr th:nth-child(3) {
    background: rgba(63,111,224,.05);
    border-top: 3px solid #3F6FE0;
    color: #3F6FE0;
}
/* Sticky thead — tablas hosting 4 planes: 3er plan en columna 4 (WP Black / Woohost 3) */
.sh-pw-sticky-wrap table.sh-pw-ct.sh-pw-featured-col-4 thead tr th:nth-child(3) {
    background: #fff;
    border-top: none;
    color: #0f172a;
}
.sh-pw-sticky-wrap table.sh-pw-ct.sh-pw-featured-col-4 thead tr th:nth-child(4) {
    background: rgba(63,111,224,.05);
    border-top: 3px solid #3F6FE0;
    color: #3F6FE0;
}
@media (max-width: 767px) {
    .sh-pw-sticky-wrap table.sh-pw-ct {
        min-width: 780px;
    }
    .sh-pw-sticky-wrap .sh-pw-col-features {
        width: 168px;
    }
    .sh-pw-sticky-wrap thead tr th {
        padding: 11px 12px;
        font-size: 13px;
    }
    .sh-pw-sticky-wrap thead tr th:first-child {
        width: 168px;
        min-width: 168px;
        max-width: 168px;
        font-size: 12px;
    }
}

/* =============================================
   tienda-woocommerce — scoped
   ============================================= */
#pricing1 .sh-tw-plan-price {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}
.sh-tw-promo-badge {
    display: inline-block;
    margin-bottom: 12px;
}
.sh-tw-promo-badge > span {
    display: inline-block;
    background: #3F6FE0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 4px 12px;
    border-radius: 4px;
}
.sh-pw-table-notes {
    line-height: 1.7;
    color: #64748b;
}
.sh-pw-table-notes strong {
    color: #475569;
    font-weight: 600;
}

/* === 05 TIENDAS SHOPIFY === */

/* =============================================
   tienda-shopify — scoped
   ============================================= */
#tienda-shopify .sh-shopify-hero {
    padding-top: 120px;
    padding-bottom: 88px;
}
#tienda-shopify .sh-shopify-hero-title {
    color: #fff;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -.02em;
}
#tienda-shopify .sh-shopify-hero-sub {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.65;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
#tienda-shopify .sh-shopify-hero .sh-pw-hero-cta-note {
    color: rgba(255,255,255,.58);
}
#tienda-shopify .sh-shopify-plan-price {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}
#tienda-shopify .sh-shopify-plan-featured .pricing-table {
    border-color: rgba(150,191,72,.42);
}
#tienda-shopify .sh-shopify-plan-featured::before {
    background: #96bf48;
}
#tienda-shopify .sh-shopify-feat-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 4px;
    max-width: 320px;
    line-height: 1.45;
}
.sh-platserv-item--link {
    color: inherit;
    text-decoration: none;
}
.sh-platserv-item--link:hover {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 767px) {
    #tienda-shopify .sh-shopify-hero {
        padding-top: 110px;
        padding-bottom: 72px;
    }
    #tienda-shopify #pricing1 .pricing-table-style-08 {
        margin-bottom: 24px;
    }
    #tienda-shopify #pricing1 .pricing-table-style-08:last-child {
        margin-bottom: 0;
    }
}

/* =============================================
   mantencion-shopify — scoped
   ============================================= */
#mantencion-shopify .sh-shopify-hero {
    padding-top: 120px;
    padding-bottom: 88px;
}
#mantencion-shopify .sh-shopify-hero-title {
    color: #fff;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -.02em;
}
#mantencion-shopify .sh-shopify-hero-sub {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.65;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
#mantencion-shopify .sh-shopify-hero .sh-pw-hero-cta-note {
    color: rgba(255,255,255,.58);
}
#mantencion-shopify .sh-shopify-plan-featured .pricing-table {
    border-color: rgba(150,191,72,.42);
}
#mantencion-shopify .sh-shopify-plan-featured::before {
    background: #96bf48;
}
#mantencion-shopify .sh-shopify-feat-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 4px;
    max-width: 360px;
    line-height: 1.45;
}
#mantencion-shopify .sh-shopify-notas .tc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#mantencion-shopify .sh-shopify-notas .tc-list > li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    line-height: 1.65;
}
#mantencion-shopify .sh-shopify-notas .tc-list > li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3F6FE0;
}
#mantencion-shopify .sh-shopify-recommendation {
    border: 1px solid rgba(0,201,167,.25);
    background: rgba(0,201,167,.045);
}
@media (max-width: 767px) {
    #mantencion-shopify .sh-shopify-hero {
        padding-top: 110px;
        padding-bottom: 72px;
    }
    #mantencion-shopify #pricing1 .pricing-table-style-08 {
        margin-bottom: 24px;
    }
    #mantencion-shopify #pricing1 .pricing-table-style-08:last-child {
        margin-bottom: 0;
    }
}
/* === 06 UTILIDADES TRANSVERSALES === */

/* =============================================
   Funcional — formularios AJAX y WhatsApp flotante */
.resultadoLogin.error, .resultadoReg.error, #resultado.error { color: #c0392b; }
.resultadoReg.success, #resultado.success { color: #27ae60; }
input.invalido, select.invalido, textarea.invalido { border-color: #c0392b !important; }
span.invalido { color: #c0392b; font-size: 13px; display: block; margin-top: -14px; }
#form_buy span.invalido, .sh-buy-card span.invalido { margin-top: -2px; }
.half-section.pt-0 { padding-top: 0 !important; }
.contactar_whatsapp {
    position: fixed !important;
    z-index: 1050;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 10px;
    bottom: 10px;
    background-color: #46c353;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.31);
    text-decoration: none;
}
.contactar_whatsapp i { font-size: 34px !important; color: #fff !important; }
/* === 07 DOCUMENTACIÓN WOOCOMMERCE === */

/* ============================================================
   woocommerce-documentacion — scoped sh-doc-*
   ============================================================ */
.sh-doc-page { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.sh-doc-breadcrumb-bar {
    padding: 28px 0 24px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.sh-doc-breadcrumb-bar .sh-doc-breadcrumb {
    justify-content: flex-start;
    font-size: 15px;
    margin-bottom: 14px;
}
.sh-doc-breadcrumb-bar .sh-doc-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}
.sh-doc-breadcrumb-bar .sh-doc-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}
.sh-doc-breadcrumb-bar .sh-doc-breadcrumb a:hover {
    color: #3F6FE0;
}
.sh-doc-breadcrumb-bar .sh-doc-breadcrumb .breadcrumb-item.active {
    color: #1e293b;
}
.sh-doc-breadcrumb-bar .sh-doc-heading {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
}

.sh-doc-article .sh-doc-content { color: #475569; font-size: 15px; line-height: 1.75; }
.sh-doc-article .sh-doc-content img { max-width: 100%; height: auto; border-radius: 6px; }
.sh-doc-article .sh-doc-content p:last-child { margin-bottom: 0; }
.sh-doc-meta { border-bottom: 1px solid rgba(15,23,42,.08); }

.sh-doc-list { display: flex; flex-direction: column; }
.sh-doc-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(15,23,42,.09);
    text-decoration: none;
    color: inherit;
    transition: color .2s ease;
}
.sh-doc-item:first-child { border-top: 1px solid rgba(15,23,42,.09); }
.sh-doc-item:hover { color: #3F6FE0; text-decoration: none; }
.sh-doc-item__main { min-width: 0; flex: 1; }
.sh-doc-item__title {
    display: block;
    font-size: 15.5px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.45;
    letter-spacing: -.01em;
    margin-bottom: 4px;
}
.sh-doc-item:hover .sh-doc-item__title { color: #3F6FE0; }
.sh-doc-item__meta {
    display: block;
    font-size: 12.5px;
    color: #94a3b8;
    margin-bottom: 8px;
}
.sh-doc-item__excerpt {
    display: block;
    font-size: 14px;
    color: #64748B;
    line-height: 1.65;
}
.sh-doc-item__excerpt em { font-style: normal; }
.sh-doc-item__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 14px;
    margin-top: 2px;
    transition: color .2s ease, transform .2s ease;
}
.sh-doc-item:hover .sh-doc-item__icon { color: #3F6FE0; transform: translateX(2px); }

.sh-doc-cat-card {
    transition: transform .25s ease, box-shadow .25s ease;
}
.sh-doc-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(15,23,42,.12) !important;
}
.sh-doc-cat-card__icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
}
.sh-doc-cat-card__title { font-size: 1.05rem; line-height: 1.35; }
.sh-doc-cat-card__count {
    font-size: .85em;
    font-weight: 500;
    color: #94a3b8;
}
.sh-doc-cat-card:hover .sh-doc-cat-card__title { color: #3F6FE0 !important; }

.sh-doc-sidebar {
    position: sticky;
    top: 100px;
}
.sh-doc-sidebar .widget {
    background: #fff;
    border-radius: 8px;
    padding: 28px 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 30px rgba(15,23,42,.08);
}
.sh-doc-sidebar .widget--title h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0;
}
.sh-doc-sidebar .widget--title h5 a {
    color: inherit;
    text-decoration: none;
}
.sh-doc-sidebar .widget--title h5 a:hover { color: #3F6FE0; }
.sh-doc-sidebar .divider--line { display: none; }
.sh-doc-sidebar .widget--content ul { margin: 16px 0 0; padding: 0; }
.sh-doc-sidebar .widget--content li { margin-bottom: 6px; }
.sh-doc-sidebar .widget--content li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #475569;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.sh-doc-sidebar .widget--content li a:hover,
.sh-doc-sidebar .widget--content li a.marked {
    background: rgba(63,111,224,.08);
    color: #3F6FE0;
}
.sh-doc-sidebar .widget--content li a .fa { display: none; }
.sh-doc-sidebar .widget--content li a::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
}
.sh-doc-sidebar .widget--content li a:hover::before,
.sh-doc-sidebar .widget--content li a.marked::before { background: #3F6FE0; }
.sh-doc-sidebar .widget-search .form-search .input-group {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.12);
}
.sh-doc-sidebar .widget-search .form-search .form-control {
    border: none;
    background: #f8fafc;
    font-size: 14px;
    padding: 10px 14px;
    box-shadow: none;
}
.sh-doc-sidebar .widget-search .form-search .input-group-btn,
.sh-doc-sidebar .widget-search .form-search .input-group-append { flex-shrink: 0; }
.sh-doc-sidebar .widget-search .form-search .btn {
    border: none;
    background: #3F6FE0;
    color: #fff;
    padding: 0 14px;
    height: 100%;
    border-radius: 0;
}
.sh-doc-sidebar .widget-search .form-search .btn:hover { background: #2f5bc4; }
.sh-doc-sidebar .widget-search .form-search .btn .fa { font-size: 14px; }

@media (max-width: 991px) {
    .sh-doc-sidebar { position: static; margin-top: 10px; }
    .sh-doc-item__excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    header .navbar-brand .mobile-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        max-width: 150px !important;
    }
    .sh-doc-breadcrumb-bar .sh-doc-breadcrumb {
        font-size: 14px;
    }
}
/* === 08 CUENTA Y CHECKOUT === */

/* Cuenta — Mis compras (pagos, filas no pagadas) */
.modal{
    z-index: 9999 !important;
}
#cuenta-miscompras .listar_compras tr.nopagado td {
    background-color: rgba(255, 187, 187, .16) !important;
}
#cuenta-miscompras .listar_compras span.nopaid {
    background-color: #f29393;
    color: #fff;
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 6px;
    margin-left: 10px;
    display: inline-block;
}
.sh-miscompras-pay{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.sh-miscompras-pay > div {
    flex: 1 1 60px;
  }
.sh-miscompras-pay .buton_pay form {
    margin-bottom: 0;
}
.sh-miscompras-pay .buton_pay .paypalbutt {
    width: 60px !important;
    height: 18px !important;
    background: url(../../assets/images/logo/logos/paypal.png) no-repeat !important;
    background-size: contain !important;
    cursor: pointer !important;
    margin: 0 !important;
    border: 0;
    padding: 0;
}
.sh-miscompras-pay .button_webpay_pay a {
    display: inline-block;
    line-height: 0;
}
.sh-miscompras-pay .button_webpay_pay img {
    display: block;
    max-width: 90px;
}
#sh-buy-terminos{
    padding: 10px 10px;
}
@media (max-width: 767px) {
    #cuenta-miscompras .table-responsive {
        overflow-x: visible;
    }

    #cuenta-miscompras .sh-miscompras-table {
        border-collapse: separate;
        border-spacing: 0 16px;
    }

    #cuenta-miscompras .sh-miscompras-table thead {
        display: none;
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr {
        display: block;
        background: #fff;
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
        padding: 16px;
        margin-bottom: 14px;
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr.nopagado {
        background: rgba(255, 187, 187, 0.12);
        border-color: rgba(242, 147, 147, 0.35);
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr.nopagado td {
        background-color: transparent !important;
    }

    #cuenta-miscompras .sh-miscompras-table tbody td {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        text-align: left !important;
        padding: 10px 0 !important;
        border: none !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
        font-size: 15px;
    }

    #cuenta-miscompras .sh-miscompras-table tbody td:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    #cuenta-miscompras .sh-miscompras-table tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #64748b;
        margin-bottom: 6px;
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr:has(td[colspan]) {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr td[colspan] {
        display: block;
        text-align: center;
        border: none !important;
        padding: 24px 16px !important;
    }

    #cuenta-miscompras .sh-miscompras-table tbody tr td[colspan]::before {
        display: none;
    }

    #cuenta-miscompras .sh-miscompras-ver-mas {
        display: inline-block;
        padding: 8px 4px;
        min-height: 44px;
        line-height: 1.4;
    }

    #cuenta-miscompras .listar_compras span.nopaid {
        margin-left: 0;
        margin-top: 6px;
    }

    #cuenta-miscompras .sh-miscompras-pay {
        justify-content: flex-start !important;
        gap: 12px;
    }

    #cuenta-miscompras .sh-miscompras-pay > div {
        flex: 0 0 auto;
    }
}

/* Cuenta — Detalle de compra */
#cuenta-detalles .sh-cuenta-pago-pendiente {
    color: #cc0000;
}
@media (max-width: 767px) {
    #cuenta-detalles .table-responsive {
        -webkit-overflow-scrolling: touch;
    }
}

/* Cuenta — Página de compra (checkout premium) */
body.sh-buy-page > header {
    display: none !important;
}
body.sh-buy-page {
    padding-top: 0 !important;
}
.sh-buy-checkout-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sh-buy-checkout-help:hover {
    color: var(--base-color, #2946f3) !important;
}
#cuenta-buy.sh-buy-section {
    background: #f8f9fb;
}
#cuenta-buy .sh-buy-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 28px 24px;
}
#cuenta-buy .sh-buy-plan-anchor {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
#cuenta-buy .sh-buy-plan-slot {
    position: relative;
}
#cuenta-buy .sh-buy-card-plan {
    border-color: rgba(41, 70, 243, 0.15);
}
#cuenta-buy .sh-buy-card-plan--compact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    z-index: 200;
    padding: 12px 0;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    border-left: none;
    border-right: none;
    border-top: none;
}
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-plan-summary {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    margin-bottom: 0 !important;
    align-items: center !important;
    gap: 10px !important;
}
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-plan-details,
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-badge, 
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-cambiar-plan{
    display: none !important;
}
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-plan-title {
    font-size: 1rem;
    margin-bottom: 0;
}
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-valor-final {
    font-size: 1.15rem;
}
#cuenta-buy .sh-buy-card-plan--compact .sh-buy-plan-sub {
    font-size: 0.75rem;
}
#cuenta-buy .sh-buy-open-login {
    text-decoration: underline;
}
#cuenta-buy .sh-buy-open-login:hover {
    color: var(--base-color, #2946f3) !important;
}
#cuenta-buy .sh-buy-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 20px;
}
#cuenta-buy .sh-buy-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--base-color, #2946f3);
    background: rgba(41, 70, 243, 0.08);
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
#cuenta-buy .sh-buy-plan-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #232323;
    line-height: 1.3;
}
#cuenta-buy .sh-buy-plan-sub {
    font-size: 0.9rem;
    color: #717580;
}
#cuenta-buy .sh-buy-valor-final {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--base-color, #2946f3);
    line-height: 1.2;
}
#cuenta-buy .sh-buy-cambiar-plan {
    color: var(--base-color, #2946f3);
    text-decoration: none;
}
#cuenta-buy .sh-buy-cambiar-plan:hover {
    text-decoration: underline;
}
#cuenta-buy .sh-buy-stepper__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#cuenta-buy .sh-buy-stepper__item {
    flex: 1;
    max-width: 180px;
    text-align: center;
    position: relative;
    padding: 0 8px;
}
#cuenta-buy .sh-buy-stepper__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    left: calc(50% + 20px);
    width: calc(100% - 40px);
    height: 2px;
    background: #e0e3ea;
    z-index: 0;
}
#cuenta-buy .sh-buy-stepper__item--done:not(:last-child)::after {
    background: var(--base-color, #2946f3);
}
#cuenta-buy .sh-buy-stepper__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 600;
    background: #e8ebf0;
    color: #717580;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}
#cuenta-buy .sh-buy-stepper__item--done .sh-buy-stepper__icon {
    background: var(--base-color, #2946f3);
    color: #fff;
}
#cuenta-buy .sh-buy-stepper__item--active .sh-buy-stepper__icon {
    background: #fff;
    border: 2px solid var(--base-color, #2946f3);
    color: var(--base-color, #2946f3);
}
#cuenta-buy .sh-buy-stepper__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    color: #717580;
    line-height: 1.3;
}
#cuenta-buy .sh-buy-stepper__item--active .sh-buy-stepper__label,
#cuenta-buy .sh-buy-stepper__item--done .sh-buy-stepper__label {
    color: #232323;
    font-weight: 600;
}
#cuenta-buy .sh-buy-domain-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 110px;
    padding: 18px 14px;
    border: 2px solid #e0e3ea;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    text-align: center;
}
#cuenta-buy .sh-buy-domain-card:hover {
    border-color: rgba(41, 70, 243, 0.4);
}
#cuenta-buy .sh-buy-domain-card--selected {
    border-color: var(--base-color, #2946f3);
    background: rgba(41, 70, 243, 0.04);
}
#cuenta-buy .sh-buy-domain-card__icon {
    font-size: 1.4rem;
    color: var(--base-color, #2946f3);
}
#cuenta-buy .sh-buy-domain-card__title {
    font-size: 0.88rem;
    font-weight: 600;
    color: #232323;
    line-height: 1.35;
}
#cuenta-buy .sh-buy-info-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(41, 70, 243, 0.05);
    border: 1px solid rgba(41, 70, 243, 0.12);
    border-radius: 8px;
}
#cuenta-buy .sh-buy-info-box__icon {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--base-color, #2946f3);
    margin-top: 6px;
}
#cuenta-buy .sh-buy-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px 8px;
}
#cuenta-buy .sh-buy-trust__item i {
    font-size: 1.25rem;
    color: var(--base-color, #2946f3);
}
#cuenta-buy .sh-buy-trust__item span {
    font-size: 0.78rem;
    font-weight: 600;
    color: #232323;
    line-height: 1.3;
}
#cuenta-buy .sh-buy-collapse-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
#cuenta-buy .sh-buy-collapse-icon {
    transition: transform 0.2s ease;
}
#cuenta-buy .sh-buy-collapse-toggle[aria-expanded="false"] .sh-buy-collapse-icon {
    transform: rotate(-90deg);
}
#cuenta-buy .sh-buy-cta {
    font-size: 1rem;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
}
#cuenta-buy .iti {
    width: 100%;
    display: block;
}
#cuenta-buy .iti__flag-container {
    z-index: 2;
}
#cuenta-buy .iti input.sh-buy-tel-input,
#cuenta-buy .iti input[type="tel"] {
    width: 100%;
    height: 48px;
    padding-left: 52px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 1rem;
    background: #f7f7f7;
}
#cuenta-buy .iti input.sh-buy-tel-input:focus,
#cuenta-buy .iti input[type="tel"]:focus {
    border-color: var(--base-color, #2946f3);
    outline: none;
    box-shadow: none;
}
#cuenta-buy .sh-buy-field-label .sh-buy-label-inline-error {
    display: inline;
    margin-left: 0.35rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #c0392b;
    line-height: 1.3;
}
#cuenta-buy .sh-buy-field-label .sh-buy-label-inline-error a {
    color: inherit;
    text-decoration: underline;
}
#cuenta-buy .resultadoReg {
    font-size: 0.95rem;
    line-height: 1.5;
}
#cuenta-buy .resultadoReg.error {
    color: #c0392b;
}
#cuenta-buy .resultadoReg.success {
    color: #27ae60;
    font-weight: 500;
}
#cuenta-buy #FinalizarCompra:disabled {
    opacity: 0.85;
    cursor: wait;
}
#cuenta-buy #FinalizarCompra .sh-buy-cta-loading {
    display: inline-block;
    vertical-align: middle;
}
#cuenta-buy .iti.invalido input,
#cuenta-buy .iti.invalido input[type="tel"] {
    border-color: #c0392b !important;
}
#cuenta-buy #sh-buy-terminos.invalido {
    border-color: #c0392b;
    outline: 1px solid #c0392b;
    outline-offset: 2px;
}
#cuenta-buy .g-recaptcha.invalido {
    outline: 2px solid #c0392b;
    outline-offset: 2px;
    border-radius: 4px;
}
@media (max-width: 767px) {
    #cuenta-buy .sh-buy-card {
        padding: 20px 16px;
    }
    #cuenta-buy .sh-buy-stepper__label {
        font-size: 0.68rem;
    }
    #cuenta-buy .sh-buy-stepper__item {
        max-width: none;
        padding: 0 4px;
    }
    #cuenta-buy .sh-buy-valor-final {
        font-size: 1.25rem;
    }
    #cuenta-buy .sh-buy-domain-card {
        min-height: 90px;
        padding: 14px 10px;
    }
    #cuenta-buy .sh-buy-card-plan--compact .sh-buy-plan-summary {
        padding: 0 16px;
    }
}
/* === 09 FORMULARIOS Y TELÉFONO === */

/* Registrar — cards y hints (mismo criterio que cuenta-buy) */
#registrar .sh-buy-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 28px 24px;
}
#registrar .sh-buy-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 20px;
}
#registrar .sh-buy-field-label .sh-buy-label-inline-error {
    display: inline;
    margin-left: 0.35rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #c0392b;
    line-height: 1.3;
}
#registrar .sh-buy-field-label .sh-buy-label-inline-error a {
    color: inherit;
    text-decoration: underline;
}
#registrar .resultadoReg {
    font-size: 0.95rem;
    line-height: 1.5;
}
#registrar .iti {
    width: 100%;
    display: block;
}
#registrar .iti__flag-container {
    z-index: 2;
}
#registrar .iti input.sh-buy-tel-input,
#registrar .iti input[type="tel"] {
    width: 100%;
    height: 48px;
    padding-left: 52px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 1rem;
    background: #f7f7f7;
}
#registrar .iti input.sh-buy-tel-input:focus,
#registrar .iti input[type="tel"]:focus {
    border-color: var(--base-color, #2946f3);
    outline: none;
    box-shadow: none;
}
#registrar .iti.invalido input,
#registrar .iti.invalido input[type="tel"] {
    border-color: #c0392b !important;
}
@media (max-width: 767px) {
    #registrar .sh-buy-card {
        padding: 20px 16px;
    }
}

/* Contacto / cotizar — intl-tel-input */
#contacto .iti {
    width: 100%;
    display: block;
}
#contacto .iti__flag-container {
    z-index: 2;
}
#contacto .iti input.sh-buy-tel-input,
#contacto .iti input[type="tel"] {
    width: 100%;
    height: 48px;
    padding-left: 52px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 1rem;
    background: #f7f7f7;
}
#contacto .iti input.sh-buy-tel-input:focus,
#contacto .iti input[type="tel"]:focus {
    border-color: var(--base-color, #2946f3);
    outline: none;
    box-shadow: none;
}
#contacto .iti.invalido input,
#contacto .iti.invalido input[type="tel"],
#contacto .iti.is-invalid input,
#contacto .iti.is-invalid input[type="tel"] {
    border-color: #c0392b !important;
}
/* === 10 PLUGINS, DEMO, TÉRMINOS, PAGO === */

/* WooCommerce plugins / themes — grid isotope */
#plugins-wordpress .sh-wp-plugin-card {
    display: flex;
    flex-direction: column;
}
#plugins-wordpress .sh-wp-plugin-card__image {
    padding-bottom: 12px;
    margin-bottom: 4px;
}
#plugins-wordpress .sh-wp-plugin-card__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}
#plugins-wordpress .sh-wp-plugin-card__body {
    flex: 1;
}
#plugins-wordpress .sh-wp-plugin-card__body p {
    font-size: 14px;
    line-height: 1.65;
    color: #717580;
    margin-bottom: 12px;
}
#plugins-wordpress .sh-wp-plugin-card__body p:last-child {
    margin-bottom: 0;
}
#plugins-wordpress .sh-wp-plugin-card__body small {
    font-size: 12.5px;
    color: #3F6FE0;
}
#plugins-wordpress .plan-label {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: min(200px, 90%);
    background-color: #6b8adc;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    display: block;
    padding: 5px 10px;
    z-index: 2;
}
#plugins-wordpress .plan-label::before,
#plugins-wordpress .plan-label::after {
    content: "";
    border-top: 7px solid #536eb6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
}
#plugins-wordpress .plan-label::before {
    left: -5px;
    border-right: 0 solid transparent;
}
#plugins-wordpress .plan-label::after {
    right: -5px;
    border-left: 0 solid transparent;
}

/* demo-templates — cards solo imagen + plan-label NS */
#demo-templates .sh-demo-card__image img {
    display: block;
    border-radius: 8px 8px 0 0;
}
#demo-templates .sh-demo-card__image {
    padding-bottom: 12px;
}
#demo-templates .plan-label {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: min(150px, 90%);
    background-color: #6b8adc;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    display: block;
    padding: 5px 8px;
    z-index: 2;
}
#demo-templates .plan-label::before,
#demo-templates .plan-label::after {
    content: "";
    border-top: 7px solid #536eb6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
}
#demo-templates .plan-label::before {
    left: -5px;
    border-right: 0 solid transparent;
}
#demo-templates .plan-label::after {
    right: -5px;
    border-left: 0 solid transparent;
}

/* terminos — scoped tc-* (recuadros legales) */
#terminos,
.sh-legal-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #212529;
}
#terminos .sh-terminos-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 28px 24px;
}
#terminos .tc-wrapper,
.sh-legal-content.tc-wrapper { max-width: 100%; margin: 0 auto; }
#terminos .tc-header,
.sh-legal-content .tc-header { border-bottom: 3px solid #1a3c5e; padding-bottom: 1.5rem; margin-bottom: 2.5rem; }
#terminos .tc-header__title,
.sh-legal-content .tc-header__title { font-size: 1.6rem; font-weight: 700; color: #1a3c5e; letter-spacing: -0.3px; }
#terminos .tc-header__subtitle,
.sh-legal-content .tc-header__subtitle { font-size: 0.85rem; color: #6c757d; margin-top: 0.35rem; }
#terminos .tc-intro,
.sh-legal-content .tc-intro { background: #e8eef4; border-left: 4px solid #1a3c5e; padding: 1rem 1.25rem; margin-bottom: 2.5rem; border-radius: 0 4px 4px 0; font-size: 0.9rem; }
#terminos .tc-block,
.sh-legal-content .tc-block { margin-bottom: 3rem; }
#terminos .tc-block__heading,
.sh-legal-content .tc-block__heading { font-size: 1.55rem !important; font-weight: 700; color: #1a3c5e; background: #e8eef4; border-left: 4px solid #1a3c5e; padding: 0.55rem 1rem; margin-bottom: 1.5rem; border-radius: 0 4px 4px 0; letter-spacing: -0.2px; }
#terminos .tc-article,
.sh-legal-content .tc-article { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #dee2e6; }
#terminos .tc-article:last-child,
.sh-legal-content .tc-article:last-child { border-bottom: none; }
#terminos .tc-article__number,
.sh-legal-content .tc-article__number { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #6c757d; margin-bottom: 0.25rem; }
#terminos .tc-article__title,
.sh-legal-content .tc-article__title { font-size: 1.25rem; font-weight: 700; color: #212529; margin-bottom: 0.75rem; }
#terminos .tc-article__body p,
.sh-legal-content .tc-article__body p { margin-bottom: 0.9rem; }
#terminos .tc-article__body p:last-child,
.sh-legal-content .tc-article__body p:last-child { margin-bottom: 0; }
#terminos .tc-list,
.sh-legal-content .tc-list,
#tienda-shopify .sh-shopify-notas .tc-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 0.75rem 0;
}
#terminos .tc-list > li,
.sh-legal-content .tc-list > li,
#tienda-shopify .sh-shopify-notas .tc-list > li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 0.5rem;
}
#terminos .tc-list > li::before,
.sh-legal-content .tc-list > li::before,
#tienda-shopify .sh-shopify-notas .tc-list > li::before {
    content: '\203A';
    position: absolute;
    left: 0;
    color: #3F6FE0;
    font-weight: 600;
}
#terminos .tc-list--nested,
.sh-legal-content .tc-list--nested {
    margin-top: 0.5rem;
    margin-left: 1.1em;
}
#terminos .tc-list--nested > li::before,
.sh-legal-content .tc-list--nested > li::before {
    content: '\203A';
    font-size: 0.85em;
    opacity: 0.55;
    color: #1a3c5e;
    font-weight: 600;
}
#terminos .tc-subsection,
.sh-legal-content .tc-subsection { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 4px; padding: 0.9rem 1.1rem; margin: 0.75rem 0; }
#terminos .tc-subsection__title,
.sh-legal-content .tc-subsection__title { font-size: 0.85rem; font-weight: 700; color: #1a3c5e; margin-bottom: 0.5rem; }
#terminos .tc-note,
.sh-legal-content .tc-note { background: #fff3cd; border: 1px solid #ffc107; border-radius: 4px; padding: 0.75rem 1rem; margin: 0.75rem 0; font-size: 0.88rem; }
#terminos .tc-divider,
.sh-legal-content .tc-divider { border: none; border-top: 2px solid #1a3c5e; margin: 3rem 0; }
#terminos .tc-footer,
.sh-legal-content .tc-footer { font-size: 0.8rem; color: #6c757d; text-align: center; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #dee2e6; }
@media (max-width: 767px) {
    #terminos .sh-terminos-card {
        padding: 20px 16px;
    }
}

/* cuenta-proceso_pago — resultado post-pago */
#cuenta-proceso-pago .sh-pago-result {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
#cuenta-proceso-pago .sh-pago-result__body {
    padding: 28px 24px;
}
#cuenta-proceso-pago .sh-pago-result--success {
    border-top: 3px solid #3F6FE0;
}
#cuenta-proceso-pago .sh-pago-result--error {
    border-top: 3px solid #dc3545;
}
#cuenta-proceso-pago .sh-pago-table thead th {
    background: #F8FAFC;
    color: #0F172A;
    font-weight: 600;
}
#cuenta-proceso-pago .sh-pago-table th,
#cuenta-proceso-pago .sh-pago-table td {
    font-size: 14px;
    vertical-align: middle;
}
#cuenta-proceso-pago .sh-pago-table th[scope="row"] {
    width: 42%;
    font-weight: 500;
    color: #232323;
}
#cuenta-proceso-pago .sh-pago-reject-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
#cuenta-proceso-pago .sh-pago-reject-list li {
    margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
    #cuenta-proceso-pago .sh-pago-result__body {
        padding: 20px 16px;
    }
}

body.sh-pago-result-page .mfp-bg,
body.sh-pago-result-page .mfp-wrap,
body.sh-pago-result-page .mfp-container,
body.sh-pago-result-page #subscribe-popup {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
/* === 11 TUTORIALES Y ADMIN WOOCOMMERCE === */

/* Video tutoriales */
#video-tutoriales .sh-vt-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.08);
}
#video-tutoriales .sh-vt-icon {
    font-size: 48px;
    color: #ff0000;
    line-height: 1;
}
#video-tutoriales .sh-vt-note {
    background: #e8f4fd;
    border: 1px solid #b6d4f0;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}
.article-content h2 {
    font-size: 2rem !important;
    font-weight: 600;
    line-height: normal;
  }
.article-content h3{
    font-size: 1.75rem;
    font-weight: 700;
}
.article-content ul {
    padding-left: 1rem;
}
.sh-doc-breadcrumb-bar h1{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
@media (max-width: 767px) {
    #video-tutoriales .sh-vt-icon-wrap {
        width: 80px;
        height: 80px;
    }
    #video-tutoriales .sh-vt-icon {
        font-size: 36px;
    }
    #video-tutoriales .sh-vt-ctas .btn {
        width: 100%;
    }
    .sh-doc-breadcrumb-bar.sh-pw-hero-light{
        padding-top: 120px !important;
    }
    .sh-doc-breadcrumb-bar h1{
        font-size: 2rem !important;
        margin-top: 20px !important;
    }
}

/* Animaciones — accesibilidad */
@media (prefers-reduced-motion: reduce) {
    .sh3-float, .sh3-float-d { animation: none !important; }
    .sh3-btn-p, .sh3-btn-s, .sh3-devices { transition: none !important; }
    .sh-revs-card { transition: none !important; }
    .sh-premium-proof-card { transition: none !important; }
    .sh-faq-item__btn, .sh-faq-item__icon { transition: none !important; }
    .sh-doc-item, .sh-doc-item__icon, .sh-doc-cat-card { transition: none !important; }
}

#woocommerce-admin > section,
#woocommerce-caracteristicas {
    scroll-margin-top: 96px;
}
@media (max-width: 991px) {
    #woocommerce-admin > section,
    #woocommerce-caracteristicas {
        scroll-margin-top: 80px;
    }
}

/* WooCommerce administrador — tab-style-05 (#woocommerce-admin) */
#woocommerce-admin .tab-style-05 .nav-link {
    padding: 12px 16px;
    gap: 10px;
}
#woocommerce-admin .tab-style-05 .nav-link span {
    line-height: 1.35;
}
#woocommerce-admin .sh-pw-soporte-content img {
    max-width: 100%;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
#woocommerce-admin .sh-text-muted ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #woocommerce-admin .tab-style-05 .nav-tabs {
        flex-direction: column;
    }
    #woocommerce-admin .tab-style-05 .nav-link {
        font-size: 16px;
        padding: 10px 14px;
    }
}

/* WooCommerce características — tabs + feature grids */
#woocommerce-caracteristicas .tab-style-05 .nav-link {
    padding: 12px 16px;
    gap: 10px;
}
#woocommerce-caracteristicas .tab-style-05 .nav-link span {
    line-height: 1.35;
}
#woocommerce-caracteristicas .sh-woo-feat-card,
#woo-feat-checkout .sh-woo-feat-card,
#woo-feat-otras .sh-woo-feat-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#woocommerce-caracteristicas .sh-woo-feat-card:hover,
#woo-feat-checkout .sh-woo-feat-card:hover,
#woo-feat-otras .sh-woo-feat-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
@media (max-width: 767px) {
    #woocommerce-caracteristicas .tab-style-05 .nav-tabs {
        flex-direction: column;
    }
    #woocommerce-caracteristicas .tab-style-05 .nav-link {
        font-size: 16px;
        padding: 10px 14px;
    }
}
/* === 12 REQUERIMIENTOS Y CRO === */

/* Requerimientos iniciales — onboarding clientes */
#requerimientos-iniciales .sh-req-alert {
    border-left: 4px solid #3F6FE0;
}
#requerimientos-iniciales .sh-req-sidebar {
    position: sticky;
    top: 120px;
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
#requerimientos-iniciales .sh-req-sidebar__list li + li {
    margin-top: 6px;
}
#requerimientos-iniciales .sh-req-sidebar__list a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.15s ease, color 0.15s ease;
}
#requerimientos-iniciales .sh-req-sidebar__list a:hover {
    background: rgba(63, 111, 224, 0.08);
    color: #3F6FE0;
}
#requerimientos-iniciales .sh-req-opt {
    font-weight: 400;
    font-size: 0.9em;
    color: #94a3b8;
}
#requerimientos-iniciales .sh-req-card {
    scroll-margin-top: 120px;
}
#requerimientos-iniciales .sh-req-card__num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #3F6FE0;
    background: rgba(63, 111, 224, 0.1);
    border-radius: 8px;
}
#requerimientos-iniciales .sh-req-card__title {
    font-size: 1.2rem;
    line-height: 1.35;
}
#requerimientos-iniciales .sh-req-card__body {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}
#requerimientos-iniciales .sh-req-card__body p:last-child,
#requerimientos-iniciales .sh-req-card__body ul:last-child,
#requerimientos-iniciales .sh-req-card__body ol:last-child {
    margin-bottom: 0;
}
#requerimientos-iniciales .sh-req-card__body p + p,
#requerimientos-iniciales .sh-req-card__body p + ul,
#requerimientos-iniciales .sh-req-card__body p + ol,
#requerimientos-iniciales .sh-req-card__body ul + p,
#requerimientos-iniciales .sh-req-card__body ol + p {
    margin-top: 1rem;
}
#requerimientos-iniciales .sh-req-card__body a {
    color: #3F6FE0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
#requerimientos-iniciales .sh-req-card__body a:hover {
    color: #2d5bc7;
}
#requerimientos-iniciales .sh-req-example {
    margin: 1rem 0;
    padding: 16px 20px;
    font-size: 14px;
    font-style: italic;
    color: #64748b;
    background: #f8fafc;
    border-left: 3px solid #cbd5e1;
    border-radius: 0 6px 6px 0;
}
#requerimientos-iniciales .sh-req-example:last-child {
    margin-bottom: 0;
}
#requerimientos-iniciales .sh-req-figure {
    display: block;
    max-width: 100%;
    margin: 1rem 0;
}
@media (max-width: 991px) {
    #requerimientos-iniciales .sh-req-sidebar {
        position: static;
        margin-bottom: 10px;
    }
    #requerimientos-iniciales .sh-req-sidebar__list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    #requerimientos-iniciales .sh-req-sidebar__list li + li {
        margin-top: 0;
    }
    #requerimientos-iniciales .sh-req-sidebar__list a {
        font-size: 13px;
        padding: 6px 10px;
        background: #f1f5f9;
    }
}

/* ── Shopify CRO — dashboard hero visual ── */
#shopify-cro .sh-cro-dashboard {
    position: relative;
    min-height: 430px;
    max-width: 660px;
    margin-inline: auto;
}
#shopify-cro .sh-cro-panel {
    position: absolute;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
}
#shopify-cro .sh-cro-panel--chart {
    top: 18px;
    left: 8px;
    width: 57%;
    padding: 24px;
}
#shopify-cro .sh-cro-panel--funnel {
    top: 0;
    right: 0;
    width: 42%;
    padding: 22px;
}
#shopify-cro .sh-cro-panel--metrics {
    left: 5%;
    bottom: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 83%;
    padding: 12px;
}
#shopify-cro .sh-cro-metric {
    min-width: 0;
    padding: 10px 13px;
    border-right: 1px solid #e2e8f0;
}
#shopify-cro .sh-cro-metric:last-child {
    border-right: 0;
}
#shopify-cro .sh-cro-metric small,
#shopify-cro .sh-cro-chart-title,
#shopify-cro .sh-cro-funnel-row small {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}
#shopify-cro .sh-cro-chart-rate {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 5px 0 16px;
}
#shopify-cro .sh-cro-chart-rate strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #0f172a;
}
#shopify-cro .sh-cro-chart-rate span {
    color: #10b981;
    font-size: 12px;
    font-weight: 700;
}
#shopify-cro .sh-cro-metric strong {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#shopify-cro .sh-cro-sparkline {
    width: 100%;
    height: 28px;
    margin-top: 8px;
}
#shopify-cro .sh-cro-funnel {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
}
#shopify-cro .sh-cro-funnel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    margin-inline: auto;
    padding: 8px 14px;
    border-radius: 7px;
    color: #fff;
}
#shopify-cro .sh-cro-funnel-row:nth-child(1) { width: 100%; background: #9db5f1; }
#shopify-cro .sh-cro-funnel-row:nth-child(2) { width: 84%; background: #7f9eea; }
#shopify-cro .sh-cro-funnel-row:nth-child(3) { width: 68%; background: #5e82e4; }
#shopify-cro .sh-cro-funnel-row:nth-child(4) { width: 52%; background: #3f6fe0; }
#shopify-cro .sh-cro-funnel-row small {
    color: rgba(255, 255, 255, .88);
    font-size: 10px;
}
#shopify-cro .sh-cro-funnel-row strong {
    font-size: 11px;
}
#shopify-cro .sh-cro-dashboard-check {
    position: absolute;
    right: -12px;
    bottom: 38px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 7px solid #f8fafc;
    border-radius: 50%;
    background: #3f6fe0;
    box-shadow: 0 15px 28px rgba(63, 111, 224, .25);
    color: #fff;
}
#shopify-cro .sh-cro-dashboard-check i {
    font-size: 27px;
    line-height: 1;
}
@media (max-width: 991px) {
    #shopify-cro .sh-cro-dashboard {
        width: min(100%, 660px);
    }
}
@media (max-width: 767px) {
    #shopify-cro .sh-pw-hero.sh-pw-hero-light {
        overflow: visible;
    }
    #shopify-cro .sh-cro-dashboard {
        min-height: 300px;
        margin-top: 10px;
    }
    #shopify-cro .sh-cro-panel--chart {
        top: 0;
        left: 0;
        width: 56%;
        padding: 12px 10px;
        z-index: 1;
    }
    #shopify-cro .sh-cro-panel--chart svg {
        display: block;
        max-height: 64px;
    }
    #shopify-cro .sh-cro-chart-rate {
        margin-bottom: 8px;
    }
    #shopify-cro .sh-cro-chart-rate strong {
        font-size: 22px;
    }
    #shopify-cro .sh-cro-chart-rate span {
        font-size: 10px;
    }
    #shopify-cro .sh-cro-panel--funnel {
        top: 0;
        right: 0;
        left: auto;
        width: 42%;
        padding: 12px 10px;
        z-index: 2;
    }
    #shopify-cro .sh-cro-funnel {
        margin-top: 8px;
        gap: 3px;
    }
    #shopify-cro .sh-cro-funnel-row {
        min-height: 28px;
        padding: 3px 8px;
    }
    #shopify-cro .sh-cro-funnel-row strong {
        font-size: 9px;
    }
    #shopify-cro .sh-cro-funnel-row small {
        font-size: 8px;
    }
    #shopify-cro .sh-cro-panel--metrics {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        padding: 6px;
        z-index: 3;
    }
    #shopify-cro .sh-cro-metric {
        padding: 6px 5px;
        border-right: 1px solid #e2e8f0;
        border-bottom: 0;
    }
    #shopify-cro .sh-cro-metric:last-child {
        border-right: 0;
    }
    #shopify-cro .sh-cro-metric small {
        font-size: 8px;
        line-height: 1.2;
    }
    #shopify-cro .sh-cro-metric strong {
        font-size: 10px;
        margin-top: 2px;
    }
    #shopify-cro .sh-cro-sparkline {
        height: 16px;
        margin-top: 3px;
    }
    #shopify-cro .sh-cro-dashboard-check {
        left: 0;
        right: auto;
        top: auto;
        bottom: 52px;
        width: 40px;
        height: 40px;
        border-width: 4px;
        z-index: 4;
    }
    #shopify-cro .sh-cro-dashboard-check i {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    #shopify-cro .sh-cro-dashboard {
        min-height: 280px;
    }
    #shopify-cro .sh-cro-panel--chart {
        width: 54%;
        padding: 10px 8px;
    }
    #shopify-cro .sh-cro-panel--chart svg {
        max-height: 56px;
    }
    #shopify-cro .sh-cro-chart-rate strong {
        font-size: 20px;
    }
    #shopify-cro .sh-cro-panel--funnel {
        width: 44%;
        padding: 10px 8px;
    }
    #shopify-cro .sh-cro-funnel-row {
        min-height: 24px;
        padding: 2px 6px;
    }
    #shopify-cro .sh-cro-panel--metrics {
        padding: 5px 4px;
    }
    #shopify-cro .sh-cro-metric {
        padding: 5px 4px;
    }
    #shopify-cro .sh-cro-metric strong {
        font-size: 9px;
    }
    #shopify-cro .sh-cro-sparkline {
        height: 14px;
    }
}
/* === 13 PÁGINAS SHOPIFY === */

/* ── Integraciones Shopify (#integraciones-shopify) ── */
#integraciones-shopify .sh-pw-hero-light {
    padding-bottom: 80px;
}
#integraciones-shopify .sh-pw-hero-cta {
    text-align: center;
}
#integraciones-shopify .sh-pw-hero-cta-note a {
    text-decoration: none;
}
#integraciones-shopify .sh-pw-hero-cta-note a:hover {
    text-decoration: underline;
}

#integraciones-shopify .sh-apps-hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}
#integraciones-shopify .sh-apps-hero-notes span::before {
    content: "✓";
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(16, 185, 129, .12);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

#integraciones-shopify .sh-apps-scope-card {
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}
#integraciones-shopify .sh-apps-scope-card--included {
    border-top: 4px solid #10b981;
}
#integraciones-shopify .sh-apps-scope-card--excluded {
    border-top: 4px solid #f59e0b;
}
#integraciones-shopify .sh-apps-scope-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
#integraciones-shopify .sh-apps-scope-card--included .sh-apps-scope-label {
    color: #10b981;
}
#integraciones-shopify .sh-apps-scope-card--excluded .sh-apps-scope-label {
    color: #f59e0b;
}
#integraciones-shopify .sh-apps-scope-list {
    display: grid;
    gap: 13px;
    list-style: none;
}
#integraciones-shopify .sh-apps-scope-list li {
    position: relative;
    padding-left: 28px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}
#integraciones-shopify .sh-apps-scope-card--included .sh-apps-scope-list li::before,
#integraciones-shopify .sh-apps-scope-card--excluded .sh-apps-scope-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}
#integraciones-shopify .sh-apps-scope-card--included .sh-apps-scope-list li::before {
    content: "✓";
    background: rgba(16, 185, 129, .12);
    color: #10b981;
}
#integraciones-shopify .sh-apps-scope-card--excluded .sh-apps-scope-list li::before {
    content: "!";
    background: rgba(245, 158, 11, .13);
    color: #f59e0b;
}
#integraciones-shopify .sh-apps-scope-note {
    padding: 18px 20px;
    border: 1px solid rgba(63, 111, 224, .18);
    border-radius: 12px;
    background: rgba(63, 111, 224, .05);
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}
#integraciones-shopify .sh-apps-scope-note strong {
    color: #0f172a;
}

@media (max-width: 767px) {
    #integraciones-shopify .sh-apps-hero-notes {
        flex-direction: column;
        align-items: center;
    }
    #integraciones-shopify .sh-apps-scope-card {
        padding: 26px 22px;
    }
}


/* ── Migraciones a Shopify (#migraciones-a-shopify) — solo hero, flow, CTA y SEO visual ── */
#migraciones-a-shopify {
    overflow: hidden;
}

/* Hero con grid + radial azul */
#migraciones-a-shopify .sh-mig-hero {
    position: relative;
    padding: 140px 0 86px;
    background:
        linear-gradient(rgba(226, 232, 240, .46) 1px, transparent 1px),
        linear-gradient(90deg, rgba(226, 232, 240, .46) 1px, transparent 1px),
        radial-gradient(circle at 50% 14%, rgba(63, 111, 224, .16), transparent 32%),
        #f8fafc;
    background-size: 34px 34px, 34px 34px, auto, auto;
}
#migraciones-a-shopify .sh-mig-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #f8fafc);
    pointer-events: none;
}
#migraciones-a-shopify .sh-mig-hero-content {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
#migraciones-a-shopify .sh-mig-hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}
#migraciones-a-shopify .sh-mig-hero-notes span::before {
    content: "✓";
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(16, 185, 129, .12);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

/* Flow origen → destino */
#migraciones-a-shopify .sh-mig-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 112px 1fr;
    gap: 22px;
    align-items: center;
    max-width: 920px;
    margin: 56px auto 0;
}
#migraciones-a-shopify .sh-mig-flow-box {
    padding: 24px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
    text-align: left;
}
#migraciones-a-shopify .sh-mig-flow-box--target {
    border-color: rgba(63, 111, 224, .3);
    background: linear-gradient(135deg, #fff, #f1f5ff);
}
#migraciones-a-shopify .sh-mig-flow-label {
    display: block;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
#migraciones-a-shopify .sh-mig-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#migraciones-a-shopify .sh-mig-pills span {
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}
#migraciones-a-shopify .sh-mig-flow-arrow {
    display: grid;
    gap: 8px;
    place-items: center;
    text-align: center;
}
#migraciones-a-shopify .sh-mig-flow-arrow small {
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
#migraciones-a-shopify .sh-mig-target {
    display: flex;
    gap: 16px;
    align-items: center;
}
#migraciones-a-shopify .sh-mig-target-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #3f6fe0;
    box-shadow: 0 12px 26px rgba(63, 111, 224, .22);
}

/* SEO visual con grid sutil */
#migraciones-a-shopify .sh-mig-seo-visual {
    position: relative;
    min-height: 390px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background:
        linear-gradient(rgba(226, 232, 240, .5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(226, 232, 240, .5) 1px, transparent 1px),
        #fff;
    background-size: 28px 28px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
}
#migraciones-a-shopify .sh-mig-url {
    position: absolute;
    right: 36px;
    left: 36px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}
#migraciones-a-shopify .sh-mig-url:nth-child(1) { top: 42px; }
#migraciones-a-shopify .sh-mig-url:nth-child(2) { top: 156px; }
#migraciones-a-shopify .sh-mig-url:nth-child(3) { top: 270px; }
#migraciones-a-shopify .sh-mig-url small {
    display: block;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
#migraciones-a-shopify .sh-mig-url-row {
    display: grid;
    grid-template-columns: 1fr 34px 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 9px;
    color: #64748b;
    font-size: 11px;
}
#migraciones-a-shopify .sh-mig-url-row span {
    overflow: hidden;
    padding: 8px 10px;
    border-radius: 7px;
    background: #eef4fb;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#migraciones-a-shopify .sh-mig-url-row b {
    color: #3f6fe0;
    text-align: center;
}

/* CTA degradado */
#migraciones-a-shopify .sh-mig-cta-gradient {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
    background:
        radial-gradient(circle at 15% 50%, rgba(63, 111, 224, .22), transparent 30%),
        radial-gradient(circle at 88% 35%, rgba(167, 139, 250, .2), transparent 28%),
        linear-gradient(135deg, #171d42, #10162f);
}
#migraciones-a-shopify .sh-mig-cta-gradient::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, #1678ff, #6d4cff);
}
#migraciones-a-shopify .sh-mig-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}
#migraciones-a-shopify .sh-mig-cta-link-note a {
    color: #a9c1ff;
    text-decoration: none;
}
#migraciones-a-shopify .sh-mig-cta-link-note a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    #migraciones-a-shopify .sh-mig-flow {
        grid-template-columns: 1fr;
    }
    #migraciones-a-shopify .sh-mig-flow-arrow i {
        display: inline-block;
        transform: rotate(90deg);
    }
    #migraciones-a-shopify .sh-mig-flow-arrow small {
        display: block;
        max-width: 240px;
        text-align: center;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    #migraciones-a-shopify .sh-mig-hero {
        padding: 110px 0 68px;
    }
    #migraciones-a-shopify .sh-mig-hero-notes {
        flex-direction: column;
        align-items: center;
    }
    #migraciones-a-shopify .sh-mig-seo-visual {
        min-height: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #migraciones-a-shopify .sh-mig-url {
        position: static;
        right: auto;
        left: auto;
    }
    #migraciones-a-shopify .sh-mig-url-row {
        grid-template-columns: 1fr;
    }
    #migraciones-a-shopify .sh-mig-url-row b {
        transform: rotate(90deg);
        margin: 4px auto;
    }
}
