.featured-business{

margin-top:70px;

margin-bottom:70px;

}

.featured-wrapper{

background:linear-gradient(135deg,#f6fff9,#ffffff);

border-radius:30px;

padding:40px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

overflow:hidden;

}

.featured-image{

position:relative;

}

.featured-image img{

width:100%;

border-radius:25px;

height:360px;

object-fit:cover;

transition:.5s;

}

.featured-wrapper:hover .featured-image img{

transform:scale(1.03);

}

.featured-logo{

position:absolute;

bottom:-35px;

left:40px;

width:90px;

height:90px;

background:#fff;

border-radius:50%;

padding:5px;

box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.featured-logo img{

width:100%;

height:100%;

border-radius:50%;

object-fit:cover;

}

.featured-label{

display:inline-block;

padding:8px 18px;

background:#198754;

color:#fff;

border-radius:50px;

font-weight:700;

margin-bottom:20px;

}

.featured-meta{

display:flex;

gap:25px;

margin-top:20px;

font-weight:600;

color:#666;

flex-wrap:wrap;

}
.browse-counties{

background:#f8fafc;

}

.county-card{

display:block;

background:#fff;

padding:35px 25px;

border-radius:22px;

text-align:center;

transition:.35s;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.06);

border:2px solid transparent;

}

.county-card:hover{

transform:translateY(-10px);

border-color:var(--mtaa-primary);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.county-icon{

font-size:48px;

margin-bottom:20px;

transition:.35s;

}

.county-card:hover .county-icon{

transform:scale(1.2);

}

.county-card h4{

font-weight:700;

color:#222;

margin-bottom:10px;

}

.county-card p{

color:#666;

margin-bottom:20px;

}

.county-card span{

font-weight:700;

color:var(--mtaa-primary);

}
.homepage-stats{

background:linear-gradient(135deg,#198754,#0f5132);

color:white;

}

.stat-card{

padding:40px 20px;

border-radius:20px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(10px);

transition:.3s;

height:100%;

}

.stat-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.15);

}

.stat-card h2{

font-size:3rem;

font-weight:800;

margin-bottom:10px;

color:white;

}

.stat-card p{

font-size:1.1rem;

opacity:.9;

margin:0;

}
/* CTA */

.homepage-cta{

padding:90px 0;

}

.cta-box{

background:linear-gradient(135deg,#198754,#157347);

color:#fff;

padding:70px;

border-radius:30px;

position:relative;

overflow:hidden;

box-shadow:0 25px 70px rgba(0,0,0,.18);

}

.cta-box::before{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-80px;

right:-80px;

}

.cta-box::after{

content:"";

position:absolute;

width:180px;

height:180px;

background:rgba(255,255,255,.05);

border-radius:50%;

bottom:-60px;

left:-60px;

}

.cta-box h2{

font-size:2.8rem;

font-weight:800;

margin-bottom:20px;

position:relative;

z-index:2;

}

.cta-box p{

font-size:1.2rem;

max-width:700px;

margin:auto;

opacity:.95;

position:relative;

z-index:2;

}

.cta-features{

display:flex;

justify-content:center;

gap:25px;

flex-wrap:wrap;

margin-top:35px;

font-weight:600;

position:relative;

z-index:2;

}

.cta-features span{

background:rgba(255,255,255,.12);

padding:10px 18px;

border-radius:50px;

}

.cta-box .btn{

font-size:1.2rem;

font-weight:700;

border-radius:60px;

transition:.3s;

position:relative;

z-index:2;

}

.cta-box .btn:hover{

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(0,0,0,.2);

}
.business-week{

background:#f8fbf8;

}

.week-card{

background:white;

border-radius:30px;

overflow:hidden;

box-shadow:0 30px 80px rgba(0,0,0,.08);

}

.week-cover{

width:100%;

height:420px;

object-fit:cover;

transition:.5s;

}

.week-card:hover .week-cover{

transform:scale(1.05);

}

.week-badge{

display:inline-block;

background:#ffc107;

color:#222;

padding:8px 18px;

border-radius:50px;

font-weight:700;

margin-bottom:20px;

}

.week-meta{

display:flex;

gap:30px;

margin-top:20px;

font-weight:600;

flex-wrap:wrap;

}
/* ==========================================================
   BUSINESS OF THE WEEK
========================================================== */

/*=========================================
 BUSINESS OF THE WEEK
=========================================*/

.business-week{

    padding:80px 0;

    background:#f8fafc;

}

.week-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.week-cover{

    width:100%;

    height:100%;

    min-height:420px;

    object-fit:cover;

    display:block;

}

.week-content{

    padding:50px;

}

.week-badge{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:8px 20px;

    border-radius:40px;

    font-weight:700;

    margin-bottom:20px;

}

.week-title{

    font-size:42px;

    font-weight:800;

    margin-bottom:10px;

}

.week-category{

    color:#198754;

    font-weight:600;

    margin-bottom:20px;

}

.week-description{

    line-height:1.8;

    color:#666;

    font-size:17px;

}

.week-meta{

    display:flex;

    gap:30px;

    margin-top:25px;

    flex-wrap:wrap;

    font-weight:600;

}

@media(max-width:992px){

.week-cover{

min-height:280px;

}

.week-content{

padding:35px;

}

.week-title{

font-size:30px;

}

}

/* HERO STATISTICS */

.hero-stats{

display:flex;

justify-content:center;

gap:45px;

margin-top:45px;

flex-wrap:wrap;

}

.hero-stat{

text-align:center;

color:#fff;

}

.hero-stat strong{

display:block;

font-size:36px;

font-weight:800;

line-height:1;

}

.hero-stat span{

display:block;

margin-top:8px;

font-size:15px;

opacity:.9;

}
.popular-searches{

margin-top:30px;

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:12px;

align-items:center;

}

.popular-searches span{

color:#fff;

font-weight:600;

}

.popular-searches a{

background:rgba(255,255,255,.18);

padding:10px 18px;

border-radius:50px;

color:#fff;

text-decoration:none;

transition:.3s;

}

.popular-searches a:hover{

background:#fff;

color:#198754;

}

/*==========================
TRENDING BUSINESSES
==========================*/

.trending-section{

background:#fff;

}

.trending-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.trending-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

}

.trending-card:hover{

transform:translateY(-10px);

box-shadow:0 22px 45px rgba(0,0,0,.14);

}

.trending-card img{

width:100%;

height:220px;

object-fit:cover;

}

.trending-content{

padding:25px;

}

.trending-content h5{

font-weight:700;

margin-bottom:10px;

}

.trending-content p{

color:#666;

margin-bottom:15px;

}

.trending-meta{

font-weight:600;

color:#198754;

}




.business-week-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 25px 60px rgba(0,0,0,.15);

transition:.35s;

}

.business-week-card:hover{

transform:translateY(-6px);

}

.cover-wrapper{

position:relative;

height:380px;

overflow:hidden;

}

.cover-wrapper img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.business-week-card:hover .cover-wrapper img{

transform:scale(1.05);

}

.cover-overlay{

position:absolute;

inset:0;

background:linear-gradient(to top,rgba(0,0,0,.55),transparent);

}

.business-week-body{

padding:40px;

position:relative;

}

.logo-wrapper{

position:absolute;

top:-70px;

left:40px;

}

.logo-wrapper img{

width:130px;

height:130px;

border-radius:50%;

border:6px solid white;

background:white;

object-fit:cover;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.week-meta{

display:flex;

gap:25px;

font-weight:600;

color:#198754;

}

.week-description{

font-size:1.05rem;

line-height:1.8;

color:#555;

margin-top:15px;

}
/* ==========================================================
   HOMEPAGE V2 POLISH / RESPONSIVE LAYOUT
   ========================================================== */

.business-week-section {
    padding: 70px 0;
    background: #f8fafc;
}

.business-week-card {
    position: relative;
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .10);
}

.week-cover {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
}

.week-cover > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.week-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55), transparent 55%);
}

.week-featured-badge,
.week-open-badge {
    position: absolute;
    z-index: 2;
    top: 20px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
}

.week-featured-badge {
    left: 20px;
    color: #212529;
    background: #ffc107;
}

.week-open-badge {
    right: 20px;
    color: #fff;
    background: #198754;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: #fff;
}

.week-logo {
    position: relative;
    z-index: 3;
    width: 112px;
    height: 112px;
    margin: -56px 0 0 38px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,23,42,.16);
}

.week-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.week-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 40px;
    padding: 28px 38px 38px;
}

.week-content h2 {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}

.week-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.verified-pill,
.featured-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.verified-pill {
    color: #166534;
    background: #dcfce7;
}

.featured-pill {
    color: #92400e;
    background: #fef3c7;
}

.week-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 12px 0 16px;
    color: #198754;
    font-size: .92rem;
}

.week-description {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.week-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.week-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
}

.week-btn.call { background: #198754; }
.week-btn.whatsapp { background: #25d366; }
.week-btn.website { background: #0d6efd; }
.week-btn.directions { background: #475569; }

.view-featured {
    display: block;
    margin-top: 14px;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    color: #198754;
    background: #f0fdf4;
    text-decoration: none;
    font-weight: 700;
}

/* ============================================================
   BUSINESS CARD
   ============================================================ */

.home-business-card {
    position: relative;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border-radius: 16px;

    border: 1px solid #e5e7eb;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, .06);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.home-business-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .10);
}


/* ============================================================
   COVER
   ============================================================ */

.home-business-card .card-image {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #e5e7eb;
}


.home-business-card .card-image > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform .35s ease;
}


.home-business-card:hover .card-image > img {
    transform: scale(1.04);
}


/* ============================================================
   IMAGE OVERLAY
   ============================================================ */

.home-business-card .image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, .05),
            rgba(0, 0, 0, .25)
        );

    pointer-events: none;
}


/* ============================================================
   FEATURED RIBBON
   ============================================================ */

.home-business-card .featured-ribbon {
    position: absolute;

    top: 12px;
    left: 12px;

    z-index: 3;

    padding: 6px 10px;

    border-radius: 6px;

    background: #f59e0b;

    color: #ffffff;

    font-size: .78rem;

    font-weight: 700;
}


/* ============================================================
   VERIFIED BADGE
   ============================================================ */

.home-business-card .verified-badge {
    position: absolute;

    top: 12px;
    right: 12px;

    z-index: 3;

    padding: 6px 10px;

    border-radius: 6px;

    background: #16a34a;

    color: #ffffff;

    font-size: .78rem;

    font-weight: 700;
}


/* ============================================================
   LOGO
   ============================================================ */

.home-business-card .card-logo {

    position: relative;

    z-index: 5;

    width: 90px;
    height: 90px;

    margin:
        -45px auto 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 4px solid #ffffff;

    border-radius: 50%;

    overflow: hidden;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, .15);
}


.home-business-card .card-logo img {

    display: block;

    width: 100%;
    height: 100%;

    padding: 8px;

    object-fit: contain;

    object-position: center;

    background: #ffffff;
}


/* ============================================================
   CARD BODY
   ============================================================ */

.home-business-card .card-body {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding:
        12px 18px 18px;
}


/* ============================================================
   BUSINESS TITLE
   ============================================================ */

.home-business-card .title-row h4 {

    margin: 0 0 6px;

    color: #1e293b;

    font-size: 1.1rem;

    font-weight: 700;

    line-height: 1.3;
}


/* ============================================================
   RATING
   ============================================================ */

.home-business-card .business-rating {

    color: #f59e0b;

    font-size: .9rem;
}


/* ============================================================
   LOCATION
   ============================================================ */

.home-business-card .business-location {

    color: #64748b;

    font-size: .88rem;
}


/* ============================================================
   QUICK ACTIONS
   ============================================================ */

.home-business-card .quick-actions {

    display: flex;

    gap: 8px;

    margin-top: auto;

    margin-bottom: 12px;
}


.home-business-card .quick-actions a {

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    text-decoration: none;

    border: 1px solid #e2e8f0;

    transition:
        transform .2s ease,
        background .2s ease;
}


.home-business-card .quick-actions a:hover {

    transform: translateY(-2px);

    background: #f1f5f9;
}


/* ============================================================
   VIEW BUTTON
   ============================================================ */

.home-business-card .view-btn {

    display: block;

    width: 100%;

    padding: 10px 15px;

    text-align: center;

    text-decoration: none;

    border-radius: 8px;

    background: #16a34a;

    color: #ffffff;

    font-weight: 600;

    transition:
        background .2s ease;
}


.home-business-card .view-btn:hover {

    background: #15803d;

    color: #ffffff;
}

@media (max-width: 991.98px) {
    .week-cover {
        height: 300px;
    }

    .week-content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    .week-content h2 {
        font-size: 1.65rem;
    }
}

@media (max-width: 767.98px) {
    .business-week-section {
        padding: 45px 0;
    }

    .week-cover {
        height: 220px;
    }

    .week-featured-badge,
    .week-open-badge {
        top: 12px;
        font-size: .72rem;
        padding: 7px 10px;
    }

    .week-featured-badge { left: 12px; }
    .week-open-badge { right: 12px; }

    .week-logo {
        width: 82px;
        height: 82px;
        margin: -41px 0 0 20px;
    }

    .week-content {
        padding: 20px;
    }

    .week-content h2 {
        font-size: 1.4rem;
    }

    .week-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .section-badge {
        padding: 6px 13px;
        font-size: .75rem;
    }

    .category-section,
    .trending-section,
    .browse-counties {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .category-section .display-5,
    .trending-section .display-5 {
        font-size: 1.55rem;
    }

    .category-section .lead,
    .trending-section .lead {
        font-size: .92rem;
    }

    .category-card {
        padding: 22px 15px;
        border-radius: 18px;
    }

    .category-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }

    .category-icon i {
        font-size: 26px;
    }

    .category-card h4 {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .category-card p {
        margin-bottom: 10px;
        font-size: .78rem;
    }

    .business-card {
        border-radius: 18px;
    }

    .card-image {
        height: 180px;
    }

    .card-logo {
        top: 135px;
        left: 18px;
    }

    .card-logo img {
        width: 70px;
        height: 70px;
        border-width: 4px;
    }

    .business-card .card-body {
        padding: 48px 17px 17px;
    }

    .title-row h4 {
        font-size: 1rem;
    }

    .business-card .quick-actions {
        gap: 8px;
    }

    .business-card .view-btn {
        padding: 11px;
        font-size: .88rem;
    }

    .county-card {
        padding: 22px 14px;
        border-radius: 17px;
    }

    .county-icon {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .county-card h4 {
        font-size: 1rem;
    }

    .county-card p {
        font-size: .8rem;
        margin-bottom: 10px;
    }

    .homepage-stats .text-center.mb-5 {
        margin-bottom: 25px !important;
    }

    .homepage-stats h2 {
        font-size: 1.55rem;
    }

    .stat-card {
        padding: 22px 12px;
    }

    .stat-card h2 {
        font-size: 2rem;
    }

    .stat-card p {
        font-size: .85rem;
    }

    .homepage-cta {
        padding: 45px 0;
    }

    .cta-box {
        padding: 35px 20px;
        border-radius: 22px;
    }

    .cta-box h2 {
        font-size: 1.6rem;
    }

    .cta-box p {
        font-size: .9rem;
    }
}
