/* Socilbucket – Burgundy #7A1E2C + Soft Cream #F3EDE6 */

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.logo-icon i {
    animation: none !important;
}

.logo-icon .logo-mark {
    width: 44px !important;
    height: 44px !important;
    max-width: none !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    background: none !important;
}

.footer-logo .logo-icon .logo-mark {
    width: 40px !important;
    height: 40px !important;
}

.logo .logo-img,
img.logo-img {
    width: auto !important;
    height: 48px !important;
    max-width: 240px !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    display: block;
}

.footer-logo .logo-img {
    height: 42px !important;
    max-width: 220px !important;
    background: #F3EDE6;
    border-radius: 12px !important;
    padding: 4px 10px;
}

@media (max-width: 768px) {
    .logo .logo-img,
    img.logo-img {
        height: 40px !important;
        max-width: 170px !important;
    }
}

.sidebar-item a .platform-logo,
.product-icon .platform-logo,
.detail-icon .platform-logo,
.popup-icon .platform-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.product-icon .platform-logo {
    width: 42px;
    height: 42px;
}

.detail-icon .platform-logo,
.popup-icon .platform-logo {
    width: 48px;
    height: 48px;
}

.product-icon:has(.platform-logo),
.detail-icon:has(.platform-logo),
.popup-icon:has(.platform-logo) {
    background: #F3EDE6 !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: unset !important;
}

.sidebar-item:hover a .platform-logo {
    filter: brightness(0) invert(1);
}

.sidebar-item a i.fab,
.sidebar-item a i.fas,
.product-icon i.fab,
.product-icon i.fas {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #7A1E2C !important;
}

.sidebar-item:hover a i {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
    filter: none !important;
}

button.product-btn {
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.complete-order-popup {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.72);
    backdrop-filter: blur(8px);
    z-index: 4000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.complete-order-popup.active {
    display: flex;
}

.complete-order-popup .popup-content {
    background: #F3EDE6;
    border-radius: 28px;
    max-width: 420px;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    animation: orderPopupIn 0.28s ease;
}

@keyframes orderPopupIn {
    from { opacity: 0; transform: translateY(16px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.complete-order-popup .popup-content::before {
    content: '';
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #7A1E2C, #932536);
}

.complete-order-popup .popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #F3EDE6;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    color: #64748b;
    font-size: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.complete-order-popup .popup-close:hover {
    color: #7A1E2C;
    background: #e2e8f0;
}

.complete-order-popup .popup-inner {
    padding: 28px 28px 24px;
}

.complete-order-popup .popup-content h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #7A1E2C;
    margin: 0 0 6px;
    letter-spacing: -0.03em;
}

.complete-order-popup .subtitle {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.45;
}

.complete-order-popup .popup-product {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.complete-order-popup .popup-icon {
    width: 52px;
    height: 52px;
    background: #F3EDE6 !important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
}

.complete-order-popup .popup-icon .platform-logo {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
    display: block;
    margin: 0;
}

.complete-order-popup .popup-info {
    min-width: 0;
    flex: 1;
}

.complete-order-popup .popup-info h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #7A1E2C;
    margin: 0 0 2px;
}

.complete-order-popup .popup-info p {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
}

.complete-order-popup .popup-price-tag {
    font-size: 1.15rem;
    font-weight: 800;
    color: #7A1E2C;
    white-space: nowrap;
}

.complete-order-popup .popup-contact-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 12px;
    text-align: center;
}

.complete-order-popup .popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.complete-order-popup .popup-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 68px;
    padding: 10px 16px 10px 10px;
    border-radius: 18px;
    text-decoration: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.complete-order-popup .popup-btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.complete-order-popup .popup-btn-icon i {
    margin: 0;
    padding: 0;
    width: 1.2rem !important;
    height: 1.2rem !important;
    background: none !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
}

.complete-order-popup .popup-btn-icon i::before {
    line-height: 1;
    width: 1em;
    height: 1em;
    display: block;
}

.complete-order-popup .popup-btn-wa .popup-btn-icon i { color: #25D366; }
.complete-order-popup .popup-btn-tg .popup-btn-icon i { color: #229ED9; }
.complete-order-popup .popup-btn-email .popup-btn-icon i { color: #7A1E2C; }

.complete-order-popup .popup-btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.complete-order-popup .popup-btn-text strong {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.complete-order-popup .popup-btn-text small {
    font-weight: 500;
    font-size: 0.78rem;
    line-height: 1.1;
    opacity: 0.92;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.complete-order-popup .popup-btn-arrow {
    margin-left: auto;
    font-size: 0.8rem;
    opacity: 0.8;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.complete-order-popup .popup-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.complete-order-popup .popup-btn:hover .popup-btn-arrow {
    transform: translateX(3px);
}

.complete-order-popup .popup-btn:active {
    transform: translateY(0);
}

.complete-order-popup .popup-btn-wa {
    background: #25D366;
}

.complete-order-popup .popup-btn-wa:hover {
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
}

.complete-order-popup .popup-btn-tg {
    background: #229ED9;
}

.complete-order-popup .popup-btn-tg:hover {
    box-shadow: 0 10px 22px rgba(34, 158, 217, 0.35);
}

.complete-order-popup .popup-btn-email {
    background: #7A1E2C;
}

.complete-order-popup .popup-btn-email:hover {
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.28);
}

@media (max-width: 480px) {
    .complete-order-popup .popup-inner {
        padding: 24px 20px 20px;
    }
}

@media (max-width: 768px) {
    .products-grid,
    .details-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: stretch !important;
    }

    .product-card,
    .detail-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: 100% !important;
        padding: 18px 10px 14px !important;
        border-radius: 16px !important;
    }

    .product-icon,
    .detail-icon {
        width: 52px !important;
        height: 52px !important;
        margin-bottom: 12px !important;
        flex-shrink: 0;
    }

    .product-icon .platform-logo,
    .detail-icon .platform-logo {
        width: 28px !important;
        height: 28px !important;
    }

    .product-card h3,
    .detail-card h3 {
        font-size: 0.86rem !important;
        line-height: 1.3 !important;
        min-height: 2.7em !important;
        margin-bottom: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .product-price {
        font-size: 1.15rem !important;
        margin-bottom: 10px !important;
    }

    .buy-btn,
    .product-btn {
        width: 100% !important;
        margin-top: auto !important;
        justify-content: center !important;
        padding: 10px 8px !important;
        font-size: 0.78rem !important;
        gap: 6px !important;
    }

    .product-features,
    .feature-list {
        padding-left: 4px !important;
        margin-bottom: 12px !important;
        width: 100%;
        flex: 1 1 auto;
    }

    .product-features li,
    .feature-list li {
        font-size: 0.72rem !important;
        margin-bottom: 4px !important;
        gap: 4px !important;
    }
}

/* Professional product-page articles */
.article-section {
    background: #F3EDE6;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 44px 48px 48px;
    margin: 48px 0;
}

.article-section .article-header {
    text-align: left;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.article-section .article-header h2 {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
    color: #7A1E2C;
}

.article-section .article-header .article-meta {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 500;
    margin: 0;
}

.article-body h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #7A1E2C;
    margin: 32px 0 12px;
    letter-spacing: -0.02em;
}

.article-body p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 16px;
    font-size: 1rem;
}

.article-body ul,
.article-body ol {
    color: #334155;
    padding-left: 22px;
    margin: 8px 0 20px;
}

.article-body li {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 1rem;
}

.article-body strong {
    color: #7A1E2C;
    font-weight: 700;
}

@media (max-width: 768px) {
    .article-section {
        padding: 24px 20px 28px;
        margin: 32px 0;
    }

    .article-section .article-header h2 {
        font-size: 1.35rem;
    }

    .article-body h3 {
        font-size: 1.08rem;
    }
}

/* Site theme: Burgundy #7A1E2C + Soft Cream #F3EDE6 — contrast-safe on every page */
html,
body {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
}

.header,
.sidebar,
.sidebar-header,
.product-card,
.detail-card,
.feature-card,
.why-card,
.why-choose-us,
.blog-card,
.article-section,
.faq-item,
.contact-card,
.stat-card,
.team-card,
.value-card,
.hours-box,
.story-image,
.complete-order-popup .popup-content,
.modal-content,
.faq-search {
    background: #F3EDE6 !important;
    border-color: rgba(122, 30, 44, 0.22) !important;
}

.header {
    border-bottom: 2px solid rgba(122, 30, 44, 0.18) !important;
}

.sidebar,
.product-card,
.detail-card,
.feature-card,
.why-card,
.blog-card,
.article-section,
.faq-item,
.contact-card,
.stat-card,
.team-card,
.value-card,
.hours-box,
.why-choose-us {
    border: 1px solid rgba(122, 30, 44, 0.22) !important;
}

.product-card:hover,
.detail-card:hover,
.feature-card:hover,
.why-card:hover,
.blog-card:hover,
.contact-card:hover {
    border-color: #7A1E2C !important;
}

.product-icon,
.detail-icon,
.complete-order-popup .popup-icon {
    background: #F3EDE6 !important;
    border: 1px solid rgba(122, 30, 44, 0.28) !important;
}

.menu-toggle,
.nav-link,
.nav-link:hover,
.product-price,
.category-title,
.section-title,
.section-title span,
.category-title span,
.logo-text,
.header .logo-text .bucket,
.sidebar-header h3,
.sidebar-header h3 span,
.sidebar-item a,
.sidebar-cat,
.product-card h3,
.detail-card h3,
.product-features li,
.feature-list li,
.why-card h4,
.why-card p,
.why-card i,
.feature-card p,
.blog-card h3,
.blog-card p,
.blog-card .blog-meta,
.blog-card a.read-more,
.article-section .article-header h2,
.article-section .article-header .article-meta,
.article-body h3,
.article-body p,
.article-body li,
.article-body strong,
.contact-card h3,
.contact-card p,
.contact-card a,
.stat-card,
.team-card h3,
.value-card h3,
.value-card p,
.story-text p,
.hours-box h3,
.hours-day,
.hours-time,
.faq-item,
.submit-btn,
.form-group label {
    color: #7A1E2C !important;
    -webkit-text-fill-color: #7A1E2C !important;
    background-image: none !important;
}

.section-title span,
.category-title span,
.header .logo-text .bucket,
.sidebar-header h3 span,
.story-image i,
.map-placeholder i,
.hours-note {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #7A1E2C !important;
    color: #7A1E2C !important;
}

.category-title {
    border-left-color: #7A1E2C !important;
}

.logo-icon,
.footer-logo .logo-icon {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    box-shadow: 0 6px 14px rgba(122, 30, 44, 0.35) !important;
}

.order-btn,
.product-btn,
.buy-btn,
.submit-btn,
.faq-search button,
.custom-btn:not([href*="wa.me"]):not([href*="t.me"]) {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    box-shadow: 0 4px 12px rgba(122, 30, 44, 0.3) !important;
}

.cta-button,
.hero-explore {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
    -webkit-text-fill-color: #7A1E2C !important;
}

.hero-explore i,
.cta-button i {
    background: none !important;
    color: #7A1E2C !important;
    -webkit-text-fill-color: #7A1E2C !important;
}

.hero-explore {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.sidebar-item:hover a,
.sidebar-item.active a {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
}

.sidebar-item a i.fab,
.sidebar-item a i.fas,
.product-icon i.fab,
.product-icon i.fas,
.product-icon i,
.product-features li i,
.feature-list li i {
    background: none !important;
    -webkit-text-fill-color: #7A1E2C !important;
    color: #7A1E2C !important;
}

.sidebar-item:hover a i {
    background: none !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
}

.hero,
.page-header,
.custom-order-section,
.contact-cta,
.home-cta,
.contact-hero,
.about-hero {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
    border-color: #7A1E2C !important;
}

.hero h1,
.hero p,
.hero-tag,
.hero-tag i,
.page-header h1,
.page-header p,
.page-header .breadcrumb,
.page-header .breadcrumb a,
.page-header .last-updated,
.custom-order-section h2,
.custom-order-section p,
.contact-cta h2,
.contact-cta p,
.home-cta h2,
.home-cta p,
.hero h1 span,
.page-header h1 span,
.custom-order-section h2 span,
.contact-cta h2 span,
.contact-hero h1,
.contact-hero h1 span,
.contact-hero p,
.contact-hero .breadcrumb,
.contact-hero .breadcrumb a,
.contact-hero .seo-related,
.contact-hero .seo-related a,
.contact-hero .last-updated {
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
}

.hero-tag {
    background: rgba(243, 237, 230, 0.12) !important;
    border: 1px solid rgba(243, 237, 230, 0.28) !important;
}

.why-choose-us h2,
.why-choose-us h2 span {
    color: #7A1E2C !important;
    -webkit-text-fill-color: #7A1E2C !important;
    background: none !important;
}

.footer {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
}

.footer-col p,
.footer-col a,
.footer-col h4,
.copyright,
.footer-logo .logo-text,
.footer-logo .logo-text .bucket {
    color: #F3EDE6 !important;
    background: none !important;
    -webkit-text-fill-color: #F3EDE6 !important;
}

.footer-col a:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.blog-card .blog-tag,
.badge-premium,
.badge-value {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
}

.complete-order-popup .popup-price-tag,
.complete-order-popup .popup-content h3,
.complete-order-popup .popup-info h4,
.complete-order-popup .popup-info p,
.complete-order-popup .popup-contact-label,
.complete-order-popup .subtitle {
    color: #7A1E2C !important;
}

.complete-order-popup .popup-product {
    background: #F3EDE6 !important;
    border: 1px solid rgba(122, 30, 44, 0.22) !important;
}

.cta-btn.email,
.contact-option.email {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
}

.custom-btn-outline {
    border-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
    background: transparent !important;
}

.custom-btn-outline:hover {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
}

input,
textarea,
select {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
    border-color: rgba(122, 30, 44, 0.3) !important;
}

input::placeholder,
textarea::placeholder {
    color: rgba(122, 30, 44, 0.55) !important;
}

/* Keep official WhatsApp / Telegram widget colors */
.left-wa,
.popup-btn-wa,
.cta-btn.whatsapp,
.contact-option.whatsapp,
.widget-item.wa-bg,
.wa-bg,
a.custom-btn[href*="wa.me"] {
    background: #25D366 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.popup-btn-tg,
.cta-btn.telegram,
.contact-option.telegram {
    background: #229ED9 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.left-tg,
.widget-item.tg-bg,
.tg-bg,
a.custom-btn[href*="t.me"],
a.custom-btn-outline[href*="t.me"] {
    background: #0088cc !important;
    border-color: #0088cc !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.popup-btn-tg {
    background: #229ED9 !important;
}

.popup-btn-wa .popup-btn-icon i { color: #25D366 !important; -webkit-text-fill-color: #25D366 !important; }
.popup-btn-tg .popup-btn-icon i { color: #229ED9 !important; -webkit-text-fill-color: #229ED9 !important; }
.popup-btn-email .popup-btn-icon i { color: #7A1E2C !important; -webkit-text-fill-color: #7A1E2C !important; }
.popup-btn-wa .popup-btn-text,
.popup-btn-wa .popup-btn-text strong,
.popup-btn-wa .popup-btn-text small,
.popup-btn-wa .popup-btn-arrow,
.popup-btn-tg .popup-btn-text,
.popup-btn-tg .popup-btn-text strong,
.popup-btn-tg .popup-btn-text small,
.popup-btn-tg .popup-btn-arrow {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Site theme: Burgundy #7A1E2C + Soft Cream #F3EDE6
   Loaded after page styles. Does not restyle WhatsApp or Telegram widgets. */
html,
body {
    background: #F3EDE6 !important;
    color: #7A1E2C;
}

.header,
.sidebar,
.sidebar-header,
.product-card,
.detail-card,
.feature-card,
.why-card,
.blog-card,
.article-section,
.complete-order-popup .popup-content,
.modal-content {
    background: #F3EDE6 !important;
}

.header {
    border-bottom-color: rgba(122, 30, 44, 0.18) !important;
}

.menu-toggle,
.nav-link:hover,
.product-price,
.category-title,
.footer-col a:hover {
    color: #7A1E2C !important;
}

.logo-text {
    color: #7A1E2C !important;
}

.header .logo-text .bucket {
    background: none !important;
    -webkit-text-fill-color: #7A1E2C !important;
    color: #7A1E2C !important;
}

.logo-icon,
.footer-logo .logo-icon {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    box-shadow: 0 6px 14px rgba(122, 30, 44, 0.35) !important;
}

.order-btn,
.product-btn,
.buy-btn,
.custom-btn:not([href*="wa.me"]):not([href*="t.me"]) {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    color: #F3EDE6 !important;
    box-shadow: 0 4px 12px rgba(122, 30, 44, 0.3) !important;
}

.cta-button,
.hero-explore {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
    box-shadow: none !important;
}

.sidebar-item:hover a,
.sidebar-item.active a {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    color: #F3EDE6 !important;
}

.sidebar-item a i.fab,
.sidebar-item a i.fas,
.product-icon i.fab,
.product-icon i.fas,
.product-icon i {
    background: linear-gradient(135deg, #7A1E2C, #932536) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #7A1E2C !important;
}

.sidebar-item:hover a i {
    background: none !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
}

.product-features li i,
.feature-list li i {
    color: #7A1E2C !important;
}

.category-title {
    border-left-color: #7A1E2C !important;
    color: #7A1E2C !important;
}

.category-title span {
    background: none !important;
    -webkit-text-fill-color: #7A1E2C !important;
    color: #7A1E2C !important;
}

.hero,
.page-header,
.custom-order-section,
.contact-cta,
.home-cta,
.contact-hero,
.about-hero {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
    border-color: #7A1E2C !important;
}

.hero h1,
.hero p,
.page-header h1,
.page-header p,
.page-header .breadcrumb,
.custom-order-section h2,
.custom-order-section p,
.contact-cta h2,
.contact-cta p,
.home-cta h2,
.home-cta p {
    color: #F3EDE6 !important;
}

.hero h1 span,
.page-header h1 span,
.custom-order-section h2 span,
.contact-cta h2 span,
.why-choose-us h2 span,
.contact-hero h1 span {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
}

.why-choose-us h2 span {
    color: #7A1E2C !important;
    -webkit-text-fill-color: #7A1E2C !important;
}

.page-header .breadcrumb a {
    color: #F3EDE6 !important;
}

.footer {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
}

.footer-col p,
.footer-col a,
.copyright {
    color: #F3EDE6 !important;
}

.footer-col h4,
.footer-logo .logo-text,
.footer-logo .logo-text .bucket {
    color: #F3EDE6 !important;
    background: none !important;
    -webkit-text-fill-color: #F3EDE6 !important;
}

.product-card h3,
.detail-card h3,
.article-section .article-header h2,
.article-body h3,
.article-body strong {
    color: #7A1E2C !important;
}

.article-body p,
.article-body li {
    color: #7A1E2C !important;
}

.complete-order-popup .popup-price-tag {
    color: #7A1E2C !important;
}

.complete-order-popup .popup-content h3,
.complete-order-popup .popup-info h4 {
    color: #7A1E2C !important;
}

.complete-order-popup .popup-product {
    background: #F3EDE6 !important;
    border-color: rgba(122, 30, 44, 0.18) !important;
}

.cta-btn.email,
.contact-option.email {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
}

.custom-btn-outline {
    border-color: #F3EDE6 !important;
    color: #F3EDE6 !important;
    background: transparent !important;
}

.custom-btn-outline:hover {
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
}

/* Keep official WhatsApp / Telegram widget colors */
.left-wa,
.popup-btn-wa,
.cta-btn.whatsapp,
.contact-option.whatsapp,
.widget-item.wa-bg,
.wa-bg,
a.custom-btn[href*="wa.me"] {
    background: #25D366 !important;
    color: #fff !important;
}

.popup-btn-tg,
.cta-btn.telegram,
.contact-option.telegram,
.left-tg,
.widget-item.tg-bg,
.tg-bg,
a.custom-btn[href*="t.me"],
a.custom-btn-outline[href*="t.me"] {
    background: #0088cc !important;
    border-color: #0088cc !important;
    color: #fff !important;
}

.popup-btn-tg {
    background: #229ED9 !important;
}

.popup-btn-wa .popup-btn-icon i { color: #25D366 !important; }
.popup-btn-tg .popup-btn-icon i { color: #229ED9 !important; }
.popup-btn-email .popup-btn-icon i { color: #7A1E2C !important; }

.page-header .hero-ip-line {
    margin: 18px 0 12px !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #F3EDE6 !important;
}

.page-header .hero-ip-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.page-header .hero-ip-tags span {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: #F3EDE6 !important;
    color: #7A1E2C !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Footer layout — desktop, tablet, and mobile */
footer.footer {
    background: #7A1E2C !important;
    color: #F3EDE6 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
    padding: 56px 0 calc(28px + env(safe-area-inset-bottom, 0px)) !important;
    margin-top: 56px !important;
    box-sizing: border-box;
}

footer.footer .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

footer.footer .footer-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr)) !important;
    gap: 32px 24px !important;
    margin-bottom: 28px !important;
    align-items: start;
}

footer.footer .footer-col {
    min-width: 0;
}

footer.footer .footer-logo {
    display: flex !important;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 12px !important;
    flex-wrap: nowrap;
}

footer.footer .footer-logo .logo-icon {
    width: 40px !important;
    height: 40px !important;
    background: #F3EDE6 !important;
    box-shadow: none !important;
    flex-shrink: 0;
}

footer.footer .footer-logo .logo-text,
footer.footer .footer-logo .logo-text .bucket {
    font-size: 1.45rem !important;
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
    background: none !important;
    white-space: nowrap;
}

footer.footer .footer-col p,
footer.footer .footer-col a,
footer.footer .footer-col h4,
footer.footer .copyright {
    color: #F3EDE6 !important;
    -webkit-text-fill-color: #F3EDE6 !important;
}

footer.footer .footer-col p {
    margin: 0 !important;
    font-size: 0.92rem;
    line-height: 1.65;
    max-width: 36ch;
}

footer.footer .footer-col h4 {
    font-size: 0.95rem !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 14px !important;
}

footer.footer .footer-col a {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 10px !important;
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: anywhere;
    transform: none !important;
}

footer.footer .footer-col a:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

footer.footer .copyright {
    text-align: center;
    padding-top: 20px !important;
    margin-top: 8px;
    border-top: 1px solid rgba(243, 237, 230, 0.22) !important;
    font-size: 0.85rem;
    color: rgba(243, 237, 230, 0.85) !important;
}

@media (max-width: 1024px) {
    footer.footer .footer-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 20px !important;
    }

    footer.footer .footer-col:first-child {
        grid-column: 1 / -1;
    }

    footer.footer .footer-col p {
        max-width: none;
    }
}

@media (max-width: 640px) {
    footer.footer {
        padding: 36px 0 calc(100px + env(safe-area-inset-bottom, 0px)) !important;
        margin-top: 40px !important;
    }

    footer.footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    footer.footer .footer-container {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    footer.footer .footer-col:first-child {
        grid-column: auto;
    }

    footer.footer .footer-logo .logo-text,
    footer.footer .footer-logo .logo-text .bucket {
        font-size: 1.28rem !important;
    }

    footer.footer .footer-col h4 {
        margin-bottom: 10px !important;
    }

    footer.footer .copyright {
        padding-top: 18px !important;
        font-size: 0.8rem;
    }
}

/* SEO breadcrumbs and related links (page-header already uses cream text) */
.page-header .breadcrumb,
.page-header nav.breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 10px;
    opacity: 0.92;
}
.page-header .seo-related {
    font-size: 0.88rem;
    margin-top: 10px;
    line-height: 1.5;
}
.page-header .breadcrumb i {
    color: #F3EDE6 !important;
}
.about-hero .breadcrumb,
.about-hero .breadcrumb a,
.about-hero .seo-related,
.about-hero .seo-related a,
.contact-hero .breadcrumb,
.contact-hero .breadcrumb a,
.contact-hero .seo-related,
.contact-hero .seo-related a {
    color: #F3EDE6 !important;
    position: relative;
    z-index: 1;
}
.about-hero .breadcrumb,
.contact-hero .breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.about-hero .seo-related,
.contact-hero .seo-related {
    font-size: 0.88rem;
    margin-top: 10px;
}

.page-header::after,
.contact-hero::after,
.about-hero::after {
    z-index: 0;
    pointer-events: none;
}
.page-header > *,
.contact-hero > *,
.about-hero > * {
    position: relative;
    z-index: 1;
}

/* Support-page photography */
.page-visual {
    margin: 0 0 36px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e8dfd6;
    box-shadow: 0 12px 28px rgba(122, 30, 44, 0.1);
    background: #F3EDE6;
}
.page-visual img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.contact-side-visual {
    position: relative;
    height: 100%;
    min-height: 360px;
    border-radius: 16px;
    overflow: hidden;
}
.contact-side-visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}
.contact-side-visual .map-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 18px 18px;
    background: linear-gradient(transparent, rgba(122, 30, 44, 0.92));
    color: #F3EDE6;
    text-align: center;
}
.contact-side-visual .map-caption p {
    margin: 0;
    color: #F3EDE6;
}
.contact-side-visual .map-caption p + p {
    margin-top: 6px;
}
@media (max-width: 768px) {
    .page-visual img {
        height: 180px;
    }
    .contact-side-visual,
    .contact-side-visual img {
        min-height: 240px;
    }
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    z-index: 10000;
    background: #7A1E2C;
    color: #F3EDE6;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}
.skip-link:focus {
    top: 12px;
    color: #F3EDE6;
    outline: 2px solid #F3EDE6;
    outline-offset: 2px;
}

.sidebar-header .sidebar-brand {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7A1E2C;
    margin: 0;
}
.sidebar-header .sidebar-brand span {
    background: linear-gradient(135deg, #7A1E2C, #932536);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar-menu li.sidebar-divider {
    height: 1px;
    margin: 10px 12px;
    background: rgba(122, 30, 44, 0.18);
    list-style: none;
    pointer-events: none;
}

.sidebar-menu li.sidebar-cat {
    list-style: none;
    display: block;
}

.breadcrumb i[class*="chevron"] {
    color: #F3EDE6 !important;
}

img.platform-logo,
img.logo-mark {
    aspect-ratio: 1 / 1;
}

a:focus-visible,
button:focus-visible,
.nav-link:focus-visible,
.product-btn:focus-visible,
.buy-btn:focus-visible {
    outline: 2px solid #7A1E2C;
    outline-offset: 3px;
}

.product-btn,
.buy-btn,
.order-btn,
.cta-button,
.hero-explore,
.submit-btn {
    min-height: 44px;
    box-sizing: border-box;
}

.left-wa,
.left-tg {
    min-width: 48px;
    min-height: 48px;
}

.product-qty {
    color: #475569 !important;
}
