.business-scenes-page {
    background: var(--rt-bg);
}

.business-scenes-page main {
    overflow: hidden;
}

.bs-nav {
    position: absolute;
}

.bs-hero {
    position: relative;
    padding: 142px 0 88px;
    border-bottom: 1px solid var(--rt-line);
    background:
        radial-gradient(circle at 79% 25%, rgba(101, 201, 217, .13), transparent 31%),
        radial-gradient(circle at 21% 72%, rgba(147, 132, 216, .11), transparent 28%),
        linear-gradient(rgba(101, 201, 217, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(101, 201, 217, .035) 1px, transparent 1px),
        var(--rt-bg);
    background-size: auto, auto, 52px 52px, 52px 52px, auto;
}

.bs-hero::after {
    position: absolute;
    width: 620px;
    height: 620px;
    top: -390px;
    right: -280px;
    border: 1px solid var(--rt-line);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.bs-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 600px;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: 66px;
}

.bs-hero-copy > span,
.bs-section-head > span,
.bs-chapter-copy > span {
    display: block;
    color: var(--rt-accent);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .13em;
}

.bs-hero-copy h1 {
    max-width: 660px;
    margin: 22px 0 24px;
    font-size: clamp(48px, 4.35vw, 70px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.055em;
}

.bs-hero-copy > p {
    max-width: 630px;
    margin: 0;
    color: var(--rt-muted);
    font-size: 17px;
    line-height: 1.9;
}

.bs-hero-copy .rt-actions {
    margin-top: 34px;
}

.bs-proof {
    display: grid;
    max-width: 610px;
    margin-top: 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.bs-proof > div {
    display: grid;
    min-height: 82px;
    align-content: center;
    gap: 5px;
    padding: 14px 17px;
    border: 1px solid var(--rt-line);
    border-radius: 12px;
    background: color-mix(in srgb, var(--rt-surface) 88%, transparent);
}

.bs-proof strong {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 25px;
    line-height: 1;
}

.bs-proof span {
    color: var(--rt-muted);
    font-size: 12px;
    font-weight: 750;
}

.bs-hero-image {
    position: relative;
    height: 560px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--rt-line-strong);
    border-radius: 22px;
    background: var(--rt-surface);
    box-shadow: var(--rt-shadow);
}

.bs-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46%, rgba(3, 7, 14, .88) 100%);
    content: "";
    pointer-events: none;
}

.bs-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-hero-image figcaption {
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 31px;
    left: 34px;
    display: grid;
    gap: 8px;
    color: #f7fbff;
}

.bs-hero-image figcaption span {
    color: #79d8e6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.bs-hero-image figcaption b {
    font-size: 24px;
    line-height: 1.3;
}

.bs-platforms,
.bs-scenarios,
.bs-journey,
.bs-cta {
    padding: 104px 0;
}

.bs-platforms {
    border-bottom: 1px solid var(--rt-line);
    background: var(--rt-bg-soft);
}

.bs-section-head {
    max-width: 850px;
    margin-bottom: 40px;
}

.bs-section-head h2 {
    margin: 14px 0 16px;
    font-size: clamp(36px, 3.5vw, 53px);
    font-weight: 930;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.bs-section-head p {
    max-width: 760px;
    margin: 0;
    color: var(--rt-muted);
    font-size: 15px;
    line-height: 1.85;
}

.bs-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bs-platform-grid article {
    padding: 26px;
    border: 1px solid var(--rt-line-strong);
    border-radius: 16px;
    background: var(--rt-surface);
}

.bs-platform-grid article > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--rt-line);
}

.bs-platform-grid article > header > div {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.bs-platform-grid article > header span {
    font-size: 17px;
    font-weight: 900;
}

.bs-platform-grid article > header b {
    color: var(--rt-accent);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 24px;
}

.bs-platform-grid article > header small {
    color: var(--rt-muted);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
}

.bs-platform-grid article > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-top: 22px;
}

.bs-platform-grid article > div span {
    padding: 9px 12px;
    border: 1px solid var(--rt-line);
    border-radius: 9px;
    color: var(--rt-text);
    background: var(--rt-bg-soft);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.bs-scenarios {
    background: var(--rt-bg);
}

.bs-chapter-list {
    display: grid;
    gap: 30px;
}

.bs-chapter {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--rt-line-strong);
    border-radius: 20px;
    background: var(--rt-surface);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
}

.bs-chapter > figure {
    height: 430px;
    margin: 0;
    overflow: hidden;
    background: var(--rt-bg-soft);
}

.bs-chapter > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-chapter-copy {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: center;
    padding: 48px 54px;
}

.bs-chapter-copy h3 {
    margin: 15px 0 17px;
    font-size: clamp(30px, 2.6vw, 40px);
    line-height: 1.17;
    letter-spacing: -.035em;
}

.bs-chapter-copy > p {
    margin: 0;
    color: var(--rt-muted);
    font-size: 14px;
    line-height: 1.85;
}

.bs-chapter-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.bs-chapter-copy li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border: 1px solid var(--rt-line);
    border-radius: 999px;
    background: var(--rt-accent-soft);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.bs-chapter-copy li i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rt-green);
    box-shadow: 0 0 10px color-mix(in srgb, var(--rt-green) 55%, transparent);
}

.bs-chapter-reverse > figure {
    order: 2;
}

.bs-chapter-reverse > .bs-chapter-copy {
    order: 1;
}

.bs-scene-grid {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rt-line);
}

.bs-scene-grid > section {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 30px 32px;
}

.bs-scene-grid > section + section {
    border-left: 1px solid var(--rt-line);
}

.bs-scene-grid > section > span {
    color: var(--rt-accent);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.bs-scene-grid h4 {
    margin: 24px 0 12px;
    font-size: 18px;
    line-height: 1.35;
}

.bs-scene-grid p {
    margin: 0 0 22px;
    color: var(--rt-muted);
    font-size: 13px;
    line-height: 1.75;
}

.bs-scene-grid small {
    margin-top: auto;
    color: var(--rt-text);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
}

.bs-journey {
    border-top: 1px solid var(--rt-line);
    border-bottom: 1px solid var(--rt-line);
    background: var(--rt-bg-soft);
}

.bs-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bs-journey-grid article {
    min-height: 230px;
    padding: 30px;
    border: 1px solid var(--rt-line);
    border-radius: 15px;
    background: var(--rt-surface);
}

.bs-journey-grid article > span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: var(--rt-accent);
    background: var(--rt-accent-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 900;
}

.bs-journey-grid h3 {
    margin: 30px 0 12px;
    font-size: 22px;
}

.bs-journey-grid p {
    margin: 0;
    color: var(--rt-muted);
    font-size: 13px;
    line-height: 1.75;
}

.bs-cta-card {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 48px 54px;
    border: 1px solid var(--rt-line-strong);
    border-radius: 20px;
    background:
        linear-gradient(115deg, var(--rt-accent-soft), transparent 55%),
        var(--rt-surface);
    box-shadow: var(--rt-shadow);
}

.bs-cta-card h2 {
    max-width: 760px;
    margin: 0 0 13px;
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.bs-cta-card p {
    margin: 0;
    color: var(--rt-muted);
    font-size: 14px;
    line-height: 1.7;
}

html[data-home-theme="light"] .bs-hero {
    background:
        radial-gradient(circle at 79% 25%, rgba(8, 123, 145, .13), transparent 31%),
        radial-gradient(circle at 21% 72%, rgba(101, 85, 164, .11), transparent 28%),
        linear-gradient(rgba(34, 57, 79, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 57, 79, .045) 1px, transparent 1px),
        var(--rt-bg);
    background-size: auto, auto, 52px 52px, 52px 52px, auto;
}

html[data-home-theme="light"] .bs-chapter,
html[data-home-theme="light"] .bs-platform-grid article,
html[data-home-theme="light"] .bs-journey-grid article {
    box-shadow: 0 15px 45px rgba(35, 55, 74, .08);
}

@media (max-width: 1080px) {
    .bs-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .bs-hero-image {
        height: min(62vw, 590px);
    }

    .bs-chapter > figure,
    .bs-chapter-copy {
        height: auto;
        min-height: 390px;
    }
}

@media (max-width: 820px) {
    .bs-nav {
        position: relative;
    }

    .bs-hero {
        padding: 72px 0;
    }

    .bs-hero-grid {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .bs-platforms,
    .bs-scenarios,
    .bs-journey,
    .bs-cta {
        padding: 76px 0;
    }

    .bs-platform-grid,
    .bs-chapter,
    .bs-journey-grid {
        grid-template-columns: 1fr;
    }

    .bs-chapter > figure,
    .bs-chapter-copy {
        min-height: 0;
    }

    .bs-chapter > figure {
        height: min(62vw, 460px);
    }

    .bs-chapter-copy {
        padding: 39px 34px;
    }

    .bs-chapter-reverse > figure,
    .bs-chapter-reverse > .bs-chapter-copy {
        order: initial;
    }

    .bs-scene-grid {
        grid-template-columns: 1fr;
    }

    .bs-scene-grid > section {
        min-height: 0;
    }

    .bs-scene-grid > section + section {
        border-top: 1px solid var(--rt-line);
        border-left: 0;
    }

    .bs-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .bs-hero-copy h1 {
        font-size: 42px;
    }

    .bs-hero-copy > p {
        font-size: 15px;
    }

    .bs-proof {
        grid-template-columns: 1fr;
    }

    .bs-hero-image {
        height: 118vw;
        max-height: 540px;
    }

    .bs-hero-image figcaption {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .bs-section-head h2 {
        font-size: 34px;
    }

    .bs-platform-grid article,
    .bs-scene-grid > section,
    .bs-journey-grid article {
        padding: 25px;
    }

    .bs-chapter-copy,
    .bs-cta-card {
        padding: 32px 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .business-scenes-page *,
    .business-scenes-page *::before,
    .business-scenes-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
