:root {
  --navy: #1a365d;
  --deep: #0f172a;
  --blue: #1a365d;
  --orange: #f59e0b;
  --gold: #f59e0b;
  --sky: #f8fafc;
  --ink: #10233f;
  --muted: #78716c;
  --border: #d8e6f6;
  --green: #1e9b5a;
  --purple: #5d4bb3;
  --shadow: 0 18px 44px rgba(8, 43, 102, 0.11);
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f8fafc;
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(26, 54, 93, 0.98), rgba(15, 23, 42, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 220px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.nav-menu a {
  white-space: nowrap;
}

.nav-menu a:not(.nav-cta):hover {
  color: var(--orange);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.nav-cta {
  padding: 12px 18px;
  color: #0f172a;
  background: var(--orange);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.24);
}

.nav-toggle {
  display: none;
  border: 0;
  background: #ffffff;
  color: var(--deep);
  border-radius: 999px;
  padding: 11px 14px;
  font: inherit;
  font-weight: 800;
  align-items: center;
  gap: 8px;
}

.hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 158, 11, 0.14), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #edf4fb 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -25% -8%;
  height: 280px;
  background: linear-gradient(160deg, transparent 18%, rgba(26, 54, 93, 0.08) 19%, rgba(26, 54, 93, 0.18) 46%, var(--deep) 47%);
  border-radius: 50% 50% 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  min-width: 0;
}

.hero-visual {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.04em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

.hero h2 {
  color: var(--deep);
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.18;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 28px;
}

.button {
  min-height: 52px;
  padding: 15px 22px;
  border: 1px solid transparent;
}

.button svg {
  width: 20px;
  height: 20px;
}

.button.primary {
  color: #0f172a;
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.25);
}

.button.primary:hover,
.nav-cta:hover {
  background: #d97706;
}

.button.secondary {
  color: var(--deep);
  background: #fff;
  border-color: rgba(10, 58, 138, 0.24);
}

.trust-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-tags li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  color: #18375a;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 10px 12px;
}

.trust-tags svg,
.feature-list svg,
.benefit-band svg,
.contact-card svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex: 0 0 auto;
}

.hero-main-visual {
  margin: 0;
  max-width: 100%;
  border: 1px solid rgba(216, 230, 246, 0.95);
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.hero-main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.bridge-card {
  position: relative;
  min-height: 540px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 230, 246, 0.95);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 36px;
  overflow: hidden;
}

.bridge-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 38%, rgba(245, 158, 11, 0.2), transparent 18%),
    radial-gradient(circle at 76% 20%, rgba(26, 54, 93, 0.2), transparent 28%),
    linear-gradient(145deg, transparent 42%, rgba(15, 23, 42, 0.08));
}

.bridge-card img {
  position: relative;
  z-index: 2;
  width: min(330px, 82%);
  height: auto;
  margin: 0 auto 18px;
  filter: drop-shadow(0 18px 24px rgba(8, 43, 102, 0.12));
}

.bridge-map {
  position: relative;
  height: 230px;
  z-index: 1;
}

.bridge-line {
  position: absolute;
  left: 14%;
  right: 11%;
  top: 55%;
  height: 88px;
  border-top: 16px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-6deg);
}

.bridge-line::after {
  content: "";
  position: absolute;
  inset: 12px 0 auto 0;
  border-top: 12px solid var(--orange);
  border-radius: 50%;
}

.pin {
  position: absolute;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 999px 999px 999px 18px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(8, 43, 102, 0.16);
}

.pin.vietnam {
  left: 11%;
  top: 30%;
  background: linear-gradient(135deg, #e5252a, var(--orange));
  transform: rotate(-20deg);
}

.pin.taiwan {
  right: 10%;
  top: 8%;
  background: linear-gradient(135deg, var(--deep), var(--blue));
  transform: rotate(20deg);
}

.metric-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-strip div {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.metric-strip strong {
  display: block;
  color: var(--orange);
  font-size: 28px;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 42px;
  align-items: end;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2,
.enterprise h2,
.cta-panel h2 {
  color: var(--navy);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.14;
  margin-bottom: 16px;
}

.section-head p,
.enterprise p,
.cta-panel p {
  color: var(--muted);
  font-size: 18px;
}

.challenge {
  background: #fff;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.stat-row article {
  min-height: 160px;
  padding: 22px;
  border-right: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.stat-row svg {
  width: 34px;
  height: 34px;
  color: var(--deep);
}

.stat-row strong {
  display: block;
  margin-top: 10px;
  color: var(--orange);
  font-size: 38px;
  line-height: 1;
}

.stat-row span {
  display: block;
  margin-top: 10px;
  color: #213b5b;
  font-weight: 800;
}

.cards,
.industry-grid {
  display: grid;
  gap: 18px;
}

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

.card,
.module,
.industry-card,
.partner-block,
.dashboard-card,
.faq-list details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(8, 43, 102, 0.08);
}

.card {
  padding: 24px;
}

.card svg {
  width: 44px;
  height: 44px;
  color: var(--orange);
}

.card h3,
.module h3,
.industry-card h3 {
  margin: 16px 0 8px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.card p,
.module p,
.industry-card li,
.industry-card strong,
.partner-block span,
.steps p,
.faq-list p {
  color: var(--muted);
}

.solution,
.enterprise,
.knowledge {
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--sky) 100%);
}

.solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.15fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: center;
}

.module {
  min-height: 238px;
  padding: 24px;
  border-top: 8px solid var(--deep);
}

.module span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--deep);
  font-weight: 900;
}

.module svg {
  width: 46px;
  height: 46px;
  margin-top: 24px;
}

.module.blue svg {
  color: var(--deep);
}

.module.orange {
  border-top-color: var(--orange);
}

.module.orange span {
  background: var(--orange);
}

.module.orange svg {
  color: var(--orange);
}

.module.green {
  border-top-color: var(--green);
}

.module.green span {
  background: var(--green);
}

.module.green svg {
  color: var(--green);
}

.module.purple {
  border-top-color: var(--purple);
}

.module.purple span {
  background: var(--purple);
}

.module.purple svg {
  color: var(--purple);
}

.platform-mock {
  grid-row: span 2;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
  text-align: center;
}

.browser-bar {
  display: flex;
  gap: 7px;
  padding: 10px;
  background: var(--navy);
  border-radius: 18px 18px 0 0;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  opacity: 0.75;
}

.mock-content {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 330px;
  border: 1px solid #c9def4;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  text-align: left;
}

.mock-content aside {
  color: #fff;
  background: linear-gradient(180deg, var(--navy), var(--deep));
  padding: 22px 14px;
}

.mock-content small {
  display: block;
  margin-top: 6px;
  opacity: 0.75;
}

.mock-panel {
  padding: 22px;
  background: #f8fbff;
}

.mock-kpis,
.screen-kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-kpis span,
.screen-kpi span {
  min-height: 76px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 14px;
  color: var(--deep);
  font-weight: 900;
}

.mock-chart,
.line-chart {
  height: 130px;
  margin-top: 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, transparent 52%, rgba(245, 158, 11, 0.92) 53%, transparent 55%),
    linear-gradient(150deg, transparent 44%, rgba(13, 92, 199, 0.95) 45%, transparent 47%),
    repeating-linear-gradient(0deg, #fff 0 28px, #edf5ff 29px 30px);
  border: 1px solid var(--border);
}

.mock-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.mock-list span {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dbeaff, #fff);
}

.platform-mock strong {
  display: block;
  margin-top: 18px;
  color: var(--deep);
  font-size: 26px;
}

.industries {
  background: #fff;
}

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

.industry-card {
  overflow: hidden;
}

.industry-top {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  color: #fff;
  background: var(--deep);
}

.industry-top span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--deep);
  font-weight: 900;
}

.industry-top svg {
  width: 36px;
  height: 36px;
}

.industry-top.elder {
  background: linear-gradient(135deg, #137a42, var(--green));
}

.industry-top.health {
  background: linear-gradient(135deg, #4c319d, var(--purple));
}

.industry-top.construction {
  background: linear-gradient(135deg, #e45e00, var(--orange));
}

.industry-top.service {
  background: linear-gradient(135deg, #07549d, #0884d8);
}

.industry-card h3,
.industry-card ul,
.industry-card strong {
  padding-inline: 18px;
}

.industry-card ul {
  margin: 0;
  padding-left: 38px;
}

.industry-card li::marker {
  color: var(--orange);
}

.industry-card strong {
  display: block;
  margin: 20px 18px 18px;
  padding: 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.enterprise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 42px;
  align-items: center;
}

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

.feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  color: #203b5d;
  font-weight: 800;
}

.dashboard-card {
  padding: 22px;
}

.screen {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 12px solid #10233f;
}

.screen-sidebar {
  background: linear-gradient(180deg, var(--navy), var(--deep));
}

.screen-main {
  padding: 20px;
  background: #f7fbff;
}

.screen-kpi span {
  color: var(--muted);
  font-size: 13px;
}

.screen-kpi b {
  color: var(--deep);
  font-size: 20px;
}

.screen-body {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 16px;
  align-items: center;
}

.donut {
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: conic-gradient(var(--blue) 0 45%, var(--orange) 45% 80%, #dbeaff 80% 100%);
  position: relative;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: inherit;
  background: #fff;
}

.dashboard-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.dashboard-card li {
  padding: 10px 12px;
  color: #203b5d;
  background: #eef7ff;
  border-radius: 14px;
  font-weight: 800;
}

.partners {
  background: #fff;
}

.partner-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.partner-block {
  padding: 26px;
}

.partner-block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 26px;
}

.partner-block h3 svg {
  color: var(--deep);
}

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

.mini-grid article,
.steps article {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.mini-grid article:last-child {
  grid-column: 1 / -1;
}

.mini-grid svg {
  width: 36px;
  height: 36px;
  color: var(--deep);
}

.mini-grid b,
.steps b {
  display: block;
  color: var(--navy);
  font-size: 18px;
  margin-top: 10px;
}

.mini-grid span {
  display: block;
  margin-top: 6px;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
}

.steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
}

.steps p {
  grid-column: 2;
  margin-bottom: 0;
}

.benefit-band {
  margin-top: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 50%, rgba(255, 201, 40, 0.18), transparent 20%),
    linear-gradient(135deg, var(--navy), var(--deep));
  border-radius: 24px;
}

.benefit-band strong {
  font-size: 22px;
  margin-right: auto;
}

.benefit-band span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-weight: 800;
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topic-cloud a {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--border);
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(8, 43, 102, 0.06);
}

.faq {
  background: #fff;
}

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

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.contact {
  padding-bottom: 56px;
  background: linear-gradient(180deg, #fff 0%, var(--sky) 100%);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 88% 40%, rgba(255, 201, 40, 0.22), transparent 22%),
    linear-gradient(135deg, var(--navy), #031b40);
  border-radius: 32px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  font-weight: 900;
}

.site-footer {
  padding: 34px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.08), transparent 24%),
    linear-gradient(180deg, #0f172a, #07111f);
}

.sub-hero {
  padding: 88px 0 56px;
  background:
    radial-gradient(circle at 85% 12%, rgba(245, 158, 11, 0.16), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #eef4fa 100%);
}

.sub-hero .shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 40px;
  align-items: end;
}

.sub-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.sub-hero p {
  color: var(--muted);
  font-size: 18px;
  max-width: 820px;
}

.subnav-card {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.subnav-card a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  color: var(--navy);
  font-weight: 900;
  border-bottom: 1px solid var(--border);
}

.subnav-card a:last-child {
  border-bottom: 0;
}

.content-section {
  padding: 72px 0;
}

.content-section.alt {
  background: linear-gradient(180deg, #f8fbff 0%, var(--sky) 100%);
}

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

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

.content-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 43, 102, 0.08);
}

.content-card h2,
.content-card h3 {
  color: var(--navy);
  line-height: 1.22;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card ul,
.content-card ol {
  padding-left: 1.3rem;
  margin-bottom: 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill-row span,
.pill-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--deep);
  background: #fff;
  font-weight: 900;
}

.article-list {
  display: grid;
  gap: 14px;
  counter-reset: article;
}

.article-list li {
  list-style: none;
  position: relative;
  padding: 16px 18px 16px 58px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.article-list li::before {
  counter-increment: article;
  content: counter(article, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--orange);
  font-weight: 900;
}

.long-form {
  max-width: 920px;
}

.long-form h2 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.long-form p,
.long-form li {
  color: var(--muted);
  font-size: 18px;
}

.quote-band {
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--deep));
  border-radius: var(--radius);
}

.quote-band strong {
  display: block;
  color: var(--gold);
  font-size: 24px;
  margin-bottom: 8px;
}

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

.footer-grid img {
  width: 220px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
  border-radius: 10px;
}

.footer-grid p {
  margin: 8px 0 0;
}

.footer-grid nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    color: var(--ink);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    padding: 10px 12px;
  }

  .hero-grid,
  .section-head.split,
  .enterprise-grid,
  .partner-layout,
  .cta-panel,
  .sub-hero .shell {
    grid-template-columns: 1fr;
  }

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

  .platform-mock {
    grid-row: auto;
    grid-column: 1 / -1;
    order: -1;
  }

  .stat-row,
  .cards.four,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid .industry-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .brand img {
    width: 156px;
    height: 50px;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .hero h2 {
    font-size: 26px;
    word-break: break-all;
  }

  .hero-text,
  .section-head p,
  .enterprise p,
  .cta-panel p {
    font-size: 16px;
  }

  .trust-tags,
  .metric-strip,
  .stat-row,
  .cards.four,
  .solution-grid,
  .industry-grid,
  .feature-list,
  .mock-kpis,
  .screen-kpi,
  .dashboard-card ul,
  .mini-grid,
  .faq-list,
  .screen-body,
  .content-grid,
  .content-grid.two {
    grid-template-columns: 1fr;
  }

  .bridge-card {
    min-height: 430px;
    padding: 22px;
    border-radius: 24px;
  }

  .bridge-card img {
    width: min(250px, 74%);
  }

  .bridge-map {
    height: 170px;
  }

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

  .mock-content aside {
    min-height: 80px;
  }

  .screen {
    grid-template-columns: 1fr;
    border-width: 8px;
  }

  .screen-sidebar {
    display: none;
  }

  .donut {
    width: 118px;
    height: 118px;
    margin-inline: auto;
  }

  .mini-grid article:last-child,
  .industry-grid .industry-card:last-child {
    grid-column: auto;
  }

  .benefit-band {
    align-items: stretch;
  }

  .benefit-band strong {
    width: 100%;
  }

  .cta-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .footer-grid {
    display: grid;
  }
}
