.bb-public-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 28px;
    align-items: stretch;
    margin: 28px 0;
}
.bb-hero-copy {
    position: relative;
    border-radius: 28px;
    padding: clamp(32px, 5vw, 64px);
    color: #fff;
    overflow: hidden;

    background-image:
        linear-gradient(
            135deg,
            rgba(107, 0, 0, 0.65) 0%,
            rgba(107, 0, 0, 0.45) 45%,
            rgba(107, 0, 0, 0.75) 100%
        ),
        url("/assets/images/diamond.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
}

.bb-eyebrow {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bb-hero-copy h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 7vw, 84px);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.7);
}

.bb-hero-copy p {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.55;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.bb-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.bb-hero-panel {
    position: relative;
    border-radius: 28px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* subtle branded top bar */
.bb-hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

/* header styling */
.bb-hero-panel h2 {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 800;
}

/* list reset */
.bb-hero-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* each feature row */
.bb-hero-panel li {
    background: #f9fafb;
    border-radius: 12px;
    padding: 12px 14px;
    border: none;
    margin-bottom: 10px;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.bb-hero-panel li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.panel-cta {
    margin-top: 20px;
}
/* remove last divider */
.bb-hero-panel li:last-child {
    border-bottom: none;
}

.bb-category-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.bb-category-card {
    display: block;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.bb-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.bb-category-card strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.bb-category-card span {
    color: #6b7280;
}

.bb-story-block {
    position: relative;
    margin: 28px 0;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 28px;
    color: #fff;
    overflow: hidden;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("/assets/images/dugout.jpg");

    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bb-story-block h2 {
    margin: 0 0 14px;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.bb-story-block p {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.6;
    color: #e5e7eb;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.bb-previews {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 28px;
    align-items: stretch;
    margin: 28px 0;
}

.bb-hero-preview {
    position: relative;
    border-radius: 28px;
    padding: 26px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 0, 0, 0.08),
            transparent 35%
        ),
        #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.bb-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.bb-preview-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.bb-preview-header h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.05;
}

.bb-status-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #065f46;
    font-size: 12px;
    font-weight: 800;
}

.bb-status-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
}

.bb-mini-lineup {
    display: grid;
    gap: 8px;
}

.bb-mini-row {
    display: grid;
    grid-template-columns: 48px repeat(3, 1fr);
    gap: 8px;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    background: #f9fafb;
    font-size: 13px;
}

.bb-mini-head {
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bb-mini-row strong {
    color: var(--primary-dark);
}

.bb-mini-row span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bb-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 18px 0;
}

.bb-preview-stats div {
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.bb-preview-stats strong {
    display: block;
    font-size: 20px;
    color: #111827;
}

.bb-preview-stats span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
}

.bb-preview-btn {
    width: 100%;
    justify-content: center;
}

@media (max-width: 420px) {
    .bb-mini-row {
        grid-template-columns: 38px repeat(3, minmax(0, 1fr));
        font-size: 12px;
    }
}
.bb-pitch-preview {
    margin-top: 18px;
    padding: 14px;
    border-radius: 18px;
    background: #111827;
    color: #fff;
}

.bb-pitch-preview-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 13px;
}

.bb-pitch-preview-header span {
    color: #bbf7d0;
    font-weight: 700;
}

.bb-pitch-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bb-pitch-row span {
    font-weight: 700;
}

.bb-pitch-row strong {
    color: #fff;
}

.bb-pitch-row em {
    grid-column: 1 / -1;
    color: #cbd5e1;
    font-size: 12px;
    font-style: normal;
}

.bb-pitch-warning strong,
.bb-pitch-warning em {
    color: #fca5a5;
}

.bb-rules {
    position: relative;
    padding: 80px 20px;
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
}

.bb-rules::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(2, 6, 23, 0.5), rgba(2, 6, 23, 0.95)),
        url("/assets/images/grass.jpg");
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
}

.bb-rules .bb-container {
    position: relative;
    z-index: 1;
}

.bb-rules-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.bb-rules-header h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.bb-rules-header p {
    color: #cbd5e1;
}

.bb-rules-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bb-rule-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 20px;
    backdrop-filter: blur(6px);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    border-radius: 28px;
}

.bb-rule-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.bb-rule-card h3 {
    margin-bottom: 12px;
    color: #bbf7d0;
}
.bb-rule-card ul {
    list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    flex-direction: column;

    gap: 14px;
}

.bb-rule-card li {
    position: relative;
    padding: 14px 16px 14px 52px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.bb-rule-card li:hover {
    transform: translateY(-2px);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
    border-color: rgba(255, 255, 255, 0.18);
}

.bb-rule-card li::before {
    content: "⚾";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    opacity: 0.95;
}

.bb-age-groups {
    margin-top: 40px;
    text-align: center;
}

.bb-age-groups span {
    display: inline-block;
    margin: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #1e293b;
    font-weight: 700;
}

@media (max-width: 900px) {
    .bb-public-hero,
    .bb-category-row,
    .bb-previews {
        grid-template-columns: 1fr;
    }

    .bb-rules-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dashboard-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.dashboard-game-card,
.dashboard-player-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px;
    background: #ffffff;
}

.dashboard-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.dashboard-card-top strong,
.dashboard-player-name {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.dashboard-stat-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
}

.dashboard-stat-row div {
    background: #f8fafc;
    border-radius: 12px;
    padding: 9px;
    text-align: center;
}

.dashboard-stat-row span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 4px;
}

.dashboard-stat-row strong {
    display: block;
    font-size: 19px;
    font-weight: 900;
    color: #0f172a;
}

.dashboard-card-meta {
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.dashboard-player-name {
    margin-bottom: 12px;
}

.dashboard-game-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dashboard-game-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;

    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;

    background: #ffffff;
}

.dashboard-game-main {
    flex: 1;
    min-width: 0;
}

.dashboard-game-title {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}

.dashboard-game-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;

    font-size: 13px;
    color: #64748b;

    margin-bottom: 8px;
}

.dashboard-game-dates {
    font-size: 13px;
    color: #94a3b8;
}

.dashboard-game-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 720px) {
    .dashboard-game-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-game-actions {
        width: 100%;
    }

    .dashboard-game-actions .btn {
        width: 100%;
        text-align: center;
    }
}
.pill-home {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #10b981;
}

.pill-away {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #3b82f6;
}

.pill-unset {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #cbd5e1;
}

/* ==========================
BENCHBOSS LANDING PAGE
========================== */

.bb-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 90px 0;
}

.bb-badge {
    display: inline-block;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.bb-hero h1 {
    font-size: clamp(54px, 7vw, 84px);
    line-height: 0.95;
    letter-spacing: -2px;
    margin: 0 0 24px;
    color: #0f172a;
}

.bb-hero p {
    font-size: 20px;
    line-height: 1.7;
    color: #64748b;
    max-width: 650px;
}

.bb-hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.bb-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.bb-hero-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

/* ==========================
LOGO STRIP
========================== */

.bb-proof-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 28px;
    margin-bottom: 80px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #fff;
}

.bb-proof-bar strong {
    color: #0f172a;
}

.bb-proof-bar span {
    color: #64748b;
}

/* ==========================
FEATURES
========================== */

.bb-feature-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.bb-feature-card h3 {
    margin-top: 0;
    color: #0f172a;
}

.bb-feature-card p {
    color: #64748b;
}
.bb-features {
    padding: 120px 0;
}

.bb-features-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.bb-features-header h2 {
    font-size: clamp(40px, 6vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 12px 0 18px;
}

.bb-features-header p:last-child {
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
}

.bb-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1000px) {
    .bb-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .bb-features-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================
HOW IT WORKS
========================== */

.bb-how {
    padding: 100px 0;
    text-align: center;
}

.bb-how h2 {
    font-size: 48px;
    margin-bottom: 50px;
}

.bb-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bb-step {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e5e7eb;
}

.bb-step span {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 18px;
}

/* ==========================
SHOWCASE
========================== */

.bb-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 100px 0;
}

.bb-showcase-copy span {
    color: #2563eb;
    font-weight: 700;
}

.bb-showcase-copy h2 {
    font-size: 56px;
    line-height: 1;
    margin: 16px 0 24px;
}

.bb-showcase-copy p {
    color: #64748b;
    font-size: 18px;
}

.bb-showcase-card {
    background: #fff;
    border-radius: 28px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.bb-showcase-card img {
    width: 100%;
    border-radius: 16px;
}

/* ==========================
BENEFITS
========================== */

.bb-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 80px 0;
}

.bb-benefits div {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
}

.bb-benefits h3 {
    margin-top: 0;
}

/* ==========================
TESTIMONIALS
========================== */

.bb-testimonials {
    padding: 100px 0;
    text-align: center;
}

.bb-testimonials h2 {
    margin-bottom: 50px;
}

.bb-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bb-testimonial {
    background: #fff;
    padding: 36px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    font-size: 18px;
    line-height: 1.6;
}
.bb-testimonials {
    padding: 120px 0;
}

.bb-testimonial-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    min-height: 220px;
}

.bb-slide {
    display: none;
    text-align: center;
    padding: 60px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.bb-slide.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.bb-slide blockquote {
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 24px;
    color: #0f172a;
}

.bb-slide span {
    color: #64748b;
    font-size: 16px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ==========================
FINAL CTA
========================== */

.bb-final-cta {
    text-align: center;
    padding: 100px 40px;
    margin: 80px 0;
    border-radius: 36px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
}

.bb-final-cta h2 {
    font-size: 56px;
    margin-bottom: 20px;
}

.bb-final-cta p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.9);
}

/* ==========================
MOBILE
========================== */

@media (max-width: 900px) {
    .bb-hero,
    .bb-showcase,
    .bb-features,
    .bb-steps,
    .bb-benefits,
    .bb-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .bb-hero {
        padding: 50px 0;
    }

    .bb-hero h1 {
        font-size: 48px;
    }

    .bb-showcase-copy h2,
    .bb-final-cta h2 {
        font-size: 42px;
    }
}
.bb-easy-section {
    padding: 96px 0;
    text-align: center;
}

.bb-easy-header {
    max-width: 780px;
    margin: 0 auto 42px;
}

.bb-easy-header h2 {
    font-size: clamp(40px, 6vw, 68px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 0 0 18px;
    color: #0f172a;
}

.bb-easy-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 auto;
}

.bb-easy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.bb-easy-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 42px 30px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.bb-easy-card::before {
    content: "";
    position: absolute;
    inset: auto 24px 0 24px;
    height: 5px;
    background: #dbeafe;
    border-radius: 999px 999px 0 0;
}

.bb-easy-featured {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    transform: translateY(-16px);
    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.28);
}

.bb-easy-featured::before {
    background: rgba(255, 255, 255, 0.45);
}

.bb-easy-number {
    width: 56px;
    height: 56px;
    margin: 0 auto 22px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
}

.bb-easy-featured .bb-easy-number {
    background: #ffffff;
    color: #2563eb;
}

.bb-easy-card h3 {
    font-size: 24px;
    margin: 0 0 12px;
    color: #0f172a;
}

.bb-easy-card p {
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

.bb-easy-featured h3,
.bb-easy-featured p {
    color: #ffffff;
}

.bb-easy-cta {
    margin-top: 34px;
}

@media (max-width: 900px) {
    .bb-easy-grid {
        grid-template-columns: 1fr;
    }

    .bb-easy-featured {
        transform: none;
    }
}
.bb-how-section {
    padding: 110px 0;
}

.bb-how-header {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.bb-how-header h2 {
    font-size: clamp(40px, 6vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 0 0 18px;
    color: #0f172a;
}

.bb-how-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
}

.bb-how-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

.bb-how-media img {
    width: 100%;
    display: block;
    border-radius: 28px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.12);
}

.bb-how-steps {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.bb-step {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e7eb;
}

.bb-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bb-step-number {
    min-width: 60px;
    font-size: 28px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.bb-step-content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    color: #0f172a;
}

.bb-step-content p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

@media (max-width: 1000px) {
    .bb-how-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-how-media {
        order: 1;
    }

    .bb-how-steps {
        order: 2;
    }
}
.bb-process-section {
    padding: 120px 0;
}

.bb-process-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.bb-process-header h2 {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 0;
}

.bb-process-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 36px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.bb-process-image {
    background: #f8fafc;
    padding: 40px;
}

.bb-process-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.bb-process-content {
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
}

.bb-process-step {
    display: flex;
    gap: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.bb-process-step:last-child {
    border-bottom: none;
}

.bb-process-number {
    font-size: 32px;
    font-weight: 900;
    color: var(--primary);
    min-width: 70px;
}

.bb-process-step h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.bb-process-step p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

@media (max-width: 1000px) {
    .bb-process-card {
        grid-template-columns: 1fr;
    }

    .bb-process-image {
        padding: 24px;
    }

    .bb-process-content {
        padding: 32px;
    }
}
.bb-process-image video {
    width: 100%;
    display: block;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.12);
}
