:root { --navy: #102a43; --blue: #1769e0; --cyan: #19b8c5; --soft: #f4f8fc; --ink: #19324d; }
* { box-sizing: border-box; }
body { color: var(--ink); font-family: 'DM Sans', sans-serif; background: #fff; }
html { scroll-behavior: smooth; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid rgba(25,184,197,.65); outline-offset: 3px; }
h1, h2, h3, h4, h5, h6, .navbar-brand, .footer-brand { font-family: 'Plus Jakarta Sans', sans-serif; }
h1 { font-weight: 800; letter-spacing: -.04em; }
.navbar { min-height: 76px; }
.navbar-brand { color: var(--navy); font-size: 1rem; }
.navbar-brand strong { color: var(--blue); }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 11px; }
.nav-link { color: #52677d; font-size: .88rem; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.btn { border-radius: 9px; font-weight: 700; }
.btn-primary { background: var(--blue); border-color: var(--blue); }
.btn-primary:hover { background: #1054b6; border-color: #1054b6; }
.hero { position: relative; overflow: hidden; padding: 110px 0 100px; background: linear-gradient(120deg, #eef7ff 0%, #fff 58%, #effcfc 100%); }
.hero:after { content: ''; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(25,184,197,.1); right: -130px; top: -150px; }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 650px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.06; }
.hero h1 span { color: var(--blue); }
.hero p.lead { max-width: 540px; color: #5a7188; font-size: 1.15rem; }
.section-space { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-title { font-size: clamp(1.9rem, 3vw, 2.7rem); color: var(--navy); }
.section-copy { color: #678096; max-width: 600px; }
.feature-card, .course-card, .service-card, .info-card { border: 1px solid #e5edf5; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(23,65,107,.05); transition: transform .2s, box-shadow .2s; }
.course-card:hover, .service-card:hover, .feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(23,65,107,.12); }
.course-card img, .service-card img { height: 190px; object-fit: cover; border-radius: 16px 16px 0 0; transition: transform .35s ease; }
.course-card:hover img, .service-card:hover img { transform: scale(1.035); }
.placeholder-image { display: flex; align-items: center; justify-content: center; height: 190px; color: #fff; font-size: 3rem; background: linear-gradient(135deg, #1769e0, #19b8c5); border-radius: 16px 16px 0 0; }
.course-card .card-body, .service-card .card-body { padding: 1.25rem; }
.badge-soft { color: var(--blue); background: #e9f2ff; }
.meta { color: #71869a; font-size: .83rem; }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: var(--blue); background: #eaf3ff; border-radius: 13px; font-size: 1.4rem; }
.stats-strip { color: #fff; background: var(--navy); }
.stats-strip strong { display: block; color: #fff; font: 800 2rem 'Plus Jakarta Sans'; }
.stats-strip span { color: #a9c0d5; font-size: .9rem; }
.cta { color: #fff; border-radius: 22px; background: linear-gradient(115deg, var(--blue), #0c9fac); }
.cta p { color: #d7f4f4; }
.page-hero { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(120deg, #071c38, var(--navy) 48%, #1769e0); }
.page-hero:after { content: ''; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(143,243,210,.2); border-radius: 50%; right: -90px; top: -130px; box-shadow: 0 0 0 45px rgba(143,243,210,.04), 0 0 0 90px rgba(143,243,210,.025); }
.page-hero p { color: #c8dcf1; }
.site-footer { color: #d2e0ec; background: var(--navy); }
.site-footer h6 { color: #fff; margin-bottom: 1.1rem; }
.site-footer a, .site-footer p { display: block; color: #a8bfd2; text-decoration: none; font-size: .9rem; margin-bottom: .6rem; }
.site-footer a:hover { color: #fff; }
.footer-brand { color: #fff; text-decoration: none; font-size: 1.05rem; font-weight: 700; }
.social-links { display: flex; gap: .65rem; }.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: #fff; border: 1px solid #45627b; border-radius: 50%; }.social-links a:hover { background: var(--blue); border-color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid #29455f; color: #8fa9bd; font-size: .8rem; }
.filter-bar { background: #fff; border: 1px solid #e2ebf3; border-radius: 14px; padding: 1rem; }
.empty-state { display: none; padding: 3rem; color: #7890a3; text-align: center; }
.course-highlight { position: relative; overflow: hidden; }.course-highlight:before { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(25,184,197,.08); right: -35px; bottom: -45px; }.course-highlight li { position: relative; }
.learning-panel { position: relative; overflow: hidden; border: 1px solid #dceaf4; border-radius: 18px; background: linear-gradient(145deg, #f4f9ff, #fff); }.learning-panel-alt { background: linear-gradient(145deg, #effcfb, #fff); border-color: #d6eeeb; }.learning-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 15px; font-size: 1.45rem; }.learning-list { padding-left: 1.4rem; color: #415e75; }.learning-list li { padding: .5rem 0 .5rem .25rem; }.learning-list li::marker { color: var(--blue); font-weight: 700; }
.row.g-0.shadow-sm.rounded-4.overflow-hidden > .col-lg-4.bg-primary { color: var(--navy) !important; background: linear-gradient(145deg, #eef8ff, #e9fbfa) !important; border-right: 1px solid #dbeaf2; }.row.g-0.shadow-sm.rounded-4.overflow-hidden > .col-lg-4.bg-primary .text-white-50 { color: #5d7488 !important; }.row.g-0.shadow-sm.rounded-4.overflow-hidden > .col-lg-4.bg-primary .bi-check-circle { color: var(--blue); }
.response-card { border: 1px solid #e2ebf3; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(23,65,107,.05); transition: transform .2s, box-shadow .2s; }.response-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(23,65,107,.1); }.response-card p { color: #526b80; line-height: 1.7; }.avatar-mark { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #fff; font-weight: 700; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 50%; }
.academy-video { position: relative; min-height: 390px; overflow: hidden; border-radius: 22px; background: var(--navy); box-shadow: 0 20px 45px rgba(16,42,67,.18); }.academy-video-slide { position: absolute; inset: 0; opacity: 0; animation: academySlide 30s infinite; }.academy-video-slide img { width: 100%; height: 100%; object-fit: cover; }.academy-video-slide:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,28,56,.88), rgba(7,28,56,.08) 72%); }.academy-video-slide div { position: absolute; z-index: 1; right: 2rem; bottom: 3.4rem; left: 2rem; color: #fff; }.academy-video-slide span { display: block; color: #8ff3d2; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.academy-video-slide strong { display: block; max-width: 560px; margin-top: .5rem; font: 700 clamp(1.45rem, 3vw, 2.3rem) 'Plus Jakarta Sans'; }.slide-one { animation-delay: 0s; }.slide-two { animation-delay: 7.5s; }.slide-three { animation-delay: 15s; }.slide-four { animation-delay: 22.5s; }.academy-video-controls { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.15rem; left: 1.5rem; display: flex; justify-content: space-between; color: #d8e8f3; font-size: .78rem; }.academy-video-controls i { color: #8ff3d2; }.academy-video-section { background: #f8fbfe; }
.chatbot-widget { position: fixed; z-index: 1040; right: 1.25rem; bottom: 1.25rem; font-size: .9rem; }.chatbot-toggle { display: flex; align-items: center; gap: .55rem; padding: .8rem 1rem; color: #fff; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 10px 25px rgba(16,42,67,.22); font-weight: 700; }.chatbot-panel { width: min(360px, calc(100vw - 2rem)); margin-bottom: .75rem; overflow: hidden; border: 1px solid #dce8f1; border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(16,42,67,.2); }.chatbot-head { display: flex; justify-content: space-between; padding: 1rem; color: #fff; background: var(--navy); }.chatbot-close { color: #fff; border: 0; background: transparent; }.chatbot-messages { display: flex; flex-direction: column; gap: .65rem; height: 260px; padding: 1rem; overflow-y: auto; background: #f7fafc; }.chatbot-message { max-width: 88%; padding: .65rem .8rem; border-radius: 12px; line-height: 1.45; }.chatbot-message.bot { align-self: flex-start; color: #29455f; background: #fff; border: 1px solid #e1ebf3; }.chatbot-message.user { align-self: flex-end; color: #fff; background: var(--blue); }.chatbot-link { display: block; margin-top: .5rem; color: var(--blue); font-weight: 700; }.chatbot-form { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid #e1ebf3; }.chatbot-form .form-control { min-width: 0; }.chatbot-form .btn { flex-shrink: 0; }
@keyframes academySlide { 0%, 22% { opacity: 1; } 25%, 100% { opacity: 0; } }
.gallery-frame { background: #eaf3fb; }.gallery-item { cursor: pointer; }.gallery-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; background: rgba(16,42,67,.65); transition: opacity .2s; }.gallery-item:hover .gallery-overlay { opacity: 1; }.gallery-item:hover img { transform: scale(1.04); transition: transform .3s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .academy-video-slide { opacity: 0; }.academy-video-slide:first-child { opacity: 1; } }
@media (max-width: 991px) { .navbar-nav { padding: 1rem 0; }.hero { padding: 80px 0; }.navbar-collapse { max-height: calc(100vh - 76px); overflow-y: auto; } }
@media (max-width: 575px) { .section-space { padding: 62px 0; }.hero h1 { font-size: 2.65rem; }.hero p.lead { font-size: 1rem; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-bottom: .4rem; }.course-card img, .service-card img, .placeholder-image { height: 165px; }.academy-video { min-height: 300px; }.academy-video-slide div { right: 1.2rem; bottom: 3.1rem; left: 1.2rem; }.academy-video-controls { right: 1rem; left: 1rem; } }
