﻿:root {
    --ts-navy: #0f172a;
    --ts-blue: #2563eb;
    --ts-cyan: #06b6d4;
    --ts-violet: #7c3aed;
    --ts-ink: #172033;
    --ts-muted: #64748b;
    --ts-line: rgba(148, 163, 184, .24);
    --ts-card: rgba(255, 255, 255, .86);
    --ts-soft: #f8fafc;
    --ts-radius: 28px;
    --ts-shadow: 0 22px 70px rgba(15, 23, 42, .12);
}

.tech-support-page {
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: var(--ts-ink);
    background: radial-gradient(circle at 8% 4%, rgba(37, 99, 235, .13), transparent 28%), radial-gradient(circle at 92% 10%, rgba(6, 182, 212, .14), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #eef6ff 38%, #f8fafc 100%);
}

    .tech-support-page::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: .42;
        background-image: linear-gradient(rgba(37, 99, 235, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .08) 1px, transparent 1px);
        background-size: 56px 56px;
        mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
    }

.ts-section {
    padding: 88px 0;
}

.ts-hero {
    padding: 72px 0 42px;
}

.ts-hero-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 40px;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .18);
    background: linear-gradient(135deg, rgba(15, 23, 42, .98), rgba(30, 64, 175, .94) 48%, rgba(14, 116, 144, .92)), radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .16), transparent 26%);
}

    .ts-hero-panel::before,
    .ts-hero-panel::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(4px);
        pointer-events: none;
    }

    .ts-hero-panel::before {
        width: 420px;
        height: 420px;
        right: -160px;
        top: -120px;
        background: rgba(6, 182, 212, .32);
    }

    .ts-hero-panel::after {
        width: 320px;
        height: 320px;
        left: 50%;
        bottom: -170px;
        background: rgba(124, 58, 237, .24);
    }

.ts-hero-inner {
    position: relative;
    z-index: 1;
    padding: clamp(32px, 5vw, 68px);
}

.ts-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

.ts-eyebrow-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .12);
}

.ts-hero-title {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.06;
}

    .ts-hero-title span {
        display: inline-block;
        color: #a5f3fc;
    }

.ts-hero-lead {
    max-width: 760px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 2;
}

.ts-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

    .ts-btn:hover {
        transform: translateY(-2px);
    }

.ts-btn-primary {
    color: var(--ts-navy);
    background: #fff;
    box-shadow: 0 18px 42px rgba(255, 255, 255, .16);
}

    .ts-btn-primary:hover {
        color: var(--ts-navy);
        box-shadow: 0 22px 48px rgba(255, 255, 255, .24);
    }

.ts-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .08);
}

    .ts-btn-ghost:hover {
        color: #fff;
        background: rgba(255, 255, 255, .13);
    }

.ts-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.ts-trust-item {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

    .ts-trust-item strong {
        display: block;
        color: #fff;
        font-size: 1.22rem;
        line-height: 1.25;
    }

    .ts-trust-item small {
        display: block;
        margin-top: 7px;
        color: rgba(255, 255, 255, .64);
        line-height: 1.6;
    }

.ts-visual-board {
    position: relative;
    min-height: 460px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 32px;
    background: rgba(15, 23, 42, .34);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    overflow: hidden;
}

    .ts-visual-board::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .28;
        background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
        background-size: 32px 32px;
    }

.ts-visual-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 36px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: .04em;
    background: linear-gradient(135deg, rgba(37, 99, 235, .95), rgba(6, 182, 212, .95));
    box-shadow: 0 24px 70px rgba(6, 182, 212, .34);
}

    .ts-visual-core small {
        display: block;
        margin-top: 6px;
        font-size: .72rem;
        color: rgba(255, 255, 255, .72);
    }

.ts-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px dashed rgba(255, 255, 255, .22);
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.ts-orbit-1 {
    width: 290px;
    height: 290px;
}

.ts-orbit-2 {
    width: 390px;
    height: 390px;
}

.ts-tech-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 999px;
    color: rgba(255, 255, 255, .86);
    font-size: .84rem;
    font-weight: 800;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .2);
}

    .ts-tech-chip i {
        color: #a5f3fc;
    }

.ts-chip-aws {
    left: 8%;
    top: 14%;
}

.ts-chip-ai {
    right: 9%;
    top: 18%;
}

.ts-chip-web {
    left: 11%;
    bottom: 20%;
}

.ts-chip-db {
    right: 10%;
    bottom: 24%;
}

.ts-chip-devops {
    left: 34%;
    top: 7%;
}

.ts-chip-server {
    left: 34%;
    bottom: 8%;
}

.ts-section-head {
    max-width: 880px;
    margin-bottom: 34px;
}

.ts-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ts-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

    .ts-section-label::before {
        content: "";
        width: 28px;
        height: 2px;
        border-radius: 99px;
        background: currentColor;
    }

.ts-section-title {
    margin: 0;
    color: var(--ts-ink);
    font-size: clamp(1.9rem, 3vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.25;
}

.ts-section-lead {
    margin-top: 16px;
    color: var(--ts-muted);
    font-size: 1.02rem;
    line-height: 2;
}

.ts-problem-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: var(--ts-radius);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 52px rgba(15, 23, 42, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

    .ts-problem-card:hover {
        transform: translateY(-4px);
        border-color: rgba(37, 99, 235, .24);
        box-shadow: var(--ts-shadow);
    }

.ts-problem-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 18px;
    color: #fff;
    font-size: 1.35rem;
    background: linear-gradient(135deg, var(--ts-blue), var(--ts-cyan));
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
}

.ts-problem-card h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -.02em;
}

.ts-problem-card p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.9;
}

.ts-stack-section {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,.34), rgba(248,250,252,.92));
}

.ts-stack-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, .23);
    border-radius: 30px;
    background: var(--ts-card);
    box-shadow: 0 16px 46px rgba(15, 23, 42, .08);
    backdrop-filter: blur(16px);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

    .ts-stack-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 5px;
        background: linear-gradient(90deg, var(--ts-blue), var(--ts-cyan), var(--ts-violet));
    }

    .ts-stack-card:hover {
        transform: translateY(-5px);
        border-color: rgba(37, 99, 235, .24);
        box-shadow: var(--ts-shadow);
    }

.ts-stack-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.ts-stack-icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    font-size: 1.5rem;
    background: linear-gradient(135deg, var(--ts-navy), var(--ts-blue));
    box-shadow: 0 16px 34px rgba(37, 99, 235, .18);
}

.ts-stack-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -.03em;
}

.ts-stack-subtitle {
    margin-top: 7px;
    color: var(--ts-muted);
    font-size: .94rem;
    line-height: 1.7;
}

.ts-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 18px 0 20px;
}

.ts-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    color: #1d4ed8;
    font-size: .82rem;
    font-weight: 800;
    background: rgba(37, 99, 235, .07);
}

.ts-stack-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ts-stack-list li {
        display: flex;
        gap: 10px;
        color: #475569;
        line-height: 1.85;
    }

        .ts-stack-list li i {
            flex: 0 0 auto;
            margin-top: 6px;
            color: #0891b2;
        }

.ts-process-wrap {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 34px;
    background: rgba(255, 255, 255, .74);
    box-shadow: var(--ts-shadow);
}

.ts-process-step {
    position: relative;
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .18);
}

.ts-process-number {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ts-blue), var(--ts-cyan));
}

.ts-process-step h3 {
    margin-bottom: 10px;
    font-size: 1.14rem;
    font-weight: 900;
}

.ts-process-step p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.85;
}

.ts-dark-cta {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    padding: clamp(34px, 5vw, 64px);
    color: #fff;
    background: radial-gradient(circle at 80% 0%, rgba(6, 182, 212, .32), transparent 34%), linear-gradient(135deg, #020617, #172554 54%, #0f766e);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
}

    .ts-dark-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .16;
        background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px);
        background-size: 38px 38px;
    }

    .ts-dark-cta > * {
        position: relative;
        z-index: 1;
    }

    .ts-dark-cta,
    .ts-dark-cta h2,
    .ts-dark-cta p,
    .ts-dark-cta .ts-cta-badge,
    .ts-dark-cta .ts-mini-check span {
        color: #fff !important;
    }

        .ts-dark-cta p {
            opacity: .78;
        }

.ts-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    background: rgba(255,255,255,.08);
}

.ts-dark-cta h2 {
    font-size: clamp(1.8rem, 3.4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.22;
}

.ts-dark-cta p {
    color: rgba(255, 255, 255, .74);
    line-height: 2;
}

.ts-mini-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.ts-mini-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: rgba(255,255,255,.08);
}

    .ts-mini-check i {
        color: #67e8f9;
        margin-top: 2px;
    }

    .ts-mini-check span {
        color: rgba(255,255,255,.82);
        font-weight: 700;
        line-height: 1.55;
    }

@@media (max-width: 991.98px) {
    .ts-section {
        padding: 66px 0;
    }

    .ts-trust-row,
    .ts-mini-checks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-visual-board {
        min-height: 360px;
    }
}

@@media (max-width: 575.98px) {
    .ts-hero {
        padding-top: 36px;
    }

    .ts-hero-panel {
        border-radius: 28px;
    }

    .ts-hero-inner {
        padding: 28px 20px;
    }

    .ts-hero-actions .ts-btn {
        width: 100%;
    }

    .ts-trust-row,
    .ts-mini-checks {
        grid-template-columns: 1fr;
    }

    .ts-visual-board {
        min-height: 310px;
    }

    .ts-tech-chip {
        font-size: .75rem;
        padding: 8px 10px;
    }

    .ts-chip-devops,
    .ts-chip-server {
        left: 25%;
    }
}
