/*=========================================================
PROJECT FALCON
REDSPY INVESTIGATION & INTELLIGENCE

SERVICES PAGE STYLESHEET
Version : 1.0
=========================================================*/

/*=========================================================
SERVICES PAGE
=========================================================*/

:root{
    --service-gap:30px;
}

/* ==========================================================
   SERVICES PAGE
   PROFESSIONAL ASSURANCE
   REFINED 3-PILLAR LAYOUT
========================================================== */

.services-assurance {

    position: relative;

    overflow: hidden;

    padding: 92px 0 96px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f7f3ec 100%
        );

    border-top:
        1px solid rgba(200,162,77,.12);

    border-bottom:
        1px solid rgba(200,162,77,.12);

}


/* ==========================================================
   WATERMARK GEOMETRY
========================================================== */

.services-assurance-watermark {

    position: absolute;

    pointer-events: none;

    border:
        1px solid rgba(200,162,77,.075);

    transform:
        rotate(45deg);

    opacity: .8;

}


.assurance-wm-one {

    width: 390px;
    height: 390px;

    left: -250px;
    top: -170px;

}


.assurance-wm-two {

    width: 300px;
    height: 300px;

    right: -190px;
    bottom: -170px;

    border-color:
        rgba(112,20,34,.055);

}


/* ==========================================================
   SECTION HEADING
========================================================== */

.services-assurance-heading {

    position: relative;

    z-index: 2;

    max-width: 820px;

    margin:
        0 auto 52px;

    text-align: center;

}


.services-assurance-tag {

    display: inline-block;

    margin-bottom: 15px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;

    text-transform: uppercase;

}


.services-assurance-title {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 5vw, 60px);

    line-height: 1.05;

    font-weight: 700;

    color: #151515;

}


.services-assurance-title span {

    display: block;

    color: #a97922;

}


.services-assurance-accent {

    width: 72px;

    height: 3px;

    margin:
        22px auto 22px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


.services-assurance-intro {

    max-width: 720px;

    margin:
        0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #62666c;

}


/* ==========================================================
   THREE-CARD GRID
========================================================== */

.services-assurance-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;

}


/* ==========================================================
   ASSURANCE CARD
========================================================== */

.services-assurance-card {

    position: relative;

    min-height: 330px;

    padding:
        34px 32px 32px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf6 100%
        );

    border:
        1px solid rgba(200,162,77,.22);

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 12px 34px rgba(0,0,0,.055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


/* Gold top line */

.services-assurance-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.35);

    transition:
        transform .35s ease;

}


/* Soft corner glow */

.services-assurance-card::after {

    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -95px;
    top: -95px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.13),
            transparent 70%
        );

    pointer-events: none;

}


/* Hover */

.services-assurance-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(200,162,77,.55);

    box-shadow:
        0 22px 48px rgba(0,0,0,.10);

}


.services-assurance-card:hover::before {

    transform:
        scaleX(1);

}


/* ==========================================================
   NUMBER
========================================================== */

.services-assurance-number {

    position: absolute;

    top: 24px;
    right: 28px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.55);

}


/* ==========================================================
   ICON
========================================================== */

.services-assurance-icon {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #2c0d13
        );

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 12px;

    color: #c8a24d;

    font-size: 20px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);

}


/* ==========================================================
   INNER GOLD DIVIDER
========================================================== */

.services-assurance-line {

    width: 45px;

    height: 2px;

    margin-bottom: 18px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* ==========================================================
   CARD TITLE
========================================================== */

.services-assurance-card h3 {

    margin: 0 0 14px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 28px;

    line-height: 1.05;

    font-weight: 700;

    color: #171717;

}


.services-assurance-card h3 span {

    color: #a97922;

}


/* ==========================================================
   CARD TEXT
========================================================== */

.services-assurance-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 13.5px;

    line-height: 1.75;

    color: #656a70;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 950px) {

    .services-assurance {

        padding:
            78px 0 82px;

    }

    .services-assurance-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

    .services-assurance-card:last-child {

        grid-column:
            1 / -1;

        max-width:
            calc(50% - 11px);

        width: 100%;

        margin: 0 auto;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .services-assurance {

        padding:
            65px 0 70px;

    }

    .services-assurance-heading {

        margin-bottom: 35px;

    }

    .services-assurance-title {

        font-size: 39px;

    }

    .services-assurance-intro {

        font-size: 14px;

        padding:
            0 10px;

    }

    .services-assurance-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }

    .services-assurance-card {

        min-height: auto;

        padding:
            30px 25px;

    }

    .services-assurance-card:last-child {

        grid-column: auto;

        max-width: none;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .services-assurance-title {

        font-size: 34px;

    }

    .services-assurance-tag {

        font-size: 10px;

        letter-spacing: 2.5px;

    }

    .services-assurance-card h3 {

        font-size: 25px;

    }

}

/* ==========================================================
   SERVICES PAGE
   07. INVESTIGATION METHODOLOGY
   REDSPY PREMIUM FIVE-STAGE PROCESS
   ========================================================== */

.investigation-methodology {
    position: relative;
    overflow: hidden;

    padding: 88px 0 82px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f7f2ea 100%
        ) !important;

    border-top:
        1px solid rgba(200,162,77,.12);

    border-bottom:
        1px solid rgba(200,162,77,.12);
}


/* ==========================================================
   SUBTLE PREMIUM BACKGROUND GEOMETRY
   ========================================================== */

.investigation-methodology::before {
    content: "";

    position: absolute;

    width: 390px;
    height: 390px;

    left: -260px;
    top: -190px;

    border:
        1px solid rgba(200,162,77,.08);

    transform:
        rotate(45deg);

    pointer-events: none;
}

.investigation-methodology::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -200px;
    bottom: -180px;

    border:
        1px solid rgba(112,20,34,.055);

    transform:
        rotate(45deg);

    pointer-events: none;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.investigation-methodology .section-heading {
    position: relative;

    z-index: 2;

    max-width: 900px;

    margin:
        0 auto 52px;

    text-align: center;
}

.investigation-methodology .section-tag {
    display: inline-block;

    margin-bottom: 14px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;

    text-transform: uppercase;
}


/* ==========================================================
   MAIN TITLE
   ========================================================== */

.investigation-methodology .section-title {
    margin: 0 auto;

    max-width: 850px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(40px, 5vw, 58px);

    line-height: 1.04;

    font-weight: 700;

    color: #151515;

    text-align: center;
}


/* Accent line */

.investigation-methodology .section-accent {
    width: 72px;
    height: 3px;

    margin:
        22px auto 22px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


/* Introductory paragraph */

.investigation-methodology .lead-text {
    max-width: 800px;

    margin:
        0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14.5px;

    line-height: 1.8;

    color: #62666c;

    text-align: center;
}


/* ==========================================================
   METHODOLOGY TIMELINE
   ========================================================== */

.investigation-methodology .methodology-timeline {
    position: relative;

    z-index: 2;

    max-width: 1240px;

    margin:
        0 auto;
}


/* ==========================================================
   FIVE-COLUMN PROCESS
   ========================================================== */

.investigation-methodology .timeline-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 16px;

    align-items: start;
}


/* ==========================================================
   CONNECTING GOLD LINE
   ========================================================== */

.investigation-methodology .timeline-line {
    position: absolute;

    top: 34px;

    left: 9%;
    right: 9%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(200,162,77,.45) 12%,
            rgba(200,162,77,.70) 50%,
            rgba(200,162,77,.45) 88%,
            transparent 100%
        );

    z-index: 0;
}


/* ==========================================================
   INDIVIDUAL STEP
   ========================================================== */

.investigation-methodology .timeline-step {
    position: relative;

    z-index: 2;

    min-width: 0;

    text-align: center;
}


/* ==========================================================
   STEP NUMBER CIRCLE
   ========================================================== */

.investigation-methodology .step-circle {
    position: relative;

    width: 68px;
    height: 68px;

    margin:
        0 auto 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #16070b,
            #321018
        );

    border:
        1px solid rgba(200,162,77,.75);

    box-shadow:
        0 9px 25px rgba(0,0,0,.14);

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #c8a24d;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* Inner ring */

.investigation-methodology .step-circle::before {
    content: "";

    position: absolute;

    inset: 6px;

    border:
        1px solid rgba(200,162,77,.27);

    border-radius: 50%;
}


/* ==========================================================
   PREMIUM CARD
   ========================================================== */

.investigation-methodology .premium-card {
    position: relative;

    min-height: 255px;

    padding:
        27px 21px 24px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf6 100%
        ) !important;

    border:
        1px solid rgba(200,162,77,.24);

    border-radius: 14px;

    box-shadow:
        0 10px 28px rgba(0,0,0,.055);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* Premium top edge */

.investigation-methodology .premium-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.35);

    transition:
        transform .35s ease;
}


/* Soft corner light */

.investigation-methodology .premium-card::after {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    top: -80px;
    right: -70px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.13),
            transparent 70%
        );

    pointer-events: none;
}


/* ==========================================================
   ICON
   ========================================================== */

.investigation-methodology .premium-icon {
    width: 48px;
    height: 48px;

    margin:
        0 auto 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #2c0d13
        );

    border:
        1px solid rgba(200,162,77,.52);

    border-radius: 11px;

    color: #c8a24d;

    font-size: 17px;

    box-shadow:
        0 7px 18px rgba(0,0,0,.10);
}


/* ==========================================================
   CARD TITLE
   ========================================================== */

.investigation-methodology .card-title {
    margin:
        0 0 13px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 25px;

    line-height: 1.05;

    font-weight: 700;

    color: #171717;
}


/* ==========================================================
   GOLD DIVIDER
   ========================================================== */

.investigation-methodology .feature-divider {
    width: 42px;
    height: 2px;

    margin:
        0 auto 15px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


/* ==========================================================
   CARD DESCRIPTION
   ========================================================== */

.investigation-methodology .body-text {
    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.7;

    color: #666b71;
}


/* ==========================================================
   HOVER
   ========================================================== */

.investigation-methodology .timeline-step:hover
.step-circle {

    transform:
        translateY(-5px);

    border-color:
        rgba(200,162,77,.98);

    box-shadow:
        0 15px 32px rgba(0,0,0,.17);
}

.investigation-methodology .timeline-step:hover
.premium-card {

    transform:
        translateY(-7px);

    border-color:
        rgba(200,162,77,.55);

    box-shadow:
        0 20px 40px rgba(0,0,0,.10);
}

.investigation-methodology .timeline-step:hover
.premium-card::before {

    transform:
        scaleX(1);
}


/* ==========================================================
   BOTTOM STATEMENT
   ========================================================== */

.investigation-methodology .layout-center {
    position: relative;

    z-index: 2;

    max-width: 760px;

    margin:
        42px auto 0 !important;

    text-align: center;
}

.investigation-methodology .gold-line-center {
    width: 60px;

    height: 2px;

    margin:
        0 auto 18px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}

.investigation-methodology .quote-text {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 600;

    font-style: italic;

    color: #5f4b24;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .investigation-methodology {
        padding:
            76px 0 78px;
    }

    .investigation-methodology .timeline-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        row-gap: 34px;
    }

    .investigation-methodology .timeline-line {
        display: none;
    }

    .investigation-methodology .premium-card {
        min-height: 240px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .investigation-methodology {
        padding:
            64px 0 68px;
    }

    .investigation-methodology .section-heading {
        margin-bottom: 36px;
    }

    .investigation-methodology .section-title {
        font-size: 38px;
    }

    .investigation-methodology .lead-text {
        padding:
            0 12px;

        font-size: 13.5px;
    }

    .investigation-methodology .timeline-grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .investigation-methodology .timeline-step {

        display: grid;

        grid-template-columns:
            62px 1fr;

        column-gap: 18px;

        text-align: left;

        padding:
            0 8px 22px;

        border-bottom:
            1px solid rgba(200,162,77,.15);
    }

    .investigation-methodology .timeline-step:last-child {
        border-bottom: none;
    }

    .investigation-methodology .step-circle {

        grid-row:
            span 2;

        width: 62px;
        height: 62px;

        margin: 0;
    }

    .investigation-methodology .premium-card {

        min-height: auto;

        padding:
            23px 20px;
    }

    .investigation-methodology .premium-icon {
        margin:
            0 0 12px;
    }

    .investigation-methodology .card-title {
        font-size: 24px;
    }

    .investigation-methodology .feature-divider {
        margin-left: 0;
    }

    .investigation-methodology .quote-text {
        font-size: 18px;
    }
}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .investigation-methodology .section-title {
        font-size: 34px;
    }

    .investigation-methodology .section-tag {
        font-size: 10px;
        letter-spacing: 2.5px;
    }

    .investigation-methodology .timeline-step {
        grid-template-columns:
            56px 1fr;

        column-gap: 15px;
    }

    .investigation-methodology .step-circle {
        width: 56px;
        height: 56px;

        font-size: 11px;
    }

    .investigation-methodology .card-title {
        font-size: 22px;
    }

    .investigation-methodology .body-text {
        font-size: 12.5px;
    }
}

/* ==========================================================
   REDSPY SERVICES PAGE
   INDUSTRIES WE SUPPORT
   PREMIUM COMPACT GRID
   ========================================================== */

.premium-industries {

    position: relative;

    overflow: hidden;

    padding: 92px 0 88px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f7f3ec 100%
        );

    border-top:
        1px solid rgba(200,162,77,.12);

    border-bottom:
        1px solid rgba(200,162,77,.12);

}


/* ==========================================================
   HEADING
   ========================================================== */

.industries-heading {

    max-width: 850px;

    margin:
        0 auto 52px;

    text-align: center;

}


.industries-tag {

    display: inline-block;

    margin-bottom: 14px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;

    text-transform: uppercase;

}


.industries-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(40px, 5vw, 58px);

    line-height: 1.05;

    font-weight: 700;

    color: #151515;

}


.industries-heading h2 span {

    display: block;

    color: #a97922;

}


.industries-accent {

    width: 72px;

    height: 3px;

    margin:
        21px auto 21px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


.industries-heading p {

    max-width: 760px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14.5px;

    line-height: 1.8;

    color: #62666c;

}


/* ==========================================================
   CARD GRID
   ========================================================== */

.industries-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;

}


/* ==========================================================
   INDUSTRY CARD
   ========================================================== */

.industry-card {

    position: relative;

    min-height: 285px;

    padding:
        30px 27px 28px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf6 100%
        );

    border:
        1px solid rgba(200,162,77,.24);

    border-radius: 17px;

    overflow: hidden;

    box-shadow:
        0 12px 32px rgba(0,0,0,.055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


/* GOLD TOP EDGE */

.industry-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.30);

    transition:
        transform .35s ease;

}


/* SOFT GOLD CORNER */

.industry-card::after {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -85px;
    top: -85px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.13),
            transparent 70%
        );

    pointer-events: none;

}


/* ==========================================================
   HOVER
   ========================================================== */

.industry-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(200,162,77,.58);

    box-shadow:
        0 22px 45px rgba(0,0,0,.11);

}


.industry-card:hover::before {

    transform:
        scaleX(1);

}


/* ==========================================================
   NUMBER
   ========================================================== */

.industry-number {

    position: absolute;

    top: 22px;
    right: 23px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.55);

}


/* ==========================================================
   ICON
   ========================================================== */

.industry-icon {

    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #310d15
        );

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 12px;

    color: #c8a24d;

    font-size: 19px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.industry-card:hover .industry-icon {

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.15);

}


/* ==========================================================
   CARD TITLE
   ========================================================== */

.industry-card h3 {

    margin:
        0 0 13px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 27px;

    line-height: 1.05;

    font-weight: 700;

    color: #171717;

}


/* ==========================================================
   CARD GOLD DIVIDER
   ========================================================== */

.industry-line {

    width: 42px;

    height: 2px;

    margin-bottom: 17px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* ==========================================================
   CARD TEXT
   ========================================================== */

.industry-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.75;

    color: #656a70;

}


/* ==========================================================
   BOTTOM STATEMENT
   ========================================================== */

.industries-footer {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    margin-top: 42px;

}


.industries-footer span {

    width: 55px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );

}


.industries-footer span:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );

}


.industries-footer p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    color: #a97922;

}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .industries-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;

    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

    .premium-industries {

        padding:
            68px 0 70px;

    }


    .industries-heading {

        margin-bottom: 35px;

    }


    .industries-heading h2 {

        font-size: 39px;

    }


    .industries-heading p {

        padding:
            0 10px;

        font-size: 13.5px;

    }


    .industries-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .industry-card {

        min-height: auto;

        padding:
            29px 25px 27px;

    }


    .industry-card h3 {

        font-size: 26px;

    }


    .industries-footer {

        margin-top: 32px;

    }


    .industries-footer span {

        width: 30px;

    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .industries-heading h2 {

        font-size: 34px;

    }


    .industries-tag {

        font-size: 10px;

        letter-spacing: 2.5px;

    }


    .industries-footer p {

        font-size: 9px;

        letter-spacing: 1.8px;

    }

}

/* ==========================================================
   REDSPY INVESTIGATION FRAMEWORK
   COMPACT PREMIUM 4-PILLAR DESIGN
   ========================================================== */

.redspy-framework {

    position: relative;

    overflow: hidden;

    padding: 88px 0 82px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfaf7 52%,
            #f7f2e9 100%
        );

    border-top:
        1px solid rgba(200,162,77,.12);

    border-bottom:
        1px solid rgba(200,162,77,.12);

}


/* ==========================================================
   HEADING
   ========================================================== */

.framework-heading {

    max-width: 850px;

    margin:
        0 auto 50px;

    text-align: center;

}


.framework-tag {

    display: inline-block;

    margin-bottom: 14px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;

    text-transform: uppercase;

}


.framework-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(40px, 5vw, 58px);

    line-height: 1.05;

    font-weight: 700;

    color: #151515;

}


.framework-heading h2 span {

    display: block;

    color: #a97922;

}


.framework-accent {

    width: 72px;

    height: 3px;

    margin:
        21px auto 21px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


.framework-heading p {

    max-width: 760px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14.5px;

    line-height: 1.8;

    color: #62666c;

}


/* ==========================================================
   FRAMEWORK GRID
   ========================================================== */

.framework-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;

}


/* ==========================================================
   FRAMEWORK CARD
   ========================================================== */

.framework-card {

    position: relative;

    min-height: 285px;

    padding:
        30px 27px 27px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf6 100%
        );

    border:
        1px solid rgba(200,162,77,.24);

    border-radius: 17px;

    overflow: hidden;

    box-shadow:
        0 12px 32px rgba(0,0,0,.055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


/* GOLD TOP EDGE */

.framework-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.30);

    transition:
        transform .35s ease;

}


/* SOFT CORNER GLOW */

.framework-card::after {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -85px;
    top: -85px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.13),
            transparent 70%
        );

    pointer-events: none;

}


/* ==========================================================
   HOVER
   ========================================================== */

.framework-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(200,162,77,.58);

    box-shadow:
        0 22px 45px rgba(0,0,0,.11);

}


.framework-card:hover::before {

    transform:
        scaleX(1);

}


/* ==========================================================
   NUMBER
   ========================================================== */

.framework-number {

    position: absolute;

    top: 22px;
    right: 23px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.55);

}


/* ==========================================================
   ICON
   ========================================================== */

.framework-icon {

    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #310d15
        );

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 12px;

    color: #c8a24d;

    font-size: 19px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.framework-card:hover .framework-icon {

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.15);

}


/* ==========================================================
   TITLE
   ========================================================== */

.framework-card h3 {

    margin:
        0 0 13px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 27px;

    line-height: 1.05;

    font-weight: 700;

    color: #171717;

}


/* ==========================================================
   DIVIDER
   ========================================================== */

.framework-line {

    width: 42px;

    height: 2px;

    margin-bottom: 17px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* ==========================================================
   TEXT
   ========================================================== */

.framework-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.75;

    color: #656a70;

}


/* ==========================================================
   FOOTER STATEMENT
   ========================================================== */

.framework-footer {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    margin-top: 42px;

}


.framework-footer span {

    width: 55px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );

}


.framework-footer span:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );

}


.framework-footer p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.8px;

    text-transform: uppercase;

    color: #a97922;

    text-align: center;

}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .framework-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;

    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

    .redspy-framework {

        padding:
            68px 0 70px;

    }


    .framework-heading {

        margin-bottom: 35px;

    }


    .framework-heading h2 {

        font-size: 39px;

    }


    .framework-heading p {

        padding:
            0 10px;

        font-size: 13.5px;

    }


    .framework-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .framework-card {

        min-height: auto;

        padding:
            29px 25px 27px;

    }


    .framework-card h3 {

        font-size: 26px;

    }


    .framework-footer {

        margin-top: 32px;

    }


    .framework-footer span {

        width: 28px;

    }


    .framework-footer p {

        font-size: 9px;

        letter-spacing: 1.3px;

    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .framework-heading h2 {

        font-size: 34px;

    }


    .framework-tag {

        font-size: 10px;

        letter-spacing: 2.5px;

    }

}

/* ==========================================================
   11. WHY CHOOSE REDSPY
   PREMIUM EXECUTIVE LAYOUT
   ========================================================== */

.why-redspy {

    position: relative;

    overflow: hidden;

    padding: 105px 0 95px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f7f3ec 100%
        );

    border-top:
        1px solid rgba(200,162,77,.12);

    border-bottom:
        1px solid rgba(200,162,77,.12);
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.why-redspy-heading {

    max-width: 820px;

    margin: 0 auto 58px;

    text-align: center;
}


.why-redspy-tag {

    display: inline-block;

    margin-bottom: 14px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;

    text-transform: uppercase;
}


.why-redspy-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 5vw, 60px);

    line-height: 1.04;

    font-weight: 700;

    color: #151515;
}


.why-redspy-heading h2 span {

    display: block;

    color: #a97922;
}


.why-redspy-accent {

    width: 70px;

    height: 3px;

    margin: 20px auto;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


.why-redspy-heading p {

    max-width: 720px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14.5px;

    line-height: 1.8;

    color: #64686d;
}


/* ==========================================================
   MAIN TWO-COLUMN AREA
   ========================================================== */

.why-redspy-grid {

    display: grid;

    grid-template-columns:
        minmax(0, .92fr)
        minmax(0, 1.08fr);

    gap: 48px;

    align-items: stretch;
}


/* ==========================================================
   IMAGE
   ========================================================== */

.why-redspy-visual {

    position: relative;

    min-height: 560px;
}


.why-redspy-image-frame {

    position: relative;

    height: 100%;

    padding: 10px;

    background: #ffffff;

    border:
        1px solid rgba(200,162,77,.35);

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 25px 60px rgba(0,0,0,.10);
}


.why-redspy-image-frame::before {

    content: "";

    position: absolute;

    inset: 0;

    border:
        2px solid rgba(200,162,77,.45);

    border-radius: 22px;

    pointer-events: none;

    z-index: 2;
}


.why-redspy-image-frame img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 16px;

    transition:
        transform .7s ease;
}


.why-redspy-image-frame:hover img {

    transform:
        scale(1.035);
}


/* ==========================================================
   IMAGE BADGE
   ========================================================== */

.why-redspy-image-badge {

    position: absolute;

    left: 28px;

    bottom: 28px;

    z-index: 3;

    padding: 15px 20px;

    background:
        rgba(15,7,9,.88);

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 10px;

    backdrop-filter:
        blur(8px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.20);
}


.why-redspy-image-badge strong {

    display: block;

    margin-bottom: 3px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;

    letter-spacing: 2px;

    color: #c8a24d;
}


.why-redspy-image-badge span {

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    letter-spacing: 1.5px;

    color: #ffffff;

    text-transform: uppercase;
}


/* ==========================================================
   RIGHT PREMIUM PANEL
   ========================================================== */

.why-redspy-content {

    display: flex;

    align-items: stretch;
}


.why-redspy-card {

    width: 100%;

    padding: 42px 40px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf8f3 100%
        );

    border:
        1px solid rgba(200,162,77,.28);

    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.065);
}


/* ==========================================================
   CARD HEADING
   ========================================================== */

.why-redspy-mini {

    display: block;

    margin-bottom: 9px;

    font-family:
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.5px;

    color: #b8872f;

    text-transform: uppercase;
}


.why-redspy-card-heading h3 {

    margin: 0 0 28px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 34px;

    line-height: 1.05;

    font-weight: 700;

    color: #181818;
}


.why-redspy-card-heading h3 span {

    color: #8f1024;
}


/* ==========================================================
   ADVANTAGE POINTS
   ========================================================== */

.why-redspy-points {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    column-gap: 28px;

    row-gap: 24px;
}


.why-redspy-point {

    display: flex;

    gap: 14px;

    align-items: flex-start;

    padding-bottom: 20px;

    border-bottom:
        1px solid rgba(200,162,77,.16);
}


.why-redspy-icon {

    flex:
        0 0 40px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #2d0d14
        );

    border:
        1px solid rgba(200,162,77,.45);

    border-radius: 9px;

    color: #c8a24d;

    font-size: 15px;

    box-shadow:
        0 6px 15px rgba(0,0,0,.10);
}


.why-redspy-point h4 {

    margin: 0 0 5px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;

    line-height: 1.1;

    font-weight: 700;

    color: #171717;
}


.why-redspy-point p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11.5px;

    line-height: 1.65;

    color: #666a70;
}


/* ==========================================================
   CTA
   ========================================================== */

.why-redspy-cta {

    margin-top: 30px;

    padding-top: 25px;

    border-top:
        1px solid rgba(200,162,77,.20);
}


.why-redspy-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 13px 24px;

    background:
        linear-gradient(
            135deg,
            #8f1024,
            #a9162e
        );

    border-radius: 30px;

    color: #ffffff;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    box-shadow:
        0 10px 24px rgba(143,16,36,.18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.why-redspy-button i {

    font-size: 11px;

    transition:
        transform .3s ease;
}


.why-redspy-button:hover {

    transform:
        translateY(-3px);

    box-shadow:
        0 15px 30px rgba(143,16,36,.25);
}


.why-redspy-button:hover i {

    transform:
        translateX(4px);
}


/* ==========================================================
   CLOSING STATEMENT
   ========================================================== */

.why-redspy-closing {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    margin-top: 55px;
}


.why-redspy-closing span {

    width: 70px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );
}


.why-redspy-closing span:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );
}


.why-redspy-closing p {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;

    font-weight: 600;

    font-style: italic;

    color: #55504a;

    text-align: center;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    .why-redspy {

        padding:
            85px 0 80px;
    }

    .why-redspy-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .why-redspy-visual {

        min-height: 430px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

    .why-redspy {

        padding:
            70px 0 65px;
    }

    .why-redspy-heading {

        margin-bottom: 38px;
    }

    .why-redspy-heading h2 {

        font-size: 39px;
    }

    .why-redspy-heading p {

        padding: 0 8px;

        font-size: 13.5px;
    }

    .why-redspy-visual {

        min-height: 350px;
    }

    .why-redspy-card {

        padding: 30px 24px;
    }

    .why-redspy-card-heading h3 {

        font-size: 30px;
    }

    .why-redspy-points {

        grid-template-columns: 1fr;

        gap: 18px;
    }

    .why-redspy-point {

        padding-bottom: 17px;
    }

    .why-redspy-closing {

        margin-top: 40px;

        gap: 10px;
    }

    .why-redspy-closing span {

        width: 35px;
    }

    .why-redspy-closing p {

        font-size: 17px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .why-redspy-heading h2 {

        font-size: 34px;
    }

    .why-redspy-card {

        padding: 26px 20px;
    }

    .why-redspy-image-badge {

        left: 18px;

        bottom: 18px;

        padding: 12px 15px;
    }

    .why-redspy-button {

        width: 100%;

        padding: 13px 16px;
    }

}

/* ==========================================================
   REDSPY AT A GLANCE
   PREMIUM CREDENTIALS SHOWCASE
========================================================== */

.redspy-glance {

    position: relative;

    overflow: hidden;

    padding: 95px 0 88px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(200,162,77,.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 75%,
            rgba(112,20,34,.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #090707 0%,
            #16090c 48%,
            #080606 100%
        );

    border-top:
        1px solid rgba(200,162,77,.25);

    border-bottom:
        1px solid rgba(200,162,77,.20);

}


/* ==========================================================
   DECORATIVE ORBS
========================================================== */

.glance-orb {

    position: absolute;

    width: 360px;
    height: 360px;

    border-radius: 50%;

    pointer-events: none;

    opacity: .35;

    filter: blur(2px);

}


.glance-orb-left {

    left: -230px;
    top: 80px;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.18),
            transparent 68%
        );

}


.glance-orb-right {

    right: -240px;
    bottom: -160px;

    background:
        radial-gradient(
            circle,
            rgba(143,16,36,.22),
            transparent 68%
        );

}


/* ==========================================================
   SUBTLE GEOMETRIC BORDER
========================================================== */

.redspy-glance::before {

    content: "";

    position: absolute;

    inset: 18px;

    border:
        1px solid rgba(200,162,77,.055);

    pointer-events: none;

}


/* ==========================================================
   HEADING
========================================================== */

.glance-heading {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin:
        0 auto 58px;

    text-align: center;

}


.glance-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #c8a24d;

    text-transform: uppercase;

}


.glance-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 5vw, 60px);

    line-height: 1.02;

    font-weight: 700;

    color: #ffffff;

}


.glance-heading h2 span {

    display: block;

    color: #c8a24d;

}


.glance-heading-line {

    width: 72px;

    height: 3px;

    margin:
        21px auto 21px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


.glance-heading p {

    max-width: 690px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: rgba(255,255,255,.67);

}


/* ==========================================================
   CARD GRID
========================================================== */

.glance-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 16px;

}


/* ==========================================================
   CARD
========================================================== */

.glance-card {

    position: relative;

    min-height: 315px;

    padding:
        25px 21px 24px;

    background:
        linear-gradient(
            155deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    border:
        1px solid rgba(200,162,77,.24);

    border-radius: 16px;

    overflow: hidden;

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease,
        background .4s ease;

}


/* Gold top edge */

.glance-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.25);

    transition:
        transform .4s ease;

}


/* Corner glow */

.glance-card::after {

    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    top: -80px;
    right: -80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.18),
            transparent 70%
        );

    pointer-events: none;

}


/* ==========================================================
   HOVER
========================================================== */

.glance-card:hover {

    transform:
        translateY(-10px);

    border-color:
        rgba(200,162,77,.68);

    background:
        linear-gradient(
            155deg,
            rgba(255,255,255,.105),
            rgba(255,255,255,.035)
        );

    box-shadow:
        0 25px 55px rgba(0,0,0,.40),
        0 0 28px rgba(200,162,77,.08);

}


.glance-card:hover::before {

    transform:
        scaleX(1);

}


/* ==========================================================
   FEATURED CARD
========================================================== */

.glance-card.featured-card {

    background:
        linear-gradient(
            155deg,
            rgba(112,20,34,.38),
            rgba(30,8,12,.55)
        );

    border-color:
        rgba(200,162,77,.42);

}


.glance-card.featured-card:hover {

    background:
        linear-gradient(
            155deg,
            rgba(112,20,34,.50),
            rgba(30,8,12,.65)
        );

}


/* ==========================================================
   CARD TOP
========================================================== */

.glance-card-top {

    display: flex;

    align-items: flex-start;

    justify-content:
        space-between;

    margin-bottom: 27px;

}


.glance-number {

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(200,162,77,.60);

}


/* ==========================================================
   ICON
========================================================== */

.glance-icon {

    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(200,162,77,.45);

    border-radius: 11px;

    background:
        linear-gradient(
            145deg,
            #230b10,
            #100709
        );

    color:
        #c8a24d;

    font-size: 17px;

    box-shadow:
        0 7px 18px rgba(0,0,0,.28);

    transition:
        transform .35s ease,
        background .35s ease;

}


.glance-card:hover .glance-icon {

    transform:
        rotate(-4deg)
        scale(1.08);

    background:
        linear-gradient(
            145deg,
            #4b101a,
            #18080d
        );

}


/* ==========================================================
   VALUE
========================================================== */

.glance-value {

    min-height: 63px;

    margin-bottom: 7px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 46px;

    line-height: .95;

    font-weight: 700;

    letter-spacing: -.5px;

    color: #ffffff;

}


.glance-value span {

    color:
        #c8a24d;

}


.glance-text-value {

    font-size: 31px;

    line-height: .82;

    letter-spacing: 1px;

    color:
        #c8a24d;

}


/* ==========================================================
   CARD TITLE
========================================================== */

.glance-card h3 {

    margin:
        0 0 14px;

    min-height: 42px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;

    line-height: 1.05;

    font-weight: 700;

    color: #ffffff;

}


/* ==========================================================
   CARD DIVIDER
========================================================== */

.glance-card-line {

    width: 38px;

    height: 2px;

    margin-bottom: 14px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* ==========================================================
   CARD TEXT
========================================================== */

.glance-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11.5px;

    line-height: 1.65;

    color:
        rgba(255,255,255,.57);

}


/* ==========================================================
   FOOTER CREDIBILITY LINE
========================================================== */

.glance-footer {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 22px;

    margin-top: 45px;

}


.glance-footer span {

    width: 90px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(200,162,77,.55)
        );

}


.glance-footer span:last-child {

    background:
        linear-gradient(
            90deg,
            rgba(200,162,77,.55),
            transparent
        );

}


.glance-footer p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    color:
        rgba(255,255,255,.62);

}


.glance-footer i {

    margin-right: 7px;

    color:
        #c8a24d;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

    .glance-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 18px;

    }

    .glance-card:nth-child(4) {

        grid-column: 1 / 2;

    }

    .glance-card:nth-child(5) {

        grid-column: 2 / 3;

    }

}


/* ==========================================================
   MOBILE TABLET
========================================================== */

@media (max-width: 760px) {

    .redspy-glance {

        padding:
            75px 0 70px;

    }

    .redspy-glance::before {

        inset: 10px;

    }

    .glance-heading {

        margin-bottom: 40px;

    }

    .glance-heading h2 {

        font-size: 43px;

    }

    .glance-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 15px;

    }

    .glance-card:nth-child(4),
    .glance-card:nth-child(5) {

        grid-column: auto;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 520px) {

    .redspy-glance {

        padding:
            65px 0 60px;

    }

    .glance-heading h2 {

        font-size: 38px;

    }

    .glance-heading p {

        padding:
            0 12px;

        font-size: 13px;

    }

    .glance-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .glance-card {

        min-height: auto;

        padding:
            24px 23px 25px;

    }

    .glance-card-top {

        margin-bottom: 22px;

    }

    .glance-value {

        font-size: 44px;

    }

    .glance-text-value {

        font-size: 29px;

    }

    .glance-footer {

        gap: 10px;

    }

    .glance-footer span {

        width: 35px;

    }

    .glance-footer p {

        font-size: 8px;

        letter-spacing: 1.5px;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 380px) {

    .glance-heading h2 {

        font-size: 34px;

    }

    .glance-eyebrow {

        font-size: 9px;

        letter-spacing: 3px;

    }

}

/* =========================================================
   SERVICES — CONFIDENTIAL / PROFESSIONAL / INTEGRITY
========================================================= */

.services-confidence {
    position: relative;
    padding: 72px 7%;
    background: #faf8f3;
    text-align: center;
    overflow: hidden;
}

.services-confidence::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #c69a3b,
        transparent
    );
}

.services-confidence::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #c69a3b,
        transparent
    );
}

.services-confidence-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.services-confidence-label {
    margin-bottom: 18px;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
    color: #b88a2e;
}

.services-confidence-label span {
    color: #8f1728;
    margin: 0 8px;
}

.services-confidence h2 {
    margin: 0 auto;

    max-width: 900px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.08;

    color: #171010;
}

.services-confidence h2 span {
    color: #97192b;
}

.services-confidence p {
    max-width: 850px;

    margin: 25px auto 0;

    font-family: Arial, sans-serif;

    font-size: 16px;
    line-height: 1.75;

    color: #5f5a58;
}

.services-confidence-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-top: 30px;

    padding: 16px 30px;

    background: #97192b;
    color: #fff;

    text-decoration: none;

    border-radius: 4px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.services-confidence-btn:hover {
    background: #7e1323;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(100, 20, 30, .18);
}


/* MOBILE */

@media (max-width: 600px) {

    .services-confidence {
        padding: 55px 22px;
    }

    .services-confidence-label {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .services-confidence h2 {
        font-size: 38px;
    }

    .services-confidence p {
        font-size: 14px;
    }

    .services-confidence-btn {
        width: 100%;
    }
}

/* =========================================================
   REDSPY — PROFESSIONAL NOTICE CARD
========================================================= */

.professional-notice {
    padding: 55px 7%;
    background: #faf9f6;
}

.professional-notice-card {
    position: relative;

    max-width: 1180px;
    margin: 0 auto;

    display: flex;
    align-items: flex-start;

    gap: 28px;

    padding: 34px 42px 34px 46px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #faf8f2 100%
        );

    border: 1px solid rgba(198, 154, 59, 0.65);

    border-radius: 14px;

    box-shadow:
        0 12px 35px rgba(30, 15, 15, 0.08),
        0 2px 8px rgba(198, 154, 59, 0.08);

    overflow: hidden;
}

/* GOLD SIDE ACCENT */

.notice-accent {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 5px;

    background:
        linear-gradient(
            180deg,
            #c69a3b,
            #e0bd68,
            #8f1728
        );
}

/* ICON */

.notice-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #97192b;

    box-shadow:
        0 6px 15px rgba(151, 25, 43, 0.18);
}

.notice-icon span {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1.5px solid #ffffff;
    border-radius: 50%;

    color: #ffffff;

    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: bold;
}

/* CONTENT */

.notice-content {
    flex: 1;
}

.notice-label {
    margin-bottom: 12px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
    font-weight: 700;

    letter-spacing: 0.5px;

    color: #171010;
}

.notice-label::after {
    content: "";

    display: block;

    width: 52px;
    height: 2px;

    margin-top: 9px;

    background: #c69a3b;
}

.notice-content p {
    margin: 12px 0 0;

    font-family: Arial, sans-serif;

    font-size: 15px;
    line-height: 1.75;

    color: #5c5856;
}

.notice-content strong {
    color: #8f1728;
    font-weight: 700;
}


/* =========================================================
   HOVER — VERY SUBTLE PREMIUM EFFECT
========================================================= */

.professional-notice-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.professional-notice-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 18px 42px rgba(30, 15, 15, 0.11),
        0 4px 12px rgba(198, 154, 59, 0.12);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .professional-notice {
        padding: 40px 20px;
    }

    .professional-notice-card {
        padding: 28px 24px 28px 28px;

        gap: 18px;

        border-radius: 12px;
    }

    .notice-icon {
        flex: 0 0 40px;

        width: 40px;
        height: 40px;
    }

    .notice-label {
        font-size: 20px;
    }

    .notice-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* =====================================================
   FAQ BUTTON — FINAL CTA
===================================================== */

.services-confidence-btn.faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-left: 14px;

    padding: 15px 28px;

    background: transparent;
    color: #8f111d;

    border: 1px solid #c9a34a;
    border-radius: 50px;

    text-decoration: none;
    font-weight: 700;

    transition: all 0.25s ease;
}

.services-confidence-btn.faq-button:hover {
    background: #8f111d;
    color: #ffffff;

    border-color: #c9a34a;

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.12),
        0 0 16px rgba(201, 163, 74, 0.28);
}

.services-confidence-btn.faq-button span {
    transition: transform 0.25s ease;
}

.services-confidence-btn.faq-button:hover span {
    transform: translateX(3px);
}

/* =========================================================
   REDSPY SERVICES — FINAL 9-CARD CONSISTENCY FIX
   ========================================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

/* Every service card receives identical dimensions */
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;

    height: 100%;
    min-height: 470px;

    box-sizing: border-box;

    background: #fff;

    border: 1px solid rgba(201, 157, 46, 0.28);
    border-left: 4px solid #c99d2e;

    border-radius: 0 0 18px 18px;

    padding: 34px 34px 30px;

    box-shadow: 0 14px 35px rgba(20, 15, 8, 0.08);

    overflow: hidden;
}

/* Subtle premium top edge */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 2px;

    background: #c99d2e;
}

/* Icon */
.service-card .service-icon {
    flex-shrink: 0;
    margin-bottom: 22px;
}

/* Heading */
.service-card h3 {
    margin: 0 0 18px;
}

/* Description */
.service-card p {
    margin-bottom: 22px;
}

/* Service list */
.service-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Keep Learn More at bottom */
.service-card .service-btn {
    margin-top: auto;
    align-self: flex-start;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
}

/* Gold arrow */
.service-card .service-btn i {
    color: #c99d2e;
    font-size: 24px;

    transition:
        transform 0.25s ease,
        color 0.25s ease;
}

/* Arrow movement */
.service-card .service-btn:hover i {
    transform: translateX(6px);
    color: #a97d19;
}

/* Card hover */
.service-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 20px 42px rgba(20, 15, 8, 0.12);
}

.service-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
    }

}

.achievements .section-heading h2 {
    color: #C99D2E;
}