/* Tripzuo modern nav + hero */

/* ── Navbar ── */
.tz-modern-nav.header-area.style-1,
.tz-modern-nav.header-area.style-1.sticky {
    position: sticky;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 1000;
    display: block;
    padding: 0;
    background: transparent;
    overflow: visible;
}

.tz-modern-nav.header-area.style-1::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.03);
    pointer-events: none;
    z-index: 0;
}

.tz-modern-nav.header-area.style-1.sticky::before {
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

@media (min-width: 992px) {
    .tz-modern-nav .main-menu {
        display: none !important;
    }
}

.tz-nav-bar {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 6px 20px;
    min-height: 56px;
}

.tz-nav-bar__brand img {
    max-height: 32px;
    width: auto;
}

.tz-nav-bar__center {
    display: flex;
    justify-content: center;
}

/* Homepage: hide header tabs while hero is visible */
body:has(.hero-video-section):not(.tz-hero-past) .tz-nav-bar__center--tabs {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

body:has(.hero-video-section).tz-hero-past .tz-nav-bar__center--tabs,
body:not(:has(.hero-video-section)) .tz-nav-bar__center--tabs {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.tz-nav-bar__center--tabs {
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

/* Header uses same hero tab styles — compact in navbar */
.tz-nav-bar__brand a {
    display: inline-flex;
    align-items: center;
}

.tz-nav-bar__center .category-nav-tabs--hero {
    margin-top: 0;
    padding: 4px;
    gap: 5px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab {
    padding: 6px 12px;
    gap: 7px;
    animation: none;
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.06);
    color: #475569;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab.is-active {
    color: #fff;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab__icon {
    width: 24px;
    height: 24px;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab__icon .svg-icon,
.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab__icon .svg-icon svg {
    width: 13px;
    height: 13px;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab__icon i {
    font-size: 12px;
}

.tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab__label {
    font-size: 11px;
}

body.tz-hero-past .tz-nav-bar__center .category-nav-tabs--hero .category-nav-tab {
    animation: tzNavTabIn 0.35s ease calc(var(--tab-index, 0) * 0.05s) both;
}

@keyframes tzNavTabIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tz-nav-bar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.tz-nav-bar__actions .top-right-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tz-nav-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.45);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tz-nav-chip:hover {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.72);
    color: #0f172a;
}

.tz-nav-chip.dropdown-toggle::after {
    margin-left: 4px;
    vertical-align: middle;
}

.tz-nav-login {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-color1) 0%, color-mix(in srgb, var(--primary-color1) 78%, #000) 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: none;
    text-decoration: none;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--primary-color1) 24%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tz-nav-login.w-100 {
    width: 100%;
}

.tz-nav-login.justify-content-center {
    justify-content: center;
}

.tz-nav-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--primary-color1) 36%, transparent);
    color: #fff !important;
}

.tz-nav-login svg {
    fill: currentColor;
}

.tz-modern-nav .profile-area {
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.tz-modern-nav .mobile-menu-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tz-modern-nav .mobile-menu-btn svg {
    fill: #334155;
}

.tz-modern-nav .dropdown-menu {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    padding: 8px;
}

.tz-modern-nav .dropdown-item {
    border-radius: 10px;
}

/* Shared icon alignment */
.category-nav-tab__icon {
    flex-shrink: 0;
    line-height: 0;
}

.category-nav-tab__icon .svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    vertical-align: middle;
}

.category-nav-tab__icon .svg-icon svg {
    display: block;
    fill: currentColor !important;
}

.category-nav-tab__label {
    line-height: 1.2;
    white-space: nowrap;
}

/* Header category tabs — segmented control */
.category-nav-tabs--header {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.category-nav-tabs--header .category-nav-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.22s ease;
}

.category-nav-tabs--header .category-nav-tab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.category-nav-tabs--header .category-nav-tab__icon .svg-icon,
.category-nav-tabs--header .category-nav-tab__icon .svg-icon svg {
    width: 18px;
    height: 18px;
}

.category-nav-tabs--header .category-nav-tab__icon i {
    font-size: 15px;
    line-height: 1;
    display: block;
}

.category-nav-tabs--header .category-nav-tab__label {
    display: inline-flex;
    align-items: center;
    padding-top: 1px;
}

.category-nav-tabs--header .category-nav-tab--primary:hover {
    color: var(--primary-color1);
    background: color-mix(in srgb, var(--primary-color1) 10%, #fff);
}

.category-nav-tabs--header .category-nav-tab--secondary:hover {
    color: color-mix(in srgb, var(--primary-color2, #fbb03b) 85%, #000);
    background: color-mix(in srgb, var(--primary-color2, #fbb03b) 12%, #fff);
}

.category-nav-tabs--header .category-nav-tab.is-active {
    color: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.category-nav-tabs--header .category-nav-tab--primary.is-active {
    background: linear-gradient(135deg, var(--primary-color1) 0%, color-mix(in srgb, var(--primary-color1) 80%, #000) 100%);
}

.category-nav-tabs--header .category-nav-tab--secondary.is-active {
    background: linear-gradient(135deg, var(--primary-color2, #fbb03b) 0%, color-mix(in srgb, var(--primary-color2, #fbb03b) 78%, #000) 100%);
}

.mobile-category-nav {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    padding: 10px 12px !important;
}

.mobile-category-nav .category-nav-tabs--sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    margin-top: 0;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab {
    --tab-accent: var(--primary-color1);
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-width: 0;
    padding: 7px 8px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    color: #1e293b;
    animation: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab--secondary {
    --tab-accent: var(--primary-color2, #fbb03b);
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab::before {
    display: none;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--tab-accent);
    color: #fff;
    box-shadow: 0 3px 10px color-mix(in srgb, var(--tab-accent) 28%, transparent);
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab__icon .svg-icon,
.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab__icon .svg-icon svg {
    width: 14px;
    height: 14px;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab__icon i {
    font-size: 13px;
    line-height: 1;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab__label {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e293b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--tab-accent) 35%, #fff);
    background: #fff;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--tab-accent) 14%, transparent);
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab.is-active {
    transform: none;
    border-color: color-mix(in srgb, var(--tab-accent) 45%, #fff);
    background: linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--tab-accent) 8%, #fff) 100%);
    color: #1e293b;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--tab-accent) 16%, transparent);
}

.mobile-category-nav .category-nav-tabs--sidebar .category-nav-tab.is-active .category-nav-tab__label {
    color: #1e293b;
}

.mobile-sidebar-contact {
    padding: 16px 12px 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mobile-sidebar-contact__row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-sidebar-contact__action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: color-mix(in srgb, var(--primary-color1) 8%, #fff);
    color: var(--primary-color1);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mobile-sidebar-contact__action i {
    font-size: 18px;
    line-height: 1;
}

.mobile-sidebar-contact__action--phone:hover {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
    color: #fff;
}

.mobile-sidebar-contact__action--whatsapp {
    background: color-mix(in srgb, #25d366 10%, #fff);
    color: #25d366;
    border-color: color-mix(in srgb, #25d366 20%, transparent);
}

.mobile-sidebar-contact__action--whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.mobile-sidebar-contact__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-sidebar-contact__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #64748b;
}

.mobile-sidebar-contact__value {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--primary-color1);
    text-decoration: none;
    word-break: break-word;
}

.mobile-sidebar-contact__value:hover {
    color: color-mix(in srgb, var(--primary-color1) 75%, #000);
}

.mobile-sidebar-social {
    margin-top: 0;
    padding: 16px 12px 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mobile-sidebar-social__label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.mobile-sidebar-social__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tz-modern-nav .main-menu .mobile-sidebar-social__list li {
    position: static;
    display: block;
    padding: 0;
    margin: 0;
}

.tz-modern-nav .main-menu .mobile-sidebar-social__list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    color: var(--primary-color1);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tz-modern-nav .main-menu .mobile-sidebar-social__list li a:hover {
    transform: translateY(-1px);
    background: var(--primary-color1);
    border-color: var(--primary-color1);
    color: #fff;
}

.tz-modern-nav .main-menu .mobile-sidebar-social__list li a i,
.tz-modern-nav .main-menu .mobile-sidebar-social__list li a svg {
    position: static;
    top: auto;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 17px;
    line-height: 1;
    color: inherit;
    font-style: normal;
    cursor: inherit;
}

.tz-modern-nav .main-menu .mobile-sidebar-social__list li a svg {
    width: 14px;
    height: 14px;
}

/* ── Hero ── */
.hero-video-section {
    position: relative;
    width: 100%;
    min-height: clamp(500px, 78vh, 820px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.hero-video-section__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video-section__poster {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-video-section__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-video-section__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(8, 18, 36, 0.68) 0%, rgba(8, 18, 36, 0.24) 42%, rgba(8, 18, 36, 0.48) 100%),
        linear-gradient(180deg, rgba(8, 18, 36, 0.08) 0%, rgba(8, 18, 36, 0.42) 62%, rgba(8, 18, 36, 0.08) 82%, transparent 100%);
}

.hero-video-section__blend {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: clamp(48px, 7vh, 72px);
    z-index: 4;
    pointer-events: none;
}

.hero-video-section__blend-wave {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-video-section__blend-wave-fill {
    fill: #fff;
}

.hero-video-section__blend-wave-line {
    vector-effect: non-scaling-stroke;
}

.hero-video-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
}

.hero-video-section__shape--1 {
    width: 320px;
    height: 320px;
    top: 12%;
    left: -80px;
    background: color-mix(in srgb, var(--primary-color1) 45%, transparent);
    opacity: 0.55;
}

.hero-video-section__shape--2 {
    width: 260px;
    height: 260px;
    bottom: 8%;
    right: -60px;
    background: color-mix(in srgb, var(--primary-color2, #fbb03b) 50%, transparent);
    opacity: 0.45;
}

.hero-video-section__shape--3 {
    width: 180px;
    height: 180px;
    top: 28%;
    right: 18%;
    background: rgba(255, 255, 255, 0.12);
    opacity: 0.7;
}

.hero-video-section__content {
    position: relative;
    z-index: 3;
    width: min(100%, 920px);
    padding: 64px 24px 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.hero-video-section__script {
    margin: 0 0 4px;
    font-family: 'Dancing Script', cursive;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color1);
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    animation: tzHeroFadeUp 0.75s ease both;
}

.hero-video-section__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.75rem, 7vw, 5.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
    animation: tzHeroFadeUp 0.9s ease 0.08s both;
}

.hero-video-section__title-accent {
    display: block;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.78) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-video-section__subtitle {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    font-weight: 400;
    line-height: 1.6;
    animation: tzHeroFadeUp 0.95s ease 0.14s both;
}

/* Hero category tabs — compact colored rail */
.category-nav-tabs--hero {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.category-nav-tabs--hero .category-nav-tab {
    --tab-accent: var(--primary-color1);
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    animation: tzHeroTabIn 0.55s ease calc(0.18s + (var(--tab-index, 0) * 0.07s)) both;
    transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.category-nav-tabs--hero .category-nav-tab--secondary {
    --tab-accent: var(--primary-color2, #fbb03b);
}

.category-nav-tabs--hero .category-nav-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--tab-accent) 22%, transparent), transparent 70%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.category-nav-tabs--hero .category-nav-tab__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--tab-accent);
    color: #fff;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--tab-accent) 40%, transparent);
    transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.28s ease;
}

.category-nav-tabs--hero .category-nav-tab__icon .svg-icon,
.category-nav-tabs--hero .category-nav-tab__icon .svg-icon svg {
    width: 17px;
    height: 17px;
}

.category-nav-tabs--hero .category-nav-tab__icon i {
    font-size: 15px;
    line-height: 1;
    display: block;
}

.category-nav-tabs--hero .category-nav-tab__label {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.category-nav-tabs--hero .category-nav-tab:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: color-mix(in srgb, var(--tab-accent) 55%, #fff);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--tab-accent) 28%, transparent);
}

.category-nav-tabs--hero .category-nav-tab:hover::before {
    opacity: 1;
}

.category-nav-tabs--hero .category-nav-tab:hover .category-nav-tab__icon {
    transform: scale(1.1) rotate(-4deg);
    box-shadow: 0 6px 18px color-mix(in srgb, var(--tab-accent) 50%, transparent);
}

.category-nav-tabs--hero .category-nav-tab:active {
    transform: translateY(-1px) scale(0.98);
}

.category-nav-tabs--hero .category-nav-tab.is-active {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--tab-accent) 70%, #fff);
    background: linear-gradient(135deg, color-mix(in srgb, var(--tab-accent) 88%, #fff) 0%, var(--tab-accent) 100%);
    color: #fff;
    box-shadow: 0 14px 32px color-mix(in srgb, var(--tab-accent) 42%, transparent);
}

.category-nav-tabs--hero .category-nav-tab.is-active .category-nav-tab__icon {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.05);
}

@keyframes tzHeroTabIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes tzHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .tz-nav-bar {
        grid-template-columns: 1fr auto;
        padding: 6px 14px;
        min-height: 52px;
    }

    .tz-nav-bar__center {
        display: none !important;
    }

    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 10040;
        pointer-events: none;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .tz-modern-nav .main-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: min(300px, 86vw);
        height: 100vh;
        height: 100dvh;
        z-index: 10050;
    }

    .tz-modern-nav .main-menu .mobile-sidebar-contact {
        margin-top: auto;
    }

    .tz-modern-nav .main-menu > .mobile-sidebar-social:last-child {
        margin-top: auto;
    }

    .tz-modern-nav .main-menu .mobile-sidebar-contact + .mobile-sidebar-social {
        margin-top: 0;
        padding-top: 16px;
    }

    .mobile-sidebar-actions {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 6px;
        margin-top: 0;
        padding: 0 12px 10px !important;
        border-top: none;
    }

    .mobile-sidebar-actions__currency {
        position: static;
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
        min-width: 0;
    }

    .mobile-sidebar-actions__login {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
        min-width: 0;
    }

    .mobile-sidebar-actions--solo .mobile-sidebar-actions__currency {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-sidebar-actions__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        padding: 7px 8px;
        border-radius: 10px;
        border: 1px solid var(--primary-color1);
        background: transparent;
        color: var(--primary-color1) !important;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.01em;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-sidebar-actions__btn:hover,
    .mobile-sidebar-actions__btn:focus,
    .mobile-sidebar-actions__btn.show {
        background: color-mix(in srgb, var(--primary-color1) 8%, #fff);
        border-color: var(--primary-color1);
        color: var(--primary-color1) !important;
    }

    .mobile-sidebar-actions__btn.dropdown-toggle {
        justify-content: space-between;
    }

    .mobile-sidebar-actions__btn.dropdown-toggle::after {
        margin-left: 0.35rem;
        flex-shrink: 0;
    }

    .mobile-sidebar-actions__btn-content {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 7px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .mobile-sidebar-actions__btn-icon {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: color-mix(in srgb, var(--primary-color1) 10%, #fff);
        color: var(--primary-color1);
    }

    .mobile-sidebar-actions__btn-icon i {
        font-size: 13px;
        line-height: 1;
    }

    .mobile-sidebar-actions__btn-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 0;
    }

    .mobile-sidebar-actions__dropdown {
        position: absolute !important;
        top: 100% !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        margin-top: 0.5rem;
        transform: none !important;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 0.5rem;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    }

    .mobile-sidebar-actions__dropdown .dropdown-item {
        padding: 0.65rem 0.85rem;
        border-bottom: 1px solid #e5e5e5;
        font-size: 0.875rem;
    }

    .mobile-sidebar-actions__dropdown .dropdown-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .hero-video-section {
        min-height: clamp(460px, 72vh, 680px);
    }

    .hero-video-section__content {
        padding: 48px 16px 56px;
        gap: 16px;
    }

    .category-nav-tabs--hero {
        width: calc(100% - 8px);
        border-radius: 20px;
        padding: 8px;
        gap: 6px;
    }

    .category-nav-tabs--hero .category-nav-tab {
        flex: 1 1 calc(50% - 6px);
        justify-content: flex-start;
        padding: 9px 12px;
        gap: 8px;
    }

    .category-nav-tabs--hero .category-nav-tab__icon {
        width: 28px;
        height: 28px;
    }

    .category-nav-tabs--hero .category-nav-tab__icon .svg-icon,
    .category-nav-tabs--hero .category-nav-tab__icon .svg-icon svg {
        width: 15px;
        height: 15px;
    }

    .category-nav-tabs--hero .category-nav-tab__label {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-video-section__script,
    .hero-video-section__title,
    .hero-video-section__subtitle,
    .category-nav-tabs--hero .category-nav-tab {
        animation: none;
        transition: none;
    }
}

/* ── Login modal ── */
.tz-login-modal .modal-dialog {
    max-width: 420px;
    margin: 1rem auto;
    animation: none;
}

.tz-login-modal .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 24px 48px rgba(15, 23, 42, 0.14),
        0 8px 20px rgba(15, 23, 42, 0.06);
}

.tz-login-modal .modal-clode-btn {
    display: none;
}

.tz-login-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tz-login-modal__close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.04);
}

.tz-login-modal__hero {
    position: relative;
    padding: 36px 28px 30px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        var(--primary-color1) 0%,
        color-mix(in srgb, var(--primary-color1) 72%, var(--primary-color2, #fbb03b)) 55%,
        color-mix(in srgb, var(--primary-color2, #fbb03b) 88%, #fff) 100%
    );
}

.tz-login-modal__hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tz-login-modal__shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.tz-login-modal__shape--1 {
    width: 140px;
    height: 140px;
    top: -48px;
    right: -28px;
}

.tz-login-modal__shape--2 {
    width: 88px;
    height: 88px;
    bottom: -24px;
    left: -18px;
}

.tz-login-modal__shape--3 {
    width: 52px;
    height: 52px;
    top: 42%;
    right: 18%;
    background: rgba(255, 255, 255, 0.18);
}

.tz-login-modal__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.tz-login-modal__logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.tz-login-modal__logo {
    max-height: 36px;
    width: auto;
    display: block;
}

.tz-login-modal__hero-content h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.tz-login-modal__hero-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.tz-login-modal__body {
    padding: 28px 28px 30px !important;
}

.tz-login-modal__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tz-login-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tz-login-field__label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin: 0;
}

.tz-login-field__control {
    position: relative;
    display: flex;
    align-items: center;
}

.tz-login-field__icon {
    position: absolute;
    left: 14px;
    font-size: 15px;
    color: #94a3b8;
    pointer-events: none;
    z-index: 1;
}

.tz-login-field__input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 42px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tz-login-field__input::placeholder {
    color: #94a3b8;
    text-transform: none;
    letter-spacing: 0;
}

.tz-login-field__input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--primary-color1) 55%, #fff);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color1) 14%, transparent);
}

.tz-login-field__input.is-invalid {
    border-color: #ef4444;
    background: #fff;
}

.tz-login-field__toggle {
    position: absolute;
    right: 6px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.tz-login-field__toggle:hover {
    color: var(--primary-color1);
    background: color-mix(in srgb, var(--primary-color1) 8%, #fff);
}

.tz-login-field__error {
    font-size: 12px;
    color: #ef4444;
    line-height: 1.4;
}

.tz-login-modal__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: -4px;
}

.tz-login-modal__remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: #475569;
    cursor: pointer;
    user-select: none;
}

.tz-login-modal__remember input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--primary-color1);
    cursor: pointer;
}

.tz-login-modal__forgot {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color1);
    text-decoration: none;
    transition: color 0.2s ease;
}

.tz-login-modal__forgot:hover {
    color: color-mix(in srgb, var(--primary-color1) 75%, #000);
}

.tz-login-modal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 50px;
    margin-top: 4px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--primary-color1) 0%,
        color-mix(in srgb, var(--primary-color1) 78%, #000) 100%
    );
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-color1) 28%, transparent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tz-login-modal__submit::after {
    display: none;
}

.tz-login-modal__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--primary-color1) 36%, transparent);
    color: #fff;
}

.tz-login-modal__register {
    margin: 4px 0 0;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.tz-login-modal__register a {
    font-weight: 700;
    color: var(--primary-color1);
    text-decoration: none;
}

.tz-login-modal__register a:hover {
    color: color-mix(in srgb, var(--primary-color1) 75%, #000);
}

.tz-login-modal__agent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    border: 1.5px solid var(--primary-color2, #fbb03b);
    border-radius: 14px;
    background: #fff;
    color: color-mix(in srgb, var(--primary-color2, #fbb03b) 85%, #000);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--primary-color2, #fbb03b) 10%, transparent);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tz-login-modal__agent:hover {
    background: color-mix(in srgb, var(--primary-color2, #fbb03b) 10%, #fff);
    border-color: var(--primary-color2, #fbb03b);
    color: color-mix(in srgb, var(--primary-color2, #fbb03b) 85%, #000);
    transform: translateY(-1px);
}

.tz-login-modal__divider {
    position: relative;
    text-align: center;
    margin: 4px 0 0;
}

.tz-login-modal__divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
}

.tz-login-modal__divider span {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tz-login-modal__google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tz-login-modal__google::after {
    display: none;
}

.tz-login-modal__google img {
    width: 20px;
    height: 20px;
}

.tz-login-modal__google:hover {
    border-color: rgba(15, 23, 42, 0.2);
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.tz-login-modal .modal-header {
    display: none;
}

@media (max-width: 576px) {
    .tz-login-modal .modal-dialog {
        max-width: calc(100% - 24px);
    }

    .tz-login-modal .modal-content {
        border-radius: 20px;
    }

    .tz-login-modal__hero {
        padding: 30px 22px 24px;
    }

    .tz-login-modal__hero-content h2 {
        font-size: 22px;
    }

    .tz-login-modal__body {
        padding: 22px 20px 24px !important;
    }
}
