/* Bulk Group Leaver — product landing polish */

.theme-bulk {
    --story-accent: #6eb5f2;
    --story-accent-strong: #4a9de8;
    --story-tint: #ebe6f8;
    --bulk-frame: #1c1c1e;
    --bulk-frame-bar: #2d2d30;
}

.theme-bulk .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
}

.theme-bulk .hero-copy {
    margin: 0;
    text-align: left;
}

.theme-bulk .hero-actions {
    justify-content: flex-start;
}

.theme-bulk .hero-board {
    display: none;
}

.theme-bulk .hero-visual {
    animation: story-rise 560ms 60ms ease both;
}

.browser-frame {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: var(--bulk-frame);
    box-shadow:
        0 28px 70px rgba(18, 18, 16, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    overflow: hidden;
}

.browser-frame-bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    height: 2.25rem;
    padding: 0 0.85rem;
    background: var(--bulk-frame-bar);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-frame-bar span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.browser-frame-bar span:nth-child(1) {
    background: #ff5f57;
}

.browser-frame-bar span:nth-child(2) {
    background: #febc2e;
}

.browser-frame-bar span:nth-child(3) {
    background: #28c840;
}

.browser-frame img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    background: #f4f4f5;
}

.showcase-section .section-inner {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2rem);
}

.showcase-section .section-rail {
    max-width: 36rem;
}

.showcase-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.showcase-jump a {
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--story-line);
    border-radius: 999px;
    background: var(--story-surface-soft);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--story-ink-soft);
}

.showcase-jump a:hover,
.showcase-jump a:focus-visible {
    color: var(--story-ink);
    border-color: var(--story-line-strong);
    background: #fff;
}

.showcase-stack {
    display: grid;
    gap: clamp(2.75rem, 5vw, 4rem);
}

.showcase-item {
    display: grid;
    gap: 1rem;
    scroll-margin-top: 5rem;
}

.showcase-media {
    width: 100%;
}

.showcase-num {
    display: block;
    margin-bottom: 0.5rem;
    font-family: var(--story-mono);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--story-ink-muted);
}

.showcase-copy h3 {
    margin: 0;
    font-family: var(--story-display);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.showcase-copy p {
    margin: 0.55rem 0 0;
    font-size: 0.96rem;
    line-height: 1.55;
    color: var(--story-ink-soft);
}

.theme-bulk .pivot-list li {
    display: grid;
    gap: 0.2rem;
}

.theme-bulk .plan-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.theme-bulk .plan-compare article {
    padding: 1.35rem 1.4rem;
    border: 1px solid var(--story-line);
    border-radius: var(--story-radius-sm);
    background: var(--story-surface);
}

.theme-bulk .plan-compare .plan-price {
    margin: 0.35rem 0 0.75rem;
    font-family: var(--story-display);
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.theme-bulk .plan-compare ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.94rem;
    color: var(--story-ink-soft);
}

.theme-bulk .plan-compare li + li {
    margin-top: 0.4rem;
}

.theme-bulk #plans .section-inner {
    grid-template-columns: 1fr;
}

.theme-bulk #plans .plan-compare {
    max-width: 42rem;
}

.theme-bulk .plan-support {
    margin-top: 1.25rem;
    max-width: 36rem;
    font-size: 0.96rem;
    color: var(--story-ink-soft);
}

@media (max-width: 960px) {
    .theme-bulk .hero-inner {
        grid-template-columns: 1fr;
    }

    .theme-bulk .hero-copy {
        text-align: center;
    }

    .theme-bulk .hero-actions {
        justify-content: center;
    }

    .theme-bulk .plan-compare {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .showcase-jump {
        display: none;
    }
}
