:root {
  --ink: #14202b;
  --muted: #5b6876;
  --line: #d9e0e6;
  --paper: #f7fafb;
  --white: #ffffff;
  --teal: #0f8f8c;
  --teal-dark: #0d6668;
  --navy: #18334f;
  --coral: #c95f50;
  --gold: #c5923c;
  --shadow: 0 24px 70px rgba(24, 51, 79, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(247, 250, 251, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.2vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--teal-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 76px) 42px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--teal-dark);
}

.button.primary:hover {
  background: var(--navy);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.hero-metrics div {
  min-height: 112px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-metrics dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.hero-metrics dd {
  margin: 0;
  font-weight: 700;
}

.hero-media {
  min-height: 420px;
  aspect-ratio: 1.15;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-band,
.trust-band {
  margin: 0 clamp(18px, 5vw, 76px);
  padding: clamp(22px, 4vw, 34px);
  color: var(--white);
  background: var(--navy);
}

.intro-band p {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(17px, 2vw, 22px);
}

.section,
.split-section,
.contact-section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 245px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card p,
.split-section p,
.contact-copy p,
.timeline span,
.site-footer p {
  color: var(--muted);
}

.icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--coral);
  font-weight: 700;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  background: var(--white);
}

.text-link {
  color: var(--teal-dark);
  font-weight: 700;
}

.pathway-panel {
  padding: 28px;
  background: var(--paper);
  border-left: 5px solid var(--gold);
}

.pathway-panel ul {
  margin: 0;
  padding-left: 19px;
}

.pathway-panel li + li {
  margin-top: 12px;
}

.compact {
  padding-bottom: 62px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-height: 190px;
  padding: 22px;
  background: var(--white);
  border-top: 4px solid var(--teal);
  border-radius: 8px;
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  margin-bottom: 12px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  background: var(--teal-dark);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact-note {
  margin-top: 24px;
  padding: 20px;
  background: #fff4ed;
  border-left: 5px solid var(--coral);
}

.institute-card {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-style: normal;
}

.institute-card strong {
  color: var(--ink);
  font-size: 18px;
}

.institute-card a {
  color: var(--teal-dark);
  font-weight: 700;
}

.ssl-seal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ssl-seal img {
  display: block;
  width: 90px;
  height: auto;
  flex: 0 0 auto;
}

.ssl-seal span {
  max-width: 260px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1020px) {
  .hero,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-media {
    max-height: 560px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .timeline li {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  h1 {
    font-size: 42px;
  }

  .hero-metrics,
  .service-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .ssl-seal {
    width: 100%;
  }

  .hero-media {
    min-height: 300px;
  }

  .site-footer {
    flex-direction: column;
  }
}
