.z2-results-page { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); min-height: 100vh; }
.z2-header-summary { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 1.5rem 0; }
.z2-controls-bar { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 1rem 0; position: sticky; top: 0; z-index: 100; }
.z2-sort-control { display: inline-flex; background: #f1f5f9; border-radius: 8px; padding: 4px; gap: 2px; }
.z2-sort-btn { padding: 8px 16px; border: none; background: transparent; border-radius: 6px; font-size: 0.875rem; font-weight: 500; color: #64748b; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.z2-sort-btn:hover { color: #334155; }
.z2-sort-btn.active { background: #fff; color: #0f172a; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.z2-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.z2-filter-chip { padding: 6px 12px; border: 1px solid #e2e8f0; background: #fff; border-radius: 20px; font-size: 0.8125rem; font-weight: 500; color: #64748b; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.z2-filter-chip:hover { border-color: #6366f1; color: #6366f1; }
.z2-filter-chip.active { background: #6366f1; border-color: #6366f1; color: #fff; }
.z2-reset-btn { padding: 6px 12px; border: none; background: transparent; font-size: 0.8125rem; font-weight: 500; color: #ef4444; cursor: pointer; }
.z2-reset-btn:hover { text-decoration: underline; }

.z2-result-card-v2 { background: #fff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; margin-bottom: 1rem; overflow: hidden; transition: all 0.2s; }
.z2-result-card-v2:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-2px); }
.z2-card-main { padding: 1.25rem; }
.z2-rank-badge { position: absolute; top: -1px; left: -1px; background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); color: #fff; font-weight: 700; font-size: 0.75rem; padding: 6px 12px; border-radius: 16px 0 12px 0; }
.z2-rank-badge.rank-1 { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.z2-rank-badge.rank-2 { background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%); }
.z2-rank-badge.rank-3 { background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%); }
.z2-provider-logo { width: 48px; height: 48px; border-radius: 12px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.25rem; color: #6366f1; flex-shrink: 0; }
.z2-provider-name { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin: 0; }
.z2-top-pick-chip { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; background: #fef3c7; color: #92400e; font-size: 0.75rem; font-weight: 600; border-radius: 12px; margin-left: 8px; }
.z2-top-pick-chip.speed { background: #dbeafe; color: #1e40af; }
.z2-top-pick-chip.privacy { background: #dcfce7; color: #166534; }
.z2-top-pick-chip.streaming { background: #fce7f3; color: #9d174d; }

.z2-kpi-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 1rem 0; padding: 1rem; background: #f8fafc; border-radius: 12px; }
@media (max-width: 640px) { .z2-kpi-strip { grid-template-columns: 1fr; gap: 8px; } }
.z2-kpi-tile { text-align: center; }
.z2-kpi-label { font-size: 0.6875rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.z2-kpi-value { font-size: 1rem; font-weight: 700; color: #0f172a; }
.z2-kpi-sub { font-size: 0.75rem; color: #64748b; }
.z2-streaming-icons { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.z2-stream-icon { width: 24px; height: 24px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.625rem; font-weight: 700; }
.z2-stream-icon.pass { background: #dcfce7; color: #166534; }
.z2-stream-icon.fail { background: #fee2e2; color: #991b1b; opacity: 0.5; }
.z2-privacy-badges { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.z2-privacy-badge { padding: 2px 8px; border-radius: 4px; font-size: 0.6875rem; font-weight: 600; }
.z2-privacy-badge.success { background: #dcfce7; color: #166534; }
.z2-privacy-badge.neutral { background: #f1f5f9; color: #64748b; }
.z2-privacy-badge.warning { background: #fef3c7; color: #92400e; }

.z2-feature-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 1rem 0; }
.z2-chip { padding: 4px 10px; border-radius: 6px; font-size: 0.75rem; font-weight: 500; display: inline-flex; align-items: center; gap: 4px; }
.z2-chip.success { background: #dcfce7; color: #166534; }
.z2-chip.neutral { background: #f1f5f9; color: #64748b; }
.z2-chip.warning { background: #fef3c7; color: #92400e; }
.z2-chip.info { background: #dbeafe; color: #1e40af; }

.z2-price-band { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 1rem; background: #f8fafc; border-radius: 12px; margin: 1rem 0; }
.z2-price-toggle { display: inline-flex; background: #e2e8f0; border-radius: 6px; padding: 2px; }
.z2-price-toggle-btn { padding: 6px 12px; border: none; background: transparent; border-radius: 4px; font-size: 0.8125rem; font-weight: 500; color: #64748b; cursor: pointer; transition: all 0.2s; }
.z2-price-toggle-btn.active { background: #fff; color: #0f172a; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.z2-price-display { text-align: right; }
.z2-price-main { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.z2-price-period { font-size: 0.875rem; color: #64748b; }
.z2-price-save { display: inline-block; padding: 2px 8px; background: #dcfce7; color: #166534; font-size: 0.75rem; font-weight: 600; border-radius: 4px; margin-left: 8px; }
.z2-money-back { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; background: #dbeafe; color: #1e40af; font-size: 0.75rem; font-weight: 500; border-radius: 6px; }
.z2-coupon-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; background: #fef3c7; color: #92400e; font-size: 0.75rem; font-weight: 500; border-radius: 6px; }

.z2-card-actions { display: flex; gap: 12px; padding: 1rem 1.25rem; border-top: 1px solid #e2e8f0; background: #fafafa; }
@media (max-width: 640px) { .z2-card-actions { flex-direction: column; } }
.z2-btn-deal { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; font-weight: 600; font-size: 1rem; border: none; border-radius: 10px; cursor: pointer; transition: all 0.2s; text-decoration: none; }
.z2-btn-deal:hover { background: linear-gradient(135deg, #059669 0%, #047857 100%); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(16,185,129,0.4); }
.z2-btn-details { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; background: transparent; color: #64748b; font-weight: 500; font-size: 0.9375rem; border: 1px solid #e2e8f0; border-radius: 10px; cursor: pointer; transition: all 0.2s; text-decoration: none; }
.z2-btn-details:hover { border-color: #6366f1; color: #6366f1; background: #f8fafc; }

.z2-accordion { border-top: 1px solid #e2e8f0; }
.z2-accordion-content { display: none; padding: 1.25rem; background: #fafafa; }
.z2-accordion-content.open { display: block; }
.z2-accordion-section { margin-bottom: 1.5rem; }
.z2-accordion-section:last-child { margin-bottom: 0; }
.z2-accordion-title { font-size: 0.875rem; font-weight: 600; color: #0f172a; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 8px; }
.z2-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .z2-pros-cons { grid-template-columns: 1fr; } }
.z2-pros-list, .z2-cons-list { list-style: none; padding: 0; margin: 0; }
.z2-pros-list li, .z2-cons-list li { padding: 6px 0; font-size: 0.875rem; color: #475569; display: flex; align-items: flex-start; gap: 8px; }
.z2-pros-list li::before { content: '✓'; color: #10b981; font-weight: 700; }
.z2-cons-list li::before { content: '✗'; color: #ef4444; font-weight: 700; }
.z2-security-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.z2-security-item { padding: 8px 12px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.8125rem; }
.z2-security-item-label { color: #64748b; font-size: 0.6875rem; text-transform: uppercase; }
.z2-security-item-value { color: #0f172a; font-weight: 500; }
.z2-streaming-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.z2-streaming-test { display: flex; align-items: center; gap: 6px; padding: 6px 10px; background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.8125rem; }
.z2-streaming-test.pass { border-color: #10b981; }
.z2-streaming-test.fail { border-color: #ef4444; opacity: 0.6; }

.z2-compare-checkbox { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: #f8fafc; border-radius: 8px; cursor: pointer; font-size: 0.875rem; color: #64748b; transition: all 0.2s; }
.z2-compare-checkbox:hover { background: #e2e8f0; }
.z2-compare-checkbox input { width: 18px; height: 18px; accent-color: #6366f1; }
.z2-compare-checkbox.checked { background: #eef2ff; color: #4f46e5; }

.z2-compare-drawer { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); padding: 1rem; z-index: 1000; transform: translateY(100%); transition: transform 0.3s ease; }
.z2-compare-drawer.visible { transform: translateY(0); }
.z2-compare-drawer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.z2-compare-selected { display: flex; align-items: center; gap: 8px; }
.z2-compare-avatar { width: 32px; height: 32px; border-radius: 8px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; color: #6366f1; }
.z2-compare-actions { display: flex; gap: 12px; }
.z2-btn-compare { padding: 12px 24px; background: #6366f1; color: #fff; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; }
.z2-btn-compare:hover { background: #4f46e5; }
.z2-btn-clear { padding: 12px 16px; background: transparent; color: #64748b; font-weight: 500; border: 1px solid #e2e8f0; border-radius: 8px; cursor: pointer; }

.z2-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); padding: 12px 16px; z-index: 999; display: none; }
.z2-sticky-cta.visible { display: block; }
.z2-sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: 600px; margin: 0 auto; }
.z2-sticky-cta-info { display: flex; align-items: center; gap: 10px; }
.z2-sticky-cta-logo { width: 32px; height: 32px; border-radius: 8px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.75rem; color: #6366f1; }
.z2-sticky-cta-name { font-weight: 600; color: #0f172a; font-size: 0.9375rem; }
.z2-sticky-cta-btn { padding: 10px 20px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; font-weight: 600; font-size: 0.875rem; border: none; border-radius: 8px; cursor: pointer; text-decoration: none; white-space: nowrap; }

.z2-compare-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.z2-compare-modal.visible { display: flex; }
.z2-compare-modal-content { background: #fff; border-radius: 16px; max-width: 1000px; width: 100%; max-height: 90vh; overflow: auto; }
.z2-compare-modal-header { padding: 1.25rem; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: #fff; z-index: 10; }
.z2-compare-modal-title { font-size: 1.25rem; font-weight: 700; color: #0f172a; }
.z2-compare-modal-close { width: 40px; height: 40px; border: none; background: #f1f5f9; border-radius: 8px; cursor: pointer; font-size: 1.25rem; color: #64748b; }
.z2-compare-table { width: 100%; border-collapse: collapse; }
.z2-compare-table th, .z2-compare-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.z2-compare-table th { background: #f8fafc; font-size: 0.8125rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; }
.z2-compare-table td { font-size: 0.9375rem; color: #0f172a; }
.z2-compare-provider-cell { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 1rem; }
.z2-compare-provider-logo { width: 48px; height: 48px; border-radius: 12px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: #6366f1; }
.z2-compare-provider-name { font-weight: 600; color: #0f172a; text-align: center; }
.z2-compare-provider-price { font-size: 0.875rem; color: #64748b; }

.z2-skeleton { background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%); background-size: 200% 100%; animation: skeleton 1.5s infinite; border-radius: 8px; }
@keyframes skeleton { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.z2-skeleton-card { height: 300px; margin-bottom: 1rem; border-radius: 16px; }

.z2-empty-state { text-align: center; padding: 4rem 2rem; background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; }
.z2-empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.z2-empty-title { font-size: 1.25rem; font-weight: 600; color: #0f172a; margin-bottom: 0.5rem; }
.z2-empty-text { color: #64748b; margin-bottom: 1.5rem; }

.z2-footer-info { text-align: center; padding: 2rem 0; }
.z2-disclosure { font-size: 0.8125rem; color: #64748b; display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 1rem; }
