/* =========================================================
   AARAV DIGITAL
   PREMIUM PORTFOLIO PAGE
========================================================= */

.adp-portfolio-page {

    position: relative;

    overflow: hidden;

    padding:
        110px 0 90px;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(212,175,55,0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 60%,
            rgba(212,175,55,0.05),
            transparent 30%
        ),
        #050505;

    color: #ffffff;

}


/* =========================================================
   BACKGROUND
========================================================= */

.adp-portfolio-bg-glow {

    position: absolute;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(90px);

}


.adp-portfolio-bg-glow-one {

    top: -250px;

    left: -250px;

    background:
        rgba(212,175,55,0.08);

}


.adp-portfolio-bg-glow-two {

    right: -250px;

    top: 45%;

    background:
        rgba(212,175,55,0.05);

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-portfolio-container {

    position: relative;

    z-index: 2;

    width:
        calc(100% - 90px);

    max-width: 1250px;

    margin: 0 auto;

}


/* =========================================================
   HERO
========================================================= */

.adp-portfolio-hero {

    max-width: 900px;

    margin: 0 auto 55px;

    text-align: center;

}


.adp-portfolio-eyebrow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #d4af37;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.adp-portfolio-eyebrow span {

    width: 35px;

    height: 1px;

    background:
        #d4af37;

}


.adp-portfolio-hero h1 {

    margin: 0;

    color: #f5f5f5;

    font-size:
        clamp(
            42px,
            6vw,
            76px
        );

    line-height: 1.02;

    letter-spacing: -3px;

    font-weight: 900;

}


.adp-portfolio-hero h1 span {

    display: block;

    color: #d4af37;

}


.adp-portfolio-hero p {

    max-width: 700px;

    margin: 25px auto 0;

    color: #999999;

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================================
   STATS
========================================================= */

.adp-portfolio-stats {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-bottom: 45px;

    border:
        1px solid
        rgba(212,175,55,0.25);

    border-radius: 16px;

    background:
        rgba(255,255,255,0.018);

}


.adp-portfolio-stat {

    padding: 24px 15px;

    text-align: center;

    border-right:
        1px solid
        rgba(212,175,55,0.15);

}


.adp-portfolio-stat:last-child {

    border-right: 0;

}


.adp-portfolio-stat strong {

    display: block;

    color: #d4af37;

    font-size: 30px;

    font-weight: 900;

}


.adp-portfolio-stat span {

    display: block;

    margin-top: 5px;

    color: #888888;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

}


/* =========================================================
   FILTERS
========================================================= */

.adp-portfolio-filters {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 45px;

}


.adp-portfolio-filter {

    padding:
        11px 20px;

    border:
        1px solid
        rgba(212,175,55,0.25);

    border-radius: 999px;

    background:
        transparent;

    color: #999999;

    font-family: inherit;

    font-size: 11px;

    font-weight: 700;

    cursor: pointer;

    transition:
        all .3s ease;

}


.adp-portfolio-filter:hover,
.adp-portfolio-filter.active {

    border-color:
        #d4af37;

    background:
        #d4af37;

    color: #080808;

}


/* =========================================================
   FEATURED PROJECT
========================================================= */

.adp-portfolio-featured {

    display: grid;

    grid-template-columns:
        1.35fr
        0.65fr;

    min-height: 520px;

    margin-bottom: 45px;

    overflow: hidden;

    border:
        1px solid
        rgba(212,175,55,0.35);

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.04),
            rgba(255,255,255,0.012)
        );

    box-shadow:
        0 30px 80px
        rgba(0,0,0,0.35);

}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.adp-portfolio-featured-image {

    position: relative;

    min-height: 520px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #17150d,
            #080808
        );

}


.adp-portfolio-image-placeholder {

    position: absolute;

    inset: 35px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 12px;

    border:
        1px dashed
        rgba(212,175,55,0.35);

    border-radius: 14px;

    color: #777777;

    text-align: center;

}


.adp-portfolio-image-placeholder span {

    color: #d4af37;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-portfolio-image-placeholder strong {

    color: #ffffff;

    font-size: 28px;

}


.adp-portfolio-image-overlay {

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 50% 50%,
            transparent 20%,
            rgba(0,0,0,0.45)
        );

    pointer-events: none;

}


.adp-portfolio-project-number {

    position: absolute;

    top: 25px;

    left: 25px;

    color: #d4af37;

    font-size: 11px;

    font-weight: 800;

}


/* =========================================================
   FEATURED CONTENT
========================================================= */

.adp-portfolio-featured-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 55px;

}


.adp-portfolio-project-label {

    margin-bottom: 18px;

    color: #d4af37;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-portfolio-featured-content h2 {

    margin: 0;

    color: #f5f5f5;

    font-size: 40px;

    line-height: 1.08;

    letter-spacing: -1.5px;

}


.adp-portfolio-featured-content p {

    margin: 22px 0;

    color: #999999;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   SERVICES TAGS
========================================================= */

.adp-portfolio-services {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 30px;

}


.adp-portfolio-services span {

    padding:
        7px 10px;

    border:
        1px solid
        rgba(212,175,55,0.20);

    border-radius: 5px;

    color: #999999;

    font-size: 9px;

}


/* =========================================================
   CASE STUDY BUTTON
========================================================= */

.adp-portfolio-case-study {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    color: #d4af37;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

}


.adp-portfolio-case-study span {

    font-size: 17px;

    transition:
        transform .3s ease;

}


.adp-portfolio-case-study:hover span {

    transform:
        translate(3px,-3px);

}


/* =========================================================
   PROJECT GRID
========================================================= */

.adp-portfolio-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 25px;

}


/* =========================================================
   PROJECT CARD
========================================================= */

.adp-portfolio-card {

    overflow: hidden;

    border:
        1px solid
        rgba(212,175,55,0.22);

    border-radius: 18px;

    background:
        rgba(255,255,255,0.018);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;

}


.adp-portfolio-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(212,175,55,0.60);

    box-shadow:
        0 25px 60px
        rgba(0,0,0,0.35);

}


/* =========================================================
   CARD IMAGE
========================================================= */

.adp-portfolio-card-image {

    position: relative;

    height: 300px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #15130d,
            #080808
        );

}


.adp-portfolio-card-image
.adp-portfolio-image-placeholder {

    inset: 25px;

}


.adp-portfolio-card-image
.adp-portfolio-image-placeholder strong {

    font-size: 22px;

}


.adp-portfolio-card-number {

    position: absolute;

    top: 18px;

    right: 20px;

    color: #d4af37;

    font-size: 10px;

    font-weight: 800;

}


/* =========================================================
   CARD CONTENT
========================================================= */

.adp-portfolio-card-content {

    padding: 28px;

}


.adp-portfolio-card-content > span {

    color: #d4af37;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.adp-portfolio-card-content h3 {

    margin: 10px 0;

    color: #ffffff;

    font-size: 24px;

    line-height: 1.2;

}


.adp-portfolio-card-content p {

    margin: 0 0 20px;

    color: #888888;

    font-size: 12px;

    line-height: 1.7;

}


.adp-portfolio-card-content a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #d4af37;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;

}


/* =========================================================
   PROOF / FINAL CTA
========================================================= */

.adp-portfolio-proof {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 70px;

    padding: 48px;

    border:
        1px solid
        rgba(212,175,55,0.40);

    border-radius: 20px;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(212,175,55,0.10),
            transparent 35%
        );

}


.adp-portfolio-proof-content > span {

    color: #d4af37;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-portfolio-proof h2 {

    margin: 10px 0;

    color: #ffffff;

    font-size: 35px;

    line-height: 1.15;

}


.adp-portfolio-proof h2 strong {

    color: #d4af37;

}


.adp-portfolio-proof p {

    margin: 0;

    color: #888888;

    font-size: 13px;

}


.adp-portfolio-proof-button {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding:
        15px 24px;

    border-radius: 999px;

    background:
        #d4af37;

    color: #080808;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.adp-portfolio-proof-button:hover {

    transform:
        translateY(-3px);

    color: #080808;

    box-shadow:
        0 15px 35px
        rgba(212,175,55,0.25);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-portfolio-container {

        width:
            calc(100% - 40px);

    }


    .adp-portfolio-featured {

        grid-template-columns: 1fr;

    }


    .adp-portfolio-featured-image {

        min-height: 400px;

    }


    .adp-portfolio-featured-content {

        padding: 40px;

    }


    .adp-portfolio-stats {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .adp-portfolio-stat:nth-child(2) {

        border-right: 0;

    }


    .adp-portfolio-stat:nth-child(-n+2) {

        border-bottom:
            1px solid
            rgba(212,175,55,0.15);

    }


    .adp-portfolio-proof {

        flex-direction: column;

        align-items: flex-start;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-portfolio-page {

        padding:
            75px 0 60px;

    }


    .adp-portfolio-container {

        width:
            calc(100% - 28px);

    }


    .adp-portfolio-hero h1 {

        font-size: 43px;

        letter-spacing: -2px;

    }


    .adp-portfolio-hero p {

        font-size: 13px;

    }


    .adp-portfolio-stats {

        grid-template-columns: 1fr 1fr;

    }


    .adp-portfolio-stat {

        padding:
            20px 10px;

    }


    .adp-portfolio-stat strong {

        font-size: 25px;

    }


    .adp-portfolio-featured-image {

        min-height: 300px;

    }


    .adp-portfolio-image-placeholder {

        inset: 20px;

    }


    .adp-portfolio-featured-content {

        padding: 30px 24px;

    }


    .adp-portfolio-featured-content h2 {

        font-size: 31px;

    }


    .adp-portfolio-grid {

        grid-template-columns: 1fr;

    }


    .adp-portfolio-card-image {

        height: 240px;

    }


    .adp-portfolio-proof {

        padding: 30px 24px;

    }


    .adp-portfolio-proof h2 {

        font-size: 28px;

    }


    .adp-portfolio-proof-button {

        width: 100%;

        justify-content: center;

    }

}
.adp-portfolio-project-image {
    width: 100%;
    height: 100%;
    min-height: 480px;
    overflow: hidden;
    background: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adp-portfolio-project-image img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    display: block;

    object-fit: contain;
    object-position: center;

    background: #080808;

    transition: transform 0.7s ease;
}

.adp-masala-featured:hover
.adp-portfolio-project-image img {
    transform: scale(1.02);
}
/* =========================================================
   FEATURED PROJECT DESCRIPTION — FONT SIZE
========================================================= */

.adp-masala-featured .adp-portfolio-featured-content > p {
    font-size: 18px;
    line-height: 1.8;
    color: #b8b8b8;
    max-width: 620px;
}


/* Project tags bhi thode readable */

.adp-masala-featured .adp-portfolio-services span {
    font-size: 13px;
    padding: 9px 13px;
}


/* Mobile */

@media (max-width: 768px) {

    .adp-masala-featured .adp-portfolio-featured-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

}
/* =========================================================
   PROJECT 02 — LEO PELUQUERÍA
========================================================= */

.adp-leo-project {
    overflow: hidden;
}


/* =========================================================
   IMAGE
========================================================= */

.adp-leo-project .adp-portfolio-card-image {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #090909;
}


.adp-leo-project .adp-portfolio-card-image img {
    width: 100%;
    height: 100%;
    min-height: 360px;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.7s ease,
        filter 0.7s ease;
}


.adp-leo-project:hover
.adp-portfolio-card-image img {

    transform: scale(1.035);

}


/* =========================================================
   PROJECT NUMBER
========================================================= */

.adp-leo-project .adp-portfolio-card-number {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 3;

    color: #dcb532;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.08em;
}


/* =========================================================
   CATEGORY
========================================================= */

.adp-leo-project .adp-portfolio-card-category {
    color: #dcb532;
}


/* =========================================================
   TITLE
========================================================= */

.adp-leo-project .adp-portfolio-card-content h3 {
    font-size: 28px;
    line-height: 1.2;

    margin-bottom: 14px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-leo-project .adp-portfolio-card-content p {

    font-size: 16px;

    line-height: 1.75;

    color: #a9a9a9;

    max-width: 560px;

}


/* =========================================================
   TAGS
========================================================= */

.adp-leo-project .adp-portfolio-card-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;

}


.adp-leo-project .adp-portfolio-card-tags span {

    display: inline-flex;

    align-items: center;

    padding: 8px 12px;

    border: 1px solid rgba(220, 181, 50, 0.28);

    border-radius: 5px;

    color: #bdbdbd;

    font-size: 12px;

    line-height: 1;

    background: rgba(255,255,255,0.015);

}


/* =========================================================
   LINK
========================================================= */

.adp-leo-project .adp-portfolio-card-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 25px;

    color: #dcb532;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: gap 0.3s ease;

}


.adp-leo-project .adp-portfolio-card-link span {

    font-size: 16px;

}


.adp-leo-project .adp-portfolio-card-link:hover {

    gap: 13px;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .adp-leo-project .adp-portfolio-card-image {

        min-height: 260px;

    }


    .adp-leo-project .adp-portfolio-card-image img {

        min-height: 260px;

    }


    .adp-leo-project .adp-portfolio-card-content h3 {

        font-size: 24px;

    }


    .adp-leo-project .adp-portfolio-card-content p {

        font-size: 15px;

    }

}
/* =========================================================
   PROJECT 03 — PENCIL PACK SERVICES
========================================================= */

.adp-pencil-project {
    overflow: hidden;
    position: relative;
}


/* =========================================================
   PROJECT IMAGE
========================================================= */

.adp-pencil-project .adp-portfolio-card-image {

    position: relative;

    min-height: 360px;

    overflow: hidden;

    background: #080808;

}


.adp-pencil-project .adp-portfolio-card-image img {

    width: 100%;
    height: 100%;

    min-height: 360px;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.7s ease,
        filter 0.7s ease;

}


.adp-pencil-project:hover
.adp-portfolio-card-image img {

    transform: scale(1.035);

}


/* =========================================================
   PROJECT NUMBER
========================================================= */

.adp-pencil-project
.adp-portfolio-card-number {

    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 4;

    color: #dcb532;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.08em;

}


/* =========================================================
   IMAGE BADGE
========================================================= */

.adp-pencil-image-badge {

    position: absolute;

    left: 20px;
    bottom: 20px;

    z-index: 4;

    padding: 9px 14px;

    border: 1px solid rgba(220,181,50,0.55);

    border-radius: 5px;

    background: rgba(5,5,5,0.88);

    color: #dcb532;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.14em;

    backdrop-filter: blur(8px);

}


/* =========================================================
   CATEGORY
========================================================= */

.adp-pencil-project
.adp-portfolio-card-category {

    color: #dcb532;

}


/* =========================================================
   TITLE
========================================================= */

.adp-pencil-project
.adp-portfolio-card-content h3 {

    font-size: 29px;

    line-height: 1.2;

    margin-bottom: 14px;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-pencil-project
.adp-portfolio-card-content > p {

    font-size: 16px;

    line-height: 1.75;

    color: #a9a9a9;

    max-width: 600px;

}


/* =========================================================
   TAGS
========================================================= */

.adp-pencil-project
.adp-portfolio-card-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;

}


.adp-pencil-project
.adp-portfolio-card-tags span {

    display: inline-flex;

    align-items: center;

    padding: 8px 12px;

    border: 1px solid rgba(220,181,50,0.28);

    border-radius: 5px;

    background: rgba(255,255,255,0.015);

    color: #bdbdbd;

    font-size: 12px;

    line-height: 1;

}


/* =========================================================
   GOOGLE ADS PERFORMANCE
========================================================= */

.adp-pencil-performance {

    margin-top: 25px;

    padding: 18px;

    border: 1px solid rgba(220,181,50,0.25);

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            rgba(220,181,50,0.045),
            rgba(0,0,0,0.15)
        );

}


/* =========================================================
   PERFORMANCE HEADER
========================================================= */

.adp-pencil-performance-title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding-bottom: 13px;

    margin-bottom: 15px;

    border-bottom: 1px solid rgba(220,181,50,0.16);

}


.adp-pencil-performance-title span {

    color: #dcb532;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.14em;

}


.adp-pencil-performance-title small {

    color: #777;

    font-size: 9px;

    letter-spacing: 0.08em;

}


/* =========================================================
   PERFORMANCE GRID
========================================================= */

.adp-pencil-performance-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

}


/* =========================================================
   METRIC
========================================================= */

.adp-pencil-metric {

    padding: 4px 14px;

    border-right:
        1px solid rgba(220,181,50,0.15);

}


.adp-pencil-metric:first-child {

    padding-left: 0;

}


.adp-pencil-metric:last-child {

    border-right: 0;

    padding-right: 0;

}


.adp-pencil-metric strong {

    display: block;

    margin-bottom: 5px;

    color: #dcb532;

    font-size: 21px;

    line-height: 1;

}


.adp-pencil-metric span {

    display: block;

    color: #888;

    font-size: 10px;

    line-height: 1.4;

}


/* =========================================================
   ACTION
========================================================= */

.adp-pencil-actions {

    margin-top: 23px;

}


.adp-pencil-actions
.adp-portfolio-card-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #dcb532;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: gap 0.3s ease;

}


.adp-pencil-actions
.adp-portfolio-card-link:hover {

    gap: 13px;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .adp-pencil-project
    .adp-portfolio-card-image {

        min-height: 260px;

    }


    .adp-pencil-project
    .adp-portfolio-card-image img {

        min-height: 260px;

    }


    .adp-pencil-project
    .adp-portfolio-card-content h3 {

        font-size: 24px;

    }


    .adp-pencil-project
    .adp-portfolio-card-content > p {

        font-size: 15px;

    }


    .adp-pencil-performance {

        padding: 15px;

    }


    .adp-pencil-performance-title {

        align-items: flex-start;

        flex-direction: column;

        gap: 6px;

    }


    .adp-pencil-performance-grid {

        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 18px;

    }


    .adp-pencil-metric {

        padding: 0;

        border-right: 0;

    }


    .adp-pencil-metric strong {

        font-size: 19px;

    }

}
/* =========================================================
   TEMPORARILY HIDDEN PORTFOLIO PROJECTS
   Project 04 & Project 05
========================================================= */

.adp-project-hidden {
    display: none !important;
}
/* =========================================================
   PREMIUM PORTFOLIO FINAL CTA
========================================================= */

.adp-portfolio-final-cta {

    position: relative;

    overflow: hidden;

    margin-top: 80px;

    padding: 90px 30px;

    border:
        1px solid
        rgba(220,181,50,0.45);

    border-radius: 24px;

    background:

        radial-gradient(
            circle at 50% 0%,
            rgba(220,181,50,0.12),
            transparent 38%
        ),

        linear-gradient(
            145deg,
            #11100b,
            #060606 65%
        );

}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.adp-portfolio-final-glow {

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(90px);

}


.adp-portfolio-final-glow-one {

    top: -220px;

    left: 10%;

    background:
        rgba(220,181,50,0.10);

}


.adp-portfolio-final-glow-two {

    right: -180px;

    bottom: -220px;

    background:
        rgba(220,181,50,0.07);

}


/* =========================================================
   DECORATIONS
========================================================= */

.adp-portfolio-final-decoration {

    position: absolute;

    color: #dcb532;

    opacity: 0.28;

    pointer-events: none;

}


.adp-final-decoration-one {

    top: 35px;

    left: 7%;

    font-size: 22px;

}


.adp-final-decoration-two {

    right: 8%;

    bottom: 40px;

    font-size: 18px;

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-portfolio-final-container {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: 0 auto;

    text-align: center;

}


/* =========================================================
   EYEBROW
========================================================= */

.adp-portfolio-final-eyebrow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 22px;

    color: #dcb532;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.adp-portfolio-final-eyebrow span {

    width: 35px;

    height: 1px;

    background: #dcb532;

}


/* =========================================================
   HEADING
========================================================= */

.adp-portfolio-final-container h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            42px,
            6vw,
            70px
        );

    line-height: 1.02;

    letter-spacing: -3px;

    font-weight: 900;

}


.adp-portfolio-final-container h2 span {

    display: block;

    color: #dcb532;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-portfolio-final-container > p {

    max-width: 680px;

    margin: 25px auto 0;

    color: #999999;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   BUTTONS
========================================================= */

.adp-portfolio-final-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    margin-top: 35px;

}


.adp-portfolio-final-primary,
.adp-portfolio-final-secondary {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height: 52px;

    padding: 0 25px;

    border-radius: 999px;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    transition:
        all 0.3s ease;

}


.adp-portfolio-final-primary {

    background: #dcb532;

    color: #080808;

    border:
        1px solid
        #dcb532;

}


.adp-portfolio-final-primary:hover {

    color: #080808;

    transform:
        translateY(-3px);

    box-shadow:
        0 15px 35px
        rgba(220,181,50,0.22);

}


.adp-portfolio-final-secondary {

    border:
        1px solid
        rgba(220,181,50,0.35);

    color: #ffffff;

    background:
        rgba(255,255,255,0.025);

}


.adp-portfolio-final-secondary:hover {

    border-color:
        #dcb532;

    color: #dcb532;

    transform:
        translateY(-3px);

}


.adp-final-arrow {

    font-size: 16px;

    transition:
        transform 0.3s ease;

}


.adp-portfolio-final-primary:hover
.adp-final-arrow {

    transform:
        translate(2px,-2px);

}


.adp-portfolio-final-secondary:hover
.adp-final-arrow {

    transform:
        translateX(4px);

}


/* =========================================================
   TRUST POINTS
========================================================= */

.adp-portfolio-final-trust {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 28px;

    margin-top: 32px;

}


.adp-portfolio-final-trust div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #888888;

    font-size: 11px;

    font-weight: 600;

}


.adp-portfolio-final-trust span {

    color: #dcb532;

    font-size: 13px;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-portfolio-final-cta {

        margin-top: 55px;

        padding: 65px 20px;

        border-radius: 18px;

    }


    .adp-portfolio-final-container h2 {

        font-size: 42px;

        letter-spacing: -2px;

    }


    .adp-portfolio-final-container > p {

        font-size: 14px;

        line-height: 1.7;

    }


    .adp-portfolio-final-buttons {

        flex-direction: column;

        width: 100%;

    }


    .adp-portfolio-final-primary,
    .adp-portfolio-final-secondary {

        width: 100%;

    }


    .adp-portfolio-final-trust {

        flex-direction: column;

        gap: 13px;

    }

}