.nav-link-highlight {
    font-weight: 500;
    color: #0ebdf3 !important;
}
#emotions-slider-section {
    padding: 5rem 0;
    background-image: url('../images/black20stars-2000x2000.webp');
}
.section-header-title {
    color: #0ebdf3;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.section-header-subtitle {
    color: #f0f0f0;
    margin-top: 1rem;
    font-size: 1rem;
}
.card-coming-soon {
    background: #212121;
    border: 2px solid #3087A4;
}
.img-wrapper-dark {
    overflow: hidden;
    background-color: #212121;
}
.text-status-blue {
    color: #64B5F6;
}
.text-white {
    color: #fff;
}
.link-disabled-white {
    color: #fff;
    pointer-events: none;
}
.section-no-top-padding {
    padding-top: 0;
    padding-bottom: 4rem;
    border-top: 0px;
}
.section-bg-light {
    background-color: #f8f9fa;
    padding: 4rem 0;
}
.row-padding-top {
    padding-top: 1.5rem;
}
.mission-img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.section-commitment {
    padding: 4rem 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.section-drives-us {
    padding: 4rem 0;
    background-image: url('../images/aboutuswhatdrivesus.webp');
    border-bottom: 1px solid #252525;
}
.subtitle-lg {
    color: #f0f0f0;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.cta-placeholder-img {
    height: 200px;
}
.section-affiliate {
    padding: 2.5rem 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
.affiliate-title {
    font-weight: 600;
    margin-bottom: 1rem;
}
.affiliate-text {
    font-size: 0.9rem;
    color: #6c757d;
}
.affiliate-text-mt {
    margin-top: 1rem;
}
.contact-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
}
.contact-textarea {
    height: 150px;
}
.contact-reach-us-title {
    font-weight: 600;
}
.section-title-underlined {
    margin-top: 3rem;
    padding-bottom: 1rem;
    display: inline-block;
    background-image: linear-gradient(to right, transparent 0%, #0ebdf3 20%, #0ebdf3 80%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom center;
}
.row-spacer-top {
    margin-top: 2rem;
}
.hc-hero-section {
    position: relative;
    overflow: hidden;
}
.hc-hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hc-hero-content {
    position: relative;
    z-index: 1;
}
.hc-topics-row {
    margin-top: 0.5rem;
}
.hc-topics-section .filterable-item:nth-child(1) { animation-delay: 0.1s; }
.hc-topics-section .filterable-item:nth-child(2) { animation-delay: 0.2s; }
.hc-topics-section .filterable-item:nth-child(3) { animation-delay: 0.3s; }
.hc-topics-section .filterable-item:nth-child(4) { animation-delay: 0.4s; }
.hc-topics-section .filterable-item:nth-child(5) { animation-delay: 0.5s; }
.hc-topics-section .filterable-item:nth-child(6) { animation-delay: 0.6s; }
.hc-topics-section .filterable-item:nth-child(7) { animation-delay: 0.7s; }
.hc-topics-section .filterable-item:nth-child(8) { animation-delay: 0.8s; }
.troubleshooting-card {
    background-color: #fff;
    border: 1px solid var(--brand-light-border);
}
.troubleshooting-img-col {
    min-height: 320px;
}
.troubleshooting-img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.troubleshooting-content-title {
    color: #212529;
    font-weight: 700;
}
.troubleshooting-content-subtitle {
    font-size: 0.95rem;
}
.troubleshooting-step-card {
    border-color: var(--brand-light-border) !important;
}
.troubleshooting-warning-text {
    font-weight: 500;
}
#faq-list .filterable-item:nth-child(1) { animation-delay: 0.1s; }
#faq-list .filterable-item:nth-child(2) { animation-delay: 0.2s; }
#faq-list .filterable-item:nth-child(3) { animation-delay: 0.3s; }
#faq-list .filterable-item:nth-child(4) { animation-delay: 0.4s; }
.section-padding-4rem {
    padding: 4rem 0;
}
.offers-section-title-wrapper {
    padding-bottom: 1rem;
    display: inline-block;
    background-image: linear-gradient(to right, transparent 0%, #0ebdf3 20%, #0ebdf3 80%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom center;
}
.offers-sponsored-header {
    background-color: transparent;
    box-shadow: none;
    border-top: none;
}
.offers-unrated-header-margin {
    margin-top: 3rem;
}
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal-overlay.show {
    display: flex !important;
    opacity: 1;
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
}
.modal-img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: auto;
}
.table-review-comparison th {
    background-color: #f8f9fa;
    color: #212529;
}
.key-details-box {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #0ebdf3;
}
.key-details-box h3 {
    margin-bottom: 1rem;
    color: #212529;
    font-weight: 600;
}
.detail-item {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.stars-large {
    color: #ffc107;
    font-size: 1.2rem;
}
.editor-verification-box {
    background-color: #e3f2fd;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: 1px solid #bbdefb;
}
.custom-blockquote {
    border-left: 4px solid #0ebdf3;
    padding-left: 1rem;
    font-style: italic;
    color: #555;
    margin: 2rem 0;
    font-size: 1.1rem;
}
.pro-tip-box {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}
.pro-tip-box h4 {
    color: #856404;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.final-cta {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 3rem;
    border: 1px solid #dee2e6;
}
.proof-gallery {
    display: flex !important;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
.proof-item {
    flex: 0 0 auto;
    width: 150px;
    cursor: pointer;
    transition: transform 0.2s;
}
.proof-item:hover {
    transform: scale(1.05);
}
.proof-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.review-list {
    margin-top: 2rem;
}
.review-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.2s;
}
.review-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.review-logo {
    flex: 0 0 100px;
    margin-right: 1.5rem;
}
.review-logo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}
.review-content {
    flex: 1;
}
.review-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.review-stars {
    margin-bottom: 0.5rem;
    color: #ffc107;
}
.stars-filled {
    color: #ffc107;
}
.stars-empty {
    color: #e0e0e0;
}
.review-summary {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.additional-content-block {
    margin-top: 4rem;
}
.sponsored-text {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: -1rem;
}
.trial-disclaimer {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 2rem;
}
.tracking-pixel {
    width: 1px;
    height: 1px;
    display: block;
    margin: 0;
}
.img-max-height-400 {
    max-height: 400px;
}
.margin-2rem-auto {
    margin: 2rem auto;
}
.w-full-auto {
    width: 100%;
    height: auto;
}
.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
    border-radius: 4px;
}
.youtube-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.youtube-container:hover img {
    opacity: 1;
}
.youtube-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: transparent;
    z-index: 1;
}
.youtube-play-btn svg {
    width: 100%;
    height: 100%;
}
.verification-text-center {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}
    /* Sleek / Modern Typography */
    .article-body {
        font-size: 1.15rem;
        line-height: 1.75;
        color: #374151; /* Dark gray for better readability */
        font-family: 'Jost', sans-serif;
    }
    
    .article-header {
        text-align: center;
        margin-bottom: 3.5rem;
    }

    .article-title {
        font-weight: 800;
        letter-spacing: -0.025em;
        margin-bottom: 1rem;
        color: #111827;
    }
    
    h2, h3, h4 {
        color: #111827;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    /* Info Cards */
    .info-card {
        background: #f3f4f6;
        border-left: 4px solid #3b82f6;
        padding: 2rem;
        border-radius: 0.5rem;
        margin: 2rem 0;
    }

    .info-card h4 {
        margin-top: 0;
        color: #1d4ed8;
    }

    /* Alert / Highlight Boxes */
    .alert-box {
        background-color: #fffbeb;
        border: 1px solid #fcd34d;
        border-left: 4px solid #f59e0b;
        color: #92400e;
        padding: 1.5rem;
        border-radius: 0.5rem;
        margin: 2rem 0;
    }
    
    .alert-box strong {
        color: #78350f;
    }

    /* Red Flags Section */
    .red-flags-container {
        background-color: #fef2f2;
        border: 1px solid #fecaca;
        border-radius: 0.75rem;
        padding: 2rem;
        margin: 2.5rem 0;
    }
    .red-flags-container h3 {
        margin-top: 0;
        color: #b91c1c;
    }
    .red-flag-item {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        align-items: flex-start;
    }
    .red-flag-icon {
        flex-shrink: 0;
        font-size: 1.25rem;
    }

    /* Action Steps Styling (Cards) */
    .action-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 1.5rem;
        height: 100%;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    }
    .action-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-color: #3b82f6;
    }
    .action-number {
        background: #eff6ff;
        color: #2563eb;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .action-title {
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 0.5rem;
        display: block;
        font-size: 1.1rem;
    }
    .action-text {
        color: #4b5563;
        font-size: 0.95rem;
        margin-bottom: 0;
    }

    /* Placeholder Images */
    .screenshot-placeholder {
        background-color: #f9fafb;
        border: 2px dashed #d1d5db;
        border-radius: 0.75rem;
        padding: 3rem 2rem;
        text-align: center;
        margin: 2.5rem 0;
        color: #6b7280;
        font-family: monospace;
        font-size: 0.9rem;
        transition: border-color 0.2s;
    }
    .screenshot-placeholder:hover {
        border-color: #9ca3af;
    }
    .screenshot-caption {
        display: block;
		margin-bottom: 2rem;
        font-style: italic;
        color: #6b7280;
        font-size: 0.9rem;
        text-align: center;
    }
@media (max-width: 768px) {
    .review-card {
        flex-direction: column;
        text-align: center;
    }
    .review-logo {
        margin-right: 0;
        margin-bottom: 1rem;
        flex: 0 0 80px;
        width: 80px;
    }
    .review-content {
        width: 100%;
    }
}

/* --- New Class for CSP Compliance (Red Info Cards) --- */
.info-card-complaint {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ef4444;
}

.info-card-complaint h4 {
    color: #ef4444;
}