:root {
  --sky: #dff4ff;
  --sky-2: #edf9ff;
  --glass: rgba(255, 255, 255, .58);
  --glass-strong: rgba(255, 255, 255, .76);
  --blue: #2277b8;
  --blue-dark: #0f3d68;
  --blue-deep: #082b4a;
  --cyan: #4fc3df;
  --mint: #b7eadf;
  --warm: #fff7e8;
  --ink: #102a3d;
  --muted: #5b7485;
  --line: rgba(42, 115, 170, .18);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(31, 88, 128, .14);
  --shadow-soft: 0 12px 36px rgba(31, 88, 128, .1);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #eaf8ff;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(255, 247, 232, .75) 0%, rgba(223, 244, 255, .95) 36%, rgba(237, 249, 255, 1) 100%),
    linear-gradient(90deg, rgba(34, 119, 184, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 119, 184, .04) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
  color: var(--ink);
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "Microsoft YaHei", serif;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3,
.brand strong {
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5.2vw, 70px);
  line-height: 1.09;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(29px, 4vw, 52px);
  line-height: 1.14;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.3;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2 + 20px));
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  background: rgba(239, 249, 255, .72);
  color: var(--blue-deep);
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 12px 38px rgba(31, 88, 128, .09);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, .82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    0 14px 32px rgba(34, 119, 184, .18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  color: rgba(16, 42, 61, .78);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.nav-links a {
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.nav-links a:hover {
  border-color: rgba(34, 119, 184, .2);
  background: rgba(255, 255, 255, .54);
  color: var(--blue-dark);
}

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

.header-cta,
.primary-btn,
.secondary-btn,
.site-footer a,
.consult-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta,
.primary-btn,
.consult-form button {
  border: 1px solid rgba(255, 255, 255, .72);
  background: linear-gradient(135deg, var(--blue), #49b5dc);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(34, 119, 184, .24);
}

.header-cta {
  min-width: 138px;
  padding: 0 18px;
}

.header-cta:hover,
.primary-btn:hover,
.consult-form button:hover,
.site-footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(34, 119, 184, .28);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 8vw, 102px) max(20px, calc((100vw - var(--max)) / 2 + 20px)) 64px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(237, 249, 255, .9) 0%, rgba(223, 244, 255, .82) 48%, rgba(255, 247, 232, .65) 100%),
    url("reputation-command-hero.png") center / cover;
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .18);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(237, 249, 255, .95));
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 18px;
  background: rgba(255, 255, 255, .48);
  backdrop-filter: blur(24px) saturate(145%);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.lead {
  max-width: 730px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 21px);
}

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

.primary-btn,
.secondary-btn {
  padding: 0 24px;
}

.secondary-btn {
  border: 1px solid rgba(34, 119, 184, .22);
  background: rgba(255, 255, 255, .56);
  color: var(--blue-dark);
  backdrop-filter: blur(14px);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, .78);
}

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

.trust-list li {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .46);
  backdrop-filter: blur(18px) saturate(140%);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1;
}

.trust-list span {
  margin-top: 10px;
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.hero-panel {
  min-height: 500px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 22px;
  background: rgba(255, 255, 255, .36);
  backdrop-filter: blur(26px) saturate(140%);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "舆情监测 / 搜索维护 / 危机回应";
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--blue-dark);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hero-panel img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: 14px;
  object-fit: cover;
  filter: saturate(.95) brightness(1.08);
}

.risk-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  background: rgba(255, 255, 255, .64);
  color: var(--ink);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: var(--shadow-soft);
}

.risk-card span {
  color: var(--blue);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.risk-card strong {
  display: block;
  margin: 8px 0;
  font-size: 21px;
}

.risk-card p {
  margin: 0;
  color: var(--muted);
}

.intent-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -34px auto 0;
  padding: 0 20px;
}

.intent-strip a {
  min-height: 78px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-right: 0;
  background: rgba(255, 255, 255, .58);
  color: var(--blue-dark);
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 900;
  backdrop-filter: blur(18px) saturate(145%);
}

.intent-strip a:first-child {
  border-radius: 14px 0 0 14px;
}

.intent-strip a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .76);
  border-radius: 0 14px 14px 0;
}

.intent-strip a:hover {
  background: rgba(255, 255, 255, .82);
}

.section,
.split-section,
.consult-section {
  padding: clamp(68px, 9vw, 116px) max(20px, calc((100vw - var(--max)) / 2 + 20px));
}

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

.section-heading p,
.split-section > div > p,
.consult-section > div > p {
  color: var(--muted);
  font-size: 18px;
}

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

.service-card,
.article-grid article,
.case-list article,
.topic-menu,
.consult-form,
.faq details,
.link-grid a,
.article-faq details {
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px) saturate(145%);
}

.service-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
}

.service-card.featured {
  border-color: rgba(255, 255, 255, .82);
  background: linear-gradient(145deg, rgba(34,119,184,.82), rgba(79,195,223,.62));
  color: var(--white);
}

.service-card span {
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.service-card.featured span {
  color: var(--white);
}

.service-card p {
  color: var(--muted);
}

.service-card.featured p {
  color: rgba(255, 255, 255, .84);
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 900;
}

.service-card.featured a {
  color: var(--white);
}

.split-section,
.consult-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.split-section {
  background: linear-gradient(135deg, rgba(255,255,255,.45), rgba(183,234,223,.36));
}

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

.case-list article {
  position: relative;
  padding: 24px 24px 24px 30px;
  overflow: hidden;
}

.case-list article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue), var(--cyan));
}

.case-list span,
.article-grid span {
  color: var(--blue);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.content-hub {
  background:
    linear-gradient(135deg, rgba(8, 43, 74, .92), rgba(18, 92, 146, .84)),
    url("reputation-command-hero.png") center / cover;
  color: var(--white);
}

.content-hub .section-heading p {
  color: rgba(255, 255, 255, .76);
}

.content-hub .eyebrow {
  color: #bcecff;
}

.topic-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
}

.topic-menu {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, .2);
  box-shadow: none;
}

.topic-menu a {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1.35;
}

.topic-menu .active,
.topic-menu a:hover {
  background: rgba(255, 255, 255, .78);
  color: var(--blue-dark);
}

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

.article-grid article {
  min-height: 260px;
  padding: 26px;
}

.content-hub .article-grid article {
  border-color: rgba(185, 228, 252, .42);
  background: rgba(43, 125, 180, .48);
  color: var(--white);
  box-shadow: 0 16px 42px rgba(0, 28, 52, .18);
}

.article-grid p {
  color: var(--muted);
}

.content-hub .article-grid p {
  color: rgba(235, 249, 255, .88);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 220px;
  padding: 76px 22px 24px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: var(--radius);
  background: var(--glass);
  counter-increment: process;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px) saturate(145%);
}

.process-list li::before {
  content: "0" counter(process);
  position: absolute;
  top: 18px;
  left: 22px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 900;
}

.process-list li::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 22px;
  width: 54px;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list span {
  margin-top: 10px;
  color: var(--muted);
}

.consult-section {
  background:
    linear-gradient(135deg, rgba(15, 61, 104, .9), rgba(34, 119, 184, .68)),
    url("reputation-command-hero.png") center / cover;
  color: var(--white);
}

.consult-section .eyebrow {
  color: #bcecff;
}

.consult-section > div > p {
  color: rgba(255, 255, 255, .78);
}

.consult-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.consult-form label {
  display: grid;
  gap: 8px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  width: 100%;
  border: 1px solid rgba(34, 119, 184, .2);
  background: rgba(255, 255, 255, .76);
  color: var(--ink);
  font: inherit;
}

.consult-form input,
.consult-form select {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 16px;
}

.consult-form textarea {
  min-height: 112px;
  resize: vertical;
  border-radius: 18px;
  padding: 14px 16px;
  line-height: 1.7;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus {
  outline: 3px solid rgba(79, 195, 223, .26);
  border-color: var(--blue);
}

.consult-form button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .72);
  cursor: pointer;
}

.consult-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq details {
  margin-bottom: 12px;
  padding: 20px 24px;
}

.faq summary {
  cursor: pointer;
  color: var(--blue-deep);
  font-size: 19px;
  font-weight: 900;
}

.faq details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px max(20px, calc((100vw - var(--max)) / 2 + 20px));
  border-top: 1px solid rgba(255, 255, 255, .62);
  background: rgba(15, 61, 104, .88);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .72);
}

.site-footer p a {
  display: inline;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  box-shadow: none;
  text-decoration: none;
}

.site-footer a {
  min-width: 138px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .18);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-contact-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2 + 20px));
  border-top: 1px solid rgba(255, 255, 255, .62);
  background: rgba(15, 61, 104, .88);
  color: var(--white);
}

.site-contact-bottom p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .72);
}

.site-contact-bottom a {
  color: var(--white);
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 900;
}

.site-contact-bottom img {
  width: 86px;
  height: 86px;
  border: 4px solid rgba(255, 255, 255, .72);
  border-radius: 10px;
  object-fit: cover;
}

.footer-contact img {
  width: 86px;
  height: 86px;
  border: 4px solid rgba(255, 255, 255, .72);
  border-radius: 10px;
  object-fit: cover;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  justify-items: center;
  gap: 7px;
  width: 132px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
  color: var(--blue-deep);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(145%);
  font-family: "Microsoft YaHei", sans-serif;
}

.floating-contact img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: cover;
}

.floating-contact strong {
  font-size: 14px;
}

.floating-contact a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.article-page {
  padding: clamp(44px, 7vw, 88px) max(20px, calc((100vw - 920px) / 2 + 20px));
}

.article-shell {
  max-width: 920px;
  margin: 0 auto;
}

.article-shell h1 {
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-size: clamp(36px, 5vw, 62px);
}

.article-shell section {
  margin-top: 42px;
}

.article-shell section h2 {
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: clamp(26px, 3vw, 38px);
}

.article-shell p {
  color: #466476;
  font-size: 18px;
}

.article-meta {
  margin: 24px 0 34px;
  padding: 14px 18px;
  border-left: 5px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255, 255, 255, .62);
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  backdrop-filter: blur(16px);
}

.article-faq details {
  margin-bottom: 12px;
  padding: 18px 20px;
}

.article-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.article-cta {
  margin-top: 48px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(34,119,184,.82), rgba(79,195,223,.58));
  color: var(--white);
  backdrop-filter: blur(20px);
}

.article-cta p {
  color: rgba(255, 255, 255, .82);
}

.article-cta .primary-btn {
  background: rgba(255, 255, 255, .22);
  color: var(--white);
}

.article-checklist ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  padding: 14px 16px;
  border-left: 5px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255, 255, 255, .62);
  color: #466476;
}

.article-links {
  margin-top: 48px;
}

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

.link-grid a {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.link-grid span {
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.topic-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.topic-filter a {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--blue-dark);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(18px);
}

.topic-filter a:hover {
  background: var(--blue);
  color: var(--white);
}

.service-page .service-hero {
  padding: clamp(58px, 9vw, 118px) max(20px, calc((100vw - var(--max)) / 2 + 20px));
  background:
    linear-gradient(115deg, rgba(237, 249, 255, .92), rgba(186, 230, 250, .78)),
    url("reputation-command-hero.png") center / cover;
  color: var(--ink);
}

.service-page .service-hero .lead {
  color: var(--muted);
}

.service-page .service-hero h1 {
  max-width: 760px;
}

.service-page .service-hero .primary-btn {
  margin-top: 18px;
}

.article-list-page .section-heading h1 {
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: clamp(40px, 6vw, 68px);
}

.index-grid article {
  background: rgba(255, 255, 255, .58);
  color: var(--ink);
}

.index-grid p {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero,
  .split-section,
  .consult-section {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intent-strip,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel {
    min-height: 430px;
  }

  .hero-panel img {
    min-height: 400px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 18px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    font-size: 13px;
  }

  .nav-links a {
    padding: 9px 8px;
    text-align: center;
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .36);
  }

  .header-cta {
    width: 100%;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 28px 18px 42px;
  }

  .hero::before {
    inset: 10px;
    border-radius: 14px;
  }

  .hero-copy {
    padding: 20px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.14;
  }

  h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-actions {
    gap: 10px;
    margin: 24px 0;
  }

  .primary-btn,
  .secondary-btn {
    min-height: 42px;
    padding: 0 16px;
  }

  .trust-list,
  .service-grid,
  .intent-strip,
  .topic-layout,
  .article-grid,
  .process-list,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .trust-list li {
    min-height: 86px;
  }

  .intent-strip {
    margin: 0;
    padding: 0 18px;
  }

  .intent-strip a,
  .intent-strip a:first-child,
  .intent-strip a:last-child {
    min-height: 58px;
    border-right: 1px solid rgba(255, 255, 255, .76);
    border-radius: var(--radius);
    margin-bottom: 8px;
  }

  .section,
  .split-section,
  .consult-section,
  .service-page .service-hero,
  .article-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-panel,
  .hero-panel img {
    min-height: 340px;
  }

  .risk-card {
    position: static;
    width: auto;
    margin-top: 14px;
  }

  .topic-menu {
    position: static;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 18px;
  }

  .site-contact-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 18px;
  }

  .site-footer a {
    width: 100%;
  }

  .footer-contact {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .footer-contact img {
    width: 112px;
    height: 112px;
  }

  .floating-contact {
    right: 10px;
    bottom: 12px;
    width: 104px;
    padding: 9px;
  }

  .floating-contact img {
    width: 78px;
    height: 78px;
  }
}
