
/* =========================================================
   Adzon Marketplace Pro v21
   Premium marketplace UX inspired by modern classified apps.
   No CDN / no external fonts / no external icon library.
   ========================================================= */

:root{
  --az21-blue:#1769e8;
  --az21-blue-dark:#0f55c7;
  --az21-orange:#ff5a45;
  --az21-ink:#18243b;
  --az21-muted:#707b8d;
  --az21-bg:#f5f7fb;
  --az21-card:#fff;
  --az21-line:#e3e7ee;
  --az21-shadow:0 10px 34px rgba(24,36,59,.08);
  --az21-radius:20px;
}
body.adzon-market{background:var(--az21-bg);color:var(--az21-ink)}
.az-main{min-height:55vh}
.az19-header{box-shadow:0 1px 0 rgba(20,32,55,.04)}
.az19-header .az-topbar{max-width:1240px}
.az19-header .az-brand{color:#14213d}
.az19-header .az-brand-mark{
  background:linear-gradient(145deg,#ff624d,#ff8a4d);
  border:4px solid #1769e8;
  box-shadow:0 8px 24px rgba(23,105,232,.18);
}
.az19-search button,
.az-mobile-search button{background:var(--az21-blue)!important}
.az-mobile-search{box-shadow:0 5px 18px rgba(20,32,55,.04)}

.az19-hero{
  padding:34px 0 24px;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,90,69,.12),transparent 34%),
    radial-gradient(circle at 88% 18%,rgba(23,105,232,.12),transparent 36%),
    linear-gradient(180deg,#fff 0%,#f7f9fd 100%);
}
.az19-hero-grid{align-items:stretch}
.az19-hero-copy h1{font-weight:950;letter-spacing:-2.4px}
.az19-hero-copy strong{color:var(--az21-orange)}
.az19-search-card{
  border:1px solid var(--az21-line);
  box-shadow:var(--az21-shadow);
  border-radius:24px;
}
.az19-home-search label{
  border:1px solid #dfe4eb;
  background:#fff;
  border-radius:14px;
}
.az19-home-search label:focus-within{
  border-color:rgba(23,105,232,.55);
  box-shadow:0 0 0 4px rgba(23,105,232,.08);
}
.az19-home-search button{background:var(--az21-orange)!important}

.az21-category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.az19-category{
  min-height:116px;
  background:#fff;
  border:1px solid var(--az21-line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 5px 20px rgba(24,36,59,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.az19-category:hover{
  transform:translateY(-3px);
  border-color:#cdd9ed;
  box-shadow:0 14px 34px rgba(24,36,59,.10);
}
.az19-cat-icon{
  width:58px;height:58px;flex:0 0 58px;
  display:grid;place-items:center;
  background:#fff2ee;
  border-radius:17px;
}
.az19-cat-icon svg{width:39px;height:39px}
.az19-cat-copy strong{font-size:16px}
.az19-cat-copy small{font-size:12px}
.az19-cat-arrow{font-size:25px;color:#a1a9b4}

.az21-market-banner{
  position:relative;
  min-height:250px;
  margin-top:26px;
  margin-bottom:34px;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--az21-shadow);
  background:#f4dfc8;
}
.az21-banner-image{
  position:absolute;inset:0;
}
.az21-banner-image img{
  width:100%;height:100%;object-fit:cover;
}
.az21-banner-image:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,248,239,.97) 0%,rgba(255,248,239,.84) 38%,rgba(255,248,239,.15) 78%);
}
.az21-banner-copy{
  position:relative;z-index:1;
  width:min(540px,70%);
  padding:38px 42px;
}
.az21-banner-copy h2{font-size:34px;line-height:1.05;margin:8px 0 10px;letter-spacing:-1.4px}
.az21-banner-copy p{font-size:16px;color:#5e6673;margin:0 0 20px}

.az19-listing-grid{gap:16px}
.az-listing-card-v8{
  border-radius:18px;
  border:1px solid var(--az21-line);
  box-shadow:0 5px 22px rgba(24,36,59,.055);
  overflow:hidden;
}
.az-card-media-v8{height:210px}
.az-card-body-v8{padding:15px}
.az-price-v8{font-size:19px}
.az-title-v8{font-size:15px;font-weight:800}

.az-page{padding-top:20px}
.az-breadcrumb{font-size:13px;color:#778294;margin-bottom:16px}
.az-form-card,.az-item-panel,.az-gallery,.az-contact-details,.az-native-contact{
  border-radius:22px!important;
  border:1px solid var(--az21-line)!important;
  box-shadow:0 8px 28px rgba(24,36,59,.055);
}
.az-form-card{background:#fff}
.az21-form-card{padding:28px!important}
.az21-form-card>h1{font-size:42px;letter-spacing:-1.8px}
.az21-form-section{
  border:1px solid #e8ebf0;
  background:#fff;
  border-radius:18px;
  padding:22px!important;
  margin-top:18px;
}
.az21-form-section h2{font-size:22px;letter-spacing:-.5px}
.az21-section-note{
  color:var(--az21-muted);font-size:13px;margin:-4px 0 18px;
}
.az21-form-kicker{color:var(--az21-blue)!important}
.az21-photo-section{
  background:linear-gradient(180deg,#fff,#fafbfe);
}
.az-form input,.az-form textarea,.az-form select{
  border-radius:13px!important;
  border:1px solid #dfe4eb!important;
  background:#fff!important;
  min-height:48px;
}
.az-form textarea{min-height:130px}
.az-form input:focus,.az-form textarea:focus,.az-form select:focus{
  outline:none;border-color:rgba(23,105,232,.65)!important;
  box-shadow:0 0 0 4px rgba(23,105,232,.08)!important;
}
.az-form-actions .az-btn-primary,
.az-form .az-btn-primary{background:var(--az21-orange)!important}

.az-item-layout{gap:20px}
.az-gallery{background:#fff}
.az-item-panel{background:#fff;padding:22px!important}
.az-item-panel h1{font-size:30px;letter-spacing:-1px}
.az-item-price{font-size:34px;font-weight:950}
.az-seller-card{border-radius:18px!important}
.az-contact-grid-pro{gap:10px!important}
.az-plugin-contact-slot .az-btn-primary,
.az-plugin-contact-slot a[class*="primary"]{
  background:var(--az21-blue)!important;
}
.az-contact-grid-pro .az-btn-primary{background:var(--az21-blue)!important}
.az-contact-grid-pro .az-btn-whatsapp-v8{background:#19a957!important}
.az-contact-grid-pro .az-btn-ghost{background:#fff!important}
.az-description{background:#fff;border:1px solid var(--az21-line);border-radius:20px;padding:22px;margin-top:18px}
.az-description h2{font-size:22px}
.az-mobile-item-actions{background:#fff!important;border-top:1px solid var(--az21-line)!important}

.az-mobile-bar{
  background:rgba(255,255,255,.98)!important;
  border-top:1px solid #e4e8ef!important;
  box-shadow:0 -8px 24px rgba(24,36,59,.08)!important;
}
.az-mobile-sell{
  background:linear-gradient(145deg,#1769e8,#0f55c7)!important;
  border-color:#fff!important;
  box-shadow:0 8px 26px rgba(23,105,232,.30)!important;
}
.az-mobile-bar a{color:#687385}
.az-mobile-bar a small{font-weight:800}

.az-footer{background:#121c30!important}
.az-footer-copy{color:#aeb7c7!important}

@media(max-width:760px){
  .az19-header .az-topbar{
    min-height:72px!important;
    padding:10px 15px!important;
  }
  .az19-header .az-brand{font-size:26px!important}
  .az19-header .az-brand-mark{width:48px!important;height:48px!important}
  .az19-header .az-mobile-search{
    padding:12px 15px 14px!important;
    background:#fff!important;
  }
  .az19-header .az-mobile-search form{
    height:58px!important;
    grid-template-columns:34px 1fr 96px!important;
    border-radius:16px!important;
    background:#f8f9fc!important;
    box-shadow:0 2px 10px rgba(20,32,55,.04)!important;
  }
  .az19-header .az-mobile-search input{font-size:17px!important}
  .az19-header .az-mobile-search button{font-size:15px!important}
  .az19-hero{padding:28px 0 22px!important}
  .az19-hero-copy h1{font-size:40px!important;line-height:1.03!important}
  .az19-hero-copy p{font-size:16px!important;line-height:1.55!important}
  .az19-hero-actions{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .az19-search-card{padding:18px!important;margin-top:18px!important}
  .az21-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    overflow:visible!important;
    gap:10px!important;
  }
  .az19-category{
    min-height:148px!important;
    padding:14px 8px!important;
    border-radius:18px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .az19-cat-icon{
    width:66px!important;height:66px!important;
    margin-bottom:9px!important;
  }
  .az19-cat-icon svg{width:42px!important;height:42px!important}
  .az19-cat-copy strong{
    display:block!important;
    font-size:14px!important;
    line-height:1.15!important;
    max-width:100px;
  }
  .az19-cat-copy small{
    display:block!important;
    margin-top:4px!important;
    font-size:11px!important;
  }
  .az19-cat-arrow{
    display:none!important;
  }
  .az21-market-banner{
    min-height:300px!important;
    margin:22px 15px 30px!important;
    border-radius:20px!important;
  }
  .az21-banner-image:after{
    background:linear-gradient(180deg,rgba(255,248,239,.25),rgba(255,248,239,.96) 70%)!important;
  }
  .az21-banner-copy{
    width:100%!important;
    padding:165px 22px 22px!important;
  }
  .az21-banner-copy h2{font-size:28px!important}
  .az21-banner-copy p{font-size:14px!important}
  .az21-form-card{padding:18px!important}
  .az21-form-card>h1{font-size:34px!important}
  .az21-form-section{padding:16px!important}
  .az-page{padding-top:14px!important}
  .az-item-panel{padding:16px!important}
  .az-item-panel h1{font-size:26px!important}
  .az-item-price{font-size:30px!important}
  .az-contact-grid-pro .az-btn,
  .az-plugin-contact-slot .az-btn,
  .az-plugin-contact-slot a{
    min-height:52px!important;
    border-radius:14px!important;
  }
}

@media(max-width:390px){
  .az21-category-grid{gap:8px!important}
  .az19-category{min-height:140px!important}
  .az19-cat-icon{width:58px!important;height:58px!important}
  .az19-cat-copy strong{font-size:13px!important}
  .az21-form-card>h1{font-size:30px!important}
}
