/* =========================================================
   AARAV DIGITAL
   PREMIUM HOME CTA SECTION
========================================================= */

.adp-home-cta {

    position: relative;

    overflow: hidden;

    padding: 120px 0 100px;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(212, 175, 55, 0.10),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 70%,
            rgba(212, 175, 55, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(212, 175, 55, 0.05),
            transparent 30%
        ),
        #050505;

    color: #ffffff;

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-home-cta-container {

    position: relative;

    z-index: 5;

    width: min(
        1120px,
        calc(100% - 40px)
    );

    margin: 0 auto;

    text-align: center;

}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.adp-home-cta-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    background:
        rgba(
            212,
            175,
            55,
            0.08
        );

    filter: blur(100px);

    pointer-events: none;

}


.adp-home-cta-glow-left {

    left: -220px;

    top: 120px;

}


.adp-home-cta-glow-right {

    right: -220px;

    bottom: 80px;

}


/* =========================================================
   DECORATIVE PARTICLES
========================================================= */

.adp-home-cta-particle {

    position: absolute;

    z-index: 1;

    color: #d4af37;

    opacity: 0.20;

    font-size: 18px;

    pointer-events: none;

}


.adp-particle-1 {

    left: 14%;

    top: 30%;

    font-size: 22px;

}


.adp-particle-2 {

    right: 14%;

    top: 42%;

    font-size: 15px;

}


.adp-particle-3 {

    left: 19%;

    bottom: 24%;

    font-size: 13px;

}


/* =========================================================
   EYEBROW
========================================================= */

.adp-home-cta-eyebrow {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    margin-bottom: 22px;

    color: #d4af37;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

}


.adp-home-cta-eyebrow-line {

    width: 34px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d4af37
        );

}


.adp-home-cta-eyebrow-line:last-child {

    background:
        linear-gradient(
            90deg,
            #d4af37,
            transparent
        );

}


/* =========================================================
   HEADING
========================================================= */

.adp-home-cta-heading {

    max-width: 900px;

    margin: 0 auto;

}


.adp-home-cta-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            42px,
            6vw,
            76px
        );

    line-height: 1.03;

    letter-spacing: -3px;

    font-weight: 800;

}


.adp-home-cta-heading h2 span {

    display: block;

    color: #d4af37;

}


.adp-home-cta-heading p {

    max-width: 720px;

    margin: 26px auto 0;

    color: #a4a4a4;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   STATS
========================================================= */

.adp-home-cta-stats {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    max-width: 760px;

    margin: 48px auto 0;

}


.adp-home-cta-stat {

    position: relative;

    padding: 28px 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.065),
            rgba(255,255,255,0.018)
        );

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.20
        );

    border-radius: 18px;

    box-shadow:
        inset 0 1px 0
        rgba(
            255,
            255,
            255,
            0.035
        ),
        0 20px 55px
        rgba(
            0,
            0,
            0,
            0.30
        );

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;

}


.adp-home-cta-stat:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(
            212,
            175,
            55,
            0.50
        );

    background:
        linear-gradient(
            145deg,
            rgba(212,175,55,0.09),
            rgba(255,255,255,0.018)
        );

}


/* =========================================================
   STAT ICON
========================================================= */

.adp-home-cta-stat-icon {

    width: 48px;

    height: 48px;

    margin: 0 auto 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.45
        );

    background:
        rgba(
            212,
            175,
            55,
            0.08
        );

    color: #d4af37;

    font-size: 20px;

}


/* =========================================================
   STAT NUMBER
========================================================= */

.adp-home-cta-stat strong {

    display: block;

    color: #d4af37;

    font-size: 36px;

    line-height: 1;

    font-weight: 800;

}


.adp-home-cta-stat span {

    display: block;

    margin-top: 9px;

    color: #a8a8a8;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


/* =========================================================
   BUTTONS
========================================================= */

.adp-home-cta-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    margin-top: 38px;

}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.adp-home-cta-primary {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 0 25px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #e2c34d,
            #b88f24
        );

    color: #080808;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 14px 35px
        rgba(
            212,
            175,
            55,
            0.20
        );

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


.adp-home-cta-primary:hover {

    transform:
        translateY(-3px);

    color: #080808;

    box-shadow:
        0 20px 45px
        rgba(
            212,
            175,
            55,
            0.32
        );

}


/* =========================================================
   SECONDARY BUTTON
========================================================= */

.adp-home-cta-secondary {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 0 25px;

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.55
        );

    border-radius: 999px;

    background:
        rgba(
            212,
            175,
            55,
            0.025
        );

    color: #d4af37;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;

}


.adp-home-cta-secondary:hover {

    transform:
        translateY(-3px);

    background:
        rgba(
            212,
            175,
            55,
            0.08
        );

    border-color:
        #d4af37;

    color: #d4af37;

}


.adp-home-cta-arrow {

    font-size: 18px;

    line-height: 1;

}


/* =========================================================
   TRUST POINTS
========================================================= */

.adp-home-cta-trust {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 28px;

    margin-top: 28px;

}


.adp-home-cta-trust div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #777777;

    font-size: 11px;

}


.adp-home-cta-trust span {

    color: #d4af37;

    font-size: 13px;

    font-weight: 800;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-home-cta {

        padding:
            100px 0 85px;

    }


    .adp-home-cta-heading h2 {

        font-size:
            clamp(
                40px,
                7vw,
                62px
            );

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .adp-home-cta {

        padding:
            80px 0 65px;

    }


    .adp-home-cta-container {

        width:
            min(
                100% - 30px,
                520px
            );

    }


    .adp-home-cta-eyebrow {

        font-size: 10px;

        letter-spacing: 2px;

        gap: 9px;

    }


    .adp-home-cta-eyebrow-line {

        width: 22px;

    }


    .adp-home-cta-heading h2 {

        font-size: 42px;

        line-height: 1.06;

        letter-spacing:
            -1.8px;

    }


    .adp-home-cta-heading p {

        margin-top: 20px;

        font-size: 14px;

        line-height: 1.7;

    }


    .adp-home-cta-stats {

        grid-template-columns:
            1fr;

        max-width: 330px;

        gap: 12px;

        margin-top: 35px;

    }


    .adp-home-cta-stat {

        padding: 23px 18px;

    }


    .adp-home-cta-stat-icon {

        width: 42px;

        height: 42px;

        margin-bottom: 12px;

    }


    .adp-home-cta-stat strong {

        font-size: 31px;

    }


    .adp-home-cta-buttons {

        flex-direction: column;

        width: 100%;

        margin-top: 30px;

    }


    .adp-home-cta-primary,
    .adp-home-cta-secondary {

        width: 100%;

        max-width: 330px;

    }


    .adp-home-cta-trust {

        flex-direction: column;

        gap: 11px;

        margin-top: 24px;

    }


    .adp-home-cta-particle {

        display: none;

    }

}