/*
Theme Name: HollandCFS
Theme URI: https://hollandcfs.com/
Author: HollandCFS
Description: 荷兰中金财税官方网站主题，包含服务页、财税指南、联系表单及百度 SEO 基础结构。
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: hollandcfs
*/

:root {
  --navy: #12324a;
  --navy-2: #0b263b;
  --brick: #a6402d;
  --brick-dark: #82311f;
  --gold: #b58a45;
  --mist: #e8eef2;
  --file-blue: #eaf2f5;
  --paper: #f7f9fa;
  --line: rgba(18, 50, 74, 0.15);
  --line-dark: rgba(255, 255, 255, 0.18);
  --ink: #243039;
  --muted: #64717c;
  --white: #ffffff;
  --display: "Songti SC", "Noto Serif SC", "Source Han Serif SC", STSong, serif;
  --body: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  --utility: Inter, "Helvetica Neue", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(181, 138, 69, 0.7);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 184px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: clamp(9px, 1.1vw, 18px);
  justify-content: center;
  color: var(--navy);
  font-size: 13px;
  font-weight: 650;
}

.site-nav a,
.header-cta,
.button,
.service-card a,
.video-tile a {
  text-decoration: none;
}

.site-nav a {
  padding-block: 6px;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--brick);
}

.site-nav a.is-active {
  color: var(--brick);
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--navy);
  border-radius: 4px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.header-cta:hover {
  color: var(--white);
  background: var(--navy);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  padding: clamp(70px, 8vw, 112px) 0 clamp(54px, 6vw, 86px);
  background:
    linear-gradient(90deg, rgba(232, 238, 242, 0.78), rgba(255, 255, 255, 0) 50%),
    var(--white);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(36vw, 520px);
  height: 58%;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 50, 74, 0.04), rgba(18, 50, 74, 0));
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--brick);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.eyebrow.light {
  color: #dfc089;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.65vw, 64px);
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
}

h3 {
  font-size: clamp(22px, 2vw, 29px);
}

.hero-lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: #3e4d57;
  font-size: clamp(16px, 1.6vw, 18px);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 750;
  line-height: 1.25;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--brick);
  box-shadow: 0 16px 34px rgba(166, 64, 45, 0.18);
}

.button-primary:hover {
  background: var(--brick-dark);
}

.button-secondary {
  border-color: var(--line);
  color: var(--navy);
  background: var(--white);
}

.button-secondary:hover {
  border-color: var(--navy);
  background: var(--mist);
}

.response-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.hero-panel {
  position: relative;
  display: grid;
  min-height: 560px;
  align-items: end;
}

.hero-image {
  position: relative;
  margin: 0;
  border: 1px solid rgba(18, 50, 74, 0.2);
  border-radius: var(--radius);
  background: var(--mist);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(18, 50, 74, 0.16);
}

.hero-image::before {
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  content: "";
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.hero-card {
  position: absolute;
  right: -18px;
  bottom: 34px;
  width: min(300px, 74%);
  padding: 18px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 45px rgba(18, 50, 74, 0.24);
}

.hero-card span,
.hero-card p {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.hero-card strong {
  display: block;
  margin: 4px 0 8px;
  font-family: var(--utility);
  font-size: 21px;
}

.service-ledger {
  border-block: 1px solid var(--line);
  background: var(--navy);
}

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

.ledger-row div {
  min-height: 126px;
  padding: 26px clamp(16px, 2.5vw, 30px);
  border-right: 1px solid var(--line-dark);
  color: var(--white);
}

.ledger-row div:first-child {
  border-left: 1px solid var(--line-dark);
}

.ledger-row span {
  display: block;
  color: #dfc089;
  font-family: var(--utility);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.1;
}

.ledger-row p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  padding: clamp(76px, 9vw, 126px) 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.section-head.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
}

.section-head.split > p,
.section-head > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card {
  min-height: 460px;
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid var(--line);
  background: var(--white);
}

.service-card:last-child {
  border-right: 0;
}

.service-card.accent {
  color: var(--white);
  background: var(--navy);
}

.service-card.accent h3,
.service-card.accent .service-kicker,
.service-card.accent a {
  color: var(--white);
}

.service-card.accent p,
.service-card.accent li {
  color: rgba(255, 255, 255, 0.78);
}

.service-kicker {
  margin: 0 0 16px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 18px;
}

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

.service-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 24px 0 30px;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: #465762;
  font-size: 14px;
}

.service-card li::before {
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.service-card a {
  display: inline-flex;
  margin-top: auto;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.service-card a:hover {
  color: var(--brick);
}

.compliance {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 50, 74, 0.98), rgba(11, 38, 59, 1)),
    var(--navy);
}

.compliance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.compliance h2 {
  color: var(--white);
}

.compliance-copy p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.path-board {
  display: grid;
  gap: 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.path-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid var(--line-dark);
}

.path-item:last-child {
  border-bottom: 0;
}

.path-item span {
  color: #dfc089;
  font-weight: 850;
}

.path-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: center;
}

.why-image {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.why-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88);
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 28px;
  margin-top: 36px;
}

.reason-list article {
  padding-top: 18px;
  border-top: 2px solid var(--line);
}

.reason-list h3 {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.4;
}

.reason-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.audience {
  background: var(--paper);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.audience-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--white);
}

.audience-grid span {
  color: var(--brick);
  font-weight: 850;
}

.audience-grid p {
  margin: 18px 0 0;
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.about-grid > div > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
}

.team-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.team-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

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

.team-list strong {
  color: var(--navy);
}

.team-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.about-media {
  display: grid;
  gap: 18px;
}

.about-media > img,
.video-tile {
  border-radius: var(--radius);
  overflow: hidden;
}

.about-media > img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid var(--line);
}

.video-tile {
  position: relative;
  border: 1px solid var(--line);
}

.video-tile img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.9);
}

.video-tile a {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border-radius: 4px;
  color: var(--white);
  background: rgba(18, 50, 74, 0.9);
  font-weight: 800;
}

.personal-strip {
  border-block: 1px solid var(--line);
  background: var(--mist);
}

.personal-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
}

.personal-inner h2 {
  font-family: var(--body);
  font-size: clamp(22px, 2.2vw, 30px);
}

.personal-inner p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.contact {
  color: var(--white);
  background: var(--navy-2);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 86px);
}

.contact h2 {
  color: var(--white);
}

.contact-copy > p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.contact-facts {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.contact-facts div {
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
}

.contact-facts span {
  display: block;
  color: #dfc089;
  font-size: 13px;
  font-weight: 850;
}

.contact-facts a,
.contact-facts p {
  display: inline-block;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.consult-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.consult-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 760;
}

.consult-form .wide,
.consult-form button,
.consult-form > p {
  grid-column: 1 / -1;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 13px;
}

.consult-form select option {
  color: var(--ink);
}

.consult-form textarea {
  resize: vertical;
}

.consult-form > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #071d2d;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(245px, auto);
  gap: 34px;
  align-items: center;
}

.footer-grid strong,
.footer-grid span {
  display: block;
}

.footer-grid strong {
  color: var(--white);
  font-size: 18px;
}

.footer-grid p {
  margin: 6px 0 0;
}

.footer-wechat {
  display: grid;
  grid-template-columns: 104px minmax(150px, 180px);
  gap: 16px;
  align-items: center;
  padding-left: 34px;
  border-left: 1px solid var(--line-dark);
}

.footer-qr-link {
  display: block;
  border-radius: 4px;
  line-height: 0;
}

.footer-qr {
  width: 104px;
  height: 104px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: var(--white);
}

.footer-wechat-copy span {
  color: #d5b476;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.footer-wechat-copy strong {
  margin-top: 2px;
  font-size: 16px;
}

.footer-wechat-copy p {
  font-size: 13px;
  line-height: 1.6;
}

.footer-legal {
  text-align: right;
}

@media (max-width: 1080px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-wechat {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .footer-legal {
    grid-column: 1;
    text-align: left;
  }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--navy);
    border-radius: 4px;
    background: var(--navy);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-open .site-nav {
    position: fixed;
    inset: 82px 0 auto 0;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 20px 45px rgba(18, 50, 74, 0.12);
  }

  .nav-open .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-grid,
  .section-head.split,
  .compliance-grid,
  .why-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-image img {
    aspect-ratio: 16 / 10;
  }

  .hero-card {
    right: 18px;
  }

  .service-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .personal-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 32px, 1180px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 158px;
  }

  .nav-open .site-nav {
    inset: 72px 0 auto 0;
  }

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

  h1 {
    font-size: clamp(32px, 8.7vw, 38px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-card {
    position: static;
    width: auto;
    margin-top: -1px;
    border-radius: 0 0 6px 6px;
  }

  .ledger-row,
  .service-grid,
  .audience-grid,
  .team-list,
  .reason-list,
  .consult-form {
    grid-template-columns: 1fr;
  }

  .ledger-row div,
  .ledger-row div:first-child,
  .service-card,
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    border-right: 0;
  }

  .ledger-row div {
    min-height: 96px;
    border-left: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .ledger-row div:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: auto;
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(3) {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .path-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .why-image img {
    aspect-ratio: 16 / 10;
  }

  .about-media > img {
    aspect-ratio: 16 / 10;
  }

  .video-tile img {
    aspect-ratio: 16 / 9;
  }

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

  .footer-wechat {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
    padding: 22px 0 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .footer-legal {
    grid-column: auto;
    text-align: left;
  }
}

.form-notice {
  grid-column: 1 / -1;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid currentColor;
  font-size: 0.95rem;
}

.form-notice.is-success {
  color: #174d3a;
  background: #edf7f2;
}

.form-notice.is-error {
  color: #8b3027;
  background: #fff1ef;
}

.site-footer a {
  color: inherit;
}

/* Company setup service page */
.sub-hero {
  padding: clamp(58px, 8vw, 106px) 0 clamp(58px, 7vw, 92px);
  background: linear-gradient(90deg, rgba(232, 238, 242, 0.75), rgba(255, 255, 255, 0) 58%), var(--white);
  overflow: hidden;
}

.sub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.breadcrumb {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--navy);
  font-weight: 750;
  text-decoration: none;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-line span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.setup-ledger {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
  overflow: hidden;
}

.ledger-head {
  padding: 28px;
  color: var(--white);
  background: var(--navy);
}

.ledger-head span,
.ledger-head strong {
  display: block;
}

.ledger-head span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--utility);
  font-size: 12px;
  text-transform: uppercase;
}

.ledger-head strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.ledger-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ledger-flow div {
  min-height: 128px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ledger-flow div:nth-child(2n) {
  border-right: 0;
}

.ledger-flow span {
  color: var(--brick);
  font-weight: 850;
}

.ledger-flow p {
  margin: 10px 0 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.55;
}

.setup-ledger figure {
  margin: 0;
}

.setup-ledger img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  filter: saturate(0.88);
}

.fit-section {
  background: var(--paper);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.fit-grid article {
  min-height: 174px;
  padding: 26px;
  background: var(--white);
}

.fit-grid span {
  display: block;
  color: var(--brick);
  font-weight: 850;
}

.fit-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.scope-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: start;
}

.scope-aside {
  position: sticky;
  top: 112px;
}

.scope-aside p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}

.scope-list {
  border-top: 1px solid var(--line);
}

.scope-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.scope-list article > span {
  color: var(--gold);
  font-family: var(--utility);
  font-size: 24px;
  font-weight: 850;
}

.scope-list h3 {
  font-family: var(--body);
  font-size: 21px;
}

.scope-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.setup-process {
  color: var(--white);
  background: var(--navy);
}

.setup-process h2,
.setup-process h3 {
  color: var(--white);
}

.process-ledger {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-ledger article {
  min-height: 290px;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.04);
}

.process-ledger article:last-child {
  border-right: 0;
}

.process-ledger.six {
  grid-template-columns: repeat(6, 1fr);
}

.process-ledger span {
  display: block;
  color: #dfc089;
  font-family: var(--utility);
  font-size: 28px;
  font-weight: 850;
}

.process-ledger h3 {
  margin-top: 34px;
  font-family: var(--body);
  font-size: 19px;
}

.process-ledger p {
  color: rgba(255, 255, 255, 0.74);
}

.checklist-section {
  background: var(--paper);
}

.checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1fr);
  gap: clamp(38px, 7vw, 84px);
  align-items: start;
}

.checklist-grid > div:first-child p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}

.check-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.check-panel ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--navy);
  font-weight: 700;
}

.check-panel li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brick);
  content: "";
}

.check-panel p {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.aftercare-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: center;
}

.aftercare figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.aftercare img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.86);
}

.aftercare p:not(.eyebrow) {
  color: var(--muted);
}

.aftercare-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.aftercare-list span {
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  color: var(--navy);
  background: var(--paper);
  font-weight: 750;
}

.faq-page {
  background: var(--paper);
}

.faq-page-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 850;
}

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

/* Business accounting and tax page */
.tax-calendar {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
  overflow: hidden;
}

.calendar-head {
  padding: 30px;
  color: var(--white);
  background: var(--navy);
}

.calendar-head span,
.calendar-head strong {
  display: block;
}

.calendar-head span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--utility);
  font-size: 12px;
  text-transform: uppercase;
}

.calendar-head strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.calendar-item {
  min-height: 212px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.calendar-item:nth-child(2n) {
  border-right: 0;
}

.calendar-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.calendar-item span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(166, 64, 45, 0.22);
  border-radius: 3px;
  color: var(--brick);
  background: rgba(166, 64, 45, 0.05);
  font-weight: 850;
}

.calendar-item h2 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 21px;
  line-height: 1.35;
}

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

.scope-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.scope-matrix article {
  min-height: 250px;
  padding: 28px;
  background: var(--white);
}

.scope-matrix span {
  color: var(--brick);
  font-weight: 850;
}

.scope-matrix h3 {
  margin-top: 20px;
  font-family: var(--body);
  font-size: 22px;
}

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

.handover-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.handover-panel > div {
  padding: 24px;
  background: var(--white);
}

.handover-panel h3 {
  margin-bottom: 16px;
  font-family: var(--body);
  font-size: 18px;
}

.handover-panel ul,
.route-grid ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.handover-panel li,
.route-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.handover-panel li::before,
.route-grid li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brick);
  content: "";
}

.handover-panel > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 24px;
  color: var(--muted);
  background: var(--white);
}

.route-section {
  background: var(--white);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.route-grid article {
  padding: clamp(26px, 3vw, 38px);
  background: var(--paper);
}

.route-grid article:nth-child(2) {
  background: var(--white);
}

.route-grid span {
  color: var(--brick);
  font-weight: 850;
}

.route-grid h3 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 24px;
}

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

.annual-section {
  background: var(--paper);
}

.annual-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: center;
}

.annual-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.annual-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.86);
}

.annual-grid p:not(.eyebrow) {
  color: var(--muted);
}

.annual-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
  overflow: hidden;
}

.annual-flow span {
  padding: 16px;
  color: var(--navy);
  background: var(--white);
  font-weight: 850;
  text-align: center;
}

/* Personal tax page */
.personal-hero {
  background:
    linear-gradient(90deg, rgba(234, 242, 245, 0.86), rgba(244, 247, 248, 0.72)),
    var(--paper);
}

.tax-file {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
}

.file-tabs {
  position: absolute;
  top: -16px;
  left: 34px;
  display: flex;
  gap: 8px;
}

.file-tabs span {
  width: 72px;
  height: 18px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: var(--file-blue);
}

.file-tabs span:nth-child(2) {
  background: var(--white);
}

.file-tabs span:nth-child(3) {
  background: rgba(201, 162, 77, 0.22);
}

.file-head {
  padding: 34px 34px 28px;
  color: var(--white);
  background: var(--navy);
}

.file-head span,
.file-head strong {
  display: block;
}

.file-head span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--utility);
  font-size: 12px;
  text-transform: uppercase;
}

.file-head strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.2;
}

.file-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}

.file-meta div {
  padding: 22px 26px;
  background: var(--file-blue);
}

.file-meta div + div {
  border-left: 1px solid var(--line);
}

.file-meta span,
.file-section > span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.file-meta strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 22px;
}

.file-section {
  padding: 26px 30px;
  border-bottom: 1px solid var(--line);
}

.file-section:last-child {
  border-bottom: 0;
}

.file-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.file-tags em {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(166, 64, 45, 0.2);
  border-radius: 3px;
  color: var(--brick);
  background: rgba(166, 64, 45, 0.05);
  font-style: normal;
  font-weight: 850;
}

.file-section ul,
.scenario-grid ul,
.document-list ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.file-section li,
.scenario-grid li,
.document-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.file-section li::before,
.scenario-grid li::before,
.document-list li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brick);
  content: "";
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.identity-grid article {
  min-height: 216px;
  padding: 26px;
  background: var(--white);
}

.identity-grid article:nth-child(2n) {
  background: var(--file-blue);
}

.identity-grid span,
.personal-scope span,
.scenario-grid span {
  color: var(--brick);
  font-weight: 850;
}

.identity-grid h3,
.personal-scope h3,
.scenario-grid h3,
.document-list h3 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 21px;
  line-height: 1.35;
}

.identity-grid p,
.personal-scope p {
  margin: 12px 0 0;
  color: var(--muted);
}

.personal-scope-section {
  background: var(--white);
}

.personal-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.personal-scope article {
  min-height: 300px;
  padding: 24px;
  background: var(--paper);
}

.personal-scope article:nth-child(2n) {
  background: var(--white);
}

.personal-scope article:last-child {
  grid-column: span 2;
}

.scenario-section {
  background: var(--paper);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.scenario-grid article {
  padding: 28px;
  background: var(--white);
}

.scenario-grid a {
  color: var(--brick);
  font-weight: 850;
}

.personal-steps {
  grid-template-columns: repeat(5, 1fr);
}

.document-section {
  background: var(--paper);
}

.document-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.document-list > div {
  min-height: 265px;
  padding: 24px;
  background: var(--white);
}

.document-list > div:nth-child(2n) {
  background: var(--file-blue);
}

.document-list > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 24px;
  color: var(--muted);
  background: var(--white);
}

.owner-bridge {
  color: var(--white);
  background: var(--navy);
}

.owner-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.owner-grid figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
}

.owner-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.75);
}

.owner-grid h2 {
  color: var(--white);
}

.owner-grid p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.bridge-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 620px;
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.bridge-map span {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 850;
  text-align: center;
}

.light-button {
  border-color: rgba(255, 255, 255, 0.36);
  background: transparent;
  color: var(--white);
}

/* About page */
.about-hero {
  background:
    linear-gradient(90deg, rgba(244, 247, 248, 0.92), rgba(234, 242, 245, 0.72)),
    var(--paper);
}

.company-record {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
  overflow: hidden;
}

.record-head {
  padding: 34px;
  color: var(--white);
  background: var(--navy);
}

.record-head span,
.record-head strong {
  display: block;
}

.record-head span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--utility);
  font-size: 12px;
  text-transform: uppercase;
}

.record-head strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.2;
}

.company-record dl {
  margin: 0;
}

.company-record dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
}

.company-record dl div:nth-child(2n) {
  background: var(--file-blue);
}

.company-record dl div:last-child {
  border-bottom: 0;
}

.company-record dt {
  color: var(--muted);
  font-size: 14px;
}

.company-record dd {
  margin: 0;
  color: var(--navy);
  font-weight: 850;
}

.fact-section,
.team-section,
.office-proof {
  background: var(--paper);
}

.fact-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.fact-board article {
  min-height: 250px;
  padding: 26px;
  background: var(--white);
}

.fact-board article:nth-child(2n) {
  background: var(--file-blue);
}

.fact-board span,
.service-principles span,
.team-directory span,
.about-service-links span {
  color: var(--brick);
  font-weight: 850;
}

.fact-board strong {
  display: block;
  margin-top: 20px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.35;
}

.fact-board p,
.service-principles p,
.team-directory p,
.about-service-links p {
  color: var(--muted);
}

.principles-section {
  background: var(--white);
}

.service-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.service-principles article {
  min-height: 260px;
  padding: 28px;
  background: var(--paper);
}

.service-principles article:nth-child(2n) {
  background: var(--white);
}

.team-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.team-directory article {
  min-height: 230px;
  padding: 30px;
  background: var(--white);
}

.team-directory article:nth-child(4) {
  background: var(--file-blue);
}

.team-directory h3,
.about-service-links h3 {
  margin-top: 22px;
  font-family: var(--body);
  font-size: 22px;
  line-height: 1.35;
}

.boundary-section {
  color: var(--white);
  background: var(--navy);
}

.boundary-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.boundary-grid h2 {
  color: var(--white);
}

.boundary-grid p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.boundary-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.boundary-table article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
}

.boundary-table h3 {
  margin-top: 0;
  font-family: var(--body);
  color: var(--white);
}

.boundary-table ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.boundary-table li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.boundary-table li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.office-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.office-grid p:not(.eyebrow) {
  color: var(--muted);
}

.office-facts {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.office-facts div {
  padding: 18px 20px;
  background: var(--white);
}

.office-facts span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.office-facts strong,
.office-facts a {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-weight: 850;
}

.office-media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.office-media figure {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.office-media figure:first-child {
  grid-row: span 2;
}

.office-media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: saturate(0.88);
}

.video-proof span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  color: var(--white);
  background: rgba(18, 50, 74, 0.86);
  font-weight: 850;
}

.about-service-section {
  background: var(--white);
}

.about-service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.about-service-links article {
  padding: 30px;
  background: var(--paper);
}

.about-service-links article:nth-child(2) {
  background: var(--white);
}

.about-service-links a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brick);
  font-weight: 850;
}

/* Contact page */
.contact-hero {
  background:
    linear-gradient(90deg, rgba(234, 242, 245, 0.9), rgba(244, 247, 248, 0.72)),
    var(--paper);
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
  overflow: hidden;
}

.contact-card-head {
  padding: 34px;
  color: var(--white);
  background: var(--navy);
}

.contact-card-head span,
.contact-card-head strong {
  display: block;
}

.contact-card-head span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--utility);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-card-head strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.2;
}

.contact-card-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.contact-card-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 28px;
  background: var(--white);
}

.contact-card-list div:nth-child(2n) {
  background: var(--file-blue);
}

.contact-card-list span {
  color: var(--muted);
  font-size: 14px;
}

.contact-card-list a,
.contact-card-list strong {
  color: var(--navy);
  font-weight: 850;
}

.contact-method-section,
.map-section {
  background: var(--paper);
}

.contact-methods,
.inquiry-types {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

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

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

.contact-methods article,
.inquiry-types article {
  min-height: 270px;
  padding: 28px;
  background: var(--white);
}

.contact-methods article:nth-child(2n),
.inquiry-types article:nth-child(2n) {
  background: var(--file-blue);
}

.contact-methods span,
.inquiry-types span,
.visit-security span {
  color: var(--brick);
  font-weight: 850;
}

.contact-methods h3,
.inquiry-types h3 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 22px;
  line-height: 1.35;
}

.contact-methods p,
.inquiry-types p {
  color: var(--muted);
}

.contact-methods a,
.inquiry-types a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brick);
  font-weight: 850;
}

.contact-methods article.contact-method-wechat {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  min-height: 236px;
  padding: 34px 40px;
  background: var(--navy-2);
}

.contact-method-wechat span {
  color: #d5b476;
}

.contact-method-wechat h3 {
  max-width: 620px;
  margin-top: 12px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 34px);
}

.contact-method-wechat p {
  max-width: 660px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-method-wechat small {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.contact-methods .wechat-qr-link {
  display: block;
  margin-top: 0;
  border-radius: 5px;
  line-height: 0;
}

.contact-wechat-qr {
  width: 168px;
  height: 168px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  background: var(--white);
}

.inquiry-type-section {
  background: var(--white);
}

.contact-form-section {
  background: var(--paper);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.contact-form-grid p:not(.eyebrow) {
  color: var(--muted);
}

.security-note {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(181, 138, 69, 0.32);
  border-radius: var(--radius);
  background: #f7f0dc;
}

.security-note strong {
  display: block;
  color: var(--navy);
}

.security-note p {
  margin: 8px 0 0;
}

.contact-form-panel {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 20px 54px rgba(18, 50, 74, 0.08);
}

.contact-form-panel label {
  color: var(--navy);
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  border-color: rgba(18, 50, 74, 0.18);
  color: var(--ink);
  background: var(--paper);
}

.contact-form-panel > p {
  color: var(--muted);
}

.map-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.map-grid p:not(.eyebrow) {
  color: var(--muted);
}

.map-panel {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(234, 242, 245, 0.8)),
    var(--file-blue);
  overflow: hidden;
}

.map-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 50, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 50, 74, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.map-grid-lines::before,
.map-grid-lines::after {
  position: absolute;
  background: rgba(166, 64, 45, 0.28);
  content: "";
}

.map-grid-lines::before {
  top: 42%;
  left: -10%;
  width: 120%;
  height: 5px;
  transform: rotate(-8deg);
}

.map-grid-lines::after {
  top: -10%;
  left: 58%;
  width: 5px;
  height: 120%;
  transform: rotate(14deg);
}

.map-marker {
  position: absolute;
  top: 34%;
  left: 42%;
  max-width: 260px;
  padding: 20px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 44px rgba(18, 50, 74, 0.24);
}

.map-marker span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  font-weight: 850;
}

.map-marker strong,
.map-marker p {
  display: block;
  margin: 10px 0 0;
}

.map-marker p {
  color: rgba(255, 255, 255, 0.72);
}

.map-panel .button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: var(--white);
}

.visit-security {
  color: var(--white);
  background: var(--navy);
}

.visit-security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.visit-security article {
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.08);
}

.visit-security h2 {
  color: var(--white);
}

.visit-security p {
  color: rgba(255, 255, 255, 0.74);
}

/* Guides index page */
.guides-hero {
  background:
    linear-gradient(90deg, rgba(232, 238, 242, 0.78), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(18, 50, 74, 0.04), rgba(255, 255, 255, 0) 48%),
    var(--white);
}

.guide-desk {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 540px;
}

.guide-desk figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(18, 50, 74, 0.16);
}

.guide-desk img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.02);
}

.guide-desk-panel {
  position: absolute;
  right: -18px;
  bottom: 78px;
  width: min(330px, 76%);
  padding: 22px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 45px rgba(18, 50, 74, 0.24);
}

.guide-desk-panel span,
.guide-desk-panel p {
  display: block;
  margin: 0;
}

.guide-desk-panel span {
  color: #dfc089;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-desk-panel strong {
  display: block;
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.25;
}

.guide-desk-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.guide-desk-tags {
  position: absolute;
  right: 16px;
  bottom: 24px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-desk-tags span {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  color: var(--white);
  background: rgba(18, 50, 74, 0.82);
  font-size: 13px;
  font-weight: 760;
}

.latest-guides-section {
  background: var(--white);
}

.latest-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.featured-guide,
.guide-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.featured-guide {
  display: grid;
  min-height: 520px;
  align-content: end;
  padding: clamp(30px, 4vw, 48px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(18, 50, 74, 0.12), rgba(18, 50, 74, 0.9)),
    url("./assets/office-sunlit.webp") center / cover;
  overflow: hidden;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.featured-guide .guide-meta {
  color: rgba(255, 255, 255, 0.74);
}

.guide-meta span,
.guide-meta time {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.76);
}

.featured-guide .guide-meta span,
.featured-guide .guide-meta time {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(18, 50, 74, 0.66);
}

.featured-guide h3 {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(30px, 3.3vw, 48px);
}

.featured-guide h3,
.featured-guide h3 a {
  color: var(--white);
  text-decoration: none;
}

.featured-guide p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.guide-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.guide-card-links a,
.guide-list a,
.guide-topic-grid a,
.guide-service-links a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
}

.featured-guide .guide-card-links a {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--navy);
  background: var(--white);
}

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

.guide-list article {
  padding: 24px;
}

.guide-list h3 {
  margin-top: 14px;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.45;
}

.guide-list h3 a {
  text-decoration: none;
}

.guide-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.guide-topic-section,
.article-library-section {
  background: var(--paper);
}

.guide-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.guide-topic-grid article {
  min-height: 270px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.guide-topic-grid span,
.guide-service-links span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 850;
}

.guide-topic-grid h3,
.guide-service-links h3 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.45;
}

.guide-topic-grid p,
.guide-service-links p {
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.article-library-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.article-library-grid > div:first-child p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}

.article-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.article-table article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.article-table article:last-child {
  border-bottom: 0;
}

.article-table article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--brick);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
}

.article-table h3 {
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.45;
}

.article-table h3 a {
  text-decoration: none;
}

.article-table p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.guide-service-section {
  color: var(--white);
  background: var(--navy);
}

.guide-service-section h2,
.guide-service-section .section-head.split > p {
  color: var(--white);
}

.guide-service-section .section-head.split > p {
  opacity: 0.76;
}

.guide-service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--line-dark);
  overflow: hidden;
}

.guide-service-links article {
  min-height: 310px;
  padding: clamp(26px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.08);
}

.guide-service-links span {
  border-color: rgba(255, 255, 255, 0.18);
  color: #dfc089;
  background: rgba(255, 255, 255, 0.06);
}

.guide-service-links h3,
.guide-service-links a {
  color: var(--white);
}

.guide-service-links p {
  color: rgba(255, 255, 255, 0.76);
}

.editorial-standard {
  background: var(--white);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr) auto;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.editorial-grid p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}

.editorial-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.editorial-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px 20px;
  background: var(--paper);
}

.editorial-list span {
  color: var(--brick);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
}

.editorial-list strong {
  color: var(--navy);
}

/* Guide article detail page */
.article-hero {
  padding: clamp(58px, 8vw, 104px) 0 clamp(54px, 7vw, 90px);
  background:
    linear-gradient(90deg, rgba(232, 238, 242, 0.82), rgba(255, 255, 255, 0) 58%),
    var(--white);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.58fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.article-hero-copy h1 {
  max-width: 900px;
  margin-top: 24px;
  font-size: clamp(38px, 4.8vw, 66px);
}

.article-meta {
  margin-top: 24px;
}

.article-lede {
  max-width: 780px;
  margin: 26px 0 0;
  color: #3e4d57;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.82;
}

.article-brief {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.16);
}

.article-brief > span {
  display: block;
  color: #dfc089;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-brief strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.25;
}

.article-brief ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.article-brief li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.article-brief li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.guide-article-section {
  background: var(--paper);
}

.guide-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.3fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.guide-article-content {
  display: grid;
  gap: 28px;
}

.guide-article-content > section,
.article-note,
.article-service-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.guide-article-content > section {
  padding: clamp(28px, 4vw, 48px);
}

.guide-article-content h2 {
  font-family: var(--body);
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.35;
}

.guide-article-content p {
  margin: 18px 0 0;
  color: #485862;
  font-size: 17px;
  line-height: 1.92;
}

.article-note {
  padding: 24px 28px;
  border-left: 4px solid var(--gold);
  background: #fbfcfc;
}

.article-note strong {
  color: var(--navy);
  font-size: 18px;
}

.article-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.article-timeline {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.article-timeline div {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) 1fr;
  gap: 22px;
  padding: 22px 24px;
  background: var(--paper);
}

.article-timeline span {
  color: var(--brick);
  font-weight: 850;
}

.article-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.article-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.article-checklist div {
  min-height: 150px;
  padding: 22px;
  background: var(--paper);
}

.article-checklist span {
  display: block;
  color: var(--navy);
  font-weight: 850;
}

.article-checklist p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.article-service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  color: var(--white);
  background: var(--navy);
}

.article-service-cta h2 {
  color: var(--white);
  font-family: var(--body);
  font-size: clamp(24px, 2.4vw, 34px);
}

.article-service-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.article-service-actions {
  display: grid;
  gap: 12px;
}

.article-service-actions .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.guide-article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.article-toc,
.article-sidebar-cta,
.article-sidebar-links {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.article-toc {
  display: grid;
}

.article-toc strong,
.article-sidebar-links strong {
  padding: 18px 20px;
  color: var(--white);
  background: var(--navy);
}

.article-toc a,
.article-sidebar-links a {
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.article-toc a:last-child,
.article-sidebar-links a:last-child {
  border-bottom: 0;
}

.article-toc a:hover,
.article-sidebar-links a:hover {
  color: var(--brick);
  background: var(--paper);
}

.article-sidebar-cta {
  padding: 24px;
  color: var(--white);
  background: var(--navy);
}

.article-sidebar-cta h3 {
  color: var(--white);
  font-family: var(--body);
  font-size: 22px;
}

.article-sidebar-cta p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.article-sidebar-cta a {
  color: #dfc089;
  font-weight: 850;
  text-decoration: none;
}

.article-sidebar-links {
  display: grid;
}

.related-article-section {
  background: var(--white);
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.related-articles article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.related-articles span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 850;
}

.related-articles h3 {
  margin-top: 18px;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.45;
}

.related-articles h3 a {
  text-decoration: none;
}

.related-articles p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

/* Privacy notice page */
.privacy-hero {
  background:
    linear-gradient(90deg, rgba(232, 238, 242, 0.78), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, rgba(181, 138, 69, 0.08), rgba(255, 255, 255, 0) 42%),
    var(--white);
}

.privacy-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 50, 74, 0.14);
  overflow: hidden;
}

.privacy-panel-head {
  padding: 28px;
  color: var(--white);
  background: var(--navy);
}

.privacy-panel-head span,
.privacy-panel-head strong {
  display: block;
}

.privacy-panel-head span {
  color: #dfc089;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-panel-head strong {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.25;
}

.privacy-panel-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
}

.privacy-panel-list div:nth-child(2n) {
  background: var(--paper);
}

.privacy-panel-list div:last-child {
  border-bottom: 0;
}

.privacy-panel-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.privacy-panel-list strong {
  color: var(--navy);
  line-height: 1.45;
}

.privacy-summary-section {
  background: var(--paper);
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.privacy-summary article {
  min-height: 290px;
  padding: clamp(26px, 3vw, 38px);
  background: var(--white);
}

.privacy-summary span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--brick);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 850;
}

.privacy-summary h3 {
  margin-top: 22px;
  font-family: var(--body);
  font-size: 21px;
}

.privacy-summary p {
  margin: 14px 0 0;
  color: var(--muted);
}

.privacy-content-section {
  background: var(--white);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.privacy-toc strong {
  padding: 18px 20px;
  color: var(--white);
  background: var(--navy);
  font-size: 16px;
}

.privacy-toc a {
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.privacy-toc a:last-child {
  border-bottom: 0;
}

.privacy-toc a:hover {
  color: var(--brick);
  background: var(--paper);
}

.privacy-content {
  display: grid;
  gap: 18px;
}

.privacy-content article {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.privacy-content h2 {
  font-family: var(--body);
  font-size: clamp(22px, 2.1vw, 30px);
}

.privacy-content p {
  margin: 16px 0 0;
  color: var(--muted);
}

.privacy-contact-card {
  color: var(--white);
  background: var(--navy) !important;
}

.privacy-contact-card h2 {
  color: var(--white);
}

.privacy-contact-card p {
  color: rgba(255, 255, 255, 0.76);
}

.privacy-contact-card dl {
  display: grid;
  gap: 1px;
  margin: 26px 0 0;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  overflow: hidden;
}

.privacy-contact-card dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
}

.privacy-contact-card dt {
  color: #dfc089;
  font-size: 13px;
  font-weight: 850;
}

.privacy-contact-card dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.privacy-contact-card a {
  color: var(--white);
  text-decoration: none;
}

.privacy-next {
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.privacy-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.privacy-next-grid p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .sub-hero-grid,
  .scope-grid,
  .checklist-grid,
  .aftercare-grid,
  .faq-page-grid,
  .annual-grid,
  .owner-grid,
  .boundary-grid,
  .office-grid,
  .contact-form-grid,
  .map-grid,
  .latest-guide-layout,
  .article-library-grid,
  .editorial-grid,
  .article-hero-grid,
  .guide-article-layout,
  .article-service-cta,
  .privacy-layout,
  .privacy-next-grid {
    grid-template-columns: 1fr;
  }

  .scope-aside {
    position: static;
  }

  .privacy-toc {
    position: static;
  }

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

  .scope-matrix,
  .handover-panel,
  .identity-grid,
  .personal-scope,
  .scenario-grid,
  .document-list,
  .fact-board,
  .service-principles,
  .team-directory,
  .about-service-links,
  .contact-methods,
  .inquiry-types,
  .guide-topic-grid,
  .guide-service-links,
  .article-checklist,
  .related-articles,
  .privacy-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-article-sidebar {
    position: static;
    order: -1;
  }

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

  .process-ledger article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .process-ledger article:last-child {
    border-bottom: 0;
  }

  .annual-grid img {
    aspect-ratio: 16 / 10;
  }

  .personal-steps {
    grid-template-columns: 1fr;
  }

  .owner-grid img {
    aspect-ratio: 16 / 10;
  }

  .boundary-table {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .sub-hero {
    padding: 38px 0 50px;
  }

  .trust-line,
  .ledger-flow,
  .fit-grid,
  .calendar-grid,
  .scope-matrix,
  .handover-panel,
  .route-grid,
  .annual-flow,
  .identity-grid,
  .personal-scope,
  .scenario-grid,
  .document-list,
  .bridge-map,
  .fact-board,
  .service-principles,
  .team-directory,
  .boundary-table,
  .office-media,
  .about-service-links,
  .contact-methods,
  .inquiry-types,
  .guide-topic-grid,
  .guide-service-links,
  .article-checklist,
  .related-articles,
  .privacy-summary,
  .visit-security-grid,
  .check-panel ul,
  .aftercare-list {
    grid-template-columns: 1fr;
  }

  .trust-line {
    display: grid;
  }

  .ledger-flow div,
  .ledger-flow div:nth-child(2n) {
    border-right: 0;
  }

  .calendar-head {
    padding: 24px;
  }

  .file-tabs {
    left: 24px;
  }

  .file-tabs span {
    width: 54px;
  }

  .file-head {
    padding: 28px 24px 24px;
  }

  .file-meta {
    grid-template-columns: 1fr;
  }

  .file-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .file-section {
    padding: 24px;
  }

  .company-record dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 22px;
  }

  .contact-card-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 22px;
  }

  .contact-methods article.contact-method-wechat {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 28px 24px;
  }

  .contact-methods .wechat-qr-link {
    justify-self: start;
  }

  .privacy-panel-list div,
  .privacy-contact-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 22px;
  }

  .record-head,
  .contact-card-head {
    padding: 28px 24px 24px;
  }

  .calendar-item,
  .calendar-item:nth-child(2n),
  .calendar-item:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .calendar-item:last-child {
    border-bottom: 0;
  }

  .scope-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .scope-matrix article {
    min-height: auto;
  }

  .identity-grid article,
  .personal-scope article,
  .document-list > div,
  .fact-board article,
  .service-principles article,
  .team-directory article {
    min-height: auto;
  }

  .contact-methods article,
  .inquiry-types article {
    min-height: auto;
  }

  .personal-scope article:last-child {
    grid-column: auto;
  }

  .handover-panel > p {
    padding: 18px 20px;
  }

  .document-list > p {
    padding: 18px 20px;
  }

  .aftercare img {
    aspect-ratio: 16 / 10;
  }

  .office-media figure:first-child {
    grid-row: auto;
  }

  .office-media img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .map-panel {
    min-height: 360px;
  }

  .map-marker {
    top: 26%;
    left: 24px;
    right: 24px;
    max-width: none;
  }

  .map-panel .button {
    right: 24px;
    left: 24px;
    justify-content: center;
  }

  .guide-desk {
    min-height: auto;
  }

  .guide-desk img {
    aspect-ratio: 16 / 10;
  }

  .guide-desk-panel,
  .guide-desk-tags {
    position: static;
  }

  .guide-desk-panel {
    width: auto;
    border-radius: 0;
  }

  .guide-desk-tags {
    padding: 14px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    background: var(--navy);
  }

  .featured-guide {
    min-height: 520px;
  }

  .article-table article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-hero {
    padding: 38px 0 50px;
  }

  .article-hero-copy h1 {
    font-size: clamp(32px, 8.5vw, 40px);
  }

  .guide-article-content > section,
  .article-note,
  .article-service-cta {
    padding: 24px;
  }

  .article-timeline div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .article-service-actions {
    width: 100%;
  }

  .article-sidebar-links {
    display: none;
  }
}
