/* ==========================================================================
   JELODA - Joyería & Orfebrería Stylesheet (p/joyeria/dom/index.css)
   Design Mastery: High Contrast, Luxury Gold Accents, Apple-Minimalist Glass
   ========================================================================== */

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

/* Background waves & decorative shapes */
.product-bg-wave {
    position: absolute;
    top: 5%;
    right: -250px;
    width: 800px;
    height: auto;
    opacity: 0.25;
    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(212, 175, 55, 0.3));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.deco-shapes .shape:hover {
    opacity: 0.85;
    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, TITLES & STATS
   ══════════════════════════════════════════════════════════════ */
.badge-gold {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.16) 0%, rgba(255, 179, 0, 0.06) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.45) !important;
    color: #ffd700 !important;
    padding: 7px 18px !important;
    border-radius: 50px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    box-shadow: 0 4px 18px rgba(255, 215, 0, 0.15) !important;
    backdrop-filter: blur(8px);
}

.badge-gold i {
    font-size: 14px !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

.theme--light .badge-gold {
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.12) 0%, rgba(212, 175, 55, 0.05) 100%) !important;
    border-color: rgba(184, 134, 11, 0.35) !important;
    color: #996515 !important;
}

.stat-number-gold {
    color: #ffd700;
}

.theme--light .stat-number-gold {
    color: #996515;
}

.jewelry-price {
    font-size: 1.3rem;
    font-weight: 800;
}

.highlight-icon-gold {
    color: #ffd700;
    font-size: 20px !important;
    margin-right: 8px;
}

.theme--light .highlight-icon-gold {
    color: #996515;
}

.module-feature-desc {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #cbd5e1;
}

.theme--light .module-feature-desc {
    color: #475569;
}

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

.text-gold-gradient {
    background: linear-gradient(135deg, #fff275 0%, #ffd700 45%, #ffb300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme--light .text-gold-gradient {
    background: linear-gradient(135deg, #b8860b 0%, #d4af37 60%, #8c6200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Premium Gold Button */
.btn-gold {
    background: linear-gradient(135deg, #ffd700 0%, #d4af37 100%) !important;
    color: #0d0d15 !important;
    border-radius: 12px !important;
    padding: 0 2.4rem !important;
    height: 54px !important;
    line-height: 54px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    font-size: 1.02rem !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-gold:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 32px rgba(255, 215, 0, 0.5) !important;
    background: linear-gradient(135deg, #fff275 0%, #ffd700 100%) !important;
}

/* Hero Stats */
.hero-stats-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.stat-item-premium {
    padding: 18px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.15);
    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.06);
}

.stat-item-premium:hover {
    background: rgba(255, 215, 0, 0.06);
    border-color: rgba(255, 215, 0, 0.35);
    transform: translateY(-2px);
}

.stat-number-premium {
    display: block;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.2;
}

.stat-label-premium {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.theme--dark .stat-label-premium { color: rgba(255, 255, 255, 0.7); }
.theme--light .stat-label-premium { color: rgba(0, 0, 0, 0.65); }

/* ══════════════════════════════════════════════════════════════
   ANSWER FIRST LEAD BOX (High Contrast)
   ══════════════════════════════════════════════════════════════ */
.answer-first-box {
    border-left: 3px solid #ffd700;
    padding: 20px 24px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.theme--dark .answer-first-box {
    background: rgba(255, 215, 0, 0.07);
    color: #f1f5f9;
    border-color: #ffd700;
}

.theme--dark .answer-first-box strong {
    color: #ffffff;
}

.theme--light .answer-first-box {
    background: rgba(212, 175, 55, 0.08);
    color: #1e1e2d;
    border-color: #b8860b;
}

/* ══════════════════════════════════════════════════════════════
   FEATURE & JEWELRY CARDS
   ══════════════════════════════════════════════════════════════ */
.module-feature-card,
.sector-card,
.testimonial-card,
.jewelry-card {
    padding: 3rem 2.2rem !important;
    border-radius: 24px !important;
    min-height: 260px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.theme--dark .module-feature-card,
.theme--dark .sector-card,
.theme--dark .testimonial-card,
.theme--dark .jewelry-card {
    background: linear-gradient(165deg, rgba(28, 28, 42, 0.7) 0%, rgba(18, 18, 28, 0.8) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #ffffff !important;
}

.theme--light .module-feature-card,
.theme--light .sector-card,
.theme--light .testimonial-card,
.theme--light .jewelry-card {
    background: #ffffff !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
    color: #111111 !important;
}

.theme--dark .module-feature-card:hover,
.theme--dark .sector-card:hover,
.theme--dark .jewelry-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(255, 215, 0, 0.5) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 215, 0, 0.15) !important;
}

.theme--light .module-feature-card:hover,
.theme--light .sector-card:hover,
.theme--light .jewelry-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(184, 134, 11, 0.4) !important;
    box-shadow: 0 15px 35px rgba(184, 134, 11, 0.1) !important;
}

.module-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.22) 0%, rgba(255, 179, 0, 0.08) 100%);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #ffd700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
    margin-bottom: 1.2rem;
}

.theme--light .module-feature-icon {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(184, 134, 11, 0.05) 100%);
    color: #996515;
}

/* ══════════════════════════════════════════════════════════════
   SECTOR CARDS (Formatos del Gremio) — Ultra-Luxury Redesign
   ══════════════════════════════════════════════════════════════ */
.sectors-section .sectors-title {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
}

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

.sectors-subtitle { font-size: 1.05rem !important; }
.theme--dark .sectors-subtitle { color: #cbd5e1 !important; }
.theme--light .sectors-subtitle { color: #475569 !important; }

.sector-card {
    padding: 2.2rem 1.8rem !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 340px !important;
}

/* Dark Mode Card */
.theme--dark .sector-card {
    background: linear-gradient(170deg, rgba(28, 28, 44, 0.9) 0%, rgba(18, 18, 28, 0.95) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.22) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.theme--dark .sector-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 215, 0, 0.6) !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(255, 215, 0, 0.18) !important;
}

/* Light Mode Card */
.theme--light .sector-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04) !important;
}

.theme--light .sector-card:hover {
    transform: translateY(-8px) !important;
    border-color: #fde68a !important;
    box-shadow: 0 20px 40px rgba(217, 119, 6, 0.12), 0 4px 12px rgba(15, 23, 42, 0.05) !important;
}

/* Header with Icon & Chip */
.sector-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.sector-icon-box {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

.theme--dark .sector-icon-box {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.22) 0%, rgba(255, 179, 0, 0.06) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.45) !important;
    box-shadow: 0 4px 18px rgba(255, 215, 0, 0.15) !important;
}

.theme--dark .sector-icon-box i {
    color: #ffd700 !important;
    font-size: 28px !important;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.35);
}

.theme--light .sector-icon-box {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
    border: 1.5px solid #fde68a !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.14) !important;
}

.theme--light .sector-icon-box i {
    color: #d97706 !important;
    font-size: 28px !important;
}

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

/* Category Chip */
.sector-chip {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 12px;
    border-radius: 50px;
}

.theme--dark .sector-chip {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #ffd700;
}

.theme--light .sector-chip {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #b45309;
}

/* Title & Description */
.sector-card-title {
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.6rem !important;
    letter-spacing: -0.2px;
    line-height: 1.3 !important;
}

.theme--dark .sector-card-title { color: #ffffff !important; }
.theme--light .sector-card-title { color: #0f172a !important; }

.sector-card-desc {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.2rem !important;
}

.theme--dark .sector-card-desc { color: #cbd5e1 !important; }
.theme--light .sector-card-desc { color: #475569 !important; }

/* Checklist Features */
.sector-features-list {
    padding: 0 !important;
    margin: 0 0 1.5rem 0 !important;
    list-style: none !important;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
    padding-top: 1rem !important;
}

.theme--light .sector-features-list {
    border-top-color: #f1f5f9;
}

.sector-features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.theme--dark .sector-features-list li { color: #e2e8f0; }
.theme--light .sector-features-list li { color: #334155; }

.theme--dark .sector-features-list li i {
    font-size: 16px !important;
    color: #ffd700 !important;
}

.theme--light .sector-features-list li i {
    font-size: 16px !important;
    color: #d97706 !important;
}

/* Status Pill in Footer */
.sector-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sector-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}

.theme--dark .sector-status-pill {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: #ffd700;
}

.theme--dark .sector-status-pill i {
    font-size: 13px !important;
    color: #ffd700;
}

.theme--light .sector-status-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
}

.theme--light .sector-status-pill i {
    font-size: 13px !important;
    color: #d97706;
}

/* Card typography & contrast */
.theme--dark .jewelry-card strong,
.theme--dark .module-feature-card h5 {
    color: #ffffff !important;
}

.theme--dark .jewelry-card .text-muted,
.theme--dark .module-feature-card .text-muted {
    color: #cbd5e1 !important;
}

/* Metal Price Pill */
.metal-pill {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 215, 0, 0.14);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #ffd700;
}

.theme--light .metal-pill {
    background: rgba(184, 134, 11, 0.1);
    border-color: rgba(184, 134, 11, 0.3);
    color: #8c6200;
}

/* ══════════════════════════════════════════════════════════════
   COMPARISON TABLE — Ultra-High Contrast & Luxury Dark Styling
   ══════════════════════════════════════════════════════════════ */
.comparison-section .comparison-title {
    font-weight: 800;
    font-size: 2.2rem;
}

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

.comparison-subtitle { font-size: 1.05rem; }
.theme--dark .comparison-subtitle { color: #cbd5e1 !important; }
.theme--light .comparison-subtitle { color: #475569 !important; }

.comparison-table-wrapper {
    border-radius: 24px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Dark Mode Table Container */
.theme--dark .comparison-table-wrapper {
    background: linear-gradient(180deg, rgba(28, 28, 44, 0.95) 0%, rgba(18, 18, 30, 0.98) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(255, 215, 0, 0.08) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Light Mode Table Container */
.theme--light .comparison-table-wrapper {
    background: #ffffff !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06) !important;
}

.comparison-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* Header Row */
.comparison-table th {
    padding: 1.3rem 1.5rem !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.theme--dark .comparison-table th {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-bottom: 2px solid rgba(255, 215, 0, 0.35) !important;
}

.theme--light .comparison-table th {
    color: #111111 !important;
    background: rgba(212, 175, 55, 0.08) !important;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3) !important;
}

/* Columna Destacada Jeloda (Header) */
.theme--dark .comparison-table th.col-jeloda {
    color: #ffd700 !important;
    background: rgba(255, 215, 0, 0.12) !important;
    border-left: 1px solid rgba(255, 215, 0, 0.25) !important;
    border-right: 1px solid rgba(255, 215, 0, 0.25) !important;
    font-size: 1.05rem !important;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.25);
}

.theme--light .comparison-table th.col-jeloda {
    color: #996515 !important;
    background: rgba(212, 175, 55, 0.14) !important;
    border-left: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-right: 1px solid rgba(212, 175, 55, 0.2) !important;
}

/* Table Body Cells */
.comparison-table td {
    padding: 1.2rem 1.5rem !important;
    vertical-align: middle !important;
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
}

.theme--dark .comparison-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.theme--light .comparison-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Alternating zebra rows in dark mode */
.theme--dark .table-row-item:nth-child(even) {
    background: rgba(255, 255, 255, 0.02) !important;
}

.theme--dark .table-row-item:hover {
    background: rgba(255, 215, 0, 0.05) !important;
}

.theme--light .table-row-item:hover {
    background: rgba(212, 175, 55, 0.04) !important;
}

/* Feature Name Column (Clear white) */
.feature-name {
    font-weight: 700 !important;
}

.theme--dark .feature-name {
    color: #ffffff !important;
}

.theme--light .feature-name {
    color: #111111 !important;
}

/* Columna Jeloda (Celdas Body) */
.theme--dark .val-jeloda {
    color: #ffd700 !important;
    font-weight: 700 !important;
    background: rgba(255, 215, 0, 0.08) !important;
    border-left: 1px solid rgba(255, 215, 0, 0.2) !important;
    border-right: 1px solid rgba(255, 215, 0, 0.2) !important;
}

.theme--dark .val-jeloda strong {
    color: #ffffff !important;
    background: linear-gradient(135deg, #fff275 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.05rem;
}

.theme--light .val-jeloda {
    color: #8c6200 !important;
    font-weight: 700 !important;
    background: rgba(212, 175, 55, 0.08) !important;
    border-left: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-right: 1px solid rgba(212, 175, 55, 0.15) !important;
}

/* Columnas Tradicionales (High Contrast Light Slate) */
.theme--dark .val-traditional {
    color: #cbd5e1 !important;
    font-weight: 500 !important;
}

.theme--light .val-traditional {
    color: #475569 !important;
    font-weight: 500 !important;
}

/* Badges de Comparativa */
.badge-success-premium {
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 14px !important;
    border-radius: 50px !important;
    background: rgba(74, 222, 128, 0.16) !important;
    border: 1px solid rgba(74, 222, 128, 0.45) !important;
    color: #4ade80 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
}

.badge-warning-premium {
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 14px !important;
    border-radius: 50px !important;
    background: rgba(251, 191, 36, 0.16) !important;
    border: 1px solid rgba(251, 191, 36, 0.45) !important;
    color: #fbbf24 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
}

.badge-danger-premium {
    display: inline-flex !important;
    align-items: center !important;
    padding: 5px 14px !important;
    border-radius: 50px !important;
    background: rgba(248, 113, 113, 0.16) !important;
    border: 1px solid rgba(248, 113, 113, 0.45) !important;
    color: #f87171 !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
}

.table-sub-detail-jeloda {
    font-size: 0.85rem;
    color: #ffd700;
    margin-top: 5px;
    font-weight: 600;
}

.theme--light .table-sub-detail-jeloda {
    color: #8c6200;
}

.table-sub-detail {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 5px;
}

.theme--light .table-sub-detail {
    color: #64748b;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS & AVATARS
   ══════════════════════════════════════════════════════════════ */
.testimonial-card .avatar-circle {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #ffd700 0%, #d4af37 100%) !important;
    color: #0d0d15 !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(255, 215, 0, 0.4) !important;
    flex-shrink: 0 !important;
    font-size: 1rem !important;
}

.theme--dark .testimonial-text { color: #e2e8f0 !important; font-size: 0.98rem; }
.theme--dark .author-name { color: #ffffff !important; font-weight: 700; }
.theme--dark .author-title { color: #94a3b8 !important; }

/* ══════════════════════════════════════════════════════════════
   FAQ ACCORDION
   ══════════════════════════════════════════════════════════════ */
.faq-accordion .accordion-item {
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 1.2rem;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.theme--dark .faq-accordion .accordion-item {
    background: linear-gradient(170deg, rgba(26, 26, 38, 0.85) 0%, rgba(18, 18, 28, 0.95) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.theme--dark .faq-accordion .accordion-item:hover,
.theme--dark .faq-accordion .accordion-item.active {
    border-color: rgba(255, 215, 0, 0.45) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(255, 215, 0, 0.1) !important;
}

.theme--light .faq-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.theme--light .faq-accordion .accordion-item:hover,
.theme--light .faq-accordion .accordion-item.active {
    border-color: #fde68a !important;
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.08) !important;
}

.faq-accordion .accordion-header {
    padding: 22px 26px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.05rem;
    user-select: none;
    transition: color 0.2s ease;
}

.theme--dark .faq-accordion .accordion-header { color: #ffffff !important; }
.theme--light .faq-accordion .accordion-header { color: #0f172a !important; }

.theme--dark .faq-accordion .accordion-item.active .accordion-header { color: #ffd700 !important; }
.theme--light .faq-accordion .accordion-item.active .accordion-header { color: #b45309 !important; }

.faq-accordion .accordion-body {
    padding: 0 26px 24px;
    font-size: 0.98rem;
    line-height: 1.7;
}

.theme--dark .faq-accordion .accordion-body { color: #cbd5e1 !important; }
.theme--light .faq-accordion .accordion-body { color: #475569 !important; }

.faq-accordion .accordion-body-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion .accordion-item.active .accordion-body-wrapper {
    max-height: 600px;
}

.faq-icon {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
    font-size: 24px !important;
    flex-shrink: 0;
    margin-left: 12px;
}

.theme--dark .faq-icon { color: #ffd700; }
.theme--light .faq-icon { color: #d97706; }

.faq-accordion .accordion-item.active .faq-icon {
    transform: rotate(45deg);
}

/* ══════════════════════════════════════════════════════════════
   REAL MODULE IMAGE SHOWCASES & BROWSER MOCKUP FRAMES
   ══════════════════════════════════════════════════════════════ */
.browser-mockup-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    padding: 8px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.theme--dark .browser-mockup-wrapper {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.15);
}

.theme--light .browser-mockup-wrapper {
    background: linear-gradient(135deg, #fef3c7 0%, #ffffff 100%);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.browser-mockup-wrapper:hover {
    transform: translateY(-6px);
}

.product-feature-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px !important;
    display: block;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

.theme--dark .product-feature-img {
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5) !important;
}

.theme--light .product-feature-img {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
}

.product-feature-img:hover {
    transform: scale(1.015);
}

.product-feature-title {
    font-weight: 800 !important;
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
    letter-spacing: -0.5px;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.theme--dark .product-feature-title { color: #ffffff !important; }
.theme--light .product-feature-title { color: #0f172a !important; }

/* ══════════════════════════════════════════════════════════════
   CALCULATOR SHOWCASE CONTAINER & MAC WINDOW FRAMES
   ══════════════════════════════════════════════════════════════ */
.calculator-showcase-card {
    border-radius: 28px !important;
    padding: 3rem 2.5rem !important;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.theme--dark .calculator-showcase-card {
    background: linear-gradient(165deg, rgba(28, 28, 44, 0.95) 0%, rgba(16, 16, 26, 0.98) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.28) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(255, 215, 0, 0.1) !important;
    backdrop-filter: blur(20px);
}

.theme--light .calculator-showcase-card {
    background: #ffffff !important;
    border: 1px solid rgba(217, 119, 6, 0.18) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}

.calc-showcase-title {
    font-size: 1.85rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.3px;
}

.theme--dark .calc-showcase-title { color: #ffffff !important; }
.theme--light .calc-showcase-title { color: #0f172a !important; }

.calc-showcase-lead {
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1.5rem !important;
}

.theme--dark .calc-showcase-lead { color: #cbd5e1 !important; }
.theme--light .calc-showcase-lead { color: #475569 !important; }

/* Feature Items inside showcase */
.calc-feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1.8rem 0 !important;
}

.calc-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.theme--dark .calc-feature-item { color: #e2e8f0; }
.theme--light .calc-feature-item { color: #334155; }

.calc-feature-item strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.theme--dark .calc-feature-item strong { color: #ffffff; }
.theme--light .calc-feature-item strong { color: #0f172a; }

.calc-feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.theme--dark .calc-feature-icon {
    background: rgba(255, 215, 0, 0.15);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #ffd700;
}

.theme--light .calc-feature-icon {
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #d97706;
}

/* Spot Ticker Pill */
.spot-live-ticker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    max-width: 100%;
}

.theme--dark .spot-live-ticker {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #ffd700;
}

.theme--light .spot-live-ticker {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

.spot-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
    animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

/* Mac / App Window Frame */
.mac-window-frame {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.theme--dark .mac-window-frame {
    border: 1px solid rgba(255, 215, 0, 0.3);
    background: #1e1e2d;
}

.theme--light .mac-window-frame {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.mac-window-header {
    height: 38px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.theme--dark .mac-window-header {
    background: #181824;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.theme--light .mac-window-header {
    background: #f1f5f9;
    border-bottom-color: #e2e8f0;
}

.mac-window-dots {
    display: flex;
    gap: 6px;
}

.mac-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mac-dot-red { background: #ff5f56; }
.mac-dot-yellow { background: #ffbd2e; }
.mac-dot-green { background: #27c93f; }

.mac-window-title {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    opacity: 0.75;
}

.theme--dark .mac-window-title { color: #ffffff; }
.theme--light .mac-window-title { color: #475569; }

.mac-window-frame:hover {
    transform: translateY(-4px) scale(1.01);
}

.mac-window-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* ══════════════════════════════════════════════════════════════
   HIGHLIGHTS & CTA FINAL
   ══════════════════════════════════════════════════════════════ */
.theme--dark .highlights-card {
    background: linear-gradient(135deg, rgba(28, 28, 44, 0.8) 0%, rgba(18, 18, 30, 0.9) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.theme--dark .highlight-title { color: #ffffff !important; font-weight: 800; }
.theme--dark .highlight-features-list { color: #e2e8f0 !important; }
.theme--dark .highlight-features-list strong { color: #ffffff !important; }

.cta-final-section {
    border-radius: 26px;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(20, 20, 32, 0.95) 100%) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55), 0 0 35px rgba(255, 215, 0, 0.1) !important;
}

.cta-price-old {
    text-decoration: line-through;
    font-size: 1.4rem;
    opacity: 0.65;
}

.cta-price-unit {
    font-size: 1.2rem;
    opacity: 0.8;
}

.cta-module-breakdown {
    font-size: 0.95rem;
}

.cta-support-note {
    font-size: 0.9rem;
    opacity: 0.75;
    margin-top: 1rem;
}

.cta-support-note i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.theme--light .cta-final-section {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.08) !important;
    border-color: rgba(212, 175, 55, 0.25) !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; }

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

@media (max-width: 768px) {
    .product-page-wrapper { padding-top: 120px !important; padding-bottom: 80px !important; }
    .product-hero-title { font-size: 2.2rem !important; }
    .comparison-section .comparison-title { font-size: 1.6rem !important; }
    .comparison-table th, .comparison-table td { padding: 1rem 0.8rem !important; font-size: 0.88rem !important; }
}
