/* General Styling Reset for our block */
.mergata-homepage-46e867e2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
}

/* Hero Styles */
.mergata-hero-46e867e2 {
    text-align: center;
    padding: 60px 20px 40px;
}
.mergata-stats-badge-46e867e2 {
    font-size: 11px;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}
.mergata-hero-title-46e867e2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 20px;
}
.highlight-blue-46e867e2 {
    color: #2563eb;
}
.mergata-hero-subtitle-46e867e2 {
    font-size: 16px;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

/* Real-looking Search Box */
.mergata-search-form-46e867e2 {
    max-width: 780px;
    margin: 0 auto 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    padding: 8px 12px 8px 24px;
}
.mergata-search-group-46e867e2 {
    display: flex;
    align-items: center;
    width: 100%;
}
.mergata-search-input-wrap-46e867e2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 15px;
}
.mergata-search-label-46e867e2 {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.mergata-input-46e867e2 {
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background: transparent !important;
    box-shadow: none !important;
}
.mergata-input-46e867e2::placeholder {
    color: #cbd5e1;
}
.mergata-search-divider-46e867e2 {
    width: 1px;
    height: 35px;
    background-color: #e2e8f0;
    margin-right: 20px;
}
.mergata-search-btn-46e867e2 {
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease !important;
}
.mergata-search-btn-46e867e2:hover {
    background: #1d4ed8 !important;
}

/* Tag clouds */
.mergata-quick-links-46e867e2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 720px;
    margin: 0 auto;
}
.quick-link-tag-46e867e2 {
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 6px 14px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s;
}
.quick-link-tag-46e867e2:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Generic Section Styles */
.mergata-section-46e867e2 {
    margin-top: 60px;
}
.mergata-section-header-46e867e2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.mergata-section-title-46e867e2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.mergata-section-subtitle-46e867e2 {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}
.mergata-link-more-46e867e2 {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

/* Categories Grid */
.mergata-grid-categories-46e867e2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.mergata-cat-card-46e867e2 {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 24px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: transform 0.2s, box-shadow 0.2s;
}
.mergata-cat-card-46e867e2:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.04);
    border-color: #e2e8f0;
}
.mergata-cat-icon-46e867e2 {
    font-size: 24px;
    background: #eff6ff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 16px;
}
.mergata-cat-name-46e867e2 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.mergata-cat-count-46e867e2 {
    font-size: 12px;
    color: #94a3b8;
}

/* Listing Grid */
.mergata-grid-listings-46e867e2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.mergata-listing-card-46e867e2 {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: transform 0.2s, box-shadow 0.2s;
}
.mergata-listing-card-46e867e2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #e2e8f0;
}
.mergata-card-top-46e867e2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mergata-listing-logo-wrap-46e867e2 {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mergata-listing-placeholder-46e867e2 {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
}
.mergata-listing-logo-46e867e2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mergata-rating-46e867e2 {
    font-size: 13px;
    font-weight: 700;
    color: #f59e0b;
    background: #fffbeb;
    padding: 4px 10px;
    border-radius: 9999px;
}
.mergata-card-body-46e867e2 {
    flex: 1;
}
.mergata-card-category-46e867e2 {
    font-size: 10px;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 8px;
}
.mergata-card-title-46e867e2 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}
.mergata-card-excerpt-46e867e2 {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.mergata-card-loc-46e867e2 {
    font-size: 12px;
    color: #64748b;
    display: block;
    margin-bottom: 16px;
}
.mergata-card-footer-46e867e2 {
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}
.mergata-card-btn-46e867e2 {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: background-color 0.2s;
}
.mergata-card-btn-46e867e2:hover {
    background-color: #f8fafc;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .mergata-grid-categories-46e867e2 {
        grid-template-columns: repeat(3, 1fr);
    }
    .mergata-grid-listings-46e867e2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .mergata-grid-categories-46e867e2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .mergata-grid-listings-46e867e2 {
        grid-template-columns: 1fr;
    }
    .mergata-hero-title-46e867e2 {
        font-size: 32px;
    }
    .mergata-search-form-46e867e2 {
        border-radius: 20px;
        padding: 15px;
    }
    .mergata-search-group-46e867e2 {
        flex-direction: column;
        gap: 15px;
    }
    .mergata-search-divider-46e867e2 {
        display: none;
    }
    .mergata-search-btn-46e867e2 {
        width: 100%;
        justify-content: center;
    }
}
