:root{--primary:#2563eb;--dark:#0f172a;--muted:#64748b;--bg:#f8fafc}
*{box-sizing:border-box}body{margin:0;font-family:Arial,"Noto Sans Bengali",sans-serif;background:var(--bg);color:var(--dark)}
a{text-decoration:none;color:inherit}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;box-shadow:0 2px 16px rgba(15,23,42,.06);position:sticky;top:0;z-index:10}.brand{font-size:28px;font-weight:800;color:var(--primary)}.auth-links{display:flex;gap:10px}.auth-links a{padding:10px 15px;border-radius:10px}.auth-links .owner{background:var(--primary);color:#fff}.hero{padding:70px 20px;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.hero-inner{max-width:900px;margin:auto;text-align:center}.badge{display:inline-block;background:#fff;color:var(--primary);padding:8px 12px;border-radius:999px;font-weight:700}.hero h1{font-size:44px;margin:18px 0 10px}.hero p{font-size:18px;color:var(--muted)}.search-box{max-width:760px;margin:28px auto 0;background:#fff;padding:8px;border-radius:16px;display:flex;box-shadow:0 14px 35px rgba(37,99,235,.14)}.search-box input{flex:1;border:0;outline:0;padding:15px;font-size:16px}.search-box button{border:0;background:var(--primary);color:#fff;padding:0 26px;border-radius:12px;font-weight:700}.ad-slot{max-width:1100px;margin:25px auto;padding:18px;text-align:center;background:#fff7ed;border:1px dashed #fb923c;border-radius:14px;color:#c2410c}.section{padding:45px 5%;max-width:1200px;margin:auto}.section.light{max-width:none;background:#fff}.section-head{text-align:center;margin-bottom:28px}.section-head h2{font-size:30px;margin:0 0 8px}.section-head p{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{background:#fff;border-radius:16px;padding:22px;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.06);transition:.2s}.category-card:hover{transform:translateY(-4px)}.category-icon{font-size:34px;color:var(--primary);margin-bottom:10px}.category-card span{display:block;color:var(--muted);font-size:13px;margin-top:6px}.placeholder-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.listing-placeholder{height:220px;border-radius:18px;background:linear-gradient(110deg,#e2e8f0 8%,#f8fafc 18%,#e2e8f0 33%);background-size:200% 100%;animation:shine 1.4s linear infinite}footer{text-align:center;padding:30px;color:var(--muted)}@keyframes shine{to{background-position-x:-200%}}
@media(max-width:900px){.category-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:34px}}
@media(max-width:600px){.topbar{padding:0 16px}.brand{font-size:24px}.auth-links a{padding:8px;font-size:13px}.hero{padding:45px 14px}.hero h1{font-size:28px}.search-box{flex-direction:column}.search-box button{padding:14px}.category-grid{grid-template-columns:repeat(2,1fr)}.placeholder-row{grid-template-columns:1fr}}
/* Step-10 Professional category cards */
.category-section{max-width:1050px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.category-card{padding:0;overflow:hidden;text-align:left;display:grid;grid-template-columns:44% 56%;min-height:190px;border:1px solid #e8edf5;box-shadow:0 12px 32px rgba(15,23,42,.08)}.category-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,23,42,.13)}.category-photo{width:100%;height:100%;min-height:190px;object-fit:cover}.category-icon{font-size:62px;display:grid;place-items:center;height:100%;min-height:190px;background:linear-gradient(135deg,#eff6ff,#dbeafe);margin:0}.category-card-content{padding:22px;display:flex;flex-direction:column;justify-content:center}.category-card-content strong{font-size:22px}.category-card-content span{font-size:14px;margin-top:8px}.auth-links{align-items:center}
@media(max-width:700px){.topbar{height:68px}.auth-links a:first-child{background:transparent}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.category-card{display:block;min-height:0;border-radius:17px}.category-photo{height:125px;min-height:125px}.category-icon{height:125px;min-height:125px;font-size:50px}.category-card-content{padding:14px 12px;text-align:center;min-height:78px}.category-card-content strong{font-size:16px;line-height:1.25}.category-card-content span{font-size:12px}.section{padding-left:14px;padding-right:14px}.section-head h2{font-size:26px}}
@media(max-width:390px){.category-grid{gap:10px}.category-photo,.category-icon{height:110px;min-height:110px}.category-card-content{padding:12px 8px}.category-card-content strong{font-size:15px}.auth-links a{font-size:12px;padding:8px 9px}.brand{font-size:22px}}

/* RentMap v10.1 category layout fix */
.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
.category-card{min-width:0!important}
.category-photo{display:block;background:#eef3f9}
@media(max-width:700px){
 .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
 .category-card{width:100%!important}
 .category-photo{width:100%!important;height:135px!important;object-fit:cover!important}
}
@media(max-width:360px){.category-grid{gap:8px!important}.category-photo{height:112px!important}}
