﻿.cp-page {
    color: #141D4E;
}

.cp-hero {
    border-radius: 28px;
    background: radial-gradient(circle at top right, rgba(3, 230, 173, 0.22), transparent 36%), linear-gradient(135deg, #141D4E 0%, #505AB6 100%);
    color: white;
    overflow: hidden;
}

.cp-kicker {
    color: #03E6AD;
    font-weight: 800;
    letter-spacing: .12em;
}

.cp-title {
    font-weight: 900;
    line-height: 1.08;
    max-width: 760px;
}

.cp-subtitle {
    max-width: 760px;
    color: rgba(255, 255, 255, .86);
    font-size: 1.05rem;
}

.cp-stat-card {
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

.cp-stat-value {
    color: #03E6AD;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.cp-stat-label {
    color: rgba(255, 255, 255, .82);
}

.cp-section {
    border-radius: 22px;
    border: 1px solid rgba(20, 29, 78, .08);
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(20, 29, 78, .06);
}

.cp-results-title {
    color: #141D4E;
    font-weight: 800;
}

.cp-muted {
    color: rgba(20, 29, 78, .62);
}

.cp-project-card {
    height: 100%;
    border-radius: 22px;
    border: 1px solid rgba(20, 29, 78, .08);
    background: #ffffff;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    cursor: pointer;
}

    .cp-project-card:hover {
        transform: translateY(-2px);
        border-color: rgba(3, 230, 173, .7);
        box-shadow: 0 18px 42px rgba(20, 29, 78, .12);
    }

.cp-status-chip {
    align-self: flex-start;
    font-weight: 700;
}

.cp-project-title {
    color: #141D4E;
    font-weight: 850;
    line-height: 1.2;
}

.cp-project-description {
    color: rgba(20, 29, 78, .72);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flex-wrap {
    flex-wrap: wrap;
}
