﻿:root {
  --bg: #eef4ff;
  --site-background:
    radial-gradient(circle at top, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(96, 165, 250, 0.16), transparent 22%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 48%, #eef3ff 100%);
  --panel: rgba(255, 255, 255, 0.88);
  --text: #10203f;
  --muted: #5e6f93;
  --line: rgba(103, 132, 196, 0.18);
  --brand: #1d4ed8;
  --brand-deep: #102a72;
  --accent: #3b82f6;
  --accent-soft: rgba(219, 234, 254, 0.92);
  --shadow: 0 24px 60px rgba(42, 76, 156, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--site-background);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

.site-shell {
  min-height: 100vh;
  background: var(--site-background);
}

.container {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 248, 255, 0.84);
  backdrop-filter: blur(18px);
}

html.motion-ready .site-header {
  transition:
    background 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(96, 165, 250, 0.22);
  background: rgba(248, 251, 255, 0.96);
  box-shadow: 0 16px 34px rgba(42, 76, 156, 0.12);
}

.site-header .container {
  padding: 20px 0 16px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: auto;
  display: block;
}

.brand-copy strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.brand-copy span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav > li {
  display: inline-flex;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  transition: 180ms ease;
}

.nav-link:hover {
  background: rgba(191, 219, 254, 0.45);
  color: var(--brand-deep);
}

.nav-link.is-active {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: white;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.2);
}

.mobile-nav {
  display: none;
  margin-top: 16px;
  overflow: visible;
  padding-bottom: 4px;
}

.mobile-nav .nav {
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-section {
  padding: 56px 0 88px;
  background: transparent;
}

html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
  will-change: opacity, transform, filter;
}

html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.hero-card,
.card,
.footer-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card {
  border-radius: var(--radius-xl);
  padding: 56px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.92)),
    var(--panel);
}

.home-banner {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-banner-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.home-banner:hover .home-banner-image {
  transform: scale(1.018);
  filter: saturate(1.03);
}


.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title {
  margin: 18px 0 0;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--brand-deep);
}

.hero-description {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

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

.course-overview-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.home-image-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 28px;
}

.home-section-intro {
  max-width: none;
  margin-top: 64px;
}

.home-section-intro h2 {
  margin: 18px 0 0;
  font-size: clamp(30px, 4.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--brand-deep);
}

.home-section-intro p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.home-feature-banner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 28px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.home-feature-banner-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.home-feature-banner:hover .home-feature-banner-image {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.home-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
}

.home-feature-grid .home-feature-banner {
  margin-top: 0;
}

.site-search-panel {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 42px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.34);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.26), transparent 24%),
    radial-gradient(circle at bottom left, rgba(96, 165, 250, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(191, 219, 254, 0.98), rgba(223, 236, 255, 0.98) 42%, rgba(179, 208, 255, 0.98) 100%);
  box-shadow:
    0 28px 64px rgba(42, 76, 156, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.site-search-copy {
  display: grid;
  gap: 12px;
}

.site-search-copy h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.site-search-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.site-search-form {
  display: flex;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.site-search-form--wide {
  margin-top: 10px;
}

.site-search-input-wrap {
  flex: 1 1 360px;
  display: grid;
  gap: 10px;
}

.site-search-input-label {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-search-input {
  width: 100%;
  min-height: 60px;
  padding: 0 22px;
  border: 1px solid rgba(103, 132, 196, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.site-search-input:focus {
  outline: none;
  border-color: rgba(29, 78, 216, 0.48);
  box-shadow:
    0 0 0 4px rgba(29, 78, 216, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.site-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 60px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(29, 78, 216, 0.18);
  cursor: pointer;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    filter 200ms ease;
}

.site-search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(29, 78, 216, 0.22);
  filter: saturate(1.02);
}

.site-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-search-quick-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 20px 18px 42px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--brand-deep);
  line-height: 1.75;
  font-size: 15px;
  font-weight: 700;
}

.site-search-quick-list li::marker {
  color: var(--brand);
}

.site-search-chip,
.search-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(103, 132, 196, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-search-chip:hover,
.search-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(29, 78, 216, 0.24);
  box-shadow: 0 14px 24px rgba(29, 78, 216, 0.1);
}

.search-hero {
  display: grid;
  gap: 18px;
}

.search-results-shell {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.search-results-summary {
  display: grid;
  gap: 14px;
}

.search-results-kicker {
  margin: 0;
  color: var(--brand-deep);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.search-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.search-filter-chip {
  border: 0;
  cursor: pointer;
}

.search-filter-chip strong {
  color: var(--brand);
  font-size: 13px;
}

.search-filter-chip.is-active {
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.12), rgba(29, 78, 216, 0.08));
  color: var(--brand);
  box-shadow: 0 16px 30px rgba(29, 78, 216, 0.1);
}

.search-results-list {
  display: grid;
  gap: 20px;
}

.search-result-card {
  display: grid;
  gap: 16px;
  padding: 30px;
  color: inherit;
}

.search-result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.search-result-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.82);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-result-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.search-result-card h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.search-result-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.search-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-result-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(244, 248, 255, 0.95);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.search-empty-state {
  display: grid;
  gap: 12px;
  padding: 32px;
}

.search-empty-state h2,
.search-empty-state p {
  margin: 0;
}

.home-case-carousel {
  margin-top: 28px;
  overflow: hidden;
}

.home-case-track {
  display: flex;
  gap: 16px;
  overflow: visible;
  width: max-content;
  padding: 6px 0 16px;
  will-change: transform;
}

.home-case-track.is-marquee-ready {
  animation: home-carousel-marquee var(--carousel-duration, 56s) linear infinite;
}

.home-case-carousel:hover .home-case-track.is-marquee-ready,
.home-case-carousel:focus-within .home-case-track.is-marquee-ready {
  animation-play-state: paused;
}

.home-case-card,
.home-article-card {
  flex: 0 0 var(--home-slide-width, 186px);
  width: var(--home-slide-width, 186px);
  padding: 0;
}

.home-case-card-anchor {
  display: block;
  height: 100%;
  color: inherit;
}

.home-case-card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 14px 18px;
}

.home-case-card-kicker {
  display: none;
}

.home-case-card .media-card-body h2,
.home-article-card h2 {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-case-card .media-card-body p:last-child {
  display: none;
}

.home-article-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  padding: 18px 16px;
  color: inherit;
  gap: 14px;
  text-decoration: none;
}

.home-article-card .article-meta {
  gap: 10px;
  align-items: center;
}

.home-article-card .article-tag {
  padding: 6px 9px;
  font-size: 11px;
}

.home-article-card .article-date {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.home-article-card .card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.home-case-card .media-card-body h2 {
  text-align: center;
}

.home-article-card h2 {
  color: var(--brand-deep);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home-section-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.home-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(29, 78, 216, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.12);
  transition: 180ms ease;
}

.home-section-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(29, 78, 216, 0.16);
}

.home-section-link.is-secondary {
  background: rgba(29, 78, 216, 0.08);
  box-shadow: none;
}

.home-section-link.is-secondary:hover {
  box-shadow: 0 12px 24px rgba(29, 78, 216, 0.1);
}

.home-profile-card {
  margin-top: 28px;
}

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

.home-value-card {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.home-value-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-value-card h3 {
  margin: 0;
  color: var(--brand-deep);
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.home-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.home-faq-item {
  margin: 0;
}

.card.home-image-card {
  padding: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: var(--radius-lg);
  background: transparent;
  box-shadow: none;
}

.home-image-card-anchor {
  display: block;
  width: 100%;
  height: 100%;
}

.home-image-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.card.home-image-card:hover .home-image-card-image {
  transform: scale(1.02);
  filter: saturate(1.03);
}

.card {
  border-radius: var(--radius-lg);
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.9)),
    var(--panel);
}

.grid > .card,
.course-portal-card,
.stacked-media-item,
.video-card,
.article-pagination a {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

.grid > .card:hover,
.course-portal-card:hover,
.stacked-media-item:hover,
.video-card:hover,
.article-pagination a:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.24);
  box-shadow: 0 30px 70px rgba(42, 76, 156, 0.18);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(191, 219, 254, 0.95), rgba(59, 130, 246, 0.18)),
    rgba(191, 219, 254, 0.36);
  border: 1px solid rgba(96, 165, 250, 0.22);
}

.card h2 {
  margin: 20px 0 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--brand-deep);
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.course-portal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 42%);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  min-height: 280px;
}

.course-portal-copy {
  padding: 32px;
}

.course-portal-media {
  position: relative;
  min-height: 100%;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.72), rgba(239, 246, 255, 0.96));
}

.course-portal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(29, 78, 216, 0.12));
}

.course-portal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.course-support-card {
  grid-column: 1 / -1;
}

.course-card {
  overflow: hidden;
  padding: 0;
  border-radius: var(--radius-lg);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.course-card-anchor {
  display: block;
}

.course-card-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-date {
  color: var(--muted);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.article-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.8);
  color: var(--brand);
  font-weight: 700;
}

.article-link {
  margin-top: auto;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
}

.article-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 16px 32px rgba(29, 78, 216, 0.18);
}

.article-card .card-icon.is-ready svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-card .card-icon.is-media {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
}

.article-card .card-icon.is-video {
  background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
}

.article-card .card-icon.is-sales {
  background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
}

.article-card .card-icon.is-lab {
  background: linear-gradient(135deg, #0f5bd6 0%, #4338ca 100%);
}

.article-card .card-icon.is-myth {
  background: linear-gradient(135deg, #2563eb 0%, #334155 100%);
}

.article-card .card-icon.is-strategy {
  background: linear-gradient(135deg, #1d4ed8 0%, #1f5eff 100%);
}

.article-page {
  display: grid;
  gap: 28px;
}

.article-hero {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 242, 255, 0.92)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 44px;
}

.article-cover {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  display: flex;
  align-items: end;
  box-shadow: var(--shadow);
  padding: 28px 32px;
}

.article-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(147, 197, 253, 0.32), transparent 26%),
    radial-gradient(circle at 80% 30%, rgba(96, 165, 250, 0.26), transparent 24%),
    linear-gradient(135deg, rgba(16, 42, 114, 0.82), rgba(29, 78, 216, 0.58));
}

.article-cover::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0.9;
}

.article-cover-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.article-cover-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cover-title {
  margin: 18px 0 0;
  color: white;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.article-cover-text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  font-size: 15px;
}

.article-cover .article-meta-row {
  margin: 18px 0 0;
  gap: 12px;
}

.article-cover .article-kicker,
.article-cover .article-publish-date {
  color: #fff;
}

.article-cover .article-kicker {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
}

.article-cover .article-publish-date {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

.article-cover .article-publish-date time {
  color: inherit;
}

.article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: rgba(219, 234, 254, 0.78);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.article-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--brand-deep);
}

.article-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.article-publish-date {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(103, 132, 196, 0.18);
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
}

.article-body {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 40px;
}

.article-body h2 {
  margin: 0 0 14px;
  font-size: 24px;
  color: var(--brand-deep);
  letter-spacing: -0.03em;
}

.article-body p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}

.article-body ul {
  margin: 0 0 20px;
  padding-left: 20px;
  color: var(--muted);
}

.article-body li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.article-share-copy {
  display: grid;
  gap: 8px;
  max-width: 560px;
}

.article-share-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.88);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-share-copy h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.03em;
}

.article-share-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.article-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.article-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 156px;
  padding: 14px 22px;
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(16, 42, 114, 0.14);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.article-share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(16, 42, 114, 0.18);
  filter: saturate(1.04);
}

.article-share-button svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-share-button.is-facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0f4ec7 100%);
}

.article-share-button.is-line {
  background: linear-gradient(135deg, #06c755 0%, #049c44 100%);
}

html.schedule-pending .article-page {
  visibility: hidden;
}

.article-scheduled-notice {
  display: grid;
  gap: 18px;
}

.article-scheduled-caption {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.insights-schedule-note {
  margin-top: 14px;
  color: var(--brand);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.insights-empty-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}

.insights-empty-state h2 {
  margin: 0;
}

.insights-empty-state p {
  margin: 0;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
}

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

.article-pagination a {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 22px 24px;
}

.article-pagination strong {
  display: block;
  color: var(--brand);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-pagination span {
  display: block;
  margin-top: 10px;
  color: var(--brand-deep);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.media-card {
  padding: 0;
  overflow: hidden;
}

.media-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.media-card-body {
  padding: 28px 28px 30px;
}

.media-card-body h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--brand-deep);
}

.media-card-body p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.stacked-media {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.stacked-media-item {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.82);
}

.stacked-media-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.stacked-media-natural .stacked-media-item img,
.stacked-media-item.is-natural-height img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.case-study-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.case-study-caption {
  padding: 24px 28px 26px;
  text-align: center;
}

.case-study-card {
  color: inherit;
  text-decoration: none;
}

.case-study-title {
  display: block;
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--brand-deep);
}

.video-grid-section {
  margin-top: 32px;
}

.video-grid-header {
  margin: 0 0 18px;
}

.video-grid-header h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: var(--brand-deep);
}

.video-grid-header p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

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

.video-card {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0f172a;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 15, 37, 0.08), rgba(8, 15, 37, 0.46));
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
  z-index: 1;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.video-play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 53%;
  transform: translate(-50%, -50%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #ef4444;
}

.video-card:hover .video-play {
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.28);
}

.course-card:hover .course-card-image,
.course-portal-card:hover .course-portal-media img,
.media-card:hover .media-card-image,
.stacked-media-item:hover img,
.video-card:hover .video-thumb img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.video-card-copy {
  padding: 18px 20px 20px;
}

.video-card-copy h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--brand-deep);
}

.video-card-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer {
  padding: 0 0 40px;
}

.footer-card {
  border-radius: var(--radius-xl);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(235, 245, 255, 0.88)),
    var(--panel);
}

.footer-copy {
  display: flex;
  align-items: center;
}

.footer-copy p {
  margin: 0;
}

.footer-copy strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.footer-copy p + p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(103, 132, 196, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 700;
  transition: 180ms ease;
}

.footer-social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.12);
}

.footer-social-link svg {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--brand-deep);
}

@keyframes home-carousel-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--carousel-loop-width, 0px)), 0, 0);
  }
}

@media (max-width: 1080px) {
  .home-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .course-overview-grid {
    grid-template-columns: 1fr;
  }

  .course-support-card {
    grid-column: auto;
  }

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

  .about-profile-card {
    grid-template-columns: 1fr;
  }

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

  .home-value-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

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

  .site-search-form {
    align-items: stretch;
  }

  .site-search-button {
    min-width: 0;
  }
}


@media (max-width: 880px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-card {
    padding: 40px 28px;
  }

  .footer-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .course-portal-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
  }
}

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

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-course-grid {
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding: 9px 13px;
    font-size: 13px;
  }

  .home-section-intro {
    margin-top: 48px;
  }

  .home-value-card {
    padding: 24px;
  }

  .home-value-card h3 {
    font-size: 21px;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .page-section {
    padding: 36px 0 64px;
  }

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

  .article-pagination {
    grid-template-columns: 1fr;
  }

  .article-share {
    padding: 24px;
  }

  .article-share-button {
    width: 100%;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .course-portal-card {
    grid-template-columns: 1fr;
  }

  .course-portal-media {
    min-height: 200px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-card,
  .card,
  .footer-card,
  .article-hero,
  .article-body,
  .article-cover,
  .stacked-media-item {
    border-radius: 24px;
  }

  .article-hero,
  .article-body {
    padding: 28px;
  }

  .media-card-body {
    padding: 24px;
  }

  .about-profile-card {
    padding: 28px;
  }

  .about-name-row {
    align-items: flex-start;
    gap: 14px;
  }

  .about-name-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .about-profile-mark {
    min-height: 0;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-item summary {
    padding: 20px 62px 20px 20px;
    font-size: 17px;
    line-height: 1.6;
  }

  .home-faq-item .faq-answer {
    padding: 0 20px 20px;
  }

  .site-search-panel,
  .search-result-card,
  .search-empty-state {
    padding: 24px;
  }

  .site-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .site-search-input-wrap,
  .site-search-button {
    width: 100%;
  }

  .search-result-top {
    align-items: flex-start;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .home-banner-image,
  .course-portal-media img,
  .course-card-image,
  .media-card-image,
  .stacked-media-item img,
  .video-thumb img,
  .video-play,
  .grid > .card,
  .course-portal-card,
  .stacked-media-item,
  .video-card,
  .article-pagination a,
  .site-header {
    transition: none;
  }
}




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

.faq-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.faq-card h2 {
  margin: 0;
}

.faq-card p {
  margin: 0;
}

.faq-link {
  margin-top: auto;
}

.faq-topics {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.faq-topic {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.faq-topic-head {
  display: grid;
  gap: 10px;
}

.faq-topic-head h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.faq-topic-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.faq-item[open] {
  box-shadow: 0 24px 48px rgba(69, 96, 146, 0.12);
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 22px 68px 22px 24px;
  cursor: pointer;
  color: var(--brand-deep);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(29, 78, 216, 0.08);
  color: var(--brand);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(29, 78, 216, 0.08);
}

.faq-answer p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.faq-cta {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-cta .faq-link {
  align-self: flex-start;
}

.about-profile-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 255, 0.92));
  box-shadow: var(--shadow);
}

.about-profile-copy {
  display: grid;
  gap: 16px;
}

.about-name-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-name-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 32px rgba(69, 96, 146, 0.16);
}

.about-profile-copy h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.about-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.about-profile-mark {
  display: none;
}

.about-profile-mark img {
  width: min(100%, 220px);
  height: auto;
  display: block;
}

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

.about-stat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-stat-value {
  color: var(--brand);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.about-stat-label {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-sections {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.about-section,
.about-contact-card {
  display: grid;
  gap: 18px;
}

.about-contact-card .home-section-link {
  justify-self: start;
}

.about-section h2,
.about-contact-card h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(28px, 3.8vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.about-section p,
.about-contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

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

.about-columns h3 {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-size: 20px;
}

.about-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
}

.about-list li + li {
  margin-top: 6px;
}

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

.about-timeline-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(29, 78, 216, 0.08);
}

.about-timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-timeline-card h3 {
  margin: 16px 0 10px;
  color: var(--brand-deep);
  font-size: 24px;
}

.about-timeline-card p {
  margin: 0;
}

.about-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--brand-deep);
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .about-profile-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .about-profile-mark {
    display: none;
  }

  .about-name-row {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .about-profile-copy h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.08;
  }

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

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

@media (max-width: 560px) {
  .about-profile-card {
    padding: 22px;
  }

  .about-profile-copy {
    gap: 14px;
  }

  .about-profile-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .about-name-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .about-stat-card {
    gap: 10px;
    min-height: 0;
    padding: 24px 18px;
  }

  .about-stat-value {
    font-size: clamp(28px, 8.6vw, 40px);
  }

  .about-stat-label {
    font-size: 15px;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}
