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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0a1628;
  --blue: #1a3a6b;
  --mid: #2255a4;
  --accent: #e8a020;
  --gold: #f0c040;
  --light: #eef3fb;
  --white: #ffffff;
  --text: #1c2b45;
  --muted: #5a6f8a;
  --border: #c8d8ef;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 70px;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 800;
  color: var(--white); text-decoration: none;
  letter-spacing: 0.02em;
}
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 0.25rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none; font-size: 0.85rem; font-weight: 500;
  padding: 0.4rem 0.9rem; border-radius: 4px;
  letter-spacing: 0.03em; text-transform: uppercase;
  transition: all 0.2s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--white); background: rgba(255,255,255,0.1);
}
.nav-links a.active { color: var(--accent); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: 0.3s; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 60%, #1e4d8c 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding-top: 70px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 2rem; }
.hero-badge {
  display: inline-block;
  background: rgba(232,160,32,0.15); border: 1px solid rgba(232,160,32,0.4);
  color: var(--gold); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.35rem 1.2rem; border-radius: 50px; margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800; color: var(--white);
  line-height: 1.15; margin-bottom: 1.5rem;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p {
  font-size: 1.15rem; color: rgba(255,255,255,0.75);
  max-width: 580px; margin: 0 auto 2.5rem;
}
.btn-primary {
  display: inline-block;
  background: var(--accent); color: var(--navy);
  font-weight: 700; font-size: 0.9rem; letter-spacing: 0.05em;
  text-transform: uppercase; text-decoration: none;
  padding: 0.9rem 2.4rem; border-radius: 4px;
  transition: all 0.25s; box-shadow: 0 4px 20px rgba(232,160,32,0.35);
}
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,160,32,0.45); }
.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.4); color: var(--white);
  font-weight: 600; font-size: 0.9rem; letter-spacing: 0.05em;
  text-transform: uppercase; text-decoration: none;
  padding: 0.85rem 2.2rem; border-radius: 4px; margin-left: 1rem;
  transition: all 0.25s;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: 130px 2rem 70px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  color: var(--white); position: relative; z-index: 1;
}
.page-hero p {
  color: rgba(255,255,255,0.7); font-size: 1.05rem;
  margin-top: 0.75rem; position: relative; z-index: 1;
}
.breadcrumb {
  font-size: 0.8rem; color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem; position: relative; z-index: 1;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* ── SECTIONS ── */
section { padding: 90px 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--mid); margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700;
  color: var(--navy); line-height: 1.2; margin-bottom: 1.25rem;
}
.section-title span { color: var(--mid); }
.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 580px; }
.divider { width: 50px; height: 3px; background: var(--accent); margin: 1.25rem 0; }
.divider.center { margin: 1.25rem auto; }

/* ── CARDS ── */
.cards { display: grid; gap: 1.75rem; }
.cards-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 10px; padding: 2rem;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--mid); transform: scaleX(0);
  transition: transform 0.3s; transform-origin: left;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(26,58,107,0.12); }
.card:hover::before { transform: scaleX(1); }
.card-icon {
  width: 52px; height: 52px; border-radius: 10px;
  background: var(--light); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem;
}
.card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem;
}
.card p { color: var(--muted); font-size: 0.92rem; line-height: 1.65; }

/* ── STATS ── */
.stats-bar {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  padding: 60px 2rem;
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 800; color: var(--gold);
}
.stat-label { color: rgba(255,255,255,0.65); font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 0.25rem; }

/* ── HIGHLIGHT BOX ── */
.highlight-box {
  background: var(--light); border-left: 4px solid var(--mid);
  border-radius: 0 8px 8px 0; padding: 1.5rem 2rem; margin: 2rem 0;
}

/* ── LIST ── */
.check-list { list-style: none; display: grid; gap: 0.75rem; }
.check-list li { display: flex; gap: 0.75rem; align-items: flex-start; color: var(--text); font-size: 0.95rem; }
.check-list li::before { content: '✓'; color: var(--mid); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }

/* ── TWO COL ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
@media(max-width:768px){ .two-col { grid-template-columns: 1fr; gap: 2rem; } }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: 80px 2rem; text-align: center;
}
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ── FOOTER ── */
footer {
  background: var(--navy); color: rgba(255,255,255,0.6);
  padding: 60px 2rem 30px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
@media(max-width:768px){ .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 800; color: white; margin-bottom: 0.75rem; }
.footer-logo span { color: var(--accent); }
.footer-desc { font-size: 0.88rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: white; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 25px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; }

/* ── CONTACT FORM ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media(max-width:600px){ .form-grid { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
label { font-size: 0.82rem; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }
input, textarea, select {
  padding: 0.8rem 1rem; border: 1.5px solid var(--border);
  border-radius: 6px; font-family: inherit; font-size: 0.92rem;
  color: var(--text); background: var(--white); transition: border 0.2s;
  outline: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--mid); box-shadow: 0 0 0 3px rgba(34,85,164,0.1); }
textarea { resize: vertical; min-height: 130px; }
.btn-submit {
  background: var(--mid); color: white;
  border: none; cursor: pointer; font-family: inherit;
  font-size: 0.9rem; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; padding: 0.9rem 2.5rem;
  border-radius: 6px; transition: all 0.25s; margin-top: 0.5rem;
}
.btn-submit:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,58,107,0.25); }

/* ── INFO CARD ── */
.info-card {
  background: var(--light); border-radius: 10px; padding: 2rem;
  display: flex; gap: 1rem; align-items: flex-start;
}
.info-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
.info-card h4 { font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.info-card p { font-size: 0.88rem; color: var(--muted); }

/* ── MOBILE ── */
@media(max-width:768px){
  .nav-links { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--navy); padding: 1rem; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 1rem; border-radius: 0; }
  .hamburger { display: flex; }
  section { padding: 60px 1.25rem; }
}
