.core-units-section-cc36d86f {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.core-units-section-cc36d86f * {
    box-sizing: border-box;
}

.container-cc36d86f {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.section-header-cc36d86f {
    margin-bottom: 50px;
}

.top-icon-cc36d86f {
    font-size: 2rem;
    margin-bottom: 12px;
    display: inline-block;
}

.header-title-cc36d86f {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.header-divider-cc36d86f {
    width: 60px;
    height: 4px;
    background-color: #2563eb;
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.header-desc-cc36d86f {
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout */
.cards-grid-cc36d86f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .cards-grid-cc36d86f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cards-grid-cc36d86f {
        grid-template-columns: 1fr;
    }
}

/* Year Card */
.card-cc36d86f {
    position: relative;
    padding: 40px 30px 30px 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.card-cc36d86f:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04) !important;
    border: 1px solid transparent;
}

/* Badge */
.badge-cc36d86f {
    position: absolute;
    top: -12px;
    left: 30px;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-main-icon-cc36d86f {
    margin-bottom: 20px;
}

.card-title-cc36d86f {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.card-desc-cc36d86f {
    font-size: 0.95rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.card-divider-cc36d86f {
    border: 0;
    border-top: 1px solid #f1f5f9;
    margin: 20px 0;
    width: 100%;
}

/* Units List */
.units-list-cc36d86f {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.unit-item-cc36d86f {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    margin-bottom: 12px;
    line-height: 1.4;
}

.unit-check-icon-cc36d86f {
    margin-right: 10px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
}

/* Bottom Cap Decor */
.card-bottom-decor-cc36d86f {
    text-align: center;
    color: #cbd5e1;
    font-size: 1.5rem;
    opacity: 0.5;
    transition: transform 0.3s ease;
}

.card-cc36d86f:hover .card-bottom-decor-cc36d86f {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Highlight Strip */
.highlight-strip-cc36d86f {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.highlight-icon-cc36d86f {
    font-size: 1.5rem;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.highlight-text-cc36d86f {
    font-size: 0.95rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 600px) {
    .highlight-strip-cc36d86f {
        flex-direction: column;
        text-align: center;
    }
    .highlight-icon-cc36d86f {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .highlight-text-cc36d86f {
        text-align: center;
    }
}
