:root {
  --bg: #f5f7fb;
  --panel: #ffffff;
  --panel-soft: #f8fbfb;
  --ink: #162133;
  --muted: #6f7d90;
  --brand: #1dbf86;
  --brand-deep: #159b6d;
  --brand-soft: #cdf4e7;
  --chip: #f1f4f8;
  --line: rgba(22, 33, 51, 0.08);
  --shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html[data-lang="zh"] [data-lang-en] {
  display: none !important;
}

html[data-lang="en"] [data-lang-zh] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Avenir Next", "PingFang SC", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7fbfb 0%, var(--bg) 100%);
}

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

.site-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 64px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0 22px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0fae8b, #0f9f73);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small,
.nav {
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 20px;
  font-size: 0.98rem;
  font-weight: 600;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--brand-deep);
}

.phone-pill,
.button,
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.phone-pill {
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(21, 155, 109, 0.18);
}

.phone-pill:hover,
.button:hover,
.lang-toggle:hover,
.service-link:hover,
.article-card:hover,
.sidebar-card:hover,
.location-card:hover {
  transform: translateY(-2px);
}

.hero,
.page-hero {
  padding: 52px 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at left top, rgba(255, 255, 255, 0.2), transparent 20%),
    linear-gradient(135deg, #52b5b0 0%, #20bc8d 50%, #21c767 100%);
  color: #fff;
  box-shadow: 0 24px 48px rgba(33, 181, 131, 0.16);
}

.hero {
  margin-top: 8px;
}

.hero:not(.hero-centered) {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.hero.hero-feature {
  padding: 36px;
}

.hero-centered,
.page-hero {
  display: block;
}

.hero-copy-full {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.hero h1,
.page-hero h1,
.section-head h2,
.split h2 {
  margin: 0 0 16px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(1.72rem, 3.1vw, 2.8rem);
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  line-height: 1.06;
}

.page-hero h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  max-width: 14ch;
}

.hero-subline,
.page-lead {
  margin: 0 auto;
  max-width: 860px;
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.62;
}

.eyebrow,
.mini-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #e8fffa;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-pillbar {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 34px 0 26px;
}

.hero-pillbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.hero-actions,
.pill-row,
.cta-strip {
  display: flex;
  gap: 12px;
  margin: 22px 0 18px;
  flex-wrap: wrap;
}

.hero-actions-center {
  justify-content: center;
}

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

.hero-copy-side h1,
.hero-copy-side .hero-subline {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.hero-copy-side h1 {
  max-width: 10ch;
  font-size: clamp(1.9rem, 3.35vw, 3rem);
}

.hero-copy-side .hero-subline {
  max-width: 35rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy-side .hero-pillbar,
.hero-copy-side .hero-actions,
.hero-copy-side .hero-trust {
  justify-content: flex-start;
}

.hero-copy-side .hero-trust {
  margin-top: 22px;
}

.button {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 0.9rem;
}

.lang-toggle {
  padding: 10px 16px;
  border: 1px solid rgba(22, 33, 51, 0.08);
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.button.primary {
  background: #ffffff;
  color: var(--brand-deep);
  box-shadow: 0 16px 28px rgba(10, 40, 32, 0.14);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hero-trust,
.pill-row,
.faq-list,
.stack {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-trust,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.hero-trust li,
.pill-row li {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

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

.stats-compact {
  margin-top: 28px;
}

.hero .hero-text {
  color: rgba(255, 255, 255, 0.9);
}

.stats article {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stats strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.stats span,
.hero-text,
.hero-card p,
.section-head p,
.service-card p,
.location-card p,
.timeline p,
.split p,
.contact-grid small,
.callout p,
.article-card p,
.faq-card p,
.sidebar-card p,
.content-grid p,
.footer p,
.service-subtitle {
  color: var(--muted);
  line-height: 1.72;
}

.section {
  padding: 46px 0 18px;
}

.section.muted,
.section-soft {
  padding: 36px 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(17, 33, 51, 0.06);
}

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

.section-head p,
.section-caption,
.content-grid p,
.faq-card p,
.sidebar-card p,
.article-card p,
.location-card p,
.service-card p,
.timeline p {
  font-size: 0.98rem;
}

.section-head.left {
  max-width: 580px;
}

.section-head .eyebrow {
  background: rgba(18, 184, 134, 0.12);
  color: var(--brand-deep);
}

.service-grid,
.location-grid,
.contact-grid,
.content-grid,
.quote-grid,
.blog-grid,
.bridge-grid {
  display: grid;
  gap: 24px;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.feature-panel {
  align-self: stretch;
}

.hero-feature-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(19, 36, 64, 0.28), rgba(13, 30, 54, 0.42));
  box-shadow: 0 18px 42px rgba(10, 24, 40, 0.18);
}

.hero-feature-card h2,
.hero-feature-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.35;
}

.hero-feature-card p,
.hero-feature-card li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 0.98rem;
}

.hero-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.hero-feature-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
}

.hero-feature-list strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.hero-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
}

.service-grid,
.location-grid,
.blog-grid,
.bridge-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(4, 1fr);
}

.content-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  align-items: start;
}

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

.hero-card,
.service-card,
.location-card,
.timeline article,
.contact-grid article,
.callout,
.article-card,
.sidebar-card,
.faq-card,
.quote-card,
.bridge-card {
  border: 1px solid #dde6ea;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.service-card,
.location-card,
.article-card,
.sidebar-card,
.faq-card,
.quote-card,
.hero-card,
.bridge-card {
  padding: 26px;
  border-radius: 28px;
}

.service-link,
.article-card {
  display: block;
}

.service-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: #c8faf0;
  color: #0e9a8f;
  font-size: 1.5rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.service-card h3,
.location-card strong,
.timeline h3,
.contact-grid h3,
.callout h3,
.article-card h3,
.sidebar-card h3,
.faq-card h3,
.quote-card h3 {
  margin: 0 0 8px;
}

.service-card h3 {
  font-size: clamp(1.08rem, 1.15vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.service-subtitle {
  margin: 0;
  font-size: 0.88rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.chip-row span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 10px;
  background: var(--chip);
  color: #475569;
  font-size: 0.82rem;
  font-weight: 600;
}

.service-tip {
  margin: 0 0 20px;
  color: #0d9488 !important;
  font-size: 0.86rem;
  font-weight: 700;
}

.section-caption {
  margin-top: 10px;
  color: var(--muted);
}

.card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
  color: #0d9488;
  font-weight: 800;
  font-size: 0.88rem;
}

.card-cta span {
  font-size: 1.5rem;
  line-height: 1;
}

.location-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-weight: 700;
}

.location-card strong {
  display: block;
  font-size: 1.02rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.timeline article {
  padding: 22px;
  border-radius: 24px;
}

.timeline strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-size: 1rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.bridge-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.bridge-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 14px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 191, 134, 0.12);
  color: var(--brand-deep);
  font-size: 0.84rem;
}

.bridge-card h3 {
  margin-bottom: 10px;
}

.trust-callout {
  border: 1px solid rgba(29, 191, 134, 0.14);
  background: linear-gradient(180deg, #f1fff9 0%, #ffffff 100%);
}

.trust-callout .cta-strip {
  margin-top: 18px;
}

.checklist {
  margin: 10px 0 0;
  padding: 24px 24px 24px 42px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ebfff8 0%, #ffffff 100%);
  box-shadow: var(--shadow);
  border: 1px solid rgba(18, 184, 134, 0.1);
}

.checklist li {
  margin-bottom: 12px;
  line-height: 1.65;
}

.page-hero {
  display: block;
  margin-top: 8px;
}

.stack {
  display: grid;
  gap: 16px;
}

.sidebar-card {
  position: sticky;
  top: 108px;
  background: linear-gradient(180deg, #f7fffc 0%, #ffffff 100%);
  border-color: rgba(18, 184, 134, 0.15);
}

.faq-list {
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.blog-grid .article-card,
.faq-card,
.quote-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}

.article-card h3 {
  font-size: 1.02rem;
  line-height: 1.4;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.pagination button,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.pagination button.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 10px 18px rgba(21, 155, 109, 0.18);
}

.pagination button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.contact-panel {
  padding: 40px 30px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #effcf8 0%, #ffffff 100%);
  color: var(--ink);
  border: 1px solid rgba(18, 184, 134, 0.12);
}

.contact-panel .section-head p,
.contact-panel .contact-grid small,
.contact-panel .callout p {
  color: var(--muted);
}

.contact-grid article,
.callout {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border-color: #dde6ea;
  box-shadow: var(--shadow);
}

.contact-grid .icon {
  font-size: 1.4rem;
}

.contact-grid p {
  margin: 10px 0 6px;
  font-size: 0.98rem;
  font-weight: 700;
}

.callout {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer.footer-rich {
  display: block;
  margin-top: 46px;
  border-top: 0;
  padding: 0;
  background: #103027;
  color: #ecfff8;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.footer-cta {
  padding: 54px 24px 50px;
  text-align: center;
  background: linear-gradient(135deg, #27b889 0%, #159b6d 55%, #0f8d62 100%);
  color: #fff;
}

.footer-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.footer-cta p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.footer-cta-call,
.footer-cta-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 22px 32px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 800;
}

.footer-cta-call {
  background: #fff;
  color: #0f8d62;
  box-shadow: 0 14px 30px rgba(7, 74, 52, 0.18);
}

.footer-cta-book {
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 42px 32px 32px;
  background:
    radial-gradient(circle at top left, rgba(55, 183, 134, 0.16), transparent 28%),
    linear-gradient(180deg, #143126 0%, #101f1a 100%);
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2bd197 0%, #159b6d 100%);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.footer-brand strong,
.footer-column h3 {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.05rem;
}

.footer-brand p,
.footer-contact-list p {
  margin: 0 0 12px;
  color: rgba(236, 255, 248, 0.76);
  line-height: 1.7;
}

.footer-phone {
  display: inline-flex;
  margin-top: 10px;
  color: #5ce0ae;
  font-size: 1.7rem;
  font-weight: 800;
}

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

.footer-link-list a,
.footer-partner-links a {
  color: rgba(236, 255, 248, 0.84);
}

.footer-link-list a:hover,
.footer-partner-links a:hover,
.footer-phone:hover,
.footer-cta-call:hover,
.footer-cta-book:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 32px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1713;
}

.footer-copyright {
  margin: 0;
  color: rgba(236, 255, 248, 0.52);
}

.footer-partners-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(91, 224, 174, 0.14);
  color: #a8f0d0;
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-partner-links a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(91, 224, 174, 0.1);
}

@media (max-width: 1100px) {
  .hero:not(.hero-centered),
  .service-grid,
  .blog-grid,
  .bridge-grid,
  .location-grid,
  .timeline,
  .contact-grid,
  .quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar-card {
    position: static;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 18px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a,
  .nav button {
    flex: 0 0 auto;
  }

  .phone-pill {
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: min(100% - 18px, 1320px);
    padding-bottom: 36px;
  }

  .topbar {
    top: 8px;
    margin: 10px 0 16px;
    padding: 12px 14px;
    border-radius: 18px;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
  }

  .brand {
    width: 100%;
    gap: 12px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 0.98rem;
  }

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

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .nav,
  .hero-pillbar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .nav {
    gap: 14px;
    font-size: 0.92rem;
    padding-bottom: 2px;
  }

  .nav a {
    padding: 4px 0;
  }

  .lang-toggle {
    min-width: 76px;
    min-height: 42px;
  }

  .phone-pill {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
  }

  .footer-cta,
  .footer-main,
  .footer-bottom {
    text-align: center;
  }

  .footer-cta-actions,
  .footer-partners-bar,
  .footer-partner-links {
    justify-content: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 34px 20px 26px;
  }

  .footer-bottom {
    padding: 18px 20px 22px;
    justify-content: center;
  }

  .footer-brand,
  .footer-column,
  .footer-contact {
    align-items: center;
  }

  .hero,
  .page-hero {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .hero.hero-feature {
    padding: 24px 18px;
  }

  .hero-copy-side h1 {
    max-width: 9ch;
    font-size: clamp(1.95rem, 11vw, 2.8rem);
    line-height: 1.02;
  }

  .hero-subline,
  .page-lead {
    font-size: 0.96rem;
    line-height: 1.68;
  }

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

  .hero-pillbar a {
    width: 100%;
    padding: 12px 16px;
    min-height: 46px;
    font-size: 0.94rem;
  }

  .hero-trust,
  .pill-row {
    gap: 8px;
  }

  .hero-trust li,
  .pill-row li {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: none;
    font-size: clamp(1.7rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  .stats,
  .service-grid,
  .location-grid,
  .timeline,
  .contact-grid,
  .blog-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    gap: 12px;
    margin-top: 18px;
  }

  .stats article,
  .timeline article,
  .contact-grid article,
  .callout,
  .service-card,
  .location-card,
  .article-card,
  .sidebar-card,
  .faq-card,
  .quote-card,
  .bridge-card {
    padding: 20px;
    border-radius: 22px;
  }

  .callout,
  .cta-strip,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .footer-cta-call,
  .footer-cta-book {
    width: 100%;
    min-height: 48px;
  }

  .service-head {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }

  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 1.15rem;
  }

  .service-card h3,
  .location-card strong,
  .timeline h3,
  .contact-grid h3,
  .callout h3,
  .article-card h3,
  .sidebar-card h3,
  .faq-card h3,
  .quote-card h3 {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .chip-row {
    gap: 8px;
    margin-bottom: 14px;
  }

  .chip-row span {
    font-size: 0.82rem;
    padding: 6px 10px;
  }

  .section {
    padding: 34px 0 12px;
  }

  .section.muted,
  .section-soft,
  .contact-panel {
    padding: 26px 16px 18px;
    border-radius: 22px;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .pagination {
    gap: 8px;
  }

  .pagination button,
  .pagination a {
    min-width: 40px;
    height: 40px;
    font-size: 0.88rem;
    padding: 0 12px;
  }

  .footer-cta {
    padding: 34px 18px 30px;
  }

  .footer-cta h2 {
    font-size: clamp(1.65rem, 10vw, 2.2rem);
  }

  .footer-cta p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .footer-cta-actions {
    gap: 12px;
    margin-top: 20px;
  }

  .footer-cta-call,
  .footer-cta-book {
    min-width: 0;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .footer-brand-mark {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 1.2rem;
  }

  .footer-phone {
    font-size: 1.35rem;
  }

  .footer-link-list {
    gap: 10px;
  }

  .footer-partner-links a,
  .footer-label {
    width: 100%;
    justify-content: center;
  }
}
