/* ------------------------------------------------------------
   FSV 63 Luckenwalde – Kontaktseite
   Child-Theme Datei: assets/css/pages/kontakt.css
------------------------------------------------------------ */

body.page-template-page-kontakt,
body.page-template-page-kontakt-php,
body.page-kontakt {
    background: #061428;
}

.fsv63-contact-page {
    --fsv63-contact-bg: #061428;
    --fsv63-contact-bg-2: #092247;
    --fsv63-contact-blue: #0d5dce;
    --fsv63-contact-blue-2: #123d78;
    --fsv63-contact-yellow: #ffd419;
    --fsv63-contact-white: #f7fbff;
    --fsv63-contact-muted: rgba(247, 251, 255, .78);
    --fsv63-contact-line: rgba(255, 255, 255, .14);
    --fsv63-contact-card: rgba(9, 32, 61, .82);
    --fsv63-contact-shadow: 0 24px 70px rgba(0, 0, 0, .32);

    color: var(--fsv63-contact-white);
    background:
        radial-gradient(circle at 12% 14%, rgba(13, 93, 206, .32), transparent 34rem),
        radial-gradient(circle at 88% 42%, rgba(255, 212, 25, .09), transparent 30rem),
        linear-gradient(180deg, #061428 0%, #071a34 48%, #05101f 100%);
    overflow: hidden;
}

.fsv63-contact-page * {
    box-sizing: border-box;
}

.fsv63-contact-page a {
    color: inherit;
}

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

.fsv63-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--fsv63-contact-yellow);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsv63-contact-eyebrow .fsv63-fa-icon {
    font-size: 15px;
    letter-spacing: 0;
}

.fsv63-contact-hero {
    position: relative;
    min-height: clamp(560px, 56vw, 720px);
    display: flex;
    align-items: center;
    isolation: isolate;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.fsv63-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(115deg, rgba(3, 11, 24, .95) 0%, rgba(5, 28, 60, .78) 44%, rgba(13, 93, 206, .45) 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 18px);
}

.fsv63-contact-hero::after {
    content: "";
    position: absolute;
    left: -6vw;
    right: -6vw;
    bottom: -1px;
    height: clamp(56px, 7vw, 96px);
    z-index: -1;
    background: #071a34;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
}

.fsv63-contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: clamp(26px, 5vw, 72px);
    align-items: center;
    padding: 82px 0 128px;
}

.fsv63-contact-hero__content h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(54px, 8vw, 112px);
    line-height: .88;
    letter-spacing: -.06em;
    text-transform: uppercase;
    font-weight: 950;
    text-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.fsv63-contact-hero__content h1 strong {
    display: block;
    color: var(--fsv63-contact-yellow);
}

.fsv63-contact-hero__content p {
    max-width: 660px;
    margin: 24px 0 32px;
    color: rgba(255,255,255,.88);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.62;
    font-weight: 700;
}

.fsv63-contact-actions,
.fsv63-contact-location__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.fsv63-contact-btn,
.fsv63-contact-location__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 15px 21px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.fsv63-contact-btn:hover,
.fsv63-contact-location__actions a:hover {
    transform: translateY(-2px);
}

.fsv63-contact-btn--yellow {
    color: #071326 !important;
    background: var(--fsv63-contact-yellow);
    border: 1px solid var(--fsv63-contact-yellow);
    box-shadow: 0 18px 42px rgba(255, 212, 25, .18);
}

.fsv63-contact-btn--ghost,
.fsv63-contact-location__actions a {
    color: #fff !important;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.2);
}

.fsv63-contact-btn--ghost:hover,
.fsv63-contact-location__actions a:hover {
    border-color: rgba(255, 212, 25, .6);
}

.fsv63-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fsv63-contact-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.fsv63-contact-breadcrumb strong {
    color: var(--fsv63-contact-yellow);
}

.fsv63-contact-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.16);
    background:
        linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045)),
        rgba(7, 22, 44, .82);
    box-shadow: var(--fsv63-contact-shadow);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.fsv63-contact-hero-card::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -80px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(255, 212, 25, .11);
}

.fsv63-contact-hero-card__badge {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #071326;
    background: var(--fsv63-contact-yellow);
    box-shadow: 0 18px 36px rgba(255, 212, 25, .18);
    font-size: 26px;
}

.fsv63-contact-hero-card > span {
    display: block;
    margin-top: 24px;
    color: var(--fsv63-contact-yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fsv63-contact-hero-card h2 {
    margin: 10px 0 16px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsv63-contact-hero-card p {
    margin: 0 0 22px;
    color: var(--fsv63-contact-muted);
    font-size: 17px;
    line-height: 1.65;
}

.fsv63-contact-hero-card a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--fsv63-contact-yellow);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
}

.fsv63-contact-quick {
    margin-top: -58px;
    position: relative;
    z-index: 3;
}

.fsv63-contact-quick__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fsv63-contact-quick-card,
.fsv63-contact-card,
.fsv63-contact-location,
.fsv63-contact-service,
.fsv63-contact-content,
.fsv63-contact-cta__box {
    border: 1px solid var(--fsv63-contact-line);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    box-shadow: var(--fsv63-contact-shadow);
    backdrop-filter: blur(12px);
}

.fsv63-contact-quick-card {
    min-height: 142px;
    padding: 24px;
    border-radius: 24px;
}

.fsv63-contact-quick-card span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #071326;
    background: var(--fsv63-contact-yellow);
    font-size: 18px;
}

.fsv63-contact-quick-card small {
    display: block;
    margin: 18px 0 8px;
    color: var(--fsv63-contact-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fsv63-contact-quick-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.fsv63-contact-section {
    padding: 92px 0 46px;
}

.fsv63-contact-section-head {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .45fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}

.fsv63-contact-section-head h2,
.fsv63-contact-location h2,
.fsv63-contact-service h2,
.fsv63-contact-cta h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 70px);
    line-height: .95;
    letter-spacing: -.055em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsv63-contact-section-head p,
.fsv63-contact-location p,
.fsv63-contact-cta p {
    margin: 0;
    color: var(--fsv63-contact-muted);
    font-size: 17px;
    line-height: 1.65;
}

.fsv63-contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fsv63-contact-card {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    overflow: hidden;
}

.fsv63-contact-card::after {
    content: "";
    position: absolute;
    inset: auto -42px -70px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(13, 93, 206, .22);
}

.fsv63-contact-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.fsv63-contact-card__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #071326;
    background: var(--fsv63-contact-yellow);
    font-size: 22px;
}

.fsv63-contact-card small {
    color: var(--fsv63-contact-yellow);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-align: right;
    text-transform: uppercase;
}

.fsv63-contact-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: #fff;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.03em;
    text-transform: uppercase;
    font-weight: 950;
}

.fsv63-contact-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    color: var(--fsv63-contact-muted);
    font-size: 15px;
    line-height: 1.65;
}

.fsv63-contact-card a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    min-height: 48px;
    padding: 13px 16px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    transition: .22s ease;
}

.fsv63-contact-card a:hover {
    color: #071326;
    background: var(--fsv63-contact-yellow);
    border-color: var(--fsv63-contact-yellow);
}

.fsv63-contact-card a span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.fsv63-contact-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 18px;
    padding: 22px 0 92px;
}

.fsv63-contact-location,
.fsv63-contact-service {
    border-radius: 32px;
    padding: clamp(28px, 4vw, 44px);
}

.fsv63-contact-location h2,
.fsv63-contact-service h2 {
    font-size: clamp(34px, 4vw, 58px);
}

.fsv63-contact-location p {
    margin: 18px 0 22px;
}

.fsv63-contact-address-box {
    display: grid;
    gap: 6px;
    margin: 24px 0;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
}

.fsv63-contact-address-box strong {
    color: var(--fsv63-contact-yellow);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.fsv63-contact-address-box span {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.fsv63-contact-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.fsv63-contact-route {
    position: relative;
    display: grid;
    gap: 9px;
    min-height: 172px;
    padding: 22px;
    border-radius: 24px;
    color: #fff;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    text-decoration: none;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.fsv63-contact-route:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 212, 25, .55);
    background: rgba(255,255,255,.085);
}

.fsv63-contact-route > span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #071326;
    background: var(--fsv63-contact-yellow);
}

.fsv63-contact-route strong {
    font-size: 17px;
    line-height: 1.14;
    text-transform: uppercase;
    font-weight: 950;
}

.fsv63-contact-route small {
    color: var(--fsv63-contact-muted);
    font-size: 13px;
    line-height: 1.45;
}

.fsv63-contact-route b {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: var(--fsv63-contact-yellow);
    font-size: 18px;
}

.fsv63-contact-content {
    margin-bottom: 86px;
    padding: 34px;
    border-radius: 28px;
    color: rgba(255,255,255,.88);
}

.fsv63-contact-content :where(h2,h3,h4) {
    color: #fff;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: -.03em;
}

.fsv63-contact-content :where(a) {
    color: var(--fsv63-contact-yellow);
}

.fsv63-contact-cta {
    padding: 0 0 100px;
}

.fsv63-contact-cta__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 88% 22%, rgba(255, 212, 25, .14), transparent 24rem),
        linear-gradient(135deg, rgba(13, 93, 206, .34), rgba(255,255,255,.055));
}

.fsv63-contact-cta h2 {
    max-width: 780px;
    font-size: clamp(34px, 4.8vw, 68px);
}

.fsv63-contact-cta p {
    max-width: 610px;
    margin-top: 16px;
}

.fsv63-contact-page .fsv63-fa-icon {
    width: 1em;
    height: 1em;
    line-height: 1;
}

@media (max-width: 1024px) {
    .fsv63-contact-hero__grid,
    .fsv63-contact-section-head,
    .fsv63-contact-split,
    .fsv63-contact-cta__box {
        grid-template-columns: 1fr;
    }

    .fsv63-contact-hero-card {
        max-width: 520px;
    }

    .fsv63-contact-card-grid {
        grid-template-columns: 1fr;
    }

    .fsv63-contact-card {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .fsv63-contact-container {
        width: min(100% - 28px, 1180px);
    }

    .fsv63-contact-hero {
        min-height: auto;
    }

    .fsv63-contact-hero__grid {
        padding: 56px 0 110px;
    }

    .fsv63-contact-hero__content h1 {
        font-size: clamp(46px, 15vw, 70px);
    }

    .fsv63-contact-quick {
        margin-top: -44px;
    }

    .fsv63-contact-quick__grid,
    .fsv63-contact-route-grid {
        grid-template-columns: 1fr;
    }

    .fsv63-contact-section {
        padding-top: 68px;
    }

    .fsv63-contact-section-head h2,
    .fsv63-contact-location h2,
    .fsv63-contact-service h2,
    .fsv63-contact-cta h2 {
        font-size: clamp(34px, 11vw, 54px);
    }

    .fsv63-contact-card,
    .fsv63-contact-location,
    .fsv63-contact-service,
    .fsv63-contact-content {
        border-radius: 24px;
        padding: 24px;
    }

    .fsv63-contact-actions,
    .fsv63-contact-location__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fsv63-contact-btn,
    .fsv63-contact-location__actions a {
        width: 100%;
    }

    .fsv63-contact-cta__box {
        border-radius: 26px;
    }
}

@media (max-width: 460px) {
    .fsv63-contact-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .fsv63-contact-card small {
        text-align: left;
    }

    .fsv63-contact-quick-card strong,
    .fsv63-contact-card a {
        font-size: 12px;
    }
}
