
:root{
  --bg:#071126;
  --bg-soft:#0c1b3d;
  --card:rgba(255,255,255,.08);
  --card-border:rgba(255,255,255,.15);
  --text:#edf3ff;
  --muted:#b8c5e4;
  --gold:#f0c55f;
  --gold-2:#ffd983;
  --blue:#102a63;
  --shadow:0 20px 50px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:radial-gradient(circle at top,#15306d 0%,#09142c 35%,#050b17 100%);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}
p{color:var(--muted);line-height:1.75}
.page-bg{position:fixed;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(240,197,95,.12),transparent 20%),radial-gradient(circle at 80% 10%,rgba(82,120,255,.15),transparent 18%),radial-gradient(circle at 50% 80%,rgba(255,255,255,.06),transparent 24%);pointer-events:none;z-index:-1}
.section-padding{padding:90px 0}
.section-padding-sm{padding:150px 0 70px}
.section-tag{display:inline-block;padding:10px 16px;border-radius:999px;background:rgba(240,197,95,.12);border:1px solid rgba(240,197,95,.24);color:var(--gold);font-weight:700;letter-spacing:.02em;margin-bottom:20px}
.section-heading h2,h1,h2,h3,h4,h5{font-weight:800;line-height:1.15}
h1{font-size:clamp(2.4rem,4.5vw,4.4rem)}
h2{font-size:clamp(1.8rem,3vw,3rem)}
.glass-nav{backdrop-filter:blur(16px);background:rgba(5,11,23,.55);border-bottom:1px solid rgba(255,255,255,.08)}
.navbar-brand span{font-weight:800;letter-spacing:.01em}
.nav-link{color:#dfe8ff!important;font-weight:600;position:relative}
.nav-link.active,.nav-link:hover{color:var(--gold)!important}
.btn-brand{background:linear-gradient(135deg,var(--gold),var(--gold-2));border:none;color:#09142c;font-weight:800;padding:.9rem 1.5rem;border-radius:14px;box-shadow:0 15px 35px rgba(240,197,95,.25)}
.btn-brand:hover{transform:translateY(-2px);color:#09142c}
.btn-outline-brand{border:1px solid rgba(240,197,95,.5);color:var(--gold);padding:.85rem 1.2rem;border-radius:14px;font-weight:700}
.btn-outline-brand:hover{background:rgba(240,197,95,.12);color:#fff;border-color:var(--gold)}
.glass-card{background:var(--card);backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:28px;box-shadow:var(--shadow)}
.hero-section{min-height:100vh;padding:140px 0 60px;position:relative}
.lead{font-size:1.08rem;max-width:620px}
.notice-banner{display:inline-flex;align-items:center;gap:12px;background:rgba(240,197,95,.14);border:1px solid rgba(240,197,95,.35);padding:14px 18px;border-radius:18px;color:#fff;font-weight:700}
.hero-card-stack{padding:28px;position:relative;overflow:hidden}
.hero-card-stack:before{content:'';position:absolute;inset:auto -50px -50px auto;width:180px;height:180px;background:radial-gradient(circle,rgba(240,197,95,.24),transparent 65%)}
.hero-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.hero-card-top i{font-size:2rem;color:var(--gold)}
.hero-highlight{padding:16px 18px;background:rgba(255,255,255,.06);border-radius:18px;border:1px solid rgba(255,255,255,.08);margin-bottom:18px;color:#fff}
.contact-pills{display:flex;flex-wrap:wrap;gap:12px}
.contact-pills span{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.06);font-size:.93rem;color:#dce7ff}
.stat-row{padding-top:18px}
.stat-card{padding:24px;text-align:center;height:100%}
.stat-card h3{font-size:2.35rem;color:var(--gold);margin-bottom:6px}
.feature-card,.university-card,.branch-card,.process-card{padding:28px;transition:.35s ease}
.feature-card:hover,.university-card:hover,.branch-card:hover,.process-card:hover,.mini-panel:hover{transform:translateY(-8px);border-color:rgba(240,197,95,.35)}
.icon-wrap{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(240,197,95,.24),rgba(255,255,255,.08));margin-bottom:18px;font-size:1.4rem;color:var(--gold)}
.director-card,.about-visual{padding:30px}
.badge-strip{padding:18px;border-radius:20px;background:linear-gradient(135deg,rgba(240,197,95,.18),rgba(255,255,255,.05));color:#fff;font-weight:700;text-align:center;margin-bottom:18px}
.mini-panel{padding:20px;border-radius:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;gap:10px;height:100%;color:#eaf1ff;font-weight:600;transition:.35s ease}
.mini-panel i{color:var(--gold);font-size:1.3rem}
.university-logo{width:100%;height:160px;object-fit:cover;border-radius:20px;margin-bottom:22px;border:1px solid rgba(255,255,255,.08)}
.sub-hero{padding-top:160px;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent)}
.step-number{font-size:3rem;font-weight:800;color:rgba(240,197,95,.25);line-height:1;margin-bottom:12px}
.styled-list{padding-left:1.1rem;color:var(--muted)}
.styled-list li{margin-bottom:10px}
.branch-card i{font-size:1.7rem;color:var(--gold);margin-bottom:14px}
.map-wrap{border-radius:28px;min-height:380px}
.map-wrap iframe{width:100%;height:100%;min-height:380px;border:0;filter:grayscale(.1) contrast(1.1)}
.form-control,.form-select{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#fff;padding:.9rem 1rem;border-radius:14px}
.form-control:focus,.form-select:focus{background:rgba(255,255,255,.08);border-color:rgba(240,197,95,.55);box-shadow:0 0 0 .2rem rgba(240,197,95,.12);color:#fff}
.form-control::placeholder{color:#c9d6f0}
.form-label{font-weight:600;color:#e7eeff}
.form-message{color:var(--gold);font-weight:700}
.site-footer{background:rgba(3,8,18,.65);border-top:1px solid rgba(255,255,255,.08)}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:10px;color:var(--muted)}
.footer-links a:hover{color:var(--gold)}
.social-icons{display:flex;gap:10px}.social-icons a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);color:#b5c2df}
.floating-actions{position:fixed;right:18px;bottom:95px;display:flex;flex-direction:column;gap:12px;z-index:50}.fab{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#09142c;font-size:1.2rem;box-shadow:var(--shadow)}.fab-call{background:linear-gradient(135deg,#fff,#dbe8ff)}.fab-whatsapp{background:linear-gradient(135deg,var(--gold),#ffe5a7)}
.back-to-top{position:fixed;right:18px;bottom:24px;width:52px;height:52px;border:0;border-radius:16px;background:rgba(255,255,255,.1);color:#fff;display:none;z-index:50;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1)}
.back-to-top.show{display:grid;place-items:center}
.cta-panel{padding:42px}
@media (max-width:991px){.navbar-collapse{padding:18px 0}.hero-section{min-height:auto;padding-top:130px}.stat-row{margin-top:20px}.floating-actions{right:14px;bottom:84px}.back-to-top{right:14px;bottom:18px}}
@media (max-width:767px){.section-padding{padding:72px 0}.glass-card{border-radius:22px}.hero-card-stack,.feature-card,.university-card,.branch-card,.process-card{padding:22px}.contact-pills span{width:100%}.map-wrap,.map-wrap iframe{min-height:300px}}
