
/* ADZON v24 — Dubizzle-style marketplace UX, Adzon data only.
   Local CSS/JS/assets. No CDN. */
:root{
  --d24-red:#e00000;
  --d24-red-dark:#b90000;
  --d24-ink:#272727;
  --d24-muted:#70757d;
  --d24-line:#e3e5e8;
  --d24-bg:#fff;
  --d24-soft:#f7f8fa;
  --d24-blue:#1267e8;
  --d24-green:#16a34a;
}
body.adzon-market{background:#fff;color:var(--d24-ink)}
.az24-topline{background:#fff;border-bottom:1px solid #f0f1f3}
.az24-topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#7b8087}
.az24-toplinks{display:flex;gap:20px}.az24-toplinks a{font-weight:800}
.az24-mainbar{height:78px;display:flex;align-items:center;gap:40px}
.az24-brand{font-size:30px!important;font-weight:950!important;color:#171717!important}
.az24-brand .az-brand-mark{width:48px!important;height:48px!important;border-radius:13px!important}
.az24-mainnav{margin-left:auto;display:flex;align-items:center;gap:24px}
.az24-mainnav a{font-size:13px;font-weight:850}
.az24-mainnav .az24-sell-top{background:var(--d24-red);color:#fff;border-radius:8px;padding:12px 18px}
.az24-mega-wrap{border-top:1px solid #f0f1f3;border-bottom:1px solid var(--d24-line);background:#fff}
.az24-mega{display:flex;gap:22px;overflow:auto;scrollbar-width:none;min-height:55px;align-items:center}
.az24-mega::-webkit-scrollbar{display:none}
.az24-mega a{display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:11px;font-weight:800;color:#41464e}
.az24-mega a:hover{color:var(--d24-red)}
.az24-mega svg{width:24px;height:24px}
.az24-header{position:sticky!important;top:0!important;z-index:100!important;background:#fff!important;box-shadow:0 2px 12px rgba(0,0,0,.04)!important}
.az24-mobile-search{display:none}

.az24-home{background:#fff}
.az24-hero{background:#fff;padding:48px 0 28px;border-bottom:1px solid #f0f1f3}
.az24-hero-title{text-align:center;max-width:850px;margin:0 auto 28px}
.az24-hero-title>span,.az24-section-heading>div>span,.az24-promo-copy>span,.az24-bottom-cta span{
  color:#60656d;font-size:11px;font-weight:950;letter-spacing:1.6px
}
.az24-hero-title h1{font-size:42px;line-height:1.08;letter-spacing:-1.8px;margin:8px auto 0;color:#252525}
.az24-search-panel{max-width:1080px;margin:auto}
.az24-search-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}
.az24-search-tabs button{
  border:0;background:transparent;border-radius:20px;padding:9px 15px;
  font-size:12px;font-weight:900;color:#62676f;cursor:pointer
}
.az24-search-tabs button.active{background:#f2f3f5;color:#191919}
.az24-search-form{
  display:grid;grid-template-columns:1.5fr .75fr 120px;
  border:1px solid #cfd4da;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:0 5px 24px rgba(25,30,38,.08)
}
.az24-search-form label{display:flex;align-items:center;gap:10px;padding:0 16px;min-height:62px}
.az24-search-form label+label{border-left:1px solid var(--d24-line)}
.az24-search-form span{font-size:21px;color:#777f88}
.az24-search-form input{width:100%;border:0;outline:0;font-size:15px;color:#242a32;background:transparent}
.az24-search-form button{border:0;background:var(--d24-red);color:#fff;font-weight:950;font-size:14px;cursor:pointer}
.az24-search-form button:hover{background:var(--d24-red-dark)}

.az24-categories,.az24-listing-section{padding-top:38px}
.az24-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px}
.az24-section-heading h2{font-size:24px;line-height:1.1;margin:5px 0 0;letter-spacing:-.7px}
.az24-section-heading>a{font-size:12px;font-weight:900;color:#333}
.az24-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.az24-category-card{
  min-height:155px;border:1px solid var(--d24-line);border-radius:13px;
  padding:18px 16px;display:flex;flex-direction:column;align-items:flex-start;
  justify-content:flex-end;position:relative;background:#fff;transition:.16s ease
}
.az24-category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(20,25,35,.08);border-color:#c9cdd3}
.az24-category-icon{position:absolute;left:16px;top:17px;width:60px;height:60px;border-radius:12px;background:#faf0ef;display:grid;place-items:center}
.az24-category-icon svg{width:50px;height:50px}
.az24-category-card strong{font-size:15px;line-height:1.2;max-width:80%}
.az24-category-card small{font-size:11px;color:#8a8f96;margin-top:5px}
.az24-category-arrow{position:absolute;right:16px;bottom:20px;color:#7b8188;font-size:21px}
.az24-empty-home,.az24-category-empty{border:1px solid var(--d24-line);border-radius:13px;padding:24px;color:#70757d;font-size:13px}
.az24-empty-home{grid-column:1/-1;text-align:center}
.az24-empty-home strong,.az24-empty-home span{display:block}.az24-empty-home a{display:inline-flex;margin-top:12px;background:var(--d24-red);color:#fff;padding:11px 16px;border-radius:8px;font-weight:900}

.az24-promo{margin-top:38px;border-radius:15px;min-height:270px;overflow:hidden;background:linear-gradient(110deg,#fff2df,#f9ddc8);display:grid;grid-template-columns:1fr .9fr;position:relative}
.az24-promo-copy{padding:42px 38px;position:relative;z-index:2}
.az24-promo-copy h2{font-size:30px;margin:7px 0 8px;letter-spacing:-1px}
.az24-promo-copy p{max-width:520px;color:#686b70;font-size:14px;line-height:1.55}
.az24-promo-copy>a{display:inline-flex;gap:18px;background:#fff;color:#292929;padding:13px 18px;border-radius:10px;font-weight:900;margin-top:10px}
.az24-promo-art{position:relative;min-height:270px;overflow:hidden}
.az24-promo-shape{position:absolute;border-radius:50%;filter:blur(.1px)}
.az24-shape-one{width:270px;height:270px;background:#ef4b3d;right:50px;bottom:-90px}
.az24-shape-two{width:210px;height:210px;background:#f6b55e;right:190px;top:-75px}
.az24-shape-three{width:150px;height:150px;background:#fff;right:35px;top:45px;opacity:.7}

.az24-listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.az24-listing-grid .az23-listing-photo{height:190px}
.az24-listing-grid .az23-listing-card{border-radius:12px;box-shadow:0 3px 15px rgba(20,25,35,.05)}
.az24-listing-grid .az23-listing-body{padding:12px}
.az24-listing-grid .az23-price{font-size:18px}
.az24-listing-grid .az23-card-actions{grid-template-columns:1fr 1fr}
.az24-listing-grid .az23-card-open{display:none}
.az24-bottom-cta{margin-top:55px;background:#f7f7f7;padding:42px 0}
.az24-bottom-cta .az-container{display:flex;justify-content:space-between;align-items:center;gap:20px}
.az24-bottom-cta h2{font-size:27px;margin:6px 0}
.az24-bottom-cta p{margin:0;color:#73777d;font-size:13px}
.az24-bottom-cta a{background:var(--d24-red);color:#fff;border-radius:8px;padding:13px 20px;font-size:13px;font-weight:950}

@media(max-width:900px){
  .az24-mainbar{height:67px;gap:18px}.az24-brand{font-size:26px!important}.az24-mainnav{display:none}
  .az24-mega{gap:16px;min-height:48px;padding:0 14px}.az24-mega a{font-size:10px}
  .az24-mega svg{width:20px;height:20px}
  .az24-mobile-search{display:block!important;padding:10px 14px 12px;background:#fff;border-top:1px solid #f0f1f3}
  .az24-mobile-search form{height:52px;border:1px solid #d8dce1;border-radius:10px;display:flex;align-items:center;overflow:hidden;background:#fafafa}
  .az24-mobile-search span{padding-left:13px;font-size:20px;color:#777}.az24-mobile-search input{border:0;outline:0;background:transparent;flex:1;padding:0 10px;font-size:15px;min-width:0}.az24-mobile-search button{height:100%;padding:0 20px;border:0;background:var(--d24-red);color:#fff;font-weight:900}
  .az24-topline{display:none}
  .az24-hero{padding:30px 0 20px}.az24-hero-title h1{font-size:31px;max-width:520px}
  .az24-search-form{grid-template-columns:1fr 105px}.az24-location-input{display:none!important}
  .az24-search-form label{min-height:56px}.az24-search-form button{font-size:13px}
  .az24-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .az24-category-card{min-height:145px}
  .az24-promo{grid-template-columns:1fr;margin-left:14px;margin-right:14px}
  .az24-promo-art{display:none}
  .az24-promo-copy{padding:30px 24px}
  .az24-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .az24-listing-grid .az23-listing-photo{height:165px}
  .az24-section-heading h2{font-size:21px}
  .az24-bottom-cta .az-container{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
  .az24-search-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:3px}
  .az24-search-tabs button{white-space:nowrap;padding:8px 12px}
  .az24-category-card{padding:15px 12px;min-height:138px}.az24-category-icon{left:12px;top:12px;width:52px;height:52px}
  .az24-category-card strong{font-size:13px}.az24-category-card small{font-size:10px}
  .az24-category-arrow{right:12px;bottom:16px}
  .az24-listing-grid .az23-listing-photo{height:145px}
  .az24-listing-grid .az23-price{font-size:16px}
  .az24-listing-grid .az23-title{font-size:12px}
}
