.content-text {
  color: #444654;
  font-size: 18px;
  line-height: 1.6;
}

.content-text > * + * {
  margin-top: 1rem;
}

.content-text h2,
.content-text h3 {
  color: #191c1e;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 2rem;
}

.content-text h2 {
  font-size: 28px;
}

.content-text h3 {
  font-size: 22px;
}

.content-text a {
  color: var(--accent-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.content-text ul,
.content-text ol {
  padding-left: 1.35rem;
}

.content-text ul {
  list-style: disc;
}

.content-text ol {
  list-style: decimal;
}

.content-text li + li {
  margin-top: 0.45rem;
}

.special-page {
  min-height: 560px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--accent-blue);
  background: rgba(0, 122, 255, 0.1);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hub-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.hub-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hub-card:hover .hub-card__image img {
  transform: scale(1.035);
}

.hub-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sitemap-group {
  break-inside: avoid;
}

.brand-catalog-preview {
  margin-top: 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(25, 28, 30, 0.06);
}

.brand-catalog-preview summary,
.sitemap-brand-catalog summary,
.model-year-card summary {
  list-style: none;
}

.brand-catalog-preview summary::-webkit-details-marker,
.sitemap-brand-catalog summary::-webkit-details-marker,
.model-year-card summary::-webkit-details-marker {
  display: none;
}

.brand-catalog-preview summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
}

.brand-catalog-preview__title {
  color: #191c1e;
  font-size: 19px;
  font-weight: 800;
}

.brand-catalog-preview__hint {
  color: #747785;
  font-size: 14px;
  font-weight: 600;
}

.brand-catalog-preview__icon,
.sitemap-brand-catalog__icon,
.model-year-card__icon {
  color: var(--accent-blue);
  transition: transform 0.2s ease;
}

.brand-catalog-preview[open] .brand-catalog-preview__icon,
.sitemap-brand-catalog[open] .sitemap-brand-catalog__icon,
.model-year-card[open] .model-year-card__icon {
  transform: rotate(180deg);
}

.brand-catalog-preview__body {
  padding: 0 26px 24px;
  border-top: 1px solid rgba(196, 197, 214, 0.45);
}

.brand-model-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 20px;
}

.brand-model-preview-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
  padding: 16px;
  color: #191c1e;
  background: #f6f7f9;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.brand-model-preview-link:hover {
  background: #fff;
  border-color: rgba(0, 122, 255, 0.28);
  transform: translateY(-1px);
}

.brand-model-preview-link > span:first-child {
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-model-preview-link small {
  grid-column: 1;
  color: #747785;
  font-size: 12px;
}

.brand-model-preview-link .material-symbols-outlined {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--accent-blue);
  font-size: 20px;
}

.brand-catalog-preview__all,
.sitemap-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--accent-blue);
  font-size: 14px;
  font-weight: 800;
}

.brand-catalog-preview__all .material-symbols-outlined,
.sitemap-brand-link .material-symbols-outlined {
  font-size: 18px;
}

.catalog-section-heading,
.sitemap-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.catalog-section-heading__count {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  color: #747785;
  font-size: 13px;
}

.catalog-section-heading__count strong {
  color: var(--accent-green);
  font-size: 34px;
  line-height: 1;
}

.model-year-accordion {
  display: grid;
  gap: 14px;
}

.model-year-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
}

.model-year-card:target {
  border-color: rgba(0, 122, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.08);
}

.model-year-card summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
}

.model-year-card__name,
.model-year-card summary > span:first-child {
  color: #191c1e;
  font-size: 17px;
  font-weight: 800;
}

.model-year-card__meta {
  color: #747785;
  font-size: 13px;
  font-weight: 600;
}

.model-year-links {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
  padding: 0 22px 22px;
  border-top: 1px solid rgba(196, 197, 214, 0.45);
}

.model-year-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  color: #444654;
  font-size: 14px;
  font-weight: 700;
  background: #f6f7f9;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.model-year-links a:hover {
  color: var(--accent-blue);
  background: #fff;
  border-color: rgba(0, 122, 255, 0.28);
}

.model-year-accordion--sitemap .model-year-links {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.sitemap-group--catalogs {
  break-inside: auto;
}

.brand-catalog-panel[hidden] {
  display: none;
}

.brand-catalog-trigger.is-active {
  color: #fff;
  background: var(--accent-green);
  border-color: var(--accent-green);
  box-shadow: 0 8px 20px rgba(20, 170, 88, 0.18);
}

.sitemap-catalog-total {
  color: var(--accent-green);
  font-size: 15px;
  font-weight: 800;
}

.sitemap-brand-catalogs {
  display: grid;
  gap: 14px;
}

.sitemap-brand-catalog {
  overflow: hidden;
  background: #f6f7f9;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
}

.sitemap-brand-catalog > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
}

.sitemap-brand-catalog > summary > span:first-child {
  color: #191c1e;
  font-size: 18px;
  font-weight: 800;
}

.sitemap-brand-catalog__body {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(196, 197, 214, 0.45);
}

.sitemap-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: #444654;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.sitemap-link:hover {
  color: var(--accent-blue);
}

.sitemap-link .material-symbols-outlined {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .brand-model-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-year-links,
  .model-year-accordion--sitemap .model-year-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .brand-catalog-preview summary,
  .sitemap-brand-catalog > summary,
  .model-year-card summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand-catalog-preview__hint,
  .model-year-card__meta {
    grid-column: 1;
    grid-row: 2;
  }

  .brand-catalog-preview__icon,
  .sitemap-brand-catalog__icon,
  .model-year-card__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .brand-catalog-preview__body {
    padding: 0 16px 18px;
  }

  .brand-model-preview-grid {
    grid-template-columns: 1fr;
  }

  .catalog-section-heading,
  .sitemap-catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-section-heading__count {
    align-items: flex-start;
  }

  .model-year-links,
  .model-year-accordion--sitemap .model-year-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.thank-you-icon {
  color: var(--accent-green);
  font-size: 76px;
  line-height: 1;
}

.review-detail__card,
.vehicle-detail__card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(25, 28, 30, 0.08);
}

.review-detail__header,
.vehicle-detail__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 48px 48px 32px;
}

.review-detail__media,
.vehicle-detail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  max-height: 560px;
  padding: 0 48px;
  overflow: hidden;
  background: #fff;
}

.review-detail__media img,
.vehicle-detail__media img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 14px;
}

.review-detail__content,
.vehicle-detail__content {
  padding: 40px 48px 48px;
}

.review-detail__media + .review-detail__content,
.vehicle-detail__media + .vehicle-detail__content,
.vehicle-detail__specs + .vehicle-detail__content {
  border-top: 1px solid rgba(196, 197, 214, 0.45);
  margin-top: 40px;
}

.vehicle-detail__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 40px 48px 0;
}

.vehicle-detail__spec {
  padding: 16px 18px;
  background: #f2f4f6;
  border-radius: 12px;
}

.vehicle-detail__spec dt {
  margin-bottom: 4px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 600;
}

.vehicle-detail__spec dd {
  color: #191c1e;
  font-size: 16px;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(680px, calc(100vw - 48px));
  padding: 18px;
  color: #191c1e;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e3e7ef;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(25, 28, 30, 0.18);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--accent-green);
  background: var(--accent-green-soft);
  border-radius: 12px;
}

.cookie-banner__icon .material-symbols-outlined {
  font-size: 25px;
}

.cookie-banner__title {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.cookie-banner__text {
  color: #5f6368;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-banner__text a {
  color: var(--accent-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__button {
  min-width: 104px;
  padding: 11px 18px;
  color: #fff;
  background: var(--accent-green);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cookie-banner__button:hover {
  background: var(--accent-green-dark);
}

.cookie-banner__button:active {
  transform: scale(0.97);
}

.cookie-banner__button:focus-visible,
.cookie-banner__text a:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.3);
  outline-offset: 3px;
}

.services-dropdown {
  position: relative;
}

.services-dropdown__trigger {
  gap: 4px;
  background: transparent;
  cursor: pointer;
}

.services-dropdown__icon {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.services-dropdown__menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  width: min(620px, calc(100vw - 48px));
  padding: 12px;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 40px rgba(25, 28, 30, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 60;
}

.services-dropdown:hover .services-dropdown__menu,
.services-dropdown:focus-within .services-dropdown__menu,
.services-dropdown.is-open .services-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services-dropdown:hover .services-dropdown__icon,
.services-dropdown:focus-within .services-dropdown__icon,
.services-dropdown.is-open .services-dropdown__icon {
  transform: rotate(180deg);
}

.services-dropdown__link {
  padding: 10px 12px;
  border-radius: 8px;
  color: #444654;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.services-dropdown__link:hover,
.services-dropdown__link:focus,
.services-dropdown__link.is-active {
  color: var(--accent-green);
  background: rgba(0, 166, 81, 0.08);
  outline: none;
}

.mobile-services summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.mobile-services summary::-webkit-details-marker {
  display: none;
}

.mobile-services summary .material-symbols-outlined {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.mobile-services[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.mobile-services__menu {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  padding: 6px 0 4px 12px;
  border-left: 2px solid rgba(0, 166, 81, 0.2);
}

.mobile-services__menu a {
  padding: 7px 10px;
  color: #444654;
  font-size: 14px;
  line-height: 1.35;
}

.header-info-bar {
  overflow: hidden;
  background: #f5f7fa;
  border-bottom: 1px solid rgba(196, 197, 214, 0.55);
}

.header-info-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 38px;
}

.header-info-bar__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #444654;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

.header-info-bar__item .material-symbols-outlined {
  color: var(--accent-green);
  font-size: 17px;
}

.header-info-bar__item .header-info-bar__star {
  color: #f5a623;
  font-variation-settings: 'FILL' 1;
}

.header-info-bar__item strong {
  color: #191c1e;
  font-weight: 700;
}

.header-info-bar__label {
  color: #777987;
}

.header-info-bar__link {
  transition: color 0.2s ease;
}

.header-info-bar__link:hover,
.header-info-bar__link:focus-visible,
.header-info-bar__link:hover strong,
.header-info-bar__link:focus-visible strong {
  color: var(--accent-blue);
}

.mobile-company-info {
  display: none;
}

.yandex-rating-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(245, 166, 35, 0.32);
  border-radius: 12px;
  color: #191c1e;
  background: #fffaf0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.yandex-rating-badge:hover,
.yandex-rating-badge:focus-visible {
  border-color: rgba(245, 166, 35, 0.7);
  box-shadow: 0 8px 20px rgba(245, 166, 35, 0.14);
  transform: translateY(-2px);
}

.yandex-rating-badge > .material-symbols-outlined {
  color: #f5a623;
  font-size: 28px;
  font-variation-settings: 'FILL' 1;
}

.yandex-rating-badge > span:last-child {
  display: grid;
  gap: 1px;
}

.yandex-rating-badge small {
  color: #777987;
  font-size: 11px;
  line-height: 1.2;
}

.yandex-rating-badge strong {
  font-size: 18px;
  line-height: 1.15;
}

.service-section__head {
  max-width: 780px;
  margin-bottom: 36px;
}

.service-section__head > * + * {
  margin-top: 14px;
}

.service-section__head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-section__head--center .eyebrow-badge {
  margin-right: auto;
  margin-left: auto;
}

.service-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-info-card__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: var(--accent-green);
  background: var(--accent-green-soft);
  box-shadow: inset 0 0 0 1px rgba(21, 154, 86, 0.12);
}

.service-info-card h3,
.service-benefit-card h3,
.service-documents-grid h3 {
  color: #191c1e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.service-info-card p,
.service-benefit-card p,
.service-documents-grid p {
  margin-top: 7px;
  color: #5f6368;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .service-info-card h3,
  .service-benefit-card h3 {
    min-height: 54px;
  }
}

.service-team-roles h3,
.service-guarantees h3 {
  color: #191c1e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.service-team-roles p,
.service-guarantees p {
  margin-top: 7px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.55;
}

.service-benefits-head {
  max-width: 1040px;
  margin-bottom: 36px;
}

.service-benefits-head > * + * {
  margin-top: 14px;
}

.service-benefits-head .service-inline-cta {
  margin-top: 24px;
}

.service-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 17px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.service-inline-cta .material-symbols-outlined {
  font-size: 18px;
}

.service-benefit-card {
  min-height: 230px;
}

.service-benefit-card > .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-green), var(--accent-blue));
  box-shadow: 0 12px 24px rgba(21, 154, 86, 0.18);
}

.service-comparison-wrap {
  overflow-x: auto;
  border: 1px solid #e3e7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(25, 28, 30, 0.07);
  -webkit-overflow-scrolling: touch;
}

.service-comparison {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #444654;
  font-size: 14px;
  line-height: 1.5;
}

.service-comparison th,
.service-comparison td {
  width: 25%;
  padding: 18px 20px;
  border-right: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  text-align: left;
  vertical-align: top;
}

.service-comparison th:last-child,
.service-comparison td:last-child {
  border-right: 0;
}

.service-comparison tbody tr:last-child th,
.service-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.service-comparison thead th {
  color: #191c1e;
  background: #f6f8fa;
  font-size: 15px;
  font-weight: 800;
}

.service-comparison thead .is-recommended {
  position: relative;
  color: #0b6d40;
  background: #eefaf4;
}

.service-comparison thead .is-recommended span,
.service-comparison thead .is-recommended small {
  display: block;
}

.service-comparison thead .is-recommended small {
  margin-top: 3px;
  color: #4f7e65;
  font-size: 11px;
  font-weight: 600;
}

.service-comparison tbody th {
  color: #191c1e;
  background: #fbfcfd;
  font-weight: 700;
}

.service-comparison td.is-recommended {
  background: rgba(235, 250, 242, 0.58);
}

.service-comparison td.is-recommended strong {
  color: #0b6d40;
}

.service-footnote {
  margin-top: 14px;
  color: #777987;
  font-size: 12px;
  line-height: 1.5;
}

.service-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  border: 1px solid #e3e7ef;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 28, 30, 0.08);
}

.service-calculator__intro {
  padding: 48px;
  color: #eaf9f1;
  background:
    radial-gradient(circle at 15% 15%, rgba(37, 99, 235, 0.25), transparent 34%),
    linear-gradient(145deg, #0d5d3b, #123f36 65%, #173a49);
}

.service-calculator__intro h2 {
  margin-top: 18px;
  color: #fff;
}

.service-calculator__intro > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.service-check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-size: 14px;
}

.service-check-list li {
  position: relative;
  padding-left: 28px;
}

.service-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 9999px;
  color: #0d5d3b;
  background: #8ce8b9;
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
}

.service-calculator__form {
  padding: 40px;
}

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

.service-calculator__form label,
.service-photo-form label {
  display: grid;
  gap: 7px;
  color: #444654;
  font-size: 12px;
  font-weight: 700;
}

.service-calculator__form .input-field,
.service-photo-form .input-field {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.service-calculator__calculate {
  width: 100%;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.service-calculator__result {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(21, 154, 86, 0.25);
  border-radius: 12px;
  background: #eefaf4;
}

.service-calculator__result[hidden],
.service-calculator__contact[hidden] {
  display: none;
}

.service-calculator__result > span {
  color: #547162;
  font-size: 12px;
  font-weight: 700;
}

.service-calculator__result strong {
  color: #0b6d40;
  font-size: 28px;
  line-height: 1.2;
}

.service-calculator__result small {
  color: #5f6368;
  font-size: 11px;
  line-height: 1.45;
}

.service-calculator__contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-top: 18px;
}

.service-calculator__contact .btn-primary {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.service-calculator__contact p {
  grid-column: 1 / -1;
  color: #777987;
  font-size: 10px;
  line-height: 1.45;
}

.service-calculator__contact a,
.service-form-privacy a {
  color: var(--accent-blue);
  text-decoration: underline;
}

.service-about {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  border: 1px solid #e3e7ef;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 28, 30, 0.08);
}

.service-about__image {
  min-height: 500px;
}

.service-about__image img,
.service-team-layout__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
}

.service-about__content h2 {
  margin-top: 18px;
}

.service-about__content p {
  margin-top: 16px;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.65;
}

.service-about__cta {
  display: inline-flex;
  margin-top: 24px;
  padding: 13px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.service-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
  background: #fff;
}

.service-stats-grid > div {
  display: grid;
  gap: 5px;
  padding: 24px;
  border-right: 1px solid #e8ebf0;
}

.service-stats-grid > div:last-child {
  border-right: 0;
}

.service-stats-grid strong {
  color: var(--accent-green);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
}

.service-stats-grid span {
  color: #5f6368;
  font-size: 12px;
  line-height: 1.4;
}

.service-team-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.service-team-layout__photo {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(25, 28, 30, 0.13);
}

.service-team-layout__content > h2 {
  margin-top: 18px;
}

.service-team-layout__content > p {
  margin-top: 14px;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.6;
}

.service-team-roles {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.service-team-roles article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  background: #fff;
}

.service-team-roles .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: var(--accent-green);
  background: var(--accent-green-soft);
}

.service-team-roles p {
  margin-top: 4px;
  font-size: 13px;
}

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

.service-documents-grid article {
  padding: 24px;
  border-radius: 14px;
}

.service-documents-grid article > .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--accent-blue);
  background: var(--accent-blue-soft);
}

.service-documents-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 12px;
  color: #4b607e;
  background: #f2f7ff;
  font-size: 13px;
  line-height: 1.55;
}

.service-documents-note .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--accent-blue);
  font-size: 21px;
}

.service-guarantee-card,
.service-contract-card {
  border: 1px solid #e3e7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 28, 30, 0.08);
}

.service-guarantee-card {
  padding: 40px;
}

.service-guarantee-card > h2 {
  margin-top: 18px;
}

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

.service-guarantees article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
}

.service-guarantees .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: var(--accent-green);
  background: var(--accent-green-soft);
}

.service-contract-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: linear-gradient(155deg, #fff, #f8fbff);
}

.service-contract-card__preview {
  display: flex;
  width: 100%;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
  border: 1px solid #dfe5ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 28, 30, 0.08);
}

.service-contract-card__preview > .material-symbols-outlined {
  color: var(--accent-blue);
  font-size: 46px;
}

.service-contract-card__preview > div {
  display: grid;
  width: 45%;
  gap: 8px;
}

.service-contract-card__preview b {
  color: #191c1e;
  font-size: 14px;
}

.service-contract-card__preview i {
  height: 4px;
  border-radius: 9999px;
  background: #e8ebf0;
}

.service-contract-card h2 {
  margin-top: 16px;
  color: #191c1e;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
}

.service-contract-card > p {
  margin-top: 12px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.6;
}

.service-contract-card .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 13px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.service-contract-card .btn-primary .material-symbols-outlined {
  font-size: 18px;
}

.service-contract-card > small {
  margin-top: 14px;
  color: #777987;
  font-size: 10px;
  line-height: 1.45;
}

.service-photo-estimate {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid #e3e7ef;
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 10%, rgba(21, 154, 86, 0.13), transparent 30%),
    #f7faf9;
}

.service-photo-estimate__content {
  padding: 24px 20px;
}

.service-photo-estimate__content h2 {
  margin-top: 18px;
}

.service-photo-estimate__content > p {
  margin-top: 16px;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.65;
}

.service-photo-steps {
  display: grid;
  gap: 13px;
  margin-top: 26px;
  color: #444654;
  font-size: 14px;
  font-weight: 700;
}

.service-photo-steps li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.service-photo-steps span {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  color: #fff;
  background: var(--accent-green);
  font-size: 12px;
}

.service-photo-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 28, 30, 0.08);
}

.service-photo-upload {
  display: flex !important;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 2px dashed #cbd2dc;
  border-radius: 13px;
  text-align: center;
  cursor: pointer;
  background: #fafcfd;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.service-photo-upload:hover,
.service-photo-upload:focus-within {
  border-color: var(--accent-green);
  background: var(--accent-green-soft);
}

.service-photo-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.service-photo-upload .material-symbols-outlined {
  color: var(--accent-green);
  font-size: 34px;
}

.service-photo-upload strong {
  color: #191c1e;
  font-size: 15px;
}

.service-photo-upload small {
  color: #777987;
  font-size: 11px;
  font-weight: 500;
}

.service-photo-form textarea.input-field {
  min-height: 92px;
  resize: vertical;
}

.service-photo-form > .btn-primary {
  min-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.service-form-privacy {
  color: #777987;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1023px) {
  .service-calculator,
  .service-about,
  .service-team-layout,
  .service-photo-estimate {
    grid-template-columns: 1fr;
  }

  .service-about__image {
    min-height: 420px;
  }

  .service-team-layout {
    gap: 32px;
  }

  .service-team-layout__photo {
    max-height: 560px;
  }

  .service-documents-grid,
  .service-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-stats-grid > div:nth-child(2) {
    border-right: 0;
  }

  .service-stats-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #e8ebf0;
  }
}

@media (max-width: 1023px) {
  .header-info-bar__inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .header-info-bar__inner::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-info-bar {
    display: none;
  }

  .service-section__head {
    margin-bottom: 26px;
  }

  .service-info-card {
    padding: 20px;
  }

  .service-benefit-card {
    min-height: 0;
    padding: 22px;
  }

  .service-benefit-card > .material-symbols-outlined {
    margin-bottom: 16px;
  }

  .service-comparison-wrap {
    margin-right: -16px;
    margin-left: -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .service-comparison {
    min-width: 730px;
    font-size: 13px;
  }

  .service-comparison th,
  .service-comparison td {
    padding: 15px 16px;
  }

  .service-calculator__intro,
  .service-calculator__form,
  .service-about__content,
  .service-guarantee-card,
  .service-contract-card,
  .service-photo-form {
    padding: 24px 20px;
  }

  .service-form-grid,
  .service-calculator__contact,
  .service-guarantees,
  .service-documents-grid,
  .service-stats-grid {
    grid-template-columns: 1fr;
  }

  .service-calculator__contact .btn-primary {
    width: 100%;
  }

  .service-about__image {
    min-height: 300px;
  }

  .service-stats-grid > div,
  .service-stats-grid > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e8ebf0;
  }

  .service-stats-grid > div:last-child {
    border-bottom: 0;
  }

  .service-stats-grid > div {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    padding: 18px 20px;
  }

  .service-stats-grid strong {
    font-size: 25px;
  }

  .service-team-layout__photo {
    aspect-ratio: 4 / 3;
  }

  .service-team-roles article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .service-team-roles .material-symbols-outlined {
    width: 38px;
    height: 38px;
  }

  .service-documents-grid article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .service-documents-grid article > .material-symbols-outlined {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
  }

  .service-guarantees {
    gap: 18px;
  }

  .service-contract-card h2 {
    font-size: 21px;
  }

  .service-photo-estimate {
    gap: 16px;
    padding: 16px;
  }

  .service-photo-estimate__content {
    padding: 14px 6px;
  }

  .service-photo-upload {
    min-height: 150px;
  }

  .content-text {
    font-size: 16px;
  }

  .review-detail__card,
  .vehicle-detail__card {
    border-radius: 14px;
  }

  .review-detail__header,
  .vehicle-detail__header {
    padding: 28px 22px 22px;
  }

  .review-detail__media,
  .vehicle-detail__media {
    min-height: 160px;
    padding: 0 14px;
  }

  .review-detail__content,
  .vehicle-detail__content {
    padding: 28px 22px 32px;
  }

  .review-detail__media + .review-detail__content,
  .vehicle-detail__media + .vehicle-detail__content,
  .vehicle-detail__specs + .vehicle-detail__content {
    margin-top: 24px;
  }

  .vehicle-detail__specs {
    grid-template-columns: 1fr;
    margin: 24px 22px 0;
  }

  .cookie-banner {
    right: 12px;
    bottom: 84px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    width: calc(100vw - 24px);
    padding: 15px;
    border-radius: 14px;
  }

  .cookie-banner__icon {
    width: 40px;
    height: 40px;
  }

  .cookie-banner__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mobile-panel.is-open {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .mobile-company-info {
    display: grid;
    gap: 12px;
    margin: 4px 0;
    padding: 16px 0;
    border-top: 1px solid rgba(196, 197, 214, 0.55);
    border-bottom: 1px solid rgba(196, 197, 214, 0.55);
  }

  .mobile-company-info__item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #191c1e;
  }

  .mobile-company-info__item > .material-symbols-outlined {
    color: var(--accent-green);
    font-size: 21px;
  }

  .mobile-company-info__item > .mobile-company-info__star {
    color: #f5a623;
    font-variation-settings: 'FILL' 1;
  }

  .mobile-company-info__item > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .mobile-company-info__item small {
    color: #777987;
    font-size: 11px;
    line-height: 1.2;
  }

  .mobile-company-info__item strong {
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none;
  }
}
