@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css");

:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --surface-dark: #0f172a;
  --surface-dark-2: #172554;
  --dark-navy: #13284a;
  --dark-navy-2: #1d3b6d;
  --line: #d7e2f0;
  --text: #102033;
  --muted: #5d6b82;
  --primary: #0f766e;
  --primary-2: #1d4ed8;
  --accent: #f59e0b;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  --max: 1240px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.is-locked,
body.is-locked { overflow: hidden; }
body {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f5fa 100%);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--surface-dark);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  z-index: 100;
}

.skip-link:focus { top: 12px; }

.site-shell { min-height: 100vh; }
.site-content { display: block; }
.site-content--main {
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  --nav-left: 0px;
  --nav-width: 100%;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.site-header.is-light {
  background: rgba(8, 14, 24, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-dark {
  background: rgba(255, 255, 255, 0.52);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-header.is-hover-open {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-header__inner,
.section__inner,
.site-footer__inner {
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 94px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  position: relative;
  z-index: 3;
}

.site-brand__logo {
  position: relative;
  display: block;
  width: 190px;
  height: 50px;
  flex: 0 0 auto;
  overflow: hidden;
}

.site-brand__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.2s ease;
}

.site-brand__image--white {
  opacity: 0;
}

.site-brand__image--blue {
  opacity: 1;
}

.site-brand__lockup {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-brand__text {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: currentColor;
}

.site-brand__subtext {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.72;
}

.site-header.is-light .site-brand,
.site-header.is-light .site-header__actions,
.site-header.is-light .site-header__menu,
.site-header.is-light .site-header__auth-link,
.site-header.is-light .site-nav__link {
  color: #fff;
}

.site-header.is-light .site-brand {
  color: #fff;
}

.site-header.is-light .site-brand__image--blue {
  opacity: 0;
}

.site-header.is-light .site-brand__image--white {
  opacity: 1;
}

.site-header.is-dark .site-brand,
.site-header.is-dark .site-header__actions,
.site-header.is-dark .site-header__menu,
.site-header.is-dark .site-header__auth-link,
.site-header.is-dark .site-nav__link {
  color: #111827;
}

.site-header.is-dark .site-brand {
  color: #111827;
}

.site-header.is-hover-open .site-brand,
.site-header.is-hover-open .site-header__actions,
.site-header.is-hover-open .site-header__menu,
.site-header.is-hover-open .site-header__auth-link,
.site-header.is-hover-open .site-nav__link {
  color: #111827;
}

.site-header.is-hover-open .site-brand {
  color: #111827;
}

.site-header.is-hover-open .site-brand__image--blue,
.site-header.is-dark .site-brand__image--blue {
  opacity: 1;
}

.site-header.is-hover-open .site-brand__image--white,
.site-header.is-dark .site-brand__image--white {
  opacity: 0;
}

.site-header__nav-area {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: static;
  min-width: 0;
}

.site-nav {
  display: block;
  width: 100%;
}

.site-nav__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.site-nav__item {
  position: relative;
  display: flex;
  justify-content: center;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: currentColor;
  border-radius: 0;
  letter-spacing: -0.03em;
  position: relative;
}

.site-header.is-light .site-nav__item:hover .site-nav__link {
  color: rgba(255, 255, 255, 0.98);
}

.site-header.is-dark .site-nav__item:hover .site-nav__link {
  color: #111827;
}

.site-header.is-hover-open .site-nav__item:hover .site-nav__link,
.site-header.is-hover-open .site-nav__item:focus-within .site-nav__link {
  color: #111827;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  max-width: calc(100% + 36px);
  height: 3px;
  background: #9ca3af;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.site-header__nav-area:hover .site-nav__item:hover .site-nav__link::after,
.site-header__nav-area:focus-within .site-nav__item:focus-within .site-nav__link::after {
  transform: translateX(-50%) scaleX(1);
}

.site-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 22px 0 42px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  overflow: hidden;
}

.site-header__nav-area:hover .site-header__dropdown,
.site-header__nav-area:focus-within .site-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__dropdown-inner {
  width: var(--nav-width);
  margin-left: var(--nav-left);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
}

.site-header__dropdown-col {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 22px;
  padding: 0 12px;
  min-height: 196px;
}

.site-header__dropdown-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #111827;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.site-header__dropdown-link:hover {
  color: var(--primary-2);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 3;
}

.site-header__auth-link {
  color: currentColor;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-header__auth-link--strong {
  color: currentColor;
}

.site-header__menu {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.06em;
  display: none;
}

.site-header__menu-icon {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
}

.site-header__menu-icon,
.site-header__menu-icon::before,
.site-header__menu-icon::after {
  transition: transform 0.22s ease, background-color 0.22s ease, top 0.22s ease, bottom 0.22s ease, opacity 0.22s ease;
}

.site-header__menu-icon::before,
.site-header__menu-icon::after,
.site-header__menu-icon {
  border-radius: 999px;
}

.site-header__menu-icon {
  background: currentColor;
  height: 2px;
}

.site-header__menu-icon::before,
.site-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.site-header__menu-icon::before {
  top: -8px;
}

.site-header__menu-icon::after {
  bottom: -8px;
}

.site-header__menu[aria-expanded="true"] .site-header__menu-icon {
  background: transparent;
}

.site-header__menu[aria-expanded="true"] .site-header__menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header__menu[aria-expanded="true"] .site-header__menu-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.site-header__menu-text {
  font-size: 0.76rem;
  font-weight: 700;
  color: currentColor;
}

.mega-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(3, 8, 20, 0.52);
  backdrop-filter: blur(4px);
}

.mega-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  padding: 116px 32px 32px;
  overflow: auto;
}

.mega-menu__inner {
  width: min(100%, 1440px);
  min-height: calc(100vh - 148px);
  margin: 0 auto;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(7, 16, 34, 0.96), rgba(10, 21, 40, 0.98)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
}

.mega-menu__head,
.mega-menu__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mega-menu__eyebrow {
  margin: 0;
  color: rgba(130, 255, 223, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mega-menu__close {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 20px;
}

.mega-menu__section {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-menu__title {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mega-menu__lead {
  margin: 12px 0 0;
  color: rgba(218, 226, 240, 0.7);
  font-size: 0.88rem;
}

.mega-menu__links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mega-menu__link {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
}

.mega-menu__link:hover { background: rgba(255, 255, 255, 0.1); }

.mega-menu__footer {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.button,
.button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.18);
}

.button--ghost,
.button--ghost:visited {
  background: rgba(255,255,255,0.75);
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.button--small { min-height: 44px; padding: 0 18px; font-size: 0.94rem; }
.text-link { color: var(--primary-2); font-weight: 700; }

.sejong-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sejong-text-link::after {
  content: "\2192";
  font-size: 1.25em;
  line-height: 1;
}

.sejong-text-link:hover,
.sejong-text-link:focus-visible {
  text-decoration: none;
}

.sejong-text-link--light {
  color: #fff;
}

.hero,
.page-hero,
.subhero {
  position: relative;
  overflow: hidden;
}

.hero--cinematic {
  min-height: 100vh;
  background: #071124;
  touch-action: pan-y;
}

.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide__media,
.page-hero__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-slide__overlay,
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 10, 23, 0.62) 0%, rgba(4, 10, 23, 0.30) 42%, rgba(4, 10, 23, 0.52) 100%),
    linear-gradient(180deg, rgba(4, 10, 23, 0.08) 0%, rgba(4, 10, 23, 0.44) 100%);
}

.hero-slide__content,
.page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
}

.hero-slide__content {
  min-height: 100vh;
  padding: 184px 0 132px 40px;
  display: flex;
  align-items: center;
}

.page-hero {
  position: relative;
  inset: auto;
  min-height: 520px;
}

.page-hero__inner {
  min-height: 520px;
  padding: 170px 0 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.location-bar {
  position: sticky;
  top: 92px;
  z-index: 32;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215, 226, 240, 0.9);
}

.location-bar__inner {
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.location-bar__path {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.location-bar__path a { color: var(--muted); }
.location-bar__path strong { color: var(--text); }

.location-bar__nav {
  display: flex;
  align-items: stretch;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.location-bar__nav::-webkit-scrollbar { display: none; }

.location-bar__link {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 74px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.24s ease;
}

.location-bar__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-2) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.location-bar__link.is-active {
  color: var(--text);
}

.location-bar__link:hover,
.location-bar__link:focus-visible {
  color: var(--text);
}

.location-bar__link.is-active::after,
.location-bar__link:hover::after,
.location-bar__link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.board-page-heading {
  background: #fff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
}

.board-page-heading__inner {
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
  padding: 34px 0 28px;
}

.board-page-heading__eyebrow {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.board-page-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.hero h1,
.page-hero h1,
.subhero h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(2.3rem, 4.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.14;
  letter-spacing: -0.05em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.page-hero--about h1,
.page-hero--solutions h1,
.page-hero--competency h1,
.page-hero--insight h1,
.page-hero--support h1 {
  max-width: 12ch;
  font-size: clamp(2.45rem, 3.5vw, 3.8rem);
  line-height: 1.1;
}

.page-hero--about p,
.page-hero--solutions p,
.page-hero--competency p,
.page-hero--insight p,
.page-hero--support p {
  max-width: 700px;
}

.hero__text,
.page-hero p,
.subhero p {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(235, 241, 250, 0.84);
  font-size: clamp(0.95rem, 1.55vw, 1.05rem);
}

.hero-copy {
  width: min(100%, 760px);
  display: grid;
  gap: 30px;
}

.hero-copy__main {
  max-width: 700px;
}

.hero-copy__sub {
  max-width: 470px;
  /*padding-left: 22px;*/
  /*border-left: 2px solid rgba(255, 255, 255, 0.28);*/
}

.hero-copy .eyebrow {
  margin-bottom: 22px;
}

.hero-copy .hero__text {
  margin-top: 0;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.hero__link {
  color: #fff;
}

.hero-thumbs {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(24px, 4vw, 40px);
  z-index: 3;
  display: flex;
  gap: 14px;
}

.hero-thumb {
  width: 128px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  opacity: 0.72;
}

.hero-thumb.is-active { opacity: 1; }

.hero-thumb__image {
  display: block;
  height: 84px;
  border-radius: 0px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.hero-thumb__label {
  display: block;
  margin-top: 10px;
  font-size: 0.64rem;
  font-weight: 100;
  letter-spacing: 0.08em;
}

.hero-progress {
  position: absolute;
  left: clamp(20px, 3vw, 48px);
  bottom: clamp(30px, 5vw, 46px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.hero-progress__line {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.eyebrow,
.section-heading__eyebrow,
.site-footer__eyebrow,
.diag-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.subhero { display: none; }

.section {
  position: relative;
  padding: 84px 0;
}
.section--screen {
  min-height: 100svh;
}
.section--screen .section__inner {
  width: min(calc(100% - 40px), 1400px);
}
.section--soft { background: rgba(255,255,255,0.54); }
.section--dark {
  background:
    linear-gradient(135deg, #0f172a 0%, #172554 100%);
  color: #fff;
}
.section--overview {
  align-items: flex-start;
  padding: 148px 0 72px;
  background: #fff;
}

.section--overview .section__inner {
  min-height: calc(100svh - 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section--solutions {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98)),
    radial-gradient(circle at center top, rgba(15, 23, 42, 0.03), transparent 28%);
}
.section--insight {
  overflow: hidden;
  background:
    radial-gradient(circle at right 20%, rgba(29, 78, 216, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(249, 251, 255, 0.98), rgba(242, 246, 251, 0.98));
}
.section--cta {
  min-height: calc(100svh - 48px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 10, 18, 0.82) 0%, rgba(6, 10, 18, 0.34) 44%, rgba(6, 10, 18, 0.72) 100%),
    linear-gradient(180deg, rgba(12, 18, 30, 0.16), rgba(12, 18, 30, 0.36)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.overview-copy {
  max-width: 1220px;
  margin-bottom: 90px;
}

.overview-copy__eyebrow {
  position: relative;
  padding-left: 22px;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.overview-copy__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 6px;
  height: 1.05em;
  background: #ef4444;
}

.overview-copy h2 {
  margin: 0;
  max-width: 1180px;
  font-size: clamp(2.35rem, 4.2vw, 3.65rem);
  line-height: 1.22;
  letter-spacing: -0.07em;
  font-weight: 800;
}

.overview-copy__text {
  max-width: 1050px;
  margin: 34px 0 0;
  color: #6b7280;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.72;
  word-break: keep-all;
}

.overview-copy__link {
  margin-top: 20px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2.3rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.section-heading--light h2,
.section-heading--light .section-heading__eyebrow { color: #fff; }

.section__actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.insight-showcase__head {
  display: grid;
  gap: 28px;
  margin-bottom: 38px;
}

.insight-showcase--fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 8px;
}

.insight-showcase__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 clamp(20px, 4vw, 56px) 10px;
}

.insight-showcase__viewport::-webkit-scrollbar {
  display: none;
}

.insight-showcase__intro {
  width: 100%;
  max-width: 980px;
}

.insight-showcase__eyebrow {
  position: relative;
  padding-left: 16px;
  color: #111827;
  letter-spacing: -0.02em;
  text-transform: none;
}

.insight-showcase__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: 1em;
  background: #ef4444;
}

.insight-showcase__intro h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.28;
  letter-spacing: -0.06em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.insight-showcase__summary {
  max-width: 920px;
  margin: 24px 0 0;
  color: #6b7280;
  font-size: 1.02rem;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: normal;
}

.section--insight .section__actions {
  display: grid;
  justify-items: start;
  gap: 18px;
  margin-top: 34px;
}

.section--insight .section__actions .insight-showcase__summary {
  margin: 0;
  max-width: 620px;
}

.insight-showcase__controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.insight-showcase__arrow {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: rgba(255,255,255,0.9);
  color: #111827;
  font-size: 1.55rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.insight-showcase__track {
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: max-content;
}

.insight-showcase__card {
  flex: 0 0 clamp(280px, 29vw, 430px);
  width: clamp(280px, 29vw, 430px);
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  scroll-snap-align: start;
}

.insight-showcase__card.is-featured {
  flex-basis: clamp(360px, 39vw, 580px);
  width: clamp(360px, 39vw, 580px);
}

.insight-showcase__link {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}

.insight-showcase__image,
.insight-showcase__overlay,
.insight-showcase__content {
  position: absolute;
  inset: 0;
}

.insight-showcase__image {
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.insight-showcase__overlay {
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.15) 48%, rgba(4, 10, 18, 0.78) 100%);
}

.insight-showcase__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 26px;
  z-index: 2;
}

.insight-showcase__meta {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.74);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.insight-showcase__content h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.34;
  letter-spacing: -0.04em;
  color: #fff;
}

.insight-showcase__desc {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.92rem;
  line-height: 1.72;
  word-break: keep-all;
}

.stat-grid,
.card-grid {
  display: grid;
  gap: 20px;
}

.stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stat-card,
.feature-card,
.content-card,
.highlight-panel,
.dark-card,
.result-box,
.support-panel,
.diag-section,
.map-placeholder {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow);
}

.section--overview .stat-grid {
  gap: 0;
  align-items: stretch;
  margin-top: auto;
}

.section--overview .stat-card {
  min-height: 310px;
  padding: 30px 32px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 0;
  border-left: 1px solid #d1d5db;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section--overview .stat-card strong {
  display: block;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  color: #05070b;
  font-weight: 700;
}

.section--overview .stat-card span {
  display: block;
  margin-top: 42px;
  color: #1f2937;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section--overview .stat-card small {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.6;
}

.section--overview .stat-card:hover {
  transform: none;
  box-shadow: none;
}

.feature-card,
.content-card,
.dark-card {
  padding: 26px;
}

.feature-card h3,
.content-card h3,
.dark-card h3,
.highlight-panel h3,
.support-panel h2,
.diag-section h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.34;
  letter-spacing: -0.03em;
}

.feature-card__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
}

.content-card__meta {
  margin: 0 0 12px;
  color: var(--primary-2);
  font-size: 0.84rem;
  font-weight: 700;
}

.body-copy,
.content-card p,
.feature-card p,
.dark-card p,
.site-footer__text,
.support-panel p {
  color: var(--muted);
}

.dark-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.16);
  color: #fff;
  box-shadow: none;
}

.dark-card p { color: rgba(255,255,255,0.72); }

.two-column {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.highlight-panel {
  padding: 28px;
}

.about-stage {
  padding: 128px 0 152px;
  background:
    radial-gradient(circle at right top, rgba(29, 78, 216, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(243, 247, 252, 0.98));
}

.about-stage__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.about-stage__copy {
  max-width: 520px;
}

.about-stage__copy h2,
.about-section-head h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4vw, 4.1rem);
  line-height: 1.1;
  letter-spacing: -0.07em;
  word-break: keep-all;
}

.about-stage__copy p,
.about-section-head p,
.about-journey__entry p,
.about-map-overlay p {
  margin: 20px 0 0;
  text-align:justify;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.82;
}

.about-stage__visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 36px;
  border: 1px solid rgba(215, 226, 240, 0.86);
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.about-stage__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.04) 0%, rgba(8, 14, 24, 0.18) 52%, rgba(8, 14, 24, 0.76) 100%);
}

.about-stage__visual-copy {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  color: #fff;
}

.about-stage__visual-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-stage__visual-copy strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.about-stage__visual-copy p {
  max-width: 350px;
  margin-top: 14px;
  color: rgba(255,255,255,0.84);
}

.about-stage__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.about-stage__point {
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.32);
}

.about-stage__point span {
  display: block;
  color: #cbd5e1;
  font-size: clamp(3rem, 4vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.08em;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.about-stage__point h3,
.about-principles__item h3,
.about-journey__entry strong {
  margin: 22px 0 0;
  font-size: 1.28rem;
  line-height: 1.34;
  letter-spacing: -0.04em;
}

.about-stage__point p,
.about-principles__item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.78;
  max-width: 75%;
}

.about-principles {
  padding: 132px 0 156px;
  background: #fff;
}

.about-section-head {
  max-width: 780px;
}

.about-section-head--narrow {
  max-width: 860px;
}

.about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
}

.about-principles__item {
  min-height: 240px;
  padding: 34px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.26);
}

.about-principles__item span {
  display: block;
  color: #dbe4ef;
  font-size: clamp(3rem, 4vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.about-journey {
  padding: 132px 0 0;
  background:
    linear-gradient(180deg, rgba(247, 250, 254, 0.98), rgba(241, 246, 252, 0.98));
}

.about-journey__list {
  display: flex;
  gap: 32px;
  margin-top: 84px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 0 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.about-journey__list::-webkit-scrollbar {
  display: none;
}

.about-journey__list.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.about-journey__entry {
  flex: 0 0 clamp(380px, 38vw, 520px);
  min-height: 360px;
  padding-top: 26px;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  scroll-snap-align: start;
}

.about-journey__entry span {
  display: block;
  color: #d5dee9;
  font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  line-height: 0.96;
  letter-spacing: -0.08em;
  font-weight: 800;
  margin:30px 0;
}

.about-journey__entry strong {
  margin-top: 30px;
}

.about-journey__entry p {
  margin-top: 12px;
}

.about-journey__entry--reveal {
  opacity: 0;
  transform: translate3d(56px, 0, 0);
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-journey__entry--reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-partners {
  padding: 148px 0 156px;
  background: #fff;
}

.about-partners__wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 68px;
}

.about-partners__card {
  min-height: 112px;
  padding: 24px 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 92px;
}

.about-partners__logo img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.about-partners__name {
  margin: 0;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
  word-break: keep-all;
}

.about-location-section {
  padding-top: 0;
  padding-bottom: 0;
}

.about-map-stage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.about-map-shell {
  position: relative;
  min-height: min(72vh, 760px);
  overflow: hidden;
  background: #dce6f3;
}

.about-map-canvas,
.about-map-placeholder {
  position: relative;
  min-height: min(85vh, 760px);
}

.about-map-canvas > .about-map-placeholder {
  position: absolute;
  inset: 0;
}

.about-map-canvas.is-ready > .about-map-placeholder {
  display: none;
}

.about-map-placeholder {
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: left;
  color: var(--muted);
  letter-spacing: 0.08em;
  background:
    linear-gradient(180deg, rgba(6, 12, 22, 0.2), rgba(6, 12, 22, 0.38)),
    radial-gradient(circle at 18% 20%, rgba(29, 78, 216, 0.22), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(15, 118, 110, 0.18), transparent 28%),
    linear-gradient(135deg, #e7eef8, #dce8f6);
}

.about-map-placeholder strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  letter-spacing: 0.18em;
}

.about-map-placeholder p {
  max-width: 340px;
  color: rgba(255,255,255,0.82);
}

.about-map-overlay {
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 2;
  width: min(100% - 40px, 370px);
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2);
  backdrop-filter: blur(18px);
}

.about-map-overlay h3 {
  margin: 18px 0 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1.22;
  letter-spacing: -0.05em;
}

.about-map-overlay__contact {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.26);
}

.about-map-overlay__item small {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-map-overlay__item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.about-map-overlay .button {
  margin-top: 22px;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline__item {
  position: relative;
  padding: 22px 24px 22px 84px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--line);
}

.timeline__item strong {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 1.15rem;
  color: var(--primary-2);
}

.competency-page {
  padding: 72px 0 156px;
  background:
    linear-gradient(180deg, rgba(247, 250, 254, 0.76), rgba(255, 255, 255, 0.98));
}

.competency-page > .section__inner > section + section {
  margin-top: 148px;
}

.competency-context__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  margin-top: 52px;
  align-items: start;
}

.competency-context__panel,
.competency-context__card,
.competency-diagnostics__model,
.competency-diagnostics__value,
.competency-services__card,
.competency-process__step,
.competency-ideas__shell,
.competency-ideas__card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.competency-context__panel {
  padding: 36px 34px;
  background:
    linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(238, 245, 252, 0.98));
}

.competency-context__eyebrow {
  margin: 0 0 16px;
  color: var(--primary-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.competency-context__panel h3,
.competency-diagnostics__values h3,
.competency-process__cta p,
.competency-ideas__footer p {
  margin: 0;
  color: #06101f;
}

.competency-context__panel h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.34;
  letter-spacing: -0.05em;
}

.competency-context__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.competency-context__stat {
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.competency-context__stat strong {
  display: block;
  color: var(--primary-2);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.competency-context__stat span {
  display: block;
  margin-top: 12px;
  color: #526071;
  font-size: 0.9rem;
  font-weight: 700;
}

.competency-context__body {
  margin: 24px 0 0;
  color: #667180;
  font-size: 0.98rem;
  line-height: 1.85;
  word-break: keep-all;
}

.competency-context__cards {
  display: grid;
  gap: 18px;
}

.competency-context__card {
  position: relative;
  min-height: 178px;
  padding: 30px 28px;
  background: rgba(255, 255, 255, 0.94);
}

.competency-context__card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-2) 100%);
}

.competency-context__card--blue,
.competency-context__card--emerald,
.competency-context__card--violet {
  border-left-color: rgba(148, 163, 184, 0.18);
}

.competency-context__card h3,
.competency-diagnostics__model h3,
.competency-diagnostics__value strong,
.competency-services__card h3,
.competency-ideas__card h3 {
  margin: 0;
  color: #06101f;
}

.competency-context__card h3 {
  font-size: 1.18rem;
  line-height: 1.48;
  letter-spacing: -0.03em;
}

.competency-context__card p,
.competency-diagnostics__model p,
.competency-diagnostics__value-lead,
.competency-services__desc,
.competency-process__step p,
.competency-ideas__card p {
  color: #667180;
  word-break: keep-all;
}

.competency-context__card p {
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.82;
}

.competency-diagnostics__models,
.competency-diagnostics__value-grid,
.competency-services__grid,
.competency-ideas__grid {
  display: grid;
  gap: 22px;
}

.competency-diagnostics__models {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
}

.competency-diagnostics__model,
.competency-diagnostics__value,
.competency-services__card,
.competency-ideas__card {
  padding: 30px 28px;
}

.competency-diagnostics__model span,
.competency-services__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.competency-diagnostics__model h3 {
  margin-top: 18px;
  font-size: 1.18rem;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.competency-diagnostics__model p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.competency-diagnostics__values {
  margin-top: 108px;
}

.competency-diagnostics__value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.competency-diagnostics__value-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.competency-diagnostics__value-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--dark-navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.competency-diagnostics__value-head strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.35;
}

.competency-diagnostics__value-head small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
}

.competency-diagnostics__value-lead {
  margin: 24px 0 0;
  font-size: 0.96rem;
  line-height: 1.78;
}

.competency-diagnostics__list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.competency-diagnostics__list li {
  position: relative;
  padding-left: 18px;
  color: #5f6673;
  font-size: 0.96rem;
  line-height: 1.8;
  word-break: keep-all;
}

.competency-diagnostics__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--primary-2);
}

.competency-services__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.competency-services__index {
  margin-bottom: 18px;
}

.competency-services__card h3 {
  font-size: 1.22rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.competency-services__desc {
  margin: 16px 0 0;
  font-size: 0.96rem;
  line-height: 1.8;
}

.competency-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.competency-process__step {
  min-height: 234px;
  padding: 30px 24px 28px;
}

.competency-process__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: var(--primary-2);
  font-size: 0.86rem;
  font-weight: 800;
}

.competency-process__step strong {
  display: block;
  margin-top: 22px;
  color: #06101f;
  font-size: 1.15rem;
  line-height: 1.42;
}

.competency-process__step small {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.competency-process__step p {
  margin: 16px 0 0;
  font-size: 0.94rem;
  line-height: 1.78;
}

.competency-process__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding: 28px 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.competency-process__cta p,
.competency-ideas__footer p {
  color: #526071;
  font-size: 0.98rem;
  line-height: 1.82;
  word-break: keep-all;
}

.competency-ideas__shell {
  padding: 44px 40px;
}

.competency-ideas__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.competency-ideas__form {
  max-width: 920px;
  margin: 42px auto 0;
}

.competency-ideas__form label {
  display: block;
  margin: 0 0 12px;
  color: #06101f;
  font-size: 0.92rem;
  font-weight: 800;
}

.competency-ideas__input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.competency-ideas__input-row input {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 18px;
  padding: 0 22px;
  color: #06101f;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.competency-ideas__input-row input:focus {
  border-color: var(--primary-2);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.competency-ideas__input-row button,
.competency-ideas__filters button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.competency-ideas__input-row button {
  min-height: 62px;
  border-radius: 18px;
  padding: 0 28px;
  background: var(--dark-navy);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.competency-ideas__input-row button:hover {
  background: var(--primary);
  box-shadow: 0 16px 34px rgba(14, 144, 107, 0.22);
  transform: translateY(-2px);
}

.competency-ideas__input-row button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.competency-ideas__notice {
  margin: 12px 0 0;
  color: #667180;
  font-size: 0.9rem;
  line-height: 1.7;
}

.competency-ideas__guide {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #f8fafc;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.75;
  word-break: keep-all;
}

.competency-ideas__guide strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 900;
}

.competency-ideas__guide ul {
  margin: 0;
  padding-left: 18px;
}

.competency-ideas__guide li + li {
  margin-top: 6px;
}

.competency-ideas__loader,
.competency-ideas__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-top: 28px;
  border: 1px dashed rgba(148, 163, 184, 0.34);
  border-radius: 28px;
  background: rgba(248, 250, 252, 0.78);
  text-align: center;
}

.competency-ideas__loader[hidden],
.competency-ideas__results[hidden],
.competency-ideas__empty[hidden] {
  display: none;
}

.competency-ideas__spinner {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(14, 144, 107, 0.16);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: sejongSpin 0.85s linear infinite;
}

.competency-ideas__loader p,
.competency-ideas__empty p {
  margin: 12px 0 0;
  color: #667180;
  font-size: 0.95rem;
  line-height: 1.7;
}

.competency-ideas__empty strong {
  color: #06101f;
  font-size: 1.05rem;
  font-weight: 900;
}

.competency-ideas__progress {
  width: min(420px, 86%);
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
}

.competency-ideas__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--primary);
  transition: width 0.28s ease;
}

.competency-ideas__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.competency-ideas__summary > div {
  min-height: 142px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 26px;
  background: rgba(248, 250, 252, 0.9);
}

.competency-ideas__summary span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.competency-ideas__summary strong {
  display: block;
  color: #06101f;
  font-size: 1.4rem;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.competency-ideas__summary p {
  margin: 10px 0 0;
  color: #667180;
  font-size: 0.92rem;
  line-height: 1.62;
}

.competency-ideas__summary b {
  color: #06101f;
}

.competency-ideas__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.competency-ideas__filters button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  color: #526071;
  font-size: 0.88rem;
  font-weight: 850;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.competency-ideas__filters button.is-active,
.competency-ideas__filters button:hover {
  border-color: var(--dark-navy);
  background: var(--dark-navy);
  color: #fff;
}

.competency-ideas__card h3 {
  font-size: 1.16rem;
  line-height: 1.45;
}

.competency-ideas__card p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.78;
}

.competency-ideas__card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(14, 144, 107, 0.1);
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
}

.competency-ideas__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.competency-ideas__meta b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 0.76rem;
  font-weight: 850;
}

.competency-ideas__detail {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.competency-ideas__detail strong {
  display: block;
  color: #06101f;
  font-size: 0.84rem;
  font-weight: 900;
}

.competency-ideas__detail ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.competency-ideas__detail li {
  position: relative;
  padding-left: 13px;
  color: #667180;
  font-size: 0.86rem;
  line-height: 1.58;
}

.competency-ideas__detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
}

.competency-ideas__empty--inline {
  grid-column: 1 / -1;
}

.competency-ideas__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

@keyframes sejongSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .competency-ideas__grid,
  .competency-ideas__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .competency-ideas__shell {
    padding: 28px 18px;
  }

  .competency-ideas__input-row,
  .competency-ideas__summary,
  .competency-ideas__grid {
    grid-template-columns: 1fr;
  }

  .competency-ideas__input-row button {
    width: 100%;
  }

  .competency-ideas__summary > div {
    min-height: 0;
    padding: 20px;
  }

  .competency-ideas__filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .competency-ideas__filters button {
    white-space: nowrap;
  }
}

.competency-consulting {
  scroll-margin-top: 176px;
}

.competency-consulting + .competency-consulting {
  margin-top: 148px;
  padding-top: 148px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.competency-consulting__hero {
  margin-bottom: 72px;
}

.competency-consulting__hero h2 {
  margin: 0;
  color: #06101f;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -0.08em;
}

.competency-consulting__hero p:not(.section-heading__eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: #5f6673;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.82;
  word-break: keep-all;
}

.competency-subnav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: -34px 0 72px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(14, 144, 107, 0.18);
  background: #f7fbf9;
  scrollbar-width: none;
}

.competency-subnav::-webkit-scrollbar {
  display: none;
}

.competency-subnav a {
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(14, 144, 107, 0.14);
  background: #fff;
  color: #315346;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.competency-subnav a:hover,
.competency-subnav a:focus-visible {
  border-color: rgba(14, 144, 107, 0.45);
  background: #ecfdf5;
  color: #0e906b;
}

.competency-local-nav {
  position: sticky;
  top: 86px;
  z-index: 12;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin: -20px 0 76px;
  padding: 0 24px;
  min-height: 58px;
  align-items: center;
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.competency-local-nav::-webkit-scrollbar {
  display: none;
}

.competency-local-nav a {
  flex: 0 0 auto;
  color: #526071;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.competency-local-nav a:hover,
.competency-local-nav a:focus-visible {
  color: var(--primary-2);
}

.competency-chart {
  position: relative;
  height: 300px;
  margin-top: 30px;
}

.competency-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.competency-consulting__block + .competency-consulting__block {
  margin-top: 92px;
}

.competency-consulting__block .about-section-head h3 {
  margin: 0;
  color: #06101f;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.25;
  letter-spacing: -0.06em;
}

.competency-consulting__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

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

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

.competency-consulting__card {
  min-height: 230px;
  padding: 30px 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.competency-consulting__card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary-2);
  font-size: 0.8rem;
  font-weight: 800;
}

.competency-consulting__icon {
  display: block;
  margin-bottom: 16px;
  color: #2563eb;
  font-size: 1.65rem;
  font-style: normal;
  line-height: 1;
}

.competency-consulting__card h4 {
  margin: 22px 0 0;
  color: #06101f;
  font-size: 1.18rem;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.competency-consulting__icon + span + h4 {
  margin-top: 16px;
}

.competency-consulting__meta {
  display: block;
  margin-top: 8px;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.45;
  word-break: keep-all;
}

.competency-consulting__card p {
  margin: 16px 0 0;
  color: #667180;
  font-size: 0.95rem;
  line-height: 1.78;
  word-break: keep-all;
}

.competency-consulting__detail-list {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 18px 18px 18px 34px;
  background: #f8fafc;
  color: #315346;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.competency-consulting__detail-list li::marker {
  color: #0e906b;
}

.competency-consulting__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.competency-consulting__actions a,
.competency-consulting__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: #f8fbff;
  color: #2563eb;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.competency-consulting__actions a:hover,
.competency-consulting__actions a:focus-visible,
.competency-consulting__actions button:hover,
.competency-consulting__actions button:focus-visible {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.competency-course-card {
  overflow: hidden;
  padding: 0 0 26px;
}

.competency-course-card > span,
.competency-course-card > h4,
.competency-course-card > p,
.competency-course-card > .competency-consulting__actions {
  margin-left: 24px;
  margin-right: 24px;
}

.competency-course-card > span {
  margin-top: 22px;
}

.competency-course-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce9fb;
}

.competency-course-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.competency-course-card__thumb em {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(6, 16, 31, 0.82);
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.course-popup[hidden] {
  display: none;
}

.course-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100dvh;
  padding: clamp(16px, 3vw, 44px);
}

.course-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.86);
  backdrop-filter: blur(7px);
  z-index: 0;
}

.course-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  padding: 34px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.course-popup__dialog--video {
  width: min(1180px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  padding: 28px;
  background: #020617;
  color: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
}

.course-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef3f8;
  cursor: pointer;
}

.course-popup__close::before,
.course-popup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #102033;
  transform-origin: center;
}

.course-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.course-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.course-popup__eyebrow {
  margin: 0 0 10px;
  color: var(--primary-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.course-popup h3 {
  margin: 0 52px 22px 0;
  color: #06101f;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.course-popup__image {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.course-popup__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #fff;
  list-style: none;
}

.course-popup__list li {
  padding: 0;
  background: transparent;
  color: #334155;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.62;
  word-break: keep-all;
}

.course-popup__list li + li {
  margin-top: 2px;
}

.course-popup__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(70dvh, calc(100dvh - 178px));
  display: block;
  object-fit: contain;
  background: #020617;
}

.course-popup__dialog--video .course-popup__eyebrow {
  color: #93c5fd;
}

.course-popup__dialog--video h3 {
  color: #fff;
  margin-right: 58px;
}

.course-popup__dialog--video .course-popup__close {
  background: rgba(255, 255, 255, 0.14);
}

.course-popup__dialog--video .course-popup__close::before,
.course-popup__dialog--video .course-popup__close::after {
  background: #fff;
}

body.is-course-modal-open {
  overflow: hidden;
}

html.is-course-modal-open {
  overflow: hidden;
}

.ethics-risk-chart {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 56px;
  margin-top: 36px;
  padding: 54px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: var(--dark-navy);
  color: #fff;
  box-shadow: 0 30px 80px rgba(6, 16, 31, 0.16);
  overflow: hidden;
}

.ethics-risk-chart__copy {
  align-self: center;
}

.ethics-risk-chart__copy span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #60a5fa;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ethics-risk-chart__copy h4 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.ethics-risk-chart__copy p {
  margin: 18px 0 0;
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.78;
  word-break: keep-all;
}

.ethics-risk-chart__steps {
  display: grid;
  gap: 28px;
  margin-top: 38px;
}

.ethics-risk-chart__step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
}

.ethics-risk-chart__step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.18);
  color: #60a5fa;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.34);
}

.ethics-risk-chart__step strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ethics-risk-chart__step p {
  margin: 8px 0 0;
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
}

.ethics-risk-chart__panel {
  position: relative;
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.ethics-risk-chart__panel h5 {
  margin: 0 0 24px;
  color: #93c5fd;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ethics-risk-chart__canvas {
  position: relative;
  min-height: 390px;
}

.ethics-risk-chart__canvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.compliance-cp-chart {
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
}

.compliance-cp-chart__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.compliance-cp-chart__head p {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.compliance-cp-chart__head h4 {
  margin: 0;
  color: #0A1A2F;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.compliance-cp-chart__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.compliance-cp-chart__canvas {
  position: relative;
  min-height: 330px;
}

.compliance-cp-chart__canvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.compliance-cp-chart__source {
  margin: 18px 0 0;
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: right;
  word-break: keep-all;
}

.compliance-core-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #f8fafc;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.compliance-core-download:hover,
.compliance-core-download:focus-visible {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1e40af;
}

.human-risk-simulator {
  margin-top: 34px;
  padding: 42px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #0A1A2F;
  color: #fff;
  box-shadow: 0 30px 80px rgba(6, 16, 31, 0.18);
}

.human-risk-simulator__head {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.human-risk-simulator__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(96, 165, 250, 0.32);
  background: rgba(37, 99, 235, 0.16);
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.human-risk-simulator__head h4 {
  margin: 18px 0 0;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.28;
  letter-spacing: -0.045em;
}

.human-risk-simulator__head p {
  margin: 16px 0 0;
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.75;
  word-break: keep-all;
}

.human-risk-simulator__form {
  max-width: 820px;
  margin: 0 auto;
}

.human-risk-simulator__form label {
  display: block;
  margin-bottom: 10px;
  color: #e2e8f0;
  font-size: 0.86rem;
  font-weight: 900;
}

.human-risk-simulator__form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.human-risk-simulator__form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 2px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  outline: none;
}

.human-risk-simulator__form input:focus {
  border-color: #60a5fa;
}

.human-risk-simulator__form button {
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  background: #2dd4bf;
  color: #06101f;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
}

.human-risk-simulator__form button:disabled {
  cursor: progress;
  opacity: 0.58;
}

.human-risk-simulator__loader,
.human-risk-simulator__empty {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.58);
  text-align: center;
}

.human-risk-simulator__loader[hidden],
.human-risk-simulator__results[hidden],
.human-risk-simulator__empty[hidden] {
  display: none;
}

.human-risk-simulator__loader p,
.human-risk-simulator__empty p {
  margin: 10px 0 0;
  color: #cbd5e1;
  line-height: 1.65;
  word-break: keep-all;
}

.human-risk-simulator__empty strong {
  color: #fff;
  font-weight: 900;
}

.human-risk-simulator__results {
  margin-top: 30px;
}

.human-risk-simulator__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.human-risk-simulator__summary > div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.human-risk-simulator__summary span {
  display: block;
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.human-risk-simulator__summary strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
}

.human-risk-simulator__summary p {
  margin: 8px 0 0;
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.55;
}

.human-risk-simulator__results h5 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.human-risk-simulator__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.human-risk-card {
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.72);
}

.human-risk-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.human-risk-card span {
  color: #facc15;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.human-risk-card b {
  color: rgba(255, 255, 255, 0.34);
  font-size: 1.15rem;
  font-weight: 900;
}

.human-risk-card h6 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.human-risk-card p {
  margin: 12px 0 0;
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.58;
  word-break: keep-all;
}

.human-risk-card strong {
  display: block;
  margin-top: 16px;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 900;
}

.human-risk-card--critical span {
  color: #fb7185;
}

.human-risk-card--high span {
  color: #facc15;
}

@media (max-width: 1180px) {
  .human-risk-simulator__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .human-risk-simulator {
    padding: 28px 20px;
  }

  .human-risk-simulator__form > div,
  .human-risk-simulator__summary,
  .human-risk-simulator__grid {
    grid-template-columns: 1fr;
  }

  .human-risk-simulator__form button {
    width: 100%;
  }
}

.competency-consulting__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 46px;
  padding: 30px 34px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(246,250,255,0.94));
}

.competency-consulting__cta p {
  margin: 0;
  max-width: 760px;
  color: #526071;
  font-size: 1rem;
  line-height: 1.78;
  word-break: keep-all;
}

.solution-ethics {
  padding-bottom: 44px;
}

.solution-ethics + .solution-ethics {
  margin-top: 132px;
  padding-top: 132px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.solution-ethics__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 32px;
  align-items: stretch;
}

.solution-ethics--reverse .solution-ethics__copy {
  order: 2;
}

.solution-ethics--reverse .solution-ethics__panel {
  order: 1;
}

.solution-ethics__copy,
.solution-ethics__panel,
.solution-ethics__step,
.solution-ethics__card,
.solution-ethics__metric {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.solution-ethics__copy {
  padding: 44px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.solution-ethics__copy h2 {
  margin: 0;
  max-width: 720px;
  color: #06101f;
  font-size: clamp(2.25rem, 3.5vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.07em;
}

.solution-ethics__lead {
  margin: 28px 0 0;
  max-width: 640px;
  color: #253043;
  font-size: 1.16rem;
  line-height: 1.78;
  font-weight: 600;
  word-break: keep-all;
}

.solution-ethics__body {
  margin: 22px 0 0;
  max-width: 660px;
  color: #5f6673;
  font-size: 1rem;
  line-height: 1.9;
  word-break: keep-all;
}

.solution-ethics__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.solution-ethics__panel {
  padding: 38px 34px;
  background:
    linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(238, 245, 252, 0.98));
}

.solution-ethics__panel-eyebrow {
  margin: 0 0 18px;
  color: var(--primary-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-ethics__panel h3,
.solution-ethics__flow h3,
.solution-ethics__programs h3,
.solution-ethics__metrics h3 {
  margin: 0;
  color: #06101f;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.34;
  letter-spacing: -0.05em;
}

.solution-ethics__highlights {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.solution-ethics__highlight {
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.solution-ethics__highlight span {
  display: block;
  color: #93a2b5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-ethics__highlight strong {
  display: block;
  margin-top: 10px;
  color: #132033;
  font-size: 1.08rem;
  line-height: 1.5;
}

.solution-ethics__highlight p {
  margin: 10px 0 0;
  color: #667180;
  font-size: 0.95rem;
  line-height: 1.76;
  word-break: keep-all;
}

.solution-riskmap {
  margin-top: 96px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(135deg, #fff, #f6faff);
  box-shadow: var(--shadow);
}
.solution-riskmap__head {
  max-width: 680px;
}
.solution-riskmap__head h3 {
  margin: 0;
  color: #06101f;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.34;
  letter-spacing: -0.05em;
}
.solution-riskmap__head p:not(.section-heading__eyebrow) {
  margin: 14px 0 0;
  color: #667180;
  line-height: 1.72;
}
.solution-riskmap__body {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-top: 34px;
}
.solution-riskmap__radar {
  position: relative;
  width: min(100%, 560px);
  min-height: 440px;
  margin: 0 auto;
  padding: 10px 8px 0;
  background: #fff;
}
.solution-riskmap__radar canvas {
  display: block;
  width: 100% !important;
  height: 440px !important;
}
.solution-riskmap__list {
  display: grid;
  gap: 18px;
}
.solution-riskmap__item-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #06101f;
  font-weight: 800;
}
.solution-riskmap__item-head span {
  color: #667180;
  font-size: 0.9rem;
  font-weight: 700;
}
.solution-riskmap__bar {
  position: relative;
  height: 12px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef6;
}
.solution-riskmap__bar i,
.solution-riskmap__bar b {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
}
.solution-riskmap__bar i {
  background: rgba(148, 163, 184, 0.72);
}
.solution-riskmap__bar b {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
}

.solution-riskdist {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-top: 96px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(135deg, #fff, #f8f6ff);
  box-shadow: var(--shadow);
}
.solution-riskdist__copy h3 {
  margin: 0;
  color: #06101f;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.34;
  letter-spacing: -0.05em;
}
.solution-riskdist__copy p:not(.section-heading__eyebrow) {
  margin: 14px 0 0;
  color: #667180;
  line-height: 1.72;
}
.solution-riskdist__visual {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.solution-riskdist__donut {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 48%, transparent 49%),
    conic-gradient(#4338ca 0 30%, #0f766e 30% 55%, #2563eb 55% 75%, #94a3b8 75% 90%, #e2e8f0 90% 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 18px 42px rgba(67, 56, 202, 0.12);
}
.solution-riskdist__donut strong {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: #06101f;
  text-align: center;
  font-size: 1rem;
  line-height: 1.35;
}
.solution-riskdist__list {
  display: grid;
  gap: 12px;
}
.solution-riskdist__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
}
.solution-riskdist__item span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #4338ca;
}
.solution-riskdist__item:nth-child(2) span { background: #0f766e; }
.solution-riskdist__item:nth-child(3) span { background: #2563eb; }
.solution-riskdist__item:nth-child(4) span { background: #94a3b8; }
.solution-riskdist__item:nth-child(5) span { background: #e2e8f0; border: 1px solid rgba(15, 23, 42, 0.12); }
.solution-riskdist__item strong {
  color: #132033;
  font-size: 0.98rem;
}
.solution-riskdist__item b {
  color: #4338ca;
  font-size: 1rem;
}

.solution-ethics__flow,
.solution-ethics__programs,
.solution-ethics__metrics {
  margin-top: 108px;
}

.solution-ethics__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.solution-ethics__step {
  min-height: 220px;
  padding: 30px 28px;
}

.solution-ethics__step span,
.solution-ethics__card-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary-2);
  font-size: 0.82rem;
  font-weight: 800;
}

.solution-ethics__step strong {
  display: block;
  margin-top: 22px;
  color: #06101f;
  font-size: 1.18rem;
  line-height: 1.45;
}

.solution-ethics__step p {
  margin: 14px 0 0;
  color: #667180;
  font-size: 0.96rem;
  line-height: 1.8;
  word-break: keep-all;
}

.solution-ethics__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 44px;
}
@media (min-width: 1320px) {
  .solution-ethics__grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }
  .solution-ethics__grid--five .solution-ethics__card {
    padding: 28px 24px;
  }
  .solution-ethics__grid--five .solution-ethics__list li {
    font-size: 0.92rem;
    line-height: 1.78;
  }
}

.solution-ethics__card {
  padding: 32px 30px;
}

.solution-ethics__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.solution-ethics__card-head h4,
.solution-ethics__metric h4 {
  margin: 0;
  color: #06101f;
  font-size: 1.22rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.solution-ethics__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-ethics__list li {
  position: relative;
  padding-left: 18px;
  color: #5f6673;
  font-size: 0.98rem;
  line-height: 1.82;
  word-break: keep-all;
}

.solution-ethics__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--primary-2);
}

.solution-ethics__metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.solution-ethics__metric {
  min-height: 220px;
  padding: 34px 30px;
}

.solution-ethics__metric strong {
  display: block;
  color: var(--primary-2);
  font-size: clamp(2.6rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.solution-ethics__metric h4 {
  margin-top: 22px;
}

.solution-ethics__metric p {
  margin: 12px 0 0;
  color: #667180;
  font-size: 0.94rem;
  line-height: 1.75;
}

.solution-block + .solution-block { margin-top: 44px; }
.solution-block__head { margin-bottom: 18px; }

.solutions-story {
  position: relative;
  margin-top: 22px;
}

.solutions-story__sticky {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.7fr) minmax(300px, 0.92fr);
  gap: 56px;
  align-items: start;
}

.solutions-story__copy {
  position: sticky;
  top: 126px;
  min-height: calc(100svh - 152px);
  display: flex;
  align-items: center;
}

.solutions-story__pane {
  display: none;
  max-width: 620px;
}

.solutions-story__pane.is-active {
  display: block;
}

.solutions-story__eyebrow {
  margin: 0 0 24px;
  color: #ef4444;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.solutions-story__pane h3 {
  margin: 0;
  color: #05070b;
  font-size: clamp(2rem, 3.35vw, 3.05rem);
  line-height: 1.28;
  letter-spacing: -0.07em;
  font-weight: 800;
}

.solutions-story__body {
  margin: 26px 0 0;
  color: #5f6673;
  font-size: 1rem;
  line-height: 1.9;
  word-break: keep-all;
}

.solutions-story__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.solutions-story__center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 126px;
  min-height: calc(100svh - 152px);
}

.solutions-story__icon-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  aspect-ratio: 1.12;
  overflow: hidden;
}

.solutions-story__icon {
  display: block;
  width: 230%;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: none;
  transition: opacity 0.22s ease;
}

.solutions-story__rail {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 48px;
  padding-top: 8px;
  padding-bottom: 20vh;
}

.solutions-story__rail-line {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(15, 23, 42, 0.12);
}

.solutions-story__item {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 12px;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  opacity: 0.38;
  min-height: 38vh;
  align-content: start;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.solutions-story__item.is-active,
.solutions-story__item:hover,
.solutions-story__item:focus-visible {
  opacity: 1;
  transform: translateX(0);
}

.solutions-story__dot {
  position: absolute;
  left: -47px;
  top: 0.65rem;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #bfc5ce;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.solutions-story__item.is-active .solutions-story__dot {
  background: #ef4444;
  transform: scale(1.06);
}

.solutions-story__item-label {
  color: #ef4444;
  font-size: 0.98rem;
  font-weight: 500;
}

.solutions-story__item-title {
  color: #05070b;
  font-size: 1.48rem;
  line-height: 1.38;
  letter-spacing: -0.05em;
}

.solutions-story__item-desc {
  color: #67707d;
  font-size: 0.98rem;
  line-height: 1.78;
}

.solutions-story__item-quote {
  color: #9aa1ab;
  font-size: 0.95rem;
  line-height: 1.75;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tabs__button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.tabs__button.is-active {
  background: var(--surface-dark);
  color: #fff;
  border-color: var(--surface-dark);
}

.insight-panel {
  gap: 24px;
  align-items: stretch;
}

.insight-panel--filter {
  grid-auto-rows: 1fr;
}

.insight-panel .content-card {
  height: 100%;
  padding: 30px 28px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
}

.insight-panel .content-card__meta {
  margin-bottom: 14px;
}

.insight-panel .content-card h3 {
  margin-bottom: 14px;
}

.insight-panel .content-card p {
  margin: 0;
  line-height: 1.78;
}

.insight-panel .feature-card__actions {
  margin-top: 24px;
}

.insight-panel .text-link {
  margin-top: auto;
}

.sitemap-section {
  background: #f8fafc;
}

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

.sitemap-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.sitemap-card__title {
  display: inline-flex;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.sitemap-card__title:hover {
  color: var(--primary-2);
  text-decoration: none;
}

.sitemap-card p {
  margin: 14px 0 24px;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.7;
  word-break: keep-all;
}

.sitemap-card__links {
  display: grid;
  gap: 10px;
}

.sitemap-card__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  color: #334155;
  font-size: 0.96rem;
  font-weight: 800;
}

.sitemap-card__links a::after {
  content: ">";
  color: #94a3b8;
  font-size: 0.85rem;
}

.sitemap-card__links a:hover {
  color: var(--primary-2);
  text-decoration: none;
}

.support-panel {
  padding: 28px;
}

.support-inquiry__intro {
  max-width: 760px;
  margin-bottom: 36px;
}

.support-flash-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 20px;
}

.support-flash-modal[hidden] {
  display: none !important;
}

.support-flash-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.7);
}

.support-flash-modal__dialog {
  position: relative;
  width: min(100%, 620px);
  border-radius: 24px;
  padding: 36px 34px 30px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 36px 80px rgba(2, 6, 23, 0.3);
  text-align: center;
}

.support-flash-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #e2e8f0;
  cursor: pointer;
}

.support-flash-modal__close::before,
.support-flash-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--dark-navy);
}

.support-flash-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.support-flash-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.support-flash-modal__dialog h3 {
  margin: 4px 0 14px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.support-flash-modal__message {
  margin: 0 0 24px;
  font-size: 1.03rem;
  line-height: 1.85;
  color: #334155;
  text-align: center;
}

.support-flash-modal .button {
  min-width: 140px;
  margin: 0 auto;
}

.support-flash-modal--success .support-flash-modal__dialog {
  border-color: rgba(5, 150, 105, 0.28);
}

.support-flash-modal--success .support-flash-modal__message {
  color: #047857;
}

.support-flash-modal--error .support-flash-modal__dialog {
  border-color: rgba(220, 38, 38, 0.26);
}

.support-flash-modal--error .support-flash-modal__message {
  color: #b91c1c;
}

.support-inquiry__alert {
  margin-bottom: 28px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.support-inquiry__alert p {
  margin: 0;
  font-weight: 600;
}

.support-inquiry__alert--success {
  background: rgba(236, 253, 245, 0.92);
  border-color: rgba(5, 150, 105, 0.24);
}

.support-inquiry__alert--success p {
  color: #047857;
}

.support-inquiry__alert--error {
  background: rgba(254, 242, 242, 0.92);
  border-color: rgba(239, 68, 68, 0.22);
}

.support-inquiry__alert--error p {
  color: #b91c1c;
}

.support-inquiry__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.support-inquiry__aside {
  display: flex;
  min-height: 100%;
}

.support-inquiry__card,
.support-inquiry__form-shell,
.support-inquiry__consent {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}

.support-inquiry__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 28px;
}

.support-inquiry__card h3 {
  margin: 0 0 22px;
  color: #06101f;
  font-size: 1.34rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.support-inquiry__contact-list {
  display: grid;
  gap: 18px;
}

.support-inquiry__contact-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.support-inquiry__contact-item--wide {
  grid-column: 1 / -1;
}

.support-inquiry__contact-icon {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 999px;
  background: var(--dark-navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.support-inquiry__contact-item small {
  display: block;
  margin-bottom: 6px;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
}

.support-inquiry__contact-item strong {
  display: block;
  color: #0f172a;
  font-size: 1.02rem;
  line-height: 1.5;
}

.support-inquiry__contact-item p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
}

.support-inquiry__visual {
  position: relative;
  flex: 1 1 220px;
  min-height: 220px;
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e2e8f0;
}

.support-inquiry__visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: brightness(1.08) saturate(1.04);
}

.support-inquiry__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(6,16,31,0.16));
  pointer-events: none;
}

.support-inquiry__form-shell {
  padding: 34px 34px 32px;
}

.support-inquiry__form {
  display: grid;
  gap: 24px;
}

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

.support-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.support-form label > span {
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 700;
}

.support-form label > span em {
  color: var(--primary);
  font-style: normal;
}

.support-form__full { grid-column: 1 / -1; }

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
  padding: 15px 16px;
  color: var(--text);
}

.support-form select {
  appearance: none;
}

.support-form textarea {
  resize: vertical;
  min-height: 220px;
}

.support-inquiry__consent {
  padding: 22px 22px 20px;
  background: #f8fafc;
  box-shadow: none;
}

.support-inquiry__consent-head {
  margin-bottom: 14px;
}

.support-inquiry__consent-head strong {
  color: #0f172a;
  font-size: 0.95rem;
}

.support-inquiry__consent p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.72;
}

.support-inquiry__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 700;
}

.support-inquiry__checkbox input {
  width: 18px;
  height: 18px;
}

.support-inquiry__submit {
  width: 100%;
}

.support-inquiry__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.brochure-request__head {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.brochure-request__head h2 {
  margin: 0 0 18px;
  color: #06101f;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.brochure-request__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.brochure-request__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.brochure-request__card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.brochure-request__icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  border-radius: 18px;
  background: var(--dark-navy);
}

.brochure-request__icon::before,
.brochure-request__icon::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  background: #fff;
  border-radius: 999px;
}

.brochure-request__icon::before {
  top: 19px;
  height: 3px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.88);
}

.brochure-request__icon::after {
  bottom: 13px;
  height: 3px;
  opacity: 0.72;
}

.brochure-request__card h3 {
  margin: 0;
  color: #06101f;
  font-size: 1.18rem;
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.brochure-request__card p:not(.content-card__meta) {
  margin: 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.72;
}

.brochure-request__lock {
  align-self: end;
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 800;
}

.brochure-request__form-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.support-inquiry__company-card {
  margin-bottom: 24px;
}

.support-inquiry__company-card .support-inquiry__contact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brochure-request__form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.brochure-request__form h3 {
  margin: 0;
  color: #06101f;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.map-placeholder {
  min-height: 320px;
  display: grid;
  place-items: center;
  color: var(--muted);
  letter-spacing: 0.18em;
  background:
    linear-gradient(135deg, rgba(29,78,216,0.08), rgba(15,118,110,0.08)),
    #fff;
}

.cta-band__inner {
  min-height: calc(100svh - 140px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  align-items: start;
  gap: 48px;
  padding: 96px 0 84px;
  color: #fff;
}

.cta-band__copy {
  max-width: 560px;
}

.cta-band__eyebrow {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.92);
  text-transform: none;
  letter-spacing: -0.02em;
}

.cta-band__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: 1em;
  background: #ef4444;
}

.cta-band__copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 1.24;
  letter-spacing: -0.06em;
  color: #fff;
}

.cta-band__copy p:last-child {
  max-width: 460px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: 1.08rem;
  line-height: 1.75;
}

.cta-band__aside {
  align-self: end;
  justify-self: end;
  max-width: 620px;
  padding-bottom: 18px;
}

.cta-band__desc {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 1rem;
  line-height: 1.85;
  word-break: keep-all;
}

.cta-band__link {
  margin-top: 42px;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stat-card,
.feature-card,
.content-card,
.dark-card {
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background-color 0.45s ease;
}

.stat-card:hover,
.feature-card:hover,
.content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.12);
}

.dark-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.1);
}

.diag-layout { margin-bottom: 28px; }
.diagnostic-form { display: grid; gap: 22px; }
[data-question-list] {
  display: grid;
  gap: clamp(28px, 4vw, 42px);
}
.diag-section { padding: clamp(20px, 3vw, 30px); }
.diag-section__head { margin-bottom: 22px; }
.diag-section__head p:not(.diag-section__eyebrow) {
  margin: -4px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.diag-question {
  padding: 18px 0 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.diag-question + .diag-question { margin-top: 20px; }
.diag-question__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.diag-question__number {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
}
.diag-question p { margin: 3px 0 0; font-weight: 700; line-height: 1.62; color: var(--ink); }
.diag-scale { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.diag-scale label { position: relative; min-width: 0; }
.diag-scale input { position: absolute; opacity: 0; inset: 0; }
.diag-scale span {
  display: grid;
  place-items: center;
  gap: 2px;
  width: 100%;
  min-width: 0;
  min-height: 66px;
  padding: 9px 8px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.diag-scale em {
  color: inherit;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.28;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.diag-scale input:checked + span {
  background: var(--surface-dark);
  color: #fff;
  border-color: var(--surface-dark);
}
.diag-scale label:hover span { border-color: rgba(15, 23, 42, 0.28); transform: translateY(-1px); }

.diagnostic-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
}
.diagnostic-modal[hidden] { display: none; }
.diagnostic-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 11, 0.62);
  backdrop-filter: blur(8px);
}
.diagnostic-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(88vh, 820px);
  overflow: auto;
  border-radius: 28px;
  background: #f8fafc;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}
.diagnostic-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  cursor: pointer;
}
.diagnostic-modal__close::before,
.diagnostic-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
}
.diagnostic-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.diagnostic-modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
body.is-diagnostic-modal-open { overflow: hidden; }

.result-box,
.result-chart { padding: clamp(22px, 4vw, 34px); }
.result-box h3 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.result-box h3 small {
  display: inline-block;
  margin-left: 8px;
  color: var(--primary);
  font-size: 1rem;
  letter-spacing: 0;
  vertical-align: middle;
}
.diagnostic-result__level {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.18rem;
}
.diagnostic-result__grid {
  display: grid;
  margin-top: 22px;
}
.diagnostic-chart-panel {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
}
.diagnostic-chart-panel h4 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}
.diagnostic-chart-panel__canvas {
  position: relative;
  width: 100%;
  height: min(40vh, 380px);
  min-height: 320px;
}
.diagnostic-chart-panel__canvas canvas {
  width: 100% !important;
  height: 100% !important;
}
.diagnostic-chart-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: center;
}
.diagnostic-strategy {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.diagnostic-strategy[hidden] {
  display: none;
}
.diagnostic-strategy__panel,
.diagnostic-roadmap {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
}
.diagnostic-strategy__panel span,
.diagnostic-roadmap > span,
.diagnostic-roadmap__grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.diagnostic-strategy__panel p,
.diagnostic-roadmap p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.diagnostic-roadmap > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.05rem;
}
.diagnostic-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.diagnostic-roadmap__grid > div {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
}
.diagnostic-roadmap__grid strong {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
}
.diagnostic-roadmap__grid ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.diagnostic-roadmap__grid li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.diagnostic-roadmap__grid li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--primary);
}
.diagnostic-advice {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.09);
}
.diagnostic-advice span {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}
.diagnostic-advice strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.05rem;
}
.diagnostic-advice p,
.result-box > p {
  color: var(--muted);
  line-height: 1.72;
}
.diagnostic-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.result-chart {
  min-height: 340px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow);
}

.site-footer {
  margin-top: 0;
  padding: 96px 0 40px;
  background: #fff;
  color: #111827;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.site-ai-cta {
  padding: 52px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
}

.site-ai-cta__inner {
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
}

.site-ai-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 132px;
  padding: 26px 30px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.site-ai-cta__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.site-ai-cta__eyebrow {
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-ai-cta__copy strong {
  color: #0f172a;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.site-ai-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--dark-navy);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
}

.site-ai-cta__button:hover,
.site-ai-cta__button:focus {
  transform: translateY(-2px);
  background: #0f766e;
  color: #fff;
  box-shadow: 0 18px 34px rgba(15, 118, 110, 0.22);
}

.site-ai-cta__button::after {
  content: "\2192";
  margin-left: 10px;
  font-size: 1.12rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr);
  gap: 72px;
  align-items: start;
  padding-bottom: 120px;
}

.site-footer__hero {
  max-width: 560px;
}

.site-brand--footer {
  margin-bottom: 28px;
  color: #111827;
}

.site-brand--footer .site-brand__logo {
  width: 220px;
  height: 56px;
  filter: grayscale(1) brightness(0.72) opacity(0.64);
}

.site-brand--footer .site-brand__image--blue {
  opacity: 1;
}

.site-brand--footer .site-brand__image--white {
  opacity: 0;
}

.site-footer__headline {
  margin: 0;
  font-size: clamp(3.6rem, 5.8vw, 5.9rem);
  line-height: 1.04;
  letter-spacing: -0.08em;
  font-weight: 800;
  color: #05070b;
}

.site-footer__family {
  margin-top: 48px;
  width: 284px;
  min-height: 62px;
  padding: 0 24px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.site-footer__family-icon {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

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

.site-footer__links {
  display: grid;
  align-content: start;
  gap: 18px;
}

.site-footer__links a {
  color: #111827;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-footer__links--muted a {
  color: #6b7280;
  font-weight: 600;
}

.site-footer__meta {
  width: min(calc(100% - 40px), 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.site-footer__meta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.site-footer__meta-links a {
  color: #6b7280;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-footer__meta-links a:first-child {
  color: #111827;
}

.site-footer__meta-copy p {
  margin: 0;
  color: #8a9099;
  font-size: 0.94rem;
  line-height: 1.9;
}

.alics-overview {
  background: #fff;
}

.alics-architecture {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.alics-architecture article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #f8fafc;
}

.alics-architecture span,
.alics-card__head span,
.alics-card--dark > span {
  display: inline-flex;
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alics-architecture strong {
  display: block;
  margin-top: 32px;
  color: #0f172a;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.alics-architecture p {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.72;
}

.alics-solutions {
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.alics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.alics-card {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.alics-card__head {
  padding: 30px 30px 26px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(15, 118, 110, 0.1), transparent 34%),
    #fff;
}

.alics-card__head h3,
.alics-card--dark h3 {
  margin: 16px 0 12px;
  color: #0f172a;
  font-size: 1.42rem;
  line-height: 1.26;
  letter-spacing: -0.05em;
}

.alics-card__head p,
.alics-card--dark p {
  margin: 0;
  color: #64748b;
  line-height: 1.72;
}

.alics-card__body {
  margin: 26px 30px 0;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  background: #f8fafc;
}

.alics-card__body strong {
  display: block;
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 900;
}

.alics-card__body p {
  margin: 0;
  color: #64748b;
  line-height: 1.72;
}

.alics-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding: 24px 30px 30px;
}

.alics-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.alics-card__button--primary {
  border-color: var(--dark-navy);
  background: var(--dark-navy);
  color: #fff;
}

.alics-card__button:hover,
.alics-card__button:focus {
  transform: translateY(-2px);
  border-color: #0f766e;
  background: #0f766e;
  color: #fff;
  box-shadow: 0 14px 24px rgba(15, 118, 110, 0.18);
}

.alics-card--dark {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 300px;
  padding: 34px;
  border-color: rgba(15, 23, 42, 0.9);
  background:
    radial-gradient(circle at 20% 0%, rgba(15, 118, 110, 0.28), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #102335 100%);
  color: #fff;
}

.alics-card--dark > span {
  color: #7dd3fc;
}

.alics-card--dark h3,
.alics-card--dark p {
  color: #fff;
}

.alics-card--dark p {
  color: rgba(226, 232, 240, 0.82);
}

.alics-card--dark .button {
  margin-top: 28px;
  width: fit-content;
  background: #fff;
  color: #0f172a;
  box-shadow: none;
}

.alics-modal[hidden] {
  display: none;
}

.alics-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.alics-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
}

.alics-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(760px, calc(100vh - 56px));
  overflow: auto;
  padding: 38px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.24);
}

.alics-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #f8fafc;
  cursor: pointer;
}

.alics-modal__close::before,
.alics-modal__close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 20px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--dark-navy);
}

.alics-modal__close::before {
  transform: rotate(45deg);
}

.alics-modal__close::after {
  transform: rotate(-45deg);
}

.alics-modal__eyebrow {
  margin: 0 52px 12px 0;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alics-modal h2 {
  margin: 0 52px 24px 0;
  color: #0f172a;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.06em;
}

.alics-modal__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alics-modal__list li {
  position: relative;
  min-height: 54px;
  padding: 16px 18px 16px 42px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  line-height: 1.62;
}

.alics-modal__list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #0f766e;
}

.alics-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 1080px) {
  .site-header__inner { min-height: 82px; }
  .site-header__nav-area { flex: 0 0 auto; }
  .site-nav--desktop { display: none; }
  .site-header__dropdown { display: none; }
  .site-header__menu { display: inline-flex; }
  .location-bar { top: 82px; }
  .location-bar__inner {
    min-height: 64px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0;
  }
  .location-bar__nav {
    gap: 18px;
  }
  .location-bar__link {
    min-height: 44px;
  }
  .site-ai-cta__panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .site-ai-cta__button {
    width: fit-content;
  }
  .alics-architecture,
  .alics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alics-card__body {
    margin-left: 24px;
    margin-right: 24px;
  }
  .alics-card__actions {
    grid-template-columns: 1fr;
  }
  .mega-menu { padding: 0; }
  .mega-menu__inner {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    padding: 104px 22px 32px;
  }
  .mega-menu__head {
    display: none;
  }
  .section--screen {
    min-height: auto;
  }
  .mega-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-grid,
  .card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sitemap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stage__hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-stage__copy,
  .about-section-head,
  .about-section-head--narrow {
    max-width: 100%;
  }
  .about-stage__visual {
    min-height: 420px;
  }
  .about-stage__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 56px;
  }
  .about-stage__point p {
    max-width: 100%;
  }
  .about-stage,
  .about-principles,
  .about-partners {
    padding-top: 116px;
    padding-bottom: 132px;
  }
  .about-principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .about-journey {
    padding-top: 116px;
  }
  .about-journey__list {
    gap: 28px;
    margin-top: 72px;
  }
  .about-journey__entry {
    flex-basis: min(360px, 42vw);
  }
  .about-partners__wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 60px;
  }
  .about-location-section {
    padding-top: 0px;
  }
  .about-map-overlay {
    width: min(100% - 40px, 420px);
  }
  .insight-showcase__head {
    margin-bottom: 36px;
  }
  .insight-showcase__track {
    gap: 20px;
  }
  .insight-showcase__card {
    min-width: min(64vw, 420px);
    flex: 0 0 min(64vw, 420px);
    min-height: 420px;
    scroll-snap-align: start;
  }
  .two-column,
  .cta-band__inner { grid-template-columns: 1fr; display: grid; }
  .site-footer {
    padding: 72px 0 32px;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-bottom: 72px;
  }
  .site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .cta-band__inner {
    min-height: auto;
    padding: 86px 0 70px;
    gap: 36px;
  }
  .cta-band__aside {
    justify-self: start;
    align-self: start;
    max-width: 560px;
    padding-bottom: 0;
  }
  .solutions-story__sticky {
    position: static;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .solutions-story__copy {
    position: static;
    min-height: auto;
  }
  .solutions-story__center {
    position: static;
    order: -1;
    min-height: auto;
  }
  .solutions-story__icon-frame {
    width: min(100%, 300px);
  }
  .solutions-story__rail {
    gap: 22px;
    padding-left: 28px;
  }
  .solutions-story__dot {
    left: -28px;
  }
  .solutions-story__item {
    opacity: 1;
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .section--screen { min-height: auto; }
  .section__inner,
  .hero-slide__content,
  .page-hero__inner { width: min(calc(100% - 24px), 1400px); }
  .site-header__inner {
    width: min(calc(100% - 24px), 1400px);
    padding: 0;
    gap: 12px;
    min-height: 76px;
  }
  .site-brand {
    flex: 1;
    min-width: 0;
  }
  .site-brand__logo {
    width: 162px;
    height: 42px;
  }
  .site-header__actions {
    gap: 0;
    flex: 0 0 auto;
  }
  .site-header__auth-link {
    display: none;
  }
  .site-header__menu {
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    justify-content: center;
  }
  .site-header__menu-text {
    display: none;
  }
  .site-ai-cta {
    padding: 34px 0;
  }
  .site-ai-cta__inner {
    width: min(calc(100% - 24px), 1400px);
  }
  .site-ai-cta__panel {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }
  .site-ai-cta__button {
    grid-column: auto;
    width: 100%;
  }
  .alics-architecture,
  .alics-grid {
    grid-template-columns: 1fr;
  }
  .alics-architecture article,
  .alics-card {
    min-height: 0;
  }
  .alics-card__head,
  .alics-card--dark {
    padding: 24px 22px;
  }
  .alics-card__body {
    margin: 20px 22px 0;
    padding: 18px;
  }
  .alics-card__actions {
    grid-template-columns: 1fr;
    padding: 20px 22px 24px;
  }
  .alics-modal {
    padding: 16px;
  }
  .alics-modal__dialog {
    max-height: calc(100vh - 32px);
    padding: 28px 20px 22px;
    border-radius: 24px;
  }
  .alics-modal h2,
  .alics-modal__eyebrow {
    margin-right: 48px;
  }
  .alics-modal__footer {
    flex-direction: column;
  }
  .alics-modal__footer .button {
    width: 100%;
  }
  .course-popup {
    padding: 14px;
  }
  .course-popup__dialog {
    padding: 26px 20px;
  }
  .course-popup__dialog--video {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    padding: 22px 16px 16px;
  }
  .course-popup__dialog--video h3 {
    margin-right: 48px;
    font-size: 1.12rem;
  }
  .course-popup__video {
    max-height: calc(100dvh - 150px);
  }
  .about-stage,
  .about-principles,
  .about-partners {
    padding-top: 88px;
    padding-bottom: 104px;
  }
  .about-journey {
    padding-top: 88px;
  }
  .location-bar { top: 76px; }
  .location-bar__inner {
    width: min(calc(100% - 24px), 1400px);
    min-height: auto;
    align-items: stretch;
    gap: 6px;
    padding: 8px 0 2px;
  }
  .board-page-heading__inner {
    width: min(calc(100% - 24px), 1400px);
    padding: 28px 0 24px;
  }
  .board-page-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }
  .location-bar__path { display: none; }
  .location-bar__nav {
    width: 100%;
    gap: 16px;
  }
  .location-bar__link {
    min-height: 48px;
    padding: 0 2px;
    font-size: 0.88rem;
  }
  .hero-slide__content {
    min-height: 100svh;
    padding: 146px 0 172px;
  }
  .page-hero,
  .page-hero__inner { min-height: 380px; }
  .page-hero__inner { padding: 120px 0 48px; }
  .hero h1,
  .page-hero h1 { font-size: clamp(1.9rem, 7.8vw, 2.8rem); }
  .page-hero--about h1,
  .page-hero--solutions h1,
  .page-hero--competency h1,
  .page-hero--insight h1,
  .page-hero--support h1 {
    max-width: 10ch;
    font-size: clamp(2.1rem, 8vw, 3rem);
    line-height: 1.14;
  }
  .hero-copy {
    width: min(100%, 520px);
    gap: 38px;
  }
  .hero-copy__sub {
    max-width: 100%;
    padding-left: 16px;
  }
  .hero-thumbs {
    left: 12px;
    right: 12px;
    bottom: 22px;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .hero-thumb { min-width: 112px; width: 112px; }
  .hero-thumb__image { height: 72px; }
  .hero-progress { left: 12px; bottom: 122px; }
  .insight-showcase__intro h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }
  .insight-showcase__summary {
    font-size: 0.94rem;
    line-height: 1.78;
  }
  .insight-showcase__controls {
    justify-content: flex-start;
    gap: 10px;
  }
  .insight-showcase__arrow {
    width: 54px;
    height: 54px;
    font-size: 1.3rem;
  }
  .insight-showcase__card {
    min-width: 78vw;
    flex-basis: 78vw;
    min-height: 390px;
  }
  .insight-showcase__card.is-featured {
    min-width: 82vw;
    flex-basis: 82vw;
    width: 82vw;
  }
  .insight-showcase__content {
    padding: 20px 20px 22px;
  }
  .insight-showcase__content h3 {
    font-size: 1.22rem;
  }
  .insight-showcase__desc {
    font-size: 0.9rem;
    line-height: 1.72;
  }
  .solutions-story {
    margin-top: 8px;
  }
  .solutions-story__sticky {
    gap: 28px;
  }
  .solutions-story__icon-frame {
    width: min(100%, 260px);
  }
  .solutions-story__eyebrow {
    margin-bottom: 16px;
    font-size: 0.92rem;
  }
  .solutions-story__pane h3 {
    font-size: clamp(2rem, 8.4vw, 2.7rem);
  }
  .solutions-story__body {
    margin-top: 20px;
    font-size: 0.95rem;
    line-height: 1.82;
  }
  .solutions-story__actions {
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .solutions-story__rail {
    gap: 18px;
    padding-left: 22px;
  }
  .solutions-story__rail-line {
    left: 6px;
  }
  .solutions-story__dot {
    left: -22px;
    width: 13px;
    height: 13px;
  }
  .solutions-story__item {
    gap: 8px;
    min-height: auto;
  }
  .solutions-story__item-title {
    font-size: 1.16rem;
    line-height: 1.5;
  }
  .solutions-story__item-desc,
  .solutions-story__item-quote {
    font-size: 0.9rem;
    line-height: 1.72;
  }
  .section--cta {
    background-position: center center;
  }
  .cta-band__inner {
    padding: 74px 0 52px;
    gap: 28px;
  }
  .cta-band__copy h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
  .cta-band__copy p:last-child,
  .cta-band__desc {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .cta-band__link {
    margin-top: 30px;
    font-size: 0.95rem;
  }
  .section--overview {
    padding: 120px 0 48px;
  }
  .section--overview .section__inner {
    min-height: auto;
  }
  .overview-copy {
    margin-bottom: 48px;
  }
  .overview-copy__eyebrow {
    padding-left: 18px;
    font-size: 0.86rem;
  }
  .overview-copy h2 {
    font-size: clamp(2rem, 8.8vw, 2.95rem);
    line-height: 1.24;
  }
  .overview-copy__text {
    margin-top: 22px;
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .overview-copy__text br {
    display: none;
  }
  .overview-copy__link {
    margin-top: 36px;
  }
  .section--overview .stat-grid {
    grid-template-columns: 1fr;
  }
  .section--overview .stat-card {
    min-height: auto;
    padding: 22px 0 22px 18px;
    border-top: 1px solid #e5e7eb;
    border-right:1px solid #e5e7eb;
  }
  .section--overview .stat-card:last-child{
    border-bottom: 1px solid #e5e7eb;
  }
  .section--overview .stat-card strong {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }
  .section--overview .stat-card span {
    margin-top: 28px;
  }
  .mega-menu__grid { grid-template-columns: 1fr; }
  .mega-menu__section { padding: 18px; border-radius: 20px; }
  .mega-menu__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .site-footer__headline {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }
  .site-brand--footer {
    margin-bottom: 22px;
  }
  .site-brand--footer .site-brand__logo {
    width: 184px;
    height: 48px;
  }
  .site-footer__family {
    width: 100%;
    max-width: 280px;
    margin-top: 34px;
  }
  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer__links {
    gap: 14px;
  }
  .site-footer__meta {
    width: min(calc(100% - 24px), 1400px);
    gap: 18px;
  }
  .site-footer__meta-links {
    gap: 12px 18px;
  }
  .site-footer__meta-links a,
  .site-footer__meta-copy p {
    font-size: 0.9rem;
  }
  .stat-grid,
  .card-grid--three,
  .card-grid--two,
  .card-grid--four,
  .sitemap-grid,
  .support-form { grid-template-columns: 1fr; }
  .about-stage__hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-stage__copy {
    max-width: 100%;
  }
  .about-stage__copy h2,
  .about-section-head h2 {
    font-size: clamp(2rem, 8.6vw, 3rem);
    line-height: 1.18;
    max-width: 11ch;
  }
  .about-stage__copy p,
  .about-section-head p,
  .about-journey__entry p,
  .about-map-overlay p {
    margin-top: 16px;
    text-align: left;
    font-size: 0.96rem;
    line-height: 1.76;
  }
  .about-stage__copy p + p {
    margin-top: 14px;
  }
  .about-stage__visual {
    min-height: 300px;
  }
  .about-stage__points {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }
  .about-stage__visual-copy,
  .about-map-overlay {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .about-stage__visual-copy strong {
    font-size: clamp(1.7rem, 7.2vw, 2.2rem);
  }
  .about-stage__visual-copy p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.68;
  }
  .about-stage__point,
  .about-principles__item,
  .about-journey__entry,
  .about-partners__card {
    padding-top: 20px;
  }
  .about-stage__point h3,
  .about-principles__item h3,
  .about-journey__entry strong {
    margin-top: 18px;
    font-size: 1.12rem;
  }
  .about-stage__point p {
    max-width: 100%;
  }
  .about-principles__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .about-principles__item {
    min-height: 0;
  }
  .about-journey__list {
    gap: 22px;
    margin-top: 56px;
    padding-bottom: 20px;
  }
  .about-journey__entry {
    flex-basis: 84vw;
    min-height: 280px;
  }
  .about-map-shell,
  .about-map-canvas,
  .about-map-placeholder {
    min-height: 52vh;
  }
  .about-partners__wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 52px;
  }
  .about-partners__card {
    min-height: 104px;
    padding: 20px;
  }
  .about-partners__name {
    font-size: 0.92rem;
  }
  .about-map-placeholder {
    padding: 28px 24px;
  }
  .about-stage__point span,
  .about-principles__item span {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }
  .about-journey__entry span {
    font-size: clamp(1.45rem, 7vw, 2rem);
    margin: 24px 0 18px;
  }
  .about-location-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-map-shell {
    min-height: auto;
  }
  .about-map-overlay {
    position: static;
    width: auto;
    padding: 22px;
    margin: 0;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -16px 44px rgba(15, 23, 42, 0.14);
  }
  .about-map-overlay h3 {
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }
  .about-map-overlay__contact {
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
  }
  .diag-scale { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .diag-scale span { min-height: 62px; padding: 8px 5px; }
  .diag-scale em { font-size: clamp(0.62rem, 2.1vw, 0.74rem); }
}

@media (max-width: 560px) {
  [data-question-list] { gap: 32px; }
  .diag-section { padding: 20px 16px; }
  .diag-question__row { gap: 10px; }
  .diag-question__number {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }
  .diag-question p {
    font-size: 0.94rem;
    line-height: 1.58;
  }
  .diag-scale { gap: 6px; }
  .diag-scale span {
    min-height: 60px;
    padding: 7px 3px;
    border-radius: 11px;
  }
  .diag-scale em {
    font-size: clamp(0.58rem, 2.7vw, 0.68rem);
    line-height: 1.22;
  }
  .diagnostic-modal {
    align-items: end;
    padding: 12px;
  }
  .diagnostic-modal__dialog {
    max-height: 92svh;
    border-radius: 22px;
  }
  .diagnostic-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .result-box,
  .result-chart { padding: 20px 16px; }
  .result-box h3 { padding-right: 44px; }
  .result-chart { min-height: 280px; }
  .diagnostic-roadmap__grid {
    grid-template-columns: 1fr;
  }
  .diagnostic-result__actions .button {
    width: 100%;
    justify-content: center;
  }
  .about-stage,
  .about-principles,
  .about-partners {
    padding-top: 72px;
    padding-bottom: 84px;
  }
  .about-journey {
    padding-top: 72px;
  }
  .page-hero--about h1 {
    max-width: 9ch;
    font-size: clamp(2rem, 10vw, 2.6rem);
  }
  .about-stage__visual {
    min-height: 250px;
    border-radius: 28px;
  }
  .about-stage__visual-copy,
  .about-map-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .about-stage__point span {
    font-size: clamp(2rem, 11vw, 3rem);
    letter-spacing: -0.06em;
  }
  .about-journey__entry {
    flex-basis: 88vw;
  }
  .about-partners__wall {
    grid-template-columns: 1fr;
  }
  .about-partners__card {
    min-height: 124px;
  }
  .about-map-shell,
  .about-map-canvas,
  .about-map-placeholder {
    min-height: 44vh;
  }
  .about-map-overlay {
    padding: 20px 18px 22px;
    border-radius: 20px 20px 0 0;
  }
}

.section--competency-immersive {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #05070b;
}

.competency-showcase__bg,
.competency-showcase__bg-item,
.competency-showcase__bg-overlay {
  position: absolute;
  inset: 0;
}

.competency-showcase__bg-item {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s ease, transform 1.15s ease;
}

.competency-showcase__bg-item.is-active {
  opacity: 1;
  transform: scale(1);
}

.competency-showcase__bg-overlay {
  background:
    linear-gradient(180deg, rgba(4, 8, 16, 0.52) 0%, rgba(4, 8, 16, 0.28) 28%, rgba(4, 8, 16, 0.52) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.14) 54%, rgba(0, 0, 0, 0.4) 100%);
}

.competency-showcase__inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 148px;
  padding-bottom: 54px;
}

.competency-showcase__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
}

.competency-showcase__tab {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0;
  cursor: pointer;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.competency-showcase__divider {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.88rem;
  line-height: 1;
  transform: translateY(-1px);
  user-select: none;
}

.competency-showcase__tab.is-active,
.competency-showcase__tab:hover,
.competency-showcase__tab:focus-visible {
  color: #fff;
}

.competency-showcase__panes {
  position: relative;
}

.competency-showcase__pane {
  display: none;
  gap: 46px;
}

.competency-showcase__pane.is-active {
  display: grid;
}

.competency-showcase__pane[hidden] {
  display: none !important;
}

.competency-showcase__copy {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  margin: 0 auto;
  max-width: 500px;
}

.competency-showcase__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.competency-showcase__copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.22;
  letter-spacing: -0.04em;
  max-width: 920px;
}

.competency-showcase__desc {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.78;
}

.competency-showcase__link {
  margin-top: 8px;
}

.competency-showcase__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: auto;
  max-width: 80%;
  margin: auto;
}

.competency-showcase__detail {
  min-height: 186px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.competency-showcase__detail h3 {
  margin: 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.4;
}

.competency-showcase__detail p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.89rem;
  line-height: 1.72;
}

@media (max-width: 1080px) {
  .section--competency-immersive {
    min-height: auto;
  }

  .competency-showcase__inner {
    min-height: auto;
    padding-top: 136px;
    padding-bottom: 40px;
  }

  .competency-showcase__nav {
    margin-bottom: 34px;
  }

  .competency-showcase__copy h2 {
    font-size: clamp(1.95rem, 5vw, 3rem);
  }

  .competency-showcase__details {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .competency-showcase__detail {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .competency-showcase__inner {
    padding-top: 122px;
    padding-bottom: 28px;
  }

  .competency-showcase__nav {
    gap: 8px 12px;
    margin-bottom: 28px;
  }

  .competency-showcase__tab {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .competency-showcase__copy {
    justify-items: start;
    text-align: left;
  }

  .competency-showcase__copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    max-width: 100%;
  }

  .competency-showcase__desc {
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .competency-showcase__detail {
    padding: 20px 18px 18px;
  }
}

.section--competency-immersive {
  min-height: 100svh;
  padding: clamp(84px, 9vw, 118px) 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(14, 144, 107, 0.32), transparent 32%),
    linear-gradient(135deg, #08182c 0%, #08172a 42%, #0d2233 100%);
}

.section--competency-immersive .competency-showcase__inner {
  min-height: auto;
  display: grid;
  align-content: center;
  gap: clamp(34px, 4vw, 54px);
  padding-top: 0;
  padding-bottom: 0;
}

.competency-showcase__head {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.competency-showcase__eyebrow {
  margin: 0 0 8px;
  color: #14b8a6;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.competency-showcase__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
}

.competency-showcase__head p {
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.72;
  word-break: keep-all;
}

.competency-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 32px);
}

.competency-showcase__card {
  position: relative;
  display: grid;
  min-height: 248px;
  align-content: start;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: rgba(22, 39, 60, 0.78);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.competency-showcase__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), transparent 44%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.competency-showcase__card:hover,
.competency-showcase__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.34);
  background: rgba(24, 45, 69, 0.9);
}

.competency-showcase__card:hover::after,
.competency-showcase__card:focus-visible::after {
  opacity: 1;
}

.competency-showcase__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #14b8a6;
}

.competency-showcase__icon::before,
.competency-showcase__icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.competency-showcase__icon--research::before {
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translate(-2px, -2px);
}

.competency-showcase__icon--research::after {
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(7px, 8px) rotate(45deg);
}

.competency-showcase__icon--education::before {
  width: 18px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.competency-showcase__icon--education::after {
  width: 8px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(0, 2px) rotate(-45deg);
}

.competency-showcase__icon--system::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 5px;
  box-shadow: inset 0 5px 0 rgba(20, 184, 166, 0.18);
}

.competency-showcase__icon--system::after {
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor;
  transform: translateY(-2px);
}

.competency-showcase__icon--content::before {
  width: 21px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 4px;
  transform: translateY(2px);
}

.competency-showcase__icon--content::after {
  width: 9px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 3px 0 0 0;
  transform: translate(-5px, -7px);
}

.competency-showcase__card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.5vw, 1.45rem);
  line-height: 1.38;
  letter-spacing: 0;
  font-weight: 900;
}

.competency-showcase__card p {
  margin: 22px 0 0;
  color: rgba(203, 213, 225, 0.72);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.76;
  word-break: keep-all;
}

@media (max-width: 920px) {
  .section--competency-immersive {
    min-height: auto;
  }

  .competency-showcase__grid {
    grid-template-columns: 1fr;
  }

  .competency-showcase__card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .section--competency-immersive {
    padding: 72px 0;
  }

  .competency-showcase__head {
    text-align: left;
  }

  .competency-showcase__head p br {
    display: none;
  }

  .competency-showcase__card {
    padding: 24px 22px;
    border-radius: 16px;
  }
}

@media (max-width: 1080px) {
  .support-inquiry__layout {
    grid-template-columns: 1fr;
  }

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

  .support-inquiry__card,
  .support-inquiry__form-shell {
    padding: 28px 26px;
  }

  .competency-page {
    padding-top: 56px;
    padding-bottom: 132px;
  }

  .competency-page > .section__inner > section + section {
    margin-top: 120px;
  }

  .competency-local-nav {
    position: static;
    margin: -28px 0 58px;
  }

  .competency-context__layout {
    grid-template-columns: 1fr;
  }

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

  .competency-diagnostics__value-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .ethics-risk-chart {
    grid-template-columns: 1fr;
  }

  .competency-process__cta,
  .competency-ideas__footer,
  .competency-consulting__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .solution-ethics + .solution-ethics {
    margin-top: 108px;
    padding-top: 108px;
  }

  .solution-ethics__hero {
    grid-template-columns: 1fr;
  }

  .solution-ethics--reverse .solution-ethics__copy,
  .solution-ethics--reverse .solution-ethics__panel {
    order: initial;
  }

  .solution-ethics__copy,
  .solution-ethics__panel {
    padding: 34px 30px;
  }

  .solution-ethics__flow,
  .solution-ethics__programs,
  .solution-ethics__metrics {
    margin-top: 88px;
  }
  .solution-riskmap {
    margin-top: 88px;
  }
  .solution-riskdist {
    grid-template-columns: 1fr;
    margin-top: 88px;
  }
  .solution-riskmap__body {
    grid-template-columns: 1fr;
  }
  .solution-riskmap__radar {
    width: min(100%, 520px);
    min-height: 390px;
    margin: 0 auto;
  }
  .solution-riskmap__radar canvas {
    height: 390px !important;
  }

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

  .solution-ethics__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .brochure-request__head {
    margin-bottom: 34px;
    text-align: left;
  }

  .brochure-request__actions {
    justify-content: flex-start;
  }

  .brochure-request__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 36px;
  }

  .brochure-request__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .brochure-request__form {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .support-inquiry__card,
  .support-inquiry__form-shell,
  .support-inquiry__consent {
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
  }

  .support-inquiry__card,
  .support-inquiry__form-shell {
    padding: 24px 20px;
  }

  .support-inquiry__consent {
    padding: 18px 18px 16px;
  }

  .support-inquiry__contact-item {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .support-inquiry__contact-icon {
    min-height: 50px;
  }

  .support-inquiry__company-card .support-inquiry__contact-list {
    grid-template-columns: 1fr;
  }

  .competency-page {
    padding-top: 48px;
    padding-bottom: 108px;
  }

  .competency-page > .section__inner > section + section {
    margin-top: 92px;
  }

  .competency-context__panel,
  .competency-context__card,
  .competency-diagnostics__model,
  .competency-diagnostics__value,
  .competency-services__card,
  .competency-process__step,
  .competency-ideas__shell,
  .competency-ideas__card,
  .competency-consulting__card {
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
  }

  .competency-context__panel,
  .competency-diagnostics__model,
  .competency-diagnostics__value,
  .competency-services__card,
  .competency-process__step,
  .competency-ideas__card,
  .competency-consulting__card {
    padding: 26px 22px;
  }

  .competency-ideas__shell {
    padding: 30px 24px;
  }

  .competency-context__stats,
  .competency-diagnostics__models,
  .competency-services__grid,
  .competency-process__steps,
  .competency-ideas__grid,
  .competency-consulting__grid,
  .competency-consulting__grid--2,
  .competency-consulting__grid--4,
  .ethics-risk-chart {
    grid-template-columns: 1fr;
  }

  .ethics-risk-chart {
    padding: 22px;
  }

  .ethics-risk-chart__canvas {
    min-height: 320px;
  }

  .competency-consulting + .competency-consulting {
    margin-top: 92px;
    padding-top: 92px;
  }

  .competency-local-nav {
    margin-bottom: 42px;
    padding: 0 16px;
    gap: 18px;
  }

  .competency-local-nav a {
    font-size: 0.86rem;
  }

  .competency-chart {
    height: 240px;
  }

  .competency-consulting__hero {
    margin-bottom: 48px;
  }

  .competency-consulting__block + .competency-consulting__block {
    margin-top: 64px;
  }

  .competency-consulting__card {
    min-height: auto;
  }

  .competency-context__card {
    padding: 24px 22px;
  }

  .competency-diagnostics__values {
    margin-top: 76px;
  }

  .competency-process__cta,
  .competency-ideas__footer,
  .competency-consulting__cta {
    gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .competency-process__cta .button,
  .competency-ideas__footer .button,
  .competency-consulting__cta .button {
    width: 100%;
  }

  .solution-ethics + .solution-ethics {
    margin-top: 84px;
    padding-top: 84px;
  }

  .solution-ethics__copy,
  .solution-ethics__panel,
  .solution-ethics__step,
  .solution-ethics__card,
  .solution-ethics__metric {
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
  }

  .solution-ethics__copy,
  .solution-ethics__panel {
    padding: 28px 24px;
  }

  .solution-ethics__actions {
    gap: 10px;
  }

  .solution-ethics__actions .button {
    width: 100%;
  }

  .solution-ethics__flow,
  .solution-ethics__programs,
  .solution-ethics__metrics {
    margin-top: 72px;
  }
  .solution-riskmap {
    margin-top: 72px;
    padding: 26px 20px;
  }
  .solution-riskdist {
    margin-top: 72px;
    padding: 26px 20px;
  }
  .solution-riskdist__visual {
    grid-template-columns: 1fr;
  }
  .solution-riskdist__donut {
    width: min(100%, 260px);
    margin: 0 auto;
  }
  .solution-riskmap__item-head {
    display: grid;
    gap: 4px;
  }
  .solution-riskmap__radar {
    width: 100%;
    min-height: 320px;
    padding: 0;
  }
  .solution-riskmap__radar canvas {
    height: 320px !important;
  }

  .solution-ethics__steps,
  .solution-ethics__metric-grid {
    grid-template-columns: 1fr;
  }

  .solution-ethics__step,
  .solution-ethics__metric,
  .solution-ethics__card {
    min-height: 0;
    padding: 28px 24px;
  }

  .solution-ethics__card-head {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .stat-card,
  .feature-card,
  .content-card,
  .dark-card,
  .site-footer__family {
    transition: none;
  }
  .competency-showcase__bg-item,
  .competency-showcase__tab,
  .competency-showcase__link-text,
  .solutions-story__item,
  .solutions-story__dot {
    transition: none;
  }
  .stat-card:hover,
  .feature-card:hover,
  .content-card:hover,
  .dark-card:hover {
    transform: none;
  }
}

/* Mobile stability refinements */
@media (max-width: 720px) {
  html,
  body,
  .site-shell,
  .site-content {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .site-header__inner,
  .section__inner,
  .site-footer__inner,
  .hero-slide__content,
  .page-hero__inner,
  .location-bar__inner {
    width: min(calc(100% - 24px), 1400px);
  }

  .site-header__inner {
    min-height: 70px;
  }

  .site-brand__logo {
    width: 150px;
    height: 40px;
  }

  .hero-slide__content {
    padding-top: clamp(148px, 22svh, 188px);
    padding-bottom: 152px;
    align-items: flex-start;
  }

  .hero-slide__media {
    inset: -2px;
    transform: scale(1.04);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.55vw, 2.36rem);
    line-height: 1.12;
  }

  .hero__text,
  .page-hero p,
  .subhero p {
    font-size: clamp(0.94rem, 4vw, 1rem);
    line-height: 1.78;
  }

  .hero-copy {
    gap: 26px;
  }

  .hero-copy__sub {
    padding-left: 0;
  }

  .hero__actions {
    gap: 14px 22px;
    margin-top: 24px;
  }

  .hero-thumbs {
    left: 16px;
    right: 16px;
    bottom: 18px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .hero-thumbs::-webkit-scrollbar {
    display: none;
  }

  .hero-thumb {
    min-width: min(30vw, 112px);
    width: min(30vw, 112px);
    scroll-snap-align: start;
  }

  .hero-thumb__image {
    height: clamp(56px, 18vw, 72px);
  }

  .hero-thumb__label {
    font-size: 0.58rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-progress {
    left: 16px;
    bottom: 148px;
  }

  .page-hero,
  .page-hero__inner {
    min-height: min(86svh, 620px);
  }

  .page-hero__inner {
    padding-top: 112px;
    padding-bottom: 44px;
  }

  .page-hero h1,
  .page-hero--about h1,
  .page-hero--solutions h1,
  .page-hero--competency h1,
  .page-hero--insight h1,
  .page-hero--support h1 {
    max-width: min(100%, 12.8ch);
    font-size: clamp(1.82rem, 8.2vw, 2.35rem);
    line-height: 1.16;
  }

  .page-hero p {
    max-width: 100%;
    margin-top: 20px;
  }

  .location-bar {
    top: 70px;
  }

  .location-bar__nav,
  .tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .location-bar__nav::-webkit-scrollbar,
  .tabs::-webkit-scrollbar {
    display: none;
  }

  .location-bar__link,
  .tabs__button {
    flex: 0 0 auto;
  }

  .tabs {
    width: 100%;
    margin-left: -4px;
    padding: 0 4px 4px;
  }

  .tabs__button {
    min-height: 44px;
    padding: 0 16px;
    white-space: nowrap;
  }

  .support-panel {
    padding: 0;
  }

  .support-inquiry__intro {
    margin-bottom: 26px;
  }

  .support-inquiry__card,
  .support-inquiry__form-shell,
  .support-inquiry__consent,
  .solution-ethics__copy,
  .solution-ethics__panel,
  .solution-ethics__step,
  .solution-ethics__card,
  .solution-ethics__metric,
  .content-card,
  .feature-card,
  .dark-card {
    border-radius: 22px;
  }

  .support-form input,
  .support-form select,
  .support-form textarea,
  .frm_input,
  select,
  textarea,
  .sch_input {
    min-height: 48px;
    font-size: 16px;
  }

  .support-form textarea {
    min-height: 168px;
  }

  .button,
  .btn_submit,
  .btn_b01,
  .btn_frmline,
  .btn_admin,
  .btn_cancel,
  .btn_close,
  .btn01,
  .btn02 {
    min-height: 46px;
  }

  .card-grid,
  .insight-panel {
    gap: 18px;
  }

  .content-card,
  .feature-card,
  .dark-card {
    padding: 24px 22px;
  }

  .insight-showcase__viewport,
  .about-journey__list {
    scroll-padding-left: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .insight-showcase__track {
    width: max-content;
  }

  .about-journey__entry,
  .insight-showcase__card {
    scroll-snap-align: start;
  }

  .solutions-story__rail {
    padding-bottom: 0;
  }

  .solutions-story__item-quote {
    display: none;
  }

  .competency-showcase__inner {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .competency-showcase__nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .competency-showcase__nav::-webkit-scrollbar {
    display: none;
  }

  .competency-showcase__divider {
    flex: 0 0 auto;
  }

  .competency-showcase__tab {
    flex: 0 0 auto;
  }

  .competency-showcase__details {
    max-width: 100%;
    width: 100%;
  }

  .cta-band__copy h2,
  .overview-copy h2,
  .about-stage__copy h2,
  .about-section-head h2,
  .solution-ethics__copy h2 {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .site-header__inner,
  .section__inner,
  .site-footer__inner,
  .hero-slide__content,
  .page-hero__inner,
  .location-bar__inner {
    width: min(calc(100% - 24px), 1400px);
  }

  .page-hero h1,
  .page-hero--about h1,
  .page-hero--solutions h1,
  .page-hero--competency h1,
  .page-hero--insight h1,
  .page-hero--support h1 {
    font-size: clamp(1.72rem, 8.8vw, 2.18rem);
  }

  .support-inquiry__contact-item {
    grid-template-columns: 1fr;
  }

  .support-inquiry__contact-icon {
    width: 52px;
    min-height: 52px;
  }

  .about-partners__wall {
    grid-template-columns: 1fr;
  }
}
