html body .tgmobile__menu .navigation li .dropdown-btn,
html body .tgmobile__menu .navigation li .menu-expand {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid rgba(26, 43, 124, 0.3) !important;
    border-radius: 6px !important;
    color: #1a1a2e !important;
}

html body .tgmobile__menu .navigation li.active .dropdown-btn,
html body .tgmobile__menu .navigation li.active .menu-expand,
html body .tgmobile__menu .navigation li.open .dropdown-btn,
html body .tgmobile__menu .navigation li.open .menu-expand {
    border-color: #1d43fe !important;
    color: #1d43fe !important;
    background: transparent !important;
    background-color: transparent !important;
}

html body .tgmobile__menu .navigation li .dropdown-btn *,
html body .tgmobile__menu .navigation li .menu-expand * {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
}

html body .tgmobile__menu .navigation li a {
    color: #1a1a2e !important;
}

html body .tgmobile__menu .navigation li.active > a {
    color: #1d43fe !important;
}

/* ── Desktop logo ── */
.logo img {
    height: 84px !important;
    width: auto !important;
    max-height: unset !important;
    max-width: unset !important;
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.logo:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.logo {
    display: inline-block;
}

.logo img {
    height: 84px !important;
    width: auto !important;
    transition: all 0.4s ease;
}

.logo:hover img {
    transform: translateY(-3px) scale(1.08);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

/* ── Mobile menu shell ── */
.tgmobile__menu-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
}

/* ── Mobile header ── */
.tk-mob__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    flex-shrink: 0;
}

.tk-mob__header img {
    height: 44px !important;
    width: auto !important;
    max-height: unset !important;
}

.tk-mob__header .close-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #f3f3f5;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 15px;
    transition:
        background 0.2s,
        color 0.2s;
}

.tk-mob__header .close-btn:hover {
    background: #1a2b7c;
    color: #fff;
}

/* ── Scroll area ── */
.tk-mob__scroll {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 4px;
    -webkit-overflow-scrolling: touch;
}

/* ── Section labels ── */
.tk-mob__section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b0b0b8;
    padding: 12px 20px 5px;
    margin: 0;
}

/* ── Nav list & items ── */
.tk-mob__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tk-mob__item {
    position: relative;
}

.tk-mob__item.is-active {
    background: #f0f3fc;
}

.tk-mob__item.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 32px;
    background: #1a2b7c;
    border-radius: 0 3px 3px 0;
}

.tk-mob__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.15s;
}

.tk-mob__link:hover {
    background: #f6f7fb;
}

/* ── Icon pill ── */
.tk-mob__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.tk-mob__icon--blue {
    background: #e8ecfb;
    color: #1a2b7c;
}

.tk-mob__icon--teal {
    background: #e1f5ee;
    color: #0f6e56;
}

.tk-mob__icon--coral {
    background: #faece7;
    color: #993c1d;
}

.tk-mob__icon--amber {
    background: #faeeda;
    color: #854f0b;
}

.tk-mob__icon--purple {
    background: #eeedfe;
    color: #534ab7;
}

.tk-mob__label {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.2;
}

.tk-mob__item.is-active .tk-mob__label {
    color: #1a2b7c;
}

/* ── Sticky footer ── */
.tk-mob__footer {
    flex-shrink: 0;
    padding: 14px 16px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
}

.tk-mob__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    background: #1a2b7c;
    color: #fff !important;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    margin-bottom: 12px;
    transition:
        opacity 0.2s,
        transform 0.15s;
}

.tk-mob__cta:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.tk-mob__cta i {
    font-size: 13px;
}

.tk-mob__footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tk-mob__lang {
    background: #f3f3f5;
    border-radius: 9px;
    padding: 4px 10px;
    min-width: 80px;
}

.tk-mob__lang select,
.tk-mob__lang span,
.tk-mob__lang a {
    font-size: 12px !important;
    color: #333 !important;
}

.tk-mob__social {
    display: flex;
    gap: 7px;
}

.tk-mob__social a {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #f3f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.15s;
}

.tk-mob__social a:hover {
    background: #1a2b7c;
    color: #fff;
    transform: translateY(-2px);
}
