﻿/* =========================================================
   TECHNICAL SUPPORT HERO
========================================================= */

.tech-support-hero {
    padding: 100px 0;
    background: #f8fbff;
}

.tech-support-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.tech-support-hero-content h1 {
    margin: 15px 0 25px;
    color: #111827;
    font-size: 54px;
    line-height: 1.15;
}

    .tech-support-hero-content h1 span {
        display: block;
        color: #2563eb;
    }

.tech-support-hero-content p {
    max-width: 650px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.8;
}

.tech-support-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.tech-support-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

    .tech-support-call:hover {
        color: #2563eb;
        border-color: #2563eb;
    }

.tech-support-trust {
    display: flex;
    gap: 40px;
    margin-top: 45px;
}

    .tech-support-trust div {
        display: flex;
        flex-direction: column;
    }

    .tech-support-trust strong {
        color: #2563eb;
        font-size: 25px;
    }

    .tech-support-trust span {
        color: #6b7280;
        font-size: 13px;
    }


/* =========================================================
   SUPPORT DASHBOARD
========================================================= */

.tech-support-visual {
    padding: 20px;
}

.support-dashboard {
    padding: 25px;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, .12);
}

.support-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf0f4;
}

    .support-dashboard-header strong {
        color: #111827;
        font-size: 17px;
    }

.support-status {
    color: #16a34a;
    font-size: 12px;
    font-weight: 600;
}

.support-ticket {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f2f5;
}

.ticket-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eef5ff;
    color: #2563eb;
}

.support-ticket div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.support-ticket strong {
    color: #374151;
    font-size: 14px;
}

.support-ticket span {
    color: #9ca3af;
    font-size: 11px;
}

.support-ticket b {
    color: #16a34a;
    font-size: 10px;
}

.support-progress {
    margin-top: 22px;
}

.support-progress-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .support-progress-top span {
        color: #6b7280;
        font-size: 12px;
    }

    .support-progress-top strong {
        color: #2563eb;
        font-size: 13px;
    }

.support-progress-bar {
    height: 8px;
    overflow: hidden;
    border-radius: 10px;
    background: #edf2f7;
}

    .support-progress-bar span {
        display: block;
        width: 98%;
        height: 100%;
        border-radius: inherit;
        background: #2563eb;
    }


/* =========================================================
   SERVICES
========================================================= */

.tech-support-services {
    padding: 100px 0;
}

.tech-support-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 55px;
}

.tech-support-service {
    padding: 32px;
    border: 1px solid #e4e9f0;
    border-radius: 16px;
    background: #fff;
    transition: .3s;
}

    .tech-support-service:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15, 23, 42, .07);
    }

.tech-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #eef5ff;
    font-size: 22px;
}

.tech-support-service h3 {
    margin-bottom: 12px;
    color: #111827;
    font-size: 20px;
}

.tech-support-service p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   BENEFITS
========================================================= */

.tech-support-benefits {
    padding: 100px 0;
    background: #f8fbff;
}

.tech-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 55px;
}

.tech-benefit {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
}

    .tech-benefit > strong {
        color: #2563eb;
        font-size: 13px;
    }

    .tech-benefit h3 {
        margin: 15px 0 10px;
        color: #111827;
        font-size: 19px;
    }

    .tech-benefit p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
        line-height: 1.7;
    }


/* =========================================================
   PRICING
========================================================= */

.tech-support-pricing {
    padding: 100px 0;
}

.tech-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 55px;
}

.tech-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 32px;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    background: #fff;
    transition: .3s;
}

    .tech-price-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(15, 23, 42, .08);
    }

    .tech-price-card.popular {
        border: 2px solid #2563eb;
    }

.tech-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 18px;
    border-radius: 30px;
    background: #2563eb;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.tech-price-card h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 23px;
}

.tech-price-description {
    min-height: 70px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.tech-price {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

    .tech-price small {
        display: block;
        color: #6b7280;
        font-size: 12px;
    }

    .tech-price strong {
        color: #2563eb;
        font-size: 38px;
    }

    .tech-price span {
        color: #6b7280;
        font-size: 13px;
    }

.tech-price-card ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.tech-price-card li {
    padding: 9px 0;
    border-bottom: 1px solid #f2f3f5;
    color: #4b5563;
    font-size: 14px;
}

    .tech-price-card li::before {
        content: "✓";
        margin-right: 9px;
        color: #2563eb;
        font-weight: 700;
    }

.tech-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    border-radius: 9px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .tech-price-btn:hover {
        background: #1d4ed8;
        color: #fff;
    }

.tech-pricing-note {
    margin-top: 30px;
    color: #6b7280;
    text-align: center;
    font-size: 13px;
}


/* =========================================================
   ISSUES
========================================================= */

.tech-support-issues {
    padding: 100px 0;
    background: #f8fbff;
}

.tech-issue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 55px;
}

    .tech-issue-grid div {
        padding: 18px 22px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #fff;
        color: #374151;
        font-size: 14px;
        font-weight: 600;
    }

        .tech-issue-grid div::before {
            content: "✓";
            margin-right: 10px;
            color: #2563eb;
        }


/* =========================================================
   PROCESS
========================================================= */

.tech-support-process {
    padding: 100px 0;
}

.tech-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 55px;
}

    .tech-process-grid > div {
        padding: 30px;
        border: 1px solid #e5e7eb;
        border-radius: 15px;
    }

    .tech-process-grid span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
        border-radius: 50%;
        background: #eef5ff;
        color: #2563eb;
        font-weight: 700;
    }

    .tech-process-grid h3 {
        margin-bottom: 10px;
        color: #111827;
        font-size: 19px;
    }

    .tech-process-grid p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
        line-height: 1.7;
    }


/* =========================================================
   CTA
========================================================= */

.tech-support-cta {
    padding: 90px 0;
    background: #111827;
}

.tech-support-cta-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

    .tech-support-cta-content h2 {
        margin: 15px 0 20px;
        color: #fff;
        font-size: 42px;
        line-height: 1.3;
    }

        .tech-support-cta-content h2 span {
            color: #60a5fa;
        }

    .tech-support-cta-content p {
        color: #cbd5e1;
        font-size: 17px;
        line-height: 1.8;
    }

.tech-support-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 992px) {

    .tech-support-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .tech-support-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .tech-support-buttons {
        justify-content: center;
    }

    .tech-support-trust {
        justify-content: center;
    }

    .tech-support-visual {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .tech-support-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech-price-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .tech-issue-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {

    .tech-support-hero {
        padding: 65px 0;
    }

    .tech-support-hero-content h1 {
        font-size: 40px;
    }

    .tech-support-hero-content p {
        font-size: 16px;
    }

    .tech-support-buttons {
        flex-direction: column;
    }

        .tech-support-buttons .btn,
        .tech-support-call {
            width: 100%;
        }

    .tech-support-trust {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

        .tech-support-trust div {
            align-items: center;
        }

    .tech-support-service-grid {
        grid-template-columns: 1fr;
    }

    .tech-benefit-grid {
        grid-template-columns: 1fr;
    }

    .tech-issue-grid {
        grid-template-columns: 1fr;
    }

    .tech-process-grid {
        grid-template-columns: 1fr;
    }

    .tech-support-cta-content h2 {
        font-size: 32px;
    }

    .tech-support-cta-buttons {
        flex-direction: column;
    }
}


@media (max-width: 480px) {

    .tech-support-hero-content h1 {
        font-size: 34px;
    }

    .tech-support-trust {
        grid-template-columns: 1fr;
    }

    .support-dashboard {
        padding: 18px;
    }

    .support-ticket {
        grid-template-columns: 38px 1fr;
    }

        .support-ticket b {
            display: none;
        }

    .tech-price strong {
        font-size: 34px;
    }
}
