:root{
  --ac-bg:#eef2f7;
  --ac-card:#ffffff;
  --ac-card-soft:#f7f9fc;
  --ac-text:#1a2433;
  --ac-muted:#6e7b91;
  --ac-border:#d9e1ed;
  --ac-blue:#1867d9;
  --ac-blue-dark:#0d4cab;
  --ac-ready-bg:#edf6ff;
  --ac-ready-text:#175bb7;
  --ac-transport-bg:#fff1f1;
  --ac-transport-text:#c73333;
  --ac-shadow:0 18px 42px rgba(10,23,44,.08);
  --ac-radius-xl:26px;
  --ac-radius-lg:22px;
  --ac-radius-md:16px;
}

.ac-search-shell,
.ac-results-section,
.ac-single-shell{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ac-text)}

.ac-search-shell{
  margin:0 0 28px;
  background:var(--ac-card);
  border:1px solid var(--ac-border);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--ac-shadow);
}
.ac-search-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.ac-search-kicker,
.ac-results-kicker,
.ac-product-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ac-blue);
  margin-bottom:8px;
}
.ac-search-head h2,
.ac-results-head h2,
.ac-single-title{margin:0;letter-spacing:-.04em;line-height:1.04}
.ac-search-head h2{font-size:clamp(28px,3vw,42px)}
.ac-search-head p{margin:8px 0 0;color:var(--ac-muted);max-width:700px}
.ac-more-filters{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  border:1px solid var(--ac-border);
  background:var(--ac-card-soft);
  color:var(--ac-text);
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}
.ac-search-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.ac-search-grid select,
.ac-search-grid input,
.ac-search-grid button{
  width:100%;
  min-height:58px;
  border-radius:16px;
  border:1px solid var(--ac-border);
  background:#fff;
  padding:0 16px;
  font-size:16px;
  color:var(--ac-text);
  outline:none;
}
.ac-search-grid select:focus,
.ac-search-grid input:focus{border-color:#8bb4ef;box-shadow:0 0 0 4px rgba(24,103,217,.08)}
.ac-search-grid button{
  border:none;
  background:var(--ac-blue);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(24,103,217,.18);
}
.ac-search-grid button:hover{background:var(--ac-blue-dark)}

.ac-results-section{margin-top:12px}
.ac-results-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.ac-results-head h2{font-size:clamp(34px,4vw,54px)}
.ac-results-head > p{margin:0;color:var(--ac-muted);font-weight:700;white-space:nowrap}
.ac-results-sub{margin:10px 0 0;color:var(--ac-muted)}
.ac-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.ac-empty{
  background:var(--ac-card);
  border:1px solid var(--ac-border);
  border-radius:22px;
  padding:24px;
}

.ac-card{
  overflow:hidden;
  background:#f3f6fb;
  border:1px solid #d6dfeb;
  border-radius:22px;
  box-shadow:0 16px 30px rgba(9,24,46,.05);
  transition:transform .18s ease, box-shadow .18s ease;
}
.ac-card:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(9,24,46,.1)}
.ac-card-image{
  position:relative;
  display:block;
  aspect-ratio:16 / 10;
  background:#dde6f2;
  overflow:hidden;
}
.ac-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.ac-card:hover .ac-card-image img{transform:scale(1.03)}
.ac-card-flags{
  position:absolute;
  top:14px;
  left:14px;
  right:14px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  flex-wrap:wrap;
}
.ac-badge,
.ac-transport-ribbon{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:12px;
  font-size:14px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.ac-badge{background:#1867d9;color:#fff}
.ac-transport-ribbon{background:#ff6767;color:#fff}
.ac-no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#506078;font-weight:700}

.ac-card-body{padding:18px 18px 20px}
.ac-card-status-row{margin-bottom:10px}
.ac-card-status{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.ac-card-status.is-ready{background:var(--ac-ready-bg);color:var(--ac-ready-text)}
.ac-card-status.is-transport{background:var(--ac-transport-bg);color:var(--ac-transport-text)}
.ac-card-body h3{margin:0 0 14px;font-size:20px;line-height:1.2;min-height:48px}
.ac-card-body h3 a{color:var(--ac-text);text-decoration:none}
.ac-card-price-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.ac-card-price{font-size:26px;font-weight:900;letter-spacing:-.03em;line-height:1}
.ac-card-year{
  min-width:74px;
  padding:9px 10px;
  border-radius:12px;
  background:#e9eff8;
  text-align:center;
  font-size:15px;
  font-weight:800;
}
.ac-card-meta-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.ac-card-meta-item{
  min-height:70px;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.74);
  border:1px solid #dde6f0;
}
.ac-card-meta-item span{
  display:block;
  margin-bottom:5px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ac-muted);
}
.ac-card-meta-item strong{
  display:block;
  color:var(--ac-text);
  font-size:15px;
  line-height:1.25;
}
.ac-card-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:48px;
  margin-top:14px;
  border-radius:14px;
  background:#09162c;
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.ac-card-link:hover{background:#0e203d}

.ac-pagination{display:flex;justify-content:center;margin-top:28px}
.ac-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:44px;
  margin:0 4px;
  border-radius:12px;
  border:1px solid var(--ac-border);
  background:#fff;
  color:var(--ac-text);
  text-decoration:none;
  font-weight:700;
}
.ac-pagination .page-numbers.current{background:var(--ac-blue);border-color:var(--ac-blue);color:#fff}

.ac-single-shell{
  max-width:1320px;
  margin:18px auto 0;
  padding:0 20px;
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);
  gap:28px;
}
.ac-single-main,
.ac-single-side{
  background:#fff;
  border:1px solid var(--ac-border);
  border-radius:26px;
  box-shadow:var(--ac-shadow);
}
.ac-single-main{padding:26px}
.ac-single-side{padding:24px;position:sticky;top:108px;height:fit-content}
.ac-single-sub{margin-top:8px;color:var(--ac-muted)}
.ac-single-transport,.ac-side-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  margin:0 0 14px;
  padding:0 14px;
  border-radius:14px;
  background:var(--ac-transport-bg);
  border:1px solid #ffd1d1;
  color:var(--ac-transport-text);
  font-weight:800;
}
.ac-gallery-main{overflow:hidden;border-radius:22px;background:#e8eef7;margin-top:22px}
.ac-gallery-main img{width:100%;aspect-ratio:16/10;object-fit:cover}
.ac-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}
.ac-gallery-thumbs img{width:100%;height:120px;object-fit:cover;border-radius:16px}
.ac-product-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}
.ac-highlight-box{padding:16px;border-radius:16px;background:#f7f9fc;border:1px solid var(--ac-border)}
.ac-highlight-box strong{display:block;margin-bottom:8px;font-size:11px;color:var(--ac-muted);text-transform:uppercase;letter-spacing:.08em}
.ac-highlight-box span{font-size:20px;font-weight:900;line-height:1.15}
.ac-param-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}
.ac-param{padding:14px 16px;border-radius:16px;background:#f7f9fc;border:1px solid var(--ac-border)}
.ac-param strong{display:block;margin-bottom:7px;font-size:11px;color:var(--ac-muted);text-transform:uppercase;letter-spacing:.08em}
.ac-content-box{padding-top:24px;border-top:1px solid #e6edf7;margin-top:24px}
.ac-content-box h2{margin:0 0 14px;font-size:24px;letter-spacing:-.03em}
.ac-single-content{color:#2a3444;line-height:1.8}
.ac-equip{padding-left:18px}
.ac-equip li{margin-bottom:8px}
.ac-aside-label{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ac-muted);margin-bottom:8px}
.ac-single-price{font-size:36px;font-weight:900;letter-spacing:-.04em;line-height:1;margin:0 0 18px}
.ac-cta{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:16px;background:var(--ac-blue);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 24px rgba(24,103,217,.16)}
.ac-cta:hover{background:var(--ac-blue-dark)}
.ac-aside-section + .ac-aside-section{margin-top:24px}
.ac-aside-section h3{margin:0 0 14px;font-size:22px;letter-spacing:-.03em}
.ac-side-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.ac-side-list li{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid #e6edf7}
.ac-side-list li span{color:var(--ac-muted)}
.ac-side-list li strong{text-align:right;color:var(--ac-text)}

@media (max-width: 1100px){
  .ac-search-grid,.ac-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ac-single-shell{grid-template-columns:1fr}
  .ac-single-side{position:static}
  .ac-product-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
  .ac-search-shell{padding:18px;border-radius:22px}
  .ac-search-head,.ac-results-head{flex-direction:column;align-items:flex-start}
  .ac-search-grid,.ac-grid,.ac-param-grid,.ac-product-highlights,.ac-gallery-thumbs{grid-template-columns:1fr}
  .ac-card-body h3{min-height:0}
  .ac-card-price{font-size:24px}
  .ac-single-shell{padding:0 16px}
  .ac-single-main,.ac-single-side{padding:18px}
  .ac-single-price{font-size:30px}
  .ac-side-list li{flex-direction:column;align-items:flex-start}
  .ac-side-list li strong{text-align:left}
}
