.repair-body {
  margin: 0;
  color: #102038;
  background:
    radial-gradient(circle at top left, rgba(196, 32, 53, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(13, 87, 173, 0.08), transparent 32%),
    linear-gradient(180deg, #f4f7fb 0%, #eef2f8 100%);
}

.repair-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 32, 56, 0.1);
  background: rgba(8, 16, 29, 0.92);
  backdrop-filter: blur(18px);
}

.repair-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.repair-header-inner,
.repair-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.repair-header-inner {
  min-height: 78px;
}

.repair-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
}

.repair-brand img {
  width: 48px;
  height: auto;
}

.repair-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.repair-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  text-decoration: none;
}

.repair-nav a:hover,
.repair-nav a:focus-visible {
  color: #ffffff;
}

.repair-main {
  padding: 42px 0 80px;
}

.repair-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #52627a;
  font-size: 0.92rem;
}

.repair-breadcrumbs a {
  color: #52627a;
  text-decoration: none;
}

.repair-breadcrumbs a:hover,
.repair-breadcrumbs a:focus-visible {
  color: #b51a30;
}

.repair-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 22px;
  align-items: stretch;
}

.repair-panel,
.repair-card {
  border: 1px solid rgba(16, 32, 56, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(11, 21, 36, 0.08);
}

.repair-hero-copy {
  padding: 32px;
}

.repair-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(196, 32, 53, 0.1);
  color: #a10f24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.repair-hero h1 {
  margin: 18px 0 0;
  color: #0f1a2d;
  font-size: clamp(2.15rem, 1.85rem + 1.7vw, 3.45rem);
  line-height: 0.98;
}

.repair-lead {
  margin: 18px 0 0;
  max-width: 62ch;
  color: #485972;
  font-size: 1.03rem;
  line-height: 1.76;
}

.repair-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.repair-stats li {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 32, 56, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

.repair-stats strong {
  color: #1c2d47;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.repair-stats span {
  color: #0f1a2d;
  font-weight: 700;
}

.repair-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.repair-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #c42035, #e24b5c);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(196, 32, 53, 0.22);
}

.repair-btn:hover,
.repair-btn:focus-visible {
  transform: translateY(-1px);
}

.repair-btn-secondary {
  border-color: rgba(16, 32, 56, 0.12);
  background: #ffffff;
  color: #17253a;
  box-shadow: none;
}

.repair-highlight {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: #eef3fb;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(160deg, #0d1728 0%, #16273d 64%, #213a56 100%);
}

.repair-highlight-label {
  color: #d7e1ef;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.repair-highlight-value {
  display: block;
  font-size: clamp(2.05rem, 1.8rem + 1vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.repair-highlight p {
  margin: 0;
  color: #d7e1ef;
  line-height: 1.72;
}

.repair-section {
  margin-top: 28px;
}

.repair-section-head {
  margin-bottom: 16px;
}

.repair-section-head h2 {
  margin: 0;
  color: #0f1a2d;
  font-size: clamp(1.5rem, 1.3rem + 0.7vw, 1.95rem);
}

.repair-section-head p {
  margin: 10px 0 0;
  color: #52627a;
  line-height: 1.72;
}

.repair-grid {
  display: grid;
  gap: 16px;
}

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

.repair-card {
  padding: 22px;
}

.repair-card h2 {
  margin: 0 0 12px;
  color: #0f1a2d;
  font-size: 1.08rem;
}

.repair-card p {
  margin: 0;
  color: #54657d;
  line-height: 1.72;
}

.repair-card ul {
  margin: 0;
  padding-left: 18px;
  color: #22334d;
  line-height: 1.65;
}

.repair-card li + li {
  margin-top: 6px;
}

.repair-prose {
  padding: 26px;
}

.repair-prose p {
  margin: 0;
  color: #51627c;
  line-height: 1.82;
}

.repair-prose p + p {
  margin-top: 14px;
}

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

.repair-link-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.repair-link-card {
  display: grid;
  gap: 6px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 32, 56, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: #16243a;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(11, 21, 36, 0.05);
}

.repair-link-card:hover,
.repair-link-card:focus-visible {
  border-color: rgba(196, 32, 53, 0.2);
  color: #a10f24;
}

.repair-link-card strong {
  font-size: 0.96rem;
}

.repair-link-card span {
  color: #60718a;
  font-size: 0.88rem;
}

.repair-faq details {
  border: 1px solid rgba(16, 32, 56, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(11, 21, 36, 0.05);
}

.repair-faq details + details {
  margin-top: 12px;
}

.repair-faq summary {
  cursor: pointer;
  color: #132034;
  font-weight: 700;
}

.repair-faq p {
  margin: 10px 0 0;
  color: #54657d;
  line-height: 1.72;
}

.repair-cta {
  padding: 26px;
}

.repair-cta h2 {
  margin: 0 0 10px;
  color: #0f1a2d;
}

.repair-cta p {
  margin: 0;
  color: #53637c;
  line-height: 1.74;
}

.repair-footer {
  border-top: 1px solid rgba(16, 32, 56, 0.08);
  background: rgba(8, 16, 29, 0.98);
}

.repair-footer-inner {
  min-height: 88px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.repair-footer-inner > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.repair-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .repair-hero,
  .repair-grid-three,
  .repair-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .repair-header-inner,
  .repair-footer-inner,
  .repair-nav,
  .repair-actions,
  .repair-hero,
  .repair-grid-three,
  .repair-link-grid,
  .repair-link-grid-compact {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .repair-header-inner,
  .repair-footer-inner {
    min-height: auto;
    padding: 16px 0;
  }

  .repair-brand {
    font-size: 1.2rem;
  }

  .repair-main {
    padding-top: 28px;
  }

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

  .repair-hero-copy,
  .repair-highlight,
  .repair-card,
  .repair-prose,
  .repair-cta {
    padding: 20px;
  }
}
