
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');

:root{
  --navy:#061b3d;
  --navy2:#243852;
  --cream:#f4f1eb;
  --warm:#e8e5df;
  --burgundy:#8f1f1f;
  --blue:#17396d;
  --gold:#d7a72f;
  --white:#fffdf9;
  --line:#8f1f1f;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:#111;
  font-family:"Playfair Display", Georgia, serif;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.navbar{
  height:92px;
  background:linear-gradient(90deg,#29394f,#1e2d43);
  color:#fff;
  display:flex;
  align-items:center;
  padding:0 28px;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:20px}
.brand img{width:62px;height:62px;object-fit:contain}
.brand-name{font-size:38px;font-weight:700;line-height:1}
.nav-links{margin-left:auto;display:flex;gap:40px;font-size:20px;align-items:center}
.nav-links a{padding:10px 4px}
.nav-links a:hover{color:#e2d5bd}

.hero{
  background:
    linear-gradient(rgba(30,45,67,.91),rgba(30,45,67,.94)),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.08), transparent 42%),
    linear-gradient(135deg,#27384f,#1d2d43);
  padding:38px 11% 48px;
}
.hero-frame{
  border:8px solid #fff;
  min-height:370px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:40px 50px;
}
.hero h1{
  color:#fff;
  font-size:76px;
  line-height:1.02;
  margin:0;
  font-weight:600;
  letter-spacing:-2px;
}

.intro{
  background:var(--warm);
  padding:50px 6.5%;
}
.intro h2,.section-title{
  color:var(--blue);
  font-size:31px;
  margin:0 0 25px;
}
.intro p{
  font-size:22px;
  line-height:1.8;
  margin:0;
}
.intro em{font-weight:600}

.why{
  padding:34px 6.5%;
}
.why-box{
  border:3px solid #587eff;
  padding:25px 20px 20px;
}
.why-box h2{color:var(--blue);font-size:28px;margin:0 0 25px}
.why-item{
  font-size:21px;
  margin:24px 0;
  display:flex;
  gap:18px;
  align-items:flex-start;
}
.why-item span{font-size:22px;min-width:28px}

.steps{
  padding:40px 6.5% 25px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:52px;
}
.step h3{
  color:var(--blue);
  font-size:28px;
  margin:0 0 65px;
}
.step p{
  font-size:20px;
  line-height:1.5;
  font-weight:600;
}
.cta-button{
  display:inline-block;
  background:var(--navy2);
  color:white;
  border-radius:6px;
  padding:14px 28px;
  font-size:20px;
  min-width:355px;
  text-align:center;
  box-shadow:0 2px 4px rgba(0,0,0,.18);
}
.contact-red{color:var(--burgundy);font-weight:700;font-size:20px;margin-top:25px}

.pricing{
  background:var(--warm);
  padding:40px 6.5% 55px;
}
.pricing-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
}
.price-list h2{font-size:40px;color:var(--blue);margin:0 0 25px}
.price-row{
  display:grid;
  grid-template-columns:1fr 120px;
  font-size:21px;
  margin:28px 0;
}
.price-note{
  font-size:20px;
  line-height:1.32;
  font-weight:700;
  margin-top:50px;
}
.online-note{
  margin-top:35px;
  font-size:19px;
  line-height:1.35;
  font-weight:700;
}

.bottom-cta{
  padding:42px 6.5%;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:50px;
  align-items:center;
}
.custom h3{color:var(--blue);font-size:28px;margin:0 0 30px}
.custom h3:first-letter{color:#d6295a}
.custom p{font-size:20px;font-weight:700}

.footer{
  background:var(--navy);
  color:#fff;
  padding:50px 6.5%;
}
.footer h2{
  color:#cbd1d8;
  font-size:38px;
  line-height:1.25;
  margin:0 0 25px;
}
.footer p{
  font-size:22px;
  margin:0;
  font-weight:700;
}
.footer-meta{
  margin-top:35px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.25);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px;
  font-size:18px;
}
.page-main{padding:55px 6.5%;background:var(--cream);min-height:60vh}
.page-title{font-size:48px;color:var(--blue);margin:0 0 35px}
.subject-group{margin-bottom:38px}
.subject-group h2{
  color:var(--burgundy);
  text-align:center;
  font-size:29px;
  margin:0 0 18px;
}
.subject-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid #bbb;
  border-radius:8px;
  overflow:hidden;
}
.subject{
  padding:25px 15px;
  text-align:center;
  font-size:19px;
  border-right:1px solid #aaa;
}
.subject:last-child{border-right:0}
.university-grid{grid-template-columns:repeat(3,1fr)}
.badge{
  border:1px solid var(--burgundy);
  border-radius:8px;
  padding:18px;
  text-align:center;
  font-size:21px;
  margin-top:20px;
}
.form-card{
  max-width:800px;
  background:white;
  padding:35px;
  border:1px solid #ddd;
  border-radius:10px;
}
label{display:block;font-size:18px;margin:16px 0 7px}
input,select,textarea{
  width:100%;padding:13px;border:1px solid #bbb;border-radius:5px;
  font-family:inherit;font-size:16px;
}
textarea{min-height:130px}
.submit{
  margin-top:20px;
  border:0;
  cursor:pointer;
  background:var(--navy2);
  color:white;
  padding:14px 30px;
  border-radius:6px;
  font-family:inherit;
  font-size:19px;
}
.small{font-size:16px;color:#555}

@media(max-width:850px){
  .navbar{height:auto;padding:16px 18px;align-items:flex-start}
  .brand-name{font-size:28px}
  .brand img{width:52px;height:52px}
  .nav-links{gap:15px;font-size:16px;flex-wrap:wrap;justify-content:flex-end}
  .hero{padding:22px 5% 30px}
  .hero-frame{min-height:300px;border-width:5px;padding:25px}
  .hero h1{font-size:48px}
  .steps,.pricing-grid,.bottom-cta{grid-template-columns:1fr;gap:30px}
  .step h3{margin-bottom:25px}
  .subject-grid,.university-grid{grid-template-columns:1fr}
  .subject{border-right:0;border-bottom:1px solid #aaa}
  .subject:last-child{border-bottom:0}
}

.subjects-offered{
  background:#fffdf9;
  padding:55px 6.5% 50px;
  border-top:1px solid #ddd;
}
.subjects-intro{text-align:center;margin-bottom:35px}
.subjects-intro .eyebrow{
  color:var(--burgundy);
  letter-spacing:2px;
  font-weight:700;
  font-size:15px;
  margin:0 0 7px;
}
.subjects-intro h2{
  color:var(--blue);
  font-size:42px;
  margin:0 0 8px;
}
.subjects-intro p:last-child{font-size:19px;margin:0}
.offer-group{margin:30px 0}
.offer-group h3{
  color:var(--blue);
  text-align:center;
  font-size:27px;
  margin:0 0 18px;
}
.offer-grid{
  display:grid;
  border:1px solid #b9b9b9;
  border-radius:8px;
  overflow:hidden;
}
.offer-grid.five{grid-template-columns:repeat(5,1fr)}
.offer-grid.three{grid-template-columns:repeat(3,1fr)}
.offer-card{
  min-height:115px;
  padding:20px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:9px;
  font-size:18px;
  border-right:1px solid #b9b9b9;
}
.offer-card:last-child{border-right:0}
.offer-card span{font-size:30px}
.curriculum{
  margin-top:18px;
  border:1px solid var(--burgundy);
  border-radius:8px;
  padding:14px;
  text-align:center;
  font-size:19px;
}
.subjects-cta{text-align:center;margin-top:35px}
.subjects-cta p{font-size:19px;margin:0 0 15px}
.subjects-cta .cta-button{min-width:270px}

@media(max-width:850px){
  .offer-grid.five,.offer-grid.three{grid-template-columns:1fr}
  .offer-card{border-right:0;border-bottom:1px solid #b9b9b9}
  .offer-card:last-child{border-bottom:0}
}
