/* ==========================================================================
   JELODA - Facturación Electrónica powered by JCFlow (p/facturacion-electronica/dom/index.css)
   ========================================================================== */

/* ── Base layout (shared) ── */
.product-page-wrapper {
    padding-top: 160px !important;
    padding-bottom: 120px !important;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.relative-z { position: relative; z-index: 2; }

.product-bg-wave {
    position: absolute; top: 5%; right: -250px; width: 800px; height: auto;
    opacity: 0.3; z-index: 1; pointer-events: none;
    animation: floatSlow 15s infinite ease-in-out;
}
.product-bg-wave img { width: 100%; height: auto; }

.deco-shapes .shape {
    position: absolute; opacity: 0.5;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.4));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.deco-shapes .shape:hover { opacity: 0.8; transform: scale(1.15) rotate(5deg); }
.shape-hexa    { top: 15%; left: 6%; width: 110px; animation: floatSlow 9s infinite ease-in-out; }
.shape-diamond { bottom: 25%; right: 5%; width: 130px; animation: floatSlow 8s infinite ease-in-out 1.5s; }

/* ── Badge premium ── */
.badge-premium {
    float: none !important;
    display: inline-flex !important;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(101,31,255,0.08) 0%, rgba(101,31,255,0.03) 100%) !important;
    border: 1px solid rgba(101,31,255,0.25) !important;
    color: #651fff !important;
    padding: 6px 16px !important; border-radius: 50px !important;
    font-size: 0.72rem !important; font-weight: 700 !important;
    text-transform: uppercase !important; letter-spacing: 1.5px !important;
    box-shadow: 0 4px 15px rgba(101,31,255,0.05) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.badge-premium i { font-size: 14px !important; margin-right: 5px; line-height: 1 !important; }
.badge-premium:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(101,31,255,0.12) 0%, rgba(101,31,255,0.06) 100%) !important;
    border-color: rgba(101,31,255,0.4) !important;
    box-shadow: 0 6px 20px rgba(101,31,255,0.1) !important;
}
.theme--dark .badge-premium {
    background: linear-gradient(135deg, rgba(179,136,255,0.12) 0%, rgba(179,136,255,0.04) 100%) !important;
    border: 1px solid rgba(179,136,255,0.3) !important;
    color: #b388ff !important;
}
.theme--dark .badge-premium:hover {
    background: linear-gradient(135deg, rgba(179,136,255,0.18) 0%, rgba(179,136,255,0.06) 100%) !important;
    border-color: rgba(179,136,255,0.45) !important;
}

/* Hero title + button */
.product-hero-title {
    font-weight: 900 !important; font-size: 3.5rem !important;
    line-height: 1.15 !important; letter-spacing: -1px;
}
.theme--light .product-hero-title { color: #111 !important; }
.theme--dark .product-hero-title { color: #fff !important; }

.btn-premium {
    background-color: #651fff !important; color: #fff !important;
    border-radius: 10px !important;
    padding: 0 2.2rem !important; height: 52px !important; line-height: 52px !important;
    font-weight: 700 !important; text-transform: none !important; font-size: 1rem !important;
    box-shadow: 0 6px 20px rgba(101,31,255,0.4) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.btn-premium:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 25px rgba(101,31,255,0.6) !important;
    background-color: #7c4dff !important;
}

/* Botón outline para JCFlow (link externo) */
.btn-jcflow-outline {
    background: transparent !important;
    color: #651fff !important;
    border: 2px solid #651fff !important;
    border-radius: 10px !important;
    padding: 0 2rem !important;
    height: 52px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-size: 0.95rem !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.btn-jcflow-outline:hover {
    background: #651fff !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(101,31,255,0.3) !important;
}
.theme--dark .btn-jcflow-outline { color: #b388ff !important; border-color: #b388ff !important; }
.theme--dark .btn-jcflow-outline:hover { background: #b388ff !important; color: #111 !important; }

/* Botón claro para JCFlow (sobre fondo oscuro del CTA) */
.btn-jcflow-light {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #651fff !important;
    border-radius: 10px !important;
    padding: 0 2.2rem !important;
    height: 52px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-size: 0.95rem !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.btn-jcflow-light:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25) !important;
    background: #fff !important;
}

/* Hero stats */
.hero-stats-wrapper { max-width: 900px; margin: 0 auto; }
.stat-item-premium {
    padding: 15px; border-radius: 16px;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.3s ease;
}
.theme--light .stat-item-premium { background: rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.04); }
.stat-item-premium:hover {
    background: rgba(101,31,255,0.04); border-color: rgba(101,31,255,0.15);
    transform: translateY(-2px);
}
.stat-number-premium {
    display: block; font-size: 2.2rem; font-weight: 800; line-height: 1.2;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.theme--light .stat-number-premium {
    background: linear-gradient(135deg, #651fff 0%, #7c4dff 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label-premium {
    display: block; font-size: 0.8rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px;
}
.theme--dark .stat-label-premium { color: rgba(255,255,255,0.6); }
.theme--light .stat-label-premium { color: rgba(0,0,0,0.65); }

/* Hero trust line (Ondersoft) */
.hero-trust-line {
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
    flex-wrap: wrap; justify-content: center;
}
.theme--dark .hero-trust-line { color: rgba(255,255,255,0.7); }
.theme--light .hero-trust-line { color: rgba(0,0,0,0.7); }
.hero-trust-line i {
    font-size: 18px !important;
    color: #4caf50;
    vertical-align: middle;
}

/* ══════════════════════════════════════════════════════════════
   5 TIPOS DE DOCUMENTO — DocType cards (5-col grid)
   ══════════════════════════════════════════════════════════════ */
.doc-type-section { position: relative; z-index: 2; }

.doctype-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

@media (max-width: 1199px) {
    .doctype-grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .doctype-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .doctype-grid-5 {
        grid-template-columns: 1fr;
    }
}

.doctype-card {
    padding: 1.5rem 1.2rem !important;
    border-radius: 22px !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.theme--dark .doctype-card {
    background: rgba(22,22,25,0.6) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35) !important;
}
.theme--light .doctype-card {
    background: rgba(255,255,255,0.85) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    box-shadow: 0 12px 35px rgba(101,31,255,0.05) !important;
}
.doctype-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25) !important;
}

.doctype-tag {
    position: absolute;
    top: 16px; right: 16px;
    font-family: 'Courier New', monospace;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(101,31,255,0.3);
}

.doctype-icon-box {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(101,31,255,0.18) 0%, rgba(101,31,255,0.05) 100%);
    transition: transform 0.3s ease;
}
.doctype-card:hover .doctype-icon-box { transform: scale(1.08) rotate(-5deg); }
.doctype-icon-box i { font-size: 28px; color: #651fff; }
.theme--dark .doctype-icon-box i { color: #b388ff; }

/* Variantes de color por tipo */
.doctype-fe .doctype-icon-box { background: linear-gradient(135deg, rgba(101,31,255,0.18) 0%, rgba(101,31,255,0.05) 100%); }
.doctype-fe .doctype-icon-box i { color: #651fff; }

.doctype-nc .doctype-icon-box { background: linear-gradient(135deg, rgba(255,87,34,0.18) 0%, rgba(255,87,34,0.05) 100%); }
.doctype-nc .doctype-icon-box i { color: #ff5722; }

.doctype-nd .doctype-icon-box { background: linear-gradient(135deg, rgba(0,176,255,0.18) 0%, rgba(0,176,255,0.05) 100%); }
.doctype-nd .doctype-icon-box i { color: #00b0ff; }

.doctype-ds .doctype-icon-box { background: linear-gradient(135deg, rgba(76,175,80,0.18) 0%, rgba(76,175,80,0.05) 100%); }
.doctype-ds .doctype-icon-box i { color: #4caf50; }

.doctype-na-ds .doctype-icon-box { background: linear-gradient(135deg, rgba(255,152,0,0.18) 0%, rgba(255,152,0,0.05) 100%); }
.doctype-na-ds .doctype-icon-box i { color: #ff9800; }

.doctype-card h5 {
    font-weight: 800 !important;
    margin: 0 0 10px !important;
    font-size: 1.1rem !important;
}
.theme--dark .doctype-card h5 { color: #fff !important; }
.theme--light .doctype-card h5 { color: #111 !important; }

.doctype-desc {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    margin: 0 0 14px !important;
}
.theme--dark .doctype-desc { color: rgba(255,255,255,0.7) !important; }
.theme--light .doctype-desc { color: rgba(0,0,0,0.65) !important; }

.doctype-uses {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(101,31,255,0.1);
    color: #651fff;
}
.theme--dark .doctype-uses { background: rgba(179,136,255,0.12); color: #b388ff; }

/* ══════════════════════════════════════════════════════════════
   FLUJO DE EMISIÓN — Flow steps
   ══════════════════════════════════════════════════════════════ */
.flow-section { position: relative; z-index: 2; }

.flow-steps-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    padding: 20px 8px;
    flex-wrap: wrap;
}

.flow-step {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 16px 8px;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
}
.theme--light .flow-step {
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.04);
}
.flow-step:hover {
    background: rgba(101,31,255,0.06);
    border-color: rgba(101,31,255,0.2);
    transform: translateY(-3px);
}

.flow-step-num {
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    width: 28px; height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900;
    font-size: 0.78rem;
    box-shadow: 0 4px 12px rgba(101,31,255,0.4);
    z-index: 3;
}

.flow-step-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(101,31,255,0.18) 0%, rgba(101,31,255,0.05) 100%);
    display: flex; align-items: center; justify-content: center;
    margin: 8px auto 10px;
    transition: transform 0.3s ease;
}
.flow-step:hover .flow-step-icon { transform: scale(1.08) rotate(-5deg); }
.flow-step-icon i { font-size: 24px; color: #651fff; }
.theme--dark .flow-step-icon i { color: #b388ff; }

.flow-step-end .flow-step-icon {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    box-shadow: 0 6px 16px rgba(76,175,80,0.3);
}
.flow-step-end .flow-step-icon i { color: #fff; }

.flow-step strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}
.theme--dark .flow-step strong { color: #fff; }
.theme--light .flow-step strong { color: #111; }
.flow-step small {
    display: block;
    font-size: 0.72rem;
    line-height: 1.3;
    opacity: 0.75;
}

.flow-connector {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(101,31,255,0.3) 0%, rgba(101,31,255,0.6) 50%, rgba(101,31,255,0.3) 100%);
    min-width: 18px;
    margin: 0 -4px;
    align-self: center;
    position: relative;
    z-index: 1;
}
.flow-connector::after {
    content: '';
    position: absolute;
    right: -2px; top: -3px;
    width: 0; height: 0;
    border-left: 6px solid rgba(101,31,255,0.7);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* ══════════════════════════════════════════════════════════════
   HIGHLIGHTS / YROS / PRODUCT FEATURES / CERT / COMPARISON / FAQ / CTA
   ══════════════════════════════════════════════════════════════ */
.highlights-card {
    border-radius: 24px !important;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}
.theme--dark .highlights-card {
    background: rgba(18,18,20,0.5) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
}
.theme--light .highlights-card {
    background: rgba(255,255,255,0.75) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 15px 35px rgba(101,31,255,0.04) !important;
}
.highlight-title { font-weight: 800 !important; font-size: 2.2rem !important; }
.theme--dark .highlight-title { color: #fff !important; }
.theme--light .highlight-title { color: #111 !important; }
.highlight-desc { font-size: 1.05rem !important; line-height: 1.6 !important; }
.theme--dark .highlight-desc { color: rgba(255,255,255,0.7) !important; }
.theme--light .highlight-desc { color: rgba(0,0,0,0.6) !important; }
.highlight-features-list { padding: 0; list-style: none; }
.highlight-feature-item {
    display: flex; align-items: center; gap: 15px;
    margin-bottom: 1.2rem; font-size: 1rem; font-weight: 500;
}
.theme--dark .highlight-feature-item { color: rgba(255,255,255,0.85); }
.theme--light .highlight-feature-item { color: rgba(0,0,0,0.75); }
.highlight-icon { color: #651fff; font-size: 24px; flex-shrink: 0; }

.product-feature-img { max-width: 100%; border-radius: 20px; transition: transform 0.4s ease; }
.product-feature-img:hover { transform: scale(1.02); }

.product-features-section { position: relative; z-index: 2; }
.product-feature-tag {
    color: #651fff; font-weight: 700; text-transform: uppercase;
    font-size: 0.85rem; letter-spacing: 2px;
}
.theme--dark .product-feature-tag { color: #b388ff; }
.product-feature-title { font-weight: 800 !important; font-size: 2.2rem !important; }
.theme--dark .product-feature-title { color: #fff !important; }
.theme--light .product-feature-title { color: #111 !important; }
.product-feature-desc { font-size: 1.05rem !important; line-height: 1.6 !important; }
.theme--dark .product-feature-desc { color: rgba(255,255,255,0.65) !important; }
.theme--light .product-feature-desc { color: rgba(0,0,0,0.6) !important; }

.product-benefit-item { display: flex; gap: 15px; align-items: start; }
.benefit-icon-box {
    border-radius: 50%; width: 45px; height: 45px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 1.25rem;
}
.purple-box   { background: rgba(101,31,255,0.1); }
.purple-box i { color: #651fff; }
.green-box    { background: rgba(76,175,80,0.1); }
.green-box i  { color: #4CAF50; }
.benefit-title { font-weight: 700 !important; margin: 0 !important; font-size: 1.1rem !important; }
.theme--dark .benefit-title { color: #fff !important; }
.theme--light .benefit-title { color: #111 !important; }
.benefit-desc { font-size: 0.95rem !important; }
.theme--dark .benefit-desc { color: rgba(255,255,255,0.65) !important; }
.theme--light .benefit-desc { color: rgba(0,0,0,0.6) !important; }

/* Certificate pricing card */
.cert-pricing-card {
    max-width: 420px;
    width: 100%;
    border-radius: 24px !important;
    padding: 32px 28px;
    text-align: left;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    position: relative;
    border: 1px solid rgba(101,31,255,0.25);
    background: linear-gradient(135deg, rgba(101,31,255,0.12) 0%, rgba(101,31,255,0.04) 100%);
    box-shadow: 0 18px 40px rgba(101,31,255,0.18);
}
.theme--light .cert-pricing-card {
    background: linear-gradient(135deg, rgba(101,31,255,0.08) 0%, rgba(255,255,255,0.95) 100%);
    border-color: rgba(101,31,255,0.3);
}
.cert-pricing-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 12px rgba(255,152,0,0.35);
    margin-bottom: 14px;
}
.cert-pricing-tag i { font-size: 16px !important; }
.cert-pricing-title {
    font-weight: 800 !important;
    font-size: 1.6rem !important;
    margin: 0 0 8px !important;
}
.theme--dark .cert-pricing-title { color: #fff !important; }
.theme--light .cert-pricing-title { color: #111 !important; }
.cert-pricing-desc {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 22px;
}
.theme--dark .cert-pricing-desc { color: rgba(255,255,255,0.7); }
.theme--light .cert-pricing-desc { color: rgba(0,0,0,0.65); }
.cert-pricing-amount {
    display: flex; align-items: baseline; gap: 4px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cert-pricing-currency {
    font-size: 1.4rem;
    font-weight: 700;
    color: #651fff;
}
.theme--dark .cert-pricing-currency { color: #b388ff; }
.cert-pricing-number {
    font-size: 2.4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    line-height: 1;
}
.cert-pricing-period {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.7;
    margin-left: 4px;
}
.cert-pricing-bullets {
    list-style: none; padding: 0; margin: 0;
}
.cert-pricing-bullets li {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 0;
    font-size: 0.88rem;
    font-weight: 500;
    border-bottom: 1px dashed rgba(101,31,255,0.12);
}
.cert-pricing-bullets li:last-child { border-bottom: none; }
.theme--dark .cert-pricing-bullets li { color: rgba(255,255,255,0.75); }
.theme--light .cert-pricing-bullets li { color: rgba(0,0,0,0.7); }
.cert-pricing-bullets li i { font-size: 16px !important; color: #651fff; }
.theme--dark .cert-pricing-bullets li i { color: #b388ff; }
.cert-pricing-bullets li code {
    background: rgba(101,31,255,0.1);
    color: #651fff;
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    padding: 1px 6px;
    border-radius: 4px;
    margin: 0 2px;
}
.theme--dark .cert-pricing-bullets li code { background: rgba(179,136,255,0.15); color: #b388ff; }

/* Service modes (Seguridad / RADIAN / Dashboard) */
.service-modes-section { position: relative; z-index: 2; }
.service-mode-card {
    padding: 2.5rem 2rem !important; border-radius: 20px !important;
    min-height: 240px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
}
.theme--dark .service-mode-card {
    background: rgba(22,22,25,0.5) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}
.theme--light .service-mode-card {
    background: rgba(255,255,255,0.65) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    box-shadow: 0 10px 30px rgba(101,31,255,0.04) !important;
}
.service-mode-card .mode-icon-box {
    background: rgba(101,31,255,0.12); border-radius: 50%;
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.service-mode-card:hover .mode-icon-box { transform: scale(1.1) rotate(5deg); }
.service-mode-card .mode-icon-box i { color: #651fff; }
.service-mode-card h5 {
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
    font-size: 1.2rem !important;
}
.theme--dark .service-mode-card h5 { color: #fff !important; }
.theme--light .service-mode-card h5 { color: #111 !important; }
.mode-bullets {
    padding: 0; margin: 0; list-style: none; text-align: left;
}
.mode-bullets li {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.9rem; margin-bottom: 8px; font-weight: 500;
}
.theme--dark .mode-bullets li { color: rgba(255,255,255,0.7); }
.theme--light .mode-bullets li { color: rgba(0,0,0,0.65); }
.mode-bullets li i { color: #651fff; font-size: 16px !important; }
.service-mode-card:hover {
    transform: translateY(-5px);
    border-color: rgba(101,31,255,0.35) !important;
    box-shadow: 0 15px 35px rgba(101,31,255,0.15) !important;
}

/* Step onboarding (3 pasos) */
.step-onboarding-card {
    padding: 2rem 1.6rem !important;
    border-radius: 20px !important;
    text-align: left;
    height: 100%;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
}
.theme--dark .step-onboarding-card {
    background: rgba(22,22,25,0.55) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}
.theme--light .step-onboarding-card {
    background: rgba(255,255,255,0.78) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    box-shadow: 0 10px 30px rgba(101,31,255,0.04) !important;
}
.step-onboarding-card:hover {
    transform: translateY(-5px);
    border-color: rgba(101,31,255,0.35) !important;
    box-shadow: 0 15px 35px rgba(101,31,255,0.15) !important;
}
.step-onboarding-num {
    position: absolute;
    top: -16px; right: 20px;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(101,31,255,0.4);
}
.step-onboarding-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(101,31,255,0.18) 0%, rgba(101,31,255,0.05) 100%);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
}
.step-onboarding-icon i { color: #651fff; font-size: 26px; }
.theme--dark .step-onboarding-icon i { color: #b388ff; }
.step-onboarding-card h5 {
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    margin: 0 0 8px !important;
}
.theme--dark .step-onboarding-card h5 { color: #fff !important; }
.theme--light .step-onboarding-card h5 { color: #111 !important; }
.step-onboarding-desc {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}
.theme--dark .step-onboarding-desc { color: rgba(255,255,255,0.7); }
.theme--light .step-onboarding-desc { color: rgba(0,0,0,0.65); }
.step-onboarding-desc a {
    color: #651fff;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
}
.step-onboarding-desc a:hover { text-decoration: underline; }
.theme--dark .step-onboarding-desc a { color: #b388ff; }

/* Comparison */
.comparison-section .comparison-title { font-weight: 800 !important; font-size: 2.2rem !important; }
.theme--dark .comparison-section .comparison-title { color: #fff !important; }
.theme--light .comparison-section .comparison-title { color: #111 !important; }
.comparison-subtitle { font-size: 1.05rem !important; }
.theme--dark .comparison-subtitle { color: rgba(255,255,255,0.65) !important; }
.theme--light .comparison-subtitle { color: rgba(0,0,0,0.6) !important; }
.comparison-table-wrapper {
    border: none; background: transparent;
    border-radius: 20px; overflow: hidden;
}
.theme--dark .comparison-table-wrapper {
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.06);
}
.theme--light .comparison-table-wrapper {
    box-shadow: 0 10px 30px rgba(101,31,255,0.04);
    border: 1px solid rgba(0,0,0,0.05);
}
.comparison-table { vertical-align: middle !important; margin: 0 !important; width: 100%; }
.table-header-row { border-bottom: 2px solid rgba(101,31,255,0.25) !important; }
.theme--dark .table-header-row { background: rgba(18,18,20,0.8) !important; }
.theme--light .table-header-row { background: rgba(255,255,255,0.9) !important; }
.comparison-table th { padding: 20px !important; font-weight: 800 !important; font-size: 1rem !important; }
.theme--dark .comparison-table th { color: #fff !important; }
.theme--light .comparison-table th { color: #111 !important; }
.comparison-table th.col-jeloda { color: #b388ff !important; }
.theme--light .comparison-table th.col-jeloda { color: #651fff !important; }
.table-row-item { transition: background 0.3s ease; }
.theme--dark .table-row-item {
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    background: rgba(255,255,255,0.01) !important;
}
.theme--light .table-row-item {
    border-bottom: 1px solid rgba(0,0,0,0.04) !important;
    background: rgba(0,0,0,0.01) !important;
}
.theme--dark .table-row-item:hover { background: rgba(255,255,255,0.03) !important; }
.theme--light .table-row-item:hover { background: rgba(101,31,255,0.03) !important; }
.comparison-table td { padding: 20px !important; font-size: 0.95rem !important; }
.feature-name { font-weight: 700 !important; }
.theme--dark .feature-name { color: #fff !important; }
.theme--light .feature-name { color: #111 !important; }
.val-jeloda { font-weight: 700 !important; color: #b388ff !important; }
.theme--light .val-jeloda { color: #651fff !important; }
.theme--dark .val-traditional { color: rgba(255,255,255,0.5) !important; }
.theme--light .val-traditional { color: rgba(0,0,0,0.5) !important; }

/* FAQ Accordion */
.faq-accordion { display: flex; flex-direction: column; gap: 15px; }
.faq-accordion .accordion-item {
    border: none; border-radius: 16px !important;
    overflow: hidden; transition: all 0.3s ease;
}
.theme--dark .faq-accordion .accordion-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
}
.theme--light .faq-accordion .accordion-item {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 5px 15px rgba(101,31,255,0.01);
}
.faq-accordion .accordion-item.active { border-color: rgba(101,31,255,0.3); }
.faq-accordion .accordion-header {
    padding: 20px 24px; font-weight: 700; font-size: 1.05rem;
    cursor: pointer; user-select: none;
    transition: background 0.3s ease;
}
.theme--dark .faq-accordion .accordion-header { color: #fff; }
.theme--light .faq-accordion .accordion-header { color: #111; }
.faq-accordion .accordion-header:hover { background: rgba(101,31,255,0.03); }
.faq-icon { font-size: 22px !important; color: #651fff; transition: transform 0.3s ease; }
.faq-accordion .accordion-item.active .faq-icon { transform: rotate(45deg); }
.accordion-body-wrapper { max-height: 0; overflow: hidden; transition: max-height 0.35s ease-out; }
.faq-accordion .accordion-item.active .accordion-body-wrapper { max-height: 700px; }
.accordion-body {
    padding: 0 24px 20px 24px;
    font-size: 0.95rem; line-height: 1.6;
}
.theme--dark .accordion-body { color: rgba(255,255,255,0.65); }
.theme--light .accordion-body { color: rgba(0,0,0,0.6); }

/* CTA Final */
.cta-final-section {
    border-radius: 24px;
    border: 1px solid rgba(101,31,255,0.2) !important;
    background: linear-gradient(135deg, rgba(101,31,255,0.12) 0%, rgba(101,31,255,0.03) 100%) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
}
.theme--light .cta-final-section {
    background: linear-gradient(135deg, rgba(101,31,255,0.08) 0%, rgba(255,255,255,0.9) 100%) !important;
    box-shadow: 0 20px 40px rgba(101,31,255,0.05) !important;
    border-color: rgba(101,31,255,0.1) !important;
}
.theme--light .cta-final-section h3 { color: #111 !important; }
.theme--light .cta-final-section p.text-light { color: rgba(0,0,0,0.65) !important; }

/* Animations */
@keyframes floatSlow {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%       { transform: translateY(-15px) rotate(4deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .flow-steps-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .flow-step { width: 100%; max-width: 280px; }
    .flow-connector {
        width: 2px; height: 30px;
        min-width: 0; min-height: 24px;
        margin: 0;
    }
    .flow-connector::after {
        right: -3px; top: auto; bottom: -2px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgba(101,31,255,0.7);
        border-bottom: none;
    }
}
@media (max-width: 768px) {
    .product-page-wrapper { padding-top: 120px !important; padding-bottom: 80px !important; }
    .product-hero-title { font-size: 2.2rem !important; }
    .highlight-title,
    .product-feature-title,
    .comparison-section .comparison-title { font-size: 1.6rem !important; }
    .doctype-card { padding: 1.4rem !important; }
}
