/* =====================================================
   GFC – KÄMPFERHERZ
===================================================== */


/* =====================================================
   HERO
===================================================== */

.fighter-heart-hero {

    position: relative;

    min-height: 720px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 40%,
            rgba(214, 28, 36, .20),
            transparent 50%
        ),
        linear-gradient(
            180deg,
            #080808,
            #030303
        );
}


.fighter-heart-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.95),
            transparent 50%,
            rgba(0,0,0,.95)
        );

}


.fighter-heart-overlay {

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(214,28,36,.12),
            transparent 55%
        );
}


.fighter-heart-content {

    position: relative;

    z-index: 2;

    width: 90%;

    max-width: 1100px;

}


.fighter-heart-label {

    display: block;

    margin-bottom: 25px;

    color: #D61C24;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 5px;

}


.fighter-heart-content h1 {

    margin: 0;

    color: #fff;

    font-size: 82px;

    line-height: .95;

    font-weight: 900;

    letter-spacing: -3px;
}


.fighter-heart-content h1 span {

    display: block;

    margin-top: 20px;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255,255,255,.75);

    font-size: 34px;

    line-height: 1.2;

    letter-spacing: 3px;
}


.fighter-heart-content p {

    max-width: 700px;

    margin: 35px auto 0;

    color: #aaa;

    font-size: 18px;

    line-height: 1.8;
}


.fighter-heart-buttons {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 18px;

    margin-top: 40px;
}


/* =====================================================
   INTRO
===================================================== */

.fighter-heart-intro {

    padding: 130px 0;

    background: #050505;
}


.fighter-heart-intro-grid {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 100px;

    align-items: start;
}


.fighter-heart-intro-title span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-intro-title h2 {

    margin: 20px 0 0;

    color: #fff;

    font-size: 58px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -2px;
}


.fighter-heart-intro-title h2 strong {

    display: block;

    color: #D61C24;
}


.fighter-heart-intro-text p {

    margin: 0 0 22px;

    color: #aaa;

    font-size: 17px;

    line-height: 1.9;
}


.fighter-heart-intro-text strong {

    color: #fff;
}


/* =====================================================
   STATEMENT
===================================================== */

.fighter-heart-statement {

    margin-top: 40px;

    padding: 35px;

    background: #0d0d0d;

    border-left: 3px solid #D61C24;

    border-radius: 0 18px 18px 0;
}


.fighter-heart-statement span {

    display: block;

    margin-bottom: 8px;

    color: #888;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;
}


.fighter-heart-statement strong {

    display: block;

    margin: 8px 0 18px;

    color: #fff;

    font-size: 30px;

    line-height: 1.15;
}


/* =====================================================
   STRENGTH
===================================================== */

.fighter-heart-strength {

    padding: 120px 0;

    background:
        linear-gradient(
            180deg,
            #080808,
            #050505
        );
}


.fighter-heart-strength .section-title {

    max-width: 750px;

    margin: 0 auto 65px;

    text-align: center;
}


.fighter-heart-strength .section-title span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-strength .section-title h2 {

    margin: 18px 0;

    color: #fff;

    font-size: 52px;

    font-weight: 900;
}


.fighter-heart-strength .section-title p {

    color: #999;

    font-size: 17px;

    line-height: 1.7;
}


/* =====================================================
   STRENGTH CARDS
===================================================== */

.fighter-heart-cards {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


.fighter-heart-card {

    position: relative;

    padding: 40px;

    min-height: 260px;

    background:
        linear-gradient(
            145deg,
            #151515,
            #0b0b0b
        );

    border: 1px solid rgba(255,255,255,.07);

    border-radius: 22px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.fighter-heart-card::after {

    content: "";

    position: absolute;

    right: -50px;

    bottom: -50px;

    width: 150px;

    height: 150px;

    border-radius: 50%;

    background: rgba(214,28,36,.08);
}


.fighter-heart-card:hover {

    transform: translateY(-7px);

    border-color: rgba(214,28,36,.45);

    box-shadow:
        0 25px 60px rgba(0,0,0,.4);
}


.fighter-heart-card-number {

    margin-bottom: 45px;

    color: #D61C24;

    font-size: 14px;

    font-weight: 900;

    letter-spacing: 2px;
}


.fighter-heart-card h3 {

    margin: 0 0 15px;

    color: #fff;

    font-size: 25px;

    font-weight: 800;
}


.fighter-heart-card p {

    margin: 0;

    color: #999;

    font-size: 15px;

    line-height: 1.7;
}


/* =====================================================
   GFC 1 EVENT
===================================================== */

.fighter-heart-event {

    position: relative;

    padding: 140px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 70% 50%,
            rgba(214,28,36,.18),
            transparent 40%
        ),
        #050505;
}


.fighter-heart-event::before {

    content: "GFC 1";

    position: absolute;

    right: -40px;

    top: 50%;

    transform: translateY(-50%);

    color: rgba(255,255,255,.025);

    font-size: 240px;

    font-weight: 900;

    line-height: 1;
}


.fighter-heart-event-content {

    position: relative;

    z-index: 2;

    max-width: 800px;
}


.fighter-heart-event-label {

    display: block;

    margin-bottom: 20px;

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-event-content h2 {

    margin: 0;

    color: #fff;

    font-size: 100px;

    font-weight: 900;

    line-height: .85;

    letter-spacing: -4px;
}


.fighter-heart-event-content h3 {

    margin: 20px 0 30px;

    color: #fff;

    font-size: 35px;

    font-weight: 800;

    letter-spacing: 2px;
}


.fighter-heart-event-date {

    display: inline-block;

    margin: 0 0 30px;

    padding: 12px 20px;

    color: #fff;

    background: #D61C24;

    border-radius: 6px;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 2px;
}


.fighter-heart-event-location {

    display: flex;

    flex-direction: column;

    gap: 5px;

    margin-bottom: 35px;
}


.fighter-heart-event-location strong {

    color: #fff;

    font-size: 18px;
}


.fighter-heart-event-location span {

    color: #888;

    font-size: 15px;
}


.fighter-heart-event-content > p:not(.fighter-heart-event-date) {

    max-width: 700px;

    color: #aaa;

    font-size: 17px;

    line-height: 1.8;
}


/* =====================================================
   PRESS CONFERENCE
===================================================== */

.fighter-heart-press {

    padding: 90px 0;

    background: #0b0b0b;

    border-top: 1px solid rgba(255,255,255,.05);

    border-bottom: 1px solid rgba(255,255,255,.05);
}


.fighter-heart-press-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;
}


.fighter-heart-press-grid span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;
}


.fighter-heart-press-grid h2 {

    margin: 15px 0 0;

    color: #fff;

    font-size: 45px;

    line-height: 1.1;

    font-weight: 900;
}


.fighter-heart-press-grid p {

    margin: 0 0 20px;

    color: #aaa;

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   DIVISIONS
===================================================== */

.fighter-heart-divisions {

    padding: 130px 0;

    background: #050505;
}


.fighter-heart-divisions .section-title {

    max-width: 750px;

    margin: 0 auto 60px;

    text-align: center;
}


.fighter-heart-divisions .section-title span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-divisions .section-title h2 {

    margin: 18px 0;

    color: #fff;

    font-size: 52px;

    font-weight: 900;
}


.fighter-heart-divisions .section-title p {

    color: #999;

    font-size: 16px;

    line-height: 1.8;
}


.fighter-heart-weight-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


.fighter-heart-weight-card {

    padding: 42px;

    background:
        linear-gradient(
            145deg,
            #141414,
            #0b0b0b
        );

    border: 1px solid rgba(255,255,255,.07);

    border-radius: 22px;

    transition:
        transform .3s ease,
        border-color .3s ease;
}


.fighter-heart-weight-card:hover {

    transform: translateY(-6px);

    border-color: rgba(214,28,36,.45);
}


.fighter-heart-weight-card > span {

    color: #D61C24;

    font-size: 13px;

    font-weight: 900;
}


.fighter-heart-weight-card h3 {

    margin: 30px 0 15px;

    color: #fff;

    font-size: 26px;

    font-weight: 800;
}


.fighter-heart-weight-card strong {

    display: block;

    color: #D61C24;

    font-size: 30px;

    font-weight: 900;
}


.fighter-heart-weight-card p {

    margin: 18px 0 0;

    color: #888;

    font-size: 14px;
}


/* =====================================================
   MISSION
===================================================== */

.fighter-heart-mission {

    padding: 140px 0;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(214,28,36,.10),
            transparent 40%
        ),
        #080808;
}


.fighter-heart-mission-grid {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 100px;

    align-items: start;
}


.fighter-heart-mission-title span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-mission-title h2 {

    margin: 20px 0;

    color: #fff;

    font-size: 58px;

    line-height: 1;

    font-weight: 900;
}


.fighter-heart-mission-title h2 strong {

    display: block;

    color: #D61C24;
}


.fighter-heart-mission-text p {

    margin: 0 0 22px;

    color: #aaa;

    font-size: 17px;

    line-height: 1.9;
}


.fighter-heart-mission-text p:first-child {

    color: #fff;

    font-size: 25px;

    font-weight: 800;
}


/* =====================================================
   MISSION QUOTE
===================================================== */

.fighter-heart-mission-quote {

    margin-top: 40px;

    padding: 30px;

    border-left: 3px solid #D61C24;

    background: #0d0d0d;

    border-radius: 0 18px 18px 0;
}


.fighter-heart-mission-quote span {

    display: block;

    margin-bottom: 7px;

    color: #777;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;
}


.fighter-heart-mission-quote strong {

    display: block;

    margin-top: 15px;

    color: #fff;

    font-size: 24px;

    line-height: 1.3;
}


/* =====================================================
   FINAL MESSAGE
===================================================== */

.fighter-heart-message {

    position: relative;

    min-height: 600px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(214,28,36,.20),
            transparent 45%
        ),
        #030303;
}


.fighter-heart-message::before {

    content: "GFC";

    position: absolute;

    left: 50%;

    top: 50%;

    transform:
        translate(-50%, -50%);

    color: rgba(255,255,255,.025);

    font-size: 300px;

    font-weight: 900;

    line-height: 1;
}


.fighter-heart-message-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.7),
            transparent,
            rgba(0,0,0,.7)
        );
}


.fighter-heart-message-content {

    position: relative;

    z-index: 2;
}


.fighter-heart-message-content > span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-message-content h2 {

    margin: 20px 0;

    color: #fff;

    font-size: 90px;

    line-height: .9;

    font-weight: 900;

    letter-spacing: -4px;
}


.fighter-heart-message-content h2 strong {

    color: #D61C24;
}


.fighter-heart-message-content p {

    margin: 10px 0;

    color: #aaa;

    font-size: 19px;
}


.fighter-heart-line {

    width: 80px;

    height: 3px;

    margin: 35px auto;

    background: #D61C24;
}


.fighter-heart-message-content h3 {

    margin: 0;

    color: #fff;

    font-size: 24px;

    font-weight: 600;
}


/* =====================================================
   CTA
===================================================== */

.fighter-heart-cta {

    padding: 120px 0;

    background: #090909;
}


.fighter-heart-cta-content {

    max-width: 800px;

    margin: auto;

    text-align: center;
}


.fighter-heart-cta-content > span {

    color: #D61C24;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;
}


.fighter-heart-cta-content h2 {

    margin: 20px 0;

    color: #fff;

    font-size: 60px;

    font-weight: 900;
}


.fighter-heart-cta-content h2 strong {

    color: #D61C24;
}


.fighter-heart-cta-content p {

    max-width: 650px;

    margin: 0 auto;

    color: #999;

    font-size: 17px;

    line-height: 1.8;
}


.fighter-heart-cta .hero-buttons {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 18px;

    margin-top: 35px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .fighter-heart-content h1 {

        font-size: 68px;
    }


    .fighter-heart-intro-grid,
    .fighter-heart-mission-grid {

        gap: 60px;
    }


    .fighter-heart-event-content h2 {

        font-size: 85px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .fighter-heart-hero {

        min-height: 650px;
    }


    .fighter-heart-label {

        font-size: 10px;

        letter-spacing: 3px;
    }


    .fighter-heart-content h1 {

        font-size: 48px;

        letter-spacing: -2px;
    }


    .fighter-heart-content h1 span {

        font-size: 21px;

        letter-spacing: 1px;
    }


    .fighter-heart-content p {

        font-size: 15px;
    }


    .fighter-heart-buttons {

        flex-direction: column;

        align-items: center;
    }


    .fighter-heart-buttons a {

        width: 100%;

        max-width: 330px;
    }


    .fighter-heart-intro {

        padding: 90px 0;
    }


    .fighter-heart-intro-grid,
    .fighter-heart-mission-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .fighter-heart-intro-title h2,
    .fighter-heart-mission-title h2 {

        font-size: 45px;
    }


    .fighter-heart-statement {

        padding: 25px;
    }


    .fighter-heart-statement strong {

        font-size: 24px;
    }


    .fighter-heart-strength {

        padding: 90px 0;
    }


    .fighter-heart-strength .section-title h2,
    .fighter-heart-divisions .section-title h2 {

        font-size: 40px;
    }


    .fighter-heart-cards,
    .fighter-heart-weight-grid {

        grid-template-columns: 1fr;
    }


    .fighter-heart-card {

        min-height: auto;

        padding: 30px;
    }


    .fighter-heart-event {

        padding: 100px 0;
    }


    .fighter-heart-event::before {

        font-size: 150px;

        right: -20px;
    }


    .fighter-heart-event-content h2 {

        font-size: 75px;
    }


    .fighter-heart-event-content h3 {

        font-size: 27px;
    }


    .fighter-heart-event-content > p:not(.fighter-heart-event-date) {

        font-size: 15px;
    }


    .fighter-heart-press {

        padding: 75px 0;
    }


    .fighter-heart-press-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .fighter-heart-press-grid h2 {

        font-size: 38px;
    }


    .fighter-heart-divisions {

        padding: 90px 0;
    }


    .fighter-heart-weight-card {

        padding: 30px;
    }


    .fighter-heart-mission {

        padding: 90px 0;
    }


    .fighter-heart-message {

        min-height: 500px;
    }


    .fighter-heart-message::before {

        font-size: 180px;
    }


    .fighter-heart-message-content h2 {

        font-size: 62px;

        letter-spacing: -2px;
    }


    .fighter-heart-message-content h3 {

        font-size: 20px;
    }


    .fighter-heart-cta {

        padding: 90px 0;
    }


    .fighter-heart-cta-content h2 {

        font-size: 45px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .fighter-heart-content h1 {

        font-size: 39px;
    }


    .fighter-heart-content h1 span {

        font-size: 18px;
    }


    .fighter-heart-intro-title h2,
    .fighter-heart-mission-title h2 {

        font-size: 38px;
    }


    .fighter-heart-event-content h2 {

        font-size: 62px;
    }


    .fighter-heart-event-content h3 {

        font-size: 22px;
    }


    .fighter-heart-message-content h2 {

        font-size: 50px;
    }


    .fighter-heart-cta-content h2 {

        font-size: 38px;
    }

}


/* =====================================================
   KÄMPFERHERZ BILD / LOGO
   NEU – nur für kämpferherz.jpeg
===================================================== */

.fighter-heart-image {

    position: relative;

    width: min(100%, 650px);

    margin: 0 auto;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: visible;

}


/* Roter GFC Glow hinter dem Logo */

.fighter-heart-image::before {

    content: "";

    position: absolute;

    width: 65%;

    height: 65%;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    background: rgba(214, 28, 36, .20);

    filter: blur(90px);

    border-radius: 50%;

    z-index: -1;

}


/* zusätzlicher schwarzer Rahmen */

.fighter-heart-image::after {

    content: "";

    position: absolute;

    inset: 8px;

    border: 1px solid rgba(214, 28, 36, .18);

    box-shadow:
        inset 0 0 40px rgba(0,0,0,.8),
        0 0 35px rgba(214,28,36,.08);

    pointer-events: none;

    z-index: 2;

}


/* Das eigentliche Kämpferherz-Bild */

.fighter-heart-image img {

    display: block;

    width: 100%;

    height: auto;

    max-height: 700px;

    object-fit: contain;

    object-position: center;

    background: #000;

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        0 30px 80px rgba(0,0,0,.75),
        0 0 50px rgba(214,28,36,.12);

    transition:
        transform .4s ease,
        box-shadow .4s ease;

}


/* dezenter Hover-Effekt */

.fighter-heart-image:hover img {

    transform: translateY(-5px);

    box-shadow:
        0 35px 90px rgba(0,0,0,.85),
        0 0 70px rgba(214,28,36,.20);

}


/* =====================================================
   KÄMPFERHERZ BILD – TABLET
===================================================== */

@media (max-width: 1100px) {

    .fighter-heart-image {

        width: min(100%, 560px);

    }


    .fighter-heart-image img {

        max-height: 620px;

    }

}


/* =====================================================
   KÄMPFERHERZ BILD – MOBILE
===================================================== */

@media (max-width: 768px) {

    .fighter-heart-image {

        width: 90%;

        max-width: 430px;

        margin-top: 25px;

    }


    .fighter-heart-image img {

        max-height: 560px;

    }


    .fighter-heart-image::before {

        width: 70%;

        height: 60%;

        filter: blur(65px);

    }

}


/* =====================================================
   KÄMPFERHERZ BILD – SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .fighter-heart-image {

        width: 94%;

    }


    .fighter-heart-image img {

        max-height: 400px;

    }


    .fighter-heart-image::after {

        inset: 5px;

    }

}