/* ==========================================================================
   MEGA-PROJECTS — "Mega-Projects: The Glass Manufacturing Empire"
   ========================================================================== */

.mega-projects {
    background-color: #10151d;
}

.mega-projects__heading {
    font-size: 32px;
    font-weight: 800;
    color: var(--medal-white);
    margin: 0 0 40px;
}

.mega-projects__heading span {
    font-weight: 400;
    color: var(--medal-gray-light);
}

.mega-projects__grid {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.mega-projects__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medal-gray);
    font-size: 30px;
    width: 34px;
    flex-shrink: 0;
}

.mp-card {
    flex: 1;
    position: relative;
    background-color: #1a2029;
    border: 1px solid var(--medal-border);
    border-left: 4px solid var(--medal-red);
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
    padding: 26px 28px 0;
    display: flex;
    flex-direction: column;
}

.mp-card h3 {
    color: var(--medal-white);
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 4px;
}

.mp-card__subtitle {
    color: var(--medal-gray-light);
    font-size: 14px;
    margin: 0 0 18px;
}

.mp-card__stat-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 18px;
}

.mp-card__stat {
    color: var(--medal-red);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.mp-card__stat-text {
    color: var(--medal-gray-light);
    font-size: 12.5px;
    line-height: 1.4;
}

.mp-card__bullets {
    margin: 0 0 20px;
    padding: 0;
    flex: 1;
}

.mp-card__bullets li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--medal-gray-light);
    margin-bottom: 8px;
}

.mp-card__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--medal-white);
}

.mp-card__bullets strong {
    color: var(--medal-white);
}

.mp-card__illustration {
    height: 220px;
    margin: 0 -28px 0;
    background-size: cover;
    background-position: center;
}
