/* ===== SCAM PAGE ===== */

.scam-topbar {
    padding: 16px 0 8px;
    margin-top: 80px;
}

.scam-back {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.scam-back:hover { opacity: 1; }

/* Top Recommended Brand */
.scam-top-recommend {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.03));
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
}

.scam-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.scam-top-badge i {
    color: #fbbf24;
}

.scam-top-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.scam-site-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(16, 185, 129, 0.15);
    border-radius: 16px;
    text-decoration: none;
    color: white;
    transition: all 0.25s;
    overflow: hidden;
}

.scam-site-card:hover {
    transform: translateY(-4px);
    border-color: #10b981;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
}

.scam-site-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    color: white;
}

.scam-site-rank {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #10b981;
    opacity: 0.6;
}

.scam-site-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.scam-site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scam-site-logo span {
    font-size: 24px;
    font-weight: 800;
    color: #10b981;
}

.scam-site-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.scam-site-promo {
    font-size: 12px;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 1;
}

.scam-site-feats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

.scam-site-feats span {
    font-size: 10px;
    padding: 2px 8px;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 10px;
    color: #10b981;
}

.scam-site-btn {
    width: 100%;
    padding: 8px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
}

.scam-site-card:hover .scam-site-btn {
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
}

.scam-top-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.scam-top-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.scam-top-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scam-top-logo span {
    font-size: 24px;
    font-weight: 800;
    color: #10b981;
}

.scam-top-info {
    flex: 1;
    min-width: 0;
}

.scam-top-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.scam-top-info p {
    font-size: 13px;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 6px;
    opacity: 1;
}

.scam-top-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.scam-top-feats span {
    font-size: 10px;
    padding: 2px 8px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 10px;
    color: #10b981;
}

.scam-top-btn {
    padding: 8px 16px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}

@media (max-width: 480px) {
    .scam-top-content {
        flex-wrap: wrap;
    }
    .scam-top-btn {
        width: 100%;
        text-align: center;
    }
}

/* Hero */
.scam-hero {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(220, 38, 38, 0.03));
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 20px;
    margin-bottom: 20px;
}

.scam-hero-icon {
    font-size: 40px;
    color: #ef4444;
    margin-bottom: 12px;
}

.scam-hero h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ef4444;
    margin-bottom: 6px;
}

.scam-hero p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.scam-hero-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.scam-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scam-stat-val {
    font-size: 28px;
    font-weight: 800;
    color: #ef4444;
}

.scam-stat-label {
    font-size: 11px;
    opacity: 0.5;
}

/* Scam List */
.scam-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.scam-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid #ef4444;
    border-radius: 12px;
    padding: 16px;
    transition: border-color 0.2s;
}

.scam-card:hover {
    border-color: rgba(239, 68, 68, 0.4);
}

.scam-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.scam-card-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
}

.scam-type {
    font-size: 12px;
    opacity: 0.5;
}

.scam-type i {
    margin-right: 3px;
}

.scam-badge {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

.scam-badge-danger {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.scam-badge-warning {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.scam-detail {
    font-size: 13px;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 10px;
}

.scam-images {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.scam-images img {
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: transform 0.2s;
}

.scam-images img:hover {
    transform: scale(1.05);
}

.scam-card-footer {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    opacity: 0.4;
}

.scam-card-footer i {
    margin-right: 4px;
}

/* Comparison Table */
.scam-compare {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.compare-table {
    margin-top: 20px;
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    margin-bottom: 2px;
}

.compare-col {
    padding: 10px 12px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.03);
}

.compare-header .compare-col {
    font-weight: 700;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.06);
}

.compare-bad {
    color: #f87171;
}

.compare-bad i { color: #ef4444; margin-right: 4px; }

.compare-good {
    color: #10b981;
}

.compare-good i { color: #10b981; margin-right: 4px; }

.compare-header .compare-good {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.compare-header .compare-bad {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
}

/* CTA */
.scam-cta {
    text-align: center;
    padding: 40px 20px;
    background: var(--gradient-1);
    border-radius: 20px;
    margin-bottom: 30px;
}

.scam-cta h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
}

.scam-cta p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.btn-lg {
    padding: 14px 36px !important;
    font-size: 16px !important;
}

/* Recommended Sites */
.scam-recommend {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.02));
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 30px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.scam-recommend .section-title h2 {
    color: #10b981;
    -webkit-text-fill-color: #10b981;
}

.scam-sites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.scam-rec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 12px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(16, 185, 129, 0.15);
    border-radius: 14px;
    text-decoration: none;
    color: white;
    transition: all 0.25s;
}

.scam-rec-card:hover {
    transform: translateY(-3px);
    border-color: #10b981;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.15);
}

.scam-rec-logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.scam-rec-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scam-rec-logo span {
    font-size: 22px;
    font-weight: 800;
    color: #10b981;
}

.scam-rec-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.scam-rec-card p {
    font-size: 12px;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 1;
}

.scam-rec-feats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

.scam-rec-feats span {
    font-size: 10px;
    padding: 2px 8px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 10px;
    color: #10b981;
}

.scam-rec-btn {
    width: 100%;
    padding: 8px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
}

.scam-rec-card:hover .scam-rec-btn {
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
    .scam-topbar { margin-top: 70px; }
    .scam-hero h1 { font-size: 22px; }
    .scam-stat-val { font-size: 22px; }
    .scam-card-header h3 { font-size: 14px; }
    .compare-col { padding: 8px 8px; font-size: 11px; }
    .scam-cta h2 { font-size: 22px; }
}
