@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --navy: #011a32;
  --navy2: #073362;
  --blue: #0c66c1;
  --coral: #e85f63;
  --coral2: #d84f54;
  --ink: #14202b;
  --muted: #405263;
  --line: #d9e2e9;
  --soft: #f3f6f8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(1, 26, 50, 0.1);
  --content: 1200px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    400 16px/1.65 "IBM Plex Sans",
    Arial,
    sans-serif;
  text-rendering: optimizeLegibility;
}
body.nav-open {
  overflow: hidden;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
:focus-visible {
  outline: 3px solid #f5b5b7;
  outline-offset: 3px;
}
.container {
  width: min(var(--content), calc(100% - 48px));
  margin: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 92px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img {
  width: 200px;
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-nav a {
  padding: 10px 11px;
  color: var(--navy);
  font-size: 0.93rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 7px;
}
.site-nav a:hover {
  color: var(--blue);
  background: #e8f1fa;
}
.site-nav .nav-cta {
  margin-left: 7px;
  padding-inline: 17px;
  color: #fff;
  background: var(--coral);
}
.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--coral2);
}
.menu-button {
  display: none;
  min-width: 48px;
  min-height: 48px;
  padding: 8px;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: 0.18s;
}
.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 92% 15%,
      rgba(12, 102, 193, 0.52),
      transparent 32%
    ),
    linear-gradient(135deg, var(--navy), var(--navy2));
}
.hero:before,
.hero:after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
.hero:before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -200px;
}
.hero:after {
  width: 680px;
  height: 680px;
  right: -260px;
  top: -280px;
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
}
.hero-copy {
  align-self: center;
  padding-block: 88px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow:before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #dce8f2;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.16s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #fff;
  background: var(--coral);
}
.button-primary:hover {
  background: var(--coral2);
}
.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
}
.button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.button-blue {
  color: #fff;
  background: var(--blue);
}
.hero-portrait {
  position: relative;
  align-self: end;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-portrait::before {
  position: absolute;
  width: min(340px, 90%);
  aspect-ratio: 1;
  bottom: 58px;
  content: "";

  background: radial-gradient(
    circle,
    rgba(12, 102, 193, 0.55) 25%,
    rgba(12, 102, 193, 0.40) 50%,
    rgba(12, 102, 193, 0.15) 75%,
    rgba(12, 102, 193, 0.00) 100%
  );

  border: none;
  border-radius: 50%;
}

.hero-portrait img {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.22));
}
.section {
  padding-block: clamp(76px, 9vw, 124px);
}
.section-soft {
  background: var(--soft);
}
.section-dark {
  color: #fff;
  background: var(--navy);
}
.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}
.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.section-heading h2,
.profile-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.section-dark .section-heading h2 {
  color: #fff;
}
.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.section-dark .section-heading p:not(.eyebrow) {
  color: #c9d9e6;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.proof-item {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 26px;
  text-align: center;
  background: #fff;
}
.proof-number {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.05;
}
.proof-label {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}
.seminar-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.seminar-card {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: 0.18s;
}
.seminar-card:hover {
  border-color: #aac6de;
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.seminar-type {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--coral2);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seminar-type:before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}
.seminar-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  line-height: 1.25;
}
.seminar-card p {
  margin: 11px 0 24px;
  color: var(--muted);
}
.card-link {
  width: fit-content;
  margin-top: auto;
  color: var(--blue);
  font-weight: 600;
  text-underline-offset: 4px;
}
.external-note {
  margin: 28px 0 0;
  color: #667787;
  font-size: 0.88rem;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.quote-card {
  margin: 0;
  padding: 30px;
  background: #052a50;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}
.quote-card:before {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  content: "“";
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.7;
}
.quote-card blockquote {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
}
.quote-card figcaption {
  margin-top: 22px;
  color: #a9bfd1;
  font-size: 0.9rem;
}
.service-card {
  padding: 34px;
  background: #fff;
  border-top: 4px solid var(--blue);
  box-shadow: 0 12px 40px rgba(1, 26, 50, 0.07);
  border-radius: 0 0 14px 14px;
}
.service-index {
  display: block;
  margin-bottom: 18px;
  color: var(--coral2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.service-card h3,
.content-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.45rem;
}
.service-card ul,
.content-card ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
}
.service-card li + li,
.content-card li + li {
  margin-top: 7px;
}
.deliverables {
  margin-top: 28px;
  padding: 28px 32px;
  color: #fff;
  background: var(--navy2);
  border-radius: 14px;
}
.deliverables h3 {
  margin: 0 0 10px;
}
.deliverables p {
  margin: 0;
  color: #d7e4ef;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.content-card {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.tag-list li {
  padding: 8px 12px;
  color: var(--navy2);
  background: #e8f1fa;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
}
.tag-list li + li {
  margin-top: 0;
}
.profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}
.profile-image {
  position: relative;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(150deg, #e8f1fa, #cddfee);
  border-radius: 24px;
}
.profile-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.profile-role {
  margin: 10px 0 24px;
  color: var(--blue);
  font-size: 1.12rem;
  font-weight: 600;
}
.profile-copy p,
.credential-list li {
  color: var(--muted);
}
.credential-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.credential-list li {
  position: relative;
  padding-left: 24px;
}
.credential-list li:before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}
.contact-band {
  padding-block: clamp(66px, 8vw, 100px);
  color: #fff;
  background: linear-gradient(120deg, var(--navy2), var(--blue));
}
.contact-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.15;
}
.contact-band p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #e2edf6;
}
.site-footer {
  padding-block: 50px 28px;
  color: #bdcedc;
  background: var(--navy);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.footer-brand,
.footer-title {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 600;
}
.footer-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-links {
  display: grid;
  gap: 8px;
}
.footer-links a {
  width: fit-content;
  text-underline-offset: 4px;
}
.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  color: #8fa7ba;
  font-size: 0.86rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.subpage-main {
  min-height: 62vh;
}
.subpage-hero {
  padding-block: 76px;
  color: #fff;
  background: linear-gradient(125deg, var(--navy), var(--navy2));
}
.subpage-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.08;
}
.subpage-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #dce8f2;
  font-size: 1.12rem;
}
.prose {
  max-width: 820px;
}
.prose h2 {
  margin: 46px 0 14px;
  color: var(--navy);
  font-size: 1.65rem;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p,
.prose li {
  color: var(--muted);
}
.notice {
  margin-bottom: 34px;
  padding: 22px 24px;
  color: #673033;
  background: #fff0f0;
  border-left: 4px solid var(--coral);
  border-radius: 0 8px 8px 0;
}
.notice strong {
  display: block;
}
.contact-card {
  max-width: 780px;
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 14px;
}
.contact-card h2 {
  margin: 0 0 15px;
  color: var(--navy);
}
.pending-field {
  display: inline-block;
  margin: 14px 0;
  padding: 11px 14px;
  color: #673033;
  background: #fff0f0;
  border: 1px dashed var(--coral);
  border-radius: 8px;
  font-weight: 600;
}

@media (max-width: 1040px) {
  .site-nav a {
    padding-inline: 7px;
    font-size: 0.87rem;
  }
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 36px, var(--content));
  }
  .site-header,
  .header-inner {
    min-height: 80px;
  }
  .brand img {
    width: 165px;
  }
  .menu-button {
    display: block;
  }
  .site-nav {
    position: fixed;
    inset: 80px 0 auto;
    max-height: calc(100vh - 80px);
    display: none;
    align-items: stretch;
    padding: 18px;
    overflow: auto;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(1, 26, 50, 0.14);
  }
  .site-nav.is-open {
    display: grid;
  }
  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding-inline: 14px;
    font-size: 1rem;
  }
  .site-nav .nav-cta {
    margin: 8px 0 0;
    justify-content: center;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 72px 0 24px;
  }
  .hero-portrait {
    min-height: 600px;
  }
  .hero-portrait img {
    width: min(500px, 112%);
  }
  .seminar-grid,
  .service-grid,
  .split-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .profile-image {
    max-width: 520px;
  }
  .contact-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 561px) and (max-width: 860px) {
  .hero-grid {
    row-gap: 0;
  }

  .hero-portrait {
    min-height: 0;
    margin-top: 24px;
  }

  .hero-portrait::before {
    width: min(300px, 48vw);
    top: 10px;
    bottom: auto;
  }

  .hero-portrait img {
    width: min(520px, 85%);
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(2.05rem, 10.5vw, 3.4rem);
  }

  .mobile-title-line {
    display: block;
    white-space: nowrap;
  }

  .button-row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .hero-portrait {
    min-height: 380px;
  }

  .hero-portrait::before {
    width: min(280px, 72vw);
    top: 24px;
    bottom: auto;
  }

  .hero-portrait img {
    width: 112%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
  }
}
