:root {
  color-scheme: light;
  --bg: #f4f8fb;
  --panel: #ffffff;
  --text: #132238;
  --muted: #637083;
  --line: #d9e5ef;
  --accent: #00a3a3;
  --accent-strong: #2563eb;
  --accent-soft: #e7f8f8;
  --violet: #7c3aed;
  --shadow: 0 22px 60px rgba(24, 42, 71, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 163, 163, 0.06) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  color: var(--text);
  font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
}

.site-announcement {
  overflow: hidden;
  background: #f3c74a;
  color: #151515;
  font-size: 13px;
  line-height: 1.4;
  padding: 7px 0;
  white-space: nowrap;
}

.site-announcement__track { display: inline-flex; min-width: max-content; padding-left: 100%; animation: site-announcement-marquee 20s linear infinite; }
.site-announcement__item + .site-announcement__item::before { content: " · "; margin: 0 10px; opacity: .65; }
.site-announcement a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.site-announcement--below { background: var(--accent-soft); color: #075b5b; }
.site-announcement:hover .site-announcement__track { animation-play-state: paused; }

@keyframes site-announcement-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { .site-announcement__track { padding-left: 20px; animation: none; } }

.site-navigation-stack { position: sticky; top: 0; z-index: 20; }

a {
  color: inherit;
  text-decoration: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
}

.site-header {
  position: static;
  background: rgba(248, 252, 255, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px clamp(20px, 5vw, 72px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand__mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 163, 163, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, #0f172a, #0f766e);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 163, 163, 0.22);
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

nav a,
.site-header__cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

nav a:hover {
  color: var(--accent-strong);
}

.site-search {
  display: flex;
  flex: 0 1 240px;
  min-width: 190px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel, #fff);
}

.site-search:focus-within {
  border-color: var(--accent, #0f766e);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.site-search input {
  min-width: 0;
  flex: 1;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
}

.site-search button {
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid var(--line);
  background: var(--accent, #0f766e);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header__inner,
  .site-header {
    flex-wrap: wrap;
  }

  .site-search {
    order: 3;
    flex-basis: 100%;
    width: 100%;
  }
}

.site-header__cta {
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px clamp(20px, 5vw, 72px) 58px;
  border-bottom: 1px solid rgba(217, 229, 239, 0.8);
  background:
    radial-gradient(circle at 72% 24%, rgba(0, 163, 163, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 248, 248, 0.74));
}

.hero__inner,
.page-hero__inner,
.page-body__inner,
.modules {
  max-width: 1440px;
  margin: 0 auto;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.eyebrow,
.section-title p {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 700;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.hero__copy > p:not(.eyebrow) {
  margin-top: 20px;
}

.page-hero {
  padding: 64px clamp(20px, 5vw, 72px) 36px;
}

.page-hero p,
.page-body p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.page-body {
  padding: 0 clamp(20px, 5vw, 72px) 28px;
}

.page-cover {
  padding: 0 clamp(20px, 5vw, 72px) 28px;
}

.page-cover__inner {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef4f7;
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.1);
}

.page-cover__inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-hero__meta span,
.page-hero__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.page-hero__meta a {
  color: var(--accent);
}

.content-list {
  padding: 0 clamp(20px, 5vw, 72px) 72px;
}

.content-list__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.content-toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.content-search {
  display: flex;
  gap: 8px;
  max-width: 640px;
}

.content-search input {
  min-width: 0;
  flex: 1;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.content-search button,
.content-list__more {
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
}

.content-list__grid {
  display: grid;
  gap: 14px;
}

.content-list__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.content-list__item img,
.content-list__cover {
  width: 220px;
  height: 140px;
  border-radius: 6px;
}

.content-list__item img {
  object-fit: cover;
}

.content-list__cover {
  display: grid;
  place-items: center;
  border: 1px solid #d7eee8;
  background: linear-gradient(135deg, #eefaf9, #f7fbff);
  color: var(--accent);
  font-weight: 800;
}

.content-list__body {
  min-width: 0;
}

.content-list__meta,
.content-list__summary,
.content-list__empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-list__item h2 {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.3;
}

.content-list__item h2 a:hover {
  color: var(--accent);
}

.content-list__summary {
  max-width: 720px;
  margin-bottom: 14px;
}

.content-list__more {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.content-list__empty {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__actions a {
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 8px;
  background: var(--panel);
  color: var(--accent-strong);
  font-weight: 800;
}

.hero__actions a:first-child {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero__metrics span {
  display: inline-flex;
  gap: 6px;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(0, 163, 163, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 13px;
}

.hero__metrics strong {
  color: var(--text);
}

.hero-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-console::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 163, 163, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero-console__top,
.hero-console__body {
  position: relative;
  z-index: 1;
}

.hero-console__top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(217, 229, 239, 0.88);
}

.hero-console__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #38bdf8;
}

.hero-console__top span:nth-child(2) {
  background: #22c55e;
}

.hero-console__top span:nth-child(3) {
  background: #a78bfa;
}

.hero-console__top strong {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}

.hero-console__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.hero-console__panel,
.hero-console__flow {
  min-width: 0;
  border: 1px solid rgba(217, 229, 239, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.hero-console__panel {
  padding: 16px;
}

.hero-console__panel--wide {
  grid-column: 1 / -1;
}

.hero-console__panel small {
  color: var(--muted);
  font-weight: 700;
}

.hero-console__panel strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--accent-strong);
  font-size: 36px;
  line-height: 1;
}

.hero-console__panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.hero-console__flow {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.hero-console__flow span {
  display: block;
  width: var(--w);
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong), var(--violet));
}

.modules {
  padding: 34px clamp(20px, 5vw, 72px) 82px;
}

.home-digest {
  padding: 8px clamp(20px, 5vw, 72px) 40px;
}

.home-digest__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.home-digest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-digest__panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(24, 42, 71, 0.06);
}

.home-digest__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-digest__head strong {
  font-size: 18px;
}

.home-digest__head a {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.home-digest__list {
  display: grid;
  gap: 12px;
}

.home-digest__item {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.home-digest__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.home-digest__item a {
  display: block;
  color: var(--text);
  font-weight: 800;
}

.home-digest__item p,
.home-digest__empty {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-digest__item small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.section-title h2 {
  margin: 0 0 22px;
  font-size: 26px;
  letter-spacing: 0;
}

.module-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

/* Custom code modules own their internal layout and need a full-width canvas. */
.module-list > .misi-custom-code-block {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
}

.module-card {
  min-height: 120px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--module-background, rgba(255, 255, 255, 0.9));
  box-shadow: 0 16px 36px rgba(24, 42, 71, 0.07);
}

.module-card--featured {
  border-color: rgba(0, 163, 163, 0.28);
  box-shadow: 0 20px 44px rgba(0, 163, 163, 0.12);
}

.module-card--compact {
  min-height: 92px;
  padding: 14px;
}

.module-card--section {
  border-color: transparent;
  background: var(--module-background, #f8fafc);
}

.module-card--align-center {
  text-align: center;
}

.module-card--align-right {
  text-align: right;
}

.module-card--spacing-compact {
  padding-top: 12px;
  padding-bottom: 12px;
}

.module-card--spacing-relaxed {
  padding-top: 28px;
  padding-bottom: 28px;
}

.module-card span,
.module-card small {
  display: block;
  color: var(--muted);
}

.module-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.module-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.module-card--image-text {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}

.module-card--image-text img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.module-card--rich-text {
  grid-column: 1 / -1;
}

.module-rich-text__body {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.module-rich-text__body table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
  color: var(--text);
}

.module-rich-text__body th,
.module-rich-text__body td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.module-rich-text__body th {
  background: #f7f9fc;
  font-weight: 700;
}

.module-rich-text__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 14px 0;
  border-radius: 6px;
}

.page-rich-text {
  max-width: 860px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  line-height: 1.8;
}

.page-rich-text > :first-child {
  margin-top: 0;
}

.page-rich-text > :last-child {
  margin-bottom: 0;
}

.page-rich-text p,
.page-rich-text li {
  color: var(--muted);
}

.page-rich-text h2,
.page-rich-text h3,
.page-rich-text h4 {
  margin: 22px 0 10px;
  color: var(--text);
  line-height: 1.35;
  letter-spacing: 0;
}

.page-rich-text h2 {
  font-size: 26px;
}

.page-rich-text h3 {
  font-size: 21px;
}

.page-rich-text a {
  color: var(--accent);
  font-weight: 700;
}

.page-rich-text blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: #f6fbfa;
  color: var(--muted);
}

.page-rich-text table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}

.page-rich-text th,
.page-rich-text td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.page-rich-text th {
  background: #f7f9fc;
  color: var(--text);
  font-weight: 800;
}

.page-rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 8px;
}

.module-card__button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 16px;
  padding: 9px 14px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}

.module-card__button--secondary {
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
}

.module-card__button--link {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
}

.module-card--banner-group {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.module-banner-group__header {
  margin-bottom: 14px;
}

.module-banner-group__header span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.module-banner-group__header strong {
  display: block;
  color: var(--text);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.2;
}

.module-banner-group__header small {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.module-banner-group__viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background: #0f172a;
  box-shadow: var(--shadow);
}

.module-banner-group__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.module-banner-group__track::-webkit-scrollbar {
  display: none;
}

.module-banner-group__item {
  position: relative;
  min-height: clamp(280px, 42vw, 520px);
  overflow: hidden;
  scroll-snap-align: start;
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.9), rgba(0, 163, 163, 0.42)),
    #0f172a;
}

.module-banner-group__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.module-banner-group__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.3) 52%, rgba(37, 99, 235, 0.16)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.35), transparent 44%);
}

.module-banner-group__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(620px, 78%);
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 6vw, 74px);
  color: #fff;
}

.module-banner-group__item strong {
  display: block;
  max-width: 12em;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.module-banner-group__item p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
}

.module-banner-group__item a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  margin-top: 24px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.module-banner-group__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.42);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.module-banner-group__arrow:hover {
  background: rgba(0, 163, 163, 0.78);
}

.module-banner-group__arrow--prev {
  left: 20px;
}

.module-banner-group__arrow--next {
  right: 20px;
}

.module-banner-group__dots {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.module-banner-group__dots a {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.module-banner-group__dots a.is-active {
  background: #fff;
}

.module-card--group {
  grid-column: 1 / -1;
  padding: 22px;
}

.module-card-group__grid {
  display: grid;
  grid-template-columns: repeat(var(--module-columns, auto-fit), minmax(180px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.module-card-group__item {
  display: flex;
  flex-direction: column;
  min-height: 138px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(231, 248, 248, 0.42), rgba(255, 255, 255, 0.82)),
    #fbfcfe;
}

.module-card-group__body {
  min-width: 0;
}

.module-card-group__badge {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(0, 163, 163, 0.2);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.module-card-group__item strong {
  margin: 0 0 8px;
  font-size: 16px;
}

.module-card-group__item a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin-top: auto;
  padding: 6px 10px;
  border: 1px solid rgba(0, 163, 163, 0.18);
  border-radius: 6px;
  background: #fff;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.module-card--lead-form {
  grid-column: 1 / -1;
  padding: 24px;
  border-color: #d6e2dc;
  background: #fcfefd;
}

.module-lead-form__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin-top: 18px;
}

.module-lead-form__field {
  display: grid;
  gap: 7px;
}

.module-lead-form__field--message {
  grid-column: 1 / -1;
}

.module-lead-form__field label {
  color: #eef5f2;
  font-size: 14px;
  font-weight: 700;
}

.module-lead-form__field label small {
  margin-left: 6px;
  color: #9fb0aa;
  font-size: 12px;
  font-weight: 400;
}

.module-lead-form__form input,
.module-lead-form__form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.module-lead-form__form textarea {
  min-height: 112px;
  resize: vertical;
}

.module-lead-form__form button {
  width: fit-content;
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.module-lead-form__result {
  align-self: center;
  min-height: 22px;
  color: #dce8e4;
}

.module-lead-form__form [aria-invalid="true"] {
  border-color: #ff8c7c;
  box-shadow: 0 0 0 3px rgba(229, 86, 69, .2);
}

.module-lead-form__result[data-state="error"] {
  color: #ffb0a5;
}

.module-lead-form__result[data-state="success"] {
  color: #86e0bf;
}

.module-card--assistant-chat {
  grid-column: 1 / -1;
  padding: 24px;
  border-color: #cfe7e2;
  background: #f9fffd;
}

.module-assistant-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.module-assistant-chat__avatar,
.assistant-floating__avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.module-assistant-chat__avatar {
  width: 52px;
  height: 52px;
}

.module-assistant-chat__avatar img {
  display: block;
  width: 42px;
  height: 42px;
}

.module-assistant-chat__tools {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.module-assistant-chat__tools button {
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.module-assistant-chat__tools .module-assistant-chat__handoff {
  border-color: var(--line);
  background: #f4f6f8;
  color: #667085;
  font-weight: 600;
}

.module-assistant-chat__tools .module-assistant-chat__tool-button {
  position: relative;
  display: inline-grid;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  place-items: center;
  padding: 0;
  border-color: #d0d5dd;
  background: #f4f6f8;
  color: #667085;
  font-size: 0;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.module-assistant-chat__tools .module-assistant-chat__tool-button:hover,
.module-assistant-chat__tools .module-assistant-chat__tool-button:focus-visible {
  border-color: #b8c0cc;
  background: #e9edf2;
  color: #344054;
  outline: none;
}

.module-assistant-chat__tool-button span {
  font-size: 17px;
  line-height: 1;
}

.module-assistant-chat__tool-button::after {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 10;
  width: max-content;
  max-width: 120px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #132238;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3px);
  transition: opacity .16s ease, transform .16s ease;
}

.module-assistant-chat__tool-button:hover::after,
.module-assistant-chat__tool-button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.module-assistant-chat__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  max-height: 340px;
  overflow: auto;
  padding: 14px;
  border: 1px solid #d7e5e7;
  border-radius: 8px;
  background: #f3f7fb;
  font-size: 14px;
  line-height: 1.55;
}

.module-assistant-chat__body p {
  margin: 0;
}

.module-assistant-chat__message-body {
  display: grid;
  gap: 6px;
}

.module-assistant-chat__message-body p,
.module-assistant-chat__message-body ul,
.module-assistant-chat__message-body ol {
  margin: 0;
}

.module-assistant-chat__message-body ul,
.module-assistant-chat__message-body ol {
  padding-left: 18px;
}

.module-assistant-chat__message-body li + li {
  margin-top: 4px;
}

.module-assistant-chat__message-body code {
  padding: 1px 4px;
  border-radius: 4px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
}

.module-assistant-chat__message-body pre {
  max-width: 100%;
  margin: 0;
  overflow: auto;
  padding: 8px 10px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 6px;
  background: #f8fafc;
}

.module-assistant-chat__message-body pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: var(--text);
  white-space: pre;
}

.module-assistant-chat__message-body a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.module-assistant-chat__welcome {
  align-self: flex-start;
  max-width: min(90%, 760px);
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.module-assistant-chat__message {
  align-self: flex-start;
  width: fit-content;
  max-width: min(90%, 760px);
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.module-assistant-chat__message--user {
  align-self: flex-end;
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.module-assistant-chat__message--pending {
  border-style: dashed;
  color: var(--muted);
}

.module-assistant-chat__message--warning,
.module-assistant-chat__message--error {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #9f1239;
}

.module-assistant-chat__message--handoff {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #065f46;
}

.module-assistant-chat__message strong {
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
  opacity: 0.82;
}

.module-assistant-chat__message small {
  display: inline-block;
  margin-top: 6px;
  color: inherit;
  font-size: 12px;
  opacity: 0.68;
}

.module-assistant-chat__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.module-assistant-chat__quick button {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.module-assistant-chat__quick button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.module-assistant-chat__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

.module-assistant-chat__form input {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafc;
  color: var(--text);
  font: inherit;
  font-size: 14px;
}

.module-assistant-chat__form button {
  min-height: 40px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.module-assistant-chat__form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.assistant-floating {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: auto;
  max-width: calc(100vw - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.assistant-floating__launcher {
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  align-items: center;
  justify-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent!important;
  color: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  box-shadow: none!important;
  outline: none;
  overflow: visible;
  pointer-events: auto;
}

.assistant-floating__launcher img {
  display: block;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none!important;
  filter: none!important;
  pointer-events: none;
}

.assistant-floating__launcher:hover,
.assistant-floating__launcher:focus,
.assistant-floating__launcher:active {
  background: transparent!important;
  box-shadow: none!important;
}

.assistant-floating__launcher span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.assistant-floating__panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  display: none;
  flex-direction: column;
  width: min(480px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 112px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.2);
  pointer-events: auto;
}

.assistant-floating.is-open .assistant-floating__panel {
  display: flex;
}

.assistant-floating__header {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.assistant-floating__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.assistant-floating__avatar {
  width: 38px;
  height: 38px;
}

.assistant-floating__avatar img {
  display: block;
  width: 34px;
  height: 34px;
}

.assistant-floating__brand strong {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.assistant-floating__brand small {
  display: block;
  max-width: 260px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assistant-floating__header .module-assistant-chat__tools {
  gap: 6px;
}

.assistant-floating__header .module-assistant-chat__tools button {
  min-width: 32px;
  min-height: 32px;
  padding: 5px 9px;
}

.assistant-floating__header .module-assistant-chat__tools [data-assistant-floating-close] {
  width: 32px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.assistant-floating__body {
  flex: 1;
  max-height: none;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f5f7fa;
}

.assistant-floating__quick {
  margin-top: 0;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.assistant-floating__form {
  margin-top: 0;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 22px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.25fr) minmax(220px, 0.85fr);
  align-items: start;
  gap: 26px 40px;
  width: 100%;
}

.site-footer__main--compact {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
  justify-items: center;
}

.site-footer__main--compact .site-footer__custom {
  justify-content: center;
}

.site-footer__main--content {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.site-footer__content {
  color: var(--muted);
  line-height: 1.75;
}

.site-footer__content :is(h2, h3, h4, strong) {
  color: var(--text);
}

.site-footer__content :is(p, ul, ol, blockquote) {
  margin: 0 0 12px;
}

.site-footer__content a {
  color: var(--text);
}

.site-footer__content img {
  max-width: 128px;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.site-footer__brand,
.site-footer__contact,
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__brand strong {
  color: var(--text);
  font-size: 17px;
}

.site-footer__brand > span {
  max-width: 320px;
  line-height: 1.7;
}

.site-footer__contact {
  gap: 6px;
  padding-top: 8px;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 18px 28px;
}

.site-footer__link-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.site-footer__link-group strong {
  color: var(--text);
  font-size: 14px;
}

.site-footer__link-group a {
  color: var(--text);
  line-height: 1.5;
}

.site-footer__custom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer__custom-card,
.site-footer__custom-card a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  max-width: 128px;
  text-align: center;
}

.site-footer__custom-card img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.site-footer__custom-card strong {
  color: var(--text);
  font-size: 14px;
}

.site-footer__custom-card small {
  line-height: 1.45;
}

.site-footer__bottom {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
}

.site-footer__bottom-links a {
  color: var(--muted);
}

@media (max-width: 640px) {
  .site-header__inner,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__inner {
    gap: 14px;
  }

  nav {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .site-header__cta {
    width: 100%;
    justify-content: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__main--compact {
    grid-auto-flow: row;
    grid-auto-columns: initial;
    justify-content: start;
    justify-items: start;
  }

  .site-footer__custom {
    justify-content: flex-start;
  }

  .site-footer__bottom {
    align-items: center;
    flex-direction: column;
  }

  .site-footer__bottom-links {
    justify-content: center;
  }

  h1 {
    font-size: 34px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero-console__body {
    grid-template-columns: 1fr;
  }

  .module-card--image-text {
    grid-template-columns: 1fr;
  }

  .module-banner-group__content {
    width: 100%;
    padding: 26px;
  }

  .module-banner-group__arrow {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .module-banner-group__arrow--prev {
    left: 18px;
  }

  .module-banner-group__arrow--next {
    left: 68px;
    right: auto;
  }

  .module-banner-group__dots {
    right: 18px;
    bottom: 36px;
  }

  .module-lead-form__form {
    grid-template-columns: 1fr;
  }

  .home-digest__grid {
    grid-template-columns: 1fr;
  }

  .content-search {
    flex-direction: column;
  }

  .content-search button {
    width: 100%;
  }

  .content-list__item {
    grid-template-columns: 1fr;
  }

  .content-list__item img,
  .content-list__cover {
    width: 100%;
    height: auto;
    min-height: 150px;
  }

  .page-rich-text {
    padding: 18px;
  }

  .module-assistant-chat__form {
    grid-template-columns: 1fr;
  }

  .assistant-floating {
    right: 16px;
    bottom: 16px;
  }

  .assistant-floating__launcher span {
    display: none;
  }

  .assistant-floating__panel {
    bottom: 68px;
    height: min(560px, calc(100vh - 92px));
  }

  .assistant-floating__header {
    align-items: center;
  }

  .assistant-floating__brand small {
    max-width: min(48vw, 190px);
  }

  .assistant-floating__header .module-assistant-chat__tools {
    gap: 4px;
  }

}

.content-interactions {
  padding: 8px clamp(20px, 5vw, 72px) 34px;
}

.content-interactions__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.content-interactions__bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.content-interactions__like {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.content-interactions__like:disabled {
  cursor: wait;
  opacity: 0.65;
}

.content-interactions__like strong {
  color: var(--accent);
}

.content-interactions__bar small,
.content-comments__form small {
  color: var(--muted);
}

.content-comments {
  margin-top: 20px;
}

.content-comments__header p {
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 700;
}

.content-comments__header h2 {
  margin: 0 0 16px;
  font-size: 24px;
  letter-spacing: 0;
}

.content-comments__list {
  display: grid;
  gap: 12px;
}

.content-comments__item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f9fbfd;
}

.content-comments__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.content-comments__meta strong {
  color: var(--text);
  font-size: 14px;
}

.content-comments__item p,
.content-comments__empty {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-comments__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.content-comments__form input,
.content-comments__form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.content-comments__form textarea {
  grid-column: 1 / -1;
  min-height: 96px;
  resize: vertical;
}

.content-comments__form button {
  width: fit-content;
  min-height: 40px;
  padding: 9px 16px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.content-comments__form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.content-categories,
.content-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.content-categories a,
.content-pagination a {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
}

.content-categories a.is-active,
.content-categories a:hover,
.content-pagination a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.content-pagination {
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 0 clamp(20px, 5vw, 72px);
}

.content-pagination span { color: var(--muted); }

@media (max-width: 640px) {
  .content-interactions__inner {
    padding: 16px;
  }

  .content-comments__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .content-comments__form {
    grid-template-columns: 1fr;
  }
}
.module-card--content-list{display:block}.module-content-list__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-bottom:18px}.module-content-list__header h2,.module-content-list__header p,.module-content-list__item h3,.module-content-list__item p{margin:0}.module-content-list__grid{display:grid;grid-template-columns:repeat(var(--module-columns,3),minmax(0,1fr));gap:18px}.module-content-list__grid--list{grid-template-columns:1fr}.module-content-list__item{overflow:hidden;border:1px solid var(--line,#e2e8f0);border-radius:8px;background:var(--panel,#fff)}.module-content-list__grid--list .module-content-list__item{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr)}.module-content-list__grid--list .module-content-list__item--without-cover{grid-template-columns:1fr}.module-content-list__cover{display:grid;height:156px;place-items:center;overflow:hidden;background:rgba(14,116,144,.12);text-decoration:none}.module-content-list__cover img{width:100%;height:100%;object-fit:cover}.module-content-list__body{display:grid;gap:10px;padding:16px}.module-content-list__item h3 a,.module-content-list__more{text-decoration:none}.module-content-list__more{display:inline-flex;align-items:center;justify-self:end;gap:8px;font-weight:700}.module-content-list__more--align-left{grid-column:1/-1;justify-self:start}.module-content-list__more--align-center{grid-column:1/-1;justify-self:center}.module-content-list__more--button{padding:10px 16px;border-radius:8px;background:var(--accent,#0284c7);color:#fff}.module-content-list__more--small{font-size:13px}.module-content-list__more--large{font-size:16px}.module-content-list__empty{grid-column:1/-1;color:var(--muted,#64748b)}@media(max-width:760px){.module-content-list__header,.module-content-list__grid,.module-content-list__grid--list .module-content-list__item{grid-template-columns:1fr}}

/* MISI Signal visual system */
:root {
  --bg: #f5f7f6;
  --panel: #ffffff;
  --text: #18201e;
  --muted: #66716d;
  --line: #d9dfdc;
  --accent: #087c61;
  --accent-strong: #075d4b;
  --accent-soft: #e5f3ee;
  --signal: #e55645;
  --technical: #3466a8;
  --shadow: 0 24px 70px rgba(25, 45, 38, .12);
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", sans-serif;
  line-height: 1.65;
}
button, input, textarea, select { font: inherit; }
a, button, input, textarea, select { border-radius: 4px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(8, 124, 97, .3);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--text);
  color: #fff;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-announcement { background: var(--text); color: #fff; }
.site-announcement--below { background: var(--accent-soft); color: var(--accent-strong); }
.site-navigation-stack { top: 0; }
.site-header { background: rgba(255,255,255,.94); border-bottom-color: var(--line); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 72px; max-width: 1240px; padding: 0 28px; }
.brand { gap: 11px; }
.brand__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 3px;
  background: var(--accent);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.brand__text { display: grid; line-height: 1.05; }
.brand__text b { font-size: 18px; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: 1.4px; }
.site-header nav { gap: 2px; }
.site-header nav a { min-height: 44px; padding: 10px 14px; color: #4d5955; font-size: 14px; }
.site-header nav a:hover { background: var(--accent-soft); color: var(--accent-strong); }
.site-header nav a[aria-current="page"] { background: var(--accent-soft); color: var(--accent-strong); font-weight: 700; }
.site-search { border-color: var(--line); background: #f7f9f8; }
.site-search input { width: 150px; min-height: 42px; }
.site-search button { min-width: 44px; min-height: 44px; background: transparent; color: var(--accent); font-size: 24px; }

main { min-height: 60vh; }
.modules, .page-body, .page-cover, .content-list { background: transparent; }
.module-list, .page-hero__inner, .page-body__inner, .page-cover__inner, .content-list__inner {
  max-width: 1240px;
}
.module-list { gap: 0; padding: 0 28px 88px; }
.module-list > * { grid-column: 1 / -1; min-width: 0; width: 100%; }
.module-card {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.module-card:first-child { border-top: 0; }
.module-card--featured {
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--shadow);
}
.module-card > span, .eyebrow { color: var(--signal); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.module-card > strong, .module-card > h2 { max-width: 820px; margin: 10px 0; font-size: clamp(28px, 4vw, 52px); line-height: 1.13; }
.module-card > small { max-width: 760px; color: var(--muted); font-size: 17px; }
.module-card--group, .module-card--content-list, .module-card--rich-text, .module-card--lead-form, .module-card--assistant-chat { padding-top: 72px; padding-bottom: 72px; }

.module-card-group__grid { gap: 1px; padding: 1px; background: var(--line); }
.module-card-group__item {
  min-height: 220px;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.module-card-group__item:hover { z-index: 1; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(23, 45, 37, .13); }
.module-card-group__badge { color: var(--signal); }
.module-card-group__item strong, .module-card-group__item h3 { margin: 0; font-size: 20px; line-height: 1.35; }
.module-button--primary, .button--primary { background: var(--accent); color: #fff; }
.module-button--primary:hover, .button--primary:hover { background: var(--accent-strong); }
.module-button--secondary { border-color: var(--accent); color: var(--accent-strong); }

.module-card--image-text { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 6vw, 84px); padding: 88px 0; }
.module-card--image-text img { min-height: 420px; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.module-card--image-text > div { align-self: center; }
.module-card--image-text h1, .module-card--image-text h2 { margin: 12px 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.16; }
.module-card--image-text p { color: var(--muted); font-size: 17px; }

.module-card--banner-group { padding: 0; border: 0; }
.module-banner-group__viewport { border-radius: 0; }
.module-banner-group__item { min-height: min(680px, calc(100vh - 72px)); }
.module-banner-group__item::after { background: linear-gradient(90deg, rgba(14,27,23,.86) 0%, rgba(14,27,23,.5) 50%, rgba(14,27,23,.08) 100%); }
.module-banner-group__content { max-width: 700px; }
.module-banner-group__content strong { font-size: clamp(38px, 6vw, 76px); line-height: 1.05; }
.module-banner-group__content a { min-height: 46px; background: var(--signal); }

.module-content-list__header { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.module-content-list__header h2 { font-size: clamp(28px, 4vw, 46px); }
.module-content-list__header p { color: var(--muted); }
.module-content-list__grid { gap: 20px; }
.module-content-list__item { border-color: var(--line); border-radius: 4px; }
.module-content-list__cover { height: 210px; background: #e7ecea; color: var(--accent); }
.module-content-list__body { padding: 22px; }
.module-content-list__body small { color: var(--signal); }
.module-content-list__item h3 { font-size: 19px; line-height: 1.4; }
.module-content-list__more { color: var(--accent); }

.page-body { padding-top: 64px; padding-bottom: 72px; border-bottom: 1px solid var(--line); background: #eef2f0; }
.page-rich-text { max-width: 900px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #303a37; }
.module-card--rich-text .page-rich-text { color: #303a37; }
.page-rich-text h2, .page-rich-text h3 { color: var(--text); }
.module-card--lead-form { background: var(--text); color: #fff; padding-left: clamp(22px, 5vw, 72px); padding-right: clamp(22px, 5vw, 72px); }
.module-card--lead-form small, .module-card--lead-form p { color: #b8c4c0; }
.module-lead-form__form input, .module-lead-form__form textarea { border-color: #53615c; background: #26312e; color: #fff; }
.module-lead-form__form button { min-height: 48px; background: var(--signal); }
.module-card--assistant-chat { border: 1px solid var(--line); border-top: 4px solid var(--technical); border-radius: 4px; background: #fff; }
.assistant-floating.module-card--assistant-chat { width: 64px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.assistant-floating__launcher { width: 56px; height: 56px; min-height: 56px; padding: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(15, 45, 36, .22); }
.assistant-floating__launcher img { width: 56px; height: 56px; }
.module-assistant-chat__header { background: #eef3f8; }
.module-assistant-chat__form button, .assistant-floating__form button, .assistant-floating__launcher { background: var(--accent); }

.page-hero { border-bottom: 1px solid var(--line); background: #fff; }
.page-hero__inner { padding-top: 96px; padding-bottom: 72px; }
.page-hero h1 { max-width: 900px; font-size: clamp(40px, 6vw, 72px); line-height: 1.08; }
.page-hero p { max-width: 760px; }
.page-cover img { border-radius: 4px; }
.content-toolbar { border-radius: 4px; }
.content-list__grid { gap: 1px; padding: 1px; background: var(--line); }
.content-list__item { border: 0; border-radius: 0; background: #fff; }
.content-list__more { color: var(--accent); }

.signal-empty {
  display: grid;
  width: min(1240px, calc(100% - 56px));
  min-height: calc(100vh - 104px);
  margin: 0 auto;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
  padding: 72px 0 96px;
}
.signal-empty h1 { max-width: 620px; margin: 16px 0 24px; font-size: clamp(44px, 6vw, 78px); line-height: 1.04; }
.signal-empty p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 17px; }
.signal-empty__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; font-weight: 700; }
.button--quiet { border: 1px solid var(--line); background: #fff; }
.signal-empty__preview { position: relative; padding: 18px 0 0 18px; }
.signal-empty__preview::before { position: absolute; inset: 0 18px 18px 0; content: ""; background: var(--accent); }
.signal-empty__preview::after { position: absolute; right: -18px; bottom: -18px; width: 116px; height: 8px; content: ""; background: var(--signal); }
.signal-empty__preview img { position: relative; z-index: 1; display: block; width: 100%; border: 1px solid #cfd8d4; box-shadow: var(--shadow); }

.site-footer { display: grid; gap: 28px; padding: 54px max(28px, calc((100vw - 1184px) / 2)); border-top: 1px solid var(--line); background: #fff; }
.site-footer__signal { display: flex; align-items: center; gap: 14px; }
.site-footer__signal strong { font-size: 18px; }
.site-footer__signal p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.site-footer__main, .site-footer__bottom { width: 100%; max-width: none; padding: 0; }
.site-footer__bottom { padding-top: 20px; border-top: 1px solid var(--line); }

@media (min-width: 1600px) {
  .modules {
    width: 100%;
    max-width: 2048px;
    padding-right: 64px;
    padding-left: 64px;
  }
  .site-header__inner,
  .page-hero__inner,
  .page-body__inner,
  .page-cover__inner,
  .content-list__inner {
    max-width: 1920px;
    padding-right: 64px;
    padding-left: 64px;
  }
  .module-list {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
  .site-footer {
    padding-right: max(64px, calc((100vw - 1792px) / 2));
    padding-left: max(64px, calc((100vw - 1792px) / 2));
  }
  .module-card--image-text {
    grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  }
  .module-card--image-text img {
    min-height: 480px;
  }
}

@media (max-width: 960px) {
  .site-header__inner { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .site-header nav { order: 3; width: 100%; overflow-x: auto; }
  .site-search { margin-left: auto; }
  .signal-empty { grid-template-columns: 1fr; padding-top: 56px; }
  .signal-empty__preview { max-width: 780px; }
  .module-card--image-text { grid-template-columns: 1fr; }
  .module-card--image-text img { min-height: 300px; }
  .assistant-floating.module-card--assistant-chat { right: 0; }
}

@media (max-width: 640px) {
  .site-header__inner { padding-inline: 18px; }
  .brand__text small { display: none; }
  .site-search input { width: 112px; }
  .site-header nav a { white-space: nowrap; }
  .module-list { padding-left: 18px; padding-right: 48px; }
  .signal-empty { width: calc(100% - 36px); min-height: auto; padding: 52px 32px 76px 0; }
  .signal-empty h1 { font-size: 42px; }
  .signal-empty__actions { display: grid; }
  .signal-empty__preview { padding: 10px 0 0 10px; }
  .signal-empty__preview::after { right: -8px; bottom: -10px; width: 72px; }
  .module-card--group, .module-card--content-list, .module-card--rich-text, .module-card--lead-form, .module-card--assistant-chat { padding-top: 48px; padding-bottom: 48px; }
  .module-card--image-text { padding: 56px 0; }
  .module-card--image-text img { min-height: 220px; }
  .module-card-group__grid, .module-content-list__grid { grid-template-columns: 1fr !important; }
  .module-banner-group__item { min-height: 560px; }
  .module-banner-group__content strong { font-size: 42px; }
  .page-hero__inner { padding: 68px 48px 52px 18px; }
  .page-body__inner, .page-cover__inner, .content-list__inner { padding-right: 48px; padding-left: 18px; }
  .page-hero h1 { font-size: 42px; }
  .site-footer { padding: 42px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* MISI Signal 1.2: product-led composition and responsive navigation. */
:root {
  --bg: #f5f7f5;
  --panel: #ffffff;
  --text: #17201d;
  --muted: #66716d;
  --line: #dce2de;
  --accent: #08785b;
  --accent-strong: #055c46;
  --accent-soft: #e8f3ef;
  --signal: #df5d45;
  --technical: #256aa4;
  --shadow: 0 24px 60px rgba(26, 45, 38, .13);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

.site-navigation-stack { position: sticky; }
.site-header {
  border-bottom: 1px solid rgba(23, 32, 29, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  min-height: 72px;
  max-width: 1320px;
  padding: 0 28px;
}
.brand__mark {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  box-shadow: none;
}
.brand__text b { font-size: 17px; letter-spacing: 0; }
.brand__text small { color: #7a8581; letter-spacing: 1.2px; }
.site-menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.site-header nav { gap: 6px; }
.site-header nav a {
  position: relative;
  min-height: 44px;
  padding: 10px 12px;
  color: #4f5b57;
}
.site-header nav a:hover,
.site-header nav a[aria-current="page"] { background: transparent; color: var(--text); }
.site-header nav a[aria-current="page"]::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  content: "";
  background: var(--accent);
}
.site-search {
  display: grid;
  grid-template-columns: minmax(150px, 210px) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7f9f7;
}
.site-search input {
  width: auto;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--text);
}
.site-search button {
  min-width: 60px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 700;
}
.site-menu-toggle { display: none; }

.modules { width: 100%; max-width: none; padding: 0; }
.module-list {
  width: min(1320px, calc(100% - 56px));
  max-width: none;
  gap: 0;
  margin: 0 auto;
  padding: 0 0 96px;
}
.module-card {
  border-top: 1px solid var(--line);
  background: transparent;
}
.module-card:first-child { border-top: 0; }
.module-kicker {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}
.module-section-heading {
  display: grid;
  max-width: 820px;
  gap: 0;
  margin-bottom: 40px;
}
.module-section-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0;
}
.module-section-heading > p:not(.module-kicker) { color: var(--muted); }

.module-card--image-text {
  display: grid;
  min-height: min(720px, calc(100svh - 72px));
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 72px;
  padding: 56px 0 64px;
}
.module-image-text__content { max-width: 540px; }
.module-card--image-text h1,
.module-card--image-text h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
}
.module-card--image-text .module-image-text__content > p:not(.module-kicker) {
  max-width: 510px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}
.module-image-text__content > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 32px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 700;
}
.module-image-text__media { width: 100%; max-width: 800px; min-width: 0; justify-self: end; margin: 0; }
.module-image-text__frame {
  overflow: hidden;
  padding: 14px;
  border: 1px solid #d6ddd9;
  border-radius: 8px;
  background: #e9eeeb;
  box-shadow: var(--shadow);
}
.module-card--image-text .module-image-text__frame img {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1265 / 948;
  border: 1px solid #dce2df;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  object-fit: cover;
  object-position: top left;
}
.module-image-text__media figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #73807b;
  font-size: 12px;
}
.module-image-text__media figcaption span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.module-card--group,
.module-card--content-list,
.module-card--rich-text,
.module-card--lead-form,
.module-card--assistant-chat { padding: 80px 0; }
.module-card-group__grid {
  gap: 18px;
  padding: 0;
  background: transparent;
}
.module-card-group__item {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel);
  box-shadow: none;
}
.module-card-group__item:hover {
  transform: translateY(-2px);
  border-color: #b9c7c1;
  box-shadow: 0 18px 42px rgba(26, 45, 38, .08);
}
.module-card-group__badge {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--accent-strong);
  font-size: 11px;
  letter-spacing: .08em;
}
.module-card-group__item h3 { font-size: 22px; }
.module-card-group__item p { margin-top: 12px; color: var(--muted); }
.module-card-group__item a { align-self: end; color: var(--accent-strong); }

.module-card--content-list .module-content-list__header {
  align-items: end;
  padding-bottom: 30px;
}
.module-content-list__header h2 { font-size: 42px; line-height: 1.15; }
.module-content-list__grid { gap: 18px; }
.module-content-list__item {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.module-content-list__body { padding: 26px; }
.module-content-list__body small { color: var(--accent-strong); }

.module-card--rich-text {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
}
.module-card--rich-text .module-section-heading { margin: 0; }
.module-card--rich-text .module-rich-text__body,
.module-card--rich-text > p { margin: 0; color: var(--muted); font-size: 17px; }
.module-card--rich-text .module-rich-text__body h2:first-child { margin-top: 0; color: var(--text); }
.module-card--rich-text blockquote {
  margin: 30px 0 0;
  padding: 20px 0 20px 24px;
  border-left: 3px solid var(--signal);
  color: var(--text);
  font-size: 18px;
}

.module-card--lead-form {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
  padding-right: 56px;
  padding-left: 56px;
  background: var(--text);
}
.module-card--lead-form .module-section-heading { margin: 0; }
.module-card--lead-form .module-kicker { color: #83c6b2; }
.module-card--lead-form .module-section-heading h2 { color: #fff; }
.module-lead-form__form { margin: 0; }
.module-lead-form__form input,
.module-lead-form__form textarea {
  border-color: #4b5a55;
  border-radius: 5px;
  background: #222c29;
}
.module-lead-form__form button { border-radius: 5px; }

.module-card--assistant-chat:not(.assistant-floating) {
  margin: 80px 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__header strong {
  display: block;
  color: var(--text);
  font-size: 17px;
}
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__header small { color: var(--muted); }
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__body {
  min-height: 128px;
  max-height: 300px;
  margin: 0;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: #f5f7f5;
}
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__quick {
  margin: 0;
  padding: 16px 24px 0;
}
.module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__form {
  margin: 0;
  padding: 16px 24px 24px;
}
.assistant-floating.module-card--assistant-chat {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-hero,
.page-body,
.page-cover,
.content-list { padding-right: 28px; padding-left: 28px; }
.page-hero__inner,
.page-body__inner,
.page-cover__inner,
.content-list__inner { max-width: 1320px; }
.page-hero { padding-top: 0; padding-bottom: 0; }
.page-hero__inner { padding-top: 64px; padding-bottom: 56px; }
.page-hero h1 { font-size: 52px; }
.page-hero__meta { gap: 0; margin-top: 22px; }
.page-hero__meta span,
.page-hero__meta a {
  min-height: auto;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}
.page-hero__meta > :first-child { padding-left: 0; }
.page-hero__meta > * + * { border-left: 1px solid var(--line); }
.page-body { padding-top: 0; padding-bottom: 0; background: #edf1ee; }
.page-body__inner { padding-top: 56px; padding-bottom: 64px; }
.content-list__grid { gap: 18px; padding: 0; background: transparent; }
.content-list__item { border: 1px solid var(--line); border-radius: 7px; }
.content-list .content-list__more {
  width: fit-content;
  background: var(--accent);
  color: #fff;
}
.content-list .content-list__more:hover { background: var(--accent-strong); color: #fff; }
.site-footer {
  gap: 20px;
  padding-top: 44px;
  padding-bottom: 30px;
}
.site-footer__main--content { min-height: 0; }
.site-footer__content { color: var(--muted); font-size: 14px; }
.site-footer__bottom { padding-top: 16px; font-size: 12px; }

@media (min-width: 1800px) {
  .site-header__inner,
  .module-list,
  .page-hero__inner,
  .page-body__inner,
  .page-cover__inner,
  .content-list__inner { max-width: 1640px; }
  .module-list { width: min(1640px, calc(100% - 96px)); }
  .module-card--image-text { grid-template-columns: minmax(560px, .85fr) minmax(0, 1.15fr); gap: 100px; }
  .module-card--image-text h1,
  .module-card--image-text h2 { font-size: 60px; }
}

@media (min-width: 2200px) {
  .site-header__inner,
  .module-list,
  .page-hero__inner,
  .page-body__inner,
  .page-cover__inner,
  .content-list__inner { max-width: 2000px; }
  .module-list { width: min(2000px, calc(100% - 128px)); }
  .module-card--image-text { grid-template-columns: minmax(620px, .8fr) minmax(0, 1.2fr); gap: 120px; }
  .module-image-text__media { max-width: 920px; }
}

@media (max-width: 900px) {
  .site-header__inner {
    position: relative;
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
    padding: 0 20px;
  }
  .site-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .site-menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: var(--text);
    transition: transform .18s ease, opacity .18s ease;
  }
  .site-header.is-menu-open .site-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.is-menu-open .site-menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.is-menu-open .site-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-menu {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    padding: 16px 20px 22px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 36px rgba(23, 32, 29, .1);
  }
  .site-header.is-menu-open .site-menu { display: grid; gap: 16px; }
  .site-header nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .site-header nav a { padding: 8px 4px; }
  .site-header nav a[aria-current="page"]::after { right: 4px; left: 4px; }
  .site-search { grid-template-columns: 1fr auto; }
  .module-list { width: calc(100% - 40px); padding-right: 0; padding-left: 0; }
  .module-card--image-text {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 56px 0 72px;
  }
  .module-image-text__content { max-width: 660px; }
  .module-card--image-text h1,
  .module-card--image-text h2 { font-size: 48px; }
  .module-image-text__media { max-width: 760px; }
  .module-card--rich-text,
  .module-card--lead-form { grid-template-columns: 1fr; gap: 40px; }
  .module-card--lead-form { padding-right: 36px; padding-left: 36px; }
}

@media (max-width: 640px) {
  .brand__text small { display: block; }
  .module-list { width: calc(100% - 36px); padding-right: 0; }
  .module-card--image-text { gap: 36px; padding: 44px 0 40px; }
  .module-card--image-text h1,
  .module-card--image-text h2 { font-size: 38px; line-height: 1.12; }
  .module-card--image-text .module-image-text__content > p:not(.module-kicker) { margin-top: 20px; font-size: 16px; line-height: 1.75; }
  .module-image-text__content > a { width: 100%; margin-top: 26px; }
  .module-image-text__frame { padding: 8px; border-radius: 6px; }
  .module-image-text__media figcaption { margin-top: 10px; }
  .module-card--group,
  .module-card--content-list,
  .module-card--rich-text,
  .module-card--lead-form,
  .module-card--assistant-chat { padding-top: 48px; padding-bottom: 64px; }
  .module-card--image-text + .module-card--group { padding-top: 26px; }
  .module-section-heading { margin-bottom: 28px; }
  .module-section-heading h2,
  .module-content-list__header h2 { font-size: 32px; }
  .module-card-group__grid,
  .module-content-list__grid { grid-template-columns: 1fr !important; }
  .module-card-group__item { min-height: 220px; padding: 26px; }
  .module-card-group__badge { margin-bottom: 30px; }
  .module-card--rich-text { gap: 28px; }
  .module-card--lead-form {
    width: calc(100% + 36px);
    margin-left: -18px;
    gap: 32px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .module-card--assistant-chat:not(.assistant-floating) { margin: 56px 0; }
  .module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__header {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 18px;
  }
  .module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__tools { grid-column: 1 / -1; }
  .module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__body { padding: 18px; }
  .module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__quick { padding: 14px 18px 0; }
  .module-card--assistant-chat:not(.assistant-floating) .module-assistant-chat__form { padding: 14px 18px 18px; }
  .page-hero,
  .page-body,
  .page-cover,
  .content-list { padding-right: 20px; padding-left: 20px; }
  .page-hero__inner { padding: 48px 0 42px; }
  .page-hero h1 { font-size: 38px; }
  .page-body__inner { padding: 42px 0 48px; }
  .page-body__inner,
  .page-cover__inner,
   .content-list__inner { padding-right: 0; padding-left: 0; }
 }

.module-card--site-search {
  display: block;
}
.module-site-search__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 16px;
}
.module-site-search__form input,
.module-site-search__form button {
  min-height: 44px;
  border-radius: 8px;
  font: inherit;
}
.module-site-search__form input {
  min-width: 0;
  padding: 0 13px;
  border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  background: transparent;
  color: inherit;
}
.module-site-search__form input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.module-site-search__form button {
  padding: 0 20px;
  border: 0;
  background: var(--accent, var(--primary, #2080f0));
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 520px) {
  .module-site-search__form {
    grid-template-columns: 1fr;
  }
}
