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

.tcw-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.tcw-btn--ghost:hover,
.tcw-btn--ghost:focus-visible {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}

.tcw-btn--ghost-light {
    color: #ffffff !important;
}

.tcw-service-page {
    position: relative;
    background:
        radial-gradient(circle at 14% 18%, rgba(31, 140, 255, 0.08), transparent 22%),
        radial-gradient(circle at 84% 74%, rgba(31, 140, 255, 0.05), transparent 24%),
        linear-gradient(180deg, #edf4fb 0%, #f5f9ff 24%, #edf4fb 100%);
}

.tcw-service-page__hero {
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 16%, rgba(31, 140, 255, 0.22), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(31, 140, 255, 0.2), transparent 20%),
        linear-gradient(135deg, #040b14 0%, #091321 42%, #0c1d31 100%);
}

.tcw-service-page__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 11, 20, 0.96) 0%, rgba(4, 11, 20, 0.88) 42%, rgba(4, 11, 20, 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, 96px 96px, 96px 96px;
    pointer-events: none;
}

.tcw-service-page__hero > .tcw-container,
.tcw-service-page__section > .tcw-container {
    position: relative;
    z-index: 1;
}

.tcw-service-page__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 32px;
    align-items: center;
}

.tcw-service-page__hero-copy {
    max-width: 720px;
}

.tcw-service-page__hero .tcw-eyebrow,
.tcw-service-page__section--dark .tcw-eyebrow,
.tcw-service-page__final-cta .tcw-eyebrow {
    color: #8fc5ff;
}

.tcw-service-page__hero-title {
    margin: 0;
    color: #ffffff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(3rem, 5.2vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.tcw-service-page__hero-text {
    max-width: 56ch;
    margin: 22px 0 0;
    color: rgba(223, 234, 248, 0.92);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.08rem;
    line-height: 1.78;
}

.tcw-service-page__hero-bullets {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.tcw-service-page__hero-bullets li,
.tcw-service-page__problem-item {
    position: relative;
    padding-left: 28px;
    line-height: 1.48;
}

.tcw-service-page__hero-bullets li {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-weight: 700;
}

.tcw-service-page__hero-bullets li {
    color: #edf5ff;
}

.tcw-service-page__hero-bullets li::before,
.tcw-service-page__problem-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f8cff, #61bfff);
    box-shadow: 0 0 0 4px rgba(31, 140, 255, 0.12);
    animation: tcw-service-bullet-pulse 2.8s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, box-shadow;
}

.tcw-service-page__hero-bullets li:nth-child(2n)::before,
.tcw-service-page__problem-item:nth-child(2n)::before {
    animation-delay: 0.35s;
}

.tcw-service-page__hero-bullets li:nth-child(3n)::before,
.tcw-service-page__problem-item:nth-child(3n)::before {
    animation-delay: 0.7s;
}

@keyframes tcw-service-bullet-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(31, 140, 255, 0.12);
    }

    50% {
        transform: scale(1.12);
        box-shadow: 0 0 0 7px rgba(31, 140, 255, 0.08);
    }
}

.tcw-service-page__hero-actions,
.tcw-service-page__final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.tcw-service-page__hero-visual {
    justify-self: stretch;
}

.tcw-service-page__hero-card {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 18% 18%, rgba(31, 140, 255, 0.26), transparent 22%),
        linear-gradient(145deg, rgba(10, 23, 39, 0.98) 0%, rgba(7, 16, 28, 0.98) 100%);
    box-shadow: 0 26px 80px rgba(2, 8, 18, 0.28);
}

.tcw-service-page__hero-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 52%;
    background: linear-gradient(180deg, rgba(5, 13, 23, 0) 0%, rgba(5, 13, 23, 0.92) 78%, rgba(5, 13, 23, 0.98) 100%);
    pointer-events: none;
}

.tcw-service-page__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.84;
}

.tcw-service-page__hero-card-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 30px;
}

.tcw-service-page__hero-card-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.16);
    color: #a5d6ff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcw-service-page__hero-card-copy h3 {
    margin: 16px 0 10px;
    color: #ffffff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.tcw-service-page__hero-card-copy p {
    max-width: 34ch;
    margin: 0;
    color: rgba(227, 238, 250, 0.9);
    line-height: 1.72;
}

.tcw-service-page__section {
    background: transparent;
}

.tcw-service-page__section--soft {
    background: transparent;
}

.tcw-service-page__section--dark {
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 24%, rgba(31, 140, 255, 0.2), transparent 22%),
        linear-gradient(135deg, #05101a 0%, #071827 44%, #0a2238 100%);
}

.tcw-service-page__section--dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 92px 92px;
    pointer-events: none;
}

.tcw-service-page__section-head {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.tcw-service-page__section-head .tcw-title {
    margin-bottom: 14px;
}

.tcw-service-page__section--dark .tcw-title,
.tcw-service-page__section--dark .tcw-subtitle {
    color: #ffffff;
}

.tcw-service-page__section--dark .tcw-subtitle {
    color: rgba(223, 234, 248, 0.86);
}

.tcw-service-page__info-card,
.tcw-service-page__managed-card,
.tcw-service-page__process-card,
.tcw-service-page__reference-card {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.tcw-service-page__managed-card .tcw-icon,
.tcw-service-page__info-card .tcw-icon {
    margin-bottom: 18px;
}

.tcw-service-page__info-card {
    text-align: center;
}

.tcw-service-page__info-card h3,
.tcw-service-page__info-card p {
    text-align: center;
}

.tcw-service-page__info-card .tcw-icon {
    width: 80px;
    height: 80px;
    padding: 0;
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.tcw-service-page__info-card .tcw-icon > * {
    margin: 0 auto;
}

.tcw-service-page__info-card .tcw-icon i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    line-height: 1;
}

.tcw-service-page__info-card .tcw-icon i,
.tcw-service-page__info-card .tcw-icon svg {
    display: block;
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
    line-height: 1;
}

.tcw-service-page__info-card .tcw-icon .tcw-inline-svg {
    width: 52px !important;
    height: 52px !important;
    display: block;
}

.tcw-service-page__info-card .tcw-icon svg,
.tcw-service-page__info-card .tcw-icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-service-page__process-step {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.08);
    color: #1f8cff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcw-service-page__process-grid {
    align-items: start;
}

.tcw-grid-4.tcw-service-page__process-grid > .tcw-service-page__process-card {
    min-height: 0 !important;
    height: auto;
    padding: 22px 24px 24px;
}

.tcw-service-page__stack-block {
    margin-top: 34px;
    padding: 0;
}

.tcw-service-page__section--dark .tcw-stack-marquee {
    background:
        linear-gradient(180deg, rgba(11, 24, 39, 0.86), rgba(8, 19, 32, 0.94)),
        linear-gradient(90deg, rgba(31, 140, 255, 0.08), rgba(31, 140, 255, 0.03));
    border-color: rgba(114, 173, 255, 0.16);
    box-shadow:
        0 22px 54px rgba(2, 10, 18, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.tcw-service-page__section--dark .tcw-stack-marquee::before {
    background: linear-gradient(90deg, #071421 0%, rgba(7, 20, 33, 0.92) 48%, rgba(7, 20, 33, 0) 100%);
}

.tcw-service-page__section--dark .tcw-stack-marquee::after {
    background: linear-gradient(270deg, #071421 0%, rgba(7, 20, 33, 0.92) 48%, rgba(7, 20, 33, 0) 100%);
}

.tcw-service-page__section--dark .tcw-stack-group {
    gap: 12px;
    padding-right: 24px;
}

.tcw-service-page__section--dark .tcw-stack-logo {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    opacity: 0.92;
}

.tcw-service-page__section--dark .tcw-stack-logo__placeholder {
    color: rgba(236, 243, 252, 0.92);
}

@media (hover: hover) and (pointer: fine) {
    .tcw-service-page__section--dark .tcw-stack-logo:hover,
    .tcw-service-page__section--dark .tcw-stack-logo:focus-visible {
        border-color: rgba(114, 173, 255, 0.26);
        background: rgba(255, 255, 255, 0.08);
        box-shadow:
            0 14px 32px rgba(5, 16, 30, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }
}

.tcw-service-page__problem-shell {
    margin-top: 34px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
    border: 1px solid rgba(15, 24, 37, 0.08);
    box-shadow: 0 20px 58px rgba(10, 23, 39, 0.08);
}

.tcw-service-page__problem-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(380px, 520px));
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto;
    gap: 18px 44px;
}

.tcw-service-page__problem-item {
    color: #162133;
}

.tcw-service-page__problem-title {
    color: #162133;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.48;
}

.tcw-service-page__problem-detail {
    margin: 8px 0 0;
    color: #596d8b;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.7;
}

.tcw-service-page__problem-footer {
    position: relative;
    max-width: 92ch;
    margin: 28px auto 0;
    padding: 22px 18px 0;
    border-top: 1px solid rgba(15, 24, 37, 0.08);
    color: #4f6482;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    text-wrap: pretty;
}

.tcw-service-page__problem-footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: min(68%, 620px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(31, 140, 255, 0.85), transparent);
    box-shadow: 0 0 14px rgba(31, 140, 255, 0.35);
    pointer-events: none;
}

.tcw-service-page__reference-rating {
    color: #1f8cff;
    font-size: 1.18rem;
    letter-spacing: 0.18em;
    font-weight: 900;
}

.tcw-service-page__reference-quote {
    margin: 18px 0 22px;
    color: #415573;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    line-height: 1.7;
}

.tcw-service-page__reference-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 33, 58, 0.08);
}

.tcw-service-page__reference-meta::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: min(58%, 240px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(31, 140, 255, 0.85), transparent);
    box-shadow: 0 0 14px rgba(31, 140, 255, 0.35);
    pointer-events: none;
}

.tcw-service-page__reference-meta h3 {
    margin: 0 0 6px;
}

.tcw-service-page__reference-role {
    margin: 0;
    color: #64758d;
    font-size: 0.9rem;
}

.tcw-service-page__reference-logo {
    display: block;
    width: auto;
    max-width: 96px;
    max-height: 30px;
    object-fit: contain;
    opacity: 0.84;
}

.tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
}

.tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card:last-child:nth-child(4n + 2) {
    grid-column: 3;
}

.tcw-service-page__faq-wrap {
    max-width: 980px;
}

.tcw-service-page__faq-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.tcw-service-page__faq-item {
    border: 1px solid rgba(15, 24, 37, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 42px rgba(10, 23, 39, 0.06);
    overflow: hidden;
}

.tcw-service-page__faq-item summary {
    list-style: none;
    position: relative;
    padding: 20px 58px 20px 22px;
    cursor: pointer;
    color: #162133;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.02rem;
    font-weight: 800;
}

.tcw-service-page__faq-item summary::-webkit-details-marker {
    display: none;
}

.tcw-service-page__faq-item summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 22px;
    color: #1f8cff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
}

.tcw-service-page__faq-item[open] summary::after {
    content: "−";
}

.tcw-service-page__faq-answer {
    padding: 0 22px 22px;
}

.tcw-service-page__faq-answer p {
    margin: 0;
    color: #5d6f88;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    line-height: 1.72;
}

.tcw-service-page__final-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px 32px;
    align-items: center;
    padding: 42px 46px;
    border-radius: 28px;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.12), transparent 22%),
        radial-gradient(circle at 82% 78%, rgba(129, 198, 255, 0.18), transparent 20%),
        linear-gradient(135deg, #1262ef 0%, #0a66eb 34%, #09388c 100%);
    box-shadow: 0 24px 72px rgba(12, 78, 169, 0.22);
}

.tcw-service-page__final-title {
    margin: 0;
    color: #ffffff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.tcw-service-page__final-text {
    max-width: 54ch;
    margin: 16px 0 0;
    color: rgba(234, 243, 255, 0.92);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    line-height: 1.74;
}

.tcw-service-page__final-actions {
    margin-top: 0;
    justify-content: flex-end;
}

@media (hover: hover) and (pointer: fine) {
    .tcw-service-page__info-card:hover,
    .tcw-service-page__managed-card:hover,
    .tcw-service-page__process-card:hover,
    .tcw-service-page__reference-card:hover {
        transform: translateY(-6px);
        border-color: rgba(31, 140, 255, 0.2);
        box-shadow: 0 26px 56px rgba(10, 23, 39, 0.12);
    }
}

@media (max-width: 1180px) {
    .tcw-service-page__hero-grid,
    .tcw-service-page__final-cta {
        grid-template-columns: 1fr;
    }

    .tcw-service-page__final-actions {
        justify-content: flex-start;
    }

    .tcw-service-page__problem-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .tcw-service-page__hero-card {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .tcw-service-page__hero-title,
    .tcw-service-page__final-title {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .tcw-service-page__hero-card,
    .tcw-service-page__final-cta,
    .tcw-service-page__problem-shell {
        border-radius: 22px;
    }

    .tcw-service-page__hero-card {
        min-height: 340px;
    }

    .tcw-service-page__hero-card-copy,
    .tcw-service-page__final-cta,
    .tcw-service-page__problem-shell {
        padding: 24px;
    }

    .tcw-grid-3.tcw-service-page__references-grid,
    .tcw-grid-4.tcw-service-page__benefits-grid,
    .tcw-grid-4.tcw-service-page__process-grid {
        grid-template-columns: 1fr;
    }

    .tcw-grid-4.tcw-service-page__managed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card,
    .tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card:nth-last-child(2):nth-child(4n + 1),
    .tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card:last-child:nth-child(4n + 2) {
        grid-column: auto;
    }

    .tcw-grid-4.tcw-service-page__managed-grid > .tcw-service-page__managed-card {
        min-width: 0;
        padding: 24px 16px;
    }

    .tcw-service-page__hero-actions,
    .tcw-service-page__final-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tcw-service-page__hero-actions .tcw-btn,
    .tcw-service-page__final-actions .tcw-btn {
        width: 100%;
    }

    .tcw-service-page__stack-block {
        margin-top: 28px;
    }

    .tcw-service-page__faq-item summary {
        padding: 18px 50px 18px 18px;
        font-size: 0.98rem;
    }

    .tcw-service-page__faq-item summary::after {
        right: 18px;
    }

    .tcw-service-page__faq-answer {
        padding: 0 18px 18px;
    }

    .tcw-service-page__reference-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tcw-service-page__info-card,
    .tcw-service-page__managed-card,
    .tcw-service-page__process-card,
    .tcw-service-page__reference-card,
    .tcw-service-page__hero-bullets li::before,
    .tcw-service-page__problem-item::before,
    .tcw-btn--ghost {
        animation: none !important;
        transition: none !important;
    }
}

.tcw-service-page-low {
    --tcw-low-section-space: 56px;
    --tcw-low-section-space-loose: 72px;
    background:
        radial-gradient(circle at 18% 10%, rgba(31, 140, 255, 0.06), transparent 24%),
        radial-gradient(circle at 82% 72%, rgba(31, 140, 255, 0.05), transparent 22%),
        linear-gradient(180deg, #edf4fb 0%, #f6f9fe 32%, #eff4fa 100%);
}

.tcw-service-page-low__hero {
    overflow: hidden;
    color: #ffffff;
    padding-bottom: 68px;
    background:
        radial-gradient(circle at 14% 18%, rgba(31, 140, 255, 0.22), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(31, 140, 255, 0.18), transparent 22%),
        linear-gradient(135deg, #040b14 0%, #091321 48%, #0b1d31 100%);
}

.tcw-service-page-low__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 11, 20, 0.96) 0%, rgba(4, 11, 20, 0.86) 44%, rgba(4, 11, 20, 0.42) 100%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 88px 88px, 88px 88px;
    pointer-events: none;
}

.tcw-service-page-low__hero .tcw-container,
.tcw-service-page-low__section .tcw-container {
    position: relative;
    z-index: 1;
}

.tcw-service-page-low__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 32px;
    align-items: center;
}

.tcw-service-page-low__hero-copy {
    max-width: 540px;
}

.tcw-service-page-low__hero .tcw-eyebrow {
    color: #8fc5ff;
}

.tcw-service-page-low__hero-title {
    margin: 0;
    color: #ffffff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(2.8rem, 5vw, 4.75rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.tcw-service-page-low__hero-text {
    margin: 24px 0 0;
    color: rgba(225, 235, 247, 0.9);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.04rem;
    line-height: 1.78;
}

.tcw-service-page-low__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.tcw-service-page-low__hero-visual {
    position: relative;
    min-height: 420px;
}

.tcw-service-page-low__hero-card {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 18% 18%, rgba(31, 140, 255, 0.24), transparent 22%),
        linear-gradient(145deg, rgba(10, 23, 39, 0.98) 0%, rgba(7, 16, 28, 0.98) 100%);
    box-shadow: 0 26px 80px rgba(2, 8, 18, 0.28);
}

.tcw-service-page-low__hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(93, 171, 255, 0.12), rgba(93, 171, 255, 0) 48%);
    pointer-events: none;
}

.tcw-service-page-low__hero-image,
.tcw-service-page-low__hero-placeholder {
    display: block;
    width: 100%;
    min-height: 470px;
    height: 100%;
}

.tcw-service-page-low__hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    opacity: 0.9;
}

.tcw-service-page-low__hero-placeholder {
    position: relative;
    z-index: 1;
    background:
        radial-gradient(circle at 30% 28%, rgba(31, 140, 255, 0.28), transparent 16%),
        radial-gradient(circle at 72% 42%, rgba(31, 140, 255, 0.16), transparent 18%),
        linear-gradient(145deg, rgba(16, 29, 45, 0.9), rgba(8, 18, 31, 0.98));
}

.tcw-section.tcw-service-page-low__section {
    padding-top: var(--tcw-low-section-space);
    padding-bottom: var(--tcw-low-section-space);
}

.tcw-section.tcw-service-page-low__section--cta {
    padding-top: var(--tcw-low-section-space);
    padding-bottom: var(--tcw-low-section-space);
}

.tcw-service-page-low__section--surface {
    margin-top: -6px;
}

.tcw-section.tcw-service-page-low__section--features {
    padding-top: var(--tcw-low-section-space-loose);
    padding-bottom: var(--tcw-low-section-space);
}

.tcw-section.tcw-service-page-low__section--reasons {
    padding-top: var(--tcw-low-section-space);
    padding-bottom: var(--tcw-low-section-space);
}

.tcw-section.tcw-service-page-low__reviews-section {
    padding-top: var(--tcw-low-section-space);
    padding-bottom: var(--tcw-low-section-space);
}

.tcw-service-page-low .tcw-testimonial-dots {
    margin-top: 22px;
}

.tcw-service-page-low .tcw-testimonials-footer {
    margin-top: 18px;
}

.tcw-service-page-low__section-head {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.tcw-service-page-low__section-head .tcw-title {
    margin-bottom: 0;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.tcw-service-page-low__features-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.tcw-service-page-low__feature-card {
    min-height: 100%;
}

.tcw-service-page-low__feature-card h3,
.tcw-service-page-low__feature-card p {
    text-align: center;
}

.tcw-service-page-low__icon,
.tcw-service-page-low__reason-icon,
.tcw-service-page-low__cta-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(31, 140, 255, 0.12), rgba(31, 140, 255, 0.03));
    border: 1px solid rgba(31, 140, 255, 0.14);
    color: #1f8cff;
}

.tcw-service-page-low__icon i,
.tcw-service-page-low__icon svg,
.tcw-service-page-low__reason-icon i,
.tcw-service-page-low__reason-icon svg,
.tcw-service-page-low__cta-icon i,
.tcw-service-page-low__cta-icon svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.tcw-service-page-low__icon .tcw-inline-svg,
.tcw-service-page-low__reason-icon .tcw-inline-svg,
.tcw-service-page-low__cta-icon .tcw-inline-svg {
    width: 24px !important;
    height: 24px !important;
}

.tcw-service-page-low__icon svg,
.tcw-service-page-low__icon svg *,
.tcw-service-page-low__reason-icon svg,
.tcw-service-page-low__reason-icon svg *,
.tcw-service-page-low__cta-icon svg,
.tcw-service-page-low__cta-icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-service-page-low__reason-item h3 {
    margin: 0 0 8px;
    color: #162133;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.08rem;
    line-height: 1.28;
    letter-spacing: -0.03em;
}

.tcw-service-page-low__reason-item p {
    margin: 0;
    color: #5d6f88;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.96rem;
    line-height: 1.68;
}

.tcw-service-page-low__reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
}

.tcw-service-page-low__reason-item {
    padding: 0 22px;
    text-align: center;
}

.tcw-service-page-low__reason-item:not(:first-child) {
    border-left: 1px solid rgba(17, 33, 58, 0.08);
}

.tcw-service-page-low__reason-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tcw-service-page-low__reason-icon i,
.tcw-service-page-low__reason-icon svg {
    width: 38px;
    height: 38px;
    font-size: 38px;
}

.tcw-service-page-low__reason-icon .tcw-inline-svg {
    width: 38px !important;
    height: 38px !important;
}

.tcw-service-page-low__final-cta {
    margin-top: 42px;
}

.tcw-service-page-low__section--cta .tcw-service-page-low__final-cta {
    margin-top: 0;
}

.tcw-service-page-low__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 42px;
    padding: 28px 32px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 24, 37, 0.08);
    box-shadow: 0 18px 44px rgba(10, 23, 39, 0.07);
}

.tcw-service-page-low__cta-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.tcw-service-page-low__cta-icon {
    flex: 0 0 56px;
    margin: 0;
}

.tcw-service-page-low__cta-title {
    margin: 0 0 6px;
    color: #162133;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.tcw-service-page-low__cta-text {
    margin: 0;
    color: #60718a;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    line-height: 1.65;
}

.tcw-service-page-low__cta-button {
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    .tcw-service-page-low__feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(31, 140, 255, 0.2);
        box-shadow: 0 26px 56px rgba(10, 23, 39, 0.12);
    }
}

@media (max-width: 1180px) {
    .tcw-service-page-low__hero-grid,
    .tcw-service-page-low__cta {
        grid-template-columns: 1fr;
    }

    .tcw-service-page-low__features-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tcw-service-page-low__reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 0;
    }

    .tcw-service-page-low__reason-item:nth-child(2n + 1) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .tcw-service-page-low {
        --tcw-low-section-space: 40px;
        --tcw-low-section-space-loose: 56px;
    }

    .tcw-service-page-low__hero {
        padding-bottom: 44px;
    }

    .tcw-service-page-low__hero-title {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .tcw-service-page-low__hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tcw-service-page-low__hero-actions .tcw-btn,
    .tcw-service-page-low__cta-button {
        width: 100%;
    }

    .tcw-service-page-low__hero-visual,
    .tcw-service-page-low__hero-card,
    .tcw-service-page-low__hero-image,
    .tcw-service-page-low__hero-placeholder {
        min-height: 340px;
    }

    .tcw-service-page-low__features-grid,
    .tcw-service-page-low__reasons-grid {
        grid-template-columns: 1fr;
    }

    .tcw-service-page-low__reason-item {
        padding: 0;
    }

    .tcw-service-page-low__reason-item:not(:first-child) {
        border-left: 0;
    }

    .tcw-service-page-low__cta {
        padding: 24px;
    }

    .tcw-service-page-low__cta-copy {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tcw-service-page-low__feature-card {
        transition: none !important;
    }
}

.tcw-section {
    position: relative;
    width: 100%;
    padding: 88px 0;
}

.tcw-center {
    text-align: center;
}

.tcw-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #1f8cff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tcw-title {
    margin: 0 0 12px;
    color: #142033;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.tcw-subtitle {
    max-width: 740px;
    margin: 0 auto;
    color: #60718a;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    line-height: 1.72;
}

.tcw-grid {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.tcw-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcw-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tcw-card {
    position: relative;
    height: 100%;
    padding: 28px 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 24, 37, 0.08);
    box-shadow: 0 18px 44px rgba(10, 23, 39, 0.08);
    text-align: left;
}

.tcw-card h3 {
    margin: 0 0 12px;
    color: #162133;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.2rem;
    line-height: 1.26;
    letter-spacing: -0.03em;
}

.tcw-card p {
    margin: 0;
    color: #5d6f88;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    line-height: 1.66;
}

.tcw-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(31, 140, 255, 0.14), rgba(31, 140, 255, 0.04));
    border: 1px solid rgba(31, 140, 255, 0.16);
    color: #1f8cff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.tcw-service-page-low__reason-item .tcw-icon.tcw-service-page-low__reason-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tcw-service-page-low__reason-item .tcw-icon.tcw-service-page-low__reason-icon i,
.tcw-service-page-low__reason-item .tcw-icon.tcw-service-page-low__reason-icon svg {
    width: 38px;
    height: 38px;
    font-size: 38px;
}

.tcw-service-page-low__reason-item .tcw-icon.tcw-service-page-low__reason-icon .tcw-inline-svg {
    width: 38px !important;
    height: 38px !important;
}

.tcw-icon--graphic {
    width: var(--tcw-service-icon-size, 56px) !important;
    height: var(--tcw-service-icon-size, 56px) !important;
    min-width: var(--tcw-service-icon-size, 56px) !important;
    min-height: var(--tcw-service-icon-size, 56px) !important;
    flex: 0 0 var(--tcw-service-icon-size, 56px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1f6fff !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
}

.tcw-icon--graphic i,
.tcw-icon--graphic svg,
.tcw-icon--graphic img {
    width: 100% !important;
    height: 100% !important;
    max-width: var(--tcw-service-icon-size, 56px) !important;
    max-height: var(--tcw-service-icon-size, 56px) !important;
    display: block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: scale(var(--tcw-service-icon-scale, 1));
    transform-origin: center center;
}

.tcw-icon--graphic svg,
.tcw-icon--graphic svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-icon--graphic .tcw-inline-svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.tcw-icon--graphic .tcw-graphic-icon-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(2928%) hue-rotate(211deg) brightness(103%) contrast(101%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tcw-service-card--graphic {
    text-align: center;
}

.tcw-service-card--graphic .tcw-icon--graphic {
    margin-left: auto !important;
    margin-right: auto !important;
}

.tcw-service-card--graphic p {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
    color: #617593;
}

.tcw-service-card--graphic .tcw-card-link {
    justify-content: center;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .tcw-service-card:hover,
    .tcw-service-card:focus-within {
        transform: translate3d(0, -8px, 0);
        border-color: rgba(31, 140, 255, 0.22);
        box-shadow:
            0 0 0 1px rgba(107, 176, 255, 0.16) inset,
            0 0 0 1px rgba(31, 140, 255, 0.08);
    }

    .tcw-service-card:hover::before,
    .tcw-service-card:focus-within::before {
        opacity: 0.9;
    }

    .tcw-service-card:hover::after,
    .tcw-service-card:focus-within::after {
        border-color: rgba(92, 164, 255, 0.28);
        box-shadow: 0 0 0 1px rgba(31, 140, 255, 0.12) inset;
    }

    .tcw-service-card:hover .tcw-icon,
    .tcw-service-card:focus-within .tcw-icon {
        transform: translate3d(0, -4px, 0) scale(1.06);
        filter: drop-shadow(0 10px 18px rgba(31, 140, 255, 0.16));
    }

    .tcw-testimonials-section .tcw-testimonial-card:hover,
    .tcw-testimonials-section .tcw-testimonial-card:focus-within,
    .tcw-service-page .tcw-testimonial-card:hover,
    .tcw-service-page .tcw-testimonial-card:focus-within,
    .tcw-service-page-low .tcw-testimonial-card:hover,
    .tcw-service-page-low .tcw-testimonial-card:focus-within {
        transform: none;
        border-color: rgba(31, 140, 255, 0.22);
        box-shadow: 0 0 0 1px rgba(107, 176, 255, 0.16) inset;
    }

    .tcw-testimonials-section .tcw-testimonial-card:hover::before,
    .tcw-testimonials-section .tcw-testimonial-card:focus-within::before,
    .tcw-service-page .tcw-testimonial-card:hover::before,
    .tcw-service-page .tcw-testimonial-card:focus-within::before,
    .tcw-service-page-low .tcw-testimonial-card:hover::before,
    .tcw-service-page-low .tcw-testimonial-card:focus-within::before {
        opacity: 0.9;
    }

    .tcw-testimonials-section .tcw-testimonial-card:hover::after,
    .tcw-testimonials-section .tcw-testimonial-card:focus-within::after,
    .tcw-service-page .tcw-testimonial-card:hover::after,
    .tcw-service-page .tcw-testimonial-card:focus-within::after,
    .tcw-service-page-low .tcw-testimonial-card:hover::after,
    .tcw-service-page-low .tcw-testimonial-card:focus-within::after {
        border-color: rgba(92, 164, 255, 0.24);
        box-shadow: 0 0 0 1px rgba(31, 140, 255, 0.12) inset;
    }
}

.tcw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f8cff, #0d6efd);
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    box-shadow: 0 16px 36px rgba(31, 140, 255, 0.24);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.tcw-btn:hover,
.tcw-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(31, 140, 255, 0.3);
    filter: brightness(1.03);
}

.tcw-card-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-bottom: 3px;
    color: #1f8cff !important;
    text-decoration: none !important;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.94rem;
    font-weight: 700;
    transition:
        color 0.24s ease,
        transform 0.24s ease;
    will-change: transform;
}

.tcw-card-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background: currentColor;
    transform: scaleX(0.35);
    transform-origin: left center;
    opacity: 0.42;
    transition:
        transform 0.28s ease,
        opacity 0.28s ease;
}

.tcw-card-link::after {
    content: "\2192";
    margin-left: 0;
    transition: transform 0.24s ease;
}

.tcw-card-link:hover,
.tcw-card-link:focus-visible {
    transform: translateY(-1px);
}

.tcw-card-link:hover::before,
.tcw-card-link:focus-visible::before {
    transform: scaleX(1);
    opacity: 1;
}

.tcw-card-link:hover::after,
.tcw-card-link:focus-visible::after {
    transform: translateX(4px);
}

.elementor-element-stats.e-con {
    position: relative;
    top: -118px;
    margin-top: 0;
    margin-bottom: -118px;
    z-index: 30;
}

.elementor-element-stats.e-con > .e-con-inner {
    overflow: visible;
}

.elementor-widget-tcw_stats {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
    overflow: visible;
    z-index: 1;
}

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

.elementor-widget-tcw_stats > .elementor-widget-container {
    margin: 0;
}

.tcw-stats-wrap {
    position: relative;
    margin-top: 0;
    z-index: 1;
}

.tcw-stats-panel {
    margin-top: 0;
}

.tcw-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(13, 24, 39, 0.96), rgba(8, 16, 27, 0.99)),
        linear-gradient(90deg, rgba(31, 140, 255, 0.12), transparent 28%, transparent 72%, rgba(31, 140, 255, 0.08));
    box-shadow: 0 26px 68px rgba(5, 16, 31, 0.28);
    z-index: 12;
}

.tcw-stat {
    display: grid;
    grid-template-columns: var(--tcw-stat-icon-column, 34px) minmax(0, 1fr);
    column-gap: 16px;
    align-content: center;
    min-height: 116px;
    padding: 24px 28px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tcw-stat:last-child {
    border-right: 0;
}

.tcw-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f8cff;
    font-size: 1.8rem;
    line-height: 1;
}

.tcw-stat-icon i,
.tcw-stat-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    max-width: none;
    fill: currentColor;
}

.tcw-stat-icon svg,
.tcw-stat-icon svg * {
    color: currentColor;
}

.tcw-stat-icon svg[fill]:not([fill="none"]) {
    fill: currentColor !important;
}

.tcw-stat-icon svg [fill]:not([fill="none"]) {
    fill: currentColor !important;
}

.tcw-stat-icon svg[stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}

.tcw-stat-icon svg [stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}

.tcw-stat-body {
    min-width: 0;
}

.tcw-stat,
.tcw-stat strong,
.tcw-stat span {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}

.tcw-stat strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.tcw-stat span {
    display: block;
    margin-top: 7px;
    color: #d4e1ef;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.52;
}

.tcw-services-section {
    background: #f5f8fc;
}

.tcw-services-section:not(.tcw-tech-stack-section) {
    padding-bottom: 52px;
}

.tcw-services-section .tcw-grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.tcw-services-section .tcw-grid-4 > .tcw-card {
    width: calc((100% - 72px) / 4);
    min-width: 260px;
    max-width: calc((100% - 72px) / 4);
}

.tcw-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.tcw-services-grid--expanded > .tcw-card {
    width: calc((100% - 96px) / 5);
    min-width: 0;
    max-width: calc((100% - 96px) / 5);
}

.tcw-services-grid--expanded .tcw-icon--graphic {
    width: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
    height: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
    min-width: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
    min-height: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
    flex-basis: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
}

.tcw-services-grid--expanded .tcw-icon--graphic i,
.tcw-services-grid--expanded .tcw-icon--graphic svg,
.tcw-services-grid--expanded .tcw-icon--graphic img {
    max-width: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
    max-height: calc(var(--tcw-service-icon-size, 56px) * 0.82) !important;
}

.tcw-services-extra {
    height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform-origin: top center;
    transition:
        height 0.58s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.34s ease,
        margin-top 0.42s ease;
}

.tcw-services-extra.is-expanded {
    opacity: 1;
    margin-top: 24px;
    pointer-events: auto;
}

.tcw-services-extra.is-fully-expanded {
    overflow: visible;
}

.tcw-services-extra__inner {
    padding: 2px 0 16px;
    transform: translate3d(0, -8px, 0);
    transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.tcw-services-extra.is-expanded .tcw-services-extra__inner {
    transform: translate3d(0, 0, 0);
}

.tcw-services-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.tcw-services-toggle {
    gap: 10px;
    border: 0;
    cursor: pointer;
}

.tcw-services-toggle__icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.28s ease;
}

.tcw-services-toggle.is-expanded .tcw-services-toggle__icon {
    transform: rotate(-135deg) translateY(-1px);
}

.tcw-service-card {
    overflow: hidden;
    min-height: 246px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
        #ffffff;
    border-color: rgba(31, 140, 255, 0.14);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72) inset;
    transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        background 0.32s ease;
}

.tcw-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 12%, rgba(88, 170, 255, 0.18), transparent 34%),
        radial-gradient(circle at 82% 100%, rgba(31, 140, 255, 0.12), transparent 42%);
    opacity: 0.62;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.tcw-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(92, 164, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(31, 140, 255, 0.06) inset;
    opacity: 0.9;
    pointer-events: none;
    transition:
        opacity 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.tcw-service-card > * {
    position: relative;
    z-index: 1;
}

.home .tcw-services-section .tcw-service-card[data-tcw-service-card],
.tc-front-page .tcw-services-section .tcw-service-card[data-tcw-service-card] {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition:
        opacity 0.58s ease,
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        background 0.32s ease;
    transition-delay: var(--tcw-service-delay, 0ms);
    will-change: opacity, transform;
}

.home .tcw-services-section .tcw-service-card.is-visible,
.tc-front-page .tcw-services-section .tcw-service-card.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.elementor-editor-active .tcw-services-section .tcw-service-card[data-tcw-service-card],
body.elementor-editor-preview .tcw-services-section .tcw-service-card[data-tcw-service-card] {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
}

body.elementor-editor-active .tcw-services-extra,
body.elementor-editor-preview .tcw-services-extra {
    height: auto !important;
    margin-top: 24px;
    opacity: 1 !important;
    overflow: visible;
    pointer-events: auto;
}

body.elementor-editor-active .tcw-services-toggle-wrap,
body.elementor-editor-preview .tcw-services-toggle-wrap {
    display: none;
}

.tcw-service-card .tcw-icon {
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.32s ease;
}

.tcw-stack-block {
    margin-top: 38px;
    padding: 18px 0 4px;
}

.tcw-tech-stack-section {
    padding-top: 8px;
    padding-bottom: 34px;
}

.tcw-tech-stack-section .tcw-stack-block {
    margin-top: 0;
    padding-top: 8px;
}

.tcw-stack-header {
    margin-bottom: 18px;
    text-align: center;
}

.tcw-stack-title {
    margin: 0;
    color: #1b2940;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.tcw-stack-marquee {
    position: relative;
    overflow: hidden;
    padding: 14px 18px;
    border-radius: 22px;
    border: 1px solid rgba(31, 140, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 250, 255, 0.94)),
        linear-gradient(90deg, rgba(31, 140, 255, 0.05), rgba(31, 140, 255, 0.02));
    box-shadow:
        0 14px 36px rgba(8, 27, 54, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.68) inset;
}

.tcw-stack-marquee::before,
.tcw-stack-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 84px;
    pointer-events: none;
    z-index: 2;
}

.tcw-stack-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f5f8fc 0%, rgba(245, 248, 252, 0.88) 48%, rgba(245, 248, 252, 0) 100%);
}

.tcw-stack-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f5f8fc 0%, rgba(245, 248, 252, 0.88) 48%, rgba(245, 248, 252, 0) 100%);
}

.tcw-stack-track {
    display: flex;
    width: max-content;
    animation: tcw-stack-marquee-scroll 38s linear infinite;
    will-change: transform;
}

.tcw-stack-group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 26px;
}

.tcw-stack-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--tcw-stack-item-width, 164px);
    min-width: var(--tcw-stack-item-width, 164px);
    max-width: var(--tcw-stack-item-width, 164px);
    flex: 0 0 var(--tcw-stack-item-width, 164px);
    height: 80px;
    padding: 0 14px;
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none !important;
    transition:
        opacity 0.28s ease,
        transform 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        box-shadow 0.28s ease,
        filter 0.28s ease;
    opacity: 0.74;
}

.tcw-stack-logo__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, var(--tcw-stack-logo-width, 104px));
    height: 100%;
}

.tcw-stack-logo__image,
.tcw-stack-logo__placeholder {
    transform: translateY(var(--tcw-stack-logo-offset-y, 0)) scale(var(--tcw-stack-logo-scale, 1));
    transform-origin: center center;
}

.tcw-stack-logo__image {
    width: min(100%, var(--tcw-stack-logo-width, 104px));
    max-width: min(100%, var(--tcw-stack-logo-width, 104px));
    max-height: var(--tcw-stack-logo-height, 32px);
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) contrast(0.92);
}

.tcw-stack-logo__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, var(--tcw-stack-logo-width, 104px));
    max-width: min(100%, var(--tcw-stack-logo-width, 104px));
    min-height: var(--tcw-stack-logo-height, 32px);
    color: #4a607f;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

@media (hover: hover) and (pointer: fine) {
    .tcw-stack-marquee:hover .tcw-stack-track {
        animation-play-state: paused;
    }

    .tcw-stack-logo:hover,
    .tcw-stack-logo:focus-visible {
        opacity: 1;
        transform: translateY(-2px);
    }

    .tcw-stack-logo:hover .tcw-stack-logo__image,
    .tcw-stack-logo:focus-visible .tcw-stack-logo__image {
        filter: grayscale(0.08);
    }
}

@media (max-width: 767px) {
    .tcw-services-section:not(.tcw-tech-stack-section) {
        padding-bottom: 10px;
    }

    .tcw-tech-stack-section {
        padding-top: 2px;
        padding-bottom: 22px;
    }

    .tcw-stack-block {
        margin-top: 30px;
    }

    .tcw-tech-stack-section .tcw-stack-block {
        margin-top: 0;
    }

    .tcw-stack-marquee {
        padding: 10px 12px;
    }

    .tcw-stack-marquee::before,
    .tcw-stack-marquee::after {
        width: 42px;
    }

    .tcw-stack-track {
        animation-duration: 52s;
    }

    .tcw-stack-group {
        gap: 8px;
        padding-right: 18px;
    }

    .tcw-stack-logo {
        width: min(var(--tcw-stack-item-width, 164px), 126px);
        min-width: min(var(--tcw-stack-item-width, 164px), 126px);
        max-width: min(var(--tcw-stack-item-width, 164px), 126px);
        flex-basis: min(var(--tcw-stack-item-width, 164px), 126px);
        height: 64px;
        padding: 0 12px;
    }

    .tcw-stack-logo__image {
        max-height: min(var(--tcw-stack-logo-height, 32px), 26px);
    }

    .tcw-stack-logo__placeholder {
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tcw-service-card,
    .tcw-service-card::before,
    .tcw-service-card::after,
    .tcw-service-card .tcw-icon,
    .tcw-stack-track,
    .tcw-stack-logo,
    .tcw-stack-logo__image,
    .tcw-card-link,
    .tcw-card-link::before,
    .tcw-card-link::after,
    .home .tcw-services-section .tcw-service-card[data-tcw-service-card],
    .tc-front-page .tcw-services-section .tcw-service-card[data-tcw-service-card] {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
    }

    .home .tcw-services-section .tcw-service-card[data-tcw-service-card],
    .tc-front-page .tcw-services-section .tcw-service-card[data-tcw-service-card] {
        opacity: 1;
        transform: none;
        will-change: auto;
    }

    .tcw-stack-track {
        animation: none;
        transform: none;
        will-change: auto;
    }

    .tcw-stack-marquee {
        overflow-x: auto;
    }

    .tcw-stack-marquee::before,
    .tcw-stack-marquee::after {
        display: none;
    }

    .tcw-service-card:hover,
    .tcw-service-card:focus-within,
    .tcw-service-card:hover .tcw-icon,
    .tcw-service-card:focus-within .tcw-icon,
    .tcw-stack-logo:hover,
    .tcw-stack-logo:focus-visible,
    .tcw-card-link:hover,
    .tcw-card-link:focus-visible,
    .tcw-card-link:hover::after,
    .tcw-card-link:focus-visible::after {
        transform: none;
        filter: none;
    }
}

.tcw-process-section {
    padding-top: 26px;
    padding-bottom: 28px;
}

@keyframes tcw-stack-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.tcw-process-band {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 30px;
    align-items: center;
    padding: 48px 52px;
    border-radius: 22px;
    color: #ffffff;
    --tcw-process-title-size: 64px;
    --tcw-process-title-max-width: 460px;
    --tcw-process-chip-icon-size: 18px;
    --tcw-process-chip-gap: 24px;
    --tcw-process-cta-offset-x: -28px;
    background:
        linear-gradient(135deg, rgba(18, 93, 230, 0.94) 0%, rgba(8, 76, 197, 0.94) 38%, rgba(5, 61, 160, 0.96) 100%);
    box-shadow: 0 24px 70px rgba(12, 78, 169, 0.22);
}

.tcw-process-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--tcw-process-bg-image, none);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.26;
}

.tcw-process-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 82% 68%, rgba(120, 190, 255, 0.16), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.tcw-process-copy,
.tcw-process-cta {
    position: relative;
    z-index: 1;
}

.tcw-process-band,
.tcw-process-title,
.tcw-process-text,
.tcw-process-chip,
.tcw-process-chip-label,
.tcw-process-cta h3,
.tcw-process-cta p,
.tcw-process-cta .tcw-btn {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}

.tcw-process-title {
    margin: 0;
    color: #ffffff;
    max-width: min(100%, var(--tcw-process-title-max-width));
    font-size: clamp(2.5rem, 4.2vw, var(--tcw-process-title-size));
    line-height: 1;
    letter-spacing: -0.05em;
}

.tcw-process-text {
    max-width: 40ch;
    margin: 18px 0 0;
    color: rgba(238, 245, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.66;
}

.tcw-process-chips {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tcw-process-chip-gap);
    margin-top: 28px;
}

.tcw-process-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    font-weight: 600;
}

.tcw-process-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--tcw-process-chip-icon-size);
    height: var(--tcw-process-chip-icon-size);
    font-size: var(--tcw-process-chip-icon-size);
    color: rgba(214, 234, 255, 0.96);
    line-height: 1;
    flex: 0 0 var(--tcw-process-chip-icon-size);
}

.tcw-process-chip-icon i,
.tcw-process-chip-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.tcw-process-chip-icon svg,
.tcw-process-chip-icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-process-cta {
    max-width: 420px;
    justify-self: end;
    padding: 34px 38px;
    border-radius: 18px;
    background: rgba(8, 28, 70, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 44px rgba(4, 21, 56, 0.24);
    backdrop-filter: blur(12px);
    text-align: left;
    transform: translateX(var(--tcw-process-cta-offset-x));
}

.tcw-process-cta h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.tcw-process-cta p {
    max-width: 28ch;
    margin: 0 0 22px;
    color: rgba(234, 243, 255, 0.9);
}

.tcw-testimonials-section,
.tcw-news-section {
    background: transparent;
}

.tcw-testimonials-section {
    padding-top: 28px;
    padding-bottom: 32px;
}

.tcw-news-section {
    padding-top: 32px;
}

.tcw-testimonials-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    min-width: 0;
}

.tcw-testimonials-viewport {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    padding: 18px 0 0;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    background: transparent;
}

.tcw-testimonials-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 3);
    gap: 20px;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    will-change: scroll-position;
    background: transparent;
}

.tcw-testimonials-track::-webkit-scrollbar {
    display: none;
}

.tcw-testimonials-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
    scroll-snap-type: none;
}

.tcw-testimonials-track.is-dragging * {
    user-select: none;
    pointer-events: none;
}

.tcw-testimonials-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(31, 140, 255, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #1f78ea;
    box-shadow: 0 14px 28px rgba(13, 26, 46, 0.08);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.tcw-testimonials-nav span {
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tcw-testimonials-nav--prev span::before,
.tcw-testimonials-nav--next span::before {
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    transform: translateY(-1px);
}

.tcw-testimonials-nav--prev span::before {
    content: "\2039";
}

.tcw-testimonials-nav--next span::before {
    content: "\203A";
}

.tcw-testimonials-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(13, 26, 46, 0.12);
}

.tcw-testimonials-nav:disabled {
    opacity: 0.42;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.tcw-testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    min-height: 250px;
    min-width: 0;
    padding: 24px 28px 22px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 33, 58, 0.08);
    background: #ffffff;
    box-shadow: none;
    scroll-snap-align: start;
}

.tcw-testimonials-section .tcw-testimonial-card,
.tcw-service-page .tcw-testimonial-card,
.tcw-service-page-low .tcw-testimonial-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
        #ffffff;
    border-color: rgba(31, 140, 255, 0.14);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72) inset;
    transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        background 0.32s ease;
}

.tcw-testimonials-section .tcw-testimonial-card::before,
.tcw-service-page .tcw-testimonial-card::before,
.tcw-service-page-low .tcw-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 12%, rgba(88, 170, 255, 0.16), transparent 34%),
        radial-gradient(circle at 82% 100%, rgba(31, 140, 255, 0.1), transparent 42%);
    opacity: 0.62;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.tcw-testimonials-section .tcw-testimonial-card::after,
.tcw-service-page .tcw-testimonial-card::after,
.tcw-service-page-low .tcw-testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(92, 164, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(31, 140, 255, 0.06) inset;
    opacity: 0.9;
    pointer-events: none;
    transition:
        opacity 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.tcw-testimonials-section .tcw-testimonial-card > *,
.tcw-service-page .tcw-testimonial-card > *,
.tcw-service-page-low .tcw-testimonial-card > * {
    position: relative;
    z-index: 1;
}

.tcw-service-page .tcw-testimonials-viewport,
.tcw-service-page-low .tcw-testimonials-viewport {
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    margin: 0;
}

.tcw-service-page .tcw-testimonials-track,
.tcw-service-page-low .tcw-testimonials-track {
    padding: 0;
    scroll-padding-inline: 0;
}

.tcw-testimonial-card,
.tcw-testimonial-rating,
.tcw-testimonial-source,
.tcw-testimonial-text,
.tcw-testimonial-toggle,
.tcw-testimonial-name,
.tcw-testimonial-name a,
.tcw-google-reviews-notice,
.tcw-google-reviews-notice strong,
.tcw-google-reviews-notice p {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}

.tcw-testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.tcw-testimonial-rating {
    display: inline-flex;
    color: #1f78ea;
    font-size: 1.24rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.tcw-testimonial-source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.07);
    color: #476789;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tcw-testimonials-section .tcw-testimonial-source,
.tcw-service-page .tcw-testimonial-source,
.tcw-service-page-low .tcw-testimonial-source {
    background: rgba(31, 140, 255, 0.08);
}

.tcw-testimonial-text {
    color: #415573;
    margin-bottom: 8px;
    font-size: 0.98rem;
    line-height: 1.62;
}

.tcw-testimonial-text p {
    margin: 0;
}

.tcw-testimonial-text.is-collapsed p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tcw-testimonial-toggle {
    display: inline-flex;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f8cff;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
}

.tcw-testimonial-toggle:hover {
    text-decoration: underline;
}

.tcw-testimonial-meta {
    position: relative;
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(17, 33, 58, 0.08);
}

.tcw-testimonials-section .tcw-testimonial-meta,
.tcw-service-page .tcw-testimonial-meta {
    border-top-color: rgba(17, 33, 58, 0.07);
}

.tcw-testimonial-meta::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: min(58%, 240px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(31, 140, 255, 0.85), transparent);
    box-shadow: 0 0 14px rgba(31, 140, 255, 0.35);
    pointer-events: none;
}

.tcw-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.tcw-testimonial-avatar-link {
    display: inline-flex;
    flex: 0 0 auto;
    text-decoration: none !important;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 999px;
}

.tcw-testimonial-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    object-position: 48% 46%;
    clip-path: circle(48% at 46% 46%);
    transform: scale(1.24);
    transform-origin: center;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tcw-testimonial-name {
    margin: 0 !important;
    color: #122746;
    flex: 1 1 auto;
    font-size: 0.96rem;
    line-height: 1.2;
}

.tcw-testimonial-name a {
    color: inherit;
    text-decoration: none;
}

.tcw-testimonial-name a:hover,
.tcw-testimonial-name a:focus-visible {
    color: #1f78ea;
}

.tcw-testimonial-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.tcw-testimonial-logo-image {
    display: block;
    width: auto;
    max-width: 34px;
    max-height: 20px;
    object-fit: contain;
    opacity: 0.84;
}

.tcw-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.tcw-testimonial-dots span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.18);
    transition: transform 180ms ease, background-color 180ms ease, width 180ms ease;
}

.tcw-testimonial-dots .is-active {
    width: 22px;
    background: #1f8cff;
}

.tcw-testimonials-footer {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.tcw-testimonials-cta {
    min-width: 260px;
    justify-content: center;
}

.tcw-google-reviews-notice {
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(31, 140, 255, 0.18);
    background: rgba(31, 140, 255, 0.06);
    color: #16325c;
}

.tcw-google-reviews-notice strong {
    display: block;
    margin-bottom: 6px;
    color: #0f2242;
}

.tcw-google-reviews-notice p {
    margin: 0;
}

.tcw-news-card {
    overflow: hidden;
    padding: 0;
}

.tcw-news-card,
.tcw-news-badge,
.tcw-news-card h3,
.tcw-news-card h3 a,
.tcw-news-card p,
.tcw-news-card .tcw-card-link {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}

.tcw-news-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tcw-news-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    transition: transform 0.32s ease;
    z-index: 0;
}

.tcw-news-media-fallback {
    background:
        radial-gradient(circle at 70% 30%, rgba(48, 155, 255, 0.24), transparent 22%),
        linear-gradient(135deg, #08111d 0%, #0a2038 48%, #0f3f74 100%);
}

.tcw-news-body {
    padding: 18px 22px 22px;
}

.tcw-news-badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #09111d;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tcw-news-badge--overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    z-index: 2;
    background: rgba(9, 17, 29, 0.88);
    backdrop-filter: blur(10px);
}

.tcw-news-card h3 a,
.tcw-news-card h3 {
    color: #162133;
    text-decoration: none;
}

.tcw-news-card p {
    color: #60728d;
    line-height: 1.66;
}

.tcw-news-footer {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .tcw-news-card:hover .tcw-news-media::before,
    .tcw-news-card:focus-within .tcw-news-media::before {
        transform: scale(1.035);
    }
}

.tcw-news-slider {
    margin-top: 34px;
}

.tcw-news-viewport {
    overflow: visible;
}

.tcw-news-track {
    margin-top: 0;
}

.tcw-news-dots {
    display: none;
}

.tcw-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    padding: 22px 0 0;
    background:
        linear-gradient(180deg, rgba(11, 20, 31, 0.98), rgba(5, 13, 22, 1)),
        radial-gradient(circle at 18% 0%, rgba(31, 140, 255, 0.12), transparent 26%);
    color: #ffffff;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.tcw-footer,
.tcw-footer-topbar-text strong,
.tcw-footer-topbar-text span,
.tcw-footer-topbar-link,
.tcw-footer-logo--text,
.tcw-footer-brand-text,
.tcw-footer-column h3,
.tcw-footer-accordion__summary,
.tcw-footer-accordion__summary span,
.tcw-footer-list,
.tcw-footer-list a,
.tcw-footer-list span,
.tcw-footer-hours-label,
.tcw-footer-hours-value,
.tcw-footer-bottom,
.tcw-footer-bottom a,
.tcw-footer-bottom span {
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
}

.elementor-widget-tcw_footer,
.elementor-widget-tcw_footer > .elementor-widget-container {
    margin-bottom: 0 !important;
}

body .elementor-location-footer,
body .elementor-location-footer > .elementor-element,
body .elementor-location-footer > .elementor-element > .e-con-inner,
body .elementor-location-footer .elementor-widget-tcw_footer,
body .elementor-location-footer .elementor-widget-tcw_footer > .elementor-widget-container {
    background: #08131f !important;
}

body .elementor-location-footer,
body .elementor-location-footer > .elementor-element,
body .elementor-location-footer > .elementor-element > .e-con-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body .elementor-location-footer {
    display: block;
    line-height: 0;
}

body .elementor-location-footer .elementor-widget-tcw_footer {
    line-height: normal;
}

.tcw-footer-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.tcw-footer-topbar:hover {
    transform: translateY(-1px);
    border-color: rgba(31, 140, 255, 0.12);
    box-shadow: 0 18px 36px rgba(4, 12, 23, 0.2);
}

.tcw-footer-topbar-copy,
.tcw-footer-topbar-actions,
.tcw-footer-topbar-link,
.tcw-footer-contact-item {
    display: flex;
    align-items: center;
}

.tcw-footer-topbar-copy {
    gap: 18px;
}

.tcw-footer-topbar-icon,
.tcw-footer-topbar-link-icon,
.tcw-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f8cff;
    line-height: 1;
}

.tcw-footer-topbar-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(31, 140, 255, 0.24);
    font-size: 1.5rem;
}

.tcw-footer-topbar-icon i,
.tcw-footer-topbar-icon svg,
.tcw-footer-topbar-link-icon i,
.tcw-footer-topbar-link-icon svg,
.tcw-footer-contact-icon i,
.tcw-footer-contact-icon svg {
    width: 1em;
    height: 1em;
}

.tcw-footer-topbar-icon svg,
.tcw-footer-topbar-icon svg *,
.tcw-footer-topbar-link-icon svg,
.tcw-footer-topbar-link-icon svg *,
.tcw-footer-contact-icon svg,
.tcw-footer-contact-icon svg *,
.tcw-footer-social-link svg,
.tcw-footer-social-link svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-footer-topbar-text strong,
.tcw-footer-column h3 {
    display: block;
    color: #ffffff;
}

.tcw-footer-topbar-text strong {
    font-size: 1.08rem;
    line-height: 1.25;
}

.tcw-footer-topbar-text span {
    display: block;
    margin-top: 4px;
    color: #1f8cff;
    font-weight: 700;
}

.tcw-footer-topbar-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 28px;
}

.tcw-footer-topbar-link {
    gap: 12px;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none !important;
}

.tcw-footer-topbar-link-icon {
    font-size: 1.35rem;
}

.tcw-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.9fr) minmax(150px, 0.9fr) minmax(210px, 1fr) minmax(170px, 0.8fr);
    gap: 56px;
    padding: 58px 0 42px;
    align-items: start;
}

.tcw-footer-brand {
    max-width: 360px;
    justify-self: start;
    text-align: left;
}

.tcw-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    width: fit-content;
    margin-left: -8px !important;
    padding-left: 0 !important;
}

.tcw-footer-logo-image,
.tcw-footer-logo--theme img {
    display: block;
    width: auto;
    max-width: min(100%, 320px);
    max-height: 88px;
    object-fit: contain;
    object-position: left center;
    margin-left: 0 !important;
}

.tcw-footer-logo--text {
    color: #ffffff !important;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.tcw-footer-brand-text,
.tcw-footer-list,
.tcw-footer-list a,
.tcw-footer-list span,
.tcw-footer-bottom span,
.tcw-footer-bottom a {
    color: rgba(255, 255, 255, 0.82);
}

.tcw-footer-brand-text {
    margin: 26px 0 0;
    font-size: 1.02rem;
    line-height: 1.72;
}

.tcw-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.tcw-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tcw-footer-social-link i,
.tcw-footer-social-link svg {
    display: block;
    width: 22px;
    height: 22px;
    color: currentColor;
}

.tcw-footer .e-font-icon-svg,
.tcw-footer .e-font-icon-svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.tcw-footer .elementor-icon,
.tcw-footer i {
    color: currentColor;
}

.tcw-footer-social-link:hover,
.tcw-footer-social-link:focus-visible {
    transform: translateY(-2px);
    background: rgba(31, 140, 255, 0.18);
    color: #1f8cff !important;
    box-shadow: 0 14px 28px rgba(8, 18, 32, 0.22);
}

.tcw-footer-column h3 {
    margin: 6px 0 26px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

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

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

.tcw-footer-accordion__summary span {
    display: block;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

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

.tcw-footer-accordion .tcw-footer-list {
    margin-top: 26px;
}

.tcw-footer-grid > .tcw-footer-column:last-child {
    justify-self: end;
    width: min(100%, 170px);
    text-align: left;
}

.tcw-footer-grid > .tcw-footer-column:nth-child(4) h3 {
    padding-left: 32px;
}

.tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-list,
.tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-list,
.tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-item {
    text-align: left;
    justify-content: flex-start;
}

.tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
}

.tcw-footer-hours-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tcw-footer-hours-item + .tcw-footer-hours-item {
    margin-top: 14px;
}

.tcw-footer-hours-label {
    color: #ffffff;
    font-weight: 700;
}

.tcw-footer-hours-value {
    color: rgba(255, 255, 255, 0.74);
}

.tcw-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcw-footer-list-item + .tcw-footer-list-item,
.tcw-footer-contact-item + .tcw-footer-contact-item {
    margin-top: 8px;
}

.tcw-footer-list a,
.tcw-footer-list span {
    text-decoration: none !important;
    line-height: 1.35;
    transition: color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.tcw-footer-list a:hover,
.tcw-footer-list a:focus-visible,
.tcw-footer-bottom a:hover,
.tcw-footer-bottom a:focus-visible {
    color: #1f8cff !important;
}

.tcw-footer-list a:hover,
.tcw-footer-list a:focus-visible {
    transform: translateX(2px);
}

.tcw-footer-contact-item {
    gap: 14px;
    align-items: flex-start;
    line-height: 1.35;
}

.tcw-footer-contact-icon {
    min-width: 18px;
    margin-top: 3px;
    font-size: 1rem;
}

.tcw-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.tcw-footer-bottom a {
    text-decoration: none !important;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.tcw-footer-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: min(42%, 360px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(31, 140, 255, 0.85), transparent);
    box-shadow: 0 0 14px rgba(31, 140, 255, 0.35);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .elementor-element-stats.e-con {
        top: -92px;
        margin-bottom: -92px;
    }

    .elementor-widget-tcw_stats {
        margin-bottom: 0;
        transform: none;
    }

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

    .tcw-services-section .tcw-grid-4 > .tcw-card {
        width: calc((100% - 24px) / 2);
        min-width: 0;
    }

    .tcw-services-grid--expanded > .tcw-card {
        width: calc((100% - 24px) / 2);
        min-width: 0;
        max-width: calc((100% - 24px) / 2);
    }

    .tcw-testimonials-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-testimonials-nav {
        display: none;
    }

    .tcw-testimonials-track {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 0;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
    }

    .tcw-testimonial-card {
        flex: 0 0 calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2);
        min-width: 0;
        max-width: calc((100% - 12px) / 2);
        scroll-snap-align: start;
    }

    .tcw-grid-3,
    .tcw-process-band {
        grid-template-columns: 1fr;
    }

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

    .tcw-stat:nth-child(2n) {
        border-right: 0;
    }

    .tcw-stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .tcw-process-band {
        padding: 34px 30px;
    }

    .tcw-process-cta {
        max-width: none;
        justify-self: start;
        transform: none;
    }

    .tcw-footer-topbar,
    .tcw-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .tcw-footer-topbar-actions {
        justify-content: flex-start;
        gap: 18px 24px;
    }

    .tcw-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }
}

@media (max-width: 767px) {
    body.tc-theme.tc-front-page {
        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%) !important;
    }

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

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

    .tcw-section {
        padding: 56px 0;
    }

    .tcw-services-section {
        background: transparent;
        padding-top: 52px;
        padding-bottom: 28px;
    }

    .tc-front-page .elementor-13 > .elementor-element-services {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tcw-services-section:not(.tcw-tech-stack-section) {
        padding-bottom: 4px;
    }

    .tcw-tech-stack-section {
        padding-top: 0;
    }

    .tcw-process-section {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .tcw-testimonials-section {
        padding-top: 22px;
        padding-bottom: 28px;
    }

    .tcw-grid-3,
    .tcw-grid-4 {
        grid-template-columns: 1fr;
    }

    .tcw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 20px;
        box-shadow: 0 16px 34px rgba(5, 16, 31, 0.16);
    }

    .home .tcw-services-section .tcw-grid-4,
    .tc-front-page .tcw-services-section .tcw-grid-4 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .home .tcw-services-section .tcw-grid-4 > .tcw-card,
    .tc-front-page .tcw-services-section .tcw-grid-4 > .tcw-card {
        width: auto;
        max-width: none;
        min-width: 0;
        box-sizing: border-box;
    }

    .tcw-services-grid {
        gap: 22px;
    }

    .tcw-services-grid--expanded {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .tcw-services-grid--expanded > .tcw-card {
        width: 100%;
        max-width: none;
        min-width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .tcw-services-grid--expanded > .tcw-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: calc((100% - 22px) / 2);
        max-width: calc((100% - 22px) / 2);
        justify-self: center;
    }

    .tcw-services-grid--expanded > .tcw-card .tcw-card-link {
        margin-top: auto;
    }

    .tcw-services-grid--expanded > .tcw-card p {
        margin-bottom: 12px;
    }

    .tcw-card {
        padding: 18px 16px 16px;
        border-radius: 14px;
        border: 1px solid rgba(17, 33, 58, 0.05);
        background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
        box-shadow:
            0 18px 38px rgba(15, 28, 47, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .tcw-card h3 {
        font-size: 0.98rem;
        line-height: 1.28;
        margin-bottom: 8px;
    }

    .tcw-card p {
        font-size: 0.88rem;
        line-height: 1.48;
    }

    .tcw-service-card {
        min-height: 0;
    }

    .tcw-service-card--graphic p {
        max-width: none;
    }

    .tcw-testimonials-track {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: visible;
        padding: 0;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-inline: 0;
        cursor: grab;
        touch-action: pan-y pinch-zoom;
        -webkit-overflow-scrolling: touch;
    }

    .tcw-testimonials-shell {
        display: block;
        gap: 0;
        margin-top: 14px;
    }

    .tcw-testimonials-nav {
        display: none;
    }

    .tcw-testimonials-viewport {
        overflow-x: clip;
        overflow-y: visible;
        padding: 0;
        margin: 0;
    }

    .tc-front-page .elementor-13 .elementor-element.elementor-element-statsw > .elementor-widget-container {
        margin-bottom: 0 !important;
    }

    .elementor-element-stats.e-con {
        top: -18px;
        margin-bottom: -18px;
    }

    .elementor-widget-tcw_stats {
        margin-bottom: 0;
        transform: none;
    }

    .tcw-stats {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .tcw-stat {
        grid-template-columns: 34px minmax(0, 1fr);
        column-gap: 14px;
        min-height: 0;
        padding: 20px 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .tcw-stat:nth-child(2n) {
        border-right: 0;
    }

    .tcw-stat:nth-child(n + 3) {
        border-bottom: 0;
    }

    .tcw-stat strong {
        font-size: 1.62rem;
    }

    .tcw-stat span {
        margin-top: 5px;
        font-size: 0.95rem;
        line-height: 1.34;
    }

    .tcw-stat-icon {
        font-size: 1.72rem;
    }

    .tcw-process-band {
        gap: 20px;
        padding: 20px 16px;
        border-radius: 18px;
        box-shadow: 0 18px 36px rgba(12, 78, 169, 0.16);
    }

    .tcw-process-title {
        max-width: none;
        font-size: clamp(1.75rem, 8vw, 2.3rem);
    }

    .tcw-process-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .tcw-process-chips {
        gap: 10px 14px;
        margin-top: 18px;
    }

    .tcw-btn {
        width: 100%;
        min-height: 48px;
        padding: 0 18px;
        font-size: 0.92rem;
    }

    .tcw-process-cta {
        transform: none;
        padding: 18px 16px;
        border-radius: 16px;
        border: 0;
        box-shadow: 0 14px 28px rgba(4, 21, 56, 0.2);
    }

    .tcw-process-cta h3 {
        font-size: 1.35rem;
    }

    .tcw-process-cta p {
        max-width: none;
        font-size: 0.88rem;
    }

    .tcw-testimonial-card {
        flex: 0 0 calc(100% - 24px);
        width: 100%;
        max-width: none;
        padding: 24px 28px 22px;
        min-height: 250px;
        border-radius: 18px;
        overflow: visible;
        background: #ffffff;
        border: 1px solid rgba(17, 33, 58, 0.08);
        box-shadow: none;
        scroll-snap-align: center;
    }

    .tcw-testimonial-header {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 16px;
    }

    .tcw-testimonial-source {
        display: inline-flex;
        min-height: 28px;
        padding: 0 11px;
        font-size: 0.68rem;
        background: rgba(31, 140, 255, 0.07);
        color: #476789;
    }

    .tcw-testimonial-rating {
        font-size: 1.2rem;
    }

    .tcw-testimonial-text {
        margin-bottom: 8px;
        font-size: 1.06rem;
        line-height: 1.68;
        color: #415573;
    }

    .tcw-testimonial-toggle {
        margin-top: 14px;
        font-size: 0.92rem;
    }

    .tcw-testimonial-meta {
        padding-top: 16px;
        gap: 14px;
        border-top-color: rgba(17, 33, 58, 0.08);
    }

    .tcw-testimonial-author {
        gap: 12px;
    }

    .tcw-testimonial-avatar-link {
        width: 38px;
        height: 38px;
    }

    .tcw-testimonial-avatar {
        object-position: 48% 46%;
        clip-path: circle(48% at 46% 46%);
        transform: scale(1.24);
    }

    .tcw-testimonial-name {
        font-size: 0.96rem;
    }

    .tcw-testimonial-logo-image {
        max-width: 34px;
        max-height: 20px;
        opacity: 0.84;
    }

    .tcw-testimonial-dots {
        display: flex;
        margin-top: 18px;
    }

    .tcw-testimonials-footer {
        margin-top: 18px;
    }

    .tcw-testimonials-cta {
        width: 100%;
        min-width: 0;
    }

    .tcw-footer {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 12px 0 0;
        border-radius: 24px 24px 0 0;
    }

    .tcw-footer-topbar {
        padding: 16px 14px 14px;
        border-radius: 18px;
        gap: 12px;
    }

    .tcw-footer-topbar-copy {
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .tcw-footer-topbar-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .tcw-footer-topbar-link {
        width: 100%;
        font-size: 0.9rem;
        min-height: 42px;
        padding: 0 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03);
    }

    .tcw-footer-topbar-actions {
        width: 100%;
        gap: 8px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .tcw-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        margin-top: 8px;
        padding: 12px 0 14px;
    }

    .tcw-footer-grid > .tcw-footer-column:last-child {
        justify-self: stretch;
        width: 100%;
    }

    .tcw-footer-brand,
    .tcw-footer-column {
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4) h3 {
        padding-left: 0;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-item {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-icon {
        display: none;
    }

    .tcw-footer-logo-image,
    .tcw-footer-logo--theme img {
        max-width: min(100%, 182px);
        max-height: 56px;
    }

    .tcw-footer-brand {
        max-width: none;
        grid-column: 1 / -1;
        padding-bottom: 4px;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(2),
    .tcw-footer-grid > .tcw-footer-column:nth-child(3),
    .tcw-footer-grid > .tcw-footer-column:nth-child(4),
    .tcw-footer-grid > .tcw-footer-column:nth-child(5) {
        grid-column: span 1;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4),
    .tcw-footer-grid > .tcw-footer-column:nth-child(5) {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        padding-top: 18px;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(3),
    .tcw-footer-grid > .tcw-footer-column:nth-child(5) {
        padding-left: 14px;
    }

    .tcw-footer-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding-top: 16px;
        padding-bottom: 14px;
        font-size: 0.72rem;
        align-items: center;
        justify-content: initial;
    }

    .tcw-news-body {
        padding: 16px 18px 18px;
    }

    .tcw-news-slider {
        margin-top: 14px;
    }

    .tcw-news-viewport {
        overflow-x: clip;
        overflow-y: clip;
        padding: 10px 0 0;
        margin: 0;
    }

    .tcw-news-track {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        overflow-y: clip;
        padding: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        touch-action: pan-y pinch-zoom;
        grid-template-columns: none;
        scroll-padding-inline: 0;
    }

    .tcw-news-track::-webkit-scrollbar {
        display: none;
    }

    .tcw-news-card {
        flex: 0 0 calc(100% - 24px);
        width: calc(100% - 24px);
        min-height: 100%;
        border-radius: 16px;
        background: transparent;
        border: 1px solid rgba(17, 33, 58, 0.12);
        box-shadow: none;
        scroll-snap-align: center;
    }

    .tcw-news-card h3 {
        font-size: 1.02rem;
        line-height: 1.32;
    }

    .tcw-news-dots {
        display: flex;
        justify-content: center;
        gap: 7px;
        margin-top: 10px;
    }

    .tcw-news-dots span {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: rgba(31, 140, 255, 0.18);
        transition: transform 180ms ease, background-color 180ms ease, width 180ms ease;
    }

    .tcw-news-dots .is-active {
        width: 22px;
        background: #1f8cff;
    }

    .tcw-footer-column h3 {
        margin: 0 0 10px;
        font-size: 0.82rem;
        letter-spacing: 0.1em;
    }

    .tcw-footer-accordion__summary {
        margin-top: 0;
        cursor: pointer;
    }

    .tcw-footer-accordion__summary span {
        font-size: 0.82rem;
        letter-spacing: 0.1em;
    }

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

    .tcw-footer-accordion .tcw-footer-list {
        margin-top: 10px;
    }

    .tcw-footer-brand-text {
        margin-top: 12px;
        font-size: 0.9rem;
        line-height: 1.6;
        max-width: none;
    }

    .tcw-footer-socials {
        gap: 10px;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .tcw-footer-social-link {
        width: 40px;
        height: 40px;
    }

    .tcw-footer-list-item + .tcw-footer-list-item,
    .tcw-footer-contact-item + .tcw-footer-contact-item,
    .tcw-footer-hours-item + .tcw-footer-hours-item {
        margin-top: 8px;
    }

    .tcw-footer-list a,
    .tcw-footer-list span,
    .tcw-footer-hours-label,
    .tcw-footer-hours-value {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .tcw-footer-bottom::before {
        width: min(58%, 220px);
    }

    .tcw-footer-hours-item {
        display: grid;
        grid-template-columns: max-content max-content;
        column-gap: 10px;
        align-items: baseline;
        justify-content: start;
    }

    .tcw-footer-hours-label {
        font-weight: 700;
    }

    .tcw-footer-hours-value {
        text-align: left;
        color: rgba(255, 255, 255, 0.78);
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-item {
        grid-template-columns: 1fr;
    }

    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-item,
    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-contact-list,
    .tcw-footer-grid > .tcw-footer-column:nth-child(4) .tcw-footer-list {
        text-align: left;
    }

    .tcw-footer-bottom > *:first-child {
        white-space: nowrap;
    }

.tcw-footer-bottom > *:last-child {
        justify-self: end;
        white-space: nowrap;
    }
}

.tcw-support-downloads-section {
    background:
        radial-gradient(circle at 18% 24%, rgba(31, 140, 255, 0.08), transparent 18%),
        radial-gradient(circle at 82% 16%, rgba(31, 140, 255, 0.06), transparent 16%),
        linear-gradient(180deg, #f3f7fc 0%, #eef4fb 100%);
}

.tcw-support-downloads-subtitle {
    max-width: 58ch;
    margin-right: auto;
    margin-left: auto;
}

.tcw-support-downloads-grid {
    align-items: stretch;
}

.tcw-support-download-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    isolation: isolate;
    padding: 34px 24px 30px;
    text-align: center;
    background: #ffffff;
    border-color: rgba(19, 34, 56, 0.06);
    box-shadow:
        0 22px 54px rgba(7, 27, 52, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.tcw-support-download-card__icon {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 16px 36px rgba(31, 140, 255, 0.08);
    color: #1f8cff;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tcw-support-download-card__icon i,
.tcw-support-download-card__icon svg,
.tcw-support-download-card__icon img,
.tcw-support-download-card__icon .tcw-inline-svg {
    width: 44px;
    height: 44px;
    display: block;
}

.tcw-support-download-card__icon svg,
.tcw-support-download-card__icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-support-download-card__icon i {
    font-size: 44px;
    line-height: 1;
}

.tcw-support-download-card__icon-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

.tcw-support-download-card h3 {
    margin-bottom: 10px;
    font-size: 1.85rem;
}

.tcw-support-download-card p {
    max-width: 22ch;
    color: #73839a;
}

.tcw-support-download-card__action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-bottom: 4px;
    color: #163254 !important;
    text-decoration: none !important;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 800;
    transition: color 0.22s ease, transform 0.22s ease;
}

.tcw-support-download-card__action::after {
    content: "\2192";
    color: #1f8cff;
    font-size: 1.15rem;
    transition: transform 0.22s ease;
}

.tcw-support-download-card__action::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background: rgba(31, 140, 255, 0.28);
    transform: scaleX(0.4);
    transform-origin: left center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.tcw-support-download-card__action--placeholder {
    opacity: 0.52;
    cursor: default;
}

@media (hover: hover) and (pointer: fine) {
    .tcw-support-download-card:hover,
    .tcw-support-download-card:focus-within {
        transform: translate3d(0, -8px, 0);
        border-color: rgba(31, 140, 255, 0.16);
        box-shadow:
            0 30px 68px rgba(7, 27, 52, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.76);
    }

    .tcw-support-download-card:hover .tcw-support-download-card__icon,
    .tcw-support-download-card:focus-within .tcw-support-download-card__icon {
        transform: translateY(-3px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.95),
            0 18px 42px rgba(31, 140, 255, 0.13);
    }

    .tcw-support-download-card__action:hover,
    .tcw-support-download-card__action:focus-visible {
        color: #0e2748 !important;
        transform: translateY(-1px);
    }

    .tcw-support-download-card__action:hover::after,
    .tcw-support-download-card__action:focus-visible::after {
        transform: translateX(4px);
    }

    .tcw-support-download-card__action:hover::before,
    .tcw-support-download-card__action:focus-visible::before {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .tcw-grid-4.tcw-support-downloads-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tcw-grid-4.tcw-support-downloads-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-support-download-card {
        padding: 30px 22px 26px;
    }

    .tcw-support-download-card h3 {
        font-size: 1.65rem;
    }
}

.tcw-contact-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 16%, rgba(31, 140, 255, 0.1), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(31, 140, 255, 0.08), transparent 20%),
        linear-gradient(180deg, #eef5fc 0%, #f7fbff 100%);
}

.tcw-contact-header {
    margin-bottom: 40px;
}

.tcw-contact-subtitle {
    max-width: 70ch;
    margin-right: auto;
    margin-left: auto;
}

.tcw-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: start;
}

.tcw-contact-column {
    display: grid;
    gap: 24px;
}

.tcw-contact-section.is-map-hidden .tcw-contact-layout {
    align-items: stretch;
}

.tcw-contact-layout--form-focus {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.tcw-contact-card {
    overflow: hidden;
    padding: 30px 28px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.95));
    border: 1px solid rgba(18, 33, 55, 0.08);
    box-shadow:
        0 24px 54px rgba(8, 27, 51, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.tcw-contact-card--company {
    position: relative;
}

.tcw-contact-card--form {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 255, 0.98));
    border-color: rgba(31, 140, 255, 0.12);
    box-shadow:
        0 28px 62px rgba(10, 38, 73, 0.12),
        0 0 0 1px rgba(31, 140, 255, 0.04) inset;
}

.tcw-contact-card--form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(31, 140, 255, 0.12), #1f8cff 48%, rgba(31, 140, 255, 0.12));
}

.tcw-contact-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 16px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.1);
    color: #1270d8;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcw-contact-card__title,
.tcw-contact-company__name {
    margin-bottom: 12px;
    color: #163254;
    font-size: clamp(1.45rem, 1.05rem + 0.9vw, 2rem);
    line-height: 1.12;
}

.tcw-contact-card--form .tcw-contact-card__title {
    font-size: clamp(1.55rem, 1.16rem + 0.92vw, 2.1rem);
}

.tcw-contact-company__description,
.tcw-contact-card__text {
    margin-bottom: 0;
    color: #657892;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.98rem;
    line-height: 1.72;
}

.tcw-contact-card__text + .tcw-contact-map,
.tcw-contact-card__text + .tcw-contact-placeholder {
    margin-top: 22px;
}

.tcw-contact-details {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.tcw-contact-detail {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.tcw-contact-detail + .tcw-contact-detail {
    padding-top: 16px;
    border-top: 1px solid rgba(19, 34, 56, 0.08);
}

.tcw-contact-detail__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fcff 0%, #eef6ff 100%);
    color: #1f8cff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 28px rgba(31, 140, 255, 0.08);
}

.tcw-contact-detail__icon i,
.tcw-contact-detail__icon svg,
.tcw-contact-detail__icon img,
.tcw-contact-detail__icon .tcw-inline-svg {
    width: 22px;
    height: 22px;
    display: block;
}

.tcw-contact-detail__icon svg,
.tcw-contact-detail__icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.tcw-contact-detail__icon i {
    font-size: 22px;
    line-height: 1;
}

.tcw-contact-detail__body {
    min-width: 0;
}

.tcw-contact-detail__label {
    display: block;
    margin-bottom: 5px;
    color: #7d8fa5;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcw-contact-detail__value,
.tcw-contact-detail__value:visited {
    color: #163254;
    text-decoration: none;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.65;
}

.tcw-contact-detail__value:hover,
.tcw-contact-detail__value:focus-visible {
    color: #0b6fd8;
}

.tcw-contact-hours {
    display: grid;
    gap: 14px;
}

.tcw-contact-hours__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(19, 34, 56, 0.08);
}

.tcw-contact-hours__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tcw-contact-hours__label,
.tcw-contact-hours__value {
    color: #163254;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.98rem;
    line-height: 1.55;
}

.tcw-contact-hours__label {
    font-weight: 700;
}

.tcw-contact-hours__value {
    text-align: right;
}

.tcw-contact-bottom {
    margin-top: 24px;
}

.tcw-contact-card--hours-wide .tcw-contact-hours {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0 24px;
}

.tcw-contact-card--hours-wide .tcw-contact-hours__item {
    min-height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tcw-contact-form .wpcf7 {
    margin-top: 18px;
}

.tcw-contact-section.is-map-hidden .tcw-contact-form .wpcf7 {
    margin-top: 22px;
}

.tcw-contact-form .wpcf7 form {
    display: grid;
    gap: 16px;
}

.tcw-contact-form .wpcf7 form > p {
    margin: 0;
}

.tcw-contact-form .form-style-3 {
    display: grid;
    gap: 18px;
}

.tcw-contact-form .form-style-3 .columns_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tcw-contact-form .form-style-3 .column-1_1,
.tcw-contact-form .form-style-3 .column-1_2 {
    min-width: 0;
}

.tcw-contact-form .form-style-3 .margin-bottom {
    margin-bottom: 0;
}

.tcw-contact-form .form-style-3 .style-line {
    position: relative;
    display: block;
}

.tcw-contact-form .form-style-3 .style-line::before {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 1;
    color: #8aa1bb;
    font-family: dashicons;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.tcw-contact-form .form-style-3 .style-line.icon-name::before {
    content: "\f110";
}

.tcw-contact-form .form-style-3 .style-line.icon-email::before {
    content: "\f466";
}

.tcw-contact-form .form-style-3 .style-line.icon-phone::before {
    content: "\f525";
}

.tcw-contact-form .form-style-3 .style-line.icon-subject::before {
    content: "\f101";
}

.tcw-contact-form .form-style-3 .style-line.icon-textarea::before {
    top: 20px;
    transform: none;
    content: "\f464";
}

.tcw-contact-form .wpcf7 label {
    display: grid;
    gap: 8px;
    color: #5f7390;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.tcw-contact-form .wpcf7-form-control-wrap {
    display: block;
}

.tcw-contact-form .wpcf7 input[type="text"],
.tcw-contact-form .wpcf7 input[type="email"],
.tcw-contact-form .wpcf7 input[type="tel"],
.tcw-contact-form .wpcf7 input[type="url"],
.tcw-contact-form .wpcf7 input[type="number"],
.tcw-contact-form .wpcf7 input[type="date"],
.tcw-contact-form .wpcf7 textarea,
.tcw-contact-form input[type="text"],
.tcw-contact-form input[type="email"],
.tcw-contact-form input[type="tel"],
.tcw-contact-form input[type="url"],
.tcw-contact-form textarea {
    width: 100%;
    margin: 0;
    padding: 15px 17px;
    border: 1px solid rgba(25, 52, 84, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 22px rgba(12, 35, 64, 0.04);
    color: #173455;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
    appearance: none;
}

.tcw-contact-form .wpcf7 textarea,
.tcw-contact-form textarea {
    min-height: 168px;
    resize: vertical;
}

.tcw-contact-form .form-style-3 .style-line input,
.tcw-contact-form .form-style-3 .style-line textarea {
    padding-left: 48px;
}

.tcw-contact-form .form-style-3 > p:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 18px;
    margin-top: 4px;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance {
    margin: 0;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #5f7390;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.6;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #1f8cff;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance a {
    color: #0a67d8;
    font-weight: 700;
    text-decoration: none;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance a:hover,
.tcw-contact-form .form-style-3 .wpcf7-acceptance a:focus-visible {
    text-decoration: underline;
}

.tcw-contact-form .wpcf7 input::placeholder,
.tcw-contact-form .wpcf7 textarea::placeholder,
.tcw-contact-form input::placeholder,
.tcw-contact-form textarea::placeholder {
    color: #8fa0b5;
}

.tcw-contact-form .wpcf7 input:focus,
.tcw-contact-form .wpcf7 textarea:focus,
.tcw-contact-form input:focus,
.tcw-contact-form textarea:focus {
    outline: none;
    border-color: rgba(31, 140, 255, 0.42);
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(31, 140, 255, 0.12),
        0 16px 28px rgba(31, 140, 255, 0.12);
    transform: translateY(-1px);
}

.tcw-contact-form .wpcf7-submit,
.tcw-contact-form input[type="submit"],
.tcw-contact-form button[type="submit"] {
    min-width: 170px;
    min-height: 54px;
    padding: 0 28px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #1f8cff 0%, #0a67d8 100%);
    box-shadow:
        0 18px 34px rgba(13, 95, 199, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    color: #ffffff;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.tcw-contact-form .wpcf7-submit:hover,
.tcw-contact-form .wpcf7-submit:focus-visible,
.tcw-contact-form input[type="submit"]:hover,
.tcw-contact-form input[type="submit"]:focus-visible,
.tcw-contact-form button[type="submit"]:hover,
.tcw-contact-form button[type="submit"]:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        0 22px 40px rgba(13, 95, 199, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    filter: saturate(1.03);
}

.tcw-contact-form .wpcf7-submit:disabled,
.tcw-contact-form .wpcf7-submit[disabled],
.tcw-contact-form input[type="submit"]:disabled,
.tcw-contact-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
    box-shadow:
        0 12px 22px rgba(13, 95, 199, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tcw-contact-form .wpcf7-spinner {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.tcw-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #d64242;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
}

.tcw-contact-form .wpcf7 form .wpcf7-response-output {
    margin: 4px 0 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.92rem;
    line-height: 1.55;
}

.tcw-contact-form .wpcf7 form.sent .wpcf7-response-output {
    background: rgba(19, 181, 112, 0.1);
    color: #126a49;
}

.tcw-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.tcw-contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.tcw-contact-form .wpcf7 form.failed .wpcf7-response-output,
.tcw-contact-form .wpcf7 form.aborted .wpcf7-response-output {
    background: rgba(214, 66, 66, 0.08);
    color: #a63333;
}

.tcw-contact-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 22px;
    border: 1px dashed rgba(31, 140, 255, 0.28);
    border-radius: 20px;
    background: rgba(31, 140, 255, 0.06);
    color: #5f7896;
    text-align: center;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.96rem;
    line-height: 1.6;
}

.tcw-contact-map {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 20px;
    min-height: var(--tcw-contact-map-height, 340px);
    border: 1px solid rgba(19, 34, 56, 0.08);
    background: linear-gradient(180deg, #edf4fc 0%, #dfeaf7 100%);
    box-shadow:
        0 18px 40px rgba(8, 27, 51, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.tcw-contact-map iframe {
    width: 100%;
    height: var(--tcw-contact-map-height, 340px);
    display: block;
    border: 0;
}

.tcw-contact-map__button {
    margin-top: 18px;
}

@media (max-width: 1024px) {
    .tcw-contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-contact-column--side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tcw-contact-form .form-style-3 .columns_wrap {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .tcw-contact-layout,
    .tcw-contact-column--side {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-contact-header {
        margin-bottom: 30px;
    }

    .tcw-contact-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .tcw-contact-detail {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .tcw-contact-detail__icon {
        width: 44px;
        height: 44px;
        border-radius: 15px;
    }

    .tcw-contact-hours__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .tcw-contact-hours__value {
        text-align: left;
    }

    .tcw-contact-card--hours-wide .tcw-contact-hours {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-contact-form .wpcf7-submit,
    .tcw-contact-form input[type="submit"],
    .tcw-contact-form button[type="submit"] {
        width: 100%;
    }
}

.tcw-contact-section {
    background:
        linear-gradient(180deg, rgba(7, 20, 33, 0.92) 0%, rgba(14, 38, 61, 0.94) 100%);
}

.tcw-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.32;
    pointer-events: none;
}

.tcw-contact-section > .tcw-container {
    position: relative;
    z-index: 1;
}

.tcw-contact-section .tcw-eyebrow {
    color: #7fc0ff;
}

.tcw-contact-section .tcw-title,
.tcw-contact-section .tcw-subtitle {
    color: #f3f8fd;
}

.tcw-contact-subtitle {
    color: rgba(220, 233, 247, 0.76) !important;
}

.tcw-contact-card {
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(15, 40, 63, 0.9), rgba(11, 31, 49, 0.94));
    border: 1px solid rgba(158, 197, 235, 0.14);
    box-shadow:
        0 24px 54px rgba(2, 8, 16, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tcw-contact-card--company,
.tcw-contact-card--hours,
.tcw-contact-card--hours-wide {
    color: #f3f8fd;
}

.tcw-contact-card--form {
    background:
        linear-gradient(180deg, rgba(250, 253, 255, 0.99), rgba(243, 248, 253, 0.97));
    border: 1px solid rgba(158, 197, 235, 0.22);
    box-shadow:
        0 26px 54px rgba(2, 8, 16, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.56) inset;
}

.tcw-contact-card--form::before {
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #1f8cff 0%, #73beff 100%);
}

.tcw-contact-card__eyebrow {
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.14);
    color: #8bcbff;
}

.tcw-contact-card__title,
.tcw-contact-company__name {
    color: #f3f8fd;
    font-size: clamp(1.32rem, 1.02rem + 0.54vw, 1.72rem);
    letter-spacing: -0.02em;
}

.tcw-contact-card--form .tcw-contact-card__title {
    color: #163254;
    font-size: clamp(1.36rem, 1.04rem + 0.56vw, 1.82rem);
}

.tcw-contact-company__description,
.tcw-contact-card__text {
    color: rgba(217, 229, 243, 0.76);
    font-size: 0.96rem;
    line-height: 1.74;
}

.tcw-contact-card--form .tcw-contact-card__text {
    color: #6a7d95;
}

.tcw-contact-detail + .tcw-contact-detail,
.tcw-contact-hours__item {
    border-color: rgba(158, 197, 235, 0.12);
}

.tcw-contact-detail__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(31, 140, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 24px rgba(2, 8, 16, 0.14);
}

.tcw-contact-detail__label {
    color: rgba(153, 183, 214, 0.76);
    font-size: 0.75rem;
}

.tcw-contact-detail__value,
.tcw-contact-detail__value:visited,
.tcw-contact-hours__label,
.tcw-contact-hours__value {
    color: #f3f8fd;
}

.tcw-contact-detail__value,
.tcw-contact-detail__value:visited {
    font-size: 0.98rem;
}

.tcw-contact-detail__value:hover,
.tcw-contact-detail__value:focus-visible {
    color: #89cfff;
}

.tcw-contact-card--hours-wide {
    background:
        linear-gradient(180deg, rgba(12, 33, 53, 0.92), rgba(9, 27, 44, 0.96));
}

.tcw-contact-form .wpcf7 label {
    color: #5a7090;
    font-size: 0.88rem;
    font-weight: 700;
}

.tcw-contact-form .form-style-3 .style-line::before {
    left: 16px;
    color: #8ba0b8;
    font-size: 16px;
}

.tcw-contact-form .wpcf7 input[type="text"],
.tcw-contact-form .wpcf7 input[type="email"],
.tcw-contact-form .wpcf7 input[type="tel"],
.tcw-contact-form .wpcf7 input[type="url"],
.tcw-contact-form .wpcf7 input[type="number"],
.tcw-contact-form .wpcf7 input[type="date"],
.tcw-contact-form .wpcf7 textarea,
.tcw-contact-form input[type="text"],
.tcw-contact-form input[type="email"],
.tcw-contact-form input[type="tel"],
.tcw-contact-form input[type="url"],
.tcw-contact-form textarea {
    padding: 14px 16px;
    border: 1px solid rgba(22, 50, 84, 0.12);
    border-radius: 14px;
    background: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 8px 18px rgba(9, 27, 49, 0.04);
    color: #143150;
    font-size: 0.98rem;
}

.tcw-contact-form .form-style-3 .style-line input,
.tcw-contact-form .form-style-3 .style-line textarea {
    padding-left: 44px;
}

.tcw-contact-form .wpcf7 input:focus,
.tcw-contact-form .wpcf7 textarea:focus,
.tcw-contact-form input:focus,
.tcw-contact-form textarea:focus {
    border-color: rgba(31, 140, 255, 0.34);
    box-shadow:
        0 0 0 3px rgba(31, 140, 255, 0.1),
        0 12px 22px rgba(12, 40, 74, 0.08);
}

.tcw-contact-form .wpcf7-submit,
.tcw-contact-form input[type="submit"],
.tcw-contact-form button[type="submit"] {
    min-width: 160px;
    min-height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f8cff 0%, #1976e3 100%);
    box-shadow:
        0 16px 28px rgba(20, 86, 173, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    font-size: 0.96rem;
    letter-spacing: 0;
}

.tcw-contact-form .form-style-3 > p:last-child {
    justify-content: space-between;
    gap: 14px 20px;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance label {
    color: #5e738d;
    font-size: 0.86rem;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance a {
    color: #0d6fdd;
}

@media (max-width: 1024px) {
    .tcw-contact-section::before {
        background-size: 42px 42px;
    }
}

/* Enterprise contact refinements */
.elementor-widget-tcw_contact,
.elementor-widget-tcw_contact > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
}

.tcw-contact-section {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 96px;
    padding-bottom: 74px;
    box-shadow:
        0 -10px 0 #071421,
        0 10px 0 #091726;
    background:
        radial-gradient(circle at 14% 16%, rgba(31, 140, 255, 0.18), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(31, 140, 255, 0.14), transparent 20%),
        linear-gradient(135deg, #040b14 0%, #091321 44%, #0d2034 100%);
}

.tcw-contact-section::before {
    background:
        linear-gradient(90deg, rgba(4, 11, 20, 0.92) 0%, rgba(4, 11, 20, 0.78) 42%, rgba(4, 11, 20, 0.48) 100%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 92px 92px, 92px 92px;
    opacity: 1;
}

.tcw-contact-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: min(42vw, 620px);
    height: min(42vw, 620px);
    background: radial-gradient(circle, rgba(31, 140, 255, 0.16) 0%, rgba(31, 140, 255, 0) 68%);
    pointer-events: none;
    filter: blur(8px);
}

.tcw-contact-header {
    margin-bottom: 34px;
}

.tcw-contact-section .tcw-eyebrow {
    color: #8fc5ff;
}

.tcw-contact-section .tcw-title,
.tcw-contact-section .tcw-subtitle {
    color: #ffffff;
}

.tcw-contact-subtitle {
    color: rgba(248, 251, 255, 0.98) !important;
}

.tcw-contact-layout {
    gap: 30px;
    align-items: start;
}

.tcw-contact-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 28px 70px rgba(2, 8, 18, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tcw-contact-card--form,
.tcw-contact-card--company,
.tcw-contact-card--hours,
.tcw-contact-card--map {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.038));
}

.tcw-contact-card--form::before {
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(31, 140, 255, 0.28), #1f8cff 48%, rgba(31, 140, 255, 0.2));
}

.tcw-contact-card__eyebrow {
    background: rgba(31, 140, 255, 0.14);
    color: #8fc5ff;
}

.tcw-contact-card__title,
.tcw-contact-company__name,
.tcw-contact-card--form .tcw-contact-card__title {
    color: #f3f8fd;
    letter-spacing: -0.02em;
}

.tcw-contact-company__description,
.tcw-contact-card__text,
.tcw-contact-card--form .tcw-contact-card__text {
    color: rgba(220, 232, 246, 0.78);
}

.tcw-contact-detail + .tcw-contact-detail,
.tcw-contact-hours__item {
    border-color: rgba(255, 255, 255, 0.08);
}

.tcw-contact-detail__icon {
    background: rgba(22, 131, 255, 0.12);
    color: #56adff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 26px rgba(3, 10, 20, 0.18);
}

.tcw-contact-detail__label {
    color: rgba(155, 185, 216, 0.78);
}

.tcw-contact-detail__value,
.tcw-contact-detail__value:visited,
.tcw-contact-hours__label,
.tcw-contact-hours__value {
    color: #f3f8fd;
}

.tcw-contact-detail__value:hover,
.tcw-contact-detail__value:focus-visible {
    color: #8fcfff;
}

.tcw-contact-form .wpcf7 label {
    color: rgba(211, 226, 242, 0.82);
}

.tcw-contact-form .form-style-3 .style-line::before {
    color: rgba(148, 180, 214, 0.82);
}

.tcw-contact-form .wpcf7 input[type="text"],
.tcw-contact-form .wpcf7 input[type="email"],
.tcw-contact-form .wpcf7 input[type="tel"],
.tcw-contact-form .wpcf7 input[type="url"],
.tcw-contact-form .wpcf7 input[type="number"],
.tcw-contact-form .wpcf7 input[type="date"],
.tcw-contact-form .wpcf7 textarea,
.tcw-contact-form input[type="text"],
.tcw-contact-form input[type="email"],
.tcw-contact-form input[type="tel"],
.tcw-contact-form input[type="url"],
.tcw-contact-form textarea {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(2, 8, 18, 0.14);
    color: #edf5ff;
}

.tcw-contact-form .wpcf7 input::placeholder,
.tcw-contact-form .wpcf7 textarea::placeholder,
.tcw-contact-form input::placeholder,
.tcw-contact-form textarea::placeholder {
    color: rgba(193, 210, 228, 0.62);
}

.tcw-contact-form .wpcf7 input:focus,
.tcw-contact-form .wpcf7 textarea:focus,
.tcw-contact-form input:focus,
.tcw-contact-form textarea:focus {
    border-color: rgba(22, 131, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
        0 0 0 4px rgba(22, 131, 255, 0.16),
        0 16px 28px rgba(8, 42, 79, 0.22);
}

.tcw-contact-form .form-style-3 > p:last-child {
    align-items: center;
    justify-content: flex-start;
    gap: 16px 24px;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance {
    display: flex;
    align-items: center;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance label {
    align-items: center;
    color: rgba(211, 226, 242, 0.82);
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance input[type="checkbox"] {
    accent-color: #1683ff;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance a {
    color: #8fc5ff;
}

.tcw-contact-form .wpcf7-submit,
.tcw-contact-form input[type="submit"],
.tcw-contact-form button[type="submit"] {
    border-radius: 12px;
    background: linear-gradient(135deg, #1683ff 0%, #0c67d6 100%);
    box-shadow:
        0 18px 34px rgba(10, 72, 150, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tcw-contact-form .wpcf7-submit:hover,
.tcw-contact-form .wpcf7-submit:focus-visible,
.tcw-contact-form input[type="submit"]:hover,
.tcw-contact-form input[type="submit"]:focus-visible,
.tcw-contact-form button[type="submit"]:hover,
.tcw-contact-form button[type="submit"]:focus-visible {
    box-shadow:
        0 22px 42px rgba(10, 72, 150, 0.4),
        0 0 0 1px rgba(143, 197, 255, 0.18) inset;
}

.tcw-contact-card--hours-wide {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tcw-contact-card--hours-wide .tcw-contact-card__title {
    margin-bottom: 18px;
}

.tcw-contact-card--hours-wide .tcw-contact-hours {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tcw-contact-card--hours-wide .tcw-contact-hours__item {
    display: block;
    min-height: 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow:
        0 20px 42px rgba(2, 8, 18, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tcw-contact-card--hours-wide .tcw-contact-hours__label,
.tcw-contact-card--hours-wide .tcw-contact-hours__value {
    display: block;
    text-align: left;
}

.tcw-contact-card--hours-wide .tcw-contact-hours__label {
    margin-bottom: 8px;
}

.tcw-contact-section + .elementor-widget-tcw_footer,
.tcw-contact-section + .elementor-widget-tcw_footer > .elementor-widget-container {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .tcw-contact-card--hours-wide .tcw-contact-hours {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tcw-contact-section {
        margin-top: -6px;
        margin-bottom: -6px;
        padding-top: 84px;
        padding-bottom: 58px;
        box-shadow:
            0 -8px 0 #071421,
            0 8px 0 #091726;
    }

    .tcw-contact-section::before {
        background-size: auto, 56px 56px, 56px 56px;
    }

    .tcw-contact-form .form-style-3 > p:last-child {
        align-items: stretch;
    }

    .tcw-contact-form .form-style-3 .wpcf7-acceptance label {
        align-items: flex-start;
    }

    .tcw-contact-card--hours-wide .tcw-contact-hours {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Contact light/dark split layout */
.tcw-contact-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 88px;
    padding-bottom: 96px;
    margin-top: -2px;
    margin-bottom: -2px;
    background:
        radial-gradient(circle at 16% 34%, rgba(31, 140, 255, 0.08), transparent 22%),
        radial-gradient(circle at 86% 40%, rgba(31, 140, 255, 0.06), transparent 18%),
        linear-gradient(180deg, #eef5fb 0%, #eaf2fa 56%, #f4f8fc 100%);
}

.tcw-contact-section::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 430px;
    background:
        radial-gradient(circle at 14% 16%, rgba(31, 140, 255, 0.16), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(31, 140, 255, 0.12), transparent 22%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(4, 11, 20, 1) 0%, rgba(9, 19, 33, 0.985) 30%, rgba(13, 32, 52, 0.84) 52%, rgba(13, 32, 52, 0.46) 74%, rgba(13, 32, 52, 0.16) 88%, rgba(13, 32, 52, 0) 100%);
    background-size: auto, auto, 92px 92px, 92px 92px, auto;
    opacity: 1;
}

.tcw-contact-section::after {
    inset: 280px 0 0 auto;
    width: min(40vw, 560px);
    height: min(40vw, 560px);
    background: radial-gradient(circle, rgba(31, 140, 255, 0.1) 0%, rgba(31, 140, 255, 0) 72%);
    filter: blur(14px);
}

.tcw-contact-header {
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
}

.tcw-contact-section .tcw-eyebrow {
    color: #8fc5ff;
}

.tcw-contact-section .tcw-title,
.tcw-contact-section .tcw-subtitle {
    color: #ffffff;
}

.tcw-contact-subtitle {
    color: rgba(248, 251, 255, 0.98) !important;
}

.tcw-contact-layout {
    gap: 32px;
    align-items: start;
}

.tcw-contact-section.is-map-hidden .tcw-contact-layout {
    align-items: start;
}

.tcw-contact-column--info,
.tcw-contact-column--side {
    align-self: start;
}

.tcw-contact-card,
.tcw-contact-card--form,
.tcw-contact-card--company,
.tcw-contact-card--hours,
.tcw-contact-card--map {
    background:
        linear-gradient(180deg, rgba(8, 20, 34, 0.8), rgba(12, 28, 46, 0.82));
    border: 1px solid rgba(40, 130, 255, 0.18);
    box-shadow:
        0 24px 54px rgba(7, 20, 34, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.tcw-contact-card__title,
.tcw-contact-company__name,
.tcw-contact-card--form .tcw-contact-card__title {
    color: #f3f8fd;
}

.tcw-contact-company__description,
.tcw-contact-card__text,
.tcw-contact-card--form .tcw-contact-card__text {
    color: rgba(248, 251, 255, 0.98) !important;
}

.tcw-contact-form,
.tcw-contact-form p,
.tcw-contact-form span,
.tcw-contact-form .wpcf7 label,
.tcw-contact-form .wpcf7-list-item-label {
    color: rgba(238, 245, 252, 0.94) !important;
}

.tcw-contact-form .wpcf7 .wpcf7-not-valid-tip,
.tcw-contact-form .wpcf7 span.wpcf7-not-valid-tip,
.tcw-contact-card--form .tcw-contact-form .wpcf7-not-valid-tip {
    color: #d64242 !important;
}

.tcw-contact-form .form-style-3 .style-line::before {
    color: rgba(244, 248, 253, 0.92) !important;
    opacity: 1 !important;
}

.tcw-contact-form .wpcf7 input[type="text"],
.tcw-contact-form .wpcf7 input[type="email"],
.tcw-contact-form .wpcf7 input[type="tel"],
.tcw-contact-form .wpcf7 input[type="url"],
.tcw-contact-form .wpcf7 input[type="number"],
.tcw-contact-form .wpcf7 input[type="date"],
.tcw-contact-form .wpcf7 textarea,
.tcw-contact-form input[type="text"],
.tcw-contact-form input[type="email"],
.tcw-contact-form input[type="tel"],
.tcw-contact-form input[type="url"],
.tcw-contact-form textarea {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 251, 255, 0.98) !important;
    -webkit-text-fill-color: rgba(248, 251, 255, 0.98) !important;
    caret-color: rgba(248, 251, 255, 0.98) !important;
    opacity: 1 !important;
}

.tcw-contact-form .wpcf7 input::placeholder,
.tcw-contact-form .wpcf7 textarea::placeholder,
.tcw-contact-form input::placeholder,
.tcw-contact-form textarea::placeholder {
    color: rgba(244, 248, 253, 0.82) !important;
    -webkit-text-fill-color: rgba(244, 248, 253, 0.82) !important;
    opacity: 1 !important;
}

.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap input,
.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap textarea,
.tcw-contact-card--form .tcw-contact-form input.wpcf7-form-control,
.tcw-contact-card--form .tcw-contact-form textarea.wpcf7-form-control {
    color: rgba(248, 251, 255, 0.98) !important;
    -webkit-text-fill-color: rgba(248, 251, 255, 0.98) !important;
    caret-color: rgba(248, 251, 255, 0.98) !important;
    opacity: 1 !important;
}

.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap input::placeholder,
.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap textarea::placeholder,
.tcw-contact-card--form .tcw-contact-form input.wpcf7-form-control::placeholder,
.tcw-contact-card--form .tcw-contact-form textarea.wpcf7-form-control::placeholder,
.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form input.wpcf7-form-control::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form textarea.wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(244, 248, 253, 0.82) !important;
    -webkit-text-fill-color: rgba(244, 248, 253, 0.82) !important;
    opacity: 1 !important;
}

.tcw-contact-card--form .tcw-contact-form input:-webkit-autofill,
.tcw-contact-card--form .tcw-contact-form input:-webkit-autofill:hover,
.tcw-contact-card--form .tcw-contact-form input:-webkit-autofill:focus,
.tcw-contact-card--form .tcw-contact-form textarea:-webkit-autofill,
.tcw-contact-card--form .tcw-contact-form textarea:-webkit-autofill:hover,
.tcw-contact-card--form .tcw-contact-form textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: rgba(248, 251, 255, 0.98) !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.035) inset !important;
    transition: background-color 9999s ease-out 0s;
}

.tcw-contact-card--form .tcw-contact-form .wpcf7-form-control-wrap,
.tcw-contact-card--form .tcw-contact-form .style-line,
.tcw-contact-card--form .tcw-contact-form .style-line input,
.tcw-contact-card--form .tcw-contact-form .style-line textarea {
    color: rgba(248, 251, 255, 0.98) !important;
}

.tcw-contact-form .wpcf7 input:focus,
.tcw-contact-form .wpcf7 textarea:focus,
.tcw-contact-form input:focus,
.tcw-contact-form textarea:focus {
    border-color: #2f81ff;
    background: rgba(255, 255, 255, 0.035);
    box-shadow:
        0 0 0 4px rgba(47, 129, 255, 0.15),
        0 16px 28px rgba(8, 42, 79, 0.22);
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance label {
    color: rgba(238, 245, 252, 0.94) !important;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance a {
    color: #8fc5ff;
}

.tcw-contact-form .form-style-3 .columns_wrap {
    align-items: start;
}

.tcw-contact-form .form-style-3 .column-1_1 {
    grid-column: 1 / -1;
}

.tcw-contact-form .form-style-3 .style-line::before {
    top: 50%;
    transform: translateY(-50%);
}

.tcw-contact-form .form-style-3 .style-line.icon-textarea::before {
    top: 24px;
    transform: none;
}

.tcw-contact-form .wpcf7-form-control-wrap {
    position: relative;
}

.tcw-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
}

.tcw-contact-form .form-style-3 > p:last-child {
    position: relative;
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance.is-invalid label {
    color: rgba(243, 247, 252, 0.98);
}

.tcw-contact-form .form-style-3 .wpcf7-acceptance.is-invalid input[type="checkbox"] {
    box-shadow: 0 0 0 4px rgba(22, 131, 255, 0.18);
}

.tcw-contact-form__acceptance-hint {
    flex: 0 0 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: -2px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(49, 146, 255, 0.3);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(12, 24, 40, 0.96), rgba(19, 37, 60, 0.92));
    box-shadow: 0 18px 30px rgba(4, 11, 20, 0.16);
    color: rgba(233, 241, 249, 0.96);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.tcw-contact-form__acceptance-hint[hidden] {
    display: none !important;
}

.tcw-contact-form__acceptance-hint::before {
    content: "\f348";
    flex: 0 0 auto;
    color: #8fc5ff;
    font-family: dashicons;
    font-size: 18px;
    line-height: 1;
}

.tcw-contact-form__acceptance-hint.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tcw-contact-bottom {
    margin-top: 36px;
    padding-bottom: 18px;
    overflow: visible;
}

.tcw-contact-card--hours-wide {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tcw-contact-card--hours-wide .tcw-contact-card__title {
    margin-bottom: 20px;
    padding-left: 22px;
    color: #173455;
}

.tcw-contact-card--hours-wide .tcw-contact-hours {
    gap: 20px;
}

.tcw-contact-card--hours-wide .tcw-contact-hours__item {
    border: 1px solid rgba(40, 130, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(8, 20, 34, 0.8), rgba(12, 28, 46, 0.82));
    box-shadow:
        0 16px 34px rgba(7, 20, 34, 0.12),
        0 30px 62px rgba(7, 20, 34, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.015),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding-left: 28px;
}

@media (max-width: 767px) {
    .tcw-contact-section {
        margin-top: -2px;
        margin-bottom: -2px;
        padding-top: 76px;
        padding-bottom: 72px;
    }

    .tcw-contact-section::before {
        height: 340px;
        background-size: auto, auto, 56px 56px, 56px 56px, auto;
    }

    .tcw-contact-header {
        margin-bottom: 42px;
    }

    .tcw-contact-bottom {
        margin-top: 30px;
    }
}

.tcw-pricing-section {
    background:
        radial-gradient(circle at 14% 18%, rgba(31, 140, 255, 0.1), transparent 22%),
        radial-gradient(circle at 84% 22%, rgba(31, 140, 255, 0.07), transparent 20%),
        linear-gradient(180deg, #eef5fc 0%, #f7fbff 100%);
}

.tcw-pricing-subtitle {
    max-width: 68ch;
}

.tcw-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
    align-items: stretch;
}

.tcw-pricing-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    padding: 30px 28px 28px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
    border: 1px solid rgba(18, 33, 55, 0.08);
    box-shadow:
        0 24px 54px rgba(8, 27, 51, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    text-align: left;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.tcw-pricing-card.is-featured {
    border-color: rgba(31, 140, 255, 0.18);
    background:
        radial-gradient(circle at top right, rgba(31, 140, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    box-shadow:
        0 34px 72px rgba(10, 38, 73, 0.14),
        0 0 0 1px rgba(31, 140, 255, 0.08) inset;
}

.tcw-pricing-card__badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(31, 140, 255, 0.1);
    color: #1270d8;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcw-pricing-card__head h3 {
    margin-bottom: 10px;
    font-size: 1.72rem;
}

.tcw-pricing-card__subtitle {
    margin: 0;
    color: #637690;
    line-height: 1.72;
}

.tcw-pricing-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(19, 39, 67, 0.08);
}

.tcw-pricing-card__price-prefix {
    padding-bottom: 9px;
    color: #71829a;
    font-size: 0.95rem;
    font-weight: 700;
}

.tcw-pricing-card__price-value {
    color: #132742;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(2.5rem, 4vw, 3.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.tcw-pricing-card__price-suffix {
    padding-bottom: 8px;
    color: #4f657f;
    font-size: 0.98rem;
    font-weight: 700;
}

.tcw-pricing-card__meta {
    margin-top: 14px;
    color: #7a8ca3;
    font-size: 0.95rem;
    line-height: 1.6;
}

.tcw-pricing-card__features {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
}

.tcw-pricing-card__features li {
    position: relative;
    padding-left: 28px;
    color: #20344f;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.98rem;
    line-height: 1.56;
}

.tcw-pricing-card__features li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f8cff, #54b1ff);
    box-shadow: 0 0 0 4px rgba(31, 140, 255, 0.12);
}

.tcw-pricing-card__footer {
    margin-top: auto;
    padding-top: 26px;
}

.tcw-btn--pricing-secondary {
    background: linear-gradient(135deg, #133353, #1a466f);
    box-shadow: 0 16px 34px rgba(17, 45, 74, 0.2);
}

.tcw-btn--pricing-secondary:hover,
.tcw-btn--pricing-secondary:focus-visible {
    box-shadow: 0 20px 40px rgba(17, 45, 74, 0.28);
}

.tcw-pricing-footnote {
    max-width: 76ch;
    margin: 30px auto 0;
    color: #6d7f96;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.96rem;
    line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
    .tcw-pricing-card:hover,
    .tcw-pricing-card:focus-within {
        transform: translate3d(0, -8px, 0);
        border-color: rgba(31, 140, 255, 0.18);
        box-shadow:
            0 34px 72px rgba(10, 38, 73, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 1100px) {
    .tcw-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tcw-pricing-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tcw-pricing-card {
        padding: 26px 22px 24px;
        border-radius: 20px;
    }

    .tcw-pricing-card__head h3 {
        font-size: 1.48rem;
    }
}

.tcw-pricing-table-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 96px;
    padding-bottom: 96px;
    color: #eaf2fb;
    background:
        radial-gradient(circle at 12% 18%, rgba(31, 140, 255, 0.12), transparent 18%),
        linear-gradient(180deg, #10263b 0%, #183149 100%);
}

.tcw-pricing-table-section::before,
.tcw-pricing-table-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 10px;
    pointer-events: none;
}

.tcw-pricing-table-section::before {
    top: -10px;
    background: #10263b;
}

.tcw-pricing-table-section::after {
    bottom: -10px;
    background: #183149;
}

.tcw-pricing-table-section .tcw-eyebrow {
    color: #9ed0ff;
}

.tcw-pricing-table-section .tcw-title,
.tcw-pricing-table-section .tcw-subtitle {
    color: #f5f9ff;
}

.tcw-pricing-table-subtitle {
    max-width: 50ch;
    margin: 0;
    color: rgba(228, 238, 249, 0.86) !important;
}

.tcw-pricing-table-hero {
    max-width: 980px;
    margin: 0 auto 34px;
}

.tcw-pricing-table-hero__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
}

.tcw-pricing-table__button {
    min-width: 150px;
    flex: 0 0 auto;
}

.tcw-pricing-table__note {
    margin: 20px 0 0;
    color: rgba(225, 236, 248, 0.86);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.92rem;
    line-height: 1.5;
}

.tcw-pricing-table-block + .tcw-pricing-table-block {
    margin-top: 56px;
}

.tcw-pricing-table-block__note {
    margin: 0 0 10px;
    color: rgba(208, 225, 244, 0.76);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.9rem;
    text-align: right;
}

.tcw-pricing-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(177, 205, 235, 0.18);
    background: rgba(17, 40, 62, 0.6);
    box-shadow:
        0 22px 54px rgba(3, 13, 24, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tcw-pricing-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.tcw-pricing-table th,
.tcw-pricing-table td {
    border-right: 1px solid rgba(177, 205, 235, 0.16);
    border-bottom: 1px solid rgba(177, 205, 235, 0.16);
}

.tcw-pricing-table th:last-child,
.tcw-pricing-table td:last-child {
    border-right: 0;
}

.tcw-pricing-table tbody tr:last-child td {
    border-bottom: 0;
}

.tcw-pricing-table thead th {
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    color: #f4f8fc;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.96rem;
    font-weight: 800;
    text-align: center;
}

.tcw-pricing-table__heading {
    width: 70%;
}

.tcw-pricing-table__price-col {
    width: 15%;
}

.tcw-pricing-table.is-net-only .tcw-pricing-table__heading {
    width: 85%;
}

.tcw-pricing-table.is-net-only .tcw-pricing-table__price-col {
    width: 15%;
}

.tcw-pricing-table tbody td {
    padding: 10px 14px;
    color: #f0f6fc;
    vertical-align: middle;
    background: transparent;
}

.tcw-pricing-table__service strong {
    display: block;
    color: #f3f8fd;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
}

.tcw-pricing-table__service span {
    display: block;
    margin-top: 5px;
    color: rgba(206, 222, 241, 0.78);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.79rem;
    line-height: 1.48;
}

.tcw-pricing-table__value {
    color: #f3f8fd;
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 900px) {
    .tcw-pricing-table-hero__meta {
        flex-direction: column;
    }

    .tcw-pricing-table-subtitle {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tcw-pricing-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .tcw-pricing-table,
    .tcw-pricing-table thead,
    .tcw-pricing-table tbody,
    .tcw-pricing-table tr,
    .tcw-pricing-table th,
    .tcw-pricing-table td {
        display: block;
        width: 100%;
    }

    .tcw-pricing-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .tcw-pricing-table-section {
        margin-top: -6px;
        margin-bottom: -6px;
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .tcw-pricing-table-section::before,
    .tcw-pricing-table-section::after {
        height: 8px;
    }

    .tcw-pricing-table-section::before {
        top: -8px;
    }

    .tcw-pricing-table-section::after {
        bottom: -8px;
    }

    .tcw-pricing-table thead {
        margin-bottom: 12px;
    }

    .tcw-pricing-table thead tr {
        display: block;
        border: 1px solid rgba(177, 205, 235, 0.16);
        background: rgba(255, 255, 255, 0.02);
    }

    .tcw-pricing-table thead tr th {
        padding: 12px 14px;
        border-right: 0;
        border-bottom: 0;
    }

    .tcw-pricing-table thead tr th:first-child {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tcw-pricing-table thead tr th:not(:first-child) {
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .tcw-pricing-table__heading {
        width: 100%;
        text-align: left !important;
    }

    .tcw-pricing-table__price-col,
    .tcw-pricing-table.is-net-only .tcw-pricing-table__price-col {
        display: none;
    }

    .tcw-pricing-table tbody {
        display: grid;
        gap: 10px;
    }

    .tcw-pricing-table__row {
        padding: 14px;
        border: 1px solid rgba(177, 205, 235, 0.16);
        background: rgba(17, 40, 62, 0.6);
    }

    .tcw-pricing-table tbody td {
        padding: 0;
        border-right: 0;
        border-bottom: 0;
        text-align: left;
    }

    .tcw-pricing-table__service {
        margin-bottom: 10px;
    }

    .tcw-pricing-table__service strong {
        font-size: 0.9rem;
    }

    .tcw-pricing-table__value {
        font-size: 0.9rem;
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
        gap: 14px;
        padding-top: 8px !important;
        border-top: 1px solid rgba(177, 205, 235, 0.12);
    }

    .tcw-pricing-table__value::before {
        content: attr(data-label);
        color: rgba(206, 222, 241, 0.78);
        font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1.4;
        text-transform: none;
    }
}

.tcw-pricing-table-hero-section {
    color: #eaf2fb;
    background:
        radial-gradient(circle at 12% 18%, rgba(31, 140, 255, 0.12), transparent 18%),
        linear-gradient(180deg, #10263b 0%, #183149 100%);
}

.tcw-pricing-table-hero-section .tcw-eyebrow {
    color: #9ed0ff;
}

.tcw-pricing-table-hero-section .tcw-title,
.tcw-pricing-table-hero-section .tcw-subtitle {
    color: #f5f9ff;
}

.tcw-pricing-table-section-widget {
    padding: 0;
    background: transparent;
}

.tcw-pricing-table-section-widget + .tcw-pricing-table-section-widget {
    margin-top: 56px;
}

/* Final forced contrast override for Contact Form 7 dark contact card */
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line .wpcf7-form-control-wrap,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line input,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line textarea,
.tcw-contact-card--form .tcw-contact-form .form-style-3 input.wpcf7-form-control,
.tcw-contact-card--form .tcw-contact-form .form-style-3 textarea.wpcf7-form-control {
    color: rgba(248, 251, 255, 0.98) !important;
    -webkit-text-fill-color: rgba(248, 251, 255, 0.98) !important;
    caret-color: rgba(248, 251, 255, 0.98) !important;
    opacity: 1 !important;
}

.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line input::placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line textarea::placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 input.wpcf7-form-control::placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 textarea.wpcf7-form-control::placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line input::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line textarea::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 input.wpcf7-form-control::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 textarea.wpcf7-form-control::-webkit-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line input::-moz-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line textarea::-moz-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 input.wpcf7-form-control::-moz-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 textarea.wpcf7-form-control::-moz-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line input:-ms-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line textarea:-ms-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 input.wpcf7-form-control:-ms-input-placeholder,
.tcw-contact-card--form .tcw-contact-form .form-style-3 textarea.wpcf7-form-control:-ms-input-placeholder {
    color: rgba(244, 248, 253, 0.88) !important;
    -webkit-text-fill-color: rgba(244, 248, 253, 0.88) !important;
    opacity: 1 !important;
}

.tcw-contact-card--form .tcw-contact-form .form-style-3 .style-line::before {
    color: rgba(244, 248, 253, 0.94) !important;
    opacity: 1 !important;
}

.tcw-contact-form .wpcf7-not-valid-tip,
.tcw-contact-form .wpcf7-not-valid-tip *,
.tcw-contact-form .wpcf7 span.wpcf7-not-valid-tip,
.tcw-contact-card--form .tcw-contact-form .wpcf7-not-valid-tip,
.tcw-contact-card--form .tcw-contact-form .wpcf7-not-valid-tip * {
    color: #d64242 !important;
    -webkit-text-fill-color: #d64242 !important;
}

/* Keep the two main contact cards independent in height */
.tcw-contact-section.is-map-hidden .tcw-contact-layout,
.tcw-contact-layout {
    align-items: start !important;
}

.tcw-contact-column--info,
.tcw-contact-column--side {
    align-self: start !important;
    align-content: start !important;
    height: auto !important;
}

.tcw-contact-card--company,
.tcw-contact-card--form {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
}

.tcw-mega-menu-columns-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 26px;
    width: 100%;
    max-width: 100%;
    align-items: start;
}

.tcw-mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.tcw-mega-menu-column__title {
    margin: 0;
    width: 100%;
    color: #2f81ff;
    font-family: var(--tc-headings, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.tcw-mega-menu-column__items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
}

.tcw-mega-menu-column__section-title {
    display: block;
    width: 100%;
    margin: 14px 0 6px;
    padding-left: 0;
    color: #2f81ff;
    font-family: var(--tc-headings, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.tcw-mega-menu-column__items > .tcw-mega-menu-column__section-title:first-child {
    margin-top: 0;
}

.tcw-mega-menu-link-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    position: relative;
    min-height: 74px;
    padding: 4px 0 8px;
    color: #eef5ff;
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 0 !important;
    text-underline-offset: 0 !important;
    background-image: none !important;
    box-shadow: none;
    transition: transform 180ms ease, opacity 180ms ease;
}

.tcw-mega-menu-link-card--compact {
    grid-template-columns: 40px minmax(0, 1fr);
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    min-height: 58px;
    gap: 12px;
    padding: 2px 0 6px;
    margin: 0;
    justify-items: stretch;
}

.tcw-mega-menu-link-card--button {
    display: inline-grid;
    grid-template-columns: 34px auto;
    align-self: flex-start;
    width: fit-content;
    min-height: 0;
    gap: 10px;
    padding: 9px 14px 9px 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 37, 57, 0.96), rgba(13, 25, 40, 0.96));
    border: 1px solid rgba(90, 149, 248, 0.18);
    box-shadow: 0 14px 28px rgba(4, 12, 24, 0.18);
}

.tcw-mega-menu-link-card::before {
    content: none !important;
}

.tcw-mega-menu-link-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1688ff, #2f8cff);
    box-shadow: none;
    filter:
        saturate(1.2)
        drop-shadow(0 0 7px rgba(31, 140, 255, 0.5))
        drop-shadow(0 0 15px rgba(31, 140, 255, 0.22));
    opacity: 0;
    transform: scaleX(0.42);
    transform-origin: left center;
    transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
    pointer-events: none;
    z-index: 1;
}

.tcw-mega-menu-link-card:hover,
.tcw-mega-menu-link-card:focus-visible {
    transform: translateX(3px);
    opacity: 1;
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

.tcw-mega-menu-link-card:hover::after,
.tcw-mega-menu-link-card:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
    filter:
        saturate(1.28)
        drop-shadow(0 0 8px rgba(31, 140, 255, 0.58))
        drop-shadow(0 0 18px rgba(31, 140, 255, 0.28));
}

.tcw-mega-menu-link-card--button::after {
    display: none;
}

.tcw-mega-menu-link-card *,
.tcw-mega-menu-link-card:hover *,
.tcw-mega-menu-link-card:focus-visible * {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 0 !important;
    text-underline-offset: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.tcw-mega-menu-link-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #1f8cff;
    background: linear-gradient(180deg, rgba(25, 48, 73, 0.9), rgba(17, 32, 49, 0.94));
    border: 1px solid rgba(84, 148, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
}

.tcw-mega-menu-link-card--compact .tcw-mega-menu-link-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    justify-self: start;
}

.tcw-mega-menu-link-card--button .tcw-mega-menu-link-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
}

.tcw-mega-menu-link-card__icon i,
.tcw-mega-menu-link-card__icon svg,
.tcw-mega-menu-link-card__icon .e-font-icon-svg,
.tcw-mega-menu-link-card__icon .tcw-inline-svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.tcw-mega-menu-link-card__icon i,
.tcw-mega-menu-link-card__icon svg,
.tcw-mega-menu-link-card__icon svg *,
.tcw-mega-menu-link-card__icon .e-font-icon-svg,
.tcw-mega-menu-link-card__icon .e-font-icon-svg *,
.tcw-mega-menu-link-card__icon .tcw-inline-svg,
.tcw-mega-menu-link-card__icon .tcw-inline-svg * {
    color: currentColor !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

.tcw-mega-menu-link-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 10px;
    min-height: 0;
}

.tcw-mega-menu-link-card--compact .tcw-mega-menu-link-card__content {
    width: 100%;
    align-self: start;
    gap: 2px;
    padding-top: 0;
    padding-bottom: 8px;
}

.tcw-mega-menu-link-card--button .tcw-mega-menu-link-card__content {
    justify-content: center;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.tcw-mega-menu-link-card__content::before {
    content: none;
}

.tcw-mega-menu-link-card__content::after {
    content: none;
}

.tcw-mega-menu-link-card:hover .tcw-mega-menu-link-card__content::before,
.tcw-mega-menu-link-card:focus-visible .tcw-mega-menu-link-card__content::before {
    content: none;
}

.tcw-mega-menu-link-card:hover .tcw-mega-menu-link-card__content::after,
.tcw-mega-menu-link-card:focus-visible .tcw-mega-menu-link-card__content::after {
    content: none;
}

.tcw-mega-menu-link-card__title {
    color: #ffffff;
    font-family: var(--tc-headings, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.24;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.tcw-mega-menu-link-card--compact .tcw-mega-menu-link-card__title {
    font-size: 0.92rem;
    line-height: 1.2;
}

.tcw-mega-menu-link-card--button .tcw-mega-menu-link-card__title {
    font-size: 0.92rem;
    line-height: 1.12;
    white-space: nowrap;
}

.tcw-mega-menu-link-card__text {
    color: rgba(220, 232, 246, 0.76);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.48;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.tcw-mega-menu-link-card--compact .tcw-mega-menu-link-card__text {
    font-size: 0.84rem;
    line-height: 1.4;
}

.tcw-mega-menu-link-card--button .tcw-mega-menu-link-card__text {
    display: none;
}

.tcw-mega-menu-link-card--button:hover,
.tcw-mega-menu-link-card--button:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #42a0ff 0%, #1f8cff 52%, #0e72f2 100%);
    border-color: transparent;
    box-shadow: 0 22px 42px rgba(13, 84, 179, 0.34);
}

.tcw-mega-menu-link-card--button:hover .tcw-mega-menu-link-card__icon,
.tcw-mega-menu-link-card--button:focus-visible .tcw-mega-menu-link-card__icon {
    background: rgba(10, 26, 46, 0.22);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.tcw-mega-menu-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    min-height: 100%;
    padding: 22px;
    border-radius: 20px;
    color: #eef5ff;
    background:
        radial-gradient(circle at 72% 18%, rgba(47, 129, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(20, 37, 57, 0.98), rgba(13, 25, 40, 0.98));
    border: 1px solid rgba(90, 149, 248, 0.14);
    box-shadow:
        0 22px 48px rgba(4, 12, 24, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.tcw-mega-menu-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
    opacity: 0.28;
}

.tcw-mega-menu-promo__visual,
.tcw-mega-menu-promo__content {
    position: relative;
    z-index: 1;
}

.tcw-mega-menu-promo__visual {
    display: flex;
    justify-content: center;
}

.tcw-mega-menu-promo__visual img {
    display: block;
    width: min(100%, 164px);
    height: auto;
    object-fit: contain;
}

.tcw-mega-menu-promo__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.tcw-mega-menu-promo__eyebrow {
    color: #2f81ff;
    font-family: var(--tc-headings, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tcw-mega-menu-promo__title {
    margin: 0;
    color: #ffffff;
    font-family: var(--tc-headings, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: clamp(1.48rem, 1.34rem + 0.24vw, 1.78rem);
    font-weight: 700;
    line-height: 1.08;
}

.tcw-mega-menu-promo__text {
    margin: 0;
    color: rgba(220, 232, 246, 0.78);
    font-family: var(--tc-copy, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
    font-size: 0.92rem;
    line-height: 1.58;
}

.tcw-mega-menu-promo__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    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;
}

.tcw-mega-menu-promo__button,
.tcw-mega-menu-promo__button:link,
.tcw-mega-menu-promo__button:visited,
.tcw-mega-menu-promo__button *,
.tcw-mega-menu-promo__button *:link,
.tcw-mega-menu-promo__button *:visited {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.tcw-mega-menu-promo__button-label,
.tcw-mega-menu-promo__button span {
    font-size: 1rem;
    line-height: 1;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

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

.tcw-mega-menu-promo__button:hover .tcw-mega-menu-promo__button-label,
.tcw-mega-menu-promo__button:hover span,
.tcw-mega-menu-promo__button:focus-visible .tcw-mega-menu-promo__button-label,
.tcw-mega-menu-promo__button:focus-visible span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    text-shadow: none !important;
}

.tc-services-mega-menu-portal .tcw-mega-menu-promo__button:hover,
.tc-services-mega-menu-portal .tcw-mega-menu-promo__button:focus-visible,
.tc-services-mega-menu-portal .tcw-mega-menu-promo__button:hover *,
.tc-services-mega-menu-portal .tcw-mega-menu-promo__button:focus-visible * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: none !important;
}

@media (max-width: 1024px) {
    .tcw-mega-menu-columns-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tcw-mega-menu-link-card__title {
        font-size: 0.98rem;
    }

    .tcw-mega-menu-link-card__text {
        font-size: 0.9rem;
    }

    .tcw-mega-menu-promo {
        padding: 24px;
    }

    .tcw-mega-menu-promo__title {
        font-size: 1.56rem;
    }
}
