:root {
  --ink: #222;
  --muted: #666;
  --bg: #fff;
  --alt: #f7f7f7;
  --footer: #f0f0f0;
  --line: #eee;
  --blue: #3662f6;
  --logo: #033a8d;
  --max: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 14px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 44px; width: auto; }
.logo-text { font-size: 18px; font-weight: 600; letter-spacing: .06em; color: #222; white-space: nowrap; }
.site-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.site-nav a { font-size: 14px; color: #333; }
.site-nav a:hover,
.site-nav .current-menu-item a { color: var(--blue); }
.nav-toggle { display: none; background: none; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #111; margin: 4px 0; }

.home-hero {
  position: relative;
  color: #fff;
  background: #111;
  overflow: hidden;
}
.home-hero-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.home-hero:not(.hero-baked)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.08) 55%, rgba(0,0,0,.28));
}
.home-hero .container {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-hero h1 {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .04em;
}
.home-hero .lead { margin: 0; font-size: 16px; opacity: .92; line-height: 1.7; }
.home-hero.hero-baked h1,
.home-hero.hero-baked .lead { display: none; }

.page-hero {
  min-height: 360px;
  background: #0d1b2e center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.32);
}
.page-hero .container { position: relative; z-index: 1; text-align: center; }
.page-hero h1 { margin: 0; font-size: 36px; font-weight: 600; }
.page-hero-left .container { text-align: left; max-width: var(--max); }
.page-hero-left h1 { font-size: 32px; }
.page-hero-left p { margin: 10px 0 0; opacity: .85; }
.page-hero.hero-baked::before { display: none; }
.page-hero.hero-baked {
  min-height: 0;
  padding: 0;
  display: block;
  background: none;
}
.page-hero-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.page-hero.hero-baked h1,
.page-hero.hero-baked p { display: none; }
.page-hero-dark {
  min-height: 240px;
  background: #071422 center/cover no-repeat;
  padding: 80px 0;
}
.page-hero-plain {
  min-height: 180px;
  background: #fff;
  color: var(--ink);
  padding: 48px 0 24px;
}
.page-hero-plain::before { display: none; }
.page-hero-plain h1 { font-size: 28px; }

.section { padding: 72px 0; }
.section-alt { background: var(--alt); }
.news-block { padding: 56px 0 72px; }
.section-title { text-align: center; margin: 0 0 14px; font-size: 28px; font-weight: 600; }
.section-desc { text-align: center; max-width: 820px; margin: 0 auto 40px; color: var(--muted); }

.news-layout { display: grid; grid-template-columns: 400px 1fr; gap: 48px; align-items: stretch; }
.news-cover { position: relative; min-height: 340px; overflow: hidden; color: #fff; }
.news-cover img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.news-cover strong {
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-size: 32px;
  font-weight: 600;
}
.news-cover.cover-baked strong { display: none; }
.news-feature h3 { margin: 0 0 8px; font-size: 18px; font-weight: 600; line-height: 1.5; }
.news-feature time,
.news-item time { display: block; color: #999; font-size: 12px; margin-bottom: 10px; }
.news-feature p { color: #555; margin: 0 0 12px; }
.news-feature .more { color: var(--blue); font-size: 13px; }
.news-item { padding: 16px 0; border-top: 1px solid var(--line); }
.news-item a { display: block; margin-bottom: 6px; }

.biz-section { padding-top: 24px; }
.biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 46px; align-items: start; }
.biz-card { min-width: 0; }
.biz-card img.feature-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
  border-radius: 6px;
}
.feature-body { padding: 20px 0 0; }
.feature-body h3 { margin: 0 0 12px; font-size: 22px; color: var(--blue); font-weight: 600; }
.feature-body p { margin: 0; color: #555; line-height: 1.8; }

.trust-section { background: var(--alt); padding: 72px 0 64px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-card { background: #fff; padding: 28px 24px 24px; min-height: 280px; }
.trust-dot { display: block; width: 16px; height: 16px; border-radius: 50%; margin-bottom: 16px; }
.trust-card h3 { margin: 0 0 14px; font-size: 16px; font-weight: 600; }
.trust-card ul { margin: 0; padding-left: 18px; color: #555; }
.trust-card li { margin: 8px 0; }

.site-footer { background: var(--footer); padding-top: 40px; }
.footer-main h3 { margin: 0 0 16px; font-size: 18px; font-weight: 600; }
.footer-links ul { list-style: none; margin: 0 0 20px; padding: 0; }
.footer-links li { margin: 8px 0; }
.footer-about { color: #666; max-width: 960px; }
.footer-about p { margin: 0 0 12px; }
.footer-copy { border-top: 1px solid #e4e4e4; margin-top: 28px; padding: 14px 0; font-size: 12px; color: #888; }
.copy-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.copy-right a { margin-right: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid transparent;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-ghost { background: #fff; border-color: #ddd; }
.content-wrap { max-width: 800px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); }
.card img { width: 100%; height: 180px; object-fit: cover; }
.card-body { padding: 16px 18px 20px; }
.card-placeholder { height: 180px; background: #eef2f8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form { display: grid; gap: 12px; }
.contact-form input,
.contact-form textarea { width: 100%; border: 1px solid #ddd; padding: 10px 12px; font: inherit; }
.job-list { display: grid; gap: 12px; }
.job-item { display: flex; justify-content: space-between; gap: 16px; padding: 18px; background: #fff; border: 1px solid var(--line); }
.download-box { max-width: 720px; margin: 0 auto; text-align: center; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.video-box video,
.video-box iframe { width: 100%; min-height: 360px; border: 0; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.about-intro { text-align: center; max-width: 860px; margin: 0 auto; color: #555; line-height: 1.9; }
.about-intro p { margin: 0 0 16px; }
.about-intro-sec { padding-bottom: 40px; }
.about-method-sec { background: #fff; }
.method-flow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.method-flow li {
  flex: 1 1 140px;
  text-align: center;
  padding: 22px 12px;
  background: var(--alt);
  color: #333;
}
.method-flow span { display: block; color: var(--blue); font-weight: 600; margin-bottom: 8px; }
.about-org-sec { background: var(--alt); }
.org-wrap { text-align: center; }
.org-logo { width: 160px; height: 160px; object-fit: contain; margin: 0 auto 28px; }
.org-labels { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; list-style: none; margin: 0; padding: 0; }
.org-labels li { background: #fff; padding: 10px 18px; min-width: 110px; }

.biz-stack { display: grid; gap: 56px; }
.biz-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.biz-row.reverse { direction: rtl; }
.biz-row.reverse > * { direction: ltr; }
.biz-row .feature-photo { width: 100%; height: 280px; object-fit: cover; }

.news-page-list { max-width: 860px; }
.news-row { padding: 22px 0; border-bottom: 1px solid var(--line); }
.news-row h3 { margin: 0 0 8px; font-size: 18px; }
.news-row time { color: #999; font-size: 12px; }
.news-row-lead p { color: #555; margin: 10px 0 8px; }
.news-row .more { color: var(--blue); font-size: 13px; }

.flow-img { display: block; width: 100%; height: auto; margin: 24px auto 0; }
.lines-grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
.lines-logo img { width: 220px; margin: 0 auto; }
.lines-list { list-style: none; max-width: none; margin: 16px 0 0; padding: 0; }
.lines-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-split-photo img { width: 100%; height: auto; display: block; border-radius: 4px; }
.adv-list { list-style: none; max-width: none; margin: 24px 0 0; padding: 0; }
.adv-list li { padding: 10px 0 10px 18px; position: relative; }
.adv-list li::before { content: ""; position: absolute; left: 0; top: 18px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.adv-list.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; max-width: 960px; }
.biz-icons { display: flex; justify-content: center; gap: 48px; list-style: none; margin: 36px 0 0; padding: 0; flex-wrap: wrap; }
.biz-icons i { display: block; width: 36px; height: 36px; margin: 0 auto 10px; border: 2px solid var(--ink); border-radius: 50%; }
.stat-row { display: flex; justify-content: space-between; gap: 16px; list-style: none; margin: 28px 0; padding: 0; flex-wrap: wrap; }
.stat-row li { text-align: center; flex: 1; }
.stat-row strong { display: block; font-size: 28px; color: var(--blue); }
.tri-photos { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.tri-photos img { width: 100%; height: 200px; object-fit: cover; }
.tri-photos figcaption { margin-top: 10px; font-weight: 600; }
.tri-copy { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 16px; color: #555; }
.dark-band { background: #0b1220; color: #fff; padding: 72px 0; }
.dark-band h2 { margin: 0 0 16px; font-size: 26px; }
.dark-band p { max-width: 800px; opacity: .85; }
.dark-links { display: flex; gap: 32px; list-style: none; margin: 28px 0 0; padding: 0; }
.award-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; text-align: center; }
.award-grid div { background: var(--alt); padding: 28px 16px; }
.dl-hero-row, .dl-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.dl-split.reverse { grid-template-columns: 1.1fr .9fr; }
.dl-phone, .dl-split img { width: 100%; max-width: 360px; margin: 0 auto; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 36px; }
.quote-grid .card { border: 0; }
.quote-grid .card img,
.quote-grid .card-placeholder { height: 200px; }
.contact-info { list-style: none; margin: 16px 0 0; padding: 0; }
.contact-info li { margin: 10px 0; }
.pager { grid-column: 1 / -1; }

.news-article-sec { padding: 64px 0 80px; }
.news-article-wrap { max-width: 860px; }
.news-article h2 { text-align: center; font-size: 26px; font-weight: 600; margin: 0 0 16px; line-height: 1.5; }
.news-meta { text-align: center; color: #999; font-size: 13px; margin: 0 0 36px; }
.news-body { max-width: 860px; color: #444; line-height: 2; }
.news-body p { margin: 0 0 16px; }
.news-body ol,
.news-body ul { padding-left: 22px; }
.news-more-list { margin-top: 48px; border-top: 1px solid var(--line); }
.article-cover { margin: 0 0 24px; }

.doc-sec { padding: 48px 0 72px; }
.doc-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
.doc-side { position: sticky; top: 90px; display: grid; gap: 0; }
.doc-side a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #333;
  font-size: 14px;
}
.doc-side a:hover { color: var(--blue); }
.doc-main { max-width: none; color: #444; line-height: 2; }
.doc-main h2,
.doc-main h3 { margin: 28px 0 12px; font-size: 16px; color: #222; }
.doc-main p { margin: 0 0 12px; }
.doc-main ol { padding-left: 22px; }
.job-sec { padding-top: 0; }

.contact-cards-sec { padding: 56px 0 80px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card {
  background: #f3f5f8;
  border-radius: 16px;
  min-height: 220px;
  padding: 48px 24px 36px;
  text-align: center;
}
.contact-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 600; }
.contact-card p { margin: 0; color: #666; }
.cc-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  background: #e24b4b;
  -webkit-mask: center / 28px no-repeat;
  mask: center / 28px no-repeat;
}
.cc-mail { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v.2l8 5.3 8-5.3V6H4zm16 12V9.3l-7.4 4.9a1 1 0 0 1-1.2 0L4 9.3V18h16z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v.2l8 5.3 8-5.3V6H4zm16 12V9.3l-7.4 4.9a1 1 0 0 1-1.2 0L4 9.3V18h16z'/></svg>"); }
.cc-ad { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 5h10l6 5v9H4V5zm2 2v10h12V11.2L13.2 7H6zm2 3h6v2H8V10zm0 4h8v2H8v-2z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 5h10l6 5v9H4V5zm2 2v10h12V11.2L13.2 7H6zm2 3h6v2H8V10zm0 4h8v2H8v-2z'/></svg>"); }
.cc-phone { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 7a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.4 11.4 0 0 0 .57 3.6 1 1 0 0 1-.25 1z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 7a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1 11.4 11.4 0 0 0 .57 3.6 1 1 0 0 1-.25 1z'/></svg>"); }
.contact-extra { margin-top: 40px; }

.gold-row { width: 100%; height: auto; }
.gold-caps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 16px 0 0; padding: 0; text-align: center; font-weight: 600; }
.gold-tags { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0 0 28px; padding: 0; gap: 0; }
.gold-tags li { background: #2f6bff; color: #fff; text-align: center; padding: 16px 8px; font-size: 15px; }
.gold-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gold-grid img { width: 100%; height: 220px; object-fit: cover; }
.gold-grid figcaption { text-align: center; margin-top: 12px; font-weight: 600; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 28px; }
.partner-grid h3 { margin: 0 0 10px; font-size: 16px; }
.partner-grid p { margin: 0; color: #555; line-height: 1.9; }
.port-icons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; list-style: none; margin: 36px 0 0; padding: 0; text-align: center; }
.port-icons img { width: 88px; height: 88px; object-fit: contain; margin: 0 auto 12px; }
.port-icons i { display: block; width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: #eef3fb; box-shadow: 0 8px 18px rgba(20,40,80,.08); }
.port-icons strong { display: block; margin-bottom: 8px; }
.port-icons span { display: block; color: #777; font-size: 12px; line-height: 1.6; }
.dash-title::before { content: "-"; margin-right: 6px; }
.dash-title::after { content: "-"; margin-left: 6px; }
.shelf-table-wrap { overflow-x: auto; margin-top: 12px; }
.shelf-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.shelf-table th,
.shelf-table td { border: 1px solid #e6e6e6; padding: 18px 16px; vertical-align: top; line-height: 1.8; }
.shelf-table th { background: #f7f8fa; font-weight: 600; text-align: center; }
.shelf-table td:first-child { width: 22%; font-weight: 600; text-align: center; }
.plus-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1.1fr; gap: 16px; align-items: stretch; margin-top: 36px; }
.plus-card { background: #fff; border-radius: 8px; padding: 28px 22px; box-shadow: 0 8px 24px rgba(20,40,80,.06); }
.plus-card h3 { margin: 0 0 16px; font-size: 18px; }
.plus-card ul { margin: 0; padding-left: 18px; color: #555; }
.plus-card li { margin: 8px 0; }
.plus-sign { display: flex; align-items: center; font-size: 32px; color: #9aa4b5; }
.plus-ico { display: block; width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 50%; background: #2f6bff center / 22px no-repeat; }
.plus-ico.person { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-4 0-8 2-8 5v1h16v-1c0-3-4-5-8-5z'/></svg>"); }
.plus-ico.star { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='m12 2 2.6 6.6L22 11l-5.2 4.4L18.2 22 12 18.4 5.8 22l1.4-6.6L2 11l7.4-2.4z'/></svg>"); }
.plus-n h3 { text-align: center; font-size: 36px; color: #2f6bff; }
.n-icons { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.n-icons li { margin: 0; background: #f6f8fc; padding: 10px 8px; text-align: center; font-size: 12px; }
.dl-app { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.dl-app-phone { margin: 0; text-align: center; }
.dl-app-phone img { width: min(280px, 100%); margin: 0 auto; }
.dl-app-phone figcaption { margin-top: 12px; color: #777; }
.dl-app-copy h2 { margin: 0 0 8px; font-size: 28px; text-align: center; }
.dl-slogan { text-align: center; color: #888; margin: 0 0 28px; }
.dl-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; list-style: none; margin: 0 0 32px; padding: 0; color: #555; }
.dl-feats li { position: relative; padding-left: 14px; }
.dl-feats li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #c9c9c9; }
.dl-store { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.dl-pill { display: inline-flex; align-items: center; gap: 8px; background: #111; color: #fff; border-radius: 999px; padding: 12px 22px; min-width: 148px; justify-content: center; }
.dl-pill:hover { color: #fff; opacity: .88; }
.dl-ico { display: inline-flex; }
.dl-fee-sec { background: var(--alt); }
.dl-caps { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px; list-style: none; margin: 36px 0 0; padding: 0; }
.dl-caps strong { display: block; margin-bottom: 8px; }
.dl-caps span { color: #666; font-size: 13px; line-height: 1.8; }
.biz-grow { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; align-items: center; margin-top: 28px; }
.biz-grow img { width: 100%; height: auto; }
.biz-grow blockquote { margin: 0 0 0 -56px; background: #fff; box-shadow: 0 10px 28px rgba(20,40,80,.08); padding: 48px 36px 40px; color: #555; line-height: 2; position: relative; z-index: 1; }
.quote-mark { position: absolute; top: 12px; right: 28px; font-size: 56px; line-height: 1; color: #222; font-family: Georgia, serif; }
.biz-ico-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; margin: 36px 0 0; padding: 0; }
.biz-ico-row img { width: 100%; height: auto; }
.biz-partner { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 20px; align-items: start; margin-top: 28px; }
.biz-partner h3 { margin: 0 0 16px; font-size: 22px; }
.biz-partner p { color: #555; line-height: 1.9; margin: 0 0 16px; }
.biz-partner img { width: 100%; height: 280px; object-fit: cover; }
.biz-partner figcaption { text-align: center; margin-top: 10px; font-weight: 600; }
.biz-adv-grid img { height: 240px; }
.biz-wm-icons { display: flex; justify-content: center; gap: 72px; list-style: none; margin: 48px 0 0; padding: 0; flex-wrap: wrap; text-align: center; }
.biz-wm-icons i { display: block; width: 56px; height: 56px; margin: 0 auto 12px; background: #222 center / 28px no-repeat; }
.wm-trade { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 18V6h2v12H4zm4-7h2v7H8v-7zm4-5h2v12h-2V6zm4 3h2v9h-2V9z'/></svg>") center / 28px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 18V6h2v12H4zm4-7h2v7H8v-7zm4-5h2v12h-2V6zm4 3h2v9h-2V9z'/></svg>") center / 28px no-repeat; background-color: #222; }
.wm-advisor { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-4 0-8 2-8 5v1h16v-1c0-3-4-5-8-5z'/></svg>") center / 28px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-4 0-8 2-8 5v1h16v-1c0-3-4-5-8-5z'/></svg>") center / 28px no-repeat; background-color: #222; }
.wm-finance { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 18h18v2H3v-2zm2-7h3v6H5v-6zm5-4h3v10h-3V7zm5 2h3v8h-3V9z'/></svg>") center / 28px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 18h18v2H3v-2zm2-7h3v6H5v-6zm5-4h3v10h-3V7zm5 2h3v8h-3V9z'/></svg>") center / 28px no-repeat; background-color: #222; }
.wm-alloc { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2 2 7v2h20V7L12 2zm-8 9v7h4v-7H4zm6 0v7h4v-7h-4zm6 0v7h4v-7h-4zM2 20v2h20v-2H2z'/></svg>") center / 28px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2 2 7v2h20V7L12 2zm-8 9v7h4v-7H4zm6 0v7h4v-7h-4zm6 0v7h4v-7h-4zM2 20v2h20v-2H2z'/></svg>") center / 28px no-repeat; background-color: #222; }
.svc-block h3 { margin: 0 0 10px; font-size: 18px; }
.svc-block p { margin: 0; color: #555; line-height: 1.8; }
.quote-grid .svc-block { padding: 8px 4px 16px; }

@media (max-width: 900px) {
  .news-layout,
  .biz-grid,
  .biz-row,
  .trust-grid,
  .about-grid,
  .contact-grid,
  .card-grid,
  .quote-grid,
  .lines-grid,
  .about-split,
  .tri-photos,
  .tri-copy,
  .award-grid,
  .dl-hero-row,
  .dl-split,
  .dl-split.reverse,
  .adv-list.two-col,
  .doc-layout,
  .contact-cards,
  .gold-caps,
  .gold-tags,
  .gold-grid,
  .partner-grid,
  .port-icons,
  .plus-grid,
  .dl-app,
  .dl-feats,
  .dl-caps,
  .biz-grow,
  .biz-ico-row,
  .biz-partner { grid-template-columns: 1fr; }
  .biz-grow blockquote { margin: 0; }
  .plus-sign { display: none; }
  .biz-row.reverse { direction: ltr; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; background: #fff; padding: 12px 20px 20px; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 12px; }
  .home-hero { min-height: 0; }
  .home-hero h1 { font-size: 24px; }
  .page-hero h1 { font-size: 26px; }
}
