/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-ink'
(140,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-ink'
(150,35): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(159,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-muted'
(175,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-green'
(204,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(209,32): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(217,22): run-time error CSS1039: Token not allowed after unary operator: '-deposit-pale'
(218,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-muted'
(224,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(231,35): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(245,35): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(249,34): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(253,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(258,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-muted'
(268,22): run-time error CSS1039: Token not allowed after unary operator: '-deposit-pale'
(292,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-muted'
(310,28): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(334,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(351,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-muted'
(368,14): run-time error CSS1039: Token not allowed after unary operator: '-deposit-navy'
(406,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(433,22): run-time error CSS1039: Token not allowed after unary operator: '-deposit-navy'
(442,22): run-time error CSS1039: Token not allowed after unary operator: '-deposit-navy'
(472,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-green'
(478,22): run-time error CSS1039: Token not allowed after unary operator: '-deposit-navy'
(523,28): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(530,17): run-time error CSS1039: Token not allowed after unary operator: '-deposit-blue'
(535,33): run-time error CSS1039: Token not allowed after unary operator: '-deposit-sky'
(579,38): run-time error CSS1039: Token not allowed after unary operator: '-deposit-line'
(600,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --deposit-navy: #071d3d;
    --deposit-blue: #005fb8;
    --deposit-sky: #37a5e8;
    --deposit-ink: #10243e;
    --deposit-muted: #5d6c7d;
    --deposit-pale: #f3f8fc;
    --deposit-line: rgba(7, 45, 91, 0.12);
    --deposit-green: #16855b;
}

.stable-deposit-feature {
    color: var(--deposit-ink);
    overflow: hidden;
}

.stable-deposit-feature h1,
.stable-deposit-feature h2,
.stable-deposit-feature h3,
.stable-deposit-feature p {
    text-wrap: pretty;
}

.stable-feature-hero {
    position: relative;
    padding: 1.25rem 0 3rem;
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgba(55, 165, 232, 0.34), transparent 30%),
        linear-gradient(135deg, #005fb8 0%, #073c79 48%, #071d3d 100%);
}

.stable-feature-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -13rem;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.stable-feature-breadcrumb {
    margin-bottom: 1.25rem;
}

.stable-feature-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.875rem;
}

.stable-feature-breadcrumb li + li::before {
    margin-right: 0.6rem;
    color: rgba(255, 255, 255, 0.42);
    content: "/";
}

.stable-feature-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.stable-feature-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: #8fd5ff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.stable-feature-hero h1 {
    max-width: 16ch;
    margin-bottom: 1rem;
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 900;
    line-height: 0.99;
    letter-spacing: -0.045em;
}

.stable-feature-intro {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.55;
}

.stable-feature-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.25rem;
}

.stable-feature-text-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.stable-feature-text-link:hover,
.stable-feature-text-link:focus {
    color: #fff;
    text-decoration: underline;
}

.stable-feature-text-link i {
    margin-left: 0.35rem;
}

.stable-feature-assurance {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.stable-feature-assurance i {
    margin-right: 0.35rem;
    color: #7be3bd;
}

.deposit-summary {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 35rem;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.98);
    color: var(--deposit-ink);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.deposit-summary__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--deposit-line);
}

.deposit-summary__header div {
    display: flex;
    flex-direction: column;
}

.deposit-summary__header span:first-child {
    color: var(--deposit-muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.deposit-summary__header strong {
    margin-top: 0.2rem;
    font-size: 1.15rem;
}

.deposit-status {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(22, 133, 91, 0.1);
    color: var(--deposit-green) !important;
    padding: 0.45rem 0.7rem;
    font-size: 0.76rem !important;
}

.deposit-summary dl {
    margin: 0;
    padding: 0.55rem 1.2rem;
}

.deposit-summary dl > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem 0;
}

.deposit-summary dt {
    font-weight: 500;
}

.deposit-summary dd {
    margin: 0;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.deposit-summary__deposit {
    color: var(--deposit-blue);
}

.deposit-summary__total {
    margin-top: 0.35rem;
    border-top: 1px solid var(--deposit-line);
    font-size: 1.12rem;
}

.deposit-summary__footer {
    display: grid;
    gap: 0.55rem;
    padding: 0.8rem 1.2rem;
    background: var(--deposit-pale);
    color: var(--deposit-muted);
    font-size: 0.84rem;
}

.deposit-summary__footer i {
    width: 1.25rem;
    color: var(--deposit-blue);
    text-align: center;
}

.stable-feature-proof {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--deposit-line);
    background: #fff;
}

.stable-feature-proof__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stable-feature-proof__grid div {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.35rem 1rem;
    border-bottom: 1px solid var(--deposit-line);
}

.stable-feature-proof__grid div:nth-child(odd) {
    border-right: 1px solid var(--deposit-line);
}

.stable-feature-proof__grid strong {
    color: var(--deposit-blue);
    font-size: 1rem;
}

.stable-feature-proof__grid span {
    color: var(--deposit-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.stable-feature-section {
    padding: 4.5rem 0;
}

.stable-feature-section--light {
    background: var(--deposit-pale);
}

.stable-feature-heading {
    max-width: 48rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.stable-feature-heading--left {
    margin-left: 0;
    text-align: left;
}

.stable-feature-heading h2,
.stable-feature-section h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.65rem, 3.5vw, 2.4rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.stable-feature-heading p {
    color: var(--deposit-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.deposit-steps {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.deposit-steps li {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid var(--deposit-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.8rem 2rem rgba(7, 45, 91, 0.06);
}

.deposit-steps__number {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    color: rgba(0, 95, 184, 0.12);
    font-size: 2rem;
    font-weight: 900;
}

.deposit-steps li > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.1rem;
    border-radius: 0.8rem;
    background: rgba(0, 95, 184, 0.09);
    color: var(--deposit-blue);
    font-size: 1.2rem;
}

.deposit-steps h3,
.stable-booking-types h3,
.stable-feature-benefits h3,
.stable-feature-faq h3 {
    font-size: 1.1rem;
    font-weight: 800;
}

.deposit-steps p,
.stable-booking-types p,
.stable-feature-benefits p,
.stable-feature-faq p {
    margin-bottom: 0;
    color: var(--deposit-muted);
    line-height: 1.65;
}

.stable-feature-video {
    position: relative;
    display: flex;
    min-height: 19rem;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    overflow: hidden;
    padding: 2rem;
    border-radius: 1.35rem;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(55, 165, 232, 0.17), transparent 45%),
        var(--deposit-navy);
    box-shadow: 0 1.5rem 3rem rgba(7, 29, 61, 0.18);
}

.stable-feature-video::before,
.stable-feature-video::after {
    position: absolute;
    width: 12rem;
    height: 12rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.stable-feature-video::before {
    top: -6rem;
    right: -3rem;
}

.stable-feature-video::after {
    bottom: -8rem;
    left: -3rem;
}

.stable-feature-video > div {
    position: relative;
    z-index: 1;
}

.stable-feature-video__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff;
    color: var(--deposit-blue);
    box-shadow: 0 0 0 0.65rem rgba(255, 255, 255, 0.1);
}

.stable-feature-video span {
    color: #8fd5ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.stable-feature-video strong {
    display: block;
    margin: 0.35rem 0;
    font-size: 1.2rem;
}

.stable-feature-video p {
    max-width: 25rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.stable-feature-video-player {
    overflow: hidden;
    border: 1px solid rgba(7, 29, 61, 0.12);
    border-radius: 1.35rem;
    background: var(--deposit-navy);
    box-shadow: 0 1.5rem 3rem rgba(7, 29, 61, 0.18);
}

.stable-feature-video-player video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: var(--deposit-navy);
}

.stable-feature-checklist {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.stable-feature-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #30445c;
    font-weight: 600;
    line-height: 1.5;
}

.stable-feature-checklist i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    margin-top: 0.05rem;
    border-radius: 50%;
    background: rgba(22, 133, 91, 0.11);
    color: var(--deposit-green);
    font-size: 0.7rem;
}

.stable-feature-section--ink {
    color: #fff;
    background: var(--deposit-navy);
}

.stable-feature-section--ink p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.stable-booking-types {
    display: grid;
    gap: 1rem;
}

.stable-booking-types article {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.stable-booking-types__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    background: rgba(55, 165, 232, 0.16);
    color: #8fd5ff;
}

.stable-booking-types p {
    color: rgba(255, 255, 255, 0.7);
}

.stable-feature-benefits,
.stable-feature-faq__grid {
    display: grid;
    gap: 1rem;
}

.stable-feature-benefits article,
.stable-feature-faq article {
    padding: 1.5rem;
    border: 1px solid var(--deposit-line);
    border-radius: 1rem;
    background: #fff;
}

.stable-feature-benefits article > i {
    margin-bottom: 1rem;
    color: var(--deposit-blue);
    font-size: 1.55rem;
}

.stable-feature-faq article {
    border-left: 4px solid var(--deposit-sky);
}

.stable-feature-faq h3 {
    margin-bottom: 0.55rem;
}

.stable-deposit-feature .social-icon-link {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (min-width: 576px) {
    .stable-feature-actions {
        flex-direction: row;
        align-items: center;
    }

    .deposit-summary__footer,
    .stable-booking-types,
    .stable-feature-faq__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .stable-feature-hero {
        padding-bottom: 6rem;
    }

    .stable-feature-proof__grid,
    .deposit-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .stable-feature-proof__grid div {
        border-right: 1px solid var(--deposit-line);
        border-bottom: 0;
        padding: 1.6rem 1.25rem;
    }

    .stable-feature-proof__grid div:last-child {
        border-right: 0;
    }

    .stable-feature-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .stable-feature-hero {
        padding-top: 1.5rem;
        padding-bottom: 3.75rem;
    }

    .stable-feature-hero .row {
        --bs-gutter-y: 1.5rem;
    }

    .stable-feature-section {
        padding: 6rem 0;
    }

    .deposit-summary {
        transform: rotate(1.25deg);
    }

    .deposit-steps li:nth-child(even) {
        transform: translateY(1rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

