/* Approved below-hero treatment for Claimsline's Our Services pages. */
.service-intro {
  padding: 96px 24px 88px;
  background: #fff;
  text-align: center;
}
.service-intro-inner {
  max-width: 920px;
  margin: 0 auto;
}
.service-intro h2 {
  max-width: 850px;
  margin: 0 auto 24px;
  color: #17042d;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.service-intro p:last-child {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(23, 4, 45, 0.58);
  font-size: 18px;
  line-height: 1.65;
}
.service-benefits {
  padding: 104px 0;
  background: #faf8f4;
}
.service-benefits-container {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 96px;
  align-items: start;
}
.service-benefits-copy {
  position: sticky;
  top: 112px;
  margin: 0 !important;
  text-align: left !important;
}
.service-benefits-copy h2 {
  max-width: 520px !important;
  margin: 0 !important;
  font-size: clamp(36px, 4vw, 56px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}
.service-benefits-copy p:last-child {
  max-width: 500px !important;
  margin: 20px 0 0 !important;
}
.service-benefit-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 36px !important;
  max-width: none !important;
}
.service-benefit-grid > div {
  padding: 26px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(23, 4, 45, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.service-benefit-grid > div:hover {
  transform: translateY(-2px);
}
.service-benefit-grid img {
  width: 48px !important;
  height: 48px !important;
}
.service-benefit-grid p:first-child {
  font-size: 17px !important;
  font-weight: 500 !important;
}
.service-benefit-grid p:last-child {
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.service-benefit-note {
  grid-column: 2;
  max-width: 650px !important;
  margin: 4px 0 0 !important;
  text-align: left !important;
}
.service-important {
  padding: 0 24px 104px;
  background: #faf8f4;
}
.service-important-panel {
  max-width: 1272px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 64px;
  padding: 48px 56px;
  background: #fff;
  border: 1px solid rgba(23, 4, 45, 0.08);
  border-radius: 4px;
}
.service-important-panel h2 {
  margin: 0;
  font-size: 26px;
}
.service-offer {
  padding: 104px 0;
  background: #fff;
}
.service-offer-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: end;
  max-width: none !important;
  margin-bottom: 56px !important;
}
.service-offer-heading h2 {
  font-size: clamp(36px, 4vw, 54px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em !important;
}
.service-offer-heading p:last-child {
  max-width: 590px;
  margin: 0;
}
.service-offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.service-offer-grid > div {
  min-height: 230px;
  padding: 32px !important;
  background: #faf8f4 !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 220ms ease, background 220ms ease;
}
.service-offer-grid > div:hover {
  transform: translateY(-3px);
  background: #f4f4f4 !important;
}
.service-offer-grid img {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 28px !important;
}
.service-offer-grid h3 {
  font-size: 21px !important;
  font-weight: 500 !important;
}
.service-offer-grid p {
  max-width: 52ch;
  font-size: 15px !important;
}
.service-form-shell {
  padding: 0 24px 104px;
  background: #fff !important;
}
.service-form-panel {
  max-width: 1272px !important;
  padding: 72px 64px !important;
  border-radius: 4px;
  background: linear-gradient(135deg, #17042d 0%, #38086f 100%);
}
.service-faq {
  padding: 104px 0;
  background: #faf8f4;
}
.service-faq .faq-item {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 4, 45, 0.12);
  border-radius: 0;
  box-shadow: none;
}
.service-faq .faq-item:first-child {
  border-top: 1px solid rgba(23, 4, 45, 0.12);
}
.service-faq .faq-item:hover,
.service-faq .faq-item.active {
  border-color: rgba(23, 4, 45, 0.18);
  box-shadow: none;
}
.legacy-why-trust {
  display: none !important;
}
.service-final-cta {
  padding: 104px 0;
  background: #fff;
}
.service-final-cta > div > div {
  padding: 64px;
  background: #faf8f4;
  border-radius: 4px;
}
.service-final-review {
  width: 100%;
  max-width: 520px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(23, 4, 45, 0.08);
  border-radius: 4px;
}
.service-final-review-fallback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  color: #17042d;
  font-family: 'TWKLausanne', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.service-final-review-stars {
  display: inline-flex;
  gap: 3px;
}
.service-final-review-stars span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.service-final-review:has(iframe) .service-final-review-fallback {
  display: none;
}
@media (max-width: 1023px) {
  .service-benefits-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .service-benefits-copy {
    position: static;
  }
  .service-benefit-note {
    grid-column: 1;
  }
  .service-offer-heading,
  .service-important-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .service-intro {
    padding: 72px 24px 64px;
    text-align: left;
  }
  .service-intro h2 {
    margin-left: 0;
    font-size: 36px;
  }
  .service-intro p:last-child {
    margin-left: 0;
    font-size: 16px;
  }
  .service-benefits,
  .service-offer,
  .service-faq,
  .service-final-cta {
    padding: 72px 0;
  }
  .service-benefit-grid,
  .service-offer-grid {
    grid-template-columns: 1fr !important;
  }
  .service-benefit-grid > div {
    padding: 22px 0 !important;
  }
  .service-benefits-copy h2,
  .service-offer-heading h2 {
    font-size: 34px !important;
  }
  .service-offer-grid > div {
    min-height: 0;
    padding: 28px !important;
  }
  .service-offer-grid img {
    margin-bottom: 22px !important;
  }
  .service-important {
    padding: 0 16px 72px;
  }
  .service-important-panel {
    padding: 32px 24px;
  }
  .service-form-shell {
    padding: 0 16px 72px;
  }
  .service-form-panel {
    padding: 48px 24px !important;
  }
  .service-final-cta > div > div {
    padding: 40px 24px;
  }
  .service-final-review {
    padding: 24px;
  }
}
