:root {
  --navy: #162842;
  --navy2: #24364f;
  --soft: #f4f7fb;
  --text: #17253a;
  --muted: #627086;
  --muted-text: #627086;
  --line: #dce4ee;
  --white: #ffffff;
  --gold: #c89b3c;
  --shadow: 0 20px 45px rgba(22, 40, 66, 0.12);
  --radius: 22px;
}

/* =========================
   GLOBAL
========================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

/* =========================
   TYPOGRAPHY
========================= */

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--navy);
  font-weight: 900;
  font-size: 0.78rem;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--navy);
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.15rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.18rem;
}

.lead {
  font-size: 1.18rem;
  color: var(--muted);
}

.narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   LAYOUT HELPERS
========================= */

.section {
  padding: 82px 0;
}

.muted {
  background: var(--soft);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}

.align-center {
  align-items: center;
}

.centered,
.centered-eyebrow,
.centered-title,
.services .eyebrow,
.services h2,
.gallery .eyebrow,
.gallery h2,
.testimonials .eyebrow,
.testimonials h2,
.hero-sales .eyebrow,
.hero-sales h1,
.trust-bar-section .eyebrow,
.trust-bar-section h2 {
  text-align: center;
}

.centered-title {
  margin-bottom: 42px;
}

/* =========================
   BUTTONS
========================= */

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
  cursor: pointer;
}

.primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 25px rgba(22, 40, 66, 0.18);
}

.secondary {
  background: #fff;
  color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--line);
}

.mobile-show-more-btn {
  display: none !important;
}

/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 4vw;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(22, 40, 66, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 170px;
}

.brand img {
  height: 118px;
  width: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 22px;
  font-weight: 800;
  color: var(--navy);
  font-size: 0.95rem;
}

.nav a {
  opacity: 0.82;
  transition: 0.2s ease;
}

.nav a:hover {
  opacity: 1;
}

.call-pill {
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

/* =========================
   HERO
========================= */

.hero-sales {
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero-sales h1,
.hero-sales .lead {
  max-width: 760px;
}

.hero-sales-single {
  max-width: 920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-sales-single h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.hero-sales-single .lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  justify-content: center;
}

.hero-sales-single .fee-note {
  text-align: center;
}

.hero {
  width: 100%;
  overflow: hidden;
  background: #e9eef5;
}

.hero-mobile-call-link {
  display: block;
}

.hero picture,
.hero img {
  display: block;
  width: 100%;
}

.hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================
   TRUST / WHY US
========================= */

.trust-bar-section {
  padding: 90px 0 40px;
  background: #f7f8fb;
  margin-top: 72px;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.trust-item {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.trust-item span {
  color: #0d2b57;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.trust-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: #14233c;
}

/* =========================
   CARDS
========================= */

.quick-card,
.card,
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card.dark {
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  color: #fff;
}

.card.dark h3,
.card.dark a {
  color: #fff;
}

.big-phone {
  font-size: 1.7rem;
  font-weight: 900;
}

/* =========================
   ABOUT
========================= */

.about-visual {
  position: relative;
}

.about-visual img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.about-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(22, 40, 66, 0.15);
}

.about-badge strong {
  display: block;
  color: var(--navy);
  font-size: 1.15rem;
}

.about-badge span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

/* =========================
   SERVICES
========================= */

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 38px 0;
}

.service-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  min-height: 210px;
  box-shadow: 0 8px 24px rgba(22, 40, 66, 0.06);
}

.service-item h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 0.93rem;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}

/* =========================
   BRANDS
========================= */

.premium-brands {
  background: #fff;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.brand-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 18px;
  font-weight: 900;
  color: var(--navy);
  text-align: center;
  box-shadow: 0 8px 24px rgba(22, 40, 66, 0.06);
}

/* =========================
   SERVICE AREAS
========================= */

.service-areas {
  background: var(--soft);
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.service-area-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 16px;
  text-align: center;
  font-weight: 800;
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(22, 40, 66, 0.06);
}

.area-call-note {
  margin-top: 18px;
  font-weight: 600;
  color: var(--text);
}

.area-call-note a {
  color: inherit;
  text-decoration: underline;
}

/* =========================
   GALLERY
========================= */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.gallery-grid img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

/* =========================
   COMMON PROBLEMS / OFFER
========================= */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.problem-item,
.offer-box,
.after-request-box {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(16, 34, 56, 0.08);
}

a.problem-item {
  display: block;
  color: var(--navy);
  font-weight: 700;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
}

a.problem-item:hover,
a.problem-item:focus-visible {
  background: var(--soft);
  box-shadow: 0 16px 36px rgba(16, 34, 56, 0.13);
  transform: translateY(-2px);
  outline: none;
}

.offer-box {
  border-left: 5px solid #102238;
  margin-top: 28px;
}

.fee-note {
  margin-top: 14px;
  font-weight: 700;
  color: #102238;
}

/* =========================
   GOOGLE REVIEWS CAROUSEL
========================= */

.reviews-carousel {
  position: relative;
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 0 56px 46px;
}

.reviews-carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius);
}

.reviews-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.reviews-carousel-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: calc((100% - 40px) / 3);
  text-align: left;
}

.reviews-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(22, 40, 66, 0.12);
}

.reviews-carousel-btn-prev {
  left: 0;
}

.reviews-carousel-btn-next {
  right: 0;
}

.reviews-carousel-dot {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.reviews-carousel-dot::before {
  content: "";
  width: 15px;
  height: 5px;
  border-radius: 999px;
  background: #c9d2de;
}

.reviews-carousel-dot.is-active::before {
  width: 24px;
  background: #1f4f82;
}

/* =========================
   FAQ
========================= */

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 22px rgba(22, 40, 66, 0.05);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
  font-size: 1.05rem;
}

.faq-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

/* =========================
   CONTACT / FORM
========================= */

.contact-lines {
  margin-top: 28px;
}

.contact-lines a {
  font-weight: 900;
  color: var(--navy);
}

.form {
  display: grid;
  gap: 16px;
}

.form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--navy);
}

.field-optional {
  font-size: 0.8rem;
  font-weight: 600;
  color: #8a97a8;
  margin-left: 4px;
}

input,
textarea {
  width: 100%;
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
}

textarea {
  resize: vertical;
}

input.input-error,
textarea.input-error {
  border-color: #d9534f;
  background-color: #fef5f5;
}

.field-error-message {
  font-size: 0.875rem;
  color: #a21f1f;
  font-weight: 600;
  margin-top: 4px;
}

.form-disclaimer {
  font-size: 0.82rem;
  opacity: 0.8;
  margin-top: 12px;
  line-height: 1.5;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.alert {
  padding: 13px 15px;
  border-radius: 14px;
  font-weight: 800;
}

.success {
  background: #e9f8ef;
  color: #126334;
}

.error {
  background: #ffecec;
  color: #a21f1f;
}

/* =========================
   THANK YOU PAGE
========================= */

.thank-you-page {
  background: linear-gradient(135deg, #f4f7fb 0%, #ffffff 100%);
  min-height: 100vh;
}

.thank-you-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.thank-you-wrapper {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px 24px;
}

.thank-you-card {
  width: 100%;
  max-width: 720px;
  background: #fff;
  border-radius: 26px;
  padding: 34px 38px;
  text-align: center;
  box-shadow: 0 22px 55px rgba(22, 40, 66, 0.12);
  border: 1px solid rgba(22, 40, 66, 0.08);
}

.thank-you-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #102238;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 900;
}

.thank-you-card .eyebrow {
  margin-bottom: 8px;
}

.thank-you-card h1 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.thank-you-text {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 0 auto 12px;
  max-width: 560px;
}

.thank-you-phone {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 22px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--navy);
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* =========================
   LEGAL PAGES
========================= */

.legal-page {
  background: #fff;
}

.legal-hero {
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  padding: 64px 0 34px;
}

.legal-hero .container {
  max-width: 900px;
}

.legal-hero h1 {
  margin-bottom: 14px;
}

.legal-updated {
  color: var(--muted-text);
  font-weight: 700;
  margin-top: 14px;
}

.legal-content {
  max-width: 900px;
}

.legal-content article {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.06);
  padding: 36px;
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  margin: 34px 0 12px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--text);
  line-height: 1.75;
}

.legal-content ul {
  margin: 10px 0 0 22px;
}

.legal-content a {
  font-weight: 800;
}

.legal-note {
  background: #f6f8fb;
  border-left: 4px solid var(--gold);
  border-radius: 16px;
  padding: 18px 20px;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: var(--navy);
  color: #fff;
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 48px;
}

.footer img {
  height: 120px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer p {
  max-width: 560px;
  text-align: center;
}

.footer a {
  font-weight: 900;
}

/* Brand column: logo + CTA stacked */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* Services column */
.footer-services {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-services .footer-heading {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 4px;
  text-align: left;
}

.footer-services a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
}

.footer-services a:hover {
  color: #fff;
}

/* Bottom column: legal + phone */
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

#footer-call-button {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

#footer-call-button:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Footer CTA — "View All Services →" (lives inside .footer-brand) */
.footer-all-services {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer-all-services:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
}

.footer-info {
  width: 100%;
  text-align: center;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-info p {
  max-width: none;
  margin: 0;
  text-align: center;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.92rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-legal span {
  color: rgba(255, 255, 255, 0.55);
}

/* =========================
   RESPONSIVE: MEDIUM DESKTOP / TABLET
========================= */

@media (min-width: 562px) and (max-width: 1050px) {
  .footer-grid {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 20px 32px;
    align-items: start;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-legal {
    justify-content: flex-start;
    gap: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 1040px) {
  .brand img {
    height: 66px;
  }

  .nav {
    gap: 14px;
    font-size: 0.88rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .grid-2,
  .cards-3 {
    grid-template-columns: 1fr;
  }

  .trust-bar-grid,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .brand-grid,
  .service-area-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 58px 0;
  }

  .hero-sales {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-sales-single .fee-note {
    text-align: center;
  }

  .site-header {
    padding: 10px 16px;
  }

  .call-pill {
    padding: 12px 16px;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(22, 40, 66, 0.18);
  }

  .brand img {
    height: 60px;
  }

  .hero {
    background: #071b3a;
  }

  .hero img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .check-list {
    padding-left: 20px;
    margin: 0;
  }

  .check-list li {
    margin-bottom: 8px;
  }
}

@media (min-width: 901px) {
  .hero-mobile-call-link {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 900px) and (min-width: 701px) {
  .reviews-carousel-slide {
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
  }
}

/* =========================
   RESPONSIVE: MOBILE
========================= */

@media (max-width: 768px) {
  .trust-bar-section {
    padding: 70px 0 20px;
    margin-top: 50px;
  }

  .trust-item {
    padding: 22px 18px;
  }

  .trust-item p {
    font-size: 16px;
  }

  .centered-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .reviews-carousel {
    padding: 0 0 44px;
  }

  .reviews-carousel-track {
    gap: 0;
  }

  .reviews-carousel-slide {
    flex-basis: 100%;
    min-width: 100%;
  }

  .reviews-carousel-btn {
    top: auto;
    bottom: 0;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .reviews-carousel-btn-prev {
    left: calc(50% - 92px);
  }

  .reviews-carousel-btn-next {
    right: calc(50% - 92px);
  }

  .review-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .reviews-carousel-slide p {
    font-size: 1rem;
  }

  .mobile-collapsible > *:nth-child(n + 5) {
    display: none;
  }

  .mobile-collapsible.is-expanded > * {
    display: block;
  }

  .mobile-collapsible[data-mobile-visible="6"] > *:nth-child(n + 7) {
    display: none;
  }

  .mobile-collapsible[data-mobile-visible="6"].is-expanded > * {
    display: block;
  }

  .mobile-show-more-btn {
    display: inline-flex !important;
    margin: 18px auto 22px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #fff;
    color: var(--text);
    font-weight: 700;
    cursor: pointer;
  }

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

  .brand-grid-compact .brand-card {
    padding: 12px 10px;
    min-height: auto;
    font-size: 0.95rem;
  }

  .gallery-grid.mobile-swipe-gallery {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .mobile-swipe-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    scroll-snap-align: start;
  }

  .legal-hero {
    padding: 44px 0 26px;
  }

  .legal-content article {
    border-radius: 18px;
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .thank-you-wrapper {
    align-items: flex-start;
    padding: 12px 16px 20px;
  }

  .thank-you-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .thank-you-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }

  .thank-you-card h1 {
    font-size: 2rem;
  }

  .thank-you-text {
    font-size: 0.98rem;
  }

  .thank-you-phone {
    font-size: 1.65rem;
    margin-bottom: 20px;
  }

  .thank-you-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    min-width: auto;
  }

  .brand img {
    height: 48px;
  }

  .call-pill {
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .service-grid,
  .gallery-grid:not(.mobile-swipe-gallery) {
    grid-template-columns: 1fr;
  }

  .brand-grid:not(.brand-grid-compact),
  .service-area-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-services {
    align-items: center;
  }

  .footer-services .footer-heading {
    text-align: center;
  }

  .footer-bottom {
    align-items: center;
  }

  .footer img {
    height: 82px;
  }

  .about-badge {
    position: static;
    margin-top: 16px;
  }

  .service-item {
    min-height: auto;
  }
}
