/* =========================================================
   VelkiSupport Mobile-First Design
   ========================================================= */

:root {
    --vs-navy: #071426;
    --vs-navy-light: #0d203a;
    --vs-blue: #2f6bff;
    --vs-blue-dark: #2155d7;
    --vs-cyan: #16c7d9;
    --vs-green: #1ecf83;
    --vs-green-dark: #10aa69;

    --vs-background: #f4f7fb;
    --vs-card: #ffffff;
    --vs-text: #101c2e;
    --vs-muted: #68768b;
    --vs-border: #dfe7f1;

    --vs-blue-soft: #eaf1ff;
    --vs-cyan-soft: #e9fbfd;
    --vs-green-soft: #e9fff5;
    --vs-purple-soft: #f1eaff;
    --vs-orange-soft: #fff4df;

    --vs-shadow-small: 0 4px 15px rgba(7, 20, 38, 0.06);
    --vs-shadow-medium: 0 14px 35px rgba(7, 20, 38, 0.10);
    --vs-shadow-blue: 0 10px 25px rgba(47, 107, 255, 0.23);
}


/* =========================================================
   Reset and Global Style
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--vs-background);
    color: var(--vs-text);
    font-family: "Manrope", "Hind Siliguri", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

body.admin-bar .site-header {
    top: 46px;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.site-main {
    width: 100%;
    overflow: hidden;
}

.section-container {
    width: calc(100% - 28px);
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.screen-reader-text:focus {
    top: 8px;
    left: 8px;
    z-index: 99999;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    border-radius: 8px;
    background: var(--vs-card);
    color: var(--vs-text);
}


/* =========================================================
   Mobile Header
   ========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgba(223, 231, 241, 0.90);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 20px rgba(7, 20, 38, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-inner {
    display: flex;
    width: calc(100% - 24px);
    max-width: 1120px;
    min-height: 66px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 11px 4px 11px 4px;
    background: linear-gradient(
        145deg,
        var(--vs-blue),
        var(--vs-cyan)
    );
    box-shadow: 0 8px 20px rgba(47, 107, 255, 0.25);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.brand-name {
    color: var(--vs-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.7px;
    white-space: nowrap;
}

.brand-name span {
    color: var(--vs-blue);
}


/* Customer Service Button */

.customer-support {
    display: inline-flex;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 5px 10px 5px 6px;
    border: 1px solid rgba(30, 207, 131, 0.30);
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        #f0fff8,
        #e6fff3
    );
    box-shadow: 0 8px 22px rgba(30, 207, 131, 0.13);
    color: #087247;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

.customer-support:active {
    transform: scale(0.97);
}

.support-icon {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(
        145deg,
        #24d889,
        #13b970
    );
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.25),
        0 5px 12px rgba(30, 207, 131, 0.20);
}

.support-icon svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
}

.support-text {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


/* =========================================================
   Mobile Hero
   ========================================================= */

.hero-section {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background:
        linear-gradient(
            140deg,
            #061224 0%,
            #0a1b32 53%,
            #0b2542 100%
        );
    color: #ffffff;
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.10;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.22) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.22) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
    mask-image: linear-gradient(
        to bottom,
        #000000,
        transparent 96%
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000000,
        transparent 96%
    );
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-glow-one {
    top: -170px;
    left: 50%;
    width: 460px;
    height: 390px;
    transform: translateX(-50%);
    background: radial-gradient(
        circle,
        rgba(47, 107, 255, 0.42),
        transparent 68%
    );
}

.hero-glow-two {
    right: -200px;
    bottom: -220px;
    width: 450px;
    height: 450px;
    background: radial-gradient(
        circle,
        rgba(22, 199, 217, 0.24),
        transparent 70%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    width: calc(100% - 28px);
    max-width: 900px;
    margin: 0 auto;
    padding: 54px 0 52px;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(130, 176, 255, 0.25);
    border-radius: 999px;
    background: rgba(47, 107, 255, 0.12);
    color: #b5ccff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--vs-cyan);
    box-shadow: 0 0 0 5px rgba(22, 199, 217, 0.12);
}

.hero-title {
    margin: 23px 0 18px;
    color: #ffffff;
    font-size: clamp(39px, 12vw, 55px);
    font-weight: 800;
    letter-spacing: -2.4px;
    line-height: 1.02;
}

.hero-title span {
    display: block;
    background: linear-gradient(
        90deg,
        #79a7ff,
        #54e2e8
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    max-width: 720px;
    margin: 0 auto;
    color: #aebbd0;
    font-size: 12px;
    line-height: 1.8;
}

.hero-description-bangla {
    display: block;
    margin-top: 9px;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 13px;
}

.hero-statistics {
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding: 13px 9px;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.statistic-item {
    display: grid;
    flex: 1;
    gap: 1px;
    text-align: center;
}

.statistic-item strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.statistic-item span {
    color: #8798b1;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.statistic-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.13);
}


/* =========================================================
   Mobile Search
   ========================================================= */

.agent-search-section {
    position: relative;
    z-index: 4;
    width: calc(100% - 28px);
    max-width: 860px;
    margin: -26px auto 0;
}

.agent-search-box {
    display: flex;
    min-height: 57px;
    align-items: center;
    gap: 9px;
    padding: 7px 7px 7px 14px;
    border: 1px solid var(--vs-border);
    border-radius: 17px;
    background: var(--vs-card);
    box-shadow: 0 18px 45px rgba(7, 20, 38, 0.14);
}

.search-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    fill: none;
    stroke: #8a98aa;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.agent-search-box input {
    width: 100%;
    min-width: 0;
    flex: 1;
    padding: 8px 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--vs-text);
    font-size: 11px;
}

.agent-search-box input::placeholder {
    color: #9aa6b7;
}

.agent-search-box button {
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        var(--vs-blue),
        var(--vs-blue-dark)
    );
    box-shadow: var(--vs-shadow-blue);
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
}


/* =========================================================
   Agent Directory
   ========================================================= */

.agent-directory {
    padding-top: 65px;
}

.section-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.section-label {
    display: block;
    margin-bottom: 5px;
    color: var(--vs-blue);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-heading h2,
.faq-heading h2 {
    margin: 0;
    color: var(--vs-navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

.agent-count {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid #cfe0ff;
    border-radius: 999px;
    background: #edf3ff;
    color: var(--vs-blue);
    font-size: 9px;
    font-weight: 800;
}

.agent-list {
    display: grid;
    gap: 12px;
}

.agent-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 17px 15px;
    overflow: hidden;
    border: 1px solid var(--vs-border);
    border-radius: 17px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.agent-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: linear-gradient(
        var(--vs-blue),
        var(--vs-cyan)
    );
    content: "";
}

.agent-avatar {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
}

.avatar-blue {
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
}

.avatar-green {
    background: var(--vs-green-soft);
    color: #0a9b64;
}

.avatar-purple {
    background: var(--vs-purple-soft);
    color: #8057d9;
}

.avatar-orange {
    background: var(--vs-orange-soft);
    color: #c67a14;
}

.agent-information {
    min-width: 0;
}

.agent-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.agent-name-row h3 {
    margin: 0;
    overflow: hidden;
    color: var(--vs-navy);
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-verified-icon {
    display: inline-grid;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    place-items: center;
    border-radius: 50%;
    background: var(--vs-blue);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
}

.agent-role {
    margin: 4px 0 10px;
    color: var(--vs-muted);
    font-size: 9px;
}

.agent-role span {
    padding: 0 3px;
    color: #c2cbd7;
}

.agent-role strong {
    color: #e49a20;
    font-weight: 800;
}

.agent-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.agent-skills span {
    padding: 4px 7px;
    border: 1px solid #e5ebf3;
    border-radius: 7px;
    background: #f7f9fc;
    color: #56657a;
    font-size: 8px;
    font-weight: 700;
}

.agent-contact {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 13px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #edf1f6;
}

.agent-status-row {
    display: none;
}

.agent-whatsapp-button {
    display: inline-flex;
    min-height: 41px;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        #1ecf83,
        #14af6e
    );
    box-shadow: 0 8px 19px rgba(30, 207, 131, 0.20);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
}

.agent-whatsapp-button svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.agent-phone {
    flex: 0 0 auto;
    color: #7f8da1;
    font-size: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.no-agent-results {
    padding: 40px 20px;
    border: 1px dashed #cbd6e4;
    border-radius: 17px;
    background: var(--vs-card);
    color: var(--vs-muted);
    text-align: center;
    font-size: 12px;
}

.no-agent-results[hidden] {
    display: none;
}


/* =========================================================
   Trust Cards
   ========================================================= */

.trust-section {
    margin-top: 48px;
}

.trust-grid {
    display: grid;
    gap: 11px;
}

.trust-card {
    padding: 21px 18px;
    border: 1px solid var(--vs-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 3px 12px rgba(7, 20, 38, 0.03);
}

.trust-number {
    color: var(--vs-cyan);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.trust-card h3 {
    margin: 14px 0 7px;
    color: var(--vs-navy);
    font-size: 13px;
    font-weight: 800;
}

.trust-card p {
    margin: 0;
    color: var(--vs-muted);
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   FAQ
   ========================================================= */

.faq-section {
    margin-top: 58px;
    padding-top: 48px;
    padding-bottom: 70px;
    border-top: 1px solid var(--vs-border);
}

.faq-heading {
    margin-bottom: 23px;
}

.faq-list {
    display: grid;
    gap: 9px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--vs-border);
    border-radius: 15px;
    background: var(--vs-card);
}

.faq-question {
    display: flex;
    width: 100%;
    min-height: 58px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    background: transparent;
    color: var(--vs-navy);
    cursor: pointer;
    text-align: left;
    font-size: 10px;
    font-weight: 800;
}

.faq-symbol {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    place-items: center;
    border-radius: 8px;
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
    font-size: 17px;
    font-weight: 500;
    transition:
        transform 0.20s ease,
        background 0.20s ease;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.24s ease;
}

.faq-answer p {
    min-height: 0;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    color: var(--vs-muted);
    font-size: 10px;
    line-height: 1.75;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
    padding-bottom: 17px;
}

.faq-item.is-open .faq-symbol {
    transform: rotate(45deg);
    background: var(--vs-blue);
    color: #ffffff;
}


/* =========================================================
   Mobile Footer
   ========================================================= */

.site-footer {
    background:
        linear-gradient(
            145deg,
            #061224,
            #0a1c33
        );
    color: #ffffff;
}

.footer-inner {
    display: grid;
    width: calc(100% - 28px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 38px 0 27px;
    gap: 27px;
}

.footer-brand .brand-name {
    color: #ffffff;
}

.footer-description {
    margin: 11px 0 4px;
    color: #8292aa;
    font-size: 9px;
}

.footer-domain {
    color: #6f9fff;
    font-size: 9px;
    font-weight: 700;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.footer-navigation a {
    color: #99a8bc;
    font-size: 9px;
    font-weight: 600;
}

.footer-bottom {
    width: calc(100% - 28px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    margin: 0;
    color: #65758c;
    font-size: 8px;
    line-height: 1.7;
}


/* =========================================================
   Larger Mobile: 400px+
   ========================================================= */

@media (min-width: 400px) {

    .header-inner {
        width: calc(100% - 28px);
    }

    .brand-name {
        font-size: 17px;
    }

    .support-text {
        font-size: 12px;
    }

    .hero-content {
        padding-top: 60px;
    }

    .hero-badge {
        font-size: 9px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-description {
        font-size: 13px;
    }

    .agent-search-box input {
        font-size: 12px;
    }

    .agent-search-box button {
        padding-right: 18px;
        padding-left: 18px;
    }

    .agent-whatsapp-button {
        flex: 0 1 165px;
    }

    .agent-phone {
        font-size: 9px;
    }

    .faq-question {
        font-size: 11px;
    }
}


/* =========================================================
   Tablet: 600px+
   ========================================================= */

@media (min-width: 600px) {

    body.admin-bar .site-header {
        top: 32px;
    }

    .header-inner {
        min-height: 72px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 17px;
    }

    .brand-name {
        font-size: 19px;
    }

    .customer-support {
        min-height: 46px;
        padding: 6px 13px 6px 7px;
    }

    .support-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .support-text {
        font-size: 13px;
    }

    .hero-section {
        min-height: 455px;
    }

    .hero-content {
        padding-top: 65px;
    }

    .hero-title span {
        display: inline;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-statistics {
        width: auto;
        max-width: 590px;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 20px;
    }

    .statistic-item strong {
        font-size: 18px;
    }

    .statistic-item span {
        font-size: 8px;
    }

    .agent-search-box input {
        font-size: 13px;
    }

    .agent-search-box button {
        min-width: 92px;
    }

    .section-heading h2,
    .faq-heading h2 {
        font-size: 22px;
    }

    .agent-card {
        grid-template-columns: 57px minmax(0, 1fr);
        padding: 20px;
    }

    .agent-avatar {
        width: 54px;
        height: 54px;
        font-size: 14px;
    }

    .agent-name-row h3 {
        font-size: 16px;
    }

    .agent-role {
        font-size: 11px;
    }

    .agent-skills span {
        font-size: 9px;
    }

    .agent-contact {
        padding-left: 70px;
    }

    .agent-whatsapp-button {
        font-size: 10px;
    }

    .agent-phone {
        font-size: 10px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-question,
    .faq-answer p {
        font-size: 11px;
    }
}


/* =========================================================
   Desktop: 850px+
   ========================================================= */

@media (min-width: 850px) {

    .header-inner,
    .section-container,
    .footer-inner,
    .footer-bottom {
        width: calc(100% - 48px);
    }

    .hero-section {
        min-height: 430px;
    }

    .hero-content {
        padding: 67px 0 58px;
    }

    .hero-title {
        font-size: 66px;
        letter-spacing: -3.7px;
    }

    .hero-description-bangla {
        margin-top: 5px;
    }

    .hero-statistics {
        gap: 20px;
    }

    .agent-search-section {
        width: calc(100% - 48px);
    }

    .agent-directory {
        padding-top: 72px;
    }

    .agent-card {
        grid-template-columns:
            62px
            minmax(0, 1fr)
            255px;
        align-items: center;
        gap: 18px;
        padding: 22px;
    }

    .agent-card::before {
        opacity: 0;
        transition: opacity 0.18s ease;
    }

    .agent-card:hover {
        transform: translateY(-2px);
        border-color: #bfd2f5;
        box-shadow: var(--vs-shadow-medium);
    }

    .agent-card:hover::before {
        opacity: 1;
    }

    .agent-avatar {
        width: 58px;
        height: 58px;
        border-radius: 17px;
        font-size: 15px;
    }

    .mobile-verified-icon {
        display: none;
    }

    .agent-contact {
        display: grid;
        grid-column: auto;
        width: auto;
        padding: 0;
        justify-items: end;
        border-top: 0;
    }

    .agent-status-row {
        display: flex;
        margin-bottom: 9px;
        gap: 6px;
    }

    .agent-status,
    .agent-id {
        padding: 5px 8px;
        border-radius: 7px;
        font-size: 8px;
        font-weight: 800;
    }

    .agent-status {
        background: var(--vs-green-soft);
        color: #0c9660;
    }

    .agent-id {
        border: 1px solid #e1e7ef;
        background: #f7f9fb;
        color: #7c899b;
    }

    .agent-whatsapp-button {
        min-height: 38px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .agent-phone {
        margin-top: 6px;
    }

    .trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .faq-section {
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 60px;
    }

    .faq-heading {
        margin: 0;
    }

    .footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-navigation {
        justify-content: flex-end;
        gap: 24px;
    }
}


/* =========================================================
   Large Desktop: 1100px+
   ========================================================= */

@media (min-width: 1100px) {

    .hero-title {
        font-size: 72px;
    }

    .section-heading h2,
    .faq-heading h2 {
        font-size: 24px;
    }

    .agent-name-row h3 {
        font-size: 17px;
    }

    .trust-card {
        min-height: 178px;
        padding: 23px 20px;
    }

    .trust-card h3 {
        font-size: 14px;
    }
}


/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
.site-header.is-scrolled {
    box-shadow: 0 8px 28px rgba(7, 20, 38, 0.10);
}
/* =========================================================
   Default WordPress Pages
   ========================================================= */

.default-page-section {
    min-height: 65vh;
    padding: 55px 0 70px;
}

.default-page-header {
    margin-bottom: 25px;
}

.default-page-header h1 {
    margin: 0;
    color: var(--vs-navy);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
}

.default-post-list {
    display: grid;
    gap: 15px;
}

.default-post-card {
    overflow: hidden;
    border: 1px solid var(--vs-border);
    border-radius: 18px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
}

.default-post-thumbnail img {
    width: 100%;
    height: auto;
}

.default-post-content {
    padding: 20px;
}

.default-post-date {
    color: var(--vs-blue);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.default-post-content h2 {
    margin: 8px 0 10px;
    color: var(--vs-navy);
    font-size: 19px;
    font-weight: 800;
}

.default-post-excerpt {
    color: var(--vs-muted);
    font-size: 11px;
}

.default-read-more,
.default-home-button {
    display: inline-flex;
    min-height: 40px;
    margin-top: 13px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--vs-blue);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.default-pagination {
    margin-top: 30px;
}

.default-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.default-pagination .page-numbers {
    display: grid;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    place-items: center;
    border: 1px solid var(--vs-border);
    border-radius: 9px;
    background: var(--vs-card);
    color: var(--vs-muted);
    font-size: 10px;
    font-weight: 700;
}

.default-pagination .current {
    border-color: var(--vs-blue);
    background: var(--vs-blue);
    color: #ffffff;
}

.default-empty-state {
    padding: 45px 20px;
    border: 1px solid var(--vs-border);
    border-radius: 18px;
    background: var(--vs-card);
    text-align: center;
}

.default-empty-state h2 {
    margin: 0 0 8px;
    color: var(--vs-navy);
    font-size: 20px;
}

.default-empty-state p {
    margin: 0;
    color: var(--vs-muted);
    font-size: 11px;
}

@media (min-width: 700px) {
    .default-post-card {
        display: grid;
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .default-post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .default-post-content {
        padding: 25px;
    }
}
/* =========================================================
   Contact Page
   ========================================================= */

.inner-page-hero {
    position: relative;
    overflow: hidden;
    padding: 52px 0;
    background: linear-gradient(
        140deg,
        #061224,
        #0b2542
    );
    color: #ffffff;
}

.inner-page-glow {
    position: absolute;
    top: -150px;
    right: -140px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(47, 107, 255, 0.42),
        transparent 70%
    );
}

.inner-page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-page-label {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid rgba(130, 176, 255, 0.25);
    border-radius: 999px;
    background: rgba(47, 107, 255, 0.13);
    color: #aac5ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.inner-page-hero h1 {
    margin: 16px 0 8px;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.inner-page-hero p {
    max-width: 570px;
    margin: 0 auto;
    color: #aebbd0;
    font-size: 11px;
    line-height: 1.7;
}

.contact-section {
    padding: 42px 0 70px;
}

.contact-layout {
    display: grid;
    gap: 18px;
}

.contact-form-card,
.contact-information-card,
.contact-hours-card,
.response-time-card {
    border: 1px solid var(--vs-border);
    border-radius: 18px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
}

.contact-form-card {
    padding: 20px 16px;
}

.contact-form-heading {
    margin-bottom: 24px;
}

.contact-form-heading h2,
.contact-information-card h2,
.contact-hours-card h2 {
    margin: 0;
    color: var(--vs-navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.contact-form-heading p {
    margin: 7px 0 0;
    color: var(--vs-muted);
    font-size: 10px;
}

.contact-form,
.form-row {
    display: grid;
    gap: 15px;
}

.form-field {
    display: grid;
    gap: 6px;
}

.form-field label {
    color: var(--vs-text);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.form-field label span {
    color: #e34d59;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid var(--vs-border);
    border-radius: 11px;
    outline: none;
    background: #f9fbfd;
    color: var(--vs-text);
    font-size: 11px;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

.form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--vs-blue);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.10);
}

.form-field small {
    color: #8c98a9;
    font-size: 8px;
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-submit-button {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        var(--vs-blue),
        var(--vs-blue-dark)
    );
    box-shadow: var(--vs-shadow-blue);
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.contact-message {
    display: flex;
    margin-bottom: 20px;
    padding: 14px;
    align-items: flex-start;
    gap: 11px;
    border-radius: 12px;
}

.contact-message > span {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
}

.contact-message strong {
    display: block;
    font-size: 11px;
}

.contact-message p {
    margin: 3px 0 0;
    font-size: 9px;
}

.contact-message-success {
    border: 1px solid #bcebd7;
    background: var(--vs-green-soft);
    color: #08764b;
}

.contact-message-success > span {
    background: var(--vs-green);
    color: #ffffff;
}

.contact-message-error {
    border: 1px solid #f3c6ca;
    background: #fff1f2;
    color: #a8323c;
}

.contact-message-error > span {
    background: #e34d59;
    color: #ffffff;
}

.contact-sidebar {
    display: grid;
    gap: 14px;
}

.contact-information-card,
.contact-hours-card {
    padding: 20px 16px;
}

.contact-information-card h2,
.contact-hours-card h2 {
    margin-bottom: 20px;
}

.contact-method {
    display: flex;
    padding: 13px 0;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid #edf1f6;
}

.contact-method:last-child {
    border-bottom: 0;
}

.contact-method-icon {
    display: grid;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    place-items: center;
    border-radius: 11px;
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
    font-size: 12px;
    font-weight: 800;
}

.contact-method-green {
    background: var(--vs-green-soft);
    color: #0c9660;
}

.contact-method-purple {
    background: var(--vs-purple-soft);
    color: #8057d9;
}

.contact-method-dark {
    background: #edf1f6;
    color: var(--vs-navy);
}

.contact-method small {
    display: block;
    margin-bottom: 2px;
    color: var(--vs-muted);
    font-size: 8px;
}

.contact-method a {
    color: var(--vs-text);
    font-size: 10px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.support-hour-row {
    display: flex;
    padding: 11px 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #edf1f6;
    font-size: 9px;
}

.support-hour-row span {
    color: var(--vs-muted);
}

.support-hour-row strong {
    color: var(--vs-text);
    font-size: 8px;
}

.support-hour-row.is-closed strong {
    color: #d3515b;
}

.support-timezone {
    margin: 13px 0 0;
    color: #8996a8;
    font-size: 8px;
}

.response-time-card {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
}

.response-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--vs-green);
    box-shadow: 0 0 0 5px rgba(30, 207, 131, 0.12);
}

.response-time-card p {
    margin: 0;
    color: var(--vs-muted);
    font-size: 9px;
}

.response-time-card strong {
    color: var(--vs-text);
}

@media (min-width: 600px) {
    .form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-form-card,
    .contact-information-card,
    .contact-hours-card {
        padding: 25px;
    }

    .inner-page-hero h1 {
        font-size: 46px;
    }
}

@media (min-width: 850px) {
    .contact-section {
        padding: 65px 0 85px;
    }

    .contact-layout {
        grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
        align-items: start;
        gap: 22px;
    }

    .contact-form-card {
        padding: 30px;
    }

    .contact-form-heading h2,
    .contact-information-card h2,
    .contact-hours-card h2 {
        font-size: 21px;
    }
}
/* =========================================================
   List Your Service Page
   ========================================================= */

.application-progress-section {
    position: relative;
    z-index: 5;
    margin-top: -25px;
}

.application-progress {
    display: flex;
    padding: 14px 10px;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid var(--vs-border);
    border-radius: 17px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-medium);
}

.application-step {
    display: grid;
    min-width: 50px;
    justify-items: center;
    gap: 5px;
    color: #95a2b4;
}

.application-step > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--vs-border);
    border-radius: 50%;
    background: #f5f8fc;
    font-size: 9px;
    font-weight: 800;
}

.application-step small {
    font-size: 7px;
    font-weight: 700;
    white-space: nowrap;
}

.application-step.is-active {
    color: var(--vs-blue);
}

.application-step.is-active > span {
    border-color: var(--vs-blue);
    background: var(--vs-blue);
    box-shadow: 0 6px 14px rgba(47, 107, 255, 0.22);
    color: #ffffff;
}

.application-step.is-completed {
    color: #0b9861;
}

.application-step.is-completed > span {
    border-color: var(--vs-green);
    background: var(--vs-green);
    color: #ffffff;
}

.progress-line {
    width: 20px;
    height: 1px;
    margin-top: 14px;
    background: var(--vs-border);
}

.application-section {
    padding: 40px 0 70px;
}

.application-layout {
    display: grid;
    gap: 17px;
}

.application-form-card,
.application-sidebar-card,
.application-review-card,
.application-help-card {
    border: 1px solid var(--vs-border);
    border-radius: 18px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
}

.application-form-card {
    padding: 20px 16px;
}

.application-form-step {
    display: none;
}

.application-form-step.is-active {
    display: block;
}

.application-form-heading {
    margin-bottom: 23px;
}

.application-form-heading h2,
.application-sidebar-card h2 {
    margin: 0;
    color: var(--vs-navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.application-form-heading p {
    margin: 6px 0 0;
    color: var(--vs-muted);
    font-size: 10px;
}

.application-form-step .form-field {
    margin-bottom: 15px;
}

.skills-fieldset,
.availability-fieldset {
    min-width: 0;
    margin: 0 0 17px;
    padding: 0;
    border: 0;
}

.skills-fieldset legend,
.availability-fieldset legend {
    margin-bottom: 4px;
    color: var(--vs-text);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.skills-fieldset legend span,
.availability-fieldset legend span {
    color: #e34d59;
}

.skills-fieldset > p {
    margin: 0 0 10px;
    color: var(--vs-muted);
    font-size: 8px;
}

.skill-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.skill-checkbox {
    position: relative;
    cursor: pointer;
}

.skill-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.skill-checkbox span {
    display: flex;
    min-height: 39px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vs-border);
    border-radius: 10px;
    background: #f8fafc;
    color: var(--vs-muted);
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        color 0.18s ease;
}

.skill-checkbox input:checked + span {
    border-color: var(--vs-blue);
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
}

.skill-checkbox input:focus-visible + span {
    outline: 3px solid rgba(47, 107, 255, 0.18);
}

.availability-grid {
    display: grid;
    gap: 8px;
}

.availability-option {
    position: relative;
    cursor: pointer;
}

.availability-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.availability-option > span {
    display: flex;
    min-height: 58px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--vs-border);
    border-radius: 11px;
    background: #f8fafc;
    transition:
        border-color 0.18s ease,
        background 0.18s ease;
}

.availability-option strong {
    color: var(--vs-text);
    font-size: 10px;
}

.availability-option small {
    color: var(--vs-muted);
    font-size: 8px;
}

.availability-option input:checked + span {
    border-color: var(--vs-blue);
    background: var(--vs-blue-soft);
}

.availability-option input:checked + span strong {
    color: var(--vs-blue);
}

.file-upload-field {
    position: relative;
    display: grid;
    min-height: 145px;
    padding: 20px;
    place-items: center;
    align-content: center;
    gap: 5px;
    overflow: hidden;
    border: 1px dashed #bdcbe0;
    border-radius: 13px;
    background: #f8fafc;
    text-align: center;
}

.file-upload-field input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-upload-icon {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 3px;
    place-items: center;
    border-radius: 10px;
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
    font-size: 17px;
    font-weight: 800;
}

.file-upload-field strong {
    color: var(--vs-text);
    font-size: 10px;
}

.file-upload-field small {
    color: var(--vs-muted);
    font-size: 8px;
}

.selected-file-name {
    max-width: 100%;
    margin-top: 5px;
    overflow: hidden;
    color: var(--vs-blue);
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.application-navigation {
    display: flex;
    margin-top: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.application-navigation-end {
    justify-content: flex-end;
}

.application-back-button,
.application-next-button,
.application-submit-button {
    min-height: 45px;
    padding: 0 15px;
    border-radius: 11px;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
}

.application-back-button {
    border: 1px solid var(--vs-border);
    background: #f7f9fc;
    color: var(--vs-muted);
}

.application-next-button,
.application-submit-button {
    border: 0;
    background: linear-gradient(
        135deg,
        var(--vs-blue),
        var(--vs-blue-dark)
    );
    box-shadow: var(--vs-shadow-blue);
    color: #ffffff;
}

.application-review {
    display: grid;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid var(--vs-border);
    border-radius: 13px;
    background: #f8fafc;
}

.application-review-row {
    display: grid;
    padding: 11px 13px;
    gap: 3px;
    border-bottom: 1px solid var(--vs-border);
}

.application-review-row:last-child {
    border-bottom: 0;
}

.application-review-row small {
    color: var(--vs-muted);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.application-review-row strong {
    color: var(--vs-text);
    font-size: 9px;
    overflow-wrap: anywhere;
}

.application-agreement {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--vs-muted);
    cursor: pointer;
    font-size: 9px;
    line-height: 1.7;
}

.application-agreement input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
    accent-color: var(--vs-blue);
}

.application-agreement a {
    color: var(--vs-blue);
    font-weight: 700;
}

.application-sidebar {
    display: grid;
    gap: 13px;
}

.application-sidebar-card,
.application-review-card,
.application-help-card {
    padding: 20px 16px;
}

.application-sidebar-card h2 {
    margin-bottom: 18px;
}

.application-benefits {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 12px;
    list-style: none;
}

.application-benefits li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--vs-muted);
    font-size: 9px;
    font-weight: 700;
}

.application-benefits li span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 7px;
    background: var(--vs-green-soft);
    color: #0a9860;
    font-size: 9px;
}

.application-review-card {
    text-align: center;
}

.application-stars {
    color: #efaa2c;
    font-size: 11px;
    letter-spacing: 2px;
}

.application-review-avatar {
    display: grid;
    width: 45px;
    height: 45px;
    margin: 14px auto 11px;
    place-items: center;
    border-radius: 14px;
    background: var(--vs-purple-soft);
    color: #8057d9;
    font-size: 11px;
    font-weight: 800;
}

.application-review-card p {
    margin: 0 0 12px;
    color: var(--vs-muted);
    font-size: 9px;
    line-height: 1.7;
}

.application-review-card strong,
.application-review-card small {
    display: block;
}

.application-review-card strong {
    color: var(--vs-text);
    font-size: 10px;
}

.application-review-card small {
    margin-top: 2px;
    color: var(--vs-muted);
    font-size: 8px;
}

.application-help-card {
    border-color: transparent;
    background: linear-gradient(
        145deg,
        var(--vs-blue),
        var(--vs-blue-dark)
    );
    color: #ffffff;
}

.application-help-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
}

.application-help-card p {
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
}

.application-help-card a {
    display: inline-flex;
    min-height: 37px;
    padding: 0 13px;
    align-items: center;
    border-radius: 9px;
    background: #ffffff;
    color: var(--vs-blue);
    font-size: 9px;
    font-weight: 800;
}

.application-success {
    padding: 35px 10px;
    text-align: center;
}

.application-success-icon {
    display: grid;
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    place-items: center;
    border-radius: 50%;
    background: var(--vs-green);
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
}

.application-success h2 {
    margin: 0 0 7px;
    color: var(--vs-navy);
    font-size: 21px;
}

.application-success p {
    max-width: 440px;
    margin: 0 auto;
    color: var(--vs-muted);
    font-size: 10px;
}

.application-success a {
    display: inline-flex;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 16px;
    align-items: center;
    border-radius: 10px;
    background: var(--vs-blue);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
}

@media (min-width: 600px) {
    .application-progress {
        padding: 16px;
    }

    .progress-line {
        width: 55px;
    }

    .application-step {
        min-width: 75px;
    }

    .application-step small {
        font-size: 8px;
    }

    .skill-checkbox-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .availability-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .application-review-row {
        grid-template-columns: 130px minmax(0, 1fr);
        align-items: center;
    }

    .application-form-card,
    .application-sidebar-card,
    .application-review-card,
    .application-help-card {
        padding: 25px;
    }
}

@media (min-width: 850px) {
    .application-progress-section {
        margin-top: -28px;
    }

    .application-section {
        padding: 60px 0 85px;
    }

    .application-layout {
        grid-template-columns: minmax(0, 1.6fr) minmax(275px, 0.75fr);
        align-items: start;
        gap: 22px;
    }

    .application-form-card {
        padding: 30px;
    }

    .application-form-heading h2,
    .application-sidebar-card h2 {
        font-size: 21px;
    }
}
/* =========================================================
   Legal Pages
   ========================================================= */

.legal-content-section {
    padding: 40px 0 70px;
}

.legal-layout {
    display: grid;
    gap: 17px;
}

.legal-sidebar-card {
    padding: 18px 15px;
    border: 1px solid var(--vs-border);
    border-radius: 17px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
}

.legal-sidebar-card nav {
    display: grid;
    gap: 3px;
}

.legal-sidebar-card nav a {
    display: flex;
    min-height: 37px;
    padding: 8px 10px;
    align-items: center;
    border-radius: 8px;
    color: var(--vs-muted);
    font-size: 9px;
    font-weight: 700;
}

.legal-sidebar-card nav a:hover {
    background: var(--vs-blue-soft);
    color: var(--vs-blue);
}

.legal-article {
    padding: 20px 16px;
    border: 1px solid var(--vs-border);
    border-radius: 18px;
    background: var(--vs-card);
    box-shadow: var(--vs-shadow-small);
}

.legal-updated {
    display: flex;
    margin-bottom: 28px;
    padding: 11px 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9e5f7;
    border-radius: 10px;
    background: #f4f8ff;
}

.legal-updated span {
    color: var(--vs-muted);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.legal-updated strong {
    color: var(--vs-blue);
    font-size: 9px;
}

.legal-article section {
    padding: 5px 0 29px;
    scroll-margin-top: 90px;
}

.legal-article section:last-child {
    padding-bottom: 0;
}

.legal-section-number {
    color: var(--vs-cyan);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.legal-article h2 {
    margin: 5px 0 12px;
    color: var(--vs-navy);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.legal-article p {
    margin: 0 0 12px;
    color: var(--vs-muted);
    font-size: 10px;
    line-height: 1.8;
}

.legal-article p:last-child {
    margin-bottom: 0;
}

.legal-article p a,
.legal-article li a {
    color: var(--vs-blue);
    font-weight: 700;
}

.legal-article ul {
    display: grid;
    margin: 13px 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.legal-article li {
    position: relative;
    padding-left: 18px;
    color: var(--vs-muted);
    font-size: 10px;
    line-height: 1.7;
}

.legal-article li::before {
    position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vs-blue);
    content: "";
}

.legal-notice {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid #cfe0ff;
    border-radius: 11px;
    background: var(--vs-blue-soft);
}

.legal-notice strong {
    display: block;
    margin-bottom: 4px;
    color: var(--vs-blue);
    font-size: 9px;
    text-transform: uppercase;
}

.legal-notice p {
    margin: 0;
    color: #4d6080;
    font-size: 9px;
}

.legal-contact-card {
    display: grid;
    margin-top: 9px;
    padding: 13px;
    gap: 3px;
    border: 1px solid var(--vs-border);
    border-radius: 10px;
    background: #f8fafc;
}

.legal-contact-card span {
    color: var(--vs-muted);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.legal-contact-card a {
    color: var(--vs-blue);
    font-size: 10px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

@media (min-width: 850px) {
    .legal-content-section {
        padding: 60px 0 85px;
    }

    .legal-layout {
        grid-template-columns: 235px minmax(0, 1fr);
        align-items: start;
        gap: 22px;
    }

    .legal-sidebar {
        position: sticky;
        top: 95px;
    }

    .legal-article {
        padding: 31px;
    }

    .legal-article h2 {
        font-size: 20px;
    }

    .legal-article p,
    .legal-article li {
        font-size: 11px;
    }
}
