/* Slim SEO footer — keyword internal links, single national phone */

.qs-footer--seo {
  background: #fff7ea;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding: clamp(36px, 4vw, 52px) 0 clamp(28px, 3vw, 40px);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #0f172a;
}

.qs-footer--seo .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
}

.qs-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.qs-footer__brand-name {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.qs-footer__brand-tagline {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  font-weight: 600;
  max-width: 34ch;
}

.qs-footer__cta {
  margin: 0 0 8px;
}

.qs-footer__phone {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
}

.qs-footer__phone:hover {
  color: #b8740a;
}

.qs-footer__email {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
}

.qs-footer__email a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-footer__quote {
  margin: 0 0 10px;
}

.qs-footer__quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f6b11a;
  color: #0f172a !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}

.qs-footer__quote-btn:hover {
  background: #e5a10f;
}

.qs-footer__contact-link {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.qs-footer__contact-link a {
  color: #475569;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-footer__col-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
}

.qs-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.qs-footer__links a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
  text-decoration: none;
}

.qs-footer__links a:hover {
  color: #b8740a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-footer__areas-all {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.qs-footer__areas-all a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-footer__bottom {
  margin-top: clamp(24px, 3vw, 34px);
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}

.qs-footer__social {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 40px;
}

.qs-footer__social-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #475569;
  white-space: nowrap;
}

.qs-footer__icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-footer__icons li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.qs-footer__icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  flex-shrink: 0;
  line-height: 0;
}

.qs-footer__icons a:hover {
  background: rgba(246, 177, 26, 0.35);
}

.qs-footer__icon-svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.qs-footer__icons a[aria-label="Yelp"] .qs-footer__icon-svg {
  width: 16px;
  height: 18px;
}

.qs-footer__icons a[aria-label="Twitter"] .qs-footer__icon-svg {
  width: 20px;
  height: 16px;
}

.qs-footer__legal {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #475569;
  font-weight: 600;
}

.qs-footer__legal a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-footer__legal-sep {
  margin: 0 6px;
  opacity: 0.55;
}

/* Hub page city link block (injected on county hub pages) */
.qs-hub-city-links {
  padding: clamp(28px, 3vw, 40px) 0 clamp(36px, 4vw, 48px);
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-hub-city-links .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.qs-hub-city-links__title {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.qs-hub-city-links__sub {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
  font-weight: 600;
  max-width: 62ch;
}

.qs-hub-city-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-hub-city-links__list a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.qs-hub-city-links__list a:hover {
  border-color: rgba(246, 177, 26, 0.45);
  background: #fffdf6;
  color: #0f172a;
}

.qs-hub-city-links__all {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.qs-hub-city-links__all a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Location office / GBP card */
.qs-office-card {
  margin: 8px 0 28px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(246, 194, 74, 0.16), rgba(255, 255, 255, 0.92));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-office-card__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 24px;
}

.qs-office-card__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}

.qs-office-card__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.qs-office-card__address {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.qs-office-card__address a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qs-office-card__phones {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  font-size: 18px;
  font-weight: 800;
}

.qs-office-card__phone {
  color: #0f172a;
  text-decoration: none;
}

.qs-office-card__phone:hover {
  color: #b45309;
}

.qs-office-card__phone--national {
  font-size: 16px;
  font-weight: 700;
  color: #475569;
}

.qs-office-card__phone-sep {
  color: #94a3b8;
}

.qs-office-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.qs-office-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #0f172a !important;
  background: #fff;
}

.qs-office-card__btn--google {
  background: #fff;
}

.qs-office-card__btn--yelp {
  background: #fff;
}

.qs-office-card__btn--quote {
  background: #f6c24a;
  border-color: rgba(0, 0, 0, 0.08);
}

.qs-office-card__btn:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

/* Crawlable location review quotes */
.qs-loc-reviews {
  margin: 8px 0 28px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-loc-reviews__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.qs-loc-reviews__heading {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0f172a;
}

.qs-loc-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-loc-reviews__card {
  height: 100%;
  padding: 18px 18px 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.qs-loc-reviews__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.qs-loc-reviews__platform {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.qs-loc-reviews__platform--google {
  background: #e8f0fe;
  color: #1a73e8;
}

.qs-loc-reviews__platform--yelp {
  background: #fde8e8;
  color: #d32323;
}

.qs-loc-reviews__stars {
  color: #f6b11a;
  letter-spacing: 1px;
  font-size: 14px;
}

.qs-loc-reviews__text {
  margin: 0 0 12px;
}

.qs-loc-reviews__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #334155;
}

.qs-loc-reviews__footer {
  margin: 0;
}

.qs-loc-reviews__author {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
}

.qs-loc-reviews__city {
  font-weight: 600;
  color: #64748b;
}

.qs-loc-reviews__service {
  margin: 4px 0 8px;
  font-size: 13px;
  color: #64748b;
}

.qs-loc-reviews__source {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 800px) {
  .qs-loc-reviews__grid {
    grid-template-columns: 1fr;
  }
}

/* San Diego nearby cities (city-dedicated footer of page) */
.qs-sd-nearby {
  margin: 28px 0;
  padding: 28px 16px;
  background: rgba(255, 210, 128, 0.17);
  border-radius: 16px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-sd-nearby__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.qs-sd-nearby__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  color: #0f172a;
}

.qs-sd-nearby__sub {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #475569;
}

.qs-sd-nearby__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-sd-nearby__list a {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.qs-sd-nearby__list a:hover {
  border-color: rgba(246, 177, 26, 0.55);
  background: rgba(246, 177, 26, 0.12);
}

/* San Diego city — chrome under trust bar */
.qs-sd-chrome {
  padding-top: 8px;
  padding-bottom: 8px;
}

.qs-sd-chrome .qs-office-card {
  margin-top: 12px;
}

/* Photo + short GEO intro */
.qs-sd-photo-intro {
  padding: 28px 0 12px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-sd-photo-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  max-width: 1160px;
}

.qs-sd-photo-intro__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.qs-sd-photo-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.qs-sd-photo-intro__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.qs-sd-photo-intro__copy p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
}

.qs-sd-photo-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 18px;
}

.qs-sd-photo-intro__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f6c24a;
  color: #111 !important;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.qs-sd-photo-intro__phone {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
}

/* Original photo proof strip */
.qs-sd-proof {
  padding: 28px 0 36px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-sd-proof__title {
  margin: 0 0 8px;
  text-align: center;
  font-size: clamp(24px, 2.4vw, 32px);
  color: #0f172a;
}

.qs-sd-proof__sub {
  margin: 0 auto 18px;
  max-width: 46ch;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #475569;
}

.qs-sd-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-sd-proof__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.qs-sd-proof__figure img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.qs-sd-pricing {
  padding: 12px 0 36px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-sd-pricing__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  color: #0f172a;
}

.qs-sd-pricing__intro {
  margin: 0 auto 22px;
  max-width: 40rem;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}

.qs-sd-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.qs-sd-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.qs-sd-price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.qs-sd-price-card--featured {
  background: linear-gradient(165deg, #fff8e8 0%, #ffffff 55%);
  border-color: rgba(246, 177, 26, 0.55);
  box-shadow: 0 12px 30px rgba(246, 177, 26, 0.18);
}

.qs-sd-price-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f6b11a;
  color: #0d0d0d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.qs-sd-price-card__size {
  margin: 0;
  padding-right: 5.5rem;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
}

.qs-sd-price-card:not(.qs-sd-price-card--featured) .qs-sd-price-card__size {
  padding-right: 0;
}

.qs-sd-price-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}

.qs-sd-price-card__stats dt {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.qs-sd-price-card__stats dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.qs-sd-price-card__num {
  display: block;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.qs-sd-price-card__num--range {
  font-size: clamp(17px, 1.6vw, 20px);
  letter-spacing: -0.03em;
}

.qs-sd-price-card__meta {
  margin: auto 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 12.5px;
  line-height: 1.45;
  color: #64748b;
}

.qs-sd-pricing__note {
  margin: 0 auto 12px;
  max-width: 46rem;
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.qs-sd-pricing__disclaimer {
  margin: 0 auto;
  max-width: 46rem;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
  font-size: 12.5px;
  line-height: 1.55;
  color: #475569;
}

.qs-sd-specialty {
  padding: 8px 0 28px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-sd-specialty__title {
  margin: 0 0 8px;
  text-align: center;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  color: #0f172a;
}

.qs-sd-specialty__sub {
  margin: 0 auto 16px;
  max-width: 36rem;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.5;
  color: #64748b;
}

.qs-sd-specialty__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-sd-specialty__list a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #0f172a;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.qs-sd-specialty__list a:hover {
  border-color: rgba(246, 177, 26, 0.6);
  background: #fff8e8;
}

@media (max-width: 900px) {
  .qs-sd-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .qs-sd-pricing__grid {
    grid-template-columns: 1fr;
  }

  .qs-sd-price-card__size {
    padding-right: 0;
  }

  .qs-sd-price-card--featured .qs-sd-price-card__size {
    padding-right: 5.5rem;
  }
}

.qs-sd-blog {
  padding: 20px 0 40px;
  text-align: center;
}

.qs-sd-blog__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 28px);
  color: #0f172a;
}

@media (max-width: 900px) {
  .qs-sd-photo-intro__inner,
  .qs-sd-proof__grid {
    grid-template-columns: 1fr;
  }

  .qs-sd-proof__figure img {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .qs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qs-footer__col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .qs-footer__grid {
    grid-template-columns: 1fr;
  }

  .qs-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .qs-footer__legal-sep {
    display: none;
  }

  .qs-footer__legal span,
  .qs-footer__legal a {
    display: inline-block;
    margin: 0 10px 6px 0;
  }
}
