:root {
  --navy: #0f2044;
  --navy-light: #1a3566;
  --gold: #c9a227;
  --gold-light: #e8c547;
  --cream: #f8f6f0;
  --text: #2c3e50;
  --white: #ffffff;
  --font-head: 'Libre Baskerville', serif;
  --font-body: 'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text); background: var(--cream); line-height: 1.7; font-size: 17px; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold); }
.site-header { background: var(--navy); position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--gold); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.logo { font-family: var(--font-head); font-size: 1.2rem; color: var(--gold); font-weight: 700; letter-spacing: 0.12em; }
.nav-list { list-style: none; display: flex; flex-wrap: wrap; gap: 1.75rem; }
.nav-list a { color: var(--cream); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em; }
.nav-list a:hover, .nav-list a.active { color: var(--gold); }
.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('assets/college-prep-hero.jpg') center/cover; opacity: 0.25; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,32,68,0.94), rgba(201,162,39,0.25)); }
.hero-content { position: relative; max-width: 1200px; margin: 0 auto; padding: 4rem 1.5rem; z-index: 1; color: var(--cream); }
.hero-content h1 { font-family: var(--font-head); font-size: clamp(2rem, 4.5vw, 3rem); color: var(--gold-light); margin-bottom: 1rem; }
.hero-content .lead { font-size: 1.2rem; max-width: 600px; margin-bottom: 2rem; opacity: 0.95; }
.btn { display: inline-block; padding: 0.85rem 2rem; background: var(--gold); color: var(--navy); font-weight: 700; border-radius: 4px; font-size: 0.9rem; border: none; cursor: pointer; }
.btn:hover { background: var(--gold-light); text-decoration: none; color: var(--navy); }
.btn-ghost { background: transparent; border: 2px solid var(--gold); color: var(--gold-light); margin-left: 1rem; }
.btn-ghost:hover { background: var(--gold); color: var(--navy); }
section { padding: 4.5rem 1.5rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-title { font-family: var(--font-head); font-size: 1.9rem; color: var(--navy); margin-bottom: 0.5rem; }
.section-subtitle { color: #666; margin-bottom: 2.5rem; max-width: 620px; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.card { background: var(--white); border: 1px solid #ddd; padding: 2rem; border-top: 4px solid var(--gold); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.card h3 { font-family: var(--font-head); color: var(--navy); font-size: 1.15rem; margin-bottom: 0.75rem; }
.card .meta { color: var(--gold); font-size: 0.9rem; margin-bottom: 1rem; font-weight: 600; }
.alt-section { background: var(--white); }
.dark-section { background: var(--navy); color: var(--cream); }
.dark-section .section-title { color: var(--gold-light); }
.dark-section .section-subtitle { color: #bbb; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.feature { text-align: center; padding: 2rem 1.5rem; background: var(--white); border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.feature h3 { font-family: var(--font-head); color: var(--navy); margin-bottom: 0.75rem; font-size: 1rem; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.review { background: var(--white); padding: 2rem; border-left: 4px solid var(--gold); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.review cite { display: block; margin-top: 1rem; color: var(--gold); font-style: normal; font-weight: 600; }
.location-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.location-split address { font-style: normal; line-height: 2; }
.page-hero { background: var(--navy); padding: 3.5rem 1.5rem; text-align: center; border-bottom: 3px solid var(--gold); color: var(--cream); }
.page-hero h1 { font-family: var(--font-head); font-size: 2.2rem; color: var(--gold-light); }
.content-section { padding: 3rem 1.5rem; }
.content-section .section-inner { max-width: 860px; }
.content-section h2 { font-family: var(--font-head); color: var(--navy); margin: 2rem 0 1rem; font-size: 1.25rem; }
.content-section p { margin-bottom: 1rem; }
.content-section ul { margin: 1rem 0 1rem 1.5rem; }
.content-section li { margin-bottom: 0.5rem; }
.price-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.price-table th, .price-table td { padding: 0.85rem 1rem; border: 1px solid #ddd; text-align: left; }
.price-table th { background: var(--navy); color: var(--gold-light); }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; text-align: center; margin: 2rem 0; }
.stat { padding: 1.5rem; }
.stat .num { font-family: var(--font-head); font-size: 2.5rem; color: var(--gold); font-weight: 700; }
.stat .label { color: #666; font-size: 0.9rem; margin-top: 0.5rem; }
.contact-form label { display: block; margin-bottom: 0.35rem; font-weight: 600; color: var(--navy); }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 0.75rem; margin-bottom: 1.25rem; background: var(--white); border: 1px solid #ccc; color: var(--text); font-family: inherit; font-size: 1rem; border-radius: 4px; }
.contact-form button { padding: 0.9rem 2.5rem; background: var(--gold); color: var(--navy); border: none; font-weight: 700; cursor: pointer; border-radius: 4px; }
.site-footer { background: var(--navy); color: var(--cream); padding: 3.5rem 1.5rem 0; border-top: 3px solid var(--gold); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem; }
.footer-col h3 { font-family: var(--font-head); color: var(--gold); margin-bottom: 1rem; font-size: 1rem; }
.footer-col a { color: #ccc; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.contact-email { margin-top: 1rem; font-weight: 600; }
.phone { margin-top: 0.75rem; }
.footer-bottom { max-width: 1200px; margin: 2.5rem auto 0; padding: 1.5rem 0; border-top: 1px solid var(--navy-light); text-align: center; font-size: 0.9rem; color: #999; }
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--navy); color: var(--cream); padding: 1.25rem 1.5rem; z-index: 9999; border-top: 3px solid var(--gold); }
.cookie-banner.cookie-hidden { display: none; }
.cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.cookie-actions { display: flex; gap: 0.75rem; }
.cookie-actions button { padding: 0.6rem 1.25rem; border: none; cursor: pointer; font-weight: 600; font-size: 0.85rem; border-radius: 4px; }
#cookie-accept { background: var(--gold); color: var(--navy); }
#cookie-decline { background: transparent; color: var(--cream); border: 1px solid var(--cream); }
@media (max-width: 768px) { .location-split { grid-template-columns: 1fr; } .btn-ghost { margin-left: 0; margin-top: 1rem; } }
