/* _content/tarai_horse_web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-af6tdm2c4r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-af6tdm2c4r] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.top-row[b-af6tdm2c4r] {
    flex-shrink: 0;
}

.sidebar[b-af6tdm2c4r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-af6tdm2c4r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-af6tdm2c4r]  a, .top-row[b-af6tdm2c4r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-af6tdm2c4r]  a:hover, .top-row[b-af6tdm2c4r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-af6tdm2c4r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-af6tdm2c4r] {
        justify-content: space-between;
    }

    .top-row[b-af6tdm2c4r]  a, .top-row[b-af6tdm2c4r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-af6tdm2c4r] {
        flex-direction: row;
    }

    .sidebar[b-af6tdm2c4r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-af6tdm2c4r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-af6tdm2c4r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-af6tdm2c4r], article[b-af6tdm2c4r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-af6tdm2c4r] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-af6tdm2c4r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/tarai_horse_web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i58b8tejb4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-i58b8tejb4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-i58b8tejb4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i58b8tejb4] {
    font-size: 1.1rem;
}

.bi[b-i58b8tejb4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-i58b8tejb4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-i58b8tejb4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-i58b8tejb4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-i58b8tejb4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i58b8tejb4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i58b8tejb4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i58b8tejb4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-i58b8tejb4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-i58b8tejb4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-tree[b-i58b8tejb4] {
    padding-bottom: 0.25rem;
}

.nav-tree-toggle[b-i58b8tejb4] {
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.35rem;
    padding: 0 1rem;
    text-align: left;
}

.nav-tree-toggle:hover[b-i58b8tejb4] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-tree-chevron[b-i58b8tejb4] {
    display: inline-block;
    width: 0.75rem;
    font-size: 0.7rem;
    opacity: 0.75;
    transition: transform 0.15s ease;
}

.nav-tree-toggle.expanded .nav-tree-chevron[b-i58b8tejb4] {
    transform: rotate(90deg);
}

.nav-tree-children[b-i58b8tejb4] {
    display: flex;
    flex-direction: column;
    margin-top: 0.15rem;
    padding-left: 0.35rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 1.35rem;
}

.nav-tree-children[b-i58b8tejb4]  .nav-tree-child {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.85rem;
    padding-left: 0.75rem;
    gap: 0.35rem;
}

.nav-scrollable[b-i58b8tejb4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i58b8tejb4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i58b8tejb4] {
        display: none;
    }

    .nav-scrollable[b-i58b8tejb4] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable nav[b-i58b8tejb4] {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}
/* _content/tarai_horse_web/Components/Pages/Home.razor.rz.scp.css */
/* ── Home landing ─────────────────────────────────────────────────────────── */

.home[b-m0v6fieak0] {
    --home-ink: #0e1624;
    --home-navy: #14233a;
    --home-deep: #0a1628;
    --home-turf: #163528;
    --home-gold: #e8c56a;
    --home-gold-soft: #f3e0a8;
    --home-mist: #e8eef5;
    --home-paper: #f6f3ec;
    --home-muted: rgba(14, 22, 36, 0.62);
    --home-line: rgba(14, 22, 36, 0.1);
    --wt: #2e7d32;
    --lr: #6a1b9a;
    --lg: #e65100;
    --rr: #00838f;

    margin: -1.1rem -1.5rem 0;
    color: var(--home-ink);
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: var(--home-paper);
    overflow-x: clip;
}

@media (min-width: 641px) {
    .home[b-m0v6fieak0] {
        margin-left: -2rem;
        margin-right: -1.5rem;
    }
}

.home-inner[b-m0v6fieak0] {
    width: min(1120px, calc(100% - 2.5rem));
    margin-inline: auto;
}

/* ── Hero ─────────────────────────────────────────────────────────────────── */

.home-hero[b-m0v6fieak0] {
    position: relative;
    min-height: calc(100vh - 3.5rem);
    display: flex;
    align-items: center;
    padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(4rem, 9vw, 6.5rem);
    background:
        radial-gradient(ellipse 90% 70% at 78% 18%, rgba(232, 197, 106, 0.16), transparent 55%),
        radial-gradient(ellipse 60% 50% at 12% 85%, rgba(22, 53, 40, 0.55), transparent 60%),
        linear-gradient(155deg, var(--home-deep) 0%, var(--home-navy) 48%, var(--home-turf) 100%);
    color: #f7f4ee;
    isolation: isolate;
}

.home-hero[b-m0v6fieak0]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
    pointer-events: none;
}

.home-hero-visual[b-m0v6fieak0] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-hero-visual svg[b-m0v6fieak0] {
    position: absolute;
    right: -4%;
    bottom: 0;
    width: min(78%, 820px);
    height: auto;
    opacity: 0.92;
    animation: home-visual-in-b-m0v6fieak0 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero-copy[b-m0v6fieak0] {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    animation: home-copy-in-b-m0v6fieak0 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-brand[b-m0v6fieak0] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.15rem;
    margin: 0 0 1.35rem;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 6vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #fff;
}

.home-brand span[b-m0v6fieak0] {
    color: var(--home-gold);
}

.home-hero h1[b-m0v6fieak0] {
    margin: 0 0 1rem;
    max-width: 14ch;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: clamp(1.85rem, 3.8vw, 2.65rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #fff;
}

.home-hero-lede[b-m0v6fieak0] {
    margin: 0 0 1.75rem;
    max-width: 36ch;
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(247, 244, 238, 0.78);
}

.home-cta[b-m0v6fieak0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-btn[b-m0v6fieak0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.65rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.home-btn:hover[b-m0v6fieak0] {
    transform: translateY(-1px);
    text-decoration: none;
}

.home-btn-primary[b-m0v6fieak0] {
    background: var(--home-gold);
    color: var(--home-deep);
}

.home-btn-primary:hover[b-m0v6fieak0] {
    background: var(--home-gold-soft);
    color: var(--home-deep);
}

.home-btn-ghost[b-m0v6fieak0] {
    background: transparent;
    border-color: rgba(247, 244, 238, 0.35);
    color: #f7f4ee;
}

.home-btn-ghost:hover[b-m0v6fieak0] {
    border-color: rgba(247, 244, 238, 0.7);
    color: #fff;
}

.home-btn-dark[b-m0v6fieak0] {
    background: var(--home-ink);
    color: #fff;
}

.home-btn-dark:hover[b-m0v6fieak0] {
    background: #1a2740;
    color: #fff;
}

.home-btn-outline[b-m0v6fieak0] {
    background: transparent;
    border-color: rgba(14, 22, 36, 0.22);
    color: var(--home-ink);
}

.home-btn-outline:hover[b-m0v6fieak0] {
    border-color: var(--home-ink);
    color: var(--home-ink);
}

/* ── Sections ─────────────────────────────────────────────────────────────── */

.home-section[b-m0v6fieak0] {
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.home-section-label[b-m0v6fieak0] {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(14, 22, 36, 0.45);
}

.home-section h2[b-m0v6fieak0] {
    margin: 0 0 0.75rem;
    max-width: 18ch;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
    font-weight: 550;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.home-section-intro[b-m0v6fieak0] {
    margin: 0 0 2.25rem;
    max-width: 42ch;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--home-muted);
}

/* ── Models ───────────────────────────────────────────────────────────────── */

.home-models[b-m0v6fieak0] {
    background:
        linear-gradient(180deg, #fff 0%, var(--home-mist) 100%);
}

.home-model-grid[b-m0v6fieak0] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--home-line);
}

.home-model[b-m0v6fieak0] {
    padding: 1.5rem 1.25rem 1.65rem 0;
    border-bottom: 1px solid var(--home-line);
    animation: home-rise-b-m0v6fieak0 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-model:nth-child(1)[b-m0v6fieak0] { animation-delay: 0.05s; }
.home-model:nth-child(2)[b-m0v6fieak0] { animation-delay: 0.12s; }
.home-model:nth-child(3)[b-m0v6fieak0] { animation-delay: 0.19s; }
.home-model:nth-child(4)[b-m0v6fieak0] { animation-delay: 0.26s; }

.home-model + .home-model[b-m0v6fieak0] {
    padding-left: 1.35rem;
    border-left: 1px solid var(--home-line);
}

.home-model-swatch[b-m0v6fieak0] {
    width: 2rem;
    height: 3px;
    margin-bottom: 1rem;
    border-radius: 1px;
}

.home-model[data-model="wt"] .home-model-swatch[b-m0v6fieak0] { background: var(--wt); }
.home-model[data-model="lr"] .home-model-swatch[b-m0v6fieak0] { background: var(--lr); }
.home-model[data-model="lg"] .home-model-swatch[b-m0v6fieak0] { background: var(--lg); }
.home-model[data-model="rr"] .home-model-swatch[b-m0v6fieak0] { background: var(--rr); }

.home-model h3[b-m0v6fieak0] {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.home-model p[b-m0v6fieak0] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--home-muted);
}

/* ── Pipeline ─────────────────────────────────────────────────────────────── */

.home-pipeline[b-m0v6fieak0] {
    background: var(--home-paper);
}

.home-steps[b-m0v6fieak0] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    counter-reset: home-step;
}

.home-step[b-m0v6fieak0] {
    position: relative;
    padding-top: 0.25rem;
}

.home-step[b-m0v6fieak0]::before {
    counter-increment: home-step;
    content: counter(home-step, decimal-leading-zero);
    display: block;
    margin-bottom: 0.85rem;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--home-gold);
    letter-spacing: 0.04em;
}

.home-step h3[b-m0v6fieak0] {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.home-step p[b-m0v6fieak0] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--home-muted);
}

/* ── Report ───────────────────────────────────────────────────────────────── */

.home-report[b-m0v6fieak0] {
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(232, 197, 106, 0.12), transparent 50%),
        linear-gradient(160deg, var(--home-navy), var(--home-deep));
    color: #f7f4ee;
}

.home-report .home-section-label[b-m0v6fieak0] {
    color: rgba(247, 244, 238, 0.45);
}

.home-report .home-section-intro[b-m0v6fieak0] {
    color: rgba(247, 244, 238, 0.7);
}

.home-report-panel[b-m0v6fieak0] {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: end;
}

.home-compare[b-m0v6fieak0] {
    display: grid;
    gap: 0.65rem;
}

.home-compare-row[b-m0v6fieak0] {
    display: grid;
    grid-template-columns: 7.5rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.7rem 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    font-size: 0.88rem;
}

.home-compare-row strong[b-m0v6fieak0] {
    font-weight: 650;
    letter-spacing: 0.01em;
}

.home-compare-bar[b-m0v6fieak0] {
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.home-compare-bar > span[b-m0v6fieak0] {
    display: block;
    height: 100%;
    border-radius: 2px;
    transform-origin: left center;
    animation: home-bar-b-m0v6fieak0 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.home-compare-row[data-model="actual"] .home-compare-bar > span[b-m0v6fieak0] {
    width: 100%;
    background: var(--home-gold);
}

.home-compare-row[data-model="wt"] .home-compare-bar > span[b-m0v6fieak0] {
    width: 86%;
    background: var(--wt);
}

.home-compare-row[data-model="lr"] .home-compare-bar > span[b-m0v6fieak0] {
    width: 78%;
    background: #b39ddb;
}

.home-compare-row[data-model="lg"] .home-compare-bar > span[b-m0v6fieak0] {
    width: 91%;
    background: var(--lg);
}

.home-compare-row[data-model="rr"] .home-compare-bar > span[b-m0v6fieak0] {
    width: 82%;
    background: var(--rr);
}

.home-compare-hit[b-m0v6fieak0] {
    color: rgba(247, 244, 238, 0.55);
    font-variant-numeric: tabular-nums;
}

.home-report-copy h2[b-m0v6fieak0] {
    max-width: 14ch;
}

/* ── Closing CTA ──────────────────────────────────────────────────────────── */

.home-close[b-m0v6fieak0] {
    padding: clamp(3rem, 7vw, 4.5rem) 0;
    background: #fff;
    border-top: 1px solid var(--home-line);
}

.home-close-row[b-m0v6fieak0] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.home-close h2[b-m0v6fieak0] {
    margin: 0 0 0.4rem;
    max-width: none;
    font-size: clamp(1.45rem, 2.8vw, 1.9rem);
}

.home-close p[b-m0v6fieak0] {
    margin: 0;
    max-width: 38ch;
    color: var(--home-muted);
}

/* ── Motion ───────────────────────────────────────────────────────────────── */

@keyframes home-copy-in-b-m0v6fieak0 {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes home-visual-in-b-m0v6fieak0 {
    from {
        opacity: 0;
        transform: translateX(28px) scale(1.02);
    }
    to {
        opacity: 0.92;
        transform: none;
    }
}

@keyframes home-rise-b-m0v6fieak0 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes home-bar-b-m0v6fieak0 {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-copy[b-m0v6fieak0],
    .home-hero-visual svg[b-m0v6fieak0],
    .home-model[b-m0v6fieak0],
    .home-compare-bar > span[b-m0v6fieak0] {
        animation: none !important;
    }
}

/* ── Responsive ───────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
    .home-model-grid[b-m0v6fieak0],
    .home-steps[b-m0v6fieak0],
    .home-report-panel[b-m0v6fieak0] {
        grid-template-columns: 1fr 1fr;
    }

    .home-model + .home-model[b-m0v6fieak0] {
        padding-left: 0;
        border-left: none;
    }

    .home-model:nth-child(odd)[b-m0v6fieak0] {
        padding-right: 1rem;
        border-right: 1px solid var(--home-line);
    }

    .home-model:nth-child(even)[b-m0v6fieak0] {
        padding-left: 1rem;
    }

    .home-hero-visual svg[b-m0v6fieak0] {
        width: min(92%, 560px);
        opacity: 0.55;
        right: -8%;
    }
}

@media (max-width: 640px) {
    .home[b-m0v6fieak0] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .home-inner[b-m0v6fieak0] {
        width: min(100% - 2rem, 1120px);
    }

    .home-hero[b-m0v6fieak0] {
        min-height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
        align-items: flex-start;
    }

    .home-hero-visual svg[b-m0v6fieak0] {
        top: 8%;
        bottom: auto;
        width: 120%;
        right: -25%;
        opacity: 0.28;
    }

    .home-model-grid[b-m0v6fieak0],
    .home-steps[b-m0v6fieak0],
    .home-report-panel[b-m0v6fieak0] {
        grid-template-columns: 1fr;
    }

    .home-model:nth-child(odd)[b-m0v6fieak0],
    .home-model:nth-child(even)[b-m0v6fieak0] {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }

    .home-compare-row[b-m0v6fieak0] {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }
}
