/* Guidance Akademi — conversion, mobile showcase and responsive refinements */

/* Header conversion actions */
.tmk-di-buy {
    background: #dcfce7;
    color: #15803d;
}

.tmk-di-activate {
    background: #e0e7ff;
    color: #4f46e5;
}

.nav.navbar-nav.navbar-right > li.tmk-nav-action {
    margin-left: 3px !important;
}

.nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link {
    min-width: 108px !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 5px 0 !important;
    padding-inline: 9px !important;
    box-sizing: border-box !important;
    border: 1px solid #e5e7eb !important;
    background: #ffffff !important;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.06) !important;
}

.nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link:hover,
.nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link:focus {
    border-color: #d1d5db !important;
    background: #f9fafb !important;
    transform: translateY(-2px) !important;
}

.tmk-nav-label-short {
    display: none;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .nav.navbar-nav.navbar-right > li > a,
    .nav.navbar-nav.navbar-right > li > .tmk-nav-drop-trigger {
        min-width: 54px !important;
        padding: 8px 6px !important;
        font-size: 10px !important;
    }

    .nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link {
        min-width: 78px !important;
        height: 68px !important;
        min-height: 68px !important;
        margin-block: 6px !important;
    }

    .nav.navbar-nav.navbar-right > li > a.tmk-nav-login-link {
        min-width: 92px !important;
        padding-inline: 9px !important;
    }

    .nav.navbar-nav.navbar-right > li.tmk-nav-login {
        margin-left: 5px !important;
        padding-left: 7px !important;
    }

    .tmk-dock-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
    }

    .tmk-nav-label-full {
        display: none;
    }

    .tmk-nav-label-short {
        display: inline;
    }
}

@media (max-width: 991px) {
    .nav.navbar-nav.navbar-right > li.tmk-nav-action {
        margin: 6px 14px 0 !important;
    }

    .nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 48px !important;
        margin: 0 !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        padding: 10px 12px !important;
    }
}

/* Product conversion buttons */
.tmk-prod-modal-cta .pm-btn {
    min-height: 48px;
}

.tmk-prod-modal-cta .pm-btn-buy {
    color: #ffffff;
    background: linear-gradient(135deg, #111827 0%, #374151 100%);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
}

.tmk-prod-modal-cta .pm-btn-buy:hover,
.tmk-prod-modal-cta .pm-btn-buy:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.26);
}

.tmk-acc-media-item[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.72;
}

/* Mobile application showcase */
.tmk-mobile-showcase {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 18%, rgba(239, 43, 84, 0.24), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(124, 58, 237, 0.28), transparent 34%),
        linear-gradient(145deg, #0b1020 0%, #111827 48%, #17152f 100%);
}

.tmk-mobile-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.tmk-mobile-showcase .container {
    position: relative;
    z-index: 1;
}

.tmk-mobile-copy {
    max-width: 590px;
}

.tmk-mobile-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #ddd6fe;
    background: rgba(255, 255, 255, 0.07);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tmk-mobile-title {
    max-width: 620px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(38px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.tmk-mobile-title span {
    color: transparent;
    background: linear-gradient(90deg, #fb7185, #c084fc 58%, #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
}

.tmk-mobile-lead {
    max-width: 570px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.75;
}

.tmk-mobile-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
}

.tmk-mobile-feature {
    min-height: 112px;
    padding: 17px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(10px);
}

.tmk-mobile-feature i {
    display: block;
    margin-bottom: 11px;
    color: #f9a8d4;
    font-size: 18px;
}

.tmk-mobile-feature strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
}

.tmk-mobile-feature span {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    line-height: 1.45;
}

.tmk-mobile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tmk-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 21px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef2b54, #7c3aed);
    box-shadow: 0 15px 34px rgba(124, 58, 237, 0.28);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.tmk-mobile-cta:hover,
.tmk-mobile-cta:focus {
    color: #ffffff;
    transform: translateY(-2px);
}

.tmk-mobile-cta--ghost {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
}

.tmk-mobile-visual {
    position: relative;
    min-height: 620px;
}

.tmk-mobile-orbit {
    position: absolute;
    inset: 3% 3% 8%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.tmk-mobile-phone {
    position: absolute;
    overflow: hidden;
    width: 264px;
    min-height: 535px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 42px;
    background: #070b14;
    box-shadow: 0 34px 85px rgba(0, 0, 0, 0.42);
}

.tmk-mobile-phone--main {
    z-index: 3;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.tmk-mobile-phone--left,
.tmk-mobile-phone--right {
    z-index: 2;
    top: 86px;
    width: 224px;
    min-height: 458px;
    opacity: 0.86;
}

.tmk-mobile-phone--left {
    left: 0;
    transform: rotate(-8deg);
}

.tmk-mobile-phone--right {
    right: 0;
    transform: rotate(8deg);
}

.tmk-mobile-screen {
    min-height: inherit;
    overflow: hidden;
    padding: 18px 15px;
    border-radius: 31px;
    color: #111827;
    background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
}

.tmk-mobile-notch {
    width: 82px;
    height: 20px;
    margin: -13px auto 16px;
    border-radius: 0 0 14px 14px;
    background: #070b14;
}

.tmk-mobile-appbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
}

.tmk-mobile-appbar b {
    color: #7c3aed;
}

.tmk-mobile-welcome {
    margin-bottom: 15px;
    padding: 17px;
    border-radius: 19px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef2b54, #7c3aed);
}

.tmk-mobile-welcome small {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

.tmk-mobile-welcome strong {
    display: block;
    font-size: 18px;
    line-height: 1.25;
}

.tmk-mobile-progress {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-bottom: 12px;
}

.tmk-mobile-mini-card {
    padding: 12px;
    border: 1px solid #eceaf5;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.055);
}

.tmk-mobile-mini-card i {
    margin-bottom: 7px;
    color: #7c3aed;
    font-size: 14px;
}

.tmk-mobile-mini-card strong,
.tmk-mobile-task strong {
    display: block;
    color: #111827;
    font-size: 11px;
}

.tmk-mobile-mini-card span,
.tmk-mobile-task span {
    color: #6b7280;
    font-size: 9px;
}

.tmk-mobile-task {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 9px;
    padding: 11px;
    border-radius: 14px;
    background: #f3f0ff;
}

.tmk-mobile-task > i {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: #7c3aed;
    font-size: 11px;
}

.tmk-mobile-side-title {
    margin: 12px 0 10px;
    font-size: 14px;
    font-weight: 900;
}

.tmk-mobile-question {
    padding: 13px;
    border: 1px dashed #c4b5fd;
    border-radius: 15px;
    background: #faf8ff;
    font-size: 11px;
    line-height: 1.55;
}

.tmk-mobile-camera {
    display: grid;
    width: 55px;
    height: 55px;
    margin: 17px auto;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #ef2b54, #7c3aed);
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.25);
}

.tmk-mobile-chart {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 120px;
    padding: 15px 10px 8px;
}

.tmk-mobile-chart span {
    flex: 1;
    min-height: 20px;
    border-radius: 7px 7px 3px 3px;
    background: linear-gradient(180deg, #c084fc, #7c3aed);
}

.tmk-mobile-chart span:nth-child(1) { height: 42%; }
.tmk-mobile-chart span:nth-child(2) { height: 68%; }
.tmk-mobile-chart span:nth-child(3) { height: 54%; }
.tmk-mobile-chart span:nth-child(4) { height: 84%; }
.tmk-mobile-chart span:nth-child(5) { height: 96%; }

.tmk-mobile-qr-card {
    position: absolute;
    z-index: 5;
    right: 12px;
    bottom: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px 11px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    color: #ffffff;
    background: rgba(12, 17, 32, 0.9);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.tmk-mobile-qr-card img {
    width: 84px;
    height: 84px;
    padding: 5px;
    border-radius: 11px;
    object-fit: contain;
    background: #ffffff;
}

.tmk-mobile-qr-card strong,
.tmk-mobile-qr-card span {
    display: block;
}

.tmk-mobile-qr-card strong {
    margin-bottom: 4px;
    font-size: 12px;
}

.tmk-mobile-qr-card span {
    max-width: 145px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    line-height: 1.45;
}

@media (max-width: 1199.98px) {
    .tmk-mobile-phone--left { left: 4%; }
    .tmk-mobile-phone--right { right: 4%; }
    .tmk-mobile-phone--left,
    .tmk-mobile-phone--right { width: 195px; }
}

@media (max-width: 991.98px) {
    .tmk-mobile-showcase {
        padding: 86px 0 76px;
    }

    .tmk-mobile-copy {
        max-width: none;
        margin-bottom: 50px;
        text-align: center;
    }

    .tmk-mobile-lead {
        margin-inline: auto;
    }

    .tmk-mobile-actions {
        justify-content: center;
    }

    .tmk-mobile-visual {
        max-width: 680px;
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .tmk-mobile-feature-grid {
        grid-template-columns: 1fr;
    }

    .tmk-mobile-feature {
        min-height: 0;
        text-align: left;
    }

    .tmk-mobile-visual {
        min-height: 610px;
    }

    .tmk-mobile-phone--main {
        width: min(264px, 82vw);
    }

    .tmk-mobile-phone--left,
    .tmk-mobile-phone--right {
        display: none;
    }

    .tmk-mobile-qr-card {
        right: 50%;
        bottom: 0;
        width: min(330px, 92vw);
        transform: translateX(50%);
    }
}

/* 2026-08-28 prompt update: brand icon, responsive navigation and support layer */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

body * {
    min-width: 0;
}


/* Font-independent hamburger and close controls */
.tmk-menu-bars {
    display: inline-flex;
    width: 25px;
    flex-direction: column;
    gap: 5px;
}

.tmk-menu-bars span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #111827;
}

.tmk-mobile-menu-head,
.tmk-menu-close-label {
    display: none;
}

/* Balanced seven-part capability map */
#tmks-platform .service-tab-navs {
    gap: 7px;
}

#tmks-platform .service-tab-navs .nav-link {
    min-height: 58px;
}

@media (min-width: 1024px) {
    #tmks-platform > .container > .row.align-center {
        align-items: center !important;
    }
}

#tab6 .services-style-one > i {
    color: #0f766e !important;
    background: rgba(15, 118, 110, 0.10) !important;
}

#tab7 .services-style-one > i {
    color: #c2410c !important;
    background: rgba(194, 65, 12, 0.10) !important;
}

#tab6 .services-style-one {
    border-top: 3px solid rgba(15, 118, 110, 0.20) !important;
}

#tab7 .services-style-one {
    border-top: 3px solid rgba(194, 65, 12, 0.20) !important;
}

#tab6 .services-style-one::after {
    background: radial-gradient(circle at 100% 0%, rgba(15, 118, 110, 0.09), transparent 60%) !important;
}

#tab7 .services-style-one::after {
    background: radial-gradient(circle at 100% 0%, rgba(194, 65, 12, 0.09), transparent 60%) !important;
}

.tmk-support-card .tmk-support-metric {
    position: absolute;
    z-index: 2;
    top: 26px;
    right: 24px;
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid rgba(194, 65, 12, 0.16);
    border-radius: 999px;
    background: rgba(194, 65, 12, 0.08);
    color: #9a3412;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.01em;
}

.tmk-support-card .tmk-support-metric-wide {
    font-size: 11.5px;
}

.tmk-human-support-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1.35fr) minmax(260px, 0.8fr);
    align-items: center;
    gap: 24px;
    margin-top: 42px;
    padding: 26px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 0%, rgba(239, 43, 84, 0.23), transparent 36%),
        linear-gradient(135deg, #111827 0%, #1f1642 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
    color: #fff;
}

.tmk-human-support-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 19px;
    background: linear-gradient(135deg, #ef2b54, #7c3aed);
    box-shadow: 0 12px 30px rgba(239, 43, 84, 0.30);
    font-size: 25px;
}

.tmk-human-support-copy span {
    display: block;
    margin-bottom: 5px;
    color: #c4b5fd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.tmk-human-support-copy strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.2;
}

.tmk-human-support-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.65;
}

.tmk-human-support-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.tmk-human-support-channels span {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
}

.tmk-human-support-channels i {
    width: 16px;
    color: #fda4af;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .tmk-human-support-note {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tmk-human-support-channels {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* The navigation library switches to its off-canvas mode below 1024px. These
   rules deliberately use the same breakpoint so the layout and behavior agree. */
@media (max-width: 1023px) {
    .navbar.validnavs,
    .navbar.validnavs .container {
        min-height: 72px !important;
    }

    .navbar.validnavs .container {
        position: relative;
        flex-wrap: nowrap !important;
        gap: 10px;
        padding-inline: 18px;
    }

    .navbar.validnavs .navbar-header {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        gap: 12px;
    }

    .navbar.validnavs .navbar-brand {
        flex: 0 1 152px;
    }

    .navbar.validnavs .navbar-brand img.logo {
        width: 100% !important;
        max-width: 152px;
        height: auto !important;
    }

    nav.navbar.validnavs .navbar-toggle.tmk-menu-open {
        display: grid !important;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        place-items: center;
        order: 2;
        padding: 0 !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 13px;
        background: #fff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    }

    .navbar.validnavs .attr-right {
        flex: 0 0 auto;
        margin-left: auto !important;
    }

    #tmkTestPill {
        min-height: 42px;
        padding: 8px 13px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }

    #tmkTestPill .tmk-test-version {
        display: none;
    }

    nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
        left: min(-390px, -94vw);
        width: min(390px, 94vw);
        max-width: 100%;
        padding: 0 20px 28px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        box-shadow: 24px 0 60px rgba(15, 23, 42, 0.22);
        transition: left .34s cubic-bezier(.22, 1, .36, 1);
    }

    nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile.show {
        left: 0;
    }

    .tmk-mobile-menu-head {
        position: sticky;
        top: 0;
        z-index: 3;
        display: flex;
        min-height: 82px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 0 -20px 10px;
        padding: 14px 20px;
        border-bottom: 1px solid #eef0f4;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
    }

    .tmk-mobile-menu-head img {
        display: block !important;
        width: 142px;
        height: auto;
    }

    nav.navbar.validnavs .navbar-toggle.tmk-menu-close {
        position: static !important;
        display: inline-flex !important;
        width: auto;
        height: 42px;
        align-items: center;
        gap: 7px;
        padding: 0 12px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px;
        background: #f9fafb !important;
        color: #111827;
        font-size: 12px;
        font-weight: 800;
    }

    .tmk-menu-close > span[aria-hidden="true"] {
        font-size: 25px;
        font-weight: 300;
        line-height: 1;
    }

    .tmk-menu-close-label {
        display: inline;
    }

    nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile ul.nav,
    .nav.navbar-nav.navbar-right {
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .nav.navbar-nav.navbar-right > li,
    .nav.navbar-nav.navbar-right > li.tmk-nav-action,
    .nav.navbar-nav.navbar-right > li.tmk-nav-login {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav.navbar-nav.navbar-right > li.tmk-nav-login::before {
        content: none !important;
    }

    .nav.navbar-nav.navbar-right > li > a,
    .nav.navbar-nav.navbar-right > li > .tmk-nav-drop-trigger,
    .nav.navbar-nav.navbar-right > li > a.tmk-nav-action-link,
    .nav.navbar-nav.navbar-right > li > a.tmk-nav-login-link {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        height: auto !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 12px 14px !important;
        border: 1px solid transparent !important;
        border-radius: 13px !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #1f2937 !important;
        font-size: 14px !important;
        font-weight: 750 !important;
        line-height: 1.35 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .nav.navbar-nav.navbar-right > li > a:hover,
    .nav.navbar-nav.navbar-right > li > a:focus,
    .nav.navbar-nav.navbar-right > li > .tmk-nav-drop-trigger:focus {
        border-color: #eceef2 !important;
        background: #f8fafc !important;
        color: #111827 !important;
        transform: none !important;
    }

    .nav.navbar-nav.navbar-right .tmk-dock-icon {
        display: none !important;
    }

    .tmk-nav-drop-chevron {
        display: inline-block !important;
        margin-left: auto;
        font-size: 11px !important;
    }

    .tmk-nav-has-drop:hover .tmk-nav-dropdown,
    .tmk-nav-has-drop:focus-within .tmk-nav-dropdown {
        display: none !important;
    }

    .tmk-nav-has-drop.is-open .tmk-nav-drop-chevron {
        transform: rotate(180deg) !important;
    }

    .tmk-nav-has-drop.is-open .tmk-nav-dropdown {
        position: static !important;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 2px 0 8px !important;
        padding: 6px !important;
        transform: none !important;
        border: 1px solid #eceef2 !important;
        border-radius: 14px !important;
        background: #f8fafc !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .tmk-nav-dropdown li a {
        min-height: 48px;
        padding: 9px 10px !important;
    }

    .tmk-nav-label-full {
        display: inline !important;
    }

    .tmk-nav-label-short {
        display: none !important;
    }

    .overlay-screen.opened {
        z-index: 9998;
        cursor: pointer;
    }

    body.tmk-menu-opened {
        overflow: hidden;
        touch-action: none;
    }

    #tmks-platform .row.align-center {
        align-items: flex-start !important;
    }

    #tmks-platform .service-nav-info {
        margin-bottom: 26px;
    }

    #tmks-platform .service-tab-navs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    #tmks-platform .service-tab-navs .nav-link {
        min-height: 60px;
        margin: 0 !important;
        padding: 10px 12px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .tmk-human-support-note {
        margin-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-right: 18px;
        padding-left: 18px;
    }

    .default-padding {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .default-padding-top {
        padding-top: 64px !important;
    }

    .default-padding-bottom {
        padding-bottom: 64px !important;
    }


    #tmks-platform .service-tab-navs {
        grid-template-columns: 1fr;
    }

    #tmks-platform .service-tab-navs .nav-link {
        min-height: 54px;
        text-align: left !important;
    }

    .services-style-one-area .tab-pane .row > div {
        margin-top: 14px !important;
    }

    .services-style-one {
        min-height: 0 !important;
        padding: 22px !important;
    }

    .tmk-support-card .tmk-support-metric {
        top: 20px;
        right: 20px;
    }

    .tmk-human-support-note {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 24px 21px;
        text-align: left;
    }

    .tmk-human-support-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 22px;
    }

    .tmk-human-support-channels {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tmk-mobile-actions,
    .tmk-mobile-feature-grid {
        width: 100%;
    }

    .tmk-mobile-actions > a {
        width: 100%;
        justify-content: center;
    }

    .tmk-footer-elite .footer-bottom .row,
    .tmk-footer-elite .footer-bottom .text-end {
        text-align: center !important;
    }

    .tmk-footer-elite .footer-bottom ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 15px;
        padding-left: 0;
    }
}

@media (max-width: 479.98px) {
    .navbar.validnavs .container {
        padding-inline: 12px;
    }

    .navbar.validnavs .navbar-brand {
        flex-basis: 126px;
    }

    .navbar.validnavs .navbar-brand img.logo {
        max-width: 126px;
    }

    #tmkTestPill {
        width: 40px;
        min-height: 40px;
        justify-content: center;
        overflow: hidden;
        padding: 0 !important;
        color: transparent !important;
        font-size: 0 !important;
    }

    #tmkTestPill > span:first-child {
        width: 9px !important;
        height: 9px !important;
        margin: 0 !important;
    }

    .tmk-human-support-channels {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* 2026-08-29 PDF update: persistent navigation, loader handoff and footer */
body > header {
    position: sticky !important;
    top: 0;
    z-index: 10000;
}

body > header .navbar.validnavs {
    width: 100%;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 1024px) {
    .navbar.validnavs .navbar-brand img.logo {
        width: auto !important;
        height: 62px !important;
        max-width: 190px !important;
    }
}

@media (max-width: 1023px) {
    .navbar.validnavs .navbar-brand {
        flex-basis: 174px;
    }

    .navbar.validnavs .navbar-brand img.logo {
        max-width: 174px;
    }
}

@media (max-width: 479.98px) {
    .navbar.validnavs .navbar-brand {
        flex-basis: 142px;
    }

    .navbar.validnavs .navbar-brand img.logo {
        max-width: 142px;
    }
}

#consua-preloader {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    place-items: center !important;
}

#consua-preloader .animation-preloader.tmk-pl-wrap {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    margin: 0 !important;
    transform: none !important;
    transition: opacity .35s ease, transform .35s ease !important;
}

#consua-preloader .animation-preloader.tmk-pl-stage-hidden {
    opacity: 0;
    transform: scale(.96) !important;
    pointer-events: none;
}

.tmk-pl-reveal {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    overflow: hidden;
    padding: 28px;
    background: #030303;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}

.tmk-pl-reveal.is-visible {
    opacity: 1;
    visibility: visible;
}

.tmk-pl-reveal p {
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(18px, 2.4vw, 31px);
    font-weight: 300;
    letter-spacing: .045em;
    opacity: 0;
    transform: translateY(10px);
}

.tmk-pl-reveal span {
    color: rgba(255, 255, 255, .48);
    font-size: clamp(11px, 1.1vw, 14px);
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: lowercase;
    opacity: 0;
}

.tmk-pl-reveal-line {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ef2b54, #7c3aed, transparent);
}

.tmk-pl-reveal.is-visible .tmk-pl-reveal-line {
    animation: tmkRevealLine 1.45s .1s cubic-bezier(.22, 1, .36, 1) forwards;
}

.tmk-pl-reveal.is-visible p {
    animation: tmkRevealText .75s .28s ease forwards;
}

.tmk-pl-reveal.is-visible span {
    animation: tmkRevealText .65s .78s ease forwards;
}

@keyframes tmkRevealLine {
    0% { width: 0; opacity: 0; }
    35% { width: min(360px, 68vw); opacity: 1; }
    100% { width: min(190px, 42vw); opacity: .52; }
}

@keyframes tmkRevealText {
    to { opacity: 1; transform: translateY(0); }
}

.tmk-footer-logo {
    display: block;
    width: min(190px, 80%);
    height: auto;
    margin: 0 0 22px;
}

.tmk-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.tmk-footer-links li {
    margin: 0 !important;
}

.tmk-footer-links li a {
    width: 100%;
}

.tmk-footer-contact p > span {
    color: rgba(255, 255, 255, .58);
}

body > .btn-back-to-top {
    z-index: 10020 !important;
}

@media (max-width: 575.98px) {
    .tmk-footer-links {
        gap: 9px 12px;
    }

    .tmk-footer-links li a {
        gap: 7px;
        font-size: 12.5px;
    }
}
