﻿
.uts-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 14%, #f8fafc 100%);
}

.section-hero {
    position: relative;
    padding: 72px 0 40px;
    overflow: hidden;
}

.section {
    padding: 72px 0;
}

.uts-page .hero-grid {
    align-items: stretch;
    gap: 28px;
}

.uts-hero-title {
    margin: 0 0 18px;
    font-size: clamp(32px, 4.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 760px;
    color: #0f172a;
}

.uts-hero-text {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: #475569;
}

.uts-hero-chips {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uts-hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

    .uts-hero-chip::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 10px;
        border-radius: 999px;
        background: #f97316;
        flex-shrink: 0;
        box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.10);
    }

.uts-hero-side {
    display: grid;
    gap: 16px;
    height: 100%;
}

.uts-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #111827 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    color: #ffffff;
}

    .uts-hero-panel::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(249, 115, 22, 0.24) 0%, rgba(249, 115, 22, 0) 72%);
        pointer-events: none;
    }

    .uts-hero-panel::after {
        content: "";
        position: absolute;
        bottom: -90px;
        left: -70px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 72%);
        pointer-events: none;
    }

    .uts-hero-panel > * {
        position: relative;
        z-index: 1;
    }

.uts-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

    .uts-hero-badge::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 8px;
        border-radius: 999px;
        background: #f97316;
    }

.uts-hero-panel-title {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.uts-hero-panel-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.8;
}

.uts-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.uts-kpi {
    padding: 14px 12px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .uts-kpi strong {
        display: block;
        margin-bottom: 6px;
        color: #ffffff;
        font-size: 15px;
        line-height: 1.2;
    }

    .uts-kpi span {
        display: block;
        color: #cbd5e1;
        font-size: 12px;
        line-height: 1.55;
    }

.page-head {
    margin-bottom: 32px;
}

.uts-section-title {
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: #0f172a;
}

.page-head .page-text {
    max-width: 820px;
    font-size: 16px;
    line-height: 1.9;
    color: #64748b;
}

.uts-card-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.uts-problem-grid,
.uts-value-grid,
.uts-fit-grid {
    display: grid;
    gap: 24px;
    align-items: stretch;
}

.uts-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uts-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uts-fit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.note-box {
    height: 100%;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.card {
    padding: 28px;
}

    .card p,
    .card ul,
    .note-box {
        font-size: 15px;
        line-height: 1.85;
        color: #64748b;
    }

.uts-highlight-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(249, 115, 22, 0.18);
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

    .uts-highlight-card::before {
        content: "";
        position: absolute;
        top: -40px;
        right: -30px;
        width: 140px;
        height: 140px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(249, 115, 22, 0.14) 0%, rgba(249, 115, 22, 0) 72%);
        pointer-events: none;
    }

    .uts-highlight-card > * {
        position: relative;
        z-index: 1;
    }

.uts-note-band {
    background: #ffffff;
    border-top: 1px solid rgba(229, 231, 235, 0.9);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.uts-note-box {
    max-width: 900px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.05) 0%, #ffffff 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    color: #475569;
    line-height: 1.9;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn,
.btn.btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid transparent;
    color: #ffffff;
}

    .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
    }

    .btn.btn--secondary {
        background: #ffffff;
        color: #0f172a;
        border: 1px solid rgba(148, 163, 184, 0.24);
    }

        .btn.btn--secondary:hover {
            border-color: rgba(37, 99, 235, 0.24);
            color: #1d4ed8;
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        }

.uts-cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
    color: #0f172a;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
}

    .uts-cta-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.05), transparent 26%), radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.03), transparent 24%);
        pointer-events: none;
    }

    .uts-cta-band .container {
        position: relative;
        z-index: 1;
    }

    .uts-cta-band .page-title {
        color: #0f172a;
    }

    .uts-cta-band .page-text {
        color: #475569;
    }

    .uts-cta-band .eyebrow {
        background: rgba(15, 23, 42, 0.05) !important;
        color: #334155 !important;
        border: 1px solid rgba(148, 163, 184, 0.16);
    }

    .uts-cta-band .btn {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #ffffff;
        box-shadow: 0 10px 28px rgba(37, 99, 235, 0.16);
    }

        .uts-cta-band .btn.btn--secondary {
            background: #ffffff;
            color: #1e293b;
            border-color: rgba(148, 163, 184, 0.22);
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        }

.uts-cta-note {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .uts-kpi-grid

{
    grid-template-columns: 1fr;
}

.uts-problem-grid,
.uts-fit-grid {
    grid-template-columns: 1fr;
}

}

@media (max-width: 991px) {
    .section

{
    padding: 56px 0;
}

.section-hero {
    padding: 48px 0 28px;
}

.uts-page .hero-grid,
.uts-problem-grid,
.uts-value-grid,
.uts-fit-grid {
    gap: 18px;
}

.card,
.uts-note-box,
.uts-hero-panel {
    padding: 24px;
    border-radius: 22px;
}

}

@media (max-width: 900px) {
    .uts-value-grid

{
    grid-template-columns: 1fr;
}

.uts-hero-text {
    font-size: 16px;
}

}

@media (max-width: 640px) {
    .section

{
    padding: 44px 0;
}

.section-hero {
    padding: 40px 0 24px;
}

.uts-section-title {
    font-size: 24px;
}

.uts-hero-title {
    font-size: 30px;
}

.page-head {
    margin-bottom: 24px;
}

    .page-head .page-text,
    .uts-hero-text {
        font-size: 15px;
        line-height: 1.8;
    }

.uts-hero-chip {
    width: 100%;
    justify-content: flex-start;
}

.actions {
    flex-direction: column;
    margin-top: 22px;
}

.btn,
.btn.btn--secondary {
    width: 100%;
}

}

