/* ==========================================================================
   JELODA - Ferretería Premium Stylesheet (p/ferreteria/dom/index.css)
   ========================================================================== */

/* ── Base layout (shared with software-pos / restaurantes) ── */
.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;
}

/* ── Hero Badge & Title ── */
.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;
    box-shadow: 0 4px 15px rgba(179, 136, 255, 0.05) !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;
    box-shadow: 0 6px 20px rgba(179, 136, 255, 0.15) !important;
}

.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: #111111 !important; }
.theme--dark .product-hero-title { color: #ffffff !important; }

/* ── Premium Primary Button ── */
.btn-premium {
    background-color: #651fff !important;
    color: #ffffff !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;
}

/* ── 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); }

/* ── Highlights Card (rows alternated) ── */
.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: #ffffff !important; }
.theme--light .highlight-title { color: #111111 !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%;
    height: auto;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.product-feature-img:hover {
    transform: translateY(-4px) scale(1.015) !important;
    box-shadow: 0 25px 55px rgba(101, 31, 255, 0.25) !important;
}

/* ── Product Features Section (mock + benefits) ── */
.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: #ffffff !important; }
.theme--light .product-feature-title { color: #111111 !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: #ffffff !important; }
.theme--light .benefit-title { color: #111111 !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; }

/* ══════════════════════════════════════════════════════════════
   FRACCIONES — Tarjetas de producto con unidad de venta
   ══════════════════════════════════════════════════════════════ */
.fraction-section {
    position: relative;
    z-index: 2;
}

.fraction-card {
    padding: 1.6rem !important;
    border-radius: 20px !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;
}

.theme--dark .fraction-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 .fraction-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;
}

.fraction-card:hover {
    transform: translateY(-5px);
    border-color: rgba(101, 31, 255, 0.35) !important;
    box-shadow: 0 18px 40px rgba(101, 31, 255, 0.15) !important;
}

.fraction-icon-box {
    width: 52px;
    height: 52px;
    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: 16px;
    transition: transform 0.3s ease;
}

.fraction-card:hover .fraction-icon-box {
    transform: scale(1.08) rotate(-4deg);
}

.fraction-icon-box i {
    color: #651fff;
    font-size: 28px;
}

.fraction-card h5 {
    font-weight: 800 !important;
    margin: 0 !important;
    font-size: 1.1rem !important;
}

.theme--dark .fraction-card h5 { color: #ffffff !important; }
.theme--light .fraction-card h5 { color: #111111 !important; }

.fraction-brand {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b388ff;
}

.theme--light .fraction-brand { color: #651fff; }

.fraction-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 0.92rem;
    border-bottom: 1px dashed rgba(101, 31, 255, 0.12);
}

.fraction-row:last-child { border-bottom: none; }

.fraction-label {
    font-weight: 600;
}

.theme--dark .fraction-label { color: rgba(255, 255, 255, 0.6); }
.theme--light .fraction-label { color: rgba(0, 0, 0, 0.6); }

.fraction-badge {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.05) 100%);
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: #4caf50;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fraction-price {
    font-weight: 900;
    font-size: 1.05rem;
    color: #4caf50;
}

.fraction-price small {
    font-weight: 600;
    font-size: 0.8rem;
    opacity: 0.75;
    margin-left: 2px;
}

.fraction-stock {
    font-weight: 800;
    color: #651fff;
}

.theme--dark .fraction-stock { color: #b388ff; }

.fraction-note {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.75;
}

.fraction-note i {
    font-size: 16px !important;
    color: #651fff;
}

/* ══════════════════════════════════════════════════════════════
   QUOTE MOCK — Cotización en formato carta
   ══════════════════════════════════════════════════════════════ */
.quote-mock-card {
    max-width: 460px;
    width: 100%;
    border-radius: 20px;
    padding: 22px 24px;
    text-align: left;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.theme--dark .quote-mock-card {
    background: rgba(20, 20, 22, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.theme--light .quote-mock-card {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 18px 40px rgba(101, 31, 255, 0.08);
}

.quote-mock-card:hover {
    transform: translateY(-4px) rotate(-0.5deg);
}

.quote-mock-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(101, 31, 255, 0.2);
    flex-wrap: wrap;
}

.quote-mock-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quote-mock-logo i {
    color: #ffffff;
    font-size: 24px;
}

.quote-mock-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex: 1;
    min-width: 120px;
}

.quote-mock-info strong {
    font-weight: 800;
    font-size: 0.95rem;
}

.theme--dark .quote-mock-info strong { color: #ffffff; }
.theme--light .quote-mock-info strong { color: #111111; }

.quote-mock-info small {
    font-size: 0.75rem;
    opacity: 0.65;
}

.quote-mock-tag {
    margin-left: auto;
    background: linear-gradient(135deg, rgba(101, 31, 255, 0.12) 0%, rgba(101, 31, 255, 0.04) 100%);
    border: 1px solid rgba(101, 31, 255, 0.25);
    color: #651fff;
    border-radius: 50px;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.theme--dark .quote-mock-tag { color: #b388ff; }

.quote-mock-client {
    padding: 12px 0;
    font-size: 0.88rem;
    border-bottom: 1px dashed rgba(101, 31, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.theme--dark .quote-mock-client { color: rgba(255, 255, 255, 0.75); }
.theme--light .quote-mock-client { color: rgba(0, 0, 0, 0.7); }

.quote-mock-client strong {
    font-weight: 800;
}

.theme--dark .quote-mock-client strong { color: #ffffff; }
.theme--light .quote-mock-client strong { color: #111111; }

.quote-mock-date {
    font-size: 0.78rem;
    opacity: 0.7;
}

.quote-mock-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 0.88rem;
    border-bottom: 1px dotted rgba(101, 31, 255, 0.08);
}

.theme--dark .quote-mock-line { color: rgba(255, 255, 255, 0.78); }
.theme--light .quote-mock-line { color: rgba(0, 0, 0, 0.75); }

.quote-mock-divider {
    border-top: 1px dashed rgba(101, 31, 255, 0.25);
    margin: 8px 0;
}

.quote-mock-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    margin-top: 6px;
    background: linear-gradient(135deg, rgba(101, 31, 255, 0.12) 0%, rgba(101, 31, 255, 0.04) 100%);
    border: 1px solid rgba(101, 31, 255, 0.2);
    border-radius: 12px;
    font-weight: 900;
    font-size: 1.05rem;
}

.theme--dark .quote-mock-total { color: #b388ff; }
.theme--light .quote-mock-total { color: #651fff; }

.quote-mock-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.quote-mock-btn {
    flex: 1;
    min-width: 140px;
    height: 42px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.quote-mock-btn i {
    font-size: 18px;
}

.quote-mock-btn-wa {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}

.quote-mock-btn-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.45);
}

.quote-mock-btn-convert {
    background: linear-gradient(135deg, #651fff 0%, #7c4dff 100%);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(101, 31, 255, 0.3);
}

.quote-mock-btn-convert:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(101, 31, 255, 0.45);
}

/* ══════════════════════════════════════════════════════════════
   YROS AI Card (shared style)
   ══════════════════════════════════════════════════════════════ */
.yros-ai-card {
    border-radius: 24px !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.theme--dark .yros-ai-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 .yros-ai-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;
}

.yros-card-title {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
}

.theme--dark .yros-card-title { color: #ffffff !important; }
.theme--light .yros-card-title { color: #111111 !important; }

.yros-card-desc {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
}

.theme--dark .yros-card-desc { color: rgba(255, 255, 255, 0.7) !important; }
.theme--light .yros-card-desc { color: rgba(0, 0, 0, 0.6) !important; }

.yros-features-list {
    padding: 0;
    list-style: none;
}

.yros-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    font-weight: 500;
}

.theme--dark .yros-feature-item { color: rgba(255, 255, 255, 0.85); }
.theme--light .yros-feature-item { color: rgba(0, 0, 0, 0.75); }

.yros-icon {
    color: #651fff;
    font-size: 24px;
    flex-shrink: 0;
}

.yros-badge-card {
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    border: 1px dashed rgba(101, 31, 255, 0.3);
}

.theme--dark .yros-badge-card { background: rgba(101, 31, 255, 0.04); }
.theme--light .yros-badge-card { background: rgba(101, 31, 255, 0.02); }

.yros-badge-icon {
    font-size: 80px !important;
    color: #651fff;
}

.yros-badge-title {
    font-weight: 800 !important;
    margin-top: 15px !important;
}

.theme--dark .yros-badge-title { color: #ffffff !important; }
.theme--light .yros-badge-title { color: #111111 !important; }

/* ══════════════════════════════════════════════════════════════
   Service Mode Cards (Multi-bodega, POS móvil, Lotes)
   ══════════════════════════════════════════════════════════════ */
.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: #ffffff !important; }
.theme--light .service-mode-card h5 { color: #111111 !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;
}

/* ══════════════════════════════════════════════════════════════
   Comparison Table
   ══════════════════════════════════════════════════════════════ */
.comparison-section .comparison-title {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
}

.theme--dark .comparison-section .comparison-title { color: #ffffff !important; }
.theme--light .comparison-section .comparison-title { color: #111111 !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: #ffffff !important; }
.theme--light .comparison-table th { color: #111111 !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: #ffffff !important; }
.theme--light .feature-name { color: #111111 !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; }

/* ══════════════════════════════════════════════════════════════
   Sectors / Use cases
   ══════════════════════════════════════════════════════════════ */
.sectors-title {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
}

.theme--dark .sectors-title { color: #ffffff !important; }
.theme--light .sectors-title { color: #111111 !important; }

.sectors-subtitle { font-size: 1.05rem !important; }
.theme--dark .sectors-subtitle { color: rgba(255, 255, 255, 0.65) !important; }
.theme--light .sectors-subtitle { color: rgba(0, 0, 0, 0.6) !important; }

.sector-card {
    padding: 2.5rem 2rem !important;
    border-radius: 20px !important;
    min-height: 220px !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 .sector-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 .sector-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;
}

.sector-card .sector-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;
}

.sector-card:hover .sector-icon-box {
    transform: scale(1.1) rotate(5deg);
}

.sector-card .sector-icon-box i { color: #651fff; }

.sector-card h5 {
    font-weight: 800 !important;
    margin-bottom: 0.8rem !important;
    font-size: 1.2rem !important;
}

.theme--dark .sector-card h5 { color: #ffffff !important; }
.theme--light .sector-card h5 { color: #111111 !important; }

.sector-desc {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.theme--dark .sector-desc { color: rgba(255, 255, 255, 0.65) !important; }
.theme--light .sector-desc { color: rgba(0, 0, 0, 0.6) !important; }

.sector-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;
}

/* ══════════════════════════════════════════════════════════════
   Testimonials
   ══════════════════════════════════════════════════════════════ */
.testimonial-card {
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.theme--dark .testimonial-card {
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.theme--light .testimonial-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 10px 25px rgba(101, 31, 255, 0.02) !important;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(101, 31, 255, 0.25) !important;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.rating-stars i {
    color: #ffb300;
    font-size: 18px !important;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
}

.theme--dark .testimonial-text { color: rgba(255, 255, 255, 0.8); }
.theme--light .testimonial-text { color: rgba(0, 0, 0, 0.7); }

.avatar-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #651fff 0%, #b388ff 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.author-name {
    font-size: 0.95rem;
    font-weight: 700;
}

.theme--dark .author-name { color: #ffffff; }
.theme--light .author-name { color: #111111; }

.author-details small {
    font-size: 0.75rem;
}

/* ══════════════════════════════════════════════════════════════
   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: #ffffff; }
.theme--light .faq-accordion .accordion-header { color: #111111; }

.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: 500px;
}

.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: #111111 !important; }
.theme--light .cta-final-section p.text-light { color: rgba(0, 0, 0, 0.65) !important; }
.theme--light .cta-final-section .display-4 { color: #651fff !important; }

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

/* ══════════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════════ */
@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,
    .yros-card-title,
    .sectors-title,
    .comparison-section .comparison-title { font-size: 1.6rem !important; }
    .quote-mock-card { padding: 18px; }
    .quote-mock-actions { flex-direction: column; }
    .fraction-card { padding: 1.2rem !important; }
}

/* ==========================================================================
   Ferretería Cards — Amplio Padding Superior (PT) y Inferior (PB)
   ========================================================================== */
.testimonial-card,
.service-mode-card,
.value-card,
.sector-card,
.fraction-card {
    padding: 3.2rem 2.2rem !important; /* PT 50px y PB 50px */
    border-radius: 24px !important;
    min-height: 260px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.testimonial-card .avatar-circle {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #651fff 0%, #7c4dff 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(101, 31, 255, 0.45) !important;
    flex-shrink: 0 !important;
}

