/* ==================================================
   BP EAGLES FOOTER
================================================== */

.bpe-footer {
    --bpe-blue: #009fe3;
    --bpe-light-blue: #22b8ff;
    --bpe-black: #03070b;
    --bpe-panel: #050b11;
    --bpe-white: #f7f9fb;
    --bpe-muted: #a9b1bd;
    --bpe-line: rgba(0, 159, 227, .42);

    position: relative;
    overflow: hidden;
    color: var(--bpe-white);
    background: var(--bpe-black);
    font-family: inherit;
}

.bpe-footer *,
.bpe-footer *::before,
.bpe-footer *::after {
    box-sizing: border-box;
}

.bpe-footer a {
    color: inherit;
    text-decoration: none;
}

.bpe-footer button {
    font-family: inherit;
}

.bpe-footer-shell {
    width: min(calc(100% - 64px), 1440px);
    margin-inline: auto;
}

/* ==================================================
   FELSŐ CTA
================================================== */

.bpe-footer-cta {
    position: relative;
    padding: 24px 20px 20px;
    background: #02080e;
}

.bpe-footer-cta::before {
    content: "";
    position: absolute;
    inset: 31px 40px 0;
    border: 1px solid var(--bpe-blue);
    background:
        linear-gradient(90deg, rgba(0, 159, 227, .04), transparent 35%),
        radial-gradient(
            circle at 80% 50%,
            rgba(0, 159, 227, .07),
            transparent 30%
        );
    clip-path: polygon(
        22px 0,
        100% 0,
        100% calc(100% - 1px),
        0 calc(100% - 1px),
        0 22px
    );
}

.bpe-footer-cta .bpe-footer-shell {
    position: relative;
    z-index: 2;
    min-height: 122px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.bpe-footer-cta__icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    border: 1px solid var(--bpe-blue);
    color: var(--bpe-blue);
    transform: rotate(45deg);
}

.bpe-footer-cta__icon i {
    font-size: 23px;
    transform: rotate(-45deg);
}

.bpe-footer-cta__title {
    color: #fff !important;
    font-size: clamp(18px, 1.65vw, 27px);
    font-weight: 900;
    letter-spacing: .015em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.bpe-footer-cta__divider {
    width: 1px;
    height: 45px;
    background: #617181;
}

.bpe-footer-cta p {
    margin: 0;
    color: var(--bpe-muted);
    font-size: clamp(15px, 1.25vw, 20px);
}

.bpe-footer-cta__button {
    min-width: 235px;
    min-height: 60px;
    margin-left: auto;
    padding: 15px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid var(--bpe-blue);
    color: var(--bpe-blue) !important;
    background: rgba(0, 159, 227, .025);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .25em;
    text-transform: uppercase;
    clip-path: polygon(
        13px 0,
        calc(100% - 13px) 0,
        100% 13px,
        100% calc(100% - 13px),
        calc(100% - 13px) 100%,
        13px 100%,
        0 calc(100% - 13px),
        0 13px
    );
    transition:
        color .25s ease,
        background-color .25s ease;
}

.bpe-footer-cta__button > i {
    font-size: 19px;
    transition: transform .25s ease;
}

.bpe-footer-cta__button:hover,
.bpe-footer-cta__button:focus {
    color: #fff !important;
    background: var(--bpe-blue);
}

.bpe-footer-cta__button:hover > i {
    transform: translateX(4px);
}

/* ==================================================
   KÖZPONTI RÉSZ
================================================== */

.bpe-footer-main {
    position: relative;
    overflow: hidden;
    padding: 58px 0 46px;
    border-top: 1px solid rgba(95, 117, 137, .4);
    background:
        linear-gradient(90deg, rgba(0, 159, 227, .025), transparent 30%),
        radial-gradient(
            circle at 84% 45%,
            rgba(0, 159, 227, .08),
            transparent 28%
        ),
        var(--bpe-panel);
}

.bpe-footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .25;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(0, 159, 227, .12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 159, 227, .12) 1px,
            transparent 1px
        );
    background-size: 160px 160px;
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 30%,
        #000
    );
}

.bpe-footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr .9fr .9fr 1.15fr;
    gap: clamp(45px, 5vw, 90px);
}

/* Márka */

.bpe-footer-brand {
    padding-right: 60px;
    border-right: 1px solid rgba(102, 132, 157, .55);
}

.bpe-footer-logo {
    display: block;
    width: 240px;
    max-width: 100%;
    margin-bottom: 24px;
}

.bpe-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.bpe-footer-brand p {
    margin: 0 0 29px;
    color: #c3c9d0;
    font-size: 15px;
    line-height: 1.65;
}

/* Közösségi ikonok */

.bpe-footer-socials {
    display: flex;
    align-items: center;
}

.bpe-footer-socials a {
    position: relative;
    width: 49px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #fff !important;
    transition:
        color .2s ease,
        transform .2s ease;
}

.bpe-footer-socials a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 28px;
    background: var(--bpe-blue);
}

.bpe-footer-socials a > i {
    color: inherit;
    font-size: 22px;
    line-height: 1;
}

.bpe-footer-socials a:hover {
    color: var(--bpe-blue) !important;
    transform: translateY(-3px);
}

/* Oszlopcímek */

.bpe-footer-column h3 {
    position: relative;
    margin: 12px 0 31px;
    padding-bottom: 18px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.bpe-footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--bpe-blue);
}

/* Navigáció */

.bpe-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bpe-footer-column li + li {
    margin-top: 22px;
}

.bpe-footer-column li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ccd1d7 !important;
    font-size: 16px;
    line-height: 1.2;
    transition: color .2s ease;
}

.bpe-footer-column li a > i {
    color: var(--bpe-blue);
    font-size: 12px;
    transition: transform .2s ease;
}

.bpe-footer-column li a:hover {
    color: #fff !important;
}

.bpe-footer-column li a:hover > i {
    transform: translateX(5px);
}

/* Kapcsolat */

.bpe-footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 26px;
    color: #d4d9df !important;
    font-size: 16px;
    line-height: 1.5;
}

a.bpe-footer-contact__item {
    transition: color .2s ease;
}

a.bpe-footer-contact__item:hover {
    color: var(--bpe-blue) !important;
}

.bpe-footer-contact__item > i {
    width: 23px;
    flex: 0 0 23px;
    margin-top: 2px;
    color: var(--bpe-blue);
    font-size: 21px;
    text-align: center;
}

/* Halvány háttérlogó */

.bpe-footer-watermark {
    position: absolute;
    z-index: 0;
    right: -3%;
    top: 50%;
    width: min(32vw, 610px);
    transform: translateY(-45%);
    opacity: .11;
    pointer-events: none;
    filter: grayscale(1);
}

.bpe-footer-watermark img {
    display: block;
    width: 100%;
    height: auto;
}

.bpe-footer-location {
    position: absolute;
    z-index: 3;
    right: 6%;
    bottom: 25px;
    width: min(27vw, 440px);
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--bpe-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.bpe-footer-location::before,
.bpe-footer-location::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--bpe-blue);
}

.bpe-footer-location span {
    white-space: nowrap;
}

/* ==================================================
   ALSÓ SÁV
================================================== */

.bpe-footer-bottom {
    position: relative;
    border-top: 1px solid rgba(101, 128, 151, .45);
    background: #03090e;
}

.bpe-footer-bottom::before,
.bpe-footer-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-bottom: 1px solid var(--bpe-blue);
}

.bpe-footer-bottom::before {
    left: 40px;
    border-left: 1px solid var(--bpe-blue);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.bpe-footer-bottom::after {
    right: 40px;
    border-right: 1px solid var(--bpe-blue);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.bpe-footer-bottom__inner {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bpe-footer-bottom p {
    margin: 0;
    color: #9da6b2;
    font-size: 13px;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.bpe-footer-bottom__right,
.bpe-footer-legal {
    display: flex;
    align-items: center;
}

.bpe-footer-bottom__right {
    gap: 70px;
}

.bpe-footer-legal {
    gap: 30px;
}

.bpe-footer-legal a {
    color: #8e98a4 !important;
    font-size: 13px;
    transition: color .2s ease;
}

.bpe-footer-legal a:hover {
    color: var(--bpe-blue) !important;
}

.bpe-footer-legal > span {
    width: 1px;
    height: 25px;
    background: #5c6874;
}

/* Vissza a tetejére */

.bpe-footer-top {
    display: inline-flex !important;
    align-items: center;
    gap: 22px;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    color: var(--bpe-blue) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .26em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.bpe-footer-top:hover,
.bpe-footer-top:focus {
    color: #fff !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bpe-footer-top__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--bpe-blue);
    color: var(--bpe-blue);
    font-style: normal;
    clip-path: polygon(
        8px 0,
        calc(100% - 8px) 0,
        100% 8px,
        100% calc(100% - 8px),
        calc(100% - 8px) 100%,
        8px 100%,
        0 calc(100% - 8px),
        0 8px
    );
    transition:
        color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}

.bpe-footer-top__icon > i {
    font-size: 13px;
}

.bpe-footer-top:hover .bpe-footer-top__icon {
    color: #fff;
    background: var(--bpe-blue);
    transform: translateY(-3px);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {
    .bpe-footer-cta__title {
        white-space: normal;
    }

    .bpe-footer-cta p {
        display: none;
    }

    .bpe-footer-grid {
        grid-template-columns: 1.25fr 1fr 1fr;
    }

    .bpe-footer-brand {
        grid-column: 1 / -1;
        padding: 0 0 45px;
        border-right: 0;
        border-bottom: 1px solid rgba(102, 132, 157, .45);
    }

    .bpe-footer-brand p {
        max-width: 480px;
    }

    .bpe-footer-watermark {
        width: 480px;
    }

    .bpe-footer-location {
        display: none;
    }
}

/* ==================================================
   MOBIL
================================================== */

@media (max-width: 767px) {
    .bpe-footer-shell {
        width: min(calc(100% - 34px), 1440px);
    }

    .bpe-footer-cta {
        padding: 16px 0 0;
    }

    .bpe-footer-cta::before {
        inset: 16px 10px 0;
    }

    .bpe-footer-cta .bpe-footer-shell {
        min-height: auto;
        padding: 35px 8px;
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 20px;
    }

    .bpe-footer-cta__icon {
        width: 44px;
        height: 44px;
    }

    .bpe-footer-cta__title {
        font-size: 18px;
    }

    .bpe-footer-cta__divider,
    .bpe-footer-cta p {
        display: none;
    }

    .bpe-footer-cta__button {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        min-height: 54px;
        margin: 7px 0 0;
    }

    .bpe-footer-main {
        padding: 55px 0 60px;
    }

    .bpe-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 52px 30px;
    }

    .bpe-footer-brand {
        grid-column: 1 / -1;
        padding-bottom: 38px;
    }

    .bpe-footer-contact {
        grid-column: 1 / -1;
    }

    .bpe-footer-logo {
        width: 190px;
    }

    .bpe-footer-column h3 {
        font-size: 17px;
    }

    .bpe-footer-column li a,
    .bpe-footer-contact__item {
        font-size: 14px;
    }

    .bpe-footer-watermark {
        right: -120px;
        bottom: 0;
        top: auto;
        width: 390px;
        transform: none;
        opacity: .055;
    }

    .bpe-footer-bottom__inner {
        min-height: auto;
        padding: 30px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .bpe-footer-bottom__right {
        width: 100%;
        gap: 25px;
        justify-content: space-between;
    }

    .bpe-footer-top > span {
        display: none;
    }

    .bpe-footer-bottom::before {
        left: 10px;
    }

    .bpe-footer-bottom::after {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .bpe-footer-grid {
        grid-template-columns: 1fr;
    }

    .bpe-footer-brand,
    .bpe-footer-contact {
        grid-column: auto;
    }

    .bpe-footer-column {
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(102, 132, 157, .25);
    }

    .bpe-footer-contact {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .bpe-footer-socials a {
        width: 45px;
    }

    .bpe-footer-bottom__right {
        align-items: flex-end;
    }

    .bpe-footer-legal {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .bpe-footer-legal > span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpe-footer *,
    .bpe-footer *::before,
    .bpe-footer *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}