/* Extracted from `网页版本2.html` for maintainability. */

body {
  font-family: 'Inter', sans-serif;
  background-color: #fafafa; /* Soft white for more premium look than pure white */
  color: #111111;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-keyword {
  display: inline-block;
  padding: 0 0.08em 0.04em;
  border-radius: 0.16em;
  background-repeat: no-repeat;
  background-size: 100% 0.42em;
  background-position: 0 88%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-keyword-ai {
  color: #0f172a;
  background-image: linear-gradient(180deg, transparent 0%, transparent 52%, rgba(45, 212, 191, 0.5) 52%, rgba(103, 232, 249, 0.56) 100%);
}

.hero-keyword-revolution {
  color: #0f172a;
  background-image: linear-gradient(180deg, transparent 0%, transparent 52%, rgba(251, 191, 36, 0.34) 52%, rgba(251, 191, 36, 0.34) 100%);
}

.notion-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-black:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-outline {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-outline:hover {
  background: #ffffff;
  border-color: #000000;
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-signal {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4b5563;
}

.hero-signal-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #fbbf24);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.08);
}

.section-padding {
  padding: 80px 24px;
}

.section-padding.section-compact {
  padding-top: 64px;
  padding-bottom: 56px;
}

.section-padding.section-compact.enablement-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}

.section-padding.section-compact.pt-0 {
  padding-top: 0;
}

.enablement-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(20, 184, 166, 0.14);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(237, 248, 246, 0.96), rgba(255, 255, 255, 0.98) 54%, rgba(255, 248, 232, 0.8));
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.enablement-panel::before {
  content: '';
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.1), transparent 68%);
  pointer-events: none;
}

.enablement-header {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.enablement-header > p:last-child {
  max-width: 44rem;
  margin-top: 1rem;
}

.enablement-label {
  margin-bottom: 0.9rem;
  color: #0f9f91;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.enablement-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.enablement-card {
  min-height: 13rem;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.enablement-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.2);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.enablement-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.25rem;
  border-radius: 0.85rem;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
}

.enablement-card h3 {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.enablement-card p {
  margin-top: 0.7rem;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.7;
}

.enablement-note {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 600;
}

.pricing-enablement-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(20, 184, 166, 0.14);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, rgba(237, 248, 246, 0.92), rgba(255, 255, 255, 0.96));
}

.pricing-enablement-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-enablement-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pricing-enablement-tags span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #525252;
  font-size: 0.65rem;
  font-weight: 700;
}

.final-cta-panel {
  border: 1px solid rgba(20, 184, 166, 0.18);
  background: linear-gradient(135deg, #edf8f6 0%, #ffffff 52%, #fff8e8 100%);
  color: #111111;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.final-cta-copy {
  color: #5f666c;
}

.final-cta-button {
  background: #14b8a6;
  color: #ffffff;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.final-cta-button:hover {
  background: #0f9f91;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 184, 166, 0.2);
}

.partners-strip {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 247, 247, 0.76));
  border-radius: 2rem;
  padding: 1.25rem;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

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

.global-footprint-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(17rem, 0.72fr);
  gap: 1.25rem;
  align-items: stretch;
}

.global-map-card,
.global-proof-side {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 248, 0.9));
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.global-map-card {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.global-map-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0.25rem 1rem;
}

.global-map-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #737373;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.global-map-eyebrow::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #62646a;
  box-shadow: 0 0 0 4px rgba(98, 100, 106, 0.1);
}

.global-map-summary {
  flex: 0 0 auto;
  min-width: 5.2rem;
  padding: 0.65rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.global-map-summary strong {
  display: block;
  color: #111111;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.global-map-summary span {
  display: block;
  margin-top: 0.35rem;
  color: #a3a3a3;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.global-map-stage {
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fbfbfb, #f6f7f7);
}

.global-map-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 20rem;
}

.global-map-grid-lines path {
  fill: none;
  stroke: rgba(15, 23, 42, 0.055);
  stroke-dasharray: 3 8;
  stroke-width: 1;
}

.global-map-country {
  fill: #e4e5e7;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.global-map-country.is-verified {
  fill: #62646a;
  cursor: pointer;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
  transition: fill 0.22s ease, stroke 0.22s ease;
}

.global-map-country.is-merged {
  cursor: default;
  pointer-events: none;
}

.global-map-country.is-verified:hover,
.global-map-country.is-verified:focus,
.global-map-country.is-verified.is-active {
  fill: #111111;
  outline: none !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0.8;
}

.global-map-country.is-verified:focus-visible {
  outline: none !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0.8;
}

.global-map-status {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  color: #a3a3a3;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.global-map-status.is-hidden {
  display: none;
}

.global-map-tooltip {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  min-width: 5rem;
  max-width: min(12rem, calc(100% - 1.5rem));
  padding: 0.58rem 0.82rem;
  border-radius: 0.85rem;
  background: rgba(17, 17, 17, 0.96);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  white-space: normal;
  transform: translate(-50%, -100%) translateY(0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.global-map-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(17, 17, 17, 0.96);
  transform: translateX(-50%) rotate(45deg);
}

.global-map-tooltip strong,
.global-map-tooltip span {
  position: relative;
  z-index: 1;
}

.global-map-tooltip strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-align: center;
}

.global-map-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -100%) translateY(0);
}

.global-map-tooltip.is-below {
  transform: translate(-50%, 0.35rem);
}

.global-map-tooltip.is-below.is-visible {
  transform: translate(-50%, 0);
}

.global-map-tooltip.is-below::after {
  top: -0.3rem;
  bottom: auto;
}

.global-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 0.25rem 0.05rem;
  color: #a3a3a3;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.global-proof-side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.global-proof-intro {
  padding: 0.25rem 0.25rem 0.8rem;
}

.global-proof-metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 6.2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.global-proof-metric:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 184, 166, 0.22);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.partner-logo {
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.65);
  color: rgba(15, 23, 42, 0.55);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.partner-logo-img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 72%;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.partner-logo.has-logo {
  border-style: solid;
  padding: 0.45rem 0.7rem;
  overflow: hidden;
}

.partner-logo.partner-logo-blue {
  border-color: rgba(15, 23, 42, 0.1);
  background: #ffffff;
}

.partner-logo.partner-logo-blue:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: #ffffff;
}

.partner-logo.partner-logo-blue .partner-logo-img {
  background: #132244;
  border-radius: 0.65rem;
  padding: 0.4rem 0.8rem;
  filter: none;
  opacity: 0.95;
}

.partner-logo.partner-logo-dark {
  border-color: rgba(15, 23, 42, 0.1);
  background: #ffffff;
}

.partner-logo.partner-logo-dark:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: #ffffff;
}

.partner-logo.partner-logo-dark .partner-logo-img {
  background: #111111;
  border-radius: 0.65rem;
  padding: 0.4rem 0.8rem;
}

.partner-logo.partner-logo-zoom .partner-logo-img {
  transform: scale(1.65);
}

.partner-logo.partner-logo-square .partner-logo-img,
.partner-logo.partner-logo-square-photo .partner-logo-img {
  width: 3.2rem;
  height: 3.2rem;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.partner-logo.partner-logo-square .partner-logo-img {
  border-radius: 0.65rem;
}

.partner-logo.partner-logo-square-photo .partner-logo-img {
  border-radius: 0.7rem;
  mix-blend-mode: multiply;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.2);
}

.partner-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(15, 23, 42, 0.82);
}

.partner-logo:hover .partner-logo-img {
  opacity: 1;
  filter: none;
}

/* Note: responsive partners grid handled in main mobile block */

.lang-btn {
  position: relative;
}

.lang-btn.active {
  font-weight: 700;
  color: #000;
}

.lang-btn.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.hidden-view {
  display: none;
}

#case-detail-challenge h4,
#case-detail-solution h4,
#case-detail-before-after-text h4,
#case-detail-effect-text h4 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(20, 184, 166, 0.12);
  box-shadow: inset 0 0 0 1px rgba(20, 184, 166, 0.12);
}

#case-detail-challenge h4::before,
#case-detail-solution h4::before,
#case-detail-before-after-text h4::before,
#case-detail-effect-text h4::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
  flex: 0 0 auto;
}

#case-detail-challenge p,
#case-detail-solution p,
#case-detail-before-after-text p,
#case-detail-effect-text p {
  margin-bottom: 0.9rem;
}

.case-inline-heading {
  font-weight: 800;
  color: #525252;
}

#case-detail-challenge ul,
#case-detail-solution ul,
#case-detail-before-after-text ul,
#case-detail-effect-text ul {
  margin: 0.9rem 0 1rem;
  padding-left: 1.15rem;
}

#case-detail-challenge li,
#case-detail-solution li,
#case-detail-before-after-text li,
#case-detail-effect-text li {
  margin-bottom: 0.5rem;
}

/* Glassmorphism components */
.glass-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/* Keep the compact navigation available until the full desktop navigation fits. */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-nav-links,
  .site-nav-cta {
    display: none !important;
  }

  .site-nav-menu {
    display: flex !important;
  }

  .site-nav-actions {
    gap: 0.75rem;
  }
}

.pricing-page-title {
  text-wrap: balance;
}

.glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
}

.service-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 248, 248, 0.82));
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 0.9rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.75), rgba(251, 191, 36, 0.68));
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: left center;
  transition: opacity 0.3s ease, transform 0.35s ease;
  z-index: 2;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(20, 184, 166, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 246, 0.96));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.service-card:hover::after,
.service-card:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-card-index {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: rgba(15, 23, 42, 0.16);
  font-weight: 800;
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-card-index,
.service-card:focus-within .service-card-index {
  color: rgba(20, 184, 166, 0.6);
  transform: translateY(-2px);
}

.service-card-featured {
  border-color: rgba(20, 184, 166, 0.18);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.service-card-featured::before {
  content: '';
  position: absolute;
  inset: auto -20% -10% auto;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.engagement-card {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 248, 0.9));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.engagement-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.85), rgba(251, 191, 36, 0.78));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.engagement-card:hover,
.engagement-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(20, 184, 166, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(242, 248, 247, 0.96));
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.11);
}

.engagement-card:hover::before,
.engagement-card:focus-within::before {
  opacity: 1;
}

.engagement-card-featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 246, 0.92));
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #111111;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.engagement-meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.engagement-level {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.36);
}

.engagement-meta-dark {
  border-top-color: rgba(15, 23, 42, 0.08);
}

.engagement-meta-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
}

.engagement-meta-value {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1f2937;
  transition: color 0.3s ease;
}

.engagement-meta-dark .engagement-meta-value {
  color: #1f2937;
}

.engagement-details {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 0.85rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.engagement-detail-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #9ca3af;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.engagement-detail-value {
  color: #374151;
  font-size: 0.75rem;
  line-height: 1.45;
}

.engagement-details-dark {
  border-top-color: rgba(15, 23, 42, 0.08);
}

.engagement-card-featured::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 184, 166, 0.16);
  background: radial-gradient(circle, rgba(20, 184, 166, 0.08), transparent 70%);
}

.engagement-card:hover .engagement-meta-value,
.engagement-card:focus-within .engagement-meta-value {
  color: #0f172a;
}

.case-card {
  display: block;
}

.case-result-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.035);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover,
.team-card:focus-within {
  border-color: rgba(20, 184, 166, 0.22);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.07);
}

.footer-shell {
  position: relative;
  border-top: 1px solid transparent;
}

.footer-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 74rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.12), rgba(20, 184, 166, 0.18), rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0));
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-copy {
  line-height: 1.5;
  white-space: nowrap;
}

.footer-meta {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.team-focus {
  margin-bottom: 0.55rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #14b8a6;
}

.team-card-top {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
}

.team-card-identity {
  min-width: 0;
}

.team-card-name {
  color: #111827;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.team-card-role {
  margin-top: 0.55rem;
  color: #737373;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.team-card-bio {
  margin-top: 1.5rem;
  color: #525252;
  font-size: 0.9rem;
  line-height: 1.8;
}

.team-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.5rem;
}

.team-expertise span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #525252;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}

.team-card-actions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.team-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.team-photo-note {
  color: #a3a3a3;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.team-avatar-frame {
  width: 8rem;
  height: 8rem;
  border-radius: 1.5rem;
}

.team-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.04);
}

.team-avatar-julien {
  object-position: center 16%;
}

.team-avatar-bobby {
  object-position: center 14%;
}

.team-avatar-bigsong {
  object-position: center 17%;
}

.team-avatar-june {
  object-position: center 18%;
}

.team-avatar-tao {
  object-position: center 18%;
}

.activity-section {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.activity-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: start;
}

.activity-intro {
  position: sticky;
  top: 7rem;
}

.activity-eyebrow,
.activity-empty-label {
  color: #0f9f91;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.activity-intro h2 {
  max-width: 29rem;
  margin-top: 1rem;
  line-height: 1.02;
}

.activity-sub {
  max-width: 31rem;
  margin-top: 1.25rem;
  font-size: 0.95rem;
}

.activity-list {
  min-width: 0;
}

.activity-list.is-empty {
  display: block;
}

.activity-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.15rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px dashed rgba(15, 23, 42, 0.14);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, rgba(237, 248, 246, 0.7), rgba(255, 255, 255, 0.96));
}

.activity-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #0f9f91;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.activity-empty h3 {
  margin-top: 0.65rem;
  color: #171717;
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.activity-empty p:last-child {
  max-width: 34rem;
  margin-top: 0.55rem;
  color: #737373;
  font-size: 0.84rem;
  line-height: 1.7;
}

.activity-card {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1.25rem;
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.activity-card:hover {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: none;
}

.activity-card:focus-visible {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: none;
  outline: 2px solid rgba(20, 184, 166, 0.45);
  outline-offset: 3px;
}

.activity-carousel {
  min-width: 0;
}

.activity-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 0.5rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
}

.activity-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.activity-carousel-viewport:focus-visible {
  border-radius: 1.75rem;
  outline: 2px solid rgba(20, 184, 166, 0.45);
  outline-offset: 3px;
}

.activity-carousel-track {
  display: flex;
  align-items: stretch;
}

.activity-carousel-controls,
.activity-carousel-progress {
  display: flex;
  align-items: center;
}

.activity-carousel-controls {
  justify-content: flex-start;
  margin-top: 1.15rem;
}

.activity-carousel-progress {
  gap: 0.45rem;
  color: #a3a3a3;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.activity-carousel-progress [data-activity-carousel-current] {
  color: #171717;
}

.activity-carousel-divider {
  color: #d4d4d4;
}

.activity-carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.6rem;
}

.activity-carousel-dots button {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #d4d4d4;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.activity-carousel-dots button.is-active {
  width: 1.25rem;
  background: #14b8a6;
}

.activity-card.has-cover {
  grid-template-columns: 2.75rem minmax(0, 1fr) 11rem;
}

.activity-card-number {
  padding-top: 0.2rem;
  color: #b3b3b3;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.activity-card-meta,
.activity-card-footer,
.activity-participation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.activity-card-meta {
  gap: 0.7rem;
  color: #737373;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activity-mode {
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.09);
  color: #0f8f83;
}

.activity-card h3 {
  margin-top: 0.85rem;
  color: #171717;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.activity-summary {
  margin-top: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  color: #525252;
  font-size: 0.86rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.activity-participation {
  gap: 0.55rem;
  margin-top: 1rem;
  font-size: 0.75rem;
}

.activity-member {
  color: #171717;
  font-weight: 800;
}

.activity-role {
  color: #737373;
}

.activity-role::before {
  content: '\00b7';
  margin-right: 0.55rem;
  color: #d4d4d4;
}

.activity-organizer {
  grid-column: 2 / -1;
  width: 100%;
  margin-top: 0.4rem;
  color: #a3a3a3;
  font-size: 0.7rem;
  line-height: 1.55;
}

.activity-card-footer {
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
}

.activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.activity-tags span {
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #737373;
  font-size: 0.62rem;
  font-weight: 700;
}

.activity-card-cta,
.activity-detail-evidence {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #171717;
  font-size: 0.68rem;
  font-weight: 800;
  transition: color 0.2s ease;
}

.activity-card:hover .activity-card-cta,
.activity-card:focus-visible .activity-card-cta,
.activity-detail-evidence:hover,
.activity-detail-evidence:focus-visible {
  color: #0f9f91;
}

.activity-cover {
  display: block;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  background: #f5f5f5;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.activity-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.activity-cover.is-cover img {
  object-fit: cover;
}

.activity-card:hover .activity-cover img,
.activity-card:focus-visible .activity-cover img {
  transform: scale(1.025);
}

.activity-detail-page {
  max-width: 60rem;
  margin: 0 auto;
}

.activity-detail-header {
  max-width: 50rem;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.activity-detail-kicker {
  margin-bottom: 1rem;
  color: #0f9f91;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.activity-detail-header h1 {
  margin-top: 1.2rem;
  color: #111827;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.activity-detail-summary {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: #525252;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.activity-detail-lead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.activity-detail-lead.has-cover {
  grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.activity-detail-cover {
  display: block;
  overflow: hidden;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 1.75rem;
  background: #f5f5f5;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.activity-detail-gallery {
  min-width: 0;
}

.activity-detail-gallery.is-multiple {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.activity-detail-gallery.is-multiple .activity-detail-cover {
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 1.25rem;
}

.activity-detail-gallery.is-multiple .activity-detail-cover img {
  object-fit: cover;
}

.activity-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.activity-detail-cover:hover img,
.activity-detail-cover:focus-visible img {
  transform: scale(1.018);
}

.activity-role-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 5vw, 3rem);
  border: 1px solid rgba(20, 184, 166, 0.15);
  border-radius: 1.75rem;
  background: linear-gradient(135deg, rgba(237, 248, 246, 0.9), rgba(255, 255, 255, 0.98) 58%, rgba(255, 248, 232, 0.65));
}

.activity-role-card h2 {
  margin-top: 0.9rem;
  color: #171717;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.activity-detail-member {
  margin-top: 0.65rem;
  color: #525252;
  font-size: 0.78rem;
  font-weight: 750;
}

.activity-role-card .activity-tags {
  margin-top: 1.5rem;
}

.activity-detail-evidence {
  align-self: flex-start;
  margin-top: 1.5rem;
}

.activity-detail-section,
.activity-key-idea {
  padding-top: 1.35rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.activity-detail-section + .activity-detail-section,
.activity-detail-section + .activity-key-idea,
.activity-key-idea + .activity-detail-section {
  margin-top: 1.35rem;
}

.activity-detail-label {
  color: #0f9f91;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.activity-detail-copy {
  margin-top: 0.7rem;
  color: #525252;
  font-size: 0.92rem;
  line-height: 1.75;
}

.activity-detail-block {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-top: 2rem;
}

.activity-event-copy {
  max-width: 50rem;
  margin-top: 0.9rem;
}

.activity-event-copy p {
  color: #525252;
  font-size: 0.92rem;
  line-height: 1.8;
}

.activity-event-copy p + p {
  margin-top: 0.85rem;
}

.activity-event-overview blockquote {
  max-width: 46rem;
  margin-top: 1.25rem;
  padding-left: 1.15rem;
  border-left: 3px solid #14b8a6;
  color: #262626;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 750;
  line-height: 1.65;
}

.activity-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.activity-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  padding: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1rem;
  background: #ffffff;
}

.activity-highlight > span {
  color: #14b8a6;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.activity-highlight h4 {
  color: #262626;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.activity-highlight p {
  margin-top: 0.4rem;
  color: #737373;
  font-size: 0.78rem;
  line-height: 1.65;
}

.activity-key-idea {
  padding: clamp(1.75rem, 5vw, 3rem);
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(255, 248, 232, 0.72));
}

.activity-key-idea > p:last-child {
  margin-top: 0.65rem;
  color: #262626;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.7;
}

.activity-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.activity-metric {
  padding: 1.35rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  background: #ffffff;
}

.activity-metric strong,
.activity-metric span {
  display: block;
}

.activity-metric strong {
  color: #111827;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.045em;
}

.activity-metric span {
  margin-top: 0.65rem;
  color: #737373;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.45;
}

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

.activity-info-item dt {
  color: #a3a3a3;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.activity-info-item dd {
  margin-top: 0.3rem;
  color: #404040;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .activity-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .activity-intro {
    position: static;
  }

  .activity-card.has-cover {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .activity-card-number {
    font-size: 0.6rem;
  }

  .activity-cover {
    grid-column: 2;
    width: min(100%, 18rem);
    margin-top: 0.25rem;
  }

  .activity-carousel-controls {
    margin-top: 0.85rem;
  }

  .activity-highlights,
  .activity-info-grid,
  .activity-metrics {
    grid-template-columns: 1fr;
  }

  .activity-detail-lead.has-cover {
    grid-template-columns: 1fr;
  }

  .activity-detail-cover {
    width: min(100%, 28rem);
    margin: 0 auto;
  }

  .partner-logo-img {
    max-width: 78%;
    max-height: 64%;
  }

  .partner-logo.partner-logo-square .partner-logo-img,
  .partner-logo.partner-logo-square-photo .partner-logo-img {
    width: 2.65rem;
    height: 2.65rem;
  }

  .partner-logo.partner-logo-zoom .partner-logo-img {
    transform: scale(1.35);
  }

  .partner-logo.partner-logo-blue .partner-logo-img,
  .partner-logo.partner-logo-dark .partner-logo-img {
    padding: 0.3rem 0.6rem;
  }

  .team-avatar-frame {
    width: 7.5rem;
    height: 7.5rem;
  }
}

/* 网格一旦有 2 列以上，卡片就只有 ~350px 宽，头像与姓名并排会把姓名/职位
   挤成三四行。所以从 md（网格开始分列）起就把头像堆到上方居中。 */
@media (min-width: 768px) {
  .team-card-top {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.1rem;
  }

  .team-card-identity {
    text-align: center;
  }

  .team-avatar-frame {
    width: 7rem;
    height: 7rem;
  }

  .team-card-name {
    font-size: 1.5rem;
  }

  .team-card-role {
    margin-top: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .team-card-bio {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    line-height: 1.75;
  }
}

@media (max-width: 520px) {
  .team-card-top {
    grid-template-columns: 1fr;
  }

  .team-card-identity {
    text-align: center;
  }

  .team-avatar-frame {
    width: 8.5rem;
    height: 8.5rem;
    margin: 0 auto;
  }
}

/* Scroll Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 100ms;
}

.reveal-delay-2 {
  transition-delay: 200ms;
}

.reveal-delay-3 {
  transition-delay: 300ms;
}

.reveal-delay-4 {
  transition-delay: 400ms;
}

@media (max-width: 768px) {
  .service-card {
    padding-top: 1.5rem;
  }

  .service-card-index {
    top: 1rem;
  }

  .section-padding {
    padding: 56px 20px;
  }

  .section-padding.section-compact {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .section-padding.section-compact.enablement-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .enablement-grid,
  .pricing-enablement-panel {
    grid-template-columns: 1fr;
  }

  .enablement-card {
    min-height: 0;
  }

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

  .global-map-heading {
    flex-direction: column;
  }

  .global-map-summary {
    align-self: flex-start;
  }

  .global-map-stage,
  .global-map-svg {
    min-height: 14rem;
  }

  .global-map-footer {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.4;
  }

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

  .lang-btn {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-menu-btn {
    width: 44px;
    height: 44px;
    padding: 6px;
  }
}

/* Clean fade for view transition */
@keyframes subtleFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade {
  animation: subtleFade 0.5s ease forwards;
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .animate-fade {
    animation: none;
  }

  .btn-black,
  .btn-outline {
    transition: none;
  }

  .btn-black:hover,
  .btn-outline:hover {
    transform: none;
  }

  .global-map-country.is-verified,
  .global-map-tooltip,
  .global-proof-metric {
    transition: none;
  }
}

/* ─── Carousel Side / Center ────────────────────────────────────────────────── */

.carousel-side {
  width: 24%;
  transform: scale(0.9);
  opacity: 0.6;
  overflow: hidden;
}

.carousel-center {
  width: 36%;
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}
