.biz-detail-top {
    min-height: 60vh;
}

.biz-detail-back-btn {
    flex-shrink: 0;
    align-self: flex-start;
    white-space: nowrap;
}

.biz-detail-card {
    background: #ffffff;
    border: 1px solid #e2e8f6;
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(11, 22, 43, 0.08);
    overflow: hidden;
}

.biz-detail-card--premium {
    border-left: 5px solid #001a4d;
}

.biz-detail-card--enhanced {
    border-left: 5px solid #3fa264;
}

.biz-detail-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 2rem 1.5rem;
    background: linear-gradient(150deg, #f6f9ff, #ffffff);
    border-bottom: 1px solid #e2e8f6;
    flex-wrap: wrap;
}

.biz-detail-logo {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: #e9eff9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz-detail-logo img {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
    border-radius: 10px;
}

.biz-detail-heading {
    flex: 1;
    min-width: 0;
}

.biz-detail-name {
    font-family: 'Space Grotesk', var(--font-heading);
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #101b36;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.biz-detail-body {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}

.biz-detail-main {
    flex: 1 1 340px;
    min-width: 0;
}

.biz-detail-side {
    flex: 0 0 300px;
}

.biz-detail-section {
    margin-bottom: 1.75rem;
}

.biz-detail-section:last-child {
    margin-bottom: 0;
}

.biz-detail-section h2 {
    font-family: 'Space Grotesk', var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: #152749;
    margin-bottom: 0.6rem;
}

.biz-detail-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.biz-detail-section__header h2 {
    margin-bottom: 0;
}

.biz-detail-description {
    color: #40537d;
    line-height: 1.65;
    font-size: 1rem;
}

.biz-detail-description p:last-child {
    margin-bottom: 0;
}

.biz-detail-social {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.biz-detail-map {
    position: relative;
    width: 100%;
    padding-top: 55%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f6;
    margin-bottom: 0.6rem;
}

.biz-detail-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.biz-detail-social__link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eaf0fb;
    color: #0a63ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 150ms ease, color 150ms ease;
}

.biz-detail-social__link:hover {
    background: #0a63ff;
    color: #ffffff;
}

.biz-detail-logo-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.4rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biz-detail-logo-card img {
    width: 100%;
    height: auto;
}

.biz-detail-contact-card {
    background: #f6f8fc;
    border: 1px solid #e2e8f6;
    border-radius: 18px;
    padding: 1.4rem;
}

.biz-detail-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    color: #152749;
}

.biz-detail-contact-row:last-of-type {
    margin-bottom: 0;
}

.biz-detail-contact-row i {
    color: #0a63ff;
    margin-top: 0.15rem;
}

.biz-detail-contact-row a {
    color: #152749;
    font-weight: 700;
    text-decoration: none;
}

.biz-detail-contact-row a:hover {
    color: #0a63ff;
    text-decoration: underline;
}

.biz-detail-contact-row--address span {
    color: #4f618c;
    font-weight: 400;
}

.biz-detail-map-link {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.9rem;
    color: #0a63ff !important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    .biz-detail-header {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .biz-detail-body {
        padding: 1.5rem 1.25rem;
        gap: 1.5rem;
    }

    .biz-detail-side {
        flex: 1 1 100%;
    }
}
