:root {
  --taxi-yellow: #ffc61a;
  --taxi-black: #1f1f1f;
  --taxi-gray: #666;
  --taxi-soft: #f7f7f7;
}

.seo-intro,
.seo-areas,
.seo-searches,
.seo-steps,
.seo-home-faq {
  padding: 72px 0;
}

.seo-intro,
.seo-home-faq {
  background: #f7f7f7;
}

.seo-steps {
  background: #1f1f1f;
}

.seo-searches {
  background: #fff6d9;
}

.seo-section-heading {
  max-width: 850px;
  margin: 0 auto 32px;
  text-align: center;
}

.seo-section-heading p {
  color: var(--taxi-gray);
  line-height: 1.8;
}

.seo-section-heading a,
.seo-faq-item a,
.seo-content-panel a,
.seo-step-item a {
  color: #a56e00;
  font-weight: 700;
}

.seo-intro-grid {
  display: flex;
  align-items: stretch;
}

.seo-content-panel,
.seo-call-panel {
  height: 100%;
  min-height: 230px;
  padding: 30px;
  border-radius: 6px;
}

.seo-content-panel {
  border-left: 5px solid var(--taxi-yellow);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.seo-content-panel h3,
.seo-call-panel h3 {
  margin: 0 0 14px;
  font-size: 26px;
}

.seo-content-panel p {
  margin: 0 0 12px;
  color: var(--taxi-gray);
  line-height: 1.8;
}

.seo-call-panel {
  background: var(--taxi-black);
  color: #fff;
  text-align: center;
}

.seo-call-panel .fa {
  color: var(--taxi-yellow);
  font-size: 42px;
}

.seo-call-panel h3 {
  margin-top: 14px;
  color: #fff;
}

.seo-call-panel a {
  display: block;
  color: var(--taxi-yellow);
  font-size: 28px;
  font-weight: 800;
}

.seo-call-panel p {
  color: #ddd;
  line-height: 1.7;
}

.seo-highlights {
  margin-top: 28px;
  text-align: center;
}

.seo-highlights div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.seo-highlights strong,
.seo-highlights span {
  display: block;
}

.seo-highlights strong {
  color: #b27a00;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 32px;
}

.seo-highlights span {
  color: #666;
}

.seo-area-grid > div {
  margin-bottom: 18px;
}

.seo-area-card {
  display: block;
  min-height: 255px;
  padding: 24px 18px;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fff;
  color: var(--taxi-black);
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.seo-area-card:hover,
.seo-area-card:focus {
  border-color: var(--taxi-yellow);
  color: var(--taxi-black);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  transform: translateY(-4px);
}

.seo-area-card .fa {
  display: block;
  margin-bottom: 10px;
  color: var(--taxi-yellow);
  font-size: 26px;
}

.seo-area-card strong,
.seo-area-card small {
  display: block;
}

.seo-area-card strong {
  font-size: 19px;
}

.seo-area-card small {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
  line-height: 1.65;
}

.seo-area-card em {
  display: block;
  margin-top: 14px;
  color: #9c6a00;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.seo-steps .seo-section-heading h2 {
  color: #fff;
}

.seo-step-item {
  min-height: 205px;
  padding: 26px;
  border-top: 4px solid var(--taxi-yellow);
  background: #292929;
}

.seo-step-item span {
  color: var(--taxi-yellow);
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.seo-step-item h3 {
  margin: 12px 0 9px;
  color: #fff;
  font-size: 21px;
}

.seo-step-item p {
  color: #d2d2d2;
  line-height: 1.75;
}

.seo-step-item a {
  color: var(--taxi-yellow);
}

.seo-search-grid > div {
  margin-bottom: 18px;
}

.seo-search-group {
  height: 100%;
  min-height: 245px;
  padding: 24px;
  border: 1px solid #f2d985;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.seo-search-group h3 {
  margin: 0 0 15px;
  color: var(--taxi-black);
  font-size: 20px;
}

.seo-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.seo-keyword-list a,
.local-keyword-list span {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 18px;
  background: #fff6d9;
  color: #6f4d00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.seo-keyword-list a:hover,
.seo-keyword-list a:focus {
  background: var(--taxi-yellow);
  color: var(--taxi-black);
}

.seo-faq-item {
  min-height: 180px;
  padding: 26px;
  border-left: 4px solid var(--taxi-yellow);
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
}

.seo-faq-item h3 {
  margin-top: 0;
  color: var(--taxi-black);
  font-size: 20px;
}

.seo-faq-item p {
  margin-bottom: 0;
  color: var(--taxi-gray);
  line-height: 1.75;
}

.seo-footer-links {
  columns: 2;
  padding-left: 0;
  list-style: none;
}

.seo-footer-links li {
  margin-bottom: 7px;
}

.seo-footer-links a {
  color: #c8c8c8;
  font-size: 13px;
}

.local-seo-page {
  margin: 0;
  overflow-x: hidden;
  background: #f4f6f8;
  color: #17202b;
  font-family: "Open Sans", Arial, sans-serif;
}

.local-seo-page *,
.local-seo-page *::before,
.local-seo-page *::after {
  box-sizing: border-box;
}

.local-seo-page .container {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.local-topbar {
  background: #0b0e12;
  color: #cfd5dc;
  font-size: 12px;
}

.local-topbar .container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
}

.local-topbar .fa {
  margin-right: 6px;
  color: var(--taxi-yellow);
}

.local-topbar a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.local-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 198, 26, .35);
  background: #151a21;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

.local-nav {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.local-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.local-logo img {
  display: block;
  width: 163px;
  height: 46px;
  border-radius: 3px;
  object-fit: contain;
}

.local-brand-copy strong,
.local-brand-copy small {
  display: block;
}

.local-brand-copy strong {
  color: #fff;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .03em;
}

.local-brand-copy small {
  margin-top: 3px;
  color: #aab2bd;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.local-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.local-nav-links > a {
  color: #dde2e8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.local-nav-links > a:hover,
.local-nav-links > a:focus {
  color: var(--taxi-yellow);
}

.local-nav-links .local-phone {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--taxi-yellow);
  color: #151a21;
  box-shadow: 0 8px 20px rgba(255, 198, 26, .16);
  letter-spacing: 0;
  text-transform: none;
}

.local-nav-links .local-whatsapp {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 8px 18px rgba(37, 211, 102, .2);
}

.local-phone .fa {
  font-size: 18px;
}

.local-phone span,
.local-phone small {
  display: block;
}

.local-phone small {
  margin-bottom: 1px;
  color: #745600;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.local-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 74px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 198, 26, .15), transparent 25%),
    linear-gradient(115deg, rgba(13, 17, 22, .99), rgba(21, 27, 34, .94) 55%, rgba(16, 20, 25, .84)),
    url("../images/_homepage-1-bg.jpg") center / cover;
  color: #fff;
}

.local-hero::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255, 198, 26, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 198, 26, .03), 0 0 0 80px rgba(255, 198, 26, .02);
  content: "";
}

.local-breadcrumb {
  display: flex;
  margin: 0 0 38px;
  align-items: center;
  gap: 10px;
  color: #aeb7c2;
  font-size: 12px;
}

.local-breadcrumb a {
  color: var(--taxi-yellow);
  text-decoration: none;
}

.local-breadcrumb strong {
  color: #d8dde3;
}

.local-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: center;
}

.local-eyebrow,
.local-section-kicker {
  margin: 0 0 14px;
  color: var(--taxi-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.local-eyebrow .fa {
  margin-right: 5px;
}

.local-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.02em;
}

.local-lead {
  max-width: 720px;
  margin: 21px 0 28px;
  color: #cfd6de;
  font-size: 17px;
  line-height: 1.8;
}

.local-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.local-cta,
.local-whatsapp-cta,
.local-secondary-cta,
.local-card-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.local-cta {
  padding: 15px 21px;
  background: var(--taxi-yellow);
  color: #151a21;
  box-shadow: 0 12px 22px rgba(255, 198, 26, .18);
}

.local-whatsapp-cta {
  padding: 14px 19px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 22px rgba(37, 211, 102, .16);
}

.local-secondary-cta {
  padding: 14px 19px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.local-cta:hover,
.local-cta:focus,
.local-whatsapp-cta:hover,
.local-whatsapp-cta:focus,
.local-card-call:hover,
.local-card-call:focus,
.local-secondary-cta:hover,
.local-secondary-cta:focus {
  transform: translateY(-2px);
}

.local-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 30px;
  color: #dbe1e7;
  font-size: 12px;
  font-weight: 700;
}

.local-trust-row .fa {
  margin-right: 5px;
  color: var(--taxi-yellow);
}

.local-hero-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

.local-hero-card-icon {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--taxi-yellow);
  color: #151a21;
  font-size: 21px;
}

.local-hero-card p {
  margin: 23px 0 5px;
  color: var(--taxi-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.local-hero-card h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
}

.local-hero-phone {
  display: block;
  margin: 17px 0 8px;
  color: var(--taxi-yellow);
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
}

.local-hero-card > span {
  display: block;
  color: #cfd6de;
  font-size: 13px;
  line-height: 1.7;
}

.local-card-call {
  width: 100%;
  margin-top: 20px;
  padding: 13px 16px;
  background: var(--taxi-yellow);
  color: #151a21;
}

.local-main {
  padding: 80px 0 70px;
  background: #f4f6f8;
}

.local-section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.local-section-heading p {
  margin: 0 0 9px;
  color: #a87300;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.local-section-heading h2 {
  margin: 0;
  color: #18212b;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.08;
}

.local-section-heading span {
  display: block;
  margin-top: 12px;
  color: #6c7680;
  line-height: 1.7;
}

.local-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.local-content-card,
.local-sidebar-card,
.local-search-card,
.local-faq article {
  border: 1px solid #e2e7ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(21, 30, 39, .06);
}

.local-content-card {
  padding: 32px;
}

.local-content h2 {
  margin: 0 0 13px;
  color: #1c2732;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 30px;
}

.local-content h2:not(:first-child) {
  margin-top: 30px;
}

.local-content p,
.local-sidebar p,
.local-related p,
.local-faq p,
.local-search-terms p {
  color: #65717d;
  line-height: 1.85;
}

.local-route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-route-list li {
  display: flex;
  min-height: 66px;
  padding: 14px;
  align-items: center;
  gap: 10px;
  border: 1px solid #eceff2;
  border-radius: 9px;
  background: #f8fafb;
  color: #34414d;
  font-size: 13px;
  line-height: 1.45;
}

.local-route-list .fa {
  color: #bd8500;
  font-size: 17px;
}

.local-sidebar-card {
  margin-bottom: 16px;
  padding: 23px;
}

.local-sidebar-call {
  border-color: #1e2833;
  background: #1a232d;
}

.local-sidebar-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--taxi-yellow);
  color: #1a232d;
}

.local-sidebar-card h2,
.local-sidebar-card h3 {
  margin: 16px 0 8px;
  color: #1f2933;
  font-size: 23px;
}

.local-sidebar-call h2 {
  color: #fff;
}

.local-sidebar-card p {
  margin: 0;
  font-size: 13px;
}

.local-sidebar-call p {
  color: #c5cdd5;
}

.local-sidebar-phone {
  display: block;
  margin: 17px 0;
  color: var(--taxi-yellow);
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
}

.local-sidebar-call .local-cta {
  width: 100%;
}

.local-sidebar-card ul {
  margin: 0;
  padding: 0;
  color: #64717c;
  font-size: 13px;
  line-height: 1.6;
  list-style: none;
}

.local-sidebar-card li {
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
  gap: 9px;
  border-bottom: 1px solid #edf0f2;
}

.local-sidebar-card li:last-child {
  border-bottom: 0;
}

.local-sidebar-card li .fa {
  margin-top: 4px;
  color: #ad7900;
}

.local-search-terms {
  padding: 64px 0;
  background: #fff4cf;
}

.local-search-card {
  padding: 29px 31px;
  border-color: #f0da91;
}

.local-search-card h2 {
  margin: 0;
  color: #202a34;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 34px;
}

.local-search-card p:not(.local-section-kicker) {
  max-width: 900px;
  margin-bottom: 0;
}

.local-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}

.local-keyword-list span {
  border: 1px solid #f2df9f;
  background: #fffaf0;
  box-shadow: none;
}

.local-faq {
  padding: 75px 0;
  background: #fff;
}

.local-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.local-faq article {
  padding: 22px;
}

.local-faq-icon {
  display: flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff4cf;
  color: #a87300;
}

.local-faq h3 {
  margin: 18px 0 8px;
  color: #25313c;
  font-size: 17px;
  line-height: 1.45;
}

.local-faq p {
  margin-bottom: 0;
  font-size: 14px;
}

.local-related {
  padding: 72px 0 82px;
  background: #f4f6f8;
}

.local-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.local-related-grid a {
  display: flex;
  min-height: 64px;
  padding: 15px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border: 1px solid #e0e6eb;
  border-radius: 9px;
  background: #fff;
  color: #2c3945;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.local-related-grid a .fa {
  color: #b37c00;
  font-size: 12px;
}

.local-related-grid a:hover,
.local-related-grid a:focus {
  border-color: var(--taxi-yellow);
  box-shadow: 0 10px 25px rgba(21, 30, 39, .08);
  transform: translateY(-2px);
}

.local-footer {
  padding: 35px 0 18px;
  background: #11161c;
  color: #aeb7c0;
}

.local-footer-grid,
.local-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.local-footer-grid strong {
  color: #fff;
  font-family: "Fira Sans Condensed", Arial, sans-serif;
  font-size: 24px;
}

.local-footer p {
  margin: 7px 0;
  font-size: 13px;
}

.local-footer a {
  color: var(--taxi-yellow);
  text-decoration: none;
}

.local-footer-phone {
  padding: 13px 17px;
  border-radius: 7px;
  background: var(--taxi-yellow);
  color: #151a21 !important;
  font-weight: 800;
}

.local-footer-bottom {
  margin-top: 21px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.local-sticky-call {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 20;
  display: none;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--taxi-yellow);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
  color: #151a21;
  font-weight: 800;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: 29px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
  transform: translateY(-3px);
}

.local-sticky-call .fa {
  font-size: 18px;
}

.local-sticky-call small {
  display: block;
  color: #795a00;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .seo-intro-grid {
    display: block;
  }

  .seo-content-panel,
  .seo-call-panel {
    min-height: auto;
    margin-bottom: 16px;
  }

  .seo-step-item {
    min-height: auto;
    margin-bottom: 16px;
  }

  .seo-faq-item {
    min-height: auto;
    margin-bottom: 16px;
  }

  .local-layout {
    grid-template-columns: 1fr;
  }

  .local-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .local-hero-card {
    max-width: 450px;
  }

  .local-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .seo-intro,
  .seo-areas,
  .seo-searches,
  .seo-steps,
  .seo-home-faq {
    padding: 52px 0;
  }

  .seo-content-panel,
  .seo-call-panel,
  .seo-step-item {
    padding: 22px;
  }

  .seo-area-card {
    min-height: auto;
  }

  .local-seo-page .container {
    width: calc(100% - 28px);
  }

  .local-topbar {
    display: none;
  }

  .local-nav {
    min-height: 70px;
    gap: 10px;
  }

  .local-logo img {
    width: 142px;
    height: 40px;
  }

  .local-brand-copy {
    display: none;
  }

  .local-nav-links {
    gap: 8px;
  }

  .local-nav-links > a:not(.local-phone):not(.local-whatsapp) {
    display: none;
  }

  .local-nav-links .local-whatsapp {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .local-nav-links .local-phone {
    padding: 9px 10px;
    gap: 7px;
    font-size: 12px;
  }

  .local-hero {
    padding: 21px 0 46px;
  }

  .local-breadcrumb {
    margin-bottom: 27px;
  }

  .local-hero h1 {
    font-size: 47px;
  }

  .local-lead {
    margin: 17px 0 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .local-secondary-cta {
    display: none;
  }

  .local-trust-row {
    gap: 10px 14px;
    margin-top: 23px;
    font-size: 11px;
  }

  .local-hero-card {
    padding: 21px;
  }

  .local-hero-phone {
    font-size: 25px;
  }

  .local-main {
    padding: 54px 0 50px;
  }

  .local-section-heading {
    margin-bottom: 24px;
  }

  .local-section-heading h2 {
    font-size: 33px;
  }

  .local-content-card,
  .local-search-card {
    padding: 21px;
  }

  .local-content h2 {
    font-size: 26px;
  }

  .local-route-list,
  .local-faq-grid,
  .local-related-grid {
    grid-template-columns: 1fr;
  }

  .local-search-terms {
    padding: 48px 0;
  }

  .local-search-card h2 {
    font-size: 29px;
  }

  .local-faq {
    padding: 57px 0;
  }

  .local-related {
    padding: 55px 0 78px;
  }

  .local-related-grid {
    gap: 9px;
  }

  .local-footer-grid {
    display: block;
  }

  .local-footer-phone {
    display: inline-block;
    margin-top: 9px;
  }

  .local-sticky-call {
    display: inline-flex;
  }

  .local-whatsapp-float {
    right: auto;
    bottom: 15px;
    left: 14px;
  }
}
