.sunway-page {
    background: #ffffff;
    color: #1f2937;
    overflow: hidden;
}

.sunway-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.sunway-hero {
    position: relative;
    padding: 120px 0 72px;
    background:
        radial-gradient(circle at 15% 20%, rgba(218, 121, 0, 0.12), transparent 28%),
        linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eef4f8 100%);
}

.sunway-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(20, 56, 98, 0.12) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.32;
    pointer-events: none;
}

.sunway-hero__grid,
.sunway-split,
.sunway-video-grid,
.sunway-support,
.sunway-notice {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.sunway-eyebrow,
.sunway-section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    color: #da7900;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.sunway-hero h1,
.sunway-section h2,
.sunway-final-card h2 {
    margin: 0;
    color: #143862;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.sunway-hero h1 {
    max-width: 720px;
    font-size: clamp(2rem, 4vw, 4.25rem);
}

.sunway-hero h1 span {
    display: block;
    color: #da7900;
    direction: ltr;
}

.sunway-hero p,
.sunway-section p,
.sunway-final-card p {
    color: #526171;
    line-height: 1.9;
    font-size: 1.02rem;
}

.sunway-hero p {
    max-width: 680px;
    margin: 20px 0 0;
    font-size: 1.12rem;
}

.sunway-trust-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin: 24px 0;
    padding: 14px 18px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 56, 98, 0.12);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(20, 56, 98, 0.08);
}

.sunway-trust-badge strong {
    color: #143862;
}

.sunway-trust-badge span {
    color: #64748b;
}

.sunway-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sunway-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sunway-btn:hover {
    transform: translateY(-2px);
}

.sunway-btn--primary {
    color: #ffffff;
    background: #143862;
    box-shadow: 0 16px 34px rgba(20, 56, 98, 0.22);
}

.sunway-btn--outline {
    color: #143862;
    background: #ffffff;
    border-color: rgba(20, 56, 98, 0.22);
}

.sunway-logo-card {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid rgba(20, 56, 98, 0.1);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(20, 56, 98, 0.13);
}

.sunway-logo-card img {
    max-width: min(100%, 360px);
    height: auto;
    object-fit: contain;
}

.sunway-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.sunway-hero__stats div,
.sunway-card,
.sunway-faculties article,
.sunway-support-steps article,
.sunway-fees-note,
.sunway-faq details {
    background: #ffffff;
    border: 1px solid rgba(20, 56, 98, 0.1);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(20, 56, 98, 0.06);
}

.sunway-hero__stats div {
    padding: 16px;
    text-align: center;
}

.sunway-hero__stats strong {
    display: block;
    color: #143862;
    font-size: 1.1rem;
}

.sunway-hero__stats span {
    color: #64748b;
    font-size: 0.84rem;
}

.sunway-section {
    padding: 84px 0;
}

.sunway-section--soft {
    background: #f6f8fb;
}

.sunway-section--notice {
    background: linear-gradient(135deg, #143862 0%, #1d4a7e 100%);
}

.sunway-section--notice h2,
.sunway-section--notice p,
.sunway-section--notice .sunway-section-kicker {
    color: #ffffff;
}

.sunway-section--navy {
    background: #143862;
    color: #ffffff;
}

.sunway-section--navy h2,
.sunway-section--navy p,
.sunway-section--navy .sunway-section-kicker {
    color: #ffffff;
}

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

.sunway-section h2 {
    font-size: clamp(1.65rem, 3vw, 2.55rem);
}

.sunway-split figure {
    margin: 0;
}

.sunway-media-card {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 58px rgba(20, 56, 98, 0.12);
}

.sunway-media-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.sunway-media-card figcaption {
    padding: 14px 18px;
    color: #64748b;
    font-size: 0.9rem;
}

.sunway-card-grid {
    display: grid;
    gap: 18px;
}

.sunway-card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.sunway-card-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.sunway-card,
.sunway-faculties article,
.sunway-support-steps article {
    padding: 24px;
}

.sunway-card h3,
.sunway-faculties h3,
.sunway-support-steps h3,
.sunway-fees-note h3 {
    margin: 0 0 10px;
    color: #143862;
    font-size: 1.15rem;
}

.sunway-video {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 22px 58px rgba(20, 56, 98, 0.14);
    background: #0f172a;
}

.sunway-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.sunway-rankings {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sunway-rankings article {
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
}

.sunway-rankings strong {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.45rem;
}

.sunway-rankings span {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.sunway-faculties {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sunway-support-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.sunway-support-steps span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #da7900;
    font-weight: 900;
}

.sunway-accordion {
    display: grid;
    gap: 14px;
}

.sunway-accordion details,
.sunway-faq details {
    border: 1px solid rgba(20, 56, 98, 0.12);
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.sunway-accordion summary,
.sunway-faq summary {
    padding: 18px 22px;
    color: #143862;
    font-weight: 900;
    cursor: pointer;
}

.sunway-table-wrap {
    overflow-x: auto;
    border-top: 1px solid #e5e7eb;
}

.sunway-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.sunway-table th,
.sunway-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f7;
    text-align: right;
    vertical-align: top;
}

.sunway-table th {
    color: #143862;
    background: #f8fafc;
    font-weight: 900;
}

.sunway-table td {
    color: #475569;
    line-height: 1.7;
}

.sunway-fees-note {
    margin-top: 24px;
    padding: 24px;
}

.sunway-fees-note ul {
    margin: 0;
    padding: 0 20px 0 0;
    color: #475569;
    line-height: 2;
}

.sunway-faq {
    display: grid;
    gap: 14px;
    max-width: 860px;
    margin: 0 auto;
}

.sunway-faq p {
    margin: 0;
    padding: 0 22px 18px;
}

.sunway-final-cta {
    padding: 86px 0;
    background: #f6f8fb;
}

.sunway-final-card {
    padding: clamp(28px, 5vw, 56px);
    text-align: center;
    background:
        radial-gradient(circle at 12% 20%, rgba(218, 121, 0, 0.13), transparent 26%),
        #ffffff;
    border: 1px solid rgba(20, 56, 98, 0.1);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(20, 56, 98, 0.1);
}

.sunway-final-card p {
    max-width: 720px;
    margin: 16px auto 24px;
}

.sunway-final-card .sunway-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .sunway-hero__grid,
    .sunway-split,
    .sunway-video-grid,
    .sunway-support,
    .sunway-notice {
        grid-template-columns: 1fr;
    }

    .sunway-card-grid--3,
    .sunway-card-grid--2,
    .sunway-rankings,
    .sunway-faculties {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sunway-container {
        width: min(100% - 22px, 1180px);
    }

    .sunway-hero {
        padding: 92px 0 52px;
    }

    .sunway-section,
    .sunway-final-cta {
        padding: 56px 0;
    }

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

    .sunway-hero__stats,
    .sunway-card-grid--3,
    .sunway-card-grid--2,
    .sunway-rankings,
    .sunway-faculties {
        grid-template-columns: 1fr;
    }

    .sunway-logo-card {
        min-height: 240px;
        padding: 24px;
    }

    .sunway-table {
        min-width: 640px;
    }
}
