 body { background-color: #f8f9fa; }
    .store-header-bg { background: #fff; padding: 50px 0; border-bottom: 1px solid #edf2f7; margin-bottom: 40px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
    .store-logo-box img { width: 100%; max-width: 180px; height: auto; object-fit: contain; padding: 12px; border: 1px solid #f1f5f9; border-radius: 16px; background: #fff; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
    .sidebar-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #e2e8f0; margin-bottom: 24px; }
    .sidebar-title { font-size: 18px; font-weight: 700; color: #1a202c; margin-bottom: 20px; border-left: 4px solid #ee7d37; padding-left: 12px; }
    
    /* Optimized Rich Text Formatting for General Description */
    .desc-text { font-size: 14px; color: #4a5568; line-height: 1.6; }
    .desc-text p { margin-bottom: 12px; }
    .desc-text a { color: #ee7d37; text-decoration: underline; font-weight: 600; }
    .desc-text a:hover { color: #d96924; }
    .desc-text ul, .desc-text ol { padding-left: 20px; margin-bottom: 14px; }
    .desc-text strong { color: #1a202c; font-weight: 700; }
    
    /* --- COUPON CARD DESIGN --- */
    .coupon-card { background: #fff; border: 1px solid #e2e8f0; padding: 25px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-radius: 20px; transition: all 0.3s ease; position: relative; overflow: hidden; gap: 20px; }
    .coupon-card:hover { transform: translateY(-4px); box-shadow: 0 12px 20px -5px rgba(0,0,0,0.1); border-color: #ee7d37; }
    .discount-box { min-width: 150px; height: 100px; background: #fff5ed; border: 2px dashed #ffbd91; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #ee7d37; font-weight: 800; font-size: 19px; flex-shrink: 0; }
    .discount-label { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: #ff8c42; margin-top: 2px; }
    .coupon-info { flex-grow: 1; padding: 0 10px; }
    .coupon-info h5 { font-size: 18px; font-weight: 700; color: #1a202c; margin-bottom: 8px; }
    .get-btn { background: #ff751f; color: #fff !important; padding: 12px 28px; border-radius: 10px; font-weight: 700; text-decoration: none; display: inline-block; min-width: 160px; text-align:center; transition: 0.3s; border: none; cursor: pointer; }
    .get-btn:hover { background: #000; transform: scale(1.02); }
    .stat-pill { background: #fff; border: 1px solid #e2e8f0; padding: 6px 16px; border-radius: 50px; display: flex; align-items: center; gap: 8px; }
    .pill-number { font-weight: 800; font-size: 18px; }
    .pill-label { font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; }
    
    /* --- FAQ SECTION --- */
    .faq-section-wrapper { margin-top: 50px; background: #ffffff; border-radius: 24px; padding: 40px; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.04); }
    .faq-title { font-size: 26px; font-weight: 800; color: #0f172a; margin-bottom: 35px; display: flex; align-items: center; gap: 15px; }
    .faq-title i { color: #ee7d37; background: #fff5ed; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 14px; font-size: 20px; }
    .custom-faq-accordion .accordion-item { border: 1px solid #e2e8f0 !important; border-radius: 16px !important; margin-bottom: 16px; overflow: hidden; background: #ffffff; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
    .custom-faq-accordion .accordion-item:hover { border-color: #ee7d37 !important; box-shadow: 0 4px 20px rgba(238, 125, 55, 0.06); }
    .custom-faq-accordion .accordion-button { padding: 22px 28px !important; font-size: 16px !important; font-weight: 600 !important; color: #1e293b !important; background: #ffffff !important; border: none !important; box-shadow: none !important; }
    .custom-faq-accordion .accordion-button:not(.collapsed) { color: #ee7d37 !important; background: #fffbf8 !important; font-weight: 700 !important; }
    
    /* ==========================================================================
       MODAL ULTRA-PREMIUM & RESPONSIVE STYLES (COMPLETELY FIXED)
       ========================================================================== */
    .custom-modal-content {
        border-radius: 24px !important;
        border: none !important;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
        background: #ffffff;
        overflow: hidden;
    }
    .modal-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 32px 10px 32px;
    }
    .modal-store-logo-wrapper {
        border: 1px solid #f1f5f9;
        padding: 8px 16px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    .modal-store-logo-wrapper img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
    }
    .modal-main-body {
        padding: 10px 32px 32px 32px;
        text-align: center;
    }
    .modal-verified-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #e6fffa;
        color: #047487;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 16px;
        border-radius: 50px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .modal-offer-title {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    
    .premium-code-box {
        background: #f8fafc;
        border: 2px dashed #cbd5e1;
        border-radius: 16px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        gap: 15px;
    }
    .premium-code-text {
        font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
        font-size: 22px;
        font-weight: 800;
        color: #1e293b;
        letter-spacing: 1.5px;
        padding-left: 12px;
        word-break: break-all;
    }
    .premium-copy-btn {
        background: #ee7d37;
        color: #ffffff !important;
        border: none;
        padding: 14px 28px;
        font-weight: 700;
        font-size: 15px;
        border-radius: 12px;
        transition: all 0.2s ease;
        cursor: pointer;
        white-space: nowrap;
        box-shadow: 0 4px 12px rgba(238, 125, 55, 0.2);
    }
    .premium-copy-btn:hover {
        background: #d96924;
        transform: translateY(-1px);
    }
    .modal-security-text {
        font-size: 13px;
        color: #64748b;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .modal-primary-store-btn {
        background: #0f172a;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px;
        border-radius: 14px;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none !important;
        transition: all 0.2s ease;
        width: 100%;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    }
    .modal-primary-store-btn:hover {
        background: #1e293b;
        transform: translateY(-1px);
    }

    @media (max-width: 768px) {
        .store-logo-box { display: flex !important; justify-content: center !important; width: 100%; }
        .store-logo-box img { max-width: 140px; margin: 0 auto !important; display: block; }
        
        .coupon-card { flex-direction: column; align-items: stretch; text-align: center; padding: 20px; gap: 15px; }
        .discount-box { width: 100%; height: 60px; min-width: 100%; flex-direction: row; gap: 10px; }
        .coupon-info { padding: 0; text-align: center; }
        .get-btn { width: 100%; min-width: 100%; padding: 14px; }

        .modal-dialog { margin: 16px !important; }
        .modal-top-bar { padding: 20px 20px 10px 20px; }
        .modal-main-body { padding: 10px 20px 24px 20px; }
        .modal-offer-title { font-size: 18px; margin-bottom: 20px; }
        
        .premium-code-box {
            flex-direction: column;
            padding: 16px;
            gap: 12px;
            background: #f8fafc;
        }
        .premium-code-text {
            font-size: 20px;
            padding-left: 0;
            text-align: center;
        }
        .premium-copy-btn {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            text-align: center;
        }
    }

