/* ======================================================
   FEATURED BUSINESSES PAGE
   Brand Color: #FA5921
====================================================== */
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;

    line-height: 1.6;
}

/* ================= HERO ================= */
.featured-hero {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg,
            #FFF3ED 0%,
            /* very light peach */
            #FFD7C2 20%,
            /* soft peach */
            #FFB48A 40%,
            /* warm orange */
            #FA5921 65%,
            /* brand main */
            #E84C14 85%,
            /* deeper brand */
            #D8430F 100%
            /* darkest accent */
        );
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Soft overlay for readability */
.featured-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    z-index: 0;
}

.featured-hero {
    background-size: 200% 200%;
    animation: brandFlow 12s ease infinite;
}

@keyframes brandFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.featured-hero h1 {
    font-size: 38px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.featured-hero p {
    font-size: 15px;
    max-width: 720px;
    margin: auto;
    color: #2b2b2b;
    font-weight: 600;
}

/* ================= SECTIONS ================= */
.featured-section {
    padding: 70px 20px;
}

.featured-section.light {
    background: #FFF3ED;
}

.featured-container {
    max-width: 1200px;
    margin: auto;

}


/* ===== SECTION ===== */
.pricing-section {

    padding: 80px 20px;

}

/* ===== CONTAINER ===== */
.pricing-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ===== CARD ===== */
.pricing-card {
    background: #1f2937;
    color: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* ===== HEADINGS ===== */
.pricing-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--brand);
}

.pricing-card h2 {
    font-size: 34px;
    margin-bottom: 5px;
}

.pricing-card h2 span {
    font-size: 14px;
    opacity: 0.7;
    color: #fff;
}

.gst {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 20px;
    color: #fff;
}

/* ===== LIST ===== */
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* ===== BUTTON ===== */
.pricing-card a {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    background: var(--brand);
    color: #fff;
    transition: 0.3s ease;
}

.pricing-card a:hover {
    background: var(--brand-dark);
}

/* ===== STANDARD HIGHLIGHT ===== */
.standard {
    border: 2px solid var(--brand);
    transform: scale(1.05);
}

.standard:hover {
    transform: scale(1.08);
}

/* ===== PREMIUM STYLE ===== */
.premium {
    border: 1px solid rgba(250, 89, 33, 0.4);
}

/* ===== BADGE ===== */
.badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--brand);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .pricing-container {
        grid-template-columns: 1fr;
    }
}

/* ================= TWO COLUMN INTRO ================= */
.featured-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.featured-text {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.featured-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-icon i {
    font-size: 120px;
    color: #FA5921;
    opacity: 0.9;
}

/* ================= HEADINGS ================= */
.featured-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 36px;
    text-align: center;
}

/* ================= FEATURE CARDS ================= */
.featured-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.featured-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-card i {
    font-size: 28px;
    color: #FA5921;
    margin-bottom: 12px;
}

.featured-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.featured-card p {
    font-size: 14px;
    color: #6b7280;
}

.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(250, 89, 33, 0.25);
}

/* ================= SIMPLE LIST CARDS ================= */
.featured-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.featured-list div {
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    border-left: 4px solid #FA5921;
    font-size: 14px;
}

/* ================= STEPS ================= */
.featured-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 22px;
}

.featured-step {
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px 20px;
    position: relative;
    border: 1px solid #e5e7eb;
}

.featured-step span {
    position: absolute;
    top: -14px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: #FA5921;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.featured-step p {
    font-size: 14px;
    margin-top: 10px;
}

/* ================= NOTE ================= */
.featured-note {
    margin-top: 30px;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

/* ================= BRAND HIGHLIGHT ================= */
.featured-highlight {
    background: #FA5921;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.featured-highlight h2 {
    color: #fff;
    margin-bottom: 12px;
}

.featured-highlight p {
    font-size: 15px;
    opacity: 0.95;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .featured-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .featured-icon i {
        font-size: 90px;
    }
}

@media (max-width: 600px) {
    .featured-hero h1 {
        font-size: 30px;
    }

    .featured-section {
        padding: 50px 16px;
    }
}