.nuxt-mobile-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 95;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.nuxt-mobile-header.nuxt-mobile--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.nuxt-mobile-placeholder {
    display: none;
}

.nuxt-mobile-placeholder.is-active {
    display: block;
}

.nuxt-mobile-menu-toggle {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.nuxt-mobile-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 20px;
    min-height: 64px;
}

.nuxt-mobile-header .landing-block-node-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
}

.nuxt-mobile-header .landing-block-node-logo.has-logo .landing-block-node-logo-text {
    display: none;
}

.nuxt-mobile-header .landing-block-node-logo-image img {
    height: 52px;
    width: auto;
    display: block;
}

.nuxt-mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
}

.nuxt-mobile-phone {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    height: 100%;
}

.nuxt-mobile-phone .landing-block-node-phone-number {
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

.nuxt-mobile-phone-messengers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.landing-block-node-phone-messenger {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.landing-block-node-phone-messenger:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.landing-block-node-phone-messenger .nuxt-mobile-phone-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.nuxt-mobile-burger {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: unset;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nuxt-mobile-burger span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #0f172a;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.nuxt-mobile-burger:hover {
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(34, 197, 94, 0.35);
}

.nuxt-mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 58;
}

.nuxt-mobile-panel {
    position: fixed;
    inset: 0;
    background: #111827f2;
    color: #f8fafc;
    transform: translateY(-100%);
    transition: transform 0.32s ease;
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    pointer-events: none;
    z-index: 59;
    overflow-y: auto;
}

.nuxt-mobile-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nuxt-mobile-panel-title {
    color: rgba(248, 250, 252, 0.8);
}

.nuxt-mobile-close {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(248, 250, 252, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nuxt-mobile-close span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #f8fafc;
    border-radius: 999px;
}

.nuxt-mobile-close span:first-child {
    transform: rotate(45deg);
}

.nuxt-mobile-close span:last-child {
    transform: rotate(-45deg);
}

.nuxt-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.nuxt-mobile-link-row {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.nuxt-mobile-menu .landing-block-node-menu-item {
    list-style: none;
    border-radius: 12px;
    background: #080b12;
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.35);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nuxt-mobile-menu .landing-block-node-menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(2, 6, 23, 0.45);

}

.nuxt-mobile-panel .landing-block-node-menu-link {
    flex: 1;
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: rgba(248, 250, 252, 0.92);
    text-decoration: none;
}

.nuxt-mobile-panel .landing-block-node-menu-link:hover {
    color: #657c8d;
}

.nuxt-mobile-menu .landing-block-node-menu-item>.nuxt-mobile-link-row::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.7)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M6 9l6 6 6-6"/%3E%3C/svg%3E') no-repeat center/contain;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.nuxt-mobile-menu .landing-block-node-menu-item.nuxt-submenu-open>.nuxt-mobile-link-row::after {
    transform: translateY(-50%) rotate(180deg);
}

.nuxt-mobile-submenu {
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.nuxt-mobile-menu .landing-block-node-menu-item.nuxt-submenu-open>.nuxt-mobile-submenu {
    margin-top: 12px;
    padding-bottom: 4px;
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
}

.nuxt-mobile-submenu .landing-block-node-menu-link {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: rgba(226, 232, 240, 0.92);
    border-radius: 10px;
    transition: color 0.2s ease, background 0.2s ease;
}

.nuxt-mobile-submenu .landing-block-node-menu-link:hover {
    color: #38bdf8;
    background: #e5f4ff;

}

.nuxt-mobile-panel .landing-block-node-social {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nuxt-mobile-panel .landing-block-node-social-list {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nuxt-mobile-panel .landing-block-node-social-item {
    list-style: none;
}

.nuxt-mobile-panel .landing-block-node-social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.95);
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.nuxt-mobile-panel .landing-block-node-social-link:hover {
    background: rgba(34, 197, 94, 0.2);
    transform: translateY(-4px);
}

.nuxt-mobile-panel .landing-block-node-social-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.nuxt-mobile-panel-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nuxt-mobile-panel-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-bottom: 150px;
}

.nuxt-mobile-panel-social {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.nuxt-mobile-panel-social-title {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.5);
}

.landing-block-node-phone.nuxt-mobile-panel-phone {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-top: 12px;
}

.nuxt-mobile-panel-phone-title {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.5);
}

.landing-block-node-phone.nuxt-mobile-panel-phone .landing-block-node-phone-number {
    color: #f8fafc;
    font-size: 20px;
}

.landing-block-node-phone.nuxt-mobile-panel-phone .landing-block-node-phone-callback {
    font-size: 16px;
    text-decoration: none;
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-header-bar .nuxt-mobile-burger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-header-bar .nuxt-mobile-burger span:nth-child(2) {
    opacity: 0;
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-header-bar .nuxt-mobile-burger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-panel {
    transform: translateY(0);
    pointer-events: auto;
}

.nuxt-mobile-link-row {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.nuxt-mobile-submenu-trigger {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-header-bar .nuxt-mobile-phone {
    visibility: hidden;
    opacity: 0;
}

.nuxt-mobile-menu-toggle:checked~.nuxt-mobile-header-bar .nuxt-mobile-phone-messengers {
    display: none;
}

@media (min-width: 1025px) {
    .nuxt-mobile-header {
        display: none;
    }
}