.modern-page {
    background: #f7f9fd;
    color: #172033;
    overflow: hidden;
}

.modern-hero {
    background: linear-gradient(105deg, rgba(9, 23, 46, 0.92) 0%, rgba(18, 44, 82, 0.74) 50%, rgba(213, 155, 45, 0.28) 100%), var(--modern-hero-image, url("../c_image/ADM.jpeg")) center/cover no-repeat;
    color: #ffffff;
    padding: 94px 0 72px;
    position: relative;
}

.modern-hero::after {
    background: linear-gradient(180deg, rgba(247, 249, 253, 0) 0%, #f7f9fd 100%);
    bottom: -1px;
    content: "";
    height: 86px;
    left: 0;
    position: absolute;
    right: 0;
}

.modern-hero-grid {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    position: relative;
    z-index: 2;
}

.modern-kicker {
    color: #f3c465;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.modern-hero h1,
.modern-section-head h2,
.modern-card h2,
.modern-cta h2 {
    color: inherit;
    font-weight: 900;
}

.modern-hero h1 {
    color: #ffffff;
    font-size: clamp(36px, 5.7vw, 64px);
    line-height: 1.03;
    margin: 0 0 18px;
}

.modern-hero p,
.modern-card p,
.modern-section-head p,
.modern-step p,
.modern-feature p,
.modern-profile p {
    line-height: 1.74;
}

.modern-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    margin: 0 0 26px;
    max-width: 720px;
}

.modern-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.modern-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    text-transform: uppercase;
}

.modern-btn-primary {
    background: linear-gradient(135deg, #f7b733, #fc4a1a);
    box-shadow: 0 16px 34px rgba(252, 74, 26, 0.28);
    color: #ffffff !important;
}

.modern-btn-dark {
    background: #172033;
    color: #ffffff !important;
}

.modern-btn-light {
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff !important;
}

.modern-hero-card,
.modern-card,
.modern-step,
.modern-feature,
.modern-profile,
.modern-download-card {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.modern-hero-card {
    color: #172033;
    overflow: hidden;
}

.modern-hero-card img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.modern-hero-card-body {
    padding: 24px;
}

.modern-hero-card-body h2 {
    color: #172033;
    font-size: 26px;
    margin: 0 0 10px;
}

.modern-hero-card-body p {
    color: #667085;
    margin: 0;
}

.modern-stat-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.modern-stat {
    background: #f4f7fb;
    border-radius: 8px;
    padding: 14px;
}

.modern-stat strong {
    color: #1f4f8f;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.modern-stat span {
    color: #667085;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 6px;
    text-transform: uppercase;
}

.modern-section {
    padding: 76px 0;
}

.modern-section-soft {
    background: #ffffff;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
    border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.modern-section-head {
    margin: 0 auto 36px;
    max-width: 840px;
    text-align: center;
}

.modern-section-head h2 {
    color: #172033;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.13;
    margin: 0 0 12px;
}

.modern-section-head p {
    color: #667085;
    margin: 0;
}

.modern-grid {
    display: grid;
    gap: 24px;
}

.modern-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modern-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modern-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.modern-card {
    overflow: hidden;
}

.modern-card-media {
    height: 210px;
    overflow: hidden;
}

.modern-card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.modern-card:hover .modern-card-media img {
    transform: scale(1.06);
}

.modern-card-body,
.modern-feature,
.modern-step,
.modern-download-card,
.modern-profile {
    padding: 24px;
}

.modern-card h2,
.modern-card h3,
.modern-feature h3,
.modern-step h3,
.modern-download-card h3,
.modern-profile h3 {
    color: #172033;
    font-weight: 900;
    margin: 0 0 10px;
}

.modern-card p,
.modern-feature p,
.modern-step p,
.modern-download-card p,
.modern-profile p {
    color: #667085;
    margin: 0;
}

.modern-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.modern-list li {
    background: #f5f7fb;
    border-radius: 8px;
    color: #344054;
    font-weight: 700;
    list-style: none;
    padding: 12px 14px;
}

.modern-number {
    align-items: center;
    background: #1f4f8f;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    margin-bottom: 16px;
    width: 44px;
}

.modern-table-wrap {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    overflow-x: auto;
}

.modern-table {
    border-collapse: collapse;
    width: 100%;
}

.modern-table th {
    background: #172033;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.06em;
    padding: 15px;
    text-transform: uppercase;
}

.modern-table td {
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
    color: #344054;
    padding: 15px;
}

.modern-table tr:nth-child(even) td {
    background: #f8fafc;
}

.modern-cta {
    align-items: center;
    background: linear-gradient(135deg, #1f4f8f, #1e7a5b);
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px;
}

.modern-cta h2 {
    color: #ffffff;
    font-size: 32px;
    margin: 0 0 8px;
}

.modern-cta p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
    margin: 0;
}

.modern-download-list {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
}

.modern-download-list li {
    list-style: none;
}

.modern-download-list a {
    align-items: center;
    background: #f5f7fb;
    border-radius: 8px;
    color: #172033;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    padding: 13px 15px;
}

.modern-download-list a:hover {
    background: #1f4f8f;
    color: #ffffff;
}

.modern-empty {
    background: #f5f7fb;
    border-radius: 8px;
    color: #667085;
    padding: 16px;
}

.modern-form-card {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    padding: 30px;
}

.modern-form-card .field,
.modern-form-card input,
.modern-form-card textarea {
    border: 1px solid rgba(23, 32, 51, 0.16);
    border-radius: 8px;
}

.modern-profile {
    text-align: center;
}

.modern-profile img {
    border-radius: 50%;
    height: 116px;
    margin: 0 auto 15px;
    object-fit: cover;
    width: 116px;
}

.modern-profile span {
    color: #667085;
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .modern-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .modern-hero {
        padding: 72px 0 56px;
    }

    .modern-hero-grid,
    .modern-grid-2,
    .modern-grid-3,
    .modern-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .modern-grid-4,
    .modern-stat-row {
        grid-template-columns: 1fr;
    }

    .modern-section {
        padding: 54px 0;
    }

    .modern-actions,
    .modern-btn {
        width: 100%;
    }

    .modern-cta {
        padding: 26px;
    }
}
