/*
Theme Name: Univo Advisory
Theme URI: https://www.univoadvisory.cn/
Author: Univo Advisory
Description: Corporate consulting theme for Univo Advisory.
Version: 1.0.5
Text Domain: univo-advisory
*/
:root {
  --ink: #17202b;
  --muted: #667085;
  --line: #e6e9ee;
  --soft: #f5f7fa;
  --accent: #9b1c31;
  --accent-dark: #7d1425;
  --blue: #1d4f7a;
  --gold: #b9925a;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(16,24,40,.04);
}
.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 190px;
  font-weight: 800;
  letter-spacing: .04em;
  font-size: 20px;
  line-height: 1.1;
}
.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}
.main-nav a { padding: 8px 10px; border-radius: 4px; color: #2d3643; }
.main-nav a:hover { background: #f7f8fa; color: var(--accent); }
.main-nav .cta { background: var(--accent); color: #fff; padding: 9px 14px; }
.hero {
  min-height: 640px;
  display: grid;
  align-items: end;
  color: #fff;
  background: linear-gradient(110deg, rgba(20,31,45,.9), rgba(23,32,43,.58)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80') center/cover;
}
.hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 24px 82px;
}
.eyebrow {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1,
.section-title {
  margin: 0 0 22px;
  line-height: 1.16;
  letter-spacing: 0;
}
.hero h1 { max-width: 920px; font-size: clamp(32px, 3.75vw, 50px); font-weight: 800; }
.hero-title-en { max-width: 760px; color: #eef2f6; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; font-weight: 600; }
.hero p { max-width: 760px; color: #eef2f6; font-size: clamp(17px, 1.7vw, 21px); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-weight: 700;
}
.btn.primary { background: #fff; color: var(--ink); border-color: #fff; }
.btn.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.section { padding: 82px 24px; }
.section.soft { background: var(--soft); }
.wrap { max-width: var(--max); margin: 0 auto; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: start; }
.section-title { font-size: clamp(28px, 3.25vw, 40px); }
.lead { margin-top: 0; color: #475467; font-size: 18px; }
.rule { width: 56px; height: 3px; margin-top: 28px; background: var(--accent); }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.stat {
  min-height: 132px;
  padding: 22px;
  background: #fff;
  border-top: 3px solid var(--accent);
  box-shadow: 0 10px 30px rgba(16,24,40,.06);
}
.stat strong { display: block; color: var(--accent); font-size: 42px; line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #344054; }
.service-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-stats .stat { min-height: 118px; padding: 20px; }
.service-stats .stat strong { font-size: 24px; line-height: 1.25; }
.service-stats .stat span { margin-top: 10px; font-size: 15px; line-height: 1.65; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.card {
  min-height: 230px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(16,24,40,.06);
}
.card h3, .case h3 { margin: 0 0 14px; font-size: 22px; line-height: 1.35; }
.card p { margin: 0; color: #596475; }
.band { padding: 86px 24px; background: #192331; color: #fff; }
.band .lead { color: #dce3ec; }
.band .btn { margin-top: 22px; color: #fff; }
.incubator-band { background: linear-gradient(rgba(8,20,42,0.70),rgba(8,20,42,0.70)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80&fit=crop&auto=format') center/cover no-repeat; }
.cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.case {
  position: relative;
  min-height: 178px;
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.case::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6,18,50,0.62);
  z-index: 0;
}
.case > * { position: relative; z-index: 1; }
.case .tag { color: rgba(255,255,255,0.75); }
.case h3 { color: #fff; }
.tag { display: inline-flex; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 800; }
.insight-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  margin-top: 34px;
}
.insight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.insight-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.insight-body {
  padding: 28px 0 0;
}
.insight-body .tag {
  margin-bottom: 12px;
  padding: 0;
  color: var(--gold);
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.35;
}
.insight-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42;
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 40px;
  padding: 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.form-like { display: grid; gap: 12px; }
.form-like input,
.form-like textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.form-like textarea { min-height: 118px; resize: vertical; }
.page-hero { padding: 92px 24px; background: #192331; color: #fff; }
.page-hero .wrap { max-width: 980px; }
.page-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.12; }
.page-content { padding: 70px 24px; }
.page-content .wrap { max-width: 980px; }
.page-content h2 { margin-top: 36px; font-size: 30px; }
.page-content p, .page-content li { color: #475467; font-size: 17px; }
.site-footer { padding: 56px 24px 28px; background: #0d1f3c url('assets/success-cases-footer.png') center center / cover no-repeat; color: #d7dde5; position: relative; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.site-footer h3 { margin: 0 0 14px; color: #fff; }
.site-footer ul { margin: 0; padding-left: 18px; }
.site-footer .btn { margin-top: 8px; color: #fff; }
.copyright { max-width: var(--max); margin: 34px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #98a2b3; font-size: 13px; }
@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr; gap: 12px; }
  .main-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .hero { min-height: 560px; }
  .split, .contact-panel, .footer-grid { grid-template-columns: 1fr; }
  .grid, .cases, .insight-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .nav-wrap { padding: 12px 16px; }
  .brand { min-width: 0; font-size: 18px; }
  .main-nav { gap: 6px; font-size: 13px; }
  .main-nav a { padding: 7px 8px; }
  .hero-inner { padding: 82px 18px 62px; }
  .hero h1 { font-size: 32px; }
  .hero-title-en { font-size: 15px; }
  .section { padding: 58px 18px; }
  .stats, .grid, .cases, .insight-cards { grid-template-columns: 1fr; }
  .contact-panel { padding: 24px; }
  .footer-grid { gap: 24px; }
}

/* Inner pages */
.content-area {
  padding: 78px 24px 88px;
  background: #fff;
}
.content-area > .wrap {
  max-width: var(--max);
}
.prose > *:first-child { margin-top: 0; }
.prose h2 {
  margin: 46px 0 18px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
}
.prose h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}
.prose p,
.prose li {
  color: #475467;
  font-size: 17px;
}
.prose ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 22px;
}
.prose .split {
  margin-bottom: 54px;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
}
.prose .split h2 {
  margin-top: 0;
}
.prose .split .notice { align-self: center; }
.notice {
  padding: 28px;
  color: #273444;
  background: #f7f8fa;
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.75;
}
.prose .grid,
.prose .cases {
  margin: 24px 0 46px;
}
.prose .card,
.prose .case {
  min-height: auto;
}
.prose .card p,
.prose .case p {
  margin: 0;
}
.case-links { margin: 14px 0 0; padding: 0; list-style: none; }
.case-links li { margin: 0; }
.case-links a { display: block; padding: 6px 0; color: rgba(255,255,255,0.82); font-size: 13px; line-height: 1.45; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
.case-links li:last-child a { border-bottom: none; }
.case-links a:hover { color: #fff; }
.post-list {
  display: grid;
  gap: 22px;
  max-width: 980px;
}
.post-item {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16,24,40,.05);
}
.post-item small {
  color: var(--gold);
  font-weight: 800;
}
.post-item h2 {
  margin: 8px 0 12px;
  font-size: 26px;
  line-height: 1.3;
}
.post-item p {
  margin: 0 0 16px;
  color: #475467;
}
.text-link {
  color: var(--accent);
  font-weight: 800;
}
@media (max-width: 640px) {
  .page-hero { padding: 70px 18px; }
  .content-area { padding: 54px 18px 64px; }
.notice { padding: 22px; font-size: 16px; }
  .prose h2 { margin-top: 34px; }
  .post-item { padding: 22px; }
}

/* Full navigation */
.nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list > li { position: relative; }
.nav-list > li > a,
.sub-menu a {
  display: block;
  padding: 8px 9px;
  border-radius: 4px;
  color: #2d3643;
  font-size: 13px;
  line-height: 1.35;
}
.nav-list > li > a:hover,
.sub-menu a:hover { background: #f7f8fa; color: var(--accent); }
.nav-list > li.has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.nav-list > li.cta > a { background: var(--accent); color: #fff; padding: 9px 12px; }
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  min-width: 230px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(16,24,40,.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease;
}
.has-children:hover > .sub-menu,
.has-children:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.content-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 46px;
}
.content-index a,
.pill {
  display: block;
  padding: 14px 16px;
  background: #f7f8fa;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  color: #273444;
}
.process {
  counter-reset: step;
  display: grid;
  gap: 14px;
  margin: 24px 0 46px;
}
.process .step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.process .step::before {
  content: counter(step, decimal-leading-zero);
  color: var(--accent);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.process h3 { margin: 0 0 6px; }
.process p { margin: 0; }
.matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 46px;
}
@media (max-width: 1180px) {
  .nav-wrap { grid-template-columns: 1fr; }
  .main-nav { overflow-x: auto; justify-content: flex-start; padding-bottom: 6px; }
  .nav-list { justify-content: flex-start; min-width: max-content; }
}
@media (max-width: 760px) {
  .nav-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; width: 100%; }
  .sub-menu { position: static; display: none; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; margin-top: 4px; }
  .has-children:hover > .sub-menu,
  .has-children:focus-within > .sub-menu { display: block; }
  .content-index, .matrix { grid-template-columns: 1fr; }
  .process .step { grid-template-columns: 1fr; }
}

/* Header logo */
.logo-brand {
  min-width: 245px;
  width: 245px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
}
.logo-brand img {
  display: block;
  width: 245px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .logo-brand,
  .logo-brand img {
    width: 210px;
    min-width: 210px;
  }
}

/* Header logo clarity and solid background */
.site-header {
  background: #fff;
  backdrop-filter: none;
}
.logo-brand {
  min-width: 310px;
  width: 310px;
}
.logo-brand img {
  width: 310px;
  max-height: 84px;
  image-rendering: auto;
}
@media (max-width: 1180px) {
  .logo-brand,
  .logo-brand img {
    width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 760px) {
  .logo-brand,
  .logo-brand img {
    width: 230px;
    min-width: 230px;
  }
}

/* Header logo 10 percent smaller */
.logo-brand {
  min-width: 279px;
  width: 279px;
}
.logo-brand img {
  width: 279px;
  max-height: 76px;
}
@media (max-width: 1180px) {
  .logo-brand,
  .logo-brand img {
    width: 252px;
    min-width: 252px;
  }
}
@media (max-width: 760px) {
  .logo-brand,
  .logo-brand img {
    width: 207px;
    min-width: 207px;
  }
}

/* International frontier feed */
.frontier-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 24px;
  padding: 14px 18px;
  color: #273444;
  background: #f7f8fa;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
}
.frontier-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 34px;
}
.frontier-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 360px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(16,24,40,.05);
}
.frontier-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.frontier-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  color: var(--blue);
  background: #f2f6fb;
  border: 1px solid #dce8f5;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}
.frontier-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.36;
}
.frontier-card p {
  margin: 0;
}
.frontier-action {
  margin-top: auto;
  padding: 16px;
  background: #f7f8fa;
  border-radius: 6px;
}
.frontier-action strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}
.frontier-source {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.frontier-list {
  display: grid;
  gap: 0;
  margin: 0 0 34px;
  border-top: 1px solid var(--line);
}
.frontier-row {
  display: grid;
  grid-template-columns: 380px 72px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.frontier-row-image {
  display: block;
  overflow: hidden;
  background: #f7f8fa;
}
.frontier-image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
  background: #f7f8fa;
}
.frontier-date {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  column-gap: 8px;
  color: #344054;
  border-right: 1px solid var(--line);
}
.frontier-date strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
.frontier-date span {
  padding-top: 3px;
  font-size: 16px;
}
.frontier-date small {
  grid-column: 1 / -1;
  color: #344054;
  font-size: 16px;
  line-height: 1.35;
}
.frontier-row-body {
  padding-right: 16px;
}
.frontier-row-title {
  display: block;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.frontier-row-title:hover {
  color: var(--accent);
}
.frontier-row-body p {
  max-width: 760px;
  margin: 0 0 26px;
  color: #596475;
  line-height: 1.9;
}
.frontier-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 46px;
  padding: 10px 22px;
  color: #273444;
  background: #f5f5f5;
  font-weight: 700;
}
.frontier-more:hover {
  color: #fff;
  background: var(--accent);
}
.frontier-article {
  max-width: 860px;
  margin: 0 auto;
}
.frontier-article .article-kicker {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: .08em;
}
.frontier-article h2 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 46px);
}
.frontier-article .frontier-image {
  margin: 30px 0 34px;
  aspect-ratio: 2.15 / 1;
}
.frontier-article h3 {
  margin-top: 34px;
  font-size: 24px;
}
.frontier-article .frontier-source {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #596475;
}
.frontier-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 18px 0 52px;
}
.frontier-pagination br {
  display: none;
}
.frontier-pagination a,
.frontier-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #273444;
  font-weight: 800;
}
.frontier-pagination .is-active {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}
@media (max-width: 760px) {
  .frontier-toolbar {
    display: grid;
  }
  .frontier-feed {
    grid-template-columns: 1fr;
  }
  .frontier-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }
  .frontier-date {
    grid-template-columns: auto auto 1fr;
    border-right: 0;
    column-gap: 7px;
  }
  .frontier-date small {
    grid-column: auto;
    align-self: center;
  }
  .frontier-row-title {
    font-size: 21px;
  }
  .frontier-card {
    min-height: auto;
    padding: 22px;
  }
}
 

.insight-card:hover img {
  opacity: .88;
  transition: opacity .2s;
}


/* ── Success Cases vertical reference layout ── */
.ref-list { margin-top: 48px; }
.ref-category { border-top: 2px solid var(--line); padding: 40px 0; }
.ref-category:first-child { border-top: 2px solid var(--accent); }
.ref-cat-title {
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 12px;
}
.ref-cat-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 22px;
  background: var(--accent);
  border-radius: 3px;
  flex-shrink: 0;
}
.ref-entries { display: flex; flex-direction: column; gap: 16px; }
.ref-entry {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr);
  gap: 28px;
  align-items: start;
  padding: 22px 24px;
  background: var(--soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
}
.ref-year {
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  padding-top: 3px;
  line-height: 1.3;
}
.ref-content h3 { margin: 0 0 6px; font-size: 16px; font-weight: 700; line-height: 1.45; }
.ref-content p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.65; }
@media (max-width: 640px) {
  .ref-entry { grid-template-columns: 1fr; gap: 6px; }
  .ref-year { font-size: 12px; }
}

.ref-cat-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: .02em;
}


/* Page 53: overseas-inspection hero */
.page-id-53 .page-hero {
  position: relative;
  background: url('assets/hero-inspection.jpg') center/cover no-repeat;
  overflow: hidden;
}
.page-id-53 .page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 42, 0.55);
}
.page-id-53 .page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-id-53 .page-hero .lead { color: rgba(255,255,255,0.78); }

.page-id-54 .page-hero { position: relative; overflow: hidden; background: linear-gradient(to right, rgba(25,35,49,.2) 0%, rgba(25,35,49,.82) 36%, rgba(25,35,49,.96) 50%, rgba(25,35,49,.82) 64%, rgba(25,35,49,.2) 100%), url('assets/hero-market-analysis-tech.jpg') left center/55% auto no-repeat, url('assets/hero-market-analysis-warm.jpg') right center/55% auto no-repeat; background-color: #192331; }
.page-id-54 .page-hero .wrap { position: relative; z-index: 1; }

/* Front-page logo size for v3 square logo */
.home .logo-brand { width: auto; min-width: 0; }
.home .logo-brand img { width: auto; height: 110px; max-height: none; }
@media (max-width: 760px) {
  .home .logo-brand img { height: 80px; }
}

/* Incubator page hero */
.page-id-57 .page-hero { position: relative; overflow: hidden; background: url('assets/hero-incubator.jpg') center/cover no-repeat; }
.page-id-57 .page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(12,22,42,0.55); }
.page-id-57 .page-hero .wrap { position: relative; z-index: 1; }
.page-id-66 .page-hero { position: relative; overflow: hidden; background: url('assets/hero-human-resources.jpg') center/cover no-repeat; }
.page-id-66 .page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(12,22,42,0.55); }
.page-id-66 .page-hero .wrap { position: relative; z-index: 1; }
.page-id-68 .page-hero { position: relative; overflow: hidden; background: url('assets/hero-brand-marketing.jpg') center/cover no-repeat; }
.page-id-68 .page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(12,22,42,0.55); }
.page-id-68 .page-hero .wrap { position: relative; z-index: 1; }
.page-id-55 .page-hero { position: relative; overflow: hidden; background: url('assets/hero-integrated-assessment.jpg') center/cover no-repeat; }
.page-id-55 .page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(12,22,42,0.55); }
.page-id-55 .page-hero .wrap { position: relative; z-index: 1; }


/* ── Netherlands Landing Page (page ID 58) ── */

.nl-lp { margin: 0; }

/* Hero */
.nl-hero { background: #ecf2f9 url('assets/netherlands-hero.png') right center / cover no-repeat; overflow: hidden; }
.nl-hero-inner { display: block; min-height: 600px; padding: 86px 0; }
.nl-hero-copy { max-width: 580px; display: flex; flex-direction: column; justify-content: center; }
.nl-hero-title { margin: 10px 0 18px; font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; color: #0e1e35; line-height: 1.18; }
.nl-hero-lead { color: #475467; font-size: 15px; line-height: 1.8; max-width: 460px; margin: 0 0 32px; }
.nl-hero-vis { display: none; }

/* Feature strip */
.nl-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.nl-feat { padding: 14px 12px; background: #fff; border-radius: 6px; border: 1px solid rgba(29,79,122,0.12); box-shadow: 0 4px 12px rgba(16,24,40,.06); text-align: center; }
.nl-feat-ic { display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; width: 36px; height: 36px; color: #1d4f7a; }
.nl-feat-ic svg { width: 26px; height: 26px; }
.nl-feat strong { display: block; font-size: 12px; font-weight: 700; color: #0e1e35; margin-bottom: 3px; line-height: 1.35; }
.nl-feat em { display: block; font-style: normal; font-size: 11px; color: #667085; line-height: 1.4; }

/* Section title with rules */
.nl-sec-title { display: flex; align-items: center; gap: 20px; margin: 0 0 38px; }
.nl-sec-title::before, .nl-sec-title::after { content: ''; flex: 1; height: 1px; background: #dce3ec; }
.nl-sec-title h2 { margin: 0; font-size: clamp(17px, 1.9vw, 23px); font-weight: 800; color: #0e1e35; white-space: nowrap; flex-shrink: 0; }

/* Card icon container */
.nl-card-ic { width: 44px; height: 44px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; background: #eef4fb; border-radius: 10px; flex-shrink: 0; color: #1d4f7a; }
.nl-card-ic svg { width: 24px; height: 24px; }

/* 4-col why cards */
.nl-4col { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.nl-why-card { padding: 28px 22px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; box-shadow: 0 8px 24px rgba(16,24,40,.05); }
.nl-why-card h3 { margin: 0 0 10px; font-size: 16px; font-weight: 700; color: #0e1e35; }
.nl-why-card p { margin: 0; color: #596475; font-size: 14px; line-height: 1.7; }

/* Entity type cards */
.nl-entity-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.nl-entity { padding: 26px 22px; background: #fff; border: 1px solid #e6e9ee; border-top: 3px solid #1d4f7a; border-radius: 0 0 8px 8px; box-shadow: 0 6px 18px rgba(16,24,40,.05); }
.nl-entity .nl-card-ic { width: 38px; height: 38px; margin-bottom: 14px; border-radius: 8px; }
.nl-entity .nl-card-ic svg { width: 20px; height: 20px; }
.nl-entity h3 { margin: 0 0 14px; font-size: 16px; font-weight: 700; color: #1d4f7a; }
.nl-entity ul { margin: 0; padding-left: 16px; display: grid; gap: 6px; }
.nl-entity ul li { color: #596475; font-size: 13px; line-height: 1.6; }

/* 3x2 company cards */
.nl-6col { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.nl-company-card { display: flex; gap: 16px; padding: 22px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; box-shadow: 0 6px 18px rgba(16,24,40,.05); }
.nl-company-card .nl-card-ic { width: 40px; height: 40px; margin-bottom: 0; border-radius: 8px; margin-top: 2px; }
.nl-company-card .nl-card-ic svg { width: 22px; height: 22px; }
.nl-company-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 700; color: #0e1e35; }
.nl-company-card p { margin: 0; color: #596475; font-size: 13px; line-height: 1.65; }

/* Service cards (3x2) */
.nl-service-card { padding: 26px 22px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; box-shadow: 0 8px 24px rgba(16,24,40,.06); }
.nl-service-card h3 { margin: 0 0 10px; font-size: 15px; font-weight: 700; color: #0e1e35; }
.nl-service-card p { margin: 0; color: #596475; font-size: 14px; line-height: 1.65; }

/* 6-item checklist */
.nl-check-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.nl-check-item { padding: 20px 12px; background: #fff; border: 1px solid #e6e9ee; border-top: 3px solid #1d4f7a; border-radius: 0 0 6px 6px; text-align: center; }
.nl-check-item .nl-card-ic { width: 36px; height: 36px; margin: 0 auto 12px; border-radius: 8px; }
.nl-check-item .nl-card-ic svg { width: 18px; height: 18px; }
.nl-check-item h3 { margin: 0 0 8px; font-size: 13px; font-weight: 700; color: #1d4f7a; }
.nl-check-item p { margin: 0; font-size: 12px; color: #667085; line-height: 1.6; }

/* 8-step horizontal process */
.nl-steps { display: flex; align-items: flex-start; gap: 0; overflow-x: auto; padding-bottom: 4px; margin-top: 32px; }
.nl-step { flex: 1; min-width: 108px; display: flex; flex-direction: column; align-items: center; position: relative; padding: 0 4px; }
.nl-step:not(:last-child)::after { content: '›'; position: absolute; top: 10px; left: calc(50% + 22px); right: calc(-50% + 22px); color: #9b1c31; font-size: 20px; font-weight: 900; line-height: 1; text-align: center; pointer-events: none; }
.nl-step-num { width: 40px; height: 40px; border-radius: 50%; background: #1d4f7a; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex-shrink: 0; margin-bottom: 10px; position: relative; z-index: 1; }
.nl-step p { text-align: center; font-size: 12px; line-height: 1.5; color: #475467; margin: 0; }

/* FAQ + Info split */
.nl-faq-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.nl-faq-split > div > h3 { margin: 0 0 20px; font-size: 18px; font-weight: 700; color: #0e1e35; }
details.nl-faq-item { border-bottom: 1px solid #e6e9ee; }
details.nl-faq-item summary { list-style: none; padding: 16px 0; cursor: pointer; font-weight: 600; font-size: 15px; color: #0e1e35; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
details.nl-faq-item summary::-webkit-details-marker { display: none; }
details.nl-faq-item summary::after { content: '+'; color: #1d4f7a; font-size: 22px; font-weight: 400; flex-shrink: 0; line-height: 1; }
details.nl-faq-item[open] summary::after { content: '−'; }
.nl-faq-ans { padding: 0 0 16px; color: #596475; font-size: 14px; line-height: 1.75; margin: 0; }
.nl-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nl-info-card { padding: 18px; background: #f5f7fa; border-radius: 6px; border: 1px solid #e6e9ee; }
.nl-info-card .nl-card-ic { width: 32px; height: 32px; margin-bottom: 10px; background: transparent; border-radius: 0; }
.nl-info-card .nl-card-ic svg { width: 20px; height: 20px; }
.nl-info-card h4 { margin: 0 0 10px; font-size: 14px; font-weight: 700; color: #0e1e35; }
.nl-info-card ul { margin: 0; padding-left: 16px; display: grid; gap: 4px; }
.nl-info-card ul li { color: #596475; font-size: 13px; line-height: 1.6; }

/* CTA Band */
.nl-cta-band { padding: 72px 24px; background: linear-gradient(135deg, #0d1f35 0%, #1a3250 100%); }
.nl-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; max-width: var(--max); margin: 0 auto; }
.nl-cta-inner h2 { margin: 0 0 12px; font-size: clamp(20px, 2.4vw, 30px); font-weight: 800; color: #fff; }
.nl-cta-inner p { margin: 0; color: rgba(255,255,255,0.72); font-size: 15px; line-height: 1.75; max-width: 520px; }
.nl-cta-btns { display: flex; gap: 12px; flex-direction: column; flex-shrink: 0; }
.nl-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 4px; font-weight: 700; font-size: 14px; white-space: nowrap; cursor: pointer; }
.nl-cta-btn.outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.nl-cta-btn.outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.nl-cta-btn.solid { background: #fff; color: #1d4f7a; border: 2px solid #fff; }
.nl-cta-btn.solid:hover { background: #e8f0f8; }

/* Section soft bg */
.nl-soft { background: #f5f7fa; }

/* Responsive NL */
@media (max-width: 980px) {
  .nl-hero-inner { padding: 62px 0; }
  .nl-hero-copy { padding: 0; }
  .nl-4col, .nl-entity-row { grid-template-columns: repeat(2, 1fr); }
  .nl-6col { grid-template-columns: repeat(2, 1fr); }
  .nl-check-row { grid-template-columns: repeat(3, 1fr); }
  .nl-faq-split { grid-template-columns: 1fr; gap: 40px; }
  .nl-cta-inner { grid-template-columns: 1fr; }
  .nl-cta-btns { flex-direction: row; flex-wrap: wrap; }
  .nl-sec-title h2 { font-size: 16px; }
}
@media (max-width: 640px) {
  .nl-feats { grid-template-columns: repeat(2, 1fr); }
  .nl-4col, .nl-entity-row, .nl-6col, .nl-info-grid { grid-template-columns: 1fr; }
  .nl-check-row { grid-template-columns: repeat(2, 1fr); }
  .nl-sec-title h2 { white-space: normal; text-align: center; }
  .nl-steps { flex-wrap: wrap; gap: 14px; }
  .nl-step { min-width: calc(50% - 7px); flex: none; }
  .nl-step:not(:last-child)::after { display: none; }
  .nl-cta-btns { flex-direction: column; }
}

/* ── Germany Landing Page ── */
.de-6col { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.de-6col .case p { color: rgba(255,255,255,0.82); font-size: 12px; line-height: 1.5; margin: 6px 0 0; }
.de-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 28px; }
.de-step { position: relative; padding: 20px 16px; border: 1px solid var(--line); background: #fff; border-radius: 6px; margin: 0 7px; }
.de-step:first-child { margin-left: 0; }
.de-step:last-child { margin-right: 0; }
.de-step:not(:last-child)::after { content: '→'; position: absolute; right: -16px; top: 24px; color: #9b1c31; font-size: 18px; font-weight: 900; z-index: 2; }
.de-step-num { width: 30px; height: 30px; border-radius: 50%; background: #1d4f7a; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.de-step h3 { margin: 0 0 6px; font-size: 14px; font-weight: 700; color: #0e1e35; }
.de-step p { color: #596475; font-size: 12px; line-height: 1.6; margin: 0; }

/* Germany industry cards: image-top layout */
.de-ind-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.de-ind-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e6e9ee; box-shadow: 0 4px 12px rgba(16,24,40,.05); }
.de-ind-img { height: 120px; background-size: cover; background-position: center; }
.de-ind-body { padding: 14px 12px 16px; }
.de-ind-body .nl-card-ic { width: 36px; height: 36px; border-radius: 8px; margin-bottom: 8px; }
.de-ind-body .nl-card-ic svg { width: 18px; height: 18px; }
.de-ind-body h3 { margin: 0 0 5px; font-size: 13px; font-weight: 700; color: #0e1e35; }
.de-ind-body p { margin: 0; color: #596475; font-size: 11.5px; line-height: 1.55; }
@media (max-width: 760px) { .de-6col { grid-template-columns: repeat(2, 1fr); } .de-ind-grid { grid-template-columns: repeat(2, 1fr); } .de-steps { grid-template-columns: repeat(2, 1fr); gap: 14px; } .de-step { margin: 0; } .de-step:not(:last-child)::after { display: none; } }
@media (max-width: 480px) { .de-steps { grid-template-columns: 1fr; } }

/* ── UK Landing Page ── */
.uk-hero { background: #e8f0f8 url('assets/uk-hero.png') right center / cover no-repeat; background-size: cover; }
.uk-hero-copy .nl-hero-title { color: #0e1e35; }
.uk-hero-copy .nl-hero-lead { color: #475467; }
.uk-eyebrow { display: inline-block; margin-bottom: 14px; padding: 4px 14px; background: rgba(29,79,122,.12); border: 1px solid rgba(29,79,122,.25); border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #1d4f7a; }
.uk-feat { background: rgba(255,255,255,.75); border-color: rgba(29,79,122,.18); backdrop-filter: blur(4px); }
.uk-feat strong { color: #0e1e35; }
.uk-feat em { color: #667085; }
.uk-feat-ic { color: #1d4f7a; }

/* UK vs EU comparison */
.uk-vs-eu { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: stretch; border-radius: 10px; overflow: hidden; border: 1px solid #dce3ec; }
.uk-vs-side { padding: 28px 26px; }
.uk-side-uk { background: #1a2f5e; }
.uk-side-eu { background: #f5f7fa; }
.uk-vs-divider { display: flex; align-items: center; justify-content: center; background: #fff; border-left: 1px solid #e6e9ee; border-right: 1px solid #e6e9ee; }
.uk-vs-symbol { width: 34px; height: 34px; background: #e6e9ee; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #667085; }
.uk-vs-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.uk-flag-emoji { font-size: 24px; }
.uk-vs-header h3 { margin: 0; font-size: 15px; font-weight: 700; }
.uk-side-uk .uk-vs-header h3 { color: #fff; }
.uk-side-eu .uk-vs-header h3 { color: #1a2f5e; }
.uk-vs-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.uk-vs-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; line-height: 1.55; }
.uk-side-uk .uk-vs-list li { color: rgba(255,255,255,.88); }
.uk-side-eu .uk-vs-list li { color: #475467; }
.uk-check { flex-shrink: 0; color: #6ecf9a; font-weight: 700; }
.uk-cross { flex-shrink: 0; color: #e05050; font-weight: 700; }
.uk-vs-note { margin-top: 18px; padding: 13px 16px; background: #f7f8fa; border-left: 4px solid #1d4f7a; border-radius: 4px; font-size: 13px; color: #475467; line-height: 1.65; }
.uk-note-icon { margin-right: 6px; }

/* UK check row - 6 cols */
.uk-check-row { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* UK FAQ sidebar box */
.uk-faq-sidebar-box { padding: 22px; background: #1a2f5e; border-radius: 8px; }
.uk-faq-sidebar-box p { font-size: 13px; color: rgba(255,255,255,.8); line-height: 1.7; margin: 0 0 16px; }
.uk-sidebar-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 18px; }
.uk-sidebar-tags span { font-size: 12px; color: rgba(255,255,255,.88); }
.uk-cta-btn { display: block; text-align: center; padding: 12px; font-weight: 700; font-size: 14px; }

/* UK CTA band */
.uk-cta-band { background: #101820; }

@media (max-width: 1080px) {
  .uk-check-row { grid-template-columns: repeat(3, 1fr); }
  .uk-vs-eu { grid-template-columns: 1fr; }
  .uk-vs-divider { width: 100%; height: 40px; flex-direction: row; }
}
@media (max-width: 640px) {
  .uk-check-row { grid-template-columns: repeat(2, 1fr); }
}

/* ── France Landing Page ── */
.fr-hero { background: #ecf2f9 url('assets/france-hero.png') right center / cover no-repeat; }

/* Photo rows */
.fr-photo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.fr-photo { background: #dce3ec center/cover no-repeat; border-radius: 8px; aspect-ratio: 16/9; }
.fr-photo-row--7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }

/* Industry grid — 7 cols */
.fr-industry-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.fr-industry-card { padding: 20px 12px 16px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; box-shadow: 0 4px 12px rgba(16,24,40,.05); text-align: center; }
.fr-industry-card .nl-card-ic { margin: 0 auto 10px; width: 38px; height: 38px; }
.fr-industry-card .nl-card-ic svg { width: 20px; height: 20px; }
.fr-industry-card h3 { margin: 0 0 6px; font-size: 13px; font-weight: 700; color: #0e1e35; line-height: 1.35; }
.fr-industry-card p { margin: 0; color: #596475; font-size: 11.5px; line-height: 1.55; }

/* Entity SAS/SARL badge */
.fr-entity-badge { display: block; font-size: 30px; font-weight: 900; color: #1d4f7a; margin-bottom: 4px; letter-spacing: .03em; font-style: italic; line-height: 1.1; }
.fr-entity-sub { margin: 0 0 16px; font-size: 12px; color: #667085; }

/* Market entry flow */
.fr-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.fr-flow-step { position: relative; padding: 24px 14px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; text-align: center; margin: 0 8px; }
.fr-flow-step:first-child { margin-left: 0; }
.fr-flow-step:last-child { margin-right: 0; }
.fr-flow-step:not(:last-child)::after { content: '→'; position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: #9b1c31; font-size: 20px; font-weight: 900; z-index: 2; }
.fr-flow-step .nl-card-ic { margin: 0 auto 12px; }
.fr-flow-step h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #0e1e35; }
.fr-flow-step p { margin: 0; color: #596475; font-size: 12px; line-height: 1.6; }

/* FAQ + CTA split */
.fr-faq-cta { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.fr-faq-title { margin: 0 0 20px; font-size: 18px; font-weight: 700; color: #0e1e35; }
.fr-cta-card { background: #1a2f5e; border-radius: 12px; padding: 36px 32px; }
.fr-cta-card h2 { color: #fff; font-size: clamp(18px, 2vw, 24px); font-weight: 800; margin: 0 0 16px; line-height: 1.3; }
.fr-cta-card p { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; margin: 0 0 28px; }
.fr-cta-btns { display: flex; flex-direction: column; gap: 12px; }
.fr-cta-btn { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 48px; padding: 12px 22px; border-radius: 4px; font-weight: 700; font-size: 14px; text-align: center; }
.fr-cta-btn.solid { background: #fff; color: #1d4f7a; border: 2px solid #fff; }
.fr-cta-btn.solid:hover { background: #e8f0f8; }
.fr-cta-btn.outline { background: transparent; color: rgba(255,255,255,.9); border: 2px solid rgba(255,255,255,.45); }
.fr-cta-btn.outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Responsive France */
@media (max-width: 1080px) {
  .fr-industry-grid { grid-template-columns: repeat(4, 1fr); }
  .fr-faq-cta { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .fr-photo-row { grid-template-columns: repeat(2, 1fr); }
  .fr-photo-row--7 { grid-template-columns: repeat(4, 1fr); }
  .fr-industry-grid { grid-template-columns: repeat(3, 1fr); }
  .fr-flow { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .fr-flow-step { margin: 0; }
  .fr-flow-step:not(:last-child)::after { display: none; }
}
@media (max-width: 480px) {
  .fr-photo-row { grid-template-columns: repeat(2, 1fr); }
  .fr-photo-row--7 { grid-template-columns: repeat(2, 1fr); }
  .fr-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .fr-flow { grid-template-columns: repeat(2, 1fr); }
}
.fr-photo--contain { background-size: contain; background-color: #fff; }

/* ── Belgium Landing Page ── */
.be-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.be-region-card { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 16px rgba(16,24,40,.08); }
.be-region-head { background: #0d1b3e; padding: 20px 22px 18px; }
.be-region-head h3 { margin: 0 0 6px; font-size: 14px; font-weight: 800; color: #fff; line-height: 1.4; }
.be-region-sub { font-size: 11.5px; color: rgba(255,255,255,0.62); }
.be-region-body { background: #fff; border: 1px solid #e6e9ee; border-top: none; border-radius: 0 0 10px 10px; }
.be-region-row { padding: 13px 22px; border-bottom: 1px solid #f0f3f7; }
.be-region-row:last-child { border-bottom: none; }
.be-region-label { font-size: 10.5px; font-weight: 800; color: #1d4f7a; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.be-region-val { font-size: 12.5px; color: #374151; line-height: 1.6; margin: 0; }
.nl-info-card p { margin: 0; color: #596475; font-size: 13px; line-height: 1.65; }
.nl-faq-title { margin: 0 0 20px; font-size: 18px; font-weight: 700; color: #0e1e35; }
@media (max-width: 760px) { .be-region-grid { grid-template-columns: 1fr; } }
/* ── Denmark Landing Page ── */
.dk-sector-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.dk-sector-card { padding: 26px 16px 22px; background: #fff; border: 1px solid #e6e9ee; border-radius: 10px; text-align: center; box-shadow: 0 4px 12px rgba(16,24,40,.05); }
.dk-sector-card .nl-card-ic { width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 12px; }
.dk-sector-card .nl-card-ic svg { width: 26px; height: 26px; }
.dk-sector-card h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #0e1e35; }
.dk-sector-card p { margin: 0; color: #596475; font-size: 12px; line-height: 1.6; }
.dk-banner { background: #f2f7fc; border: 1px solid #cddcee; border-radius: 14px; padding: 36px 40px; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 36px; align-items: center; margin-top: 30px; }
.dk-banner-icon { width: 72px; height: 72px; background: #eef4fb; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #1d4f7a; }
.dk-banner-icon svg { width: 38px; height: 38px; }
.dk-banner h3 { margin: 0 0 10px; font-size: 19px; font-weight: 800; color: #0e1e35; }
.dk-banner p { margin: 0; color: #596475; font-size: 14px; line-height: 1.75; }
.dk-banner-checks { display: grid; gap: 14px; }
.dk-banner-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: #0e1e35; font-weight: 500; line-height: 1.65; }
.dk-check-ic { width: 20px; height: 20px; border-radius: 50%; background: #1d4f7a; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: #fff; }
.dk-check-ic svg { width: 11px; height: 11px; }
.dk-check-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.dk-check-card { background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; padding: 20px 14px 16px; display: flex; flex-direction: column; }
.dk-check-card .nl-card-ic { width: 38px; height: 38px; margin-bottom: 12px; border-radius: 8px; }
.dk-check-card .nl-card-ic svg { width: 20px; height: 20px; }
.dk-check-card h3 { margin: 0 0 8px; font-size: 13px; font-weight: 700; color: #0e1e35; }
.dk-check-card p { margin: 0 0 16px; font-size: 12px; color: #596475; line-height: 1.6; flex: 1; }
.dk-checkbox { width: 18px; height: 18px; border: 2px solid #c8d5e6; border-radius: 4px; }
.dk-faq-col { max-width: 760px; margin: 0 auto; }
.dk-faq-col .nl-faq-item summary { display: flex; align-items: center; gap: 12px; }
.dk-faq-ic { width: 28px; height: 28px; background: #eef4fb; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: #1d4f7a; }
.dk-faq-ic svg { width: 15px; height: 15px; }
@media (max-width: 900px) { .dk-sector-grid { grid-template-columns: repeat(3, 1fr); } .dk-check-grid { grid-template-columns: repeat(3, 1fr); } .dk-banner { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 600px) { .dk-sector-grid { grid-template-columns: repeat(2, 1fr); } .dk-check-grid { grid-template-columns: repeat(2, 1fr); } }
/* ═══════════════════════════════════════════════
   SWEDEN LANDING PAGE
═══════════════════════════════════════════════ */

/* Hero */
.sw-hero { background: #e8f0f8 url('assets/sweden-hero.png') right center / cover no-repeat; overflow: hidden; }
.sw-hero .nl-hero-inner { min-height: 600px; padding: 86px 0; }
.sw-hero .nl-hero-copy { max-width: 580px; }

/* Not low-price market box */
.sw-market-box { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: #f0f5fb; border: 1px solid #d6e3f0; border-left: 4px solid #1d4f7a; border-radius: 8px; padding: 36px 40px; }
.sw-market-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.sw-market-ic { width: 40px; height: 40px; color: #1d4f7a; flex-shrink: 0; }
.sw-market-ic svg { width: 100%; height: 100%; }
.sw-market-head h3 { margin: 0; font-size: 18px; font-weight: 800; color: #0e1e35; }
.sw-market-left p { margin: 0; color: #475467; font-size: 14px; line-height: 1.8; }
.sw-market-right { display: flex; flex-direction: column; gap: 16px; }
.sw-market-check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #0e1e35; line-height: 1.6; }
.sw-check-dot { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: #1d4f7a; color: #fff; border-radius: 50%; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* FAQ 3-column layout */
.sw-faq-3col { display: grid; grid-template-columns: 1.4fr 1fr 0.85fr; gap: 24px; align-items: start; }
.sw-col-title { margin: 0 0 20px; font-size: 18px; font-weight: 700; color: #0e1e35; }

/* Evaluation card */
.sw-eval-card { background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; padding: 28px 24px; }
.sw-eval-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.sw-eval-head h4 { margin: 0; font-size: 15px; font-weight: 700; color: #0e1e35; }
.sw-flag { position: relative; width: 36px; height: 25px; background: #006AA7; border-radius: 3px; flex-shrink: 0; overflow: hidden; }
.sw-flag-h { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); height: 5px; background: #FECC02; display: block; }
.sw-flag-v { position: absolute; left: 11px; top: 0; bottom: 0; width: 5px; background: #FECC02; display: block; }
.sw-eval-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.sw-eval-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #475467; line-height: 1.65; }
.sw-eval-list li .nl-card-ic { width: 18px; height: 18px; color: #1d4f7a; flex-shrink: 0; }
.sw-eval-list li .nl-card-ic svg { width: 14px; height: 14px; }

/* CTA card */
.sw-cta-card { background: linear-gradient(135deg, #0d1f35 0%, #1a3250 100%); border-radius: 8px; padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; }
.sw-cta-card h4 { margin: 0; font-size: 20px; font-weight: 800; color: #fff; line-height: 1.35; }
.sw-cta-card p { margin: 0; color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.75; }
.sw-cta-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: auto; padding: 12px 20px; background: #fff; color: #1d4f7a; border-radius: 4px; font-weight: 700; font-size: 14px; white-space: nowrap; border: 2px solid #fff; }
.sw-cta-btn:hover { background: #e8f0f8; }

/* Responsive */
@media (max-width: 900px) {
  .sw-market-box { grid-template-columns: 1fr; gap: 24px; }
  .sw-faq-3col { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sw-hero .nl-hero-inner { padding: 48px 0; }
}

/* sw-eval-list icon fix */
.sw-eval-list li svg { width: 14px; height: 14px; flex-shrink: 0; color: #1d4f7a; vertical-align: middle; }

/* ═══════════════════════════════════════════════
   HUNGARY LANDING PAGE
═══════════════════════════════════════════════ */

/* Hero */
.hu-hero { background: #e8f0f8 url('assets/hungary-hero.png') right center / cover no-repeat; overflow: hidden; }
.hu-hero .nl-hero-inner { min-height: 600px; padding: 86px 0; }
.hu-hero .nl-hero-copy { max-width: 560px; }

/* Step title */
.hu-step-title { display: block; text-align: center; font-size: 13px; font-weight: 700; color: #0e1e35; margin: 8px 0 4px; }

/* Pre-establishment cards */
.hu-prereq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hu-prereq-card { padding: 22px 20px; background: #fff; border: 1px solid #e6e9ee; border-top: 3px solid #1d4f7a; border-radius: 0 0 6px 6px; }
.hu-prereq-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.hu-check-circle { width: 22px; height: 22px; min-width: 22px; background: #1d4f7a; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; }
.hu-prereq-card h3 { margin: 0; font-size: 14px; font-weight: 700; color: #0e1e35; }
.hu-prereq-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 5px; }
.hu-prereq-card ul li { font-size: 12px; color: #596475; line-height: 1.65; padding-left: 12px; position: relative; }
.hu-prereq-card ul li::before { content: '·'; position: absolute; left: 2px; color: #1d4f7a; font-weight: 700; }

/* FAQ 2-column */
.hu-faq-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }

/* CTA buttons row */
.hu-cta-btns { display: flex; gap: 14px; flex-direction: row; flex-shrink: 0; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 900px) {
  .hu-prereq { grid-template-columns: repeat(2, 1fr); }
  .hu-faq-2col { grid-template-columns: 1fr; }
  .hu-cta-btns { flex-direction: column; }
}
@media (max-width: 600px) {
  .hu-hero .nl-hero-inner { padding: 52px 0; }
  .hu-prereq { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   COMPANY OPERATIONS PAGE
═══════════════════════════════════════════════ */

/* Hero */
.co-hero { background: #eef3f9 url('assets/company-ops-hero.png') right center / cover no-repeat; overflow: hidden; }
.co-hero-inner { display: block; min-height: 580px; padding: 100px 0; }
.co-hero-copy { max-width: 600px; }
.co-hero-title { margin: 0 0 22px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 900; color: #0e1e35; line-height: 1.1; letter-spacing: -0.01em; }
.co-hero-lead { color: #475467; font-size: 16px; line-height: 1.9; max-width: 340px; margin: 0 0 32px; }

/* Hero flow bar */
.co-flow-band { background: #fff; border-top: 3px solid #e6e9ee; border-bottom: 1px solid #e6e9ee; padding: 28px 0; }.co-flow { display: flex; align-items: center; justify-content: space-between; }.co-flow-item { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; }.co-flow-ic { width: 54px; height: 54px; border-radius: 50%; background: #1d4f7a; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 14px rgba(29,79,122,0.25); }.co-flow-ic svg { width: 24px; height: 24px; }.co-flow-item span { font-size: 13px; font-weight: 700; color: #0e1e35; white-space: nowrap; }.co-flow-arr { flex-shrink: 0; width: 32px; height: 2px; background: linear-gradient(90deg,#1d4f7a,#4a90c4); border-radius: 1px; margin-bottom: 24px; position: relative; }.co-flow-arr::after { content: ; position: absolute; right: -5px; top: -4px; border: 5px solid transparent; border-left: 7px solid #4a90c4; }

/* Stable operations 6-card grid */
.co-ops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.co-ops-card { padding: 24px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; box-shadow: 0 4px 16px rgba(16,24,40,.05); }
.co-ops-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.co-ops-ic { width: 32px; height: 32px; color: #1d4f7a; flex-shrink: 0; }
.co-ops-ic svg { width: 100%; height: 100%; }
.co-ops-card h3 { margin: 0; font-size: 15px; font-weight: 700; color: #0e1e35; }
.co-ops-card p { margin: 0; font-size: 13px; color: #596475; line-height: 1.75; }

/* Hub and spoke model */
.co-model-wrap { display: grid; grid-template-columns: 1fr 190px 1fr; gap: 24px; align-items: stretch; position: relative; }
.co-model-side { display: flex; flex-direction: column; gap: 0; justify-content: space-between; padding: 0 10%; position: relative; z-index: 1; }
.co-model-hub-col { display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; }
.co-model-hub { width: 170px; height: 170px; border-radius: 50%; background: #1d4f7a; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; padding: 18px; box-shadow: 0 0 0 14px rgba(29,79,122,0.1), 0 0 0 28px rgba(29,79,122,0.05); }
.co-model-hub-ic { width: 34px; height: 34px; color: #fff; }
.co-model-hub-ic svg { width: 100%; height: 100%; }
.co-model-hub span:last-child { font-size: 13px; font-weight: 700; line-height: 1.4; }
.co-model-item { padding: 16px 18px; background: #fff; border: 1px solid #dce3ec; border-radius: 8px; box-shadow: 0 3px 10px rgba(16,24,40,.04); }
.co-model-ic { width: 28px; height: 28px; color: #1d4f7a; margin-bottom: 8px; display: block; }
.co-model-ic svg { width: 100%; height: 100%; }
.co-model-item h4 { margin: 0 0 6px; font-size: 13px; font-weight: 700; color: #1d4f7a; }
.co-model-item p { margin: 0; font-size: 12px; color: #596475; line-height: 1.65; }

/* Monthly rhythm */
.co-rhythm { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: stretch; }
.co-rhythm-item { padding: 16px 20px; background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; display: grid; grid-template-columns: 36px 1fr; column-gap: 10px; align-items: center; align-content: start; row-gap: 8px; }
.co-rhythm-item.co-rhythm-end { background: #f2f9f4; border-color: #b8d8c0; }
.co-rhythm-ic { display:flex; align-items:center; justify-content:center; width:36px; height:36px; background:#eef4fb; border-radius:8px; color:#1d4f7a; flex-shrink:0; }
.co-rhythm-ic svg { width:20px; height:20px; }
.co-rhythm-tag { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; background: #1d4f7a; border-radius: 3px; padding: 2px 8px; letter-spacing: 0.3px; }
.co-rhythm-end .co-rhythm-tag { background: #2d7a4a; }
.co-rhythm-item p { margin: 0; font-size: 13px; color: #475467; line-height: 1.7; grid-column: 1 / -1; }
.co-rhythm-arr { font-size: 22px; color: #1d4f7a; padding: 0 14px; text-align: center; opacity: 0.5; display: flex; align-items: center; }

/* Deliverables */
.co-deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.co-delivery-card { background: #fff; border: 1px solid #e6e9ee; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(16,24,40,.04); }
.co-delivery-preview { height: 120px; background: #f5f7fa; border-bottom: 1px solid #e6e9ee; padding: 14px 14px 10px; display: flex; flex-direction: column; gap: 7px; }
.co-delivery-preview.co-prev-blue { background: #eef4fb; }
.co-prev-bar { height: 7px; background: #1d4f7a; border-radius: 2px; width: 55%; }
.co-prev-row { height: 5px; background: #c8d8ea; border-radius: 2px; }
.co-delivery-preview.co-prev-blue .co-prev-row { background: #a8c4e0; }
.co-delivery-body { padding: 16px; }
.co-delivery-card h4 { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: #0e1e35; }
.co-delivery-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 5px; }
.co-delivery-card ul li { font-size: 12px; color: #596475; padding-left: 12px; position: relative; line-height: 1.65; }
.co-delivery-card ul li::before { content: '·'; position: absolute; left: 2px; color: #1d4f7a; font-weight: 700; }

/* Scenario cards */
.co-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.co-scenario-card { border-radius: 8px; padding: 28px 24px; min-height: 200px; display: flex; flex-direction: column; }
.co-sc-1 { background: linear-gradient(145deg, #1e4d7a 0%, #0d2240 100%); }
.co-sc-2 { background: linear-gradient(145deg, #1a4468 0%, #0c1d35 100%); }
.co-sc-3 { background: linear-gradient(145deg, #24395e 0%, #0f1e38 100%); }
.co-sc-ic { width: 42px; height: 42px; background: rgba(255,255,255,0.14); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 16px; }
.co-sc-ic svg { width: 22px; height: 22px; }
.co-scenario-card h3 { margin: 0 0 10px; font-size: 15px; font-weight: 700; color: #fff; line-height: 1.45; }
.co-scenario-card p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.7; }

/* CTA override */
.co-cta-inner { grid-template-columns: 1fr auto !important; }
.co-cta-left { display: flex; align-items: flex-start; gap: 20px; }
.co-cta-ic { width: 48px; height: 48px; min-width: 48px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-top: 4px; }
.co-cta-ic svg { width: 24px; height: 24px; }

/* Responsive */
@media (max-width: 1024px) {
  .co-deliverables { grid-template-columns: repeat(2, 1fr); }
  .co-model-wrap { grid-template-columns: 1fr; }
  .co-model-hub-col { padding: 10px 0; }
  .co-model-side { gap: 12px; }
}
@media (max-width: 900px) {
  .co-ops-grid { grid-template-columns: repeat(2, 1fr); }
  .co-scenarios { grid-template-columns: 1fr; }
  .co-rhythm { grid-template-columns: 1fr; gap: 12px; }
  .co-rhythm-arr { display: none; }
  .co-flow { flex-wrap: wrap; justify-content: center; }
  .co-cta-left { flex-direction: column; gap: 12px; }
}
@media (max-width: 600px) {
  .co-hero-inner { padding: 52px 0; min-height: 0; }
  .co-ops-grid { grid-template-columns: 1fr; }
  .co-deliverables { grid-template-columns: 1fr; }
}

/* co-flow arrow fix */
.co-flow-arr::after { content: '' !important; position: absolute; right: -5px; top: -4px; border: 5px solid transparent; border-left: 7px solid #4a90c4; }

/* ═══════════════════════════════════════════
   典型交付 · 新卡片 (co-dl-*)
═══════════════════════════════════════════ */
.co-deliverables { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
.co-dl-card { background:#fff; border-radius:18px; padding:26px 22px 22px; box-shadow:0 4px 24px rgba(10,30,80,.09); display:flex; flex-direction:column; }
.co-dl-title { text-align:center; font-size:26px; font-weight:900; color:#0D2457; letter-spacing:.04em; margin-bottom:16px; line-height:1.2; flex-shrink:0; }

/* Window shell */
.co-dl-win { border:1.2px solid #C8D8EC; border-radius:12px; overflow:hidden; flex:1; display:flex; flex-direction:column; }

/* Toolbar */
.co-dl-bar { display:flex; align-items:center; gap:6px; padding:10px 14px; border-bottom:1px solid #E2EBF6; background:#fff; flex-shrink:0; flex-wrap:wrap; }
.co-dl-wt { font-size:12px; font-weight:600; color:#1a3a8a; display:flex; align-items:center; gap:6px; white-space:nowrap; }
.co-dl-ico { width:14px; height:14px; stroke:#2563EB; flex-shrink:0; }
.co-dl-sub { font-size:11px; color:#94A3B8; }
.co-dl-sp { flex:1; min-width:4px; }
.co-dl-filter,.co-dl-daterange,.co-dl-search { font-size:11px; color:#4B5563; border:1px solid #D1D9E6; border-radius:5px; padding:3px 9px; white-space:nowrap; }
.co-dl-btn { font-size:11px; padding:4px 10px; border-radius:5px; border:1px solid #D1D9E6; background:#fff; color:#4B5563; white-space:nowrap; cursor:default; }
.co-btn-blue { background:#1D4ED8; color:#fff; border-color:#1D4ED8; }
.co-btn-navy { background:#0D2457; color:#fff; border-color:#0D2457; }

/* Table */
.co-dl-tbl { width:100%; border-collapse:collapse; }
.co-dl-tbl th { background:#fff; color:#64748B; font-weight:600; text-align:center; padding:8px 8px; border-bottom:1px solid #E2EBF6; font-size:11px; line-height:1.3; }
.co-dl-tbl td { text-align:center; padding:9px 8px; color:#374151; border-bottom:1px solid #F0F5FB; vertical-align:middle; font-size:11px; line-height:1.35; }
.co-dl-tbl tr:last-child td { border-bottom:none; }
.co-tbl-dark th { background:#0D2457; color:#fff; font-weight:700; }
.td-l { text-align:left !important; }
.td-sm { font-size:10.5px; }
.td-xs { font-size:10px; color:#6B7280; }

/* Status: dot (Card 1) */
.co-dot { display:inline-flex; align-items:center; gap:5px; font-size:11.5px; white-space:nowrap; }
.co-dot::before { content:''; display:inline-block; width:7px; height:7px; border-radius:50%; flex-shrink:0; }
.co-dot-g::before { background:#22C55E; }
.co-dot-o::before { background:#F59E0B; }
.co-dot-x::before { background:#CBD5E1; }

/* Status: badge pill (Card 2) */
.co-badge { display:inline-block; padding:2px 8px; border-radius:4px; font-size:11px; font-weight:500; white-space:nowrap; }
.co-bdg-g { background:#DCFCE7; color:#16A34A; }
.co-bdg-b { background:#DBEAFE; color:#1D4ED8; }
.co-bdg-t { background:#CFFAFE; color:#0E7490; }

/* Status: dot-pill (Card 3) */
.co-pill { display:inline-flex; align-items:center; gap:4px; padding:2px 9px; border-radius:20px; font-size:11px; font-weight:500; white-space:nowrap; }
.co-pill::before { content:''; display:inline-block; width:6px; height:6px; border-radius:50%; flex-shrink:0; }
.co-pill-g { background:#F0FDF4; color:#15803D; }
.co-pill-g::before { background:#22C55E; }
.co-pill-o { background:#FEF3C7; color:#B45309; }
.co-pill-o::before { background:#F59E0B; }
.co-pill-r { background:#FEF2F2; color:#DC2626; }
.co-pill-r::before { background:#EF4444; }
.co-risk-n { color:#9CA3AF; font-size:11px; }
.co-risk-w { color:#D97706; font-size:11px; font-weight:500; }
.co-risk-d { color:#DC2626; font-size:11px; font-weight:500; }

/* Bullet list */
.co-dl-bullets { list-style:none; margin-top:16px; flex-shrink:0; }
.co-dl-bullets li { font-size:20px; font-weight:800; color:#0D2457; padding:4px 0; display:flex; align-items:center; gap:12px; line-height:1.3; }
.co-dl-bullets li::before { content:'•'; font-size:22px; line-height:1; color:#0D2457; flex-shrink:0; }

/* ── Card 4 Dashboard ── */
.co-dash { display:grid; grid-template-columns:1fr 1fr 1fr; flex:1; }
.co-dash-col { padding:12px 13px; border-right:1px solid #E2EBF6; display:flex; flex-direction:column; gap:0; }
.co-dash-col:last-child { border-right:none; }
.co-dash-hd { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.co-dash-title { font-size:11.5px; font-weight:700; color:#1D4ED8; margin-bottom:8px; line-height:1.3; }
.co-kv { display:flex; justify-content:space-between; align-items:baseline; padding:4px 0; border-bottom:1px solid #F0F5FB; gap:6px; }
.co-kv:last-child { border-bottom:none; }
.co-kv-l { font-size:10.5px; color:#6B7280; max-width:68%; }
.co-kv-v { font-size:11px; font-weight:700; color:#1D4ED8; white-space:nowrap; }
.co-fi { padding:4px 0; border-bottom:1px solid #F0F5FB; font-size:10.5px; line-height:1.5; color:#6B7280; }
.co-fi:last-child { border-bottom:none; }
.co-fi strong { color:#1F2937; }
.co-fi-txt { font-size:10px; color:#374151; }
.co-leg { display:flex; gap:8px; }
.co-leg-item { display:flex; align-items:center; gap:3px; font-size:9.5px; color:#9CA3AF; }
.co-leg-sq { display:inline-block; width:9px; height:9px; border-radius:1px; flex-shrink:0; font-style:normal; }
.co-chart-sub { font-size:10px; color:#6B7280; margin-bottom:5px; margin-top:2px; }
.co-pie-row { display:flex; align-items:center; gap:9px; }
.co-pie { width:64px; height:64px; border-radius:50%; flex-shrink:0; background:conic-gradient(from -90deg, #1e3a8a 0% 65%, #93c5fd 65% 90%, #bfdbfe 90% 100%); }
.co-pie-leg { display:flex; flex-direction:column; gap:4px; }
.co-pie-li { display:flex; align-items:center; gap:4px; font-size:10px; color:#6B7280; }
.co-bar-wrap { display:flex; align-items:flex-end; gap:4px; }
.co-yaxis { display:flex; flex-direction:column; justify-content:space-between; height:78px; margin-right:3px; padding-bottom:2px; }
.co-yaxis span { font-size:8px; color:#9CA3AF; line-height:1; }
.co-bars { display:flex; align-items:flex-end; gap:7px; height:78px; }
.co-bg { display:flex; flex-direction:column; align-items:center; gap:3px; }
.co-bb-wrap { display:flex; align-items:flex-end; gap:2px; }
.co-bb { width:10px; border-radius:2px 2px 0 0; }
.co-bb-d { background:#1e3a8a; }
.co-bb-l { background:#93c5fd; }
.co-bl { font-size:8px; color:#9CA3AF; text-align:center; line-height:1.2; white-space:nowrap; }

/* Responsive */
@media(max-width:900px) { .co-deliverables { grid-template-columns:1fr; } }

/* ── 典型交付窗口内容缩小30%作示意 ── */
.co-dl-bar { zoom: .7; }
.co-dl-tbl { zoom: .7; }
.co-dash   { zoom: .7; }

/* ── UNIVO 运营模型连接线 ── */
.co-model-lines { position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; overflow:visible; }
.co-model-lines line { stroke:#1d4f7a; stroke-opacity:.28; stroke-width:.5; }

.co-model-lines polyline { fill:none; stroke:#1d4f7a; stroke-opacity:.28; stroke-width:.5; }

/* ── Hero 重设计 ── */
.co-hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #1d4f7a; margin: 0 0 20px; }
.co-hero-rule { width: 44px; height: 3px; background: #1d4f7a; border-radius: 2px; margin: 0 0 24px; }

/* ── Success Cases: Type Cards ──────────────────────────── */
.sc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px;}
.sc-card{position:relative;height:190px;border-radius:10px;overflow:hidden;display:flex;align-items:flex-end;}
.sc-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.06) 65%);z-index:1;}
.sc-card-body{position:relative;z-index:2;padding:16px 18px;width:100%;}
.sc-tag{display:inline-block;font-size:11px;font-weight:700;color:rgba(255,255,255,.95);background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);border-radius:3px;padding:2px 8px;letter-spacing:.4px;margin-bottom:7px;}
.sc-card h3{margin:0;font-size:16px;font-weight:700;color:#fff;line-height:1.35;}
.sc-card--energy  {background:linear-gradient(145deg,#f59e0b 0%,#d97706 55%,#92400e 100%);}
.sc-card--industry{background:linear-gradient(145deg,#1e3a5f 0%,#1e40af 55%,#312e81 100%);}
.sc-card--life    {background:linear-gradient(145deg,#0f766e 0%,#0284c7 55%,#1d4ed8 100%);}
.sc-card--consumer{background:linear-gradient(145deg,#7c3aed 0%,#a855f7 55%,#db2777 100%);}
.sc-card--green   {background:linear-gradient(145deg,#14532d 0%,#166534 50%,#16a34a 100%);}
.sc-card--food    {background:linear-gradient(145deg,#7c2d12 0%,#c2410c 50%,#f97316 100%);}

/* ── Success Cases: Link Grid ───────────────────────────── */
.sc-links{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e6e9ee;border-radius:8px;overflow:hidden;}
.sc-link-col{padding:18px 18px 20px;}
.sc-link-col:not(:nth-child(3n)){border-right:1px solid #e6e9ee;}
.sc-link-col:nth-child(n+4){border-top:1px solid #e6e9ee;}
.sc-link-head{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;border-radius:3px;padding:2px 8px;margin-bottom:12px;}
.sc-lh--energy  {background:#fef3c7;color:#92400e;}
.sc-lh--industry{background:#dbeafe;color:#1e3a5f;}
.sc-lh--life    {background:#ccfbf1;color:#0f766e;}
.sc-lh--consumer{background:#ede9fe;color:#5b21b6;}
.sc-lh--green   {background:#dcfce7;color:#166534;}
.sc-lh--food    {background:#ffedd5;color:#7c2d12;}
.sc-link-col ul{list-style:none;padding:0;margin:0;}
.sc-link-col ul li{margin-bottom:9px;font-size:13px;line-height:1.5;}
.sc-link-col ul li:last-child{margin-bottom:0;}
.sc-link-col ul li a{color:#475467;text-decoration:none;}
.sc-link-col ul li a:hover{color:#1d4f7a;text-decoration:underline;}
.sc-list{display:flex;flex-direction:column;gap:14px;}.sc-unit{display:grid;grid-template-columns:280px 1fr;gap:16px;}.sc-unit .case{min-height:130px;}.sc-unit .sc-unit-links{display:flex;flex-direction:column;justify-content:center;padding:18px 24px;margin:0;list-style:none;background:#fff;border:1px solid #e6e9ee;border-radius:8px;}.sc-unit .sc-unit-links li{margin-bottom:9px;font-size:14px;line-height:1.5;}.sc-unit .sc-unit-links li:last-child{margin-bottom:0;}.sc-unit .sc-unit-links a{color:#475467;text-decoration:none;}.sc-unit .sc-unit-links a:hover{color:#1d4f7a;text-decoration:underline;}@media(max-width:640px){.sc-unit{grid-template-columns:1fr;}.sc-unit .case{min-height:140px;}}

@media(max-width:860px){
  .sc-cards{grid-template-columns:repeat(2,1fr);}
  .sc-links{grid-template-columns:repeat(2,1fr);}
  .sc-link-col:not(:nth-child(3n)){border-right:none;}
  .sc-link-col:not(:nth-child(2n)){border-right:1px solid #e6e9ee;}
  .sc-link-col:nth-child(n+4){border-top:none;}
  .sc-link-col:nth-child(n+3){border-top:1px solid #e6e9ee;}
}
@media(max-width:540px){
  .sc-cards{grid-template-columns:1fr;}
  .sc-links{grid-template-columns:1fr;}
  .sc-link-col:not(:nth-child(2n)){border-right:none;}
  .sc-link-col:nth-child(n+2){border-top:1px solid #e6e9ee;}
}

.page-id-74 .page-hero { position: relative; overflow: hidden; background: url('assets/hero-china-europe-university.png') center/cover no-repeat; }
.page-id-74 .page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(12,22,42,0.42); }
.page-id-74 .page-hero .wrap { position: relative; z-index: 1; }

.page-id-74 .page-hero { padding-top: 177px; padding-bottom: 265px; }

.page-id-74 .page-hero .wrap { margin-left: 10%; margin-right: auto; }

/* ============================================================
   SUCCESS CASES PAGE  (page-id-79)
   ============================================================ */

/* ── Hero ── */
.sc-hero {
  background: #e8f0f8 url('assets/success-cases-hero.png') right center / cover no-repeat;
  min-height: 480px;
  display: flex;
  align-items: stretch;
}
.sc-hero-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 48px;
  gap: 24px;
}
.sc-hero-copy {
  flex: 0 0 44%;
  max-width: 44%;
  align-self: center;
}
.sc-h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0e1e35;
  line-height: 1.15;
  margin: 0 0 6px;
}
.sc-h1-en {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gold);
  margin: 0 0 16px;
  font-weight: 500;
}
.sc-divider {
  width: 40px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 24px;
}
.sc-hero-desc {
  font-size: 0.95rem;
  color: #475467;
  line-height: 1.8;
  margin: 0;
}

/* Hero badges */
.sc-hero-right {
  flex: 0 0 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
}
.sc-badge {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 6px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #0e1e35;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  min-width: 0;
  line-height: 1.4;
}
.sc-badge--top {
  transform: translateX(25%);
}
.sc-badge-row {
  display: flex;
  gap: 5px;
  transform: translateX(30%);
  transform-origin: right center;
}
.sc-badge-ic {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #1d4f7a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-badge-ic svg {
  width: 16px;
  height: 16px;
}

/* ── 项目场景 intro ── */
.sc-intro {
  background: #f5f7fa;
  padding: 56px 0;
}
.sc-intro-inner {
  text-align: center;
}
.sc-sec-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
}
.sc-title-line {
  width: 40px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 24px;
}
.sc-intro-desc {
  color: #596475;
  font-size: 0.97rem;
  line-height: 1.9;
  margin: 0;
}

/* ── 典型项目类型 ── */
.sc-types {
  padding: 64px 0;
}
.sc-types-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 10px;
}
.sc-types-line {
  width: 36px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 32px;
}
.sc-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sc-type-card {
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  padding: 28px 28px 24px;
  background: #fff;
}
.sc-type-cn {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 6px;
}
.sc-type-en {
  font-size: 0.82rem;
  color: var(--gold);
  font-style: italic;
  margin: 0 0 16px;
  line-height: 1.5;
}
.sc-type-list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
  color: #475467;
  font-size: 0.88rem;
  line-height: 1.85;
}
.sc-type-list li {
  margin-bottom: 4px;
}
.sc-type-list li::marker {
  color: var(--gold);
}

/* ── 交付步骤 ── */
.sc-delivery {
  background: #f5f7fa;
  padding: 64px 0;
}
.sc-delivery-inner {
  text-align: center;
}
.sc-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
  flex-wrap: nowrap;
}
.sc-step {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sc-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1d4f7a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sc-step-ic {
  width: 48px;
  height: 48px;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-step-ic svg {
  width: 40px;
  height: 40px;
}
.sc-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 10px;
}
.sc-step-desc {
  font-size: 0.82rem;
  color: #596475;
  line-height: 1.7;
  margin: 0;
  padding: 0 8px;
}
.sc-step-arrow {
  font-size: 2rem;
  color: #c0c8d4;
  line-height: 1;
  padding-top: 10px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 12px;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 45, 0.45);
  pointer-events: none;
}
.site-footer .footer-grid,
.site-footer .copyright {
  position: relative;
  z-index: 1;
}


/* ── Responsive ── */
@media (max-width: 768px) {
  .sc-hero-inner { flex-direction: column; align-items: flex-start; padding-top: 60px; }
  .sc-hero-copy  { flex: none; max-width: 100%; }
  .sc-hero-right { flex: none; width: 100%; align-items: flex-start; }
  .sc-badge-row  { flex-wrap: wrap; }
  .sc-types-grid { grid-template-columns: 1fr; }
  .sc-steps      { flex-direction: column; align-items: center; }
  .sc-step-arrow { transform: rotate(90deg); margin: 0; }
}

.sc-intro-en {
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
  transform: translateY(-1em);
  margin-bottom: -1em;
}

.sc-type-list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
.sc-type-list a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ============================================================
   CONTACT US PAGE  (page-id-80)
   ============================================================ */

/* ── Hero ── */
.cu-hero {
  background: #fafaf5 url('assets/contact-hero.png') right center / cover no-repeat;
  min-height: 460px;
  display: flex;
  align-items: center;
  position: relative;
}
.cu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255,253,248,0.92) 0%, rgba(255,253,248,0.75) 45%, rgba(255,253,248,0.1) 100%);
  pointer-events: none;
}
.cu-hero-inner {
  position: relative;
  z-index: 1;
}
.cu-hero-inner {
  padding-top: 80px;
  padding-bottom: 60px;
  max-width: 560px;
}

.cu-h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0e1e35;
  line-height: 1.2;
  margin: 0 0 20px;
}
.cu-h1-gold {
  color: var(--gold);
  display: block;
}
.cu-hero-desc {
  font-size: 0.97rem;
  color: #475467;
  line-height: 1.85;
  margin: 0 0 28px;
  max-width: 480px;
}
.cu-hero-vals {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cu-val {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0e1e35;
}
.cu-val-ic {
  width: 18px;
  height: 18px;
  color: var(--gold);
  display: flex;
  align-items: center;
}
.cu-val-ic svg { width: 16px; height: 16px; }
.cu-sep { color: #c0c8d4; font-size: 1rem; }

/* ── 标题公共 ── */
.cu-sec-h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
}
.cu-title-line {
  width: 40px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 40px;
}

/* ── 适合联系 ── */
.cu-when {
  padding: 64px 0;
}
.cu-when-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.cu-when-card {
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  padding: 28px 14px 24px;
  text-align: center;
  background: #fff;
  transition: box-shadow 0.2s;
}
.cu-when-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.cu-when-ic {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  color: #1d4f7a;
}
.cu-when-ic svg { width: 52px; height: 52px; }
.cu-when-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0e1e35;
  line-height: 1.45;
  margin: 0 0 12px;
}
.cu-when-desc {
  font-size: 0.78rem;
  color: #596475;
  line-height: 1.75;
  margin: 0;
}

/* ── 如何开始合作 ── */
.cu-how {
  background: #f5f7fa;
  padding: 64px 0;
}
.cu-steps-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 8px;
}
.cu-step {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cu-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.cu-step-ic-ring {
  width: 64px;
  height: 64px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--gold);
}
.cu-step-ic-ring svg { width: 28px; height: 28px; }
.cu-step-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 10px;
}
.cu-step-desc {
  font-size: 0.8rem;
  color: #596475;
  line-height: 1.75;
  margin: 0;
  padding: 0 4px;
}
.cu-step-dash {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  color: var(--gold);
  font-size: 1.4rem;
  letter-spacing: -4px;
  opacity: 0.6;
  margin: 0 4px;
}

/* ── 联系方式 ── */
.cu-contact {
  padding: 64px 0;
}
.cu-contact-row {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: stretch;
}
.cu-card {
  background: #0e1e35;
  color: #fff;
  border-radius: 8px;
  padding: 40px 36px;
  box-sizing: border-box;
}
.cu-card-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8facc4;
  margin: 0 0 16px;
}
.cu-card-brand {
  margin: 0 0 6px;
  line-height: 1;
}
.cu-brand-main {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
}
.cu-brand-sub {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
}
.cu-card-tagline {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--gold);
  opacity: 0.85;
  margin: 0 0 28px;
  line-height: 1.5;
}
.cu-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cu-card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: #d7dde5;
}
.cu-card-ic {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--gold);
  display: flex;
  align-items: center;
}
.cu-card-ic svg { width: 16px; height: 16px; }
.cu-card-list a {
  color: #d7dde5;
  text-decoration: none;
}
.cu-card-list a:hover { color: var(--gold); }

/* Tips right column */
.cu-tips {
  padding: 32px 40px;
  background: #fff url('assets/contact-tips-bg.png') right center / cover no-repeat;
  border-radius: 8px;
  border: 1px solid #e6e9ee;
  box-sizing: border-box;
}
.cu-tips-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 28px;
}
.cu-tips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}
.cu-tip-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cu-tip-ic {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--gold);
  margin-top: 2px;
}
.cu-tip-ic svg { width: 20px; height: 20px; }
.cu-tip-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0e1e35;
  line-height: 1.5;
}
.cu-tip-text small {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: #667085;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cu-when-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .cu-h1 { font-size: 1.9rem; }
  .cu-when-grid { grid-template-columns: repeat(2, 1fr); }
  .cu-steps-wrap { flex-direction: column; align-items: center; }
  .cu-step-dash { transform: rotate(90deg); margin: 4px 0; }
  .cu-contact-row { grid-template-columns: 1fr; }
  .cu-tips-grid { grid-template-columns: 1fr; }
}

.cu-tips-grid .cu-tip-item:nth-child(even) {
  margin-left: -4em;
}

.cu-hero .cu-hero-inner {
  margin-left: 10%;
  margin-right: auto;
}

/* ============================================================
   INVESTMENT & MA PAGE  (page-id-69)
   ============================================================ */

/* ── Hero ── */
.ima-hero {
  background: #060e1f url('assets/ima-hero-inv.png') center/cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
}
.ima-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(6,14,31,0.88) 0%, rgba(6,14,31,0.6) 60%, rgba(6,14,31,0.2) 100%);
  pointer-events: none;
}
.ima-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 72px;
  max-width: 680px;
}
.ima-hero .ima-hero-inner {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 5vw;
  box-sizing: border-box;
}
.ima-h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
}
.ima-hero-sub {
  font-size: 1rem;
  color: var(--gold);
  margin: 0 0 18px;
  font-weight: 500;
}
.ima-hero-desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.85;
  margin: 0 0 32px;
}
.ima-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ima-btn-primary {
  background: var(--gold);
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.ima-btn-primary:hover { opacity: 0.85; }
.ima-btn-outline {
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.ima-btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── 公共标题 ── */
.ima-sec-h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 36px;
}
.ima-sec-h2--light { color: #fff; }
.ima-sec-h2--left  { text-align: left; margin-bottom: 0; }

/* ── 四件事 ── */
.ima-four { padding: 64px 0; }
.ima-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ima-four-card {
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  padding: 28px 24px;
  background: #fff;
}
.ima-four-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
  line-height: 1;
}
.ima-four-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
  line-height: 1.4;
}
.ima-four-desc {
  font-size: 0.82rem;
  color: #596475;
  line-height: 1.8;
  margin: 0;
}

/* ── 服务能力 ── */
.ima-services {
  background: #f5f7fa;
  padding: 64px 0;
}
.ima-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ima-svc-card { text-align: center; padding: 32px 20px; }
.ima-svc-ic {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  color: var(--gold);
}
.ima-svc-ic svg { width: 52px; height: 52px; }
.ima-svc-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
}
.ima-svc-desc {
  font-size: 0.82rem;
  color: #596475;
  line-height: 1.8;
  text-align: left; margin: 0;
}

/* ── 推进模型 ── */
.ima-model {
  padding: 64px 0;
  background: #fff;
}
.ima-model-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.ima-model-step {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.ima-model-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.ima-model-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 10px;
}
.ima-model-desc {
  font-size: 0.78rem;
  color: #596475;
  line-height: 1.75;
  text-align: left; margin: 0;
}
.ima-model-arrow {
  flex-shrink: 0;
  font-size: 1.6rem;
  color: var(--gold);
  padding-top: 8px;
  opacity: 0.7;
}

/* ── 关键风险 ── */
.ima-risks {
  background: #0a1628;
  padding: 64px 0;
  position: relative;
}
.ima-risk-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.ima-risk-card { text-align: center; padding: 8px 4px; }
.ima-risk-ic {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  color: var(--gold);
}
.ima-risk-ic svg { width: 48px; height: 48px; }
.ima-risk-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.ima-risk-desc {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  text-align: left; margin: 0;
}

/* ── 典型交付成果 ── */
.ima-deliverables { padding: 64px 0; }
.ima-deliv-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
}
.ima-deliv-more {
  font-size: 0.82rem;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}
.ima-deliv-more:hover { text-decoration: underline; }
.ima-deliv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ima-deliv-card {
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.ima-deliv-img {
  height: 150px;
  background: #c8d4e0;
}
.ima-deliv-img--1 { background: #b0bec5 url('assets/deliv1.jpg') center/cover; }
.ima-deliv-img--2 { background: #90a4ae url('assets/deliv2.jpg') center/cover; }
.ima-deliv-img--3 { background: #78909c url('assets/deliv3.jpg') center/cover; }
.ima-deliv-img--4 { background: #607d8b url('assets/deliv4.jpg') center/cover; }
.ima-deliv-body { padding: 16px 18px 20px; }
.ima-deliv-num {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 6px;
}
.ima-deliv-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
  line-height: 1.4;
}
.ima-deliv-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
}
.ima-deliv-list li {
  font-size: 0.77rem;
  color: #596475;
  padding-left: 10px;
  position: relative;
  line-height: 1.6;
}
.ima-deliv-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ── 适合启动 ── */
.ima-who {
  background: #f5f7fa;
  padding: 64px 0;
}
.ima-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ima-who-card {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 6px;
  padding: 32px 28px;
}
.ima-who-ic {
  width: 40px;
  height: 40px;
  color: #1d4f7a;
  margin-bottom: 16px;
}
.ima-who-ic svg { width: 40px; height: 40px; }
.ima-who-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 12px;
  line-height: 1.5;
}
.ima-who-desc {
  font-size: 0.82rem;
  color: #596475;
  line-height: 1.8;
  margin: 0;
}

/* ── 长期价值 ── */
.ima-value { padding: 64px 0; }
.ima-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 32px;
}
.ima-value-col-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0e1e35;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
}
.ima-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ima-value-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #475467;
}
.ima-value-list li svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
  flex-shrink: 0;
}
.ima-value-note {
  text-align: center;
  font-size: 0.95rem;
  color: #596475;
  font-style: italic;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #e6e9ee;
}

/* ── CTA 表单 ── */
.ima-cta {
  background: #060e1f;
  padding: 64px 0;
}
.ima-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}
.ima-cta-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.4;
}
.ima-cta-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin: 0 0 28px;
}
.ima-cta-btn {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.ima-cta-btn:hover { opacity: 0.85; }
.ima-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
.ima-form-field label,
.ima-form-textarea label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 5px;
}
.ima-form-field select,
.ima-form-textarea textarea {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 0.82rem;
  padding: 8px 10px;
  outline: none;
  box-sizing: border-box;
  appearance: none;
}
.ima-form-field select option { background: #0d1f3c; color: #fff; }
.ima-form-textarea { margin-bottom: 12px; }
.ima-form-textarea textarea {
  resize: vertical;
  min-height: 72px;
  font-family: inherit;
}
.ima-form-submit { text-align: right; }
.ima-form-submit button {
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ima-form-submit button:hover { opacity: 0.85; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ima-four-grid, .ima-svc-grid, .ima-risk-grid { grid-template-columns: repeat(3, 1fr); }
  .ima-deliv-grid, .ima-model-steps { grid-template-columns: repeat(2, 1fr); }
  .ima-model-steps { display: grid; }
  .ima-model-arrow { display: none; }
}
@media (max-width: 768px) {
  .ima-h1 { font-size: 1.8rem; }
  .ima-four-grid, .ima-svc-grid, .ima-who-grid { grid-template-columns: 1fr; }
  .ima-risk-grid, .ima-deliv-grid { grid-template-columns: repeat(2, 1fr); }
  .ima-value-grid, .ima-cta-inner { grid-template-columns: 1fr; }
  .ima-form-grid { grid-template-columns: 1fr 1fr; }
}
/* =============================================
   Long-term Advisory Page  —  la- prefix
   ============================================= */

.la-lp { overflow-x: hidden; }

/* ----- Hero ----- */
.la-hero {
  position: relative;
  background: #1a3a5c url('assets/long-term-advisory-hero.png') right center / cover no-repeat;
  min-height: 540px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.la-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(8,20,44,.88) 38%,rgba(8,20,44,.45) 100%);
}
.la-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}
.la-hero-copy { color: #fff; }
.la-eyebrow {
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.la-hero-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 10px;
}
.la-hero-sub {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  margin-bottom: 18px;
}
.la-hero-body {
  font-size: 15px;
  color: rgba(255,255,255,.78);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 32px;
}
.la-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.la-btn-gold {
  display: inline-block;
  background: #c8a96a;
  color: #fff;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}
.la-btn-gold:hover { background: #b8953a; color: #fff; text-decoration: none; }
.la-btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(255,255,255,.55);
  color: rgba(255,255,255,.9);
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}
.la-btn-outline:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.8);
  color: #fff;
  text-decoration: none;
}

/* ----- Dashboard Card ----- */
.la-dashboard { display: flex; justify-content: flex-end; }
.la-dash-card {
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 22px 24px;
  width: 340px;
  box-shadow: 0 12px 50px rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.la-dash-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 4px;
}
.la-dash-brand { font-size: 12px; font-weight: 700; color: #1d4f7a; }
.la-dash-period { font-size: 11px; color: #667085; }
.la-dash-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
}
.la-dash-item-left { display: flex; align-items: center; gap: 7px; flex: 1; min-width: 0; }
.la-dash-dot {
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.la-dash-dot.blue  { background: #1d4f7a; }
.la-dash-dot.amber { background: #e6a817; }
.la-dash-dot.green { background: #2ea86a; }
.la-dash-dot.teal  { background: #0ea5a0; }
.la-dash-label { font-size: 12px; color: #2d3748; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.la-dash-tag { font-size: 11px; color: #667085; white-space: nowrap; }
.la-dash-track { flex-wrap: nowrap; }
.la-dash-bar-wrap { flex: 1; height: 6px; background: #e6e9ee; border-radius: 3px; overflow: hidden; min-width: 50px; }
.la-dash-bar { height: 100%; background: linear-gradient(90deg,#e6a817,#f5c842); border-radius: 3px; }
.la-dash-pct { font-size: 11.5px; font-weight: 700; color: #e6a817; min-width: 28px; text-align: right; }
.la-dash-badge {
  font-size: 10.5px; font-weight: 600;
  padding: 2px 9px; border-radius: 20px; white-space: nowrap;
}
.la-dash-badge.green { background: #d1fae5; color: #065f46; }
.la-dash-badge.teal  { background: #ccfbf1; color: #0d7a61; }
.la-dash-bars { display: flex; gap: 3px; align-items: flex-end; height: 22px; }
.la-dash-bars span { width: 7px; background: #1d4f7a; border-radius: 2px 2px 0 0; opacity: .7; }

/* ----- Problems ----- */
.la-prob-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 44px;
}
.la-prob-card {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  padding: 32px 28px 28px;
  position: relative;
}
.la-prob-num {
  display: block;
  font-size: 52px;
  font-weight: 800;
  color: #1d4f7a;
  opacity: .1;
  line-height: 1;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.la-prob-card h3 { font-size: 17px; font-weight: 700; color: #0e1e35; margin-bottom: 10px; }
.la-prob-card p  { font-size: 14px; color: #596475; line-height: 1.7; }
.la-prob-ic {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 28px; height: 28px;
  color: #1d4f7a; opacity: .2;
}
.la-prob-ic svg { width: 100%; height: 100%; }

/* ----- Hub ----- */
.la-sec-sub {
  text-align: center;
  color: #596475;
  font-size: 15px;
  margin: -8px 0 50px;
}
.la-hub-wrap {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 28px 50px;
  max-width: 920px;
  margin: 0 auto;
  align-items: center;
}
.la-hub-tl { grid-column:1; grid-row:1; text-align:right; }
.la-hub-top-spacer { display:none; }
.la-hub-tr { grid-column:3; grid-row:1; }
.la-hub-left-spacer { display:none; }
.la-hub-center { grid-column:2; grid-row:1/3; display:flex; align-items:center; justify-content:center; position:relative; }
.la-hub-right-spacer { display:none; }
.la-hub-bl { grid-column:1; grid-row:2; text-align:right; }
.la-hub-bot-spacer { display:none; }
.la-hub-br { grid-column:3; grid-row:2; }

.la-hub-ring { border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.la-hub-ring-outer { width: 180px; height: 180px; border: 1.5px dashed #c8a96a; }
.la-hub-ring-inner { width: 155px; height: 155px; background: linear-gradient(135deg,#1d4f7a 0%,#2a6fa5 100%); box-shadow: 0 4px 30px rgba(29,79,122,.35); }
.la-hub-bubble { text-align: center; color: #fff; }
.la-hub-bubble p { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.55; letter-spacing: .3px; }

.la-hub-node {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  padding: 20px 22px;
}
.la-hub-tl .la-hub-node, .la-hub-bl .la-hub-node { /* already direct child */ }
.la-hub-node h4 { font-size: 15px; font-weight: 700; color: #0e1e35; margin-bottom: 6px; }
.la-hub-node p  { font-size: 13px; color: #596475; line-height: 1.6; }
.la-hub-ic { width: 30px; height: 30px; color: #1d4f7a; margin-bottom: 10px; }
.la-hub-ic svg { width: 100%; height: 100%; }
.la-hub-tl .la-hub-ic, .la-hub-bl .la-hub-ic { margin-left: auto; }

/* ----- Process ----- */
.la-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 44px;
}
.la-proc-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid #e6e9ee;
}
.la-proc-item:first-child { padding-top: 0; }
.la-proc-item:last-child  { border-bottom: none; }
.la-proc-num { font-size: 34px; font-weight: 800; color: #c8a96a; line-height: 1; min-width: 52px; flex-shrink: 0; }
.la-proc-item h4 { font-size: 16px; font-weight: 700; color: #0e1e35; margin-bottom: 6px; }
.la-proc-item p  { font-size: 14px; color: #596475; line-height: 1.65; }

.la-process-imgs { display: flex; flex-direction: column; gap: 14px; }
.la-proc-img { border-radius: 10px; overflow: hidden; }
.la-proc-img-1 { height: 142px; background: #f0f5fa; }
.la-proc-img-2 { height: 122px; background: #1d4f7a; }
.la-proc-img-3 { height: 130px; background: linear-gradient(135deg,#0e1e35,#1d4f7a); }
.la-proc-img-mock { padding: 14px 16px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; gap: 10px; }
.la-proc-img-mock.dark { background: #1a3352; }
.la-mock-header { display: flex; align-items: center; gap: 6px; }
.la-mock-header.dark .la-mock-title { color: rgba(255,255,255,.8); }
.la-mock-dot { width: 9px; height: 9px; border-radius: 50%; }
.la-mock-dot.r { background: #fc5c65; }
.la-mock-dot.y { background: #fed330; }
.la-mock-dot.g { background: #26de81; }
.la-mock-title { font-size: 11px; font-weight: 600; color: #2d3748; margin-left: 4px; }
.la-mock-lines { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.la-mock-lines div { height: 8px; background: #e2e8f0; border-radius: 4px; width: 100%; }
.la-mock-rows { display: flex; flex-direction: column; gap: 6px; }
.la-mock-row { display: flex; align-items: center; gap: 6px; font-size: 10px; color: rgba(255,255,255,.7); }
.la-mock-row span:first-child { min-width: 56px; }
.la-mock-bar { height: 5px; background: rgba(255,255,255,.35); border-radius: 3px; flex: 1; }
.la-mock-bar.done { background: #2ea86a; }
.la-mock-row span:last-child { min-width: 46px; text-align: right; }
.la-mock-badge-row { display: flex; gap: 8px; flex-wrap: wrap; }
.la-mock-badge { font-size: 11px; padding: 3px 10px; border-radius: 4px; background: rgba(255,255,255,.15); color: rgba(255,255,255,.7); }
.la-mock-badge.active { background: #c8a96a; color: #fff; }

/* ----- Who Fits ----- */
.la-fits-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
  margin-top: 44px;
}
.la-fit-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  padding: 28px 24px;
  transition: box-shadow .2s;
}
.la-fit-card:hover { box-shadow: 0 4px 20px rgba(29,79,122,.1); }
.la-fit-ic { width: 40px; height: 40px; flex-shrink: 0; color: #1d4f7a; }
.la-fit-ic svg { width: 100%; height: 100%; }
.la-fit-card h4 { font-size: 15px; font-weight: 700; color: #0e1e35; margin-bottom: 6px; }
.la-fit-card p  { font-size: 14px; color: #596475; line-height: 1.65; }

/* ----- Coverage ----- */
.la-cov-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid #e6e9ee;
}
.la-cov-yes, .la-cov-no { padding: 36px 38px; }
.la-cov-yes { background: #1d4f7a; }
.la-cov-no  { background: #fff; }
.la-cov-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.la-cov-yes .la-cov-head { color: #fff; }
.la-cov-no  .la-cov-head { color: #0e1e35; }
.la-cov-check-ic { width: 26px; height: 26px; color: #c8a96a; }
.la-cov-check-ic svg { width: 100%; height: 100%; }
.la-cov-yes ul, .la-cov-no ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.la-cov-yes li, .la-cov-no li { padding: 10px 0 10px 22px; position: relative; font-size: 14px; border-bottom-width: 1px; border-bottom-style: solid; }
.la-cov-yes li { color: rgba(255,255,255,.88); border-bottom-color: rgba(255,255,255,.1); }
.la-cov-no  li { color: #596475; border-bottom-color: #f0f2f5; }
.la-cov-yes li:last-child, .la-cov-no li:last-child { border-bottom: none; }
.la-cov-yes li::before { content:'✓'; position:absolute; left:0; color:#c8a96a; font-weight:700; }
.la-cov-no  li::before { content:'×'; position:absolute; left:0; color:#e05252; font-weight:700; }

/* ----- How We Work Steps ----- */
.la-work-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 54px;
}
.la-work-step {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.la-work-ic {
  width: 60px; height: 60px;
  margin: 0 auto 14px;
  background: #e8f0f8;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #1d4f7a;
}
.la-work-ic svg { width: 28px; height: 28px; }
.la-work-num { display:block; font-size:12.5px; font-weight:700; color:#c8a96a; letter-spacing:.5px; margin-bottom:6px; }
.la-work-step h4 { font-size:15px; font-weight:700; color:#0e1e35; margin-bottom:8px; }
.la-work-step p  { font-size:13px; color:#596475; line-height:1.65; }
.la-work-arrow {
  flex-shrink: 0;
  font-size: 36px;
  color: #c8a96a;
  margin-top: 24px;
  line-height: 1;
  opacity: .8;
}

/* ----- Outcomes ----- */
.la-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 44px;
}
.la-outcome-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e9ee;
  background: #fff;
  transition: box-shadow .2s;
}
.la-outcome-card:hover { box-shadow: 0 6px 24px rgba(29,79,122,.14); }
.la-out-img {
  height: 165px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.la-out-img-1 { background: linear-gradient(135deg,#1a3a5c 0%,#2a6080 100%); }
.la-out-img-2 { background: linear-gradient(135deg,#1a4560 0%,#2a7090 100%); }
.la-out-img-3 { background: linear-gradient(135deg,#1d3a70 0%,#1d4f7a 100%); }
.la-out-img-4 { background: linear-gradient(135deg,#1a3550 0%,#2a5a80 100%); }
.la-out-overlay {
  width: 52px; height: 52px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.la-out-overlay span { display:flex; width:28px; height:28px; color:rgba(255,255,255,.9); }
.la-out-overlay span svg { width:100%; height:100%; }
.la-out-body { padding: 18px 20px; }
.la-out-body h4 { font-size:14px; font-weight:700; color:#0e1e35; margin-bottom:7px; }
.la-out-body p  { font-size:13px; color:#596475; line-height:1.6; }

/* ----- CTA Band ----- */
.la-cta-band {
  background: linear-gradient(135deg,#0e1e35 0%,#1d4f7a 100%);
  padding: 70px 0;
}
.la-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.la-cta-copy h2 { font-size:28px; font-weight:700; color:#fff; margin-bottom:10px; }
.la-cta-copy p  { font-size:15px; color:rgba(255,255,255,.75); line-height:1.65; max-width:520px; }
.la-cta-actions { display:flex; flex-direction:column; gap:14px; align-items:flex-start; flex-shrink:0; }
.la-cta-email { font-size:14px; color:rgba(255,255,255,.7); }

/* ----- Responsive ----- */
@media(max-width:900px){
  .la-hero-inner { grid-template-columns:1fr; }
  .la-dashboard { display:none; }
  .la-prob-grid { grid-template-columns:1fr; }
  .la-hub-wrap { grid-template-columns:1fr; grid-template-rows:auto; }
  .la-hub-tl,.la-hub-tr,.la-hub-bl,.la-hub-br { grid-column:1; grid-row:auto; }
  .la-hub-center { grid-column:1; grid-row:auto; }
  .la-hub-tl .la-hub-ic,.la-hub-bl .la-hub-ic { margin-left:0; }
  .la-hub-tl,.la-hub-bl { text-align:left; }
  .la-process-grid { grid-template-columns:1fr; }
  .la-process-imgs { display:none; }
  .la-fits-grid { grid-template-columns:1fr; }
  .la-cov-split { grid-template-columns:1fr; }
  .la-work-steps { flex-direction:column; align-items:center; }
  .la-work-arrow { transform:rotate(90deg); margin:0; }
  .la-outcome-grid { grid-template-columns:repeat(2,1fr); }
  .la-cta-inner { flex-direction:column; text-align:center; }
  .la-cta-actions { align-items:center; }
}
@media(max-width:560px){
  .la-hero-title { font-size:32px; }
  .la-outcome-grid { grid-template-columns:1fr; }
}

/* === Hero light override === */
.la-hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,0.82) 40%, rgba(255,255,255,0.10) 100%);
}
.la-hero-copy { color: #0e1e35; }
.la-eyebrow { color: #c8a96a; }
.la-hero-title { color: #0e1e35; }
.la-hero-sub { color: #1d4f7a; }
.la-hero-body { color: #475467; }
.la-btn-outline {
  border-color: rgba(29,79,122,0.45);
  color: #1d4f7a;
}
.la-btn-outline:hover {
  background: rgba(29,79,122,0.06);
  border-color: #1d4f7a;
  color: #1d4f7a;
}

/* === Process grid — 4 aligned rows === */
.la-process-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 44px;
}
.la-proc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e6e9ee;
}
.la-proc-row:first-child { padding-top: 0; }
.la-proc-row:last-child  { border-bottom: none; padding-bottom: 0; }

/* Process card shared styles */
.la-pc {
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 120px;
}
.la-pc-1 { background: #eef4fb; }
.la-pc-2 { background: #1d4f7a; }
.la-pc-3 { background: #f5f7fa; border: 1px solid #e6e9ee; }
.la-pc-4 { background: #0e1e35; }

.la-pc-head { display: flex; align-items: center; gap: 10px; }
.la-pc-ic { width: 22px; height: 22px; flex-shrink: 0; }
.la-pc-1 .la-pc-ic, .la-pc-3 .la-pc-ic { color: #1d4f7a; }
.la-pc-2 .la-pc-ic, .la-pc-4 .la-pc-ic { color: rgba(255,255,255,.85); }
.la-pc-ic svg { width: 100%; height: 100%; }
.la-pc-en { font-size: 12.5px; font-weight: 700; letter-spacing: .3px; }
.la-pc-1 .la-pc-en, .la-pc-3 .la-pc-en { color: #1d4f7a; }
.la-pc-2 .la-pc-en, .la-pc-4 .la-pc-en { color: rgba(255,255,255,.85); }

/* Card 1 — lines */
.la-pc-lines { display: flex; flex-direction: column; gap: 7px; }
.la-pc-line { height: 8px; background: rgba(29,79,122,.15); border-radius: 4px; width: 100%; }
.la-pc-attendees { display: flex; gap: 8px; }
.la-pc-attendees span {
  font-size: 11px; font-weight: 600;
  padding: 3px 10px; border-radius: 20px;
  background: rgba(29,79,122,.12); color: #1d4f7a;
}

/* Card 2 — tracking */
.la-pc-track-rows { display: flex; flex-direction: column; gap: 8px; }
.la-pc-track-row { display: flex; align-items: center; gap: 8px; }
.la-pc-track-label { font-size: 11px; color: rgba(255,255,255,.75); min-width: 52px; }
.la-pc-track-bar-wrap { flex: 1; height: 5px; background: rgba(255,255,255,.2); border-radius: 3px; overflow: hidden; }
.la-pc-track-bar { height: 100%; background: #c8a96a; border-radius: 3px; }
.la-pc-track-bar.done { background: #2ea86a; }
.la-pc-status { font-size: 10px; font-weight: 600; min-width: 36px; text-align: right; }
.la-pc-status.inprog  { color: #c8a96a; }
.la-pc-status.done    { color: #2ea86a; }
.la-pc-status.pending { color: rgba(255,255,255,.55); }

/* Card 3 — vendors */
.la-pc-vendors { display: flex; align-items: center; gap: 8px; }
.la-pc-vendor {
  font-size: 12px; font-weight: 600;
  padding: 5px 12px; border-radius: 6px;
  background: #e8f0f8; color: #1d4f7a;
  border: 1px solid #c8daf0;
}
.la-pc-vendor.hub { background: #1d4f7a; color: #fff; border-color: #1d4f7a; }
.la-pc-arrow { font-size: 14px; color: #c8a96a; font-weight: 700; }

/* Card 4 — quarters */
.la-pc-quarters {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  height: 60px;
}
.la-pc-q { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; height: 100%; justify-content: flex-end; }
.la-pc-q-label { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.55); }
.la-pc-q.active .la-pc-q-label { color: #c8a96a; }
.la-pc-q-bar { width: 100%; background: rgba(255,255,255,.2); border-radius: 3px 3px 0 0; }
.la-pc-q.active .la-pc-q-bar { background: #c8a96a; }
.la-pc-note { font-size: 11px; color: rgba(255,255,255,.45); margin: 0; }

@media(max-width:900px){
  .la-proc-row { grid-template-columns: 1fr; gap: 16px; }
}

/* === Process section layout fix (v2) === */
.la-process-grid {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  margin-top: 44px;
}
.la-proc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #e6e9ee;
  border-bottom: none !important;
}
.la-proc-row:first-child { border-top: none; padding-top: 0; }

/* 清除旧 la-proc-item 在行内的冲突样式 */
.la-proc-row .la-proc-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 0 !important;
  border-bottom: none !important;
}

/* 卡片统一高度与内边距 */
.la-pc {
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 110px;
  box-sizing: border-box;
}
.la-pc-1 { background: #eef4fb; }
.la-pc-2 { background: #1d4f7a; }
.la-pc-3 { background: #f5f7fa; border: 1px solid #e6e9ee; }
.la-pc-4 { background: #0e1e35; }

/* 响应式 */
@media(max-width:900px){
  .la-proc-row { grid-template-columns: 1fr !important; gap: 14px; }
}

/* === Process alignment fix (v3) ===
   display:contents on la-proc-row makes children direct grid participants,
   so all 4 text items lock to col-1 and all 4 cards lock to col-2.       */
.la-process-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 48px;
  row-gap: 0;
  align-items: center;
  margin-top: 44px;
}
.la-proc-row {
  display: contents !important;
  border: none !important;
}
.la-proc-row .la-proc-item {
  padding: 28px 0 !important;
  border-bottom: none !important;
  border-top: 1px solid #e6e9ee;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
}
.la-proc-row:first-child .la-proc-item { border-top: none; padding-top: 0 !important; }
.la-proc-row:last-child  .la-proc-item { border-bottom: none !important; }

/* Cards: vertical margin matches item padding */
.la-proc-row .la-pc {
  margin: 14px 0;
}
.la-proc-row:first-child .la-pc { margin-top: 0; }
.la-proc-row:last-child  .la-pc { margin-bottom: 0; }

@media(max-width:900px){
  .la-process-grid {
    grid-template-columns: 1fr !important;
  }
  .la-proc-row .la-pc { margin: 0 0 8px; }
  .la-proc-row .la-proc-item { border-top: none; padding: 0 !important; }
  .la-proc-row:first-child .la-proc-item { padding: 0 !important; }
}

/* ═══════════════════════════════════════════════════════════════
   INCUBATOR PAGE  (ih- prefix)   v1.0.106
═══════════════════════════════════════════════════════════════ */

/* ── HERO ── */
.ih-hero {
  background: #0e1e35;
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
}
.ih-hero::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 60px;
  width: 48%;
  background: url('assets/incubator-hero.png') center/cover no-repeat;
  opacity: .88;
}
.ih-hero-inner {
  position: relative;
  z-index: 2;
}
.ih-hero-copy {
  max-width: 540px;
  padding-bottom: 52px;
}
.ih-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 .5rem;
  line-height: 1.2;
}
.ih-hero-sub {
  font-size: 1rem;
  color: #a8c5da;
  font-weight: 500;
  margin: 0 0 1rem;
}
.ih-hero-lead {
  font-size: .88rem;
  color: #c5d6e8;
  line-height: 1.85;
  margin: 0 0 2rem;
}
.ih-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── BUTTONS ── */
.ih-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s;
  border: none;
  font-family: inherit;
}
.ih-btn-gold { background: #c8962e; color: #fff; }
.ih-btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.ih-btn:hover { opacity: .85; color: #fff; }
.ih-btn-full { width: 100%; justify-content: center; margin-top: 4px; }
.ih-btn-ic { width: 16px; height: 16px; display: inline-flex; }
.ih-btn-ic svg { width: 100%; height: 100%; }

/* ── HERO STRIP ── */
.ih-hero-strip {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.08);
  border-top: 1px solid rgba(255,255,255,.12);
}
.ih-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ih-strip-feat {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.ih-strip-feat:last-child { border-right: none; }
.ih-strip-ic {
  width: 38px; height: 38px; flex-shrink: 0;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ih-strip-ic svg { width: 18px; height: 18px; stroke: #7eb8e8; }
.ih-strip-feat strong { display: block; font-size: .8rem; font-weight: 700; color: #fff; }
.ih-strip-feat span { font-size: .73rem; color: #a8c5da; }

/* ── SHARED LAYOUT ── */
.ih-split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}
.ih-h2-left {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0e1e35;
  margin: 0 0 20px;
  line-height: 1.4;
}

/* ── VS COMPARISON ── */
.ih-vs-box {
  display: flex;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  overflow: hidden;
}
.ih-vs-col { flex: 1; }
.ih-vs-colhead {
  padding: 12px 14px;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e6e9ee;
}
.ih-vs-colhead-gray { background: #f5f7fa; color: #0e1e35; }
.ih-vs-colhead-blue { background: #1d4f7a; color: #fff; }
.ih-vs-mid {
  display: flex; align-items: center; justify-content: center;
  width: 40px; flex-shrink: 0;
  font-weight: 800; font-size: .85rem; color: #1d4f7a;
  background: #fff;
  border-left: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
}
.ih-vs-list {
  list-style: none;
  margin: 0; padding: 10px 12px;
}
.ih-vs-list li {
  font-size: .78rem;
  color: #475467;
  line-height: 1.6;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #f0f2f5;
  position: relative;
}
.ih-vs-list li:last-child { border-bottom: none; }
.ih-vs-list li::before {
  position: absolute; left: 0; top: 5px;
  font-size: .72rem; font-weight: 800;
}
.ih-x::before { content: '✕'; color: #c0392b; }
.ih-chk::before { content: '✔'; color: #1a7a3c; }

/* ── THREE STAGES ── */
.ih-stages { display: flex; flex-direction: column; gap: 6px; }
.ih-stage {
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}
.ih-stage-hd {
  display: flex; align-items: center; gap: 10px; margin-bottom: 5px;
}
.ih-stage-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: #1d4f7a; color: #fff;
  font-weight: 800; font-size: .82rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ih-stage-hd strong { display: block; font-size: .88rem; font-weight: 700; color: #0e1e35; }
.ih-stage-hd em { font-size: .75rem; color: #667085; font-style: normal; }
.ih-stage-sub { font-size: .78rem; color: #1d4f7a; font-weight: 600; margin: 0 0 6px; }
.ih-stage ul { margin: 0; padding-left: 16px; list-style: disc; }
.ih-stage ul li { font-size: .76rem; color: #475467; line-height: 1.65; padding: 1px 0; }
.ih-stage-arrow {
  text-align: center; color: #1d4f7a;
  font-size: 1.1rem; font-weight: 700; line-height: 1; padding: 1px 0;
}

/* ── FOUR FUNCTIONS ── */
.ih-funcs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px;
}
.ih-func-card {
  border: 1px solid #e6e9ee; border-radius: 10px;
  padding: 18px; background: #fff;
}
.ih-func-ic {
  width: 40px; height: 40px; background: #e8f0f8; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 10px;
}
.ih-func-ic svg { width: 20px; height: 20px; stroke: #1d4f7a; }
.ih-func-card h3 { font-size: .88rem; font-weight: 700; color: #0e1e35; margin: 0 0 5px; }
.ih-func-card p { font-size: .76rem; color: #596475; line-height: 1.65; margin: 0 0 9px; }
.ih-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.ih-tags span { font-size: .68rem; background: #f0f5fa; color: #1d4f7a; padding: 2px 8px; border-radius: 20px; }

/* ── RESOURCE NETWORK (hub-spoke grid) ── */
.ih-net-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 10px;
  margin-top: 20px;
}
.ih-net-hub-cell {
  display: flex; align-items: center; justify-content: center;
}
.ih-net-hub {
  background: #1d4f7a; border-radius: 50%;
  width: 110px; height: 110px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-align: center;
  font-size: .7rem; font-weight: 700; line-height: 1.4;
  box-shadow: 0 4px 18px rgba(29,79,122,.3);
}
.ih-net-hub-ic { width: 22px; height: 22px; margin-bottom: 4px; }
.ih-net-hub-ic svg { width: 100%; height: 100%; stroke: rgba(255,255,255,.85); }
.ih-net-node {
  background: #fff; border: 1.5px solid #d0dcea; border-radius: 8px;
  padding: 10px 8px; text-align: center;
  font-size: .66rem; line-height: 1.4; color: #596475;
}
.ih-net-node-top { border-top: 3px solid #1d4f7a; }
.ih-net-node-bot { border-bottom: 3px solid #1d4f7a; }
.ih-net-node-ic {
  width: 26px; height: 26px; background: #e8f0f8; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 5px;
}
.ih-net-node-ic svg { width: 13px; height: 13px; stroke: #1d4f7a; }
.ih-net-node strong { display: block; font-size: .7rem; color: #0e1e35; font-weight: 700; margin-bottom: 2px; }

/* ── DELIVERY MATRIX ── */
.ih-matrix {
  width: 100%; border-collapse: collapse;
  margin-top: 20px; font-size: .8rem;
}
.ih-matrix th {
  background: #1d4f7a; color: #fff;
  padding: 10px 12px; text-align: left;
  font-size: .78rem; font-weight: 600;
}
.ih-matrix th:first-child { border-radius: 6px 0 0 0; }
.ih-matrix th:last-child  { border-radius: 0 6px 0 0; }
.ih-matrix td {
  padding: 9px 12px; border-bottom: 1px solid #e6e9ee;
  vertical-align: top; color: #475467; line-height: 1.55;
}
.ih-matrix tr:last-child td { border-bottom: none; }
.ih-matrix tr:nth-child(even) td { background: #f8fafb; }
.ih-matrix-s { font-weight: 700; color: #0e1e35 !important; white-space: nowrap; }

/* ── WHO SHOULD ENTER ── */
.ih-who-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px;
}
.ih-who-card {
  border: 1.5px solid #e6e9ee;
  border-top: 3px solid #1d4f7a;
  border-radius: 8px; padding: 14px; background: #fff;
}
.ih-who-ic {
  width: 30px; height: 30px; background: #e8f0f8; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 7px;
}
.ih-who-ic svg { width: 15px; height: 15px; stroke: #1d4f7a; }
.ih-who-card strong { display: block; font-size: .8rem; font-weight: 700; color: #0e1e35; margin-bottom: 4px; }
.ih-who-card p { font-size: .73rem; color: #596475; line-height: 1.6; margin: 0; }

/* ── FOCUS INDUSTRIES ── */
.ih-ind-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px;
}
.ih-ind-card {
  background: #fff; border: 1px solid #e6e9ee; border-radius: 10px;
  padding: 22px 16px; text-align: center;
}
.ih-ind-ic {
  width: 46px; height: 46px; background: #e8f0f8; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 10px;
}
.ih-ind-ic svg { width: 22px; height: 22px; stroke: #1d4f7a; }
.ih-ind-card h3 { font-size: .85rem; font-weight: 700; color: #0e1e35; margin: 0 0 5px; }
.ih-ind-card p { font-size: .75rem; color: #596475; margin: 0; line-height: 1.6; }

/* ── CONTACT FORM ── */
.ih-cta-sec { background: #fff; }
.ih-cta-wrap {
  display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start;
}
.ih-cta-title { font-size: 1.55rem; font-weight: 800; color: #0e1e35; margin: 0 0 10px; line-height: 1.3; }
.ih-cta-lead { font-size: .84rem; color: #596475; margin: 0 0 22px; }
.ih-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px;
}
.ih-fld { display: flex; flex-direction: column; gap: 4px; }
.ih-fld-full { grid-column: 1 / -1; }
.ih-fld label { font-size: .76rem; font-weight: 600; color: #344054; }
.ih-fld input,
.ih-fld select,
.ih-fld textarea {
  border: 1px solid #d0d5dd; border-radius: 6px;
  padding: 8px 12px; font-size: .84rem; color: #344054;
  outline: none; font-family: inherit; background: #fff;
  width: 100%; box-sizing: border-box;
  transition: border-color .2s;
}
.ih-fld input:focus,
.ih-fld select:focus,
.ih-fld textarea:focus { border-color: #1d4f7a; }
.ih-fld textarea { resize: vertical; }
.ih-form-note { font-size: .7rem; color: #98a2b3; text-align: center; margin-top: 8px; }
.ih-cta-img {
  background: #e8f0f8 url('assets/incubator-contact.png') left center/cover no-repeat;
  border-radius: 10px; min-height: 480px;
  position: sticky; top: 90px;
}

/* ── ICON BASE ── */
.ih-ic { display: inline-flex; align-items: center; justify-content: center; }

/* ── VS SECTION LAYOUT (v2: title-left / two-cards-right) ── */
.ih-vs-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 52px;
  align-items: start;
}
.ih-vs-intro {
  padding-top: 6px;
}
.ih-vs-cards {
  display: flex;
  gap: 0;
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  overflow: hidden;
}
.ih-vs-card {
  flex: 1;
  min-width: 0;
}
.ih-vs-card-head {
  padding: 13px 16px;
  font-size: .85rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e6e9ee;
}
.ih-vs-card-old .ih-vs-card-head { background: #f5f7fa; color: #0e1e35; }
.ih-vs-card-head-blue { background: #1d4f7a; color: #fff !important; }
.ih-vs-badge {
  display: flex; align-items: center; justify-content: center;
  padding: 0 16px; flex-shrink: 0;
  font-weight: 800; font-size: .9rem; color: #1d4f7a;
  background: #fff;
  border-left: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
}

/* ── STAGES ROW (horizontal, full-width) ── */
.ih-stages-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 32px;
}
.ih-stages-row .ih-stage {
  flex: 1;
  min-width: 0;
}
.ih-stage-arr-h {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 22px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1d4f7a;
  flex-shrink: 0;
}

/* ── STAGES ROW equal-height fix  v1.0.108 ── */
.ih-stages-row { align-items: stretch; }
.ih-stages-row .ih-stage { display: flex; flex-direction: column; }
.ih-stages-row .ih-stage ul { flex: 1; margin-top: 0; }
.ih-stage-arr-h { align-self: center; padding-top: 0; }

/* ── RESOURCE NETWORK v2  (左3节点—连接线—中心Hub—连接线—右3节点)  v1.0.109 ── */

/* 覆盖旧的 ih-net-grid 布局 */
.ih-net-grid { display: none; }   /* 旧结构废弃 */

.ih-net {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 20px;
}

/* 左右两列节点各占 1fr */
.ih-net-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ih-net-side .ih-net-node {
  flex: 1;          /* 三卡等高 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 连接线列：宽度固定，内部三个 div 各占 1 份高度，::after 在中央画水平虚线 */
.ih-net-conn {
  width: 24px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;        /* 与 .ih-net-side gap 保持一致 */
}
.ih-net-conn > div {
  flex: 1;
  position: relative;
}
.ih-net-conn > div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  height: 0;
  border-top: 1.5px dashed #9bbdd4;
  transform: translateY(-50%);
}

/* 中心 Hub 列 */
.ih-net-hub-col {
  flex-shrink: 0;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ih-net-hub {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #1d4f7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 4px 20px rgba(29,79,122,.35);
}
.ih-net-hub-ic { width: 22px; height: 22px; margin-bottom: 4px; }
.ih-net-hub-ic svg { width: 100%; height: 100%; stroke: rgba(255,255,255,.85); }

/* 节点卡片基础样式（已有定义，此处确保覆盖） */
.ih-net-side .ih-net-node {
  background: #fff;
  border: 1.5px solid #d0dcea;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  font-size: .66rem;
  line-height: 1.4;
  color: #596475;
}
.ih-net-node-ic {
  width: 26px; height: 26px;
  background: #e8f0f8;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 5px;
}
.ih-net-node-ic svg { width: 13px; height: 13px; stroke: #1d4f7a; }
.ih-net-side .ih-net-node strong {
  display: block; font-size: .7rem; color: #0e1e35; font-weight: 700; margin-bottom: 2px;
}
.ih-net-side .ih-net-node span { color: #596475; }

/* ══════════════════════════════════════════════════════
   欧洲资源网络 v3 — 3×3 grid, hub 正中心, 金色图标  v1.0.110
══════════════════════════════════════════════════════ */

.ih-hub-diagram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px;
  position: relative;
  margin-top: 20px;
}

/* SVG overlay — 虚线从 hub 中心射向每个节点中心 */
.ih-hub-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.ih-hub-svg line {
  stroke: #a8c4d8;
  stroke-width: 1.5;
  stroke-dasharray: 4 3;
}

/* 占位空格 */
.ih-hub-empty { pointer-events: none; }

/* 节点卡片 — 图标左置、金色、紧凑排版 */
.ih-hub-node {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #d0dcea;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: .7rem;
  line-height: 1.4;
  color: #596475;
}
/* 正上方 / 正下方节点居中对齐 */
.ih-hub-node-top { justify-self: center; }
.ih-hub-node-bot  { justify-self: center; }

/* 金色图标圆圈 */
.ih-hub-ic {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: rgba(200, 150, 46, .13);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ih-hub-ic svg { width: 14px; height: 14px; stroke: #c8962e; }

.ih-hub-node strong {
  display: block;
  font-size: .74rem;
  color: #0e1e35;
  font-weight: 700;
  margin-bottom: 1px;
  white-space: nowrap;
}
.ih-hub-node span { font-size: .65rem; color: #667085; }

/* Hub 中心圆 */
.ih-hub-center {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ih-hub-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1d4f7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 4px 20px rgba(29, 79, 122, .38);
}
.ih-hub-circle-ic { width: 20px; height: 20px; margin-bottom: 3px; }
.ih-hub-circle-ic svg { width: 100%; height: 100%; stroke: rgba(255,255,255,.9); }

/* ── hub node-mid: align-self center, no height stretch  v1.0.111 ── */
.ih-hub-node-mid { align-self: center; }

/* ── 欧洲资源网络 section 背景图  v1.0.112 ── */
.ih-eurnet-sec {
  background-color: #f5f7fa;
  background-image: url('assets/europe-map-bg.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ── 典型交付矩阵 禁止换行  v1.0.113 ── */
.ih-matrix { font-size: .75rem; }
.ih-matrix th,
.ih-matrix td { white-space: nowrap; padding: 8px 10px; }

/* ── 适合进入孵化器的企业：图标+标题同行、金色、不换行  v1.0.114 ── */
.ih-who-card { padding: 10px 12px; }
.ih-who-hd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.ih-who-ic {
  width: 26px; height: 26px;
  background: rgba(200,150,46,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ih-who-ic svg { width: 13px; height: 13px; stroke: #c8962e; }
.ih-who-card strong {
  font-size: .78rem;
  font-weight: 700;
  color: #0e1e35;
  white-space: nowrap;
}
.ih-who-card p { font-size: .72rem; color: #596475; line-height: 1.55; margin: 0; }

/* ── S4 两列标题行对齐，表格顶与卡片顶平齐  v1.0.115 ── */
.ih-split-align {
  grid-template-rows: auto 1fr;
  align-items: start;
}
.ih-split-align > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-content: start;
}

/* ── S4 对齐修正：消除标题自身 margin，改用 row-gap  v1.0.116 ── */
.ih-split-align > div { row-gap: 16px; }
.ih-split-align .ih-h2-left { margin-bottom: 0; }
.ih-split-align .nl-sec-title { margin-bottom: 0; padding-bottom: 0; }
.ih-split-align .nl-sec-title h2 { margin-bottom: 0; }

/* ── 四大专业功能：图标+标题同行，压缩卡片高度  v1.0.117 ── */
.ih-func-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 10px;
  row-gap: 6px;
  padding: 14px;
}
.ih-func-ic {
  grid-column: 1;
  grid-row: 1;
  width: 36px; height: 36px;
  margin-bottom: 0;
  align-self: center;
}
.ih-func-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: center;
  font-size: .86rem;
}
.ih-func-card p {
  grid-column: 1 / 3;
  grid-row: 2;
  margin: 0;
}
.ih-func-card .ih-tags {
  grid-column: 1 / 3;
  grid-row: 3;
}
