:root {
  --ink: #111827;
  --ink-2: #1f2937;
  --green: #0f9f9a;
  --green-2: #186c83;
  --cyan: #5bc0de;
  --gold: #c99a3f;
  --coral: #d66f5f;
  --white: #ffffff;
  --bg: #f7f8fb;
  --muted: #687385;
  --line: rgba(84, 101, 130, 0.16);
  --glass: rgba(255, 255, 255, 0.82);
  --shadow: 0 26px 80px rgba(17, 24, 39, 0.11);
  --radius-lg: 26px;
  --radius-md: 14px;
  font-family: Inter, "HarmonyOS Sans SC", "Source Han Sans SC", "Alibaba PuHuiTi", "PingFang SC", Arial, sans-serif;
}

/* Homepage polish: align the company story, service, leadership and switch modules. */
.intro-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 34px;
  padding: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.12), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(201, 154, 63, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 250, 0.92));
  box-shadow: 0 34px 100px rgba(17, 24, 39, 0.08);
}

.intro-copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

.intro-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.15;
}

.intro-copy h3 {
  margin-bottom: 16px;
  color: #152032;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.22;
}

.intro-copy p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 560px;
  color: #536174;
  font-size: 16.5px;
  line-height: 1.9;
}

.intro-card .position-visual {
  min-height: 360px;
  margin-top: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.78), transparent 18rem),
    radial-gradient(circle at 76% 20%, rgba(91, 192, 222, 0.16), transparent 20rem),
    linear-gradient(135deg, #eaf7f5, #ffffff 58%, #eef5f8);
}

.intro-card .position-core {
  width: 260px;
  min-height: 116px;
}

.service-feature-card {
  justify-content: space-between;
}

.service-feature-visual {
  position: relative;
  width: 100%;
  min-height: 136px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 68% 42%, rgba(255, 255, 255, 0.26), transparent 7rem);
  background-size: 38px 38px, 38px 38px, auto;
}

.service-feature-visual i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.service-feature-visual i:nth-child(1) {
  top: 30px;
  left: 30px;
  width: 98px;
  height: 34px;
}

.service-feature-visual i:nth-child(2) {
  top: 72px;
  left: 72px;
  width: 142px;
  height: 34px;
  opacity: 0.72;
}

.service-feature-visual i:nth-child(3) {
  right: 34px;
  bottom: 28px;
  width: 74px;
  height: 74px;
  background: rgba(216, 182, 107, 0.92);
}

.founder-photo {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.96) 0 13%, transparent 13.5%),
    radial-gradient(ellipse at 50% 80%, rgba(19, 79, 83, 0.9) 0 28%, transparent 28.8%),
    linear-gradient(155deg, #d8f1ed, #8eb8b1 52%, #2c6f70);
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, 0.24),
    0 20px 60px rgba(17, 24, 39, 0.1);
}

.founder-photo::before {
  inset: 18px;
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  background: transparent;
  transform: none;
}

.founder-photo::after {
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 42px;
  border-radius: 14px;
  background: rgba(10, 39, 43, 0.26);
  backdrop-filter: blur(10px);
}

.capability-switch {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
}

.capability-switch .switch-nav {
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(45, 212, 191, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(236, 243, 246, 0.94));
}

.capability-switch .switch-btn {
  position: relative;
  min-height: 78px;
  padding: 18px 18px 18px 20px;
  border-radius: 18px;
  overflow: hidden;
}

.capability-switch .switch-btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(24, 108, 131, 0.22);
}

.capability-switch .switch-btn.is-active::after {
  background: var(--green-2);
  box-shadow: 0 0 0 7px rgba(24, 108, 131, 0.08);
}

.capability-switch .switch-stage {
  min-height: 410px;
  background:
    radial-gradient(circle at 88% 22%, rgba(45, 212, 191, 0.16), transparent 16rem),
    linear-gradient(135deg, #ffffff, #f7fbfb);
}

.capability-switch .switch-content {
  display: none;
  max-width: none;
}

.capability-switch .switch-content.is-active {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(180px, 0.18fr);
  gap: 26px;
  align-items: end;
}

.capability-switch .switch-content h3,
.capability-switch .switch-content p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  grid-column: 1 / -1;
}

.capability-switch .switch-content ul {
  grid-column: 1 / 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-switch .switch-content li {
  position: relative;
  padding-top: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 251, 0.9));
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.045);
}

.capability-switch .switch-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-2), rgba(216, 182, 107, 0.8));
}

.panel-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  border: 1px solid rgba(24, 108, 131, 0.16);
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.panel-link::after {
  content: "→";
  font-weight: 900;
}

.panel-link:hover {
  border-color: rgba(24, 108, 131, 0.34);
  background: #fff;
  transform: translateY(-1px);
}

.case-panel .panel-link {
  color: #e5c77d;
  border-color: rgba(229, 199, 125, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.case-panel .panel-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.asset-copy .panel-link {
  margin-top: 28px;
}

.article-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 42px;
}

.article-header {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) 174px;
  align-items: center;
}

.article-header .brand {
  justify-self: start;
}

.article-header .nav {
  justify-self: center;
}

.article-back-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(24, 108, 131, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--green-2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 250, 0.88));
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.055);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.article-back-link:hover {
  border-color: rgba(24, 108, 131, 0.32);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.article-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
}

.article-hero > p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
  gap: 28px;
  align-items: start;
}

.article-body {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 92% 8%, rgba(45, 212, 191, 0.1), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 251, 0.9));
  box-shadow: 0 24px 76px rgba(17, 24, 39, 0.07);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.article-meta span {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.article-body h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}

.article-body h2:first-of-type {
  margin-top: 0;
}

.article-body p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.article-cta {
  margin-top: 34px;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(45, 212, 191, 0.14), transparent 14rem),
    rgba(255, 255, 255, 0.72);
}

.article-cta strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.founder-card .founder-photo {
  width: min(100%, 230px);
  min-height: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 28px;
  background: #d9e1df;
  box-shadow: 0 22px 62px rgba(17, 24, 39, 0.12);
}

.founder-card .founder-photo::before,
.founder-card .founder-photo::after {
  content: none;
}

.founder-card .founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
}

.founder-card .founder-photo span {
  right: 14px;
  bottom: 14px;
  background: rgba(15, 89, 81, 0.74);
  backdrop-filter: blur(12px);
}

@media (max-width: 980px) {
  .intro-card,
  .capability-switch .switch-content.is-active {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    min-height: 0;
  }

  .intro-card .position-visual {
    min-height: 320px;
  }

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

  .capability-switch .switch-content ul {
    grid-template-columns: 1fr;
  }

  .service-feature-visual {
    min-height: 112px;
  }
}

/* Article pages use the same centered navigation composition as the homepage. */
.article-header {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) 174px;
  align-items: center;
}

.article-header .brand {
  justify-self: start;
}

.article-header .nav {
  justify-self: center;
}

@media (max-width: 980px) {
  .article-header {
    display: flex;
  }

  .article-header .nav {
    justify-self: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfcff 0%, var(--bg) 38%, #f2f5f8 100%);
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 82px;
  padding: 0 clamp(24px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 12% 0%, rgba(91, 192, 222, 0.12), transparent 22rem),
    linear-gradient(135deg, rgba(15, 23, 34, 0.96), rgba(28, 38, 50, 0.94));
  box-shadow: 0 16px 50px rgba(7, 12, 18, 0.22);
  backdrop-filter: blur(24px);
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) 174px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 188px;
  min-width: 158px;
  border-radius: 14px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.94);
}

.brand img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  justify-self: center;
}

.nav a,
.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  border-radius: 0;
  padding: 0;
  transition: color 0.22s ease;
}

.nav a::after,
.nav-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav a:hover,
.nav-item:hover > a {
  color: #fff;
  background: transparent;
}

.nav a:hover::after,
.nav-item:hover > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  z-index: 20;
  display: grid;
  min-width: 188px;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-item:hover .nav-menu,
.nav-item:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-menu a {
  min-height: 38px;
  border-radius: 12px;
  padding: 8px 12px;
  color: #344054;
  font-size: 13px;
}

.nav-menu a::after {
  display: none;
}

.nav-menu a:hover {
  color: var(--green-2);
  background: rgba(24, 108, 131, 0.08);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta {
  min-height: 44px;
  border: 1px solid rgba(201, 154, 63, 0.32);
  color: #f5d98f;
  background: rgba(201, 154, 63, 0.1);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #111827, #264153);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.22);
}

.button.primary:hover {
  box-shadow: 0 0 0 5px rgba(91, 192, 222, 0.13), 0 18px 44px rgba(17, 24, 39, 0.2);
}

.header-cta:hover {
  border-color: rgba(201, 154, 63, 0.58);
  color: #fff1c4;
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #111827;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(91, 192, 222, 0.18), transparent 28rem),
    radial-gradient(circle at 16% 34%, rgba(201, 154, 63, 0.12), transparent 26rem),
    linear-gradient(180deg, #111827, #202a36 56%, #151b24);
}

.grid-plane {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #000 42%, transparent 96%);
}

.signal {
  position: absolute;
  width: 520px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 192, 222, 0.7), transparent);
  transform: rotate(-18deg);
}

.signal-a {
  right: 4%;
  top: 28%;
}

.signal-b {
  right: 24%;
  bottom: 18%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  min-height: clamp(720px, calc(100vh - 78px), 900px);
  margin: 0 auto;
  display: grid;
  gap: 36px;
  align-items: center;
  padding: 96px 0 78px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

h1,
h2,
h3,
p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.28;
}

.hero-lede {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-console {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 20px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
}

.console-top { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.console-top i {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(24, 108, 131, 0.8);
}

.console-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 20px;
  margin-top: 20px;
}

.console-screen {
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.console-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  opacity: 0.94;
}

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

.matrix-board article {
  display: grid;
  min-height: 142px;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.075);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.matrix-board article:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 154, 63, 0.35);
  background: rgba(255, 255, 255, 0.11);
}

.matrix-board img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.matrix-board span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.console-side {
  display: grid;
  gap: 14px;
}

.console-focus {
  padding: 22px;
  border: 1px solid rgba(91, 192, 222, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(24, 108, 131, 0.13), rgba(91, 192, 222, 0.08));
}

.console-focus p,
.console-focus span {
  color: rgba(255, 255, 255, 0.66);
}

.console-focus strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.28;
}

.console-metrics {
  display: grid;
  gap: 12px;
}

.console-metrics div {
  padding: 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.console-metrics strong {
  display: block;
  color: var(--green);
  font-size: 25px;
  line-height: 1;
}

.console-metrics span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.snapshot-board {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.78fr);
  gap: 18px;
  margin-top: 20px;
}

.snapshot-main,
.snapshot-metrics div {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.06);
}

.snapshot-main {
  display: grid;
  align-content: center;
  min-height: 330px;
  padding: 34px;
}

.snapshot-main span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.snapshot-main strong {
  display: block;
  max-width: 620px;
  margin: 20px 0 16px;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.24;
}

.snapshot-main p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 600px;
  color: var(--muted);
  font-size: 16px;
}

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

.snapshot-metrics div {
  display: grid;
  align-content: center;
  min-height: 158px;
  padding: 22px;
}

.snapshot-metrics strong {
  color: var(--green-2);
  font-size: 30px;
  line-height: 1;
}

.snapshot-metrics span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.trusted-strip { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 22px 30px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.trusted-strip img {
  width: 100%;
  height: 56px;
  object-fit: contain;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 124px 0;
  scroll-margin-top: 112px;
}

.positioning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 80px;
  align-items: end;
}

.positioning-grid p,
.section-heading p,
.capability-grid p,
.product-copy p,
.product-cards p,
.asset-copy p,
.contact-section p,
.process-line p,
.case-list span,
.case-primary p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
}

.positioning-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  font-size: 18px;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 40px;
}

.section-heading.narrow {
  max-width: 760px;
}

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

.reveal.is-visible {
  animation: sectionIn 0.72s ease both;
}

@keyframes sectionIn {
  from {
    opacity: 0.78;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-section {
  padding-bottom: 96px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  gap: 86px;
  align-items: end;
}

.intro-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
}

.intro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-proof span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(24, 108, 131, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--green-2);
  background: rgba(24, 108, 131, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.position-visual {
  position: relative;
  min-height: 360px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(84, 101, 130, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 22%, rgba(91, 192, 222, 0.18), transparent 24rem),
    radial-gradient(circle at 18% 82%, rgba(201, 154, 63, 0.14), transparent 22rem),
    linear-gradient(135deg, #ffffff, #eef5f8);
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.08);
}

.position-visual::before,
.position-visual::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(24, 108, 131, 0.1);
  border-radius: 28px;
}

.position-visual::after {
  inset: 84px 180px;
  border-style: dashed;
}

.position-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 300px;
  min-height: 128px;
  place-items: center;
  border: 1px solid rgba(84, 101, 130, 0.14);
  border-radius: 28px;
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.1);
  transform: translate(-50%, -50%);
}

.position-core span,
.position-node {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.position-core strong {
  font-size: 24px;
}

.position-node {
  position: absolute;
  z-index: 2;
  min-width: 148px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 999px;
  padding: 13px 18px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.node-a {
  top: 58px;
  left: 13%;
}

.node-b {
  top: 62px;
  right: 14%;
}

.node-c {
  right: 17%;
  bottom: 58px;
}

.node-d {
  bottom: 62px;
  left: 15%;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  gap: 22px;
  align-items: stretch;
}

.service-feature-card,
.service-card-grid article {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 249, 0.82));
  box-shadow: 0 24px 74px rgba(17, 24, 39, 0.07);
}

.service-feature-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: white;
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(145deg, #142f39, #0f5951 68%, #8fc6bc);
}

.service-feature-card span {
  color: #d8f5ef;
  font-size: 13px;
  font-weight: 900;
}

.service-feature-card h3 {
  margin: 12px 0;
  color: white;
  font-size: 30px;
  line-height: 1.2;
}

.service-feature-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.service-feature-card .card-link {
  color: #f3d68e;
}

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

.service-card-grid article {
  display: flex;
  min-height: 198px;
  flex-direction: column;
  padding: 22px;
}

.service-card-grid span {
  color: rgba(24, 108, 131, 0.42);
  font-size: 28px;
  font-weight: 950;
}

.service-card-grid h3 {
  margin: 18px 0 9px;
  color: var(--ink);
  font-size: 20px;
}

.service-card-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  line-height: 1.65;
}

.service-card-grid .card-link {
  margin-top: auto;
  padding-top: 16px;
  font-size: 13px;
}

.leadership-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(360px, 0.45fr);
  gap: 22px;
  align-items: stretch;
}

.founder-card,
.team-member-card {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 249, 0.82));
  box-shadow: 0 24px 74px rgba(17, 24, 39, 0.07);
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
}

.founder-photo {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.9) 0 12%, transparent 13%),
    radial-gradient(ellipse at 50% 82%, rgba(15, 89, 81, 0.72) 0 22%, transparent 23%),
    linear-gradient(145deg, #dff7f1, #0f5951);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.32);
}

.founder-photo::before {
  content: "";
  position: absolute;
  top: 82px;
  left: 50%;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f7fbff, #cfe4df);
  transform: translateX(-50%);
}

.founder-photo::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 24px;
  left: 34px;
  height: 112px;
  border-radius: 70px 70px 26px 26px;
  background: linear-gradient(145deg, #163f48, #0b6a60);
}

.founder-photo span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  border-radius: 999px;
  padding: 8px 10px;
  color: white;
  background: rgba(17, 24, 39, 0.42);
  font-size: 12px;
  font-weight: 900;
}

.person-avatar {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 24px;
  color: white;
  background: linear-gradient(145deg, var(--green-2), #0f5951);
  box-shadow: 0 20px 50px rgba(24, 108, 131, 0.2);
  font-size: 26px;
  font-weight: 950;
}

.person-avatar.large {
  width: 120px;
  height: 120px;
  border-radius: 36px;
  font-size: 44px;
}

.founder-card span,
.team-member-card span,
.person-directory-card span,
.person-profile-grid span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.founder-card h3,
.team-member-card h3 {
  margin: 10px 0;
  color: var(--ink);
  line-height: 1.28;
}

.founder-card p,
.team-member-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  line-height: 1.75;
}

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

.team-member-card {
  min-height: 210px;
  padding: 24px;
}

.team-member-card:first-child {
  grid-column: span 2;
}

.team-member-card a {
  color: var(--green-2);
  font-weight: 900;
}

.interactive-section,
.product-system,
.case-section {
  position: relative;
}

.switch-panel,
.product-workbench,
.case-explorer {
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7)),
    var(--white);
  box-shadow: 0 28px 90px rgba(11, 16, 32, 0.09);
  backdrop-filter: blur(18px);
}

.switch-panel {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.switch-nav {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 108, 131, 0.12), transparent 20rem),
    rgba(245, 247, 250, 0.86);
}

.switch-btn,
.product-tab,
.case-tab {
  appearance: none;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.switch-btn {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 14px;
  background: transparent;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.switch-btn span {
  color: rgba(24, 108, 131, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.switch-btn strong {
  font-size: 17px;
  line-height: 1.2;
}

.switch-btn:hover,
.switch-btn.is-active {
  border-color: rgba(24, 108, 131, 0.22);
  background: #fff;
  transform: translateX(4px);
  box-shadow: 0 14px 36px rgba(11, 16, 32, 0.06);
}

.switch-stage {
  position: relative;
  min-height: 430px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(91, 192, 222, 0.15), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f8fafc);
}

.switch-stage::after {
  content: "";
  position: absolute;
  right: 48px;
  bottom: 42px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(24, 108, 131, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(24, 108, 131, 0.18) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(91, 192, 222, 0.16) 50%, transparent 51%);
  opacity: 0.55;
}

.switch-content,
.product-panel,
.case-panel {
  display: none;
}

.switch-content.is-active,
.product-panel.is-active,
.case-panel.is-active {
  display: block;
  animation: panelIn 0.42s ease both;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.switch-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.switch-content h3,
.product-info h3,
.case-panel h3 {
  margin-bottom: 18px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
}

.switch-content p,
.product-info p,
.case-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
}

.switch-content ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.switch-content li {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #344054;
  font-weight: 700;
}

.product-workbench {
  overflow: hidden;
}

.product-stage {
  min-height: 520px;
  padding: clamp(20px, 3vw, 28px);
}

.product-panel.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 34px;
  align-items: stretch;
}

.product-visual,
.product-orbit,
.tool-grid {
  min-height: 450px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(91, 192, 222, 0.18), transparent 19rem),
    linear-gradient(135deg, #0b1020, #121a2f);
}

.product-visual {
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.product-visual img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: top left;
}

.product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.product-info > img {
  width: min(190px, 54%);
  height: 54px;
  margin-bottom: 28px;
  object-fit: contain;
  object-position: left center;
}

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

.metric-row span,
.tag-row span {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  padding: 16px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
}

.metric-row strong {
  color: var(--green-2);
  font-size: 27px;
  line-height: 1;
}

.product-orbit {
  position: relative;
  display: grid;
  place-items: center;
}

.product-orbit span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 124px;
  height: 124px;
  place-items: center;
  border: 1px solid rgba(91, 192, 222, 0.32);
  border-radius: 50%;
  color: #fff;
  background: rgba(24, 108, 131, 0.14);
  font-size: 38px;
  font-weight: 900;
}

.product-orbit i {
  position: absolute;
  border: 1px solid rgba(91, 192, 222, 0.22);
  border-radius: 50%;
  animation: orbitPulse 3.4s ease-in-out infinite;
}

.product-orbit i:nth-child(2) {
  width: 220px;
  height: 220px;
}

.product-orbit i:nth-child(3) {
  width: 330px;
  height: 330px;
  animation-delay: 0.4s;
}

.product-orbit i:nth-child(4) {
  width: 430px;
  height: 430px;
  animation-delay: 0.8s;
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.78;
    transform: scale(1.03);
  }
}

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

.tool-grid img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 24px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
}

.tool-grid.single-logo {
  display: grid;
  place-items: center;
}

.tool-grid.single-logo img {
  width: min(420px, 82%);
  height: auto;
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.tag-row span {
  display: inline-flex;
  color: var(--green-2);
  font-weight: 800;
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.product-tab {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.24s ease;
}

.product-tab.is-active {
  background: #fff;
  box-shadow: inset 0 3px 0 var(--green);
}

.product-tab img {
  width: 118px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.product-tab span {
  color: #475467;
  font-size: 14px;
  font-weight: 800;
}

.case-explorer {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 108, 131, 0.13), transparent 22rem),
    #fff;
}

.case-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: rgba(245, 247, 250, 0.86);
}

.case-tab {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 78px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 12px;
  background: transparent;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.case-tab img {
  width: 86px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.case-tab span {
  color: #344054;
  font-weight: 800;
}

.case-tab:hover,
.case-tab.is-active {
  border-color: rgba(24, 108, 131, 0.22);
  background: #fff;
  transform: translateX(4px);
}

.case-detail {
  position: relative;
  padding: clamp(34px, 5vw, 64px);
  color: #fff;
  background:
    linear-gradient(rgba(11, 16, 32, 0.88), rgba(11, 16, 32, 0.9)),
    url("./assets/photos/growth-event.jpg") center / cover;
}

.case-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 58px 58px;
}

.case-panel {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.case-panel h3 {
  max-width: 760px;
  color: #fff;
}

.case-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.72);
}

.case-panel .panel-label {
  color: var(--green);
}

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

.capability-grid article,
.product-cards article,
.case-primary,
.case-list article,
.proof-panel,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: 0 18px 70px rgba(11, 16, 32, 0.08);
  backdrop-filter: blur(18px);
}

.capability-grid article {
  min-height: 248px;
  padding: 30px;
}

.capability-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green-2);
  font-weight: 900;
}

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

.screenshot-card {
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.screenshot-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top left;
  border-radius: 18px;
}

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

.data-grid div,
.asset-stats div {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
}

.data-grid strong,
.asset-stats strong {
  display: block;
  color: var(--green-2);
  font-size: 27px;
  line-height: 1;
}

.data-grid span,
.asset-stats span {
  color: var(--muted);
  font-size: 13px;
}

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

.product-cards article {
  min-height: 194px;
  padding: 28px;
}

.product-cards img {
  width: 168px;
  height: 50px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.client-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.client-wall img {
  width: 100%;
  height: 72px;
  padding: 14px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 24px;
}

.case-primary {
  min-height: 430px;
  padding: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(91, 192, 222, 0.18), transparent 16rem),
    linear-gradient(135deg, #0b1020, #121a2f);
}

.case-primary span {
  color: var(--green);
  font-weight: 900;
}

.case-primary p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.68);
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.case-metrics div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.case-metrics strong {
  display: block;
  color: var(--green);
  font-size: 30px;
}

.case-metrics span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.case-list {
  display: grid;
  gap: 16px;
}

.case-list article {
  display: grid;
  gap: 8px;
  padding: 26px;
}

.asset-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

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

.proof-panel {
  height: 500px;
  padding: 14px;
  overflow: hidden;
}

.proof-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}

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

.proof-gallery figure {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(84, 101, 130, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.proof-gallery img {
  width: 100%;
  aspect-ratio: 0.72;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  background: #f8fafc;
}

.process-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: stretch;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(84, 101, 130, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 80px rgba(17, 24, 39, 0.08);
}

.process-track::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  left: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(24, 108, 131, 0.18), rgba(201, 154, 63, 0.42));
  transform: translateY(-50%);
}

.process-step { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 154px;
  align-content: center;
  justify-items: center;
  gap: 12px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  color: #3f4c5f;
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.process-step span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-2);
  background: rgba(91, 192, 222, 0.1);
  font-size: 13px;
  font-weight: 900;
}

.process-step strong {
  font-size: 18px;
}

.process-step:hover,
.process-step.is-active {
  transform: translateY(-6px);
  border-color: rgba(201, 154, 63, 0.35);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.11);
}

.process-step.is-active span {
  color: #111827;
  background: #d8b66b;
}

.process-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(260px, 0.46fr);
  gap: 22px;
  align-items: stretch;
  min-height: 250px;
  border-radius: 28px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(91, 192, 222, 0.13), transparent 16rem),
    linear-gradient(135deg, #111827, #263342);
  box-shadow: 0 26px 80px rgba(17, 24, 39, 0.16);
}

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

.process-panel {
  display: none;
}

.process-panel.is-active {
  display: block;
  animation: panelIn 0.42s ease both;
}

.process-panel span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #d8b66b;
  font-size: 13px;
  font-weight: 900;
}

.process-panel h3 {
  margin-bottom: 14px;
  font-size: 30px;
}

.process-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 440px;
  color: rgba(255, 255, 255, 0.72);
}

.process-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  min-height: 230px;
  background:
    radial-gradient(circle at 72% 20%, rgba(45, 212, 191, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.process-visual::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border: 34px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.process-visual-panel {
  position: absolute;
  inset: 0;
  display: none;
  align-content: end;
  padding: 24px;
}

.process-visual-panel.is-active {
  display: grid;
  animation: panelIn 0.42s ease both;
}

.process-visual-panel span {
  position: absolute;
  top: 22px;
  left: 22px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 64px;
  font-weight: 950;
}

.process-visual-panel strong {
  position: relative;
  z-index: 1;
  display: block;
  color: white;
  font-size: 26px;
}

.process-visual-panel i {
  position: absolute;
  top: 72px;
  right: 32px;
  left: 32px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
}

.process-visual-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.data-section {
  padding-top: 76px;
}

.data-hub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.data-hub article {
  display: grid;
  min-height: 230px;
  align-content: space-between;
  gap: 16px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.86));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}

.data-hub span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
}

.data-hub h3 {
  margin: 0;
  font-size: 20px;
}

.data-hub p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.data-hub a {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  color: #111827;
  background: rgba(201, 154, 63, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.process-line li {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.process-line span {
  color: var(--green-2);
  font-weight: 900;
}

.process-line strong {
  display: block;
  margin: 26px 0 8px;
  font-size: 20px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
  padding: 64px;
  color: #fff;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(91, 192, 222, 0.18), transparent 18rem),
    linear-gradient(135deg, var(--ink), var(--ink-2));
}

.contact-section p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.68);
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.contact-panel a,
.contact-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-panel strong {
  font-size: 18px;
}

.contact-panel span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

/* Refined visual layer: calmer palette, smaller module titles, denser enterprise layout. */
.section {
  padding: 76px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-kicker,
.eyebrow,
.panel-label {
  color: var(--green-2);
  font-size: 12px;
  letter-spacing: 0.02em;
}

h2 {
  max-width: 880px;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.2;
}

h3 {
  font-size: 20px;
}

.hero-bg {
  background:
    radial-gradient(circle at 82% 18%, rgba(91, 192, 222, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 34%, rgba(201, 154, 63, 0.12), transparent 25rem),
    linear-gradient(180deg, #111827, #202936 58%, #151a23);
}

.grid-plane {
  opacity: 0.16;
  background-size: 72px 72px;
}

.signal {
  background: linear-gradient(90deg, transparent, rgba(201, 154, 63, 0.62), rgba(91, 192, 222, 0.48), transparent);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.hero-console {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.075);
}

.console-focus {
  border-color: rgba(91, 192, 222, 0.16);
  background: linear-gradient(135deg, rgba(91, 192, 222, 0.1), rgba(201, 154, 63, 0.08));
}

.console-top i {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(201, 154, 63, 0.54);
}

.console-metrics strong {
  color: #d8b66b;
  background: transparent;
  box-shadow: none;
}

.trusted-strip { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  border-color: rgba(84, 101, 130, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.1);
}

.intro-section {
  padding-bottom: 62px;
}

.intro-grid {
  gap: 72px;
}

.intro-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  font-size: 16px;
  line-height: 1.8;
}

.intro-proof span {
  border-color: rgba(24, 108, 131, 0.16);
  color: var(--green-2);
  background: rgba(91, 192, 222, 0.08);
}

.switch-panel,
.product-workbench,
.case-explorer {
  border-color: rgba(84, 101, 130, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.09);
}

.switch-nav,
.case-sidebar {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(239, 243, 247, 0.92));
}

.switch-btn,
.case-tab {
  min-height: 66px;
  border-radius: 16px;
}

.switch-btn span {
  color: rgba(24, 108, 131, 0.7);
}

.switch-btn strong {
  font-size: 15px;
}

.switch-btn:hover,
.switch-btn.is-active,
.case-tab:hover,
.case-tab.is-active {
  border-color: rgba(24, 108, 131, 0.16);
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
}

.switch-stage {
  min-height: 382px;
  padding: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 84% 18%, rgba(91, 192, 222, 0.12), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f7f9fb);
}

.switch-stage::after {
  border-color: rgba(24, 108, 131, 0.16);
  opacity: 0.42;
}

.switch-content h3,
.product-info h3,
.case-panel h3 {
  font-size: clamp(22px, 2.35vw, 30px);
  line-height: 1.24;
  letter-spacing: 0;
}

.switch-content p,
.product-info p,
.case-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: #687385;
  font-size: 15.5px;
  line-height: 1.82;
}

.switch-content ul {
  margin-top: 28px;
}

.switch-content li {
  min-height: 82px;
  border-color: rgba(84, 101, 130, 0.12);
  color: #405064;
  background: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 650;
}

.product-stage {
  min-height: 470px;
  padding: 20px;
}

.product-panel.is-active {
  gap: 24px;
}

.product-visual,
.product-orbit,
.tool-grid {
  min-height: 410px;
  background:
    radial-gradient(circle at 76% 20%, rgba(91, 192, 222, 0.14), transparent 19rem),
    radial-gradient(circle at 20% 80%, rgba(201, 154, 63, 0.12), transparent 18rem),
    linear-gradient(135deg, #141b26, #263342);
}

.product-info {
  padding: clamp(22px, 3.4vw, 40px);
}

.metric-row {
  margin-top: 26px;
}

.metric-row span,
.tag-row span,
.asset-stats div,
.data-grid div {
  border-color: rgba(84, 101, 130, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.metric-row strong,
.asset-stats strong,
.data-grid strong {
  color: var(--green-2);
  font-size: 24px;
}

.product-orbit span {
  border-color: rgba(91, 192, 222, 0.24);
  background: rgba(91, 192, 222, 0.1);
}

.product-orbit i {
  border-color: rgba(201, 154, 63, 0.22);
}

.product-tab {
  min-height: 84px;
  background: rgba(250, 251, 253, 0.86);
}

.product-tab.is-active {
  box-shadow: inset 0 3px 0 var(--gold);
}

.product-tab span {
  color: #3f4c5f;
  font-size: 13px;
}

.product-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.product-directory article {
  display: grid;
  gap: 12px;
  min-height: 176px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 46px rgba(17, 24, 39, 0.055);
}

.product-directory img {
  width: 150px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.product-directory h3 {
  margin: 0;
  font-size: 18px;
}

.product-directory p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.case-explorer {
  min-height: 520px;
}

.case-tab span {
  color: #2f3a4a;
  font-size: 14px;
}

.case-detail {
  background:
    linear-gradient(rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.9)),
    url("./assets/photos/growth-event.jpg") center / cover;
}

.case-panel .panel-label {
  color: #d8b66b;
}

.case-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.72);
}

.case-metrics {
  margin-top: 34px;
}

.case-metrics div {
  background: rgba(255, 255, 255, 0.075);
}

.case-metrics strong {
  color: #d8b66b;
  font-size: 26px;
}

.asset-section {
  gap: 64px;
}

.proof-panel,
.process-line li,
.contact-panel,
.capability-grid article,
.product-cards article,
.case-primary,
.case-list article {
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.07);
}

.process-line li {
  min-height: 176px;
}

.process-line span {
  color: var(--green-2);
}

.process-line strong {
  font-size: 18px;
}

.contact-section {
  padding: 64px;
  margin-bottom: 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(91, 192, 222, 0.13), transparent 18rem),
    radial-gradient(circle at 14% 80%, rgba(201, 154, 63, 0.12), transparent 18rem),
    linear-gradient(135deg, #111827, #202936);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(24px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(135deg, #0f1722, #182231);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.site-footer div:last-child {
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.46);
}

/* Second-version refinement: lighter top, clearer product grouping, richer data/contact cards. */
.site-header {
  border-bottom: 1px solid rgba(84, 101, 130, 0.14);
  background:
    radial-gradient(circle at 8% 0%, rgba(91, 192, 222, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(248, 251, 253, 0.96), rgba(235, 241, 246, 0.94));
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.08);
}

.brand {
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.nav {
  color: #344054;
}

.nav a:hover {
  color: var(--green-2);
}

.header-cta {
  color: #111827;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.header-cta:hover {
  color: var(--green-2);
}

.hero-section {
  color: var(--ink);
  background: #f3f7fb;
}

.hero-bg {
  background:
    radial-gradient(circle at 78% 14%, rgba(91, 192, 222, 0.2), transparent 32rem),
    radial-gradient(circle at 12% 30%, rgba(201, 154, 63, 0.12), transparent 28rem),
    linear-gradient(180deg, #f7fbff, #eef4f8 64%, #f7f8fb);
}

.grid-plane {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(24, 108, 131, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 108, 131, 0.08) 1px, transparent 1px);
}

.hero-lede {
  color: #4f5d70;
}

.button.secondary {
  color: #111827;
  border-color: rgba(84, 101, 130, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.hero-console {
  border-color: rgba(84, 101, 130, 0.15);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.1);
}

.console-top { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: #667085;
  border-bottom-color: rgba(84, 101, 130, 0.14);
}

.matrix-board article {
  border-color: rgba(84, 101, 130, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.matrix-board span,
.console-focus p,
.console-focus span,
.console-metrics span {
  color: #667085;
}

.console-focus,
.console-metrics div {
  border: 1px solid rgba(84, 101, 130, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.console-focus strong {
  color: #111827;
}

.product-directory {
  margin-bottom: 24px;
}

.product-tabs {
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.product-visual {
  background: #fff;
}

.product-visual img {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.asset-section {
  grid-template-columns: minmax(420px, 0.86fr) minmax(420px, 0.78fr);
  align-items: center;
}

.asset-copy {
  display: grid;
  align-content: center;
  min-height: 560px;
}

.asset-stats {
  grid-template-columns: 1fr;
  max-width: 520px;
}

.asset-stats div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
}

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

.proof-gallery figure {
  padding: 14px;
}

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

.process-track {
  padding: 28px;
}

.process-detail {
  min-height: 210px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  background:
    radial-gradient(circle at 92% 0%, rgba(91, 192, 222, 0.15), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f3f7fa);
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.08);
}

.process-detail-title {
  margin-bottom: 20px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.process-panel span {
  color: var(--gold);
}

.process-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 720px;
  color: var(--muted);
}

.data-hub article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 192, 222, 0.16), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 249, 0.9));
}

.data-hub article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 50%;
}

.data-hub h3,
.data-hub p,
.data-hub span,
.data-hub a {
  position: relative;
  z-index: 1;
}

.contact-section {
  grid-template-columns: minmax(0, 0.74fr) minmax(560px, 1fr);
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 14%, rgba(91, 192, 222, 0.18), transparent 18rem),
    linear-gradient(135deg, #ffffff, #edf4f8);
}

.contact-section p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
}

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

.contact-card,
.qr-card {
  display: grid;
  gap: 6px;
  min-height: 132px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}

.contact-card strong,
.qr-card strong {
  font-size: 22px;
}

.contact-card span,
.qr-card span {
  color: var(--muted);
  font-size: 13px;
}

.qr-card {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
}

.qr-card img {
  grid-row: span 2;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(84, 101, 130, 0.16);
  border-radius: 14px;
  background: #fff;
  object-fit: cover;
}

/* Current polish pass: Chinese-only labels, cleaner header, richer hero asset card, logo-only product tabs. */
.brand {
  width: 174px;
  min-width: 150px;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(84, 101, 130, 0.14);
  border-radius: 999px;
  padding: 10px 18px;
  color: #344054;
  background: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  font-weight: 800;
}

.header-cta {
  min-height: 42px;
  border: 1px solid rgba(24, 108, 131, 0.18);
  border-radius: 999px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(135deg, #186c83, #0f9f9a);
  box-shadow: 0 14px 34px rgba(24, 108, 131, 0.18);
}

.header-cta:hover {
  color: #fff;
  box-shadow: 0 18px 42px rgba(24, 108, 131, 0.24);
}

.hero-console {
  border-color: rgba(84, 101, 130, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 249, 251, 0.76));
}

.console-top { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: #405064;
}

.snapshot-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 26px;
  padding: 16px;
  background:
    radial-gradient(circle at 18% 18%, rgba(91, 192, 222, 0.22), transparent 18rem),
    radial-gradient(circle at 92% 12%, rgba(201, 154, 63, 0.18), transparent 18rem),
    linear-gradient(135deg, #102331, #edf5f8 66%, #ffffff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 24px 80px rgba(17, 24, 39, 0.1);
}

.snapshot-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  pointer-events: none;
}

.snapshot-main {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, rgba(15, 35, 50, 0.95), rgba(24, 108, 131, 0.72));
  box-shadow: 0 20px 62px rgba(10, 23, 34, 0.22);
}

.snapshot-main::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.snapshot-main span {
  position: relative;
  z-index: 1;
  color: #8ee2df;
}

.snapshot-main strong,
.snapshot-main p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  position: relative;
  z-index: 1;
}

.snapshot-main p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.76);
}

.snapshot-metrics div {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
}

.snapshot-metrics div:nth-child(2),
.snapshot-metrics div:nth-child(3) {
  background: rgba(248, 252, 253, 0.92);
}

.product-directory {
  display: none;
}

.product-workbench {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-tabs {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 248, 0.88));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}

.product-tab {
  min-height: 68px;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.55);
}

.product-tab:hover,
.product-tab.is-active {
  border-color: rgba(24, 108, 131, 0.18);
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 108, 131, 0.08);
}

.product-tab.is-active {
  box-shadow: inset 0 3px 0 var(--green-2), 0 16px 38px rgba(24, 108, 131, 0.1);
}

.product-tab img {
  width: min(130px, 88%);
  height: 38px;
  object-fit: contain;
  object-position: center;
}

.product-tab[aria-label="压缩图"] img {
  width: 54px;
  height: 42px;
}

.product-tab span {
  display: none;
}

.product-stage {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.09);
}

@media (min-width: 1800px) {
  .site-header {
    height: 92px;
    padding: 0 clamp(80px, calc((100vw - 2240px) / 2), 420px);
  }

  .brand {
    width: 210px;
  }

  .nav {
    gap: 34px;
    font-size: 15px;
  }

  .nav a {
    min-height: 66px;
  }

  .header-cta {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 17px;
  }

  .hero-inner {
    width: min(2240px, calc(100% - 160px));
    min-height: 880px;
    grid-template-columns: minmax(540px, 0.76fr) minmax(900px, 1.24fr);
    gap: 88px;
    padding: 104px 0 96px;
  }

  .hero-copy {
    justify-items: start;
    text-align: left;
  }

  h1 {
    max-width: 760px;
    font-size: 58px;
  }

  h2 {
    font-size: 44px;
  }

  .hero-lede {
    max-width: 760px;
    font-size: 22px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-console {
    padding: 28px;
    border-radius: 32px;
  }

  .snapshot-board {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 24px;
  }

  .snapshot-main {
    min-height: 438px;
    padding: 48px;
  }

  .snapshot-main strong {
    font-size: 38px;
  }

  .snapshot-metrics div {
    min-height: 207px;
    padding: 28px;
  }

  .snapshot-metrics strong {
    font-size: 38px;
  }

  .section {
    width: min(2240px, calc(100% - 160px));
    padding: 112px 0;
    scroll-margin-top: 128px;
  }

  .section-heading {
    max-width: 980px;
    margin-bottom: 48px;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(620px, 0.7fr);
    gap: 120px;
  }

  .intro-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
    font-size: 19px;
  }

  .product-directory {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
  }

  .product-directory article {
    min-height: 210px;
    padding: 26px;
  }

  .switch-panel {
    grid-template-columns: 430px minmax(0, 1fr);
  }

  .switch-nav {
    padding: 26px;
  }

  .switch-stage {
    min-height: 500px;
    padding: 72px;
  }

  .switch-content {
    max-width: 880px;
  }

  .switch-content h3,
  .product-info h3,
  .case-panel h3 {
    font-size: 34px;
  }

  .switch-content p,
  .product-info p,
  .case-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
    max-width: 760px;
    font-size: 18px;
  }

  .product-stage {
    min-height: 600px;
    padding: 28px;
  }

  .product-panel.is-active {
    grid-template-columns: minmax(0, 1.18fr) minmax(540px, 0.82fr);
    gap: 52px;
  }

  .product-visual,
  .product-orbit,
  .tool-grid {
    min-height: 540px;
  }

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

  .product-tab {
    min-height: 112px;
    padding: 24px 34px;
  }

  .case-explorer {
    grid-template-columns: 420px minmax(0, 1fr);
    min-height: 660px;
  }

  .case-sidebar {
    padding: 28px;
  }

  .case-tab {
    min-height: 92px;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .case-tab img {
    width: 118px;
    height: 50px;
  }

  .case-detail {
    padding: 86px;
  }

  .case-metrics {
    max-width: 900px;
    gap: 18px;
  }

  .case-metrics strong {
    font-size: 34px;
  }

  .asset-section {
    grid-template-columns: minmax(440px, 0.62fr) minmax(0, 1.38fr);
    gap: 86px;
  }

  .proof-gallery {
    gap: 22px;
  }

  .process-flow {
    grid-template-columns: minmax(0, 1.25fr) minmax(520px, 0.75fr);
    gap: 36px;
  }

  .process-track {
    gap: 18px;
    padding: 30px;
  }

  .process-step { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
    min-height: 190px;
  }

  .process-detail {
    min-height: 318px;
    padding: 52px;
  }

  .data-hub {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .data-hub article {
    min-height: 270px;
    padding: 30px;
  }

  .contact-section {
    grid-template-columns: minmax(0, 1fr) minmax(620px, 0.82fr);
    padding: 88px;
  }

  .site-footer {
    padding: 34px clamp(80px, calc((100vw - 2240px) / 2), 420px);
  }
}

@media (max-width: 1080px) {
  .hero-inner,
  .positioning-grid,
  .intro-grid,
  .product-showcase,
  .switch-panel,
  .product-panel.is-active,
  .case-explorer,
  .case-layout,
  .asset-section,
  .contact-section,
  .process-flow {
    grid-template-columns: 1fr;
  }

  .switch-nav,
  .case-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

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

  .process-line,
  .client-wall,
  .product-directory,
  .data-hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-track {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
    padding: 0 14px;
    border-radius: 0;
  }

  .brand {
    width: 132px;
    min-width: 120px;
    padding: 7px 8px;
  }

  .nav {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .hero-inner {
    width: min(100% - 32px, 1240px);
    min-height: auto;
    gap: 34px;
    padding: 106px 0 78px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-lede {
    font-size: 17px;
  }

    .console-metrics,
    .console-body,
    .matrix-board,
    .trusted-strip,
  .capability-grid,
  .case-sidebar,
  .product-cards,
  .data-grid,
  .asset-stats,
  .case-metrics,
  .process-line,
  .client-wall,
    .proof-gallery,
    .contact-panel,
    .site-footer,
    .product-directory,
    .data-hub,
    .contact-grid {
    grid-template-columns: 1fr;
  }

  .console-screen {
    min-height: 180px;
  }

  .console-focus {
    padding: 18px;
  }

  .console-focus strong {
    font-size: 20px;
  }

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

  .console-metrics div {
    padding: 12px;
  }

  .console-metrics strong {
    font-size: 20px;
  }

  .trusted-strip { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
    width: min(100% - 32px, 1180px);
    margin-top: -36px;
    padding: 18px;
  }

  .matrix-board article {
    min-height: 112px;
  }

  .section {
    width: min(100% - 32px, 1180px);
    padding: 92px 0;
  }

  .intro-section {
    padding-bottom: 72px;
  }

  .intro-grid {
    gap: 28px;
  }

  .switch-panel,
  .product-workbench,
  .case-explorer {
    border-radius: 24px;
  }

  .switch-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .switch-btn {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 82px;
    padding: 14px;
  }

  .switch-btn:hover,
  .switch-btn.is-active,
  .case-tab:hover,
  .case-tab.is-active {
    transform: none;
  }

  .switch-stage {
    min-height: 0;
    padding: 28px 20px 34px;
  }

  .switch-stage::after {
    right: -70px;
    bottom: -70px;
  }

  .switch-content h3,
  .product-info h3,
  .case-panel h3 {
    font-size: 26px;
  }

  .switch-content ul,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 0;
    padding: 14px;
  }

  .product-panel.is-active {
    gap: 0;
  }

  .product-visual,
  .product-orbit,
  .tool-grid {
    min-height: 285px;
    border-radius: 20px;
  }

  .product-info {
    padding: 28px 6px 12px;
  }

  .product-info > img {
    width: min(180px, 70%);
    margin-bottom: 20px;
  }

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

  .product-tab {
    min-height: 78px;
    padding: 16px;
  }

  .case-detail {
    padding: 34px 20px;
  }

  .case-tab {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .case-tab img {
    width: 72px;
  }

  .tool-grid {
    gap: 10px;
    padding: 16px;
  }

  .tool-grid img {
    min-height: 104px;
    padding: 16px;
  }

  .screenshot-card img {
    height: 244px;
  }

  .proof-panel {
    height: 340px;
  }

  .proof-gallery {
    gap: 12px;
  }

  .proof-gallery img {
    aspect-ratio: 0.76;
  }

  .contact-section {
    padding: 34px 20px;
    margin-bottom: 40px;
  }

  .process-flow {
    gap: 18px;
  }

  .process-track {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .process-track::before {
    top: 28px;
    right: auto;
    bottom: 28px;
    left: 35px;
    width: 2px;
    height: auto;
    transform: none;
  }

  .process-step { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
    min-height: 76px;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    align-content: center;
    padding: 14px;
  }

  .process-step:hover,
  .process-step.is-active {
    transform: none;
  }

  .process-detail {
    padding: 28px 22px;
  }

  .site-footer {
    display: grid;
  }

  .site-footer div:last-child {
    justify-content: flex-start;
  }
}

/* Keep the latest header and product-tab direction consistent across breakpoints. */
.brand {
  width: 174px;
  min-width: 150px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-header {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) 174px;
  align-items: center;
}

.home-header .brand {
  justify-self: start;
}

.home-header .nav {
  justify-self: center;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-link,
.header-cta {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
}

.product-directory {
  display: none;
}

.product-tabs {
  gap: 12px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 12px;
}

.product-tab {
  min-height: 68px;
  justify-content: center;
  padding: 12px 16px;
}

.product-tab img {
  width: min(130px, 88%);
  height: 38px;
  object-position: center;
}

.product-tab[aria-label="压缩图"] img {
  width: 54px;
  height: 42px;
}

.product-tab span {
  display: none;
}

@media (min-width: 1800px) {
  .brand {
    width: 190px;
  }

  .product-tab {
    min-height: 78px;
    padding: 14px 18px;
  }
}

@media (max-width: 760px) {
  .brand {
    width: 128px;
    min-width: 118px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-link,
  .header-cta {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
  }

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

/* Multi-page information architecture */
.page-main {
  background:
    radial-gradient(circle at 12% 12%, rgba(91, 192, 222, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(201, 154, 63, 0.1), transparent 24rem),
    linear-gradient(180deg, #fbfcff 0%, #f4f7f9 100%);
}

.page-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0 56px;
}

.page-hero h1 {
  color: var(--ink);
}

.page-hero p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.page-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 30px;
  padding: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(91, 192, 222, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 249, 0.88));
  box-shadow: 0 28px 90px rgba(17, 24, 39, 0.09);
}

.page-logo {
  max-width: 240px;
  max-height: 96px;
  object-fit: contain;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-meta span {
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green-2);
  background: rgba(24, 108, 131, 0.07);
  font-size: 13px;
  font-weight: 800;
}

.page-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
}

.page-section h2 {
  font-size: clamp(26px, 2.4vw, 36px);
}

.product-detail-page .section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  max-width: none;
}

.product-detail-page .section-heading p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.compact-heading {
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  align-items: end;
}

.compact-heading h2 {
  margin: 0;
}

.product-detail-page .page-section,
.case-detail-page .page-section {
  padding: 44px 0;
}

.product-detail-page .page-section h2,
.case-detail-page .page-section h2,
.case-library-page .page-section h2 {
  font-size: clamp(22px, 1.45vw, 28px);
  letter-spacing: 0;
}

.product-detail-page .page-hero,
.case-detail-page .page-hero {
  padding-bottom: 38px;
}

.product-capability-section,
.product-summary-section,
.product-faq-section,
.product-articles-section {
  position: relative;
}

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

.capability-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 250, 0.88)),
    radial-gradient(circle at 88% 12%, rgba(91, 192, 222, 0.18), transparent 12rem);
  box-shadow: 0 22px 64px rgba(17, 24, 39, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  animation-delay: var(--delay, 0ms);
}

.capability-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(15, 159, 154, 0.08);
}

.capability-card:hover {
  border-color: rgba(24, 108, 131, 0.22);
  box-shadow: 0 28px 78px rgba(17, 24, 39, 0.1);
  transform: translateY(-5px);
}

.capability-card span {
  display: inline-flex;
  margin-bottom: 30px;
  color: rgba(24, 108, 131, 0.32);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.capability-card h3,
.product-faq-card h3,
.product-article-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.45;
}

.capability-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 18px;
}

.audience-panel,
.value-panel {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 26px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 250, 0.9));
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.07);
}

.panel-label {
  margin-bottom: 16px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

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

.audience-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.audience-card span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  box-shadow: 0 0 0 6px rgba(15, 159, 154, 0.08);
}

.audience-card strong {
  font-size: 15px;
}

.value-panel {
  color: #f8fafc;
  background:
    radial-gradient(circle at 92% 0%, rgba(201, 154, 63, 0.22), transparent 16rem),
    linear-gradient(145deg, #15202b, #22313c 68%, #18242e);
}

.value-panel .panel-label {
  color: #f3d68e;
}

.value-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.value-panel li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: #f3d68e;
}

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

.content-card,
.article-card,
.faq-card,
.asset-card {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.06);
}

.content-card img {
  width: 100%;
  height: 92px;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left center;
}

.content-card p,
.article-card p,
.faq-card p,
.asset-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--green-2);
  font-weight: 900;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(300px, 0.34fr);
  gap: 28px;
  align-items: start;
}

.detail-panel {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 28px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 78px rgba(17, 24, 39, 0.07);
}

.detail-panel p,
.detail-panel li {
  color: var(--muted);
}

.detail-panel li + li {
  margin-top: 8px;
}

.side-panel {
  display: grid;
  gap: 14px;
}

.side-panel a,
.side-panel div {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.side-panel strong {
  display: block;
  margin-bottom: 6px;
}

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

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

.product-faq-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-faq-card {
  min-height: 178px;
  padding: 22px;
}

.product-faq-card h3 {
  font-size: 16px;
}

.product-faq-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin-bottom: 0;
  font-size: 14px;
}

.product-article-list {
  grid-template-columns: 1.2fr repeat(2, minmax(0, 0.9fr));
  align-items: stretch;
}

.product-article-card {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(242, 247, 249, 0.9));
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
}

.product-article-card.is-featured {
  grid-row: span 2;
  min-height: 454px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(91, 192, 222, 0.26), transparent 16rem),
    radial-gradient(circle at 12% 92%, rgba(201, 154, 63, 0.2), transparent 16rem),
    linear-gradient(145deg, #111827, #243341 72%, #15202b);
}

.product-article-card:hover {
  box-shadow: 0 28px 78px rgba(17, 24, 39, 0.1);
  transform: translateY(-4px);
}

.product-article-card.is-featured h3 {
  color: #fff;
  font-size: 24px;
}

.product-article-card.is-featured p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.78);
}

.product-article-card.is-featured span,
.product-article-card.is-featured .card-link {
  color: #f3d68e;
}

.case-delivery-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 246, 0.9)),
    radial-gradient(circle at 88% 12%, rgba(201, 154, 63, 0.16), transparent 12rem);
}

.case-summary-grid {
  margin-bottom: 18px;
}

.case-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.case-result-grid article {
  min-height: 112px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 20px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 16%, rgba(91, 192, 222, 0.12), transparent 9rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.055);
}

.case-result-grid span {
  display: block;
  margin-bottom: 16px;
  color: rgba(24, 108, 131, 0.35);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.case-result-grid strong {
  color: var(--ink);
  font-size: 15px;
}

.case-library-hero {
  padding-bottom: 34px;
}

.case-library-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.case-library-stats span {
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 850;
}

.case-library-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(2, minmax(0, 0.9fr));
  gap: 18px;
  align-items: stretch;
}

.case-library-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 249, 0.88));
  box-shadow: 0 22px 66px rgba(17, 24, 39, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.case-library-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
}

.case-library-card:hover {
  box-shadow: 0 30px 84px rgba(17, 24, 39, 0.1);
  transform: translateY(-5px);
}

.case-library-card.is-featured {
  grid-row: span 2;
  min-height: 658px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(91, 192, 222, 0.26), transparent 16rem),
    radial-gradient(circle at 8% 88%, rgba(201, 154, 63, 0.2), transparent 16rem),
    linear-gradient(145deg, #111827, #243341 72%, #15202b);
}

.case-library-logo {
  display: grid;
  width: 100%;
  height: 120px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(84, 101, 130, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.case-library-logo img {
  max-width: 70%;
  max-height: 76px;
  object-fit: contain;
}

.case-library-card span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.case-library-card h3 {
  margin: 12px 0 10px;
  color: var(--ink);
  font-size: 21px;
}

.case-library-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
}

.case-library-card.is-featured span,
.case-library-card.is-featured .card-link {
  color: #f3d68e;
}

.case-library-card.is-featured h3 {
  color: #fff;
  font-size: 28px;
}

.case-library-card.is-featured p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.78);
}

.case-library-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.case-library-tags em {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--green-2);
  background: rgba(24, 108, 131, 0.06);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.case-library-card.is-featured .case-library-tags em {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.article-card span,
.asset-card span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.news-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.news-tabs a {
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(380px, 0.42fr);
  gap: 34px;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 54px;
}

.news-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.08;
}

.news-hero-copy p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
}

.news-search {
  display: flex;
  width: min(620px, 100%);
  margin-top: 24px;
  border: 1px solid rgba(84, 101, 130, 0.13);
  border-radius: 999px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 70px rgba(17, 24, 39, 0.08);
}

.news-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 18px;
  color: var(--ink);
  background: transparent;
  font: inherit;
}

.news-search button {
  min-width: 96px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  font-weight: 900;
  cursor: pointer;
}

.news-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 30px;
  background: #17232d;
  box-shadow: 0 32px 96px rgba(17, 24, 39, 0.12);
}

.news-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.78;
}

.news-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(17, 24, 39, 0.18) 48%, rgba(17, 24, 39, 0.74)),
    radial-gradient(circle at 84% 10%, rgba(91, 192, 222, 0.26), transparent 18rem);
}

.news-hero-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background: rgba(17, 24, 39, 0.58);
  backdrop-filter: blur(18px);
}

.news-hero-card span {
  color: #f3d68e;
  font-size: 13px;
  font-weight: 900;
}

.news-hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 26px;
  line-height: 1.2;
}

.news-hero-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.news-channel-section {
  padding-top: 84px;
}

.news-channel-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(360px, 0.58fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(24, 108, 131, 0.1);
  border-radius: 28px;
  padding: 20px 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(45, 212, 191, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 250, 0.88));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.05);
}

.news-channel-toolbar h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.news-channel-toolbar .news-search {
  width: 100%;
  margin-top: 0;
}

.news-channel-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.news-channel-dropdown {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 8%, rgba(45, 212, 191, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 249, 0.88));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.055);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-channel-dropdown[open] {
  border-color: rgba(24, 108, 131, 0.24);
  box-shadow: 0 24px 72px rgba(17, 24, 39, 0.08);
}

.news-channel-dropdown summary {
  display: grid;
  min-height: 98px;
  align-content: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
}

.news-channel-dropdown summary::-webkit-details-marker {
  display: none;
}

.news-channel-dropdown summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 38px;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(24, 108, 131, 0.62);
  border-bottom: 2px solid rgba(24, 108, 131, 0.62);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.news-channel-dropdown[open] summary::after {
  transform: rotate(225deg);
}

.news-channel-dropdown summary span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.news-channel-dropdown summary strong {
  max-width: none;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
}

.news-channel-flyout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid rgba(24, 108, 131, 0.1);
  padding: 16px 18px 18px;
  background: rgba(255, 255, 255, 0.54);
}

.news-channel-dropdown:first-child .news-channel-flyout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-channel-flyout a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 108, 131, 0.08);
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.news-channel-flyout a:hover {
  color: white;
  background: var(--green-2);
  transform: translateY(-2px);
}

.news-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.news-category-grid article {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 8%, rgba(45, 212, 191, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 249, 0.86));
  box-shadow: 0 20px 62px rgba(17, 24, 39, 0.055);
}

.news-category-grid span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.news-category-grid h3 {
  margin: 10px 0;
  color: var(--ink);
  font-size: 22px;
}

.news-category-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  line-height: 1.7;
}

.news-category-grid article div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.news-category-grid article a {
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--green-2);
  background: rgba(24, 108, 131, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.news-channel-clusters {
  display: grid;
  gap: 16px;
}

.news-channel-clusters > article {
  display: grid;
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 0.8fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(24, 108, 131, 0.1);
  border-radius: 26px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 249, 0.78));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.045);
}

.cluster-head {
  display: grid;
  align-content: center;
  gap: 8px;
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(circle at 86% 10%, rgba(45, 212, 191, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(24, 108, 131, 0.08), rgba(255, 255, 255, 0.62));
}

.cluster-head span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
}

.cluster-head strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.news-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.news-channel-grid.product-channels {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.news-channel-grid a {
  display: grid;
  gap: 8px;
  min-height: 82px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 249, 0.86));
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.news-channel-grid a:hover {
  border-color: rgba(24, 108, 131, 0.22);
  box-shadow: 0 22px 62px rgba(17, 24, 39, 0.08);
  transform: translateY(-3px);
}

.news-channel-grid span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
}

.news-channel-grid strong {
  color: var(--ink);
  font-size: 14px;
}

.news-channel-grid a.is-active {
  border-color: rgba(24, 108, 131, 0.36);
  background:
    radial-gradient(circle at 86% 10%, rgba(45, 212, 191, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(230, 249, 244, 0.9));
  box-shadow: 0 22px 62px rgba(24, 108, 131, 0.12);
}

.news-channel-grid-compact {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.news-channel-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(340px, 0.36fr);
  gap: 30px;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 24px;
}

.news-channel-hero > div,
.news-channel-hero > aside {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(45, 212, 191, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 246, 0.84));
  box-shadow: 0 28px 84px rgba(17, 24, 39, 0.08);
}

.news-channel-hero > div {
  padding: clamp(34px, 5vw, 58px);
}

.news-channel-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.news-channel-hero p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.news-channel-hero > aside {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: white;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(150deg, #173f46, #0f5951 62%, #8fc6bc);
}

.news-channel-hero > aside span {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.news-channel-hero > aside strong {
  margin-top: 28px;
  color: white;
  font-size: 24px;
  line-height: 1.35;
}

.news-channel-hero > aside p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.78);
}

.people-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.person-directory-card,
.person-profile-grid article {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 62px rgba(17, 24, 39, 0.06);
}

.person-directory-card.is-founder {
  background:
    radial-gradient(circle at 16% 10%, rgba(45, 212, 191, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 249, 245, 0.84));
}

.person-directory-card h3,
.person-profile-grid h2 {
  margin: 12px 0 10px;
  color: var(--ink);
}

.person-directory-card p,
.person-profile-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  line-height: 1.72;
}

.person-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.34fr);
  gap: 28px;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 34px;
}

.person-hero > div,
.person-hero > aside {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 30px;
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 246, 0.84));
  box-shadow: 0 26px 78px rgba(17, 24, 39, 0.08);
}

.person-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}

.person-hero p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.person-hero > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.person-hero aside span {
  color: var(--green-2);
  font-weight: 900;
}

.person-hero aside strong {
  color: var(--ink);
  font-size: 24px;
}

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

.channel-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.channel-hero-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, var(--green-2), #0e766f);
  font-weight: 900;
}

.channel-hero-actions a + a {
  color: var(--green-2);
  border: 1px solid rgba(24, 108, 131, 0.14);
  background: rgba(255, 255, 255, 0.78);
}

.news-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.28fr);
  gap: 26px;
  align-items: start;
}

.news-main-column {
  min-width: 0;
}

.news-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 6%, rgba(91, 192, 222, 0.26), transparent 18rem),
    radial-gradient(circle at 8% 88%, rgba(201, 154, 63, 0.2), transparent 16rem),
    linear-gradient(145deg, #111827, #243341 72%, #15202b);
  box-shadow: 0 28px 86px rgba(17, 24, 39, 0.13);
}

.news-feature-card span,
.news-list-card span {
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
}

.news-feature-card span,
.news-feature-card .card-link {
  color: #f3d68e;
}

.news-feature-card h3 {
  max-width: 720px;
  margin: 12px 0 12px;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.22;
}

.news-feature-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

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

.news-list-card {
  position: relative;
  min-height: 214px;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 250, 0.88));
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.055);
}

.news-list-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
}

.news-list-card h3 {
  margin: 10px 0 9px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.news-feature-card h3 a,
.news-list-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-feature-card h3 a:hover,
.news-list-card h3 a:hover {
  color: #f3d68e;
}

.news-list-card h3 a:hover {
  color: var(--green-2);
}

.news-list-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  font-size: 14px;
}

.news-side-column {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.news-side-card {
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 62px rgba(17, 24, 39, 0.07);
}

.news-side-card h2 {
  margin: 0 0 16px;
  font-size: 20px;
}

.news-side-card a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid rgba(84, 101, 130, 0.1);
}

.news-side-card a:first-of-type {
  border-top: 0;
}

.news-side-card a span {
  color: rgba(24, 108, 131, 0.38);
  font-weight: 900;
}

.news-side-card a strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.news-side-card.muted p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
}

.news-list-card.is-hidden,
.news-feature-card.is-hidden {
  display: none;
}

.asset-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 54px;
}

.asset-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.1;
}

.asset-hero p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.asset-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.asset-hero-metrics span {
  border: 1px solid rgba(24, 108, 131, 0.14);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
}

.asset-hero-proof {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 14px;
  align-items: center;
  position: relative;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 32px;
  padding: 18px;
  background:
    radial-gradient(circle at 16% 10%, rgba(24, 108, 131, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 247, 0.78));
  box-shadow: 0 34px 90px rgba(17, 24, 39, 0.1);
}

.asset-hero-proof figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 76px rgba(17, 24, 39, 0.1);
}

.asset-proof-showcase {
  display: grid;
  gap: 14px;
}

.asset-proof-label {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 18px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.72);
}

.asset-proof-label span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
}

.asset-proof-label strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.asset-proof-secondary {
  transform: translateY(34px);
}

.asset-hero-proof img {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  object-fit: cover;
  object-position: top center;
}

.asset-proof-section h2,
.asset-faq-section h2 {
  font-size: clamp(26px, 2.3vw, 34px);
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: 30px;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0 34px;
}

.contact-hero-copy,
.contact-hero-visual,
.contact-hero-panel {
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 246, 0.8)),
    radial-gradient(circle at 14% 12%, rgba(45, 212, 191, 0.18), transparent 34%);
  box-shadow: 0 28px 84px rgba(17, 24, 39, 0.08);
}

.contact-hero-copy {
  padding: clamp(34px, 5vw, 62px);
}

.contact-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.08;
}

.contact-hero-copy p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 740px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 20px;
  color: white;
  background: linear-gradient(135deg, var(--green-2), #0e766f);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(24, 108, 131, 0.2);
}

.contact-quick-actions a + a {
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 108, 131, 0.14);
  box-shadow: none;
}

.contact-hero-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  gap: 14px;
  grid-template-rows: repeat(3, 1fr);
  align-content: stretch;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(45, 212, 191, 0.24), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(201, 154, 63, 0.16), transparent 28%),
    linear-gradient(145deg, #102f36, #0f5951 62%, #e8f7f2);
}

.contact-hero-visual::before {
  content: "";
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 46px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(216, 182, 107, 0.58), rgba(255, 255, 255, 0.08));
}

.contact-visual-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: 100%;
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 18px;
  color: white;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
}

.contact-visual-card:nth-child(2) {
  justify-self: stretch;
}

.contact-visual-card:nth-child(3) {
  margin-left: 0;
}

.contact-visual-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.contact-visual-card strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
}

.contact-visual-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.contact-visual-card.main {
  background: rgba(255, 255, 255, 0.2);
}

.contact-visual-orbit {
  position: absolute;
  right: -80px;
  bottom: -96px;
  width: 240px;
  height: 240px;
  border: 38px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.contact-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 34px;
  background:
    radial-gradient(circle at 82% 12%, rgba(24, 108, 131, 0.22), transparent 32%),
    linear-gradient(150deg, #173f46, #0f5951 58%, #effaf6);
  color: white;
}

.contact-hero-panel > span {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.contact-hero-panel strong {
  margin-top: auto;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0;
}

.contact-hero-panel p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.contact-panel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-panel-meta span {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 850;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lead-form-card {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 212, 191, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 246, 0.84));
  box-shadow: 0 28px 84px rgba(17, 24, 39, 0.08);
}

.lead-form-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 40px);
}

.lead-form-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: var(--muted);
  line-height: 1.75;
}

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

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.lead-form label.full,
.lead-form button,
.lead-form-tip { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(84, 101, 130, 0.14);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
  outline: 0;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--green-2), #0e766f);
  font-weight: 950;
  cursor: pointer;
}

.lead-form-tip { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.lead-form-tip.is-success {
  color: var(--green-2);
  font-weight: 900;
}

.contact-method-card,
.contact-qr-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 24px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.06);
}

.contact-method-card.is-primary {
  color: white;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #1f8a7a, #0f5753);
}

.contact-method-card span,
.contact-qr-card span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
}

.contact-method-card.is-primary span,
.contact-method-card.is-primary p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  color: rgba(255, 255, 255, 0.78);
}

.contact-method-card strong,
.contact-qr-card strong {
  font-size: 20px;
  line-height: 1.35;
  word-break: break-word;
}

.contact-method-card p,
.contact-qr-card p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-qr-card {
  gap: 14px;
  justify-content: start;
}

.qr-placeholder {
  min-height: 132px;
  border: 1px dashed rgba(24, 108, 131, 0.28);
  border-radius: 20px;
  color: var(--muted);
  background: #fff;
  font-weight: 900;
  object-fit: contain;
  padding: 10px;
}

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

.contact-scenario-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 246, 0.76));
}

.contact-scenario-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(24, 108, 131, 0.08);
  border-radius: 999px;
}

.contact-scenario-grid span {
  color: rgba(24, 108, 131, 0.32);
  font-size: 30px;
  font-weight: 950;
}

.contact-scenario-grid h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 20px;
}

.contact-scenario-grid p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(24, 108, 131, 0.12);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(16, 84, 79, 0.08), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.74);
}

.contact-flow div {
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.contact-flow span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--green-2);
  font-weight: 950;
}

.contact-flow strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 18px;
}

.contact-flow p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.floating-contact-bar {
  position: sticky;
  bottom: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto 24px;
  border: 1px solid rgba(24, 108, 131, 0.16);
  border-radius: 999px;
  padding: 12px 14px 12px 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(18px);
}

.floating-contact-bar div {
  display: grid;
  gap: 2px;
}

.floating-contact-bar strong {
  color: var(--ink);
  font-size: 15px;
}

.floating-contact-bar span {
  color: var(--muted);
  font-size: 13px;
}

.floating-contact-bar a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: white;
  background: linear-gradient(135deg, var(--green-2), #0e766f);
  font-weight: 900;
}

.floating-contact-bar a + a {
  color: var(--green-2);
  border: 1px solid rgba(24, 108, 131, 0.14);
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
  .nav {
    gap: 12px;
    overflow-x: auto;
  }

  .nav-menu {
    display: none;
  }

  .page-hero-card,
  .detail-layout,
  .contact-hero,
  .news-channel-hero,
  .leadership-layout,
  .service-layout,
  .lead-form-card,
  .person-hero {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .article-list,
  .faq-list,
  .asset-list {
    grid-template-columns: 1fr;
  }

  .compact-heading,
  .capability-grid,
  .summary-grid,
  .audience-grid,
  .product-faq-list,
  .product-article-list,
  .case-result-grid,
  .case-library-grid,
  .news-hero,
  .news-content-layout,
  .news-article-grid,
  .asset-hero,
  .asset-hero-proof,
  .contact-method-grid,
  .contact-scenario-grid,
  .contact-flow,
  .service-card-grid,
  .news-channel-menu,
  .news-category-grid,
  .news-channel-clusters > article,
  .people-directory,
  .person-profile-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

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

  .team-member-card:first-child {
    grid-column: auto;
  }

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

  .service-feature-card {
    min-height: 320px;
  }

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

  .process-visual {
    min-height: 220px;
  }

  .product-article-card.is-featured,
  .case-library-card.is-featured {
    grid-row: auto;
    min-height: 260px;
  }

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

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

  .news-channel-dropdown:first-child .news-channel-flyout,
  .news-channel-flyout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-side-column {
    position: static;
  }

  .news-hero-visual,
  .news-hero-visual img {
    min-height: 320px;
  }

  .asset-proof-secondary {
    transform: none;
  }

  .asset-hero-proof img {
    height: 260px;
  }

  .floating-contact-bar {
    position: static;
    grid-template-columns: 1fr;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .floating-contact-bar a {
    width: 100%;
  }
}

/* Final homepage overrides for the current homepage revision. */
.intro-section {
  padding-bottom: 76px;
}

.intro-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
  border: 1px solid rgba(84, 101, 130, 0.12);
  border-radius: 34px;
  padding: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.12), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(201, 154, 63, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 250, 0.92));
  box-shadow: 0 34px 100px rgba(17, 24, 39, 0.08);
}

.intro-copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

.intro-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.15;
}

.intro-copy h3 {
  margin-bottom: 16px;
  color: #152032;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.22;
}

.intro-copy p { display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 560px;
  color: #536174;
  font-size: 16.5px;
  line-height: 1.9;
}

.intro-card .position-visual {
  min-height: 360px;
  margin-top: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.78), transparent 18rem),
    radial-gradient(circle at 76% 20%, rgba(91, 192, 222, 0.16), transparent 20rem),
    linear-gradient(135deg, #eaf7f5, #ffffff 58%, #eef5f8);
}

.intro-card .position-core {
  width: 260px;
  min-height: 116px;
}

.service-feature-card {
  justify-content: space-between;
}

.service-feature-visual {
  position: relative;
  width: 100%;
  min-height: 136px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 68% 42%, rgba(255, 255, 255, 0.26), transparent 7rem);
  background-size: 38px 38px, 38px 38px, auto;
}

.service-feature-visual i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.service-feature-visual i:nth-child(1) {
  top: 30px;
  left: 30px;
  width: 98px;
  height: 34px;
}

.service-feature-visual i:nth-child(2) {
  top: 72px;
  left: 72px;
  width: 142px;
  height: 34px;
  opacity: 0.72;
}

.service-feature-visual i:nth-child(3) {
  right: 34px;
  bottom: 28px;
  width: 74px;
  height: 74px;
  background: rgba(216, 182, 107, 0.92);
}

.founder-photo {
  min-height: 0;
  width: min(100%, 230px);
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.96) 0 13%, transparent 13.5%),
    radial-gradient(ellipse at 50% 80%, rgba(19, 79, 83, 0.9) 0 28%, transparent 28.8%),
    linear-gradient(155deg, #d8f1ed, #8eb8b1 52%, #2c6f70);
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, 0.24),
    0 20px 60px rgba(17, 24, 39, 0.1);
}

.founder-photo::before {
  inset: 18px;
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  background: transparent;
  transform: none;
}

.founder-photo::after {
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 42px;
  border-radius: 14px;
  background: rgba(10, 39, 43, 0.26);
  backdrop-filter: blur(10px);
}

.capability-switch {
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
}

.capability-switch .switch-nav {
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(45, 212, 191, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(236, 243, 246, 0.94));
}

.capability-switch .switch-btn {
  position: relative;
  min-height: 78px;
  padding: 18px 18px 18px 20px;
  border-radius: 18px;
  overflow: hidden;
}

.capability-switch .switch-btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(24, 108, 131, 0.22);
}

.capability-switch .switch-btn.is-active::after {
  background: var(--green-2);
  box-shadow: 0 0 0 7px rgba(24, 108, 131, 0.08);
}

.capability-switch .switch-stage {
  min-height: 410px;
  background:
    radial-gradient(circle at 88% 22%, rgba(45, 212, 191, 0.16), transparent 16rem),
    linear-gradient(135deg, #ffffff, #f7fbfb);
}

.capability-switch .switch-content {
  display: none;
  max-width: none;
}

.capability-switch .switch-content.is-active {
  display: block;
}

.capability-switch .switch-content ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-switch .switch-content li {
  position: relative;
  padding-top: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 251, 0.9));
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.045);
}

.capability-switch .switch-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-2), rgba(216, 182, 107, 0.8));
}

.panel-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  border: 1px solid rgba(24, 108, 131, 0.16);
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.panel-link::after {
  content: "→";
  font-weight: 900;
}

.panel-link:hover {
  border-color: rgba(24, 108, 131, 0.34);
  background: #fff;
  transform: translateY(-1px);
}

.case-panel .panel-link {
  color: #e5c77d;
  border-color: rgba(229, 199, 125, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.case-panel .panel-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.asset-copy .panel-link {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .article-header {
    display: flex;
  }

  .article-header .nav {
    justify-self: auto;
  }

  .news-channel-toolbar {
    grid-template-columns: 1fr;
  }

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

  .intro-copy {
    min-height: 0;
  }

  .intro-card .position-visual {
    min-height: 320px;
  }

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

  .capability-switch .switch-content ul {
    grid-template-columns: 1fr;
  }

  .service-feature-visual {
    min-height: 112px;
  }
}
