@charset "UTF-8";
:root {
  --navy: #0b2a5b;
  --blue: #0059d6;
  --accent: #ff7a18;
  --gold: #c9a84c;
  --gold-light: #f2d07a;
  --charcoal: #12100b;
  --bg: #f5f8ff;
  --text: #1a2233;
  --muted: #5a6478;
  --white: #ffffff;
  --green: #25d366;
  --border: #e7ecf5;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text); line-height: 1.65; background: var(--white);
}
a { color: var(--blue); text-decoration: none; touch-action: manipulation; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #ff7a18; outline-offset: 2px; border-radius: 2px;
}
.skip-nav {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%);
  background: #0b2a5b; color: #fff; padding: 8px 16px;
  font-weight: 600; z-index: 9999; border-radius: 0 0 4px 4px;
  transition: transform 0.15s;
}
.skip-nav:focus { transform: translate(-50%, 0); }
img { max-width: 100%; display: block; }

/* Header */
header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(135deg, #0b2a5b 0%, #0f3470 100%);
  box-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

/* Top utility bar */
.topbar {
  background: #090807; color: #c9b98a;
  font-size: 13px; padding: 8px 0;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.topbar-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.topbar .left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar .left .est { color: #ffd23f; font-weight: 700; }
.topbar .left .pin { color: #ff7a18; }
.topbar .right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar .right a {
  color: #d8e2f4; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; font-weight: 600;
}
.topbar .right a:hover { color: #fff; }
.topbar .right .icn {
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(201,168,76,0.15); font-size: 12px;
}

/* Updates ticker bar */
.updates-bar {
  background: #f3f6ff; border-bottom: 1px solid var(--border);
  font-size: 13px; padding: 8px 0; overflow: hidden;
}
.updates-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 14px;
}
.updates-bar .label {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--navy); font-weight: 700; white-space: nowrap;
}
.updates-bar .label .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.updates-bar .item {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text); flex: 1; min-width: 0; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap;
}
.updates-bar .item strong { color: var(--navy); }
.updates-bar .tag {
  background: var(--blue); color: #fff;
  padding: 2px 10px; border-radius: 4px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
}

/* Main nav */
.nav {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px; gap: 16px; min-height: 64px;
}
.logo {
  display: inline-flex; align-items: center; background: #0b2a5b;
  padding: 6px 16px; border-radius: 999px;
  box-shadow: 0 2px 12px rgba(201,168,76,0.25), 0 1px 4px rgba(0,0,0,0.3);
  border: 1.5px solid rgba(201,168,76,0.35);
  position: relative; z-index: 2;
  flex-shrink: 0;
}
.logo img { display: block; }
.logo .logo-desktop { height: 56px; width: auto; image-rendering: -webkit-optimize-contrast; }
.logo .logo-mobile { display: none; height: 44px; width: auto; image-rendering: -webkit-optimize-contrast; }
footer img { image-rendering: -webkit-optimize-contrast; }
.nav-links {
  display: flex; gap: 2px; align-items: center;
  flex: 1; justify-content: center;
}
.nav-links > a, .nav-links > .has-drop > a {
  color: #fff; font-weight: 700; font-size: 12.5px;
  text-decoration: none; padding: 14px 8px;
  text-transform: uppercase; letter-spacing: 0.3px;
  display: inline-flex; align-items: center; gap: 3px;
  position: relative;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links > a:hover, .nav-links > .has-drop > a:hover { color: var(--gold-light); }
.nav-links > a.active::after, .nav-links > .has-drop:hover > a::after {
  content: ""; position: absolute; bottom: 14px; left: 12px; right: 12px;
  height: 3px; background: var(--gold); border-radius: 2px;
}

/* Dropdowns */
.has-drop { position: relative; }
.has-drop .caret { font-size: 9px; }
.has-drop .drop {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: linear-gradient(160deg, #0e3268 0%, #092350 100%);
  border: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 12px 32px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,168,76,0.08);
  border-radius: 8px; padding: 8px 0;
  display: none; z-index: 60;
}
.has-drop:hover .drop { display: block; }
.has-drop .drop a {
  display: block; padding: 10px 18px; color: #c9b98a;
  text-decoration: none; font-size: 14px; font-weight: 600;
  border-left: 2px solid transparent;
  transition: all 0.15s;
}
.has-drop .drop a:hover {
  background: rgba(201,168,76,0.1);
  color: var(--gold-light);
  border-left-color: var(--gold);
  text-decoration: none;
}

.btn-brochure {
  background: var(--accent); color: var(--navy) !important;
  padding: 9px 18px; border-radius: 50px;
  font-weight: 800; font-size: 13px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  align-self: center; white-space: nowrap;
  border: 2px solid var(--accent);
  transition: all 0.15s; flex-shrink: 0;
  touch-action: manipulation;
}
.btn-brochure:hover { background: #fff; color: var(--navy) !important; border-color: #fff; transform: translateY(-1px); text-decoration: none; }

.btn-call {
  background: var(--accent); color: #fff !important;
  padding: 10px 18px; border-radius: 30px;
  font-weight: 700; font-size: 14px;
}
.menu-toggle { display: none; background: none; border: none; font-size: 26px; color: #fff; cursor: pointer; align-self: center; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; touch-action: manipulation; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #0b2a5b 0%, #1e7bff 100%);
  color: #fff; padding: 70px 20px 90px;
  position: relative; overflow: hidden; isolation: isolate;
}
.hero canvas.hero-shader {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
  mix-blend-mode: screen;
}
.hero a.btn, .hero button { cursor: pointer; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,210,63,0.25) 0%, transparent 38%),
    radial-gradient(circle at 88% 78%, rgba(255,122,24,0.22) 0%, transparent 42%),
    radial-gradient(circle at 50% 110%, rgba(37,211,102,0.15) 0%, transparent 50%);
  animation: heroOrbs 16s ease-in-out infinite alternate;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  opacity: 0.4;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.07) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 80%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 80%);
}
.hero > * { position: relative; z-index: 1; }
@keyframes heroOrbs {
  0%   { transform: translate3d(0,0,0) scale(1); opacity: 0.85; }
  50%  { transform: translate3d(24px,-16px,0) scale(1.08); opacity: 1; }
  100% { transform: translate3d(-18px,18px,0) scale(0.96); opacity: 0.9; }
}
.hero h1 { animation: heroRise 1.1s cubic-bezier(.2,.7,.2,1) both; }
.hero p  { animation: heroRise 1.1s cubic-bezier(.2,.7,.2,1) 0.15s both; }
.hero .hero-ctas { animation: heroRise 1.1s cubic-bezier(.2,.7,.2,1) 0.3s both; }
.hero .hero-trust { animation: heroRise 1.1s cubic-bezier(.2,.7,.2,1) 0.45s both; }
.hero .hero-stats { animation: heroRise 1.1s cubic-bezier(.2,.7,.2,1) 0.6s both; }
.hero .lead-card { animation: heroPop 1.2s cubic-bezier(.2,.7,.2,1) 0.2s both; }
@keyframes heroRise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroPop {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.hero h1 span {
  background: linear-gradient(90deg, #ffd23f 0%, #ffb31a 50%, #ffd23f 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: heroShine 3s ease-in-out infinite;
}
@keyframes heroShine {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.hero .btn-primary {
  position: relative;
  animation: heroCtaGlow 2.6s ease-in-out infinite alternate;
}
@keyframes heroCtaGlow {
  from { filter: drop-shadow(0 6px 10px rgba(29,154,77,0.35)); }
  to   { filter: drop-shadow(0 8px 18px rgba(29,154,77,0.60)); }
}
.hero .stat-num { transition: transform 0.18s; }
.hero .stat:hover .stat-num { transform: scale(1.08); }
.hero .lead-card { box-shadow: 0 20px 60px rgba(0,0,0,0.30), 0 0 0 1px rgba(255,210,63,0.15); }
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start;
}
.hero h1 { font-size: 44px; line-height: 1.15; margin-bottom: 22px; font-weight: 800; }
.hero h1 span { color: #ffd23f; }
.hero p { font-size: 18px; opacity: 0.95; margin-bottom: 36px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .btn { display: inline-flex; align-items: center; justify-content: center; }
.hero-trust {
  margin: 18px 0 0; font-size: 14px; opacity: 0.78;
  display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center;
}
.hero-trust span { white-space: nowrap; }
.btn {
  display: inline-block; padding: 14px 26px; border-radius: 30px;
  font-weight: 700; font-size: 16px; transition: transform 0.15s;
  border: none; cursor: pointer; touch-action: manipulation;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: #167d3c; color: #fff !important; }
.btn-primary:hover { background: #0f5827; }
.btn-secondary { background: #fff; color: var(--navy) !important; }
.hero .btn-secondary { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,0.7); }
.hero .btn-secondary:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-accent { background: var(--accent); color: var(--navy) !important; font-weight: 800; }
.hero-stats { display: flex; gap: 30px; margin-top: 48px; flex-wrap: wrap; }
.stat-num { font-size: 28px; font-weight: 800; color: #ffd23f; }
.stat-label { font-size: 13px; opacity: 0.85; }

/* Page hero (smaller, for inner pages) */
.page-hero {
  background: linear-gradient(135deg, #0b2a5b 0%, #1e7bff 100%);
  color: #fff; padding: 60px 20px 50px; text-align: center;
}
.page-hero h1 { font-size: 36px; margin-bottom: 10px; font-weight: 800; }
.page-hero p { font-size: 17px; opacity: 0.95; max-width: 800px; margin: 0 auto; }
.breadcrumb { max-width: 1200px; margin: 0 auto 16px; font-size: 14px; opacity: 0.9; text-align: left; }
.breadcrumb a { color: #ffd23f; }

/* Lead form card */
.lead-card {
  background: #fff; color: var(--text);
  border-radius: 16px; padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.lead-card h3 { color: var(--navy); margin-bottom: 6px; font-size: 22px; }
.lead-card p.sub { color: var(--muted); margin-bottom: 18px; font-size: 14px; }
.lead-card input, .lead-card select, .lead-card textarea {
  width: 100%; padding: 12px 14px; margin-bottom: 12px;
  border: 1px solid #d6dce8; border-radius: 8px; font-size: 15px;
  font-family: inherit;
}
.lead-card button {
  width: 100%; padding: 14px; background: var(--accent); color: var(--navy);
  border: none; border-radius: 8px; font-size: 16px; font-weight: 800;
  cursor: pointer;
}
.lead-card button:hover { background: #e86a0e; color: #fff; }

/* Sections */
section { padding: 70px 20px; }
.container { max-width: 1200px; margin: 0 auto; }
.container-narrow { max-width: 900px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 14px; }
.section-title h2 { color: var(--navy); font-size: 34px; margin-bottom: 10px; }
.section-title p { color: var(--muted); max-width: 700px; margin: 0 auto; }

/* Article content (college pages, guides) */
.article { padding: 50px 20px 70px; }
.article h2 {
  color: var(--navy); font-size: 28px; margin: 36px 0 14px;
  border-left: 4px solid var(--blue); padding-left: 14px;
}
.article h3 {
  color: var(--navy); font-size: 22px; margin: 26px 0 10px;
}
.article p { margin-bottom: 14px; color: #2a3548; }
.article ul, .article ol { margin: 12px 0 18px 22px; }
.article li { margin-bottom: 8px; color: #2a3548; }
.article .lead { font-size: 17px; color: var(--muted); margin-bottom: 24px; }

/* Info boxes */
.info-box {
  background: var(--bg); border-left: 4px solid var(--blue);
  padding: 18px 22px; margin: 24px 0; border-radius: 8px;
}
.info-box.warn { border-left-color: var(--accent); background: #fff7ee; }
.info-box.success { border-left-color: var(--green); background: #effaf3; }
.info-box h4 { color: var(--navy); margin-bottom: 8px; }

/* Tables */
.fee-table {
  width: 100%; border-collapse: collapse; margin: 18px 0 28px;
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 14px rgba(11,42,91,0.06);
}
.fee-table th {
  background: var(--navy); color: #fff;
  padding: 14px 16px; text-align: left; font-weight: 700; font-size: 14px;
}
.fee-table td {
  padding: 12px 16px; border-bottom: 1px solid var(--border);
  font-size: 15px;
}
.fee-table tr:last-child td { border-bottom: none; }
.fee-table tr:nth-child(even) td { background: #fafbff; }

/* Quick stats */
.quick-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin: 30px 0;
}
.quick-stat {
  background: #fff; padding: 20px; border-radius: 10px;
  border: 1px solid var(--border); text-align: center;
}
.quick-stat .qs-label { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.quick-stat .qs-value { font-size: 18px; font-weight: 700; color: var(--navy); }

/* Trust strip — sits between hero and services */
.trust-strip {
  background: linear-gradient(90deg, #fff 0%, #f5f8ff 100%);
  border-bottom: 1px solid var(--border);
  padding: 18px 20px;
}
.trust-row {
  display: flex; flex-wrap: wrap; gap: 22px 36px;
  justify-content: center; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--navy);
  letter-spacing: 0.2px;
}
.trust-item .trust-icon { font-size: 18px; }

/* Testimonials */
.testimonials { background: #fff; padding: 70px 20px; }
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 40px;
  max-width: 1200px; margin-left: auto; margin-right: auto;
}
.testimonial {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 14px; padding: 30px 26px 26px; margin: 0;
  position: relative; transition: transform 0.18s, box-shadow 0.18s;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(11,42,91,0.12); }
.testimonial::before {
  content: "\201C"; position: absolute; top: -10px; left: 18px;
  font-family: Georgia, serif; font-size: 64px; line-height: 1;
  color: var(--accent); opacity: 0.7;
}
.testimonial .stars {
  color: #ffb31a; font-size: 16px; letter-spacing: 2px;
  margin-bottom: 10px;
}
.testimonial blockquote {
  font-size: 15px; line-height: 1.6; color: var(--text);
  margin: 0 0 14px; font-style: italic;
}
.testimonial figcaption {
  font-size: 13px; color: var(--muted);
  border-top: 1px solid var(--border); padding-top: 12px;
}
.testimonial figcaption strong { color: var(--navy); }

/* FAQ */
.faq { padding: 70px 20px; background: var(--bg); }
.faq-item {
  background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 16px 20px; margin-bottom: 12px;
  transition: box-shadow 0.18s;
}
.faq-item:hover { box-shadow: 0 4px 14px rgba(11,42,91,0.06); }
.faq-item summary {
  font-weight: 700; color: var(--navy); cursor: pointer;
  list-style: none; position: relative; padding-right: 32px;
  font-size: 15px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%); font-size: 22px;
  color: var(--accent); font-weight: 400; line-height: 1;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p {
  margin: 14px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.6;
}

/* Scroll fade-in */
.fma-fade-in {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fma-fade-in.fma-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .fma-fade-in, .fma-fade-in.fma-visible { opacity: 1; transform: none; transition: none; }
}

/* Service / college / why-card hover polish */
.service-card { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.service-card:hover { border-top-color: var(--accent); box-shadow: 0 18px 40px rgba(11,42,91,0.14); }
.college-card { transition: transform 0.2s, box-shadow 0.2s; }
.college-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11,42,91,0.16); }
.why-card { transition: transform 0.18s, box-shadow 0.18s; }
.why-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(11,42,91,0.10); border-color: var(--accent); }

/* Process steps connecting line */
.process .steps { position: relative; }
@media (min-width: 880px) {
  .process .steps::before {
    content: ""; position: absolute; left: 8%; right: 8%; top: 36px; height: 2px;
    background: repeating-linear-gradient(90deg, var(--accent) 0, var(--accent) 6px, transparent 6px, transparent 12px);
    z-index: 0; opacity: 0.5;
  }
  .step { position: relative; z-index: 1; }
}

/* Services grid */
.services { background: var(--bg); }
.service-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 40px;
}
.service-card {
  background: #fff; padding: 32px; border-radius: 14px;
  border-top: 4px solid var(--blue);
  box-shadow: 0 8px 24px rgba(11,42,91,0.06);
  transition: transform 0.2s;
}
.service-card:hover { transform: translateY(-4px); }
.service-card .icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 800; margin-bottom: 16px;
}
.service-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 22px; }
.service-card ul { list-style: none; margin-top: 14px; }
.service-card li {
  padding: 6px 0 6px 22px; position: relative; color: var(--muted); font-size: 15px;
}
.service-card li::before {
  content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 700;
}

/* College cards */
.college-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
}
.college-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(11,42,91,0.06);
  transition: transform 0.2s;
  display: flex; flex-direction: column;
}
.college-card:hover { transform: translateY(-4px); }
.college-card .badge {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff; padding: 18px 20px;
  font-weight: 700; font-size: 18px;
}
.college-card .body { padding: 20px; flex: 1; }
.college-card .body p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.college-card .meta { font-size: 13px; color: var(--navy); margin-bottom: 6px; }
.college-card .meta strong { color: #b85000; }
.college-card .cta {
  display: flex; align-items: center; justify-content: center;
  min-height: 48px; background: var(--bg); color: var(--navy);
  padding: 14px; text-align: center; font-weight: 700;
  border-top: 1px solid var(--border); text-decoration: none;
}
.college-card .cta:hover { background: var(--blue); color: #fff; text-decoration: none; }

/* Why */
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px;
}
.why-card {
  text-align: center; padding: 24px;
  background: #fff; border-radius: 12px; border: 1px solid var(--border);
}
.why-card .icon-circle {
  width: 64px; height: 64px; margin: 0 auto 14px;
  background: var(--bg); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.why-card h3 { color: var(--navy); margin-bottom: 8px; font-size: 17px; }
.why-card p { color: var(--muted); font-size: 14px; }

/* Process */
.process { background: var(--bg); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.step { text-align: center; padding: 26px 18px; background: #fff; border-radius: 12px; }
.step-num {
  width: 44px; height: 44px; margin: 0 auto 14px;
  background: var(--accent); color: #fff;
  border-radius: 50%; font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { color: var(--navy); margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; }

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff; text-align: center; padding: 60px 20px;
}
.cta-banner h2 { font-size: 32px; margin-bottom: 12px; }
.cta-banner p { margin-bottom: 26px; opacity: 0.95; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px;
}
.contact-info p { margin-bottom: 16px; display: flex; gap: 12px; align-items: flex-start; }
.contact-info .label { color: var(--navy); font-weight: 700; min-width: 90px; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; border-radius: 12px; }

/* Footer */
footer {
  background: linear-gradient(135deg, #0f0c07 0%, #1a1610 100%); color: #c9b98a;
  padding: 40px 20px 20px; text-align: center;
  border-top: 1px solid rgba(201,168,76,0.2);
}
footer img {
  height: 70px; width: auto; display: block; margin: 0 auto 14px;
  background: #0b2a5b; padding: 8px 20px; border-radius: 999px;
  box-shadow: 0 4px 16px rgba(201,168,76,0.25), 0 2px 6px rgba(0,0,0,0.3);
  border: 1.5px solid rgba(201,168,76,0.35);
  image-rendering: -webkit-optimize-contrast;
}
footer .ftr-links { margin: 14px 0; }
footer .ftr-links a { color: #c9b98a; margin: 0 12px; font-size: 14px; transition: color 0.15s; padding: 8px 0; display: inline-block; }
footer .ftr-links a:hover { color: var(--gold-light); text-decoration: none; }
footer .copyright { font-size: 13px; color: #7a6e55; margin-top: 14px; }

/* Floating Call */
.float-call {
  position: fixed; bottom: 96px; right: 24px; z-index: 100;
  background: var(--accent); color: #fff;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(255,122,24,0.45);
  text-decoration: none;
  will-change: transform;
  touch-action: manipulation;
}
/* Ring pulse via pseudo-element — keeps the button itself on its own compositor layer
   so iOS never drops touch events due to box-shadow repaints */
.float-call::after {
  content: '';
  position: absolute; inset: -2px; border-radius: 50%;
  background: rgba(255,122,24,0.70);
  animation: callRing 2.2s ease-out infinite;
  pointer-events: none;
}
.float-call:hover { transform: scale(1.09); text-decoration: none; }
@keyframes callRing {
  0%   { transform: scale(1);   opacity: 0.7; }
  55%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* Floating WhatsApp */
.float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 100;
  background: var(--green); color: #fff;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(37,211,102,0.5);
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s;
  will-change: transform;
  touch-action: manipulation;
}
.float-wa:hover { transform: scale(1.07); box-shadow: 0 8px 24px rgba(37,211,102,0.65); }
.float-wa svg { width: 32px; height: 32px; display: block; }

/* Inline lead bar */
.lead-bar {
  background: var(--bg); padding: 24px;
  border-radius: 12px; margin: 30px 0;
  text-align: center; border: 1px dashed var(--blue);
}
.lead-bar h3 { color: var(--navy); margin-bottom: 10px; }
.lead-bar p { color: var(--muted); margin-bottom: 14px; }

/* Responsive */
@media (max-width: 880px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 32px; }
  .page-hero h1 { font-size: 26px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .hero-stats { gap: 8px; margin-top: 32px; flex-wrap: nowrap; justify-content: space-between; }
  .stat { flex: 1; min-width: 0; }
  .stat-num { font-size: 22px; }
  .stat-label { font-size: 11px; }
  .service-grid, .college-grid { grid-template-columns: 1fr; }
  .why-grid, .quick-stats { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .nav { padding: 4px 16px; align-items: center; min-height: 52px; }
  .logo { margin: 0; padding: 6px 14px; }
  .logo .logo-desktop { display: none; }
  .logo .logo-mobile { display: block; height: 50px; width: auto; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 55;
    background: linear-gradient(180deg, #0b2a5b 0%, #092350 100%);
    border-top: 1px solid rgba(201,168,76,0.2);
    border-bottom: 2px solid rgba(201,168,76,0.25);
    flex-direction: column; padding: 12px 0; gap: 0; align-items: stretch;
    box-shadow: 0 12px 32px rgba(0,0,0,0.45);
  }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-links > .has-drop > a {
    padding: 13px 20px; color: #c9b98a; font-size: 13px;
    border-bottom: 1px solid rgba(201,168,76,0.08);
  }
  .nav-links > a:hover, .nav-links > .has-drop > a:hover { color: var(--gold-light); background: rgba(201,168,76,0.07); text-decoration: none; }
  .has-drop .drop {
    position: static; box-shadow: none; border: none; border-radius: 0;
    padding: 4px 0 4px 16px; min-width: 0;
    background: rgba(0,0,0,0.2);
    border-left: 2px solid rgba(201,168,76,0.3);
    margin: 0 20px 4px;
  }
  .has-drop .drop a { color: #a89060; font-size: 13px; border-left: none; padding: 9px 14px; }
  .has-drop .drop a:hover { color: var(--gold-light); background: rgba(201,168,76,0.08); }
  .has-drop:hover .drop { display: none; }
  .has-drop.open .drop { display: block; }
  .has-drop .caret { transition: transform 0.2s; }
  .has-drop.open .caret { transform: rotate(180deg); display: inline-block; }
  .menu-toggle { display: block; }
  /* Mobile header order: Logo → Phone → Hamburger */
  .logo { order: 1; }
  .btn-brochure {
    order: 2;
    display: inline-flex !important;
    background: var(--accent) !important;
    color: var(--navy) !important;
    padding: 8px 12px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin: 0 8px 0 12px;
    align-items: center;
    gap: 4px;
    border: 0 !important;
  }
  .menu-toggle { order: 3; margin-left: auto; padding: 0; display: flex; }
  .nav-links { order: 4; }
  .nav { gap: 0; }
  .topbar-inner { font-size: 12px; }
  .topbar .right { gap: 12px; }
  .updates-bar .item { font-size: 12px; }
  .section-title h2 { font-size: 26px; }
  .logo img { height: 44px; width: auto; }
  .article h2 { font-size: 22px; }
  .fee-table { font-size: 13px; }
  .fee-table th, .fee-table td { padding: 10px 8px; }
}
