/* ======================================================
   AUTO NOT FOUND PAGE — 7422.by
====================================================== */

.auto-lost-page {
  min-height: 100vh;
  color: #ffffff;
  background:
    radial-gradient(ellipse at 15% 10%, rgba(30,136,229,0.12), transparent 45%),
    radial-gradient(ellipse at 85% 40%, rgba(46,204,113,0.06), transparent 45%),
    #05070c;
}

.auto-lost-page .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 34px 0 0;
  margin-bottom: 24px;
  color: #7f8794;
  font-size: 14px;
}

.auto-lost-page .breadcrumbs a {
  color: #b0b3bd;
  text-decoration: none;
  transition: 0.2s ease;
}

.auto-lost-page .breadcrumbs a:hover {
  color: #2ecc71;
}

.auto-lost-page .breadcrumbs .separator {
  color: #46505f;
}

.auto-lost-main {
  padding: 0 0 50px;
}

.auto-lost-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: stretch;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(ellipse at 20% 15%, rgba(30,136,229,0.18), transparent 48%),
    #0f1219;
  border: 1px solid rgba(30,136,229,0.18);
}

.auto-lost-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auto-lost-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(30,136,229,0.15);
  border: 1px solid rgba(30,136,229,0.32);
  color: #7ac4ff;
  font-size: 13px;
  font-weight: 800;
}

.auto-lost-content h1 {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
}

.auto-lost-content p {
  margin: 0;
  max-width: 660px;
  color: #aeb6c4;
  font-size: 17px;
  line-height: 1.65;
}

.auto-lost-id {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 14px;
  background: #151b26;
  border: 1px solid rgba(255,255,255,0.07);
  color: #8f96a3;
  font-size: 13px;
  font-weight: 800;
}

.auto-lost-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.auto-lost-btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.auto-lost-btn.primary {
  background: #2ecc71;
  color: #05070c;
}

.auto-lost-btn.primary:hover {
  background: #35e47f;
  transform: translateY(-1px);
}

.auto-lost-btn.secondary {
  background: #151b26;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.08);
}

.auto-lost-btn.secondary:hover {
  background: #1a2230;
  border-color: rgba(30,136,229,0.35);
}

.auto-lost-btn.outline {
  background: transparent;
  color: #7ac4ff;
  border: 1px solid rgba(30,136,229,0.35);
}

.auto-lost-btn.outline:hover {
  background: rgba(30,136,229,0.12);
  color: #ffffff;
}

.auto-lost-card {
  min-height: 360px;
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(30,136,229,0.22), transparent 50%),
    #05070c;
  border: 1px solid rgba(30,136,229,0.22);
  display: flex;
  align-items: stretch;
}

.auto-lost-card-inner {
  width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auto-lost-card-inner > span {
  color: #7ac4ff;
  font-size: 14px;
  font-weight: 900;
}

.auto-lost-list {
  display: grid;
  gap: 12px;
}

.auto-lost-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: #111722;
  border: 1px solid rgba(255,255,255,0.06);
}

.auto-lost-list b {
  color: #1e88e5;
  font-size: 22px;
  font-weight: 900;
}

.auto-lost-list small {
  color: #cbd5e6;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

/* fresh cars */

.auto-lost-fresh-section {
  padding: 64px 0 0;
}

.auto-lost-fresh-section .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}

.auto-lost-fresh-section .section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  font-weight: 900;
}

.auto-lost-fresh-section .section-header p {
  margin: 0;
  color: #aeb6c4;
  line-height: 1.6;
}

.auto-lost-fresh-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.auto-lost-fresh-grid .car-item {
  min-width: 0;
}

.auto-lost-fresh-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* links */

.auto-lost-links-section {
  padding: 64px 0 0;
}

.auto-lost-links-section .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}

.auto-lost-links-section .section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  font-weight: 900;
}

.auto-lost-links-section .section-header p {
  margin: 0;
  color: #aeb6c4;
  line-height: 1.6;
}

.auto-lost-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.auto-lost-link-card {
  padding: 22px;
  min-height: 150px;
  border-radius: 24px;
  background: #0f1219;
  border: 1px solid rgba(30,136,229,0.14);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease;
}

.auto-lost-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(30,136,229,0.42);
  background: #111722;
}

.auto-lost-link-card span {
  color: #7ac4ff;
  font-size: 13px;
  font-weight: 900;
}

.auto-lost-link-card strong {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.1;
}

.auto-lost-link-card small {
  margin-top: 10px;
  color: #8f96a3;
  line-height: 1.4;
}

/* cta */

.auto-lost-cta-section {
  padding: 48px 0 0;
}

.auto-lost-cta {
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(30,136,229,0.18), transparent 50%),
    linear-gradient(105deg, #0b111e, #070b12);
  border: 1px solid rgba(30,136,229,0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.auto-lost-cta span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7ac4ff;
  font-size: 13px;
  font-weight: 900;
}

.auto-lost-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.1;
  font-weight: 900;
}

.auto-lost-cta p {
  margin: 0;
  max-width: 620px;
  color: #aeb6c4;
  line-height: 1.6;
}

.auto-lost-cta-btn {
  flex-shrink: 0;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: #2ecc71;
  color: #05070c;
  padding: 0 26px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.auto-lost-cta-btn:hover {
  background: #35e47f;
  transform: translateY(-1px);
}

/* adaptive */

@media (max-width: 1180px) {
  .auto-lost-fresh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .auto-lost-hero {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .auto-lost-card {
    min-height: auto;
    margin-top: 8px;
  }

  .auto-lost-card-inner {
    gap: 24px;
  }

  .auto-lost-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auto-lost-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .auto-lost-cta-btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .auto-lost-page .breadcrumbs {
    padding-top: 24px;
  }

  .auto-lost-hero {
    padding: 24px;
    border-radius: 26px;
    gap: 28px;
  }

  .auto-lost-content h1 {
    font-size: 34px;
  }

  .auto-lost-content p {
    font-size: 15px;
  }

  .auto-lost-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .auto-lost-btn {
    width: 100%;
  }

  .auto-lost-card {
    margin-top: 0;
  }

  .auto-lost-card-inner {
    padding: 22px;
    gap: 22px;
  }

  .auto-lost-list div {
    grid-template-columns: 42px 1fr;
  }

  .auto-lost-fresh-section,
  .auto-lost-links-section {
    padding-top: 52px;
  }

  .auto-lost-fresh-grid,
  .auto-lost-links-grid {
    grid-template-columns: 1fr;
  }

  .auto-lost-fresh-action .auto-lost-btn {
    width: 100%;
  }

  .auto-lost-cta {
    padding: 24px;
    border-radius: 24px;
  }
}