/* sayajual.ai marketing site — theme + dark mode (landing, contact, privacy) */

:root {
    --mkt-primary: #6c194e;
    --mkt-primary-readable: #6c194e;
    --mkt-bg: #ffffff;
    --mkt-bg-muted: #f8f9fa;
    --mkt-bg-section: #ffffff;
    --mkt-text: #410c2a;
    --mkt-text-muted: #6c757d;
    --mkt-card-bg: #ffffff;
    --mkt-card-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    --mkt-nav-bg: #ffffff;
    --mkt-nav-border: rgba(0, 0, 0, 0.08);
    --mkt-showcase-bg: #f8f9fa;
    --mkt-showcase-frame: #ffffff;
    --mkt-showcase-chrome: #f0f0f0;
    --mkt-showcase-chrome-border: #e0e0e0;
    --mkt-showcase-url-bg: #ffffff;
    --mkt-showcase-fade: rgba(255, 255, 255, 0.95);
    --mkt-footer-bg-start: #f8f9fa;
    --mkt-footer-bg-end: #e9ecef;
    --mkt-footer-hr: rgba(0, 0, 0, 0.1);
    --mkt-ecosystem-text: #333333;
    --mkt-ecosystem-hover-shadow: rgba(0, 0, 0, 0.1);
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) {
        --mkt-primary-readable: #f472b6;
        --mkt-bg: #121212;
        --mkt-bg-muted: #1a1a1a;
        --mkt-bg-section: #121212;
        --mkt-text: #f5f5f5;
        --mkt-text-muted: #b0b0b0;
        --mkt-card-bg: #1e1e1e;
        --mkt-card-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
        --mkt-nav-bg: #181818;
        --mkt-nav-border: rgba(255, 255, 255, 0.08);
        --mkt-showcase-bg: #121212;
        --mkt-showcase-frame: #1e1e1e;
        --mkt-showcase-chrome: #2a2a2a;
        --mkt-showcase-chrome-border: #333333;
        --mkt-showcase-url-bg: #1e1e1e;
        --mkt-showcase-fade: rgba(18, 18, 18, 0.95);
        --mkt-footer-bg-start: #181818;
        --mkt-footer-bg-end: #121212;
        --mkt-footer-hr: rgba(255, 255, 255, 0.1);
        --mkt-ecosystem-text: #f5f5f5;
        --mkt-ecosystem-hover-shadow: rgba(0, 0, 0, 0.4);
    }
}

html[data-theme="dark"] {
    --mkt-primary-readable: #f472b6;
    --mkt-bg: #121212;
    --mkt-bg-muted: #1a1a1a;
    --mkt-bg-section: #121212;
    --mkt-text: #f5f5f5;
    --mkt-text-muted: #b0b0b0;
    --mkt-card-bg: #1e1e1e;
    --mkt-card-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    --mkt-nav-bg: #181818;
    --mkt-nav-border: rgba(255, 255, 255, 0.08);
    --mkt-showcase-bg: #121212;
    --mkt-showcase-frame: #1e1e1e;
    --mkt-showcase-chrome: #2a2a2a;
    --mkt-showcase-chrome-border: #333333;
    --mkt-showcase-url-bg: #1e1e1e;
    --mkt-showcase-fade: rgba(18, 18, 18, 0.95);
    --mkt-footer-bg-start: #181818;
    --mkt-footer-bg-end: #121212;
    --mkt-footer-hr: rgba(255, 255, 255, 0.1);
    --mkt-ecosystem-text: #f5f5f5;
    --mkt-ecosystem-hover-shadow: rgba(0, 0, 0, 0.4);
}

html[data-theme="light"] {
    --mkt-primary-readable: #6c194e;
    --mkt-bg: #ffffff;
    --mkt-bg-muted: #f8f9fa;
    --mkt-bg-section: #ffffff;
    --mkt-text: #410c2a;
    --mkt-text-muted: #6c757d;
    --mkt-card-bg: #ffffff;
    --mkt-card-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    --mkt-nav-bg: #ffffff;
    --mkt-nav-border: rgba(0, 0, 0, 0.08);
    --mkt-showcase-bg: #f8f9fa;
    --mkt-showcase-frame: #ffffff;
    --mkt-showcase-chrome: #f0f0f0;
    --mkt-showcase-chrome-border: #e0e0e0;
    --mkt-showcase-url-bg: #ffffff;
    --mkt-showcase-fade: rgba(255, 255, 255, 0.95);
    --mkt-footer-bg-start: #f8f9fa;
    --mkt-footer-bg-end: #e9ecef;
    --mkt-footer-hr: rgba(0, 0, 0, 0.1);
    --mkt-ecosystem-text: #333333;
    --mkt-ecosystem-hover-shadow: rgba(0, 0, 0, 0.1);
}

.marketing-site {
    background-color: var(--mkt-bg);
    color: var(--mkt-text);
}

.marketing-site .marketing-navbar {
    background-color: var(--mkt-nav-bg) !important;
    border-bottom: 1px solid var(--mkt-nav-border);
}

.marketing-site .marketing-navbar .nav-link {
    color: var(--mkt-text-muted);
}

.marketing-site .marketing-navbar .nav-link:hover,
.marketing-site .marketing-navbar .nav-link:focus {
    color: var(--mkt-text);
}

.marketing-site .text-primary {
    color: var(--mkt-primary-readable) !important;
}

.marketing-site .marketing-navbar .navbar-toggler {
    border-color: var(--mkt-nav-border);
}

.marketing-site .marketing-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .marketing-site .marketing-navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

html[data-theme="dark"] .marketing-site .marketing-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html[data-theme="light"] .marketing-site .marketing-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.marketing-theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border-radius: 8px;
    background: var(--mkt-bg-muted);
    border: 1px solid var(--mkt-nav-border);
}

.marketing-theme-toggle .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--mkt-text-muted);
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.marketing-theme-toggle .theme-btn:hover {
    color: var(--mkt-text);
    background: rgba(108, 25, 78, 0.08);
}

.marketing-theme-toggle .theme-btn.is-active {
    background: var(--mkt-primary);
    color: #ffffff;
}

.marketing-site .text-muted {
    color: var(--mkt-text-muted) !important;
}

.marketing-site .bg-light {
    background-color: var(--mkt-bg-muted) !important;
}

.marketing-site .bg-white {
    background-color: var(--mkt-bg-section) !important;
}

.marketing-site .store-showcase {
    background: var(--mkt-showcase-bg);
}

.marketing-site .store-showcase-frame {
    background: var(--mkt-showcase-frame);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--mkt-nav-border);
}

.marketing-site .store-showcase-chrome {
    background: var(--mkt-showcase-chrome);
    border-bottom-color: var(--mkt-showcase-chrome-border);
}

.marketing-site .store-showcase-chrome .chrome-url {
    background: var(--mkt-showcase-url-bg);
    color: var(--mkt-text-muted);
}

.marketing-site .store-showcase-screen {
    background: var(--mkt-showcase-frame);
}

.marketing-site .store-showcase-screen::before {
    background: linear-gradient(to bottom, var(--mkt-showcase-fade), transparent);
}

.marketing-site .store-showcase-screen::after {
    background: linear-gradient(to top, var(--mkt-showcase-fade), transparent);
}

.marketing-site .card {
    background-color: var(--mkt-card-bg);
    box-shadow: var(--mkt-card-shadow);
    color: var(--mkt-text);
}

.marketing-site .ecosystem-links a:hover {
    box-shadow: 0 5px 15px var(--mkt-ecosystem-hover-shadow);
}

.marketing-site .ecosystem-links .small {
    color: var(--mkt-ecosystem-text);
}

.footer-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
}

@media (min-width: 768px) {
    .footer-links {
        justify-content: flex-end;
    }
}

.footer-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #6c757d !important;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.footer-link:hover {
    color: #0d6efd !important;
    background: rgba(13, 110, 253, 0.1);
    transform: translateY(-2px);
}

.footer-hr {
    border-color: rgba(0, 0, 0, 0.1);
}

.marketing-site .footer-gradient {
    background: linear-gradient(135deg, var(--mkt-footer-bg-start) 0%, var(--mkt-footer-bg-end) 100%);
}

.marketing-site .footer-hr {
    border-color: var(--mkt-footer-hr);
}

.marketing-site .footer-link {
    color: var(--mkt-text-muted) !important;
}

.marketing-site .footer-link:hover {
    color: #9333ea !important;
    background: rgba(147, 51, 234, 0.12);
}

.marketing-site .contact-page {
    background: var(--mkt-bg);
}

.marketing-site .contact-card,
.marketing-site .contact-info-card,
.marketing-site .business-hours-card,
.marketing-site .privacy-card {
    background: var(--mkt-card-bg);
    box-shadow: var(--mkt-card-shadow);
    color: var(--mkt-text);
}

.marketing-site .contact-item,
.marketing-site .hours-item {
    border-bottom-color: var(--mkt-nav-border);
}

.marketing-site .privacy-section h5 {
    color: var(--mkt-text);
}

.marketing-site .privacy-section li {
    color: var(--mkt-text-muted);
}

.marketing-site .contact-info {
    background: var(--mkt-bg-muted);
}

.marketing-site .comparison-card {
    border: 1px solid var(--mkt-nav-border);
}

.marketing-site .comparison-card-highlight {
    border-color: var(--mkt-primary);
    box-shadow: 0 4px 20px rgba(108, 25, 78, 0.12);
}

.marketing-site .comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.marketing-site .comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: var(--mkt-text);
}

.marketing-site .comparison-list li i {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.marketing-site .audience-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mkt-bg-muted);
    color: var(--mkt-primary);
}

.marketing-site .audience-item {
    padding: 0.5rem;
}

.marketing-site .journey-flow {
    max-width: 640px;
    text-align: center;
}

.marketing-site .journey-channels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
}

.marketing-site .journey-channel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 4.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mkt-text);
}

.marketing-site .journey-channel i {
    font-size: 1.5rem;
    color: var(--mkt-primary);
}

.marketing-site .journey-plus {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--mkt-text-muted);
}

.marketing-site .journey-arrow {
    padding: 1rem 0;
    font-size: 1.5rem;
    color: var(--mkt-primary);
}

.marketing-site .journey-hub {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    background: var(--mkt-card-bg);
    border: 2px solid var(--mkt-primary);
    display: inline-block;
}

.marketing-site .journey-hub-brand {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.marketing-site .journey-destination {
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: var(--mkt-bg-muted);
    color: var(--mkt-text);
}

/* Dark mode contrast — audience + journey sections only */
@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .marketing-site section:has(.audience-icon) .text-muted,
    html:not([data-theme="light"]) .marketing-site section:has(.journey-flow) .text-muted {
        color: #d0d0d0 !important;
    }

    html:not([data-theme="light"]) .marketing-site .audience-icon {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(240, 168, 204, 0.35);
        color: #f0a8cc;
    }

    html:not([data-theme="light"]) .marketing-site .journey-channel i,
    html:not([data-theme="light"]) .marketing-site .journey-arrow {
        color: #f0a8cc;
    }

    html:not([data-theme="light"]) .marketing-site .journey-plus {
        color: #e8e8e8;
    }

    html:not([data-theme="light"]) .marketing-site .journey-hub {
        border-color: #f0a8cc;
    }

    html:not([data-theme="light"]) .marketing-site .journey-flow .text-primary {
        color: #f0a8cc !important;
    }
}

html[data-theme="dark"] .marketing-site section:has(.audience-icon) .text-muted,
html[data-theme="dark"] .marketing-site section:has(.journey-flow) .text-muted {
    color: #d0d0d0 !important;
}

html[data-theme="dark"] .marketing-site .audience-icon {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(240, 168, 204, 0.35);
    color: #f0a8cc;
}

html[data-theme="dark"] .marketing-site .journey-channel i,
html[data-theme="dark"] .marketing-site .journey-arrow {
    color: #f0a8cc;
}

html[data-theme="dark"] .marketing-site .journey-plus {
    color: #e8e8e8;
}

html[data-theme="dark"] .marketing-site .journey-hub {
    border-color: #f0a8cc;
}

html[data-theme="dark"] .marketing-site .journey-flow .text-primary {
    color: #f0a8cc !important;
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .marketing-site .testimonial-logo-outline {
        filter:
            drop-shadow(0 0 0.5px #fff)
            drop-shadow(0 0 0.5px #fff)
            drop-shadow(0 0 1px #fff)
            drop-shadow(1px 0 0 #fff)
            drop-shadow(-1px 0 0 #fff)
            drop-shadow(0 1px 0 #fff)
            drop-shadow(0 -1px 0 #fff)
            drop-shadow(1px 1px 0 #fff)
            drop-shadow(-1px -1px 0 #fff)
            drop-shadow(1px -1px 0 #fff)
            drop-shadow(-1px 1px 0 #fff);
    }
}

html[data-theme="dark"] .marketing-site .testimonial-logo-outline {
    filter:
        drop-shadow(0 0 0.5px #fff)
        drop-shadow(0 0 0.5px #fff)
        drop-shadow(0 0 1px #fff)
        drop-shadow(1px 0 0 #fff)
        drop-shadow(-1px 0 0 #fff)
        drop-shadow(0 1px 0 #fff)
        drop-shadow(0 -1px 0 #fff)
        drop-shadow(1px 1px 0 #fff)
        drop-shadow(-1px -1px 0 #fff)
        drop-shadow(1px -1px 0 #fff)
        drop-shadow(-1px 1px 0 #fff);
}

/* Features page */
.feature-card {
    overflow: hidden;
    border: 1px solid var(--mkt-nav-border);
}

.feature-card:hover {
    transform: translateY(-3px);
}

.marketing-site .feature-card .card-body h3 {
    line-height: 1.3;
}

.marketing-site .feature-card .card-body p {
    font-size: 0.95rem;
    line-height: 1.5;
}

.marketing-site .feature-card .text-muted {
    color: #5f6368 !important;
}

.feature-card-img-wrap {
    background: var(--mkt-bg-muted);
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-screenshot-frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    width: 100%;
    background: #fff;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-screenshot {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.03);
    transition: transform 0.35s ease;
    cursor: zoom-in;
}

.feature-item-mobile_app .feature-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feature-item-store_list .feature-screenshot {
    object-position: center 38%;
}

.feature-card:hover .feature-screenshot {
    transform: scale(1.08);
}

.feature-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.85);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.feature-lightbox.is-open {
    display: flex;
}

.feature-lightbox-image {
    max-width: min(1200px, 92vw);
    max-height: 85vh;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.feature-lightbox-close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(15, 23, 42, 0.55);
    color: #f8fafc;
    border-radius: 999px;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-lightbox-close:hover {
    background: rgba(15, 23, 42, 0.85);
}

body.feature-lightbox-open {
    overflow: hidden;
}

.feature-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.62rem;
    border-radius: 6px;
    border: 1px solid transparent;
    width: fit-content;
}

.feature-badge-included {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.feature-badge-grow {
    background: rgba(59, 130, 246, 0.15);
    color: #2563eb;
}

.feature-badge-scale {
    background: rgba(168, 85, 247, 0.12);
    border-color: rgba(168, 85, 247, 0.28);
    color: #c084fc;
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .feature-badge-scale {
        background: rgba(168, 85, 247, 0.18);
        border-color: rgba(192, 132, 252, 0.42);
        color: #d8b4fe;
    }
}

html[data-theme="dark"] .feature-badge-scale {
    background: rgba(168, 85, 247, 0.18);
    border-color: rgba(192, 132, 252, 0.42);
    color: #d8b4fe;
}

.features-comparison-table {
    background: var(--mkt-card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--mkt-card-shadow);
}

.features-comparison-table thead th {
    background: var(--mkt-bg-muted);
    border-bottom: 2px solid var(--mkt-nav-border);
    padding: 1rem 1.25rem;
    font-weight: 700;
}

.features-comparison-table td {
    padding: 0.85rem 1.25rem;
    vertical-align: middle;
    border-color: var(--mkt-nav-border);
    color: var(--mkt-text);
}

.features-comparison-highlight {
    background: rgba(108, 25, 78, 0.04);
}

.features-comparison-table thead th {
    color: var(--mkt-text);
}

.features-comparison-table .fa-times {
    color: #9ca3af !important;
}

.features-comparison-table .fa-check {
    color: #3b82f6 !important;
}

.marketing-site .features-faq .accordion-item {
    background: var(--mkt-card-bg);
    border-color: var(--mkt-nav-border);
    color: var(--mkt-text);
}

.marketing-site .features-faq .accordion-button {
    background: var(--mkt-card-bg);
    color: var(--mkt-text);
    font-weight: 600;
}

.marketing-site .features-faq .accordion-button:not(.collapsed) {
    background: var(--mkt-bg-muted);
    color: var(--mkt-primary-readable);
    box-shadow: none;
}

.marketing-site .features-faq .accordion-button:focus {
    box-shadow: none;
    border-color: var(--mkt-nav-border);
}

.marketing-site .feature-card .btn-outline-primary,
.marketing-site .feature-card .btn-outline-secondary {
    font-weight: 600;
}

.marketing-site .feature-card .btn-outline-primary {
    border-color: #a21caf;
    color: #a21caf;
}

.marketing-site .feature-card .btn-outline-primary:hover {
    background: #a21caf;
    border-color: #a21caf;
    color: #ffffff;
}

.marketing-site .feature-card .btn-outline-secondary {
    border-color: #6b7280;
    color: #374151;
}

.marketing-site .feature-card .btn-outline-secondary:hover {
    background: #4b5563;
    border-color: #4b5563;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .feature-card-img-wrap {
        padding: 0.75rem 0.75rem 0;
    }
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .marketing-site .feature-card .text-muted,
    html:not([data-theme="light"]) .marketing-site .features-faq .accordion-body.text-muted {
        color: #d1d5db !important;
    }
}

html[data-theme="dark"] .marketing-site .feature-card .text-muted,
html[data-theme="dark"] .marketing-site .features-faq .accordion-body.text-muted {
    color: #d1d5db !important;
}

html[data-theme="dark"] .marketing-site .feature-card .btn-outline-primary {
    border-color: #d946ef;
    color: #f5d0fe;
}

html[data-theme="dark"] .marketing-site .feature-card .btn-outline-primary:hover {
    background: #d946ef;
    border-color: #d946ef;
    color: #111827;
}

html[data-theme="dark"] .marketing-site .feature-card .btn-outline-secondary {
    border-color: #cbd5e1;
    color: #f3f4f6;
}

html[data-theme="dark"] .marketing-site .feature-card .btn-outline-secondary:hover {
    background: #e5e7eb;
    border-color: #e5e7eb;
    color: #111827;
}

html[data-theme="dark"] .features-comparison-table thead th,
html[data-theme="dark"] .features-comparison-table td {
    color: #e5e7eb !important;
}

html[data-theme="dark"] .features-comparison-highlight {
    background: rgba(168, 85, 247, 0.08);
}

html[data-theme="dark"] .features-comparison-table .fa-times {
    color: #cbd5e1 !important;
}

html[data-theme="dark"] .features-comparison-table .fa-check {
    color: #60a5fa !important;
}
