/* ==========================================================
   DUE DILIGENCE
   BUSINESS INTELLIGENCE SECTION
   REDSPY PREMIUM DESIGN
========================================================== */

.dd-intelligence-section {

    position: relative;

    overflow: hidden;

    padding:
        105px 0 95px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f7f2ea 100%
        );

    border-top:
        1px solid
        rgba(200,162,77,.12);

    border-bottom:
        1px solid
        rgba(200,162,77,.12);

}


/* ==========================================================
   BACKGROUND DECORATION
========================================================== */

.dd-bg-orb {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    pointer-events: none;

    opacity: .55;

}


.dd-bg-orb-left {

    left: -270px;

    top: 80px;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.10),
            transparent 68%
        );

}


.dd-bg-orb-right {

    right: -260px;

    bottom: -120px;

    background:
        radial-gradient(
            circle,
            rgba(112,20,34,.07),
            transparent 68%
        );

}


/* ==========================================================
   HEADING
========================================================== */

.dd-intelligence-heading {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin:
        0 auto 60px;

    text-align: center;

}


.dd-section-tag {

    display: inline-block;

    margin-bottom: 17px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color:
        #b8872f;

    text-transform: uppercase;

}


.dd-intelligence-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 5vw, 61px);

    line-height: 1.04;

    font-weight: 700;

    color:
        #171515;

}


.dd-intelligence-heading h2 span {

    display: block;

    color:
        #8f1024;

}


.dd-gold-accent {

    width: 72px;

    height: 3px;

    margin:
        23px auto 24px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


.dd-intelligence-heading p {

    max-width: 800px;

    margin:
        0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color:
        #64686d;

}


.dd-intelligence-heading .dd-heading-note {

    margin-top: 10px;

    color:
        #777b80;

}


/* ==========================================================
   CARD GRID
========================================================== */

.dd-intelligence-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;

}


/* ==========================================================
   PREMIUM CARD
========================================================== */

.dd-intelligence-card {

    position: relative;

    min-height: 350px;

    padding:
        34px 32px 27px;

    display: flex;

    flex-direction: column;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbf8f2 100%
        );

    border:
        1px solid
        rgba(200,162,77,.25);

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 15px 40px
        rgba(0,0,0,.055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


.dd-intelligence-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #8f1024,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.35);

    transition:
        transform .35s ease;

}


.dd-intelligence-card::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    right: -105px;

    top: -105px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.14),
            transparent 70%
        );

    pointer-events: none;

}


.dd-intelligence-card:hover {

    transform:
        translateY(-9px);

    border-color:
        rgba(200,162,77,.58);

    box-shadow:
        0 25px 55px
        rgba(0,0,0,.11);

}


.dd-intelligence-card:hover::before {

    transform:
        scaleX(1);

}


/* ==========================================================
   NUMBER
========================================================== */

.dd-card-number {

    position: absolute;

    top: 22px;

    right: 27px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.55);

}


/* ==========================================================
   ICON
========================================================== */

.dd-card-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 23px;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #350e16
        );

    border:
        1px solid
        rgba(200,162,77,.55);

    border-radius: 13px;

    color:
        #c8a24d;

    font-size: 20px;

    box-shadow:
        0 9px 22px
        rgba(0,0,0,.13);

}


/* ==========================================================
   CARD DIVIDER
========================================================== */

.dd-card-line {

    width: 42px;

    height: 2px;

    margin-bottom: 17px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* ==========================================================
   CARD TITLE
========================================================== */

.dd-intelligence-card h3 {

    margin:
        0 0 13px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 29px;

    line-height: 1.08;

    font-weight: 700;

    color:
        #181616;

}


/* ==========================================================
   CARD TEXT
========================================================== */

.dd-intelligence-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 13.5px;

    line-height: 1.75;

    color:
        #686d72;

}


/* ==========================================================
   CARD FOOTER
========================================================== */

.dd-card-footer {

    margin-top: auto;

    padding-top: 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top:
        1px solid
        rgba(200,162,77,.16);

}


.dd-card-footer span {

    font-family:
        Arial,
        sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        #b8872f;

}


.dd-card-footer i {

    color:
        #8f1024;

    font-size: 12px;

    transition:
        transform .3s ease;

}


.dd-intelligence-card:hover
.dd-card-footer i {

    transform:
        translateX(5px);

}


/* ==========================================================
   BOTTOM STATEMENT
========================================================== */

.dd-intelligence-bottom {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 22px;

    margin-top: 55px;

}


.dd-intelligence-bottom p {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 22px;

    font-weight: 600;

    color:
        #383335;

}


.dd-intelligence-bottom strong {

    color:
        #8f1024;

}


.dd-bottom-line {

    width: 65px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );

}


.dd-bottom-line:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 950px) {

    .dd-intelligence-section {

        padding:
            85px 0;

    }

    .dd-intelligence-grid {

        grid-template-columns:
            1fr 1fr;

    }

    .dd-intelligence-card:last-child {

        grid-column:
            1 / -1;

        max-width:
            calc(50% - 12px);

        width: 100%;

        margin: 0 auto;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dd-intelligence-section {

        padding:
            68px 0 70px;

    }

    .dd-intelligence-heading {

        margin-bottom: 40px;

    }

    .dd-intelligence-heading h2 {

        font-size: 39px;

    }

    .dd-intelligence-heading p {

        padding:
            0 10px;

        font-size: 14px;

    }

    .dd-intelligence-grid {

        grid-template-columns: 1fr;

        gap: 16px;

    }

    .dd-intelligence-card {

        min-height: 320px;

        padding:
            30px 25px 25px;

    }

    .dd-intelligence-card:last-child {

        grid-column: auto;

        max-width: none;

    }

    .dd-intelligence-bottom {

        gap: 10px;

        margin-top: 40px;

    }

    .dd-intelligence-bottom p {

        text-align: center;

        font-size: 19px;

    }

    .dd-bottom-line {

        display: none;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .dd-intelligence-heading h2 {

        font-size: 34px;

    }

    .dd-section-tag {

        font-size: 10px;

        letter-spacing: 2.5px;

    }

}

/* ==========================================================
   DUE DILIGENCE
   UNDERSTANDING THE VALUE
   PREMIUM EDITORIAL SECTION
========================================================== */

.dd-understanding {

    position: relative;

    padding: 105px 0 110px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfaf7 52%,
            #f5efe5 100%
        );

    overflow: hidden;

}


/* ----------------------------------------------------------
   SUBTLE BACKGROUND GEOMETRY
---------------------------------------------------------- */

.dd-understanding::before {

    content: "";

    position: absolute;

    width: 460px;
    height: 460px;

    right: -250px;
    top: -220px;

    border: 1px solid rgba(200,162,77,.12);

    transform: rotate(45deg);

    pointer-events: none;

}


.dd-understanding::after {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -180px;
    bottom: -170px;

    border: 1px solid rgba(143,16,36,.07);

    transform: rotate(45deg);

    pointer-events: none;

}


/* ----------------------------------------------------------
   CONTAINER
---------------------------------------------------------- */

.dd-understanding-container {

    position: relative;

    z-index: 2;

    width: min(1180px, calc(100% - 40px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 72px;

    align-items: center;

}


/* ==========================================================
   IMAGE SIDE
========================================================== */

.dd-understanding-visual {

    position: relative;

}


/* IMAGE FRAME */

.dd-image-frame {

    position: relative;

    min-height: 540px;

    overflow: hidden;

    border-radius: 4px;

    background: #16070b;

    border:
        1px solid rgba(200,162,77,.45);

    box-shadow:
        0 28px 65px rgba(0,0,0,.16);

}


/* GOLD FRAME DETAIL */

.dd-image-frame::before {

    content: "";

    position: absolute;

    inset: 12px;

    border:
        1px solid rgba(200,162,77,.35);

    z-index: 3;

    pointer-events: none;

}


/* IMAGE */

.dd-image-frame img {

    width: 100%;
    height: 540px;

    display: block;

    object-fit: cover;

    transition:
        transform .8s ease,
        filter .8s ease;

}


/* IMAGE HOVER */

.dd-image-frame:hover img {

    transform: scale(1.045);

    filter:
        brightness(.88)
        contrast(1.05);

}


/* DARK GRADIENT */

.dd-image-overlay {

    position: absolute;

    inset: 0;

    z-index: 2;

    background:
    linear-gradient(
        90deg,
        rgba(5, 2, 3, 0.72) 0%,
        rgba(10, 4, 5, 0.52) 35%,
        rgba(10, 4, 5, 0.28) 65%,
        rgba(5, 2, 3, 0.42) 100%
    );

    pointer-events: none;

}


/* IMAGE CAPTION */

.dd-image-caption {

    position: absolute;

    z-index: 4;

    left: 36px;
    right: 36px;
    bottom: 34px;

    color: #fff;

}


.dd-image-caption span {

    display: block;

    margin-bottom: 8px;

    font-family:
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #c8a24d;

    text-transform: uppercase;

}


.dd-image-caption strong {

    display: block;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 30px;

    line-height: 1.05;

    font-weight: 600;

}


/* ==========================================================
   CONTENT SIDE
========================================================== */

.dd-understanding-content {

    max-width: 570px;

}


/* EYEBROW */

.dd-section-tag {

    display: inline-block;

    margin-bottom: 17px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.2px;

    color: #b48732;

    text-transform: uppercase;

}


/* HEADING */

.dd-understanding-content h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 4.2vw, 60px);

    line-height: .98;

    font-weight: 700;

    color: #171717;

}


/* GOLD HEADING LINE */

.dd-understanding-content h2 span {

    display: block;

    color: #8f1024;

}


/* ACCENT */

.dd-gold-line {

    width: 70px;

    height: 3px;

    margin: 24px 0 27px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );

}


/* LEAD */

.dd-lead {

    margin: 0 0 17px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #4f555b;

}


/* SECONDARY TEXT */

.dd-text {

    margin: 0 0 28px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: #73777c;

}


/* ==========================================================
   MINI INTELLIGENCE CARDS
========================================================== */

.dd-mini-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 10px;

    margin-top: 25px;

}


/* MINI CARD */

.dd-mini-card {

    display: flex;

    align-items: center;

    gap: 11px;

    min-height: 76px;

    padding: 13px 12px;

    background:
        rgba(255,255,255,.78);

    border:
        1px solid rgba(200,162,77,.22);

    border-radius: 10px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.035);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


.dd-mini-card:hover {

    transform: translateY(-4px);

    border-color:
        rgba(200,162,77,.65);

    box-shadow:
        0 14px 30px rgba(0,0,0,.08);

}


/* ICON */

.dd-mini-icon {

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            #21090e,
            #4b111b
        );

    color: #c8a24d;

    font-size: 14px;

}


/* MINI CARD TEXT */

.dd-mini-card strong {

    display: block;

    margin-bottom: 3px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 19px;

    line-height: 1;

    color: #191919;

}


.dd-mini-card span {

    display: block;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    line-height: 1.35;

    color: #777;

}


/* ==========================================================
   PROFESSIONAL NOTE
========================================================== */

.dd-understanding-note {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 27px;

    padding-top: 19px;

    border-top:
        1px solid rgba(200,162,77,.22);

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.6;

    color: #666;

}


.dd-understanding-note i {

    flex: 0 0 auto;

    color: #a97922;

    font-size: 15px;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 950px) {

    .dd-understanding {

        padding:
            80px 0 85px;

    }

    .dd-understanding-container {

        grid-template-columns: 1fr;

        gap: 48px;

    }

    .dd-understanding-content {

        max-width: 760px;

    }

    .dd-image-frame {

        min-height: 480px;

    }

    .dd-image-frame img {

        height: 480px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dd-understanding {

        padding:
            65px 0 70px;

    }

    .dd-understanding-container {

        width:
            min(100% - 30px, 560px);

        gap: 38px;

    }

    .dd-image-frame {

        min-height: 360px;

    }

    .dd-image-frame img {

        height: 360px;

    }

    .dd-image-caption {

        left: 27px;
        right: 27px;
        bottom: 27px;

    }

    .dd-image-caption strong {

        font-size: 26px;

    }

    .dd-understanding-content h2 {

        font-size: 40px;

    }

    .dd-mini-grid {

        grid-template-columns: 1fr;

        gap: 9px;

    }

    .dd-mini-card {

        min-height: 66px;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .dd-understanding-content h2 {

        font-size: 35px;

    }

    .dd-section-tag {

        font-size: 9px;

        letter-spacing: 2.5px;

    }

    .dd-lead {

        font-size: 13.5px;

    }

    .dd-image-frame {

        min-height: 320px;

    }

    .dd-image-frame img {

        height: 320px;

    }

}

/* ==========================================================
   REDSPY DUE DILIGENCE
   BUSINESS RISK LANDSCAPE
   PREMIUM CARD SYSTEM
========================================================== */

.dd-risk-landscape {

    position: relative;

    padding: 105px 0 110px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 48%,
            #f5f0e8 100%
        );

    border-top:
        1px solid rgba(200,162,77,.14);

    border-bottom:
        1px solid rgba(200,162,77,.14);

    overflow: hidden;
}


/* ----------------------------------------------------------
   BACKGROUND DECORATION
---------------------------------------------------------- */

.dd-risk-landscape::before {

    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    left: -300px;
    top: -260px;

    border:
        1px solid rgba(200,162,77,.08);

    transform:
        rotate(45deg);

    pointer-events: none;
}


.dd-risk-landscape::after {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -250px;
    bottom: -250px;

    border:
        1px solid rgba(112,20,34,.06);

    transform:
        rotate(45deg);

    pointer-events: none;
}


/* ----------------------------------------------------------
   CONTAINER
---------------------------------------------------------- */

.dd-risk-container {

    position: relative;

    z-index: 2;

    width: min(1180px, 92%);

    margin: 0 auto;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.dd-risk-heading {

    max-width: 820px;

    margin:
        0 auto 58px;

    text-align: center;
}


.dd-section-tag {

    display: inline-block;

    margin-bottom: 16px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #b8872f;

    text-transform: uppercase;
}


.dd-risk-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(42px, 5vw, 60px);

    line-height: 1.05;

    font-weight: 700;

    color: #171717;
}


.dd-risk-heading h2 span {

    display: block;

    color: #9c7525;
}


.dd-heading-accent {

    width: 72px;

    height: 3px;

    margin:
        23px auto 23px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


.dd-risk-heading p {

    max-width: 720px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #646970;
}


/* ----------------------------------------------------------
   CARD GRID
---------------------------------------------------------- */

.dd-risk-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* ----------------------------------------------------------
   RISK CARD
---------------------------------------------------------- */

.dd-risk-card {

    position: relative;

    min-height: 335px;

    padding:
        34px 31px 29px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbf8f2 100%
        );

    border:
        1px solid rgba(200,162,77,.25);

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(0,0,0,.055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* TOP GOLD BAR */

.dd-risk-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.25);

    transition:
        transform .35s ease;
}


/* CORNER GLOW */

.dd-risk-card::after {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -105px;
    top: -105px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,162,77,.15),
            transparent 70%
        );

    pointer-events: none;
}


/* HOVER */

.dd-risk-card:hover {

    transform:
        translateY(-9px);

    border-color:
        rgba(200,162,77,.58);

    box-shadow:
        0 24px 52px rgba(0,0,0,.11);
}


.dd-risk-card:hover::before {

    transform:
        scaleX(1);
}


/* ----------------------------------------------------------
   NUMBER
---------------------------------------------------------- */

.dd-risk-number {

    position: absolute;

    top: 22px;
    right: 25px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.65);
}


/* ----------------------------------------------------------
   ICON
---------------------------------------------------------- */

.dd-risk-icon {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    background:
        linear-gradient(
            145deg,
            #19080c,
            #351018
        );

    border:
        1px solid rgba(200,162,77,.58);

    border-radius: 13px;

    color: #d2a64b;

    font-size: 20px;

    box-shadow:
        0 9px 22px rgba(0,0,0,.13);
}


/* ----------------------------------------------------------
   DIVIDER
---------------------------------------------------------- */

.dd-risk-line {

    width: 45px;

    height: 2px;

    margin-bottom: 17px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


/* ----------------------------------------------------------
   CARD TITLE
---------------------------------------------------------- */

.dd-risk-card h3 {

    margin:
        0 0 13px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 28px;

    line-height: 1.08;

    font-weight: 700;

    color: #181818;
}


/* ----------------------------------------------------------
   CARD DESCRIPTION
---------------------------------------------------------- */

.dd-risk-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 13.5px;

    line-height: 1.75;

    color: #666b71;
}


/* ----------------------------------------------------------
   CARD FOOTER
---------------------------------------------------------- */

.dd-risk-footer {

    position: absolute;

    left: 31px;
    right: 31px;
    bottom: 25px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-top: 15px;

    border-top:
        1px solid rgba(200,162,77,.16);

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.6px;

    color: #a87926;
}


.dd-risk-footer i {

    font-size: 12px;

    transition:
        transform .3s ease;
}


.dd-risk-card:hover
.dd-risk-footer i {

    transform:
        translateX(5px);
}


/* ----------------------------------------------------------
   BOTTOM STATEMENT
---------------------------------------------------------- */

.dd-risk-bottom {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 22px;

    margin-top: 58px;

    text-align: center;
}


.dd-risk-bottom-line {

    width: 65px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );
}


.dd-risk-bottom-line:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );
}


.dd-risk-bottom p {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;

    font-weight: 600;

    color: #3d3030;
}


.dd-risk-bottom strong {

    color: #8f1024;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 950px) {

    .dd-risk-landscape {

        padding:
            85px 0 90px;
    }


    .dd-risk-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .dd-risk-card:last-child {

        grid-column:
            1 / -1;

        max-width:
            calc(50% - 12px);

        width: 100%;

        margin: 0 auto;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dd-risk-landscape {

        padding:
            68px 0 75px;
    }


    .dd-risk-heading {

        margin-bottom: 40px;
    }


    .dd-risk-heading h2 {

        font-size: 39px;
    }


    .dd-risk-heading p {

        font-size: 14px;
    }


    .dd-risk-grid {

        grid-template-columns: 1fr;

        gap: 17px;
    }


    .dd-risk-card {

        min-height: 320px;

        padding:
            30px 25px 27px;
    }


    .dd-risk-card:last-child {

        grid-column: auto;

        max-width: none;
    }


    .dd-risk-footer {

        left: 25px;
        right: 25px;
    }


    .dd-risk-bottom {

        gap: 10px;

        margin-top: 42px;
    }


    .dd-risk-bottom-line {

        width: 25px;
    }


    .dd-risk-bottom p {

        font-size: 18px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .dd-risk-heading h2 {

        font-size: 34px;
    }


    .dd-section-tag {

        font-size: 10px;

        letter-spacing: 2.5px;
    }


    .dd-risk-card h3 {

        font-size: 25px;
    }

}

/* ==========================================================
   REDSPY DUE DILIGENCE
   INDUSTRIES WE SERVE
========================================================== */

.dd-industries {

    position: relative;

    padding: 110px 0 115px;

    background:
        linear-gradient(
            135deg,
            #18080c 0%,
            #240b11 48%,
            #110609 100%
        );

    overflow: hidden;
}


/* ----------------------------------------------------------
   BACKGROUND DETAILS
---------------------------------------------------------- */

.dd-industries::before {

    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    left: -350px;
    top: -300px;

    border:
        1px solid rgba(200,162,77,.10);

    transform:
        rotate(45deg);

    pointer-events: none;
}


.dd-industries::after {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -280px;
    bottom: -280px;

    border:
        1px solid rgba(200,162,77,.08);

    transform:
        rotate(45deg);

    pointer-events: none;
}


/* ----------------------------------------------------------
   CONTAINER
---------------------------------------------------------- */

.dd-industries-container {

    position: relative;

    z-index: 2;

    width: min(1180px, 92%);

    margin: 0 auto;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.dd-industries-heading {

    max-width: 850px;

    margin:
        0 auto 60px;

    text-align: center;
}


.dd-industries-heading .dd-section-tag {

    color: #d0a44d;
}


.dd-industries-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(43px, 5vw, 62px);

    line-height: 1.05;

    font-weight: 700;

    color: #ffffff;
}


.dd-industries-heading h2 span {

    display: block;

    color: #c9a04a;
}


.dd-industries-heading .dd-heading-accent {

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


.dd-industries-heading p {

    max-width: 730px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: rgba(255,255,255,.68);
}


/* ----------------------------------------------------------
   INDUSTRY GRID
---------------------------------------------------------- */

.dd-industries-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* ----------------------------------------------------------
   INDUSTRY CARD
---------------------------------------------------------- */

.dd-industry-card {

    position: relative;

    min-height: 300px;

    display: flex;

    flex-direction: column;

    padding:
        31px 27px 27px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    border:
        1px solid rgba(200,162,77,.28);

    border-radius: 16px;

    backdrop-filter:
        blur(8px);

    overflow: hidden;

    transition:
        transform .4s ease,
        border-color .4s ease,
        background .4s ease,
        box-shadow .4s ease;
}


/* TOP GOLD LINE */

.dd-industry-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.15);

    transition:
        transform .4s ease;
}


/* HOVER */

.dd-industry-card:hover {

    transform:
        translateY(-8px);

    background:
        linear-gradient(
            145deg,
            rgba(200,162,77,.12),
            rgba(255,255,255,.045)
        );

    border-color:
        rgba(200,162,77,.70);

    box-shadow:
        0 25px 55px rgba(0,0,0,.35);
}


.dd-industry-card:hover::before {

    transform:
        scaleX(1);
}


/* ----------------------------------------------------------
   NUMBER
---------------------------------------------------------- */

.dd-industry-number {

    position: absolute;

    top: 19px;
    right: 20px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(200,162,77,.65);
}


/* ----------------------------------------------------------
   ICON
---------------------------------------------------------- */

.dd-industry-icon {

    width: 57px;
    height: 57px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background:
        linear-gradient(
            145deg,
            #291016,
            #100609
        );

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 13px;

    color: #d1a348;

    font-size: 20px;

    box-shadow:
        0 8px 24px rgba(0,0,0,.25);

    transition:
        transform .35s ease,
        background .35s ease;
}


.dd-industry-card:hover
.dd-industry-icon {

    transform:
        translateY(-3px);

    background:
        linear-gradient(
            145deg,
            #4b1621,
            #1a070c
        );
}


/* ----------------------------------------------------------
   CONTENT
---------------------------------------------------------- */

.dd-industry-content {

    flex: 1;
}


.dd-industry-content h3 {

    margin:
        0 0 12px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 25px;

    line-height: 1.08;

    font-weight: 700;

    color: #ffffff;
}


.dd-industry-content p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.7;

    color:
        rgba(255,255,255,.62);
}


/* ----------------------------------------------------------
   ARROW
---------------------------------------------------------- */

.dd-industry-arrow {

    display: flex;

    justify-content: flex-end;

    margin-top: 20px;

    color: #c8a24d;

    font-size: 12px;
}


.dd-industry-arrow i {

    transition:
        transform .3s ease;
}


.dd-industry-card:hover
.dd-industry-arrow i {

    transform:
        translateX(6px);
}


/* ----------------------------------------------------------
   BOTTOM STATEMENT
---------------------------------------------------------- */

.dd-industries-bottom {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 22px;

    margin-top: 62px;

    text-align: center;
}


.dd-industries-line {

    width: 65px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );
}


.dd-industries-line:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );
}


.dd-industries-bottom p {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;

    font-weight: 600;

    color:
        rgba(255,255,255,.82);
}


.dd-industries-bottom strong {

    color: #d0a44d;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .dd-industries-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dd-industries {

        padding:
            75px 0 80px;
    }


    .dd-industries-heading {

        margin-bottom: 42px;
    }


    .dd-industries-heading h2 {

        font-size: 40px;
    }


    .dd-industries-heading p {

        font-size: 14px;
    }


    .dd-industries-grid {

        grid-template-columns: 1fr;

        gap: 16px;
    }


    .dd-industry-card {

        min-height: 270px;
    }


    .dd-industries-bottom {

        gap: 10px;

        margin-top: 43px;
    }


    .dd-industries-line {

        width: 25px;
    }


    .dd-industries-bottom p {

        font-size: 18px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .dd-industries-heading h2 {

        font-size: 34px;
    }


    .dd-industry-content h3 {

        font-size: 24px;
    }

}

/* ==========================================================
   REDSPY DUE DILIGENCE
   360° FRAMEWORK — EIGHT DIMENSIONS
========================================================== */

.dd-framework {

    position: relative;

    padding: 110px 0 115px;

    background:
        linear-gradient(
            135deg,
            #fbfaf7 0%,
            #ffffff 52%,
            #f6f1e8 100%
        );

    overflow: hidden;
}


/* ----------------------------------------------------------
   BACKGROUND CIRCLE
---------------------------------------------------------- */

.dd-framework::before {

    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    border:
        1px solid rgba(200,162,77,.08);

    border-radius: 50%;

    pointer-events: none;
}


.dd-framework::after {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    border:
        1px dashed rgba(200,162,77,.055);

    border-radius: 50%;

    pointer-events: none;
}


/* ----------------------------------------------------------
   CONTAINER
---------------------------------------------------------- */

.dd-framework-container {

    position: relative;

    z-index: 2;

    width:
        min(1180px, 92%);

    margin:
        0 auto;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.dd-framework-heading {

    max-width: 850px;

    margin:
        0 auto 60px;

    text-align: center;
}


.dd-framework-tag {

    display: inline-block;

    margin-bottom: 16px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3.5px;

    color: #b8872f;
}


.dd-framework-heading h2 {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(43px, 5vw, 62px);

    line-height: 1.05;

    font-weight: 700;

    color: #171717;
}


.dd-framework-heading h2 span {

    display: block;

    color: #a97922;
}


.dd-framework-accent {

    width: 72px;
    height: 3px;

    margin:
        23px auto 23px;

    background:
        linear-gradient(
            90deg,
            #8f1024,
            #c8a24d
        );
}


.dd-framework-heading p {

    max-width: 750px;

    margin: 0 auto;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #666a70;
}


/* ----------------------------------------------------------
   GRID
---------------------------------------------------------- */

.dd-framework-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;
}


/* ----------------------------------------------------------
   CARD
---------------------------------------------------------- */

.dd-framework-card {

    position: relative;

    min-height: 285px;

    padding:
        30px 27px 26px;

    background:
        rgba(255,255,255,.92);

    border:
        1px solid rgba(200,162,77,.24);

    border-radius: 17px;

    box-shadow:
        0 12px 34px rgba(0,0,0,.055);

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* GOLD TOP EDGE */

.dd-framework-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d,
            transparent
        );

    transform:
        scaleX(.18);

    transition:
        transform .4s ease;
}


/* BURGUNDY GLOW */

.dd-framework-card::after {

    content: "";

    position: absolute;

    width: 160px;
    height: 160px;

    right: -90px;
    top: -90px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(143,16,36,.08),
            transparent 70%
        );

    pointer-events: none;
}


/* HOVER */

.dd-framework-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(200,162,77,.62);

    box-shadow:
        0 25px 50px rgba(0,0,0,.11);
}


.dd-framework-card:hover::before {

    transform:
        scaleX(1);
}


/* ----------------------------------------------------------
   NUMBER
---------------------------------------------------------- */

.dd-framework-number {

    position: absolute;

    top: 18px;
    right: 20px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(184,135,47,.62);
}


/* ----------------------------------------------------------
   ICON
---------------------------------------------------------- */

.dd-framework-icon {

    width: 57px;
    height: 57px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    background:
        linear-gradient(
            145deg,
            #240b11,
            #120609
        );

    border:
        1px solid rgba(200,162,77,.55);

    border-radius: 13px;

    color: #c8a24d;

    font-size: 19px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.12);

    transition:
        transform .35s ease;
}


.dd-framework-card:hover
.dd-framework-icon {

    transform:
        translateY(-3px)
        scale(1.04);
}


/* ----------------------------------------------------------
   TITLE
---------------------------------------------------------- */

.dd-framework-card h3 {

    margin:
        0 0 12px;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 26px;

    line-height: 1.08;

    font-weight: 700;

    color: #171717;
}


/* ----------------------------------------------------------
   DESCRIPTION
---------------------------------------------------------- */

.dd-framework-card p {

    margin: 0;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.72;

    color: #666a70;
}


/* ----------------------------------------------------------
   ARROW
---------------------------------------------------------- */

.dd-framework-arrow {

    position: absolute;

    right: 25px;
    bottom: 22px;

    color: #b8872f;

    font-size: 11px;

    opacity: .75;

    transition:
        transform .3s ease,
        opacity .3s ease;
}


.dd-framework-card:hover
.dd-framework-arrow {

    transform:
        translateX(5px);

    opacity: 1;
}


/* ----------------------------------------------------------
   BOTTOM STATEMENT
---------------------------------------------------------- */

.dd-framework-bottom {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 22px;

    margin-top: 62px;

    text-align: center;
}


.dd-framework-line {

    width: 65px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24d
        );
}


.dd-framework-line:last-child {

    background:
        linear-gradient(
            90deg,
            #c8a24d,
            transparent
        );
}


.dd-framework-bottom p {

    margin: 0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;

    font-weight: 600;

    color: #555;
}


.dd-framework-bottom span {

    color: #a97922;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .dd-framework-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dd-framework {

        padding:
            75px 0 80px;
    }


    .dd-framework-heading {

        margin-bottom: 40px;
    }


    .dd-framework-heading h2 {

        font-size: 40px;
    }


    .dd-framework-heading p {

        font-size: 14px;
    }


    .dd-framework-grid {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .dd-framework-card {

        min-height: 260px;

        padding:
            28px 24px 25px;
    }


    .dd-framework-bottom {

        gap: 10px;

        margin-top: 42px;
    }


    .dd-framework-line {

        width: 25px;
    }


    .dd-framework-bottom p {

        font-size: 18px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .dd-framework-heading h2 {

        font-size: 34px;
    }


    .dd-framework-card h3 {

        font-size: 24px;
    }

}

/* =========================================================
   REDSPY — PREMIUM DUE DILIGENCE SERVICES
========================================================= */

.dd-services-premium {
    position: relative;
    padding: 120px 0 130px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(190, 145, 45, 0.07),
            transparent 32%
        ),
        #f8f7f4;
    overflow: hidden;
}

.dd-services-container {
    width: min(1320px, 90%);
    margin: 0 auto;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.dd-services-heading {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

.dd-eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    color: #b88927;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.dd-services-heading h2 {
    margin: 0;
    color: #151515;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 600;
}

.dd-services-heading h2 span {
    display: block;
}

.dd-heading-line {
    width: 75px;
    height: 3px;
    margin: 27px auto;
    background: linear-gradient(
        90deg,
        #8b171d,
        #c69a3a,
        #8b171d
    );
}

.dd-services-heading p {
    max-width: 800px;
    margin: 0 auto;
    color: #606060;
    font-size: 17px;
    line-height: 1.85;
}


/* ---------------------------------------------------------
   SHOWCASE
--------------------------------------------------------- */

.dd-showcase {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: stretch;
}


/* ---------------------------------------------------------
   IMAGE
--------------------------------------------------------- */

.dd-image-panel {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 4px;
    background: #090909;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.18);
}

.dd-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.dd-image-panel:hover img {
    transform: scale(1.04);
}

.dd-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.05) 20%,
            rgba(0,0,0,0.30) 50%,
            rgba(10,4,4,0.92) 100%
        );
}

.dd-image-panel::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(210,169,75,0.65);
    pointer-events: none;
}

.dd-image-caption {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 42px;
    z-index: 2;
}

.dd-image-caption span {
    display: block;
    margin-bottom: 12px;
    color: #d1a443;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.dd-image-caption strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.08;
}

.dd-image-caption small {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    letter-spacing: 1px;
}


/* ---------------------------------------------------------
   SERVICE GRID
--------------------------------------------------------- */

.dd-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.dd-service-card {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 30px 25px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(170,130,45,0.18);
    border-radius: 4px;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.05);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.dd-service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(
        180deg,
        #c99d3d,
        #8b171d
    );
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
}

.dd-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(190,145,45,0.5);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.10);
}

.dd-service-card:hover::before {
    transform: scaleY(1);
}


/* NUMBER */

.dd-card-number {
    position: absolute;
    top: 13px;
    right: 17px;
    color: rgba(160,120,40,0.14);
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}


/* ICON */

.dd-card-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #2b080b,
            #100304
        );
    color: #d2a545;
    font-size: 19px;
    box-shadow:
        0 7px 18px rgba(60,0,0,0.18);
}

.dd-card-content h3 {
    margin: 0 35px 10px 0;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
}

.dd-card-content p {
    margin: 0;
    color: #686868;
    font-size: 14px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   BOTTOM STATEMENT
--------------------------------------------------------- */

.dd-bottom-statement {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 32px;
    padding: 30px 38px;
    background:
        linear-gradient(
            120deg,
            #160608,
            #2a0b0d
        );
    border: 1px solid rgba(204,161,64,0.45);
    border-radius: 4px;
    box-shadow:
        0 18px 45px rgba(0,0,0,0.12);
}

.dd-statement-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(211,168,69,0.65);
    border-radius: 50%;
    color: #d3a745;
    font-size: 21px;
}

.dd-bottom-statement span {
    display: block;
    margin-bottom: 7px;
    color: #d3a745;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.dd-bottom-statement p {
    margin: 0;
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1050px) {

    .dd-showcase {
        grid-template-columns: 1fr;
    }

    .dd-image-panel,
    .dd-image-panel img {
        min-height: 520px;
    }

}


@media (max-width: 700px) {

    .dd-services-premium {
        padding: 80px 0;
    }

    .dd-services-heading {
        margin-bottom: 45px;
    }

    .dd-services-heading h2 {
        font-size: 40px;
    }

    .dd-service-grid {
        grid-template-columns: 1fr;
    }

    .dd-image-panel,
    .dd-image-panel img {
        min-height: 430px;
    }

    .dd-image-caption {
        left: 28px;
        right: 28px;
        bottom: 30px;
    }

    .dd-image-caption strong {
        font-size: 30px;
    }

    .dd-bottom-statement {
        align-items: flex-start;
        padding: 25px;
    }

}

/* =========================================================
   REDSPY — PREMIUM CORE CAPABILITIES
========================================================= */

.dd-capabilities {
    position: relative;
    padding: 120px 0 125px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(191,148,54,0.08),
            transparent 30%
        ),
        #f7f6f3;
    overflow: hidden;
}

.dd-capabilities-container {
    width: min(1320px, 90%);
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.dd-capabilities-heading {
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.dd-capabilities-heading h2 {
    margin: 0;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 65px);
    line-height: 1.08;
    font-weight: 600;
}

.dd-capabilities-heading h2 span {
    display: block;
}

.dd-capabilities-heading p {
    max-width: 800px;
    margin: 0 auto;
    color: #646464;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   GRID
========================================================= */

.dd-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.dd-capability-card {
    position: relative;
    min-height: 300px;
    padding: 32px 30px 28px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #faf9f6
        );
    border: 1px solid rgba(185,143,48,0.22);
    border-radius: 6px;
    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(0,0,0,0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* TOP GOLD EDGE */

.dd-capability-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8c171d,
            #d1a747,
            #8c171d
        );
}


/* DECORATIVE CORNER */

.dd-capability-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;

    border: 1px solid rgba(193,150,52,0.13);
    border-radius: 50%;
}


.dd-capability-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(190,145,45,0.55);

    box-shadow:
        0 25px 55px rgba(0,0,0,0.11);
}


/* =========================================================
   CARD TOP
========================================================= */

.dd-capability-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.dd-capability-number {
    color: #c19a42;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================================
   ICON
========================================================= */

.dd-capability-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #30090c,
            #120304
        );

    color: #d2a545;
    font-size: 20px;

    border: 1px solid
        rgba(210,165,69,0.55);

    box-shadow:
        0 10px 25px rgba(50,0,0,0.16);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.dd-capability-card:hover
.dd-capability-icon {
    transform: rotateY(180deg);

    box-shadow:
        0 12px 30px rgba(50,0,0,0.25);
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.dd-capability-card h3 {
    margin: 0;

    color: #171717;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}

.dd-card-line {
    width: 42px;
    height: 2px;

    margin: 15px 0 15px;

    background:
        linear-gradient(
            90deg,
            #b98b2f,
            #8b171d
        );
}

.dd-capability-card p {
    margin: 0;

    color: #686868;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CARD LABEL
========================================================= */

.dd-card-label {
    display: inline-block;

    margin-top: 22px;

    color: #a77b25;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================================
   FOOTER STRIP
========================================================= */

.dd-capabilities-footer {
    display: flex;
    align-items: center;
    gap: 22px;

    margin-top: 30px;
    padding: 27px 32px;

    background:
        linear-gradient(
            120deg,
            #170608,
            #2a0b0d
        );

    border:
        1px solid
        rgba(204,161,64,0.45);

    border-radius: 5px;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,0.12);
}

.dd-footer-mark {
    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(210,166,67,0.6);

    border-radius: 50%;

    color: #d2a545;
    font-size: 19px;
}

.dd-capabilities-footer strong {
    display: block;

    margin-bottom: 6px;

    color: #d2a545;

    font-size: 11px;
    letter-spacing: 3px;
}

.dd-capabilities-footer p {
    margin: 0;

    color:
        rgba(255,255,255,0.72);

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .dd-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .dd-capabilities {
        padding: 80px 0;
    }

    .dd-capabilities-heading {
        margin-bottom: 45px;
    }

    .dd-capabilities-heading h2 {
        font-size: 40px;
    }

    .dd-capability-grid {
        grid-template-columns: 1fr;
    }

    .dd-capability-card {
        min-height: auto;
    }

    .dd-capabilities-footer {
        align-items: flex-start;
        padding: 24px;
    }

}

/* =========================================================
   REDSPY — PREMIUM DUE DILIGENCE METHODOLOGY
========================================================= */

.dd-methodology {
    position: relative;
    padding: 125px 0 130px;
    background: #f7f6f3;
    overflow: hidden;
}

.dd-methodology::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -220px;
    right: -180px;
    border-radius: 50%;
    background: rgba(191,148,54,0.055);
    pointer-events: none;
}

.dd-methodology-container {
    width: min(1180px, 90%);
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.dd-methodology-heading {
    max-width: 900px;
    margin: 0 auto 75px;
    text-align: center;
}

.dd-methodology-heading h2 {
    margin: 0;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 600;
}

.dd-methodology-heading h2 span {
    display: block;
}

.dd-methodology-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   JOURNEY
========================================================= */

.dd-methodology-journey {
    position: relative;
}


/* CENTRAL TIMELINE */

.dd-methodology-journey::before {
    content: "";
    position: absolute;

    left: 34px;
    top: 25px;
    bottom: 25px;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            transparent,
            #c79b3e 8%,
            #c79b3e 92%,
            transparent
        );
}


/* =========================================================
   STEP
========================================================= */

.dd-method-step {
    position: relative;

    display: grid;
    grid-template-columns: 68px 1fr;

    gap: 28px;

    margin-bottom: 25px;
}

.dd-method-step:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MARKER
========================================================= */

.dd-step-marker {
    position: relative;
    z-index: 3;

    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #35090c,
            #110304
        );

    border:
        1px solid
        rgba(211,167,67,0.7);

    box-shadow:
        0 8px 25px rgba(45,0,0,0.18);
}

.dd-step-marker::before {
    content: "";

    position: absolute;

    width: 48px;
    height: 48px;

    border:
        1px solid
        rgba(211,167,67,0.25);

    border-radius: 50%;
}

.dd-step-marker span {
    color: #d3a746;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================================
   STEP CARD
========================================================= */

.dd-step-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 25px;

    padding: 28px 35px;

    background:
        linear-gradient(
            120deg,
            #ffffff,
            #faf9f6
        );

    border:
        1px solid
        rgba(181,139,45,0.22);

    border-radius: 5px;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,0.045);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.dd-step-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background:
        linear-gradient(
            180deg,
            #8b171d,
            #d0a341
        );

    border-radius: 5px 0 0 5px;
}

.dd-step-card:hover {
    transform: translateX(7px);

    border-color:
        rgba(190,145,45,0.55);

    box-shadow:
        0 18px 40px
        rgba(0,0,0,0.09);
}


/* =========================================================
   ICON
========================================================= */

.dd-step-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #c79b3e;

    background:
        #21070a;

    border:
        1px solid
        rgba(201,157,62,0.45);

    font-size: 19px;
}


/* =========================================================
   CONTENT
========================================================= */

.dd-step-content {
    flex: 1;
}

.dd-step-label {
    display: block;

    margin-bottom: 5px;

    color: #b3862c;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2.8px;
}

.dd-step-content h3 {
    margin: 0 0 8px;

    color: #171717;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    line-height: 1.2;
}

.dd-step-content p {
    max-width: 850px;

    margin: 0;

    color: #666;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CONCLUSION
========================================================= */

.dd-methodology-conclusion {
    display: flex;
    align-items: center;

    gap: 23px;

    margin-top: 40px;
    padding: 28px 35px;

    background:
        linear-gradient(
            120deg,
            #160608,
            #2b0b0e
        );

    border:
        1px solid
        rgba(205,162,62,0.45);

    border-radius: 5px;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,0.12);
}

.dd-conclusion-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(210,166,67,0.6);

    border-radius: 50%;

    color: #d2a545;

    font-size: 20px;
}

.dd-conclusion-text span {
    display: block;

    margin-bottom: 7px;

    color: #d2a545;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 3px;
}

.dd-conclusion-text strong {
    color: #fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;
    font-weight: 500;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 750px) {

    .dd-methodology {
        padding: 85px 0;
    }

    .dd-methodology-heading {
        margin-bottom: 50px;
    }

    .dd-methodology-heading h2 {
        font-size: 40px;
    }

    .dd-method-step {
        grid-template-columns: 55px 1fr;
        gap: 18px;
    }

    .dd-methodology-journey::before {
        left: 27px;
    }

    .dd-step-marker {
        width: 55px;
        height: 55px;
    }

    .dd-step-marker::before {
        width: 39px;
        height: 39px;
    }

    .dd-step-card {
        align-items: flex-start;
        padding: 25px 22px;
        gap: 17px;
    }

    .dd-step-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 16px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

    .dd-method-step {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-left: 8px;
    }

    .dd-methodology-journey::before {
        display: none;
    }

    .dd-step-marker {
        width: 50px;
        height: 50px;
    }

    .dd-step-card {
        margin-left: 0;
    }

    .dd-step-content h3 {
        font-size: 22px;
    }

    .dd-methodology-conclusion {
        align-items: flex-start;
        padding: 24px;
    }

    .dd-conclusion-text strong {
        font-size: 18px;
    }

}

/* =========================================================
   REDSPY — PREMIUM RISK ASSESSMENT MATRIX
========================================================= */

.dd-risk-matrix {
    position: relative;

    padding: 125px 0 130px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7f6f2 100%
        );

    overflow: hidden;
}

.dd-risk-matrix::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -220px;
    left: -220px;

    border-radius: 50%;

    background:
        rgba(192,148,54,0.055);

    pointer-events: none;
}


.dd-risk-container {
    width: min(1180px, 90%);

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADING
========================================================= */

.dd-risk-heading {
    max-width: 900px;

    margin:
        0 auto 70px;

    text-align: center;
}

.dd-risk-heading h2 {
    margin: 0;

    color: #151515;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(40px, 5vw, 62px);

    line-height: 1.08;

    font-weight: 600;
}

.dd-risk-heading h2 span {
    display: block;
}

.dd-risk-heading p {
    max-width: 800px;

    margin: 0 auto;

    color: #666;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   RISK GRID
========================================================= */

.dd-risk-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.dd-risk-card {

    position: relative;

    min-height: 285px;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #faf9f6
        );

    border:
        1px solid
        rgba(185,142,45,0.20);

    border-radius: 7px;

    box-shadow:
        0 12px 32px
        rgba(0,0,0,0.055);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.dd-risk-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #8e171d,
            #d3a746,
            #8e171d
        );
}


.dd-risk-card::after {

    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -65px;
    bottom: -65px;

    border-radius: 50%;

    border:
        1px solid
        rgba(195,151,57,0.10);
}


.dd-risk-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(194,151,54,0.55);

    box-shadow:
        0 22px 45px
        rgba(0,0,0,0.10);
}


/* =========================================================
   TOP
========================================================= */

.dd-risk-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 25px;
}


.dd-risk-number {

    color: #c29a43;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


.dd-risk-icon {

    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        #25080b;

    color:
        #d2a545;

    border:
        1px solid
        rgba(210,165,65,0.50);

    font-size: 18px;

    box-shadow:
        0 7px 18px
        rgba(42,0,0,0.14);
}


/* =========================================================
   CONTENT
========================================================= */

.dd-risk-label {

    display: block;

    margin-bottom: 7px;

    color: #b3862d;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.dd-risk-content h3 {

    margin: 0 0 10px;

    color: #161616;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;

    line-height: 1.2;
}


.dd-risk-content p {

    margin: 0;

    color: #6a6a6a;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   CARD FOOTER
========================================================= */

.dd-risk-line {

    width: 100%;

    height: 1px;

    margin-top: 25px;

    background:
        linear-gradient(
            90deg,
            rgba(190,145,45,0.45),
            transparent
        );
}


.dd-risk-caption {

    display: block;

    margin-top: 12px;

    color: #999;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   BOTTOM INTELLIGENCE BAR
========================================================= */

.dd-risk-footer {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 35px;

    padding: 28px 34px;

    background:
        linear-gradient(
            120deg,
            #170608,
            #2b0b0e
        );

    border:
        1px solid
        rgba(207,163,63,0.45);

    border-radius: 7px;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,0.13);
}


.dd-risk-footer-icon {

    flex:
        0 0 55px;

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #d3a746;

    border:
        1px solid
        rgba(210,165,65,0.55);

    font-size: 19px;
}


.dd-risk-footer span {

    display: block;

    margin-bottom: 5px;

    color: #d3a746;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.dd-risk-footer strong {

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    font-weight: 500;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dd-risk-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dd-risk-matrix {

        padding:
            85px 0 90px;
    }

    .dd-risk-heading {

        margin-bottom: 45px;
    }

    .dd-risk-heading h2 {

        font-size: 39px;
    }

    .dd-risk-grid {

        grid-template-columns: 1fr;

        gap: 18px;
    }

    .dd-risk-card {

        min-height: auto;

        padding: 25px;
    }

    .dd-risk-footer {

        align-items: flex-start;

        padding: 25px;
    }

    .dd-risk-footer strong {

        font-size: 17px;
    }

}

/* =========================================================
   REDSPY — CLIENT ENGAGEMENT PRINCIPLES
========================================================= */

.dd-principles {

    position: relative;

    padding: 125px 0 130px;

    background:
        linear-gradient(
            135deg,
            #f7f6f2 0%,
            #ffffff 48%,
            #f4f2ed 100%
        );

    overflow: hidden;
}


/* subtle background detail */

.dd-principles::before {

    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    right: -260px;
    top: -260px;

    border-radius: 50%;

    border:
        1px solid
        rgba(190,145,48,0.10);

}

.dd-principles::after {

    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -140px;
    bottom: -140px;

    border-radius: 50%;

    background:
        rgba(126,15,22,0.025);
}


/* =========================================================
   CONTAINER
========================================================= */

.dd-principles-container {

    position: relative;

    z-index: 2;

    width:
        min(1180px, 90%);

    margin:
        0 auto;
}


/* =========================================================
   INTRO
========================================================= */

.dd-principles-intro {

    max-width: 900px;

    margin:
        0 auto 65px;

    text-align: center;
}


.dd-principles-eyebrow {

    display: block;

    margin-bottom: 17px;

    color:
        #bd9138;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 3.5px;
}


.dd-principles-intro h2 {

    margin: 0;

    color:
        #171717;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(40px, 5vw, 60px);

    line-height: 1.08;

    font-weight: 600;
}


.dd-principles-intro h2 span {

    display: block;
}


.dd-principles-divider {

    width: 75px;

    height: 3px;

    margin:
        25px auto;

    background:
        linear-gradient(
            90deg,
            #86161d,
            #d2a746,
            #86161d
        );
}


.dd-principles-intro p {

    max-width: 850px;

    margin:
        0 auto;

    color:
        #666;

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   GRID
========================================================= */

.dd-principles-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;
}


/* =========================================================
   CARDS
========================================================= */

.dd-principle-card {

    position: relative;

    display: grid;

    grid-template-columns:
        48px 68px 1fr 25px;

    align-items: center;

    gap: 20px;

    min-height: 205px;

    padding: 30px;

    background:
        rgba(255,255,255,0.88);

    border:
        1px solid
        rgba(184,139,42,0.20);

    border-radius: 7px;

    box-shadow:
        0 14px 35px
        rgba(0,0,0,0.055);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.dd-principle-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #80151c,
            #d0a342,
            #80151c
        );
}


.dd-principle-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(192,148,53,0.60);

    box-shadow:
        0 22px 48px
        rgba(0,0,0,0.11);
}


/* =========================================================
   NUMBER
========================================================= */

.dd-principle-number {

    align-self:
        flex-start;

    padding-top: 5px;

    color:
        #c49a45;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   ICON
========================================================= */

.dd-principle-icon {

    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #1b0507,
            #36090d
        );

    color:
        #d3a746;

    border:
        1px solid
        rgba(210,165,67,0.55);

    font-size: 20px;

    box-shadow:
        0 8px 20px
        rgba(39,0,0,0.16);

    transition:
        transform .35s ease;
}


.dd-principle-card:hover
.dd-principle-icon {

    transform:
        scale(1.08)
        rotate(-3deg);
}


/* =========================================================
   BODY
========================================================= */

.dd-principle-body span {

    display: block;

    margin-bottom: 7px;

    color:
        #bd9138;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.dd-principle-body h3 {

    margin:
        0 0 9px;

    color:
        #181818;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.2;
}


.dd-principle-body p {

    margin: 0;

    color:
        #707070;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   ARROW
========================================================= */

.dd-principle-arrow {

    color:
        #c59a45;

    font-size: 14px;

    opacity: .55;

    transition:
        transform .3s ease,
        opacity .3s ease;
}


.dd-principle-card:hover
.dd-principle-arrow {

    transform:
        translateX(5px);

    opacity: 1;
}


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.dd-principles-statement {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 32px;

    padding:
        27px 34px;

    background:
        linear-gradient(
            120deg,
            #180608,
            #2d0b0e
        );

    border:
        1px solid
        rgba(207,163,63,0.45);

    border-radius: 7px;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,0.14);
}


.dd-statement-icon {

    flex:
        0 0 55px;

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color:
        #d3a746;

    border:
        1px solid
        rgba(210,165,65,0.55);

    font-size: 19px;
}


.dd-principles-statement span {

    display: block;

    margin-bottom: 5px;

    color:
        #d3a746;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.dd-principles-statement strong {

    color:
        #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    font-weight: 500;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .dd-principles-grid {

        grid-template-columns:
            1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .dd-principles {

        padding:
            85px 0 90px;
    }

    .dd-principles-intro {

        margin-bottom: 45px;
    }

    .dd-principles-intro h2 {

        font-size: 38px;
    }

    .dd-principle-card {

        grid-template-columns:
            40px 55px 1fr;

        gap: 15px;

        padding: 24px;
    }

    .dd-principle-icon {

        width: 52px;
        height: 52px;

        font-size: 17px;
    }

    .dd-principle-body h3 {

        font-size: 21px;
    }

    .dd-principle-arrow {

        display: none;
    }

    .dd-principles-statement {

        align-items:
            flex-start;

        padding: 24px;
    }

    .dd-principles-statement strong {

        font-size: 17px;
    }

}

/* =========================================================
   REDSPY — RELATED SERVICES PREMIUM DESIGN
========================================================= */

.rd-related-services {
    position: relative;
    padding: 120px 7.5%;
    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(181, 139, 48, 0.07),
            transparent 30%
        ),
        #faf9f6;
    overflow: hidden;
}


/* subtle background detail */

.rd-related-services::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: 100px;
    border: 1px solid rgba(181, 139, 48, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.rd-related-services::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -150px;
    bottom: 40px;
    border: 1px solid rgba(106, 20, 31, 0.08);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.rd-related-header {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 65px;
    text-align: center;
}

.rd-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;

    color: #bd8f32;
}

.rd-related-header h2 {
    margin: 0 auto 22px;

    max-width: 850px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.08;
    font-weight: 700;

    color: #111;
}

.rd-related-header h2 span {
    display: block;
    color: #6f1421;
}

.rd-related-header p {
    max-width: 760px;
    margin: 0 auto;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;

    color: #667080;
}


/* =========================================================
   CARD GRID
========================================================= */

.rd-related-grid {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.rd-service-card {
    position: relative;

    min-height: 340px;
    padding: 32px;

    background: rgba(255, 255, 255, 0.92);

    border: 1px solid rgba(30, 30, 30, 0.08);
    border-top: 3px solid #c59a3b;

    border-radius: 18px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    overflow: hidden;
}


/* gold glow */

.rd-service-card::before {
    content: "";

    position: absolute;
    width: 150px;
    height: 150px;

    top: -75px;
    right: -75px;

    border-radius: 50%;

    background: rgba(197, 154, 59, 0.08);

    transition: transform 0.4s ease;
}


/* hover */

.rd-service-card:hover {
    transform: translateY(-9px);

    border-color: rgba(197, 154, 59, 0.55);

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.11);
}

.rd-service-card:hover::before {
    transform: scale(1.5);
}


/* =========================================================
   CARD TOP
========================================================= */

.rd-card-top {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.rd-card-number {
    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #a6a6a6;
}


/* =========================================================
   ICON
========================================================= */

.rd-service-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #741827,
            #3d0b12
        );

    box-shadow:
        0 8px 20px rgba(82, 10, 21, 0.18);
}

.rd-service-icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: #d6aa4a;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.rd-service-card h3 {
    position: relative;

    margin: 0 0 13px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    line-height: 1.2;

    color: #151515;
}

.rd-service-card p {
    position: relative;

    margin: 0;

    max-width: 330px;

    font-family: Arial, sans-serif;

    font-size: 15px;
    line-height: 1.75;

    color: #69717b;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.rd-service-link {
    position: absolute;

    left: 32px;
    bottom: 30px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #7a1725;

    text-decoration: none;

    transition: gap 0.25s ease, color 0.25s ease;
}

.rd-service-link span {
    font-size: 18px;
    line-height: 1;
}

.rd-service-link:hover {
    gap: 15px;
    color: #bd8f32;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .rd-related-services {
        padding: 90px 5%;
    }

    .rd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 650px) {

    .rd-related-services {
        padding: 75px 20px;
    }

    .rd-related-header {
        margin-bottom: 45px;
    }

    .rd-related-header h2 {
        font-size: 36px;
    }

    .rd-related-header p {
        font-size: 15px;
    }

    .rd-related-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rd-service-card {
        min-height: 320px;
        padding: 28px;
    }

    .rd-service-link {
        left: 28px;
        bottom: 27px;
    }

}

/* =========================================================
   WHY DUE DILIGENCE MATTERS — PREMIUM SECTION
========================================================= */

.rd-why-matters {
    position: relative;
    padding: 120px 7.5%;
    background: #f6f4ef;
    overflow: hidden;
}


/* Decorative background */

.rd-why-matters::before {
    content: "";
    position: absolute;

    width: 520px;
    height: 520px;

    right: -260px;
    top: -180px;

    border: 1px solid rgba(190, 148, 54, 0.15);
    border-radius: 50%;
}

.rd-why-matters::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -170px;
    bottom: -150px;

    border: 1px solid rgba(106, 20, 31, 0.08);
    border-radius: 50%;
}


/* =========================================================
   HEADING
========================================================= */

.rd-why-heading {
    position: relative;
    z-index: 2;

    max-width: 900px;
    margin: 0 auto 65px;

    text-align: center;
}

.rd-why-heading > span {
    display: block;

    margin-bottom: 18px;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 4px;

    color: #bd9135;
}

.rd-why-heading h2 {
    margin: 0 auto 24px;

    max-width: 850px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(40px, 4.5vw, 64px);
    line-height: 1.08;

    color: #151515;
}

.rd-why-heading h2 strong {
    display: block;

    color: #741827;

    font-weight: 700;
}

.rd-why-heading p {
    max-width: 720px;

    margin: 0 auto;

    font-family: Arial, sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #68717a;
}


/* =========================================================
   CARDS
========================================================= */

.rd-why-grid {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


.rd-why-card {
    position: relative;

    min-height: 390px;

    padding: 36px 34px;

    background:
        linear-gradient(
            145deg,
            #24070d 0%,
            #3d0b14 60%,
            #26070d 100%
        );

    border: 1px solid rgba(207, 166, 77, 0.25);
    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(35, 5, 12, 0.14);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Gold light */

.rd-why-card::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -90px;
    right: -90px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(211, 168, 72, 0.18),
            transparent 68%
        );
}


.rd-why-card:hover {
    transform: translateY(-9px);

    border-color: rgba(211, 168, 72, 0.65);

    box-shadow:
        0 28px 65px rgba(35, 5, 12, 0.22);
}


/* =========================================================
   NUMBER
========================================================= */

.rd-why-number {
    position: absolute;

    top: 30px;
    right: 32px;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    color: rgba(220, 181, 91, 0.65);
}


/* =========================================================
   ICON
========================================================= */

.rd-why-icon {
    width: 62px;
    height: 62px;

    margin-bottom: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #d0a143,
            #8c6421
        );

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.25);
}

.rd-why-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #26070d;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   TEXT
========================================================= */

.rd-why-card h3 {
    position: relative;

    margin: 0 0 18px;

    max-width: 340px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 27px;
    line-height: 1.22;

    color: #ffffff;
}

.rd-why-card p {
    position: relative;

    margin: 0;

    max-width: 360px;

    font-family: Arial, sans-serif;

    font-size: 15px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.70);
}


/* =========================================================
   GOLD BOTTOM DETAIL
========================================================= */

.rd-why-line {
    position: absolute;

    left: 34px;
    bottom: 30px;

    width: 45px;
    height: 2px;

    background: #c99b3b;

    transition: width 0.35s ease;
}

.rd-why-card:hover .rd-why-line {
    width: 90px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .rd-why-matters {
        padding: 90px 5%;
    }

    .rd-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 650px) {

    .rd-why-matters {
        padding: 75px 20px;
    }

    .rd-why-heading h2 {
        font-size: 38px;
    }

    .rd-why-heading p {
        font-size: 15px;
    }

    .rd-why-grid {
        grid-template-columns: 1fr;
    }

    .rd-why-card {
        min-height: 350px;
        padding: 30px;
    }

}

/* =========================================================
   PREMIUM SERVICE NAVIGATION
========================================================= */

.rd-service-nav {
    background: #f7f5f0;

    border-top: 1px solid rgba(190, 145, 48, 0.25);
    border-bottom: 1px solid rgba(190, 145, 48, 0.25);

    padding: 34px 7.5%;
}

.rd-service-nav-inner {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 40px;
}


/* Previous / Next */

.rd-service-prev,
.rd-service-next {
    display: flex;
    flex-direction: column;

    text-decoration: none;

    transition: transform 0.3s ease;
}

.rd-service-prev {
    align-items: flex-start;
}

.rd-service-next {
    align-items: flex-end;
}


.rd-service-prev:hover {
    transform: translateX(-5px);
}

.rd-service-next:hover {
    transform: translateX(5px);
}


.rd-service-prev small,
.rd-service-next small {
    font-family: Arial, sans-serif;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;

    color: #b88a2e;

    margin-bottom: 7px;
}


.rd-service-prev strong,
.rd-service-next strong {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;

    color: #24070d;
}


.rd-service-prev span,
.rd-service-next span {
    font-family: Arial, sans-serif;

    font-size: 20px;

    color: #8d1c2c;
}


/* Centre */

.rd-service-nav-center {
    text-align: center;

    padding: 0 35px;

    border-left: 1px solid rgba(150, 120, 65, 0.25);
    border-right: 1px solid rgba(150, 120, 65, 0.25);
}

.rd-service-nav-center span {
    display: block;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    font-weight: 700;

    color: #7a1727;

    letter-spacing: 3px;
}

.rd-service-nav-center i {
    display: block;

    width: 35px;
    height: 1px;

    margin: 8px auto;

    background: #c69a3b;
}

.rd-service-nav-center small {
    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: 1.5px;

    color: #777;
}


/* Mobile */

@media (max-width: 700px) {

    .rd-service-nav {
        padding: 28px 20px;
    }

    .rd-service-nav-inner {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .rd-service-nav-center {
        display: none;
    }

    .rd-service-next {
        align-items: flex-end;
    }

    .rd-service-prev strong,
    .rd-service-next strong {
        font-size: 17px;
    }
}

/* =====================================================
   PREMIUM FAQ CTA BUTTON
===================================================== */

.hero-buttons .btn-primary,
.hero-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;
}

.hero-buttons .faq-button {
    background: linear-gradient(135deg, #8f0f1f, #b51d2d) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.hero-buttons .faq-button:hover {
    background: linear-gradient(135deg, #b51d2d, #8f0f1f) !important;
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px);
}

.hero-buttons .faq-button i {
    color: #ffffff !important;
    margin-left: 8px;
}