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

.st-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;
}
.st-crumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.st-crumb a { color: #fff; text-decoration: none; }
.st-crumb i { font-size: 10px; color: var(--sk-accent); }
.st-hero h1 {
    color: #fff !important;
    font-size: clamp(30px, 4.4vw, 50px);
    margin-bottom: 18px;
    text-wrap: balance;
    max-width: 880px;
}
.st-hero h1 span { color: var(--sk-accent); }
.st-hero p.lead {
    font-size: 17.5px;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 28px;
    max-width: 680px;
}
.st-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.st-hero-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.st-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;
}
.st-hbadge i { color: var(--sk-accent); }

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

.st-split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 56px;
    align-items: center;
}
.st-split.rev { grid-template-columns: .9fr 1.1fr; }
.st-split p { font-size: 15px; line-height: 1.8; }
.st-media {
    border-radius: var(--sk-radius);
    overflow: hidden;
    box-shadow: var(--sk-shadow);
    min-height: 420px;
    background-size: cover;
    background-position: center;
}

.st-when { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.st-wc {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    padding: 32px;
    display: flex;
    gap: 20px;
    transition: .3s;
}
.st-wc:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}
.st-wc .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;
}
.st-wc h3 { font-size: 18.5px; margin-bottom: 8px; }
.st-wc p { font-size: 14px; color: var(--sk-muted); margin: 0; line-height: 1.7; }

.st-plan {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 22px;
    box-shadow: var(--sk-shadow);
    padding: 38px;
}
.st-plan .q {
    font-size: 14px;
    font-weight: 700;
    color: var(--sk-dark);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.st-plan .q i { color: var(--sk-accent); }
.st-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}
.st-type {
    background: var(--sk-soft);
    border: 1.5px solid var(--sk-line);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    font-family: inherit;
}
.st-type:hover { border-color: var(--sk-accent); }
.st-type.active {
    border-color: var(--sk-accent);
    background: #fff;
    box-shadow: var(--sk-shadow);
}
.st-type i {
    font-size: 22px;
    color: var(--sk-primary-2);
    display: block;
    margin-bottom: 8px;
}
.st-type.active i { color: var(--sk-accent-2); }
.st-type .t { font-size: 13.5px; font-weight: 600; color: var(--sk-dark); display: block; }
.st-type .s { font-size: 12px; color: var(--sk-muted); display: block; margin-top: 4px; }
.st-timewrap { margin-bottom: 8px; }
.st-timehead {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}
.st-timehead .big {
    font-size: 26px;
    font-weight: 700;
    color: var(--sk-primary);
    font-variant-numeric: tabular-nums;
}
.st-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 50px;
    background: var(--sk-line);
    outline: none;
}
.st-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--sk-accent);
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(255, 138, 30, .45);
}
.st-range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--sk-accent);
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(255, 138, 30, .45);
}
.st-zones {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--sk-muted);
    margin: 8px 2px 26px;
}
.st-out {
    background: var(--sk-primary);
    color: #fff;
    border-radius: 16px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}
.st-out .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #ffcf9e;
    font-weight: 600;
}
.st-out p {
    font-size: 15px;
    color: rgba(255, 255, 255, .92);
    margin: 6px 0 0;
    max-width: 560px;
    line-height: 1.6;
}
.st-out p b { color: #fff; }
.st-out .sk-btn { white-space: nowrap; }

.st-bl { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.st-blc {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    padding: 34px;
    transition: .3s;
}
.st-blc:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}
.st-blc .ic {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--sk-soft);
    color: var(--sk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}
.st-blc h3 { font-size: 20px; margin-bottom: 10px; }
.st-blc p {
    font-size: 14.5px;
    color: var(--sk-muted);
    line-height: 1.75;
    margin: 0 0 14px;
}
.st-blc a {
    font-size: 14px;
    font-weight: 600;
    color: var(--sk-primary-2);
    text-decoration: none;
}

.st-feat { background: var(--sk-primary); color: #fff; }
.st-feat h2,
.st-feat .sk-section-head h2 { color: #fff !important; }
.st-track { max-width: 900px; margin: 0 auto; }
.st-nodes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    margin-bottom: 34px;
}
.st-nodes::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50px;
}
.st-nodes .prog {
    position: absolute;
    top: 27px;
    left: 12%;
    height: 3px;
    background: var(--sk-accent);
    border-radius: 50px;
    width: 0;
    transition: width .4s ease;
    z-index: 1;
}
.st-node { position: relative; z-index: 2; text-align: center; cursor: pointer; }
.st-node .dot {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #1b3f68;
    border: 3px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    transition: .25s;
}
.st-node.active .dot,
.st-node.done .dot {
    background: var(--sk-accent);
    border-color: var(--sk-accent);
}
.st-node .lab {
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
}
.st-node.active .lab { color: #fff; }
.st-panel {
    background: #fff;
    color: var(--sk-body);
    border-radius: 18px;
    padding: 32px;
    display: flex;
    gap: 22px;
    align-items: center;
}
.st-panel .ic {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 16px;
    background: var(--sk-soft);
    color: var(--sk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.st-panel h3 { font-size: 20px; margin-bottom: 6px; }
.st-panel p {
    font-size: 14.5px;
    color: var(--sk-muted);
    margin: 0;
    line-height: 1.7;
}
.st-track-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}
.st-track-nav button {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: .2s;
}
.st-track-nav button:hover {
    background: var(--sk-accent);
    border-color: var(--sk-accent);
}

.st-cover {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 26px;
}
.st-covc {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    padding: 28px;
    transition: .3s;
}
.st-covc:hover {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
    transform: translateY(-4px);
}
.st-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;
}
.st-covc h4 { font-size: 18px; margin-bottom: 6px; }
.st-covc p {
    font-size: 13.5px;
    color: var(--sk-muted);
    margin: 0;
    line-height: 1.65;
}
.st-cover-note {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: var(--sk-muted);
    background: var(--sk-soft);
    border: 1px dashed var(--sk-line);
    border-radius: 12px;
    padding: 18px 24px;
}
.st-cover-note i { color: var(--sk-accent); margin-right: 8px; }

.st-pc { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.st-pcc {
    border-radius: var(--sk-radius);
    padding: 36px;
    border: 1px solid var(--sk-line);
}
.st-pcc.p { background: #fff; }
.st-pcc.c { background: var(--sk-soft); }
.st-pcc .ic {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    background: var(--sk-primary);
    color: #fff;
}
.st-pcc.c .ic { background: var(--sk-accent); }
.st-pcc h3 { font-size: 20px; margin-bottom: 10px; }
.st-pcc p {
    font-size: 14.5px;
    color: var(--sk-body);
    line-height: 1.75;
    margin: 0;
}

.st-faq {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}
.st-faq details {
    background: #fff;
    border: 1px solid var(--sk-line);
    border-radius: 12px;
    padding: 0 24px;
}
.st-faq details[open] {
    box-shadow: var(--sk-shadow);
    border-color: transparent;
}
.st-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;
}
.st-faq summary::-webkit-details-marker { display: none; }
.st-faq summary::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--sk-accent);
    font-size: 14px;
}
.st-faq details[open] summary::after { content: "\f068"; }
.st-faq .a {
    padding: 0 0 22px;
    font-size: 14.5px;
    color: var(--sk-muted);
    line-height: 1.75;
}

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

.st-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);
}
.st-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;
}
.st-mobilebar a:last-child { border-right: none; }
.st-mobilebar a i { font-size: 17px; color: var(--sk-accent); }
.st-mobilebar a.wa i { color: #25d366; }

@media (max-width: 991px) {
    .st-split,
    .st-split.rev { grid-template-columns: 1fr; }
    .st-trust-in { grid-template-columns: repeat(2, 1fr); }
    .st-when,
    .st-bl,
    .st-pc { grid-template-columns: 1fr; }
    .st-cover { grid-template-columns: 1fr; }
    .st-media { min-height: 280px; }
    .st-out {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .st-mobilebar { display: grid; }
    body { padding-bottom: 60px; }
    .st-nodes .lab { font-size: 11.5px; }
    .st-panel { flex-direction: column; text-align: center; }
}

@media (max-width: 575px) {
    .st-trust-in,
    .st-types { grid-template-columns: 1fr; }
    .st-nodes .dot { width: 44px; height: 44px; font-size: 16px; }
}
