/* =========================================================
   VORIK — LIST YOUR VEHICLE PREMIUM
   ========================================================= */

[data-vorik-list-vehicle] {
    --vly-blue: #0f4c81;
    --vly-blue-2: #1768a6;
    --vly-sky: #38bdf8;
    --vly-ink: #10263b;
    --vly-muted: #637487;
    --vly-line: #dfe8ef;
    --vly-soft: #f4f8fb;
    --vly-white: #ffffff;
    --vly-dark: #092d4c;
    --vly-green: #168b63;

    color: var(--vly-ink);
    background: #fff;
    overflow: hidden;
}

[data-vorik-list-vehicle] *,
[data-vorik-list-vehicle] *::before,
[data-vorik-list-vehicle] *::after {
    box-sizing: border-box;
}

.vly-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.vly-section {
    padding: 92px 0;
}

.vly-kicker,
.vly-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vly-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vly-section-heading {
    max-width: 720px;
    margin-bottom: 46px;
}

.vly-section-heading-center {
    margin-inline: auto;
    text-align: center;
}

.vly-section-heading h2,
.vly-control-copy h2,
.vly-scale-card h2,
.vly-opportunity-card h2,
.vly-faq-intro h2,
.vly-final-copy h2 {
    margin: 12px 0 16px;
    color: var(--vly-ink);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.vly-section-heading p,
.vly-control-copy > p,
.vly-scale-card > p,
.vly-faq-intro > p {
    margin: 0;
    color: var(--vly-muted);
    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.vly-btn {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.vly-btn:hover {
    transform: translateY(-2px);
}

.vly-btn-primary,
.vly-btn-primary:link,
.vly-btn-primary:visited {
    background: var(--vly-blue);
    border: 1px solid var(--vly-blue);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(15,76,129,.18);
}

.vly-btn-primary:hover {
    background: var(--vly-dark);
    border-color: var(--vly-dark);
    color: #fff !important;
}

.vly-btn-secondary,
.vly-btn-secondary:link,
.vly-btn-secondary:visited {
    background: #fff;
    border: 1px solid #cfdce7;
    color: var(--vly-ink) !important;
}

.vly-btn-secondary:hover {
    border-color: var(--vly-blue);
    color: var(--vly-blue) !important;
}

.vly-btn-dark,
.vly-btn-dark:link,
.vly-btn-dark:visited {
    background: var(--vly-dark);
    border: 1px solid var(--vly-dark);
    color: #fff !important;
}

.vly-btn-dark:hover {
    background: var(--vly-blue);
    border-color: var(--vly-blue);
    color: #fff !important;
}

.vly-btn-white,
.vly-btn-white:link,
.vly-btn-white:visited {
    background: #fff;
    border: 1px solid #fff;
    color: var(--vly-dark) !important;
}

.vly-btn-white:hover {
    background: var(--vly-sky);
    border-color: var(--vly-sky);
    color: var(--vly-dark) !important;
}

.vly-btn:focus-visible,
.vly-faq-item button:focus-visible {
    outline: 3px solid #f6c945;
    outline-offset: 3px;
}


/* =========================================================
   HERO
   ========================================================= */

.vly-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 92px 0 100px;
    background:
        radial-gradient(circle at 82% 26%, rgba(56,189,248,.18), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(15,76,129,.08), transparent 28%),
        linear-gradient(135deg, #f8fbfd 0%, #fff 58%, #f0f8fc 100%);
}

.vly-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(15,76,129,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,76,129,.045) 1px, transparent 1px);
    background-size: 38px 38px;
}

.vly-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
    gap: 70px;
    align-items: center;
}

.vly-hero-copy h1 {
    max-width: 650px;
    margin: 18px 0 22px;
    color: var(--vly-ink);
    font-size: clamp(46px, 5.4vw, 72px);
    line-height: .99;
    letter-spacing: -.055em;
}

.vly-lead {
    max-width: 650px;
    margin: 0;
    color: var(--vly-muted);
    font-size: 19px;
    line-height: 1.72;
}

.vly-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.vly-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 32px;
}

.vly-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #53677a;
    font-size: 13px;
    font-weight: 700;
}

.vly-trust-row i {
    color: var(--vly-blue);
}


/* HERO VISUAL */

.vly-hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vly-orbit {
    position: absolute;
    border: 1px solid rgba(15,76,129,.12);
    border-radius: 50%;
}

.vly-orbit-one {
    width: 470px;
    height: 470px;
}

.vly-orbit-two {
    width: 360px;
    height: 360px;
}

.vly-owner-card {
    position: relative;
    z-index: 3;
    width: min(420px, 90%);
    padding: 22px;
    border: 1px solid rgba(15,76,129,.12);
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 32px 70px rgba(20,54,82,.18);
    backdrop-filter: blur(18px);
}

.vly-owner-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vly-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #e9f5fc;
    color: var(--vly-blue);
}

.vly-owner-head div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vly-owner-head small {
    color: #8292a0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
}

.vly-owner-head strong {
    font-size: 16px;
}

.vly-status {
    margin-left: auto;
    color: var(--vly-green);
    font-size: 20px;
}

.vly-car-scene {
    position: relative;
    height: 190px;
    margin: 22px 0;
    border-radius: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 10%, rgba(56,189,248,.25), transparent 32%),
        linear-gradient(160deg, #eaf6fc, #f8fbfd);
}

.vly-road {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 31px;
    height: 4px;
    border-radius: 20px;
    background: #bed1de;
}

.vly-car {
    position: absolute;
    left: 50%;
    bottom: 39px;
    width: 220px;
    height: 90px;
    transform: translateX(-50%);
}

.vly-car-body {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 58px;
    border-radius: 28px 44px 15px 15px;
    background: linear-gradient(135deg, var(--vly-blue), #1d75b6);
    box-shadow: inset -20px -10px 30px rgba(0,0,0,.08);
}

.vly-car-roof {
    position: absolute;
    z-index: 2;
    left: 51px;
    top: 0;
    width: 115px;
    height: 48px;
    border-radius: 58px 65px 0 0;
    transform: skewX(-8deg);
    background: var(--vly-blue);
}

.vly-window {
    position: absolute;
    top: 8px;
    height: 24px;
    background: #ccecf9;
}

.vly-window-a {
    left: 54px;
    width: 46px;
    border-radius: 18px 3px 3px 3px;
}

.vly-window-b {
    left: 105px;
    width: 48px;
    border-radius: 3px 18px 3px 3px;
}

.vly-wheel {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 34px;
    height: 34px;
    border: 7px solid #183244;
    border-radius: 50%;
    background: #dce8ef;
}

.vly-wheel-a { left: 35px; }
.vly-wheel-b { right: 34px; }

.vly-owner-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.vly-owner-controls > div {
    min-height: 94px;
    padding: 12px;
    border: 1px solid #e2eaf0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fbfdfe;
}

.vly-owner-controls span {
    color: var(--vly-blue);
}

.vly-owner-controls small {
    color: #7b8c9b;
    font-size: 10px;
}

.vly-owner-controls b {
    font-size: 12px;
}

.vly-floating-card {
    position: absolute;
    z-index: 5;
    min-width: 180px;
    padding: 13px 15px;
    border: 1px solid rgba(15,76,129,.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20,54,82,.14);
}

.vly-floating-card > i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #eaf6fc;
    color: var(--vly-blue);
}

.vly-floating-card div {
    display: flex;
    flex-direction: column;
}

.vly-floating-card small {
    color: #8a98a5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
}

.vly-floating-card b {
    font-size: 12px;
}

.vly-floating-control {
    left: -5px;
    top: 105px;
}

.vly-floating-network {
    right: -12px;
    bottom: 90px;
}


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

.vly-benefits {
    background: #fff;
}

.vly-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.vly-benefit-card {
    min-height: 265px;
    padding: 28px;
    border: 1px solid var(--vly-line);
    border-radius: 22px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vly-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(20,54,82,.09);
}

.vly-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    background: #eaf6fc;
    color: var(--vly-blue);
    font-size: 19px;
}

.vly-benefit-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
}

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


/* =========================================================
   HOW IT WORKS
   ========================================================= */

.vly-how {
    background: var(--vly-soft);
}

.vly-steps {
    display: grid;
    grid-template-columns: 1fr 80px 1fr 80px 1fr;
    align-items: center;
}

.vly-step {
    min-height: 300px;
    padding: 28px;
    border: 1px solid #dce6ed;
    border-radius: 22px;
    background: #fff;
}

.vly-step-number {
    display: block;
    margin-bottom: 26px;
    color: #a8b8c4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.vly-step-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    background: var(--vly-blue);
    color: #fff;
    font-size: 19px;
}

.vly-step h3 {
    margin: 0 0 11px;
    font-size: 20px;
}

.vly-step p {
    margin: 0;
    color: var(--vly-muted);
    font-size: 14px;
    line-height: 1.72;
}

.vly-step-line {
    height: 1px;
    background: #c9d9e4;
}


/* =========================================================
   CONTROL / DASHBOARD
   ========================================================= */

.vly-control-section {
    background: var(--vly-dark);
}

.vly-control-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.vly-control-copy .vly-kicker {
    color: var(--vly-sky);
}

.vly-control-copy h2 {
    color: #fff;
}

.vly-control-copy > p {
    color: #b9cad7;
}

.vly-control-list {
    margin: 30px 0;
    display: grid;
    gap: 13px;
}

.vly-control-list div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #e9f3f8;
    font-size: 14px;
    font-weight: 700;
}

.vly-control-list i {
    color: var(--vly-sky);
}

.vly-dashboard {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 35px 80px rgba(0,0,0,.25);
}

.vly-dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5edf2;
}

.vly-dashboard-top > div {
    display: flex;
    flex-direction: column;
}

.vly-dashboard-top small {
    color: var(--vly-blue);
    font-weight: 900;
    letter-spacing: .1em;
}

.vly-dashboard-top b {
    margin-top: 3px;
}

.vly-dashboard-avatar {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eaf6fc;
    color: var(--vly-blue);
}

.vly-dashboard-vehicle {
    margin: 20px 0;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    background: #f4f9fc;
}

.vly-dashboard-car {
    width: 82px;
    height: 65px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--vly-blue);
    color: #fff;
    font-size: 30px;
}

.vly-dashboard-vehicle > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vly-dashboard-vehicle small {
    color: #8293a1;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
}

.vly-dashboard-vehicle strong {
    font-size: 16px;
}

.vly-dashboard-vehicle span {
    color: var(--vly-green);
    font-size: 11px;
    font-weight: 800;
}

.vly-dashboard-vehicle span i {
    font-size: 6px;
    vertical-align: middle;
}

.vly-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vly-dashboard-grid > div {
    min-height: 105px;
    padding: 15px;
    border: 1px solid #e1eaf0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vly-dashboard-grid i {
    margin-bottom: 8px;
    color: var(--vly-blue);
}

.vly-dashboard-grid small {
    color: #80909d;
    font-size: 10px;
}

.vly-dashboard-grid b {
    font-size: 13px;
}


/* =========================================================
   ECOSYSTEM
   ========================================================= */

.vly-ecosystem-section {
    background: #fff;
}

.vly-network {
    max-width: 1020px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: 190px 100px 220px 1fr;
    align-items: center;
}

.vly-network-node,
.vly-network-core,
.vly-network-branches > div {
    border: 1px solid var(--vly-line);
    background: #fff;
    box-shadow: 0 16px 35px rgba(20,54,82,.07);
}

.vly-network-node {
    min-height: 140px;
    padding: 22px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    text-align: center;
    font-weight: 800;
}

.vly-network-node i {
    color: var(--vly-blue);
    font-size: 26px;
}

.vly-network-line {
    height: 2px;
    background: linear-gradient(90deg, #cbdbe5, var(--vly-blue));
}

.vly-network-core {
    min-height: 190px;
    padding: 22px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--vly-blue);
    color: #fff;
}

.vly-network-core b {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--vly-blue);
    font-size: 28px;
}

.vly-network-core strong {
    font-size: 20px;
}

.vly-network-core small {
    margin-top: 4px;
    color: #d5effb;
}

.vly-network-branches {
    position: relative;
    padding-left: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.vly-network-branches::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 2px;
    background: #cbdbe5;
}

.vly-network-branches > div {
    min-height: 90px;
    padding: 14px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.vly-network-branches i {
    color: var(--vly-blue);
    font-size: 18px;
}


/* =========================================================
   OWNER / FLEET
   ========================================================= */

.vly-scale-section {
    background: var(--vly-soft);
}

.vly-scale-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.vly-scale-card {
    min-height: 390px;
    padding: 42px;
    border-radius: 28px;
}

.vly-scale-owner {
    border: 1px solid #dce6ed;
    background: #fff;
}

.vly-scale-fleet {
    background:
        radial-gradient(circle at 90% 0%, rgba(56,189,248,.22), transparent 35%),
        var(--vly-dark);
}

.vly-scale-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 35px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #e8f5fc;
    color: var(--vly-blue);
    font-size: 22px;
}

.vly-scale-fleet .vly-scale-icon {
    background: rgba(255,255,255,.12);
    color: var(--vly-sky);
}

.vly-scale-fleet .vly-kicker {
    color: var(--vly-sky);
}

.vly-scale-fleet h2,
.vly-scale-fleet > p {
    color: #fff;
}

.vly-scale-fleet > p {
    opacity: .74;
}

.vly-scale-card > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: var(--vly-blue);
    text-decoration: none;
    font-weight: 800;
}

.vly-scale-fleet > a {
    color: var(--vly-sky);
}


/* =========================================================
   OPPORTUNITY NOTE
   ========================================================= */

.vly-opportunity-section {
    padding-top: 20px;
    background: #fff;
}

.vly-opportunity-card {
    padding: 36px 42px;
    border: 1px solid #dce8ef;
    border-radius: 26px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    align-items: start;
    background: linear-gradient(135deg, #f7fbfd, #fff);
}

.vly-opportunity-icon {
    width: 62px;
    height: 62px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    background: var(--vly-blue);
    color: #fff;
    font-size: 22px;
}

.vly-opportunity-card h2 {
    margin-top: 9px;
    font-size: 28px;
}

.vly-opportunity-card p {
    max-width: 850px;
    margin: 0;
    color: var(--vly-muted);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   FAQ
   ========================================================= */

.vly-faq-section {
    background: #fff;
}

.vly-faq-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 80px;
    align-items: start;
}

.vly-faq-intro {
    position: sticky;
    top: 110px;
}

.vly-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    color: var(--vly-blue);
    text-decoration: none;
    font-weight: 800;
}

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

.vly-faq-item {
    border-bottom: 1px solid var(--vly-line);
}

.vly-faq-item button {
    width: 100%;
    min-height: 78px;
    padding: 18px 4px;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: transparent;
    color: var(--vly-ink);
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.vly-faq-item button i {
    color: var(--vly-blue);
    transition: transform .2s ease;
}

.vly-faq-item.is-open button i {
    transform: rotate(45deg);
}

.vly-faq-answer {
    padding: 0 50px 22px 4px;
}

.vly-faq-answer p {
    margin: 0;
    color: var(--vly-muted);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.vly-final-section {
    padding: 20px 0 95px;
    background: #fff;
}

.vly-final-card {
    position: relative;
    min-height: 420px;
    padding: 60px;
    border-radius: 34px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    background:
        radial-gradient(circle at 90% 10%, rgba(56,189,248,.28), transparent 35%),
        linear-gradient(135deg, var(--vly-blue), var(--vly-dark));
}

.vly-final-copy {
    position: relative;
    z-index: 3;
}

.vly-final-copy > span {
    color: var(--vly-sky);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.vly-final-copy h2 {
    max-width: 620px;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
}

.vly-final-copy p {
    max-width: 600px;
    margin: 0 0 28px;
    color: #d4e5ef;
    font-size: 16px;
    line-height: 1.7;
}

.vly-final-visual {
    position: relative;
    min-height: 290px;
}

.vly-final-mark {
    position: absolute;
    right: 60px;
    top: 0;
    color: rgba(255,255,255,.09);
    font-size: 230px;
    line-height: 1;
    font-weight: 900;
}

.vly-final-car {
    position: absolute;
    z-index: 2;
    left: 40px;
    right: 0;
    top: 85px;
    color: #fff;
    text-align: center;
    font-size: 120px;
    filter: drop-shadow(0 20px 20px rgba(0,0,0,.22));
}

.vly-final-road {
    position: absolute;
    left: 10%;
    right: 0;
    bottom: 45px;
    height: 2px;
    background: rgba(255,255,255,.25);
}

.vly-final-badge {
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 5px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.12);
    color: #fff;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
}

.vly-final-badge i {
    color: #7ee7be;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
    .vly-hero-grid,
    .vly-control-grid {
        grid-template-columns: 1fr;
    }

    .vly-hero-copy {
        max-width: 760px;
    }

    .vly-hero-visual {
        width: min(650px, 100%);
        margin-inline: auto;
    }

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

    .vly-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vly-step-line {
        width: 1px;
        height: 28px;
        margin-inline: auto;
    }

    .vly-network {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 650px;
    }

    .vly-network-line {
        width: 2px;
        height: 35px;
        margin-inline: auto;
    }

    .vly-network-branches {
        padding: 45px 0 0;
    }

    .vly-network-branches::before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 45px;
    }
}

@media (max-width: 800px) {
    .vly-section {
        padding: 70px 0;
    }

    .vly-shell {
        width: min(100% - 28px, 1180px);
    }

    .vly-hero {
        padding: 70px 0;
    }

    .vly-hero-copy h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .vly-hero-grid {
        gap: 30px;
    }

    .vly-floating-control {
        left: 0;
    }

    .vly-floating-network {
        right: 0;
    }

    .vly-scale-grid,
    .vly-faq-layout,
    .vly-final-card {
        grid-template-columns: 1fr;
    }

    .vly-faq-layout {
        gap: 40px;
    }

    .vly-faq-intro {
        position: static;
    }

    .vly-final-card {
        padding: 42px 30px;
    }

    .vly-final-visual {
        min-height: 240px;
    }
}

@media (max-width: 580px) {
    .vly-benefit-grid {
        grid-template-columns: 1fr;
    }

    .vly-owner-card {
        width: 100%;
    }

    .vly-owner-controls {
        grid-template-columns: 1fr;
    }

    .vly-car-scene {
        height: 170px;
    }

    .vly-floating-card {
        display: none;
    }

    .vly-hero-visual {
        min-height: auto;
        padding: 30px 0;
    }

    .vly-orbit {
        display: none;
    }

    .vly-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .vly-scale-card {
        min-height: auto;
        padding: 30px 24px;
    }

    .vly-opportunity-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .vly-network-branches {
        grid-template-columns: 1fr 1fr;
    }

    .vly-final-card {
        border-radius: 24px;
    }

    .vly-final-car {
        left: 0;
        font-size: 90px;
    }

    .vly-actions .vly-btn {
        width: 100%;
    }
}
