body.index-page {
    background:
        linear-gradient(#163247 1px, transparent 1px),
        linear-gradient(90deg, #163247 1px, transparent 1px),
        radial-gradient(circle at top, rgba(212, 169, 74, 0.12), transparent 28%),
        linear-gradient(135deg, #061A2B 0%, #0B2239 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
    color: #C7D1DB;
}

.index-page .container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.index-page section {
    position: relative;
}

.index-section {
    padding: 5.5rem 0;
}

.index-section__header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.index-section__eyebrow {
    margin-bottom: 0.9rem;
    color: #D4A94A;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.index-section__title {
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
}

.index-section__copy {
    color: #C7D1DB;
    font-size: 1.05rem;
    line-height: 1.75;
}

.hero-section {
    padding-top: 7rem;
    padding-bottom: 6rem;
    background: transparent !important;
}

.hero-section h1,
.hero-section p {
    color: #FFFFFF;
}

.hero-section .lead,
.hero-section .fs-5 {
    color: #C7D1DB !important;
}

.index-features .service-card {
    height: 100%;
    background: rgba(10, 23, 38, 0.82);
    border: 1px solid rgba(212, 169, 74, 0.16);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.index-features .service-card i {
    color: #D4A94A !important;
}

.index-features .service-card.theme-card {
    border: 0;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
}

.index-features .service-card.theme-card .card-body {
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem;
}

.index-features .service-card.theme-card .card-title,
.index-features .service-card.theme-card .feature-copy {
    color: #FFFFFF;
}

.index-features .service-card.theme-card .theme-card__icon i {
    color: #FFFFFF !important;
}

.index-page .btn-warning {
    background: linear-gradient(135deg, #D4A94A 0%, #E6B75A 100%);
    border-color: transparent;
    color: #061A2B;
    font-weight: 700;
}

.index-page .btn-outline-light {
    border-color: rgba(212, 169, 74, 0.45);
    color: #D4A94A;
}

.index-page .btn-outline-light:hover {
    background: rgba(212, 169, 74, 0.12);
    color: #FFFFFF;
    border-color: #E6B75A;
}

.index-assessments {
    padding-top: 2rem;
    padding-bottom: 5.5rem;
}

.index-assessments__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.index-assessment-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.index-assessment-card--visa {
    background: linear-gradient(135deg, #1E3A5F 0%, #2F5C8A 100%);
}

.index-assessment-card--student {
    background: linear-gradient(135deg, #124F3A 0%, #1F7A59 100%);
}

.index-assessment-card--work {
    background: linear-gradient(135deg, #3D1F57 0%, #6A2FA3 100%);
}

.index-assessment-card--bank {
    background: linear-gradient(135deg, #6A420F 0%, #B87316 100%);
}

.index-assessment-card__top {
    margin-bottom: 1.75rem;
}

.index-assessment-card__label {
    color: rgba(231, 240, 248, 0.78);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.index-assessment-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.index-assessment-card__text {
    color: rgba(231, 240, 248, 0.88);
}

.index-assessment-card__meta {
    color: rgba(231, 240, 248, 0.78);
    font-size: 0.95rem;
}

.index-assessment-card .badge {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
}

.index-assessment-card--bank .index-assessment-card__label,
.index-assessment-card--bank .index-assessment-card__meta {
    color: rgba(255, 244, 225, 0.82);
}

.index-page .assessment-action-btn {
    width: fit-content;
}

.index-showcase {
    padding: 0 0 5.5rem;
}

.index-showcase__panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid rgba(212, 169, 74, 0.16);
    border-radius: 1.75rem;
    background: rgba(10, 23, 38, 0.74);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.index-team {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.index-team__grid {
    max-width: 1180px;
    margin: 0 auto;
}

.index-team-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(212, 169, 74, 0.16);
    border-radius: 1.5rem;
    background: rgba(10, 23, 38, 0.82);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.index-team [class*="col-"]:nth-child(5n + 1) .index-team-card,
.index-contact__grid > *:nth-child(5n + 1) .index-contact-card {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.94) 0%, rgba(47, 92, 138, 0.9) 100%);
    border-color: rgba(96, 165, 250, 0.24);
}

.index-team [class*="col-"]:nth-child(5n + 2) .index-team-card,
.index-contact__grid > *:nth-child(5n + 2) .index-contact-card {
    background: linear-gradient(135deg, rgba(18, 79, 58, 0.94) 0%, rgba(31, 122, 89, 0.9) 100%);
    border-color: rgba(52, 211, 153, 0.22);
}

.index-team [class*="col-"]:nth-child(5n + 3) .index-team-card,
.index-contact__grid > *:nth-child(5n + 3) .index-contact-card {
    background: linear-gradient(135deg, rgba(61, 31, 87, 0.94) 0%, rgba(106, 47, 163, 0.9) 100%);
    border-color: rgba(192, 132, 252, 0.22);
}

.index-team [class*="col-"]:nth-child(5n + 4) .index-team-card,
.index-contact__grid > *:nth-child(5n + 4) .index-contact-card {
    background: linear-gradient(135deg, rgba(106, 66, 15, 0.94) 0%, rgba(184, 115, 22, 0.9) 100%);
    border-color: rgba(230, 183, 90, 0.24);
}

.index-team [class*="col-"]:nth-child(5n) .index-team-card,
.index-contact__grid > *:nth-child(5n) .index-contact-card {
    background: linear-gradient(135deg, rgba(90, 35, 51, 0.94) 0%, rgba(185, 76, 99, 0.9) 100%);
    border-color: rgba(233, 95, 120, 0.22);
}

.index-team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 169, 74, 0.38);
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.3);
}

.index-team-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1E3A5F 0%, #2F5C8A 100%);
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 800;
}

.index-team [class*="col-"]:nth-child(5n + 2) .index-team-card__avatar {
    background: linear-gradient(135deg, #124f3a 0%, #1f7a59 100%);
}

.index-team [class*="col-"]:nth-child(5n + 3) .index-team-card__avatar {
    background: linear-gradient(135deg, #3d1f57 0%, #6a2fa3 100%);
}

.index-team [class*="col-"]:nth-child(5n + 4) .index-team-card__avatar {
    background: linear-gradient(135deg, #6a420f 0%, #b87316 100%);
}

.index-team [class*="col-"]:nth-child(5n) .index-team-card__avatar {
    background: linear-gradient(135deg, #5a2333 0%, #b94c63 100%);
}

.index-team-card__photo {
    width: 96px;
    height: 96px;
    margin-bottom: 1rem;
    border: 3px solid rgba(212, 169, 74, 0.22);
    object-fit: cover;
}

.index-team-card__name {
    margin-bottom: 0.35rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
}

.index-team-card__role {
    margin-bottom: 0.75rem;
    color: #D4A94A;
    font-weight: 600;
}

.index-team-card__specialty,
.index-team-card__bio {
    color: #C7D1DB;
}

.index-team-card__contact {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.index-team-card__contact a {
    color: #E6B75A;
    text-decoration: none;
}

.index-contact {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}

.index-contact__shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid rgba(212, 169, 74, 0.16);
    border-radius: 1.75rem;
    background: rgba(10, 23, 38, 0.82);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.index-contact__grid {
    max-width: 920px;
    margin: 0 auto 2rem;
}

.index-contact-card {
    height: 100%;
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
}

.index-contact-card i {
    color: #D4A94A;
}

.index-contact-card h3 {
    color: #FFFFFF;
}

.index-contact-card p {
    color: #C7D1DB;
}

.index-page #footer-container {
    display: contents !important;
}

.index-page #footer-container .user-footer {
    margin: 0 !important;
    border-radius: 0 !important;
}

.index-page #footer-container .user-footer-container {
    max-width: 1440px;
    padding-left: clamp(1.25rem, 3vw, 2.5rem);
    padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

@media (max-width: 991.98px) {
    .index-section {
        padding: 4.5rem 0;
    }

    .index-contact__shell,
    .index-showcase__panel {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 6rem;
        padding-bottom: 4.5rem;
    }

    .index-assessment-card,
    .index-team-card,
    .index-contact-card {
        padding: 1.5rem;
    }

    .index-contact__shell {
        padding: 1.5rem 1.25rem;
    }
}
