/* =========================================================
   GFC SPONSORS PAGE
   COMPLETE SPONSORS STYLING
========================================================= */


/* =========================================================
   GENERAL
========================================================= */

.sponsors-hero,
.sponsors-announcement,
.sponsors-intro,
.sponsor-feature,
.sponsors-cta {

    width: 100%;
    box-sizing: border-box;

}

.sponsors-hero *,
.sponsors-announcement *,
.sponsors-intro *,
.sponsor-feature *,
.sponsors-cta * {

    box-sizing: border-box;

}


/* =========================================================
   SPONSORS HERO
========================================================= */

.sponsors-hero {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(214, 28, 36, 0.14),
            transparent 45%
        ),
        #050505;

}


.sponsors-hero::before {

    content: "GFC";

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    font-size: 420px;

    line-height: 1;

    font-weight: 900;

    color: rgba(255,255,255,0.025);

    pointer-events: none;

}


.sponsors-hero::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.92),
            transparent 50%,
            rgba(0,0,0,.92)
        );

    pointer-events: none;

}


.sponsors-hero-content {

    position: relative;

    z-index: 2;

    width: min(90%, 950px);

    text-align: center;

}


.sponsors-label {

    display: block;

    margin-bottom: 22px;

    color: #e21b23;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 6px;

}


.sponsors-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(52px, 7vw, 88px);

    line-height: .94;

    font-weight: 900;

    letter-spacing: -4px;

}


.sponsors-hero h1 strong {

    display: block;

    color: #e21b23;

}


.sponsors-hero p {

    margin: 30px auto 0;

    max-width: 650px;

    color: #bdbdbd;

    font-size: 18px;

    line-height: 1.7;

}


.sponsors-hero-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    margin-top: 38px;

}


/* =========================================================
   BUTTONS
========================================================= */

.sponsors-hero .primary-btn,
.sponsors-announcement .primary-btn,
.sponsors-cta .primary-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 0 28px;

    border-radius: 30px;

    background: #e21b23;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}


.sponsors-hero .primary-btn:hover,
.sponsors-announcement .primary-btn:hover,
.sponsors-cta .primary-btn:hover {

    transform: translateY(-2px);

    background: #ff252d;

    box-shadow:
        0 10px 30px rgba(226,27,35,.25);

}


.sponsors-hero .secondary-btn,
.sponsors-cta .secondary-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 0 28px;

    border: 1px solid rgba(255,255,255,.18);

    border-radius: 30px;

    background: rgba(255,255,255,.03);

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition:
        background .25s ease,
        border-color .25s ease;

}


.sponsors-hero .secondary-btn:hover,
.sponsors-cta .secondary-btn:hover {

    background: rgba(255,255,255,.08);

    border-color: rgba(255,255,255,.35);

}


/* =========================================================
   LOOKING FOR SPONSORS
========================================================= */

.sponsors-announcement {

    position: relative;

    min-height: 620px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #050505;

}


/*
   IMPORTANT:
   Das komplette Bild bleibt sichtbar.
   Kein cover.
*/

.sponsors-announcement-image {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #050505;

}


.sponsors-announcement-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: center;

    transform: scale(.78);

    opacity: .45;

    filter:
        brightness(.65)
        contrast(1.05);

}


.sponsors-announcement-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.97) 0%,
            rgba(0,0,0,.88) 28%,
            rgba(0,0,0,.48) 62%,
            rgba(0,0,0,.88) 100%
        );

}


.sponsors-announcement .container {

    position: relative;

    z-index: 2;

}


.sponsors-announcement-content {

    max-width: 650px;

    padding: 100px 0;

}


.sponsors-announcement-content > span {

    display: block;

    margin-bottom: 20px;

    color: #e21b23;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 5px;

}


.sponsors-announcement-content h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 64px);

    line-height: .97;

    font-weight: 900;

    letter-spacing: -2px;

}


.sponsors-announcement-content h2 strong {

    display: block;

    color: #e21b23;

}


.sponsors-announcement-content p {

    margin: 28px 0;

    max-width: 560px;

    color: #d0d0d0;

    font-size: 17px;

    line-height: 1.7;

}


/* =========================================================
   SECTION INTRO
========================================================= */

.sponsors-intro {

    padding: 110px 0 70px;

    background: #050505;

}


.sponsors-section-title {

    max-width: 850px;

    margin: 0 auto;

    text-align: center;

}


.sponsors-section-title span {

    display: block;

    margin-bottom: 18px;

    color: #e21b23;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 5px;

}


.sponsors-section-title h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 58px);

    line-height: 1;

    font-weight: 900;

    letter-spacing: -2px;

}


.sponsors-section-title h2 strong {

    color: #e21b23;

}


.sponsors-section-title p {

    max-width: 650px;

    margin: 25px auto 0;

    color: #8e8e8e;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   SPONSOR FEATURES
========================================================= */

.sponsor-feature {

    padding: 32px 0;

    background: #050505;

}


.sponsor-feature-dark {

    background: #080808;

}


/*
   DAS IST DER WICHTIGE TEIL:

   Bild + Text nebeneinander.
*/

.sponsor-feature-card {

    position: relative;

    width: 100%;

    min-height: 560px;

    display: grid;

    grid-template-columns: 58% 42%;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 20px;

    background: #090909;

    box-shadow:
        0 25px 70px rgba(0,0,0,.45);

}


/* =========================================================
   IMAGE AREA
========================================================= */

.sponsor-feature-card > img {

    display: block;

    width: 100%;

    height: 560px;

    /*
       GANZ WICHTIG:
       kompletter Inhalt bleibt sichtbar.
    */

    object-fit: contain;

    object-position: center;

    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,.035),
            rgba(0,0,0,.25) 65%
        );

    padding: 18px;

    transition:
        transform .5s ease,
        filter .5s ease;

}


/* =========================================================
   IMAGE HOVER
========================================================= */

.sponsor-feature-card:hover > img {

    transform: scale(1.015);

    filter:
        brightness(1.04)
        contrast(1.03);

}


/* =========================================================
   CONTENT AREA
========================================================= */

.sponsor-feature-content {

    position: relative;

    z-index: 3;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    padding: 60px;

    background:
        linear-gradient(
            135deg,
            #0b0b0b,
            #050505
        );

}


.sponsor-feature-content::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 3px;

    height: 100%;

    background:
        linear-gradient(
            180deg,
            transparent,
            #e21b23 25%,
            #e21b23 75%,
            transparent
        );

}


.sponsor-feature-content span {

    display: block;

    margin-bottom: 15px;

    color: #e21b23;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 4px;

}


.sponsor-feature-content h2 {

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(32px, 3.5vw, 48px);

    line-height: 1;

    font-weight: 900;

    letter-spacing: -1px;

}


.sponsor-feature-content p {

    max-width: 420px;

    margin: 0;

    color: #999999;

    font-size: 16px;

    line-height: 1.75;

}
/* =========================================================
   ALTERNATING LAYOUT
========================================================= */

/*
   1. Bild LINKS
   2. Bild RECHTS
   3. Bild LINKS
   4. Bild RECHTS
   usw.
*/


.sponsor-feature:nth-of-type(even)
.sponsor-feature-card {

    grid-template-columns: 42% 58%;

}


/*
   Bei geraden Karten:
   Content kommt zuerst,
   Bild kommt rechts.
*/

.sponsor-feature:nth-of-type(even)
.sponsor-feature-card
.sponsor-feature-content {

    order: 1;

}


.sponsor-feature:nth-of-type(even)
.sponsor-feature-card
> img {

    order: 2;

}


/*
   Bei ungeraden Karten:
   Bild links,
   Content rechts.
*/

.sponsor-feature:nth-of-type(odd)
.sponsor-feature-card
> img {

    order: 1;

}


.sponsor-feature:nth-of-type(odd)
.sponsor-feature-card
.sponsor-feature-content {

    order: 2;

}


/* =========================================================
   SPECIAL IMAGE SETTINGS
========================================================= */

/*
   Hochformatige Bilder:
   niemals abschneiden.
*/

.sponsor-feature-card img[alt*="Kämpferherz"],
.sponsor-feature-card img[alt*="Moonbae"],
.sponsor-feature-card img[alt*="Mesa"],
.sponsor-feature-card img[alt*="Fight Life"],
.sponsor-feature-card img[alt*="Fight Company"],
.sponsor-feature-card img[alt*="Ideal"],
.sponsor-feature-card img[alt*="Dagestan"],
.sponsor-feature-card img[alt*="Saqr"] {

    object-fit: contain;

}


/*
   Etwas mehr Platz für die hohen Social-Media-Grafiken.
*/

.sponsor-feature-card img[alt*="Kämpferherz"],
.sponsor-feature-card img[alt*="Moonbae"],
.sponsor-feature-card img[alt*="Mesa"],
.sponsor-feature-card img[alt*="Fight Life"],
.sponsor-feature-card img[alt*="Fight Company"] {

    padding: 30px;

}


/* =========================================================
   SAQR
========================================================= */

.sponsor-feature-card img[alt*="Saqr"] {

    padding: 20px;

}


/* =========================================================
   IDEAL FIGHTGEAR
========================================================= */

.sponsor-feature-card img[alt*="Ideal"] {

    padding: 24px;

}


/* =========================================================
   DAGESTAN
========================================================= */

.sponsor-feature-card img[alt*="Dagestan"] {

    padding: 24px;

}


/* =========================================================
   KÄMPFERHERZ
========================================================= */

.sponsor-feature-card img[alt*="Kämpferherz"] {

    padding: 30px;

}


/* =========================================================
   CTA
========================================================= */

.sponsors-cta {

    position: relative;

    padding: 130px 20px;

    overflow: hidden;

    text-align: center;

    background:
        radial-gradient(
            circle at center,
            rgba(226,27,35,.14),
            transparent 48%
        ),
        #050505;

}


.sponsors-cta::before {

    content: "SPONSORS";

    position: absolute;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    color: rgba(255,255,255,.018);

    font-size: clamp(80px, 12vw, 180px);

    font-weight: 900;

    white-space: nowrap;

    pointer-events: none;

}


.sponsors-cta-content {

    position: relative;

    z-index: 2;

    max-width: 800px;

    margin: auto;

}


.sponsors-cta-content > span {

    color: #e21b23;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 5px;

}


.sponsors-cta-content h2 {

    margin: 20px 0;

    color: #ffffff;

    font-size: clamp(42px, 6vw, 68px);

    line-height: .98;

    font-weight: 900;

    letter-spacing: -2px;

}


.sponsors-cta-content h2 strong {

    color: #e21b23;

}


.sponsors-cta-content p {

    max-width: 650px;

    margin: 0 auto;

    color: #999999;

    font-size: 17px;

    line-height: 1.8;

}


.sponsors-cta-content .hero-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    margin-top: 35px;

}


/* =========================================================
   CONTAINER
========================================================= */

.sponsor-feature .container {

    width: min(90%, 1150px);

    margin: 0 auto;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {


    .sponsor-feature-card {

        min-height: 500px;

        grid-template-columns: 55% 45%;

    }


    .sponsor-feature-card > img {

        height: 500px;

        padding: 18px;

    }


    .sponsor-feature-content {

        padding: 40px;

    }


    .sponsor-feature-content h2 {

        font-size: 36px;

    }


}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {


    .sponsors-hero {

        min-height: 600px;

    }


    .sponsors-hero h1 {

        font-size: 48px;

        letter-spacing: -2px;

    }


    .sponsors-announcement {

        min-height: 550px;

    }


    .sponsors-announcement-image img {

        /*
           Auch hier:
           komplett sichtbar.
        */

        width: 100%;

        height: 100%;

        object-fit: contain;

        transform: scale(.72);

        opacity: .30;

    }


    .sponsors-announcement-content {

        padding: 80px 20px;

    }


    .sponsors-announcement-content h2 {

        font-size: 42px;

    }


    .sponsors-intro {

        padding: 80px 20px 45px;

    }


    /*
       MOBILE:
       Nicht mehr nebeneinander,
       sondern Bild oben,
       Text unten.
    */

    .sponsor-feature {

        padding: 15px;

    }


    .sponsor-feature-card,
    .sponsor-feature:nth-of-type(even) .sponsor-feature-card {

        display: flex;

        flex-direction: column;

        min-height: auto;

    }


    .sponsor-feature-card > img,
    .sponsor-feature:nth-of-type(even)
    .sponsor-feature-card > img {

        order: 1;

        width: 100%;

        height: 430px;

        flex: 0 0 430px;

        padding: 20px;

        object-fit: contain;

    }


    .sponsor-feature-content,
    .sponsor-feature:nth-of-type(even)
    .sponsor-feature-card
    .sponsor-feature-content {

        order: 2;

        width: 100%;

        min-height: 230px;

        padding: 35px 28px;

    }


    .sponsor-feature-content::before {

        top: 0;

        left: 0;

        width: 100%;

        height: 3px;

        background:
            linear-gradient(
                90deg,
                transparent,
                #e21b23,
                transparent
            );

    }


    .sponsor-feature-content h2 {

        font-size: 32px;

    }


}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {


    .sponsors-hero {

        min-height: 560px;

        padding: 30px 15px;

    }


    .sponsors-hero h1 {

        font-size: 38px;

    }


    .sponsors-label {

        font-size: 9px;

        letter-spacing: 3px;

    }


    .sponsors-announcement-content h2 {

        font-size: 35px;

    }


    .sponsors-section-title h2 {

        font-size: 34px;

    }


    .sponsor-feature {

        padding: 10px;

    }


    .sponsor-feature-card {

        border-radius: 14px;

    }


    .sponsor-feature-card > img,
    .sponsor-feature:nth-of-type(even)
    .sponsor-feature-card > img {

        height: 360px;

        flex-basis: 360px;

        padding: 15px;

    }


    .sponsor-feature-content,
    .sponsor-feature:nth-of-type(even)
    .sponsor-feature-card
    .sponsor-feature-content {

        min-height: 210px;

        padding: 30px 22px;

    }


    .sponsor-feature-content span {

        font-size: 9px;

        letter-spacing: 3px;

    }


    .sponsor-feature-content h2 {

        font-size: 27px;

    }


    .sponsor-feature-content p {

        font-size: 14px;

    }


    .sponsors-cta {

        padding: 100px 20px;

    }


}