.mobile-header-cta {
    display: none;
}

@media (max-width: 991px) {
    .mobile-header-cta {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 4px 0 12px;
        padding: 11px 14px 11px 12px;
        background: linear-gradient(120deg, #1e3446 0%, #243d52 55%, #1e3446 100%);
        color: #fff;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        box-shadow: 0 4px 14px rgba(30, 52, 70, 0.22);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-header-cta:active {
        transform: scale(0.99);
    }

    .mobile-header-cta__accent {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ff7063;
    }

    .mobile-header-cta__accent::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 0;
        width: 28px;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 112, 99, 0.35) 0%, transparent 100%);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .mobile-header-cta::before {
        content: "";
        position: absolute;
        right: -8px;
        top: -20px;
        width: 72px;
        height: 72px;
        background: rgba(255, 112, 99, 0.12);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .mobile-header-cta::after {
        content: "";
        position: absolute;
        right: 42px;
        bottom: -18px;
        width: 48px;
        height: 48px;
        background: rgba(23, 114, 101, 0.18);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .mobile-header-cta__icon {
        position: relative;
        z-index: 1;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #177265;
        color: #fff;
        border-radius: 0;
        clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
    }

    .mobile-header-cta__icon .fi::before {
        font-size: 18px;
        line-height: 1;
    }

    .mobile-header-cta__body {
        position: relative;
        z-index: 1;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .mobile-header-cta__label {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.72);
        line-height: 1.2;
    }

    .mobile-header-cta__number {
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #fff;
        line-height: 1.2;
        white-space: nowrap;
    }

    .mobile-header-cta__action {
        position: relative;
        z-index: 1;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff7063;
        color: #fff;
        border-radius: 0;
        clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    }

    .mobile-header-cta__action .ti-arrow-right {
        font-size: 14px;
        font-weight: 700;
    }

    .wpo-site-header .navigation > .container {
        padding-bottom: 2px;
    }

    .wpo-site-header .navbar-header {
        text-align: center;
    }

    .wpo-site-header .navbar-header .navbar-brand {
        display: inline-block;
    }
}

@media (max-width: 380px) {
    .mobile-header-cta {
        gap: 10px;
        padding: 10px 12px 10px 10px;
    }

    .mobile-header-cta__number {
        font-size: 15px;
    }

    .mobile-header-cta__label {
        font-size: 9px;
        letter-spacing: 0.06em;
    }
}
