.post-item,
.post-single,
.page-single {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
    direction: rtl;
    text-align: right;
}

.post-thumbnail {
    margin: -1.5rem -1.5rem 1.5rem;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-header {
    margin-bottom: 1rem;
}

.entry-title {
    font-size: 1.35rem;
    font-weight: var(--mtp-section-title-weight);
    line-height: 1.35;
    margin: 0 0 0.75rem;
    color: var(--mtp-heading);
    letter-spacing: -0.02em;
}

.post-single .entry-title,
.page-single .entry-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.entry-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.entry-content {
    line-height: 1.8;
    color: #2c3e50;
}

.entry-content p {
    margin-bottom: 1.25rem;
}

.entry-content h2 {
    font-size: 1.35rem;
    font-weight: var(--mtp-section-title-weight);
    margin: 1.75rem 0 0.75rem;
    color: var(--mtp-heading);
    letter-spacing: -0.02em;
}

.entry-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.6rem;
    color: var(--mtp-heading-muted);
}

.entry-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem;
    color: var(--mtp-heading-muted);
}

.entry-content ul,
.entry-content ol {
    margin: 1rem 0;
    padding-right: 2rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.entry-content a {
    color: #2563eb;
    text-decoration: none;
}

.entry-content a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.entry-content blockquote {
    border-right: 4px solid #2563eb;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8fafc;
    border-radius: 4px;
    font-style: italic;
    color: #475569;
}

/* صناديق المقال (اقتباس، تحذير، صح، معلومة) */
.entry-content .article-box {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    border-right: 4px solid;
    direction: rtl;
    text-align: right;
}
.entry-content .article-box__title {
    margin: 0 0 0.5em;
    font-weight: 700;
    font-size: 1.0625rem;
}
.entry-content .article-box--quote {
    background: #f0f9ff;
    border-color: #0ea5e9;
    color: #0c4a6e;
}
.entry-content .article-box--quote .article-box__title { color: #0369a1; }
.entry-content .article-box--warning {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #78350f;
}
.entry-content .article-box--warning .article-box__title { color: #b45309; }
.entry-content .article-box--success {
    background: #ecfdf5;
    border-color: #10b981;
    color: #064e3b;
}
.entry-content .article-box--success .article-box__title { color: #047857; }
.entry-content .article-box--info {
    background: #f5f3ff;
    border-color: #8b5cf6;
    color: #4c1d95;
}
.entry-content .article-box--info .article-box__title { color: #6d28d9; }
.entry-content .article-box--cons {
    background: #fef2f2;
    border-color: #ef4444;
    color: #7f1d1d;
}
.entry-content .article-box--cons .article-box__title { color: #991b1b; }

.read-more {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.read-more:hover {
    background: #2980b9;
    border: none;
}

.entry-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e8e8;
    font-size: 0.875rem;
    color: #7f8c8d;
}

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

.entry-footer .tag-links a {
    color: #3498db;
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    background: #f0f7ff;
    border-radius: 4px;
}

.entry-footer .tag-links a:hover {
    background: #e0efff;
}

.page-links {
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.page-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    background: #f5f5f5;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 4px;
}

.page-links a:hover {
    background: #3498db;
    color: #fff;
}

.privacy-policy-page .privacy-tabs {
    display: flex;
    gap: 0.5rem;
    margin: 2rem 0;
    border-bottom: 2px solid #e5e7eb;
}

.privacy-tab {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6b7280;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: -2px;
}

.privacy-tab:hover {
    color: #374151;
}

.privacy-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
}

.privacy-content {
    margin-top: 2rem;
}

.about-us-page .about-intro,
.about-us-page .about-mission,
.about-us-page .about-values,
.about-us-page .about-content,
.about-us-page .about-team,
.about-us-page .about-contact {
    margin-bottom: 2.5rem;
}

.about-us-page .about-intro h2,
.about-us-page .about-mission h2,
.about-us-page .about-values h2,
.about-us-page .about-content h2,
.about-us-page .about-team h2,
.about-us-page .about-contact h2 {
    color: #1e293b;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.service-item,
.service-card {
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.service-item:hover,
.service-card:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.service-item h3,
.service-card h3 {
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
    color: #1e293b;
}

.service-item p,
.service-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.contact-us-page .contact-info {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.contact-info h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-item strong {
    color: #1e293b;
    font-weight: 600;
}

.contact-item a {
    color: #2563eb;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-form-wrapper {
    margin-top: 2rem;
}

.contact-form-wrapper h2 {
    margin-bottom: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.9375rem;
}

.form-group .required {
    color: #dc2626;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-family: inherit;
    background: #ffffff;
    color: #1e293b;
    direction: rtl;
    text-align: right;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: 2px solid #2563eb;
    outline-offset: 1px;
    border-color: #2563eb;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: #6366f1;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
}

.contact-submit:hover {
    background: #4f46e5;
}

.contact-submit svg {
    width: 20px;
    height: 20px;
}

.contact-success,
.contact-error {
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-success {
    background: #ecfdf5;
    border: 2px solid #10b981;
    color: #065f46;
}

.contact-error {
    background: #fef2f2;
    border: 2px solid #ef4444;
    color: #991b1b;
}

.success-icon,
.error-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.success-icon { color: #10b981; }
.error-icon { color: #ef4444; }

.contact-success h3 {
    margin: 0 0 0.5rem;
    color: #065f46;
    font-size: 1.25rem;
}

.contact-success p { margin: 0; color: #047857; }
.contact-error p { margin: 0; color: #991b1b; }

@media (min-width: 768px) {
    .post-item,
    .post-single,
    .page-single {
        padding: 2rem;
    }
    .post-single .entry-title,
    .page-single .entry-title {
        font-size: 2.5rem;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-details {
        flex-direction: row;
        gap: 2rem;
    }
    .contact-layout {
        grid-template-columns: 1fr 1.5fr;
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .values-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-hero {
        padding: 4rem 3rem;
    }
    .about-hero h2 {
        font-size: 3rem;
    }
}

.entry-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0.5rem 0 2rem;
    line-height: 1.6;
}

.privacy-policy-page .privacy-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.privacy-policy-page .privacy-section:last-of-type {
    border-bottom: none;
}

.privacy-subsection {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 10px;
    border-right: 4px solid #6366f1;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.privacy-list li {
    padding: 0.75rem 0 0.75rem 1.5rem;
    position: relative;
    line-height: 1.8;
    color: #475569;
}

.privacy-list li::before {
    content: '▸';
    position: absolute;
    right: 0;
    color: #6366f1;
    font-weight: bold;
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    margin: 1rem 0 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.privacy-update {
    margin-top: 3rem;
    padding: 1.5rem;
    background: #f0f9ff;
    border-radius: 10px;
    border: 1px solid #bae6fd;
    text-align: center;
}

.about-hero {
    background: #6366f1;
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 3rem;
    text-align: center;
}

.about-hero h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.about-hero-text {
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}

.about-mission {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    position: relative;
}

.section-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.about-mission h2,
.about-values h2,
.about-services h2,
.about-team h2,
.about-commitment h2,
.about-contact h2 {
    font-size: 2rem;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #6366f1;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.value-card {
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    text-align: center;
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.value-card h3 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.value-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.section-intro {
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.service-card {
    background: #fff;
    border-width: 2px;
    text-align: center;
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6366f1;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9375rem;
    color: #64748b;
    font-weight: 500;
}

.commitment-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.commitment-list li {
    padding: 1rem 1.5rem;
    margin-bottom: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    border-right: 4px solid #6366f1;
    position: relative;
    padding-right: 2.5rem;
}

.commitment-list li::before {
    content: '✓';
    position: absolute;
    right: 1rem;
    color: #6366f1;
    font-weight: bold;
    font-size: 1.25rem;
}

.contact-link {
    color: #6366f1;
    font-weight: 600;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-info-section {
    padding: 2rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.contact-info-section h2 {
    font-size: 1.75rem;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.info-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.info-content h3 {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 0.5rem;
    font-weight: 500;
}

.info-content p {
    margin: 0;
    color: #1e293b;
}

.info-content a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

.info-content a:hover {
    text-decoration: underline;
}

.contact-hours {
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.contact-hours h3 {
    font-size: 1.125rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.contact-hours p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.contact-form-section h2 {
    font-size: 1.75rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.form-intro {
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.8;
}

/* قائمة شركات الموبايلات [manufacturers_list] */
.manufacturers-list-empty {
    text-align: center;
    color: #64748b;
    padding: 2rem 1rem;
}

.manufacturers-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    direction: rtl;
}

.manufacturers-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
}

.manufacturers-list-item:hover {
    border-color: var(--mfr-item-color, #6366f1);
    color: var(--mfr-item-color, #6366f1);
}

.manufacturers-list-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 1px solid #e5e7eb;
}

.manufacturers-list-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.manufacturers-list-fallback {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mfr-item-color, #6366f1);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
}

.manufacturers-list-name {
    font-size: 1rem;
    text-align: center;
}

@media (min-width: 600px) {
    .manufacturers-list-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .manufacturers-list-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* صفحة اسعار ومواصفات الموبايلات [all_categories_page] – 2026، بدون حركة */
.page-all-categories-wrap {
    direction: rtl;
    padding-bottom: 2.5rem;
}

.all-cats-header {
    margin-bottom: 2rem;
}

.all-cats-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.5rem;
}

.all-cats-desc {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}

.all-cats-empty {
    text-align: center;
    color: #64748b;
    padding: 2rem 1rem;
    margin: 0 0 2rem;
}

.all-cats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.all-cats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    color: #0f172a;
}

.all-cats-item:hover {
    border-color: var(--cat-color, #6366f1);
    color: var(--cat-color, #6366f1);
}

.all-cats-icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.all-cats-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.all-cats-icon-emoji {
    font-size: 2.25rem;
}

.all-cats-icon-fallback {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background: var(--cat-color, #6366f1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.all-cats-name {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}

.all-cats-count {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

.all-cats-latest {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.all-cats-latest-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1.25rem;
}

.all-cats-latest-empty {
    color: #64748b;
    margin: 0;
}

.all-cats-latest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.all-cats-post {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.all-cats-post:hover {
    border-color: #cbd5e1;
}

.all-cats-post-thumb {
    display: block;
    position: relative;
    padding-top: 120%;
    overflow: hidden;
    background: #f1f5f9;
}

.all-cats-post-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-cats-post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.all-cats-post-body {
    padding: 1rem;
}

.all-cats-post-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
}

.all-cats-post-title a {
    color: #0f172a;
    text-decoration: none;
}

.all-cats-post-title a:hover {
    color: #6366f1;
}

@media (min-width: 600px) {
    .all-cats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .all-cats-latest-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .all-cats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .all-cats-latest-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ——— الوضع الليلي ——— */
[data-theme="dark"] .post-item,
[data-theme="dark"] .post-single,
[data-theme="dark"] .page-single {
    background: var(--mtp-card-bg);
    border-color: var(--mtp-card-border);
    color: var(--text-color);
}

[data-theme="dark"] .entry-content {
    color: var(--text-color);
}

[data-theme="dark"] .entry-content blockquote {
    background: var(--bg-light);
    border-color: var(--mtp-accent);
    color: var(--text-color);
}

[data-theme="dark"] .entry-content .article-box {
    background: var(--bg-light);
    color: var(--text-color);
}

[data-theme="dark"] .entry-footer {
    border-color: var(--border-color);
    color: var(--text-light);
}

[data-theme="dark"] .entry-footer .tag-links a {
    background: var(--bg-light);
    color: var(--mtp-accent);
    border: 1px solid var(--border-color);
}

[data-theme="dark"] .entry-footer .tag-links a:hover {
    background: var(--mtp-accent-soft);
}

[data-theme="dark"] .page-links {
    border-color: var(--border-color);
}

[data-theme="dark"] .page-links a {
    background: var(--bg-light);
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

[data-theme="dark"] .page-links a:hover {
    background: var(--mtp-accent);
    color: #fff;
}

[data-theme="dark"] .service-item,
[data-theme="dark"] .service-card,
[data-theme="dark"] .contact-info,
[data-theme="dark"] .contact-info-section,
[data-theme="dark"] .contact-hours,
[data-theme="dark"] .value-card,
[data-theme="dark"] .about-mission,
[data-theme="dark"] .team-stats,
[data-theme="dark"] .privacy-subsection,
[data-theme="dark"] .contact-info-box {
    background: var(--mtp-card-bg);
    border-color: var(--mtp-card-border);
}

[data-theme="dark"] .form-group input[type="text"],
[data-theme="dark"] .form-group input[type="email"],
[data-theme="dark"] .form-group textarea {
    background: var(--bg-light);
    border-color: var(--border-color);
    color: var(--text-color);
}

[data-theme="dark"] .form-group input[type="text"]:focus,
[data-theme="dark"] .form-group input[type="email"]:focus,
[data-theme="dark"] .form-group textarea:focus {
    outline-color: var(--mtp-accent);
    background: var(--bg-color);
}

[data-theme="dark"] .manufacturers-list-item,
[data-theme="dark"] .all-cats-item,
[data-theme="dark"] .all-cats-post {
    background: var(--mtp-card-bg);
    border-color: var(--mtp-card-border);
    color: var(--text-color);
}

[data-theme="dark"] .all-cats-icon-wrap {
    background: var(--bg-light);
    border-color: var(--border-color);
}

