/* ================================================================
   TECH SUPPORT — Homepage (bold / kinetic)
   Brand red: #d33733 · Display: Sora · Body: Manrope
   ================================================================ */

:root {
    --ts-red: #d33733;
    --ts-red-hot: #ff3b36;
    --ts-red-dark: #9e1f1c;
    --ts-ink: #0c0e12;
    --ts-ink-soft: #1c222d;
    --ts-muted: #6b7380;
    --ts-line: rgba(12, 14, 18, 0.1);
    --ts-surface: #efece7;
    --ts-white: #ffffff;
    --ts-font-display: "Sora", "Raleway", sans-serif;
    --ts-font-body: "Manrope", "Poppins", sans-serif;
    --ts-radius: 22px;
    --ts-shadow: 0 24px 60px rgba(12, 14, 18, 0.12);
}

.ts-hero,
.ts-hot,
.ts-section,
.ts-cta,
.ts-marquee {
    font-family: var(--ts-font-body);
}

.ts-hero__brand,
.ts-hero__title,
.ts-heading,
.ts-hot__name,
.ts-help-item h3,
.ts-services__title,
.ts-why-card h3,
.ts-product__name,
.ts-cta__phone,
.ts-hero__stat strong,
.ts-bento__card h3 {
    font-family: var(--ts-font-display);
}

/* ---------- Shared ---------- */
.ts-section { padding: 110px 0; }

.ts-eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ts-red);
}

.ts-eyebrow--light { color: rgba(255,255,255,0.65); }

.ts-heading {
    margin: 0 0 20px;
    font-size: clamp(2.1rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: var(--ts-ink);
}

.ts-heading--xl {
    font-size: clamp(2.6rem, 6vw, 5rem);
}

.ts-heading--light { color: #fff; }

.ts-lead {
    margin: 0 0 16px;
    max-width: 34rem;
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--ts-ink-soft);
    font-weight: 500;
}

.ts-lead--left,
.ts-copy--left { margin-left: 0; margin-right: 0; }

.ts-copy {
    margin: 0 0 24px;
    max-width: 34rem;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--ts-muted);
}

.ts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ts-btn--primary {
    background: var(--ts-red);
    color: #fff !important;
    border: 1px solid var(--ts-red);
    box-shadow: 0 10px 24px rgba(211, 55, 51, 0.22);
}

.ts-btn--primary:hover {
    background: var(--ts-red-hot);
    border-color: var(--ts-red-hot);
    color: #fff !important;
    transform: translateY(-3px) scale(1.02);
}

.ts-btn--ghost {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.45);
}

.ts-btn--ghost:hover {
    background: #fff;
    color: var(--ts-ink) !important;
    border-color: #fff;
    transform: translateY(-3px);
}

.ts-btn--soft {
    background: #fff;
    color: var(--ts-ink) !important;
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.ts-btn--soft:hover {
    background: #f8fafc;
    color: var(--ts-red) !important;
    transform: translateY(-2px);
}

.ts-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--ts-ink) !important;
    text-decoration: none !important;
    border-bottom: 2px solid var(--ts-red);
    padding-bottom: 2px;
    transition: gap 0.2s ease, color 0.2s ease;
}

.ts-link-arrow:hover {
    color: var(--ts-red) !important;
    gap: 14px;
}

/* ---------- Hero (clean / trustworthy) ---------- */
.ts-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 130px 0 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ts-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(248, 250, 252, 0.94) 0%, rgba(248, 250, 252, 0.82) 46%, rgba(248, 250, 252, 0.35) 100%),
        linear-gradient(0deg, rgba(15, 23, 42, 0.08), transparent 35%);
    z-index: 1;
}

.ts-hero .container { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; }

.ts-hero__grid {
    display: grid;
    grid-template-columns: 1.45fr 0.7fr;
    gap: 36px;
    align-items: end;
    width: 100%;
    padding-bottom: 44px;
}

.ts-hero__content { color: var(--ts-ink); }

.ts-hero__brand {
    margin: 0 0 16px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ts-red);
}

.ts-hero__title {
    margin: 0 0 18px;
    font-size: clamp(2.5rem, 5.5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.ts-hero__lead {
    margin: 0 0 30px;
    max-width: 32rem;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #475569;
}

.ts-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ts-hero__side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ts-hero__stat {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    text-decoration: none !important;
    backdrop-filter: blur(10px);
}

.ts-hero__stat strong {
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 6px;
    color: #0f172a;
}

.ts-hero__stat span {
    font-size: 0.88rem;
    color: #64748b;
}

.ts-hero__stat--link:hover {
    background: #fff;
    border-color: rgba(211, 55, 51, 0.35);
}

.ts-hero__stat--link:hover strong { color: var(--ts-red); }

/* Marquee */
.ts-marquee {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(10px);
    padding: 14px 0;
}

.ts-marquee__track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: tsMarquee 28s linear infinite;
    font-family: var(--ts-font-display);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}

.ts-marquee__track span:nth-child(odd) { color: #0f172a; }

@keyframes tsMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes tsReveal {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

.ts-reveal { opacity: 0; animation: tsReveal 0.85s cubic-bezier(.22,1,.36,1) forwards; }
.ts-reveal-delay-1 { animation-delay: 0.1s; }
.ts-reveal-delay-2 { animation-delay: 0.2s; }
.ts-reveal-delay-3 { animation-delay: 0.3s; }

html.a11y-reduce-motion .ts-reveal,
html.a11y-reduce-motion .ts-marquee__track {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* ---------- Hot strip ---------- */
.ts-hot {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ts-hot__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ts-hot__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 26px 22px;
    color: #0f172a !important;
    text-decoration: none !important;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    transition: background 0.25s ease, color 0.25s ease;
}

.ts-hot__item:last-child { border-right: 0; }

.ts-hot__item:hover {
    background: #fff5f5;
    color: var(--ts-red) !important;
}

.ts-hot__num {
    font-family: var(--ts-font-display);
    font-weight: 800;
    font-size: 0.85rem;
    color: var(--ts-red);
}

.ts-hot__name {
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.ts-hot__go {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.4;
}

.ts-hot__item:hover .ts-hot__go { opacity: 1; color: var(--ts-red); }

/* ---------- About ---------- */
.ts-about {
    background:
        radial-gradient(circle at 0% 100%, rgba(211,55,51,0.1), transparent 40%),
        var(--ts-surface);
}

.ts-about__layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: end;
}

/* ---------- Capabilities bento ---------- */
.ts-help {
    background:
        radial-gradient(circle at 100% 0%, rgba(211,55,51,0.08), transparent 42%),
        #f7f5f1;
}

.ts-help__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 48px;
}

.ts-help__intro {
    margin: 0;
    max-width: 22rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--ts-muted);
    font-weight: 500;
}

.ts-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 16px;
}

.ts-bento__card {
    position: relative;
    padding: 28px 26px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(12,14,18,0.06);
    box-shadow: 0 10px 30px rgba(12,14,18,0.04);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.ts-bento__card::after {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211,55,51,0.12), transparent 70%);
    pointer-events: none;
}

.ts-bento__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(12,14,18,0.12);
}

.ts-bento__card--hero {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(155deg, #0c0e12 0%, #1a1520 55%, #3a1212 100%);
    color: #fff;
    border: 0;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ts-bento__card--hero::after {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(211,55,51,0.45), transparent 68%);
    inset: -10% auto auto 55%;
}

.ts-bento__card--hero h3,
.ts-bento__card--accent h3 { color: #fff; }

.ts-bento__card--hero p {
    color: rgba(255,255,255,0.72);
    max-width: 28rem;
}

.ts-bento__card--accent {
    background: var(--ts-red);
    border-color: var(--ts-red);
    color: #fff;
}

.ts-bento__card--accent p { color: rgba(255,255,255,0.88); }
.ts-bento__card--accent::after {
    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
}

.ts-bento__card--wide {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 22px;
}

.ts-bento__card--wide p { margin: 0; max-width: none; }

.ts-bento__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(211,55,51,0.1);
    flex-shrink: 0;
}

.ts-bento__card--hero .ts-bento__icon,
.ts-bento__card--accent .ts-bento__icon {
    background: rgba(255,255,255,0.14);
}

.ts-bento__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.ts-bento__card--hero .ts-bento__icon img,
.ts-bento__card--accent .ts-bento__icon img {
    filter: brightness(0) invert(1);
}

.ts-bento__tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    width: fit-content;
}

.ts-bento__card h3 {
    margin: 0 0 10px;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ts-ink);
}

.ts-bento__card--hero h3 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.ts-bento__card p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.6;
    font-size: 0.98rem;
}


/* ---------- Services ---------- */
.ts-services {
    background:
        linear-gradient(145deg, #090b10 0%, #161b24 50%, #2a1212 100%);
    color: #fff;
}

.ts-services__nav { gap: 6px; }

.ts-services__link {
    display: block;
    padding: 16px 18px;
    margin-bottom: 6px;
    border-radius: 14px;
    color: rgba(255,255,255,0.62) !important;
    background: transparent;
    border: 1px solid transparent;
    font-family: var(--ts-font-display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ts-services__link:hover,
.ts-services__link.active {
    color: #fff !important;
    background: var(--ts-red);
    border-color: var(--ts-red);
    transform: translateX(4px);
}

.ts-services__title {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #fff;
}

.ts-services__desc {
    margin: 0;
    color: rgba(255,255,255,0.7);
    line-height: 1.75;
    font-size: 1.05rem;
}

.ts-services__media {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    transform: rotate(2deg);
    transition: transform 0.3s ease;
}

.ts-services__panel:hover .ts-services__media { transform: rotate(0deg) scale(1.02); }

.ts-services__media img { width: 100%; display: block; }

.ts-accordion__item { border-bottom: 1px solid rgba(255,255,255,0.12); }
.ts-accordion__btn {
    width: 100%; text-align: left; background: transparent; border: 0; color: #fff;
    font-family: var(--ts-font-display); font-size: 1.15rem; font-weight: 700; padding: 18px 4px;
}
.ts-accordion__body { padding: 0 4px 22px; color: rgba(255,255,255,0.72); }
.ts-accordion__body img { border-radius: 14px; }

/* ---------- Why ---------- */
.ts-why { background: var(--ts-ink); color: #fff; }
.ts-why .ts-heading { color: #fff; }
.ts-why__intro { margin-bottom: 48px; }

.ts-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ts-why-card {
    padding: 36px 28px;
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    min-height: 220px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.ts-why-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.08); }

.ts-why-card--red {
    background: var(--ts-red);
    border-color: var(--ts-red);
}

.ts-why-card--red:hover { background: var(--ts-red-hot); }

.ts-why-card__tag {
    display: block;
    margin-bottom: 28px;
    font-family: var(--ts-font-display);
    font-weight: 800;
    opacity: 0.45;
}

.ts-why-card h3 {
    margin: 0 0 12px;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.ts-why-card p { margin: 0; color: rgba(255,255,255,0.72); line-height: 1.6; }
.ts-why-card--red p { color: rgba(255,255,255,0.9); }

/* ---------- Products ---------- */
.ts-products { background: var(--ts-surface); }

.ts-products__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 36px;
}

.ts-product {
    margin: 8px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--ts-line);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ts-product:hover {
    transform: translateY(-8px) rotate(-0.5deg);
    box-shadow: var(--ts-shadow);
}

.ts-product__media { display: block; position: relative; background: #fff; }
.ts-product__media img {
    width: 100%; aspect-ratio: 1; object-fit: contain; padding: 22px;
}

.ts-product__badge {
    position: absolute; top: 14px; right: 14px;
    padding: 8px 12px; border-radius: 999px;
    background: var(--ts-red); color: #fff;
    font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
}

.ts-product__body {
    position: relative; padding: 16px 18px 20px;
    border-top: 1px solid var(--ts-line);
}

.ts-product__quick {
    position: absolute; top: -18px; right: 16px;
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--ts-ink); color: #fff !important;
    display: grid; place-items: center;
    opacity: 0; transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.ts-product:hover .ts-product__quick { opacity: 1; transform: translateY(0); }
.ts-product__quick:hover { background: var(--ts-red); }

.ts-product__name {
    display: block; margin-bottom: 8px;
    font-size: 1rem; font-weight: 700; letter-spacing: -0.02em;
    color: var(--ts-ink) !important; text-decoration: none !important;
}

.ts-product__price { display: flex; gap: 10px; align-items: baseline; }
.ts-product__old { color: #9aa3b0; text-decoration: line-through; }
.ts-product__new { font-weight: 800; color: var(--ts-ink); font-size: 1.1rem; }

/* ---------- CTA ---------- */
.ts-cta {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ts-cta__veil {
    position: absolute; inset: 0;
    background:
        linear-gradient(110deg, rgba(8,9,12,0.92) 0%, rgba(8,9,12,0.55) 50%, rgba(211,55,51,0.55) 100%);
}

.ts-cta__frame { position: relative; z-index: 1; max-width: 40rem; }

.ts-cta__phone {
    display: inline-block;
    margin: 8px 0 28px;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 3px solid var(--ts-red);
}

.ts-cta__phone:hover { color: var(--ts-red-hot) !important; border-color: var(--ts-red-hot); }

/* ---------- Brands ---------- */
.ts-brands { padding-top: 90px; padding-bottom: 90px; background: #fff; }

.ts-brand {
    display: grid; place-items: center;
    min-height: 110px; padding: 18px; margin: 6px;
    border-radius: 20px; background: var(--ts-surface);
    border: 1px solid transparent;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ts-brand:hover { border-color: rgba(211,55,51,0.35); transform: translateY(-3px); }

.ts-brand img {
    max-height: 58px; width: auto; object-fit: contain;
    filter: grayscale(1); opacity: 0.7;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.ts-brand:hover img { filter: none; opacity: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .ts-hero { min-height: auto; padding-top: 120px; }
    .ts-hero__grid { grid-template-columns: 1fr; gap: 28px; }
    .ts-hero__side { flex-direction: row; flex-wrap: wrap; }
    .ts-hero__stat { flex: 1 1 140px; }
    .ts-hot__row { grid-template-columns: 1fr 1fr; }
    .ts-hot__item { border-bottom: 1px solid rgba(255,255,255,0.1); }
    .ts-about__layout { grid-template-columns: 1fr; gap: 24px; }
    .ts-help__top { flex-direction: column; align-items: flex-start; }
    .ts-bento { grid-template-columns: 1fr 1fr; }
    .ts-bento__card--hero,
    .ts-bento__card--wide { grid-column: span 2; }
    .ts-bento__card--hero { grid-row: span 1; min-height: 280px; }
    .ts-why__grid { grid-template-columns: 1fr; }
    .ts-products__head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 575px) {
    .ts-hot__row { grid-template-columns: 1fr; }
    .ts-hero__actions .ts-btn { width: 100%; }
    .ts-hero__title { font-size: clamp(2.6rem, 14vw, 3.4rem); }
    .ts-bento { grid-template-columns: 1fr; }
    .ts-bento__card--hero,
    .ts-bento__card--wide { grid-column: span 1; }
    .ts-bento__card--wide { flex-direction: column; align-items: flex-start; }
}
