/* Vehicle Storage page — extends shared sk-home / svc tokens from business-storage.css */

.vh-hero {
    position: relative;
    background: linear-gradient(115deg, rgba(14, 32, 54, .92), rgba(28, 90, 153, .80)),
        url("../../assets/images/frontend/bg/Inner_Small_Banner_2.jpg") center / cover no-repeat;
    color: #fff;
    padding: 64px 0 88px;
}
.vh-crumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.vh-crumb a { color: #fff; text-decoration: none; }
.vh-crumb i { font-size: 10px; color: var(--sk-accent); }
.vh-hero h1 {
    color: #fff !important;
    font-size: clamp(30px, 4.4vw, 50px);
    margin-bottom: 18px;
    text-wrap: balance;
    max-width: 860px;
}
.vh-hero h1 span { color: var(--sk-accent); }
.vh-hero p.lead {
    font-size: 17.5px;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 28px;
    max-width: 680px;
}
.vh-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.vh-hero-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.vh-hbadge {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
}
.vh-hbadge i { color: var(--sk-accent); }

.vh-trust { background: #fff; border-bottom: 1px solid var(--sk-line); }
.vh-trust-in {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    padding: 26px 0;
}
.vh-trust-i {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--sk-dark);
}
.vh-trust-i i { color: var(--sk-accent); font-size: 20px; }

.vh-split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 56px;
    align-items: center;
}
.vh-split.rev { grid-template-columns: .9fr 1.1fr; }
.vh-split p { font-size: 15px; line-height: 1.8; }
.vh-media {
    border-radius: var(--sk-radius);
    overflow: hidden;
    box-shadow: var(--sk-shadow);
    min-height: 420px;
    background-size: cover;
    background-position: center;
}
.vh-term { display: grid; gap: 18px; margin-top: 8px; }
.vh-term-i { display: flex; gap: 16px; }
.vh-term-i .ic {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--sk-soft);
    color: var(--sk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}
.vh-term-i h4 { font-size: 16.5px; margin-bottom: 4px; }
.vh-term-i p { font-size: 14px; color: var(--sk-muted); margin: 0; line-height: 1.65; }

.vh-cfg {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 22px;
    box-shadow: var(--sk-shadow);
    padding: 38px;
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 36px 40px;
    align-items: start;
}
.vh-cfg .q {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--sk-dark);
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vh-cfg .q i { color: var(--sk-accent); }
.vh-typegrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}
.vh-tp {
    background: var(--sk-soft);
    border: 1.5px solid var(--sk-line);
    border-radius: 12px;
    padding: 15px 8px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    font-family: inherit;
}
.vh-tp:hover { border-color: var(--sk-accent); }
.vh-tp.active {
    border-color: var(--sk-accent);
    background: #fff;
    box-shadow: var(--sk-shadow);
}
.vh-tp i {
    font-size: 22px;
    color: var(--sk-primary-2);
    display: block;
    margin-bottom: 7px;
}
.vh-tp.active i { color: var(--sk-accent-2); }
.vh-tp span { font-size: 12.5px; font-weight: 600; color: var(--sk-dark); }
.vh-seg {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.vh-seg button {
    flex: 1;
    min-width: 110px;
    background: var(--sk-soft);
    border: 1.5px solid var(--sk-line);
    border-radius: 10px;
    padding: 11px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--sk-dark);
    cursor: pointer;
    font-family: inherit;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.vh-seg button i { color: var(--sk-accent); }
.vh-seg button.active {
    background: var(--sk-primary);
    color: #fff;
    border-color: var(--sk-primary);
}
.vh-seg button.active i { color: #fff; }
.vh-visual {
    background: var(--sk-soft);
    border-radius: 18px;
    padding: 26px;
    text-align: center;
}
.vh-bay {
    position: relative;
    height: 158px;
    border: 2px dashed var(--sk-primary-2);
    border-radius: 12px;
    background: repeating-linear-gradient(45deg, #fff, #fff 11px, #eef2f7 11px, #eef2f7 22px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: .3s;
}
.vh-bay.enclosed {
    background: #eef4fb;
    border-style: solid;
    border-color: var(--sk-primary);
}
.vh-bay .veh-ic {
    font-size: 44px;
    color: var(--sk-accent-2);
    transition: .35s;
}
.vh-foot {
    height: 12px;
    border-radius: 50px;
    background: var(--sk-accent);
    transition: width .4s ease;
    width: 40%;
}
.vh-visual .cap {
    font-size: 13px;
    color: var(--sk-muted);
    margin: 0;
}
.vh-visual .cap b { color: var(--sk-dark); }
.vh-cfg-out {
    grid-column: 1 / -1;
    background: var(--sk-primary);
    color: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}
.vh-cfg-out .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #ffcf9e;
    font-weight: 600;
}
.vh-cfg-out p {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .92);
    margin: 6px 0 0;
    max-width: 600px;
    line-height: 1.6;
}
.vh-cfg-out p b { color: #fff; }

.vh-cmp {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--sk-shadow);
    border: 1px solid var(--sk-line);
    user-select: none;
}
.vh-cmp-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.vh-cmp-panel .pic { font-size: 44px; margin-bottom: 14px; }
.vh-cmp-panel h3 { font-size: 22px; margin-bottom: 8px; }
.vh-cmp-panel p {
    font-size: 14px;
    max-width: 380px;
    margin: 0 auto 12px;
    line-height: 1.6;
}
.vh-cmp-panel .tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.vh-cmp-panel .tags span {
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 13px;
}
.vh-out {
    background: linear-gradient(135deg, #eaf1f8, #d9e6f4);
    color: var(--sk-dark);
}
.vh-out .pic { color: var(--sk-primary-2); }
.vh-out .tags span { background: #fff; color: var(--sk-primary); }
.vh-in-wrap {
    position: absolute;
    inset: 0;
    clip-path: inset(0 50% 0 0);
}
.vh-in {
    background: linear-gradient(135deg, #123a63, #1c5a99);
    color: #fff;
}
.vh-in .pic { color: var(--sk-accent); }
.vh-in h3 { color: #fff; }
.vh-in .tags span {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}
.vh-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}
.vh-handle .grip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--sk-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sk-shadow);
    font-size: 15px;
}
.vh-cmp input[type=range] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
    z-index: 4;
}
.vh-cmp-labels {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 16px auto 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--sk-muted);
}

.vh-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.vh-card {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    padding: 32px;
    display: flex;
    gap: 20px;
    transition: .3s;
}
.vh-card:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}
.vh-card .ic {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--sk-soft);
    color: var(--sk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.vh-card h3 { font-size: 18.5px; margin-bottom: 8px; }
.vh-card p {
    font-size: 14px;
    color: var(--sk-muted);
    margin: 0;
    line-height: 1.7;
}

.vh-flist {
    list-style: none;
    padding: 0;
    margin: 18px 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.vh-flist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sk-dark);
}
.vh-flist li i {
    color: var(--sk-accent);
    width: 20px;
    text-align: center;
}

.vh-cover {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.vh-covc {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    padding: 28px;
    transition: .3s;
}
.vh-covc:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}
.vh-covc .ic {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--sk-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.vh-covc h4 { font-size: 18px; margin-bottom: 6px; }
.vh-covc p {
    font-size: 13.5px;
    color: var(--sk-muted);
    margin: 0;
    line-height: 1.65;
}

.vh-supports {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 30px;
    max-width: 920px;
    margin: 0 auto;
}
.vh-sup {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 12px;
    padding: 16px 20px;
    transition: .25s;
}
.vh-sup:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
}
.vh-sup i { color: #2ec16e; margin-top: 2px; }
.vh-sup span {
    font-size: 14.5px;
    font-weight: 500;
    color: var(--sk-dark);
    line-height: 1.5;
}

.vh-faq {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}
.vh-faq details {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 12px;
    padding: 0 24px;
}
.vh-faq details[open] {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
}
.vh-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 0;
    font-size: 15.5px;
    font-weight: 600;
    color: var(--sk-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.vh-faq summary::-webkit-details-marker { display: none; }
.vh-faq summary::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--sk-accent);
    font-size: 14px;
}
.vh-faq details[open] summary::after { content: "\f068"; }
.vh-faq .a {
    padding: 0 0 22px;
    font-size: 14.5px;
    color: var(--sk-muted);
    line-height: 1.75;
}

.vh-quote-wrap .svc-quote {
    background: linear-gradient(120deg, var(--sk-primary), var(--sk-primary-2));
}

.vh-mobilebar {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(18, 58, 99, .12);
}
.vh-mobilebar a {
    padding: 12px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--sk-dark);
    text-decoration: none;
    border-right: 1px solid var(--sk-line);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.vh-mobilebar a:last-child { border-right: none; }
.vh-mobilebar a i { font-size: 17px; color: var(--sk-accent); }
.vh-mobilebar a.wa i { color: #25d366; }

@media (max-width: 991px) {
    .vh-split,
    .vh-split.rev,
    .vh-cfg { grid-template-columns: 1fr; }
    .vh-trust-in { grid-template-columns: repeat(2, 1fr); }
    .vh-cards,
    .vh-cover,
    .vh-supports { grid-template-columns: 1fr; }
    .vh-media { min-height: 280px; }
    .vh-cfg-out {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .vh-mobilebar { display: grid; }
    body { padding-bottom: 60px; }
    .vh-cmp { height: auto; }
    .vh-cmp-panel { position: static; }
    .vh-in-wrap {
        position: static;
        clip-path: none !important;
    }
    .vh-handle,
    .vh-cmp input[type=range] { display: none; }
    .vh-cmp-labels { display: none; }
}
@media (max-width: 575px) {
    .vh-trust-in,
    .vh-typegrid { grid-template-columns: 1fr; }
    .vh-cards { grid-template-columns: 1fr; }
    .vh-flist { grid-template-columns: 1fr; }
}
