.home-page {
    --primary-color: #0f2c63;
    --secondary-color: #1f4ea3;
    --accent-color: #f28a2e;
    --text-color: #1e293b;
    --light-bg: #f5f7fb;
    background:
        radial-gradient(circle at 6% 2%, rgba(31, 78, 163, 0.08) 0, transparent 30%),
        radial-gradient(circle at 95% 0, rgba(242, 138, 46, 0.08) 0, transparent 28%),
        #f5f7fb;
    color: var(--text-color);
    font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif;
}

.home-page>header {
    --header-deep: #f5f9ff;
    --header-deep-2: #fff9f1;
    --header-line: #dbe5f3;
    --header-link: #27364a;
    --header-link-active: #f28a2e;
    --header-surface: #ffffff;
    --header-login-start: #0f172a;
    --header-login-end: #1f3658;
    --header-soft-blue: #edf3ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-page .top-bar {
    background: linear-gradient(100deg, #f6f9ff 0%, #fff8ee 100%);
    color: #334155;
    border-bottom: 1px solid #e3ebf6;
    padding: 11px 0;
}

.home-page .top-bar .container {
    justify-content: flex-start;
    gap: 14px;
}

.home-page .top-links {
    gap: 10px;
}

.home-page .top-links a {
    color: #334155;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #d6e2f0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 4px 10px rgba(15, 23, 42, 0.04);
}

.home-page .top-links a i {
    color: #f28a2e;
    margin-right: 6px;
}

.home-page .top-links a:hover {
    color: #0f2c63;
    background: #f3f7ff;
    border-color: #c9d9ec;
}

.home-page .top-links #menu-btn {
    color: #b45309;
    border-color: #f4cda6;
    background: #fff7ed;
}

.home-page .top-links #menu-btn:hover {
    color: #9a3412;
    border-color: #f2b577;
    background: #ffedd5;
}

.home-page .top-links .user-profile-btn {
    border: 0;
    background: transparent;
    padding: 0 4px !important;
}

.home-page .user-profile-btn {
    color: #334155 !important;
}

.home-page .user-profile-btn i {
    color: #1f4ea3 !important;
}

.home-page .user-profile-btn:hover {
    color: #1f4ea3 !important;
}

.home-page .btn-login {
    background: linear-gradient(135deg, #0f172a 0%, #1f3658 100%) !important;
    color: #ffffff !important;
    border: 1px solid #0f172a !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

.home-page .btn-login:hover {
    background: linear-gradient(135deg, #1e293b 0%, #2a4669 100%) !important;
    border-color: #1e293b !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.26);
}

.home-page .social-icons {
    display: none;
}

.home-page .user-dropdown {
    background: #ffffff;
    border: 1px solid #dbe4f2;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.home-page .user-dropdown a {
    color: #334155 !important;
    border-bottom: 1px solid #edf2f8 !important;
}

.home-page .user-dropdown a:hover {
    background: #f5f8ff !important;
    color: #1f4ea3 !important;
}

.home-page .main-header {
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border-top: 1px solid #edf2f8;
    border-bottom: 1px solid #e6eef8;
    padding: 15px 0 17px;
}

.home-page .logo h2 {
    color: #0f2c63;
    font-family: var(--font-brand);
    font-size: clamp(1rem, 2vw, 1.55rem);
    letter-spacing: 0.25px;
}

.home-page .logo span {
    color: #f28a2e;
    font-family: var(--font-ui);
    letter-spacing: 0.05em;
}

.home-page .navbar a {
    font-family: var(--font-ui);
    color: #1f2937;
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
}

.home-page .navbar>ul>li>a::after {
    background: #1f4ea3;
    bottom: -3px;
    height: 2px;
}

.home-page .navbar>ul>li>a:hover,
.home-page .navbar>ul>li>a.active {
    color: #1f4ea3;
    background: #eef3ff;
}

.home-page .navbar .dropdown-menu {
    border: 1px solid #dbe4f2;
    border-top: 3px solid #f28a2e;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.home-page .navbar .dropdown-menu a {
    color: #334155;
}

.home-page .navbar .dropdown-menu a:hover {
    color: #1f4ea3;
    background: #f5f8ff;
}

.home-page .mobile-menu-icon {
    color: #1f4ea3;
}

.home-page .hero-slider {
    height: clamp(520px, 70vh, 640px);
    border-bottom: 1px solid #dbe4f2;
}

.home-page .slide {
    isolation: isolate;
}

.home-page .slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(15, 44, 99, 0.78) 0%, rgba(15, 44, 99, 0.67) 44%, rgba(15, 23, 42, 0.48) 100%),
        radial-gradient(circle at 90% 12%, rgba(242, 138, 46, 0.3) 0, transparent 42%),
        radial-gradient(circle at 14% 86%, rgba(31, 78, 163, 0.26) 0, transparent 45%);
    z-index: 2;
    pointer-events: none;
}

.home-page .slide-content {
    padding-left: 0;
    max-width: 740px;
}

.home-page .slide-subtitle {
    color: #dbeafe;
    letter-spacing: 2.4px;
}

.home-page .slide-subtitle::after {
    background: #f8bb75;
}

.home-page .slide-title {
    font-size: clamp(2rem, 5.1vw, 3.75rem);
    line-height: 1.15;
}

.home-page .slide-desc {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.92);
}

.home-page .btn-slide {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-page .btn-outline {
    border-color: rgba(255, 255, 255, 0.82);
    color: #ffffff;
}

.home-page .btn-outline:hover {
    background: #ffffff;
    color: #0f2c63;
}

.home-page .btn-filled {
    background: #f28a2e;
    border-color: #f28a2e;
    color: #0f172a;
}

.home-page .btn-filled:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0f2c63;
}

.home-page .slider-btn {
    background: #ffffff;
    color: #1f4ea3;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.26);
}

.home-page .slider-btn:hover {
    background: #1f4ea3;
    color: #ffffff;
}

.home-page .dot.active {
    background: #f28a2e;
}

/* home-inquiry-strip – uses global style.css redesign, no overrides needed */

.home-page .section-title h2 {
    color: #0f172a;
}

.home-page .section-line {
    background: #f28a2e;
}

.home-page .process-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgba(31, 78, 163, 0.14) 0, transparent 38%),
        radial-gradient(circle at 88% 12%, rgba(242, 138, 46, 0.15) 0, transparent 40%),
        linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
    border-top: 1px solid #e3ebf7;
    border-bottom: 1px solid #dfe8f5;
    padding: 94px 0;
}

.home-page .process-section::before {
    content: '';
    position: absolute;
    width: clamp(240px, 30vw, 380px);
    height: clamp(240px, 30vw, 380px);
    left: -120px;
    bottom: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 78, 163, 0.2) 0, rgba(31, 78, 163, 0) 72%);
    pointer-events: none;
}

.home-page .process-section .container {
    position: relative;
    z-index: 1;
}

.home-page .process-title {
    max-width: 760px;
    margin: 0 auto;
}

.home-page .process-title .section-kicker {
    margin: 0 0 12px;
    color: #1f4ea3;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-page .process-title .section-lead {
    margin: 14px auto 0;
    max-width: 640px;
    color: #55657a;
    font-size: 1rem;
    line-height: 1.7;
}

.home-page .process-section .section-line {
    width: 92px;
    height: 3px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1f4ea3 0%, #f28a2e 100%);
}

.home-page .process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
    gap: 24px;
}

.home-page .process-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    background: #ffffff;
    border: 1px solid #dbe4f2;
    border-radius: 22px;
    padding: 12px 12px 20px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.home-page .process-card::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(31, 78, 163, 0.9) 0%, rgba(242, 138, 46, 0.95) 100%);
}

.home-page .process-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.16);
}

.home-page .process-card .step-icon {
    position: relative;
    margin-bottom: 16px;
    border-radius: 16px;
    border: 1px solid #e5edf8;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #dbe6f8;
}

.home-page .process-card .step-icon::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.38) 100%);
}

.home-page .process-card .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-page .process-card:hover .step-icon img {
    transform: scale(1.05);
}

.home-page .process-card .step-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: #ffffff;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
}

.home-page .process-card .step-meta {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.home-page .process-card .step-number {
    color: #1f4ea3;
    font-size: clamp(1.9rem, 3.2vw, 2.4rem);
    line-height: 1;
    font-weight: 800;
}

.home-page .process-card .step-label {
    margin: 0;
    color: #334155;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}

.home-page .process-card p {
    margin: 0;
    color: #475569;
    padding: 0;
    font-size: 0.98rem;
    line-height: 1.65;
}

.home-page .process-card.step-2 .step-number {
    color: #0f766e;
}

.home-page .process-card.step-3 .step-number {
    color: #c05613;
}

.home-page .process-card.step-4 .step-number {
    color: #6d28d9;
}

.home-page .process-card.step-2 .step-badge {
    background: rgba(15, 118, 110, 0.85);
}

.home-page .process-card.step-3 .step-badge {
    background: rgba(192, 86, 19, 0.88);
}

.home-page .process-card.step-4 .step-badge {
    background: rgba(109, 40, 217, 0.86);
}

.home-page .iccw-stats {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 14%, rgba(31, 78, 163, 0.14) 0, transparent 38%),
        radial-gradient(circle at 90% 14%, rgba(242, 138, 46, 0.15) 0, transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    padding: 96px 0;
}

.home-page .iccw-stats::before {
    content: '';
    position: absolute;
    width: clamp(200px, 24vw, 340px);
    height: clamp(200px, 24vw, 340px);
    right: -110px;
    bottom: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 78, 163, 0.2) 0, rgba(31, 78, 163, 0) 72%);
    pointer-events: none;
}

.home-page .iccw-stats .container {
    position: relative;
    z-index: 1;
}

.home-page .stats-heading {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.home-page .stats-heading .eyebrow {
    color: #274768;
    margin-bottom: 12px;
}

.home-page .stats-heading .eyebrow::before {
    background: #f28a2e;
}

.home-page .iccw-stats h2 {
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}

.home-page .stats-heading>p {
    color: #607087;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 74ch;
}

.home-page .stats-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.home-page .iccw-stats .stat-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8e4f2;
    border-radius: 20px;
    background: #ffffff;
    padding: 20px 18px 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.09);
    text-align: center;
}

.home-page .iccw-stats .stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 34px rgba(15, 23, 42, 0.14);
}

.home-page .iccw-stats .stat-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -82px;
    top: -86px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 78, 163, 0.2) 0, rgba(31, 78, 163, 0) 70%);
    pointer-events: none;
}

.home-page .iccw-stats .stat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e7f2ff 0%, #f3f8ff 100%);
    border: 1px solid #d6e4f4;
    color: #1f4ea3;
    font-size: 18px;
}

.home-page .iccw-stats .stat-content {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.home-page .iccw-stats .stat-number {
    color: #123a78;
    font-size: clamp(2.2rem, 3vw, 2.8rem);
    margin-bottom: 8px;
}

.home-page .iccw-stats .stat-number::after {
    width: 42px;
    background: #f28a2e;
}

.home-page .iccw-stats .stat-content p {
    color: #40566f;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 12px;
    font-weight: 800;
    margin-top: 10px;
}

.home-page .iccw-stats .stat-content small {
    display: block;
    margin-top: 8px;
    color: #6c8096;
    font-size: 12px;
    line-height: 1.45;
}

.home-page .iccw-stats .stat-2 .stat-icon {
    background: linear-gradient(145deg, #e5f9f4 0%, #f0fffb 100%);
    border-color: #ccecdf;
    color: #0f766e;
}

.home-page .iccw-stats .stat-2 .stat-glow {
    background: radial-gradient(circle, rgba(15, 118, 110, 0.24) 0, rgba(15, 118, 110, 0) 70%);
}

.home-page .iccw-stats .stat-2 .stat-number {
    color: #0f766e;
}

.home-page .iccw-stats .stat-3 .stat-icon {
    background: linear-gradient(145deg, #fff1e2 0%, #fff8f0 100%);
    border-color: #f6dcc0;
    color: #b45309;
}

.home-page .iccw-stats .stat-3 .stat-glow {
    background: radial-gradient(circle, rgba(180, 83, 9, 0.22) 0, rgba(180, 83, 9, 0) 70%);
}

.home-page .iccw-stats .stat-3 .stat-number {
    color: #b45309;
}

.home-page .iccw-stats .stat-4 .stat-icon {
    background: linear-gradient(145deg, #efe9ff 0%, #f7f4ff 100%);
    border-color: #ded4f8;
    color: #6d28d9;
}

.home-page .iccw-stats .stat-4 .stat-glow {
    background: radial-gradient(circle, rgba(109, 40, 217, 0.24) 0, rgba(109, 40, 217, 0) 70%);
}

.home-page .iccw-stats .stat-4 .stat-number {
    color: #6d28d9;
}

.home-page .instructor-showcase {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(31, 78, 163, 0.12) 0, transparent 36%),
        radial-gradient(circle at 86% 12%, rgba(242, 138, 46, 0.14) 0, transparent 36%),
        linear-gradient(130deg, #f4f8ff 0%, #fff9f3 52%, #f7fbff 100%);
}

.home-page .instructor-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="dots" x="0" y="0" width="72" height="72" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1.2" fill="rgba(15,44,99,0.09)"/></pattern></defs><rect width="1200" height="600" fill="url(%23dots)"/></svg>');
    opacity: 0.45;
    pointer-events: none;
}

.home-page .instructor-showcase .container {
    position: relative;
    z-index: 1;
}

.home-page .instructor-showcase .section-title {
    margin-bottom: 40px;
}

.home-page .instructor-showcase .section-title .eyebrow {
    color: #274768;
    margin-bottom: 12px;
}

.home-page .instructor-showcase .section-title .eyebrow::before {
    background: #f28a2e;
}

.home-page .instructor-showcase .section-title h2 {
    margin: 0;
    color: #0f172a;
}

.home-page .instructor-showcase .section-line {
    background: #f28a2e;
    width: 84px;
    height: 3px;
}

.home-page .instructors-lead {
    max-width: 70ch;
    margin: 18px auto 0;
    color: #607087;
    line-height: 1.75;
}

.home-page .instructors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-page .instructor-card {
    border: 1px solid #dce5f2;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(168deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.home-page .instructor-card:hover {
    transform: translateY(-8px);
    border-color: #c9dbf0;
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.13);
}

.home-page .instructor-media {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-bottom: 1px solid #e1eaf5;
}

.home-page .instructor-content {
    padding: 22px 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.home-page .instructor-content h3 {
    margin: 0 0 8px;
    color: #0f2c63;
    font-size: 21px;
    line-height: 1.25;
}

.home-page .instructor-role {
    margin: 0;
    color: #5e748d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.home-page .instructor-links {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.home-page .instructor-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ecf3ff;
    border: 1px solid #d2e0f1;
    color: #1f4ea3;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.home-page .instructor-links a:hover {
    transform: translateY(-2px);
    background: #1f4ea3;
    border-color: #1f4ea3;
    color: #ffffff;
}

.home-page .instructors-cta {
    margin-top: 34px;
    text-align: center;
}

.home-page .instructor-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid #c7d8ed;
    background: #ffffff;
    color: #1f4ea3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.09);
}

.home-page .instructor-cta-btn:hover {
    transform: translateY(-2px);
    border-color: #1f4ea3;
    background: #1f4ea3;
    color: #ffffff;
}

.home-page .student-reviews {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(31, 78, 163, 0.14) 0, transparent 34%),
        radial-gradient(circle at 84% 10%, rgba(242, 138, 46, 0.19) 0, transparent 36%),
        linear-gradient(130deg, #f4f8ff 0%, #fff9f3 52%, #f7fbff 100%);
    padding: 94px 0;
}

.home-page .student-reviews::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="wave" x="0" y="0" width="120" height="120" patternUnits="userSpaceOnUse"><path d="M0,60 Q30,30 60,60 T120,60" fill="none" stroke="rgba(15,44,99,0.05)" stroke-width="2"/></pattern></defs><rect width="1200" height="600" fill="url(%23wave)"/></svg>');
    opacity: 0.62;
}

.home-page .student-reviews::after {
    content: '';
    position: absolute;
    width: clamp(220px, 30vw, 420px);
    height: clamp(220px, 30vw, 420px);
    right: -130px;
    bottom: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 78, 163, 0.2) 0, rgba(31, 78, 163, 0) 72%);
    pointer-events: none;
}

.home-page .student-reviews .container {
    position: relative;
    z-index: 1;
}

.home-page .student-reviews .section-title {
    margin-bottom: 44px;
}

.home-page .student-reviews .section-title .eyebrow {
    color: #274768;
    margin-bottom: 12px;
}

.home-page .student-reviews .section-title .eyebrow::before {
    background: #f28a2e;
}

.home-page .student-reviews .section-title h2 {
    color: #0f172a;
}

.home-page .student-reviews .section-line {
    background: #f28a2e;
    height: 3px;
    width: 84px;
}

.home-page .reviews-lead {
    max-width: 74ch;
    margin: 18px auto 0;
    color: #607087;
    line-height: 1.75;
}

.home-page .reviews-wrapper {
    position: relative;
    padding: 0 58px;
    gap: 0;
}

.home-page .reviews-container {
    max-width: 1180px;
    margin: 0 auto;
}

.home-page .reviews-track {
    gap: 30px;
    padding: 8px 4px;
}

.home-page .review-card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    border: 1px solid #dce4f1;
    border-radius: 22px;
    padding: 24px 22px 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    background: linear-gradient(170deg, #ffffff 0%, #f8fbff 100%);
    min-height: 278px;
    display: flex;
    flex-direction: column;
}

.home-page .review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.14);
}

.home-page .reviewer-logo {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(145deg, #e7f2ff 0%, #f1f8ff 100%);
    border: 1px solid #d3e1f3;
    color: #1f4ea3;
    font-size: 16px;
    font-weight: 800;
}

.home-page .review-header {
    gap: 12px;
    margin-bottom: 16px;
}

.home-page .review-meta {
    display: grid;
    gap: 4px;
}

.home-page .review-meta h4 {
    margin: 0;
}

.home-page .review-header h4 {
    color: #0f2c63;
}

.home-page .review-role {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #62809f;
}

.home-page .review-text {
    color: #475569;
    margin: 0 0 18px;
    line-height: 1.72;
}

.home-page .review-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-page .review-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dbe4f2;
    border-radius: 999px;
    padding: 6px 10px;
    color: #0f2c63;
    background: #f4f8ff;
    font-size: 12px;
    font-weight: 800;
}

.home-page .review-rating i {
    color: #f28a2e;
}

.home-page .review-date {
    color: #667f98;
    font-size: 12px;
    font-weight: 700;
}

.home-page .reviews-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: #ffffff;
    color: #1f4ea3;
    border: 1px solid #d0def0;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    width: 48px;
    height: 48px;
}

.home-page .student-reviews .reviews-btn.prev-btn {
    left: 0;
}

.home-page .student-reviews .reviews-btn.next-btn {
    right: 0;
}

.home-page .reviews-btn:hover {
    background: #1f4ea3;
    color: #ffffff;
    border-color: #1f4ea3;
    transform: translateY(-50%) scale(1.08);
}

.home-page footer {
    margin-top: 0;
    background: linear-gradient(145deg, #0f2c63 0%, #0f172a 100%);
}

.home-page footer::before {
    background:
        radial-gradient(circle at 10% 22%, rgba(242, 138, 46, 0.2), transparent 42%),
        radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.1), transparent 35%),
        radial-gradient(circle at 52% 85%, rgba(31, 78, 163, 0.36), transparent 46%);
}

.home-page .footer-cta {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
}

.home-page .btn-footer-cta {
    background: #f28a2e;
    color: #0f172a;
}

.home-page .btn-footer-cta:hover {
    background: #ffaa57;
}

.home-page .footer-col h3 span,
.home-page .footer-links a::before {
    color: #f28a2e;
}

.home-page .footer-social a:hover {
    color: #0f2c63;
}

@media (max-width: 1024px) {
    .home-page .top-bar .container {
        justify-content: flex-start;
    }

    .home-page .hero-slider {
        height: 560px;
    }

    .home-page .process-section {
        padding: 82px 0;
    }

    .home-page .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .home-page .process-title .section-lead {
        font-size: 0.96rem;
    }

    .home-page .home-inquiry-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .home-inquiry-title {
        grid-column: 1 / -1;
    }

    .home-page .home-inquiry-form button {
        grid-column: 1 / -1;
    }

    .home-page .iccw-stats {
        padding: 84px 0;
    }

    .home-page .stats-heading {
        max-width: 760px;
    }

    .home-page .stats-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 34px;
    }

    .home-page .iccw-stats .stat-card {
        padding: 18px 16px 16px;
    }

    .home-page .student-reviews {
        padding: 86px 0;
    }

    .home-page .reviews-wrapper {
        padding: 0 50px;
    }

    .home-page .review-card {
        flex: 0 0 calc((100% - 30px) / 2);
        min-height: 260px;
    }

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

@media (max-width: 1280px) and (min-width: 1025px) {
    .home-page .instructors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-page .main-header {
        padding: 14px 0;
    }

    .home-page .logo h2 {
        font-size: 1rem;
    }

    .home-page .mobile-login-btn {
        background: #0f172a !important;
        border-color: #0f172a !important;
        color: #ffffff !important;
    }

    .home-page .navbar {
        border-color: #dbe4f2;
    }

    .home-page .navbar .dropdown-menu {
        background: #f5f8ff;
    }

    .home-page .hero-slider {
        height: 510px;
    }

    .home-page .slide-title {
        font-size: clamp(1.9rem, 9vw, 2.6rem);
    }

    .home-page .slide-desc {
        font-size: 15px;
    }

    .home-page .btn-slide {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 11px 20px;
    }

    .home-page .home-inquiry-strip {
        padding: 10px 0 24px;
    }

    .home-page .home-inquiry-form {
        border-radius: 14px;
        padding: 14px;
    }

    .home-page .process-section {
        padding: 70px 0;
    }

    .home-page .process-steps {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }

    .home-page .process-title .section-kicker {
        font-size: 0.7rem;
        letter-spacing: 0.14em;
    }

    .home-page .process-title .section-lead {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .home-page .process-card {
        border-radius: 18px;
        padding: 10px 10px 16px;
    }

    .home-page .process-card .step-icon {
        aspect-ratio: 16 / 9;
        margin-bottom: 12px;
        border-radius: 13px;
    }

    .home-page .process-card .step-meta {
        gap: 8px;
        margin-bottom: 8px;
    }

    .home-page .process-card .step-number {
        font-size: 1.7rem;
    }

    .home-page .process-card p {
        font-size: 0.92rem;
    }

    .home-page .iccw-stats {
        padding: 68px 0;
    }

    .home-page .stats-heading {
        text-align: left;
        max-width: 100%;
    }

    .home-page .stats-heading .eyebrow {
        justify-content: flex-start;
    }

    .home-page .iccw-stats h2 {
        font-size: clamp(1.65rem, 7.2vw, 2.1rem);
    }

    .home-page .stats-heading>p {
        max-width: 100%;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .home-page .stats-container {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px;
    }

    .home-page .iccw-stats .stat-card {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        border-radius: 16px;
        padding: 16px 14px;
        text-align: left;
    }

    .home-page .iccw-stats .stat-icon {
        margin: 0;
    }

    .home-page .iccw-stats .stat-content {
        text-align: left;
    }

    .home-page .iccw-stats .stat-number {
        font-size: clamp(1.95rem, 8vw, 2.3rem);
        margin-bottom: 6px;
    }

    .home-page .iccw-stats .stat-number::after {
        margin: 8px 0 0;
    }

    .home-page .iccw-stats .stat-content p {
        margin-top: 8px;
        font-size: 11px;
    }

    .home-page .iccw-stats .stat-content small {
        margin-top: 5px;
        font-size: 11px;
    }

    .home-page .student-reviews {
        padding: 70px 0;
    }

    .home-page .student-reviews .section-title {
        margin-bottom: 34px;
    }

    .home-page .reviews-lead {
        margin-top: 14px;
        font-size: 0.93rem;
        line-height: 1.68;
    }

    .home-page .reviews-wrapper {
        padding: 0 38px;
    }

    .home-page .reviews-track {
        gap: 16px;
        padding: 4px 0;
    }

    .home-page .review-card {
        flex: 0 0 100%;
        border-radius: 18px;
        padding: 20px 16px 16px;
        min-height: 0;
    }

    .home-page .instructor-showcase {
        padding: 72px 0;
    }

    .home-page .instructor-showcase .section-title {
        margin-bottom: 30px;
    }

    .home-page .instructors-lead {
        margin-top: 14px;
        font-size: 0.93rem;
        line-height: 1.68;
    }

    .home-page .instructors-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-page .instructor-card {
        border-radius: 18px;
    }

    .home-page .instructor-media {
        height: 190px;
    }

    .home-page .instructor-content {
        padding: 18px 16px 16px;
    }

    .home-page .instructor-content h3 {
        font-size: 19px;
    }

    .home-page .reviewer-logo {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    .home-page .review-meta h4 {
        font-size: 15px;
    }

    .home-page .review-role {
        font-size: 11px;
    }

    .home-page .review-text {
        margin-bottom: 14px;
        font-size: 0.92rem;
    }

    .home-page .review-footer {
        gap: 8px;
    }

    .home-page .review-rating,
    .home-page .review-date {
        font-size: 11px;
    }

    .home-page .reviews-btn {
        width: 40px;
        height: 40px;
    }

    .home-page .student-reviews .reviews-btn.prev-btn {
        left: -2px;
    }

    .home-page .student-reviews .reviews-btn.next-btn {
        right: -2px;
    }
}
