:root {
  --b9-blue: #01539f;
  --b9-blue-2: #063e74;
  --b9-blue-3: #e9f4ff;
  --b9-yellow: #fceb00;
  --b9-ink: #172134;
  --b9-muted: #667085;
  --b9-line: #dce7f2;
  --b9-bg: #f5f8fc;
  --b9-surface: #ffffff;
  --b9-shadow: 0 10px 26px rgba(1, 45, 89, 0.08);
  --b9-radius: 14px;
  --b9-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--b9-bg);
  color: var(--b9-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
a:focus-visible,
summary:focus-visible { outline: 3px solid var(--b9-yellow); outline-offset: 3px; }
h1, h2, h3, h4 { overflow-wrap: anywhere; text-wrap: balance; }
.b9-container { width: min(var(--b9-container), calc(100% - 32px)); margin: 0 auto; }
.b9-main { min-height: 58vh; }
.b9-top { background: #f4f8fc; border-bottom: 1px solid var(--b9-line); color: var(--b9-blue); font-size: 14px; }
.b9-top-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.b9-top-inner span:first-child { font-weight: 800; }
.b9-navwrap { background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--b9-line); }
.b9-navbox { min-height: 74px; display: flex; align-items: center; gap: 24px; position: relative; }
.b9-logo { display: inline-flex; align-items: center; gap: 10px; min-width: 210px; font-size: 18px; font-weight: 900; color: var(--b9-blue); }
.b9-logo img { width: 112px; height: auto; aspect-ratio: 144 / 63; object-fit: contain; }
.b9-nav { display: flex; align-items: center; justify-content: flex-end; gap: 2px; margin-left: auto; }
.b9-nav a { padding: 22px 12px; font-weight: 700; font-size: 15px; color: #243247; }
.b9-nav a:hover { color: var(--b9-blue); }
.b9-nav-call,
.b9-btn,
.b9-hero-call,
.b9-about-copy a,
.b9-side-call a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--b9-yellow);
  color: #1b2a00;
  font-weight: 900;
  white-space: nowrap;
}
.b9-nav-call { background: var(--b9-blue); color: #fff; }
.b9-btn-ghost { background: #fff; color: var(--b9-blue); border: 1px solid var(--b9-blue); }
.b9-mobile-menu { display: none; }

.b9-hero { position: relative; min-height: clamp(520px, 54vw, 660px); display: grid; align-items: center; background: #052b50; color: #fff; overflow: hidden; isolation: isolate; }
.b9-hero picture,
.b9-hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.b9-hero picture { z-index: 0; }
.b9-hero picture img { object-fit: cover; object-position: center right; transform: scale(1.01); }
.b9-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(1, 29, 57, 0.94), rgba(1, 54, 101, 0.82) 45%, rgba(1, 36, 70, 0.36) 76%), linear-gradient(180deg, rgba(1, 20, 40, 0.18), rgba(1, 20, 40, 0.46)); }
.b9-hero-text { position: relative; z-index: 2; padding-block: clamp(86px, 12vw, 150px) clamp(70px, 8vw, 112px); }
.b9-page-kicker { margin: 0 0 12px; color: var(--b9-yellow); font-weight: 900; }
.b9-hero h1 { max-width: min(960px, 100%); margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.16; letter-spacing: 0; text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.b9-hero h1::before { content: ""; display: block; width: 74px; height: 6px; margin-bottom: 22px; border-radius: 8px; background: var(--b9-yellow); }
.b9-hero h1 span { display: block; white-space: nowrap; }
.b9-hero h1 span + span { margin-top: 12px; font-size: clamp(22px, 2.55vw, 34px); line-height: 1.34; font-weight: 800; color: rgba(255,255,255,0.92); }
.b9-hero-actions,
.b9-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(30px, 4.2vw, 46px); }
.b9-hero-call { min-height: 58px; padding-inline: 34px; font-size: 19px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }

.b9-section-title,
.b9-service-banner > div,
.b9-page-title { text-align: center; padding: clamp(46px, 7vw, 78px) 16px 24px; }
.b9-section-title h2,
.b9-service-banner h2,
.b9-page-title h1,
.b9-about-copy h2,
.b9-advantage > h2,
.b9-news h2,
.b9-feedback h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.25; letter-spacing: -0.01em; text-wrap: balance; }
.b9-section-title span,
.b9-about-copy span,
.b9-advantage > h2 span,
.b9-news span,
.b9-feedback span { color: var(--b9-blue); margin-left: 6px; }
.b9-section-title p,
.b9-service-banner p,
.b9-page-title p { max-width: 720px; margin: 10px auto 0; color: var(--b9-muted); }
.b9-advantage > h2 { grid-column: 1 / -1; text-align: center; }

.b9-guarantee { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: clamp(46px, 7vw, 86px); }
.b9-guarantee article { min-height: 220px; padding: 28px 22px; background: var(--b9-surface); box-shadow: inset 0 4px 0 var(--b9-blue), var(--b9-shadow); }
.b9-guarantee b { display: block; color: var(--b9-blue); font-size: 34px; line-height: 1; }
.b9-guarantee strong { display: block; margin: 18px 0 10px; font-size: 21px; }
.b9-guarantee p { margin: 0; color: var(--b9-muted); font-size: 15px; }

.b9-about { display: grid; grid-template-columns: minmax(0, 1.15fr) 480px; align-items: center; gap: clamp(28px, 5vw, 68px); margin-bottom: clamp(48px, 8vw, 94px); }
.b9-about-copy p { color: var(--b9-muted); margin: 16px 0; }
.b9-about-copy a { margin-top: 8px; background: var(--b9-blue); color: #fff; }
.b9-about > img { width: 480px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--b9-radius); box-shadow: var(--b9-shadow); }

.b9-telband { background: var(--b9-blue); color: #fff; padding: clamp(32px, 5vw, 54px) 0; }
.b9-telband .b9-container { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 34px; }
.b9-telband img { width: 190px; }
.b9-telband h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); }
.b9-telband a { display: inline-block; margin-top: 8px; color: var(--b9-yellow); font-size: clamp(30px, 5vw, 52px); line-height: 1.1; font-weight: 900; }
.b9-telband p { margin: 10px 0 0; color: rgba(255,255,255,0.86); }

.b9-service-banner { margin-top: 0; background: linear-gradient(rgba(3, 29, 52, .54), rgba(3, 38, 68, .46)), url('/assets/img/blue9/service.jpg') center / cover no-repeat; color: #fff; }
.b9-service-banner > div { padding-top: clamp(58px, 8vw, 94px); padding-bottom: clamp(120px, 18vw, 220px); }
.b9-service-banner p { color: rgba(255,255,255,0.86); }
.b9-projects { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: clamp(-150px, -12vw, -84px); margin-bottom: clamp(50px, 8vw, 92px); padding: clamp(18px, 3vw, 28px); background: var(--b9-surface); border-radius: var(--b9-radius); box-shadow: var(--b9-shadow); }
.b9-projects a { display: block; min-width: 0; background: #f7fbff; border: 1px solid var(--b9-line); transition: transform .22s ease, border-color .22s ease; }
.b9-projects a:hover { transform: translateY(-4px); border-color: var(--b9-blue); }
.b9-projects img { width: 100%; aspect-ratio: 266 / 200; height: auto; object-fit: cover; }
.b9-projects strong { display: block; padding: 14px 14px 0; color: var(--b9-blue); font-size: 18px; }
.b9-projects span { display: block; padding: 3px 14px 16px; color: var(--b9-muted); font-size: 14px; }

.b9-advantage { display: grid; grid-template-columns: minmax(0, 1fr) 42%; gap: clamp(28px, 5vw, 56px); align-items: center; margin-bottom: clamp(52px, 8vw, 90px); }
.b9-advantage > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--b9-radius); box-shadow: var(--b9-shadow); }
.b9-adv-text ul { margin: 20px 0; padding-left: 1.2em; color: var(--b9-muted); }
.b9-adv-text article { margin-top: 18px; padding: 20px 22px; background: var(--b9-surface); border: 1px solid var(--b9-line); }
.b9-adv-text h3 { margin: 0 0 8px; font-size: 20px; }
.b9-adv-text p { margin: 0; color: var(--b9-muted); }

.b9-news,
.b9-feedback { margin-bottom: clamp(48px, 7vw, 84px); }
.b9-news h2,
.b9-feedback h2 { text-align: center; margin-bottom: 26px; }
.b9-news > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.b9-news a { background: var(--b9-surface); border: 1px solid var(--b9-line); box-shadow: 0 6px 14px rgba(1, 45, 89, 0.05); }
.b9-news img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.b9-news strong { display: block; padding: 14px 14px 4px; line-height: 1.45; }
.b9-news span { display: block; padding: 0 14px 14px; color: var(--b9-muted); font-size: 13px; }
.b9-feedback > p { margin: 0 auto 22px; text-align: center; color: var(--b9-muted); }
.b9-feedback > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.b9-feedback article { padding: 24px; background: var(--b9-surface); border: 1px solid var(--b9-line); }
.b9-feedback header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--b9-line); }
.b9-feedback header strong { color: var(--b9-blue); font-size: 18px; }
.b9-feedback header span { margin: 0; color: var(--b9-muted); font-size: 14px; font-weight: 700; }
.b9-feedback p { margin: 0; color: var(--b9-muted); }

.b9-page-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) 480px; gap: clamp(26px, 5vw, 58px); align-items: center; padding-top: clamp(42px, 7vw, 74px); padding-bottom: clamp(32px, 6vw, 62px); }
.b9-page-copy { min-width: 0; }
.b9-page-copy h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 54px); line-height: 1.18; letter-spacing: -0.02em; text-wrap: balance; }
.b9-page-kicker { color: var(--b9-blue); }
.b9-page-summary { color: var(--b9-muted); font-size: 18px; }
.b9-page-summary p { margin: 0 0 10px; }
.b9-page-figure { margin: 0; background: var(--b9-blue); border-radius: var(--b9-radius); overflow: hidden; box-shadow: var(--b9-shadow); color: #fff; }
.b9-page-figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.b9-page-figure figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; }
.b9-page-figure strong { font-size: 20px; }
.b9-page-figure span { color: rgba(255,255,255,0.82); }
.b9-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 26px; align-items: start; margin-top: 28px; margin-bottom: clamp(48px, 7vw, 88px); }
.b9-article-layout,
.b9-about-page { margin-top: clamp(42px, 6vw, 68px); }
.b9-panel { min-width: 0; background: var(--b9-surface); border: 1px solid var(--b9-line); border-radius: var(--b9-radius); padding: clamp(20px, 3vw, 30px); box-shadow: 0 6px 14px rgba(1, 45, 89, 0.04); }
.b9-content { min-width: 0; }
.b9-content > .b9-panel + .b9-panel { margin-top: 22px; }
.b9-panel h2 { margin: 0 0 16px; font-size: clamp(22px, 3vw, 30px); }
.b9-bodytext { color: #26364f; }
.b9-bodytext h2,
.b9-bodytext h3 { margin-top: 1.2em; line-height: 1.35; color: var(--b9-ink); }
.b9-bodytext p { margin: 0 0 1em; }
.b9-bodytext strong { color: var(--b9-blue); }
.b9-bodytext ul,
.b9-bodytext ol { padding-left: 1.3em; }
.b9-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.b9-tags span,
.b9-tags a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; border-radius: 8px; background: var(--b9-blue-3); color: var(--b9-blue); font-weight: 700; }
.b9-flow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; counter-reset: flow; list-style: none; }
.b9-flow li { counter-increment: flow; padding: 16px; border: 1px solid var(--b9-line); background: #f8fbff; }
.b9-flow li::before { content: counter(flow); display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; margin-right: 8px; background: var(--b9-blue); color: #fff; border-radius: 50%; font-weight: 800; font-size: 13px; }
.b9-faq details { border-top: 1px solid var(--b9-line); padding: 14px 0; }
.b9-faq details:first-child { border-top: 0; }
.b9-faq summary { cursor: pointer; font-weight: 800; color: var(--b9-blue); }
.b9-faq p { margin: 10px 0 0; color: var(--b9-muted); }
.b9-side { position: sticky; top: 18px; }
.b9-side > * + * { margin-top: 20px; }
.b9-side-call { padding: 24px; border-radius: var(--b9-radius); background: var(--b9-blue); color: #fff; box-shadow: var(--b9-shadow); }
.b9-side-call span { display: block; color: rgba(255,255,255,0.8); }
.b9-side-call strong { display: block; margin: 8px 0 16px; font-size: 28px; color: var(--b9-yellow); line-height: 1.2; }
.b9-side-links { display: grid; gap: 10px; }
.b9-side-links a { padding: 10px 12px; background: #f7fbff; border: 1px solid var(--b9-line); color: var(--b9-blue); font-weight: 700; }
.b9-article-detail h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); line-height: 1.22; text-wrap: balance; }
.b9-date,
.b9-muted { color: var(--b9-muted); }
.b9-article-list { display: grid; gap: 12px; }
.b9-article-list a { display: grid; gap: 4px; padding: 15px 0; border-top: 1px solid var(--b9-line); }
.b9-article-list a:first-child { border-top: 0; padding-top: 0; }
.b9-article-list strong { color: var(--b9-ink); }
.b9-article-list span { color: var(--b9-muted); font-size: 13px; }
.b9-article-list-large a { padding: 18px 0; }
.b9-article-list-large p { margin: 0; color: var(--b9-muted); }
.b9-pages { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 28px; }
.b9-pages a { min-width: 38px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; background: #f7fbff; border: 1px solid var(--b9-line); border-radius: 8px; color: var(--b9-blue); font-weight: 700; }
.b9-pages a.current { background: var(--b9-blue); color: #fff; border-color: var(--b9-blue); }
.b9-city-panel { margin-bottom: clamp(48px, 7vw, 88px); }
.b9-city-block + .b9-city-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--b9-line); }
.b9-city-block h2 { margin: 0 0 14px; color: var(--b9-blue); }
.b9-city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }
.b9-city-grid a { padding: 10px 12px; background: #f7fbff; border: 1px solid var(--b9-line); color: #26364f; font-weight: 700; }
.b9-notfound { min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.b9-notfound strong { font-size: clamp(76px, 14vw, 150px); color: var(--b9-blue); line-height: .9; }
.b9-notfound h1 { margin: 18px 0 8px; font-size: clamp(30px, 5vw, 48px); }
.b9-notfound p { max-width: 560px; margin: 0 0 24px; color: var(--b9-muted); }
.b9-notfound div { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.b9-footer { background: #2d2b40; color: #bec8d3; padding: clamp(38px, 6vw, 70px) 0 22px; }
.b9-footer-inner { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1fr; gap: 28px; background: url('/assets/img/blue9/footer-vactor.png') center / contain no-repeat; }
.b9-footer-brand img { width: 144px; margin-bottom: 12px; }
.b9-footer h4 { margin: 0 0 12px; color: #fff; }
.b9-footer p { margin: 0; color: #9eadba; font-size: 14px; }
.b9-footer-links div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
.b9-footer-links a { color: #bec8d3; font-size: 14px; }
.b9-footer-links a:hover { color: var(--b9-yellow); }
.b9-footer-tel a { display: block; margin-bottom: 8px; color: var(--b9-yellow); font-size: 28px; line-height: 1.15; font-weight: 900; }
.b9-copy { width: min(var(--b9-container), calc(100% - 32px)); margin: 32px auto 0 !important; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }
.b9-mobile-call { display: none; }

@media (max-width: 1024px) {
  .b9-nav { display: none; }
  .b9-navbox { justify-content: space-between; }
  .b9-logo { min-width: 0; }
  .b9-mobile-menu { display: block; margin-left: 0; }
  .b9-mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--b9-line); border-radius: 8px; cursor: pointer; list-style: none; background: #fff; }
  .b9-mobile-menu summary::-webkit-details-marker { display: none; }
  .b9-mobile-menu summary span { display: block; width: 20px; height: 2px; background: var(--b9-blue); }
  .b9-mobile-menu div { position: absolute; top: calc(100% + 8px); right: 0; z-index: 20; width: min(250px, calc(100vw - 32px)); padding: 8px; background: #fff; border: 1px solid var(--b9-line); box-shadow: var(--b9-shadow); border-radius: 10px; }
  .b9-mobile-menu a { display: block; padding: 11px 12px; border-radius: 7px; color: var(--b9-ink); font-weight: 700; }
  .b9-mobile-menu a:hover { background: var(--b9-blue-3); color: var(--b9-blue); }
  .b9-hero-text { text-align: center; }
  .b9-hero h1::before { margin-inline: auto; }
  .b9-hero-actions { justify-content: center; }
  .b9-guarantee,
  .b9-projects,
  .b9-news > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b9-about,
  .b9-page-hero,
  .b9-layout,
  .b9-advantage { grid-template-columns: 1fr; }
  .b9-about > img { display: none; }
  .b9-about > img,
  .b9-page-figure { width: 100%; max-width: 520px; }
  .b9-side { position: static; }
  .b9-footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 0; }
  .b9-container { width: min(100% - 24px, var(--b9-container)); }
  .b9-top { display: none; }
  .b9-navbox { min-height: 64px; gap: 10px; }
  .b9-logo img { width: 96px; }
  .b9-logo strong { display: none; }
  .b9-nav-call { display: none; }
  .b9-hero { min-height: 370px; align-items: center; }
  .b9-hero picture img { object-position: center; transform: none; }
  .b9-hero::after { background: linear-gradient(180deg, rgba(1, 32, 63, 0.88), rgba(1, 60, 116, 0.76)); }
  .b9-hero-text { padding-block: 0 12px; text-align: center; }
  .b9-hero h1 { font-size: clamp(23px, 6.25vw, 27px); line-height: 1.24; }
  .b9-hero h1::before { width: 54px; height: 5px; margin: 0 auto 18px; }
  .b9-hero h1 span + span { margin-top: 9px; font-size: clamp(14px, 3.95vw, 16px); line-height: 1.5; }
  .b9-hero-actions { justify-content: center; gap: 10px; }
  .b9-hero-call { width: 100%; min-height: 56px; font-size: 17px; }
  .b9-section-title,
  .b9-service-banner > div,
  .b9-page-title { padding-top: 38px; }
  .b9-guarantee { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .b9-guarantee article { min-height: 0; padding: 18px 14px; }
  .b9-guarantee b { font-size: 28px; }
  .b9-guarantee strong { margin: 12px 0 6px; font-size: 18px; }
  .b9-guarantee p { font-size: 13px; line-height: 1.65; }
  .b9-about { margin-bottom: 44px; }
  .b9-advantage > img { display: none; }
  .b9-telband .b9-container { grid-template-columns: 1fr; text-align: center; gap: 12px; }
  .b9-telband img { width: 138px; margin: 0 auto; }
  .b9-service-banner > div { padding-bottom: 92px; }
  .b9-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 12px; margin-top: -70px; }
  .b9-projects strong { font-size: 16px; padding-inline: 10px; }
  .b9-projects span { padding-inline: 10px; }
  .b9-feedback > div,
  .b9-flow { grid-template-columns: 1fr; }
  .b9-feedback article { padding: 18px; }
  .b9-page-hero { padding-top: 32px; }
  .b9-page-figure figcaption { display: block; }
  .b9-page-figure span { display: block; margin-top: 4px; }
  .b9-layout { gap: 18px; margin-top: 18px; }
  .b9-panel { border-radius: 12px; }
  .b9-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b9-footer { text-align: center; }
  .b9-footer-inner { grid-template-columns: 1fr; gap: 22px; justify-items: center; }
  .b9-footer-brand,
  .b9-footer-links,
  .b9-footer-tel { width: 100%; max-width: 360px; }
  .b9-footer-brand img { margin-inline: auto; }
  .b9-footer-links div { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: center; }
  .b9-footer-tel a { text-align: center; }
  .b9-mobile-call { position: fixed; left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 60; display: block; }
  .b9-mobile-call a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 64px; padding-block: 7px; border: 2px solid rgba(255,255,255,.9); border-radius: 12px; background: var(--b9-blue); color: var(--b9-yellow); box-shadow: 0 7px 20px rgba(0, 0, 0, .22); }
  .b9-mobile-call span { color: #fff; font-size: 18px; font-weight: 800; }
  .b9-mobile-call strong { font-size: 20px; line-height: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
