*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111827;line-height:1.5;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:92%;max-width:1180px;margin:auto}

.site-header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 18px rgba(0,0,0,.08)}
.nav-wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px}
.brand-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#078b34,#ffc928);color:#fff;display:grid;place-items:center;font-size:25px}
.brand h1{font-size:35px;line-height:29px;color:#078b34}
.brand span{font-size:17px;font-weight:900;color:#111827}
.nav-menu{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:900}
.nav-menu a:hover{color:#078b34}
.nav-actions{display:flex;gap:12px}
.menu-btn{display:none;border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:13px 17px;font-size:25px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:13px;font-weight:900;cursor:pointer;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-green{background:#078b34;color:#fff;padding:14px 22px;box-shadow:0 10px 22px rgba(7,139,52,.22)}
.btn-outline{border:1px solid #078b34;color:#078b34;padding:14px 22px}
.btn-white{background:#fff;color:#111827;padding:14px 22px;border:1px solid #e5e7eb}
.full{width:100%}

.hero{min-height:690px;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:1s}
.hero-bg.active{opacity:1;visibility:visible}
.hero-layer{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 45%,rgba(255,255,255,.2) 72%,rgba(0,0,0,.35) 100%)}
.hero-inner{position:relative;z-index:3;min-height:690px;display:grid;grid-template-columns:1.1fr 420px;align-items:center;gap:40px}
.pill,.kicker{display:inline-block;background:#e7f8ed;color:#078b34;border-radius:999px;padding:8px 15px;font-weight:900;font-size:14px;margin-bottom:12px}
.hero-copy h2{font-size:62px;line-height:1.05;letter-spacing:-2px;max-width:680px;margin-bottom:20px}
.hero-copy h2 strong{display:block;color:#078b34}
.hero-copy p{font-size:19px;line-height:1.7;max-width:540px;margin-bottom:26px;color:#374151}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;gap:16px;margin-top:30px}
.hero-stats div{background:#fff;border-radius:18px;padding:16px 22px;box-shadow:0 10px 25px rgba(0,0,0,.08)}
.hero-stats strong{display:block;color:#078b34;font-size:25px}
.hero-stats span{font-size:13px;font-weight:800;color:#4b5563}

.hero-card{background:#fff;border-radius:28px;padding:26px;box-shadow:0 25px 55px rgba(0,0,0,.18)}
.hero-card h3{font-size:23px;margin-bottom:18px}
.hero-card form{display:grid;gap:14px}
.search-field{height:56px;background:#f3f4f6;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 15px}
.search-field input{border:0;outline:0;background:transparent;width:100%;font-size:15px}
.hero-card select,.hero-card button{height:56px;border:0;border-radius:14px;padding:0 15px;font-weight:900}
.hero-card select{background:#f3f4f6}
.hero-card button{background:#ffc928;color:#111827;cursor:pointer}

.section{padding:62px 0}
.soft-bg{background:#f8fafc}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:20px}
.section-head h2{font-size:33px;line-height:1.2}
.slider-buttons{display:flex;gap:10px}
.slider-buttons button{width:44px;height:44px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#078b34;cursor:pointer}
.slider-buttons button:hover{background:#078b34;color:#fff}

.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}
.quick-cat{background:#fff;border:1px solid #eef2f7;border-radius:22px;min-height:135px;padding:18px;text-align:center;box-shadow:0 12px 26px rgba(0,0,0,.06);transition:.25s}
.quick-cat:hover{transform:translateY(-5px)}
.quick-cat div{width:58px;height:58px;border-radius:18px;background:#e7f8ed;color:#078b34;display:grid;place-items:center;margin:0 auto 12px;font-size:25px}
.quick-cat span{font-weight:900;font-size:14px}

.app-slider{display:flex;gap:22px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:6px 4px 26px;scrollbar-width:none}
.app-slider::-webkit-scrollbar{display:none}

.deal-card,.product-card-v3,.vendor-card-v3,.market-card-v3{flex:0 0 285px;width:285px;min-width:285px;background:#fff;border-radius:26px;overflow:hidden;border:1px solid #eef2f7;box-shadow:0 14px 32px rgba(0,0,0,.08)}
.card-img,.product-cover,.vendor-cover{height:205px;position:relative;overflow:hidden;background:#f3f4f6}
.card-img img,.product-cover img,.vendor-cover img{width:100%;height:100%;object-fit:cover}
.card-img span,.product-cover span,.vendor-cover span{position:absolute;top:14px;right:14px;background:#fff;color:#078b34;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
.card-body,.product-content-v3,.vendor-content{padding:18px;display:flex;flex-direction:column;min-height:230px}
.card-body h3,.product-content-v3 h3,.vendor-content h3{font-size:21px;line-height:1.25;margin-bottom:8px}
.price{font-size:24px;font-weight:900;color:#078b34;margin-bottom:8px}
.price small{font-size:14px;color:#6b7280}
.card-body p,.product-content-v3 p,.vendor-content p{color:#4b5563;font-size:14px;margin-bottom:7px}
.product-content-v3 small{color:#6b7280;margin-bottom:15px}
.two-actions{display:flex;gap:10px;margin-top:auto;align-items:center}
.two-actions .btn{flex:1}
.wa-btn{width:52px;height:52px;min-width:52px;border-radius:16px;background:#e7f8ed;color:#078b34;display:grid;place-items:center;font-size:24px}

.market-card-v3{flex-basis:350px;width:350px;min-width:350px}
.market-card-v3>img{height:205px;width:100%;object-fit:cover}
.market-content{padding:22px}
.market-content>span{color:#078b34;font-weight:900;font-size:14px}
.market-content h3{font-size:24px;margin:8px 0 15px}
.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.mini-stats div{background:#f8fafc;border-radius:16px;padding:12px}
.mini-stats strong{display:block;font-size:14px}
.mini-stats small{font-size:12px;color:#6b7280}

.vendor-row{display:flex;justify-content:space-between;align-items:center;margin:14px 0;font-size:14px}
.vendor-row i,.product-cover i{color:#ffc928}

.price-table-wrap{background:#fff;border-radius:26px;overflow-x:auto;box-shadow:0 14px 32px rgba(0,0,0,.08);border:1px solid #eef2f7}
.price-table{width:100%;border-collapse:collapse;min-width:650px}
.price-table th{background:#078b34;color:#fff;text-align:left;padding:18px}
.price-table td{padding:18px;border-bottom:1px solid #eef2f7;font-weight:800}
.price-table tr:last-child td{border-bottom:0}
.price-table td:first-child{color:#078b34}

.logistics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.log-card{background:#fff;border-radius:26px;padding:28px;border:1px solid #eef2f7;box-shadow:0 14px 32px rgba(0,0,0,.07)}
.log-card i{width:70px;height:70px;background:#e7f8ed;color:#078b34;border-radius:22px;display:grid;place-items:center;font-size:32px;margin-bottom:18px}
.log-card h3{font-size:21px;margin-bottom:8px}
.log-card p{color:#4b5563;font-size:15px}

.footer{background:#062d17;color:#fff;padding-top:58px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:35px}
.footer-brand h1{color:#fff}
.footer p,.footer a{color:#d1d5db;font-size:15px}
.footer h4{font-size:18px;margin-bottom:15px}
.footer a{display:block;margin-bottom:10px}
.footer a:hover{color:#ffc928}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:36px;padding:20px;color:#d1d5db}

@media(max-width:992px){
    .nav-menu,.nav-actions{display:none}
    .menu-btn{display:block}
    .nav-menu.open{display:flex;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;padding:22px;box-shadow:0 15px 35px rgba(0,0,0,.12)}
    .hero-inner{grid-template-columns:1fr;min-height:auto;padding:70px 0}
    .hero{min-height:auto}
    .hero-card{max-width:520px}
    .category-grid{grid-template-columns:repeat(4,1fr)}
    .logistics-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
    .container{width:90%}
    .brand-icon{width:56px;height:56px}
    .brand h1{font-size:34px}
    .brand span{font-size:17px}
    .menu-btn{font-size:26px;padding:13px 17px}
    .hero-layer{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88))}
    .hero-inner{padding:48px 0;gap:24px}
    .hero-copy h2{font-size:38px;letter-spacing:-1px}
    .hero-copy p{font-size:16px}
    .hero-buttons .btn{width:100%}
    .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
    .hero-stats div{padding:12px;text-align:center}
    .hero-stats strong{font-size:20px}
    .hero-card{border-radius:24px;padding:20px}
    .section{padding:48px 0}
    .section-head h2{font-size:29px}
    .slider-buttons{display:none}
    .category-grid{display:flex;overflow-x:auto;gap:14px;padding-bottom:12px;scrollbar-width:none}
    .category-grid::-webkit-scrollbar{display:none}
    .quick-cat{flex:0 0 42%;min-width:42%;min-height:125px}
    .deal-card,.product-card-v3,.vendor-card-v3{flex:0 0 84%;width:84%;min-width:84%;max-width:84%}
    .market-card-v3{flex:0 0 86%;width:86%;min-width:86%;max-width:86%}
    .card-img,.product-cover,.vendor-cover{height:220px}
    .logistics-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
}

/* INNER PAGES */
.page-hero{
    background:linear-gradient(135deg,#e7f8ed,#ffffff);
    padding:70px 0 55px;
}

.page-hero h1{
    font-size:48px;
    line-height:1.1;
    color:#111827;
    margin-bottom:12px;
}

.page-hero p{
    max-width:620px;
    color:#4b5563;
    font-size:18px;
}

.page-filter{
    display:grid;
    grid-template-columns:1.4fr 1fr 180px;
    gap:14px;
    background:#ffffff;
    padding:18px;
    border-radius:22px;
    border:1px solid #eef2f7;
    box-shadow:0 14px 32px rgba(0,0,0,.06);
    margin-bottom:30px;
}

.page-filter input,
.page-filter select{
    height:54px;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:0 16px;
    font-size:15px;
    outline:none;
    background:#f8fafc;
}

.page-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.grid-card{
    width:100%;
    min-width:0;
    max-width:none;
    flex:none;
}

.markets-page-grid .market-card-v3{
    width:100%;
    min-width:0;
}

.grid-card .market-content p{
    color:#4b5563;
    font-size:14px;
    margin-bottom:16px;
    min-height:62px;
}

@media(max-width:992px){
    .page-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .page-filter{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .page-hero{
        padding:48px 0 38px;
    }

    .page-hero h1{
        font-size:36px;
    }

    .page-hero p{
        font-size:16px;
    }

    .page-grid{
        grid-template-columns:1fr;
    }
}

/* VENDOR SHOP PAGE */
.vendor-shop-hero{
    min-height:430px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:flex-end;
}

.vendor-shop-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(6,45,23,.9),rgba(6,45,23,.55),rgba(0,0,0,.25));
}

.vendor-shop-wrap{
    position:relative;
    z-index:2;
    padding:70px 0 45px;
}

.vendor-profile-card{
    background:rgba(255,255,255,.96);
    border-radius:30px;
    padding:24px;
    display:grid;
    grid-template-columns:170px 1fr;
    gap:24px;
    max-width:860px;
    box-shadow:0 25px 55px rgba(0,0,0,.25);
}

.vendor-profile-card img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:24px;
}

.verified-shop{
    display:inline-flex;
    gap:7px;
    align-items:center;
    background:#e7f8ed;
    color:#078b34;
    padding:8px 13px;
    border-radius:999px;
    font-weight:900;
    margin-bottom:12px;
}

.vendor-profile-info h1{
    font-size:38px;
    line-height:1.1;
    margin-bottom:10px;
}

.vendor-profile-info p{
    color:#4b5563;
    margin-bottom:7px;
    font-weight:700;
}

.vendor-profile-info p i{
    color:#078b34;
    margin-right:7px;
}

.vendor-shop-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:16px 0;
}

.vendor-shop-meta span{
    background:#f8fafc;
    border:1px solid #eef2f7;
    padding:9px 12px;
    border-radius:999px;
    font-size:14px;
    font-weight:900;
}

.vendor-shop-meta i{
    color:#ffc928;
}

.vendor-shop-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.vendor-shop-grid{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:28px;
    align-items:start;
}

.vendor-sidebar{
    display:grid;
    gap:18px;
}

.info-box{
    background:#ffffff;
    border-radius:24px;
    padding:22px;
    border:1px solid #eef2f7;
    box-shadow:0 14px 32px rgba(0,0,0,.06);
}

.info-box h3{
    font-size:20px;
    margin-bottom:14px;
}

.info-box p{
    color:#4b5563;
    margin-bottom:12px;
    font-size:15px;
    font-weight:700;
}

.info-box p:last-child{
    margin-bottom:0;
}

.info-box i{
    color:#078b34;
    margin-right:8px;
}

.vendor-main{
    display:grid;
    gap:24px;
}

.vendor-about{
    background:#ffffff;
    border-radius:24px;
    padding:26px;
    border:1px solid #eef2f7;
    box-shadow:0 14px 32px rgba(0,0,0,.06);
}

.vendor-about h2{
    font-size:28px;
    margin-bottom:10px;
}

.vendor-about p{
    color:#4b5563;
    font-size:16px;
    line-height:1.7;
}

.shop-section-head{
    margin-bottom:0;
}

.vendor-products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.vendor-products-grid .product-card-v3{
    width:100%;
    min-width:0;
    max-width:none;
    flex:none;
}

@media(max-width:992px){
    .vendor-shop-grid{
        grid-template-columns:1fr;
    }

    .vendor-products-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .vendor-shop-hero{
        min-height:auto;
    }

    .vendor-shop-wrap{
        padding:45px 0 35px;
    }

    .vendor-profile-card{
        grid-template-columns:1fr;
        text-align:left;
        padding:20px;
    }

    .vendor-profile-card img{
        width:100%;
        height:230px;
    }

    .vendor-profile-info h1{
        font-size:31px;
    }

    .vendor-shop-actions .btn{
        width:100%;
    }

    .vendor-products-grid{
        grid-template-columns:1fr;
    }
}

/* PRODUCT DETAILS PAGE */
.product-details-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:start;
}

.product-details-image{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #eef2f7;
    box-shadow:0 14px 32px rgba(0,0,0,.08);
}

.product-details-image img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.product-details-card{
    background:#fff;
    border-radius:28px;
    padding:30px;
    border:1px solid #eef2f7;
    box-shadow:0 14px 32px rgba(0,0,0,.08);
}

.product-details-card h2{
    font-size:38px;
    line-height:1.1;
    margin:14px 0;
}

.product-details-price{
    font-size:36px;
    color:#078b34;
    font-weight:900;
    margin-bottom:18px;
}

.product-details-price span{
    font-size:17px;
    color:#6b7280;
}

.product-desc{
    color:#4b5563;
    font-size:16px;
    line-height:1.8;
    margin-bottom:22px;
}

.product-info-list{
    display:grid;
    gap:12px;
    margin-bottom:25px;
}

.product-info-list p{
    background:#f8fafc;
    border-radius:14px;
    padding:14px;
    font-weight:800;
    color:#374151;
}

.product-info-list i{
    color:#078b34;
    margin-right:8px;
}

.product-details-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

@media(max-width:900px){
    .product-details-grid{
        grid-template-columns:1fr;
    }

    .product-details-image img{
        height:380px;
    }
}

@media(max-width:600px){
    .product-details-card{
        padding:22px;
    }

    .product-details-card h2{
        font-size:30px;
    }

    .product-details-price{
        font-size:30px;
    }

    .product-details-actions .btn{
        width:100%;
    }
}

/* CLEAN PRODUCT CONTACT CARD */
.vendor-contact-card{
    background:#f8fafc;
    border:1px solid #eef2f7;
    border-radius:22px;
    padding:18px;
    margin:22px 0;
}

.vendor-contact-card h3{
    font-size:21px;
    margin-bottom:14px;
}

.contact-line{
    display:flex;
    align-items:center;
    gap:14px;
    background:#ffffff;
    border:1px solid #eef2f7;
    border-radius:17px;
    padding:14px;
    margin-bottom:12px;
    transition:.25s ease;
}

.contact-line:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.contact-line:last-child{
    margin-bottom:0;
}

.contact-line span{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:15px;
    background:#e7f8ed;
    color:#078b34;
    display:grid;
    place-items:center;
    font-size:22px;
}

.contact-line strong{
    display:block;
    font-size:15px;
    color:#111827;
    margin-bottom:2px;
}

.contact-line small{
    display:block;
    color:#4b5563;
    font-size:14px;
    font-weight:800;
}

.whatsapp-line span{
    background:#e7f8ed;
    color:#078b34;
}

.no-link{
    cursor:default;
}

.no-link:hover{
    transform:none;
    box-shadow:none;
}

.clean-actions{
    margin-top:18px;
}

@media(max-width:600px){
    .contact-line{
        padding:13px;
    }

    .clean-actions .btn{
        width:100%;
    }
}

/* MARKET PROFILE PAGE */
.market-profile-hero{
    min-height:430px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:flex-end;
}

.market-profile-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(6,45,23,.92),rgba(6,45,23,.55),rgba(0,0,0,.25));
}

.market-profile-content{
    position:relative;
    z-index:2;
    color:#ffffff;
    padding:70px 0 45px;
}

.market-profile-content .kicker{
    background:rgba(255,255,255,.18);
    color:#ffffff;
}

.market-profile-content h1{
    font-size:52px;
    line-height:1.1;
    margin-bottom:10px;
}

.market-profile-content p{
    font-size:18px;
    font-weight:800;
}

.market-profile-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    max-width:820px;
    margin-top:24px;
}

.market-profile-stats div{
    background:rgba(255,255,255,.95);
    color:#111827;
    border-radius:20px;
    padding:18px;
}

.market-profile-stats strong{
    display:block;
    color:#078b34;
    font-size:22px;
}

.market-profile-stats span{
    font-size:13px;
    font-weight:800;
    color:#4b5563;
}

.market-profile-grid{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:28px;
    align-items:start;
}

@media(max-width:992px){
    .market-profile-grid{
        grid-template-columns:1fr;
    }

    .market-profile-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .market-profile-content h1{
        font-size:36px;
    }

    .market-profile-stats{
        grid-template-columns:1fr 1fr;
    }

    .market-profile-stats div{
        padding:14px;
    }
}

/* PREMIUM MARKET PAGE */
.market-hero-premium{
    min-height:460px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:flex-end;
}

.market-hero-dark{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(6,45,23,.94),
        rgba(6,45,23,.75),
        rgba(0,0,0,.42)
    );
}

.market-hero-inner{
    position:relative;
    z-index:2;
    color:#ffffff;
    padding:75px 0 50px;
}

.market-pill{
    display:inline-block;
    background:rgba(255,255,255,.16);
    color:#ffffff;
    border:1px solid rgba(255,255,255,.3);
    border-radius:999px;
    padding:9px 16px;
    font-weight:900;
    margin-bottom:16px;
}

.market-hero-inner h1{
    font-size:58px;
    line-height:1.05;
    margin-bottom:12px;
}

.market-hero-inner p{
    font-size:19px;
    font-weight:800;
}

.market-hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    max-width:850px;
    margin-top:28px;
}

.market-hero-stats div{
    background:rgba(255,255,255,.96);
    color:#111827;
    border-radius:22px;
    padding:18px;
    box-shadow:0 14px 32px rgba(0,0,0,.18);
}

.market-hero-stats strong{
    display:block;
    color:#078b34;
    font-size:25px;
    line-height:1.1;
}

.market-hero-stats span{
    color:#4b5563;
    font-size:13px;
    font-weight:900;
}

.market-layout{
    display:grid;
    grid-template-columns:310px 1fr;
    gap:28px;
    align-items:start;
}

.market-sidebar{
    display:grid;
    gap:18px;
    position:sticky;
    top:110px;
}

.market-info-card,
.market-block{
    background:#ffffff;
    border:1px solid #eef2f7;
    border-radius:26px;
    padding:24px;
    box-shadow:0 14px 32px rgba(0,0,0,.06);
}

.market-info-card h3{
    font-size:21px;
    margin-bottom:12px;
}

.market-info-card p{
    color:#4b5563;
    font-size:15px;
    line-height:1.7;
    margin-bottom:10px;
    font-weight:700;
}

.market-info-card p:last-child{
    margin-bottom:0;
}

.market-info-card i{
    color:#078b34;
    margin-right:8px;
}

.market-main{
    display:grid;
    gap:24px;
}

.small-head{
    margin-bottom:22px;
}

.market-category-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.market-category-card{
    background:#f8fafc;
    border:1px solid #eef2f7;
    border-radius:20px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:900;
    transition:.25s;
}

.market-category-card:hover{
    transform:translateY(-3px);
    background:#e7f8ed;
}

.market-category-card i{
    width:46px;
    height:46px;
    border-radius:15px;
    background:#e7f8ed;
    color:#078b34;
    display:grid;
    place-items:center;
    font-size:21px;
}

.market-map-box{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:22px;
    align-items:center;
}

.market-map-box p{
    color:#4b5563;
    line-height:1.7;
}

.map-placeholder{
    min-height:250px;
    border-radius:24px;
    background:linear-gradient(135deg,#e7f8ed,#ffffff);
    border:1px dashed #078b34;
    display:grid;
    place-items:center;
    text-align:center;
    color:#078b34;
    font-weight:900;
}

.map-placeholder i{
    font-size:54px;
    margin-bottom:8px;
}

.map-placeholder span{
    display:block;
}

@media(max-width:992px){
    .market-layout{
        grid-template-columns:1fr;
    }

    .market-sidebar{
        position:static;
    }

    .market-hero-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .market-category-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .market-map-box{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){
    .market-hero-inner h1{
        font-size:38px;
    }

    .market-hero-inner p{
        font-size:16px;
    }

    .market-hero-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .market-hero-stats div{
        padding:14px;
    }

    .market-hero-stats strong{
        font-size:22px;
    }

    .market-info-card,
    .market-block{
        padding:20px;
        border-radius:22px;
    }

    .market-category-grid{
        grid-template-columns:1fr;
    }
}