/* Homepage-specific layout and responsive rules. Extracted from test-tmp/index.html. */
.hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #f5f8fb;
  border-bottom: 1px solid #e7eff6;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/home/hero-old-index-bg.webp") center right / cover no-repeat;
  filter: saturate(.72) brightness(1.02);
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(100deg, rgba(250,253,255,.98) 0%, rgba(250,253,255,.85) 55%, rgba(250,253,255,.70) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 44px));
  min-height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero-inner:before {
  content: "";
  position: absolute;
  display: none;
}
.hero-copy { position: relative; z-index: 1; width: 650px; padding-top: 8px; }
h1 {
  margin: 0;
  max-width: 680px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.1vw, 66px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
  white-space: normal;
  text-wrap: balance;
}
h1 .headline-line {
  display: block;
  white-space: nowrap;
}
.hero-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: #284961;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}
.actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.country-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 10px 18px;
  margin-top: 46px;
  max-width: 570px;
  color: #2f4f68;
  font-size: 14px;
  line-height: 1.2;
  opacity: .9;
}
.country-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  white-space: nowrap;
}
.flag-icon {
  width: 26px;
  height: 18px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(29, 68, 104, .18);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(15, 45, 85, .08);
}

section { padding: 96px 0; }
.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.soft { background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%); }
#business {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 86px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}
#capabilities {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.trust-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.center-title {
  margin: 0 0 42px;
  color: #101f2e;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 950;
  letter-spacing: 0;
}
.center-title:after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 99px;
  background: var(--blue);
}
.section-lead {
  max-width: 860px;
  margin: -22px auto 44px;
  color: #4f677d;
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}

.business {
  position: relative;
  display: grid;
  gap: 26px;
  width: min(1140px, 100%);
  margin: 0 auto;
}
.business:before, .business:after { display: none; }
.business-card {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(430px, 1fr) minmax(260px, 290px);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.business-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.business-copy-left {
  justify-content: center;
  padding: clamp(26px, 3.2vw, 42px) clamp(26px, 3vw, 34px);
}
.business-copy-right {
  justify-content: center;
  padding: clamp(26px, 3vw, 38px) clamp(26px, 3vw, 34px);
  border-left: 1px solid var(--line);
}
.business-title {
  margin: 0;
  color: #06275a;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}
.business-subtitle {
  margin: 12px 0 0;
  color: #38546c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.business-schematic {
  margin: 25px 0 0;
  padding-top: 18px;
  border-top: 1px dashed #d8e6f2;
}
.business-schematic img {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  filter: saturate(1.02) contrast(1) brightness(1);
}
.business-feature-list,
.business-plain-list,
.business-process,
.business-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.business-feature-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: #253d55;
}
.business-feature-list strong {
  display: block;
  color: #173653;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}
.business-feature-list small {
  display: block;
  margin-top: 4px;
  color: #60778b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.business-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d8e6f2;
  border-radius: 6px;
  background: transparent;
}
.business-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(31%) sepia(88%) saturate(1561%) hue-rotate(188deg) brightness(90%) contrast(99%);
}
.business-media {
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  align-self: stretch;
  border-radius: 6px;
  background: #eef5fb;
}
.business-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  filter: saturate(.94) contrast(.98) brightness(1);
}
.business-side-list {
  display: grid;
  gap: 16px;
  color: #1f3e5b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.business-side-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}
.business-side-list-compact {
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8e6f2;
}
.business-note {
  margin: 18px 0 0;
  color: #3f5870;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.business-copy-right h4 {
  margin: 0 0 16px;
  color: #06275a;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}
.business-plain-list {
  display: grid;
  gap: 12px;
  color: #3f5870;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.68;
}
.business-plain-list li {
  position: relative;
  padding-left: 16px;
}
.business-plain-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d8e6f2;
}
.business-process {
  display: grid;
  gap: 11px;
  margin-top: 26px;
  counter-reset: business-step;
}
.business-process li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 42px;
  color: #173653;
  font-size: 15px;
  font-weight: 850;
}
.business-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}
.business-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #d8e6f2;
  border-radius: 999px;
  color: #24445e;
  background: rgba(216, 230, 242, .42);
  font-size: 13px;
  font-weight: 800;
}
.service-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 6px;
  margin-top: auto;
  padding-top: 24px;
  color: #06275a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}
.service-link:after {
  content: ">";
  font-size: 13px;
  transform: translateY(-1px);
}
.service-link:hover { color: #00477f; text-decoration: underline; text-underline-offset: 4px; }
.cap-icon, .mini-icon {
  display: inline-grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid var(--icon-line);
  border-radius: 999px;
  background: var(--icon-surface);
  font-weight: 900;
  font-size: 13px;
}
.mini-icon img,
.cap-icon img,
.mark img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.mini-icon img { width: 24px; height: 24px; }

.cap-board {
  width: min(1188px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 405px) minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
}
.cap-list {
  display: grid;
  gap: 18px;
}
.cap-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 21px 24px;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--card-surface);
  box-shadow: var(--card-shadow);
}
.cap-list .cap-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--icon-line);
  background: var(--icon-surface);
}
.cap-list .cap-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.cap-item h3 {
  margin: 0;
  color: #0f2944;
  font-size: 22px;
  line-height: 1.25;
  font-family: var(--font-display);
  font-weight: 800;
}
.cap-item p {
  margin: 8px 0 0;
  color: #405a70;
  font-size: 15px;
  line-height: 1.78;
}
.cap-visual {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 49%, rgba(255,255,255,.94) 0 12%, rgba(255,255,255,.62) 27%, rgba(255,255,255,0) 55%),
    linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.08) 24%, rgba(255,255,255,.04) 78%, rgba(255,255,255,.34) 100%),
    url("../images/home/capabilities/capability-foundation-background.webp") 48% center / 112% 100% no-repeat;
  box-shadow: none;
}
.cap-visual:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 58px 54px;
  border: 1px solid rgba(0, 139, 150, .16);
  border-radius: 50%;
  transform: rotate(-9deg);
}
.cap-visual:after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -16% -10% -14% -8%;
  pointer-events: none;
  background: radial-gradient(ellipse at 53% 49%, rgba(255,255,255,0) 0 58%, rgba(255,255,255,.28) 74%, #fff 100%);
}
.cap-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 49%;
  width: 164px;
  height: 164px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(0, 88, 168, .16);
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  color: #008b96;
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--font-display);
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px rgba(0, 88, 168, .08);
}
.cap-badge {
  --badge-x: 0px;
  --badge-y: 0px;
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 7px;
  min-width: 166px;
  padding: 18px 20px;
  border: 1px solid var(--card-line);
  border-radius: 9px;
  background: rgba(255,255,255,.9);
  color: #486173;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: var(--card-shadow);
  transform: translate(var(--badge-x), var(--badge-y));
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  animation: capBadgeRise .72s cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: var(--badge-delay, 0ms);
  will-change: transform;
}
.cap-badge:hover {
  box-shadow: 0 18px 34px rgba(14, 54, 95, .12);
  transform: translate(var(--badge-x), calc(var(--badge-y) - 3px));
}
.cap-badge strong {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-display);
  font-weight: 800;
}
.cap-metric {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.cap-badge b {
  color: var(--blue);
  font-family: var(--font-latin);
  font-size: 25px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.01em;
}
.cap-metric span {
  color: #0b5f9b;
  font-size: 18px;
  font-weight: 900;
}
.cap-badge.resource { left: 9%; top: 9%; --badge-delay: 90ms; }
.cap-badge.engine { right: 17%; top: 5%; --badge-delay: 220ms; }
.cap-badge.security { left: 8%; bottom: 12%; --badge-delay: 350ms; }
.cap-badge.local { right: 7%; bottom: 30%; --badge-delay: 480ms; }
.cap-badge.delivery {
  left: 60%;
  top: 80%;
  min-width: 124px;
  padding: 14px 17px;
  gap: 5px;
  --badge-x: -50%;
  --badge-delay: 610ms;
}
.cap-badge.delivery strong { font-size: 18px; }
.cap-badge.delivery b { font-size: 24px; }

@keyframes capBadgeRise {
  from {
    opacity: .18;
  }
  to {
    opacity: 1;
  }
}

.scenarios {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.scenario {
  overflow: hidden;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--card-surface);
  box-shadow: var(--card-shadow);
}
.scenario-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--card-line-soft);
  background: #eef6fb;
}
.scenario-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 38, 77, .04), rgba(5, 38, 77, .12)),
    rgba(0, 88, 168, .08);
  pointer-events: none;
}
.scenario img {
  width: 100%;
  aspect-ratio: 1.44;
  object-fit: cover;
  filter: saturate(.86) contrast(.96) brightness(1.04);
}
.scenario:first-child img {
  filter: saturate(.94) contrast(1) brightness(1);
}
.scenario:first-child .scenario-media:after {
  background:
    linear-gradient(180deg, rgba(5, 38, 77, .02), rgba(5, 38, 77, .07)),
    rgba(255, 240, 220, .001);
}
.scenario-body { padding: 18px 18px 20px; }
.scenario h3 {
  margin: 0 0 9px;
  color: #0f2944;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}
.scenario ul { margin: 0; padding-left: 17px; color: #3c5670; font-size: 15px; line-height: 1.72; }

.case-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  margin-top: 42px;
  padding-top: 34px;
}
.case-summary-copy {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
  max-width: 980px;
}
.case-summary h3 {
  margin: 0;
  color: #0f2944;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}
.case-summary p {
  margin: 0;
  color: #4f677d;
  font-size: 15px;
  line-height: 1.75;
}
.case-summary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 88, 168, .32);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
  transition: color .24s ease, border-color .24s ease;
}
.case-summary-link:after {
  content: ">";
  margin-left: 7px;
  font-size: 13px;
}
.case-summary-link:hover {
  color: #0058a8;
  border-color: currentColor;
}
.honors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1080px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--card-line-soft);
  border-radius: 10px;
  background: var(--card-line-soft);
  box-shadow: 0 14px 30px rgba(22, 62, 101, .065);
}
.honor {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 116px;
  padding: 21px 24px;
  color: #53697c;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248, 252, 255, .94));
  font-weight: 600;
}
.honor .cap-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: rgba(232, 246, 255, .86);
}
.honor .cap-icon img {
  width: 25px;
  height: 25px;
}
.honor-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.honor-label {
  color: #12304a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.honor-measure {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 1px;
}
.honor b {
  color: var(--blue);
  font-size: 42px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: -.01em;
}
.honor-unit {
  color: #50687c;
  font-size: 14px;
  font-weight: 800;
}
.honor-note {
  color: #6d8192;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}
.honor-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(26, 127, 199, .14);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(232, 246, 255, .72);
  font-size: 12px;
  font-weight: 800;
}
.honor .cap-icon, .honor b, .honor-badge {
  transition: transform .28s ease, color .28s ease, opacity .28s ease, border-color .28s ease, background .28s ease;
}
.honor:hover {
  color: #2d4b64;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(14, 54, 95, .08);
}
.honor:hover .cap-icon { transform: translateX(2px); opacity: .92; }
.honor:hover b { color: var(--blue); }
.honor:hover .honor-badge {
  border-color: rgba(26, 127, 199, .24);
  background: rgba(232, 246, 255, .94);
  transform: translateY(-1px);
}

.cta-wrap { padding: 0; }
.cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(0, .62fr);
  min-height: 308px;
  color: #fff;
  background: #05264d;
  overflow: hidden;
}
.cta:before {
  content: "";
  position: absolute;
  inset: -10px 0 0;
  z-index: 0;
  background: url("../images/home/cta-nanning-bridge.webp") center 44% / cover no-repeat;
  pointer-events: none;
}
.cta:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 52px;
  background: linear-gradient(180deg, rgba(5,38,77,0) 0%, rgba(5,38,77,.92) 58%, #05264d 100%);
  pointer-events: none;
}
.cta-copy {
  position: relative;
  z-index: 2;
  padding: 48px calc((100vw - min(var(--max), calc(100vw - 44px))) / 2 + 16px) 44px;
  background: linear-gradient(108deg, rgba(6,42,85,.95) 0%, rgba(7,55,103,.9) 78%, rgba(7,55,103,.34) 78.4%, transparent 100%);
  backdrop-filter: saturate(1.05);
}
.cta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(30px, 3vw, 42px); line-height: 1.16; font-weight: 950; white-space: nowrap; }
.cta p { max-width: 800px; margin: 18px 0 26px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.85; }
.cta .btn.secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.68); }
.cta .btn.primary { background: #fff; color: var(--blue); box-shadow: none; }
.cta-img { position: relative; z-index: 2; min-height: 308px; }

.business-card, .scenario, .cap-item, .honor {
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}
.business-card:hover, .scenario:hover, .cap-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
}
@media (prefers-reduced-motion: reduce) {
  .cap-core,
  .cap-badge {
    animation: none;
  }
  .business-card, .scenario, .cap-item, .honor, .case-summary-link {
    transition: none;
  }
  .business-card:hover, .scenario:hover, .cap-item:hover, .honor:hover, .case-summary-link:hover {
    transform: none;
  }
  .cap-badge:hover {
    transform: translate(var(--badge-x), var(--badge-y));
    box-shadow: 0 10px 18px rgba(20, 63, 104, .09);
  }
  .honor:hover { transform: none; box-shadow: none; }
}

@media (max-width: 1120px) {
  .hero {
    min-height: 620px;
  }
  .hero-inner {
    min-height: 620px;
    align-items: flex-start;
    padding-top: 34px;
  }
  .hero-copy {
    padding-top: 0;
  }
  h1 .headline-line {
    white-space: normal;
  }
  .business { gap: 24px; }
  .business-card {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 860px;
    margin: 0 auto;
  }
  .business-copy-left {
    padding: 30px 30px 26px;
  }
  .business-copy-right {
    padding: 26px 30px 30px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .business-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .scenarios, .honors { grid-template-columns: repeat(2, 1fr); }
  .case-summary { grid-template-columns: 1fr; }
  .cap-board { grid-template-columns: 1fr; gap: 30px; }
  .cap-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cap-visual { min-height: 440px; }
  .cta { grid-template-columns: 1fr; }
  .cta-copy { padding: 46px 28px; background: rgba(6,42,85,.9); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .back-top {
    right: 14px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
  .logo img { width: 146px; }
  .hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(250,253,255,.98) 0%, rgba(250,253,255,.94) 48%, rgba(250,253,255,.76) 100%),
      url("../images/home/hero-old-index-bg.webp") 62% top / cover no-repeat;
  }
  .hero-inner { min-height: 700px; align-items: flex-start; padding-top: 42px; }
  .hero:before, .hero:after { display: none; }
  .hero-inner:before { inset: 82px 0 230px -90px; width: auto; opacity: .38; background-size: 760px auto; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(34px, 11vw, 46px); white-space: normal; }
  .hero-copy p { font-size: 15px; line-height: 1.82; }
  .country-strip { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); max-width: 100%; gap: 10px 14px; }
  section { padding: 54px 0; }
  .cap-list, .scenarios, .honors { grid-template-columns: 1fr; }
  .cap-item { grid-template-columns: 44px 1fr; gap: 15px; padding: 18px; }
  .cap-list .cap-icon { width: 42px; height: 42px; }
  .cap-list .cap-icon img { width: 23px; height: 23px; }
  .cap-visual { min-height: 560px; background-position: 62% center; }
  .cap-visual:before { inset: 64px -44px; }
  .cap-core { top: 48%; width: 140px; height: 140px; font-size: 15px; }
  .cap-badge { min-width: 145px; padding: 15px 16px; font-size: 13px; }
  .cap-badge strong { font-size: 17px; }
  .cap-badge b { font-size: 21px; }
  .cap-metric span { font-size: 16px; }
  .cap-badge.resource { left: 5%; top: 6%; }
  .cap-badge.engine { right: 5%; top: 20%; }
  .cap-badge.security { left: 5%; bottom: 26%; }
  .cap-badge.local { right: 5%; bottom: 7%; }
  .cap-badge.delivery {
    left: 50%;
    bottom: 41%;
    min-width: 116px;
    padding: 13px 15px;
    --badge-x: -50%;
  }
  .case-summary {
    margin-top: 30px;
    padding-top: 24px;
  }
  .case-summary-link {
    width: fit-content;
  }
  .honor { border: 0; }
  .cta h2 { font-size: 30px; white-space: normal; }
}
@media (max-width: 720px) {
  .hero { min-height: 600px; }
  .hero-inner { min-height: 600px; padding-top: 4px; }
  .hero-copy { padding-top: 0; transform: translateY(-4px); }
  .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .actions .btn {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .country-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }
  .business { gap: 18px; }
  .business-card {
    gap: 0;
    padding: 0;
  }
  .business-copy-left,
  .business-copy-right {
    padding: 22px;
  }
  .business-title {
    font-size: clamp(24px, 7vw, 30px);
  }
  .business-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }
  .business-feature-list {
    gap: 13px;
    margin-top: 20px;
  }
  .business-feature-list li,
  .business-process li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }
  .business-feature-list strong,
  .business-process li {
    font-size: 14px;
  }
  .business-feature-list small,
  .business-plain-list,
  .business-side-list,
  .business-note {
    font-size: 12px;
  }
  .business-icon {
    width: 28px;
    height: 28px;
  }
  .business-icon img {
    width: 18px;
    height: 18px;
  }
  .business-copy-right h4 {
    margin-bottom: 12px;
    font-size: 19px;
  }
  .business-side-list {
    gap: 13px;
  }
  .business-side-list li {
    gap: 11px;
  }
  .business-schematic {
    margin-top: 18px;
    padding-top: 14px;
  }
  .business-schematic img {
    max-width: 210px;
  }
  .business-tags {
    gap: 7px;
  }
  .business-tags span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 12px;
  }
  .mini-icon img { width: 21px; height: 21px; }
  .service-link {
    padding-top: 18px;
    font-size: 13px;
  }
  .cap-board { gap: 22px; }
  .cap-list { gap: 12px; }
  .cap-item { padding: 16px; }
  .cap-item h3 { font-size: 19px; }
  .cap-item p { font-size: 14px; line-height: 1.68; }
  .cap-visual {
    min-height: 0;
    display: grid;
    gap: 10px;
    padding: 14px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(247,251,255,.92) 100%),
      url("../images/home/capabilities/capability-foundation-background.webp") 58% center / cover no-repeat;
  }
  .cap-visual:before,
  .cap-visual:after {
    display: none;
  }
  .cap-core,
  .cap-badge,
  .cap-badge.resource,
  .cap-badge.engine,
  .cap-badge.security,
  .cap-badge.local,
  .cap-badge.delivery {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    min-width: 0;
    height: auto;
    transform: none;
  }
  .cap-core {
    min-height: 58px;
    padding: 15px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 1.35;
    box-shadow: var(--card-shadow);
  }
  .cap-badge,
  .cap-badge.delivery {
    min-height: 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    box-shadow: var(--card-shadow);
    animation: none;
  }
  .cap-badge strong,
  .cap-badge span,
  .cap-badge.delivery strong,
  .cap-badge.delivery span {
    justify-content: center;
    text-align: center;
  }
  .cap-badge strong,
  .cap-badge.delivery strong {
    font-size: 17px;
  }
  .cap-badge b,
  .cap-badge.delivery b {
    font-size: 23px;
  }
  .cap-badge:hover {
    transform: none;
  }
  .scenario-media img { aspect-ratio: 16 / 9; }
  .scenario h3 { font-size: 19px; }
  .scenario ul { font-size: 14px; }
  .cta-copy { padding: 38px 22px; }
  .cta p { font-size: 14px; line-height: 1.72; }
  .cta-img { min-height: 220px; }
}
@media (max-width: 380px) {
  .actions {
    grid-template-columns: 1fr;
  }
  .business-copy-left,
  .business-copy-right {
    padding: 18px;
  }
}
