:root {
  --navy: #03275f;
  --navy-deep: #001b46;
  --blue: #0b4db3;
  --yellow: #ffc400;
  --yellow-dark: #efb500;
  --green: #18a83e;
  --text: #0a1730;
  --muted: #667085;
  --line: #e4e8ef;
  --surface: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(3, 39, 95, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--navy-deep), var(--navy));
  color: white;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo-wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.78);
  background: #0b4db3;
  flex: 0 0 auto;
}
.brand-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.28rem; letter-spacing: .02em; }
.brand-copy small { font-size: .66rem; text-transform: uppercase; margin-top: 5px; opacity: .92; }

.desktop-nav {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: .82rem;
  font-weight: 750;
}
.desktop-nav a { position: relative; padding: 28px 0 25px; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 18px;
  height: 3px;
  background: var(--yellow);
  transition: .2s ease;
}
.desktop-nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: flex; align-items: center; gap: 9px; }
.header-phone > svg { width: 34px; height: 34px; padding: 8px; background: var(--yellow); color: var(--navy); border-radius: 50%; fill: var(--navy); stroke: var(--navy); }
.header-phone span { display: grid; line-height: 1.05; }
.header-phone small { font-size: .67rem; opacity: .82; margin-bottom: 4px; }
.header-phone strong { font-size: .95rem; }
.menu-toggle { display: none; background: transparent; color: white; border: 0; padding: 8px; }
.menu-toggle svg { width: 29px; height: 29px; }
.mobile-menu { display: none; }

.btn {
  border: 0;
  border-radius: 10px;
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 850;
  font-size: .93rem;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-1px); }
.btn-yellow { background: var(--yellow); color: #151515; box-shadow: 0 9px 18px rgba(255,196,0,.24); }
.btn-yellow:hover { background: #ffd026; }
.btn-navy { background: var(--navy); color: white; }
.btn-outline { border: 2px solid var(--navy); color: var(--navy); background: white; }
.btn-outline-light { border: 1px solid rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.06); }
.btn-whatsapp { background: var(--green); color: white; }
.btn-full { width: 100%; }
.btn-sm { min-height: 43px; padding-inline: 15px; font-size: .82rem; }

.hero {
  background:
    radial-gradient(circle at 20% 10%, rgba(11,77,179,.08), transparent 30%),
    linear-gradient(180deg, #fff, #fbfcff);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 515px;
  align-items: stretch;
}
.hero-copy { padding: 62px 42px 54px 0; align-self: center; }
.eyebrow, .kicker {
  color: var(--blue);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .055em;
}
.eyebrow strong { color: var(--blue); }
.hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(2.55rem, 4.3vw, 4.25rem);
  line-height: .99;
  letter-spacing: -.045em;
  max-width: 720px;
}
.hero h1 span { color: var(--yellow-dark); }
.hero-lead {
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0 0 8px;
  max-width: 560px;
}
.hero-support {
  color: #42506a;
  font-size: 1rem;
  margin: 0 0 24px;
  max-width: 560px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 24px 0 26px;
}
.hero-points > div { display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 800; }
.hero-points svg { width: 32px; height: 32px; color: var(--navy); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.mobile-phone-under-cta { display: none; }

.hero-media {
  position: relative;
  min-height: 515px;
  overflow: hidden;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, white 0%, rgba(255,255,255,.05) 22%, transparent 42%);
  pointer-events: none;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
}
.hero-media-badge {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  width: min(310px, calc(100% - 48px));
  color: white;
  background: rgba(0,29,70,.92);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 15px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 28px rgba(0,0,0,.2);
}
.hero-media-badge .badge-icon {
  width: 42px; height: 42px; border: 2px solid var(--yellow);
  color: var(--yellow); display: grid; place-items: center; border-radius: 10px;
}
.hero-media-badge .badge-icon svg { width: 24px; height: 24px; }
.hero-media-badge span:last-child { display: grid; }
.hero-media-badge strong { font-size: .92rem; }
.hero-media-badge small { opacity: .85; margin-top: 3px; font-size: .74rem; }

.section { padding: 76px 0; }
.section-heading { margin-bottom: 30px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: 36px; }
.section-heading h2, .reviews h2, .coverage-card h2, .final-cta h2 {
  margin: 7px 0 8px;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.section-heading p { color: var(--muted); margin: 0; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 28px rgba(3,39,95,.055);
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
}
.service-title { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.service-title h3 { margin: 0; font-size: 1.13rem; line-height: 1.15; }
.service-icon {
  width: 48px; height: 48px; flex: 0 0 auto;
  background: var(--navy);
  color: white;
  border-radius: 50%;
  display: grid; place-items: center;
}
.service-icon svg { width: 26px; height: 26px; }
.check-list { list-style: none; padding: 0; margin: 12px 0 24px; color: #354158; font-size: .88rem; }
.check-list li { position: relative; padding-left: 20px; margin: 9px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #e9a800; font-weight: 900; }
.service-card .btn { margin-top: auto; font-size: .82rem; }

.trust-strip { background: linear-gradient(90deg, var(--navy-deep), var(--navy)); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article {
  padding: 30px 28px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.trust-grid article:last-child { border-right: 0; }
.trust-grid svg { color: var(--yellow); width: 36px; height: 36px; flex: 0 0 auto; }
.trust-grid div { display: grid; gap: 5px; }
.trust-grid strong { text-transform: uppercase; font-size: .87rem; line-height: 1.22; }
.trust-grid span { opacity: .78; font-size: .76rem; }

.reviews { background: #fff; }
.reviews-layout { display: grid; grid-template-columns: 290px 1fr; gap: 42px; align-items: center; }
.review-summary h2 { font-size: 2rem; }
.rating-row { display: flex; align-items: center; gap: 14px; margin: 20px 0 3px; }
.rating-row > strong { font-size: 3.3rem; line-height: 1; }
.stars { position: relative; display: inline-block; font-size: 1.45rem; letter-spacing: 2px; line-height: 1; }
.stars-base { color: #d8dde6; }
.stars-fill { position: absolute; left: 0; top: 0; color: #f7b500; overflow: hidden; white-space: nowrap; }
.review-summary p { color: var(--muted); font-size: .9rem; }
.review-summary .btn { margin-top: 9px; font-size: .8rem; }

.review-carousel { position: relative; min-width: 0; padding-inline: 26px; }
.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px)/3);
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.review-card {
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 19px;
  min-height: 225px;
  box-shadow: 0 10px 22px rgba(3,39,95,.045);
  display: flex; flex-direction: column;
}
.review-card-top { display: flex; justify-content: space-between; align-items: center; }
.review-stars { color: #f7b500; letter-spacing: 1px; }
.google-g { color: #4285F4; font-weight: 900; font-size: 1.1rem; }
.review-card p { font-size: .88rem; color: #354158; }
.review-card footer { display: grid; margin-top: auto; }
.review-card footer strong { font-size: .82rem; }
.review-card footer span { color: var(--muted); font-size: .72rem; }
.carousel-arrow {
  position: absolute; top: 43%; transform: translateY(-50%);
  width: 42px; height: 42px; z-index: 2;
  border: 1px solid var(--line); background: white; border-radius: 50%;
  display: grid; place-items: center; box-shadow: 0 7px 22px rgba(0,0,0,.08);
}
.carousel-arrow svg { width: 19px; height: 19px; }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.prev svg { transform: rotate(180deg); }
.carousel-arrow.next { right: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 7px; margin-top: 16px; }
.carousel-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d5dbe6; }
.carousel-dots span.active { background: var(--yellow-dark); }

.process { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.process-grid article { position: relative; padding: 6px 18px 6px 64px; }
.step-number {
  position: absolute; left: 0; top: 8px;
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--yellow); color: #111; font-weight: 900;
}
.process-icon { color: var(--navy); }
.process-icon svg { width: 35px; height: 35px; }
.process-grid h3 { margin: 10px 0 7px; font-size: 1.02rem; }
.process-grid p { color: var(--muted); margin: 0; font-size: .86rem; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.faq-list { display: grid; gap: 9px; }
.faq-item { border: 1px solid var(--line); border-radius: 11px; background: #fff; overflow: hidden; }
.faq-item button {
  width: 100%; border: 0; background: white; padding: 16px 17px;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
  text-align: left; color: var(--text); font-weight: 800;
}
.faq-item button b { font-size: 1.25rem; transition: transform .2s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .26s ease; }
.faq-answer p { margin: 0; padding: 0 17px 17px; color: var(--muted); font-size: .9rem; }
.faq-item.open .faq-answer { max-height: 180px; }
.faq-item.open button b { transform: rotate(45deg); }

.coverage-card {
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  color: white;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 105px;
}
.kicker-yellow { color: var(--yellow); }
.coverage-card p { color: rgba(255,255,255,.75); }
.coverage-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 23px 0 28px; }
.coverage-chips span {
  padding: 8px 12px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px; font-size: .83rem; background: rgba(255,255,255,.06);
}
.coverage-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.final-cta { background: #081832; color: white; padding: 52px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.final-cta h2 { margin-bottom: 6px; }
.final-cta p { margin: 0; color: rgba(255,255,255,.7); }

.site-footer { background: var(--navy-deep); color: white; padding: 38px 0 96px; }
.footer-grid { display: grid; grid-template-columns: 280px 1fr 280px; gap: 34px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 1.2rem; }
.footer-brand small { text-transform: uppercase; font-size: .65rem; opacity: .72; }
.footer-grid > p { font-size: .82rem; color: rgba(255,255,255,.68); }
.footer-contact { display: grid; justify-content: end; gap: 9px; }
.footer-contact a, .footer-wa {
  border: 0; background: transparent; color: white;
  display: flex; align-items: center; gap: 8px; font-weight: 800;
}
.footer-contact svg { width: 20px; height: 20px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.13);
  margin-top: 28px; padding-top: 18px;
  display: flex; justify-content: space-between; gap: 20px;
  font-size: .72rem; color: rgba(255,255,255,.55);
}

.floating-wa {
  position: fixed;
  right: 24px; bottom: 24px; z-index: 45;
  width: 62px; height: 62px; border-radius: 50%;
  border: 4px solid white; background: var(--green); color: white;
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
  display: grid; place-items: center;
}
.floating-wa svg { width: 32px; height: 32px; fill: white; stroke: none; }
.mobile-sticky { display: none; }

/* AC-DC service modal — namespaced and high-specificity to avoid hosting/theme conflicts */
#serviceModal.acdc-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  isolation: isolate;
}
#serviceModal.acdc-modal.active {
  display: grid !important;
}
#serviceModal .acdc-modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: rgba(0,15,38,.64) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#serviceModal .acdc-modal-dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(94vw, 510px) !important;
  max-height: min(90vh, 720px) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  background: white !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.3) !important;
  padding: 28px !important;
  margin: auto !important;
  transform: translateZ(0);
}
#serviceModal .acdc-modal-close {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  border: 1px solid var(--line) !important;
  background: white !important;
  color: var(--text) !important;
  display: grid !important;
  place-items: center !important;
  z-index: 2 !important;
}
#serviceModal .acdc-modal-close svg { width: 19px; height: 19px; }
#serviceModal .acdc-modal-head { display: flex; align-items: flex-start; gap: 14px; padding-right: 35px; margin-bottom: 24px; }
#serviceModal .acdc-modal-wa {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center; flex: 0 0 auto;
  background: #e8f8ed; color: var(--green);
}
#serviceModal .acdc-modal-wa svg { width: 28px; height: 28px; fill: var(--green); stroke: none; }
#serviceModal .acdc-modal-head h2 { margin: 0 0 3px; font-size: 1.45rem; }
#serviceModal .acdc-modal-head p { margin: 0; color: var(--muted); font-size: .86rem; }
#serviceForm { display: grid; gap: 16px; }
#serviceForm label { display: grid; gap: 6px; }
#serviceForm label > span { font-weight: 800; font-size: .84rem; }
#serviceForm input, #serviceForm select {
  width: 100%; height: 50px; border-radius: 10px;
  border: 1px solid #ccd3df; padding: 0 13px; color: var(--text);
  outline: none; background: white;
}
#serviceForm input:focus, #serviceForm select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,77,179,.1); }
.field-error { min-height: 0; color: #b42318; font-size: .72rem; }
.form-note { margin: 0; color: var(--muted); font-size: .75rem; text-align: center; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .review-track { grid-auto-columns: calc((100% - 16px)/2); }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: sticky; }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand-logo-wrap { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .55rem; max-width: 115px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; margin-left: auto; }
  .mobile-menu {
    display: grid;
    max-height: 0; overflow: hidden;
    background: var(--navy-deep);
    transition: max-height .25s ease;
  }
  .mobile-menu.open { max-height: 380px; }
  .mobile-menu a { padding: 14px 20px; border-top: 1px solid rgba(255,255,255,.1); font-weight: 800; font-size: .9rem; }

  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 38px 0 24px; }
  .eyebrow { font-size: .68rem; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); margin-top: 11px; }
  .hero-lead { font-size: 1rem; }
  .hero-support { font-size: .9rem; }
  .hero-points { gap: 12px; margin: 20px 0; }
  .hero-points > div { width: calc(33.33% - 8px); gap: 6px; font-size: .68rem; align-items: flex-start; }
  .hero-points svg { width: 25px; height: 25px; flex: 0 0 auto; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .btn-outline { display: none; }
  .mobile-phone-under-cta {
    display: grid;
    text-align: center;
    margin-top: 11px;
    border: 1px solid #d9dfeb;
    padding: 10px 14px;
    border-radius: 10px;
    background: white;
  }
  .mobile-phone-under-cta span { font-size: .72rem; color: var(--muted); }
  .mobile-phone-under-cta strong { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 2px; font-size: 1rem; color: var(--navy); }
  .mobile-phone-under-cta svg { width: 17px; height: 17px; fill: var(--navy); }

  /* Mobile-specific hero: text first, image underneath */
  .hero-media { min-height: 300px; margin: 0 -14px; order: 2; }
  .hero-media::after { background: linear-gradient(180deg, white 0, transparent 14%); }
  .hero-media img { height: 300px; object-position: 59% center; }
  .hero-media-badge { display: none; }

  .section { padding: 56px 0; }
  .section-heading.centered { margin-bottom: 26px; }
  .section-heading h2, .reviews h2, .coverage-card h2, .final-cta h2 { font-size: 1.85rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: auto; }
  .check-list { margin-bottom: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }

  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding: 22px 6px; }
  .trust-grid article:last-child { border-bottom: 0; }

  .reviews-layout { grid-template-columns: 1fr; gap: 26px; }
  .review-summary { text-align: center; }
  .rating-row { justify-content: center; }
  .review-carousel { padding-inline: 0; }
  .review-track { grid-auto-columns: 88%; overflow-x: auto; padding: 0 6%; scrollbar-width: none; }
  .review-track::-webkit-scrollbar { display: none; }
  .carousel-arrow { display: none; }

  .process-grid { grid-template-columns: 1fr; gap: 22px; }
  .process-grid article { padding-left: 56px; }

  .split-grid { grid-template-columns: 1fr; gap: 30px; }
  .coverage-card { position: static; padding: 26px; }
  .coverage-actions { display: grid; }
  .coverage-actions .btn { width: 100%; }

  .final-cta-inner { display: grid; text-align: center; }
  .final-cta .btn { width: 100%; }

  .footer-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-contact { justify-content: center; }
  .footer-contact a, .footer-wa { justify-content: center; }
  .footer-bottom { display: grid; text-align: center; }
  .site-footer { padding-bottom: 34px; }

  .floating-wa { display: none; }
  .mobile-sticky {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    z-index: 80;
    left: 0; right: 0; bottom: 0;
    height: 70px;
    box-shadow: 0 -7px 24px rgba(0,0,0,.18);
  }
  .mobile-sticky > * {
    border: 0; color: white; padding: 8px 10px;
    display: flex; align-items: center; justify-content: center; gap: 9px;
  }
  .mobile-sticky a { background: var(--navy-deep); }
  .mobile-sticky button { background: var(--green); }
  .mobile-sticky svg { width: 25px; height: 25px; flex: 0 0 auto; fill: currentColor; }
  .mobile-sticky span { display: grid; text-align: left; line-height: 1.05; }
  .mobile-sticky small { font-size: .62rem; opacity: .82; margin-bottom: 4px; }
  .mobile-sticky strong { font-size: .78rem; }

  #serviceModal .acdc-modal-dialog { width: calc(100vw - 22px) !important; padding: 23px 18px !important; border-radius: 18px !important; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .hero-points > div { width: 100%; }
  .check-list { grid-template-columns: 1fr; }
}
