/* =========================================================
   AARAV DIGITAL — PREMIUM CTA SECTION
========================================================= */

.adp-cta-section {
    position: relative;
    overflow: hidden;
    padding: 20px 0 90px;
    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(212, 175, 55, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(212, 175, 55, 0.05),
            transparent 30%
        ),
        #050505;
    color: #ffffff;
}

.adp-cta-container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   DECORATIVE ORBITS
========================================================= */

.adp-cta-orbit {
    position: absolute;
    border: 1px solid rgba(212, 175, 55, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.adp-cta-orbit-one {
    width: 620px;
    height: 620px;
    top: -230px;
    right: -220px;
}

.adp-cta-orbit-two {
    width: 420px;
    height: 420px;
    top: -130px;
    right: -120px;
    border-color: rgba(212, 175, 55, 0.12);
}


/* =========================================================
   MAIN CTA CARD
========================================================= */

.adp-cta-card {
    position: relative;
    min-height: 500px;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
    align-items: center;

    padding: 70px 75px;

    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.012)
        );

    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.adp-cta-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(212, 175, 55, 0.7),
        transparent
    );
}

.adp-cta-card::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: 80px;
    top: 40px;

    border-radius: 50%;
    background: rgba(212, 175, 55, 0.045);
    filter: blur(70px);

    pointer-events: none;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.adp-cta-content {
    position: relative;
    z-index: 3;
}

.adp-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.adp-cta-eyebrow > span {
    width: 30px;
    height: 1px;
    display: inline-block;

    background: #d4af37;
}

.adp-cta-content h2 {
    max-width: 650px;
    margin: 0 0 22px;

    color: #ffffff;
    font-size: clamp(42px, 5vw, 67px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    font-weight: 700;
}

.adp-cta-content h2 strong {
    display: inline;
    color: #d4af37;
    font-weight: 700;
}

.adp-cta-content p {
    max-width: 650px;
    margin: 0;

    color: #a7a7a7;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CTA BUTTONS
========================================================= */

.adp-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.adp-cta-primary,
.adp-cta-secondary {
    min-height: 52px;
    padding: 0 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.adp-cta-primary {
    background: #d4af37;
    color: #080808;

    box-shadow:
        0 12px 35px rgba(212, 175, 55, 0.20);
}

.adp-cta-primary span {
    font-size: 18px;
    line-height: 1;
}

.adp-cta-primary:hover {
    transform: translateY(-3px);
    background: #e2c354;
    color: #080808;

    box-shadow:
        0 18px 42px rgba(212, 175, 55, 0.30);
}

.adp-cta-secondary {
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(255, 255, 255, 0.025);
    color: #ffffff;
}

.adp-cta-secondary span {
    color: #d4af37;
    font-size: 17px;
}

.adp-cta-secondary:hover {
    transform: translateY(-3px);
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.07);
    color: #ffffff;
}


/* =========================================================
   CTA VISUAL
========================================================= */

.adp-cta-visual {
    position: relative;
    z-index: 2;

    min-height: 360px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.adp-cta-circle {
    position: relative;

    width: 270px;
    height: 270px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.18) 0%,
            rgba(212, 175, 55, 0.06) 38%,
            transparent 70%
        );

    box-shadow:
        0 0 80px rgba(212, 175, 55, 0.10);
}

.adp-cta-inner-circle {
    width: 145px;
    height: 145px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #d4af37,
            #8e6b1d
        );

    box-shadow:
        0 20px 55px rgba(212, 175, 55, 0.24);

    position: relative;
    z-index: 3;
}

.adp-cta-inner-circle span {
    color: #080808;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
}


/* =========================================================
   RINGS
========================================================= */

.adp-cta-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.24);
}

.adp-cta-ring-one {
    width: 205px;
    height: 205px;
}

.adp-cta-ring-two {
    width: 310px;
    height: 310px;

    border-color: rgba(212, 175, 55, 0.15);
}

.adp-cta-ring-three {
    width: 390px;
    height: 390px;

    border-color: rgba(212, 175, 55, 0.08);
}


/* =========================================================
   FLOATING 360 CARD
========================================================= */

.adp-cta-floating {
    position: absolute;
    right: 0;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 17px;

    background: rgba(8, 8, 8, 0.88);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;

    backdrop-filter: blur(12px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.45);
}

.adp-cta-floating > span {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(212, 175, 55, 0.12);
    color: #d4af37;

    font-size: 14px;
}

.adp-cta-floating strong {
    display: block;

    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

.adp-cta-floating small {
    display: block;

    margin-top: 3px;

    color: #858585;
    font-size: 10px;
}


/* =========================================================
   TRUST STATS
========================================================= */

.adp-cta-trust {
    margin-top: 28px;
    padding: 25px 30px;

    display: grid;
    grid-template-columns: repeat(3, 1fr) minmax(280px, 1.3fr);
    align-items: center;
    gap: 25px;

    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.025);
}

.adp-cta-stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.adp-cta-stat strong {
    color: #d4af37;
    font-size: 25px;
    line-height: 1;
}

.adp-cta-stat span {
    color: #777777;
    font-size: 11px;
}

.adp-cta-trust-message {
    padding-left: 25px;

    display: flex;
    align-items: center;
    gap: 12px;

    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.adp-cta-trust-message > span {
    color: #d4af37;
    font-size: 20px;
}

.adp-cta-trust-message strong {
    display: block;

    color: #dddddd;
    font-size: 12px;
}

.adp-cta-trust-message small {
    display: block;

    margin-top: 4px;

    color: #777777;
    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .adp-cta-card {
        grid-template-columns: 1fr;
        padding: 60px 50px;
    }

    .adp-cta-visual {
        min-height: 330px;
        margin-top: 20px;
    }

    .adp-cta-floating {
        right: 10%;
    }

    .adp-cta-trust {
        grid-template-columns: repeat(3, 1fr);
    }

    .adp-cta-trust-message {
        grid-column: 1 / -1;
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .adp-cta-section {
        padding: 75px 0 60px;
    }

    .adp-cta-container {
        width: min(100% - 30px, 520px);
    }

    .adp-cta-card {
        min-height: auto;
        padding: 42px 24px 35px;
        border-radius: 21px;
    }

    .adp-cta-content h2 {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .adp-cta-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .adp-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .adp-cta-primary,
    .adp-cta-secondary {
        width: 100%;
    }

    .adp-cta-visual {
        min-height: 300px;
        margin-top: 15px;
    }

    .adp-cta-circle {
        width: 210px;
        height: 210px;
    }

    .adp-cta-inner-circle {
        width: 110px;
        height: 110px;
    }

    .adp-cta-inner-circle span {
        font-size: 44px;
    }

    .adp-cta-ring-one {
        width: 165px;
        height: 165px;
    }

    .adp-cta-ring-two {
        width: 240px;
        height: 240px;
    }

    .adp-cta-ring-three {
        width: 300px;
        height: 300px;
    }

    .adp-cta-floating {
        right: 0;
        bottom: 0;
    }

    .adp-cta-trust {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 22px;
    }

    .adp-cta-stat strong {
        font-size: 22px;
    }

    .adp-cta-trust-message {
        grid-column: 1 / -1;
    }
}
/* =========================================================
   AARAV DIGITAL
   PREMIUM CTA - REFERENCE STYLE
========================================================= */

.adp-home-cta {

    position: relative;

    overflow: hidden;

    padding: 25px 0 60px;

    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(212, 175, 55, 0.13),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 65%,
            rgba(212, 175, 55, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 60%,
            rgba(212, 175, 55, 0.06),
            transparent 28%
        ),
        #050505;

    color: #ffffff;

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-home-cta-container {

    position: relative;

    z-index: 5;

    width:
        min(
            1100px,
            calc(100% - 40px)
        );

    margin: 0 auto;

    text-align: center;

}


/* =========================================================
   GLOW
========================================================= */

.adp-cta-glow {

    position: absolute;

    width: 430px;

    height: 430px;

    border-radius: 50%;

    background:
        rgba(
            212,
            175,
            55,
            0.07
        );

    filter: blur(110px);

    pointer-events: none;

}


.adp-cta-glow-one {

    top: -220px;

    left: 50%;

    transform:
        translateX(-50%);

}


.adp-cta-glow-two {

    right: -250px;

    bottom: -200px;

}


/* =========================================================
   DECORATIONS
========================================================= */

.adp-cta-decoration {

    position: absolute;

    z-index: 1;

    color: #d4af37;

    opacity: 0.22;

    pointer-events: none;

}


.adp-cta-decoration-one {

    left: 15%;

    top: 27%;

    font-size: 22px;

}


.adp-cta-decoration-two {

    right: 14%;

    top: 39%;

    font-size: 15px;

}


.adp-cta-decoration-three {

    left: 21%;

    bottom: 24%;

    font-size: 14px;

}


.adp-cta-decoration-four {

    right: 20%;

    bottom: 21%;

    font-size: 18px;

}


/* =========================================================
   BADGE
========================================================= */

.adp-cta-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 9px 17px;

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.40
        );

    border-radius: 999px;

    background:
        rgba(
            212,
            175,
            55,
            0.07
        );

    color: #d4af37;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.5px;

    box-shadow:
        0 0 25px
        rgba(
            212,
            175,
            55,
            0.08
        );

}


.adp-cta-badge-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    color: #e5c24c;

}


/* =========================================================
   HEADING
========================================================= */

.adp-cta-heading {

    max-width: 900px;

    margin: 24px auto 0;

}


.adp-cta-heading h2 {

    margin: 0;

    color: #f7f7f7;

    font-size:
        clamp(
            44px,
            6vw,
            76px
        );

    line-height: 1.03;

    letter-spacing: -3px;

    font-weight: 800;

}


.adp-cta-heading h2 span {

    color: #d4af37;

}


.adp-cta-heading p {

    max-width: 680px;

    margin: 25px auto 0;

    color: #a8a8a8;

    font-size: 16px;

    line-height: 1.75;

}


/* =========================================================
   STATS
========================================================= */

.adp-home-cta-stats {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    max-width: 760px;

    margin: 44px auto 0;

}


.adp-home-cta-stat {

    position: relative;

    padding: 28px 20px 25px;

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.22
        );

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(
                255,
                255,
                255,
                0.065
            ),
            rgba(
                255,
                255,
                255,
                0.018
            )
        );

    box-shadow:
        inset 0 1px 0
        rgba(
            255,
            255,
            255,
            0.04
        ),
        0 20px 50px
        rgba(
            0,
            0,
            0,
            0.28
        );

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;

}


.adp-home-cta-stat:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(
            212,
            175,
            55,
            0.55
        );

    background:
        linear-gradient(
            145deg,
            rgba(
                212,
                175,
                55,
                0.10
            ),
            rgba(
                255,
                255,
                255,
                0.018
            )
        );

}


/* =========================================================
   STAT ICON
========================================================= */

.adp-cta-stat-icon {

    width: 48px;

    height: 48px;

    margin: 0 auto 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.50
        );

    border-radius: 50%;

    background:
        rgba(
            212,
            175,
            55,
            0.08
        );

    color: #d4af37;

    font-size: 19px;

}


/* =========================================================
   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: #a5a5a5;

    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: 13px;

    margin-top: 36px;

}


.adp-home-cta-primary,
.adp-home-cta-secondary {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 0 24px;

    border-radius: 999px;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;

}


/* =========================================================
   PRIMARY
========================================================= */

.adp-home-cta-primary {

    background:
        linear-gradient(
            135deg,
            #e7ca58,
            #b68b1f
        );

    color: #080808;

    box-shadow:
        0 15px 35px
        rgba(
            212,
            175,
            55,
            0.20
        );

}


.adp-home-cta-primary:hover {

    transform:
        translateY(-3px);

    color: #080808;

    box-shadow:
        0 20px 45px
        rgba(
            212,
            175,
            55,
            0.32
        );

}


/* =========================================================
   SECONDARY
========================================================= */

.adp-home-cta-secondary {

    border: 1px solid
        rgba(
            212,
            175,
            55,
            0.65
        );

    background:
        rgba(
            212,
            175,
            55,
            0.025
        );

    color: #d4af37;

}


.adp-home-cta-secondary:hover {

    transform:
        translateY(-3px);

    background:
        rgba(
            212,
            175,
            55,
            0.09
        );

    color: #d4af37;

}


/* =========================================================
   BUTTON ICON
========================================================= */

.adp-cta-button-icon {

    font-size: 17px;

    line-height: 1;

}


/* =========================================================
   TRUST
========================================================= */

.adp-home-cta-trust {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 28px;

    margin-top: 26px;

}


.adp-home-cta-trust div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #777777;

    font-size: 10px;

    letter-spacing: 0.2px;

}


.adp-home-cta-trust span {

    color: #d4af37;

    font-weight: 800;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .adp-home-cta {

        padding:
            80px 0 65px;

    }


    .adp-home-cta-container {

        width:
            calc(
                100% - 30px
            );

    }


    .adp-cta-badge {

        font-size: 9px;

        padding:
            8px 13px;

    }


    .adp-cta-heading {

        margin-top: 20px;

    }


    .adp-cta-heading h2 {

        font-size: 43px;

        line-height: 1.05;

        letter-spacing:
            -1.8px;

    }


    .adp-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: 32px;

    }


    .adp-home-cta-stat {

        padding:
            22px 18px;

    }


    .adp-home-cta-stat strong {

        font-size: 32px;

    }


    .adp-home-cta-buttons {

        flex-direction: column;

        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-cta-decoration {

        display: none;

    }

}
/* =========================================================
   OPTION 17
   GROWTH PARTNER SECTION
========================================================= */

/* =========================================================
   PREMIUM GROWTH PARTNER PANEL
========================================================= */

.adp-growth-partner {

    position: relative;

    width: 100%;

    max-width: none;

    box-sizing: border-box;

    margin: 65px auto 0;

    padding: 55px 45px 0;

    border: 1px solid
        rgba(212, 175, 55, 0.45);

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.10),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.012)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.04),

        0 25px 70px
        rgba(0, 0, 0, 0.35);

    overflow: hidden;

}


/* =========================================================
   TOP GOLD GLOW
========================================================= */

.adp-growth-partner::before {

    content: "";

    position: absolute;

    top: -110px;

    left: 50%;

    width: 600px;

    height: 200px;

    transform:
        translateX(-50%);

    background:
        rgba(212, 175, 55, 0.09);

    filter:
        blur(70px);

    pointer-events: none;

}


/* =========================================================
   CROWN
========================================================= */

.adp-growth-partner-crown {

    position: relative;

    z-index: 2;

    width: 48px;

    height: 48px;

    margin: 0 auto 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid
        rgba(212, 175, 55, 0.65);

    border-radius: 50%;

    background:
        rgba(212, 175, 55, 0.06);

    color: #d4af37;

    font-size: 20px;

}


/* =========================================================
   HEADING AREA
========================================================= */

.adp-growth-partner-heading {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: none;

    margin: 0 auto;

    text-align: center;

}


.adp-growth-partner-heading h3 {

    width: 100%;

    margin: 0;

    text-align: center;

    font-size:
        clamp(
            32px,
            4vw,
            48px
        );

    line-height: 1.12;

    letter-spacing: -1.5px;

    font-weight: 800;

}


.adp-growth-heading-main {

    display: block;

    color: #f5f5f5;

    white-space: nowrap;

}


.adp-growth-heading-gold {

    display: block;

    margin-top: 5px;

    color: #d4af37;

    white-space: nowrap;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-growth-partner-heading p {

    width: 100%;

    max-width: 850px;

    margin: 18px auto 0;

    text-align: center;

    color: #ffffff;

    font-size: 15px;

    line-height: 1.75;

}


/* =========================================================
   BENEFITS
========================================================= */

.adp-growth-benefits {

    position: relative;

    z-index: 2;

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    margin-top: 40px;

    border-top: 1px solid
        rgba(212, 175, 55, 0.22);

    border-bottom: 1px solid
        rgba(212, 175, 55, 0.22);

}


/* =========================================================
   BENEFIT
========================================================= */

.adp-growth-benefit {

    min-height: 125px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 18px 12px;

    text-align: center;

    border-right: 1px solid
        rgba(212, 175, 55, 0.18);

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.adp-growth-benefit:last-child {

    border-right: 0;

}


.adp-growth-benefit:hover {

    background:
        rgba(212, 175, 55, 0.045);

    transform:
        translateY(-2px);

}


/* =========================================================
   BENEFIT ICON
========================================================= */

.adp-growth-benefit-icon {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid
        rgba(212, 175, 55, 0.65);

    border-radius: 10px;

    background:
        rgba(212, 175, 55, 0.05);

    color: #d4af37;

    font-size: 17px;

}


/* =========================================================
   BENEFIT TITLE
========================================================= */

.adp-growth-benefit h4 {

    margin: 0;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 700;

    white-space: nowrap;

}


/* =========================================================
   DESKTOP WIDTH
========================================================= */

@media (min-width: 1000px) {

    .adp-home-cta-container {

        width:
            calc(100% - 60px);

        max-width: 1200px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-growth-partner {

        padding:
            45px 25px 0;

    }


    .adp-growth-heading-main,
    .adp-growth-heading-gold {

        white-space: normal;

    }


    .adp-growth-benefits {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .adp-growth-benefit {

        border-right: 0;

        border-bottom: 1px solid
            rgba(212, 175, 55, 0.16);

    }


    .adp-growth-benefit:nth-child(odd) {

        border-right: 1px solid
            rgba(212, 175, 55, 0.16);

    }


    .adp-growth-benefit:last-child {

        grid-column:
            1 / -1;

        border-right: 0;

        border-bottom: 0;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-growth-partner {

        margin-top: 48px;

        padding:
            38px 15px 0;

        border-radius: 20px;

    }


    .adp-growth-partner-heading h3 {

        font-size: 29px;

        line-height: 1.15;

        letter-spacing: -0.8px;

    }


    .adp-growth-partner-heading p {

        font-size: 13px;

        line-height: 1.65;

    }


    .adp-growth-benefits {

        grid-template-columns:
            1fr 1fr;

        margin-top: 30px;

    }


    .adp-growth-benefit {

        min-height: 90px;

        padding:
            14px 5px;

    }


    .adp-growth-benefit-icon {

        width: 34px;

        height: 34px;

        font-size: 14px;

    }


    .adp-growth-benefit h4 {

        font-size: 9px;

    }

}
/* =========================================================
   GROWTH PARTNER - FULL WIDTH + 2 LINE HEADING
========================================================= */

.adp-growth-partner {

    width: 100%;

    max-width: none;

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   HEADING
========================================================= */

.adp-growth-partner-heading {

    max-width: 100%;

}


.adp-growth-partner-heading h3 {

    width: 100%;

    max-width: 100%;

    margin: 0 auto;

    font-size: clamp(
        30px,
        4vw,
        48px
    );

    line-height: 1.12;

    letter-spacing: -1.5px;

    text-align: center;

    white-space: normal;

}


/* First line */

.adp-growth-heading-main {

    display: block;

    color: #f5f5f5;

    white-space: nowrap;

}


/* Second line */

.adp-growth-heading-gold {

    display: block;

    margin-top: 5px;

    color: #d4af37;

    white-space: nowrap;

}


/* =========================================================
   BENEFITS FULL WIDTH
========================================================= */

.adp-growth-benefits {

    width: 100%;

    max-width: 100%;

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 901px) {

    .adp-growth-partner {

        padding-left: 45px;

        padding-right: 45px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .adp-growth-heading-main,
    .adp-growth-heading-gold {

        white-space: normal;

    }


    .adp-growth-partner-heading h3 {

        font-size: 30px;

        line-height: 1.15;

    }

}
@media (min-width: 1000px) {

    .adp-home-cta-container {

        width: calc(100% - 60px);

        max-width: 1200px;

    }

}
.adp-growth-partner {
    padding-bottom: 0 !important;
}

.adp-growth-benefit {
    min-height: 105px !important;
}
/* =========================================
   AEO / GEO CTA SERVICE LINKS
========================================= */

.adp-cta-service-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 8px 12px;

    margin: 18px auto 26px;

    max-width: 900px;
}

.adp-cta-service-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 7px 13px;

    border: 1px solid rgba(214, 168, 46, 0.28);

    border-radius: 30px;

    color: #d6a82e;

    background: rgba(214, 168, 46, 0.04);

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}

.adp-cta-service-links a:hover {
    color: #ffffff;

    border-color: #d6a82e;

    background: rgba(214, 168, 46, 0.10);
}


@media (max-width: 600px) {

    .adp-cta-service-links {
        gap: 6px 8px;

        margin-top: 14px;
        margin-bottom: 22px;
    }

    .adp-cta-service-links a {
        padding: 6px 10px;

        font-size: 10px;
    }

}