/* TGXTRACT product page — complete Aiero/OSINTERSECT implementation.
   All page-specific overrides remain scoped to .tgx-* classes. */

/* -------------------------------------------------------------------------- */
/* Hero, resilient wordmarks and introduction                                 */
/* -------------------------------------------------------------------------- */

.tgx-page-banner {
    position: relative;
    min-height: 590px;
    margin: 0 16px;
    padding: 78px 0 88px;
    overflow: hidden;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    color: var(--color-content-white);
    isolation: isolate;
}

.tgx-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(3, 8, 23, .98) 0%, rgba(3, 10, 26, .93) 46%, rgba(3, 24, 45, .73) 100%),
        radial-gradient(circle at 79% 22%, rgba(34, 158, 217, .20), transparent 33%),
        radial-gradient(circle at 28% 92%, rgba(69, 208, 189, .11), transparent 35%);
    pointer-events: none;
}

.tgx-page-banner > .shape,
.tgx-page-banner > .shape3 {
    z-index: 1;
    opacity: .92;
}

.tgx-page-banner > .container {
    position: relative;
    z-index: 3;
}

.tgx-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.tgx-hero-copy {
    max-width: 810px;
}

.tgx-hero-eyebrow {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin-bottom: 24px;
    padding: 7px 13px;
    border: 1px solid rgba(69, 208, 189, .52);
    border-radius: 999px;
    background: rgba(6, 14, 29, .36);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tgx-hero-title {
    max-width: 850px;
    margin: 0;
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: -.055em;
}

.tgx-hero-product-name,
.tgx-hero-title-line {
    display: block;
}

.tgx-hero-product-name {
    margin-bottom: 17px;
    color: #66d9cf;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tgx-hero-title-line {
    font-size: clamp(48px, 5.5vw, 82px);
}

.tgx-hero-lead {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .70);
    font-size: 18px;
    line-height: 1.72;
}

.tgx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.tgx-hero-actions .ibt-btn {
    margin: 0;
}

.tgx-hero-primary {
    border-color: var(--color-primary) !important;
    background: var(--color-primary) !important;
    color: #071518 !important;
}

.tgx-hero-primary:hover,
.tgx-hero-primary:focus-visible {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #071518 !important;
}

.tgx-hero-secondary {
    border-color: rgba(255, 255, 255, .34) !important;
    color: #ffffff !important;
}

.tgx-hero-secondary:hover,
.tgx-hero-secondary:focus-visible {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #071518 !important;
}

.tgx-hero-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.tgx-hero-status li {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .70);
    font-size: 12px;
    line-height: 1;
}

.tgx-hero-status li > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.tgx-hero-status .is-ready > span {
    background: #45d0bd;
    box-shadow: 0 0 12px rgba(69, 208, 189, .56);
}

.tgx-hero-status .is-testing > span {
    background: #44b6e9;
    box-shadow: 0 0 12px rgba(68, 182, 233, .46);
}

.tgx-hero-status .is-open > span {
    background: #8b7ae6;
    box-shadow: 0 0 12px rgba(139, 122, 230, .42);
}

.tgx-hero-brand-panel {
    position: relative;
    min-height: 390px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 25px;
    background:
        linear-gradient(rgba(68, 182, 233, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 182, 233, .055) 1px, transparent 1px),
        radial-gradient(circle at 86% 10%, rgba(34, 158, 217, .15), transparent 30%),
        rgba(2, 8, 22, .63);
    background-size: 30px 30px, 30px 30px, auto, auto;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
    backdrop-filter: blur(8px);
}

.tgx-hero-brand-panel::before {
    content: "";
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 20px;
    pointer-events: none;
}

.tgx-hero-brand-panel > * {
    position: relative;
    z-index: 1;
}

.tgx-hero-brand-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 54px;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.tgx-hero-brand-top small {
    color: rgba(255, 255, 255, .30);
    font-size: inherit;
}

.tgx-hero-brand-panel .tgx-hero-logo {
    position: static !important;
    display: block;
    width: min(520px, 100%);
    height: auto !important;
    margin: 0 auto 64px;
    border-radius: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.tgx-hero-logo.tgx-wordmark-fallback {
    margin-bottom: 64px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 66px);
}

.tgx-hero-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tgx-hero-flow::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, rgba(69, 208, 189, .22), rgba(34, 158, 217, .72), rgba(139, 122, 230, .28));
}

.tgx-hero-flow li {
    position: relative;
    z-index: 1;
    min-width: 0;
    text-align: center;
}

.tgx-hero-flow span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(69, 208, 189, .43);
    border-radius: 50%;
    background: #0c1822;
    color: #c9f8f2;
    font-size: 9px;
    line-height: 1;
    box-shadow: 0 0 0 5px rgba(7, 15, 28, .88);
}

.tgx-hero-flow strong {
    display: block;
    margin-top: 11px;
    color: rgba(255, 255, 255, .70);
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

.tgx-page-banner .staff-text {
    position: absolute !important;
    top: 42px !important;
    right: 22px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2;
    width: auto !important;
    color: transparent !important;
    font-family: var(--font-heading);
    font-size: clamp(34px, 3.5vw, 54px) !important;
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: .12em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg) !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .16);
    opacity: 1 !important;
    pointer-events: none;
}

.tgx-page-banner .breadcrumbs {
    z-index: 4;
}

.tgx-wordmark-fallback {
    display: block;
    width: fit-content;
    max-width: 100%;
    color: inherit;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.06em;
}

.tgx-intro {
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
}

.tgx-intro::before,
.tgx-intro::after,
.tgx-intro .shape,
.tgx-intro .shape2,
.tgx-intro .shape3,
.tgx-intro .bg-shape,
.tgx-intro .shape-img,
.tgx-intro .section-shape {
    display: none !important;
    content: none !important;
    background: none !important;
}

.tgx-intro > .container {
    position: relative;
    z-index: 1;
}

.tgx-intro .about-info2 p:last-of-type {
    margin-bottom: 0;
}

.tgx-intro-jump {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--color-content-black2);
    font-size: 14px;
    font-weight: 600;
}

.tgx-intro-jump span {
    color: var(--color-primary);
    font-size: 18px;
}

.tgx-requirements-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 70px 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 16, .10);
    border-radius: 22px;
    background: #ecf0f4;
    list-style: none;
}

.tgx-requirements-strip li {
    position: relative;
    min-height: 116px;
    padding: 23px 20px 23px 24px;
    border-right: 1px solid rgba(15, 16, 16, .09);
}

.tgx-requirements-strip li::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-primary);
}

.tgx-requirements-strip li:last-child {
    border-right: 0;
}

.tgx-requirements-strip strong,
.tgx-requirements-strip span {
    display: block;
}

.tgx-requirements-strip strong {
    margin-bottom: 8px;
    color: var(--color-content-black2);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.tgx-requirements-strip span {
    color: rgba(15, 16, 16, .62);
    font-size: 13px;
    line-height: 1.5;
}

/* -------------------------------------------------------------------------- */
/* Static five-step pathway                                                   */
/* -------------------------------------------------------------------------- */

.tgx-get-started {
    position: relative;
    overflow: hidden;
    background: #ecf0f4;
}

.tgx-get-started .sec-title {
    max-width: 930px;
    margin-bottom: 56px;
}

.tgx-get-started .sec-title p {
    max-width: 780px;
    margin-top: 18px;
}

.tgx-stepper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.tgx-stepper::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 8%;
    left: 8%;
    z-index: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(69, 208, 189, .12) 0%,
        rgba(69, 208, 189, .72) 22%,
        rgba(34, 158, 217, .82) 52%,
        rgba(108, 99, 216, .62) 78%,
        rgba(108, 99, 216, .10) 100%
    );
    box-shadow: 0 0 16px rgba(34, 158, 217, .16);
}

.tgx-step-card {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 430px;
    margin: 0 !important;
    padding: 0 26px 30px !important;
    border-right: 1px solid rgba(15, 16, 16, .17);
}

.tgx-step-card:last-child {
    border-right: 0;
}

.tgx-step-number {
    position: relative;
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    background:
        linear-gradient(#101820, #101820) padding-box,
        linear-gradient(135deg, #45d0bd 0%, #229ed9 58%, #6c63d8 100%) border-box;
    color: #dffaff;
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.05em;
    box-shadow:
        0 0 0 10px #ecf0f4,
        0 14px 32px rgba(34, 158, 217, .18),
        inset 0 0 24px rgba(69, 208, 189, .06);
}

.tgx-step-card .step {
    display: block;
    color: rgba(15, 16, 16, .66);
    font-size: 13px;
    line-height: 1;
    text-transform: lowercase;
}

.tgx-step-card .title {
    min-height: 92px;
    margin: 30px 0 16px;
    color: var(--color-content-black2);
    font-size: 24px;
    line-height: 1.25;
}

.tgx-step-card p {
    min-height: 142px;
    margin-bottom: 0;
    color: rgba(15, 16, 16, .69);
    font-size: 15px;
    line-height: 1.65;
}

.tgx-step-link,
.tgx-step-note {
    display: inline-flex;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.55;
}

.tgx-step-link {
    align-items: center;
    gap: 8px;
    color: var(--color-content-black2);
    font-weight: 600;
}

.tgx-step-link span {
    color: var(--color-primary);
}

.tgx-step-note {
    color: rgba(15, 16, 16, .55);
}

/* -------------------------------------------------------------------------- */
/* Credential capacity — light section, dark visual only                      */
/* -------------------------------------------------------------------------- */

.tgx-credential-capacity {
    position: relative;
    margin: 0;
    padding: 110px 0 !important;
    overflow: hidden;
    background: #f7f8f9;
}

.tgx-credential-capacity::before,
.tgx-credential-capacity .feature-img14::before {
    display: none !important;
}

.tgx-credential-capacity .row {
    align-items: stretch !important;
}

.tgx-credential-capacity .feature-img14 {
    height: 100%;
    margin: 0;
}

.tgx-credential-visual {
    position: relative;
    min-height: 650px;
    height: 100%;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 25px;
    background:
        linear-gradient(rgba(68, 182, 233, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 182, 233, .055) 1px, transparent 1px),
        radial-gradient(circle at 88% 8%, rgba(68, 182, 233, .16), transparent 30%),
        #101214;
    background-size: 32px 32px, 32px 32px, auto, auto;
    color: var(--color-content-white);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .15);
}

.tgx-credential-visual::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 20px;
    pointer-events: none;
}

.tgx-credential-visual > * {
    position: relative;
    z-index: 1;
}

.tgx-credential-kicker,
.tgx-panel-kicker {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    margin-bottom: 24px;
    padding: 6px 13px;
    border: 1px solid rgba(69, 208, 189, .48);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.tgx-credential-kicker {
    color: rgba(255, 255, 255, .82);
}

.tgx-credential-visual h3 {
    max-width: 610px;
    margin: 0 0 18px;
    color: var(--color-content-white);
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.tgx-credential-visual > p {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.7;
}

.tgx-credential-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.tgx-credential-flow > div {
    min-height: 86px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .045);
}

.tgx-credential-flow > span {
    color: var(--color-primary);
    font-size: 24px;
}

.tgx-credential-flow small,
.tgx-credential-flow strong {
    display: block;
}

.tgx-credential-flow small {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .46);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.tgx-credential-flow strong {
    color: var(--color-content-white);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

.tgx-credential-lanes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tgx-credential-lane {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 9px;
    align-items: center;
    min-height: 58px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    opacity: .24;
    transition: opacity .25s ease, border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.tgx-credential-lane span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
}

.tgx-credential-lane strong {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 500;
}

.tgx-credential-visual[data-capacity="1"] .tgx-credential-lane:nth-child(1),
.tgx-credential-visual[data-capacity="3"] .tgx-credential-lane:nth-child(-n+3),
.tgx-credential-visual[data-capacity="5"] .tgx-credential-lane {
    border-color: rgba(69, 208, 189, .30);
    background: rgba(69, 208, 189, .075);
    opacity: 1;
    transform: translateY(-2px);
}

.tgx-capacity-readout {
    display: grid;
    margin-top: 18px;
    padding: 18px;
    border-left: 3px solid var(--color-primary);
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, .045);
}

.tgx-capacity-readout small {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .45);
    font-size: 11px;
    text-transform: uppercase;
}

.tgx-capacity-readout strong {
    color: var(--color-content-white);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
}

.tgx-capacity-readout span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
}

.tgx-capacity-content {
    height: 100%;
    padding: 48px;
    border: 1px solid rgba(15, 16, 16, .09);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 18px 58px rgba(0, 0, 0, .06);
}

.tgx-capacity-content .sec-title {
    margin-bottom: 34px;
}

.tgx-capacity-content .sec-title .title {
    color: var(--color-content-black2);
}

.tgx-capacity-content .sec-title p {
    margin-top: 16px;
    color: rgba(15, 16, 16, .62);
}

.tgx-capacity-content .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.tgx-capacity-content .nav-tabs::before,
.tgx-capacity-content .nav-tabs::after {
    display: none !important;
    content: none !important;
}

.tgx-capacity-content .nav-tabs .nav-item {
    margin: 0;
}

.tgx-capacity-content .nav-tabs .nav-link {
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #d7e2e8 !important;
    border-radius: 999px !important;
    background: #edf3f6 !important;
    color: #45535e !important;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition:
        color .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.tgx-capacity-content .nav-tabs .nav-link::before,
.tgx-capacity-content .nav-tabs .nav-link::after {
    display: none !important;
    content: none !important;
}

.tgx-capacity-content .nav-tabs .nav-link:hover,
.tgx-capacity-content .nav-tabs .nav-link:focus-visible {
    border-color: rgba(34, 158, 217, .52) !important;
    background: #f7fbfd !important;
    color: #167ead !important;
    outline: none;
    transform: translateY(-1px);
}

.tgx-capacity-content .nav-tabs .nav-link.active {
    border-color: transparent !important;
    background: linear-gradient(105deg, #45d0bd 0%, #229ed9 72%, #4e78d6 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 10px 24px rgba(34, 158, 217, .20),
        inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.tgx-capacity-content .tab-content p {
    color: var(--color-content-black2);
    font-weight: 600;
}

.tgx-tab-points {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tgx-tab-points li {
    position: relative;
    padding-left: 25px;
    color: rgba(15, 16, 16, .67);
    font-size: 15px;
    line-height: 1.6;
}

.tgx-tab-points li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-primary);
    font-weight: 700;
}

.tgx-capacity-caveat {
    margin-top: 30px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 16, 16, .10);
    border-radius: 16px;
    background: #f3f5f6;
    color: rgba(15, 16, 16, .66);
    font-size: 14px;
    line-height: 1.65;
}

.tgx-capacity-caveat strong {
    color: var(--color-content-black2);
}

/* -------------------------------------------------------------------------- */
/* Motion workflow                                                            */
/* -------------------------------------------------------------------------- */

.tgx-workflow-showcase {
    margin-top: 0;
}

.tgx-workflow-showcase .project-info2 {
    display: grid;
    gap: 26px;
}

.tgx-workflow-showcase .project-block2.tgx-workflow-card {
    position: sticky;
    top: 130px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 34px;
    align-items: center;
    min-height: 560px;
    height: auto;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 25px;
    background:
        radial-gradient(circle at 86% 18%, rgba(68, 182, 233, .16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)),
        #101214;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .24);
}

.tgx-workflow-showcase .project-block2.tgx-workflow-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    pointer-events: none;
}

.tgx-workflow-card-media {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    background: #06080d;
}

.tgx-workflow-showcase .project-content2.tgx-workflow-card-content {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    width: auto;
    padding-left: 0;
    transform: none;
}

.tgx-workflow-showcase .project-content2 .sub-title {
    margin-bottom: 22px;
}

.tgx-workflow-showcase .project-content2 .title {
    max-width: 620px;
    margin-bottom: 18px;
}

.tgx-workflow-showcase .project-content2 p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.7;
}

.tgx-workflow-showcase .title-area .ibt-btn-outline {
    color: var(--color-content-white);
}

.tgx-motion-frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #06080d;
}

.tgx-motion-video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
    background: #06080d;
}

.tgx-motion-frame figcaption {
    position: absolute;
    bottom: 14px;
    left: 16px;
    z-index: 3;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .42);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}

.tgx-motion-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    pointer-events: none;
}

.tgx-motion-control {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 4;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(0, 0, 0, .42);
    color: #ffffff;
    cursor: pointer;
    opacity: .78;
    transition: opacity .2s ease, background-color .2s ease, border-color .2s ease;
}

.tgx-motion-control:hover,
.tgx-motion-control:focus-visible {
    border-color: rgba(255, 255, 255, .38);
    outline: none;
    background: rgba(0, 0, 0, .62);
    opacity: 1;
}

.tgx-motion-control-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid currentColor;
}

.tgx-motion-frame.is-video-active .tgx-motion-control-icon {
    width: 12px;
    height: 14px;
    margin-left: 0;
    border: 0;
    border-right: 4px solid currentColor;
    border-left: 4px solid currentColor;
}

/* -------------------------------------------------------------------------- */
/* Operational safeguards                                                     */
/* -------------------------------------------------------------------------- */

.tgx-safeguards {
    background: #ffffff;
}

.tgx-safeguards .feature-content9 .sec-title {
    margin-bottom: 40px;
}

.tgx-safeguards .feature-content9 .sec-title p {
    max-width: 660px;
}

.tgx-safeguards .feature-block9 {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(15, 16, 16, .10);
}

.tgx-safeguards .feature-block9:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.tgx-safeguards .feature-block9 .title {
    margin-bottom: 9px;
}

.tgx-safeguards .feature-block9 p {
    max-width: 680px;
}

.tgx-safeguard-panel {
    position: relative !important;
    display: grid !important;
    min-height: 620px !important;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 25px;
    background:
        linear-gradient(rgba(68, 182, 233, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 182, 233, .055) 1px, transparent 1px),
        radial-gradient(circle at 86% 10%, rgba(34, 158, 217, .17), transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(69, 208, 189, .10), transparent 34%),
        #101214 !important;
    background-size: 34px 34px, 34px 34px, auto, auto, auto !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}

.tgx-safeguard-panel::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    pointer-events: none;
}

.tgx-safeguard-panel::after,
.tgx-safeguard-panel > .empty4,
.tgx-safeguard-panel > .title {
    display: none !important;
}

.tgx-safeguard-panel-inner {
    position: relative;
    z-index: 1;
    padding: 48px;
}

.tgx-safeguard-panel .tgx-panel-kicker {
    border-color: rgba(69, 208, 189, .48);
    color: rgba(255, 255, 255, .78);
}

.tgx-safeguard-panel .tgx-safeguard-logo {
    position: static !important;
    display: block;
    width: min(470px, 86%);
    height: auto !important;
    margin: 2px 0 38px;
    border-radius: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.tgx-safeguard-logo.tgx-wordmark-fallback {
    color: #ffffff;
    font-size: clamp(38px, 5vw, 66px);
}

.tgx-safeguard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tgx-safeguard-grid article {
    min-height: 125px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015);
}

.tgx-safeguard-grid span,
.tgx-safeguard-grid strong {
    display: block;
}

.tgx-safeguard-grid span {
    margin-bottom: 13px;
    color: #55c8f0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tgx-safeguard-grid strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.tgx-safeguard-note {
    max-width: 610px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.65;
}

/* -------------------------------------------------------------------------- */
/* Download and access routes                                                 */
/* -------------------------------------------------------------------------- */

.tgx-access-routes {
    position: relative;
}

.tgx-access-routes .ser-content22.tgx-access-copy {
    height: 100%;
    padding-bottom: 76px;
}

.tgx-access-routes .ser-content22.tgx-access-copy .ibt-btn {
    margin-top: 0;
    color: var(--color-content-white);
}

.tgx-access-actions {
    display: grid;
    gap: 18px;
    justify-items: start;
    margin-top: 28px;
}

.tgx-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 600;
}

.tgx-text-link span {
    color: var(--color-primary);
}

.tgx-access-routes .tgx-access-panel {
    position: relative;
    isolation: isolate;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 25px;
    background-color: #101214 !important;
    background-image:
        radial-gradient(circle at 18% 18%, rgba(69, 208, 189, .13), transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(68, 182, 233, .12), transparent 34%) !important;
    color: var(--color-content-white);
}

.tgx-access-routes .tgx-access-panel::before {
    content: "";
    position: absolute;
    inset: 20px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 20px;
    pointer-events: none;
}

.tgx-access-routes .tgx-access-panel::after,
.tgx-access-routes .tgx-access-panel > img:not(.tgx-access-logo) {
    display: none !important;
}

.tgx-access-panel-inner {
    position: relative;
    min-height: 100%;
    padding: 58px 54px;
}

.tgx-access-panel .tgx-access-logo {
    position: static !important;
    display: block;
    width: min(500px, 80%);
    height: auto !important;
    margin-bottom: 28px;
    border-radius: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.tgx-access-logo.tgx-wordmark-fallback {
    color: var(--color-content-white);
    font-size: clamp(38px, 5vw, 66px);
}

.tgx-access-routes .tgx-access-panel .profection {
    position: static !important;
    max-width: 820px;
    margin-bottom: 32px;
    color: var(--color-content-white) !important;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.05;
    letter-spacing: -.04em;
    transform: none !important;
}

.tgx-access-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tgx-access-route {
    display: flex;
    min-height: 196px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
}

.tgx-access-route > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(69, 208, 189, .42);
    border-radius: 50%;
    color: var(--color-content-white);
    font-size: 12px;
}

.tgx-access-route h5 {
    margin: 0 0 9px;
    color: var(--color-content-white);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
}

.tgx-access-route p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.55;
}

.tgx-access-route a {
    display: inline-flex;
    gap: 7px;
    margin-top: auto;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 600;
}

.tgx-access-route a span {
    color: var(--color-primary);
}

/* -------------------------------------------------------------------------- */
/* FAQ and futuristic Contact Form 7 request form                             */
/* -------------------------------------------------------------------------- */

.tgx-faq .faq-content4 {
    max-width: 1120px;
    margin: 0 auto;
}

.tgx-request-main {
    margin-top: 0;
}

.tgx-request-contact .contact-content .sec-title p + p {
    margin-top: 18px;
}

.tgx-request-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
}

.tgx-request-summary span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    line-height: 1;
}

/* Main CF7 panel */
.tgx-cf7-form-shell {
    position: relative;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 16, .09);
    border-radius: 25px;
    background:
        linear-gradient(rgba(68, 182, 233, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 182, 233, .035) 1px, transparent 1px),
        radial-gradient(circle at 100% 0%, rgba(34, 158, 217, .08), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(69, 208, 189, .07), transparent 34%),
        #ffffff;
    background-size: 28px 28px, 28px 28px, auto, auto, auto;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .11);
}

.tgx-cf7-form-shell::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(15, 16, 16, .055);
    border-radius: 19px;
    pointer-events: none;
}

.tgx-cf7-form-shell > * {
    position: relative;
    z-index: 1;
}

.tgx-cf7-form-shell .wpcf7,
.tgx-cf7-form-shell .wpcf7 form {
    width: 100%;
    margin: 0;
}

.tgx-cf7-form-shell .wpcf7 form {
    display: grid;
    gap: 22px;
}

.tgx-cf7-form-shell .wpcf7 p {
    margin: 0;
}

/* Section labels */
.tgx-cf7-kicker,
.tgx-cf7-route-title {
    display: block;
    margin-bottom: 12px;
    color: var(--color-content-black2);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.tgx-cf7-helper {
    display: block;
    margin-top: 8px;
    color: rgba(15, 16, 16, .50);
    font-size: 11px;
    line-height: 1.5;
}

/* Compact two-column field grid */
.tgx-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tgx-cf7-grid > label,
.tgx-cf7-full > label,
.tgx-cf7-form-shell .wpcf7 form > label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--color-content-black2);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.tgx-cf7-grid > label small,
.tgx-cf7-full > label small {
    color: rgba(15, 16, 16, .44);
    font-size: 11px;
    font-weight: 400;
}

.tgx-cf7-form-shell .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Inputs */
.tgx-cf7-form-shell .wpcf7 input[type="text"],
.tgx-cf7-form-shell .wpcf7 input[type="email"],
.tgx-cf7-form-shell .wpcf7 input[type="tel"],
.tgx-cf7-form-shell .wpcf7 input[type="url"],
.tgx-cf7-form-shell .wpcf7 select,
.tgx-cf7-form-shell .wpcf7 textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 12px 15px;
    border: 1px solid rgba(15, 16, 16, .18);
    border-radius: 13px;
    background-color: rgba(255, 255, 255, .92);
    color: var(--color-content-black2);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    box-shadow: none;
    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.tgx-cf7-form-shell .wpcf7 select {
    cursor: pointer;
}

.tgx-cf7-form-shell .wpcf7 textarea {
    min-height: 145px;
    resize: vertical;
}

.tgx-cf7-form-shell .wpcf7 input::placeholder,
.tgx-cf7-form-shell .wpcf7 textarea::placeholder {
    color: rgba(15, 16, 16, .42);
}

.tgx-cf7-form-shell .wpcf7 input:focus,
.tgx-cf7-form-shell .wpcf7 select:focus,
.tgx-cf7-form-shell .wpcf7 textarea:focus {
    border-color: #45d0bd;
    outline: 0;
    background-color: #ffffff;
    box-shadow:
        0 0 0 4px rgba(69, 208, 189, .10),
        0 8px 24px rgba(34, 158, 217, .07);
}

/* Confirmation card */
.tgx-cf7-confirmation {
    padding: 14px;
    border: 1px solid rgba(15, 16, 16, .09);
    border-radius: 13px;
    background: rgba(255, 255, 255, .66);
}

.tgx-cf7-confirmation .wpcf7-list-item {
    display: block;
    margin: 0;
}

.tgx-cf7-confirmation label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    cursor: pointer;
}

.tgx-cf7-confirmation input[type="checkbox"] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #45d0bd;
}

.tgx-cf7-confirmation .wpcf7-list-item-label {
    color: rgba(15, 16, 16, .65);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
}

/* Submit row */
.tgx-cf7-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tgx-cf7-form-shell .wpcf7-submit {
    min-height: 52px;
    margin: 0 !important;
    padding: 0 24px;
    border: 1px solid transparent !important;
    border-radius: 7px;
    background:
        linear-gradient(105deg, #45d0bd 0%, #229ed9 72%, #4e78d6 100%) !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(34, 158, 217, .20);
    transition:
        filter .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.tgx-cf7-form-shell .wpcf7-submit:hover,
.tgx-cf7-form-shell .wpcf7-submit:focus-visible {
    outline: 0;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(34, 158, 217, .26);
}

.tgx-cf7-submit-note {
    margin: 0;
    color: rgba(15, 16, 16, .50);
    font-size: 11px;
    line-height: 1.5;
}

/* CF7 validation and response */
.tgx-cf7-form-shell .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b53838;
    font-size: 11px;
    line-height: 1.4;
}

.tgx-cf7-form-shell .wpcf7 form.invalid .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.unaccepted .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.payment-required .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.failed .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.aborted .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.spam .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 1.5;
}

.tgx-cf7-form-shell .wpcf7 form.invalid .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.unaccepted .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid rgba(193, 126, 10, .25);
    background: rgba(193, 126, 10, .07);
    color: #80540b;
}

.tgx-cf7-form-shell .wpcf7 form.failed .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.aborted .wpcf7-response-output,
.tgx-cf7-form-shell .wpcf7 form.spam .wpcf7-response-output {
    border: 1px solid rgba(201, 67, 67, .25);
    background: rgba(201, 67, 67, .07);
    color: #8e2e2e;
}

.tgx-cf7-form-shell .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid rgba(27, 153, 93, .24);
    background: rgba(27, 153, 93, .07);
    color: #16633f;
}

.tgx-cf7-form-shell .wpcf7-spinner {
    margin: 0 0 0 10px;
    background-color: #101820;
}

/* Fallback */
.tgx-form-fallback {
    padding: 22px;
    border: 1px solid rgba(15, 16, 16, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .74);
}

.tgx-form-fallback h3 {
    margin-bottom: 8px;
    color: var(--color-content-black2);
}

.tgx-form-fallback p {
    margin: 0;
}

.tgx-form-fallback a {
    color: #167ead;
    text-decoration: underline;
}


@media (max-width: 1199.98px) {
    .tgx-page-banner {
        min-height: 0;
        padding: 70px 0 88px;
    }

    .tgx-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
        gap: 44px;
    }

    .tgx-hero-title-line {
        font-size: clamp(44px, 5vw, 66px);
    }

    .tgx-hero-brand-panel {
        min-height: 360px;
        padding: 28px;
    }
}

@media (max-width: 991.98px) {
    .tgx-hero-grid {
        grid-template-columns: 1fr;
    }

    .tgx-hero-copy {
        max-width: 850px;
    }

    .tgx-hero-brand-panel {
        width: min(720px, 100%);
        min-height: 330px;
    }

    .tgx-page-banner .staff-text {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .tgx-page-banner {
        margin: 0 8px;
        padding: 58px 0 82px;
        border-radius: 20px;
    }

    .tgx-hero-title-line {
        font-size: 43px;
        line-height: 1.04;
    }

    .tgx-hero-lead {
        font-size: 16px;
    }

    .tgx-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tgx-hero-actions .ibt-btn {
        width: 100%;
        justify-content: center;
    }

    .tgx-hero-brand-panel {
        min-height: 0;
        padding: 24px;
    }

    .tgx-hero-brand-top {
        margin-bottom: 38px;
    }

    .tgx-hero-brand-panel .tgx-hero-logo,
    .tgx-hero-logo.tgx-wordmark-fallback {
        margin-bottom: 44px;
    }

    .tgx-hero-flow {
        grid-template-columns: repeat(5, minmax(46px, 1fr));
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .tgx-hero-flow strong {
        font-size: 9px;
    }
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                 */
/* -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .tgx-motion-control {
        display: none;
    }

    .tgx-credential-lane,
    .tgx-route-option {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .tgx-requirements-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tgx-requirements-strip li:nth-child(3) {
        border-right: 0;
    }

    .tgx-requirements-strip li:nth-child(n+4) {
        border-top: 1px solid rgba(15, 16, 16, .09);
    }

    .tgx-stepper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 26px 0;
    }

    .tgx-stepper::before {
        display: none;
    }

    .tgx-step-card:nth-child(3) {
        border-right: 0;
    }

    .tgx-step-card:nth-child(n+4) {
        padding-top: 18px;
        border-top: 1px solid rgba(15, 16, 16, .13);
    }

    .tgx-workflow-showcase .project-block2.tgx-workflow-card {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 520px;
    }

    .tgx-workflow-showcase .project-content2 .title {
        max-width: 100%;
    }

    .tgx-access-panel-inner {
        padding: 50px 38px;
    }

    .tgx-route-options {
        grid-template-columns: 1fr;
    }

    .tgx-route-option {
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    .tgx-credential-capacity {
        padding: 82px 0 !important;
    }

    .tgx-credential-visual {
        min-height: auto;
    }

    .tgx-capacity-content {
        padding: 38px;
    }

    .tgx-workflow-showcase .project-block2.tgx-workflow-card {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .tgx-safeguard-panel {
        min-height: 540px !important;
    }

    .tgx-access-route-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tgx-banner-logo {
        width: min(430px, 82vw);
        margin-bottom: 22px;
    }

    .tgx-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tgx-actions .ibt-btn {
        width: 100%;
        justify-content: center;
    }

    .tgx-requirements-strip {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .tgx-requirements-strip li,
    .tgx-requirements-strip li:nth-child(3),
    .tgx-requirements-strip li:nth-child(n+4) {
        min-height: auto;
        border-top: 1px solid rgba(15, 16, 16, .09);
        border-right: 0;
    }

    .tgx-requirements-strip li:first-child {
        border-top: 0;
    }

    .tgx-get-started .sec-title {
        margin-bottom: 44px;
    }

    .tgx-stepper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tgx-step-card,
    .tgx-step-card:nth-child(3),
    .tgx-step-card:nth-child(n+4) {
        min-height: auto;
        padding: 26px 0;
        border-top: 1px solid rgba(15, 16, 16, .13);
        border-right: 0;
    }

    .tgx-step-card:first-child {
        border-top: 0;
    }

    .tgx-step-number {
        width: 74px;
        height: 74px;
        margin-bottom: 18px;
        font-size: 30px;
        box-shadow:
            0 10px 24px rgba(34, 158, 217, .16),
            inset 0 0 18px rgba(69, 208, 189, .05);
    }

    .tgx-step-card .title,
    .tgx-step-card p {
        min-height: 0;
    }

    .tgx-step-card .title {
        margin-top: 22px;
    }

    .tgx-credential-capacity {
        padding: 66px 0 !important;
    }

    .tgx-credential-visual,
    .tgx-capacity-content {
        padding: 24px;
    }

    .tgx-credential-visual h3 {
        font-size: 36px;
    }

    .tgx-credential-flow {
        grid-template-columns: 1fr;
    }

    .tgx-credential-flow > span {
        text-align: center;
        transform: rotate(90deg);
    }

    .tgx-credential-lanes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tgx-capacity-content .nav-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tgx-capacity-content .nav-tabs .nav-link {
        width: 100%;
        border-radius: 10px;
        text-align: left;
    }

    .tgx-workflow-showcase {
        margin-right: 12px;
        margin-left: 12px;
        padding-right: 0;
        padding-left: 0;
    }

    .tgx-workflow-showcase .project-block2.tgx-workflow-card {
        gap: 22px;
        padding: 18px;
    }

    .tgx-workflow-showcase .project-content2 .title {
        font-size: 28px;
        line-height: 34px;
    }

    .tgx-workflow-showcase .project-content2 p {
        font-size: 15px;
    }

    .tgx-safeguard-panel {
        min-height: auto !important;
    }

    .tgx-safeguard-panel-inner {
        padding: 36px 24px;
    }

    .tgx-safeguard-grid {
        grid-template-columns: 1fr;
    }

    .tgx-access-panel-inner {
        padding: 38px 24px;
    }

    .tgx-access-logo {
        width: min(380px, 88%);
    }

    .tgx-native-form-shell {
        padding: 22px;
    }

    .tgx-form-grid {
        grid-template-columns: 1fr;
    }

    .tgx-form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .tgx-submit-button {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 767.98px) {
    .tgx-cf7-form-shell {
        padding: 22px;
        border-radius: 20px;
    }

    .tgx-cf7-grid {
        grid-template-columns: 1fr;
    }

    .tgx-cf7-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .tgx-cf7-form-shell .wpcf7-submit {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/* Final TGXTRACT UX fixes: tabs, hero cut-outs, dark mode and dedicated footer */
/* -------------------------------------------------------------------------- */

/* Credential tab content: explicit colours prevent Aiero's global dark-mode
   rules from producing white text on a fixed white panel. */
.tgx-capacity-content .tab-content,
.tgx-capacity-content .tab-pane {
    min-height: 230px;
}

.tgx-capacity-content .tab-content p {
    margin-bottom: 20px;
    color: #101820 !important;
}

.tgx-capacity-content .tgx-tab-points li {
    color: #4b5964 !important;
}

.tgx-capacity-content .tgx-tab-points li::before {
    background: transparent !important;
    color: #45d0bd !important;
}

/* Pure CSS corner cut-outs. These replace the grey Aiero PNG fragments and
   always match the actual page surface. */
.tgx-page-banner > .shape,
.tgx-page-banner > .shape3 {
    display: block !important;
    position: absolute !important;
    z-index: 5 !important;
    background: #ffffff !important;
    pointer-events: none;
}

.tgx-page-banner > .shape {
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    width: 104px !important;
    height: 64px !important;
    border-radius: 0 0 28px 0 !important;
}

.tgx-page-banner > .shape3 {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 106px !important;
    height: 180px !important;
    border-radius: 28px 0 0 0 !important;
}

.tgx-page-banner > .shape::before,
.tgx-page-banner > .shape3::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

.tgx-page-banner .breadcrumbs {
    border: 0 !important;
    border-radius: 0 25px 0 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.tgx-page-banner .breadcrumbs::before,
.tgx-page-banner .breadcrumbs::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* -------------------------------------------------------------------------- */
/* TGXTRACT dark-mode support                                                 */
/* Aiero toggles body.active-body and body.dark-mode together.                */
/* -------------------------------------------------------------------------- */

body.active-body .tgx-page-banner > .shape,
body.active-body .tgx-page-banner > .shape3,
body.dark-mode .tgx-page-banner > .shape,
body.dark-mode .tgx-page-banner > .shape3 {
    background: #1a1a1a !important;
}

body.active-body .tgx-page-banner .breadcrumbs,
body.dark-mode .tgx-page-banner .breadcrumbs {
    background: #1a1a1a !important;
}

body.active-body .tgx-page-banner .breadcrumbs li,
body.active-body .tgx-page-banner .breadcrumbs a,
body.dark-mode .tgx-page-banner .breadcrumbs li,
body.dark-mode .tgx-page-banner .breadcrumbs a {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, .70) !important;
}

body.active-body .tgx-intro,
body.active-body .tgx-get-started,
body.active-body .tgx-credential-capacity,
body.active-body .tgx-safeguards,
body.active-body .tgx-faq,
body.dark-mode .tgx-intro,
body.dark-mode .tgx-get-started,
body.dark-mode .tgx-credential-capacity,
body.dark-mode .tgx-safeguards,
body.dark-mode .tgx-faq {
    background: #121416 !important;
}

body.active-body .tgx-intro .title,
body.active-body .tgx-intro p,
body.active-body .tgx-intro-jump,
body.active-body .tgx-get-started .title,
body.active-body .tgx-get-started p,
body.active-body .tgx-step-card .title,
body.active-body .tgx-step-card p,
body.active-body .tgx-step-card .step,
body.active-body .tgx-step-note,
body.active-body .tgx-step-link,
body.active-body .tgx-safeguards .title,
body.active-body .tgx-safeguards p,
body.active-body .tgx-faq .title,
body.dark-mode .tgx-intro .title,
body.dark-mode .tgx-intro p,
body.dark-mode .tgx-intro-jump,
body.dark-mode .tgx-get-started .title,
body.dark-mode .tgx-get-started p,
body.dark-mode .tgx-step-card .title,
body.dark-mode .tgx-step-card p,
body.dark-mode .tgx-step-card .step,
body.dark-mode .tgx-step-note,
body.dark-mode .tgx-step-link,
body.dark-mode .tgx-safeguards .title,
body.dark-mode .tgx-safeguards p,
body.dark-mode .tgx-faq .title {
    color: rgba(255, 255, 255, .78) !important;
}

body.active-body .tgx-intro .title,
body.active-body .tgx-get-started .title,
body.active-body .tgx-step-card .title,
body.active-body .tgx-safeguards .title,
body.active-body .tgx-faq .title,
body.dark-mode .tgx-intro .title,
body.dark-mode .tgx-get-started .title,
body.dark-mode .tgx-step-card .title,
body.dark-mode .tgx-safeguards .title,
body.dark-mode .tgx-faq .title {
    color: #ffffff !important;
}

body.active-body .tgx-requirements-strip,
body.dark-mode .tgx-requirements-strip {
    border-color: rgba(255, 255, 255, .10) !important;
    background: #1a1d21 !important;
}

body.active-body .tgx-requirements-strip li,
body.dark-mode .tgx-requirements-strip li {
    border-color: rgba(255, 255, 255, .09) !important;
}

body.active-body .tgx-requirements-strip strong,
body.dark-mode .tgx-requirements-strip strong {
    color: #ffffff !important;
}

body.active-body .tgx-requirements-strip span,
body.dark-mode .tgx-requirements-strip span {
    color: rgba(255, 255, 255, .58) !important;
}

body.active-body .tgx-step-card,
body.dark-mode .tgx-step-card {
    border-color: rgba(255, 255, 255, .12) !important;
}

body.active-body .tgx-step-number,
body.dark-mode .tgx-step-number {
    box-shadow:
        0 0 0 10px #121416,
        0 14px 32px rgba(34, 158, 217, .20),
        inset 0 0 24px rgba(69, 208, 189, .07) !important;
}

body.active-body .tgx-capacity-content,
body.dark-mode .tgx-capacity-content {
    border-color: rgba(255, 255, 255, .10) !important;
    background: #1a1d21 !important;
    box-shadow: 0 20px 62px rgba(0, 0, 0, .24) !important;
}

body.active-body .tgx-capacity-content .sec-title .title,
body.active-body .tgx-capacity-content .sec-title p,
body.active-body .tgx-capacity-content .tab-content p,
body.active-body .tgx-capacity-content .tgx-tab-points li,
body.dark-mode .tgx-capacity-content .sec-title .title,
body.dark-mode .tgx-capacity-content .sec-title p,
body.dark-mode .tgx-capacity-content .tab-content p,
body.dark-mode .tgx-capacity-content .tgx-tab-points li {
    color: rgba(255, 255, 255, .72) !important;
}

body.active-body .tgx-capacity-content .sec-title .title,
body.active-body .tgx-capacity-content .tab-content p,
body.dark-mode .tgx-capacity-content .sec-title .title,
body.dark-mode .tgx-capacity-content .tab-content p {
    color: #ffffff !important;
}

body.active-body .tgx-capacity-content .nav-tabs .nav-link,
body.dark-mode .tgx-capacity-content .nav-tabs .nav-link {
    border-color: rgba(255, 255, 255, .12) !important;
    background: #22272c !important;
    color: #c5d0d7 !important;
}

body.active-body .tgx-capacity-content .nav-tabs .nav-link:hover,
body.active-body .tgx-capacity-content .nav-tabs .nav-link:focus-visible,
body.dark-mode .tgx-capacity-content .nav-tabs .nav-link:hover,
body.dark-mode .tgx-capacity-content .nav-tabs .nav-link:focus-visible {
    border-color: rgba(69, 208, 189, .46) !important;
    background: #273038 !important;
    color: #ffffff !important;
}

body.active-body .tgx-capacity-content .nav-tabs .nav-link.active,
body.dark-mode .tgx-capacity-content .nav-tabs .nav-link.active {
    border-color: transparent !important;
    background: linear-gradient(105deg, #45d0bd 0%, #229ed9 72%, #4e78d6 100%) !important;
    color: #ffffff !important;
}

body.active-body .tgx-capacity-caveat,
body.dark-mode .tgx-capacity-caveat {
    border-color: rgba(255, 255, 255, .10) !important;
    background: #22272c !important;
    color: rgba(255, 255, 255, .66) !important;
}

body.active-body .tgx-capacity-caveat strong,
body.dark-mode .tgx-capacity-caveat strong {
    color: #ffffff !important;
}

body.active-body .tgx-safeguards .feature-block9,
body.dark-mode .tgx-safeguards .feature-block9 {
    border-color: rgba(255, 255, 255, .10) !important;
}

body.active-body .tgx-cf7-form-shell,
body.dark-mode .tgx-cf7-form-shell {
    border-color: rgba(255, 255, 255, .10) !important;
    background:
        linear-gradient(rgba(68, 182, 233, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68, 182, 233, .045) 1px, transparent 1px),
        radial-gradient(circle at 100% 0%, rgba(34, 158, 217, .10), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(108, 99, 216, .08), transparent 34%),
        #171a1e !important;
    background-size: 28px 28px, 28px 28px, auto, auto, auto !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .30) !important;
}

body.active-body .tgx-cf7-form-shell::before,
body.dark-mode .tgx-cf7-form-shell::before {
    border-color: rgba(255, 255, 255, .07) !important;
}

body.active-body .tgx-cf7-form-shell .wpcf7 input[type="text"],
body.active-body .tgx-cf7-form-shell .wpcf7 input[type="email"],
body.active-body .tgx-cf7-form-shell .wpcf7 input[type="tel"],
body.active-body .tgx-cf7-form-shell .wpcf7 input[type="url"],
body.active-body .tgx-cf7-form-shell .wpcf7 select,
body.active-body .tgx-cf7-form-shell .wpcf7 textarea,
body.dark-mode .tgx-cf7-form-shell .wpcf7 input[type="text"],
body.dark-mode .tgx-cf7-form-shell .wpcf7 input[type="email"],
body.dark-mode .tgx-cf7-form-shell .wpcf7 input[type="tel"],
body.dark-mode .tgx-cf7-form-shell .wpcf7 input[type="url"],
body.dark-mode .tgx-cf7-form-shell .wpcf7 select,
body.dark-mode .tgx-cf7-form-shell .wpcf7 textarea {
    border-color: rgba(255, 255, 255, .15) !important;
    background-color: #101317 !important;
    color: #ffffff !important;
}

body.active-body .tgx-cf7-form-shell .wpcf7 input::placeholder,
body.active-body .tgx-cf7-form-shell .wpcf7 textarea::placeholder,
body.dark-mode .tgx-cf7-form-shell .wpcf7 input::placeholder,
body.dark-mode .tgx-cf7-form-shell .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, .42) !important;
}

body.active-body .tgx-cf7-confirmation,
body.dark-mode .tgx-cf7-confirmation {
    border-color: rgba(255, 255, 255, .10) !important;
    background: #20242a !important;
}

body.active-body .tgx-cf7-confirmation .wpcf7-list-item-label,
body.dark-mode .tgx-cf7-confirmation .wpcf7-list-item-label {
    color: rgba(255, 255, 255, .66) !important;
}

/* -------------------------------------------------------------------------- */
/* Dedicated TGXTRACT footer                                                  */
/* -------------------------------------------------------------------------- */

.tgx-footer-shell {
    margin: 0 16px 16px;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    background:
        radial-gradient(circle at 8% 0%, rgba(69, 208, 189, .10), transparent 30%),
        radial-gradient(circle at 88% 100%, rgba(108, 99, 216, .10), transparent 34%),
        #0d0f11;
    color: #ffffff;
}

.tgx-footer {
    padding: 72px 0 24px;
}

.tgx-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(180px, .42fr));
    gap: 54px;
    padding-bottom: 52px;
}

.tgx-footer-logo {
    display: block;
    width: min(280px, 100%);
    height: auto;
    margin-bottom: 22px;
}

.tgx-footer-brand p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, .62) !important;
}

.tgx-footer-social {
    display: flex;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.tgx-footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: #ffffff;
}

.tgx-footer-social a:hover {
    border-color: #45d0bd;
    background: #45d0bd;
    color: #071518;
}

.tgx-footer-group h4 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
}

.tgx-footer-links {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tgx-footer-links a {
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
}

.tgx-footer-links a:hover {
    color: #ffffff;
}

.tgx-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .44);
    font-size: 12px;
}

.tgx-footer-legal {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.tgx-footer-legal a {
    color: rgba(255, 255, 255, .58);
}

.tgx-footer-legal a:hover {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .tgx-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .tgx-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .tgx-page-banner > .shape {
        width: 70px !important;
        height: 48px !important;
        border-radius: 0 0 22px 0 !important;
    }

    .tgx-page-banner > .shape3 {
        width: 72px !important;
        height: 118px !important;
        border-radius: 22px 0 0 0 !important;
    }

    .tgx-page-banner .breadcrumbs {
        border-radius: 0 20px 0 0 !important;
    }

    .tgx-footer-shell {
        margin: 0 8px 8px;
        border-radius: 0 0 20px 20px;
    }

    .tgx-footer {
        padding-top: 54px;
    }

    .tgx-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tgx-footer-brand {
        grid-column: auto;
    }

    .tgx-footer-bottom {
        flex-direction: column;
    }
}

.tgx-access-route-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tgx-access-route-grid-three .tgx-access-route {
    min-height: 224px;
}

@media (max-width: 1199.98px) {
    .tgx-access-route-grid-three {
        grid-template-columns: 1fr;
    }

    .tgx-access-route-grid-three .tgx-access-route {
        min-height: auto;
    }
}

/* -------------------------------------------------------------------------- */
/* OSINTERSECT DB access form                                                 */
/* -------------------------------------------------------------------------- */

.tgx-db-access-banner {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(15, 16, 16, .10);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(34, 158, 217, .08), transparent 42%),
        rgba(255, 255, 255, .76);
}

.tgx-db-access-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tgx-db-access-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(69, 208, 189, .46);
    border-radius: 999px;
    color: #167f91;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tgx-db-access-head strong {
    color: var(--color-content-black2);
    font-size: 13px;
    font-weight: 600;
}

.tgx-db-access-banner p {
    margin: 0;
    color: rgba(15, 16, 16, .62);
    font-size: 13px;
    line-height: 1.6;
}

.tgx-db-access-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tgx-db-access-points span {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid rgba(15, 16, 16, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .70);
    color: rgba(15, 16, 16, .58);
    font-size: 10px;
    line-height: 1;
}

.tgx-cf7-full,
.tgx-cf7-full > label,
.tgx-cf7-full .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.tgx-cf7-full {
    grid-column: 1 / -1;
}

.tgx-cf7-full > label {
    margin: 0 !important;
}

.tgx-cf7-full textarea.wpcf7-form-control {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.active-body .tgx-db-access-banner,
body.dark-mode .tgx-db-access-banner {
    border-color: rgba(255, 255, 255, .10) !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(34, 158, 217, .10), transparent 42%),
        #20242a !important;
}

body.active-body .tgx-db-access-head strong,
body.dark-mode .tgx-db-access-head strong {
    color: #ffffff !important;
}

body.active-body .tgx-db-access-badge,
body.dark-mode .tgx-db-access-badge {
    color: #72d7df !important;
}

body.active-body .tgx-db-access-banner p,
body.dark-mode .tgx-db-access-banner p {
    color: rgba(255, 255, 255, .62) !important;
}

body.active-body .tgx-db-access-points span,
body.dark-mode .tgx-db-access-points span {
    border-color: rgba(255, 255, 255, .10) !important;
    background: rgba(255, 255, 255, .045) !important;
    color: rgba(255, 255, 255, .58) !important;
}

/* -------------------------------------------------------------------------- */
/* Final interaction/contrast guardrails                                      */
/* -------------------------------------------------------------------------- */

/*
 * Aiero custom.css contains:
 *   .contact-sec .wpcf7 input.wpcf7-submit { background: transparent !important; ... }
 * and an inverted white hover state.
 *
 * That selector is intentionally appropriate for the site's standard dark
 * contact form, but TGXTRACT places CF7 inside its own light/dark technical
 * panel. Use a more specific TGXTRACT selector so the submit button is always
 * visible before hover as well as during keyboard focus.
 */
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    background:
        linear-gradient(105deg, #45d0bd 0%, #229ed9 72%, #4e78d6 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow:
        0 12px 24px rgba(34, 158, 217, .20),
        inset 0 0 0 1px rgba(255, 255, 255, .10) !important;
    filter: none !important;
    text-shadow: none !important;
}

.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit:hover,
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit:focus-visible {
    border-color: rgba(255, 255, 255, .18) !important;
    background:
        linear-gradient(105deg, #39c7b5 0%, #168fc8 72%, #4568c7 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    outline: 3px solid rgba(69, 208, 189, .20) !important;
    outline-offset: 3px !important;
    box-shadow:
        0 16px 30px rgba(34, 158, 217, .28),
        inset 0 0 0 1px rgba(255, 255, 255, .12) !important;
    transform: translateY(-1px) !important;
}

.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit:active {
    transform: translateY(0) !important;
}

.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit:disabled,
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 form.submitting input.wpcf7-submit {
    background:
        linear-gradient(105deg, #85cfc7 0%, #72b8d6 72%, #7f91cf 100%) !important;
    color: rgba(255, 255, 255, .92) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .92) !important;
    opacity: .72 !important;
    cursor: wait !important;
    transform: none !important;
}

/* Standard Aiero outline buttons sit on dark TGXTRACT surfaces in these
   sections. Force a readable resting state rather than relying on inheritance. */
.tgx-workflow-showcase .title-area .ibt-btn.ibt-btn-outline,
.tgx-access-routes .tgx-access-copy .ibt-btn.ibt-btn-outline {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.tgx-workflow-showcase .title-area .ibt-btn.ibt-btn-outline:hover,
.tgx-workflow-showcase .title-area .ibt-btn.ibt-btn-outline:focus-visible,
.tgx-access-routes .tgx-access-copy .ibt-btn.ibt-btn-outline:hover,
.tgx-access-routes .tgx-access-copy .ibt-btn.ibt-btn-outline:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Keyboard-focus visibility for the TGXTRACT links that otherwise rely mostly
   on colour change/hover. */
.tgx-step-link:focus-visible,
.tgx-intro-jump:focus-visible,
.tgx-text-link:focus-visible,
.tgx-access-route a:focus-visible,
.tgx-footer-links a:focus-visible,
.tgx-footer-legal a:focus-visible,
.tgx-footer-social a:focus-visible {
    outline: 3px solid rgba(69, 208, 189, .30);
    outline-offset: 4px;
    border-radius: 6px;
}

/* CF7 response states were designed for a light panel. Give them explicit
   high-contrast dark-mode colours when the TGXTRACT theme switch is active. */
body.active-body .tgx-cf7-form-shell .wpcf7 form.invalid .wpcf7-response-output,
body.active-body .tgx-cf7-form-shell .wpcf7 form.unaccepted .wpcf7-response-output,
body.active-body .tgx-cf7-form-shell .wpcf7 form.payment-required .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.invalid .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.unaccepted .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: rgba(239, 195, 107, .34) !important;
    background: rgba(193, 126, 10, .13) !important;
    color: #f3cf86 !important;
}

body.active-body .tgx-cf7-form-shell .wpcf7 form.failed .wpcf7-response-output,
body.active-body .tgx-cf7-form-shell .wpcf7 form.aborted .wpcf7-response-output,
body.active-body .tgx-cf7-form-shell .wpcf7 form.spam .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.failed .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.aborted .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.spam .wpcf7-response-output {
    border-color: rgba(255, 154, 154, .34) !important;
    background: rgba(201, 67, 67, .13) !important;
    color: #ffaaaa !important;
}

body.active-body .tgx-cf7-form-shell .wpcf7 form.sent .wpcf7-response-output,
body.dark-mode .tgx-cf7-form-shell .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(117, 217, 164, .32) !important;
    background: rgba(27, 153, 93, .13) !important;
    color: #88e2b2 !important;
}

body.active-body .tgx-cf7-form-shell .wpcf7-not-valid-tip,
body.dark-mode .tgx-cf7-form-shell .wpcf7-not-valid-tip {
    color: #ffaaaa !important;
}

/* CF7 fallback is rarely seen, but it must not turn into mixed white/dark text
   if the plugin is unavailable while dark mode is active. */
body.active-body .tgx-form-fallback,
body.dark-mode .tgx-form-fallback {
    border-color: rgba(255, 255, 255, .10) !important;
    background: #20242a !important;
}

body.active-body .tgx-form-fallback h3,
body.active-body .tgx-form-fallback p,
body.dark-mode .tgx-form-fallback h3,
body.dark-mode .tgx-form-fallback p {
    color: rgba(255, 255, 255, .74) !important;
}

body.active-body .tgx-form-fallback h3,
body.dark-mode .tgx-form-fallback h3 {
    color: #ffffff !important;
}

body.active-body .tgx-form-fallback a,
body.dark-mode .tgx-form-fallback a {
    color: #72d7df !important;
}

/* Chrome autofill can otherwise inject a light background into the dark form. */
body.active-body .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill,
body.active-body .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill:hover,
body.active-body .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill:focus,
body.dark-mode .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill,
body.dark-mode .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill:hover,
body.dark-mode .tgx-cf7-form-shell .wpcf7 input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #101317 inset !important;
    box-shadow: 0 0 0 1000px #101317 inset !important;
    caret-color: #ffffff !important;
}

/* Keep form controls visibly interactive when the surrounding Aiero contact
   section changes colour with theme mode. */
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 input:not([type="submit"]):focus-visible,
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 select:focus-visible,
.tgx-request-contact .tgx-cf7-form-shell .wpcf7 textarea:focus-visible {
    outline: 2px solid rgba(69, 208, 189, .24) !important;
    outline-offset: 2px !important;
}

@media (max-width: 767.98px) {
    .tgx-request-contact .tgx-cf7-form-shell .wpcf7 input.wpcf7-submit {
        width: 100% !important;
    }
}

/* -------------------------------------------------------------------------- */
/* CF7 verification checkbox visibility                                      */
/* -------------------------------------------------------------------------- */

/*
 * Keep the DB-access confirmation control visibly attached to its text.
 * Aiero/Bootstrap/browser form-control defaults can otherwise make the native
 * checkbox too faint or collapse its visual box inside the CF7 label.
 */
.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-form-control-wrap,
.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-checkbox,
.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-list-item {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-list-item {
    margin: 0 !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation label {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    position: relative !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: 2px solid #697780 !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 1px rgba(15, 16, 16, .03) !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    cursor: pointer !important;
    vertical-align: top !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:hover {
    border-color: #229ed9 !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:checked {
    border-color: #229ed9 !important;
    background-color: #229ed9 !important;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.8' d='M4.5 10.3 8.2 14l7.3-8'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px 16px !important;
    box-shadow: 0 5px 14px rgba(34, 158, 217, .22) !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:focus-visible {
    border-color: #45d0bd !important;
    outline: 3px solid rgba(69, 208, 189, .22) !important;
    outline-offset: 3px !important;
}

.tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-list-item-label {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
    color: rgba(15, 16, 16, .68) !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/* Dark mode: retain a clearly visible unchecked box rather than allowing it
   to disappear into the dark confirmation card. */
body.active-body .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"],
body.dark-mode .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"] {
    border-color: rgba(255, 255, 255, .48) !important;
    background-color: #101317 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025) !important;
}

body.active-body .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:hover,
body.dark-mode .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:hover {
    border-color: #72d7df !important;
}

body.active-body .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:checked,
body.dark-mode .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation input[type="checkbox"]:checked {
    border-color: #45d0bd !important;
    background-color: #229ed9 !important;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.8' d='M4.5 10.3 8.2 14l7.3-8'/%3E%3C/svg%3E") !important;
}

body.active-body .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-list-item-label,
body.dark-mode .tgx-request-contact .tgx-cf7-form-shell .tgx-cf7-confirmation .wpcf7-list-item-label {
    color: rgba(255, 255, 255, .70) !important;
}
