/* ─── HERO ───────────────────────────────────────────── */
.fraud-hero {
    position: relative;
    background: radial-gradient(circle at top right, rgba(198, 201, 206, 0.10), transparent 30%), linear-gradient(to bottom, #0b0d10, #11151b);
    padding: 200px 0 160px;
    overflow: hidden;
}

    .fraud-hero::before {
        content: '';
        position: absolute;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(198, 201, 206, 0.10), transparent 70%);
        top: -250px;
        right: -250px;
    }

.fraud-hero-content {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 2;
}

.fraud-hero-left h1 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 88px;
    line-height: 0.9;
    letter-spacing: -4px;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
    margin: 0;
}

.fraud-hero-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 8px;
}

.hero-tag {
    margin-bottom: 0;
}

.fraud-hero-right > p {
    color: rgba(209,213,219,0.7);
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    margin: 0;
}

/* Alert badge */
.fraud-alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: 0px;
    padding: 12px 22px;
    color: #fca5a5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: fit-content;
}

.fraud-alert-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    animation: alertpulse 2s infinite;
    flex-shrink: 0;
}

@keyframes alertpulse {
    0%,100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

/* ─── ALERT STRIP ────────────────────────────────────── */

.alert-strip {
    background: #1a0808;
    border-top: 1px solid rgba(239,68,68,0.2);
    border-bottom: 1px solid rgba(239,68,68,0.2);
    padding: 28px 0;
}

.alert-strip-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.alert-strip-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .alert-strip-icon svg {
        width: 18px;
        height: 18px;
        fill: #ef4444;
    }

.alert-strip-text {
    color: #fca5a5;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

    .alert-strip-text strong {
        color: #ffffff;
        font-weight: 600;
    }

/* ─── INTRO SPLIT ────────────────────────────────────── */

.intro-section {
    background: #ffffff;
    padding: 140px 0;
}

.intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: start;
}

.intro-left {
    position: sticky;
    top: 120px;
}

.intro-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 36px;
}

.intro-left h2 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 56px;
    line-height: 1.0;
    letter-spacing: -1.5px;
    color: #0f172a;
    font-weight: 400;
}

.intro-rule {
    width: 50px;
    height: 1px;
    background: #d1d5db;
    margin-top: 48px;
}

.intro-right p {
    color: #374151;
    font-size: 18px;
    line-height: 2.2;
    font-weight: 300;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f3f4f6;
}

    .intro-right p:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

/* ─── SCAM TYPES ─────────────────────────────────────── */

.scams-section {
    background: #f5f7fa;
    padding: 140px 0;
}

.scams-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e7eb;
}

    .scams-head h2 {
        font-family: 'Albra Sans TRIAL', sans-serif;
        font-size: 64px;
        line-height: 1.0;
        letter-spacing: -2px;
        color: #0f172a;
        font-weight: 400;
    }

.scams-head-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-end;
}

.scams-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #9ca3af;
}

.scams-head p {
    color: #6b7280;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 300;
}

/* Scam rows */
.scam-rows {
    display: flex;
    flex-direction: column;
}

.scam-row {
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
    cursor: default;
}

    .scam-row:first-child {
        border-top: 1px solid #e5e7eb;
    }

.scam-row-header {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
    align-items: start;
    padding: 52px 0;
    transition: padding 0.35s ease;
}

.scam-row:hover .scam-row-header {
    padding-left: 16px;
    padding-right: 16px;
}

.scam-row-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

    .scam-row-icon svg {
        width: 22px;
        height: 22px;
        fill: #9ca3af;
        transition: fill 0.35s ease;
    }

.scam-row:hover .scam-row-icon {
    background: #fef2f2;
    border-color: rgba(239,68,68,0.2);
}

    .scam-row:hover .scam-row-icon svg {
        fill: #ef4444;
    }

.scam-row-content {
}

.scam-row-title {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 34px;
    line-height: 1.1;
    color: #111827;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.scam-row-body {
    color: #6b7280;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    max-width: 780px;
}

/* ─── WHAT WE NEVER DO (dark) ────────────────────────── */

.never-section {
    background: #0b0d10;
    padding: 160px 0;
}

.never-head {
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
}

.never-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: rgba(198,201,206,0.4);
    margin-bottom: 28px;
}

.never-head h2 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 64px;
    line-height: 1.0;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: 400;
}

.never-head p {
    color: rgba(209,213,219,0.55);
    font-size: 17px;
    line-height: 1.9;
    font-weight: 300;
}

.never-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(255,255,255,0.05);
    border-radius: 24px;
    overflow: hidden;
}

.never-item {
    background: #0b0d10;
    padding: 52px 44px;
    transition: background 0.3s ease;
}

    .never-item:hover {
        background: #0f1115;
    }

.never-item-num {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.never-item h4 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.never-item p {
    color: rgba(209,213,219,0.5);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
}

/* ─── PROTECT YOURSELF (steps) ───────────────────────── */

.protect-section {
    background: #ffffff;
    padding: 160px 0;
}

.protect-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: start;
}

.protect-heading-col {
    position: sticky;
    top: 120px;
}

.protect-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 36px;
}

.protect-heading-col h2 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 56px;
    line-height: 1.0;
    letter-spacing: -1.5px;
    color: #0f172a;
    font-weight: 400;
}

.protect-rule {
    width: 50px;
    height: 1px;
    background: #d1d5db;
    margin-top: 48px;
}

.protect-steps {
    display: flex;
    flex-direction: column;
}

.protect-step {
    padding: 44px 0;
    border-bottom: 1px solid #f3f4f6;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 28px;
    align-items: start;
}

    .protect-step:first-child {
        padding-top: 0;
    }

    .protect-step:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.protect-step-num {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 18px;
    color: #d1d5db;
    font-weight: 400;
    padding-top: 4px;
}

.protect-step h4 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    color: #111827;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}

.protect-step p {
    color: #6b7280;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

/* ─── REPORT BAND ────────────────────────────────────── */

.report-band {
    background: #1a0808;
    border-top: 1px solid rgba(239,68,68,0.15);
    border-bottom: 1px solid rgba(239,68,68,0.15);
    padding: 120px 0;
}

.report-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
    align-items: center;
}

.report-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: rgba(252,165,165,0.5);
    margin-bottom: 28px;
}

.report-rule {
    width: 50px;
    height: 1px;
    background: rgba(239,68,68,0.25);
    margin-bottom: 40px;
}

.report-band h2 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 64px;
    line-height: 0.95;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: 400;
}

.report-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.report-band p {
    color: rgba(252,165,165,0.6);
    font-size: 17px;
    line-height: 2;
    font-weight: 300;
}

.report-contacts {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.report-contact-item {
    padding: 18px 0;
    border-top: 1px solid rgba(239,68,68,0.1);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .report-contact-item:first-child {
        border-top: none;
    }

.report-contact-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(252,165,165,0.4);
    font-weight: 600;
}

.report-contact-value {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -0.2px;
}

    .report-contact-value a {
        color: #ffffff;
        transition: color 0.25s ease;
    }

        .report-contact-value a:hover {
            color: #fca5a5;
        }

.report-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ef4444;
    color: #ffffff;
    padding: 20px 36px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.35s ease;
    width: fit-content;
}

    .report-cta::after {
        font-size: 16px;
    }

    .report-cta:hover {
        background: #dc2626;
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(239,68,68,0.3);
    }

/* ─── DISCLAIMER ─────────────────────────────────────── */

.disclaimer-section {
    background: #f5f7fa;
    padding: 120px 0;
}

.disclaimer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding: 70px 90px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
}

    .disclaimer-inner h3 {
        font-family: 'Albra Sans TRIAL', sans-serif;
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: -1px;
        color: #0f172a;
        font-weight: 400;
    }

.disclaimer-right p {
    color: #6b7280;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 20px;
}

    .disclaimer-right p:last-child {
        margin-bottom: 0;
    }

/* ─── RESPONSIVE ─────────────────────────────────────── */

@media (max-width: 1100px) {
    .fraud-hero-content {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .fraud-hero-left h1 {
        font-size: 72px;
    }

    .intro-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .intro-left {
        position: relative;
        top: 0;
    }

        .intro-left h2 {
            font-size: 46px;
        }

    .scams-head {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .scams-head h2 {
            font-size: 48px;
        }

    .never-head {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .never-head h2 {
            font-size: 48px;
        }

    .never-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .protect-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .protect-heading-col {
        position: relative;
        top: 0;
    }

        .protect-heading-col h2 {
            font-size: 46px;
        }

    .report-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .report-band h2 {
        font-size: 48px;
    }

    .disclaimer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 56px;
    }

        .disclaimer-inner h3 {
            font-size: 34px;
        }
}

@media (max-width: 700px) {
    .fraud-hero {
        padding: 150px 0 100px;
    }

    .fraud-hero-left h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .alert-strip-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .intro-section {
        padding: 90px 0;
    }

    .intro-left h2 {
        font-size: 36px;
    }

    .scams-section {
        padding: 90px 0;
    }

    .scams-head h2 {
        font-size: 36px;
    }

    .scam-row-header {
        grid-template-columns: 52px 1fr;
        gap: 20px;
    }

    .scam-row-title {
        font-size: 24px;
    }

    .never-section {
        padding: 90px 0;
    }

    .never-head h2 {
        font-size: 36px;
    }

    .never-grid {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .never-item {
        padding: 40px 28px;
    }

    .protect-section {
        padding: 90px 0;
    }

    .protect-heading-col h2 {
        font-size: 36px;
    }

    .protect-step {
        grid-template-columns: 38px 1fr;
        gap: 18px;
    }

        .protect-step h4 {
            font-size: 22px;
        }

    .report-band {
        padding: 90px 0;
    }

        .report-band h2 {
            font-size: 38px;
        }

    .disclaimer-section {
        padding: 80px 0;
    }

    .disclaimer-inner {
        padding: 40px 28px;
    }

        .disclaimer-inner h3 {
            font-size: 28px;
        }
}
/* ─── FOOTER (extended) ──────────────────────────────── */

.footer-grid {
    grid-template-columns: 180px 1fr 1fr;
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* ─── NEW: footer nav links row (4 columns) ──────────── */
.footer-nav-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 0 20px;
    text-align: center;
}

    .footer-nav-row a {
        color: rgba(209, 213, 219, 0.6);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.2s ease;
        letter-spacing: 0.3px;
        display: inline-block;
    }

        .footer-nav-row a:hover {
            color: #ffffff;
            transform: translateY(-2px);
        }   
