/* Commercial intent, local relevance and proof blocks for service landing pages */
.service-commercial {
  background: #fff;
}

.commercial-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
}

.service-price-card {
  background: linear-gradient(145deg, var(--navy-dark), var(--navy-soft));
  color: #fff;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-price-card > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f0b98a;
}

.service-price-card strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin: 13px 0 14px;
}

.service-price-card strong small {
  font-size: 14px;
  color: #c7d5e4;
  font-weight: 600;
}

.service-price-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #dce3ea;
  margin-bottom: 24px;
  flex: 1;
}

.service-price-card .btn {
  padding: 13px 20px;
}

.price-factors {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 34px;
}

.price-factors h3 {
  font-size: 20px;
  margin-bottom: 18px;
}

.price-factors ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin-bottom: 22px;
}

.price-factors li {
  position: relative;
  padding-left: 24px;
  font-size: 14.5px;
  color: var(--ink);
}

.price-factors li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}

.scope-note {
  padding: 15px 17px;
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

.decision-head {
  margin-top: 72px;
}

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

.decision-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--orange);
  border-radius: 14px;
  padding: 24px;
}

.decision-card h3 {
  font-size: 15.5px;
  margin-bottom: 10px;
}

.decision-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}

.trust-proof-section {
  background: #f2eee6;
}

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

.proof-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
}

.proof-number {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: var(--orange-dark);
  margin-bottom: 18px;
}

.proof-card h3 {
  font-size: 16px;
  margin-bottom: 9px;
}

.proof-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}

.expert-note {
  margin-top: 22px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 17px 20px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.expert-note strong {
  color: var(--navy);
}

.local-service-section {
  background: var(--navy-dark);
}

.service-area-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 44px;
  color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .2);
}

.service-area-copy h2 {
  color: #fff;
  font-size: clamp(27px, 3.7vw, 38px);
  margin-bottom: 16px;
}

.service-area-copy > p {
  color: #d7e0e8;
  font-size: 14.5px;
  line-height: 1.75;
}

.service-area-copy .eyebrow {
  background: rgba(255, 255, 255, .1);
  color: #f0b98a;
}

.service-area-note {
  margin-top: 14px;
  font-size: 12.5px !important;
  color: #b9cbdc !important;
}

.service-area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.service-area-list a,
.service-area-list > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9px;
  padding: 10px 13px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 650;
  transition: background .16s, border-color .16s;
}

.service-area-list a:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .35);
}

.service-area-list a span {
  color: #f0b98a;
}

.service-guides-section {
  background: #fff;
}

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

.guide-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 27px 25px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: #d7cbb7;
}

.guide-card > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--orange-dark);
  margin-bottom: 12px;
}

.guide-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.guide-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
}

.guide-card strong {
  font-size: 13px;
  color: var(--navy);
  margin-top: 16px;
}

.documented-result {
  max-width: 920px;
  margin: 0 auto;
}

.documented-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.documented-images figure {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4/3;
}

.documented-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.documented-images figure:first-child img {
  filter: saturate(.7) brightness(.9);
}

.documented-images figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  background: rgba(7, 21, 39, .82);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.documented-result > p {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}

.service-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.service-photo-card,
.service-result-photo {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-photo-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.service-photo-card figcaption,
.service-result-photo figcaption {
  padding: 15px 18px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.service-result-photo {
  max-width: 860px;
  margin: 0 auto;
}

.service-result-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.service-seo-copy {
  background: #fff;
}

.service-seo-copy .seo-text {
  font-size: 15px;
}

.service-seo-copy .seo-text h2 {
  font-size: clamp(25px, 3.1vw, 32px);
}

.service-seo-copy .seo-text p {
  margin-bottom: 16px;
}

#faq .faq-list {
  max-width: 850px;
}

@media (max-width: 960px) {
  .commercial-grid,
  .service-area-box {
    grid-template-columns: 1fr;
  }

  .decision-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-area-box {
    gap: 28px;
  }

  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guide-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }

  .commercial-grid {
    gap: 16px;
  }

  .service-price-card,
  .price-factors,
  .service-area-box {
    padding: 26px 22px;
  }

  .price-factors ul,
  .decision-grid,
  .proof-grid,
  .service-area-list,
  .guide-grid,
  .documented-images,
  .service-photo-grid {
    grid-template-columns: 1fr;
  }

  .guide-card:last-child {
    grid-column: auto;
  }

  .decision-head {
    margin-top: 54px;
  }

  .documented-images figure {
    aspect-ratio: 4/3;
  }

  .service-photo-card img {
    height: auto;
    aspect-ratio: 16/9;
  }

  .expert-note {
    font-size: 12.5px;
  }
}
