/* =========================================================
   REDSPY BACKGROUND VERIFICATION
   SECTION 01 — PREMIUM HERO
   Scoped ONLY to .background-verification-hero
   ========================================================= */


.background-verification-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #080606;
}


/* HERO IMAGE */

.background-verification-hero .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}


/* DARK CINEMATIC OVERLAY */

.background-verification-hero .hero-dark-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(5, 3, 3, 0.96) 0%,
            rgba(8, 4, 4, 0.88) 28%,
            rgba(8, 4, 4, 0.58) 52%,
            rgba(8, 4, 4, 0.20) 78%,
            rgba(8, 4, 4, 0.08) 100%
        );
}


/* CONTENT CONTAINER */

.background-verification-hero .hero-container {
    position: relative;
    z-index: 3;

    width: 100%;
    min-height: 570px;

    display: flex;
    align-items: center;
}


/* HERO CONTENT */

.background-verification-hero .hero-content {
    width: min(680px, 52%);
    padding: 50px 0;

    position: relative;
    z-index: 4;
}


/* GOLD TAG */

.background-verification-hero .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    margin-bottom: 24px;

    border: 1px solid rgba(210, 166, 62, 0.75);
    border-radius: 30px;

    color: #e1b84c;

    background: rgba(10, 7, 6, 0.60);

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* HERO MAIN HEADING */

.background-verification-hero .hero-content h1 {
    margin: 0 0 24px;

    max-width: 680px;

    color: #fff8e7;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(42px, 4vw, 64px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -0.8px;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85),
        0 0 18px rgba(218, 171, 62, 0.20);
}


/* GOLD EMPHASIS */

.background-verification-hero .hero-content h1 span {
    display: inline;

    color: #e3b74d;

    text-shadow:
        0 0 8px rgba(218, 171, 62, 0.35),
        0 2px 10px rgba(0, 0, 0, 0.85);
}


/* HERO DESCRIPTION */

.background-verification-hero .hero-content p {
    max-width: 650px;

    margin: 0 0 30px;

    color: rgba(255, 255, 255, 0.90);

    font-family: "Inter", sans-serif;

    font-size: 17px;

    line-height: 1.75;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.9);
}


/* BUTTON AREA */

.background-verification-hero .hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;

    flex-wrap: wrap;
}


/* MOBILE */

@media (max-width: 900px) {

    .background-verification-hero {
        min-height: 650px;
    }

    .background-verification-hero .hero-container {
        min-height: 650px;
    }

    .background-verification-hero .hero-content {
        width: 100%;
        max-width: 700px;
    }

    .background-verification-hero .hero-image {
        object-position: 62% center;
    }

    .background-verification-hero .hero-dark-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(5, 3, 3, 0.94),
                rgba(5, 3, 3, 0.72)
            );
    }

}


@media (max-width: 600px) {

    .background-verification-hero {
        min-height: 700px;
    }

    .background-verification-hero .hero-container {
        min-height: 700px;
    }

    .background-verification-hero .hero-content {
        padding: 40px 0;
    }

    .background-verification-hero .hero-tag {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 8px 12px;
    }

    .background-verification-hero .hero-content h1 {
        font-size: 39px;
        line-height: 1.12;
    }

    .background-verification-hero .hero-content p {
        font-size: 15px;
        line-height: 1.65;
    }

}
/* ---------------------------------------------------------
   HERO IMAGE
   --------------------------------------------------------- */

.background-verification-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image: url("../images/hero/backgrounds-verification-03.webp");
    background-size: cover;
    background-position: center;

    opacity: 0.72;

    transform: scale(1.02);

    z-index: 0;
}


/* ---------------------------------------------------------
   PREMIUM DARK OVERLAY
   --------------------------------------------------------- */

.background-verification-hero .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.background-verification-hero .container {
    position: relative;
    z-index: 2;
}

/* ---------------------------------------------------------
   SUBTLE GOLD ATMOSPHERIC GLOW
   --------------------------------------------------------- */

.background-verification-hero::after {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    right: -170px;
    bottom: -260px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(199, 157, 55, 0.16) 0%,
            rgba(199, 157, 55, 0) 70%
        );

    pointer-events: none;

    z-index: 2;
}


/* ---------------------------------------------------------
   HERO CONTAINER
   --------------------------------------------------------- */

.background-verification-hero > .container {
    position: relative;

    z-index: 3;
}


/* ---------------------------------------------------------
   HERO CONTENT
   --------------------------------------------------------- */

.background-verification-hero .hero-content {
    position: relative;
    z-index: 3;
}

/* ---------------------------------------------------------
   HERO TAG
   --------------------------------------------------------- */

.background-verification-hero .hero-tag {
    display: inline-block;

    margin-bottom: 22px;

    padding:
        9px 17px;

    border-left:
        3px solid #c9a04a;

    background:
        rgba(0, 0, 0, 0.30);

    color: #e1c16e;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.2px;

    line-height: 1.4;

    text-transform: uppercase;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.20);
}


/* ---------------------------------------------------------
   HERO HEADING
   --------------------------------------------------------- */

.background-verification-hero .hero-content h1 {
    margin: 0;

    max-width: 820px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(44px, 5vw, 70px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -1px;

    color: #ffffff;

    text-shadow:
        0 4px 25px rgba(0, 0, 0, 0.55);
}


/* Gold emphasis underneath heading */

.background-verification-hero .hero-content h1::after {
    content: "";

    display: block;

    width: 82px;
    height: 3px;

    margin-top: 24px;

    border-radius: 5px;

    background:
        linear-gradient(
            90deg,
            #c99d35,
            #e0c26f
        );

    box-shadow:
        0 0 12px rgba(201, 157, 53, 0.30);
}


/* ---------------------------------------------------------
   HERO DESCRIPTION
   --------------------------------------------------------- */

.background-verification-hero p {
    color: rgba(255, 255, 255, 0.92);

    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.85);

    position: relative;
    z-index: 3;
}
    max-width: 760px;

    margin:
        27px 0 0;

    color:
        rgba(255, 255, 255, 0.88);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 17px;

    line-height: 1.8;

    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.50);
}


/* ---------------------------------------------------------
   HERO BUTTONS
   --------------------------------------------------------- */

.background-verification-hero .hero-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 34px;
}


/* Primary */

.background-verification-hero .hero-buttons .btn-primary {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0 27px;

    background:
        linear-gradient(
            135deg,
            #c79a3a,
            #a97820
        );

    border:
        1px solid rgba(231, 205, 137, 0.45);

    color: #ffffff;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.28);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}


.background-verification-hero .hero-buttons .btn-primary:hover {
    transform: translateY(-3px);

    filter: brightness(1.08);

    box-shadow:
        0 15px 34px rgba(0, 0, 0, 0.35);
}


/* Secondary */

.background-verification-hero .hero-buttons .btn-secondary {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0 27px;

    background:
        rgba(255, 255, 255, 0.07);

    border:
        1px solid rgba(255, 255, 255, 0.42);

    color: #ffffff;

    font-weight: 600;

    text-decoration: none;

    backdrop-filter: blur(8px);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.background-verification-hero .hero-buttons .btn-secondary:hover {
    background:
        rgba(255, 255, 255, 0.14);

    border-color:
        rgba(222, 191, 112, 0.75);

    transform:
        translateY(-3px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .background-verification-hero {
        min-height: 590px;
    }

    .background-verification-hero .hero-content {
        padding:
            125px 0
            105px;
    }

    .background-verification-hero .hero-content h1 {
        font-size: 54px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .background-verification-hero {
        min-height: auto;
    }

    .background-verification-hero::before {
        background-position:
            60% center;

        opacity: 0.55;
    }

    .background-verification-hero .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(7, 7, 7, 0.96),
                rgba(12, 9, 10, 0.82)
            );
    }

    .background-verification-hero .hero-content {
        padding:
            110px 0
            85px;
    }

    .background-verification-hero .hero-tag {
        font-size: 9px;

        letter-spacing: 1.6px;
    }

    .background-verification-hero .hero-content h1 {
        font-size: 40px;

        line-height: 1.12;

        letter-spacing: -0.5px;
    }

    .background-verification-hero .hero-content > p {
        font-size: 15px;

        line-height: 1.7;
    }

    .background-verification-hero .hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .background-verification-hero .hero-buttons a {
        width: 100%;
    }

}


@media (max-width: 480px) {

    .background-verification-hero .hero-content {
        padding:
            95px 0
            70px;
    }

    .background-verification-hero .hero-content h1 {
        font-size: 35px;
    }

}

/* =========================================
   REDSPY — BACKGROUND VERIFICATION HERO
========================================= */

.background-verification-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #080607;
}

/* HERO IMAGE */

.background-verification-hero .hero-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;
}

/* DARK CINEMATIC OVERLAY */

.background-verification-hero .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(5,3,3,0.12) 0%,
            rgba(5,3,3,0.18) 42%,
            rgba(5,3,3,0.72) 65%,
            rgba(5,3,3,0.94) 100%
        );
}

/* CONTENT LAYER */

.background-verification-hero .container {
    position: relative;
    z-index: 2;

    min-height: 650px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* RIGHT-SIDE CONTENT */

.background-verification-hero .hero-content {
    width: 48%;
    max-width: 650px;

    padding: 70px 0;

    text-align: left;
}

/* TAG */

.background-verification-hero .hero-tag {
    display: inline-block;

    padding: 10px 18px;

    border: 1px solid rgba(218,174,73,0.7);
    border-radius: 30px;

    background: rgba(10,5,5,0.55);

    color: #e0b84f;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

/* HEADING */

.background-verification-hero h1 {
    margin: 25px 0 20px;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(42px, 4.2vw, 68px);

    line-height: 1.08;

    font-weight: 800;

    text-shadow:
        0 3px 20px rgba(0,0,0,0.9);
}

/* DESCRIPTION */

.background-verification-hero .hero-content p {
    max-width: 600px;

    margin-bottom: 28px;

    color: rgba(255,255,255,0.88);

    font-size: 17px;

    line-height: 1.75;

    text-shadow:
        0 2px 10px rgba(0,0,0,0.9);
}

/* BUTTON AREA */

.background-verification-hero .hero-buttons {
    display: flex;

    gap: 16px;

    flex-wrap: wrap;
}

/* MOBILE */

@media (max-width: 900px) {

    .background-verification-hero {
        min-height: 720px;
    }

    .background-verification-hero .container {
        min-height: 720px;

        justify-content: center;

        align-items: flex-end;
    }

    .background-verification-hero .hero-content {
        width: 100%;
        max-width: 700px;

        padding: 50px 0 65px;

        text-align: left;
    }

    .background-verification-hero .hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(5,3,3,0.05) 0%,
                rgba(5,3,3,0.28) 40%,
                rgba(5,3,3,0.94) 100%
            );
    }

}

@media (max-width: 600px) {

    .background-verification-hero h1 {
        font-size: 42px;
    }

    .background-verification-hero .hero-content p {
        font-size: 16px;
    }

    .background-verification-hero .hero-tag {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

}

/* =========================================================
   REDSPY HERO TEXT — FINAL VISIBILITY & GLOW FIX
   Paste this at the VERY END of corporate-verification.css
   ========================================================= */

/* Keep hero content above the background/overlay */
.hero-content {
    position: relative !important;
    z-index: 20 !important;
}

/* MAIN HERO HEADING */
.hero-content h1 {
    color: #fff8e8 !important;

    opacity: 1 !important;

    text-shadow:
        0 0 3px #ffffff,
        0 0 8px rgba(255, 220, 140, 0.95),
        0 0 18px rgba(218, 165, 60, 0.85),
        0 0 32px rgba(180, 120, 20, 0.55) !important;

    font-weight: 800 !important;

    position: relative !important;
    z-index: 25 !important;
}

/* HERO DESCRIPTION */
.hero-content p {
    color: #f5f5f5 !important;

    opacity: 1 !important;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.95),
        0 0 8px rgba(0, 0, 0, 0.75) !important;

    position: relative !important;
    z-index: 25 !important;
}

/* GOLD HERO TAG */
.hero-tag {
    color: #e9bd55 !important;

    opacity: 1 !important;

    text-shadow:
        0 0 6px rgba(232, 183, 72, 0.75),
        0 0 14px rgba(190, 130, 25, 0.45) !important;

    position: relative !important;
    z-index: 25 !important;
}

/* HERO BUTTONS ABOVE EVERYTHING */
.hero-buttons {
    position: relative !important;
    z-index: 25 !important;
}

/* Make sure the dark overlay stays BEHIND the text */
.hero-overlay {
    z-index: 1 !important;
}

/* Hero container/content above overlay */
.hero-content,
.hero-content h1,
.hero-content p,
.hero-content .hero-tag,
.hero-content .hero-buttons {
    isolation: isolate;
}

/* =========================================================
   REDSPY BACKGROUND VERIFICATION
   HERO TEXT VISIBILITY & GOLD GLOW
   ========================================================= */

.hero-container {
    position: relative;
    z-index: 10;
}

.hero-content {
    position: relative;
    z-index: 20;
}

/* HERO MAIN HEADING */
.hero-content h1 {
    color: #fff8e6 !important;
    opacity: 1 !important;

    text-shadow:
        0 0 3px rgba(255,255,255,0.95),
        0 0 8px rgba(255,215,130,0.95),
        0 0 18px rgba(218,165,60,0.90),
        0 0 32px rgba(218,165,60,0.60) !important;

    font-weight: 800 !important;

    position: relative;
    z-index: 30;
}

/* THE LAST LINE — "for Confident Decisions" */
.hero-content h1 span {
    color: #ffd978 !important;
    opacity: 1 !important;

    text-shadow:
        0 0 4px rgba(255,255,255,0.95),
        0 0 10px rgba(255,210,100,1),
        0 0 22px rgba(210,150,40,0.95),
        0 0 38px rgba(180,120,20,0.65) !important;
}

/* HERO DESCRIPTION */
.hero-content p {
    color: #f4f4f4 !important;
    opacity: 1 !important;

    text-shadow:
        0 2px 5px rgba(0,0,0,0.95),
        0 0 10px rgba(0,0,0,0.75) !important;

    position: relative;
    z-index: 30;
}

/* GOLD CATEGORY TAG */
.hero-content .hero-tag {
    color: #f0c75e !important;
    opacity: 1 !important;

    text-shadow:
        0 0 5px rgba(255,215,120,0.85),
        0 0 14px rgba(210,150,40,0.65) !important;

    position: relative;
    z-index: 30;
}

/* =========================================================
   OVERLAY — KEEP IT BEHIND ALL HERO CONTENT
   ========================================================= */

.hero-dark-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 10;
}

/* =========================================================
   REDSPY — BACKGROUND VERIFICATION HERO
   HEADLINE VISIBILITY & GOLD GLOW
========================================================= */

.background-verification-hero .hero-content h1 {
    color: #fff8e6 !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.95),
        0 0 10px rgba(255, 255, 255, 0.18),
        0 0 22px rgba(212, 175, 55, 0.28);

    opacity: 1 !important;
}

/* Gold emphasis for the final line */

.background-verification-hero .hero-content h1 span {
    color: #d9ad45 !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.95),
        0 0 10px rgba(212, 175, 55, 0.45),
        0 0 24px rgba(212, 175, 55, 0.30);

    opacity: 1 !important;
}

/* =========================================================
   REDSPY BACKGROUND VERIFICATION
   SERVICES OVERVIEW SECTION
========================================================= */

.background-services-section {

    position: relative;

    padding: 105px 0 115px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfaf8 50%,
            #ffffff 100%
        );

    overflow: hidden;

}


/* =========================================================
   SUBTLE BACKGROUND DECORATION
========================================================= */

.background-services-section::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -180px;
    left: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(196, 145, 38, 0.08) 0%,
            rgba(196, 145, 38, 0.025) 45%,
            transparent 72%
        );

    pointer-events: none;

}


.background-services-section::after {

    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    bottom: -180px;
    right: -160px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(128, 0, 32, 0.055) 0%,
            rgba(128, 0, 32, 0.015) 50%,
            transparent 72%
        );

    pointer-events: none;

}


/* =========================================================
   SECTION TITLE
========================================================= */

.background-services-title {

    position: relative;

    z-index: 2;

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.background-services-title > span {

    display: inline-block;

    margin-bottom: 18px;

    color: #c99a35;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;

}


.background-services-title h2 {

    margin: 0 auto 25px;

    color: #111111;

    font-family: "Playfair Display", serif;

    font-size: clamp(36px, 4vw, 54px);

    font-weight: 700;

    line-height: 1.18;

    letter-spacing: -0.5px;

}


.background-services-title h2::after {

    content: "";

    display: block;

    width: 78px;

    height: 3px;

    margin: 24px auto 0;

    background:
        linear-gradient(
            90deg,
            #c99a35,
            #8d172b
        );

    border-radius: 10px;

}


.background-services-title p {

    max-width: 820px;

    margin: 28px auto 0;

    color: #5d6268;

    font-family: "Inter", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.85;

}


/* =========================================================
   SERVICE GRID
========================================================= */

.verification-services-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;

}


/* =========================================================
   SERVICE CARD
========================================================= */

.verification-service-card {

    position: relative;

    display: flex;

    gap: 22px;

    min-height: 190px;

    padding: 30px 28px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbfaf8 100%
        );

    border: 1px solid rgba(190, 150, 65, 0.24);

    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(30, 20, 10, 0.055);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


/* TOP GOLD LINE */

.verification-service-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 28px;
    right: 28px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c99a35,
            transparent
        );

    opacity: 0.7;

}


/* LEFT ACCENT */

.verification-service-card::after {

    content: "";

    position: absolute;

    left: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background:
        linear-gradient(
            180deg,
            #c99a35,
            #8d172b
        );

    border-radius: 0 4px 4px 0;

}


/* =========================================================
   CARD HOVER
========================================================= */

.verification-service-card:hover {

    transform: translateY(-7px);

    border-color:
        rgba(201, 154, 53, 0.55);

    box-shadow:
        0 18px 42px rgba(70, 35, 10, 0.12),
        0 0 24px rgba(201, 154, 53, 0.08);

}


/* =========================================================
   ICON
========================================================= */

.verification-icon {

    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 2px;

    color: #c99a35;

    background:
        linear-gradient(
            145deg,
            #fffaf0,
            #f5ead0
        );

    border: 1px solid rgba(201, 154, 53, 0.35);

    border-radius: 14px;

    box-shadow:
        inset 0 0 14px rgba(201, 154, 53, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


.verification-icon i {

    font-size: 22px;

}


.verification-service-card:hover
.verification-icon {

    transform: scale(1.08);

    box-shadow:
        0 0 18px rgba(201, 154, 53, 0.20);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.verification-card-content {

    flex: 1;

}


.verification-card-content h3 {

    margin: 2px 0 12px;

    color: #171717;

    font-family: "Playfair Display", serif;

    font-size: 23px;

    font-weight: 700;

    line-height: 1.25;

}


.verification-card-content p {

    margin: 0;

    color: #62676d;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.7;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .verification-services-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .background-services-section {

        padding: 75px 0 80px;

    }


    .background-services-title {

        margin-bottom: 45px;

    }


    .background-services-title > span {

        font-size: 11px;

        letter-spacing: 2.5px;

    }


    .background-services-title h2 {

        font-size: 34px;

    }


    .background-services-title h2 br {

        display: none;

    }


    .background-services-title p {

        font-size: 15px;

        line-height: 1.75;

    }


    .verification-services-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .verification-service-card {

        min-height: auto;

        padding: 25px 22px;

    }


    .verification-icon {

        flex-basis: 52px;

        width: 52px;
        height: 52px;

    }


    .verification-card-content h3 {

        font-size: 21px;

    }


    .verification-card-content p {

        font-size: 14px;

    }

}

/* =========================================================
   REDSPY — BACKGROUND VERIFICATION SERVICES
   SERVICE GRID SECTION
========================================================= */


/* ---------------------------------------------------------
   SECTION WRAPPER
--------------------------------------------------------- */

.background-services-title {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}


/* Small Gold Label */

.background-services-title span {
    display: inline-block;

    margin-bottom: 18px;

    color: #cfae55;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 4px;
    text-transform: uppercase;
}


/* Main Heading */

.background-services-title h2 {
    margin: 0 auto 24px;

    color: #111111;

    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -0.5px;
}


/* Description */

.background-services-title p {
    max-width: 850px;

    margin: 0 auto;

    color: #626262;

    font-family: "Inter", Arial, sans-serif;

    font-size: 17px;

    line-height: 1.85;
}


/* ---------------------------------------------------------
   SERVICE GRID
--------------------------------------------------------- */

.verification-services-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 28px;

    margin-top: 20px;
}


/* ---------------------------------------------------------
   SERVICE CARD
--------------------------------------------------------- */

.verification-service-card {

    position: relative;

    padding: 38px 32px 34px;

    min-height: 245px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbfaf7 100%
        );

    border: 1px solid rgba(184, 145, 55, 0.25);

    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.06);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Gold top line */

.verification-service-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8f691f,
            #d8b65a,
            #9d1826
        );

    opacity: 0.85;
}


/* Soft luxury glow */

.verification-service-card::after {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    bottom: -70px;

    background:
        radial-gradient(
            circle,
            rgba(207, 174, 85, 0.13),
            transparent 70%
        );

    pointer-events: none;
}


/* ---------------------------------------------------------
   CARD HOVER
--------------------------------------------------------- */

.verification-service-card:hover {

    transform: translateY(-8px);

    border-color:
        rgba(184, 145, 55, 0.60);

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.12),
        0 0 22px rgba(207, 174, 85, 0.10);
}


/* ---------------------------------------------------------
   ICON
--------------------------------------------------------- */

.verification-icon {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #17100f,
            #2b1717
        );

    border: 1px solid rgba(207, 174, 85, 0.45);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.15);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* Font Awesome Icon */

.verification-icon i {

    color: #d7b65b;

    font-size: 23px;

    transition:
        color 0.35s ease,
        text-shadow 0.35s ease;
}


/* Icon Hover */

.verification-service-card:hover .verification-icon {

    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.20),
        0 0 18px rgba(207, 174, 85, 0.16);
}


.verification-service-card:hover .verification-icon i {

    color: #f0d47c;

    text-shadow:
        0 0 10px rgba(240, 212, 124, 0.55);
}


/* ---------------------------------------------------------
   CARD CONTENT
--------------------------------------------------------- */

.verification-card-content h3 {

    margin: 0 0 12px;

    color: #171717;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 24px;

    line-height: 1.25;

    font-weight: 700;
}


.verification-card-content p {

    margin: 0;

    color: #666666;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.75;
}


/* ---------------------------------------------------------
   GOLD UNDERLINE
--------------------------------------------------------- */

.verification-card-content h3::after {

    content: "";

    display: block;

    width: 38px;
    height: 2px;

    margin-top: 10px;

    background:
        linear-gradient(
            90deg,
            #cfae55,
            #9d1826
        );

    transition: width 0.35s ease;
}


.verification-service-card:hover
.verification-card-content h3::after {

    width: 70px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .verification-services-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 22px;
    }

    .background-services-title {

        margin-bottom: 55px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .background-services-title {

        margin-bottom: 40px;

        padding: 0 10px;
    }


    .background-services-title span {

        font-size: 11px;

        letter-spacing: 2.5px;

        line-height: 1.7;
    }


    .background-services-title h2 {

        font-size: 34px;

        line-height: 1.2;
    }


    .background-services-title p {

        font-size: 15px;

        line-height: 1.7;
    }


    .verification-services-grid {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-top: 10px;
    }


    .verification-service-card {

        min-height: auto;

        padding: 30px 25px;
    }


    .verification-card-content h3 {

        font-size: 22px;
    }


    .verification-card-content p {

        font-size: 14px;

        line-height: 1.7;
    }

}

/* =========================================================
   FINAL HERO POSITION FIX
   BACKGROUND VERIFICATION PAGE
   ========================================================= */

.background-verification-hero {
    position: relative !important;
    min-height: 570px !important;

    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    overflow: hidden !important;
}


/* HERO IMAGE */

.background-verification-hero .hero-image {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    z-index: 0 !important;
}


/* DARK OVERLAY */

.background-verification-hero .hero-dark-overlay {
    position: absolute !important;

    inset: 0 !important;

    z-index: 1 !important;

    background:
        linear-gradient(
            90deg,
            rgba(5, 2, 2, 0.96) 0%,
            rgba(5, 2, 2, 0.86) 30%,
            rgba(5, 2, 2, 0.55) 55%,
            rgba(5, 2, 2, 0.18) 82%,
            rgba(5, 2, 2, 0.05) 100%
        ) !important;
}


/* HERO CONTAINER */

.background-verification-hero .hero-container {
    position: relative !important;

    z-index: 3 !important;

    width: 100% !important;

    min-height: 570px !important;

    display: flex !important;

    align-items: flex-start !important;

    justify-content: flex-start !important;

    padding-top: 65px !important;

    padding-bottom: 50px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   HERO CONTENT — FORCE LEFT POSITION
   ========================================================= */

.background-verification-hero .hero-content {

    position: relative !important;

    z-index: 5 !important;

    width: 700px !important;

    max-width: 700px !important;

    margin-left: 0 !important;

    margin-right: auto !important;

    padding: 0 !important;

    transform: none !important;

    text-align: left !important;
}


/* =========================================================
   GOLD TAG
   ========================================================= */

.background-verification-hero .hero-tag {

    display: inline-flex !important;

    align-items: center !important;

    gap: 9px !important;

    margin: 0 0 22px 0 !important;

    padding: 9px 17px !important;

    color: #e0b449 !important;

    background: rgba(10, 7, 5, 0.62) !important;

    border: 1px solid rgba(218, 173, 67, 0.75) !important;

    border-radius: 30px !important;

    font-family: "Inter", sans-serif !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    letter-spacing: 1.3px !important;

    white-space: nowrap !important;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.background-verification-hero .hero-content h1 {

    width: 700px !important;

    max-width: 700px !important;

    margin: 0 0 20px 0 !important;

    padding: 0 !important;

    color: #fff8e7 !important;

    font-family:
        "Playfair Display",
        Georgia,
        serif !important;

    font-size: 56px !important;

    line-height: 1.08 !important;

    font-weight: 700 !important;

    letter-spacing: -0.8px !important;

    text-align: left !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.95),
        0 0 18px rgba(218, 171, 62, 0.28) !important;
}


/* GOLD FINAL PHRASE */

.background-verification-hero .hero-content h1 span {

    display: inline !important;

    color: #e3b74d !important;

    text-shadow:
        0 0 12px rgba(218, 171, 62, 0.45),
        0 2px 8px rgba(0, 0, 0, 0.95) !important;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.background-verification-hero .hero-content p {

    width: 650px !important;

    max-width: 650px !important;

    margin: 0 0 27px 0 !important;

    color: rgba(255, 255, 255, 0.90) !important;

    font-family: "Inter", sans-serif !important;

    font-size: 16px !important;

    line-height: 1.7 !important;

    text-align: left !important;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.95) !important;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.background-verification-hero .hero-buttons {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    gap: 18px !important;

    flex-wrap: wrap !important;
}


/* =========================================================
   DESKTOP LARGE SCREENS
   ========================================================= */

@media (min-width: 1200px) {

    .background-verification-hero .hero-content {

        width: 720px !important;

        max-width: 720px !important;
    }

    .background-verification-hero .hero-content h1 {

        width: 720px !important;

        max-width: 720px !important;

        font-size: 58px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .background-verification-hero {

        min-height: 650px !important;
    }

    .background-verification-hero .hero-container {

        min-height: 650px !important;

        padding-top: 55px !important;
    }

    .background-verification-hero .hero-content {

        width: 100% !important;

        max-width: 700px !important;
    }

    .background-verification-hero .hero-content h1 {

        width: 100% !important;

        max-width: 700px !important;

        font-size: 48px !important;
    }

    .background-verification-hero .hero-content p {

        width: 100% !important;

        max-width: 650px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .background-verification-hero {

        min-height: 720px !important;
    }

    .background-verification-hero .hero-container {

        min-height: 720px !important;

        padding-top: 45px !important;
    }

    .background-verification-hero .hero-content {

        width: 100% !important;

        max-width: 100% !important;
    }

    .background-verification-hero .hero-tag {

        font-size: 10px !important;

        letter-spacing: 0.8px !important;

        white-space: normal !important;
    }

    .background-verification-hero .hero-content h1 {

        width: 100% !important;

        max-width: 100% !important;

        font-size: 38px !important;

        line-height: 1.12 !important;
    }

    .background-verification-hero .hero-content p {

        width: 100% !important;

        max-width: 100% !important;

        font-size: 15px !important;
    }
}

/* =========================================================
   FINAL HERO POLISH
========================================================= */

.background-verification-hero .hero-container {
    padding-left: 90px !important;
    padding-right: 50px !important;
    padding-top: 75px !important;
}

.background-verification-hero .hero-content {
    width: 650px !important;
    max-width: 650px !important;
}

.background-verification-hero .hero-content h1 {
    width: 650px !important;
    max-width: 650px !important;
    font-size: 52px !important;
    line-height: 1.10 !important;
    margin-bottom: 22px !important;
}

.background-verification-hero .hero-content p {
    width: 620px !important;
    max-width: 620px !important;
}


/* Keep the gold tag completely visible */

.background-verification-hero .hero-tag {
    position: relative !important;
    z-index: 10 !important;
}


/* Desktop refinement */

@media (min-width: 1200px) {

    .background-verification-hero .hero-container {
        padding-left: 110px !important;
    }

    .background-verification-hero .hero-content {
        width: 680px !important;
        max-width: 680px !important;
    }

    .background-verification-hero .hero-content h1 {
        width: 680px !important;
        max-width: 680px !important;
        font-size: 54px !important;
    }
}


/* Tablet */

@media (max-width: 900px) {

    .background-verification-hero .hero-container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

}


/* Mobile */

@media (max-width: 600px) {

    .background-verification-hero .hero-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 50px !important;
    }

    .background-verification-hero .hero-content h1 {
        font-size: 38px !important;
    }

}

/* =========================================================
   REDSPY — BACKGROUND VERIFICATION OVERVIEW
========================================================= */

.verification-overview {
    padding: 110px 0;
    background: #ffffff;
}


/* =========================================================
   TWO COLUMN LAYOUT
========================================================= */

.verification-overview-grid {

    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: center;

    gap: 75px;

}


/* =========================================================
   IMAGE
========================================================= */

.verification-overview-image {

    position: relative;

    overflow: hidden;

    border-radius: 4px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.14);

}


.verification-overview-image img {

    width: 100%;

    height: 560px;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;

}


.verification-overview-image:hover img {

    transform: scale(1.03);

}


/* =========================================================
   CONTENT
========================================================= */

.verification-overview-content {

    max-width: 680px;

}


.overview-eyebrow {

    display: inline-block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.verification-overview-content h2 {

    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.15;

    font-weight: 700;

    color: #111111;

}


.verification-overview-content h2 span {

    color: #b88922;

}


.verification-overview-content > p {

    margin: 0 0 18px;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #5c5c5c;

}


/* =========================================================
   KEY POINTS
========================================================= */

.overview-points {

    margin-top: 32px;

    display: flex;

    flex-direction: column;

    gap: 20px;

}


.overview-point {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 18px 20px;

    border-left: 3px solid #b88922;

    background: #faf8f3;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.overview-point:hover {

    transform: translateX(5px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);

}


.overview-point > i {

    flex-shrink: 0;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #111111;

    color: #d4a72c;

    font-size: 17px;

}


.overview-point h3 {

    margin: 0 0 5px;

    font-family: "Playfair Display", serif;

    font-size: 20px;

    color: #151515;

}


.overview-point p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.6;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .verification-overview {

        padding: 80px 0;

    }


    .verification-overview-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .verification-overview-image img {

        height: 480px;

    }


    .verification-overview-content {

        max-width: 100%;

    }


    .verification-overview-content h2 {

        font-size: 42px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-overview {

        padding: 60px 0;

    }


    .verification-overview-grid {

        gap: 35px;

    }


    .verification-overview-image img {

        height: 360px;

    }


    .overview-eyebrow {

        font-size: 12px;

        letter-spacing: 2px;

    }


    .verification-overview-content h2 {

        font-size: 34px;

    }


    .verification-overview-content > p {

        font-size: 15px;

        line-height: 1.7;

    }


    .overview-point {

        padding: 16px;

    }

}

/* =========================================================
   REDSPY — VERIFICATION RISK LANDSCAPE
========================================================= */

.verification-risk-section {

    padding: 110px 0 115px;

    background: #ffffff;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.verification-risk-title {

    max-width: 850px;

    margin: 0 auto 65px;

    text-align: center;

}


.verification-risk-title > span {

    display: inline-block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.verification-risk-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.15;

    font-weight: 700;

    color: #111111;

}


.verification-risk-title p {

    max-width: 780px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #666666;

}


/* =========================================================
   RISK GRID
========================================================= */

.verification-risk-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

}


/* =========================================================
   RISK CARD
========================================================= */

.verification-risk-card {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    min-height: 175px;

    padding: 28px 25px;

    background: #ffffff;

    border: 1px solid #e8e1d3;

    border-top: 3px solid #b88922;

    border-radius: 4px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.verification-risk-card:hover {

    transform: translateY(-7px);

    border-color: #c79b35;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.12);

}


/* =========================================================
   ICON
========================================================= */

.risk-icon {

    flex-shrink: 0;

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #17120d,
            #302314
        );

    color: #d4a72c;

    font-size: 20px;

    box-shadow:
        0 7px 16px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.35s ease,
        background 0.35s ease;

}


.verification-risk-card:hover .risk-icon {

    transform: scale(1.08);

    background:
        linear-gradient(
            145deg,
            #b88922,
            #d5aa42
        );

    color: #ffffff;

}


/* =========================================================
   CARD CONTENT
========================================================= */

.risk-content {

    flex: 1;

}


.risk-content h3 {

    margin: 2px 0 9px;

    font-family: "Playfair Display", serif;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 700;

    color: #151515;

}


.risk-content p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.65;

    color: #666666;

}


/* =========================================================
   SMALL GOLD ACCENT
========================================================= */

.risk-content h3::after {

    content: "";

    display: block;

    width: 38px;

    height: 2px;

    margin-top: 10px;

    background: #b88922;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .verification-risk-section {

        padding: 85px 0;

    }


    .verification-risk-title {

        margin-bottom: 50px;

    }


    .verification-risk-title h2 {

        font-size: 42px;

    }


    .verification-risk-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-risk-section {

        padding: 65px 0;

    }


    .verification-risk-title {

        margin-bottom: 40px;

    }


    .verification-risk-title > span {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .verification-risk-title h2 {

        font-size: 34px;

    }


    .verification-risk-title p {

        font-size: 15px;

        line-height: 1.7;

    }


    .verification-risk-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .verification-risk-card {

        min-height: auto;

        padding: 24px 20px;

    }


    .risk-content h3 {

        font-size: 20px;

    }

}

/* =========================================================
   REDSPY — INDUSTRIES WE SERVE
========================================================= */

.industries-verification-section {

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfaf7 100%
        );

}


/* =========================================================
   SECTION HEADING
========================================================= */

.industries-verification-title {

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.industries-verification-title > span {

    display: inline-block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.industries-verification-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.18;

    font-weight: 700;

    color: #111111;

}


.industries-verification-title p {

    max-width: 760px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #666666;

}


/* =========================================================
   INDUSTRY GRID
========================================================= */

.industries-verification-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}


/* =========================================================
   INDUSTRY CARD
========================================================= */

.industry-verification-card {

    position: relative;

    min-height: 250px;

    padding: 32px 28px 30px;

    background: #ffffff;

    border: 1px solid #e6dfd2;

    border-radius: 5px;

    overflow: hidden;

    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.industry-verification-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8c651b,
            #d4a72c,
            #8c651b
        );

}


.industry-verification-card:hover {

    transform: translateY(-8px);

    border-color: #c59a36;

    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.12);

}


/* =========================================================
   ICON
========================================================= */

.industry-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #17120d,
            #302314
        );

    color: #d4a72c;

    font-size: 21px;

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;

}


.industry-verification-card:hover .industry-icon {

    transform: scale(1.08);

    background:
        linear-gradient(
            145deg,
            #b88922,
            #d4a72c
        );

    color: #ffffff;

}


/* =========================================================
   NUMBER
========================================================= */

.industry-number {

    position: absolute;

    top: 28px;

    right: 25px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #c9a047;

    opacity: 0.65;

}


/* =========================================================
   CARD HEADING
========================================================= */

.industry-verification-card h3 {

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 23px;

    line-height: 1.25;

    font-weight: 700;

    color: #151515;

}


.industry-verification-card h3::after {

    content: "";

    display: block;

    width: 38px;

    height: 2px;

    margin-top: 11px;

    background: #b88922;

}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.industry-verification-card p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .industries-verification-section {

        padding: 85px 0;

    }


    .industries-verification-title {

        margin-bottom: 50px;

    }


    .industries-verification-title h2 {

        font-size: 42px;

    }


    .industries-verification-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .industries-verification-section {

        padding: 65px 0;

    }


    .industries-verification-title {

        margin-bottom: 40px;

    }


    .industries-verification-title > span {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .industries-verification-title h2 {

        font-size: 34px;

        line-height: 1.2;

    }


    .industries-verification-title p {

        font-size: 15px;

        line-height: 1.7;

    }


    .industries-verification-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .industry-verification-card {

        min-height: auto;

        padding: 27px 22px;

    }


    .industry-verification-card h3 {

        font-size: 21px;

    }

}

/* =========================================================
   REDSPY — COMPREHENSIVE VERIFICATION FRAMEWORK
========================================================= */

.verification-framework-section {

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf9f6 100%
        );

}


/* =========================================================
   SECTION TITLE
========================================================= */

.verification-framework-title {

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.verification-framework-title > span {

    display: inline-block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.verification-framework-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.18;

    font-weight: 700;

    color: #111111;

}


.verification-framework-title p {

    max-width: 760px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #666666;

}


/* =========================================================
   FRAMEWORK GRID
========================================================= */

.verification-framework-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 24px;

}


/* =========================================================
   FRAMEWORK CARD
========================================================= */

.framework-card {

    position: relative;

    min-height: 275px;

    padding: 30px 25px;

    background: #ffffff;

    border: 1px solid #e6dfd2;

    border-radius: 5px;

    overflow: hidden;

    box-shadow:
        0 8px 26px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.framework-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8c651b,
            #d4a72c,
            #8c651b
        );

}


.framework-card:hover {

    transform: translateY(-8px);

    border-color: #c69b39;

    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.12);

}


/* =========================================================
   ICON
========================================================= */

.framework-icon {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #17120d,
            #302314
        );

    color: #d4a72c;

    font-size: 20px;

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.35s ease,
        background 0.35s ease;

}


.framework-card:hover .framework-icon {

    transform: scale(1.08);

    background:
        linear-gradient(
            145deg,
            #b88922,
            #d4a72c
        );

    color: #ffffff;

}


/* =========================================================
   NUMBER
========================================================= */

.framework-number {

    position: absolute;

    top: 28px;

    right: 23px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #c39a3a;

    opacity: 0.7;

}


/* =========================================================
   CARD TITLE
========================================================= */

.framework-card h3 {

    margin: 0 0 11px;

    font-family: "Playfair Display", serif;

    font-size: 21px;

    line-height: 1.25;

    font-weight: 700;

    color: #151515;

}


.framework-card h3::after {

    content: "";

    display: block;

    width: 36px;

    height: 2px;

    margin-top: 10px;

    background: #b88922;

}


/* =========================================================
   CARD TEXT
========================================================= */

.framework-card p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.65;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .verification-framework-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-framework-section {

        padding: 65px 0;

    }


    .verification-framework-title {

        margin-bottom: 40px;

    }


    .verification-framework-title > span {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .verification-framework-title h2 {

        font-size: 34px;

        line-height: 1.2;

    }


    .verification-framework-title p {

        font-size: 15px;

        line-height: 1.7;

    }


    .verification-framework-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .framework-card {

        min-height: auto;

        padding: 27px 22px;

    }


    .framework-card h3 {

        font-size: 21px;

    }

}

/* =========================================================
   REDSPY — VERIFICATION FOR ORGANIZATIONS & INDIVIDUALS
========================================================= */

.verification-audience-section {

    padding: 115px 0 125px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf9f6 100%
        );

}


/* =========================================================
   SECTION TITLE
========================================================= */

.verification-audience-title {

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.verification-audience-title > span {

    display: inline-block;

    margin-bottom: 17px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.verification-audience-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.18;

    color: #111111;

}


.verification-audience-title p {

    max-width: 800px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #666666;

}


/* =========================================================
   MAIN TWO-COLUMN LAYOUT
========================================================= */

.verification-audience-layout {

    display: grid;

    grid-template-columns:
        1.05fr
        0.95fr;

    gap: 65px;

    align-items: center;

}


/* =========================================================
   IMAGE
========================================================= */

.verification-audience-image {

    position: relative;

    overflow: hidden;

    border-radius: 6px;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.15);

}


.verification-audience-image img {

    display: block;

    width: 100%;

    height: 520px;

    object-fit: cover;

    transition:
        transform 0.6s ease;

}


.verification-audience-image:hover img {

    transform: scale(1.035);

}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.verification-audience-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.02) 45%,
            rgba(0,0,0,0.68) 100%
        );

    pointer-events: none;

}


/* =========================================================
   IMAGE BADGE
========================================================= */

.verification-image-badge {

    position: absolute;

    left: 25px;

    bottom: 25px;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 14px 18px;

    background:
        rgba(12, 9, 7, 0.88);

    border:
        1px solid rgba(212, 167, 44, 0.55);

    border-radius: 4px;

    backdrop-filter: blur(8px);

}


.verification-image-badge > i {

    color: #d4a72c;

    font-size: 23px;

}


.verification-image-badge strong {

    display: block;

    margin-bottom: 3px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    letter-spacing: 1.3px;

    color: #ffffff;

}


.verification-image-badge span {

    display: block;

    font-family: "Inter", sans-serif;

    font-size: 11px;

    color: #c9c9c9;

}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.verification-audience-content {

    display: flex;

    flex-direction: column;

    gap: 0;

}


/* =========================================================
   INDIVIDUAL ITEM
========================================================= */

.audience-item {

    position: relative;

    display: grid;

    grid-template-columns:
        42px
        58px
        1fr;

    gap: 15px;

    align-items: start;

    padding: 25px 0;

    border-bottom:
        1px solid #e5dfd4;

}


.audience-item:first-child {

    padding-top: 0;

}


.audience-item:last-child {

    border-bottom: none;

}


/* =========================================================
   NUMBER
========================================================= */

.audience-number {

    padding-top: 6px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #b88922;

}


/* =========================================================
   ICON
========================================================= */

.audience-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #17120d,
            #302314
        );

    color: #d4a72c;

    font-size: 18px;

    box-shadow:
        0 7px 18px rgba(0,0,0,0.14);

    transition:
        transform 0.3s ease,
        background 0.3s ease;

}


.audience-item:hover .audience-icon {

    transform: scale(1.08);

    background:
        linear-gradient(
            145deg,
            #b88922,
            #d4a72c
        );

    color: #ffffff;

}


/* =========================================================
   ITEM TITLE
========================================================= */

.audience-text h3 {

    margin: 2px 0 9px;

    font-family: "Playfair Display", serif;

    font-size: 21px;

    line-height: 1.3;

    color: #151515;

}


.audience-text h3::after {

    content: "";

    display: block;

    width: 34px;

    height: 2px;

    margin-top: 9px;

    background: #b88922;

}


/* =========================================================
   ITEM DESCRIPTION
========================================================= */

.audience-text p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .verification-audience-layout {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .verification-audience-image img {

        height: 480px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-audience-section {

        padding: 70px 0 80px;

    }


    .verification-audience-title {

        margin-bottom: 40px;

    }


    .verification-audience-title > span {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .verification-audience-title h2 {

        font-size: 34px;

    }


    .verification-audience-title p {

        font-size: 15px;

    }


    .verification-audience-image img {

        height: 360px;

    }


    .verification-image-badge {

        left: 15px;

        right: 15px;

        bottom: 15px;

    }


    .audience-item {

        grid-template-columns:
            35px
            50px
            1fr;

        gap: 10px;

        padding: 22px 0;

    }


    .audience-icon {

        width: 46px;

        height: 46px;

        font-size: 16px;

    }


    .audience-text h3 {

        font-size: 19px;

    }

}

/* =========================================================
   REDSPY — PROFESSIONAL STANDARDS SECTION
========================================================= */

.professional-standards-section {

    position: relative;

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #ffffff 100%
        );

}


/* =========================================================
   SECTION TITLE
========================================================= */

.professional-standards-title {

    max-width: 850px;

    margin: 0 auto 60px;

    text-align: center;

}


.professional-standards-title > span {

    display: inline-block;

    margin-bottom: 16px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #b88922;

}


.professional-standards-title h2 {

    margin: 0 0 20px;

    font-family: "Playfair Display", serif;

    font-size: 46px;

    line-height: 1.2;

    color: #151515;

}


.professional-standards-title p {

    max-width: 760px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #666666;

}


/* =========================================================
   GRID
========================================================= */

.professional-standards-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

    max-width: 1120px;

    margin: 0 auto;

}


/* =========================================================
   CARD
========================================================= */

.professional-standard-card {

    position: relative;

    min-height: 290px;

    padding: 30px 30px 32px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #17100f 0%,
            #241414 55%,
            #100c0c 100%
        );

    border:
        1px solid rgba(201, 157, 54, 0.35);

    border-radius: 7px;

    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


/* GOLD TOP BORDER */

.professional-standard-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8e6517,
            #d5aa3a,
            #8e6517
        );

}


/* SUBTLE GLOW */

.professional-standard-card::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    right: -100px;

    bottom: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(211, 166, 51, 0.12),
            transparent 70%
        );

    pointer-events: none;

}


/* HOVER */

.professional-standard-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(213, 170, 58, 0.75);

    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.20);

}


/* =========================================================
   CARD TOP
========================================================= */

.standard-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 30px;

}


.standard-number {

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #d4a72c;

}


/* =========================================================
   ICON
========================================================= */

.standard-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #b88922,
            #d7ae45
        );

    color: #17100c;

    font-size: 21px;

    box-shadow:
        0 8px 22px rgba(0,0,0,0.25);

    transition:
        transform 0.3s ease;

}


.professional-standard-card:hover .standard-icon {

    transform:
        scale(1.08)
        rotate(-4deg);

}


/* =========================================================
   CARD HEADING
========================================================= */

.professional-standard-card h3 {

    margin: 0 0 15px;

    font-family: "Playfair Display", serif;

    font-size: 23px;

    line-height: 1.3;

    color: #f7f2e7;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.professional-standard-card p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.75;

    color: #c8c2b8;

}


/* =========================================================
   GOLD DETAIL LINE
========================================================= */

.standard-line {

    width: 38px;

    height: 2px;

    margin-top: 24px;

    background:
        linear-gradient(
            90deg,
            #d4a72c,
            #8f681d
        );

    transition:
        width 0.35s ease;

}


.professional-standard-card:hover .standard-line {

    width: 65px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .professional-standards-grid {

        grid-template-columns:
            1fr;

        max-width: 600px;

    }


    .professional-standard-card {

        min-height: auto;

    }


    .professional-standards-title h2 {

        font-size: 40px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .professional-standards-section {

        padding: 75px 0 85px;

    }


    .professional-standards-title {

        margin-bottom: 40px;

    }


    .professional-standards-title > span {

        font-size: 10px;

        letter-spacing: 2px;

    }


    .professional-standards-title h2 {

        font-size: 32px;

    }


    .professional-standards-title p {

        font-size: 14px;

    }


    .professional-standard-card {

        padding: 26px;

    }


    .professional-standard-card h3 {

        font-size: 21px;

    }

}

/* =========================================================
   REDSPY — VERIFICATION METHODOLOGY
========================================================= */

.verification-methodology-section {

    position: relative;

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8f6f1 100%
        );

}


/* =========================================================
   SECTION TITLE
========================================================= */

.verification-methodology-title {

    max-width: 900px;

    margin: 0 auto 70px;

    text-align: center;

}


.verification-methodology-title > span {

    display: inline-block;

    margin-bottom: 16px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #bd8d24;

}


.verification-methodology-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 46px;

    line-height: 1.2;

    color: #151515;

}


.verification-methodology-title p {

    max-width: 790px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #626262;

}


/* =========================================================
   METHODOLOGY WRAPPER
========================================================= */

.verification-methodology {

    position: relative;

    max-width: 1100px;

    margin: 0 auto;

}


/* =========================================================
   GOLD CONNECTING LINE
========================================================= */

.verification-methodology::before {

    content: "";

    position: absolute;

    top: 48px;

    left: 8%;

    right: 8%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c99b32 12%,
            #c99b32 88%,
            transparent
        );

    z-index: 0;

}


/* =========================================================
   STEP
========================================================= */

.methodology-step {

    position: relative;

    z-index: 1;

    display: grid;

    grid-template-columns:
        55px
        72px
        1fr;

    align-items: center;

    gap: 22px;

    margin-bottom: 22px;

    padding: 24px 28px;

    background:
        rgba(255,255,255,0.96);

    border: 1px solid #e5dfd2;

    border-left:
        4px solid #c79a35;

    border-radius: 5px;

    box-shadow:
        0 10px 28px rgba(0,0,0,0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


.methodology-step:hover {

    transform:
        translateX(6px);

    border-color:
        #c79a35;

    box-shadow:
        0 16px 36px rgba(0,0,0,0.10);

}


/* =========================================================
   NUMBER
========================================================= */

.methodology-number {

    font-family: "Playfair Display", serif;

    font-size: 24px;

    font-weight: 700;

    color: #b98925;

}


/* =========================================================
   ICON
========================================================= */

.methodology-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #17100f,
            #321818
        );

    border:
        1px solid rgba(200,157,55,0.55);

    color: #d5a93b;

    font-size: 20px;

    box-shadow:
        0 7px 18px rgba(0,0,0,0.14);

}


/* =========================================================
   CONTENT
========================================================= */

.methodology-content {

    padding-left: 5px;

}


.methodology-label {

    display: block;

    margin-bottom: 5px;

    font-family: "Inter", sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #b98925;

}


.methodology-content h3 {

    margin: 0 0 7px;

    font-family: "Playfair Display", serif;

    font-size: 24px;

    color: #171717;

}


.methodology-content p {

    margin: 0;

    max-width: 760px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.65;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .verification-methodology-title h2 {

        font-size: 38px;

    }

    .verification-methodology::before {

        display: none;

    }

    .methodology-step {

        grid-template-columns:
            50px
            60px
            1fr;

        gap: 16px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-methodology-section {

        padding: 75px 0 85px;

    }

    .verification-methodology-title {

        margin-bottom: 45px;

    }

    .verification-methodology-title > span {

        font-size: 10px;

        letter-spacing: 2px;

    }

    .verification-methodology-title h2 {

        font-size: 31px;

    }

    .verification-methodology-title p {

        font-size: 14px;

    }

    .methodology-step {

        grid-template-columns:
            45px
            55px
            1fr;

        gap: 12px;

        padding: 20px;

    }

    .methodology-icon {

        width: 48px;

        height: 48px;

        font-size: 17px;

    }

    .methodology-number {

        font-size: 20px;

    }

    .methodology-content h3 {

        font-size: 20px;

    }

    .methodology-content p {

        font-size: 13px;

    }

}

/* =========================================================
   REDSPY — VERIFICATION RISK MATRIX
========================================================= */

.verification-risk-section {

    position: relative;

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf8f4 100%
        );

}


/* =========================================================
   SECTION HEADER
========================================================= */

.verification-risk-title {

    max-width: 900px;

    margin: 0 auto 70px;

    text-align: center;

}


.verification-risk-title > span {

    display: inline-block;

    margin-bottom: 16px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #bd8d24;

}


.verification-risk-title h2 {

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: 46px;

    line-height: 1.2;

    color: #151515;

}


.verification-risk-title p {

    max-width: 780px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #626262;

}


/* =========================================================
   GOLD DECORATIVE LINE
========================================================= */

.verification-risk-title::after {

    content: "";

    display: block;

    width: 80px;

    height: 3px;

    margin: 28px auto 0;

    background:
        linear-gradient(
            90deg,
            #8e171f,
            #c99b32
        );

}


/* =========================================================
   GRID
========================================================= */

.verification-risk-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 24px;

    max-width: 1100px;

    margin: 0 auto;

}


/* =========================================================
   CARD
========================================================= */

.verification-risk-card {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 22px;

    min-height: 175px;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7f4ed
        );

    border: 1px solid #e6dfd2;

    border-left:
        4px solid #c99b32;

    border-radius: 8px;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.055);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


/* =========================================================
   SUBTLE GOLD BACKGROUND EFFECT
========================================================= */

.verification-risk-card::after {

    content: "";

    position: absolute;

    width: 150px;

    height: 150px;

    right: -80px;

    bottom: -80px;

    border-radius: 50%;

    background:
        rgba(201,155,50,0.06);

    pointer-events: none;

}


.verification-risk-card:hover {

    transform:
        translateY(-6px);

    border-color:
        #c99b32;

    box-shadow:
        0 20px 40px rgba(0,0,0,0.11);

}


/* =========================================================
   ICON
========================================================= */

.risk-card-icon {

    flex-shrink: 0;

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #160d0d,
            #351719
        );

    border:
        1px solid rgba(201,155,50,0.65);

    color: #d4a63a;

    font-size: 21px;

    box-shadow:
        0 8px 18px rgba(0,0,0,0.15);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.verification-risk-card:hover
.risk-card-icon {

    transform:
        scale(1.08);

    box-shadow:
        0 0 18px rgba(201,155,50,0.30);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.risk-card-content {

    position: relative;

    z-index: 2;

}


.risk-card-number {

    display: block;

    margin-bottom: 4px;

    font-family: "Inter", sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #b98925;

}


.risk-card-content h3 {

    margin: 0 0 10px;

    font-family: "Playfair Display", serif;

    font-size: 24px;

    line-height: 1.25;

    color: #171717;

}


.risk-card-content p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.65;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .verification-risk-grid {

        grid-template-columns:
            1fr;

        max-width: 650px;

    }

    .verification-risk-title h2 {

        font-size: 38px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-risk-section {

        padding: 75px 0 85px;

    }

    .verification-risk-title {

        margin-bottom: 45px;

    }

    .verification-risk-title > span {

        font-size: 10px;

        letter-spacing: 2px;

    }

    .verification-risk-title h2 {

        font-size: 31px;

    }

    .verification-risk-title p {

        font-size: 14px;

    }

    .verification-risk-card {

        gap: 16px;

        min-height: auto;

        padding: 22px;

    }

    .risk-card-icon {

        width: 52px;

        height: 52px;

        font-size: 18px;

    }

    .risk-card-content h3 {

        font-size: 20px;

    }

    .risk-card-content p {

        font-size: 13px;

    }

}

/* =========================================================
   REDSPY — CLIENT ENGAGEMENT PRINCIPLES
========================================================= */

.client-principles-section {

    position: relative;

    padding: 110px 0 120px;

    background:
        linear-gradient(
            180deg,
            #faf8f4 0%,
            #ffffff 100%
        );

}


/* =========================================================
   SECTION HEADER
========================================================= */

.client-principles-title {

    max-width: 1050px;

    margin: 0 auto 65px;

    text-align: center;

}


.client-principles-title > span {

    display: inline-block;

    margin-bottom: 15px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #bd8d24;

}


.client-principles-title h2 {

    margin: 0 0 20px;

    font-family: "Playfair Display", serif;

    font-size: 46px;

    line-height: 1.2;

    color: #151515;

}


.client-principles-title p {

    max-width: 850px;

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #626262;

}


/* =========================================================
   DECORATIVE LINE
========================================================= */

.client-principles-title::after {

    content: "";

    display: block;

    width: 80px;

    height: 3px;

    margin: 28px auto 0;

    background:
        linear-gradient(
            90deg,
            #8e171f,
            #c99b32
        );

}


/* =========================================================
   CARD GRID
========================================================= */

.client-principles-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;

    max-width: 1150px;

    margin: 0 auto;

}


/* =========================================================
   PRINCIPLE CARD
========================================================= */

.client-principle-card {

    position: relative;

    min-height: 300px;

    padding: 32px 25px 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7f3ea
        );

    border: 1px solid #e6dfd2;

    border-top:
        3px solid #c99b32;

    border-radius: 7px;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.055);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


/* subtle background glow */

.client-principle-card::after {

    content: "";

    position: absolute;

    width: 160px;

    height: 160px;

    right: -85px;

    bottom: -85px;

    border-radius: 50%;

    background:
        rgba(201,155,50,0.07);

    pointer-events: none;

}


.client-principle-card:hover {

    transform:
        translateY(-8px);

    border-color:
        #c99b32;

    box-shadow:
        0 22px 42px rgba(0,0,0,0.11);

}


/* =========================================================
   ICON
========================================================= */

.principle-icon {

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #170d0e,
            #381719
        );

    border:
        1px solid rgba(201,155,50,0.65);

    color: #d5a83b;

    font-size: 21px;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.16);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.client-principle-card:hover
.principle-icon {

    transform:
        scale(1.08);

    box-shadow:
        0 0 20px rgba(201,155,50,0.30);

}


/* =========================================================
   NUMBER
========================================================= */

.principle-number {

    position: absolute;

    top: 25px;

    right: 25px;

    font-family: "Inter", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #b98925;

}


/* =========================================================
   CARD TITLE
========================================================= */

.client-principle-card h3 {

    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 23px;

    line-height: 1.25;

    color: #171717;

}


/* =========================================================
   CARD TEXT
========================================================= */

.client-principle-card p {

    position: relative;

    z-index: 2;

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    line-height: 1.7;

    color: #666666;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .client-principles-grid {

        grid-template-columns:
            repeat(2, 1fr);

        max-width: 760px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .client-principles-section {

        padding: 75px 0 85px;

    }

    .client-principles-title {

        margin-bottom: 45px;

    }

    .client-principles-title > span {

        font-size: 10px;

        letter-spacing: 2px;

    }

    .client-principles-title h2 {

        font-size: 31px;

    }

    .client-principles-title p {

        font-size: 14px;

    }

    .client-principles-grid {

        grid-template-columns:
            1fr;

        gap: 18px;

    }

    .client-principle-card {

        min-height: auto;

        padding: 26px 23px;

    }

}


/* =========================================================
   REDSPY — CONFIDENTIAL VERIFICATION CONSULTATION
========================================================= */

.verification-consultation-section {

    position: relative;

    padding: 85px 0 95px;

    background:
        linear-gradient(
            135deg,
            #faf8f3 0%,
            #ffffff 55%,
            #f5f0e7 100%
        );

}


/* =========================================================
   MAIN CTA BOX
========================================================= */

.verification-consultation-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;

    max-width: 1180px;

    margin: 0 auto;

    padding: 55px 65px;

    background:
        linear-gradient(
            135deg,
            #17090b 0%,
            #2b1014 55%,
            #14080a 100%
        );

    border-radius: 12px;

    border:
        1px solid rgba(201,155,50,0.45);

    box-shadow:
        0 25px 55px rgba(0,0,0,0.16);

    overflow: hidden;

}


/* =========================================================
   GOLD DECORATIVE EDGE
========================================================= */

.verification-consultation-box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8e171f,
            #d0a33c,
            #8e171f
        );

}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.verification-consultation-box::after {

    content: "";

    position: absolute;

    width: 360px;

    height: 360px;

    right: -180px;

    top: -180px;

    border-radius: 50%;

    border:
        1px solid rgba(201,155,50,0.12);

    box-shadow:
        0 0 0 35px rgba(201,155,50,0.025),
        0 0 0 70px rgba(201,155,50,0.018);

    pointer-events: none;

}


/* =========================================================
   CONTENT
========================================================= */

.consultation-content {

    position: relative;

    z-index: 2;

    flex: 1;

}


.consultation-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    font-family: "Inter", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #d1a43b;

}


.consultation-content h2 {

    margin: 0 0 18px;

    font-family: "Playfair Display", serif;

    font-size: 46px;

    line-height: 1.15;

    color: #ffffff;

}


.consultation-content p {

    max-width: 720px;

    margin: 0 0 30px;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: rgba(255,255,255,0.78);

}


/* =========================================================
   BUTTONS
========================================================= */

.consultation-buttons {

    display: flex;

    align-items: center;

    gap: 14px;

    flex-wrap: wrap;

}


.consultation-primary-btn,
.consultation-phone-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 54px;

    padding: 0 25px;

    border-radius: 30px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;

}


/* PRIMARY */

.consultation-primary-btn {

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #a9192c,
            #c52237
        );

    border:
        1px solid #c52237;

    box-shadow:
        0 8px 20px rgba(142,23,31,0.28);

}


.consultation-primary-btn:hover {

    transform:
        translateY(-3px);

    box-shadow:
        0 13px 28px rgba(142,23,31,0.38);

}


/* PHONE */

.consultation-phone-btn {

    color: #e2b84e;

    background:
        rgba(255,255,255,0.04);

    border:
        1px solid rgba(201,155,50,0.65);

}


.consultation-phone-btn:hover {

    transform:
        translateY(-3px);

    color: #ffffff;

    background:
        rgba(201,155,50,0.16);

    box-shadow:
        0 10px 25px rgba(201,155,50,0.15);

}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.consultation-visual {

    position: relative;

    z-index: 2;

    width: 190px;

    min-width: 190px;

    height: 190px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-radius: 50%;

    border:
        1px solid rgba(201,155,50,0.65);

    background:
        radial-gradient(
            circle,
            rgba(201,155,50,0.13),
            rgba(0,0,0,0.05) 65%
        );

    box-shadow:
        inset 0 0 35px rgba(201,155,50,0.08),
        0 0 35px rgba(201,155,50,0.08);

}


/* ICON */

.consultation-shield {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 9px;

    border-radius: 50%;

    color: #d4a63b;

    font-size: 24px;

}


.consultation-visual > span {

    font-family: "Inter", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #cda03a;

}


.consultation-visual strong {

    margin-top: 5px;

    font-family: "Playfair Display", serif;

    font-size: 24px;

    letter-spacing: 1px;

    color: #ffffff;

}


.consultation-visual small {

    margin-top: 6px;

    font-family: "Inter", sans-serif;

    font-size: 9px;

    color: rgba(255,255,255,0.55);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .verification-consultation-box {

        padding: 45px;

        gap: 35px;

    }

    .consultation-content h2 {

        font-size: 38px;

    }

    .consultation-visual {

        width: 155px;

        min-width: 155px;

        height: 155px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .verification-consultation-section {

        padding: 65px 0 75px;

    }

    .verification-consultation-box {

        flex-direction: column;

        align-items: flex-start;

        padding: 38px 25px;

        gap: 35px;

    }

    .consultation-content h2 {

        font-size: 34px;

    }

    .consultation-content p {

        font-size: 14px;

    }

    .consultation-buttons {

        flex-direction: column;

        align-items: stretch;

        width: 100%;

    }

    .consultation-primary-btn,
    .consultation-phone-btn {

        width: 100%;

    }

    .consultation-visual {

        align-self: center;

        width: 160px;

        min-width: 160px;

        height: 160px;

    }

}

/* =========================================================
   REDSPY — WHY ORGANIZATIONS CHOOSE REDSPY
========================================================= */

.redspy-trust-section {

    position: relative;

    padding: 100px 0 110px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf8f4 100%
        );

}


/* =========================================================
   SECTION HEADING
========================================================= */

.redspy-trust-heading {

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.redspy-trust-eyebrow {

    display: inline-block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #c79b35;

}


.redspy-trust-heading h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 48px;

    line-height: 1.18;

    font-weight: 700;

    color: #111111;

}


.redspy-trust-heading p {

    max-width: 800px;

    margin: 27px auto 0;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #5e6872;

}


/* =========================================================
   GOLD DECORATIVE LINE
========================================================= */

.redspy-trust-heading::after {

    content: "";

    display: block;

    width: 75px;

    height: 3px;

    margin: 28px auto 0;

    background:
        linear-gradient(
            90deg,
            #9b1825,
            #d0a43d,
            #9b1825
        );

}


/* =========================================================
   TRUST GRID
========================================================= */

.redspy-trust-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

    max-width: 1180px;

    margin: 0 auto;

}


/* =========================================================
   TRUST CARD
========================================================= */

.redspy-trust-card {

    position: relative;

    display: flex;

    gap: 20px;

    min-height: 205px;

    padding: 30px 27px;

    background: #ffffff;

    border: 1px solid #e7e0d4;

    border-radius: 10px;

    box-shadow:
        0 10px 30px rgba(30,20,10,0.055);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


/* GOLD TOP LINE */

.redspy-trust-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #a9192c,
            #d0a43d
        );

    opacity: 0;

    transition: opacity 0.3s ease;

}


.redspy-trust-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(199,155,53,0.65);

    box-shadow:
        0 18px 40px rgba(40,25,10,0.12);

}


.redspy-trust-card:hover::before {

    opacity: 1;

}


/* =========================================================
   ICON
========================================================= */

.redspy-trust-icon {

    flex: 0 0 55px;

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #2a0c10,
            #160609
        );

    border:
        1px solid rgba(208,164,61,0.55);

    color: #d3a63c;

    font-size: 20px;

    box-shadow:
        0 7px 18px rgba(0,0,0,0.12);

    transition:
        transform 0.3s ease,
        background 0.3s ease;

}


.redspy-trust-card:hover .redspy-trust-icon {

    transform:
        scale(1.08);

    background:
        linear-gradient(
            145deg,
            #9b1825,
            #5f0e16
        );

    color: #ffffff;

}


/* =========================================================
   CARD CONTENT
========================================================= */

.redspy-trust-card-content {

    flex: 1;

}


.redspy-trust-number {

    display: block;

    margin-bottom: 5px;

    font-family: "Inter", sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #c79b35;

}


.redspy-trust-card h3 {

    margin: 0 0 10px;

    font-family: "Playfair Display", serif;

    font-size: 22px;

    line-height: 1.25;

    color: #151515;

}


.redspy-trust-card p {

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    line-height: 1.7;

    color: #68717a;

}


/* =========================================================
   SUBTLE CARD DECORATION
========================================================= */

.redspy-trust-card-content::after {

    content: "";

    display: block;

    width: 35px;

    height: 2px;

    margin-top: 16px;

    background: #c79b35;

    opacity: 0.65;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .redspy-trust-grid {

        grid-template-columns:
            repeat(2, 1fr);

        padding: 0 25px;

    }

    .redspy-trust-heading {

        padding: 0 25px;

    }

    .redspy-trust-heading h2 {

        font-size: 42px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .redspy-trust-section {

        padding: 70px 0 80px;

    }

    .redspy-trust-heading {

        margin-bottom: 45px;

    }

    .redspy-trust-heading h2 {

        font-size: 34px;

    }

    .redspy-trust-heading p {

        font-size: 14px;

    }

    .redspy-trust-grid {

        grid-template-columns: 1fr;

        gap: 18px;

        padding: 0 18px;

    }

    .redspy-trust-card {

        min-height: auto;

        padding: 25px 22px;

    }

}

/* =========================================================
   REDSPY — EXPERIENCE & CREDIBILITY STATISTICS
========================================================= */

.redspy-stats-section {

    position: relative;

    padding: 55px 0 65px;

    background:
        linear-gradient(
            135deg,
            #16070a 0%,
            #260d12 50%,
            #120608 100%
        );

    overflow: hidden;

}


/* =========================================================
   SUBTLE GOLD BACKGROUND GLOW
========================================================= */

.redspy-stats-section::before {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -350px;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(208,164,61,0.12) 0%,
            rgba(208,164,61,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   GRID
========================================================= */

.redspy-stats-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    max-width: 1180px;

    margin: 0 auto;

}


/* =========================================================
   STAT CARD
========================================================= */

.redspy-stat-card {

    position: relative;

    min-height: 170px;

    padding: 25px 25px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-right:
        1px solid rgba(207,164,61,0.25);

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.redspy-stat-card:last-child {

    border-right: none;

}


.redspy-stat-card:hover {

    background:
        rgba(255,255,255,0.035);

    transform:
        translateY(-4px);

}


/* =========================================================
   ICON
========================================================= */

.redspy-stat-icon {

    width: 44px;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

    border-radius: 50%;

    color: #d4a63c;

    background:
        rgba(208,164,61,0.08);

    border:
        1px solid rgba(208,164,61,0.38);

    font-size: 17px;

}


/* =========================================================
   NUMBER
========================================================= */

.redspy-stat-number {

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 38px;

    line-height: 1;

    font-weight: 700;

    color: #d5aa43;

    text-shadow:
        0 0 18px rgba(208,164,61,0.18);

}


/* =========================================================
   LABEL
========================================================= */

.redspy-stat-label {

    max-width: 190px;

    margin-top: 10px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.5;

    letter-spacing: 0.4px;

    color:
        rgba(255,255,255,0.72);

}


/* =========================================================
   SMALL GOLD DECORATIVE LINE
========================================================= */

.redspy-stat-card::after {

    content: "";

    position: absolute;

    bottom: 12px;

    left: 50%;

    width: 25px;

    height: 2px;

    transform:
        translateX(-50%);

    background: #a51c2a;

    opacity: 0.75;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .redspy-stats-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .redspy-stat-card {

        border-right: none;

        border-bottom:
            1px solid rgba(207,164,61,0.20);

    }

    .redspy-stat-card:nth-child(odd) {

        border-right:
            1px solid rgba(207,164,61,0.20);

    }

    .redspy-stat-card:nth-last-child(-n+2) {

        border-bottom: none;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 550px) {

    .redspy-stats-section {

        padding: 40px 15px 50px;

    }

    .redspy-stats-grid {

        grid-template-columns: 1fr 1fr;

    }

    .redspy-stat-card {

        min-height: 150px;

        padding: 20px 10px;

    }

    .redspy-stat-number {

        font-size: 30px;

    }

    .redspy-stat-label {

        font-size: 11px;

    }

    .redspy-stat-icon {

        width: 38px;

        height: 38px;

        font-size: 14px;

    }

}

/* =========================================================
   REDSPY — VERIFICATION GOVERNANCE FRAMEWORK
========================================================= */

.verification-governance-section {

    position: relative;

    padding: 95px 0 105px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfaf8 100%
        );

    overflow: hidden;

}


/* =========================================================
   HEADING AREA
========================================================= */

.verification-governance-heading {

    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;

}


.verification-section-kicker {

    display: inline-block;

    margin-bottom: 18px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #c99d38;

}


.verification-governance-heading h2 {

    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 50px;

    line-height: 1.15;

    font-weight: 700;

    color: #111111;

}


.verification-governance-heading p {

    max-width: 820px;

    margin: 28px auto 0;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 17px;

    line-height: 1.75;

    color: #59616a;

}


/* =========================================================
   GOLD DECORATIVE LINE
========================================================= */

.verification-governance-heading::after {

    content: "";

    display: block;

    width: 65px;

    height: 3px;

    margin: 27px auto 0;

    background:
        linear-gradient(
            90deg,
            #9e1828,
            #d2a43d
        );

}


/* =========================================================
   GOVERNANCE GRID
========================================================= */

.verification-governance-grid {

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;

}


/* =========================================================
   GOVERNANCE CARD
========================================================= */

.governance-card {

    position: relative;

    min-height: 310px;

    padding: 38px 28px 35px;

    background: #ffffff;

    border:
        1px solid #e9e3d8;

    border-top:
        3px solid #cda33f;

    border-radius: 4px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(0,0,0,0.06);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.governance-card:hover {

    transform:
        translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0,0,0,0.12);

    border-top-color:
        #a7192b;

}


/* =========================================================
   NUMBER
========================================================= */

.governance-number {

    position: absolute;

    top: 16px;

    right: 20px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #cda33f;

    opacity: 0.8;

}


/* =========================================================
   ICON
========================================================= */

.governance-icon {

    width: 62px;

    height: 62px;

    margin: 15px auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #cda33f;

    background:
        linear-gradient(
            145deg,
            #fffaf0,
            #f5ead0
        );

    border:
        1px solid rgba(205,163,63,0.45);

    font-size: 23px;

    box-shadow:
        0 7px 18px rgba(176,132,35,0.12);

}


/* =========================================================
   CARD HEADING
========================================================= */

.governance-card h3 {

    margin: 0 0 14px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 25px;

    line-height: 1.25;

    color: #171717;

}


/* =========================================================
   CARD TEXT
========================================================= */

.governance-card p {

    margin: 0;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #68717a;

}


/* =========================================================
   BOTTOM ACCENT
========================================================= */

.governance-card::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    width: 0;

    height: 3px;

    transform:
        translateX(-50%);

    background:
        #a7192b;

    transition:
        width 0.35s ease;

}


.governance-card:hover::after {

    width: 70px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .verification-governance-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-governance-section {

        padding:
            70px 18px 75px;

    }


    .verification-governance-heading {

        margin-bottom: 45px;

    }


    .verification-governance-heading h2 {

        font-size: 36px;

    }


    .verification-governance-heading p {

        font-size: 15px;

        line-height: 1.65;

    }


    .verification-governance-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .governance-card {

        min-height: auto;

        padding:
            35px 25px 32px;

    }

}

/* =========================================================
   REDSPY — FOUNDER MESSAGE SECTION
   PREMIUM EDITORIAL LAYOUT
========================================================= */

.founder-message-section {

    position: relative;

    padding: 105px 0 115px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfaf7 55%,
            #f7f3eb 100%
        );

    overflow: hidden;

}


/* =========================================================
   SUBTLE BACKGROUND DECORATION
========================================================= */

.founder-message-section::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -180px;
    left: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201,157,56,0.08) 0%,
            rgba(201,157,56,0) 70%
        );

    pointer-events: none;

}


.founder-message-section::after {

    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -160px;
    bottom: -160px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(167,25,43,0.05) 0%,
            rgba(167,25,43,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   TWO COLUMN LAYOUT
========================================================= */

.founder-message-grid {

    position: relative;

    z-index: 2;

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        0.88fr 1.12fr;

    align-items: center;

    gap: 80px;

}


/* =========================================================
   IMAGE COLUMN
========================================================= */

.founder-image-column {

    display: flex;

    justify-content: center;

}


/* =========================================================
   IMAGE FRAME
========================================================= */

.founder-image-frame {

    position: relative;

    width: 100%;

    max-width: 480px;

    padding: 12px;

    background:
        linear-gradient(
            145deg,
            #c99d38,
            #f0d47d,
            #9c711d,
            #d3ad50
        );

    box-shadow:
        0 25px 55px rgba(0,0,0,0.16);

}


/* =========================================================
   IMAGE INNER
========================================================= */

.founder-image-inner {

    position: relative;

    overflow: hidden;

    background: #151515;

}


.founder-image-inner img {

    display: block;

    width: 100%;

    height: auto;

    aspect-ratio: 4 / 5;

    object-fit: cover;

    transition:
        transform 0.6s ease;

}


.founder-image-frame:hover
.founder-image-inner img {

    transform: scale(1.035);

}


/* =========================================================
   IMAGE CAPTION
========================================================= */

.founder-image-caption {

    position: absolute;

    left: 28px;

    right: 28px;

    bottom: 28px;

    padding: 17px 20px;

    display: flex;

    flex-direction: column;

    background:
        rgba(10, 7, 6, 0.92);

    border-left:
        3px solid #d1a43f;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.25);

}


.founder-image-caption strong {

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 20px;

    letter-spacing: 1px;

    color: #f4d276;

}


.founder-image-caption span {

    margin-top: 4px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #ffffff;

}


/* =========================================================
   CONTENT COLUMN
========================================================= */

.founder-message-content {

    max-width: 650px;

}


/* =========================================================
   KICKER
========================================================= */

.founder-message-kicker {

    display: inline-block;

    margin-bottom: 18px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #c99d38;

}


/* =========================================================
   MAIN HEADING
========================================================= */

.founder-message-content h2 {

    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 49px;

    line-height: 1.13;

    font-weight: 700;

    color: #111111;

}


.founder-message-content h2 span {

    color: #a7192b;

}


/* =========================================================
   GOLD / BURGUNDY LINE
========================================================= */

.founder-gold-line {

    width: 75px;

    height: 3px;

    margin: 27px 0 28px;

    background:
        linear-gradient(
            90deg,
            #a7192b,
            #d1a43f
        );

}


/* =========================================================
   MAIN MESSAGE
========================================================= */

.founder-message-content p {

    margin: 0 0 18px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #59616a;

}


.founder-message-content
.founder-lead {

    font-size: 18px;

    line-height: 1.8;

    color: #333a40;

}


/* =========================================================
   SIGNATURE
========================================================= */

.founder-signature {

    margin-top: 32px;

}


.signature-line {

    width: 70px;

    height: 2px;

    margin-bottom: 12px;

    background: #c99d38;

}


.founder-signature h3 {

    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 27px;

    color: #111111;

}


.founder-signature p {

    margin-top: 3px;

    margin-bottom: 0;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #a7192b;

}


/* =========================================================
   TRUST BADGE
========================================================= */

.founder-trust-badge {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;

    padding: 11px 17px;

    border:
        1px solid rgba(201,157,56,0.35);

    background:
        rgba(201,157,56,0.07);

}


.founder-trust-badge i {

    color: #c99d38;

    font-size: 17px;

}


.founder-trust-badge span {

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #555555;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .founder-message-grid {

        grid-template-columns:
            1fr;

        gap: 55px;

    }


    .founder-image-column {

        justify-content: center;

    }


    .founder-message-content {

        max-width: 760px;

        margin: 0 auto;

        text-align: center;

    }


    .founder-gold-line {

        margin:
            27px auto 28px;

    }


    .signature-line {

        margin-left: auto;
        margin-right: auto;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .founder-message-section {

        padding:
            70px 18px 80px;

    }


    .founder-message-grid {

        gap: 40px;

    }


    .founder-image-frame {

        max-width: 360px;

    }


    .founder-image-caption {

        left: 20px;
        right: 20px;
        bottom: 20px;

    }


    .founder-message-content h2 {

        font-size: 35px;

        line-height: 1.18;

    }


    .founder-message-kicker {

        font-size: 11px;

        letter-spacing: 3px;

    }


    .founder-message-content
    .founder-lead {

        font-size: 16px;

    }


    .founder-message-content p {

        font-size: 14px;

    }


    .founder-trust-badge {

        justify-content: center;

        text-align: left;

    }

}

/* =========================================================
   REDSPY — CONFIDENTIALITY COMMITMENT
========================================================= */

.confidentiality-section {

    position: relative;

    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            #120709 0%,
            #1d080c 48%,
            #100607 100%
        );

    overflow: hidden;

}


/* =========================================================
   GOLD BACKGROUND GLOW
========================================================= */

.confidentiality-section::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(207,163,63,0.13) 0%,
            rgba(207,163,63,0) 70%
        );

    pointer-events: none;

}


.confidentiality-section::after {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    bottom: -200px;
    left: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(167,25,43,0.18) 0%,
            rgba(167,25,43,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.confidentiality-wrapper {

    position: relative;

    z-index: 2;

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.25fr 0.75fr;

    gap: 80px;

    align-items: center;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.confidentiality-content {

    max-width: 700px;

}


.confidentiality-kicker {

    display: inline-block;

    margin-bottom: 18px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #d2a43d;

}


.confidentiality-content h2 {

    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 50px;

    line-height: 1.15;

    font-weight: 700;

    color: #ffffff;

}


.confidentiality-content h2 span {

    color: #d2a43d;

}


.confidentiality-line {

    width: 75px;

    height: 3px;

    margin: 27px 0 28px;

    background:
        linear-gradient(
            90deg,
            #a7192b,
            #d2a43d
        );

}


.confidentiality-content p {

    margin: 0 0 17px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 16px;

    line-height: 1.8;

    color: #c8c4c2;

}


.confidentiality-content
.confidentiality-lead {

    font-size: 19px;

    line-height: 1.7;

    color: #f2eeee;

}


/* =========================================================
   RIGHT TRUST PANEL
========================================================= */

.confidentiality-trust-panel {

    position: relative;

    padding: 42px 35px;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.08),
            rgba(255,255,255,0.025)
        );

    border:
        1px solid rgba(210,164,61,0.35);

    border-top:
        3px solid #d2a43d;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.35);

    backdrop-filter:
        blur(8px);

}


/* =========================================================
   SHIELD
========================================================= */

.confidentiality-shield {

    width: 72px;

    height: 72px;

    margin: 0 auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #d2a43d;

    background:
        rgba(210,164,61,0.10);

    border:
        1px solid rgba(210,164,61,0.45);

    font-size: 28px;

    box-shadow:
        0 0 30px rgba(210,164,61,0.12);

}


.confidentiality-trust-panel h3 {

    margin: 0 0 12px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 28px;

    color: #ffffff;

}


.confidentiality-trust-panel > p {

    margin: 0 auto 28px;

    max-width: 330px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #bdb7b5;

}


/* =========================================================
   TRUST POINTS
========================================================= */

.confidentiality-points {

    display: flex;

    flex-direction: column;

    gap: 12px;

}


.confidentiality-point {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 12px 15px;

    text-align: left;

    background:
        rgba(0,0,0,0.20);

    border:
        1px solid rgba(255,255,255,0.07);

}


.confidentiality-point i {

    width: 28px;

    color: #d2a43d;

    text-align: center;

    font-size: 15px;

}


.confidentiality-point span {

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.4px;

    color: #eeeeee;

}


/* =========================================================
   HOVER EFFECT
========================================================= */

.confidentiality-trust-panel {

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


.confidentiality-trust-panel:hover {

    transform:
        translateY(-6px);

    box-shadow:
        0 28px 60px rgba(0,0,0,0.45);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .confidentiality-wrapper {

        grid-template-columns: 1fr;

        gap: 55px;

    }


    .confidentiality-content {

        max-width: 760px;

        margin: 0 auto;

        text-align: center;

    }


    .confidentiality-line {

        margin:
            27px auto 28px;

    }


    .confidentiality-trust-panel {

        max-width: 560px;

        width: 100%;

        margin: 0 auto;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .confidentiality-section {

        padding:
            70px 18px 75px;

    }


    .confidentiality-content h2 {

        font-size: 36px;

    }


    .confidentiality-content
    .confidentiality-lead {

        font-size: 16px;

    }


    .confidentiality-content p {

        font-size: 14px;

    }


    .confidentiality-trust-panel {

        padding:
            35px 22px;

    }


    .confidentiality-trust-panel h3 {

        font-size: 25px;

    }

}

/* =========================================================
   REDSPY — PREMIUM FAQ SECTION
========================================================= */

.verification-faq-section {

    position: relative;

    padding: 105px 0 110px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf9f6 100%
        );

    overflow: hidden;

}


/* =========================================================
   FAQ HEADER
========================================================= */

.verification-faq-heading {

    max-width: 850px;

    margin: 0 auto 62px;

    text-align: center;

}


.verification-faq-kicker {

    display: inline-block;

    margin-bottom: 18px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #c99d38;

}


.verification-faq-heading h2 {

    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 50px;

    line-height: 1.15;

    color: #111111;

}


.verification-faq-heading p {

    max-width: 760px;

    margin: 24px auto 0;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 16px;

    line-height: 1.75;

    color: #606a72;

}


/* GOLD ACCENT */

.verification-faq-heading::after {

    content: "";

    display: block;

    width: 65px;

    height: 3px;

    margin: 27px auto 0;

    background:
        linear-gradient(
            90deg,
            #a7192b,
            #d2a43d
        );

}


/* =========================================================
   FAQ LIST
========================================================= */

.verification-faq-list {

    max-width: 1050px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    gap: 14px;

}


/* =========================================================
   FAQ ITEM
========================================================= */

.verification-faq-item {

    position: relative;

    background: #ffffff;

    border:
        1px solid #e5e1da;

    border-radius: 3px;

    overflow: hidden;

    box-shadow:
        0 5px 18px rgba(0,0,0,0.035);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;

}


.verification-faq-item:hover {

    border-color:
        rgba(201,157,56,0.55);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.07);

    transform:
        translateY(-2px);

}


/* =========================================================
   QUESTION BUTTON
========================================================= */

.verification-faq-question {

    width: 100%;

    min-height: 88px;

    padding:
        20px 25px;

    display: grid;

    grid-template-columns:
        55px 1fr 48px;

    align-items: center;

    gap: 15px;

    border: none;

    background: transparent;

    cursor: pointer;

    text-align: left;

}


/* =========================================================
   NUMBER
========================================================= */

.faq-number {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #a7192b;

    background:
        #fbf5e7;

    border:
        1px solid rgba(201,157,56,0.35);

    transition:
        background 0.3s ease,
        color 0.3s ease;

}


/* =========================================================
   QUESTION TEXT
========================================================= */

.faq-question-text {

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 16px;

    font-weight: 650;

    line-height: 1.5;

    color: #191919;

}


/* =========================================================
   PLUS / MINUS
========================================================= */

.faq-toggle {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #a7192b;

    border:
        1px solid #e5d6b5;

    background:
        #fffaf0;

    font-size: 13px;

    transition:
        transform 0.35s ease,
        background 0.3s ease,
        color 0.3s ease;

}


/* =========================================================
   ANSWER
========================================================= */

.verification-faq-answer {

    max-height: 0;

    overflow: hidden;

    transition:
        max-height 0.45s ease;

}


.verification-faq-answer p {

    margin: 0;

    padding:
        0 88px 27px 95px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.75;

    color: #626b73;

}


/* =========================================================
   ACTIVE STATE
========================================================= */

.verification-faq-item.active {

    border-color:
        rgba(201,157,56,0.65);

    box-shadow:
        0 14px 35px rgba(0,0,0,0.08);

}


.verification-faq-item.active
.faq-number {

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #a7192b,
            #7e101e
        );

    border-color:
        #a7192b;

}


.verification-faq-item.active
.faq-toggle {

    color: #ffffff;

    background:
        #a7192b;

    border-color:
        #a7192b;

    transform:
        rotate(180deg);

}


/* =========================================================
   FAQ FOOTER
========================================================= */

.verification-faq-footer {

    max-width: 1050px;

    margin: 55px auto 0;

    padding-top: 28px;

    border-top:
        1px solid #e7e2da;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}


.verification-faq-footer span {

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 20px;

    color: #292929;

}


.verification-faq-footer a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding:
        13px 21px;

    text-decoration: none;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #a7192b,
            #83121f
        );

    border-radius: 2px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.verification-faq-footer a:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 8px 20px rgba(167,25,43,0.25);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .verification-faq-section {

        padding:
            80px 18px 90px;

    }


    .verification-faq-heading h2 {

        font-size: 42px;

    }


    .verification-faq-question {

        grid-template-columns:
            45px 1fr 42px;

        padding:
            18px 20px;

    }


    .verification-faq-answer p {

        padding:
            0 25px 25px 85px;

    }


    .verification-faq-footer {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .verification-faq-section {

        padding:
            70px 16px 75px;

    }


    .verification-faq-heading {

        margin-bottom: 42px;

    }


    .verification-faq-heading h2 {

        font-size: 35px;

    }


    .verification-faq-heading p {

        font-size: 14px;

    }


    .verification-faq-question {

        min-height: 78px;

        grid-template-columns:
            38px 1fr 36px;

        gap: 10px;

        padding:
            15px;

    }


    .faq-number {

        width: 32px;

        height: 32px;

        font-size: 9px;

    }


    .faq-question-text {

        font-size: 14px;

    }


    .faq-toggle {

        width: 32px;

        height: 32px;

        font-size: 11px;

    }


    .verification-faq-answer p {

        padding:
            0 20px 22px 63px;

        font-size: 13px;

        line-height: 1.7;

    }


    .verification-faq-footer span {

        font-size: 18px;

    }

}

/* =========================================================
   REDSPY — REMOVE ACCIDENTAL PAGE OVERLAY
========================================================= */

body::before,
body::after {
    background: transparent !important;
    opacity: 1 !important;
    pointer-events: none !important;
}


/* Prevent accidental full-page overlays */

body > .overlay,
body > .backdrop,
body > .modal-backdrop,
.page-overlay,
.site-overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* Keep normal page content above decorative layers */

main,
section {
    position: relative;
}

/* =====================================================
   PREMIUM CONSULTATION + FAQ CTA BUTTONS
===================================================== */

.cta-buttons .btn-primary,
.cta-buttons .faq-button {
    border: 1px solid #c9a227 !important;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

/* REQUEST CONSULTATION */

.cta-buttons .btn-primary {
    background: linear-gradient(135deg, #8f0f1f, #b51d2d) !important;
    color: #ffffff !important;
}

.cta-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #b51d2d, #8f0f1f) !important;
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
}

/* FREQUENTLY ASKED QUESTIONS */

.cta-buttons .faq-button {
    background: linear-gradient(135deg, #8f0f1f, #b51d2d) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.cta-buttons .faq-button:hover {
    background: linear-gradient(135deg, #b51d2d, #8f0f1f) !important;
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
}

.cta-buttons .faq-button i {
    color: #ffffff !important;
    margin-left: 8px;
}