/* لایه دوم header صفحات محصول (الگوی Twilio) */

.site-header--product {
    --product-subnav-h: 2.75rem;
}

.site-header__main {
    width: 100%;
}

.product-subnav {
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-subnav__inner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: var(--product-subnav-h);
    padding-block: 0.45rem;
}

.product-subnav__title {
    flex-shrink: 0;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 800;
    white-space: nowrap;
}

.product-subnav__divider {
    flex-shrink: 0;
    width: 1px;
    height: 1.15rem;
    background: rgba(255, 255, 255, 0.22);
}

.product-subnav__links {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.product-subnav__links::-webkit-scrollbar {
    display: none;
}

.product-subnav__link {
    flex-shrink: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 0.5rem;
    color: #94a3b8;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.product-subnav__link:hover {
    color: #ffffff;
}

.product-subnav__link--active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* موبایل: لایه دوم فقط داخل منوی همبرگری */
@media (max-width: 767px) {
    .product-subnav {
        display: none;
    }
}

/* دسکتاپ: لینک‌ها وسط و زیر ناوبری لایه اول */
@media (min-width: 768px) {
    .product-subnav__inner {
        justify-content: center;
    }

    .product-subnav__title,
    .product-subnav__divider {
        display: none;
    }

    .product-subnav__links {
        justify-content: center;
        overflow: visible;
        flex-wrap: wrap;
        gap: 0.25rem;
    }
}

.site-header--product ~ main section[id] {
    scroll-margin-top: calc(var(--site-header-h, 7rem) + 0.5rem);
}

/* آکاردئون ویژگی‌های محصول در منوی موبایل */
.mobile-nav__acc--product .mobile-nav__acc-link {
    cursor: default;
}

.mobile-nav__acc--product [data-product-mobile-panel] .mobile-nav__sublink {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: inherit;
    white-space: normal;
}

.mobile-nav__acc--product .mobile-nav__sublink--active {
    color: var(--tz-blue);
    background: #eff6ff;
}
