/* Viona — mobil düzeltmeler */

.viona-site-notify-wrap {
    margin: 0 0 14px;
    width: 100%;
}

.viona-site-notify__item {
    align-items: flex-start;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    padding: 12px 14px;
}

.viona-site-notify__item:last-child {
    margin-bottom: 0;
}

.viona-site-notify__item--warning {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.35);
}

.viona-site-notify__item--danger {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
}

.viona-site-notify__item i {
    color: #c4b5fd;
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 2px;
}

.viona-site-notify__body {
    min-width: 0;
}

.viona-site-notify__body strong {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.viona-site-notify__body span {
    color: #cbd5e1;
    display: block;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .lagom .app-nav-header .container {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .lagom .app-nav-header .logo,
    .lagom .app-nav-header a.logo {
        flex: 1 1 auto;
        max-width: calc(100% - 96px);
        min-width: 0;
        overflow: hidden;
    }

    .lagom .app-nav-header .logo img,
    .lagom .app-nav-header a.logo img,
    .lagom .app-nav .logo:not(.footer-company-logo) img {
        height: 38px !important;
        max-height: 38px !important;
        max-width: 100%;
        object-fit: contain;
        transform: scale(1.35);
        transform-origin: left center;
    }
}

@media (max-width: 767px) {
    .lagom .app-main .main-content,
    .lagom .app-main .main-body,
    .lagom #main-body,
    .lagom .container {
        max-width: 100%;
        width: 100%;
    }

    .lagom .app-main .main-content > .row,
    .lagom .app-main .main-body > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .vh-landing {
        box-sizing: border-box;
        margin: 0 auto 20px;
        max-width: 100%;
        overflow-x: clip;
        padding: 0 14px;
        width: 100%;
    }

    .vh-auth-bar {
        margin-bottom: 14px;
    }

    .vh-auth-bar__actions {
        width: 100%;
    }

    .vh-auth-bar .vh-btn {
        display: inline-flex !important;
        width: 100% !important;
    }

    .vh-btn {
        display: inline-block;
        width: auto;
    }

    .vh-hero {
        border-radius: 14px;
        margin-bottom: 20px;
        min-height: 0;
    }

    .vh-hero__track {
        min-height: 0;
    }

    .vh-hero__slide {
        padding: 24px 18px 52px;
        position: absolute;
    }

    .vh-hero__slide.is-active {
        position: relative;
    }

    .vh-hero__title {
        font-size: 24px;
    }

    .vh-hero__desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .vh-hero__dots {
        bottom: 14px;
        left: 18px;
    }

    .vh-hero__dot {
        height: 6px;
        width: 22px;
    }

    .vh-hero {
        margin-bottom: 24px;
    }

    .vh-section__head h2 {
        font-size: 22px;
    }

    .vh-section__head p {
        font-size: 14px;
        padding: 0 4px;
    }

    .vh-domain__form .input-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .vh-domain__form .input-group .form-control {
        border-radius: 10px !important;
        width: 100%;
    }

    .vh-domain__form .input-group-btn {
        display: block;
        width: 100%;
    }

    .vh-domain__form .input-group-btn .btn {
        border-radius: 10px !important;
        width: 100%;
    }

    .vh-tld-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vh-package-grid,
    .vh-feature-grid,
    .vh-why-grid,
    .vh-stats-grid {
        grid-template-columns: 1fr;
    }

    .vh-package-tabs__nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 16px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .vh-package-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .vh-package-tabs__tab {
        flex: 0 0 auto;
        min-height: 46px;
        padding: 10px 16px;
        white-space: nowrap;
    }

    .vh-package-group {
        border-radius: 18px;
        padding: 18px;
    }

    .vh-package-group__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .vh-package-card,
    .vh-feature-card,
    .vh-why-card,
    .vh-stat-card {
        padding: 18px;
    }

    .vh-package-card__name {
        font-size: 19px;
    }

    .vh-package-card__price strong {
        font-size: 24px;
    }

    .vh-support-cta__box {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
    }

    .vh-support-cta__box h2 {
        font-size: 20px;
    }

    .vh-support-cta__actions {
        flex-direction: column;
        width: 100%;
    }

    .vh-support-cta__actions .btn {
        width: 100%;
    }

    .vd-mobile-bar {
        gap: 0;
        padding-left: 4px;
        padding-right: 4px;
    }

    .vd-mobile-bar__item {
        font-size: 9px;
        gap: 3px;
        min-width: 0;
        padding: 0 2px;
    }

    .vd-mobile-bar__item i {
        font-size: 17px;
    }

    .vd-mobile-bar__item span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.lagom .app-main,
    body.lagom .app-main .main-content {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 380px) {
    .vd-mobile-bar__item span {
        font-size: 8px;
    }

    .vh-tld-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vh-tld-card {
        padding: 14px 10px;
    }

    .vh-tld-card__ext {
        font-size: 18px;
    }
}

/* Mobil hızlı menü — tüm sayfalarda (CSS burada; dashboard.css her sayfada yüklenmez) */
.vd-mobile-bar {
    backdrop-filter: blur(12px);
    background: rgba(15, 23, 42, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: 0;
    display: none;
    gap: 4px;
    justify-content: space-around;
    left: 0;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 1040;
}

.vd-mobile-bar__item {
    align-items: center;
    color: #94a3b8;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 10px;
    gap: 4px;
    text-align: center;
    text-decoration: none;
}

.vd-mobile-bar__item i {
    font-size: 18px;
}

.vd-mobile-bar__item:hover,
.vd-mobile-bar__item:focus {
    color: #c4b5fd;
    text-decoration: none;
}

@media (max-width: 767px) {
    .vd-mobile-bar {
        display: flex;
    }
}
