.service-main--new {
  --service-dark: #1b2e1c;
  --service-text: #42493d;
  --service-yellow: #f4b92c;
  --service-surface: #f8f9fa;
  --service-border: #e5e7eb;
  --service-muted: #9ca3af;
  margin-top: 100px;
}

.service-main--new .service-content {
  overflow: hidden;
}

.service-main--new .service-section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.service-main--new .service-section-heading .h2 {
  color: var(--service-dark);
  margin-bottom: 16px;
}

.service-main--new .service-section-heading .body1 {
  color: var(--service-text);
  max-width: 672px;
  margin: 0 auto;
}

.service-main--new .service-section-heading__accent {
  display: block;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--service-yellow);
}

/* Hero */

.service-hero-new {
  padding: 64px 0 80px;
  background: var(--white1);
}

.service-hero-new__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.service-hero-new__eyebrow {
  color: var(--green1);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.service-hero-new__title {
  color: var(--service-dark);
  margin-bottom: 16px;
}

.service-hero-new__description {
  color: var(--service-text);
  max-width: 576px;
}

.service-hero-new__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.service-hero-new__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 32px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.service-hero-new__button--primary {
  background: var(--green1);
  color: var(--white1);
}

.service-hero-new__button--secondary {
  border: 2px solid var(--green1);
  color: var(--green1);
}

.service-hero-new__highlights {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.service-hero-new__highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--service-text);
}

.service-hero-new__highlight-icon-img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-hero-new__media {
  position: relative;
}

.service-hero-new__image-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.service-hero-new__image-wrap img {
  width: 100%;
  height: 384px;
  object-fit: cover;
  display: block;
}

.service-hero-new__badge {
  position: absolute;
  right: -16px;
  bottom: -16px;
  background: var(--service-yellow);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.service-hero-new__badge-label {
  color: var(--service-dark);
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.service-hero-new__badge-value {
  color: var(--service-dark);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

/* Benefits */

.service-benefits-new {
  padding: 80px 0;
  background: var(--service-surface);
}

.service-benefits-new__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.service-benefits-new__card {
  background: var(--white1);
  border-top: 4px solid var(--green1);
  border-radius: 4px;
  padding: 36px 32px 32px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.service-benefits-new__icon-img {
  display: block;
  width: 33px;
  height: 32px;
  margin-bottom: 12px;
  object-fit: contain;
}

.service-benefits-new__card .caption6 {
  color: var(--service-dark);
  margin-bottom: 12px;
}

.service-benefits-new__card .body2 {
  color: var(--service-text);
}

/* Video testimonials */

.service-video-testimonials-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-video-testimonials-new__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-video-testimonials-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-video-testimonials-new__accent {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: var(--service-yellow);
}

.service-video-testimonials-new__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px;
  align-items: start;
}

.service-video-testimonials-new__video-frame {
  border-radius: 12px;
  overflow: hidden;
  background: var(--white1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 9;
}

.service-video-testimonials-new__video-frame iframe,
.service-video-testimonials-new__video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.service-video-testimonials-new__quotes {
  display: grid;
  gap: 16px;
}

.service-video-testimonials-new__quote {
  position: relative;
  margin: 0;
  padding: 24px 48px 24px 24px;
  border: 1px solid var(--service-border);
  border-left-width: 4px;
  border-radius: 12px;
  background: var(--white1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-video-testimonials-new__quote.is-stripe-green {
  border-left-color: var(--green1);
}

.service-video-testimonials-new__quote.is-stripe-yellow {
  border-left-color: var(--service-yellow);
}

.service-video-testimonials-new__quote-text {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  color: var(--service-dark);
}

.service-video-testimonials-new__quote-author {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green1);
}

.service-video-testimonials-new__quote-mark {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
}

/* Investment */

.service-investment-new {
  padding: 80px 0;
}

.service-investment-new__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-investment-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-investment-new__subheading {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--service-text);
}

.service-investment-new__packages {
  width: 100%;
}

.service-investment-new__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
}

.service-investment-new__card {
  position: relative;
  background: var(--white1);
  border: 1px solid var(--service-border);
  border-radius: 12px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-investment-new__card.is-highlighted {
  border: 2px solid var(--service-yellow);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  transform: scale(1.03);
}

.service-investment-new__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--service-yellow);
  color: var(--service-dark);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-investment-new__title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--green1);
}

.service-investment-new__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--service-text);
}

.service-investment-new__price-old {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--service-muted);
  text-decoration: line-through;
}

.service-investment-new__price {
  margin: 4px 0 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-investment-new__savings {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--green1);
}

.service-investment-new__meta {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 8px 0 16px;
  padding: 0;
}

.service-investment-new__meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
  color: var(--service-dark);
}

.service-investment-new__meta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

.service-investment-new__meta li::before {
  content: none;
}

.service-investment-new__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  background: var(--green1);
  color: var(--white1);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
}

.service-investment-new__button.is-accent {
  background: var(--service-yellow);
  color: var(--service-dark);
}

.service-investment-new__note-icon,
.service-investment-new__detail-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 2px;
}

.service-investment-new__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  margin: 24px 0 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(244, 185, 44, 0.14);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--service-dark);
}

.service-investment-new__detail {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 4px solid var(--green1);
  border-radius: 0 12px 12px 0;
  background: var(--white1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.service-investment-new__detail p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--service-text);
}

.service-process-new__icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Comparison */

.service-comparison-new {
  padding: 80px 0;
}

.service-comparison-new__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-comparison-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-comparison-new__subheading {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--service-text);
}

.service-comparison-new__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #c2c9b9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.service-comparison-new__column {
  padding: 40px 48px;
  position: relative;
}

.service-comparison-new__column--negative {
  border-right: 1px dashed var(--service-border);
}

.service-comparison-new__column--positive {
  background: var(--green1);
  color: var(--white1);
}

.service-comparison-new__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--service-muted);
}

.service-comparison-new__badge {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-block;
  background: var(--service-yellow);
  color: var(--service-dark);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-comparison-new__column-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.service-comparison-new__column-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.service-comparison-new__column-title-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-comparison-new__column--negative .service-comparison-new__column-title {
  color: var(--service-dark);
}

.service-comparison-new__column--positive .service-comparison-new__column-title {
  color: var(--white1);
}

.service-comparison-new__list {
  list-style: none;
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.service-comparison-new__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.service-comparison-new__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(74, 130, 53, 0.12);
}

.service-comparison-new__list-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.service-comparison-new__column--positive .service-comparison-new__list-icon {
  background: rgba(255, 255, 255, 0.2);
}

.service-comparison-new__list-icon--yellow img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(23%) saturate(1818%) hue-rotate(358deg) brightness(102%) contrast(92%);
}

.service-comparison-new__list-text {
  flex: 1;
  min-width: 0;
}

.service-comparison-new__column--negative .service-comparison-new__list li {
  color: var(--service-dark);
}

.service-comparison-new__column--positive .service-comparison-new__list li {
  color: var(--white1);
}

.service-comparison-new__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--service-yellow);
  text-transform: uppercase;
}

.service-comparison-new__footer-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Process */

.service-process-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-process-new__heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.service-process-new__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: var(--green1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-process-new__title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-process-new__subheading {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--green1);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-process-new__subheading-highlight {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.service-process-new__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.service-process-new__step {
  display: flex;
  flex-direction: column;
  background: var(--white1);
  border: 1px solid var(--service-border);
  border-radius: 12px;
  padding: 20px;
  min-height: 260px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.service-process-new__step.is-last {
  background: var(--green1);
  border-color: var(--green1);
  color: var(--white1);
  box-shadow: 0 10px 15px -3px rgba(27, 46, 28, 0.18);
}

.service-process-new__step.is-last .service-process-new__step-title,
.service-process-new__step.is-last .service-process-new__step-text {
  color: var(--white1);
}

.service-process-new__step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.service-process-new__number {
  min-width: 32px;
  height: 26px;
  padding: 0 6px;
  border-radius: 6px;
  background: rgba(74, 130, 53, 0.12);
  color: var(--green1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.service-process-new__step.is-last .service-process-new__number {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white1);
}

.service-process-new__icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.55;
  flex-shrink: 0;
}

.service-process-new__step.is-last .service-process-new__icon-img {
  opacity: 1;
}

.service-process-new__step-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-process-new__step-text {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--service-text);
}

.service-process-new__note-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.service-process-new__note {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 14px 32px;
  border-radius: 999px;
  background: #f7f8f6;
  border: 1px solid #c5d5bc;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.08);
}

.service-process-new__note-icon,
.service-process-new__note-badge {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-process-new__note-text {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.service-process-new__note-lead {
  color: #4c7836;
}

.service-process-new__note-tail {
  color: var(--service-dark);
}

/* APVA */

.service-apva-new {
  padding: 80px 0;
  background: var(--service-surface);
}

.service-apva-new__inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: start;
}

.service-apva-new__heading {
  padding-left: 28px;
}

.service-apva-new__intro,
.service-apva-new__table-wrap {
  background: var(--white1);
  border: 1px solid var(--service-border);
  border-radius: 12px;
  margin-top: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
}

.service-apva-new__intro {
  padding: 32px;
}

.service-apva-new__intro-heading {
  color: var(--green1);
  margin-bottom: 16px;
}

.service-apva-new__intro-text {
  color: var(--service-text);
}

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

.service-apva-new__card {
  background: var(--service-surface);
  border: 1px solid var(--service-border);
  border-radius: 8px;
  padding: 24px;
}

.service-apva-new__card-head,
.service-apva-new__column-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.service-apva-new__card-icon,
.service-apva-new__column-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-apva-new__card-head .caption6,
.service-apva-new__column-head .caption6 {
  color: var(--green1);
}

.service-apva-new__table-wrap {
  overflow: hidden;
  padding: 0;
}

.service-apva-new__table-heading {
  background: var(--green1);
  padding: 16px;
  text-align: center;
}

.service-apva-new__table-heading .caption6 {
  color: var(--white1);
  margin: 0;
}

.service-apva-new__table {
  width: 100%;
  border-collapse: collapse;
}

.service-apva-new__table th,
.service-apva-new__table td {
  padding: 16px;
  border-bottom: 1px solid var(--service-border);
  text-align: left;
}

.service-apva-new__table th {
  color: var(--service-text);
  font-weight: 600;
}

.service-apva-new__table tbody tr:last-child td {
  border-bottom: 0;
}

.service-apva-new__table-note {
  padding: 16px 32px 24px;
  color: var(--service-text);
  font-style: italic;
}

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

.service-apva-new__column {
  border: 1px solid var(--service-border);
  border-radius: 12px;
  padding: 32px;
  background: var(--white1);
}

.service-apva-new__column:nth-child(2) {
  background: rgba(74, 130, 53, 0.08);
  border-color: rgba(74, 130, 53, 0.16);
}

.service-apva-new__sidebar {
  background: var(--white1);
  border: 1px solid var(--service-border);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 24px;
}

.service-apva-new__sidebar-visual {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--service-border);
  border-radius: 8px;
  background: var(--service-surface);
  text-align: center;
}

.service-apva-new__sidebar-logo {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.service-apva-new__sidebar-list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.service-apva-new__sidebar-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.service-apva-new__sidebar-list-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

.service-apva-new__sidebar-note {
  background: var(--service-surface);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

.service-apva-new__sidebar-note .caption7 {
  color: var(--service-yellow);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.service-apva-new__sidebar-note p:last-child {
  font-style: italic;
}

.service-apva-new__sidebar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--service-yellow);
  color: var(--service-dark);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.service-apva-new__sidebar-button-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
}

/* CTA */

.service-cta-new {
  position: relative;
  margin-top: 50px;
  background: var(--service-dark) center / cover no-repeat;
  color: var(--white1);
}

.service-cta-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 46, 28, 0.82);
}

.service-cta-new__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 80px 0;
}

.service-cta-new__content {
  max-width: 640px;
}

.service-cta-new__content .h2 {
  margin-bottom: 16px;
}

.service-cta-new__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 32px;
  border-radius: 4px;
  background: var(--service-yellow);
  color: var(--service-dark);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Shared new-template overrides */

.service-main--new .service-content-blocks {
  padding: 80px 0;
  gap: 48px;
}

.service-main--new .service-content-block-text .h2,
.service-main--new .service-footer-description .service-text h2 {
  color: var(--service-dark);
}

.service-main--new .service-footer-description {
  padding: 80px 0;
}

.service-main--new .service-footer-description .service-text {
  max-width: 864px;
  margin: 0 auto;
  color: var(--service-text);
}

.service-main--new .service-tabs {
  padding: 80px 0;
}

.service-main--new .service-completed-images {
  padding: 80px 0 50px;
}

.service-main--new .service-completed-images .h2 {
  color: var(--service-dark);
}

.service-main--new .completed-inner-container .h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--service-yellow);
}

.service-main--new .service-content .duk-section h2 {
  color: var(--service-dark);
}

.service-section-toggles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.service-section-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Counter */

.service-counter-new {
  padding: 80px 0;
  background: var(--service-surface);
}

.service-counter-new__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  background: var(--white1);
  border: 1px solid var(--service-border);
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.service-counter-new__copy .h2 {
  color: var(--service-dark);
  margin-bottom: 16px;
}

.service-counter-new__copy .body1 {
  color: var(--service-text);
}

.service-counter-new__form {
  display: grid;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.service-counter-new__input-wrap,
.service-counter-new__submit {
  position: relative;
  z-index: 2;
}

.service-counter-new__input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--service-border);
  border-radius: 8px;
  padding: 0 16px;
  min-height: 64px;
  background: var(--white1);
}

.service-counter-new__input-icon {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-counter-new__input-wrap input {
  border: 0;
  width: 100%;
  background: transparent;
  color: var(--service-dark);
}

.service-counter-new__input-wrap input::placeholder {
  color: var(--service-muted);
  text-transform: uppercase;
}

.service-counter-new__suffix {
  color: var(--service-muted);
  flex-shrink: 0;
}

.service-counter-new__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--service-yellow);
  color: var(--service-dark);
  cursor: pointer;
  text-transform: uppercase;
}

.service-counter-new__submit img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.service-counter-new__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-counter-new__results[hidden] {
  display: none;
}

.service-counter-new__result {
  padding: 16px;
  border-radius: 8px;
  background: var(--service-surface);
  border: 1px solid var(--service-border);
}

.service-counter-new__result .caption7 {
  color: var(--service-text);
  margin-bottom: 8px;
}

.service-counter-new__result .caption6 {
  color: var(--service-dark);
}

.service-counter-new__result.is-highlight {
  background: rgba(74, 130, 53, 0.1);
  border-color: rgba(74, 130, 53, 0.2);
}

.service-counter-new__result.is-highlight .caption7,
.service-counter-new__result.is-highlight .caption6 {
  color: var(--green1);
}

/* Long form */

.service-long-form-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-long-form-new__article {
  max-width: 864px;
  margin: 0 auto;
  color: var(--service-text);
}

.service-long-form-new__article > h2:first-child {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: var(--service-dark);
  font-family: "RoobertPRO", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.service-long-form-new__article > h2:first-child::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 16px auto 24px;
  background: var(--service-yellow);
}

.service-long-form-new__article > p:first-of-type {
  max-width: 864px;
  margin: 0 0 48px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.service-long-form-new__article h3 {
  color: var(--green1);
  font-family: "RoobertPRO", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 40px 0 16px;
  text-align: left;
}

.service-long-form-new__article > p:first-of-type + h3,
.service-long-form-new__article > h3:first-of-type {
  margin-top: 0;
}

.service-long-form-new__article p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--service-text);
  text-align: left;
}

.service-long-form-new__article strong {
  font-weight: 700;
  color: var(--service-dark);
}

.service-long-form-new__article ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.service-long-form-new__article ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-long-form-new__article .service-long-form-new__list--equipment li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.65em;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--green1);
}

.service-long-form-new__article .service-long-form-new__list--checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 10px;
  border-left: 2px solid var(--green1);
  border-bottom: 2px solid var(--green1);
  transform: rotate(-45deg);
}

.service-long-form-new__article .service-long-form-new__list--equipment li {
  margin-bottom: 20px;
}

.service-long-form-new__table-wrap {
  margin: 8px 0 40px;
  overflow-x: auto;
}

.service-long-form-new__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
}

.service-long-form-new__table th,
.service-long-form-new__table td {
  padding: 12px 16px;
  border: 1px solid var(--service-border);
  text-align: left;
  color: var(--service-text);
}

.service-long-form-new__table thead th {
  background: var(--service-surface);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-long-form-new__article figcaption {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-long-form-new__article img,
.service-long-form-new__article .service-long-form-new__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 32px 0 0;
}

.service-long-form-new__article .service-long-form-new__figure {
  margin: 32px 0 0;
}

.service-long-form-new__article .service-long-form-new__figure + h3 {
  margin-top: 48px;
}

/* Portfolio */

.service-portfolio-new {
  padding: 80px 0;
  background: var(--service-surface);
  overflow: visible;
}

.service-portfolio-new .container {
  overflow: visible;
}

.service-portfolio-new__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-portfolio-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-portfolio-new__heading-link {
  color: inherit;
  text-decoration: none;
}

.service-portfolio-new__heading-link:hover {
  color: var(--green1);
}

.service-portfolio-new__accent {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: var(--service-yellow);
}

.service-portfolio-new__slider-wrap {
  position: relative;
  margin: 0 -12px;
  padding: 0 28px;
  overflow: visible;
}

.service-portfolio-new__nav {
  position: absolute;
  top: 38%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white1);
  box-shadow: 0 4px 14px rgba(27, 46, 28, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.service-portfolio-new__nav::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #6b7568;
  border-bottom: 2px solid #6b7568;
}

.service-portfolio-new__nav--prev {
  left: -4px;
}

.service-portfolio-new__nav--prev::before {
  margin-left: 3px;
  transform: rotate(135deg);
}

.service-portfolio-new__nav--next {
  right: -4px;
}

.service-portfolio-new__nav--next::before {
  margin-right: 3px;
  transform: rotate(-45deg);
}

.service-portfolio-new__nav:hover:not(.slick-disabled) {
  box-shadow: 0 6px 18px rgba(27, 46, 28, 0.16);
  transform: translateY(-50%) scale(1.04);
}

.service-portfolio-new__nav.slick-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(27, 46, 28, 0.08);
}

.service-portfolio-new__slider-wrap .service-portfolio-new__nav.slick-arrow {
  width: 48px;
  height: 48px;
  background: var(--white1);
}

.service-portfolio-new__slider-wrap .service-portfolio-new__nav.slick-prev {
  left: -4px;
}

.service-portfolio-new__slider-wrap .service-portfolio-new__nav.slick-next {
  right: -4px;
}

.service-portfolio-new__slider-wrap .service-portfolio-new__nav.slick-arrow::before {
  font-family: inherit;
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 1;
}

.service-portfolio-new__card {
  display: block;
  margin: 0 12px;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-portfolio-new__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-portfolio-new__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.service-portfolio-new__body {
  padding: 20px 24px 24px;
}

.service-portfolio-new__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--green1);
}

.service-portfolio-new__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--service-text);
}

.service-portfolio-new__actions {
  text-align: center;
  margin-top: 40px;
}

.service-portfolio-new__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  border-radius: 4px;
  border: 2px solid var(--green1);
  background: var(--white1);
  color: var(--green1);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Testimonials */

.service-testimonials-new {
  padding: 80px 0;
  background: var(--service-surface);
}

.service-testimonials-new__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-testimonials-new h2.service-testimonials-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-testimonials-new__accent {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: var(--service-yellow);
}

.service-testimonials-new__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: start;
}

.service-testimonials-new h3.service-testimonials-new__column-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--green1);
}

.service-testimonials-new__column-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-testimonials-new__video-card {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white1);
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.service-testimonials-new__video-card:last-child {
  margin-bottom: 0;
}

.service-testimonials-new__video-frame {
  aspect-ratio: 16 / 9;
  background: var(--service-dark);
}

.service-testimonials-new__video-frame iframe,
.service-testimonials-new__video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.service-testimonials-new__video-copy {
  padding: 20px 24px;
}

.service-testimonials-new h4.service-testimonials-new__video-name {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: var(--green1);
}

.service-testimonials-new__video-quote {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: var(--service-text);
}

.service-testimonials-new__quote {
  position: relative;
  padding: 20px 48px 20px 24px;
  border: 1px solid var(--service-border);
  border-left-width: 4px;
  border-radius: 12px;
  background: var(--white1);
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-testimonials-new__quote:last-child {
  margin-bottom: 0;
}

.service-testimonials-new__quote.is-stripe-yellow {
  border-left-color: var(--service-yellow);
}

.service-testimonials-new__quote.is-stripe-green {
  border-left-color: var(--green1);
}

.service-testimonials-new__quote-text {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  color: var(--service-dark);
}

.service-testimonials-new__quote-author {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green1);
}

.service-testimonials-new__quote-mark {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
}

.service-testimonials-new__actions {
  text-align: center;
  margin-top: 40px;
}

.service-testimonials-new__button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--green1);
  background: var(--white1);
  color: var(--green1);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Experience */

.service-experience-new {
  padding: 0 0 80px;
  background: var(--service-surface);
}

.service-experience-new__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 32px;
  border-radius: 12px;
  background: var(--white1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.service-experience-new__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.service-experience-new__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--green1);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.service-experience-new__link:hover {
  text-decoration: underline;
}

.service-experience-new__link-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
}

/* FAQ */

.service-faq-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-faq-new__inner {
  max-width: 864px;
  margin: 0 auto;
}

.service-faq-new__header {
  text-align: center;
  margin-bottom: 40px;
}

.service-faq-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-faq-new__accent {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: var(--service-yellow);
}

.service-faq-new__list {
  display: grid;
  gap: 8px;
}

.service-faq-new__item {
  border: 0;
  border-radius: 8px;
  margin: 0;
  background: var(--service-surface);
  overflow: hidden;
}

.service-faq-new__item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--service-dark);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-faq-new__item[open] summary {
  padding-bottom: 8px;
  border-bottom: 0;
}

.service-faq-new__item summary::-webkit-details-marker {
  display: none;
}

.service-faq-new__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-right: 2px solid var(--service-dark);
  border-bottom: 2px solid var(--service-dark);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.service-faq-new__item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.service-faq-new__answer {
  padding: 0 24px 16px;
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
  background: transparent;
}

.service-faq-new__actions {
  text-align: center;
  margin-top: 32px;
}

.service-faq-new__button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 0;
  background: var(--green1);
  color: var(--white1);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* Contact offer */

.service-contact-offer-new {
  padding: 96px 0;
  background: var(--green1);
}

.service-contact-offer-new__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.service-contact-offer-new__heading {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--white1);
}

.service-contact-offer-new__text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 480px;
}

.service-contact-offer-new__contacts {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.service-contact-offer-new__contact {
  display: flex;
  gap: 16px;
  align-items: center;
}

.service-contact-offer-new__contact-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.service-contact-offer-new__contact-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.service-contact-offer-new__contact-icon--email {
  filter: brightness(0) invert(1);
}

.service-contact-offer-new__contact-label {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.service-contact-offer-new__contact-value {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--white1);
  text-decoration: none;
}

.service-contact-offer-new__form {
  background: var(--white1);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.service-contact-offer-new__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-contact-offer-new__field {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.service-contact-offer-new__field span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--service-dark);
}

.service-contact-offer-new__field input,
.service-contact-offer-new__field textarea {
  width: 100%;
  border: 1px solid var(--service-border);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-dark);
}

.service-contact-offer-new__privacy {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--service-text);
}

.service-contact-offer-new__submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--service-yellow);
  color: var(--service-dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(244, 185, 44, 0.35);
}

/* Cities */

.service-cities-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-cities-new__heading-wrap {
  margin-bottom: 48px;
}

.service-cities-new__heading {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-cities-new__heading-mark {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.service-cities-new__heading-mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--service-yellow);
}

.service-cities-new__heading-mark--short::after {
  width: 96px;
  max-width: 100%;
}

.service-cities-new__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-cities-new__card {
  display: block;
  padding: 32px;
  border: 1px solid var(--service-border);
  border-radius: 12px;
  background: var(--white1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
}

.service-cities-new__card-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--green1);
}

.service-cities-new__card .body2 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-cities-new__pros-cons {
  margin-top: 80px;
}

.service-cities-new__pros-cons .service-cities-new__heading-wrap {
  margin-bottom: 48px;
}

.service-cities-new__pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.service-cities-new__list {
  list-style: none;
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.service-cities-new__list-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--green1);
}

.service-cities-new__list-title img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-cities-new__list li {
  position: relative;
  padding-left: 28px;
}

.service-cities-new__list li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--green1);
  border-bottom: 2px solid var(--green1);
  transform: rotate(-45deg);
}

.service-cities-new__list li strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-cities-new__list li p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-cities-new__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 80px;
}

.service-cities-new__info-heading {
  margin: 0 0 16px;
}

.service-cities-new__info-heading-text {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-cities-new__info-heading-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: var(--service-yellow);
}

.service-cities-new__info-text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-cities-new__quote {
  max-width: 864px;
  margin: 80px auto 0;
  padding: 48px 40px;
  border: 1px solid var(--service-border);
  border-radius: 16px;
  background: var(--white1);
  text-align: center;
}

.service-cities-new__quote-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-cities-new__quote-accent {
  display: block;
  width: min(100%, 320px);
  height: 4px;
  margin: 0 auto 32px;
  background: var(--service-yellow);
}

.service-cities-new__quote-text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: var(--service-dark);
}

.service-cities-new__quote-cite {
  display: block;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  color: var(--green1);
}

.service-cities-new__quote-button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--service-yellow);
  color: var(--service-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(244, 185, 44, 0.35);
}

/* Solution types */

.service-solution-types-new {
  padding: 80px 0;
  background: var(--white1);
}

.service-solution-types-new__header {
  max-width: 864px;
  margin: 0 auto 64px;
  text-align: center;
}

.service-solution-types-new__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: var(--service-dark);
}

.service-solution-types-new__accent {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto 20px;
  background: var(--service-yellow);
}

.service-solution-types-new__eyebrow {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green1);
}

.service-solution-types-new__eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 20px);
  height: 2px;
  transform: translateX(-50%);
  background: var(--green1);
}

.service-solution-types-new__intro {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-solution-types-new__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  margin-bottom: 64px;
}

.service-solution-types-new__item:last-child {
  margin-bottom: 0;
}

.service-solution-types-new__item--image-right .service-solution-types-new__image {
  order: 2;
}

.service-solution-types-new__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

.service-solution-types-new__title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--green1);
}

.service-solution-types-new__text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--service-text);
}

.service-solution-types-new__button {
  display: inline-flex;
  margin-top: 24px;
  min-height: 44px;
  padding: 0 24px;
  align-items: center;
  border-radius: 8px;
  background: var(--green1);
  color: var(--white1);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (min-width: 1150px) {
  .service-hero-new {
    padding-top: 104px;
  }
}

@media screen and (max-width: 1100px) {
  .service-benefits-new__grid,
  .service-investment-new__grid,
  .service-process-new__grid,
  .service-cities-new__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-counter-new__card,
  .service-testimonials-new__layout,
  .service-contact-offer-new__inner,
  .service-cities-new__pros-cons-grid,
  .service-cities-new__info-grid,
  .service-solution-types-new__item,
  .service-experience-new__card {
    grid-template-columns: 1fr;
  }

  .service-apva-new__inner {
    grid-template-columns: 1fr;
  }

  .service-apva-new__sidebar {
    position: static;
  }
}

@media screen and (max-width: 740px) {
  .service-hero-new {
    padding: 40px 0 56px;
  }

  .service-hero-new__inner,
  .service-video-testimonials-new__layout,
  .service-comparison-new__panel,
  .service-apva-new__cards,
  .service-apva-new__columns,
  .service-counter-new__card,
  .service-counter-new__results,
  .service-contact-offer-new__inner,
  .service-contact-offer-new__row,
  .service-cities-new__grid,
  .service-cities-new__pros-cons-grid,
  .service-cities-new__info-grid,
  .service-solution-types-new__item {
    grid-template-columns: 1fr;
  }

  .service-counter-new__card {
    padding: 32px 24px;
  }

  .service-solution-types-new__item--image-right .service-solution-types-new__image {
    order: 0;
  }

  .service-hero-new__highlights {
    grid-template-columns: 1fr;
  }

  .service-hero-new__image-wrap img {
    height: 280px;
  }

  .service-hero-new__badge {
    right: 0;
    bottom: -12px;
  }

  .service-benefits-new__grid,
  .service-investment-new__grid,
  .service-process-new__grid {
    grid-template-columns: 1fr;
  }

  .service-process-new__note-wrap {
    margin-top: 24px;
  }

  .service-process-new__note {
    flex-direction: column;
    border-radius: 16px;
    padding: 20px 24px;
    text-align: center;
  }

  .service-process-new__note-text {
    max-width: 280px;
  }

  .service-investment-new__card.is-highlighted {
    transform: none;
  }

  .service-comparison-new__column--negative {
    border-right: 0;
    border-bottom: 1px dashed var(--service-border);
  }

  .service-comparison-new__badge {
    position: static;
    margin-bottom: 12px;
  }

  .service-apva-new {
    padding: 48px 0;
  }

  .service-apva-new__heading {
    padding-left: 0;
  }

  .service-apva-new__intro,
  .service-apva-new__column,
  .service-apva-new__sidebar {
    padding: 24px 20px;
  }

  .service-apva-new__table-wrap {
    overflow: visible;
  }

  .service-apva-new__table thead {
    display: none;
  }

  .service-apva-new__table tbody tr {
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid var(--service-border);
  }

  .service-apva-new__table tbody tr:last-child {
    border-bottom: 0;
  }

  .service-apva-new__table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 0;
    text-align: right;
  }

  .service-apva-new__table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--service-text);
    text-align: left;
    flex: 0 0 42%;
  }

  .service-apva-new__table-note {
    padding: 16px 20px 20px;
  }

  .service-cta-new__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
  }

  .service-section-toggles {
    grid-template-columns: 1fr;
  }
}
