:root {
  --navy: #0a1f44;
  --navy-light: #142a5c;
  --gold: #c9a227;
  --gold-light: #e3c878;
  --cream: #faf8f3;
  --white: #ffffff;
  --text: #1a1a2e;
  --text-light: #5a5a6e;
  --border: #e8e6e0;
  --shadow: 0 4px 20px rgba(10, 31, 68, 0.08);
  --shadow-lg: 0 12px 40px rgba(10, 31, 68, 0.12);
  --radius: 16px;
  --max-width: 1100px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; background: rgba(250, 248, 243, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: var(--transition); }
#nav.scrolled { background: rgba(255, 255, 255, 0.95); border-bottom-color: var(--border); box-shadow: var(--shadow); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }
#nav-links { display: flex; gap: 28px; align-items: center; }
#nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--text); transition: color var(--transition); position: relative; }
#nav-links a:not(.nav-cta)::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width var(--transition); }
#nav-links a:not(.nav-cta):hover { color: var(--navy); }
#nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 9px 20px; border-radius: 50px; font-weight: 600 !important; transition: background var(--transition), transform var(--transition); }
.nav-cta:hover { background: var(--navy-light); transform: translateY(-1px); }
#menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
#menu-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }
#hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; background: linear-gradient(160deg, #0a1f44 0%, #142a5c 60%, #1a3a7a 100%); overflow: hidden; padding: 120px 24px 80px; }
#hero::before { content: ''; position: absolute; top: -50%; left: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%); pointer-events: none; }
#hero::after { content: ''; position: absolute; bottom: -30%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(100, 140, 220, 0.2) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-tag { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; }
#hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 700; color: var(--white); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 24px; }
.hero-subtitle { font-size: clamp(1rem, 2.2vw, 1.25rem); color: rgba(255, 255, 255, 0.82); font-weight: 300; max-width: 620px; margin: 0 auto 40px; line-height: 1.7; }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; transition: var(--transition); display: inline-block; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201, 162, 39, 0.4); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255, 255, 255, 0.3); }
.btn-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2; }
.hero-scroll a { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); letter-spacing: 0.1em; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.section { padding: 100px 0; }
.section-alt { background: var(--white); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 600; color: var(--navy); text-align: center; margin-bottom: 56px; letter-spacing: -0.02em; position: relative; }
.section-title::after { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 16px auto 0; border-radius: 2px; }
.edu-card { background: var(--white); border-radius: var(--radius); padding: 48px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); position: relative; overflow: hidden; }
.edu-card::before { content: ''; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--gold); }
.edu-header { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px; }
.edu-header h3 { font-size: 1.5rem; color: var(--navy); font-weight: 700; }
.edu-location { color: var(--text-light); font-size: 0.95rem; }
.edu-meta { color: var(--gold); font-weight: 600; margin: 12px 0 20px; font-size: 0.95rem; }
.edu-card p { margin-bottom: 10px; color: var(--text); }
.edu-specialties { margin: 16px 0 !important; }
.ap-scores { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.ap-label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 12px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; }
.ap-pill { display: inline-block; background: var(--cream); border: 1px solid var(--border); padding: 8px 16px; border-radius: 50px; margin-right: 10px; margin-bottom: 8px; font-size: 0.9rem; font-weight: 500; }
.awards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-bottom: 48px; }
.award-card { background: var(--cream); border-radius: var(--radius); padding: 32px 28px; border: 1px solid var(--border); transition: var(--transition);
