.sd-business-profile .site-content,
.sd-business-profile .ct-container-full {
    overflow-x: clip;
}

.sd-business-profile-v2 {
    padding: 0 0 48px;
}

.sd-business-hero-shell {
    width: 100%;
    margin: 0 0 32px;
}

.sd-business-hero-shell__inner {
    width: 100%;
}

.sd-business-hero-slider {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.95fr);
    min-height: 640px;
    background: #0f1117;
}

.sd-business-hero-slider__media {
    position: relative;
    min-height: 640px;
    background: #e5e7eb;
}

.sd-business-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    color: inherit;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms ease;
}

.sd-business-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.sd-business-hero-slide img,
.sd-business-hero-slide__empty {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sd-business-hero-slide img {
    display: block;
    object-fit: cover;
}

.sd-business-hero-slide__empty {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 36%),
        linear-gradient(135deg, #1f2937 0%, #0f1117 100%);
}

.sd-business-hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 8, 13, 0.04) 0%, rgba(5, 8, 13, 0.54) 62%, rgba(5, 8, 13, 0.76) 100%);
}

.sd-business-hero-slide__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 28px 32px 30px;
    color: #fff;
}

.sd-business-hero-slide__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.sd-business-hero-slide__title {
    max-width: 20ch;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.03em;
}

.sd-business-hero-slide__price {
    color: #86efac;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    font-weight: 800;
    line-height: 1;
}

.sd-business-hero-slide__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sd-business-hero-slide__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.sd-business-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(36, 46, 58, 0.8), transparent 38%),
        linear-gradient(180deg, #111827 0%, #0b1220 100%);
    color: #fff;
}

.sd-business-hero-panel__head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sd-business-hero-panel__avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.sd-business-hero-panel__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-business-hero-panel__name {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.1;
}

.sd-business-hero-panel__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(134, 239, 172, 0.14);
    color: #86efac;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.sd-business-hero-panel__desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.sd-business-hero-panel__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sd-business-hero-panel__stats div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.sd-business-hero-panel__stats span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sd-business-hero-panel__stats strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.sd-business-hero-panel__actions {
    display: grid;
    gap: 10px;
}

.sd-business-hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
    cursor: pointer;
}

.sd-business-hero-action:hover {
    transform: translateY(-1px);
}

.sd-business-hero-action img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sd-business-hero-action--whatsapp {
    background: #25d366;
    color: #08130b;
}

.sd-business-hero-action--whatsapp:hover {
    background: #35dc74;
    color: #08130b;
}

.sd-business-hero-action--share {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sd-business-hero-action--share:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sd-business-profile-v2 .sd-business-page__content {
    width: 100%;
    max-width: 100%;
}

.sd-business-profile-v2__boxed {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 20px;
}

.sd-business-profile-v2 .sd-business-page {
    padding-top: 0;
}

.sd-business-profile-v2 .sd-business-page__layout {
    margin-top: 0;
}

.sd-business-profile-v2 .sd-arc-grid--premium-light {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    gap: 18px;
}

.sd-business-profile-v2 .sd-arc-grid--premium-light .sd-arc-card--premium-light {
    width: 100%;
    max-width: none;
}

@media (max-width: 1240px) {
    .sd-business-profile-v2 .sd-arc-grid--premium-light {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .sd-business-hero-slider {
        grid-template-columns: 1fr;
    }

    .sd-business-hero-panel {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sd-business-profile-v2 .sd-arc-grid--premium-light {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .sd-business-profile-v2 {
        padding-bottom: 32px;
    }

    .sd-business-hero-shell {
        margin-bottom: 24px;
    }

    .sd-business-hero-slider,
    .sd-business-hero-slider__media {
        min-height: 460px;
    }

    .sd-business-hero-slide__content {
        padding: 22px 20px 24px;
    }

    .sd-business-hero-panel {
        padding: 22px 20px;
    }

    .sd-business-profile-v2__boxed {
        padding: 0 16px;
    }

    .sd-business-profile-v2 .sd-arc-grid--premium-light {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
