/* Vendor profile */
.vendor-hero-section {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(111, 66, 193, 0.1));
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.vendor-hero-meta {
    font-size: 0.95rem;
}

.vendor-hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.vendor-hero-title {
    color: #0f172a;
}

.vendor-hero-subtitle {
    max-width: 38rem;
}

.vendor-hero-cta {
    padding-inline: 2rem;
}

.vendor-hero-highlight {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    color: #334155;
}

.vendor-hero-highlight__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.2), rgba(111, 66, 193, 0.35));
    color: #fff;
    font-size: 1.35rem;
}

.vendor-hero-highlight__copy {
    font-size: 1rem;
    line-height: 1.7;
}

.vendor-description-section {
    background: #fff;
}

.vendor-description-body {
    max-width: 50rem;
    margin: 0 auto;
}

.vendor-feature-section {
    background: #f8fafc;
}

.vendor-feature-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vendor-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.vendor-feature-card__title {
    color: #0f172a;
}

.vendor-feature-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.25rem;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.vendor-feature-card__link:hover {
    color: #0a58ca;
}

.vendor-events-section {
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.vendor-event-card {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vendor-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.vendor-event-card__date {
    min-width: 3.5rem;
    padding: 0.5rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(111, 66, 193, 0.25));
    color: #0f172a;
    text-align: center;
    line-height: 1.1;
}

.vendor-event-card__month {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vendor-event-card__day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.vendor-event-card__title {
    color: #0f172a;
}

.vendor-event-card__location {
    margin-top: auto;
}

.vendor-events-empty {
    border-radius: 1.25rem;
    border: 1px dashed rgba(15, 23, 42, 0.15);
    background: #f8fafc;
    max-width: 32rem;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.vendor-events-empty__icon {
    font-size: 2.5rem;
    color: #94a3b8;
}

.vendor-contact-form textarea {
    resize: vertical;
}

@media (max-width: 767.98px) {
    .vendor-hero-title {
        font-size: 2.25rem;
    }

    .vendor-hero-highlight {
        border-radius: 1rem;
        padding: 2rem;
    }

    .vendor-feature-card {
        padding: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .vendor-hero-meta {
        gap: 0.75rem;
    }

    .vendor-hero-chip {
        width: 100%;
        justify-content: center;
    }

    .vendor-event-card {
        padding: 1.75rem;
    }
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}
