:root {
  --ottawa-red: #ec1e28;
  --ottawa-red-deep: #c9161f;
  --ink-900: #111827;
  --ink-700: #374151;
  --ink-500: #6b7280;
  --line: #e5e7eb;
  --paper: #ffffff;
  --paper-soft: #f8fafc;
  --bg: #f1f5f9;
  --shadow-soft: 0 10px 35px rgba(2, 6, 23, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--ink-900);
  background: radial-gradient(circle at 10% 10%, #fff4f4 0%, rgba(255, 244, 244, 0) 32%),
    radial-gradient(circle at 90% 80%, #ffe8e9 0%, rgba(255, 232, 233, 0) 35%),
    var(--bg);
  line-height: 1.45;
  overflow-x: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.btn,
.text-link,
.contact-channels a,
.service-menu-item,
.service-story-image,
.language-cloud span,
.arena-landing-features div,
.extra-services-grid article {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.btn:hover,
.text-link:hover {
  transform: translateY(-3px);
}

.service-menu-item:hover,
.service-story-image:hover,
.extra-services-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(2, 6, 23, 0.12);
}

.language-cloud span:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 30, 40, 0.35);
  box-shadow: 0 8px 18px rgba(236, 30, 40, 0.1);
}

h1,
h2,
h3,
.brand span {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1380px, calc(100% - 3rem));
  margin-inline: auto;
}

/* Difuminado con radial-gradient en vez de filter: blur para evitar fallos de repintado al scrollear */
.bg-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  z-index: -1;
  opacity: 0.55;
  pointer-events: none;
}

.bg-glow-top {
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 126, 132, 0.9) 0%, rgba(255, 126, 132, 0.45) 45%, rgba(255, 126, 132, 0) 72%);
}

.bg-glow-bottom {
  bottom: -220px;
  left: -180px;
  background: radial-gradient(circle, rgba(255, 177, 181, 0.9) 0%, rgba(255, 177, 181, 0.45) 45%, rgba(255, 177, 181, 0) 72%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(6px);
  background: rgba(241, 245, 249, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  width: 138px;
  height: 68px;
  object-fit: contain;
}

.brand span {
  font-weight: 800;
  font-size: 1.05rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(229, 231, 235, 0.85);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--ink-700);
  font-weight: 600;
  font-size: 0.95rem;
}

.main-nav a svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke-width: 2;
}

.main-nav a:hover {
  color: var(--ottawa-red);
}

.main-nav .nav-cta {
  color: #fff;
  background: var(--ottawa-red);
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
}

.main-nav .nav-cta:hover {
  color: #fff;
  background: var(--ottawa-red-deep);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink-700);
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.hero-visual,
.platform-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  min-height: 360px;
  border: 0;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 24px;
  background: repeating-linear-gradient(90deg, var(--ottawa-red) 0%, #ff9b43 16.66%, #f8d1d3 33.33%, var(--ottawa-red) 50%);
  background-size: 200% 100%;
  animation: brand-frame 5s linear infinite;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 48%, rgba(17, 24, 39, 0.46) 100%);
}

@keyframes brand-frame {
  to { background-position: 100% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual::before {
    animation: none;
  }
}

.hero-visual img,
.platform-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.platform-image img {
  position: static;
  height: auto;
  object-fit: contain;
}

.hero-visual img {
  z-index: 1;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 20px;
}

.hero-visual::after {
  z-index: 2;
  inset: 5px;
  border-radius: 20px;
}

.visual-note {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  color: var(--ink-900);
  font-weight: 700;
  font-size: 0.85rem;
}

.visual-note svg,
.feature-row svg,
.service-row svg,
.icon-list svg,
.hr-points svg,
.certification-note svg,
.section-icon {
  color: var(--ottawa-red);
  stroke-width: 2.2;
}

.experience-panel {
  margin-top: 1rem;
  background: #171c26;
  color: #fff;
}

.experience-heading {
  margin-top: 2.25rem;
  text-align: center;
}

.experience-heading p {
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink-900);
}

.experience-heading span {
  display: block;
  max-width: 52ch;
  margin: 0.5rem auto 0;
  color: var(--ink-700);
  font-size: 0.9rem;
}

.experience-sectors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.experience-sectors span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 0.7rem 0.35rem;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.66rem, 1.1vw, 0.8rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.experience-sectors span:nth-child(4n + 1) { border-left: 0; }
.experience-sectors span:nth-child(n + 5) { border-bottom: 0; }

.experience-sectors span svg {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 0 0 0.45rem;
  color: #ff858b;
  stroke-width: 2;
}

.outcomes-section {
  padding: 3rem 0;
  background: #fff;
}

.outcomes-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.outcomes-heading .eyebrow { margin: 0 0 0.45rem; }

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.outcomes-grid p {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 94px;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-700);
  font-weight: 700;
  font-size: 0.93rem;
}

.outcomes-grid svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--ottawa-red);
  stroke-width: 2.1;
}

.eyebrow {
  color: var(--ottawa-red);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.hero-copy {
  color: var(--ink-700);
  margin-top: 1rem;
  max-width: 60ch;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(160deg, var(--ottawa-red) 0%, var(--ottawa-red-deep) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(236, 30, 40, 0.35);
}

.btn-ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--ink-700);
}

.hero-card {
  background: linear-gradient(160deg, #fff 0%, #fff8f8 100%);
  border: 1px solid #ffd7d9;
  border-radius: 24px;
  padding: 1.3rem;
  box-shadow: var(--shadow-soft);
}

.hero-card h2 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.hero-card ul {
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  color: var(--ink-700);
}

.section {
  padding: 3.25rem 0;
}

.section-alt {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(1.5rem, 6vw, 5rem);
  align-items: center;
}

.story-mark {
  min-height: 260px;
  background: var(--ottawa-red);
  color: #fff;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.story-mark::before,
.story-mark::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.story-mark::before { width: 300px; height: 300px; top: -165px; right: -110px; }
.story-mark::after { width: 180px; height: 180px; bottom: -100px; left: -75px; }

.story-mark span {
  position: relative;
  z-index: 1;
  font-family: "Sora", sans-serif;
  font-size: clamp(4.5rem, 10vw, 7rem);
  font-weight: 800;
  line-height: 0.9;
}

.story-mark small { position: relative; z-index: 1; font-weight: 700; font-size: 0.92rem; }

.text-link {
  color: var(--ottawa-red);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
  font-weight: 800;
}

.text-link svg { width: 17px; height: 17px; }

h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.12;
}

.lead {
  margin-top: 0.95rem;
  color: var(--ink-700);
  max-width: 75ch;
}

.cards-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

.feature-row,
.service-row {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.6rem;
}

.feature-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.course-circles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: 2rem;
}

.course-circles article {
  min-width: 0;
  transition: transform 0.35s ease;
}

.course-circles article:hover { transform: translateY(-8px); }

.course-circle {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #171c26;
  box-shadow: var(--shadow-soft);
  content-visibility: auto;
}

.course-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 55%, rgba(15, 23, 42, 0.48) 0%, rgba(15, 23, 42, 0.64) 42%, rgba(15, 23, 42, 0.92) 100%);
}

.course-circles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.course-circle:hover img { transform: scale(1.06); }

.course-circle div {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(72%, 190px);
  transform: translate(-50%, -50%);
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 0.45rem;
  color: #fff;
  text-align: center;
}

.course-circle svg { width: 26px; height: 26px; color: #ff858b; }
.course-circle strong { font-family: "Sora", sans-serif; font-size: clamp(0.9rem, 1.35vw, 1.12rem); line-height: 1.15; }
.course-circle span { color: rgba(255, 255, 255, 0.9); font-size: clamp(0.75rem, 1.08vw, 0.88rem); font-weight: 600; line-height: 1.3; }

.feature-row article,
.service-row article {
  display: grid;
  gap: 0.55rem;
}

.feature-row svg,
.service-row svg {
  width: 26px;
  height: 26px;
}

.feature-row strong,
.service-row h3 {
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
}

.feature-row span,
.service-row p {
  color: var(--ink-700);
  font-size: 0.94rem;
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.card h3 {
  font-size: 1.03rem;
  margin-bottom: 0.5rem;
}

.card p {
  color: var(--ink-700);
}

.stat-card {
  text-align: center;
}

.stat {
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ottawa-red);
  margin-bottom: 0.35rem;
}

.split-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.methodology-grid {
  align-items: stretch;
}

.copy-block {
  padding: 1rem 0;
  max-width: 56ch;
}

.copy-block h3 {
  margin-block: 0.75rem 0.5rem;
}

.copy-block p {
  color: var(--ink-700);
}

.program-objective-copy {
  max-width: 52ch;
}

.program-objectives {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.35rem;
}

.program-objectives article {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  transition: transform 0.25s ease;
}

.program-objectives article:hover { transform: translateX(6px); }

.program-objectives article > svg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0.75rem;
  color: var(--ottawa-red);
  stroke-width: 2.2;
}

.program-objectives h3 {
  margin: 0 0 0.35rem;
  color: var(--ink-900);
  font-family: "Sora", sans-serif;
  font-size: 18.72px;
}

.program-objectives p {
  color: var(--ink-700);
}

.section-icon {
  width: 32px;
  height: 32px;
}

.levels-panel {
  background: #fff;
  border-left: 4px solid var(--ottawa-red);
  padding: 1.4rem;
}

.levels-panel h3 {
  margin-bottom: 1rem;
}

.levels {
  display: grid;
  gap: 0.2rem;
}

.levels article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.6rem 0;
  color: var(--ink-700);
  border-top: 1px solid var(--line);
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.levels article:hover {
  padding-left: 0.4rem;
  background: linear-gradient(90deg, #fff5f5 0%, rgba(255, 245, 245, 0) 100%);
}

.levels article:first-child { border-top: 0; padding-top: 0; }

.levels b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--ottawa-red);
  background: #fff0f0;
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
}

.levels strong {
  color: var(--ink-900);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
}

.levels p {
  margin-top: 0.16rem;
  color: var(--ink-700);
  font-size: 0.82rem;
  line-height: 1.35;
}

.clean-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.48rem;
  color: var(--ink-700);
}

.highlight {
  margin-top: 1rem;
  border-color: #ffc6c9;
  background: linear-gradient(160deg, #fff 0%, #fff6f6 100%);
}

.platform-layout,
.hr-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: center;
}

.platform-image {
  min-height: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.device-laptop {
  width: 100%;
}

.device-screen {
  position: relative;
  padding: 12px 12px 14px;
  border-radius: 16px 16px 6px 6px;
  background: linear-gradient(180deg, #2b3140 0%, #171c26 100%);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.25);
}

/* Cámara del marco superior */
.device-screen::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #4b5565;
}

.device-screen img {
  border-radius: 6px;
  background: #fff;
  aspect-ratio: 900 / 506;
}

.device-base {
  height: 14px;
  margin-inline: auto;
  width: 118%;
  max-width: none;
  transform: translateX(-7.6%);
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #c8cdd6 0%, #98a0ae 100%);
  box-shadow: 0 12px 22px rgba(2, 6, 23, 0.22);
}

.device-base::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  margin: 0 auto;
  border-radius: 0 0 6px 6px;
  background: #7b8494;
}

.arena-section {
  background: #fff;
  border-block: 1px solid var(--line);
}

.hr-hook {
  background: #171c26;
  color: #fff;
}

.hr-hook .eyebrow { color: #ff858b; }

.hr-hook-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.hr-hook-top h2 { max-width: 20ch; }
.hr-hook-top > p { color: #cbd5e1; }

.hr-hook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hr-hook-grid article {
  padding: 1.6rem 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.25s ease, transform 0.25s ease;
}

.hr-hook-grid article:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
}

.hr-hook-grid article:nth-child(3n) { border-right: 0; }

.hr-hook-grid svg {
  width: 28px;
  height: 28px;
  color: #ff858b;
  margin-bottom: 1rem;
}

.hr-hook-grid h3 { font-size: 1rem; margin-bottom: 0.45rem; }
.hr-hook-grid p { color: #cbd5e1; font-size: 0.92rem; }

.hr-hook-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.4rem;
}

.hr-hook-cta p {
  max-width: 72ch;
  color: #cbd5e1;
}

.hr-hook-cta strong { color: #fff; }

.arena-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.arena-copy h2 {
  max-width: 620px;
}

.arena-features {
  display: grid;
  gap: 0.9rem;
  padding: 1.3rem;
  background: #171c26;
  color: #fff;
  border-radius: 24px;
}

.arena-features article {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.arena-features article:last-child {
  border-bottom: 0;
}

.arena-features svg {
  width: 28px;
  min-width: 28px;
  height: 28px;
  color: #ff858b;
}

.arena-features strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.arena-features span {
  display: block;
  margin-top: 0.2rem;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.learning-path { background: transparent; }

.path-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.path-heading .eyebrow { color: var(--ottawa-red); }
.path-heading > p { max-width: 34ch; color: var(--ink-700); }

.path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.path-grid article { min-height: 230px; padding: 1.3rem 1.3rem 0 0; position: relative; }
.path-grid article + article { border-left: 1px solid var(--line); padding-left: 1.3rem; }
.path-grid span { color: var(--ottawa-red); font-family: "Sora", sans-serif; font-size: 0.76rem; font-weight: 800; }
.path-grid svg { width: 27px; height: 27px; margin: 1.3rem 0; color: var(--ottawa-red); }
.path-grid h3 { font-size: 1rem; margin-bottom: 0.45rem; }
.path-grid p { color: var(--ink-700); font-size: 0.94rem; }

.icon-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.icon-list p,
.hr-points p,
.certification-note {
  display: flex;
  gap: 0.8rem;
  color: var(--ink-700);
}

.impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  background: #fff;
}

.impact-image { min-height: 405px; background: var(--paper-soft); }
.impact-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.impact-copy { padding: clamp(1.5rem, 5vw, 4rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.impact-copy > p:not(.eyebrow) { color: var(--ink-700); margin-top: 1rem; }
.impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 1.8rem;
  margin-top: 1.8rem;
}

.impact-stat { display: flex; align-items: center; gap: 0.8rem; }
.impact-stat strong { color: var(--ottawa-red); font-family: "Sora", sans-serif; font-size: 2.6rem; line-height: 1; }
.impact-stat span { color: var(--ink-700); max-width: 22ch; font-weight: 700; font-size: 0.9rem; }

.partners-section {
  background: transparent;
}

.partners-heading {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.partners-heading p:not(.eyebrow) {
  margin-top: 0.85rem;
  color: var(--ink-700);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.partners-grid div {
  display: grid;
  place-items: center;
  min-height: 110px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partners-grid div:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.partners-grid img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.partners-grid div:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 1100px) {
  .partners-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.testimonials-section {
  background: #fff;
  border-block: 1px solid var(--line);
}

.testimonials-heading {
  text-align: center;
  max-width: 660px;
  margin-inline: auto;
}

.testimonials-heading p:not(.eyebrow) {
  margin-top: 0.85rem;
  color: var(--ink-700);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.testimonials-grid figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.13);
}

.testimonials-grid svg {
  width: 26px;
  height: 26px;
  color: var(--ottawa-red);
  margin-bottom: 0.9rem;
}

.testimonials-grid blockquote {
  margin: 0 0 1.2rem;
  color: var(--ink-700);
  font-size: 0.95rem;
  line-height: 1.55;
}

.testimonials-grid figcaption {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.testimonials-grid figcaption strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
}

.testimonials-grid figcaption span {
  display: block;
  margin-top: 0.15rem;
  color: var(--ink-500);
  font-size: 0.82rem;
}

@media (max-width: 1100px) {
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.extra-services {
  background: #fff;
  border-block: 1px solid var(--line);
}

.extra-services-top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.extra-services-langs {
  padding: 1.4rem;
  border-radius: 22px;
  background: linear-gradient(160deg, #fff 0%, #fff5f5 100%);
  border: 1px solid #ffd7d9;
}

.extra-services-langs p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.extra-services-langs svg { width: 26px; height: 26px; color: var(--ottawa-red); }

.extra-services-langs span {
  display: block;
  margin-top: 0.6rem;
  color: var(--ink-700);
  font-size: 0.88rem;
  line-height: 1.5;
}

.extra-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.extra-services-grid article {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper-soft);
}

.extra-services-grid svg {
  width: 30px;
  height: 30px;
  color: var(--ottawa-red);
  margin-bottom: 1rem;
}

.extra-services-grid h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.extra-services-grid p { color: var(--ink-700); font-size: 0.94rem; }

.extra-services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.extra-services-cta p {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 74ch;
  color: var(--ink-700);
}

.extra-services-cta svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: var(--ottawa-red);
}

.extra-services-cta .btn { flex: 0 0 auto; }

.icon-list p svg,
.hr-points p svg,
.certification-note svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-top: 0.15rem;
}

.icon-list strong {
  color: var(--ink-900);
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  margin-bottom: 0.15rem;
}

.platform-more {
  margin-top: 1.4rem;
}

.platform-arena-callout {
  margin-top: 1.4rem;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #171c26 0%, #2a1c2d 100%);
  color: #fff;
}

.platform-arena-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.platform-arena-heading > svg {
  width: 28px;
  height: 28px;
  color: #ff858b;
}

.platform-arena-heading strong,
.platform-arena-heading small {
  display: block;
}

.platform-arena-heading strong {
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.platform-arena-heading small {
  margin-top: 0.15rem;
  color: #ffb8bc;
  font-size: 0.78rem;
}

.platform-arena-callout > p {
  margin-top: 0.7rem;
  color: #cbd5e1;
  font-size: 0.86rem;
}

.hr-layout {
  grid-template-columns: 1fr 0.9fr;
}

.hr-points {
  display: grid;
  gap: 1rem;
  padding: 1.3rem 0 1.3rem 1.5rem;
  border-left: 1px solid var(--line);
}

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

.certification-note {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.cta-inner,
.contact-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(130deg, #1f2937 0%, #111827 60%, #7f1d1d 100%);
  color: #fff;
  border-radius: 28px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(440px, 1.28fr);
  align-items: stretch;
  background: linear-gradient(130deg, #1f2937 0%, #111827 60%, #7f1d1d 100%);
  color: #fff;
  border-radius: 28px;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-layout > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  margin-top: 0.6rem;
}

.contact-channels {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

.contact-channels a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.contact-channels a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.contact-channels svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  color: #ff858b;
}

.contact-channels strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
}

.contact-channels span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer-channels {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.footer-channels a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #e2e8f0;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-channels a:hover { color: #fff; }
.footer-channels svg { width: 17px; min-width: 17px; height: 17px; color: #ff858b; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  min-height: 390px;
  gap: 0.7rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-form label {
  display: grid;
  gap: 0.32rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-form label:nth-of-type(5),
.contact-form button,
.form-status {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.65rem 0.7rem;
  color: #fff;
  font: inherit;
}

.contact-form textarea {
  min-height: 118px;
}

.contact-form > input[type="hidden"] {
  display: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #fff;
  outline-offset: 1px;
}

.contact-form .btn {
  justify-self: start;
  margin-top: 0.25rem;
}

.form-status {
  min-height: 1.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.6rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 3.25rem 0 1.25rem;
  background: #171c26;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(170px, 0.7fr) minmax(230px, 0.8fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-bottom: 2.5rem;
}

.footer-brand img {
  width: 230px;
  height: auto;
  display: block;
}

.footer-brand p {
  max-width: 34ch;
  margin-top: 1rem;
  color: #cbd5e1;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-links p,
.footer-contact p {
  margin-bottom: 0.4rem;
  color: #ff858b;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.footer-links a {
  position: relative;
  width: fit-content;
  padding-left: 1rem;
  color: #e2e8f0;
  font-size: 0.92rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff858b;
  transform: translateY(-50%);
  transition: width 0.2s ease, height 0.2s ease, box-shadow 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  transform: translateX(4px);
}

.footer-links a:hover::before,
.footer-links a:focus-visible::before {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(255, 133, 139, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .course-circles article,
  .program-objectives article,
  .levels article,
  .hr-hook-grid article,
  .partners-grid div,
  .testimonials-grid figure {
    transition: none;
  }

  .footer-links a,
  .footer-links a::before {
    transition: none;
  }
}

.footer-contact span {
  display: block;
  max-width: 26ch;
  color: #cbd5e1;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.footer-contact a svg { width: 18px; height: 18px; color: #ff858b; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: #94a3b8;
  font-size: 0.82rem;
}

.footer-bottom div {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 2rem, 1380px);
  }

  .hero-grid,
  .split-grid,
  .four-up,
  .three-up,
  .two-up,
  .platform-layout,
  .hr-layout,
  .contact-layout,
  .feature-row,
  .course-circles,
  .service-row,
  .story-layout,
  .impact-layout,
  .outcomes-grid,
  .arena-layout {
    grid-template-columns: 1fr;
  }

  .footer-main { grid-template-columns: 1fr 1fr; }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 280px;
  }

  .platform-image {
    min-height: 0;
  }

  .hr-points {
    padding: 1.2rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .path-heading { align-items: flex-start; flex-direction: column; }
  .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .path-grid article:nth-child(3) { border-left: 0; }
  .impact-image { min-height: 280px; }
  .impact-stats { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .extra-services-top { grid-template-columns: 1fr; }
  .extra-services-grid { grid-template-columns: 1fr; }
  .extra-services-cta { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .outcomes-heading { align-items: flex-start; flex-direction: column; }
  .outcomes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-hook-top { grid-template-columns: 1fr; align-items: start; }
  .hr-hook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-hook-grid article:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, 0.18); }
  .hr-hook-grid article:nth-child(2n) { border-right: 0; }
  .hr-hook-cta { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    padding: 0.6rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 0.45rem;
    border-radius: 10px;
  }

  .main-nav a:hover {
    background: #fff2f2;
  }

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

  .experience-sectors span:nth-child(n) { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .experience-sectors span:nth-child(odd) { border-left: 0; }
  .experience-sectors span:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .experience-sectors span:nth-last-child(-n + 2) { border-bottom: 0; }


  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-main { grid-template-columns: 1fr; }

  .contact-form label,
  .contact-form label:nth-of-type(5),
  .contact-form button,
  .form-status {
    grid-column: auto;
  }

  .story-mark { min-height: 180px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article,
  .path-grid article + article,
  .path-grid article:nth-child(3) { min-height: auto; border-left: 0; border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
  .path-grid article:last-child { border-bottom: 0; }
  .path-grid svg { margin: 0.75rem 0; }
  .outcomes-grid { grid-template-columns: 1fr; }
}
