:root {
    --tlp-primary: #21212d;
    --tlp-green: #cfff45;
    --tlp-red: #ef2b10;
    --tlp-canvas: #f6f6f9;
    --tlp-night: #111119;
    --tlp-surface: #ffffff;
    --tlp-surface-soft: #f8fafc;
    --tlp-surface-muted: #f4f4f5;
    --tlp-surface-accent: #fafbff;
    --tlp-border: #e4e4e7;
    --tlp-border-strong: #cbd5e1;
    --tlp-ink: #14161f;
    --tlp-ink-soft: #52525b;
    --tlp-muted: #71717a;
    --tlp-accent: #4f46e5;
    --tlp-brand-teal: #0c5752;
    --tlp-brand-teal-soft: #e6f4f1;
    --tlp-success: #059669;
    --tlp-warning: #d97706;
    --tlp-danger: #dc2626;
    --tlp-rating: #ffaf1b;
    --tlp-code-canvas: #090d16;
    --tlp-code-surface: #111827;
    --tlp-code-border: #334155;
    --tlp-code-border-hover: #475569;
    --tlp-code-ink: #f1f5f9;
    --tlp-code-ink-soft: #e2e8f0;
    --tlp-code-muted: #94a3b8;
    --tlp-syntax-key: #38bdf8;
    --tlp-syntax-string: #a5f3fc;
    --tlp-syntax-command: #f472b6;
    --tlp-syntax-flag: #fbbf24;
    --tlp-syntax-argument: #86efac;
    --tlp-google-blue: #4285f4;
    --tlp-google-green: #34a853;
    --tlp-google-yellow: #fbbc05;
    --tlp-google-red: #ea4335;
}

html {
    scroll-padding-top: 120px;
}

#header-sticky.tp-header-area.header-transparent {
    position: relative;
    z-index: var(--z-public-banner);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(33, 33, 45, 0.08);
    box-shadow: 0 18px 50px rgba(20, 20, 30, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#header-sticky.tp-header-area.header-sticky {
    position: fixed;
}

#header-sticky[data-mega-open='true'] {
    box-shadow: none;
}

#header-sticky.tp-header-area .container-fluid {
    padding-inline: clamp(20px, 3vw, 52px);
}

#header-sticky > .container-fluid > .row {
    min-height: 92px;
    transition: min-height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#header-sticky.header-sticky > .container-fluid > .row {
    min-height: 72px;
}

#header-sticky .tp-header-logo img,
.tp-offcanvas-logo img {
    width: 158px !important;
    height: auto !important;
    object-fit: contain;
}

.tlp-header-brand-cluster {
    display: flex;
    align-items: center;
    gap: 14px;
}

#header-sticky .tp-header-menu > nav > ul > li > a,
#header-sticky .tp-header-dropdown nav ul li.has-dropdown::after {
    color: #16161d;
}

#header-sticky .tp-header-bar button i {
    background-color: #16161d;
}

.tp-header-right {
    gap: 18px !important;
}

.tlp-header-desktop-nav-column,
.tlp-offcanvas-desktop-only {
    display: none;
}

.tlp-header-mobile-toggle {
    display: block;
}

.tp-header-right .tp-header-btn-box,
.tlp-header-login,
.tlp-lang-switch {
    flex: 0 0 auto;
}

#header-sticky .tp-btn-black-circle {
    display: inline-grid;
    flex: 0 0 36px;
    line-height: 1;
    place-items: center;
}

#header-sticky .tp-btn-black-circle > svg {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    transform: none;
}

.tlp-header-login {
    color: var(--tlp-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    padding: 13px 0;
}

.tlp-header-login:hover {
    color: #111;
}

.tlp-primary-nav {
    display: inline-flex;
    align-items: center;
    gap: clamp(2px, 0.45vw, 8px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-header-menu > nav > ul > li,
.tlp-primary-nav > li {
    position: static !important;
    margin: 0 !important;
}

.tp-header-menu > nav > ul > li > a,
.tlp-primary-nav > li > a,
.tlp-mega-trigger {
    position: relative;
    font-size: clamp(14px, 0.82vw, 16px);
    font-weight: 600 !important;
    line-height: 1.25;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

#header-sticky .tlp-mega-direct-item > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 10px;
    color: #16161d;
}

.tlp-mega-direct-item > a::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 7px;
    left: 10px;
    height: 2px;
    background: var(--tlp-green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.tlp-mega-direct-item > a:hover::after,
.tlp-mega-direct-item.is-current > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.tlp-mega-nav {
    width: 100%;
}

.tlp-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 12px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #16161d;
    transition:
        color 0.18s ease,
        background-color 0.18s ease;
}

.tlp-mega-trigger > svg {
    width: 11px;
    height: 7px;
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-mega-nav-item.is-current:not(.is-open) .tlp-mega-trigger::before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 7px;
    left: 10px;
    height: 2px;
    background: var(--tlp-green);
}

.tlp-mega-nav-item.is-open .tlp-mega-trigger,
.tlp-mega-trigger:hover {
    background: rgba(207, 255, 69, 0.24);
    color: #111119;
}

.tlp-mega-nav-item.is-open .tlp-mega-trigger > svg {
    transform: rotate(180deg);
}

.tlp-mega-trigger:focus-visible,
.tlp-mega-link:focus-visible,
.tlp-mega-feature:focus-visible,
.tlp-ecosystem-product:focus-visible,
.tlp-mega-direct-item > a:focus-visible,
.tlp-mobile-nav summary:focus-visible,
.tlp-mobile-nav a:focus-visible {
    outline: 2px solid var(--tlp-red);
    outline-offset: 3px;
}

.tlp-mega-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: var(--z-public-popover);
    width: min(1120px, calc(100vw - 40px));
    color: var(--tlp-primary);
    text-align: left;
    transform: translate(-50%, -8px);
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.18s ease-out,
        transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-mega-panel::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 12px;
}

.tlp-mega-panel[hidden] {
    display: none;
}

.tlp-mega-nav-item.is-open .tlp-mega-panel {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.tlp-mega-panel--compact {
    width: min(860px, calc(100vw - 40px));
}

.tlp-mega-panel--integration {
    width: min(1040px, calc(100vw - 40px));
}

.tlp-mega-panel-shell {
    overflow: hidden;
    padding: 18px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(20, 20, 30, 0.18);
}

.tlp-mega-panel--product .tlp-mega-panel-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
}

.tlp-mega-panel--integration .tlp-mega-panel-shell {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 18px;
}

.tlp-ecosystem {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 18px;
    border-radius: 14px;
    background: var(--tlp-night);
    color: #fff;
}

.tlp-ecosystem-heading {
    padding-inline: 6px;
}

.tlp-ecosystem-heading h3 {
    margin: 0 0 7px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 720;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.tlp-ecosystem-heading p {
    max-width: 25ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12.5px;
    line-height: 1.45;
}

.tlp-ecosystem-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
}

.tlp-ecosystem-product {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    gap: 12px;
    align-items: center;
    min-width: 0;
    min-height: 76px;
    padding: 12px 16px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.18s ease;
}

.tlp-ecosystem-product + .tlp-ecosystem-product {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tlp-ecosystem-product:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.tlp-ecosystem-product-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

.tlp-ecosystem-product-icon.tlp-product-icon--trolypage,
.tlp-mobile-nav-icon.tlp-product-icon--trolypage {
    background: var(--tlp-green);
    color: #111119;
}

.tlp-ecosystem-product-icon.tlp-product-icon--trolymail,
.tlp-mobile-nav-icon.tlp-product-icon--trolymail {
    background: #2563eb;
    color: #fff;
}

.tlp-ecosystem-product-icon.tlp-product-icon--trolywork,
.tlp-mobile-nav-icon.tlp-product-icon--trolywork {
    background: #eff6ff;
    color: #1d4ed8;
}

.tlp-ecosystem-product-icon svg {
    width: 21px;
    height: 21px;
}

.tlp-ecosystem-product-copy {
    display: grid;
    min-width: 0;
}

.tlp-ecosystem-product-copy strong {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tlp-ecosystem-product-copy strong small {
    padding: 3px 6px;
    border-radius: 999px;
    background: var(--tlp-green);
    color: #111119;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.tlp-ecosystem-product-copy > span {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11.5px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tlp-ecosystem-product-arrow {
    width: 16px;
    height: 16px;
    color: var(--tlp-green);
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-ecosystem-product:hover .tlp-ecosystem-product-arrow {
    transform: translate(2px, -2px);
}

.tlp-mega-panel--product .tlp-mega-panel-content,
.tlp-mega-panel--compact .tlp-mega-panel-content {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
    padding: 12px;
}

.tlp-mega-panel--compact .tlp-mega-panel-content {
    grid-template-columns: 240px minmax(0, 1fr);
}

.tlp-mega-panel--integration .tlp-mega-panel-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 18px 12px 18px 14px;
}

.tlp-mega-panel--integration .tlp-mega-panel-heading h2 {
    max-width: 10ch;
    font-size: 30px;
}

.tlp-mega-panel--integration .tlp-mega-panel-heading p {
    max-width: 34ch;
}

.tlp-mega-panel--integration .tlp-mega-link-grid {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 20px;
}

.tlp-mega-panel-heading {
    padding: 8px 6px;
}

.tlp-mega-panel-heading h2 {
    max-width: 11ch;
    margin: 0 0 12px;
    color: var(--tlp-primary);
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 720;
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.tlp-mega-panel-heading p {
    max-width: 26ch;
    margin: 0;
    color: #5d5d68;
    font-size: 13px;
    line-height: 1.52;
}

.tlp-mega-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 4px 6px;
}

.tlp-mega-panel--compact .tlp-mega-link-grid {
    grid-template-columns: 1fr;
}

.tlp-mega-link {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    color: var(--tlp-primary);
    text-decoration: none;
    transition:
        color 0.16s ease,
        background-color 0.16s ease;
}

.tlp-mega-link:not(.tlp-mega-link--disabled):hover {
    background: var(--tlp-canvas);
    color: #0f0f15;
}

.tlp-mega-link--disabled {
    color: #686873;
    cursor: not-allowed;
}

.tlp-mega-link--disabled .tlp-mega-link-icon {
    background: #f0f0f4;
    color: #777782;
}

.tlp-mega-link-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(33, 33, 45, 0.08);
    color: #5c5c67;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.tlp-mega-link-icon,
.tlp-mobile-nav-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ececf2;
    color: #242431;
    transition:
        color 0.16s ease,
        background-color 0.16s ease;
}

.tlp-mega-link:not(.tlp-mega-link--disabled):hover .tlp-mega-link-icon {
    background: var(--tlp-green);
    color: #111119;
}

.tlp-mega-link-icon svg,
.tlp-mobile-nav-icon svg {
    width: 21px;
    height: 21px;
}

.tlp-mega-link-copy,
.tlp-mobile-nav-copy {
    display: grid;
    min-width: 0;
}

.tlp-mega-link-copy strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.tlp-mega-link-copy > span {
    margin-top: 5px;
    color: #6a6a75;
    font-size: 12.5px;
    line-height: 1.42;
}

.tlp-mega-external {
    width: 12px;
    height: 12px;
}

.tlp-mega-feature {
    position: relative;
    display: flex;
    min-height: 286px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--tlp-night);
    color: #fff;
    text-decoration: none;
}

.tlp-mega-feature-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 24px 150px;
}

.tlp-mega-feature-copy strong {
    max-width: 12ch;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.tlp-mega-feature-copy > span {
    max-width: 29ch;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12.5px;
    line-height: 1.48;
}

.tlp-mega-feature-copy > svg {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    color: var(--tlp-green);
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-mega-feature:hover .tlp-mega-feature-copy > svg {
    transform: translate(2px, -2px);
}

.tlp-mega-feature-media {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 142px;
    overflow: hidden;
    background: #f7f3ee;
}

.tlp-mega-feature-media img,
.tlp-mega-feature-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-mega-feature:hover .tlp-mega-feature-media img,
.tlp-mega-feature:hover .tlp-mega-feature-media video {
    transform: scale(1.08);
}

.tlp-mega-feature--integration {
    min-height: 360px;
    background: #f7f7f4;
}

.tlp-mega-feature--integration .tlp-mega-feature-media {
    inset: 0;
    height: 100%;
    background: #f7f7f4;
}

.tlp-mega-feature--integration .tlp-mega-feature-media video {
    object-position: center;
    transform: scale(1.01);
}

.tlp-mega-feature--integration:hover .tlp-mega-feature-media video {
    transform: scale(1.045);
}

.tlp-mega-feature--integration .tlp-mega-feature-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    min-height: 108px;
    padding: 19px 54px 18px 21px;
    background: rgba(17, 17, 25, 0.95);
}

.tlp-mega-feature--integration .tlp-mega-feature-copy strong {
    max-width: 24ch;
    font-size: 20px;
}

.tlp-mega-feature--integration .tlp-mega-feature-copy > span {
    max-width: 48ch;
    margin-top: 7px;
}

.tlp-mega-feature--integration .tlp-mega-feature-copy > svg {
    top: 20px;
    right: 20px;
}

.tlp-lang-switch-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 64px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    background: #fff;
    color: var(--tlp-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.tlp-lang-switch-btn:hover {
    border-color: rgba(33, 33, 45, 0.24);
    background: var(--tlp-canvas);
}

.tlp-lang-switch-btn:focus-visible,
.tlp-locale-dialog-close:focus-visible,
.tlp-locale-option:focus-visible {
    outline: 2px solid var(--tlp-red);
    outline-offset: 3px;
}

.tlp-lang-switch-btn > svg:first-child {
    width: 17px;
    height: 17px;
}

.tlp-lang-switch-chevron {
    width: 10px;
    height: 7px;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-lang-switch-btn[aria-expanded='true'] .tlp-lang-switch-chevron {
    transform: rotate(180deg);
}

body.tlp-locale-modal-open {
    overflow: hidden;
}

.tlp-locale-modal {
    position: fixed;
    inset: 0;
    z-index: var(--z-public-modal);
    display: grid;
    place-items: center;
    padding: 20px;
}

.tlp-locale-modal[hidden] {
    display: none;
}

.tlp-locale-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 25, 0.68);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.tlp-locale-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(8, 8, 14, 0.28);
    transform: translateY(16px) scale(0.98);
    opacity: 0;
    transition:
        opacity 0.2s ease-out,
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-locale-modal.is-open .tlp-locale-modal-backdrop,
.tlp-locale-modal.is-open .tlp-locale-dialog {
    opacity: 1;
}

.tlp-locale-modal.is-open .tlp-locale-dialog {
    transform: translateY(0) scale(1);
}

.tlp-locale-dialog-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 44px;
    gap: 16px;
    align-items: start;
    padding: 28px 28px 22px;
}

.tlp-locale-dialog-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tlp-green);
    color: var(--tlp-night);
}

.tlp-locale-dialog-mark svg {
    width: 23px;
    height: 23px;
}

.tlp-locale-dialog-header h2 {
    margin: 1px 0 7px;
    color: var(--tlp-primary);
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.tlp-locale-dialog-header p {
    max-width: 46ch;
    margin: 0;
    color: #5d5d68;
    font-size: 14px;
    line-height: 1.5;
}

.tlp-locale-dialog-close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--tlp-canvas);
    color: var(--tlp-primary);
    transition:
        color 0.16s ease,
        background-color 0.16s ease;
}

.tlp-locale-dialog-close:hover {
    background: var(--tlp-primary);
    color: #fff;
}

.tlp-locale-dialog-close svg {
    width: 20px;
    height: 20px;
}

.tlp-locale-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 28px 28px;
}

.tlp-locale-option {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 84px;
    padding: 16px;
    border: 1px solid rgba(33, 33, 45, 0.1);
    border-radius: 14px;
    background: var(--tlp-canvas);
    color: var(--tlp-primary);
    text-decoration: none;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-locale-option:hover {
    border-color: rgba(33, 33, 45, 0.22);
    background: #fff;
    color: var(--tlp-primary);
    transform: translateY(-2px);
}

.tlp-locale-option.is-current {
    border-color: rgba(137, 181, 0, 0.34);
    background: rgba(207, 255, 69, 0.2);
}

.tlp-locale-language-code {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tlp-night);
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.04em;
}

.tlp-locale-option-copy {
    display: grid;
    min-width: 0;
}

.tlp-locale-option-copy strong {
    color: var(--tlp-primary);
    font-size: 16px;
    font-weight: 720;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tlp-locale-option-current {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #405600;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.tlp-locale-option-current svg,
.tlp-locale-option-arrow {
    width: 16px;
    height: 16px;
}

.tlp-locale-option-arrow {
    color: var(--tlp-primary);
}

.tlp-mobile-menu ul {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}

.tlp-mobile-menu li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(33, 33, 45, 0.08);
    color: var(--tlp-primary);
    font-weight: 650;
}

.tp-offcanvas-menu.tlp-mobile-menu nav > ul:not(:first-child),
.tp-offcanvas-menu.tlp-mobile-menu nav > ul.tlp-primary-nav,
.tp-offcanvas-menu.tlp-mobile-menu .tp-submenu,
.tp-offcanvas-menu.tlp-mobile-menu .tp-megamenu-wrapper,
.tp-header-menu .tp-megamenu-wrapper,
.tp-header-menu .tp-submenu,
.tp-header-menu > nav > ul > li.has-dropdown::after,
.tp-header-dropdown nav ul li.has-dropdown::after {
    display: none !important;
}

.tp-offcanvas-menu.tlp-mobile-menu nav > ul:first-child,
.tp-offcanvas-menu.tlp-mobile-menu nav > ul:first-child > li {
    display: block !important;
    width: 100%;
    margin: 0;
}

@media (min-width: 1200px) {
    .tlp-header-logo-column {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tlp-header-desktop-nav-column {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tlp-header-actions-column {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tlp-header-mobile-toggle,
    .tlp-offcanvas-mobile-only {
        display: none !important;
    }

    .tlp-offcanvas-desktop-only {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .tlp-primary-nav {
        gap: 0;
    }

    #header-sticky .tp-header-logo img {
        width: 142px !important;
    }

    .tlp-header-login {
        font-size: 14px;
    }

    .tp-header-right {
        gap: 11px !important;
    }

    #header-sticky .tp-btn-black-text {
        padding: 0 15px;
        font-size: 14px;
    }

    .tlp-mega-trigger,
    #header-sticky .tlp-mega-direct-item > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    #header-sticky > .container-fluid > .row,
    #header-sticky.header-sticky > .container-fluid > .row {
        flex-wrap: nowrap;
        min-height: 52px;
    }

    .tlp-header-logo-column {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 0;
    }

    .tlp-header-actions-column {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin-left: auto;
    }
}

.tlp-mobile-menu {
    margin-bottom: 34px;
}

.tlp-mobile-menu > .tlp-mobile-nav,
.tlp-mobile-nav-accordion {
    width: 100%;
}

.tlp-mobile-nav-group {
    border-bottom: 1px solid rgba(33, 33, 45, 0.1);
}

.tlp-mobile-nav-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 4px 0;
    color: var(--tlp-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    cursor: pointer;
    list-style: none;
}

.tlp-mobile-nav-group summary::-webkit-details-marker {
    display: none;
}

.tlp-mobile-nav-group summary > svg {
    width: 12px;
    height: 8px;
    margin-right: 4px;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.tlp-mobile-nav-group[open] summary > svg {
    transform: rotate(180deg);
}

.tlp-mobile-nav-group > ul {
    display: grid;
    gap: 3px;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    list-style: none;
}

.tlp-mobile-nav-section-label {
    padding: 12px 8px 5px;
    color: #6a6a75;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

.tlp-mobile-nav-section-label--secondary {
    margin-top: 8px;
    padding-top: 15px;
    border-top: 1px solid rgba(33, 33, 45, 0.1);
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li {
    display: block !important;
    width: 100%;
    margin: 0;
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li > a,
.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li > .tlp-mobile-nav-disabled {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    width: 100%;
    min-height: 52px;
    padding: 9px 8px;
    border: 0;
    border-radius: 10px;
    color: var(--tlp-primary);
    text-decoration: none;
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li > .tlp-mobile-nav-disabled {
    color: #686873;
    cursor: not-allowed;
}

.tlp-mobile-nav-disabled .tlp-mobile-nav-icon {
    background: #f0f0f4;
    color: #777782;
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > .tlp-mobile-nav-feature-item {
    margin-top: 7px;
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li > .tlp-mobile-nav-feature {
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 14px;
    background: var(--tlp-night);
    color: #fff;
}

.tlp-mobile-nav-feature-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f7f7f4;
}

.tlp-mobile-nav-feature-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tlp-mobile-nav-feature-copy {
    position: relative;
    display: grid;
    padding: 15px 44px 16px 16px;
}

.tlp-mobile-nav-feature-copy strong {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tlp-mobile-nav-feature-copy > span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11.5px;
    line-height: 1.4;
}

.tlp-mobile-nav-feature-copy > svg {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 18px;
    height: 18px;
    color: var(--tlp-green);
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-nav-group > ul > li > a:hover {
    background: var(--tlp-canvas);
}

.tp-offcanvas-menu.tlp-mobile-menu .tlp-mobile-product-item > a {
    align-items: center;
}

.tlp-mobile-nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
}

.tlp-mobile-nav-icon svg {
    width: 19px;
    height: 19px;
}

.tlp-mobile-nav-copy strong {
    color: var(--tlp-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.tlp-mobile-nav-copy > span {
    margin-top: 3px;
    color: #686873;
    font-size: 12px;
    font-weight: 450;
    line-height: 1.38;
}

.tlp-mobile-nav-direct {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 4px 0 !important;
    border-bottom: 1px solid rgba(33, 33, 45, 0.1) !important;
    color: var(--tlp-primary) !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.tlp-mobile-nav-direct > svg {
    width: 18px;
    height: 18px;
    margin-right: 1px;
}

.tlp-mobile-nav-direct.is-current > span {
    text-decoration: underline;
    text-decoration-color: var(--tlp-green);
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
    #header-sticky > .container-fluid > .row,
    .tlp-mega-panel,
    .tlp-mega-trigger > svg,
    .tlp-ecosystem-product-arrow,
    .tlp-mega-feature-copy > svg,
    .tlp-mega-feature-media img,
    .tlp-mega-feature-media video,
    .tlp-lang-switch-chevron,
    .tlp-locale-modal-backdrop,
    .tlp-locale-dialog,
    .tlp-locale-option,
    .tlp-mobile-nav-group summary > svg {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    #header-sticky.tp-header-area .container-fluid {
        padding-inline: 16px;
    }

    #header-sticky .tp-header-logo img {
        width: 124px !important;
    }

    .tlp-header-brand-cluster {
        gap: 10px;
    }

    .tlp-lang-switch-btn {
        min-width: 44px;
        width: 44px;
        padding: 0;
        justify-content: center;
    }

    .tlp-lang-switch-label,
    .tlp-lang-switch-chevron {
        display: none;
    }

    #header-sticky .tp-header-btn-box {
        display: none;
    }
}

@media (max-width: 639.98px) {
    .tlp-locale-modal {
        align-items: end;
        padding: 12px;
    }

    .tlp-locale-dialog {
        width: 100%;
        max-height: calc(100vh - 24px);
    }

    .tlp-locale-dialog-header {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 12px;
        padding: 22px 18px 18px;
    }

    .tlp-locale-dialog-mark {
        width: 44px;
        height: 44px;
    }

    .tlp-locale-dialog-header h2 {
        font-size: 22px;
    }

    .tlp-locale-dialog-header p {
        font-size: 13px;
    }

    .tlp-locale-options {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 18px 18px;
    }

    .tlp-locale-option {
        min-height: 78px;
        padding: 15px;
    }
}
