:root {
    --product-warm: #ffcb78;
    --product-coral: #ff7b75;
    --product-ink: #0e1114;
    --product-panel: rgba(12, 22, 28, .96);
}

[hidden] {
    display: none !important;
}

.product-home-hero {
    min-height: calc(86svh - var(--header-height));
    max-height: 780px;
    padding-top: 74px;
    padding-bottom: 74px;
}

.product-home-hero .home-hero-copy {
    max-width: 720px;
}

.product-home-hero h1 {
    max-width: 700px;
    font-size: 70px;
}

.product-proof-band {
    margin-top: -22px;
}

.flagship-section {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
    align-items: center;
    gap: 64px;
}

.flagship-copy h2,
.configuration-copy h2,
.settings-preview-copy h2 {
    font-size: 46px;
}

.flagship-copy > p:not(.eyebrow),
.configuration-copy > p:not(.eyebrow),
.settings-preview-copy > p:not(.eyebrow) {
    margin-top: 20px;
    color: var(--muted);
    font-size: 17px;
}

.capability-list {
    margin: 34px 0 30px;
    border-top: 1px solid var(--line);
}

.capability-list > div {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 22px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.capability-list dt {
    color: var(--text);
    font-weight: 800;
}

.capability-list dd {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.product-canvas {
    margin: 0;
    border: 1px solid rgba(56, 216, 244, .34);
    border-radius: 8px;
    background: #070d11;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .44);
    overflow: hidden;
}

.product-canvas-bar {
    min-height: 52px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 0 15px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.product-canvas-bar > span:first-child {
    color: var(--text);
    font-weight: 900;
}

.product-canvas-bar > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-state {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--green);
    font-weight: 800;
}

.product-state::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(54, 239, 164, .75);
}

.product-canvas-viewport {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #030608;
}

.product-canvas-viewport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-canvas figcaption {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
}

.workflow-band {
    max-width: none;
    padding: 92px max(24px, calc((100vw - var(--content)) / 2));
    border-block: 1px solid rgba(255, 203, 120, .22);
    background: rgba(14, 17, 20, .94);
}

.workflow-heading {
    max-width: 790px;
}

.workflow-heading h2 {
    font-size: 44px;
}

.workflow-heading > p:last-child {
    margin-top: 18px;
    color: var(--muted);
    font-size: 17px;
}

.workflow-band .eyebrow {
    color: var(--product-warm);
}

.operation-flow {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 48px;
    padding: 0;
    border-block: 1px solid rgba(255, 255, 255, .12);
}

.operation-flow li {
    min-width: 0;
    min-height: 250px;
    padding: 26px 24px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.operation-flow li:last-child {
    border-right: 0;
}

.operation-flow li > span {
    color: var(--product-warm);
    font-size: 12px;
    font-weight: 900;
}

.operation-flow strong {
    display: block;
    margin-top: 56px;
    font-size: 19px;
}

.operation-flow p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
}

.difference-wrap {
    border-color: rgba(255, 203, 120, .2);
}

.difference-table thead th:nth-child(2) {
    color: var(--green);
}

.difference-table tbody td:nth-child(2) {
    color: #e7f8f2;
    background: rgba(54, 239, 164, .035);
}

.difference-table tbody td:nth-child(3) {
    color: #93a1aa;
}

.route-band {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    gap: 72px;
    padding: 88px max(24px, calc((100vw - var(--content)) / 2));
    border-block: 1px solid var(--line);
    background: rgba(9, 19, 24, .94);
}

.route-band-heading {
    max-width: 490px;
}

.route-band-heading h2 {
    font-size: 42px;
}

.route-band-heading > p:last-child {
    margin-top: 18px;
    color: var(--muted);
}

.route-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
    background: var(--line);
    gap: 1px;
}

.route-comparison article {
    min-width: 0;
    padding: 30px;
    background: var(--surface-solid);
}

.route-label {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid rgba(56, 216, 244, .34);
    border-radius: 6px;
    color: var(--cyan);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.route-label--lead {
    border-color: rgba(255, 203, 120, .36);
    color: var(--product-warm);
}

.route-comparison h3 {
    margin-top: 22px;
    font-size: 24px;
}

.route-comparison p {
    margin-top: 14px;
    color: var(--muted);
}

.route-comparison ul {
    display: grid;
    gap: 9px;
    margin-top: 24px;
    padding-left: 20px;
    color: #dce7ea;
    font-size: 14px;
}

.route-comparison dl {
    margin: 26px 0 0;
    border-top: 1px solid var(--line);
}

.route-comparison dl > div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
}

.route-comparison dt {
    color: var(--muted);
}

.route-comparison dd {
    margin: 0;
    color: #dce7ea;
}

.configuration-section,
.settings-preview-section {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(500px, 1.22fr);
    align-items: center;
    gap: 68px;
}

.configuration-copy .button,
.settings-preview-copy .button {
    margin-top: 28px;
}

.configuration-order {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.configuration-order li {
    min-height: 96px;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--line);
}

.configuration-order li > span {
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
}

.configuration-order strong {
    display: block;
}

.configuration-order p {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.home-faq-section {
    max-width: 980px;
}

.faq-list--compact {
    margin-top: 0;
}

.faq-more-link {
    margin-top: 28px;
}

.suite-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.suite-links > a {
    min-width: 0;
    min-height: 90px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 18, 24, .86);
}

.suite-links > a:hover {
    border-color: var(--line-strong);
    background: rgba(56, 216, 244, .055);
}

.suite-links strong,
.suite-links small {
    display: block;
}

.suite-links small {
    margin-top: 3px;
    color: var(--muted);
}

.bovobot-hero {
    position: relative;
    min-height: calc(84svh - var(--header-height));
    max-height: 710px;
    display: flex;
    align-items: center;
    padding: 72px max(24px, calc((100vw - var(--content)) / 2));
    isolation: isolate;
    overflow: hidden;
    background: #05090d;
}

.bovobot-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(5, 9, 13, 1) 0%, rgba(5, 9, 13, .98) 35%, rgba(5, 9, 13, .66) 57%, rgba(5, 9, 13, .16) 100%);
}

.bovobot-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, #05090d);
}

.bovobot-hero-media {
    position: absolute;
    inset: 0 0 auto 36%;
    z-index: 0;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
}

.bovobot-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    filter: saturate(.92) contrast(1.05) brightness(.72);
}

.bovobot-hero-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 650px);
}

.bovobot-hero h1 {
    max-width: 620px;
    font-size: 64px;
}

.bovobot-hero .breadcrumbs {
    margin-bottom: 28px;
}

.exchange-subnav--bovobot {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.bot-proof-strip {
    max-width: var(--content);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid var(--line);
}

.bot-proof-strip article {
    min-width: 0;
    min-height: 92px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 16px 22px;
    border-right: 1px solid var(--line);
}

.bot-proof-strip article:last-child {
    border-right: 0;
}

.bot-proof-strip span {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
}

.bot-proof-strip strong {
    font-size: 16px;
}

.cockpit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 28px;
    align-items: stretch;
}

.product-canvas--wide {
    align-self: start;
}

.cockpit-index {
    border-top: 1px solid var(--line);
}

.cockpit-index article {
    min-height: 116px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-content: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.cockpit-index article > span,
.settings-preview-list article > span {
    color: var(--cyan);
    font-size: 11px;
    font-weight: 900;
}

.cockpit-index strong,
.settings-preview-list strong,
.settings-preview-list small {
    display: block;
}

.cockpit-index p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}

.workflow-band--product {
    margin-top: 12px;
}

.route-band--product {
    margin-top: 0;
}

.settings-preview-list {
    border-top: 1px solid var(--line);
}

.settings-preview-list article {
    min-height: 84px;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-content: center;
    gap: 2px 14px;
    border-bottom: 1px solid var(--line);
}

.settings-preview-list article > span {
    grid-row: 1 / 3;
    align-self: center;
}

.settings-preview-list small {
    color: var(--muted);
    font-size: 12px;
}

.guide-hero {
    min-height: 500px;
    display: grid;
    align-content: end;
    gap: 44px;
    padding: 86px max(24px, calc((100vw - var(--content)) / 2)) 58px;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 14, 18, .72);
}

.guide-hero-copy {
    max-width: 860px;
}

.guide-hero h1 {
    max-width: 760px;
    font-size: 58px;
}

.guide-hero-rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-block: 1px solid var(--line);
}

.guide-hero-rail span {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-right: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.guide-hero-rail span:last-child {
    border-right: 0;
}

.guide-hero-rail b {
    color: var(--cyan);
    font-size: 11px;
}

.settings-guide-section {
    padding-top: 78px;
}

.settings-guide {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 690px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 15, 20, .92);
    overflow: hidden;
}

.settings-tabs {
    display: grid;
    align-content: start;
    padding: 10px;
    border-right: 1px solid var(--line);
    background: rgba(255, 255, 255, .018);
}

.settings-tab {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.settings-tab span {
    color: #738691;
    font-size: 10px;
    font-weight: 900;
}

.settings-tab:hover,
.settings-tab.is-active {
    color: var(--text);
    background: rgba(56, 216, 244, .075);
}

.settings-tab.is-active span {
    color: var(--cyan);
}

.settings-panels {
    min-width: 0;
}

.settings-panel {
    padding: 38px;
}

.settings-panel-intro {
    max-width: 780px;
}

.settings-panel-intro h3 {
    font-size: 34px;
}

.settings-panel-intro > p:last-child {
    margin-top: 15px;
    color: var(--muted);
}

.setting-definition-list {
    margin: 34px 0 0;
    border-top: 1px solid var(--line);
}

.setting-definition-list > div {
    display: grid;
    grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr) 150px;
    gap: 22px;
    align-items: start;
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
}

.setting-definition-list dt {
    font-weight: 850;
}

.setting-definition-list dd {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.setting-definition-list span {
    justify-self: end;
    color: var(--cyan);
    font-size: 11px;
    text-align: right;
}

.settings-note {
    margin-top: 28px;
    padding: 22px 24px;
    border-left: 3px solid var(--cyan);
    background: rgba(56, 216, 244, .055);
}

.settings-note--warning {
    border-left-color: var(--product-warm);
    background: rgba(255, 203, 120, .05);
}

.settings-note p {
    margin-top: 7px;
    color: var(--muted);
    font-size: 14px;
}

.setup-order-band {
    margin-top: 0;
}

.operation-flow--setup li {
    min-height: 225px;
}

.preflight-section {
    max-width: 980px;
}

.preflight-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
    background: var(--line);
    gap: 1px;
}

.preflight-list label {
    min-height: 108px;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: var(--surface-solid);
    cursor: pointer;
}

.preflight-list input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--green);
}

.preflight-list strong {
    display: block;
}

.preflight-list span {
    color: var(--muted);
    font-size: 13px;
}

.preflight-list span strong {
    margin-bottom: 4px;
    color: var(--text);
    font-size: 14px;
}

.faq-section--expanded {
    max-width: 1040px;
    padding-top: 78px;
}

.faq-tools {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}

.faq-search {
    display: grid;
    gap: 8px;
}

.faq-search > span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.faq-search input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    color: var(--text);
    background: rgba(6, 14, 18, .94);
}

.faq-search input::placeholder {
    color: #70828d;
}

.faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.faq-filter {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--muted);
    background: rgba(255, 255, 255, .025);
    cursor: pointer;
}

.faq-filter:hover,
.faq-filter.is-active {
    border-color: var(--cyan);
    color: #031012;
    background: var(--cyan);
    font-weight: 800;
}

.faq-list--browser details[hidden] {
    display: none;
}

.faq-empty {
    padding: 28px 0;
    color: var(--muted);
}

.support-route-band {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 70px max(24px, calc((100vw - var(--content)) / 2));
    border-block: 1px solid var(--line);
    background: rgba(9, 19, 24, .94);
}

.support-route-band > div:first-child {
    max-width: 720px;
}

.support-route-band h2 {
    font-size: 38px;
}

.support-route-band p:last-child {
    margin-top: 14px;
    color: var(--muted);
}

/* BOVOBot original screenshot gallery */
.product-gallery-band {
    max-width: none;
    padding: 88px max(24px, calc((100vw - var(--content)) / 2));
    border-block: 1px solid rgba(56, 216, 244, .2);
    background: #050a0d;
}

.product-gallery-heading {
    max-width: 800px;
}

.product-gallery-heading h2 {
    font-size: 44px;
}

.product-gallery-heading > p:last-child {
    margin-top: 18px;
    color: var(--muted);
    font-size: 17px;
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.product-gallery-item {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(56, 216, 244, .24);
    border-radius: 8px;
    background: #070d11;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.product-gallery-link {
    display: grid;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    background: #020507;
}

.product-gallery-link:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: -3px;
}

.product-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .22s ease;
}

.product-gallery-link:hover img {
    transform: scale(1.015);
}

.product-gallery-item figcaption {
    min-height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 12px 15px;
    border-top: 1px solid var(--line);
}

.product-gallery-item figcaption strong {
    color: var(--text);
    font-size: 14px;
}

.product-gallery-item figcaption span {
    color: var(--muted);
    font-size: 12px;
}

@media (max-width: 1000px) {
    .product-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .product-gallery-band {
        padding: 68px 18px;
    }

    .product-gallery-heading h2 {
        font-size: 34px;
    }

    .product-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }
}
/* End BOVOBot original screenshot gallery */

@media (max-width: 1260px) {
    .flagship-section,
    .configuration-section,
    .settings-preview-section,
    .bot-proof-strip {
        margin-left: 24px;
        margin-right: 24px;
    }

    .bovobot-hero,
    .guide-hero {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bot-proof-strip {
        max-width: none;
    }
}

@media (max-width: 1100px) {
    .flagship-section,
    .configuration-section,
    .settings-preview-section {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .flagship-copy,
    .configuration-copy,
    .settings-preview-copy {
        max-width: 780px;
    }

    .operation-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .operation-flow li {
        min-height: 200px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .operation-flow li:nth-child(even) {
        border-right: 0;
    }

    .operation-flow li:last-child {
        grid-column: 1 / -1;
        min-height: 150px;
    }

    .operation-flow strong {
        margin-top: 34px;
    }

    .route-band {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .route-band-heading {
        max-width: 720px;
    }

    .bovobot-hero-media {
        left: 28%;
    }

    .bovobot-hero::before {
        background: linear-gradient(90deg, rgba(5, 9, 13, 1) 0%, rgba(5, 9, 13, .96) 43%, rgba(5, 9, 13, .42) 78%, rgba(5, 9, 13, .16) 100%);
    }

    .bovobot-hero h1 {
        font-size: 56px;
    }

    .cockpit-layout {
        grid-template-columns: 1fr;
    }

    .cockpit-index {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cockpit-index article:nth-child(odd) {
        padding-right: 18px;
        border-right: 1px solid var(--line);
    }

    .cockpit-index article:nth-child(even) {
        padding-left: 18px;
    }

    .settings-guide {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .setting-definition-list > div {
        grid-template-columns: 150px 1fr;
    }

    .setting-definition-list span {
        grid-column: 2;
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 820px) {
    .product-home-hero h1 {
        font-size: 56px;
    }

    .product-proof-band,
    .bot-proof-strip {
        grid-template-columns: 1fr 1fr;
    }

    .product-proof-band article:nth-child(2),
    .bot-proof-strip article:nth-child(2) {
        border-right: 0;
    }

    .product-proof-band article:nth-child(-n+2),
    .bot-proof-strip article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .route-comparison {
        grid-template-columns: 1fr;
    }

    .suite-links {
        grid-template-columns: 1fr;
    }

    .bovobot-hero {
        min-height: 760px;
        max-height: none;
        align-items: end;
        padding-top: 260px;
        padding-bottom: 58px;
    }

    .bovobot-hero-media {
        inset: 0 0 auto 0;
        aspect-ratio: 16 / 9;
    }

    .bovobot-hero-media img {
        object-position: top center;
        filter: saturate(.9) contrast(1.04) brightness(.62);
    }

    .bovobot-hero::before {
        background: linear-gradient(180deg, rgba(5, 9, 13, .12) 0%, rgba(5, 9, 13, .7) 34%, rgba(5, 9, 13, .98) 62%, #05090d 100%);
    }

    .bovobot-hero::after {
        display: none;
    }

    .exchange-subnav--bovobot {
        grid-template-columns: repeat(9, minmax(120px, 1fr));
    }

    .guide-hero {
        min-height: 570px;
    }

    .guide-hero-rail {
        grid-template-columns: 1fr 1fr;
    }

    .guide-hero-rail span {
        border-bottom: 1px solid var(--line);
    }

    .guide-hero-rail span:nth-child(even) {
        border-right: 0;
    }

    .guide-hero-rail span:last-child {
        grid-column: 1 / -1;
        border-bottom: 0;
    }

    .settings-guide {
        grid-template-columns: 1fr;
    }

    .settings-tabs {
        display: flex;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .settings-tab {
        min-width: 190px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .settings-panel {
        padding: 28px;
    }

    .preflight-list {
        grid-template-columns: 1fr;
    }

    .support-route-band {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .product-home-hero {
        min-height: 790px;
        max-height: none;
    }

    .product-home-hero h1,
    .bovobot-hero h1 {
        font-size: 42px;
    }

    .flagship-section,
    .configuration-section,
    .settings-preview-section,
    .bot-proof-strip {
        margin-left: 0;
        margin-right: 0;
    }

    .flagship-copy h2,
    .configuration-copy h2,
    .settings-preview-copy h2,
    .workflow-heading h2,
    .route-band-heading h2 {
        font-size: 34px;
    }

    .flagship-section,
    .configuration-section,
    .settings-preview-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .capability-list > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .product-canvas-bar {
        grid-template-columns: 1fr auto;
    }

    .product-canvas-bar > span:nth-child(2) {
        display: none;
    }

    .workflow-band,
    .route-band,
    .support-route-band {
        padding-left: 18px;
        padding-right: 18px;
    }

    .operation-flow {
        grid-template-columns: 1fr;
    }

    .operation-flow li,
    .operation-flow li:nth-child(even),
    .operation-flow li:last-child {
        grid-column: auto;
        min-height: 176px;
        border-right: 0;
    }

    .operation-flow li:last-child {
        border-bottom: 0;
    }

    .route-comparison article {
        padding: 24px;
    }

    .configuration-order li {
        min-height: 104px;
    }

    .bot-proof-strip {
        margin-top: 0;
        border-inline: 0;
    }

    .bot-proof-strip article {
        padding: 14px 16px;
    }

    .cockpit-index {
        grid-template-columns: 1fr;
    }

    .cockpit-index article:nth-child(odd),
    .cockpit-index article:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .guide-hero {
        min-height: 620px;
        padding: 110px 18px 44px;
    }

    .guide-hero h1 {
        font-size: 40px;
    }

    .guide-hero-rail {
        grid-template-columns: 1fr;
    }

    .guide-hero-rail span,
    .guide-hero-rail span:nth-child(even),
    .guide-hero-rail span:last-child {
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .guide-hero-rail span:last-child {
        border-bottom: 0;
    }

    .settings-panel {
        padding: 24px 18px;
    }

    .settings-panel-intro h3 {
        font-size: 29px;
    }

    .setting-definition-list > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .setting-definition-list span {
        grid-column: auto;
    }

    .faq-filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .faq-filter {
        width: 100%;
    }

    .support-route-band h2 {
        font-size: 32px;
    }
}
