.before-after {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
  align-items: center;
  margin-top: 90px;
  padding-top: 80px;
  border-top: 1px solid var(--line);
}
.before-after-copy h3 { font-size: 36px; line-height: 1.05; letter-spacing: -.035em; }
.before-after-copy p:last-child { color: #666; }
.comparison { height: 620px; position: relative; overflow: hidden; background: #ddd; user-select: none; }
.comparison-after, .comparison-before img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-before { position: absolute; inset: 0; width: 50%; overflow: hidden; }
.comparison-before img { width: min(822px, calc(100vw - 50px)); max-width: none; }
.comparison input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 3; }
.comparison-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; z-index: 2; }
.comparison-line span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff; color: #111; font-weight: 800; }
.tag { position: absolute; top: 16px; background: #111; color: #fff; padding: 6px 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.tag-before { left: 16px; }
.tag-after { right: 16px; }
.result em { font-style: normal; color: #888; font-size: 12px; margin-top: 6px; }
.button-outline { border: 1px solid var(--ink); margin-top: 10px; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; font-size: 13px !important; font-weight: 400 !important; }
.consent input { width: 18px !important; min-height: 18px !important; margin: 2px 0 !important; }
.local-seo { max-width: var(--max); margin: 0 auto; padding: 120px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-bottom: 1px solid var(--line); }
.local-seo > div:last-child { font-size: 18px; color: #585650; }
.faq { max-width: var(--max); margin: 0 auto; padding: 120px 24px; }
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { font-size: 19px; font-weight: 800; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: '+'; font-size: 24px; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 760px; color: #666; margin: 16px 0 4px; }
footer a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1000px) {
  .before-after, .local-seo { grid-template-columns: 1fr; }
  .before-after { gap: 35px; }
  .comparison { height: 520px; }
  .project-grid figure:last-child { display: block; }
}
@media (max-width: 640px) {
  .before-after { margin-top: 60px; padding-top: 60px; }
  .comparison { height: 430px; }
  .comparison-before img { width: calc(100vw - 40px); }
  .local-seo, .faq { padding-top: 80px; padding-bottom: 80px; }
  .before-after-copy h3 { font-size: 30px; }
}
:root { --lime: #d8c7ae; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: #fff;
  color: #111;
  padding: 12px 16px;
  border: 2px solid #111;
}
.skip-link:focus { top: 16px; }
.quote label small { font-weight: 400; color: #777; }
.whatsapp b { background: var(--ink); }
