.page-search .arama-page {
  padding-top: 24px;
  padding-bottom: 36px;
}

.arama-header-pro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.arama-header-pro h1 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #0f2747;
}

.arama-header-pro .arama-info {
  margin: 0;
  color: #617089;
  font-size: 15px;
  line-height: 1.6;
}

.arama-header-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.search-badge {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffaf0 0%, #fff3cb 100%);
  border: 1px solid rgba(246, 194, 41, 0.35);
  color: #7a5b00;
  font-size: 13px;
  font-weight: 800;
}

.search-badge.ghost {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.08);
  color: #5b6a82;
}

.arama-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.search-filter-box,
.search-summary-card,
.search-empty-box {
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.search-filter-box {
  padding: 18px;
  position: sticky;
  top: 110px;
}

.search-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.search-filter-head h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #0f2747;
}

.search-filter-form {
  display: grid;
  gap: 14px;
}

.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.search-grid .full,
.search-filter-form .full {
  grid-column: 1 / -1;
}

.search-filter-form label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #415169;
}

.search-filter-form input,
.search-filter-form select {
  width: 100%;
  margin-top: 8px;
}

.search-check-row {
  margin-top: -2px;
}

.search-check {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.07);
  cursor: pointer;
}

.search-check input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.search-check span {
  font-size: 14px;
  font-weight: 800;
  color: #22324d;
}

.search-summary-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.search-summary-chip {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #5b6a82;
  font-size: 13px;
  font-weight: 800;
}

.search-sort-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.search-sort-left strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #0f2747;
}

.search-sort-left span {
  display: block;
  margin-top: 6px;
  color: #627089;
  font-size: 14px;
}

.search-sort-right select {
  min-width: 180px;
}

.search-empty-box {
  padding: 24px;
  color: #617089;
  font-size: 15px;
  font-weight: 700;
}

.search-ad-card {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.search-ad-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.08);
}

.search-ad-image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  background: linear-gradient(180deg, #edf2f8 0%, #dde7f3 100%);
}

.search-ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-ad-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8090a6;
  font-weight: 800;
}

.search-ad-body {
  padding: 15px;
}

.search-ad-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.search-ad-price {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #101d30;
}

.search-ad-fresh {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(246, 194, 41, 0.16);
  color: #7a5b00;
  font-size: 12px;
  font-weight: 900;
}

.search-ad-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #0f2747;
}

.search-ad-no {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #7b8799;
}

.search-ad-meta {
  display: grid;
  gap: 6px;
}

.search-ad-meta span {
  font-size: 14px;
  color: #617089;
}

.search-ad-meta strong {
  color: #20324e;
}

@media (max-width: 1100px) {
  .arama-layout {
    grid-template-columns: 1fr;
  }

  .search-filter-box {
    position: static;
  }
}

@media (max-width: 720px) {
  .arama-header-pro,
  .search-sort-row {
    flex-direction: column;
    align-items: stretch;
  }

  .search-grid {
    grid-template-columns: 1fr;
  }
}



.page-search .arama-page {
  padding-top: 24px;
  padding-bottom: 36px;
}

.arama-header-pro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.arama-header-pro h1 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #0f2747;
}

.arama-header-pro .arama-info {
  margin: 0;
  color: #617089;
  font-size: 15px;
  line-height: 1.6;
}

.arama-header-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.search-badge {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffaf0 0%, #fff3cb 100%);
  border: 1px solid rgba(246, 194, 41, 0.35);
  color: #7a5b00;
  font-size: 13px;
  font-weight: 800;
}

.search-badge.ghost {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.08);
  color: #5b6a82;
}

.arama-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.search-filter-box,
.search-summary-card,
.search-empty-box {
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.search-filter-box {
  padding: 18px;
  position: sticky;
  top: 110px;
}

.search-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.search-filter-head h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #0f2747;
}

.search-filter-form {
  display: grid;
  gap: 14px;
}

.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.search-grid .full,
.search-filter-form .full {
  grid-column: 1 / -1;
}

.search-filter-form label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #415169;
}

.search-filter-form input,
.search-filter-form select {
  width: 100%;
  margin-top: 8px;
}

.search-filter-subsection {
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(246, 194, 41, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.search-filter-subhead {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.search-filter-subhead strong {
  color: #0f2747;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.search-filter-subhead span {
  color: #6c7b91;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.vehicle-search-grid {
  margin-top: 0;
}

.search-check-row {
  margin-top: -2px;
}

.search-check {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.07);
  cursor: pointer;
}

.search-check input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.search-check span {
  font-size: 14px;
  font-weight: 800;
  color: #22324d;
}

.search-summary-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  margin-bottom: 16px;
}

.search-summary-chip {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #5b6a82;
  font-size: 13px;
  font-weight: 800;
}

.search-sort-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.search-sort-left strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #0f2747;
}

.search-sort-left span {
  display: block;
  margin-top: 6px;
  color: #627089;
  font-size: 14px;
}

.search-sort-right select {
  min-width: 180px;
}

.search-empty-box {
  padding: 24px;
  color: #617089;
  font-size: 15px;
  font-weight: 700;
}

.search-ad-card {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.search-ad-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.08);
}

.search-ad-image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  background: linear-gradient(180deg, #edf2f8 0%, #dde7f3 100%);
}

.search-ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-ad-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8090a6;
  font-weight: 800;
}

.search-ad-body {
  padding: 15px;
}

.search-ad-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.search-ad-price {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #101d30;
}

.search-ad-fresh {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(246, 194, 41, 0.16);
  color: #7a5b00;
  font-size: 12px;
  font-weight: 900;
}

.search-ad-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #0f2747;
}

.search-ad-no {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #7b8799;
}

.search-ad-meta {
  display: grid;
  gap: 6px;
}

.search-ad-meta span {
  font-size: 14px;
  color: #617089;
}

.search-ad-meta strong {
  color: #20324e;
}

.search-ad-vehicle {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  color: #42556f;
  font-size: 13px;
  font-weight: 800;
}

.search-ad-vehicle strong {
  color: #173055;
}

@media (max-width: 1100px) {
  .arama-layout {
    grid-template-columns: 1fr;
  }

  .search-filter-box {
    position: static;
  }
}

@media (max-width: 720px) {
  .arama-header-pro,
  .search-sort-row {
    flex-direction: column;
    align-items: stretch;
  }

  .search-grid {
    grid-template-columns: 1fr;
  }
}