:root {
  --navy: #0c2340;
  --navy-deep: #061528;
  --navy-soft: #173a61;
  --orange: #f36b45;
  --orange-dark: #d95735;
  --cream: #f7f5f1;
  --soft: #eef2f5;
  --white: #ffffff;
  --text: #172033;
  --muted: #657082;
  --line: rgba(12, 35, 64, 0.12);
  --shadow: 0 24px 70px rgba(6, 21, 40, 0.16);
  --shadow-soft: 0 16px 48px rgba(6, 21, 40, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 104px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy-deep); color: rgba(255,255,255,.82); font-size: .79rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.utility-inner span:first-child { margin-right: auto; color: var(--white); }
.utility-inner a { color: var(--white); font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(12,35,64,.08);
  backdrop-filter: blur(18px);
}
.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); min-width: 240px; }
.brand-icon { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 14px; background: var(--orange); flex: 0 0 auto; }
.brand-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--white); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-highlight { opacity: .65; }
.brand-copy { display: grid; line-height: 1.05; gap: 5px; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.025em; }
.brand-copy small { font-size: .68rem; font-weight: 700; color: var(--muted); }

.nav-menu { display: flex; align-items: center; gap: 4px; padding: 5px; border-radius: 999px; background: #f3f5f7; }
.nav-menu a { padding: 9px 13px; border-radius: 999px; color: #3d485c; font-size: .84rem; font-weight: 800; }
.nav-menu a:hover, .nav-menu a:focus-visible { background: var(--white); color: var(--navy); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 9px; }

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button svg { width: 18px; height: 18px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(243,107,69,.35); outline-offset: 3px; }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 26px rgba(243,107,69,.28); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { background: var(--navy); color: var(--white); }
.button-light { background: var(--soft); color: var(--navy); }
.button-white { background: var(--white); color: var(--navy); }
.button-large { min-height: 52px; padding: 0 25px; }
.button-full { width: 100%; }

.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--soft); flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.menu-toggle span { width: 19px; height: 2px; background: var(--navy); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100svh - 110px); padding: 76px 0 0; background: var(--navy-deep); color: var(--white); overflow: hidden; isolation: isolate; }
.hero-background { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(6,21,40,.96) 0%, rgba(6,21,40,.90) 34%, rgba(6,21,40,.46) 64%, rgba(6,21,40,.12) 100%), url("images/hero.webp"); background-size: cover; background-position: center right; }
.hero::before { content: ""; position: absolute; inset: auto -10vw -28vw auto; width: 52vw; height: 52vw; border-radius: 50%; background: rgba(243,107,69,.26); filter: blur(80px); z-index: -1; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .68fr); align-items: center; gap: 72px; padding-bottom: 124px; }
.hero-copy { padding: 16px 0; }
.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .77rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 2px; background: var(--orange); border-radius: 999px; }
.eyebrow-dark { color: var(--orange-dark); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.6rem, 6.8vw, 6.7rem); line-height: .9; letter-spacing: -.035em; font-weight: 950; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-proof span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.9); font-size: .82rem; font-weight: 800; backdrop-filter: blur(10px); }

.lead-card { padding: 26px; border: 1px solid rgba(255,255,255,.28); border-radius: 28px; background: rgba(255,255,255,.96); color: var(--text); box-shadow: var(--shadow); }
.lead-card-heading p { margin: 0 0 3px; color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead-card-heading h2 { margin: 0; color: var(--navy); font-size: 1.7rem; line-height: 1.1; letter-spacing: -.045em; }
.lead-card-heading span { display: block; margin-top: 7px; color: var(--muted); font-size: .88rem; }
.quick-form { display: grid; gap: 13px; margin-top: 21px; }
.quick-form label, .contact-form label { display: grid; gap: 6px; color: var(--navy); font-size: .78rem; font-weight: 850; }
input, select, textarea { width: 100%; border: 1px solid rgba(12,35,64,.17); border-radius: 13px; background: var(--white); color: var(--text); outline: none; transition: border .18s ease, box-shadow .18s ease; }
input, select { min-height: 47px; padding: 0 13px; }
textarea { min-height: 130px; padding: 13px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #929baa; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(243,107,69,.12); }
.form-privacy { margin: 0; color: var(--muted); text-align: center; font-size: .72rem; }

.trust-ribbon { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 26px 26px 0 0; overflow: hidden; background: var(--white); color: var(--text); box-shadow: 0 -10px 44px rgba(6,21,40,.14); }
.trust-ribbon div { min-height: 92px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-ribbon div:last-child { border-right: 0; background: var(--orange); color: var(--white); }
.trust-ribbon strong { font-size: .91rem; color: var(--navy); }
.trust-ribbon div:last-child strong { color: var(--white); }
.trust-ribbon span { margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.trust-ribbon div:last-child span { color: rgba(255,255,255,.82); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 54px; margin-bottom: 46px; }
.section-heading h2, .why-copy h2, .areas h2, .faq h2, .contact h2 { margin: 0; max-width: 720px; color: var(--navy); font-size: clamp(2.35rem, 4.6vw, 4.4rem); line-height: .98; letter-spacing: -.065em; }
.section-heading > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(6,21,40,.15); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card:nth-child(2) img { object-position: center 48%; }
.service-card-body { position: relative; padding: 24px 22px 25px; }
.service-number { position: absolute; right: 18px; top: -20px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); font-size: .76rem; font-weight: 900; box-shadow: 0 8px 18px rgba(243,107,69,.3); }
.service-card h3 { margin: 0; color: var(--navy); font-size: 1.22rem; letter-spacing: -.035em; }
.service-card p { min-height: 82px; margin: 11px 0 18px; color: var(--muted); font-size: .88rem; }
.text-link { color: var(--navy); font-weight: 900; font-size: .84rem; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.emergency-strip { padding: 26px 0; background: var(--orange); color: var(--white); }
.emergency-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.emergency-inner > div { display: flex; align-items: center; gap: 13px; }
.emergency-inner p { margin: 0; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 0 rgba(255,255,255,.55); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 13px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

.why-section { background: var(--cream); }
.split-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 74px; align-items: center; }
.image-panel { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 650px; object-fit: cover; object-position: 57% center; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,21,40,.8), rgba(6,21,40,0) 45%); }
.image-caption { position: absolute; left: 26px; right: 26px; bottom: 25px; z-index: 2; padding: 20px; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; background: rgba(255,255,255,.12); color: var(--white); backdrop-filter: blur(14px); }
.image-caption strong, .image-caption span { display: block; }
.image-caption strong { font-size: 1.15rem; }
.image-caption span { margin-top: 3px; color: rgba(255,255,255,.78); font-size: .83rem; }
.section-intro { margin: 21px 0 0; color: var(--muted); font-size: 1.02rem; }
.benefit-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 47px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--navy); color: var(--white); font-size: .74rem; font-weight: 900; }
.benefit-list h3 { margin: 1px 0 3px; color: var(--navy); font-size: 1rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.why-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 27px; }
.phone-link { color: var(--navy); font-weight: 850; }

.reviews { background: var(--white); }
.reviews-heading { align-items: center; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); }
.featured-review { background: var(--navy); color: var(--white); transform: translateY(-12px); }
.stars { color: var(--orange); letter-spacing: .08em; font-size: .9rem; }
.review-card blockquote { margin: 23px 0 28px; font-size: 1.14rem; line-height: 1.45; letter-spacing: -.025em; font-weight: 750; }
.review-card figcaption { display: grid; gap: 2px; color: var(--navy); font-weight: 850; font-size: .88rem; }
.featured-review figcaption { color: var(--white); }
.review-card figcaption span { color: var(--muted); font-weight: 650; font-size: .72rem; }
.featured-review figcaption span { color: rgba(255,255,255,.58); }

.areas { padding-top: 30px; background: var(--white); }
.areas-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 66px; border-radius: 34px; background: var(--navy); color: var(--white); }
.areas-card::after { content: ""; position: absolute; right: -130px; bottom: -220px; width: 430px; height: 430px; border-radius: 50%; background: rgba(243,107,69,.22); filter: blur(20px); }
.areas-copy { position: relative; z-index: 1; }
.areas h2 { color: var(--white); }
.areas-copy p:not(.eyebrow) { max-width: 500px; margin: 22px 0 28px; color: rgba(255,255,255,.74); }
.area-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 13px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); font-size: .86rem; font-weight: 800; }
.area-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--orange); }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { max-width: 360px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 54px 24px 0; color: var(--navy); font-weight: 900; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--navy); font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
details[open] summary::after { content: "−"; background: var(--orange); color: var(--white); transform: translateY(-50%) rotate(180deg); }
details p { max-width: 720px; margin: -4px 48px 24px 0; color: var(--muted); }

.contact { background: var(--navy-deep); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 75px; align-items: center; }
.contact h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 30px; color: rgba(255,255,255,.72); }
.contact-options { display: grid; gap: 10px; }
.contact-option { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 13px; max-width: 480px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--orange); }
.contact-icon svg { width: 21px; height: 21px; fill: var(--white); }
.contact-option > span:last-child { display: grid; gap: 2px; min-width: 0; }
.contact-option small { color: rgba(255,255,255,.55); font-weight: 750; }
.contact-option strong { overflow-wrap: anywhere; font-size: .9rem; }
.contact-form { display: grid; gap: 15px; padding: 31px; border-radius: 28px; background: var(--white); color: var(--text); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

.site-footer { padding: 65px 0 22px; background: #04101f; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 58px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.52); }
.footer-grid > div:first-child > p { max-width: 390px; margin: 20px 0 0; font-size: .86rem; }
.footer-grid h3 { margin: 0 0 15px; color: var(--white); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: .82rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.mobile-call-bar { display: none; }

@media (max-width: 1100px) {
  .nav-menu { display: none; }
  .menu-toggle { display: flex; order: 3; }
  .nav-actions { margin-left: auto; }
  .nav-menu.is-open { position: fixed; left: 24px; right: 24px; top: 121px; z-index: 101; display: grid; gap: 4px; padding: 14px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
  .nav-menu.is-open a { padding: 14px 16px; border-radius: 13px; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card p { min-height: auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  .utility-inner span:nth-child(2) { display: none; }
  .nav-actions .button-light { display: none; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero-background { background-image: linear-gradient(90deg, rgba(6,21,40,.96) 0%, rgba(6,21,40,.82) 70%, rgba(6,21,40,.4) 100%), url("images/hero.webp"); background-position: 62% center; }
  .hero-layout { grid-template-columns: 1fr; padding-bottom: 154px; }
  .lead-card { max-width: 620px; }
  .trust-ribbon { grid-template-columns: repeat(2, 1fr); border-radius: 24px 24px 0 0; }
  .trust-ribbon div { min-height: 78px; }
  .trust-ribbon div:nth-child(2) { border-right: 0; }
  .trust-ribbon div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .image-panel { min-height: 520px; }
  .image-panel img { height: 520px; }
  .faq-intro { position: static; }
  .reviews-heading { align-items: end; }
  .review-grid { grid-template-columns: 1fr; }
  .featured-review { transform: none; }
  .areas-card { grid-template-columns: 1fr; padding: 50px; }
  .contact-layout { gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 66px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 76px 0; }
  .utility-bar { display: none; }
  .navbar { min-height: 70px; }
  .brand { min-width: 0; }
  .brand-icon { width: 38px; height: 38px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .98rem; }
  .nav-actions { display: none; }
  .menu-toggle { margin-left: auto; }
  .nav-menu.is-open { top: 80px; left: 16px; right: 16px; }
  .hero { padding-top: 42px; }
  .hero-layout { gap: 34px; padding-bottom: 200px; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5.2rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 7px; }
  .hero-proof span { font-size: .73rem; }
  .lead-card { padding: 21px; border-radius: 23px; }
  .trust-ribbon { width: calc(100% - 24px); }
  .trust-ribbon div { min-height: 88px; padding: 15px; }
  .trust-ribbon strong { font-size: .82rem; }
  .trust-ribbon span { font-size: .66rem; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 18px; }
  .section-heading h2, .why-copy h2, .areas h2, .faq h2, .contact h2 { font-size: clamp(2.3rem, 12vw, 3.45rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card img { height: 240px; }
  .emergency-inner { align-items: stretch; flex-direction: column; }
  .emergency-inner .button { width: 100%; }
  .split-layout { gap: 40px; }
  .image-panel { min-height: 440px; }
  .image-panel img { height: 440px; }
  .image-caption { left: 16px; right: 16px; bottom: 16px; padding: 16px; }
  .reviews-heading .button { margin-top: 20px; }
  .areas-card { padding: 36px 24px; border-radius: 26px; }
  .area-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  .area-list li { padding: 11px 12px; font-size: .78rem; }
  .faq-layout { gap: 34px; }
  summary { padding-right: 46px; }
  .contact-form { padding: 22px; border-radius: 23px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .mobile-call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; padding: 8px; background: var(--white); box-shadow: 0 -10px 30px rgba(6,21,40,.16); }
  .mobile-call-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; color: var(--navy); font-size: .85rem; font-weight: 900; }
  .mobile-call-bar a:first-child { background: var(--orange); color: var(--white); }
  .mobile-call-bar svg { width: 18px; height: 18px; fill: currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
