:root{--navy:#0b1737;--navy2:#132652;--gold:#d7aa47;--gold2:#f1d486;--cream:#fbf8f0;--text:#182238;--muted:#667085;--white:#fff;--line:#e8e8e8;--shadow:0 18px 45px rgba(9,22,52,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:var(--navy);color:#dce4f8;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:8px 0}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;align-items:center;gap:13px}.brand img{width:62px;height:62px;padding:4px;background:#fff;object-fit:contain;border-radius:18px;box-shadow:0 8px 22px rgba(9,22,52,.1);flex-shrink:0}.brand strong{font-family:Georgia,serif;font-size:23px;color:var(--navy)}.brand small{display:block;font-size:10px;letter-spacing:2.5px;color:#8a6a24}.menu{display:flex;gap:24px;align-items:center;font-weight:650;font-size:14px}.menu a:hover{color:#b88720}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 22px;font-weight:750;border:1px solid transparent;cursor:pointer;transition:.25s}.btn-primary{background:var(--gold);color:#111}.btn-primary:hover{background:#bd8e2f;transform:translateY(-2px)}.btn-outline{border-color:#d7dce8;color:var(--navy);background:#fff}.hero{min-height:680px;background:linear-gradient(90deg,rgba(7,17,42,.96),rgba(7,17,42,.82),rgba(7,17,42,.28)),url('../images/hero.svg') center/cover;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}.hero-content{position:relative;z-index:2;max-width:730px;padding:85px 0}.eyebrow{color:var(--gold2);font-size:13px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,7vw,78px);line-height:1.05;margin:18px 0}.hero p{font-size:19px;max-width:650px;color:#dce3f2}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;margin-top:-55px;position:relative;z-index:4;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.stat{padding:28px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{display:block;font-family:Georgia,serif;font-size:32px;color:var(--navy)}.stat span{font-size:13px;color:var(--muted)}section{padding:92px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section-head h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(32px,5vw,50px);line-height:1.15;margin:10px 0}.section-head p{color:var(--muted)}.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.about-visual{position:relative}.about-visual img{border-radius:28px;height:500px;width:100%;object-fit:cover}.floating-card{position:absolute;right:-25px;bottom:28px;background:#fff;padding:22px;border-radius:18px;box-shadow:var(--shadow);max-width:245px}.about-copy h2{font-family:Georgia,serif;color:var(--navy);font-size:45px;line-height:1.15;margin:14px 0 20px}.about-copy p{color:var(--muted)}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.check{padding:12px 14px;background:var(--cream);border-radius:12px;font-size:14px;font-weight:700}.companies{background:var(--cream)}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.company-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #ece8de;box-shadow:0 10px 28px rgba(12,28,61,.06);transition:.3s}.company-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.logo-box{height:220px;padding:25px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #eee}.logo-box img{max-height:165px;object-fit:contain}.company-body{padding:22px}.company-body h3{margin:0 0 8px;font-family:Georgia,serif;color:var(--navy);font-size:23px}.company-body p{color:var(--muted);font-size:14px;min-height:48px}.link-arrow{color:#a47717;font-weight:800;font-size:14px}.message-band{background:var(--navy);color:#fff}.message-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.message-card{padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.05)}.message-card h3{font-family:Georgia,serif;color:var(--gold2);font-size:25px}.message-card p{color:#cbd4e7}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:14px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:16px}.gallery-grid img:first-child{grid-row:1/3}.cta{background:linear-gradient(120deg,var(--gold),#f1d486);border-radius:28px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-family:Georgia,serif;color:var(--navy);font-size:38px;margin:0}.footer{background:#07112a;color:#cbd3e4;padding:65px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr 1fr;gap:34px}.footer h4{color:#fff}.footer a{display:block;margin:8px 0;color:#cbd3e4}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;font-size:13px;display:flex;justify-content:space-between}.page-hero{background:linear-gradient(90deg,#091630,#152b59);color:#fff;padding:95px 0}.page-hero h1{font-family:Georgia,serif;font-size:55px;margin:10px 0}.content-card{background:#fff;border-radius:22px;padding:34px;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}input,textarea,select{width:100%;padding:14px;border:1px solid #d9deea;border-radius:10px;font:inherit}textarea{min-height:130px}.company-hero{padding:90px 0;background:linear-gradient(135deg,#07112b,#17346d);color:#fff}.company-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:45px}.company-logo-large{background:#fff;border-radius:24px;padding:35px;height:310px;display:flex;align-items:center;justify-content:center}.company-logo-large img{max-height:240px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{padding:25px;border:1px solid #e3e6ee;border-radius:18px;background:#fff}.download-list{display:grid;gap:12px}.download-item{display:flex;justify-content:space-between;align-items:center;padding:18px;border:1px solid #e4e7ef;border-radius:14px}.social-row{display:flex;gap:10px;flex-wrap:wrap}.social-row a{padding:10px 14px;border-radius:999px;background:#edf1f8;font-weight:700;font-size:13px}.mobile-toggle{display:none;border:0;background:none;font-size:25px}.admin-body{background:#f2f4f8}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#07112a;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.sidebar .brand strong{color:#fff}.sidebar nav{margin-top:30px}.sidebar nav button{display:block;width:100%;text-align:left;border:0;color:#ced7e9;background:transparent;padding:13px;border-radius:10px;margin:4px 0;cursor:pointer}.sidebar nav button.active,.sidebar nav button:hover{background:#1b2d53;color:#fff}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 22px rgba(15,23,42,.06);margin-bottom:20px}.admin-card h2{margin-top:0;color:var(--navy)}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.company-admin-list{display:grid;gap:12px}.company-admin-item{display:flex;align-items:center;gap:15px;border:1px solid #e4e7ec;padding:13px;border-radius:12px}.company-admin-item img{width:70px;height:55px;object-fit:contain}.company-admin-item .grow{flex:1}.notice{padding:13px;background:#fff7dd;border:1px solid #f0d989;border-radius:10px;font-size:13px}.hidden{display:none!important}@media(max-width:900px){.menu{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;flex-direction:column;padding:22px;box-shadow:var(--shadow)}.menu.open{display:flex}.mobile-toggle{display:block}.stats{grid-template-columns:1fr 1fr}.about-grid,.company-hero-grid,.contact-grid{grid-template-columns:1fr}.company-grid,.service-grid,.message-grid,.footer-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.sidebar nav{display:flex;overflow:auto}.sidebar nav button{white-space:nowrap}.admin-grid{grid-template-columns:1fr}}@media(max-width:620px){.topbar{display:none}.hero{min-height:620px}.hero h1{font-size:45px}.stats{margin-top:-30px}.stat{padding:20px 8px}.company-grid,.service-grid,.message-grid,.footer-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:200px 160px 160px}.gallery-grid img:first-child{grid-column:1/3;grid-row:auto}.cta{padding:30px;align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.page-hero h1{font-size:42px}.copyright{flex-direction:column;gap:8px}}
/* Corporate upgrade */
.menu a.active{color:#a47717}.hero-inner{display:grid;grid-template-columns:1.25fr .55fr;align-items:center;gap:60px;position:relative;z-index:2}.hero-emblem{justify-self:end;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);padding:24px;border-radius:28px;text-align:center}.hero-emblem img{width:250px;height:250px;object-fit:contain;border-radius:50%;margin:auto}.hero-emblem span{display:block;margin-top:16px;color:#f1d486;font-weight:700}.btn-light{background:#fff;color:#07112a}.btn-dark{background:#07112a;color:#fff}.gold-text{color:#a47717}.dark-eyebrow{color:#55400d}.company-label{font-size:10px;letter-spacing:2px;font-weight:800;color:#a47717}.text-link{font-weight:800;color:#9a7119}.corporate-collage{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:230px 230px;gap:14px}.corporate-collage>div{background:#fff;border:1px solid #ece8de;border-radius:22px;padding:20px;overflow:hidden}.corporate-collage img{width:100%;height:100%;object-fit:contain}.collage-main{grid-row:1/3;background:#07112a!important}.leadership-preview{background:#07112a;color:#fff}.leadership-preview .section-head h2{color:#fff}.section-head.left{text-align:left;margin-left:0}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.team-card{background:#fff;border-radius:20px;overflow:hidden;color:#182238;display:flex;flex-direction:column}.team-card img{width:100%;height:235px;object-fit:cover;object-position:center;margin:0;padding:0;background:#f8fafc;border:0;border-radius:0;box-shadow:none}.team-card>div{padding:24px;flex:1}.team-card span{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#a47717;font-weight:800}.team-card h3{font-family:Georgia,serif;color:#0b1737;margin:8px 0}.team-card p{font-size:14px;color:#667085}.leadership-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.leadership-read-more{display:inline-flex;margin-top:10px;font-weight:800;color:#9a7119}.leadership-read-more:hover{text-decoration:underline}.center-action{text-align:center;margin-top:35px}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.display-title{font-family:Georgia,serif;color:#0b1737;font-size:48px;line-height:1.15;margin:12px 0}.lead{font-size:20px;color:#26344f}.company-about-image{margin-top:24px;border-radius:24px;overflow:hidden;border:1px solid #e3e6ee;box-shadow:var(--shadow);background:#fff}.company-about-image img{width:100%;height:320px;object-fit:cover}.soft-section{background:#fbf8f0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-grid article{background:#fff;border:1px solid #e7e2d7;border-radius:18px;padding:28px}.value-grid b,.service-card>b{color:#d7aa47;font-size:14px}.value-grid h3{font-family:Georgia,serif;font-size:25px;color:#0b1737}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.timeline>div{border-left:3px solid #d7aa47;padding-left:22px}.timeline span{font-weight:900;color:#a47717}.gallery-filter{text-align:center;margin-bottom:30px}.gallery-filter button{border:1px solid #d8dce6;background:#fff;padding:10px 18px;border-radius:999px;margin:4px;font-weight:700}.gallery-filter button.active{background:#0b1737;color:#fff}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-page-grid figure{margin:0;background:#fff;border:1px solid #e7e7e7;border-radius:18px;overflow:hidden}.gallery-page-grid img{width:100%;height:250px;object-fit:contain;padding:18px}.gallery-page-grid figcaption{padding:14px 18px;background:#f8f8f8;font-weight:700}.job-card{background:#fff;border-left:4px solid #d7aa47;border-radius:14px;padding:24px;margin-top:30px}.job-card span{font-size:12px;color:#a47717;font-weight:800}.contact-info h2{font-family:Georgia,serif;color:#0b1737;font-size:34px}.contact-line{border-top:1px solid #ececec;padding-top:15px;margin-top:15px}.contact-line p{margin:4px 0}.map-placeholder{margin-top:20px;min-height:230px;background:linear-gradient(135deg,#dfe7f3,#f3ead1);border-radius:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:800;color:#0b1737}.map-placeholder small{font-weight:400;margin-top:8px}.company-hero h1{font-family:Georgia,serif;font-size:56px;line-height:1.1;margin:16px 0}.company-hero p{font-size:19px;color:#d8e1f2}.brochure-panel{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#fff;border:1px solid #e3e6ee;border-radius:24px;padding:38px;box-shadow:var(--shadow)}.brochure-panel h2{font-family:Georgia,serif;color:#0b1737;font-size:34px;margin:8px 0}.education-resources{background:#07112a;color:#fff}.education-resources .section-head h2{color:#fff}.lms-card{color:#182238}.download-item span{display:flex;flex-direction:column}.download-item b{color:#111827}.download-item small{color:#667085}.social-row{margin-top:25px}
@media(max-width:900px){.hero-inner,.two-col{grid-template-columns:1fr}.hero-emblem{display:none}.team-grid,.value-grid,.timeline,.gallery-page-grid{grid-template-columns:1fr 1fr}.brochure-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.corporate-collage{grid-template-columns:1fr;grid-template-rows:230px 180px 180px}.collage-main{grid-row:auto}.team-grid,.value-grid,.timeline,.gallery-page-grid{grid-template-columns:1fr}.display-title{font-size:38px}.company-hero h1{font-size:42px}.brochure-panel{padding:25px}.download-item{align-items:flex-start;gap:14px;flex-direction:column}}
/* Creative slider and footer upgrade */
.hero-slider{height:535px;position:relative;overflow:hidden;background:#07112a;color:#fff}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide.active{opacity:1;visibility:visible}.hero-slide-inner{height:100%;display:flex;align-items:center}.hero-slider .hero-content{max-width:760px;padding:55px 0}.hero-slider h1{font-family:Georgia,serif;font-size:clamp(40px,5.4vw,68px);line-height:1.05;margin:14px 0}.hero-slider p{font-size:18px;max-width:660px;color:#dce3f2}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(7,17,42,.45);color:#fff;cursor:pointer}.slider-arrow:hover{background:#d7aa47;color:#07112a}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.slider-dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px;z-index:5}.slider-dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.45)}.slider-dots button.active{width:30px;border-radius:10px;background:#d7aa47}.stat i{font-size:20px;color:#d7aa47;margin-bottom:8px}.about-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.about-page-image{display:flex;flex-direction:column;gap:18px}.about-page-image>img{width:100%;border-radius:28px;box-shadow:var(--shadow)}.about-image-badge{background:#fff;border-radius:18px;padding:20px 22px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:12px;max-width:245px}.about-image-badge i{grid-row:1/3;color:#d7aa47;font-size:30px}.about-image-badge strong{color:#0b1737}.about-image-badge span{font-size:12px;color:#667085}.creative-footer{position:relative;overflow:hidden;padding-top:82px;background:radial-gradient(circle at 15% 10%,#17346d 0,#07112a 34%,#040a18 100%)}.footer-shape{position:absolute;width:420px;height:420px;border:80px solid rgba(215,170,71,.055);border-radius:50%;right:-160px;top:-180px}.footer-top{display:grid;grid-template-columns:1.35fr .7fr .95fr 1.15fr;gap:42px;position:relative;z-index:2}.footer-brand-block p{max-width:360px;color:#aebbd3}.footer-brand .brand strong,.footer-brand strong{color:#fff}.footer-social{display:flex;gap:10px;margin-top:22px}.footer-social a{width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0;transition:.25s}.footer-social a:hover{background:#d7aa47;color:#07112a;transform:translateY(-3px)}.footer-column h4{display:flex;gap:9px;align-items:center;color:#fff;margin:0 0 18px}.footer-column h4 i{color:#d7aa47}.footer-column a{transition:.2s}.footer-column>a:hover{color:#f1d486;transform:translateX(4px)}.footer-contact p{display:flex;gap:12px;align-items:flex-start;margin:12px 0}.footer-contact p i{color:#d7aa47;margin-top:5px}.footer-cta{display:inline-flex!important;align-items:center;gap:9px;margin-top:12px!important;color:#f1d486!important;font-weight:800}.creative-footer .copyright{position:relative;z-index:2}.creative-footer .copyright a{display:inline;color:#cbd3e4}.btn i,.eyebrow i{margin-right:3px}
@media(max-width:900px){.hero-slider{height:510px}.footer-top{grid-template-columns:1fr 1fr}.about-story-grid{grid-template-columns:1fr}.slider-arrow{display:none}}
@media(max-width:620px){.hero-slider{height:560px}.hero-slider .hero-content{padding:45px 0}.hero-slider h1{font-size:42px}.hero-slider p{font-size:16px}.footer-top{grid-template-columns:1fr}.creative-footer{padding-top:65px}.about-image-badge{max-width:none}.slider-dots{bottom:16px}}
/* Service image upgrade */
.service-card-media{margin:-8px -8px 18px;border-radius:18px;overflow:hidden;background:#eef2ff;aspect-ratio:16/10;display:flex;align-items:stretch;justify-content:stretch}.service-card-media img{width:100%;height:100%;object-fit:cover;display:block}.service-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:18px;text-align:center}.service-placeholder span{color:#fff;font-size:22px;line-height:1.2;font-weight:800;letter-spacing:.01em;text-shadow:0 2px 10px rgba(15,23,42,.25)}.leadership-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px}.leadership-modal-backdrop{position:absolute;inset:0;background:rgba(11,23,55,.55)}.leadership-modal-card{position:relative;z-index:2;width:min(760px,calc(100% - 36px));background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(9,22,52,.28);max-height:calc(100vh - 48px);overflow:auto}.leadership-modal-close{position:sticky;top:14px;left:100%;margin-left:auto;margin-right:14px;margin-top:14px;width:40px;height:40px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;color:#0b1737;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.leadership-modal-media{width:100%;aspect-ratio:16/9;background:#0b1737}.leadership-modal-media img{width:100%;height:100%;object-fit:cover;display:block}.leadership-modal-role{padding:18px 26px 0;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#a47717;font-weight:900}.leadership-modal-card h3{padding:10px 26px 0;margin:0;font-family:Georgia,serif;color:#0b1737;font-size:30px;line-height:1.2}.leadership-modal-message{padding:14px 26px 26px;color:#344054;font-size:15px;white-space:pre-line}.leadership-modal.hidden{display:none!important}@media(max-width:620px){.service-placeholder span{font-size:18px}.leadership-modal-card h3{font-size:24px}.leadership-modal-role,.leadership-modal-card h3,.leadership-modal-message{padding-left:20px;padding-right:20px}}
