.site-main--repair {
  padding: 0;
  background: #fff;
}

.repair-page__hero {
  position: relative;
  overflow: visible;
  padding: 180px 0 54px;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(1100px 640px at 34% 40%, rgba(78, 78, 78, 0.46), transparent 72%),
    radial-gradient(880px 520px at 72% 34%, rgba(42, 42, 42, 0.26), transparent 72%),
    linear-gradient(180deg, #1f1f20 0%, #141414 100%);
}

.repair-page__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: start;
  min-height: 420px;
}

.repair-page__hero-header {
  grid-column: 1 / -1;
  margin: 0;
}

.repair-page__hero-copy {
  display: grid;
  gap: 36px;
  max-width: 520px;
  grid-column: 1;
}

.repair-page__hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
}

.repair-page__hero-description {
  margin: 0;
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.repair-page__hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 430px;
}

.repair-page__hero-highlight {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.repair-page__hero-highlight-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.repair-page__hero-highlight:nth-child(1) .repair-page__hero-highlight-icon {
  color: #7ed7ff;
}

.repair-page__hero-highlight:nth-child(2) .repair-page__hero-highlight-icon {
  color: #8dffb9;
}

.repair-page__hero-highlight:nth-child(3) .repair-page__hero-highlight-icon {
  color: #ffb84a;
}

.repair-page__hero-highlight-icon svg {
  width: 32px;
  height: 32px;
}

.repair-page__hero-highlight-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.repair-page__hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--accent);
  color: #111827;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.repair-page__hero-cta:hover,
.repair-page__hero-cta:focus-visible {
  background: var(--accent-2);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(166, 226, 46, 0.28);
}

.repair-page__hero-media {
  position: absolute;
  right: 0;
  bottom: -144px;
  margin: 0;
  width: min(100%, 660px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.repair-page__hero-media img {
  width: 100%;
  aspect-ratio: 1.46 / 1;
  object-fit: cover;
}

.repair-page__process {
  padding: 98px 0 82px;
}

.repair-page__section-header {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.repair-page__section-header--compact {
  max-width: 640px;
}

.repair-page__section-header--center {
  justify-items: center;
  text-align: center;
}

.repair-page__section-title {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 1.1;
  color: #161616;
}

.repair-page__section-title-accent {
  color: #88b910;
}

.repair-page__section-header p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}

.repair-page__process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.repair-page__process-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  padding-top: 8px;
}

.repair-page__process-number {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #88b910;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.repair-page__process-step h3 {
  margin: 0;
  max-width: 22ch;
  font-size: 22px;
  line-height: 1.22;
}

.repair-page__process-step p {
  margin: 0;
  max-width: 22ch;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.55;
}

.repair-page__process-arrow {
  position: absolute;
  top: 28px;
  right: -20px;
  color: #161616;
  font-size: 42px;
  line-height: 1;
}

.repair-page__scope {
  padding: 0 0 80px;
}

.repair-page__scope-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.repair-page__scope-media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.14);
}

.repair-page__scope-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.repair-page__scope-card {
  display: grid;
  gap: 16px;
  padding: 48px 60px;
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(166, 226, 46, 0.12), transparent 72%),
    linear-gradient(180deg, #1e1e1f 0%, #131314 100%);
}

.repair-page__scope-card .repair-page__section-title {
  color: #fff;
  font-size: clamp(28px, 2.3vw, 38px);
}

.repair-page__scope-description,
.repair-page__scope-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.repair-page__scope-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repair-page__scope-list li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
}

.repair-page__scope-list li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: #b8ff2f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.repair-page__warranty {
  position: relative;
  overflow: visible;
  padding: 0 0 80px;
}

.repair-page__warranty-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: center;
  min-height: 340px;
}

.repair-page__warranty-copy {
  display: grid;
  gap: 14px;
}

.repair-page__warranty-copy p {
  margin: 0;
  max-width: 96ch;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.repair-page__warranty-points {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 60px;
  padding-top: 6px;
}

.repair-page__warranty-point {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #161616;
  font-size: 15px;
  font-weight: 700;
}

.repair-page__warranty-point-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a8adb3;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.repair-page__warranty-point-icon svg {
  width: 22px;
  height: 22px;
}

.repair-page__warranty-point-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.repair-page__warranty-badge {
  position: absolute;
  right: 0;
  bottom: -64px;
  width: min(100%, 420px);
}

.repair-page__warranty-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.repair-page__alternatives {
  padding: 0 0 78px;
}

.repair-page__alternatives .repair-page__section-header--compact {
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

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

.repair-page__alt-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 288px;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  padding: 20px 22px;
}

.repair-page__alt-card--dark {
  background: linear-gradient(180deg, #1d1d1f 0%, #121214 100%);
  color: rgba(255, 255, 255, 0.84);
}

.repair-page__alt-card--light {
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fff;
  color: #161616;
}

.repair-page__alt-copy {
  display: grid;
  gap: 10px;
}

.repair-page__alt-copy h3 {
  margin: 0;
  font-size: 22px;
}

.repair-page__alt-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: inherit;
  opacity: 0.82;
}

.repair-page__alt-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--accent);
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.repair-page__alt-card--light .repair-page__alt-link {
  background: transparent;
  border: 1px solid rgba(136, 185, 16, 0.45);
}

.repair-page__alt-link:hover,
.repair-page__alt-link:focus-visible {
  background: var(--accent-2);
}

.repair-page__alt-card--light .repair-page__alt-link:hover,
.repair-page__alt-card--light .repair-page__alt-link:focus-visible {
  background: rgba(136, 185, 16, 0.08);
}

.repair-page__alt-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: inherit;
}

.repair-page__alt-link-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.repair-page__alt-media {
  align-self: end;
}

.repair-page__alt-media img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.repair-page__faq {
  padding: 36px 0 86px;
  background: #f3f3f3;
  overflow: visible;
}

.repair-page__faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.repair-page__faq-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
}

.repair-page__faq-card .repair-page__section-title {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.4vw, 36px);
}

.repair-page__faq-list {
  display: grid;
  gap: 10px;
}

.repair-page__faq-item {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.repair-page__faq-item[open] {
  border-color: rgba(136, 185, 16, 0.45);
}

.repair-page__faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}

.repair-page__faq-item summary::-webkit-details-marker {
  display: none;
}

.repair-page__faq-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: rgba(136, 185, 16, 0.12);
}

.repair-page__faq-toggle::before,
.repair-page__faq-toggle::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #88b910;
}

.repair-page__faq-toggle::after {
  transform: rotate(90deg);
}

.repair-page__faq-item[open] .repair-page__faq-toggle::after {
  transform: rotate(0deg);
  opacity: 0;
}

.repair-page__faq-answer {
  padding: 0 16px 16px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

.repair-page__gallery {
  position: relative;
  min-height: 620px;
  overflow: visible;
}

.repair-page__gallery-item {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.12);
}

.repair-page__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repair-page__gallery-item--1 {
  top: 18px;
  left: 0;
  width: 30%;
  height: 202px;
  z-index: 3;
}

.repair-page__gallery-item--2 {
  top: 160px;
  left: 20%;
  width: 58%;
  height: 246px;
  z-index: 2;
}

.repair-page__gallery-item--3 {
  top: 348px;
  left: 0;
  width: 31%;
  height: 244px;
  z-index: 4;
}

.repair-page__gallery-item--4 {
  top: 418px;
  left: 44%;
  width: 34%;
  height: 376px;
  z-index: 5;
}

.repair-page__request {
  padding: 74px 0 84px;
}

.repair-page__form-wrap {
  max-width: 620px;
  margin-inline: auto;
}

.repair-page__form-status {
  margin: 0 0 16px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 14px;
}

.repair-page__form-status--success {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.repair-page__form-status--invalid,
.repair-page__form-status--upload,
.repair-page__form-status--error {
  background: rgba(239, 68, 68, 0.1);
  color: #991b1b;
}

.repair-page__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.repair-page__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.repair-page__field {
  display: grid;
  gap: 7px;
}

.repair-page__field--full {
  grid-column: 1 / -1;
}

.repair-page__field span {
  color: #1f2937;
  font-size: 13px;
  font-weight: 500;
}

.repair-page__field input,
.repair-page__field select,
.repair-page__field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 14px;
  background: #f3f4f6;
  color: #111827;
  font-size: 15px;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.repair-page__field input::placeholder,
.repair-page__field textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.repair-page__field textarea {
  min-height: 68px;
  padding: 12px 14px;
  resize: vertical;
}

.repair-page__field input:focus,
.repair-page__field select:focus,
.repair-page__field textarea:focus {
  outline: none;
  border-color: rgba(166, 226, 46, 0.55);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(166, 226, 46, 0.18);
}

.repair-page__field small {
  color: #9ca3af;
  font-size: 12px;
}

.repair-page__upload-control {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.repair-page__field--upload input[type="file"] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.repair-page__upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(17, 24, 39, 0.5);
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.repair-page__upload-button:hover,
.repair-page__upload-button:focus-visible {
  border-color: rgba(136, 185, 16, 0.72);
  color: #111827;
  box-shadow: 0 0 0 3px rgba(166, 226, 46, 0.14);
  transform: translateY(-1px);
}

.repair-page__upload-filename {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

.repair-page__form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.repair-page__submit {
  min-width: 156px;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 14px;
  background: var(--accent);
  color: #111827;
  font-family: var(--font-heading);
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.repair-page__submit:hover,
.repair-page__submit:focus-visible {
  background: var(--accent-2);
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(166, 226, 46, 0.28);
}

.repair-page__content {
  padding: 0 0 76px;
}

.repair-page__content .entry-content {
  max-width: 840px;
}

@media (max-width: 1100px) {
  .repair-page__hero-grid,
  .repair-page__scope-grid,
  .repair-page__faq-grid,
  .repair-page__warranty-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .repair-page__hero-grid {
    min-height: 0;
  }

  .repair-page__hero-header {
    grid-column: auto;
  }

  .repair-page__hero-copy,
  .repair-page__hero-highlights {
    max-width: none;
  }

  .repair-page__process-grid {
    gap: 28px 22px;
  }

  .repair-page__hero-media {
    position: static;
    width: 100%;
  }

  .repair-page__process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repair-page__process-arrow {
    display: none;
  }

  .repair-page__warranty-badge {
    position: static;
    justify-self: start;
    width: min(100%, 320px);
  }

  .repair-page__gallery {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .repair-page__hero {
    padding: 126px 0 92px;
  }

  .repair-page__hero-grid,
  .repair-page__alt-grid,
  .repair-page__form {
    grid-template-columns: 1fr;
  }

  .repair-page__hero-highlights {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .repair-page__section-title-accent {
    display: inline;
  }

  .repair-page__hero-highlight {
    justify-items: start;
    grid-template-columns: 42px auto;
    align-items: center;
    text-align: left;
  }

  .repair-page__process {
    padding-top: 32px;
  }

  .repair-page__process-grid {
    grid-template-columns: 1fr;
  }

  .repair-page__process-step {
    justify-items: start;
    text-align: left;
  }

  .repair-page__process-step h3,
  .repair-page__process-step p {
    max-width: none;
  }

  .repair-page__alt-card {
    grid-template-columns: 1fr;
  }

  .repair-page__alt-media {
    justify-self: end;
    width: 140px;
  }

  .repair-page__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
  }

  .repair-page__gallery-item {
    position: static;
    width: auto;
    height: 180px;
  }
}

@media (max-width: 520px) {
  .repair-page__hero {
    padding: 114px 0 78px;
  }

  .repair-page__hero-media,
  .repair-page__scope-media,
  .repair-page__scope-card,
  .repair-page__faq-card,
  .repair-page__alt-card {
    border-radius: 20px;
  }

  .repair-page__gallery {
    grid-template-columns: 1fr;
  }

  .repair-page__gallery-item {
    height: 200px;
  }

  .repair-page__warranty-badge {
    width: min(100%, 240px);
  }

  .repair-page__form-actions {
    justify-content: stretch;
  }

  .repair-page__submit {
    width: 100%;
  }
}
