html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 768px) {
  .mob-report-owners-illustration {
    left: -44px !important;
    width: 208px !important;
    height: 176px !important;
    background-size: contain !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
  }

  .mob-report-mileage-visual {
    max-width: 100% !important;
    height: 220px !important;
    top: 0 !important;
    background-size: contain !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
  }

  .mob-report-dtp-card,
  .mob-report-taxi-card,
  .mob-report-auction-card {
    padding-bottom: 24px !important;
    height: auto !important;
  }

  .mob-report-dtp-visual {
    right: auto !important;
    left: 50% !important;
    width: 100% !important;
    max-width: 360px !important;
    height: 0 !important;
    margin-top: 12px !important;
    padding-top: 52% !important;
    transform: translateX(-50%) scaleX(-1) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .mob-report-taxi-visual {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
    background-size: contain !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
  }

  .mob-report-photos-card {
    padding-bottom: 220px !important;
    background-position: center bottom !important;
    background-size: 72% auto !important;
  }

  .mob-report-auction-visual,
  .mob-report-history-visual {
    height: 140px !important;
    background-size: contain !important;
    background-position: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


.ar-auth-home-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.ar-auth-home-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.ar-auth-home-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f3f4f6;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.ar-auth-home-copy {
  min-width: 0;
}

.ar-auth-home-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ar-auth-home-chip,
.ar-auth-home-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.ar-auth-home-chip {
  background: #eef2ff;
  color: #3730a3;
}

.ar-auth-home-state.is-pending {
  background: #fff7ed;
  color: #9a3412;
}

.ar-auth-home-state.is-success {
  background: #ecfdf5;
  color: #065f46;
}

.ar-auth-home-title {
  margin-top: 8px;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.ar-auth-home-desc {
  margin-top: 6px;
  color: #52525b;
  font-size: 14px;
  line-height: 1.5;
  max-width: 640px;
}

.ar-auth-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.ar-auth-btn {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ar-auth-btn:hover {
  transform: translateY(-1px);
}

.ar-auth-btn--primary {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.ar-auth-btn--primary:hover {
  background: #222222;
}

.ar-auth-btn--secondary {
  background: #ffffff;
  color: #111111;
}

.ar-auth-btn--secondary:hover {
  background: #f8fafc;
}

@media (max-width: 1180px) {
  .ar-auth-home-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .ar-auth-home-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .ar-auth-home-banner {
    padding: 16px;
    border-radius: 18px;
    gap: 14px;
  }

  .ar-auth-home-main {
    gap: 12px;
  }

  .ar-auth-home-title {
    font-size: 18px;
  }

  .ar-auth-home-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ar-auth-btn {
    width: 100%;
  }
}
