/**
 * TAG LOJİSTİK — GLOBAL UI CHROME STYLESHEET
 * Premium corporate header, desktop navigation, floating dropdowns,
 * mobile offcanvas drawer, floating actions (WhatsApp/Call), and scroll-to-top.
 */

:root {
    --tag-navy-deep: #091820;
    --tag-navy-dark: #0D202D;
    --tag-blue-primary: #0F689C;
    --tag-blue-hover: #0C5580;
    --tag-blue-ice: #93C5FD;
    --tag-red-accent: #E03131;
    --tag-slate-900: #0F172A;
    --tag-slate-700: #334155;
    --tag-slate-500: #64748B;
    --tag-slate-400: #94A3B8;
    --tag-slate-200: #E2E8F0;
    --tag-slate-100: #F1F5F9;
    --tag-slate-50: #F8FAFC;
    --tag-wa-green: #22BF5B;
    --tag-wa-green-hover: #1EA950;
    --tag-header-max-w: 1360px;
    --tag-font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   01. GLOBAL SITE HEADER & WRAPPER
   ========================================================================== */

.site-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid var(--tag-slate-200) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    box-sizing: border-box !important;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0;
    transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    width: 100% !important;
    z-index: 1000;
}

.site-header.site-header--sticky {
    box-shadow: 0 4px 20px rgba(9, 24, 32, 0.08);
    position: fixed !important;
    top: 0;
}

/* Container for Header Elements */
.tag-chrome-container {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--tag-header-max-w) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    .tag-chrome-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ==========================================================================
   02. UTILITY TOPBAR (28–32px)
   ========================================================================== */

.tag-topbar {
    background-color: var(--tag-slate-50);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    font-family: var(--tag-font-sans);
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    transition: height 0.22s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, padding 0.22s ease;
}

.site-header--sticky .tag-topbar {
    border-bottom: none;
    height: 0;
    opacity: 0;
    padding: 0;
}

.tag-topbar__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.tag-topbar__left {
    align-items: center;
    display: flex;
    gap: 24px;
}

.tag-topbar__item {
    align-items: center;
    color: var(--tag-slate-700);
    display: inline-flex;
    font-size: 12.5px;
    font-weight: 500;
    gap: 6px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tag-topbar__item i,
.tag-topbar__item svg {
    color: var(--tag-blue-primary);
    font-size: 13px;
}

.tag-topbar__link:hover,
.tag-topbar__link:focus-visible {
    color: var(--tag-blue-primary);
    text-decoration: none;
}

.tag-topbar__social {
    align-items: center;
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-topbar__social li {
    display: inline-flex;
}

.tag-topbar__social a {
    align-items: center;
    color: var(--tag-slate-500);
    display: inline-flex;
    font-size: 13px;
    height: 24px;
    justify-content: center;
    transition: color 0.15s ease, transform 0.15s ease;
    width: 24px;
}

.tag-topbar__social a:hover,
.tag-topbar__social a:focus-visible {
    color: var(--tag-blue-primary);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .tag-topbar {
        display: none !important;
    }
}

/* ==========================================================================
   03. MAIN DESKTOP HEADER (78–84px / Sticky: 68–72px)
   ========================================================================== */

.tag-header {
    background-color: #FFFFFF !important;
    box-sizing: border-box !important;
    font-family: var(--tag-font-sans) !important;
    height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: height 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100% !important;
}

.site-header--sticky .tag-header {
    height: 70px !important;
}

.tag-header__inner {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    height: 100% !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
}

/* Logo */
.tag-header__logo {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.tag-header__logo a {
    align-items: center;
    display: flex;
    outline-offset: 4px;
}

.tag-header__logo img {
    display: block;
    height: auto;
    max-height: 48px;
    transition: max-height 0.22s ease, width 0.22s ease;
    width: 172px;
}

.site-header--sticky .tag-header__logo img {
    max-height: 42px;
    width: 152px;
}

/* Right Navigation & CTA Wrap */
.tag-header__right {
    align-items: center;
    display: flex;
    gap: 32px;
    height: 100%;
}

/* Desktop Navigation List */
.tag-nav-desktop {
    align-items: center;
    display: flex;
    height: 100%;
}

.tag-nav-desktop__list {
    align-items: center;
    display: flex;
    gap: 28px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-nav-desktop__item {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
}

.tag-nav-desktop__link {
    align-items: center;
    color: var(--tag-slate-900);
    display: inline-flex;
    font-size: 14.5px;
    font-weight: 600;
    gap: 6px;
    height: 100%;
    letter-spacing: 0.01em;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color 0.18s ease;
}

.tag-nav-desktop__link::after {
    background-color: var(--tag-blue-primary);
    bottom: 22px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
    width: 100%;
}

.tag-nav-desktop__link:hover,
.tag-nav-desktop__link:focus-visible,
.tag-nav-desktop__item:focus-within > .tag-nav-desktop__link {
    color: var(--tag-blue-primary);
    text-decoration: none;
}

.tag-nav-desktop__link:hover::after,
.tag-nav-desktop__link:focus-visible::after,
.tag-nav-desktop__item:focus-within > .tag-nav-desktop__link::after,
.tag-nav-desktop__item.active > .tag-nav-desktop__link::after {
    opacity: 1;
    transform: scaleX(1);
}

.tag-nav-desktop__item.active > .tag-nav-desktop__link {
    color: var(--tag-blue-primary);
}

.tag-nav-desktop__arrow {
    display: inline-block;
    transition: transform 0.18s ease;
}

.tag-nav-desktop__item:hover .tag-nav-desktop__arrow,
.tag-nav-desktop__item:focus-within .tag-nav-desktop__arrow {
    transform: translateY(2px);
}

/* ==========================================================================
   04. DESKTOP FLOATING DROPDOWN PANEL
   ========================================================================== */

.tag-nav-desktop__dropdown {
    background: #FFFFFF;
    border: 1px solid var(--tag-slate-200);
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(9, 24, 32, 0.10);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 270px;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(6px);
    transition: opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1), transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.18s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0.15s;
    visibility: hidden;
    z-index: 1050;
}

.tag-nav-desktop__dropdown::before {
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%;
}

.tag-nav-desktop__item:hover > .tag-nav-desktop__dropdown,
.tag-nav-desktop__item:focus-within > .tag-nav-desktop__dropdown,
.tag-nav-desktop__item.is-hovered > .tag-nav-desktop__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
    visibility: visible;
}

.tag-nav-desktop__dropdown li {
    margin: 0;
    padding: 0;
}

.tag-nav-desktop__dropdown-link {
    align-items: center;
    border-radius: 4px;
    color: var(--tag-slate-700);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 9px 14px;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.tag-nav-desktop__dropdown-link:hover,
.tag-nav-desktop__dropdown-link:focus-visible {
    background-color: var(--tag-slate-100);
    color: var(--tag-blue-primary);
    padding-left: 17px;
    text-decoration: none;
}

/* ==========================================================================
   04.1 DESKTOP EXECUTIVE MEGA MENU
   ========================================================================== */

.tag-nav-desktop__item--mega {
    position: static !important;
}

.tag-mega-menu {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 12px;
    box-shadow: 0 24px 60px -15px rgba(9, 24, 32, 0.20), 0 0 0 1px rgba(15, 104, 156, 0.05);
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(8px);
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0.15s;
    visibility: hidden;
    width: 100%;
    z-index: 1060;
}

/* Hover bridge so cursor never drops out */
.tag-mega-menu::before {
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
}

.tag-nav-desktop__item--mega:hover .tag-mega-menu,
.tag-nav-desktop__item--mega:focus-within .tag-mega-menu,
.tag-nav-desktop__item--mega.is-hovered .tag-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
    visibility: visible;
}

.tag-mega-menu__inner {
    display: flex;
    flex-direction: column;
}

.tag-mega-menu__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.05fr 1.15fr 1.05fr 1.25fr;
    padding: 28px 30px 22px;
}

.tag-mega-menu__col {
    display: flex;
    flex-direction: column;
}

.tag-mega-menu__heading {
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    color: var(--tag-blue-primary, #0F689C);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tag-mega-menu__heading-icon {
    align-items: center;
    background: rgba(15, 104, 156, 0.08);
    border-radius: 6px;
    color: #0F689C;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.tag-mega-menu__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-mega-menu__list li {
    margin: 0;
    padding: 0;
}

.tag-mega-menu__link {
    border-radius: 8px;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    transition: background-color 0.16s ease, transform 0.16s ease, padding-left 0.16s ease;
}

.tag-mega-menu__link:hover {
    background-color: #f1f5f9;
    padding-left: 14px;
    text-decoration: none;
}

.tag-mega-menu__title {
    color: #091820;
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 2px;
    transition: color 0.16s ease;
}

.tag-mega-menu__link:hover .tag-mega-menu__title {
    color: #0F689C;
}

.tag-mega-menu__sub {
    color: #64748b;
    display: block;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.35;
}

/* Column 4: Promo Callout Box */
.tag-mega-menu__promo {
    background: #091820;
    border: 1px solid rgba(15, 104, 156, 0.35);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 20px 18px;
}

.tag-mega-menu__promo-badge {
    background: rgba(15, 104, 156, 0.25);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 4px;
    color: #38bdf8;
    display: inline-block;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding: 2px 7px;
    text-transform: uppercase;
    width: fit-content;
}

.tag-mega-menu__promo-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 6px 0;
}

.tag-mega-menu__promo-desc {
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 14px 0;
}

.tag-mega-menu__promo-btn {
    align-items: center;
    background: #0F689C;
    border-radius: 6px;
    color: #FFFFFF !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    padding: 8px 14px;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.15s ease;
    width: fit-content;
}

.tag-mega-menu__promo-btn:hover {
    background: #0b4e75;
    color: #FFFFFF !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.tag-mega-menu__promo-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 14px;
    padding-top: 12px;
}

.tag-mega-menu__promo-contact-label {
    color: #64748b;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.tag-mega-menu__promo-phone {
    color: #38bdf8 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tag-mega-menu__promo-phone:hover {
    color: #7dd3fc !important;
    text-decoration: none;
}

/* Bottom Strip */
.tag-mega-menu__footer {
    align-items: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    font-size: 12.5px;
    justify-content: space-between;
    padding: 12px 30px;
}

.tag-mega-menu__footer-note {
    align-items: center;
    color: #475569;
    display: flex;
    gap: 8px;
}

.tag-mega-menu__footer-dot {
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.6);
    display: inline-block;
    height: 7px;
    width: 7px;
}

.tag-mega-menu__footer-link {
    align-items: center;
    color: #0F689C;
    display: inline-flex;
    font-weight: 600;
    gap: 6px;
    text-decoration: none;
    transition: color 0.15s ease, gap 0.15s ease;
}

.tag-mega-menu__footer-link:hover {
    color: #074061;
    gap: 9px;
    text-decoration: none;
}

/* Mobile Offcanvas Submenu Groups */
.tag-offcanvas__group-title {
    color: #38bdf8;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 8px;
    padding: 6px 14px 2px;
    text-transform: uppercase;
}

.tag-offcanvas__calc-link {
    align-items: center;
    background: rgba(15, 104, 156, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 6px;
    color: #38bdf8 !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 8px;
    margin: 10px 14px 4px;
    padding: 9px 12px !important;
    transition: background 0.18s ease;
}

.tag-offcanvas__calc-link:hover {
    background: rgba(15, 104, 156, 0.35);
    color: #ffffff !important;
}

@media (max-width: 1150px) {
    .tag-mega-menu__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* Header Primary CTA Button */
.tag-header__cta {
    align-items: center;
    background-color: var(--tag-blue-primary);
    border: none;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-flex;
    font-family: var(--tag-font-sans);
    font-size: 14.5px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.01em;
    padding: 0 26px;
    text-decoration: none;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    white-space: nowrap;
}

.tag-header__cta:hover,
.tag-header__cta:focus-visible {
    background-color: var(--tag-blue-hover);
    box-shadow: 0 4px 14px rgba(15, 104, 156, 0.28);
    color: #FFFFFF !important;
    text-decoration: none;
    transform: translateY(-1px);
}

/* ==========================================================================
   05. MOBILE HEADER (< 992px)
   ========================================================================== */

.tag-mobile-trigger-wrap {
    align-items: center;
    display: none;
    gap: 12px;
}

.tag-header__cta--mobile {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    height: 38px !important;
    line-height: 38px !important;
    min-height: unset !important;
    padding: 0 14px !important;
}

.tag-mobile-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--tag-slate-200);
    border-radius: 6px;
    color: var(--tag-slate-900);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 44px;
}

.tag-mobile-toggle:hover,
.tag-mobile-toggle:focus-visible {
    background-color: var(--tag-slate-100);
    border-color: var(--tag-slate-400);
}

.tag-mobile-toggle__bar {
    background-color: var(--tag-slate-900);
    border-radius: 2px;
    display: block;
    height: 2px;
    margin: 2.5px 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 20px;
}

@media (max-width: 991px) {
    .tag-header {
        height: 68px !important;
    }

    .site-header--sticky .tag-header {
        height: 64px !important;
    }

    .tag-header__logo img {
        max-height: 42px !important;
        width: 142px !important;
    }

    .site-header--sticky .tag-header__logo img {
        max-height: 38px !important;
        width: 136px !important;
    }

    .tag-nav-desktop,
    .tag-header__actions--desktop {
        display: none !important;
    }

    .tag-mobile-trigger-wrap {
        display: flex;
    }
}

/* ==========================================================================
   06. MOBILE OFFCANVAS DRAWER (DEEP NAVY)
   ========================================================================== */

.tag-offcanvas-backdrop {
    background-color: rgba(9, 24, 32, 0.65);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.24s cubic-bezier(0.16, 1, 0.3, 1);
    visibility: hidden;
    z-index: 1998;
}

.tag-offcanvas-backdrop.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tag-offcanvas {
    background-color: var(--tag-navy-deep);
    bottom: 0;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: var(--tag-font-sans);
    height: 100%;
    max-width: 380px;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.26s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
    visibility: hidden;
    width: 92vw;
    z-index: 1999;
}

.tag-offcanvas.is-active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

/* Offcanvas Header */
.tag-offcanvas__header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    flex-shrink: 0;
    height: 68px;
    justify-content: space-between;
    padding: 0 20px;
}

.tag-offcanvas__logo img {
    height: auto;
    max-height: 40px;
    width: 140px;
}

.tag-offcanvas__close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    width: 44px;
}

.tag-offcanvas__close:hover,
.tag-offcanvas__close:focus-visible {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.40);
}

/* Offcanvas Navigation Body */
.tag-offcanvas__body {
    flex-grow: 1;
    padding: 24px 20px;
}

.tag-offcanvas__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-offcanvas__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 4px;
}

.tag-offcanvas__link-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tag-offcanvas__link {
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 0;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tag-offcanvas__link:hover,
.tag-offcanvas__link:focus-visible {
    color: var(--tag-blue-ice);
    text-decoration: none;
}

.tag-offcanvas__accordion-btn {
    align-items: center;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.70);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, color 0.15s ease;
    width: 44px;
}

.tag-offcanvas__accordion-btn[aria-expanded="true"] {
    color: #FFFFFF;
    transform: rotate(180deg);
}

/* Accordion Submenu */
.tag-offcanvas__submenu {
    border-left: 2px solid var(--tag-blue-primary);
    display: none;
    list-style: none;
    margin: 0 0 12px 6px;
    padding: 4px 0 4px 14px;
}

.tag-offcanvas__submenu.is-open {
    display: block !important;
}

.tag-offcanvas__submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-offcanvas__submenu a,
.tag-offcanvas__sublink {
    color: rgba(255, 255, 255, 0.88) !important;
    display: block !important;
    font-size: 16.5px !important;
    font-weight: 500 !important;
    padding: 8px 0 !important;
    text-decoration: none !important;
    transition: color 0.15s ease, padding-left 0.15s ease;
}

.tag-offcanvas__submenu a:hover,
.tag-offcanvas__submenu a:focus-visible,
.tag-offcanvas__sublink:hover,
.tag-offcanvas__sublink:focus-visible {
    color: var(--tag-blue-ice) !important;
    padding-left: 4px !important;
}

/* Offcanvas Footer / Utility */
.tag-offcanvas__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    padding: 20px;
}

.tag-offcanvas__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.tag-offcanvas__contact-link {
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    font-size: 14.5px;
    font-weight: 500;
    gap: 10px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tag-offcanvas__contact-link i,
.tag-offcanvas__contact-link svg {
    color: var(--tag-blue-ice);
}

.tag-offcanvas__contact-link:hover,
.tag-offcanvas__contact-link:focus-visible {
    color: #FFFFFF;
    text-decoration: none;
}

.tag-offcanvas__cta {
    align-items: center;
    background-color: var(--tag-blue-primary);
    border: none;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.18s ease;
    width: 100%;
}

.tag-offcanvas__cta:hover,
.tag-offcanvas__cta:focus-visible {
    background-color: var(--tag-blue-hover);
    color: #FFFFFF !important;
    text-decoration: none;
}

/* ==========================================================================
   07. FLOATING CONTACT ACTIONS (EXECUTIVE VIP CARDS)
   ========================================================================== */

@keyframes tagPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.tag-floating-contact {
    align-items: flex-start;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 24px;
    position: fixed;
    z-index: 990;
}

.tag-floating-contact__item {
    align-items: center;
    background: rgba(9, 24, 32, 0.90) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 40px !important;
    box-shadow: 0 8px 24px -4px rgba(9, 24, 32, 0.40), 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    box-sizing: border-box !important;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--tag-font-sans);
    padding: 5px !important;
    text-decoration: none !important;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.22s ease,
                background-color 0.18s ease !important;
    user-select: none;
    overflow: hidden;
}

/* Icon Wrap */
.tag-floating-contact__icon-wrap {
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    display: inline-flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}

.tag-floating-contact__icon-wrap svg {
    display: block;
}

/* WhatsApp Icon & Glow */
.tag-floating-contact__item--wa .tag-floating-contact__icon-wrap {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: #FFFFFF;
}

.tag-floating-contact__pulse {
    animation: tagPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    background-color: #25D366;
    border: 2px solid #091820;
    border-radius: 50%;
    height: 9px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 9px;
}

.tag-floating-contact__item--wa:hover,
.tag-floating-contact__item--wa:focus-visible {
    background: rgba(9, 24, 32, 0.96) !important;
    border-color: rgba(37, 211, 102, 0.55) !important;
    box-shadow: 0 14px 34px -4px rgba(37, 211, 102, 0.30), 0 4px 12px rgba(0, 0, 0, 0.20) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transform: translateY(-2px) scale(1.02);
}

/* Call Icon & Glow */
.tag-floating-contact__item--call .tag-floating-contact__icon-wrap {
    background: linear-gradient(135deg, #0F689C 0%, #074B72 100%);
    box-shadow: 0 4px 12px rgba(15, 104, 156, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: #FFFFFF;
}

.tag-floating-contact__item--call:hover,
.tag-floating-contact__item--call:focus-visible {
    background: rgba(9, 24, 32, 0.96) !important;
    border-color: rgba(15, 104, 156, 0.65) !important;
    box-shadow: 0 14px 34px -4px rgba(15, 104, 156, 0.30), 0 4px 12px rgba(0, 0, 0, 0.20) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transform: translateY(-2px) scale(1.02);
}

/* Typography Container — Collapsed in idle state, smoothly expands on hover */
.tag-floating-contact__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, margin 0.25s ease;
    margin-left: 0;
    margin-right: 0;
}

.tag-floating-contact__item:hover .tag-floating-contact__text,
.tag-floating-contact__item:focus-visible .tag-floating-contact__text {
    max-width: 160px;
    opacity: 1;
    margin-left: 10px;
    margin-right: 14px;
}

.tag-floating-contact__sub {
    color: #94A3B8;
    display: block;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.tag-floating-contact__title {
    color: #FFFFFF;
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    .tag-floating-contact {
        bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
        gap: 8px !important;
        left: 14px !important;
    }

    .tag-floating-contact__item {
        border-radius: 12px !important;
        gap: 9px !important;
        height: auto !important;
        min-height: unset !important;
        min-width: unset !important;
        padding: 6px 14px 6px 7px !important;
        width: auto !important;
    }

    .tag-floating-contact__icon-wrap {
        border-radius: 8px !important;
        height: 32px !important;
        min-width: 32px !important;
        width: 32px !important;
    }

    .tag-floating-contact__icon-wrap svg {
        height: 16px !important;
        width: 16px !important;
    }

    .tag-floating-contact__text {
        display: flex !important;
    }

    .tag-floating-contact__sub {
        display: block !important;
        font-size: 7.5px !important;
    }

    .tag-floating-contact__title {
        display: block !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   08. SCROLL TO TOP BUTTON (48x48px / 44x44px)
   ========================================================================== */

.tag-scroll-top {
    align-items: center;
    background-color: var(--tag-navy-deep);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    bottom: 24px;
    box-shadow: 0 6px 18px rgba(9, 24, 32, 0.20);
    box-sizing: border-box !important;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    height: 48px !important;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.18s ease;
    width: 48px !important;
    z-index: 990;
}

.tag-scroll-top.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.tag-scroll-top svg {
    display: block;
    stroke: #FFFFFF;
}

.tag-scroll-top:hover,
.tag-scroll-top:focus-visible {
    background-color: var(--tag-blue-primary);
    box-shadow: 0 8px 24px rgba(15, 104, 156, 0.32);
    color: #FFFFFF;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .tag-scroll-top {
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        height: 44px !important;
        right: 14px;
        width: 44px !important;
    }
}



/* ==========================================================================
   09. ACCESSIBILITY & PREFERS-REDUCED-MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .site-header,
    .tag-topbar,
    .tag-header,
    .tag-header__logo img,
    .tag-nav-desktop__link::after,
    .tag-nav-desktop__dropdown,
    .tag-offcanvas,
    .tag-offcanvas-backdrop,
    .tag-floating-contact__item,
    .tag-scroll-top {
        transition: none !important;
    }
}

:focus-visible {
    outline: 2px solid var(--tag-blue-primary);
    outline-offset: 2px;
}

/* ==========================================================================
   10. GLOBAL V2 FOOTER (ALL PAGES)
   ========================================================================== */
.v2-footer {
    background-color: #061016;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    font-family: Montserrat, sans-serif;
    padding-bottom: 0;
    padding-top: 80px;
    position: relative;
}

.v2-footer__grid {
    display: grid;
    gap: 56px;
    grid-template-columns: 1.4fr 0.8fr 1fr 1.3fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 28px;
    padding-right: 28px;
}

.v2-footer__logo img {
    display: block;
    height: auto;
    margin-bottom: 22px;
    max-width: 190px;
}

.v2-footer__brand-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    margin: 0 0 24px;
}

.v2-footer__social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-footer__social li a {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease;
    width: 38px;
}

.v2-footer__social li a:hover {
    background: var(--tag-blue-primary);
    border-color: var(--tag-blue-primary);
}

.v2-footer__col-title {
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}

.v2-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-footer__links li {
    margin-bottom: 10px;
}

.v2-footer__links li a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px !important;
    text-decoration: none !important;
    transition: color 180ms ease, padding-left 180ms ease;
}

.v2-footer__links li a:hover {
    color: #FFFFFF;
    padding-left: 4px;
}

.v2-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-footer__contact li {
    align-items: flex-start;
    display: flex;
    font-size: 14.5px !important;
    gap: 12px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.v2-footer__contact li i {
    align-self: flex-start;
    color: var(--tag-blue-primary);
    flex-shrink: 0;
    font-size: 15px !important;
    margin-top: 4px;
}

.v2-footer__contact li a {
    color: inherit;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.v2-footer__contact li a:hover {
    color: #FFFFFF;
}

.v2-footer__bottom {
    background-color: #040B0F;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13.5px !important;
    margin-top: 60px;
    padding-bottom: 28px;
    padding-top: 28px;
    text-align: center;
}

.v2-footer__bottom p {
    color: rgba(255, 255, 255, 0.50);
    margin: 0;
}

.v2-footer__bottom a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .v2-footer__grid {
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .v2-footer__grid {
        grid-template-columns: 1fr;
    }
}

