.mc-sort-group { display: flex; gap: 10px; }
.mc-sort-btn { background: #fff; border: 1px solid #ddd; padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; color: #555; transition: all 0.2s; display: flex; align-items: center; gap: 6px; }
.mc-sort-btn:hover { border-color: var(--primary-color); color: var(--text-main); }
.hd-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: none; align-items: center; justify-content: center; z-index: 10000; }
.hd-modal-content { background: white; padding: 40px; border-radius: 16px; width: 90%; max-width: 500px; position: relative; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
.hd-close-btn { position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer; color: #999; line-height: 1; }
.coupon-code-box { background: #fff5f5; border: 2px dashed #ff4757; padding: 15px; font-size: 1.8rem; font-weight: bold; color: #ff4757; display: flex; align-items: center; justify-content: center; border-radius: 8px; margin: 20px 0; }
.breadcrumb li a:hover{ text-decoration: underline}
.breadcrumb li.active{ color:#222;font-weight: 700;}
@keyframes fire-flicker { 0% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(255, 165, 0, 0.4)); } 100% { transform: scale(1.15) translateY(-1px); filter: drop-shadow(0 0 5px rgba(255, 165, 0, 0.8)); } }

/* =========================================================
   Brand Discount Analysis
   ========================================================= */

.saveyz-article { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px; color: #374151; line-height: 1.7; box-shadow: 0 1px 3px rgba(0,0,0,0.02); margin: 32px auto 80px auto; align-items: center; width: 100%; max-width: 1560px; }
.saveyz-article .saveyz-title { font-size: 22px; font-weight: 700; color: #111827; margin-top: 0; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #f3f4f6; line-height: 1.4; }
.saveyz-article h3 { font-size: 18px; font-weight: 600; color: #1f2937; margin: 28px 0 12px 0; display: flex; align-items: center; gap: 8px; }
.saveyz-article p { font-size: 15px; color: #4b5563; margin-bottom: 16px; }
.saveyz-article strong { color: #111827; font-weight: 600; }
.saveyz-stats-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.saveyz-stats-box h3 { margin-top: 0; font-size: 16px; color: #334155; }
.saveyz-stats-box p { margin-bottom: 0; font-size: 14px; }
.saveyz-tip-box { background: #f0fdf4; border: 1px solid #bbf7d0; border-left: 4px solid #10b981; border-radius: 8px; padding: 16px 20px; margin: 24px 0; }
.saveyz-tip-box h3 { margin-top: 0; font-size: 16px; color: #047857; }
.saveyz-tip-box p { margin-bottom: 0; color: #065f46; font-size: 14px; }
.saveyz-discount-trend { margin: 24px 0; padding: 20px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; }
.saveyz-trend-item { display: flex; align-items: center; margin-bottom: 14px; gap: 16px; }
.saveyz-trend-item:last-child { margin-bottom: 0; }
.saveyz-trend-date { flex: 0 0 170px; font-size: 13px; color: #6b7280; font-weight: 500; white-space: nowrap; }
.saveyz-trend-bar-wrapper { flex: 1; background: #f3f4f6; border-radius: 99px; height: 8px; overflow: hidden; }
.saveyz-trend-bar-fill { background: #10b981; height: 100%; border-radius: 99px; transition: width 0.5s ease; }
.saveyz-trend-value { flex: 0 0 70px; text-align: right; font-size: 14px; font-weight: 600; color: #111827; }

/* =========================================================
   You'll Love These Deals
   ========================================================= */

.saveyz-insight-section { margin-top: 20px; padding: 0 20px 30px 0; }
.saveyz-section-title { font-size: 20px; font-weight: 700; color: #111827; padding-bottom: 12px; border-bottom: 1px solid #e5e7eb; text-align: center; width: fit-content; margin: 0 auto 24px auto; }
.saveyz-section-title .highlight { color: #10b981; }
.saveyz-insight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 380px)); justify-content: center; gap: 24px; }
.saveyz-insight-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02); }
.saveyz-insight-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px -8px rgba(16, 185, 129, 0.15); border-color: #a7f3d0; }
.card-visual-header { position: relative; height: 120px; background: #e5e7eb; }
.card-hero-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); transition: transform 0.5s ease; }
.saveyz-insight-card:hover .card-hero-img { transform: scale(1.03); }
.card-logo-wrapper { position: absolute; bottom: -22px; left: 20px; width: 56px; height: 56px; background: #ffffff; border-radius: 10px; padding: 4px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); border: 1px solid #f3f4f6; z-index: 2; }
.card-logo { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
.card-body { padding: 32px 20px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.merchant-meta { margin-bottom: 12px; }
.merchant-meta-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.merchant-name { margin: 0; font-size: 18px; font-weight: 700; color: #111827; line-height: 1.2; }
.category-tag { font-size: 12px; font-weight: 500; color: #6b7280; }
.merchant-desc { margin: 0 0 16px 0; font-size: 13px; color: #4b5563; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stats-row { display: flex; justify-content: space-between; background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 8px; padding: 12px; margin-bottom: 16px; margin-top: auto; }
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-item.align-right { text-align: right; }
.stat-label { font-size: 11px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; }
.stat-value { font-size: 15px; font-weight: 700; color: #0f172a; }
.text-red { color: #e11d48; }
.text-green { color: #10b981; }
.events-row { display: flex; flex-wrap: wrap; gap: 8px; }
.event-pill { font-size: 11px; font-weight: 500; color: #475569; background: #f1f5f9; padding: 4px 12px; border-radius: 6px; white-space: nowrap; }
.card-footer { padding: 14px 20px; background: #ffffff; border-top: 1px solid #f3f4f6; display: flex; justify-content: space-between; align-items: center; }
.btn-text { font-size: 14px; font-weight: 600; color: #10b981; transition: color 0.2s; }
.btn-arrow { color: #10b981; transition: transform 0.2s; }
.saveyz-insight-card:hover .btn-arrow { transform: translateX(4px); }

/* =========================================================
   Shopping Hacks
   ========================================================= */

.saveyz-hacks-section { margin: 60px auto 80px; padding: 20px; background-color: #f0fdf4; border-left: 4px solid #22c55e; border-radius: 4px; width: 100%; max-width: 1560px; align-items: center; }
.saveyz-hacks-text { font-size: 0.95rem; line-height: 1.6; color: #4b5563; margin: 0; }



.saveyz-faq-section { margin: 80px auto 30px; margin-bottom: 40px; width: 100%; max-width: 1560px; align-items: center; }
.saveyz-section-title { font-size: 1.5em; color: #222; letter-spacing: -.04em; line-height: 110%; font-weight: 700; margin-bottom: 30px; }
.saveyz-faq-list { display: flex; flex-direction: column; gap: 12px; }
.saveyz-faq-item { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; transition: all 0.2s ease-in-out; }
.saveyz-faq-item:hover { border-color: #00c853; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.saveyz-faq-item[open] { border-color: #00c853; }
.saveyz-faq-question { padding: 16px 20px; font-size: 1rem; font-weight: 600; color: #1f2937; cursor: pointer; list-style: none; position: relative; display: flex; justify-content: space-between; align-items: center; user-select: none; margin: 0; }
.saveyz-faq-question::-webkit-details-marker { display: none; }
.saveyz-faq-item[open] .saveyz-faq-question { border-bottom: 1px solid #f3f4f6; }
.saveyz-faq-question::after { content: '+'; font-size: 1.4rem; font-weight: 400; color: #9ca3af; margin-left: 15px; transition: transform 0.3s ease, color 0.3s ease; }
.saveyz-faq-item[open] .saveyz-faq-question::after { content: '−'; transform: rotate(180deg); color: #00c853; }
.saveyz-faq-answer { padding: 16px 20px 20px 20px; margin: 0; font-size: 0.95rem; line-height: 1.6; color: #4b5563; background-color: #fafafa; animation: saveyz-fade-in 0.3s ease-out; }
@keyframes saveyz-fade-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }