:root {
    --tc-bg: #07111d;
    --tc-bg-soft: #0b1726;
    --tc-surface: #0f1d2f;
    --tc-surface-2: #13253c;
    --tc-card: #ffffff;
    --tc-text: #0c1624;
    --tc-text-soft: #617087;
    --tc-white: #f5f9ff;
    --tc-white-soft: #a9b8cc;
    --tc-border: rgba(255, 255, 255, 0.1);
    --tc-border-soft: rgba(12, 22, 36, 0.08);
    --tc-blue: #1f8cff;
    --tc-blue-strong: #0d6efd;
    --tc-blue-soft: rgba(31, 140, 255, 0.18);
    --tc-shadow: 0 24px 70px rgba(2, 10, 20, 0.28);
    --tc-radius: 22px;
    --tc-radius-sm: 14px;
    --tc-max: 1600px;
    --tc-header-max: 1600px;
    --tc-header-height: 62px;
    --tc-header-glass: rgba(5, 11, 18, 0.78);
    --tc-header-glass-strong: rgba(5, 11, 18, 0.9);
    --tc-header-border: rgba(255, 255, 255, 0.08);
    --tc-header-shadow: 0 18px 44px rgba(1, 9, 18, 0.28);
    --tc-header-pill: rgba(255, 255, 255, 0.045);
    --tc-copy: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body.tc-theme {
    margin: 0;
    font-family: var(--tc-copy);
    color: var(--tc-text);
    overflow-x: clip;
    background:
        radial-gradient(circle at top left, rgba(31, 140, 255, 0.14), transparent 22%),
        radial-gradient(circle at 85% 22%, rgba(31, 140, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #edf4fb 0%, #f6faff 22%, #edf4fb 100%);
}

body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.tc-theme.admin-bar .tc-site-header {
    top: 0;
}

body.admin-bar #wpadminbar {
    border-bottom: 0;
    box-shadow: none;
}

a {
    transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tc-container {
    width: min(var(--tc-max), calc(100% - 40px));
    margin: 0 auto;
}

.tc-main {
    min-height: 50vh;
    overflow: clip;
}

.tc-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--tc-header-glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--tc-header-border);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tc-site-header.is-scrolled {
    background: var(--tc-header-glass-strong);
    box-shadow: var(--tc-header-shadow);
}

.tc-header-inner {
    min-height: var(--tc-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tc-front-page .tc-site-header {
    margin: 0;
    width: 100%;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
}

.tc-front-page .tc-header-inner {
    min-height: var(--tc-header-height);
}

.tc-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--tc-white) !important;
    text-decoration: none !important;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.tc-logo b {
    color: var(--tc-blue);
}

.tc-logo img,
.tc-logo .custom-logo {
    max-height: 64px;
    width: auto;
}

.tc-logo-mark {
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    transform: rotate(45deg);
    position: relative;
    flex: 0 0 auto;
}

.tc-logo-mark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 2px solid var(--tc-blue);
    inset: 0;
    margin: auto;
}

.tc-main-nav {
    margin-left: auto;
    position: relative;
}

.tc-menu,
.tc-main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.tc-main-nav li {
    position: relative;
}

.tc-main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-radius: 12px;
    position: relative;
    transition: color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.tc-main-nav a::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1688ff, #2f8cff);
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 0.24s ease, transform 0.24s ease;
    pointer-events: none;
}

.tc-main-nav a:hover,
.tc-main-nav a:focus-visible,
.tc-main-nav .current-menu-item > a,
.tc-main-nav .current-menu-ancestor > a {
    background: transparent;
}

.tc-main-nav a:hover,
.tc-main-nav a:focus-visible {
    color: #2f8cff !important;
    text-shadow: 0 0 16px rgba(22, 136, 255, 0.18);
}

.tc-main-nav .current-menu-item > a,
.tc-main-nav .current-menu-ancestor > a {
    color: #ffffff !important;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.tc-main-nav a:hover::before,
.tc-main-nav a:focus-visible::before,
.tc-main-nav .current-menu-item > a::before,
.tc-main-nav .current-menu-ancestor > a::before {
    opacity: 1;
    transform: scaleX(1);
}

.tc-main-nav .menu-item-has-children > a::after {
    content: "";
    position: static;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background: transparent;
    opacity: 0.72;
    transform: rotate(45deg);
}

.tc-main-nav .sub-menu {
    list-style: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 240px;
    padding: 10px;
    margin: 0;
    display: grid;
    gap: 6px;
    background: rgba(8, 17, 28, 0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(2, 8, 18, 0.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}

.tc-main-nav li:hover > .sub-menu,
.tc-main-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tc-main-nav .sub-menu a {
    min-height: 0;
    justify-content: flex-start;
    padding: 11px 14px;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: none;
    border-radius: 12px;
}

.tc-main-nav .sub-menu a:hover {
    background: rgba(22, 136, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(47, 140, 255, 0.24), 0 0 18px rgba(22, 136, 255, 0.12);
}

.tc-main-nav .tc-menu-item-mega {
    position: static;
}

.tc-main-nav .tc-menu-item-mega > .tc-mega-menu-panel {
    left: 50%;
    width: min(1000px, calc(100vw - 28px));
    min-width: min(1000px, calc(100vw - 28px));
    padding: 0;
    overflow: hidden;
    transform: translate(-50%, 10px);
    background:
        radial-gradient(circle at 82% 24%, rgba(31, 140, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(9, 18, 31, 0.98), rgba(5, 12, 22, 0.98));
    border: 1px solid rgba(118, 170, 255, 0.18);
    border-radius: 22px;
    box-shadow:
        0 34px 80px rgba(2, 8, 18, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tc-main-nav .tc-menu-item-mega:hover > .tc-mega-menu-panel,
.tc-main-nav .tc-menu-item-mega:focus-within > .tc-mega-menu-panel {
    transform: translate(-50%, 0);
}

.tc-main-nav .tc-mega-menu-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: rgba(9, 18, 31, 0.98);
    border-top: 1px solid rgba(118, 170, 255, 0.18);
    border-left: 1px solid rgba(118, 170, 255, 0.18);
    transform: translateX(-50%) rotate(45deg);
}

.tc-mega-menu-panel__inner {
    padding: 28px 30px;
}

.tc-mega-menu-panel__inner--elementor {
    padding: 18px;
}

.tc-mega-menu-panel__elementor {
    width: 100%;
}

.tc-mega-menu-panel__elementor .elementor {
    color: inherit;
}

.tc-mega-menu-panel__elementor .elementor-section-wrap > .elementor-element:first-child,
.tc-mega-menu-panel__elementor .elementor > .elementor-element:first-child {
    margin-top: 0 !important;
}

.tc-mega-menu__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(250px, 0.78fr);
    gap: 28px;
    align-items: start;
}

.tc-mega-menu__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tc-mega-menu__section {
    min-width: 0;
}

.tc-mega-menu__section:not(:last-child) {
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-mega-menu__section-header {
    margin-bottom: 18px;
}

.tc-main-nav .tc-mega-menu__section-title {
    display: inline-flex;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    color: #2f8cff !important;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-main-nav .tc-mega-menu__section-title::before,
.tc-main-nav .tc-mega-menu__card::before,
.tc-main-nav .tc-mega-menu__promo-button::before {
    display: none;
}

.tc-main-nav .tc-mega-menu__section-title--link:hover,
.tc-main-nav .tc-mega-menu__section-title--link:focus-visible {
    color: #9ed0ff !important;
    text-shadow: none;
}

.tc-mega-menu__cards {
    display: grid;
    gap: 12px;
}

.tc-main-nav .tc-mega-menu__card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-height: 0;
    padding: 10px 10px 10px 0;
    border-radius: 16px;
    color: #f5f9ff !important;
    text-decoration: none !important;
}

.tc-main-nav .tc-mega-menu__card:hover,
.tc-main-nav .tc-mega-menu__card:focus-visible {
    background: rgba(23, 136, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(47, 140, 255, 0.16);
    transform: translateY(-1px);
}

.tc-mega-menu__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(17, 41, 72, 0.78);
    border: 1px solid rgba(110, 174, 255, 0.14);
    color: #2f8cff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tc-mega-menu__card-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tc-mega-menu__card-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tc-mega-menu__card-title {
    color: #f6f9ff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.25;
}

.tc-mega-menu__card-text {
    color: rgba(212, 224, 241, 0.74);
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.5;
}

.tc-mega-menu__promo {
    position: relative;
    min-height: 100%;
    padding: 28px 24px 22px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(18, 34, 54, 0.92), rgba(10, 22, 38, 0.92));
    border: 1px solid rgba(118, 170, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 22px 48px rgba(2, 8, 18, 0.18);
    overflow: hidden;
}

.tc-mega-menu__promo::after {
    content: "";
    position: absolute;
    inset: auto -20% -28% auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(31, 140, 255, 0.18) 0%, rgba(31, 140, 255, 0) 68%);
    pointer-events: none;
}

.tc-mega-menu__promo-art {
    position: relative;
    width: 100%;
    height: 138px;
    margin-bottom: 16px;
}

.tc-mega-menu__promo-image-wrap {
    margin-bottom: 18px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(118, 170, 255, 0.12);
    background: rgba(10, 21, 34, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tc-mega-menu__promo-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tc-mega-menu__promo-art span {
    position: absolute;
    display: block;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(42, 112, 255, 0.34), rgba(17, 61, 134, 0.72));
    border: 1px solid rgba(141, 188, 255, 0.14);
    box-shadow:
        0 20px 38px rgba(10, 26, 44, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tc-mega-menu__promo-art span:nth-child(1) {
    right: 20px;
    bottom: 12px;
    width: 86px;
    height: 54px;
}

.tc-mega-menu__promo-art span:nth-child(2) {
    right: 62px;
    bottom: 34px;
    width: 58px;
    height: 58px;
}

.tc-mega-menu__promo-art span:nth-child(3) {
    right: 98px;
    bottom: 18px;
    width: 48px;
    height: 34px;
}

.tc-mega-menu__promo-eyebrow {
    margin-bottom: 8px;
    color: #2f8cff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-mega-menu__promo-title {
    margin: 0 0 10px;
    color: #f5f9ff;
    font-size: 1.95rem;
    line-height: 1.06;
}

.tc-mega-menu__promo-text {
    margin: 0;
    color: rgba(214, 226, 242, 0.82);
    font-size: 0.98rem;
    line-height: 1.65;
}

.tc-main-nav .tc-mega-menu__promo-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f8cff 0%, #1679f2 100%);
    color: #ffffff !important;
    font-size: 0.96rem;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(13, 84, 179, 0.28);
}

.tc-main-nav .tc-mega-menu__promo-button:hover,
.tc-main-nav .tc-mega-menu__promo-button:focus-visible {
    background: linear-gradient(135deg, #46a1ff 0%, #1f8cff 100%);
    box-shadow: 0 24px 42px rgba(13, 84, 179, 0.32);
    transform: translateY(-1px);
}

.tc-main-nav .tc-mega-menu__promo-button span {
    font-size: 1.2em;
    line-height: 1;
}

.tc-mega-menu-panel__elementor .tc-mega-builder {
    display: flex !important;
    justify-content: space-between;
    gap: 28px;
    align-items: start;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__columns {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    width: auto !important;
    max-width: calc(100% - 336px);
}

.tc-mega-menu-panel__elementor .tc-mega-builder__columns > .elementor-element,
.tc-services-mega-menu-portal .tc-mega-builder__columns > .elementor-element {
    width: 100%;
    max-width: 100%;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__section {
    min-width: 0;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__section:not(:last-child) {
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-mega-menu-panel__elementor .tc-mega-builder__section-title {
    margin: 0 0 6px;
    color: #2f8cff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__cards-widget p {
    margin: 0;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__cards {
    display: grid;
    gap: 12px;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-height: 0;
    padding: 10px 10px 10px 0;
    border-radius: 16px;
    color: #f5f9ff;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card:hover,
.tc-mega-menu-panel__elementor .tc-mega-builder__card:focus-visible {
    background: rgba(23, 136, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(47, 140, 255, 0.16);
    transform: translateY(-1px);
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(17, 41, 72, 0.78);
    border: 1px solid rgba(110, 174, 255, 0.14);
    color: #2f8cff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 1rem;
    font-weight: 800;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card-title {
    color: #f6f9ff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.25;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__card-text {
    color: rgba(212, 224, 241, 0.74);
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.5;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__promo {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex: 0 0 320px;
    width: 320px !important;
    max-width: 320px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__promo::after {
    display: none;
}

.tc-mega-menu-panel__elementor .tc-mega-builder__promo > .elementor-element,
.tc-services-mega-menu-portal .tc-mega-builder__promo > .elementor-element,
.tc-mega-menu-panel__elementor .tc-mega-builder__promo .elementor-widget-tcw_mega_menu_promo,
.tc-services-mega-menu-portal .tc-mega-builder__promo .elementor-widget-tcw_mega_menu_promo,
.tc-mega-menu-panel__elementor .tc-mega-builder__promo .elementor-widget-tcw_mega_menu_promo .elementor-widget-container,
.tc-services-mega-menu-portal .tc-mega-builder__promo .elementor-widget-tcw_mega_menu_promo .elementor-widget-container {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1320px) {
    .tc-main-nav .tc-menu-item-mega > .tc-mega-menu-panel {
        width: min(920px, calc(100vw - 28px));
        min-width: min(920px, calc(100vw - 28px));
    }

    .tc-mega-menu__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tc-mega-menu-panel__elementor .tc-mega-builder {
        flex-direction: column;
    }

    .tc-mega-menu-panel__elementor .tc-mega-builder__columns {
        display: block;
        max-width: 100%;
    }

    .tc-mega-menu-panel__elementor .tc-mega-builder__promo {
        width: 100% !important;
        max-width: 100%;
        flex-basis: auto;
    }
}

.tc-services-mega-menu-portal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    pointer-events: none;
}

.tc-services-mega-menu-portal[hidden] {
    display: block !important;
    visibility: hidden;
}

.tc-services-mega-menu-portal.is-active {
    visibility: visible;
}

.tc-services-mega-menu-portal__scope {
    position: static;
}

.tc-services-mega-menu-portal__panel {
    position: fixed;
    top: calc(var(--tc-header-height, 88px) + 12px);
    left: 50%;
    width: min(1240px, calc(100vw - 40px));
    min-width: min(1240px, calc(100vw - 40px));
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    isolation: isolate;
    background:
        radial-gradient(circle at 82% 24%, rgba(31, 140, 255, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(7, 14, 24, 0.998), rgba(4, 10, 18, 0.998));
    border: 1px solid rgba(118, 170, 255, 0.18);
    border-radius: 22px;
    box-shadow:
        0 34px 80px rgba(2, 8, 18, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(26px) saturate(132%);
    -webkit-backdrop-filter: blur(26px) saturate(132%);
    transition:
        opacity 0.24s ease,
        transform 0.24s ease,
        visibility 0.24s ease;
}

.tc-services-mega-menu-portal.is-active .tc-services-mega-menu-portal__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.tc-services-mega-menu-portal__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 14, 24, 0.9), rgba(4, 10, 18, 0.92)),
        radial-gradient(circle at 82% 24%, rgba(31, 140, 255, 0.09), transparent 28%);
}

.tc-services-mega-menu-portal__panel > * {
    position: relative;
    z-index: 1;
}

.tc-services-mega-menu-portal .tc-mega-menu__section-title--link:hover,
.tc-services-mega-menu-portal .tc-mega-menu__section-title--link:focus-visible {
    color: #9ed0ff !important;
    text-shadow: none;
}

.tc-services-mega-menu-portal .tc-mega-menu__card:hover,
.tc-services-mega-menu-portal .tc-mega-menu__card:focus-visible {
    background: rgba(23, 136, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(47, 140, 255, 0.16);
    transform: translateY(-1px);
}

.tc-services-mega-menu-portal .tc-mega-menu__promo-button:hover,
.tc-services-mega-menu-portal .tc-mega-menu__promo-button:focus-visible {
    background: linear-gradient(135deg, #46a1ff 0%, #1f8cff 100%);
    box-shadow: 0 24px 42px rgba(13, 84, 179, 0.32);
    transform: translateY(-1px);
}

body .elementor-location-header .tc-pro-header__nav .tc-has-elementor-mega-open > .elementor-item,
body .elementor-location-header .tc-pro-header__nav .tc-has-elementor-mega-menu > .elementor-item:hover,
body .elementor-location-header .tc-pro-header__nav .tc-has-elementor-mega-menu > .elementor-item:focus-visible {
    color: #ffffff !important;
}

@media (min-width: 1025px) {
    body .elementor-location-header .tc-pro-header__nav .tc-has-elementor-mega-menu > .sub-menu.elementor-nav-menu--dropdown {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

@media (max-width: 1320px) {
    .tc-services-mega-menu-portal__panel {
        width: min(1120px, calc(100vw - 32px));
        min-width: min(1120px, calc(100vw - 32px));
    }
}

@media (max-width: 1024px) {
    .tc-services-mega-menu-portal {
        display: none !important;
    }
}

.tc-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.tc-header-cta,
.tc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #1688ff, #0066e6);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 14px 36px rgba(22, 136, 255, 0.3);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.tc-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(22, 136, 255, 0.38);
    filter: saturate(1.06);
}

.tc-header-cta {
    min-height: 48px;
    padding: 0 16px 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f8cff, #0d6efd) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(31, 140, 255, 0.24);
    filter: none !important;
}

.tc-header-cta:hover,
.tc-header-cta:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #42a0ff 0%, #1f8cff 52%, #0e72f2 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 22px 42px rgba(13, 84, 179, 0.34) !important;
    filter: brightness(1.04) !important;
}

.tc-button-outline {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--tc-white) !important;
    box-shadow: none;
}

.tc-button-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.tc-menu-toggle {
    width: 48px;
    height: 48px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.tc-menu-toggle span:not(.screen-reader-text) {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.tc-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
}

.tc-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
}

.tc-menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
}

.tc-mobile-drawer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background:
        radial-gradient(circle at top left, rgba(31, 140, 255, 0.18), transparent 35%),
        rgba(8, 17, 28, 0.92);
    box-shadow: 0 24px 50px rgba(1, 8, 17, 0.35);
    overflow-x: clip;
}

.tc-mobile-drawer-inner {
    padding: 18px 0 24px;
}

.tc-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.tc-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none !important;
    color: var(--tc-white) !important;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 700;
    font-size: 1rem;
}

.tc-mobile-menu .sub-menu {
    list-style: none;
    padding: 6px 0 0 12px;
    margin: 0;
    display: grid;
    gap: 8px;
}

.tc-mobile-menu .sub-menu a {
    min-height: 48px;
    background: rgba(17, 29, 44, 0.72);
    font-size: 0.94rem;
}

.tc-mobile-cta-group {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.tc-mobile-cta-group .tc-button {
    width: 100%;
    min-height: 50px;
}

.tc-fallback-hero {
    position: relative;
    overflow: hidden;
    color: var(--tc-white);
    background:
        radial-gradient(circle at 78% 22%, rgba(31, 140, 255, 0.3), transparent 22%),
        radial-gradient(circle at 88% 56%, rgba(21, 82, 170, 0.36), transparent 18%),
        linear-gradient(122deg, #030911 0%, #08121f 42%, #0b1828 100%);
}

.tc-fallback-hero > .tc-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.tc-hero-stage {
    position: relative;
    z-index: 1;
}

.tc-fallback-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 9, 17, 0.98) 0%, rgba(3, 9, 17, 0.9) 38%, rgba(3, 9, 17, 0.55) 62%, rgba(3, 9, 17, 0.18) 100%),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: auto, 120px 120px, 120px 120px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.86) 75%, transparent 100%);
}

.tc-fallback-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(6px);
    opacity: 0.9;
}

.tc-fallback-orb-one {
    width: 320px;
    height: 320px;
    right: 8%;
    top: 12%;
    background: radial-gradient(circle, rgba(31, 140, 255, 0.28), transparent 65%);
}

.tc-fallback-orb-two {
    width: 540px;
    height: 540px;
    right: -2%;
    bottom: -14%;
    background: radial-gradient(circle, rgba(16, 77, 162, 0.22), transparent 62%);
}

.tc-hero-grid {
    position: relative;
    z-index: 1;
    width: min(var(--tc-max), calc(100% - 40px));
    margin: 0 auto;
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 20px;
    align-items: center;
    padding: 112px 0 40px;
}

.tc-hero-inner {
    max-width: 560px;
    padding: 10px 0 30px;
}

.tc-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--tc-blue);
    font-family: var(--tc-copy);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 900;
}

.tc-fallback-hero h1,
.tc-page-hero h1 {
    margin: 0;
    font-family: var(--tc-copy);
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: -0.07em;
}

.tc-fallback-hero h1 b {
    color: var(--tc-blue);
}

.tc-fallback-hero p {
    max-width: 520px;
    margin: 24px 0 0;
    font-size: 1.12rem;
    line-height: 1.7;
    color: #d5e5f7;
}

.tc-hero-points {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 14px;
}

.tc-hero-points li {
    position: relative;
    padding-left: 30px;
    color: #e7f1ff;
    font-weight: 600;
}

.tc-hero-points li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tc-blue), #52b0ff);
    box-shadow: 0 0 0 5px rgba(31, 140, 255, 0.12);
}

.tc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.tc-hero-visual {
    position: relative;
    justify-self: end;
    width: min(100%, 620px);
    min-height: 440px;
}

.tc-hero-server-wall {
    position: relative;
    min-height: 440px;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(90deg, rgba(3, 9, 17, 0.15) 0%, rgba(3, 9, 17, 0.05) 18%, transparent 36%),
        linear-gradient(90deg, rgba(5, 14, 24, 0.16) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 92px 100%, 100% 88px;
}

.tc-server-column {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 62px;
    border-left: 2px solid rgba(44, 128, 255, 0.28);
    border-right: 2px solid rgba(44, 128, 255, 0.2);
    background:
        repeating-linear-gradient(
            180deg,
            rgba(12, 21, 36, 0.96) 0 14px,
            rgba(20, 33, 54, 0.96) 14px 24px,
            rgba(10, 17, 28, 0.98) 24px 44px
        );
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 0 24px rgba(28, 98, 204, 0.18);
}

.tc-server-column::before,
.tc-server-column::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgba(29, 137, 255, 0.24), rgba(88, 192, 255, 0.95), rgba(29, 137, 255, 0.24));
    box-shadow: 0 0 10px rgba(88, 192, 255, 0.62);
}

.tc-server-column::before {
    top: 120px;
}

.tc-server-column::after {
    top: 290px;
}

.tc-server-column-a { left: 140px; }
.tc-server-column-b { left: 250px; }
.tc-server-column-c { left: 360px; }
.tc-server-column-d { left: 470px; }

.tc-server-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(42, 148, 255, 0.3), transparent 68%);
    filter: blur(3px);
}

.tc-server-glow-a {
    top: 56px;
    right: 130px;
}

.tc-server-glow-b {
    bottom: 42px;
    right: 40px;
}

.tc-page-hero {
    padding: 130px 0 70px;
    color: var(--tc-white);
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.18), transparent 24%),
        linear-gradient(135deg, #07111d 0%, #0a1726 100%);
}

.tc-page-wrap {
    padding: 72px 0 86px;
}

.tc-article-hero {
    position: relative;
    overflow: hidden;
    padding-top: calc(var(--tc-header-height) + 6px);
    padding-bottom: 38px;
    background:
        radial-gradient(circle at 12% 16%, rgba(57, 144, 255, 0.16), transparent 20%),
        radial-gradient(circle at 88% 24%, rgba(57, 144, 255, 0.18), transparent 22%),
        linear-gradient(135deg, #06111d 0%, #0a1625 58%, #0e2237 100%);
}

.tc-article-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(7, 17, 29, 0) 0%, rgba(7, 17, 29, 0.16) 100%);
    pointer-events: none;
}

.tc-article-hero__panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    box-shadow: 0 40px 120px rgba(2, 8, 18, 0.3);
    backdrop-filter: blur(14px) saturate(128%);
}

.tc-article-hero__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
    pointer-events: none;
}

.tc-article-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 620px);
    justify-content: space-between;
    gap: 44px;
    min-height: 390px;
    align-items: center;
    padding: 40px 42px 42px;
}

.tc-article-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    min-height: 100%;
    max-width: 820px;
    padding-block: 0;
    transform: none;
}

.tc-article-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.tc-article-backlink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 14px 0 12px;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
    box-shadow:
        0 10px 24px rgba(2, 8, 18, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #f2f7ff !important;
    text-decoration: none !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    backdrop-filter: blur(10px);
}

.tc-article-backlink::before {
    content: "\2190";
    font-size: 0.88rem;
    color: #8fc1ff;
    opacity: 1;
}

.tc-article-backlink:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(31, 140, 255, 0.08));
    border-color: rgba(31, 140, 255, 0.26);
    box-shadow:
        0 14px 30px rgba(2, 8, 18, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

.tc-article-hero__copy .tc-eyebrow {
    margin-bottom: 0;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #1f8cff;
    font-size: 0.74rem;
    letter-spacing: 0.18em;
}

.tc-article-hero__copy h1 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: clamp(1.95rem, 3vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: -0.038em;
}

.tc-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #c5d9ee;
    font-size: 0.84rem;
    font-weight: 700;
}

.tc-article-meta__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.6;
}

.tc-article-perex {
    max-width: 620px;
    margin: 16px 0 0;
    color: #d5e5f7;
    font-size: 0.98rem;
    line-height: 1.66;
}

.tc-article-statbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 580px;
    margin-top: 22px;
}

.tc-article-stat {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
}

.tc-article-stat__label {
    display: block;
    margin-bottom: 6px;
    color: #98b4d2;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tc-article-stat strong {
    color: #ffffff;
    font-size: 0.94rem;
    letter-spacing: -0.02em;
}

.tc-article-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 620px;
    transform: none;
}

.tc-article-hero__visual img,
.tc-article-hero__fallback {
    display: block;
    width: 100%;
    min-height: 360px;
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(1, 8, 18, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-article-hero__visual img {
    object-fit: cover;
}

.tc-article-hero__fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.34), transparent 28%),
        linear-gradient(135deg, #061120 0%, #0b2137 100%);
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-article-wrap {
    position: relative;
    margin-top: 0;
    padding-top: 26px;
    z-index: 2;
}

.tc-article-shell {
    width: 100%;
    max-width: var(--tc-max);
    margin: 0 auto;
}

.tc-article-shell--split {
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.tc-article-sidebar {
    position: sticky;
    top: calc(var(--tc-header-height) + 28px);
    display: grid;
    gap: 18px;
}

.tc-article-main {
    min-width: 0;
    padding: 46px 58px 50px;
    border: 1px solid rgba(12, 22, 36, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 30px 80px rgba(7, 17, 29, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
}

.tc-article-panel {
    padding: 22px 22px 24px;
    border: 1px solid rgba(12, 22, 36, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 48px rgba(7, 17, 29, 0.06);
}

.tc-article-panel__eyebrow {
    margin: 0 0 14px;
    color: var(--tc-blue-strong);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-article-panel--cta h2 {
    margin: 0 0 12px;
    color: #08192c;
    font-size: 1.45rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.tc-article-panel--cta p {
    margin: 0 0 18px;
    color: var(--tc-text-soft);
    line-height: 1.7;
}

.tc-article-panel--cta .tc-button {
    width: 100%;
}

.tc-article-toc {
    display: grid;
    gap: 8px;
}

.tc-article-toc__link {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    color: #203044;
    text-decoration: none;
    line-height: 1.45;
    font-weight: 700;
}

.tc-article-toc__link:hover {
    background: rgba(31, 140, 255, 0.08);
    color: var(--tc-blue-strong);
}

.tc-article-toc__link--level-3,
.tc-article-toc__link--level-4 {
    padding-left: 24px;
    font-weight: 600;
    color: #53647a;
}

.tc-article-content {
    max-width: none;
    color: #203044;
    font-size: 1.08rem;
    line-height: 1.92;
}

.tc-article-content > *:first-child {
    margin-top: 0;
}

.tc-article-content > *:last-child {
    margin-bottom: 0;
}

.tc-article-content p {
    margin: 0 0 1.35em;
}

.tc-article-content h2,
.tc-article-content h3,
.tc-article-content h4 {
    margin: 2.1em 0 0.72em;
    color: #08192c;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.tc-article-content h2 {
    font-size: clamp(1.95rem, 3vw, 2.5rem);
}

.tc-article-content h3 {
    font-size: clamp(1.46rem, 2.4vw, 1.86rem);
}

.tc-article-content h4 {
    font-size: 1.22rem;
}

.tc-article-content ul,
.tc-article-content ol {
    margin: 0 0 1.55em;
    padding-left: 1.5em;
}

.tc-article-content li {
    margin-bottom: 0.9em;
    padding-left: 0.18em;
}

.tc-article-content ul li::marker {
    color: var(--tc-blue);
}

.tc-article-content ol li::marker {
    color: var(--tc-blue-strong);
    font-weight: 800;
}

.tc-article-content strong {
    color: #08192c;
}

.tc-article-content a {
    color: var(--tc-blue-strong);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.16em;
}

.tc-article-content blockquote {
    margin: 1.8em 0;
    padding: 22px 24px;
    border-left: 4px solid var(--tc-blue);
    border-radius: 0 20px 20px 0;
    background: linear-gradient(135deg, rgba(31, 140, 255, 0.08), rgba(31, 140, 255, 0.03));
    color: #11283f;
}

.tc-article-content .wp-block-heading {
    scroll-margin-top: 100px;
}

.tc-article-content .wp-block-list {
    padding-left: 1.4em;
}

.tc-article-content > p:first-of-type {
    font-size: 1.18rem;
    line-height: 1.95;
    color: #16283d;
}

.tc-article-content .trx_addons_dropcap {
    float: left;
    margin: 0.09em 0.22em 0 0;
    color: var(--tc-blue-strong);
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.78;
}

.tc-article-content .trx_addons_dropcap_style_2 {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.tc-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(12, 22, 36, 0.08);
}

.tc-article-nav__item {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-areas:
        "icon label"
        "icon title";
    align-items: center;
    gap: 5px 14px;
    min-height: 82px;
    padding: 16px 18px;
    border: 1px solid rgba(13, 36, 61, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 30px rgba(7, 17, 29, 0.05);
    color: #0c1624;
    font-family: var(--tc-copy);
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.tc-article-nav__item:hover {
    transform: translateY(-2px);
    border-color: rgba(31, 140, 255, 0.18);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(7, 17, 29, 0.08);
}

.tc-article-nav__item--next {
    grid-template-columns: minmax(0, 1fr) 34px;
    grid-template-areas:
        "label icon"
        "title icon";
    text-align: left;
}

.tc-article-nav__item::before {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    border: 1px solid rgba(31, 140, 255, 0.16);
    background: linear-gradient(180deg, rgba(31, 140, 255, 0.1), rgba(31, 140, 255, 0.04));
    color: var(--tc-blue-strong);
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tc-article-nav__item--prev::before {
    content: "\2190";
}

.tc-article-nav__item--next::before {
    content: "\2192";
}

.tc-article-nav__label {
    grid-area: label;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    color: #60738c;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-article-nav__item strong {
    grid-area: title;
    display: -webkit-box;
    overflow: hidden;
    color: #10233a;
    font-family: inherit;
    font-size: 0.98rem;
    line-height: 1.42;
    letter-spacing: -0.015em;
    font-weight: 700;
    text-wrap: pretty;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tc-article-nav__item--next .tc-article-nav__label,
.tc-article-nav__item--next strong {
    justify-self: start;
}

.tc-article-nav__item:only-child {
    grid-column: 1 / -1;
    max-width: 380px;
}

.tc-article-nav__item--prev:only-child {
    margin-right: auto;
}

.tc-article-nav__item--next:only-child {
    margin-left: auto;
}

.tc-article-related {
    padding-top: 6px;
    overflow: hidden;
}

.tc-article-related > .tc-container {
    position: relative;
    padding: clamp(26px, 3.2vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.18), transparent 28%),
        radial-gradient(circle at 18% 18%, rgba(89, 170, 255, 0.12), transparent 24%),
        linear-gradient(135deg, #07111d 0%, #0a1827 54%, #132a44 100%);
    box-shadow: 0 34px 90px rgba(7, 17, 29, 0.16);
}

.tc-article-related > .tc-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(26px, 3.2vw, 44px);
    right: clamp(26px, 3.2vw, 44px);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(143, 193, 255, 0.34), rgba(255, 255, 255, 0));
}

.tc-article-related__header {
    max-width: 720px;
    margin-bottom: 26px;
}

.tc-article-related__header h2 {
    margin: 10px 0 0;
    color: #f7fbff;
    font-size: clamp(1.85rem, 2.4vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.tc-article-related__header p {
    margin: 14px 0 0;
    color: #c8d8eb;
    font-size: 1rem;
    line-height: 1.72;
}

.tc-article-related .tc-news-grid.tc-news-grid--related {
    margin-top: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.tc-article-related .tc-news-grid.tc-news-grid--related > .tc-news-card,
.tc-article-related .tc-news-grid.tc-news-grid--related > .tc-news-card:nth-child(2),
.tc-article-related .tc-news-grid.tc-news-grid--related > .tc-news-card--featured {
    grid-column: auto;
}

.tc-news-card--related {
    min-height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(12, 22, 36, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.92));
    box-shadow: 0 28px 80px rgba(7, 17, 29, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tc-news-card--related:hover {
    transform: none;
    box-shadow: 0 24px 56px rgba(7, 17, 29, 0.12);
}

.tc-news-card--related .tc-news-card__media {
    aspect-ratio: 16 / 10;
}

.tc-news-card--related .tc-news-card__media img {
    transition: transform 0.32s ease;
}

.tc-news-card--related:hover .tc-news-card__media img {
    transform: scale(1.035);
}

.tc-news-card--related .tc-news-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 18px 20px;
}

.tc-news-card--related .tc-news-card__meta {
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 700;
}

.tc-news-card--related .tc-news-card__dot {
    width: 4px;
    height: 4px;
}

.tc-news-card--related .tc-news-card__title {
    margin: 10px 0 10px;
    font-size: 1.08rem;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.tc-news-card--related .tc-news-card__title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tc-news-card--related .tc-news-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: #617087;
    font-size: 0.94rem;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tc-news-card--related .tc-news-card__link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    position: relative;
    padding-top: 14px;
    font-size: 0.92rem;
    font-weight: 800;
    border-top: 0;
}

.tc-news-card--related .tc-news-card__link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background:
        linear-gradient(rgba(10, 28, 52, 0.12), rgba(10, 28, 52, 0.12)) left 1px / 100% 1px no-repeat,
        linear-gradient(90deg, rgba(98, 194, 255, 0.92), rgba(98, 194, 255, 0.18)) left top / 112px 3px no-repeat;
    box-shadow: 0 0 18px rgba(98, 194, 255, 0.3);
}

.tc-archive-hero,
.tc-news-hero {
    position: relative;
    overflow: hidden;
    padding-top: calc(var(--tc-header-height) + 18px);
    padding-bottom: 48px;
    background:
        radial-gradient(circle at 14% 12%, rgba(89, 170, 255, 0.16), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(31, 140, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #07111d 0%, #0a1827 54%, #132a44 100%);
}

.tc-archive-hero::before,
.tc-news-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 17, 29, 0.94) 0%, rgba(7, 17, 29, 0.82) 42%, rgba(7, 17, 29, 0.42) 100%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 88px 88px, 88px 88px;
    pointer-events: none;
}

.tc-archive-hero::after,
.tc-news-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -130px;
    width: min(36vw, 520px);
    height: min(36vw, 520px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67, 163, 255, 0.28) 0%, rgba(67, 163, 255, 0) 72%);
    filter: blur(18px);
    pointer-events: none;
}

.tc-archive-hero__inner,
.tc-news-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
}

.tc-archive-hero__copy,
.tc-news-hero__copy {
    max-width: 660px;
}

.tc-news-hero__copy {
    padding-bottom: 18px;
}

.tc-archive-hero h1,
.tc-news-hero h1 {
    max-width: 620px;
    margin: 10px 0 0;
    font-size: clamp(2.4rem, 4.2vw, 3.55rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.tc-archive-hero p,
.tc-news-hero p {
    max-width: 560px;
    margin: 14px 0 0;
    color: #c8d8eb;
    font-family: var(--tc-copy);
    font-size: 1rem;
    line-height: 1.72;
}

.tc-news-archive {
    position: relative;
    padding-top: 48px;
    background:
        radial-gradient(circle at 12% 16%, rgba(29, 131, 244, 0.08), transparent 24%),
        linear-gradient(180deg, #eef4fb 0%, #f8fbff 16%, #f1f6fc 100%);
}

.tc-news-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: -72px 0 36px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(12, 24, 39, 0.88), rgba(10, 20, 33, 0.82)),
        rgba(8, 18, 30, 0.9);
    box-shadow: 0 30px 80px rgba(5, 12, 22, 0.22);
    backdrop-filter: blur(18px);
}

.tc-news-toolbar__head {
    min-width: 0;
}

.tc-news-toolbar__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #7ebdff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-news-toolbar__title {
    display: block;
    color: #f7fbff;
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: -0.02em;
}

.tc-news-toolbar__status {
    display: flex;
    justify-content: flex-end;
}

.tc-news-toolbar__count {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #f4f8ff;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

.tc-news-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.tc-news-category-pill {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #d8e7f7 !important;
    text-decoration: none !important;
    font-family: var(--tc-copy);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: none;
}

.tc-news-category-pill:hover,
.tc-news-category-pill.is-active {
    background: linear-gradient(135deg, #1789ff, #056ae7);
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(31, 140, 255, 0.22);
}

.tc-news-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.tc-news-card {
    grid-column: span 4;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(12, 22, 36, 0.07);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.92));
    box-shadow: 0 28px 80px rgba(7, 17, 29, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tc-news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.tc-news-card:not(.tc-news-card--related):hover {
    transform: translateY(-6px);
    border-color: rgba(22, 136, 255, 0.12);
    box-shadow: 0 34px 84px rgba(7, 17, 29, 0.14);
}

.tc-news-card--featured {
    grid-column: span 7;
}

.tc-news-card--featured .tc-news-card__media {
    aspect-ratio: 16 / 8.8;
}

.tc-news-grid > .tc-news-card:nth-child(2) {
    grid-column: span 5;
}

.tc-news-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.3), transparent 30%),
        linear-gradient(135deg, #081321 0%, #0d2138 100%);
}

.tc-news-card__media img,
.tc-news-card__placeholder {
    width: 100%;
    height: 100%;
}

.tc-news-card__media img {
    display: block;
    object-fit: cover;
    transition: transform 0.32s ease;
}

.tc-news-card:not(.tc-news-card--related):hover .tc-news-card__media img {
    transform: scale(1.035);
}

.tc-news-card__media-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 11, 20, 0.08) 0%, rgba(3, 11, 20, 0.16) 46%, rgba(3, 11, 20, 0.74) 100%),
        linear-gradient(135deg, rgba(89, 169, 255, 0.24), rgba(89, 169, 255, 0) 46%);
}

.tc-news-card__media-pill {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(5, 15, 28, 0.4);
    color: #f4f8ff;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.tc-news-card__placeholder {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--tc-copy);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-news-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.tc-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #6c8097;
    font-family: var(--tc-copy);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tc-news-card__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.45;
}

.tc-news-card__title {
    margin: 12px 0 12px;
    font-family: var(--tc-copy);
    font-size: 1.28rem;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.tc-news-card--featured .tc-news-card__title {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}

.tc-news-card__title a {
    color: var(--tc-text);
    text-decoration: none;
}

.tc-news-card__title a:hover {
    color: var(--tc-blue-strong);
}

.tc-news-card__excerpt {
    color: var(--tc-text-soft);
    font-family: var(--tc-copy);
    font-size: 0.96rem;
    line-height: 1.7;
}

.tc-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(10, 28, 52, 0.08);
    color: var(--tc-blue-strong) !important;
    text-decoration: none !important;
    font-family: var(--tc-copy);
    font-size: 0.92rem;
    font-weight: 800;
    transition: transform 0.22s ease, color 0.22s ease, text-shadow 0.22s ease;
}

.tc-news-card__link::after {
    content: "\2192";
    font-size: 1rem;
    transition: transform 0.22s ease;
}

.tc-news-card:hover .tc-news-card__link,
.tc-news-card__link:hover,
.tc-news-card__link:focus-visible {
    transform: translateX(2px);
    text-shadow: 0 0 12px rgba(98, 194, 255, 0.24);
}

.tc-news-card:hover .tc-news-card__link::after,
.tc-news-card__link:hover::after,
.tc-news-card__link:focus-visible::after {
    transform: translateX(4px);
}

.tc-news-empty {
    max-width: 720px;
    padding: 38px;
    border: 1px solid rgba(12, 22, 36, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.88));
    box-shadow: 0 24px 60px rgba(7, 17, 29, 0.08);
}

.tc-news-empty h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: var(--tc-copy);
}

.tc-news-archive .navigation.pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.tc-news-archive .navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tc-news-archive .navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(12, 22, 36, 0.08);
    background: rgba(255, 255, 255, 0.76);
    color: var(--tc-text);
    text-decoration: none;
    font-weight: 700;
}

.tc-news-archive .navigation.pagination .page-numbers.current,
.tc-news-archive .navigation.pagination .page-numbers:hover {
    background: linear-gradient(135deg, var(--tc-blue), var(--tc-blue-strong));
    border-color: transparent;
    color: #ffffff;
}

.tc-content-copy {
    max-width: 900px;
}

.tc-article-main .tc-content-copy,
.tc-article-main .tc-article-content {
    max-width: none;
}

.tc-content-copy > *:first-child {
    margin-top: 0;
}

.tc-content-copy > *:last-child {
    margin-bottom: 0;
}

.tc-page-fullwidth,
.tc-page-fullwidth > .elementor {
    width: 100%;
}

body.tc-theme .e-con-boxed.e-parent {
    --container-max-width: 100%;
    --content-width: 100%;
}

body.tc-theme .e-con-boxed.e-parent > .e-con-inner {
    max-width: 100%;
}

.tc-elementor-page .elementor-widget-container,
.tc-page-fullwidth .elementor-widget-container {
    width: 100%;
}

.tc-front-page .tc-main {
    padding-top: 0;
}

.tc-front-page .elementor-13 {
    position: relative;
    padding-bottom: 32px;
}

body.page-id-13 .tc-page-fullwidth {
    padding-top: 0;
}

body.page-id-13.admin-bar .tc-page-fullwidth {
    padding-top: 0;
}

.tc-front-page .elementor-13 > .e-con {
    width: 100%;
}

.elementor-13 .elementor-element.elementor-element-hero {
    margin-top: -24px !important;
}

.wp-block-themepunch-revslider .rs-p-wp-fix,
.revslider .rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

.elementor-widget-slider_revolution,
.elementor-widget-slider_revolution .elementor-widget-container,
.wp-block-themepunch-revslider.revslider {
    margin: 0 !important;
    line-height: 0;
}

.tc-front-page .elementor-13 > .elementor-element:not(.elementor-element-hero) {
    padding-left: 28px;
    padding-right: 28px;
}

.tc-front-page .elementor-13 > .elementor-element-services,
.tc-front-page .elementor-13 > .elementor-element-process,
.tc-front-page .elementor-13 > .elementor-element-refs,
.tc-front-page .elementor-13 > .elementor-element-cta {
    margin-top: 26px;
}

.tc-elementor-page .entry-title,
.tc-page-elementor .entry-title {
    display: none;
}

.tc-site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 0 0 28px;
    color: var(--tc-white);
    background:
        radial-gradient(circle at top left, rgba(31, 140, 255, 0.12), transparent 24%),
        linear-gradient(180deg, #05101b 0%, #03080f 100%);
}

.tc-site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.tc-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-footer-pill {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tc-footer-pill-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(31, 140, 255, 0.32), rgba(31, 140, 255, 0.08));
    border: 1px solid rgba(31, 140, 255, 0.28);
    position: relative;
}

.tc-footer-pill-mark::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #62c2ff;
    box-shadow: 0 0 18px rgba(98, 194, 255, 0.7);
}

.tc-footer-pill strong {
    display: block;
    font-size: 1.06rem;
}

.tc-footer-pill p {
    margin: 6px 0 0;
    color: var(--tc-white-soft);
}

.tc-footer-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.tc-footer-contact-row a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--tc-white);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 38px 0 24px;
}

.tc-footer-grid h3 {
    margin: 0 0 16px;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d9ebff;
}

.tc-footer-accordion {
    width: 100%;
}

.tc-footer-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    list-style: none;
    cursor: default;
    color: #d9ebff;
}

.tc-footer-accordion__summary::-webkit-details-marker {
    display: none;
}

.tc-footer-accordion__summary span {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-footer-accordion__summary::after {
    content: "";
}

.tc-footer-accordion[open] .tc-footer-accordion__summary::after {
    transform: rotate(45deg);
}

.tc-footer-accordion .tc-footer-menu,
.tc-footer-accordion .tc-footer-links {
    margin-top: 16px;
}

.tc-footer-brand p,
.tc-site-footer a,
.tc-site-footer li {
    color: var(--tc-white-soft);
    line-height: 1.75;
}

.tc-site-footer a {
    text-decoration: none;
}

.tc-site-footer a:hover {
    color: #ffffff;
}

.tc-footer-menu,
.tc-footer-links {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.tc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--tc-white-soft);
    font-size: 0.9rem;
}

.tc-site-footer .custom-logo-link {
    display: inline-flex;
}

.tc-scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 3000;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(108, 181, 255, 0.2);
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 30%, rgba(70, 150, 255, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(11, 21, 34, 0.94), rgba(7, 15, 25, 0.94));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 18px 38px rgba(2, 8, 18, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(22, 136, 255, 0.06);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.tc-js .tc-scroll-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(28px) scale(0.92);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.tc-scroll-top span {
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1;
    color: inherit;
    transform: translateY(-2px);
    text-shadow: 0 0 18px rgba(77, 163, 255, 0.24);
    transition: color 0.24s ease, text-shadow 0.24s ease, transform 0.24s ease;
}

.tc-js .tc-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.tc-scroll-top:focus-visible {
    background:
        radial-gradient(circle at 30% 30%, rgba(101, 177, 255, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(17, 39, 63, 0.96), rgba(10, 25, 42, 0.96));
    border-color: rgba(98, 180, 255, 0.34);
    box-shadow:
        0 22px 42px rgba(10, 70, 146, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(22, 136, 255, 0.18);
}

.tc-scroll-top:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .tc-scroll-top:hover {
        background:
            radial-gradient(circle at 30% 28%, rgba(166, 220, 255, 0.38), transparent 46%),
            linear-gradient(180deg, rgba(27, 92, 166, 0.98), rgba(14, 54, 107, 0.98));
        border-color: rgba(124, 209, 255, 0.72);
        box-shadow:
            0 26px 52px rgba(10, 70, 146, 0.38),
            inset 0 1px 0 rgba(255, 255, 255, 0.14),
            0 0 30px rgba(22, 136, 255, 0.3);
        color: #eef8ff;
        transform: translateY(-2px) scale(1.1);
    }

    .tc-scroll-top:hover span {
        color: #eef8ff;
        text-shadow: 0 0 22px rgba(98, 194, 255, 0.72);
        transform: translateY(-2px) scale(1.08);
    }
}

@media (max-width: 767px) {
    .tc-footer-accordion__summary {
        cursor: pointer;
    }

    .tc-footer-accordion__summary::after {
        content: "+";
        color: #62c2ff;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1;
        transition: transform 0.18s ease;
    }

    .tc-scroll-top {
        right: 14px;
        bottom: 14px;
        width: 42px;
        height: 42px;
    }
}

body .elementor-location-header .tc-pro-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: var(--tc-header-glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--tc-header-border);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.admin-bar .elementor-location-header::before {
    display: none;
}

.elementor-26 .elementor-element.elementor-element-e72acd8:not(.elementor-motion-effects-element-type-background),
.elementor-26 .elementor-element.elementor-element-e72acd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: var(--tc-header-glass-strong) !important;
    border-bottom: 0 !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body .elementor-location-header .tc-pro-header.is-scrolled,
.elementor-26 .elementor-element.elementor-element-e72acd8.is-scrolled:not(.elementor-motion-effects-element-type-background),
.elementor-26 .elementor-element.elementor-element-e72acd8.is-scrolled > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: var(--tc-header-glass-strong) !important;
    background-color: var(--tc-header-glass-strong) !important;
    box-shadow: var(--tc-header-shadow);
}

body .elementor-location-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0;
    overflow: visible !important;
    background: var(--tc-header-glass);
    z-index: 1000;
    pointer-events: none;
}

body .elementor-location-header > * {
    pointer-events: auto;
}

body .elementor-location-header > .sticky-spacer {
    display: none !important;
}

body.admin-bar .elementor-location-header {
    top: 0;
}

body .elementor-location-header .tc-pro-header .e-con-inner,
body .elementor-location-footer .tc-pro-footer .e-con-inner {
    max-width: var(--tc-header-max) !important;
    margin: 0 auto;
    width: min(var(--tc-header-max), calc(100% - 40px)) !important;
}

.elementor-26 .elementor-element.elementor-element-e72acd8 {
    --content-width: 100%;
    --padding-left: 4px;
    --padding-right: 14px;
    border-bottom: 0 !important;
    --border-bottom-width: 0px !important;
    --border-color: transparent !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    inset-inline-start: auto !important;
    margin-top: 0 !important;
}

body .elementor-location-header .tc-pro-header__brand,
body .elementor-location-header .tc-pro-header__nav-wrap,
body .elementor-location-header .tc-pro-header__actions {
    min-height: 62px;
    display: flex;
    align-items: center;
}

body .elementor-location-header .tc-pro-header__brand {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    justify-content: flex-start;
    margin-left: -132px;
}

.elementor-26 .elementor-element.elementor-element-a9e7cf7 {
    --width: 30% !important;
}

body .elementor-location-header .tc-pro-header__nav-wrap {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    overflow: visible !important;
}

body .elementor-location-header .elementor-widget-nav-menu,
body .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu__container,
body .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main {
    overflow: visible !important;
}

.elementor-26 .elementor-element.elementor-element-9afa552 {
    --width: 48% !important;
}

body .elementor-location-header .tc-pro-header__actions {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    justify-content: flex-end;
    overflow: visible !important;
    margin-right: -132px;
}

.elementor-26 .elementor-element.elementor-element-e941a94 {
    --width: 24% !important;
}

body .elementor-location-header .tc-pro-header__logo img {
    width: auto !important;
    max-width: 274px !important;
    max-height: 60px !important;
    object-fit: contain;
}

body .elementor-location-header .tc-pro-header__logo-text,
body .elementor-location-header .tc-pro-header__logo-text *,
body .elementor-location-footer .tc-pro-footer__logo-text,
body .elementor-location-footer .tc-pro-footer__logo-text * {
    font-family: var(--tc-copy) !important;
}

body .elementor-location-footer .tc-pro-footer__logo img {
    width: auto !important;
    max-width: 198px !important;
    max-height: 42px !important;
    object-fit: contain;
}

.elementor-26 .elementor-element.elementor-element-83fb40b img {
    width: auto !important;
    max-width: 390px !important;
    height: 72px !important;
    max-height: 72px !important;
    object-fit: contain;
}

body .elementor-location-header .tc-pro-header__logo-text h1,
body .elementor-location-footer .tc-pro-footer__logo-text h1 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

body .elementor-location-header .tc-pro-header__logo-text a,
body .elementor-location-footer .tc-pro-footer__logo-text a {
    color: #ffffff;
    text-decoration: none;
}

body .elementor-location-header .tc-pro-header__logo-text span,
body .elementor-location-footer .tc-pro-footer__logo-text span {
    color: #1f8cff;
}

body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu {
    justify-content: center;
    gap: 8px;
}

body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle {
    font-family: var(--tc-copy) !important;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
}

body .elementor-location-header .tc-pro-header__nav .elementor-item {
    font-family: var(--tc-copy) !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-height: 40px;
    padding: 0 14px !important;
    border-radius: 12px;
    transition: color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: var(--tc-copy) !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    fill: rgba(255, 255, 255, 0.78) !important;
}

body .elementor-location-header .elementor-widget-button .elementor-button,
.elementor-26 .elementor-widget-button .elementor-button {
    font-family: var(--tc-copy) !important;
    font-weight: 600 !important;
}

body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
    background: rgba(8, 17, 28, 0.96) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(2, 8, 18, 0.42);
    padding: 10px;
    z-index: 1200 !important;
}

body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a,
body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    fill: rgba(255, 255, 255, 0.9) !important;
    border-radius: 12px;
}

body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a:hover,
body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a:focus,
body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item:hover,
body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item:focus,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:focus {
    background: rgba(22, 136, 255, 0.14) !important;
    color: #1688ff !important;
    fill: #1688ff !important;
    box-shadow: inset 0 0 0 1px rgba(47, 140, 255, 0.24), 0 0 18px rgba(22, 136, 255, 0.12);
}

@media (min-width: 768px) {
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
        min-width: 250px;
        padding: 8px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        min-height: 44px;
        padding: 10px 14px !important;
        border: 1px solid transparent;
        box-shadow: none !important;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a:hover,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a:focus,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item:hover,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item:focus,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:focus,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:focus,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .current-menu-item > .elementor-item,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .current_page_item > .elementor-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
        background: rgba(22, 136, 255, 0.12) !important;
        color: #1688ff !important;
        fill: #1688ff !important;
        border-color: rgba(47, 140, 255, 0.2);
        box-shadow: none !important;
    }
}

body .elementor-location-header .tc-pro-header__nav .elementor-item:hover,
body .elementor-location-header .tc-pro-header__nav .elementor-item:focus,
body .elementor-location-header .tc-pro-header__nav .elementor-item.elementor-item-active,
body .elementor-location-header .tc-pro-header__nav .current-menu-item > .elementor-item,
body .elementor-location-header .tc-pro-header__nav .current_page_item > .elementor-item {
    color: #ffffff !important;
    background: transparent;
}

.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .current-menu-item > .elementor-item,
.elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--main .current_page_item > .elementor-item {
    color: #ffffff !important;
    fill: #ffffff !important;
    background: transparent;
}

body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--main .elementor-item::before,
body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--main .elementor-item::after {
    background: linear-gradient(90deg, #1688ff, #2f8cff) !important;
}

body .elementor-location-header .tc-pro-header__actions .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    padding: 0 16px 0 18px;
    min-height: 48px;
    line-height: 1.1;
    white-space: nowrap;
    font-weight: 800;
    font-size: 0.88rem;
    background: linear-gradient(135deg, #1f8cff, #0d6efd) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(31, 140, 255, 0.24);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, background 0.24s ease;
}

body .elementor-location-header .tc-pro-header__actions .elementor-button::after {
    content: none;
}

body .elementor-location-header .tc-pro-header__actions .elementor-button,
body .elementor-location-header .tc-pro-header__actions .elementor-button:link,
body .elementor-location-header .tc-pro-header__actions .elementor-button:visited,
body .elementor-location-header .tc-pro-header__actions .elementor-button *,
body .elementor-location-header .tc-pro-header__actions .elementor-button *:link,
body .elementor-location-header .tc-pro-header__actions .elementor-button *:visited {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body .elementor-location-header .tc-pro-header__actions .elementor-button:hover,
body .elementor-location-header .tc-pro-header__actions .elementor-button:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #42a0ff 0%, #1f8cff 52%, #0e72f2 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 22px 42px rgba(13, 84, 179, 0.34) !important;
    filter: brightness(1.04) !important;
}

body .elementor-location-header .tc-pro-header__actions .elementor-button:hover *,
body .elementor-location-header .tc-pro-header__actions .elementor-button:focus-visible * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

@keyframes tc-header-cta-glow {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 14px 30px rgba(22, 136, 255, 0.24);
    }
    50% {
        transform: translateY(-1px);
        box-shadow: 0 18px 40px rgba(22, 136, 255, 0.36);
    }
}

@keyframes tc-header-cta-shine {
    0%,
    58%,
    100% {
        transform: translateX(-140%);
    }
    72% {
        transform: translateX(140%);
    }
}

@media (prefers-reduced-motion: reduce) {
    body .elementor-location-header .tc-pro-header__actions .elementor-button,
    body .elementor-location-header .tc-pro-header__actions .elementor-button::after,
    #tc-rs-cta-primary,
    #tc-rs-cta-primary::after {
        animation: none !important;
    }
}

body .elementor-location-footer .tc-pro-footer {
    color: #eef5ff;
}

body .elementor-location-footer {
    position: relative;
    z-index: 4;
}

body .elementor-location-footer .tc-pro-footer .elementor-heading-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

body .elementor-location-footer .tc-pro-footer p,
body .elementor-location-footer .tc-pro-footer a,
body .elementor-location-footer .tc-pro-footer .elementor-item {
    color: #a9b8cc;
}

body .elementor-location-footer .tc-pro-footer a:hover,
body .elementor-location-footer .tc-pro-footer .elementor-item:hover {
    color: #1f8cff;
}

body .elementor-location-footer .tc-pro-footer__menu .elementor-nav-menu {
    gap: 10px;
}

body .elementor-location-footer .tc-pro-footer__bottom p {
    margin: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section.elementor-section-full_width > .elementor-container {
    width: 100%;
    max-width: var(--tc-max);
}

.elementor-widget-text-editor,
.elementor-widget-heading {
    overflow-wrap: anywhere;
}

#tc-rs-cta-primary,
#tc-rs-cta-secondary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 26px;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-weight: 800 !important;
    font-size: 0.98rem !important;
    line-height: 1 !important;
    letter-spacing: 0.01em;
    white-space: nowrap !important;
    text-align: center !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

#tc-rs-cta-primary {
    min-width: 200px;
    background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(31, 140, 255, 0.24);
    animation: tc-header-cta-glow 3.8s ease-in-out infinite;
    isolation: isolate;
    contain: paint;
    clip-path: inset(0 round 12px);
}

#tc-rs-cta-primary::after {
    content: "";
    position: absolute;
    top: -12%;
    bottom: -12%;
    left: -52%;
    width: 38%;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 48%, transparent 100%);
    opacity: 0.72;
    transform: skewX(-22deg) translateX(0);
    animation: tc-slider-cta-shine 4.6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes tc-slider-cta-shine {
    0%,
    58%,
    100% {
        transform: skewX(-22deg) translateX(0);
    }
    72% {
        transform: skewX(-22deg) translateX(440%);
    }
}

#tc-rs-cta-secondary {
    min-width: 138px;
    background: rgba(8, 14, 24, 0.72);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

#tc-rs-cta-primary:hover,
#tc-rs-cta-secondary:hover,
#tc-rs-cta-primary:focus-visible,
#tc-rs-cta-secondary:focus-visible {
    transform: translateY(-2px);
}

#tc-rs-cta-primary:hover,
#tc-rs-cta-primary:focus-visible {
    box-shadow: 0 18px 38px rgba(31, 140, 255, 0.34);
}

#tc-rs-cta-secondary:hover,
#tc-rs-cta-secondary:focus-visible {
    background: rgba(12, 20, 34, 0.88);
    border-color: rgba(255, 255, 255, 0.34);
}

#tc-rs-cta-primary:focus-visible,
#tc-rs-cta-secondary:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

#tc-rs-title-bottom {
    font-weight: 800 !important;
}

@media (min-width: 1025px) {
    #tc-rs-eyebrow,
    #tc-rs-title-top,
    #tc-rs-title-bottom,
    #tc-rs-desc,
    #tc-rs-cta-primary,
    #tc-rs-cta-secondary {
        transform: translateX(54px) !important;
    }

    #tc-rs-bullet-1 {
        left: 128px !important;
        top: 430px !important;
        transform: none !important;
        width: 560px !important;
    }

    #tc-rs-bullet-2 {
        display: none !important;
    }

    #tc-rs-bullet-3 {
        display: none !important;
    }

    .elementor-13 .elementor-element.elementor-element-b203732,
    .elementor-13 .elementor-element.elementor-element-b203732 > .elementor-widget-container {
        margin-top: -12px !important;
    }
}

#tc-rs-bullet-1 {
    white-space: normal !important;
    line-height: 1.85 !important;
}

#tc-rs-bullet-1 .tc-rs-check {
    display: inline-flex !important;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border-radius: 999px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
    box-shadow: 0 8px 20px rgba(31, 140, 255, 0.28);
}

#tc-rs-bullet-1 .tc-rs-check::before {
    content: "\2713";
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

#tc-rs-bullet-1 br {
    display: block;
    content: "";
    margin-top: 8px;
}

.tc-mobile-hero-active > sr7-module[data-alias="technicomp-hero"] {
    display: none !important;
}

.tc-mobile-hero-shell {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100vh - var(--tc-header-height));
    min-height: calc(100dvh - var(--tc-header-height));
    background:
        #040a12 var(--tc-mobile-hero-image, none) 70% 50% / cover no-repeat;
    overflow: hidden;
}

.tc-mobile-hero-shell__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 10, 18, 0.98) 0%, rgba(4, 10, 18, 0.96) 29%, rgba(4, 10, 18, 0.9) 42%, rgba(4, 10, 18, 0.48) 64%, rgba(4, 10, 18, 0.12) 82%, rgba(4, 10, 18, 0) 100%),
        linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.02) 56%, rgba(4, 10, 18, 0.18) 100%);
    pointer-events: none;
}

.tc-mobile-hero-shell__content {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100% - 120px));
    margin-left: clamp(180px, 18vw, 320px);
    padding: 86px 0 94px 62px;
}

.tc-mobile-hero-shell__eyebrow {
    margin: 0 0 14px;
    color: #1f8cff;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-mobile-hero-shell__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.5rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.tc-mobile-hero-shell__title span {
    display: block;
}

.tc-mobile-hero-shell__title span:last-child {
    color: #1f8cff;
}

.tc-mobile-hero-shell__desc {
    margin-top: 26px;
    color: #f2f7ff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.42;
    max-width: 27ch;
}

.tc-mobile-hero-shell__desc br {
    display: block;
    content: "";
    margin-top: 2px;
}

.tc-mobile-hero-shell__points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.tc-mobile-hero-shell__point {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.34;
}

.tc-mobile-hero-shell__point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
    box-shadow: 0 10px 20px rgba(31, 140, 255, 0.24);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.tc-mobile-hero-shell__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.tc-mobile-hero-shell__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 12px;
    padding: 0 24px;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.tc-mobile-hero-shell__btn--primary {
    min-width: 192px;
    background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(31, 140, 255, 0.24);
}

.tc-mobile-hero-shell__btn--secondary {
    min-width: 140px;
    background: rgba(8, 14, 24, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    body.tc-menu-open {
        overflow: hidden;
    }

    .tc-main-nav,
    .tc-header-cta {
        display: none;
    }

    .tc-menu-toggle {
        display: inline-flex;
    }

    .tc-hero-grid,
    .tc-footer-grid {
        grid-template-columns: 1fr;
    }

    .tc-news-toolbar {
        grid-template-columns: 1fr;
        margin-top: -72px;
    }

    .tc-news-toolbar__status {
        justify-content: flex-start;
    }

    .tc-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tc-news-card,
    .tc-news-grid > .tc-news-card:nth-child(2) {
        grid-column: auto;
    }

    .tc-news-card--featured {
        grid-column: span 2;
    }

    .tc-article-related .tc-news-grid.tc-news-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .tc-article-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: 34px 32px 36px;
    }

    .tc-article-hero__copy {
        min-height: 0;
        padding-block: 0;
        transform: none;
    }

    .tc-article-shell--split,
    .tc-article-nav {
        grid-template-columns: 1fr;
    }

    .tc-article-statbar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .tc-article-nav__item--next {
        text-align: left;
        align-items: flex-start;
    }

    .tc-article-hero {
        padding-top: calc(var(--tc-header-height) + 16px);
        padding-bottom: 26px;
    }

    .tc-article-hero__copy h1 {
        max-width: none;
        font-size: clamp(2.18rem, 6vw, 3.2rem);
        line-height: 0.96;
    }

    .tc-article-stat {
        text-align: center;
    }

    .tc-article-perex {
        margin-top: 22px;
        font-size: 1.04rem;
        line-height: 1.72;
    }

    .tc-article-hero__visual {
        justify-self: center;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    .tc-article-wrap {
        margin-top: 0;
        padding-top: 22px;
    }

    .tc-article-sidebar {
        position: static;
        order: 2;
        gap: 14px;
    }

    .tc-article-main {
        padding: 30px 26px 34px;
        border-radius: 24px;
    }

    .tc-article-panel {
        padding: 20px;
        border-radius: 18px;
    }

    .tc-hero-grid {
        min-height: auto;
        padding: 112px 0 72px;
    }

    .tc-hero-visual {
        justify-self: stretch;
        width: 100%;
    }

    .tc-footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    body .elementor-location-footer .tc-pro-footer .e-con-inner,
    body .elementor-location-footer .tc-pro-footer__grid {
        flex-direction: column;
    }

    body .elementor-location-header .tc-pro-header {
        width: 100%;
        margin-top: 0;
    }

    body .elementor-location-header .tc-pro-header .e-con-inner {
        width: min(var(--tc-header-max), calc(100% - 28px)) !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    body .elementor-location-header .tc-pro-header__brand {
        width: auto !important;
        min-width: 0;
        min-height: 58px;
        flex: 1 1 auto;
        margin-left: 0;
    }

    body .elementor-location-header .tc-pro-header__nav-wrap {
        width: auto !important;
        min-height: 58px;
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    body .elementor-location-header .tc-pro-header__actions {
        display: none !important;
        margin-right: 0;
    }

    body .elementor-location-header .elementor-widget-nav-menu,
    body .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu__container {
        width: auto;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--main {
        display: none !important;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 48px;
        min-height: 48px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.05);
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle svg {
        width: 22px;
        height: 22px;
    }

    body .elementor-location-header .elementor-widget-nav-menu {
        position: relative;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
        position: fixed !important;
        top: calc(var(--tc-header-height) + 10px);
        right: 12px;
        left: 12px;
        width: auto !important;
        max-width: none;
        max-height: calc(100dvh - var(--tc-header-height) - 22px);
        padding: 12px;
        border-radius: 20px;
        overflow-y: auto;
        overflow-x: clip;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown[aria-hidden="false"],
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown[aria-hidden="false"] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown > ul,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown > ul {
        display: grid;
        gap: 4px;
        margin: 0;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        display: flex;
        align-items: center;
        min-height: 52px;
        padding: 14px 16px !important;
        font-size: 1rem;
        letter-spacing: 0;
        text-transform: none;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown > ul > .menu-item-has-children > .elementor-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown > ul > .menu-item-has-children > .elementor-item {
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 14px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle[aria-expanded="true"] {
        background: rgba(31, 140, 255, 0.12);
        border-color: rgba(31, 140, 255, 0.28);
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .sub-menu,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .sub-menu {
        position: static !important;
        min-width: 0;
        margin-top: 4px;
        padding: 4px 0 0 10px;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .sub-arrow {
        margin-left: auto;
    }

    body .elementor-location-header .tc-pro-header__logo img,
    .elementor-26 .elementor-element.elementor-element-83fb40b img {
        max-width: 286px !important;
        height: 54px !important;
        max-height: 54px !important;
        width: auto !important;
    }

    body .elementor-location-footer .tc-pro-footer__col {
        width: 100% !important;
    }

    .tc-news-card__body {
        padding: 20px 20px 22px;
    }

    .tc-news-card__title {
        font-size: 1.2rem;
        margin: 12px 0 12px;
    }

    .tc-news-card__excerpt {
        line-height: 1.65;
    }

    .tc-news-card__link {
        margin-top: 18px;
    }
}

@media (max-width: 900px) {
    .tc-news-grid {
        grid-template-columns: 1fr;
    }

    .tc-article-related .tc-news-grid.tc-news-grid--related {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        overflow-x: auto;
        gap: 16px;
        padding: 2px 24px 8px;
        margin: 0 -24px;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 24px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tc-article-related .tc-news-grid.tc-news-grid--related::-webkit-scrollbar {
        display: none;
    }

    .tc-article-related .tc-news-grid.tc-news-grid--related > .tc-news-card {
        flex: 0 0 78%;
        min-width: 78%;
        max-width: 78%;
        scroll-snap-align: center;
    }

    .tc-article-panel--toc {
        display: none;
    }
}

@media (max-width: 782px) {
    body.tc-theme.admin-bar .tc-site-header {
        top: 0;
    }

    body.admin-bar .elementor-location-header {
        top: 0;
    }

    body.page-id-13.admin-bar .tc-page-fullwidth {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --tc-header-height: 58px;
    }

    body.tc-theme .tc-rs-mobile-hero,
    body.tc-theme .tc-rs-mobile-hero *,
    body.tc-theme .tc-mobile-hero-shell,
    body.tc-theme .tc-mobile-hero-shell *,
    body.tc-theme .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle,
    body.tc-theme .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
    body.tc-theme .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown *,
    body.tc-theme .tc-footer-accordion__summary {
        font-family: var(--tc-copy) !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode > sr7-content,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode > sr7-adjuster {
        min-height: 560px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode {
        position: relative !important;
        overflow: hidden !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 6;
        background:
            linear-gradient(90deg, rgba(4, 10, 18, 0.97) 0%, rgba(4, 10, 18, 0.92) 42%, rgba(4, 10, 18, 0.48) 72%, rgba(4, 10, 18, 0.14) 100%),
            linear-gradient(180deg, rgba(4, 10, 18, 0.12) 0%, rgba(4, 10, 18, 0.06) 58%, rgba(4, 10, 18, 0.28) 100%);
        pointer-events: none;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode #tc-rs-bg,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode #tc-rs-bg img,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode #tc-rs-bg canvas {
        filter: brightness(0.84) saturate(1.04);
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-mode :is(#tc-rs-eyebrow, #tc-rs-title-top, #tc-rs-title-bottom, #tc-rs-desc, #tc-rs-bullet-1, #tc-rs-bullet-2, #tc-rs-bullet-3, #tc-rs-cta-primary, #tc-rs-cta-secondary) {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .tc-rs-mobile-hero {
        position: absolute;
        inset: 0;
        z-index: 7;
        display: flex;
        align-items: flex-start;
        padding: 92px 18px 72px;
        pointer-events: none;
    }

    .tc-rs-mobile-hero__content {
        max-width: 252px;
        font-family: var(--tc-copy);
        pointer-events: auto;
    }

    .tc-rs-mobile-hero__eyebrow {
        margin: 0 0 12px;
        color: #1f8cff;
        font-size: 0.62rem;
        font-weight: 800;
        line-height: 1.45;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .tc-rs-mobile-hero__title {
        margin: 0;
        color: #ffffff;
        font-size: 2.18rem;
        font-weight: 900;
        line-height: 0.92;
        letter-spacing: -0.055em;
    }

    .tc-rs-mobile-hero__title span {
        display: block;
    }

.tc-rs-mobile-hero__title span:last-child {
    color: #1f8cff;
    font-weight: 800;
}

    .tc-rs-mobile-hero__desc {
        margin-top: 14px;
        color: #eef5ff;
        font-size: 0.94rem;
        font-weight: 700;
        line-height: 1.42;
        max-width: 18ch;
    }

    .tc-rs-mobile-hero__desc br {
        display: block;
        content: "";
        margin-top: 2px;
    }

    .tc-rs-mobile-hero__points {
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 9px;
    }

    .tc-rs-mobile-hero__point {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        color: #ffffff;
        font-size: 0.88rem;
        font-weight: 700;
        line-height: 1.34;
    }

    .tc-rs-mobile-hero__point-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
        box-shadow: 0 10px 20px rgba(31, 140, 255, 0.22);
        color: #ffffff;
        font-size: 0.72rem;
        line-height: 1;
    }

    .tc-rs-mobile-hero__actions {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        pointer-events: auto;
    }

    .tc-rs-mobile-hero__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 16px;
        border-radius: 12px;
        text-decoration: none !important;
        font-size: 0.86rem;
        font-weight: 800;
        line-height: 1;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

    .tc-rs-mobile-hero__btn--primary {
        min-width: 220px;
        background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
        color: #ffffff !important;
        box-shadow: 0 14px 28px rgba(31, 140, 255, 0.24);
    }

    .tc-rs-mobile-hero__btn--secondary {
        min-width: 136px;
        background: rgba(7, 16, 28, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: #ffffff !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready > sr7-content,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready > sr7-adjuster,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready sr7-slide {
        min-height: 540px !important;
        height: 540px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready {
        position: relative !important;
        overflow: hidden !important;
        background: #040a12 !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready sr7-slide {
        position: relative !important;
        display: block !important;
        width: 100% !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
            linear-gradient(90deg, rgba(4, 10, 18, 0.96) 0%, rgba(4, 10, 18, 0.93) 36%, rgba(4, 10, 18, 0.62) 58%, rgba(4, 10, 18, 0.16) 76%, rgba(4, 10, 18, 0) 100%),
            linear-gradient(180deg, rgba(4, 10, 18, 0.16) 0%, rgba(4, 10, 18, 0.04) 46%, rgba(4, 10, 18, 0.22) 100%);
        pointer-events: none;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bg {
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        display: block !important;
        filter: brightness(0.84) saturate(1.02) !important;
        background-position: 66% 50% !important;
        background-size: cover !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bg img,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bg canvas {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready :is(#tc-rs-eyebrow, #tc-rs-title-top, #tc-rs-title-bottom, #tc-rs-desc, #tc-rs-bullet-1, #tc-rs-cta-primary, #tc-rs-cta-secondary) {
        z-index: 3 !important;
        transform: none !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-eyebrow {
        left: 18px !important;
        top: 56px !important;
        width: 220px !important;
        font-size: 10px !important;
        line-height: 14px !important;
        letter-spacing: 0.08em !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-title-top {
        left: 18px !important;
        top: 92px !important;
        width: 220px !important;
        font-size: 35px !important;
        line-height: 35px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-title-bottom {
        left: 18px !important;
        top: 128px !important;
        width: 258px !important;
        font-size: 35px !important;
        line-height: 36px !important;
        font-weight: 800 !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-desc {
        left: 18px !important;
        top: 204px !important;
        width: 210px !important;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-1 {
        left: 18px !important;
        top: 284px !important;
        width: 226px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-2,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-3 {
        display: none !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-1 .tc-rs-check {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-1 .tc-rs-check::before {
        font-size: 10px;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-bullet-1 br {
        margin-top: 5px;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-cta-primary,
    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-cta-secondary {
        min-height: 42px;
        padding: 0 18px;
        border-radius: 12px;
        font-size: 0.82rem !important;
        line-height: 1 !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-cta-primary {
        left: 18px !important;
        top: 414px !important;
        width: 220px !important;
        min-width: 220px !important;
    }

    sr7-module[data-alias="technicomp-hero"].tc-rs-mobile-ready #tc-rs-cta-secondary {
        left: 18px !important;
        top: 468px !important;
        width: 106px !important;
        min-width: 106px !important;
        background: rgba(8, 14, 24, 0.8);
    }

    .tc-mobile-hero-shell {
        position: relative;
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        min-height: 520px;
        background:
            #040a12 var(--tc-mobile-hero-image, none) 66% 50% / cover no-repeat;
        overflow: hidden;
    }

    .tc-mobile-hero-active > sr7-module[data-alias="technicomp-hero"] {
        display: none !important;
    }

    .tc-mobile-hero-shell__overlay {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(4, 10, 18, 0.97) 0%, rgba(4, 10, 18, 0.94) 34%, rgba(4, 10, 18, 0.62) 58%, rgba(4, 10, 18, 0.18) 76%, rgba(4, 10, 18, 0) 100%),
            linear-gradient(180deg, rgba(4, 10, 18, 0.16) 0%, rgba(4, 10, 18, 0.02) 48%, rgba(4, 10, 18, 0.24) 100%);
        pointer-events: none;
    }

    .tc-mobile-hero-shell__content {
        position: relative;
        z-index: 1;
        width: min(266px, calc(100% - 36px));
        margin-left: 0;
        padding: 56px 18px 26px;
        font-family: var(--tc-copy);
    }

    .tc-mobile-hero-shell__eyebrow {
        margin: 0 0 12px;
        color: #1f8cff;
        font-size: 0.62rem;
        font-weight: 800;
        line-height: 1.42;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .tc-mobile-hero-shell__title {
        margin: 0;
        color: #ffffff;
        font-size: 2.02rem;
        font-weight: 900;
        line-height: 0.95;
        letter-spacing: -0.055em;
    }

    .tc-mobile-hero-shell__title span {
        display: block;
    }

.tc-mobile-hero-shell__title span:last-child {
    color: #1f8cff;
    font-weight: 800;
}

    .tc-mobile-hero-shell__desc {
        margin-top: 14px;
        color: #f2f7ff;
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.4;
    }

    .tc-mobile-hero-shell__desc br {
        display: block;
        content: "";
        margin-top: 2px;
    }

    .tc-mobile-hero-shell__points {
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;
    }

    .tc-mobile-hero-shell__point {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        color: #ffffff;
        font-size: 0.94rem;
        font-weight: 700;
        line-height: 1.34;
    }

    .tc-mobile-hero-shell__point-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
        box-shadow: 0 10px 20px rgba(31, 140, 255, 0.24);
        color: #ffffff;
        font-size: 0.72rem;
        font-weight: 900;
        line-height: 1;
    }

    .tc-mobile-hero-shell__actions {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tc-mobile-hero-shell__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        border-radius: 12px;
        padding: 0 18px;
        font-size: 0.84rem;
        font-weight: 800;
        line-height: 1;
        text-decoration: none !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

    .tc-mobile-hero-shell__btn--primary {
        min-width: 220px;
        background: linear-gradient(180deg, #1f8cff 0%, #0a66eb 100%);
        color: #ffffff !important;
        box-shadow: 0 14px 28px rgba(31, 140, 255, 0.24);
    }

    .tc-mobile-hero-shell__btn--secondary {
        min-width: 104px;
        background: rgba(8, 14, 24, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: #ffffff !important;
    }

    .tc-front-page .elementor-13 > .elementor-element-services {
        position: relative;
        margin-top: 0;
        z-index: 0;
    }

    .tc-front-page .elementor-13 > .elementor-element-services::before {
        content: none;
    }

    .tc-front-page .elementor-13 > .elementor-element-services > .e-con-inner {
        position: relative;
        z-index: 1;
    }

    .tc-front-page .elementor-13 > .elementor-element:not(.elementor-element-hero) {
        padding-left: 0;
        padding-right: 0;
    }

    .tc-front-page .elementor-13 > .elementor-element > .e-con-inner,
    .tc-front-page .elementor-13 > .elementor-element > .elementor-widget-wrap,
    .tc-front-page .elementor-13 > .elementor-element > .elementor-container {
        padding-left: 0;
        padding-right: 0;
    }

    .tc-container {
        width: min(var(--tc-max), calc(100% - 28px));
    }

    .tc-front-page .tc-container {
        width: min(var(--tc-max), calc(100% - 20px));
    }

    .tc-fallback-hero > .tc-container {
        width: 100%;
    }

    .tc-header-inner {
        min-height: 56px;
    }

    .tc-fallback-hero::before {
        background:
            linear-gradient(180deg, rgba(3, 9, 17, 0.96) 0%, rgba(3, 9, 17, 0.88) 45%, rgba(3, 9, 17, 0.96) 100%),
            linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
        background-size: auto, 80px 80px, 80px 80px;
    }

    .tc-hero-grid {
        width: calc(100% - 28px);
        gap: 28px;
        padding: 96px 0 58px;
    }

    .tc-fallback-hero p {
        font-size: 1.05rem;
    }

    .tc-hero-buttons,
    .tc-mobile-cta-group {
        grid-template-columns: 1fr;
    }

    .tc-hero-buttons .tc-button,
    .tc-mobile-cta-group .tc-button,
    .tc-footer-contact-row a {
        width: 100%;
    }

    .tc-footer-contact-row,
    .tc-footer-bottom {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .tc-page-hero {
        padding: 92px 0 50px;
    }

    .tc-page-wrap {
        padding: 40px 0 52px;
    }

    .tc-article-hero {
        padding-top: calc(var(--tc-header-height) + 12px);
        padding-bottom: 16px;
    }

    .tc-article-hero__inner {
        gap: 18px;
        padding: 24px 20px 24px;
    }

    .tc-article-backlink {
        gap: 8px;
        min-height: 34px;
        padding: 0 12px 0 10px;
        margin-bottom: 0;
        font-size: 0.78rem;
    }

    .tc-article-kicker {
        gap: 10px;
        margin-bottom: 14px;
    }

    .tc-article-hero__copy .tc-eyebrow {
        padding-left: 10px;
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .tc-article-meta {
        gap: 8px;
        margin-bottom: 12px;
        font-size: 0.8rem;
    }

    .tc-article-hero__copy h1 {
        max-width: none;
        font-size: clamp(1.82rem, 8.6vw, 2.28rem);
        line-height: 0.97;
        letter-spacing: -0.055em;
    }

    .tc-article-perex {
        margin-top: 14px;
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .tc-article-statbar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .tc-article-stat {
        padding: 10px 9px 9px;
        border-radius: 12px;
        text-align: center;
    }

    .tc-article-stat__label {
        margin-bottom: 4px;
        font-size: 0.56rem;
        letter-spacing: 0.09em;
    }

    .tc-article-stat strong {
        font-size: 0.82rem;
    }

    .tc-article-main {
        padding: 20px 16px 22px;
        border-radius: 16px;
    }

    .tc-article-panel {
        padding: 16px;
        border-radius: 16px;
    }

    .tc-article-panel--cta h2 {
        font-size: 1.12rem;
        line-height: 1.16;
    }

    .tc-article-panel--cta p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .tc-article-hero__visual img,
    .tc-article-hero__fallback {
        min-height: 168px;
        border-radius: 16px;
    }

    .tc-article-hero__visual {
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    .tc-article-content {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .tc-article-content h2 {
        font-size: clamp(1.48rem, 7.6vw, 1.88rem);
    }

    .tc-article-content h3 {
        font-size: clamp(1.2rem, 6.2vw, 1.42rem);
    }

    .tc-article-content h4 {
        font-size: 1rem;
    }

    .tc-article-content > p:first-of-type {
        font-size: 0.99rem;
    }

    .tc-article-content ul,
    .tc-article-content ol,
    .tc-article-content .wp-block-list {
        padding-left: 1.15em;
    }

    .tc-article-content blockquote {
        margin: 1.4em 0;
        padding: 18px;
    }

    .tc-article-content .trx_addons_dropcap {
        font-size: 2.7rem;
    }

    .tc-article-nav {
        gap: 10px;
        margin-top: 26px;
        padding-top: 14px;
    }

    .tc-article-nav__item {
        min-height: auto;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 2px 10px;
        padding: 11px 12px;
        border-radius: 12px;
    }

    .tc-article-nav__item--next {
        grid-template-columns: minmax(0, 1fr) 24px;
    }

    .tc-article-nav__item::before {
        width: 28px;
        height: 28px;
        font-size: 0.76rem;
    }

    .tc-article-nav__label {
        font-size: 0.6rem;
        letter-spacing: 0.07em;
    }

    .tc-article-nav__item strong {
        font-size: 0.84rem;
        line-height: 1.34;
    }

    .tc-article-related__header {
        margin-bottom: 20px;
    }

    .tc-article-related__header h2 {
        font-size: clamp(1.52rem, 8.4vw, 1.96rem);
        line-height: 1.04;
    }

    .tc-article-related__header p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .tc-news-card {
        border-radius: 16px;
    }

    .tc-news-card__body {
        padding: 16px 16px 18px;
    }

    .tc-news-card__title {
        font-size: 1rem;
        margin: 9px 0 9px;
    }

    .tc-news-card__excerpt {
        font-size: 0.9rem;
        line-height: 1.56;
    }

    .tc-news-card__meta,
    .tc-news-card__link {
        font-size: 0.8rem;
    }

    .tc-news-toolbar {
        padding: 18px;
        border-radius: 20px;
        margin-top: -56px;
    }

    .tc-news-card {
        border-radius: 18px;
    }

    .tc-news-card--featured {
        grid-column: auto;
    }

    .tc-news-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tc-news-card__media-pill {
        top: 14px;
        left: 14px;
    }

    body .elementor-location-header .tc-pro-header .e-con-inner {
        width: min(var(--tc-header-max), calc(100% - 20px)) !important;
        gap: 8px;
    }

    body .elementor-location-header .tc-pro-header__brand,
    body .elementor-location-header .tc-pro-header__nav-wrap {
        min-height: 58px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle {
        min-width: 46px;
        min-height: 46px;
        border-radius: 14px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-menu-toggle svg {
        width: 20px;
        height: 20px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
        top: calc(var(--tc-header-height) + 8px);
        right: 10px;
        left: 10px;
        width: auto !important;
        max-height: calc(100dvh - var(--tc-header-height) - 18px);
        padding: 10px;
        border-radius: 18px;
    }

    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown a,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown .elementor-sub-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
    .elementor-26 .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        min-height: 50px;
        padding: 13px 14px !important;
        font-size: 1rem;
    }

    body .elementor-location-header .tc-pro-header__logo img,
    .elementor-26 .elementor-element.elementor-element-83fb40b img {
        max-width: 276px !important;
        height: 54px !important;
        max-height: 54px !important;
        transform: translateX(-40px);
    }

    .tc-site-header .tc-logo img,
    .tc-site-header .tc-logo .custom-logo {
        transform: translateX(-40px);
    }

    body.page-id-13 .tc-page-fullwidth {
        padding-top: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tc-site-header,
    .tc-main-nav a,
    .tc-main-nav a::after,
    .tc-main-nav .sub-menu,
    .tc-header-cta,
    .tc-button,
    .tc-menu-toggle,
    .tc-menu-toggle span:not(.screen-reader-text),
    .tc-mobile-drawer,
    .tc-mobile-menu a,
    .tc-scroll-top,
    body .elementor-location-header .tc-pro-header,
    body .elementor-location-header .tc-pro-header__nav .elementor-item,
    body .elementor-location-header .tc-pro-header__nav .elementor-nav-menu--dropdown,
    body .elementor-location-header .tc-pro-header__actions .elementor-button {
        transition: none !important;
    }
}
