
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#264d7a;
  --blue2:#264d7a;
  --blue3:#1a5276;
  --accent:#c0392b;
  --accent2:#e74c3c;
  --sky:#e8f0fa;
  --sky2:#d0e1f5;
  --bg:#f7f8fc;
  --white:#ffffff;
  --text:#1c2333;
  --muted:#5c6880;
  --border:#d8dde8;
  --light:#eef1f8;
}
html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans',sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.7}
a{text-decoration:none;color:inherit}

/* TOP BAR */
.topbar{background:var(--blue);padding:7px 24px}
.topbar-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.topbar span{color:rgba(255,255,255,.65);font-size:12.5px}
.topbar a{color:rgba(255,255,255,.65);font-size:12.5px}
.topbar-contacts{display:flex;gap:20px}

/* NAV */
nav{background:var(--white);border-bottom:3px solid var(--accent);box-shadow:0 1px 4px rgba(0,0,0,.06);position:sticky;top:0;z-index:100}
.nav-inner{position:relative;max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:62px}
.logo-wrap{display:flex;align-items:center;gap:14px}
.logo-emblem{width:63px;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-emblem img {
    width: 100%;
}
.logo-text-wrap{line-height:1.15}
.logo-name{font-family:'Source Serif 4',serif;font-size:17px;font-weight:700;color:#d9a34e;letter-spacing:.2px}
.logo-tagline{font-size:11px;color:var(--muted);letter-spacing:.8px;text-transform:uppercase}
.nav-links{display:flex;gap:0;list-style:none}
.nav-links a{padding:0 14px;font-size:13.5px;font-weight:500;color:var(--muted);display:block;line-height:62px;border-bottom:2px solid transparent;transition:all .15s}
.nav-links a:hover{color:var(--blue);border-bottom-color:var(--blue)}
.nav-cta{background:var(--accent);color:#fff;font-weight:600;font-size:13px;padding:9px 20px;border-radius:3px;letter-spacing:.2px;transition:background .2s;white-space:nowrap}
.nav-cta:hover{background:var(--accent2)}
.nav-toggle{display:none;width:40px;height:40px;border:none;background:none;cursor:pointer;align-items:center;justify-content:center;padding:0;margin-left:10px}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--blue);border-radius:1px;position:relative}
.nav-toggle span+span{margin-top:5px}
.nav-links{transition:all .2s ease}

/* HERO */
.hero{background:var(--blue);position:relative;overflow:hidden}
.hero-stripe{position:absolute;top:0;right:0;width:40%;height:100%;background:var(--blue2);clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%)}
.hero-inner{max-width:1100px;margin:0 auto;padding:64px 24px 60px;position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center}
.hero-label{display:inline-flex;align-items:center;gap:8px;background:rgba(192,57,43,.25);border:1px solid rgba(192,57,43,.5);color:#f1948a;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:2px;margin-bottom:18px}
.hero h1{font-family:'Source Serif 4',serif;font-size:42px;font-weight:700;color:#fff;line-height:1.18;margin-bottom:14px}
.hero h1 span{color:#85b8e8}
.hero-sub{color:rgba(255,255,255,.6);font-size:16px;line-height:1.7;margin-bottom:28px;max-width:520px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-red{background:var(--accent);color:#fff;font-weight:600;padding:12px 26px;border-radius:3px;font-size:14px;border:none;cursor:pointer;transition:background .2s;display:inline-block}
.btn-red:hover{background:var(--accent2)}
.btn-ghost{border:1.5px solid rgba(255,255,255,.3);color:rgba(255,255,255,.85);font-weight:500;padding:12px 26px;border-radius:3px;font-size:14px;background:none;cursor:pointer;transition:all .2s;display:inline-block}
.btn-ghost:hover{border-color:rgba(255,255,255,.7);color:#fff}
.hero-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:28px}
.hero-card-title{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:18px}
.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hero-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:3px;padding:16px 14px}
.hero-stat-num{font-family:'Source Serif 4',serif;font-size:26px;font-weight:700;color:#fff;line-height:1}
.hero-stat-label{font-size:12px;color:rgba(255,255,255,.45);margin-top:4px;line-height:1.3}
.hero-note{margin-top:16px;background:rgba(192,57,43,.2);border-left:3px solid var(--accent);padding:10px 14px;border-radius:0 3px 3px 0}
.hero-note p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5}

/* NOTICE BAR */
.notice{background:var(--accent);padding:11px 24px}
.notice-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.notice-badge{background:rgba(255,255,255,.2);color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;padding:3px 8px;border-radius:2px;white-space:nowrap}
.notice p{color:#fff;font-size:13.5px;font-weight:500}

/* SECTION */
section{padding:64px 24px}
.container{max-width:1100px;margin:0 auto}
.sec-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:8px}
.sec-title{font-family:'Source Serif 4',serif;font-size:32px;font-weight:700;color:var(--blue);line-height:1.22;margin-bottom:12px}
.sec-desc{color:var(--muted);font-size:15.5px;max-width:560px;line-height:1.7;margin-bottom:40px}
.rule{width:36px;height:3px;background:var(--accent);border-radius:1px;margin-bottom:16px}

/* FEATURES STRIP */
.features{background:var(--sky);border-top:1px solid var(--sky2);border-bottom:1px solid var(--sky2);padding:0 24px}
.features-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.feat-item{padding:22px 20px;display:flex;align-items:flex-start;gap:14px;border-right:1px solid var(--sky2)}
.feat-item:last-child{border-right:none}
.feat-icon{width:38px;height:38px;background:var(--blue);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px}
.feat-title{font-size:13.5px;font-weight:600;color:var(--blue);line-height:1.3;margin-bottom:2px}
.feat-sub{font-size:12px;color:var(--muted);line-height:1.4}

/* ABOUT */
.about{background:var(--white)}
.about-grid{display:grid;grid-template-columns:5fr 4fr;gap:52px;align-items:start}
.about-body p{color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:14px}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.hl-box{background:var(--sky);border:1px solid var(--sky2);border-left:3px solid var(--blue);padding:12px 14px;border-radius:0 3px 3px 0}
.hl-box-title{font-size:13px;font-weight:600;color:var(--blue);margin-bottom:2px}
.hl-box-sub{font-size:12.5px;color:var(--muted)}
.about-img-block{background:var(--sky);border:1px solid var(--sky2);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px;text-align:center;padding:24px}
.about-img-block img {
    width: 100%;
}

/* LIBRARY */
.library{background:var(--blue);padding:48px 24px}
.lib-inner{max-width:1100px;margin:0 auto;display:flex;gap:48px;}
.lib-badge{display:inline-block;background:var(--accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:2px;margin-bottom:14px}
.lib-title{font-family:'Source Serif 4',serif;font-size:28px;color:#fff;font-weight:700;margin-bottom:10px}
.lib-desc{color:rgba(255,255,255,.6);font-size:15px;line-height:1.7;margin-bottom:22px}
.lib-grid{display:grid;grid-template-columns:1fr;gap:10px}
.lib-feat{display:flex;align-items:center;gap:9px;font-size:13.5px;color:rgba(255,255,255,.8)}
.lib-feat::before{content:'';width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}
.lib-img{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:4px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:rgba(255,255,255,.3);font-size:13px;text-align:center;padding:20px}
.lib-img img {
    width: 100%;
}

/* COURSES */
.courses{background:var(--bg)}
.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:32px}
.course-card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:26px;transition:box-shadow .2s}
.course-card:hover{box-shadow:0 4px 20px rgba(30,58,95,.1)}
.course-card.main{border-top:3px solid var(--blue)}
.c-tag{display:inline-block;background:var(--sky);color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 8px;border-radius:2px;margin-bottom:12px}
.c-title{font-family:'Source Serif 4',serif;font-size:19px;font-weight:700;color:var(--blue);margin-bottom:8px;line-height:1.3}
.c-desc{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:16px}
.c-meta{border-top:1px solid var(--light);padding-top:14px;display:flex;flex-direction:column;gap:7px}
.c-meta-row{font-size:13px;color:var(--muted);display:flex;gap:6px}
.c-meta-row strong{color:var(--text)}
.extras-section{background:var(--sky);border:1px solid var(--sky2);border-radius:4px;padding:24px}
.extras-label{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.extras-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.extra-pill{background:var(--white);border:1px solid var(--border);border-radius:3px;padding:12px 10px;text-align:center;font-size:13px;font-weight:500;color:var(--blue);line-height:1.35}
.extra-pill span{display:block;font-size:20px;margin-bottom:6px}

/* FOUNDERS */
.founders{background:var(--white)}
.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.founder-card{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:28px;display:flex;gap:20px}
.f-avatar{width:72px;height:72px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:12px;font-weight:600;flex-shrink:0;text-align:center;line-height:1.3;
    overflow: hidden;}
  .f-avatar img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.f-name{font-family:'Source Serif 4',serif;font-size:19px;font-weight:700;color:var(--blue);margin-bottom:3px}
.f-qual{font-size:12.5px;font-weight:600;color:var(--accent);letter-spacing:.3px;margin-bottom:10px;text-transform:uppercase}
.f-bio{font-size:14px;color:var(--muted);line-height:1.65}

.faculty{background:var(--bg)}
.faculty-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.faculty-card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:24px;display:flex;gap:20px;align-items:flex-start}

/* ADMISSION */
.admission{background:var(--bg)}
.adm-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.step-list{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:18px;padding-bottom:24px;position:relative}
.step:not(:last-child)::after{content:'';position:absolute;left:17px;top:38px;bottom:0;width:1px;background:var(--border)}
.step-num{width:36px;height:36px;background:var(--blue);color:#fff;font-weight:700;font-size:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Source Serif 4',serif}
.step-head{font-size:15px;font-weight:600;color:var(--blue);margin-bottom:4px}
.step-body{font-size:13.5px;color:var(--muted);line-height:1.6}
.eligibility-box{background:var(--sky);border:1px solid var(--sky2);border-left:3px solid var(--blue);padding:14px 16px;border-radius:0 3px 3px 0;margin-top:6px}
.eligibility-box p{font-size:13.5px;color:var(--muted);line-height:1.6}
.eligibility-box strong{color:var(--blue)}
.docs-card{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden}
.docs-card-head{background:var(--blue);padding:16px 20px}
.docs-card-head h3{font-family:'Source Serif 4',serif;font-size:17px;color:#fff;font-weight:600}
.doc-row{display:flex;align-items:center;gap:12px;padding:13px 20px;border-bottom:1px solid var(--light);font-size:14px;color:var(--text)}
.doc-row:last-child{border-bottom:none}
.doc-num{width:24px;height:24px;background:var(--sky);border:1px solid var(--sky2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--blue);flex-shrink:0}
.adm-cta{margin-top:18px;background:var(--white);border:1px solid var(--border);border-radius:4px;padding:20px}
.adm-cta p{font-size:14px;color:var(--muted);margin-bottom:14px;line-height:1.6}

/* FEE */
.fee{background:var(--white)}
.fee-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:740px}
.fee-card{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:28px}
.fee-card.featured{background:var(--blue);border-color:var(--blue)}
.fee-type{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.fee-card.featured .fee-type{color:rgba(255,255,255,.5)}
.fee-name{font-family:'Source Serif 4',serif;font-size:18px;color:var(--blue);font-weight:700;margin-bottom:18px;line-height:1.3}
.fee-card.featured .fee-name{color:#fff}
.fee-strike{font-size:14px;color:var(--muted);text-decoration:line-through;margin-bottom:4px}
.fee-card.featured .fee-strike{color:rgba(255,255,255,.4)}
.fee-amount{font-family:'Source Serif 4',serif;font-size:38px;font-weight:700;color:var(--blue);line-height:1}
.fee-card.featured .fee-amount{color:#fff}
.fee-note{font-size:12.5px;color:var(--muted);margin-top:8px;line-height:1.5}
.fee-card.featured .fee-note{color:rgba(255,255,255,.55)}
.scholarship-pill{display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:2px;margin-top:14px}
.fee-includes{margin-top:28px;background:var(--sky);border:1px solid var(--sky2);border-radius:4px;padding:18px 20px;max-width:740px}
.fee-includes-title{font-size:13px;font-weight:600;color:var(--blue);margin-bottom:10px}
.fee-includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.fi-item{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px}
.fi-item::before{content:'✓';color:var(--blue);font-weight:700;font-size:12px}

/* CURRICULUM */
.curriculum{background:var(--bg)}
.curr-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:28px}
.curr-tab{padding:11px 22px;font-size:13.5px;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;background:none;border-top:none;border-left:none;border-right:none;font-family:'IBM Plex Sans',sans-serif}
.curr-tab.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}
.curr-tab:hover{color:var(--blue)}
.curr-panel{display:none;grid-template-columns:repeat(2,1fr);gap:10px}
.curr-panel.active{display:grid}
.curr-item{background:var(--white);border:1px solid var(--border);border-radius:3px;padding:13px 16px;font-size:14px;color:var(--text);display:flex;align-items:center;gap:10px}
.curr-dot{width:7px;height:7px;background:var(--blue);border-radius:50%;flex-shrink:0}
.curr-actions{margin-top:22px;display:flex;gap:12px}
.dl-btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;font-size:13.5px;font-weight:600;padding:10px 20px;border-radius:3px;border:none;cursor:pointer;font-family:'IBM Plex Sans',sans-serif;transition:background .2s}
.dl-btn:hover{background:var(--blue2)}

/* RESOURCES */
.resources{background:var(--blue)}
.resources .sec-title{color:#fff}
.resources .sec-label{color:#f1948a}
.resources .rule{background:var(--accent)}
.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.res-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:26px;transition:background .2s}
.res-card:hover{background:rgba(255,255,255,.1)}
.res-icon{width:42px;height:42px;background:rgba(255,255,255,.1);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:14px}
.res-title{font-family:'Source Serif 4',serif;font-size:18px;color:#fff;font-weight:600;margin-bottom:6px}
.res-desc{font-size:13.5px;color:rgba(255,255,255,.5);line-height:1.6;margin-bottom:18px}
.res-btn{display:inline-flex;align-items:center;gap:7px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;padding:9px 16px;border-radius:3px;border:none;cursor:pointer;font-family:'IBM Plex Sans',sans-serif;transition:background .2s}
.res-btn:hover{background:var(--accent2)}
.res-note{font-size:11.5px;color:rgba(255,255,255,.3);margin-top:7px;letter-spacing:.3px}
.res-soon{font-size:13px;color:rgba(255,255,255,.35);padding:9px 0;border:1px dashed rgba(255,255,255,.15);border-radius:3px;text-align:center;margin-bottom:8px}

/* CONTACT */
.contact{background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-info-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.ci{display:flex;gap:14px;align-items:flex-start}
.ci-icon{width:38px;height:38px;background:var(--sky);border:1px solid var(--sky2);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;margin-top:2px}
.ci-label{font-size:11.5px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:2px}
.ci-value{font-size:15px;color:var(--blue);font-weight:500}
.ci-value small{display:block;font-size:12.5px;font-weight:400;color:var(--muted)}
.map-block{background:var(--sky);border:1px solid var(--sky2);border-radius:4px;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px;text-align:center;padding:20px}
.form-box{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:28px}
.form-box-title{font-family:'Source Serif 4',serif;font-size:20px;color:var(--blue);font-weight:700;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.fg{margin-bottom:14px}
.fg label{display:block;font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:5px;letter-spacing:.2px}
.fg input,.fg select,.fg textarea{width:100%;background:var(--white);border:1px solid var(--border);border-radius:3px;padding:9px 12px;font-size:14px;color:var(--text);font-family:'IBM Plex Sans',sans-serif;outline:none;transition:border .2s;-webkit-appearance:none}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,58,95,.08)}
.fg textarea{resize:vertical;min-height:80px}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.submit{width:100%;background:var(--blue);color:#fff;font-weight:600;font-size:15px;padding:12px;border:none;border-radius:3px;cursor:pointer;font-family:'IBM Plex Sans',sans-serif;letter-spacing:.2px;transition:background .2s;margin-top:4px}
.submit:hover{background:var(--blue2)}

/* MODAL */
.modal-bg{display:none;position:fixed;inset:0;background:rgba(10,20,40,.65);z-index:200;align-items:center;justify-content:center}
.modal-bg.open{display:flex}
.modal-box{background:var(--white);border-radius:4px;padding:32px;max-width:400px;width:90%;position:relative;border-top:3px solid var(--blue)}
.modal-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--muted);line-height:1}
.modal-title{font-family:'Source Serif 4',serif;font-size:20px;color:var(--blue);font-weight:700;margin-bottom:6px}
.modal-sub{color:var(--muted);font-size:13.5px;margin-bottom:20px;line-height:1.6}

/* FOOTER */
footer{background:#0f1e33;padding:44px 24px 20px}
.foot-inner{max-width:1100px;margin:0 auto}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:44px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:20px}
.foot-brand-name{font-family:'Source Serif 4',serif;font-size:19px;color:#fff;font-weight:700;margin-bottom:4px}
.foot-brand-tag{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:12px}
.foot-brand-desc{font-size:13.5px;color:rgba(255,255,255,.4);line-height:1.65;max-width:280px}
.foot-col h4{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.4);font-weight:600;margin-bottom:14px}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.foot-col ul li a{color:rgba(255,255,255,.45);font-size:13.5px;transition:color .15s}
.foot-col ul li a:hover{color:rgba(255,255,255,.8)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.foot-bottom p{color:rgba(255,255,255,.25);font-size:12px}

.about-body p{font-family:'Source Serif 4',serif}
.extras-note{margin-top:12px;font-size:12.5px;color:var(--muted)}
.resources-desc{color:rgba(255,255,255,.5);margin-bottom:36px}
.map-title{color:var(--blue);font-size:14px}
.map-note{font-size:12px;opacity:.6}
.form-note,.modal-note{text-align:center;font-size:12px;color:var(--muted);margin-top:10px}
.submit-compact{margin-top:8px}
.btn-small{font-size:14px;padding:11px 22px;border-radius:3px}
.social-links{display:flex;gap:10px;margin-top:16px}
.social-link{width:32px;height:32px;background:rgba(255,255,255,.07);border-radius:3px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;transition:background .2s}
.social-link:hover{background:rgba(255,255,255,.15)}
.social-instagram{color:hotpink}
.social-facebook{color:skyblue}
.social-youtube{color:red}

@media(max-width:768px){
  .topbar-inner{flex-wrap:wrap;gap:8px}
  a.nav-cta { display: none; }
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;top:62px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.08);flex-direction:column;gap:0;padding:10px 0}
  .nav-links.open{display:flex}
  .nav-links li{border-bottom:1px solid var(--light)}
  .nav-links li:last-child{border-bottom:none}
  .nav-links a{line-height:1.5;display:block;padding:12px 24px}
  .hero-inner{grid-template-columns:1fr;padding:unset}
  .hero-stat-num{font-size:20px}
  .hero h1{font-size:30px}

  .features-inner{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
  .about-grid,.lib-inner,.adm-grid,.contact-grid,.foot-top{grid-template-columns:1fr}
  .lib-inner{gap:24px;display:grid;}
  .contact-grid > div:nth-child(1) {  order: 1; }
  .features-inner .feat-item{border-right:none;border-bottom:1px solid var(--sky2)}
  .courses-grid,.founders-grid,.res-grid,.fee-grid,.fee-includes-grid,.curr-panel.active,.extras-grid{grid-template-columns:1fr}
  .fg-row{grid-template-columns:1fr}
  .about-body p{font-family:'Source Serif 4',serif}
  .extras-note{margin-top:12px;font-size:12.5px;color:var(--muted)}
  .resources-desc{color:rgba(255,255,255,.5);margin-bottom:36px}
  .map-title{color:var(--blue);font-size:14px}
  .map-note{font-size:12px;opacity:.6}
  .form-note,.modal-note{text-align:center;font-size:12px;color:var(--muted);margin-top:10px}
  .submit-compact{margin-top:8px}
  .btn-small{font-size:14px;padding:11px 22px;border-radius:3px}
  .social-links{display:flex;gap:10px;margin-top:16px}
  .social-link{width:32px;height:32px;background:rgba(255,255,255,.07);border-radius:3px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;transition:background .2s}
  .social-link:hover{background:rgba(255,255,255,.15)}
  .social-instagram{color:hotpink}
  .social-facebook{color:skyblue}
  .social-youtube{color:red}
  .c-meta-row {font-size: 12px;}
}


.cuov-section *{box-sizing:border-box;margin:0;padding:0;}
.cuov-section{
  --navy:#1e3a5f; --navy-dark:#16293f; --red:#c0392b;
  --text:#4a5568; --muted:#6b7280; --border:#e3e8ef; --card:#ffffff;
  background:#f4f6f9;
  padding:64px 24px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
}
.cuov-wrap{max-width:1080px;margin:0 auto;}
.cuov-eyebrow{
  color:var(--red);font-size:13px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;display:inline-block;margin-bottom:10px;
}
.cuov-eyebrow::after{content:"";display:block;width:34px;height:3px;background:var(--red);margin-top:8px;}
.cuov-title{
  font-family:Georgia,"Times New Roman",serif;color:var(--navy);
  font-size:38px;font-weight:700;line-height:1.15;margin-bottom:14px;
}
.cuov-sub{font-size:15.5px;color:var(--muted);max-width:560px;line-height:1.6;margin-bottom:30px;}

/* ---- Level 1 : Exam toggle (IAS / RAS) ---- */
.cuov-exam{display:inline-flex;background:#e8edf3;border-radius:10px;padding:5px;margin-bottom:26px;}
.cuov-exam button{
  border:none;background:transparent;cursor:pointer;
  font-size:15px;font-weight:700;letter-spacing:.5px;color:var(--navy);
  padding:11px 30px;border-radius:7px;transition:all .2s ease;
}
.cuov-exam button.active{background:var(--navy);color:#fff;box-shadow:0 2px 8px rgba(30,58,95,.25);}

/* ---- Level 2 : Stage sub-tabs (Pre / Mains / Interview) ---- */
.cuov-stages{display:flex;gap:30px;border-bottom:1px solid var(--border);margin-bottom:30px;flex-wrap:wrap;}
.cuov-stages button{
  border:none;background:transparent;cursor:pointer;
  font-size:15px;font-weight:600;color:var(--muted);
  padding:0 2px 14px;position:relative;transition:color .2s ease;
}
.cuov-stages button:hover{color:var(--navy);}
.cuov-stages button.active{color:var(--navy);font-weight:700;}
.cuov-stages button.active::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;
  background:var(--navy);border-radius:3px 3px 0 0;
}

/* ---- Content panels ---- */
.cuov-panel{display:none;animation:cuovFade .35s ease;}
.cuov-panel.active{display:block;}
@keyframes cuovFade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
.cuov-note{
  font-size:13.5px;color:var(--muted);background:#fff;border:1px dashed var(--border);
  border-left:3px solid var(--red);padding:10px 14px;border-radius:6px;margin-bottom:18px;
}
.cuov-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.cuov-item{
  background:var(--card);border:1px solid var(--border);border-radius:10px;
  padding:16px 18px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.cuov-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,58,95,.08);border-color:#cdd6e2;}
.cuov-item h4{
  display:flex;align-items:center;gap:9px;color:var(--navy);
  font-size:15.5px;font-weight:700;margin-bottom:5px;
}
.cuov-item h4::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--navy);flex:none;}
.cuov-item p{font-size:13.5px;line-height:1.55;color:var(--text);padding-left:16px;}

/* ---- Download button ---- */
.cuov-actions{margin-top:30px;}
.cuov-dl{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--navy);color:#fff;text-decoration:none;
  font-size:14.5px;font-weight:700;padding:13px 26px;border-radius:7px;
  transition:background .2s ease;
}
.cuov-dl:hover{background:var(--navy-dark);}

@media(max-width:680px){
  .cuov-section{padding:48px 18px;}
  .cuov-title{font-size:30px;}
  .cuov-grid{grid-template-columns:1fr;}
  .cuov-exam button{padding:10px 22px;}
  .cuov-stages{gap:20px;}
}

/* Admin dashboard and enquiry table styles */
.admin-page{background:var(--bg);min-height:100vh;padding:40px 24px 80px;color:var(--text);font-family:'IBM Plex Sans',sans-serif;}
.admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;max-width:1100px;margin:0 auto 30px;}
.admin-header h1{font-family:'Source Serif 4',serif;font-size:30px;color:var(--blue);margin-bottom:8px;}
.admin-header p{font-size:15px;color:var(--muted);max-width:680px;line-height:1.7;}
.admin-actions{display:flex;gap:12px;flex-wrap:wrap;}
.admin-actions .btn-ghost,.admin-actions .btn-red{padding:11px 18px;}
.admin-stats,.admin-panel{max-width:1100px;margin:0 auto 20px;}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
.dashboard-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:24px;box-shadow:0 10px 24px rgba(28,35,51,.05);}
.card-title{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:10px;font-weight:700;}
.card-value{font-size:32px;font-weight:800;color:var(--blue);}
.panel-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;margin-bottom:18px;}
.panel-header h2{font-family:'Source Serif 4',serif;font-size:24px;color:var(--blue);margin-bottom:6px;}
.panel-header p{margin:0;color:var(--muted);font-size:14px;max-width:680px;line-height:1.7;}
.panel-actions{align-items:flex-end;}
.search-field{display:flex;flex-direction:column;gap:8px;max-width:320px;}
.search-field label{font-size:13px;color:var(--muted);font-weight:600;}
.search-field input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:4px;background:#fff;font-size:14px;}
.export-buttons{display:flex;flex-wrap:wrap;gap:10px;}
.table-wrapper{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden;}
.admin-table{width:100%;border-collapse:collapse;min-width:940px;}
.admin-table th,
.admin-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--light);font-size:14px;color:var(--text);}
.admin-table th{background:var(--sky);cursor:pointer;position:sticky;top:0;z-index:1;font-weight:700;color:var(--blue);}
.admin-table tr:hover{background:rgba(38,77,122,.05);}
.empty-row{text-align:center;color:var(--muted);padding:32px 0;font-size:15px;}
.actions-cell{display:flex;gap:10px;flex-wrap:wrap;}
.btn-row-delete{display:inline-flex;align-items:center;gap:6px;background:rgba(192,57,43,.08);color:var(--accent);border:1px solid rgba(192,57,43,.15);padding:8px 10px;border-radius:4px;font-size:13px;cursor:pointer;transition:background .2s;}
.btn-row-delete:hover{background:rgba(192,57,43,.12);}
.pagination{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.page-button{border:1px solid var(--border);background:#fff;color:var(--text);padding:8px 12px;border-radius:4px;cursor:pointer;}
.page-button.active{background:var(--blue);color:#fff;border-color:var(--blue);}
.alert{max-width:1100px;margin:0 auto 18px;padding:14px 18px;border-radius:6px;font-size:14px;}
.alert-success{background:rgba(34,154,90,.12);border:1px solid rgba(34,154,90,.2);color:#166534;}
.alert-error{background:rgba(192,57,43,.12);border:1px solid rgba(192,57,43,.2);color:#7b241c;}
.modal-bg{display:none;position:fixed;inset:0;background:rgba(10,20,40,.7);z-index:500;align-items:center;justify-content:center;padding:20px;}
.modal-bg.open{display:flex;}
.modal-box.modal-details{max-width:600px;width:100%;padding:28px;}
.detail-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:18px 0;}
.detail-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--light);border-radius:6px;background:var(--bg);}
.detail-row strong{color:var(--blue);min-width:150px;}
.detail-row span{color:var(--text);text-align:right;}
.login-card{max-width:420px;margin:100px auto 0;background:var(--white);border:1px solid var(--border);border-radius:10px;box-shadow:0 20px 60px rgba(28,35,51,.08);padding:32px;}
.admin-card-header h1{font-family:'Source Serif 4',serif;font-size:28px;color:var(--blue);margin-bottom:10px;}
.admin-card-header p{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:20px;}
.admin-form .fg{margin-bottom:18px;}
.admin-form .fg label{font-size:13px;color:var(--text);margin-bottom:6px;}
.admin-form .fg input{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:14px;}
.admin-form .submit{margin-top:4px;}
@media(max-width:1024px){
  .stats-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:780px){
  .admin-header{flex-direction:column;align-items:flex-start;}
  .panel-header{flex-direction:column;align-items:flex-start;}
  .stats-grid{grid-template-columns:1fr;}
  .admin-table{min-width:unset;}
  .table-wrapper{overflow-x:auto;}
}
