/* =========================================================
REFERENCES HERO
========================================================= */

.references-hero{

    min-height:900px;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    overflow:hidden;

    text-align:center;

    background:
        linear-gradient(
            rgba(255,255,255,.35),
            rgba(255,255,255,.35)
        ),
        url("../assets/references-hero.webp");

    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;

}

.references-hero-content{

    max-width:950px;

    margin:auto;

}

.references-tag{

    display:inline-block;

    padding:12px 24px;

    border-radius:999px;

    background:rgba(126,211,33,.12);

    color:#4d7c0f;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.references-hero h1{

    font-size:68px;

    line-height:1.05;

    margin-bottom:30px;
    
    color:#fff;

}

.references-hero p{

    max-width:850px;

    margin:auto;

    font-size:22px;

    line-height:1.8;

    color:#ffff;

}

/* =========================================================
PARTNERS
========================================================= */

.references-partners{

    padding:120px 0;

    background:#fff;

}

.references-partner-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.partner-card{

    position:relative;

    overflow:hidden;

    background:#fff;

    border-radius:24px;

    padding:40px;

    text-align:center;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:
        0 15px 40px rgba(15,23,42,.05);

    transition:.3s;

    min-height:340px;

}

.partner-card::before{

    content:"";

    position:absolute;

    inset:0;

    background-size:70%;

    background-position:center;

    background-repeat:no-repeat;

    opacity:.06;

    filter:grayscale(100%);

    z-index:1;

}

.partner-card > *{

    position:relative;

    z-index:2;

}

.partner-card:hover{

    transform:translateY(-8px);

}

.partner-card h3{

    font-size:28px;

    margin-bottom:15px;

}

.partner-card p{

    color:var(--text-light);

}

.partner-reptar::before{
	background-image:url("../assets/reptar-logo.webp");

}

.partner-okonet::before{
    background-image:url("../assets/okonet-logo.webp");
}

.partner-ergoline::before{
    background-image:url("../assets/ergoline-logo.webp");
}

.partner-opel::before{
    background-image:url("../assets/opel-logo.webp");
}

.partner-mupa::before{
    background-image:url("../assets/mupa-logo.webp");
}

.partner-galgacoop::before{
    background-image:url("../assets/galgacoop-logo.webp");
}

/* =========================================================
INDUSTRIES
========================================================= */

.references-industries{

    padding:120px 0;

    background:
        linear-gradient(
            180deg,
            #f8fafc,
            #eef4f8
        );

}

.references-industries-intro{

    max-width:950px;

    margin:0 auto 60px;

    text-align:center;

    font-size:20px;

    line-height:1.9;

    color:var(--text-light);

}

.references-industries-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.industry-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:
        0 15px 40px rgba(15,23,42,.05);

    transition:.3s;

}

.industry-card:hover{

    transform:translateY(-8px);

}

.industry-icon{

    width:70px;
    height:70px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
        rgba(126,211,33,.10);

    margin-bottom:25px;

}

.industry-icon i{

    font-size:28px;

    color:#7ED321;

}

.industry-card h3{

    font-size:24px;

    margin-bottom:15px;

}

.industry-card p{

    color:var(--text-light);

    line-height:1.7;

}

/* =========================================================
NUMBERS
========================================================= */

.references-numbers{

    padding:120px 0;

    background:
        radial-gradient(
            circle at center,
            rgba(126,211,33,.08),
            transparent 45%
        ),
        linear-gradient(
            135deg,
            #07111E,
            #0B1728
        );

}

.references-numbers-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.number-card{

    text-align:center;

    padding:40px;

    border-radius:24px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

}

.number-card span{

    display:block;

    font-size:56px;

    font-weight:800;

    color:#7ED321;

    margin-bottom:10px;

}

.number-card p{

    color:rgba(255,255,255,.75);

}

/* =========================================================
LESSONS
========================================================= */

.references-lessons{

    padding:140px 0;

    background:#fff;

    text-align:center;

}

.references-lessons-content{

    max-width:900px;

    margin:auto;

}

.references-lessons-content span{

    color:#7ED321;

    font-weight:700;

}

.references-lessons-content h2{

    font-size:56px;

    margin:20px 0 30px;

}

.references-lessons-content p{

    font-size:22px;

    line-height:1.9;

    color:var(--text-light);

}

/* =========================================================
END
========================================================= */

.references-end{

    padding:120px 0;

    background:
        linear-gradient(
            180deg,
            #f8fafc,
            #eef4f8
        );

    text-align:center;

}

.references-end-content{

    max-width:900px;

    margin:auto;

}

.references-end h2{

    font-size:52px;

    margin-bottom:25px;

}

.references-end p{

    font-size:22px;

    line-height:1.8;

    color:var(--text-light);

}

.partner-features{

    margin-top:25px;

    text-align:left;

    display:flex;

    flex-direction:column;

    gap:10px;

}

.partner-features li{

    list-style:none;

    position:relative;

    padding-left:22px;

    color:var(--text-light);

    font-size:15px;

}

.partner-features li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#7ED321;

    font-weight:700;

}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:992px){

    .references-partner-grid,
    .references-project-grid,
    .references-numbers-grid{

        grid-template-columns:1fr;

    }

    .references-hero h1{

        font-size:48px;

    }

}

@media(max-width:768px){

    .references-hero{

        padding:180px 0 120px;

    }

    .references-hero h1{

        font-size:36px;

    }

    .references-hero p{

        font-size:18px;

    }

    .references-lessons h2,
    .references-end h2{

        font-size:36px;

    }

}