/* ------------------------------------------------------------
   FSV 63 Luckenwalde - Verein Premium
   Nur für template-verein.php
------------------------------------------------------------ */

.fsv-verein-page {
    --fsvv-navy: #051326;
    --fsvv-navy-2: #061c38;
    --fsvv-blue: #1266df;
    --fsvv-blue-2: #0b4fae;
    --fsvv-yellow: #ffd419;
    --fsvv-white: #f8fbff;
    --fsvv-muted: rgba(255, 255, 255, .78);
    --fsvv-border: rgba(255, 255, 255, .16);
    --fsvv-card: rgba(7, 26, 52, .82);
    --fsvv-radius: 18px;
    background:
        radial-gradient(circle at 16% 22%, rgba(18, 102, 223, .24), transparent 31%),
        radial-gradient(circle at 86% 48%, rgba(255, 212, 25, .12), transparent 30%),
        linear-gradient(180deg, #061428 0%, #071b36 48%, #04101f 100%);
    color: var(--fsvv-white);
    overflow: hidden;
}

.fsv-verein-page * {
    box-sizing: border-box;
}

.fsv-verein-page a {
    color: inherit;
}

.fsvv-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

/* Hero */
.fsvv-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: stretch;
    isolation: isolate;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.fsvv-hero__bg,
.fsvv-hero__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fsvv-hero__bg {
    z-index: -3;
    background-size: cover;
    background-position: center 42%;
    filter: saturate(.86) contrast(1.08);
    transform: scale(1.01);
}

.fsvv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 13, 27, .97) 0%, rgba(4, 13, 27, .82) 47%, rgba(4, 13, 27, .42) 100%),
        linear-gradient(180deg, rgba(4, 13, 27, .08) 0%, #061428 100%);
}

.fsvv-hero__shine {
    z-index: -1;
    background:
        linear-gradient(116deg, transparent 0 54%, rgba(255, 212, 25, .18) 54% 55.2%, transparent 55.2% 100%),
        linear-gradient(116deg, transparent 0 62%, rgba(18, 102, 223, .22) 62% 64%, transparent 64% 100%);
}

.fsvv-hero__content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
    align-items: center;
    padding: 70px 0 52px;
}

.fsvv-hero__copy {
    max-width: 820px;
}

.fsvv-kicker,
.fsvv-section-title span,
.fsvv-cta__content span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--fsvv-yellow);
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fsvv-kicker .fsv63-fa-icon,
.fsvv-section-title span .fsv63-fa-icon,
.fsvv-cta__content span .fsv63-fa-icon {
    font-size: 15px;
}

.fsvv-hero h1 {
    margin: 18px 0 0;
    max-width: 800px;
    font-size: clamp(56px, 8.5vw, 112px);
    line-height: .88;
    letter-spacing: -.06em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsvv-hero h1 strong {
    display: block;
    color: var(--fsvv-yellow);
}

.fsvv-hero p {
    max-width: 560px;
    margin: 24px 0 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.58;
}

.fsvv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.fsvv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.fsvv-btn .fsv63-fa-icon {
    font-size: 14px;
}

.fsvv-btn--primary {
    background: var(--fsvv-yellow);
    color: #061428 !important;
    box-shadow: 0 18px 40px rgba(255, 212, 25, .18);
}

.fsvv-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
    backdrop-filter: blur(10px);
}

.fsvv-btn:hover {
    transform: translateY(-2px);
}

.fsvv-btn--primary:hover {
    box-shadow: 0 22px 52px rgba(255, 212, 25, .28);
}

.fsvv-btn--ghost:hover {
    border-color: rgba(255, 212, 25, .5);
    background: rgba(255, 255, 255, .11);
}

.fsvv-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 34px;
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
}

.fsvv-breadcrumb a {
    text-decoration: none;
}

.fsvv-breadcrumb a:hover,
.fsvv-breadcrumb strong {
    color: var(--fsvv-yellow);
}

.fsvv-hero-card {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 26px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)),
        linear-gradient(180deg, rgba(10, 43, 84, .72), rgba(4, 17, 33, .8));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.fsvv-hero-card::before {
    content: "";
    position: absolute;
    inset: auto -32px -34px auto;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: rgba(255, 212, 25, .18);
    filter: blur(4px);
}

.fsvv-hero-card img {
    width: 98px;
    height: auto;
    margin-bottom: 42px;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35));
}

.fsvv-hero-card span {
    display: block;
    color: var(--fsvv-yellow);
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.fsvv-hero-card strong {
    display: block;
    margin-top: 8px;
    font-size: 78px;
    line-height: .85;
    letter-spacing: -.055em;
    font-weight: 950;
}

.fsvv-hero-card p {
    max-width: 210px;
    margin: 18px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.45;
}

/* Cards */
.fsvv-card {
    position: relative;
    border: 1px solid var(--fsvv-border);
    border-radius: var(--fsvv-radius);
    background:
        linear-gradient(145deg, rgba(9, 33, 63, .92), rgba(5, 20, 39, .86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 20px 55px rgba(0, 0, 0, .19);
    overflow: hidden;
}

.fsvv-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 34%);
    opacity: .7;
}

.fsvv-card > * {
    position: relative;
    z-index: 1;
}

.fsvv-card-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--fsvv-yellow);
    background: rgba(255, 212, 25, .08);
    border: 1px solid rgba(255, 212, 25, .28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 30px rgba(0, 0, 0, .16);
}

.fsvv-card-icon .fsv63-fa-icon {
    font-size: 23px;
    line-height: 1;
}

.fsvv-facts {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 16px;
    padding: 26px 0 18px;
}

.fsvv-fact {
    min-height: 250px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.fsvv-fact--wide {
    background:
        linear-gradient(135deg, rgba(18, 102, 223, .52), rgba(5, 20, 39, .88)),
        linear-gradient(145deg, rgba(9, 33, 63, .94), rgba(5, 20, 39, .88));
}

.fsvv-fact small,
.fsvv-card-head small {
    display: block;
    color: var(--fsvv-yellow);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fsvv-fact h2,
.fsvv-fact strong {
    display: block;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 950;
}

.fsvv-fact--wide h2 {
    font-size: clamp(32px, 4.5vw, 48px);
    max-width: 460px;
}

.fsvv-fact p {
    margin: 18px 0 0;
    max-width: 360px;
    color: var(--fsvv-muted);
    font-size: 15px;
    line-height: 1.56;
}

.fsvv-color-bars {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 24px;
}

.fsvv-color-bars span {
    height: 52px;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 14px 24px rgba(0, 0, 0, .18);
}

.fsvv-color-bars .yellow {
    background: var(--fsvv-yellow);
}

.fsvv-color-bars .blue {
    background: var(--fsvv-blue);
}

/* Kontakt + Partner */
.fsvv-info-grid {
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    gap: 16px;
    padding: 0 0 28px;
}

.fsvv-contact,
.fsvv-partner {
    padding: 34px;
}

.fsvv-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.fsvv-card-head h2 {
    margin: 7px 0 0;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.fsvv-address {
    padding: 22px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
}

.fsvv-address strong,
.fsvv-address span {
    display: block;
}

.fsvv-address strong {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 950;
}

.fsvv-address span {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.5;
}

.fsvv-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.fsvv-contact-list a {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 15px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.fsvv-contact-list a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 212, 25, .42);
    background: rgba(255, 255, 255, .08);
}

.fsvv-contact-list a > span {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--fsvv-yellow);
    color: #061428;
}

.fsvv-contact-list a > span .fsv63-fa-icon {
    font-size: 16px;
}

.fsvv-contact-list small {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fsvv-contact-list strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 950;
}

.fsvv-partner p {
    max-width: 580px;
    margin: -6px 0 26px;
    color: var(--fsvv-muted);
    font-size: 17px;
    line-height: 1.6;
}

.fsvv-union {
    width: min(560px, 100%);
    min-height: 168px;
    margin: 0;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .11), transparent 36%),
        linear-gradient(135deg, #e31217, #bd0d11);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
    text-transform: uppercase;
}

.fsvv-union span {
    font-size: 12px;
    line-height: 1.05;
    font-style: italic;
    font-weight: 900;
}

.fsvv-union b {
    font-size: 18px;
}

.fsvv-union strong {
    font-size: clamp(38px, 5vw, 58px);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.05em;
    text-align: right;
}

/* Werte */
.fsvv-values {
    padding: 0 0 30px;
}

.fsvv-section-title {
    margin-bottom: 18px;
}

.fsvv-section-title h2 {
    position: relative;
    margin: 10px 0 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 950;
    text-transform: uppercase;
}

.fsvv-section-title h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--fsvv-yellow);
}

.fsvv-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.fsvv-values-grid article {
    min-height: 236px;
    padding: 28px 22px;
    text-align: left;
}

.fsvv-values-grid h3 {
    margin: 24px 0 12px;
    color: #fff;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
}

.fsvv-values-grid p {
    margin: 0;
    color: var(--fsvv-muted);
    font-size: 15px;
    line-height: 1.58;
}

/* CTA */
.fsvv-cta {
    position: relative;
    min-height: 188px;
    margin-bottom: 28px;
    padding: 38px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(102deg, rgba(4, 31, 72, .96), rgba(11, 72, 156, .88)),
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .18), transparent 32%);
    box-shadow: 0 26px 64px rgba(0, 0, 0, .22);
}

.fsvv-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(116deg, transparent 0 68%, rgba(255, 212, 25, .24) 68% 70%, transparent 70% 100%);
    pointer-events: none;
}

.fsvv-cta__content {
    position: relative;
    z-index: 1;
}

.fsvv-cta h2 {
    margin: 12px 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.03;
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsvv-cta p {
    margin: 0;
    max-width: 620px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.fsvv-cta > a {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    white-space: nowrap;
}

.fsvv-cta img {
    position: absolute;
    right: 28px;
    bottom: -32px;
    width: 164px;
    opacity: .16;
    filter: grayscale(1) brightness(1.8);
    pointer-events: none;
}

/* FontAwesome sizing */
.fsv-verein-page .fsv63-fa-icon {
    line-height: 1;
}

/* Responsive */
@media (max-width: 1120px) {
    .fsvv-hero__content {
        grid-template-columns: 1fr;
    }

    .fsvv-hero-card {
        display: none;
    }

    .fsvv-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .fsvv-fact--wide {
        grid-column: span 2;
    }

    .fsvv-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .fsvv-info-grid {
        grid-template-columns: 1fr;
    }

    .fsvv-union {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .fsvv-container {
        width: min(100% - 24px, 1180px);
    }

    .fsvv-hero {
        min-height: 500px;
    }

    .fsvv-hero__content {
        padding: 52px 0 38px;
    }

    .fsvv-hero h1 {
        font-size: 54px;
    }

    .fsvv-hero p {
        font-size: 16px;
    }

    .fsvv-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fsvv-btn {
        width: 100%;
    }

    .fsvv-facts,
    .fsvv-values-grid {
        grid-template-columns: 1fr;
    }

    .fsvv-fact--wide {
        grid-column: auto;
    }

    .fsvv-fact,
    .fsvv-contact,
    .fsvv-partner,
    .fsvv-cta {
        padding: 24px;
    }

    .fsvv-card-head {
        align-items: flex-start;
    }

    .fsvv-card-head h2 {
        font-size: 25px;
    }

    .fsvv-union {
        min-height: 132px;
        padding: 22px;
    }

    .fsvv-union strong {
        font-size: 36px;
    }

    .fsvv-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .fsvv-cta p {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .fsvv-hero h1 {
        font-size: 46px;
    }

    .fsvv-contact-list a {
        grid-template-columns: 36px 1fr;
        column-gap: 12px;
        padding: 13px;
    }

    .fsvv-contact-list a > span {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .fsvv-union {
        align-items: flex-start;
        flex-direction: column;
    }

    .fsvv-union strong {
        text-align: left;
    }
}
