:root {
  --blue-950: #08245c;
  --blue-900: #083579;
  --blue-800: #064b9e;
  --blue-700: #0968c8;
  --blue-600: #0b7dde;
  --cyan-500: #11bdd0;
  --cyan-100: #e8fbff;
  --gray-950: #111827;
  --gray-700: #374151;
  --gray-500: #6b7280;
  --gray-300: #d9e2ec;
  --gray-100: #f5f8fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(8, 36, 92, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --page-width: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-950);
  background:
    radial-gradient(circle at top left, rgba(17, 189, 208, 0.12), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 48%, #ffffff 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
td,
th {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 74px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(8, 53, 121, 0.1);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(var(--page-width), calc(100vw - 72px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

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

.brand-mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 12px;
}

.brand-title {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  display: block;
  margin-top: 3px;
  color: var(--gray-700);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.nav-link {
  position: relative;
  padding: 25px 18px 24px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-700), var(--cyan-500));
  opacity: 0;
  transform: scaleX(0.5);
  transition: 160ms ease;
}

.nav-link.active {
  color: var(--blue-700);
}

.nav-link.active::after,
.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-menu {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 1px solid var(--gray-300);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}

.mobile-menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: var(--blue-800);
  transition: transform 180ms ease, opacity 180ms ease;
}

body.nav-open .mobile-menu span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .mobile-menu span:nth-child(2) {
  opacity: 0;
}

body.nav-open .mobile-menu span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
  background:
    radial-gradient(circle at 82% 28%, rgba(17, 189, 208, 0.34), transparent 24rem),
    radial-gradient(circle at 28% 82%, rgba(9, 104, 200, 0.3), transparent 21rem),
    linear-gradient(118deg, #06163e 0%, #092f73 52%, #0b7fab 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.16) 0 1px, transparent 2px);
  background-size: 42px 42px, 58px 58px;
  opacity: 0.42;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 17, 49, 0.96) 0%, rgba(5, 25, 67, 0.86) 34%, rgba(7, 56, 111, 0.58) 58%, rgba(8, 126, 174, 0.28) 100%),
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.14), transparent 24rem),
    url("../assets/hero-gene-bg.png");
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 24%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 44%, rgba(255, 255, 255, 0.1), transparent 18rem);
  background-size: 44px 44px, 64px 64px, 92px 92px, auto;
  opacity: 0.5;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--page-width), calc(100vw - 72px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #e8fbff;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan-500);
  box-shadow: 0 0 0 5px rgba(17, 189, 208, 0.2);
}

.hero h1,
.page-hero h1 {
  margin: 24px 0 18px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero-lead,
.page-hero p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.8;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}

.btn-primary {
  color: var(--blue-900);
  background: var(--white);
  box-shadow: 0 14px 28px rgba(2, 8, 23, 0.18);
}

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

.hero-panel {
  position: relative;
  min-height: 410px;
  padding: 0;
  border: 0;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 36px 0 auto auto;
  width: min(560px, 96%);
  height: 220px;
  border-radius: 999px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(105deg, transparent 0 18px, rgba(255, 255, 255, 0.26) 19px 21px, transparent 22px 42px);
  opacity: 0.18;
  transform: rotate(-13deg);
}

.molecule-card {
  position: absolute;
  inset: 58px 54px auto auto;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 26% 34%, rgba(255, 255, 255, 0.48) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.42) 0 3px, transparent 4px),
    radial-gradient(circle at 35% 72%, rgba(255, 255, 255, 0.38) 0 3px, transparent 4px),
    linear-gradient(42deg, transparent 47%, rgba(255, 255, 255, 0.2) 48% 52%, transparent 53%),
    linear-gradient(138deg, transparent 47%, rgba(255, 255, 255, 0.16) 48% 52%, transparent 53%),
    radial-gradient(circle at 50% 50%, rgba(17, 189, 208, 0.48), rgba(8, 53, 121, 0.04) 62%, transparent 64%);
  filter: drop-shadow(0 22px 50px rgba(2, 8, 23, 0.16));
  opacity: 0.46;
}

.lab-card {
  position: absolute;
  left: 76px;
  right: 28px;
  bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--gray-950);
  box-shadow: 0 20px 55px rgba(2, 8, 23, 0.16);
}

.lab-card-title {
  color: var(--blue-800);
  font-size: 18px;
  font-weight: 900;
}

.lab-lines {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.lab-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(9, 104, 200, 0.28), rgba(17, 189, 208, 0.08));
}

.lab-lines span:nth-child(1) {
  width: 82%;
}

.lab-lines span:nth-child(2) {
  width: 66%;
}

.lab-lines span:nth-child(3) {
  width: 74%;
}

.section {
  width: min(var(--page-width), calc(100vw - 72px));
  margin: 0 auto;
  padding: 58px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.section-kicker {
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  margin: 8px 0 0;
  color: var(--gray-950);
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.section-desc {
  max-width: 500px;
  margin: 0;
  color: var(--gray-500);
  font-size: 16px;
  line-height: 1.8;
}

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

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

.service-card,
.info-card,
.faq-item,
.contact-card,
.table-wrap {
  border: 1px solid rgba(8, 53, 121, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.service-card {
  padding: 24px;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--blue-700);
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan-100), #eef6ff);
}

.service-card h3,
.info-card h3,
.contact-card h3 {
  margin: 0 0 12px;
  color: var(--blue-900);
  font-size: 20px;
}

.service-card p,
.info-card p,
.contact-card p {
  margin: 0;
  color: var(--gray-500);
  font-size: 15px;
  line-height: 1.75;
}

.muted-note {
  display: block;
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  background: rgba(248, 250, 252, 0.92);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.photo-placeholder .muted-note {
  margin-top: 10px;
  color: #64748b;
}

.meta-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.meta-list div {
  display: flex;
  gap: 10px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.6;
}

.meta-list strong {
  flex: 0 0 76px;
  color: var(--blue-800);
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(9, 104, 200, 0.09), rgba(17, 189, 208, 0.08));
}

.step-card {
  position: relative;
  padding: 18px 14px;
  border: 1px solid rgba(9, 104, 200, 0.12);
  border-radius: 16px;
  background: var(--white);
  text-align: center;
}

.step-no {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 11px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-500));
  font-size: 14px;
  font-weight: 900;
}

.step-card h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 17px;
}

.step-card p {
  margin: 0;
  color: var(--gray-500);
  font-size: 13px;
  line-height: 1.65;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 35%, rgba(17, 189, 208, 0.42), transparent 18rem),
    linear-gradient(120deg, var(--blue-950), var(--blue-700));
}

.page-hero-inner {
  position: relative;
  width: min(var(--page-width), calc(100vw - 72px));
  margin: 0 auto;
  padding: 54px 0;
}

.page-hero h1 {
  font-size: 46px;
}

.content-split {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 28px;
  align-items: stretch;
}

.panel {
  padding: 34px;
  border: 1px solid rgba(8, 53, 121, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.panel h2 {
  margin: 0 0 16px;
  color: var(--blue-900);
  font-size: 30px;
}

.panel p {
  margin: 0 0 16px;
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.9;
}

.photo-placeholder {
  min-height: 330px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(8, 53, 121, 0.82), rgba(11, 125, 222, 0.58)),
    radial-gradient(circle at 25% 24%, rgba(255, 255, 255, 0.52), transparent 9rem);
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.photo-placeholder div {
  max-width: 330px;
}

.photo-placeholder strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.anchor-row a {
  padding: 10px 16px;
  border: 1px solid rgba(9, 104, 200, 0.18);
  border-radius: 999px;
  color: var(--blue-800);
  background: var(--white);
  font-weight: 800;
}

.table-wrap {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

th {
  padding: 16px;
  color: var(--white);
  background: linear-gradient(90deg, var(--blue-800), var(--blue-600));
  font-size: 15px;
  text-align: left;
}

td {
  padding: 16px;
  border-top: 1px solid #e7eef6;
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px 22px;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--blue-900);
  font-size: 17px;
  font-weight: 900;
}

.faq-a {
  margin: 10px 0 0;
  color: var(--gray-500);
  font-size: 15px;
  line-height: 1.75;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
}

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

.contact-card {
  padding: 22px;
}

.contact-card.muted-card {
  border-style: dashed;
  background: #f8fafc;
  box-shadow: none;
}

.contact-card.muted-card h3 {
  color: #475569;
}

.contact-card.muted-card .muted-note {
  margin-top: 6px;
  background: transparent;
}

.phone-number {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue-700);
  font-size: 28px;
  font-weight: 900;
}

.map-placeholder {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(8, 53, 121, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(9, 104, 200, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(9, 104, 200, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #f3f8ff, #ffffff);
  background-size: 42px 42px;
  box-shadow: var(--shadow);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-500));
  box-shadow: 0 18px 35px rgba(9, 104, 200, 0.28);
  font-weight: 900;
}

.map-pin.muted-pin {
  color: #64748b;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  box-shadow: none;
  font-size: 13px;
  text-align: center;
}

.cta {
  overflow: hidden;
  margin-top: 8px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 30%, rgba(17, 189, 208, 0.46), transparent 14rem),
    linear-gradient(100deg, var(--blue-950), var(--blue-700));
}

.cta-inner {
  width: min(var(--page-width), calc(100vw - 72px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  margin-top: 40px;
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.82);
  background: #061c46;
}

.footer-inner {
  width: min(var(--page-width), calc(100vw - 72px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--white);
}

.footer-title {
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    height: 68px;
    z-index: 100;
  }

  .header-inner,
  .section,
  .hero-inner,
  .page-hero-inner,
  .cta-inner,
  .footer-inner {
    width: min(100vw - 32px, var(--page-width));
  }

  .brand {
    min-width: 0;
    max-width: calc(100vw - 104px);
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-title {
    font-size: 17px;
  }

  .brand-subtitle {
    font-size: 13px;
  }

  .nav {
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    z-index: 90;
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
    max-height: calc(100dvh - 88px);
    padding: 10px;
    overflow-y: auto;
    border: 1px solid rgba(8, 53, 121, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(8, 36, 92, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  body.nav-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-link {
    display: block;
    padding: 15px 16px;
    border-radius: 12px;
    font-size: 16px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--blue-700);
    background: #eef7ff;
  }

  .mobile-menu {
    display: flex;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 0;
  }

  .hero-panel {
    max-width: 620px;
    min-height: 300px;
  }

  .content-split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

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

  .footer-inner,
  .cta-inner,
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-actions {
    margin-top: 8px;
  }

  .map-placeholder {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  :root {
    --shadow: 0 14px 34px rgba(8, 36, 92, 0.1);
    --radius-lg: 22px;
    --radius-md: 16px;
  }

  .site-header {
    height: 64px;
  }

  .header-inner,
  .section,
  .hero-inner,
  .page-hero-inner,
  .cta-inner,
  .footer-inner {
    width: min(100vw - 28px, var(--page-width));
  }

  .brand {
    gap: 9px;
    max-width: calc(100vw - 92px);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .brand-title {
    max-width: 230px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-subtitle {
    margin-top: 1px;
    font-size: 12px;
  }

  .mobile-menu {
    width: 40px;
    height: 40px;
  }

  .nav {
    top: 64px;
    left: 14px;
    right: 14px;
    max-height: calc(100dvh - 82px);
  }

  .hero-inner {
    padding: 48px 0 46px;
  }

  .hero h1,
  .page-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.14;
  }

  .hero-lead,
  .page-hero p {
    font-size: 17px;
    line-height: 1.75;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-panel {
    display: none;
  }

  .section {
    padding: 42px 0;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 22px;
  }

  .section-kicker {
    font-size: 12px;
  }

  .section-title {
    font-size: 29px;
    line-height: 1.22;
  }

  .section-desc {
    max-width: none;
    font-size: 15px;
  }

  .card-grid,
  .card-grid.two,
  .process-strip {
    grid-template-columns: 1fr;
  }

  .service-card,
  .panel,
  .faq-item,
  .contact-card {
    padding: 20px;
  }

  .service-card h3,
  .info-card h3,
  .contact-card h3 {
    font-size: 19px;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-inner {
    padding: 42px 0;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .photo-placeholder {
    min-height: 260px;
    padding: 20px;
  }

  .anchor-row {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .anchor-row a {
    padding: 9px 14px;
    font-size: 14px;
  }

  .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tbody {
    display: grid;
    gap: 12px;
  }

  .responsive-table tr {
    padding: 14px 16px;
    border: 1px solid rgba(8, 53, 121, 0.12);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .responsive-table td {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 10px;
    padding: 8px 0;
    border-top: 0;
    font-size: 14px;
  }

  .responsive-table td::before {
    content: attr(data-label);
    color: var(--blue-800);
    font-weight: 900;
  }

  .meta-list div {
    display: block;
  }

  .meta-list strong {
    display: block;
    margin-bottom: 2px;
  }

  .map-placeholder {
    min-height: 260px;
  }

  .cta {
    border-radius: 22px 22px 0 0;
  }

  .cta h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .site-footer {
    margin-top: 32px;
    padding: 30px 0;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .brand-title {
    max-width: 190px;
    font-size: 15px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .hero-lead,
  .page-hero p {
    font-size: 16px;
  }

  .section-title {
    font-size: 27px;
  }

  .phone-number {
    font-size: 25px;
  }
}
