body.service-core-page {
  --body-copy-size: 16px;
}

body.service-core-page .driveway-hero .service-hero-subheadline,
body.service-core-page main .testimonial-card-copy,
body.service-core-page main .testimonial-card-location {
  font-size: var(--body-copy-size) !important;
}

body.service-core-page .driveway-problem {
  padding-bottom: clamp(2rem, 3.6vw, 3.25rem);
}

body.service-core-page .service-content-section-2 {
  border-top: 0;
  padding-top: clamp(2rem, 3.6vw, 3.25rem);
}

body.service-core-page .service-content-section-2 .why-resin-layout::before {
  align-self: stretch;
}

body.service-core-page .service-content-section-2 .why-resin-intro h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  text-wrap: balance;
}

body.service-core-page .service-content-section-2 .service-content-points {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
  list-style: none;
}

body.service-core-page .service-content-section-2 .service-content-points li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--color-ink-weak);
  font-size: 0.98rem;
  line-height: 1.52;
}

body.service-core-page .service-content-section-2 .service-content-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(253, 154, 27, 0.16);
}

body.service-core-page .service-content-section-2 .service-content-points strong {
  color: var(--color-ink);
}

body.service-core-page .service-content-section-2 .service-content-cta {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
}

body.service-core-page .service-content-section-2 .service-content-cta .btn {
  min-height: 50px;
  padding-inline: 1.25rem;
}

body.service-core-page .landing-comparison-table--simple tbody td {
  text-align: center;
  vertical-align: middle;
}

body.service-core-page .landing-comparison-table--simple .comparison-status {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.3rem;
}

body.service-core-page .landing-comparison-table--simple .comparison-status-yes {
  color: #176c2b;
}

body.service-core-page .landing-comparison-table--simple .comparison-status-no {
  color: #a82620;
}

@media (max-width: 767px) {
  body.service-core-page .landing-comparison-table--simple thead th:first-child,
  body.service-core-page .landing-comparison-table--simple tbody th {
    width: 40%;
  }

  body.service-core-page .landing-comparison-table--simple thead th:not(:first-child),
  body.service-core-page .landing-comparison-table--simple td {
    width: 20%;
  }

  body.service-core-page .landing-comparison-table--simple .comparison-status {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }
}

body.service-core-page .service-content-section-2 .why-resin-card {
  min-height: 0;
  align-content: start;
  align-items: start;
}

body.service-core-page .service-content-section-2 .why-resin-card > div {
  min-width: 0;
}

body.service-core-page .service-content-section-2 .why-resin-card p {
  margin: 0.5rem 0 0;
  color: var(--color-ink-weak);
  font-size: 0.95rem;
  line-height: 1.5;
}

body.service-core-page .lp-problem-copy a,
body.service-core-page .service-content-section-2 .why-resin-card a,
body.service-core-page .service-content-section-2 .why-resin-intro > p a,
body.service-core-page .service-content-section-2 .service-content-points a {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body.service-core-page .proof-mobile-instruction {
  display: none;
}

@media (max-width: 767px) {
  body.service-core-page .proof-mobile-instruction {
    display: block;
    margin-top: 0.35rem;
    font-weight: 700;
  }
}

@media (max-width: 620px) {
  body.service-core-page .service-content-section-2 .why-resin-intro h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  body.service-core-page .service-content-section-2 .service-content-cta .btn {
    width: 100%;
  }
}
