/* Versus Solutions - Brand Design System */

:root {
    --vs-navy:        #0f3664;
    --vs-navy-dark:   #0a2545;
    --vs-cyan:        #16bae1;
    --vs-cyan-dark:   #1194b3;
    --vs-blue:        #1d65b9;
    --vs-blue-dark:   #164d8d;
    --vs-yellow:      #ffe823;
    --vs-yellow-dark: #efd600;
    --vs-text-dark:   #333333;
    --vs-text-light:  #b9c8d9;
    --vs-white:       #ffffff;
    --vs-bg:          #f4f7fb;
    --vs-radius:      6px;
    --vs-shadow:      0 2px 12px rgba(15,54,100,.13);
    --vs-font:        'Roboto', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: var(--vs-font); font-size: 16px; line-height: 1.5; background: var(--vs-bg); color: var(--vs-text-dark); overflow-x: hidden; }
a { color: var(--vs-blue); text-decoration: none; cursor: pointer; }
a:hover { color: var(--vs-blue-dark); }
img { max-width: 100%; height: auto; }
.vs-layout { display: flex; flex-direction: column; min-height: 100vh; }
.vs-site-chrome { position: relative; z-index: 2000; }
.vs-main { flex: 1; max-width: 1200px; width: 100%; margin: 0 auto; padding: 32px 16px 48px; position: relative; z-index: 1; }
.vs-topbar { background: var(--vs-cyan); padding: 6px 0; }
.vs-topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: 8px; overflow-x: auto; }
.vs-topbar a, .vs-topbar span { color: var(--vs-white); font-size: 0.82em; font-weight: 700; text-shadow: 1px 1px 3px rgba(0,0,0,.20); padding: 0 10px; white-space: nowrap; }
.vs-topbar a:hover { color: var(--vs-yellow); }
.vs-topbar-phones { display: flex; flex-wrap: nowrap; flex-shrink: 0; }
.vs-topbar-phones a:first-child { border-right: 1px solid rgba(255,255,255,.45); }
.vs-topbar-langs { display: flex; gap: 6px; align-items: center; flex-shrink: 0; }
.vs-header { background: var(--vs-navy); padding: 0; }
.vs-header-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; height: 76px; }
.vs-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.vs-logo-img { width: 60px; height: 60px; background: var(--vs-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.1em; color: var(--vs-navy); flex-shrink: 0; }
.vs-logo-text { line-height: 1.15; }
.vs-logo-text strong { display: block; color: var(--vs-white); font-size: 1.05em; text-transform: uppercase; letter-spacing: .04em; }
.vs-logo-text small { display: block; color: var(--vs-text-light); font-size: 0.72em; text-transform: uppercase; letter-spacing: .06em; }
.vs-header-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.vs-header-nav a { color: var(--vs-white); font-weight: 700; font-size: 0.9em; padding: 10px 16px; border-bottom: 3px solid transparent; transition: border-color .2s, color .2s; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.vs-header-nav a:hover, .vs-header-nav a.active { color: var(--vs-yellow); border-bottom-color: var(--vs-yellow); }
.vs-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.vs-cart-btn { position: relative; background: var(--vs-yellow); border: none; border-radius: var(--vs-radius); padding: 8px 16px; font-weight: 700; font-size: 0.85em; cursor: pointer; display: flex; align-items: center; gap: 6px; text-decoration: none; color: var(--vs-navy) !important; transition: background .2s; }
.vs-cart-btn:hover { background: var(--vs-yellow-dark); }
.vs-cart-badge { position: absolute; top: -6px; right: -6px; background: var(--vs-cyan); color: #fff; border-radius: 50%; width: 18px; height: 18px; font-size: 0.7em; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.vs-menu-toggle { display: none; width: 42px; height: 42px; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: transparent; border: 2px solid rgba(255,255,255,.35); border-radius: 6px; cursor: pointer; flex-shrink: 0; }
.vs-menu-toggle span { display: block; width: 18px; height: 2px; background: var(--vs-yellow); transition: transform .2s, opacity .2s; }
.vs-menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vs-menu-toggle.open span:nth-child(2) { opacity: 0; }
.vs-menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.vs-mobile-nav { display: none; }
.vs-catnav { background: var(--vs-yellow); width: 100%; position: relative; z-index: 2000; overflow: visible; box-shadow: 0 2px 6px rgba(15,54,100,.12); }
.vs-catnav-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: flex; align-items: stretch; justify-content: center; flex-wrap: nowrap; overflow: visible; }
.vs-catnav-item { position: relative; display: flex; align-items: stretch; flex-shrink: 0; }
.vs-catnav-item > a, .vs-catnav-item > span { display: flex; align-items: center; gap: 5px; color: #000; font-weight: 900; font-size: 0.82em; text-transform: uppercase; letter-spacing: .04em; padding: 0 18px; height: 52px; border-bottom: 4px solid var(--vs-yellow); transition: background .2s, border-color .2s, color .2s; cursor: pointer; white-space: nowrap; }
.vs-caret-btn { background: transparent; border: none; color: #000; padding: 0 12px 0 0; cursor: pointer; display: flex; align-items: center; border-bottom: 4px solid var(--vs-yellow); }
.vs-catnav-item > a:hover, .vs-catnav-item:hover > a, .vs-catnav-item:hover > span, .vs-catnav-item:hover > .vs-caret-btn, .vs-catnav-item.open > a, .vs-catnav-item.open > .vs-caret-btn { background: var(--vs-cyan); border-bottom-color: var(--vs-blue); color: var(--vs-white); }
.vs-caret { display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; margin-left: 2px; transition: transform .2s; }
.vs-catnav-item:hover .vs-caret, .vs-catnav-item.open .vs-caret { transform: rotate(180deg); }
.vs-dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: var(--vs-blue); box-shadow: 0 6px 24px rgba(15,54,100,.22); z-index: 2010; border-radius: 0 0 6px 6px; }
@media (hover: hover) and (pointer: fine) {
    .vs-catnav-item:hover .vs-dropdown { display: block; }
}
.vs-catnav-item.open .vs-dropdown { display: block; }
.vs-dropdown a { display: block; color: var(--vs-white); font-size: 0.82em; font-weight: 600; padding: 10px 16px 9px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .15s, padding-left .15s; }
.vs-dropdown a:last-child { border-bottom: none; }
.vs-dropdown a:hover { background: var(--vs-cyan); padding-left: 22px; color: #fff; }
.vs-footer { background: var(--vs-navy-dark); color: var(--vs-text-light); padding: 48px 0 24px; }
.vs-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.vs-footer h4 { color: var(--vs-white); font-size: 0.95em; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--vs-cyan); display: inline-block; }
.vs-footer p { font-size: 0.88em; line-height: 1.7; margin: 0 0 8px; }
.vs-footer a { display: block; color: var(--vs-text-light); font-size: 0.88em; padding: 3px 0; transition: color .15s, padding-left .15s; }
.vs-footer a:hover { color: var(--vs-yellow); padding-left: 6px; }
.vs-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 32px; padding-top: 20px; text-align: center; font-size: 0.8em; color: rgba(185,200,217,.6); }
.vs-hero { background: linear-gradient(135deg, var(--vs-navy) 0%, var(--vs-blue) 100%); color: var(--vs-white); padding: 64px 24px; border-radius: 6px; margin-bottom: 40px; position: relative; overflow: hidden; }
.vs-hero::before { content: ''; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; background: rgba(22,186,225,.15); border-radius: 50%; }
.vs-hero h1 { font-size: 2.4em; font-weight: 900; margin: 0 0 16px; line-height: 1.15; }
.vs-hero h1 span { color: var(--vs-yellow); }
.vs-hero p { font-size: 1.05em; color: rgba(255,255,255,.85); max-width: 560px; margin: 0 0 28px; }
.vs-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.vs-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 6px; font-weight: 700; font-size: 0.95em; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; border: none; transition: all .2s; text-decoration: none; }
.vs-btn-primary { background: var(--vs-yellow); color: var(--vs-navy) !important; }
.vs-btn-primary:hover { background: var(--vs-yellow-dark); color: var(--vs-navy) !important; }
.vs-btn-outline { background: transparent; color: var(--vs-white) !important; border: 2px solid rgba(255,255,255,.55); }
.vs-btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--vs-white); }
.vs-section-title { font-size: 1.6em; font-weight: 900; color: var(--vs-navy); margin: 0 0 8px; }
.vs-section-title span { color: var(--vs-cyan); }
.vs-section-sub { color: #777; font-size: 0.9em; margin: 0 0 28px; }
.vs-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-bottom: 48px; }
.vs-card { background: var(--vs-white); border-radius: 6px; box-shadow: 0 2px 12px rgba(15,54,100,.13); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.vs-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(15,54,100,.18); }
.vs-card-color { height: 6px; background: var(--vs-yellow); }
.vs-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.vs-card-body h3 { font-size: 0.95em; font-weight: 700; color: var(--vs-navy); margin: 0 0 8px; }
.vs-card-body p { font-size: 0.82em; color: #888; margin: 0 0 16px; flex: 1; }
.vs-card-link { font-size: 0.82em; font-weight: 700; color: var(--vs-cyan); display: flex; align-items: center; gap: 4px; }
.vs-card-link:hover { color: var(--vs-blue); }
.vs-features { background: var(--vs-white); border-radius: 6px; box-shadow: 0 2px 12px rgba(15,54,100,.13); padding: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 48px; }
.vs-feature { text-align: center; }
.vs-feature-icon { font-size: 2em; margin-bottom: 12px; }
.vs-feature h4 { font-size: 0.9em; font-weight: 700; color: var(--vs-navy); margin: 0 0 6px; }
.vs-feature p { font-size: 0.8em; color: #888; margin: 0; }
.vs-breadcrumb { font-size: 0.82em; color: #888; margin-bottom: 24px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.vs-breadcrumb a { color: var(--vs-blue); }
.vs-breadcrumb a:hover { color: var(--vs-cyan); }
#blazor-error-ui { background: var(--vs-navy); color: var(--vs-white); bottom: 0; left: 0; right: 0; position: fixed; padding: 12px 20px; display: none; z-index: 9999; font-size: 0.9em; }
#blazor-error-ui a { color: var(--vs-yellow); margin-left: 8px; }
#blazor-error-ui .dismiss { float: right; cursor: pointer; }
/* News listing */
.vs-news-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; background: var(--vs-white); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(15,54,100,.12); margin-bottom: 40px; text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s; }
.vs-news-featured:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(15,54,100,.18); color: inherit; }
.vs-news-featured-media { position: relative; min-height: 320px; background: linear-gradient(135deg, var(--vs-navy), var(--vs-blue)); overflow: hidden; }
.vs-news-featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.vs-news-featured:hover .vs-news-featured-media img { transform: scale(1.04); }
.vs-news-featured-fallback { width: 100%; height: 100%; min-height: 320px; display: flex; align-items: center; justify-content: center; font-size: 4em; color: rgba(255,255,255,.55); }
.vs-news-badge { position: absolute; top: 16px; left: 16px; background: var(--vs-yellow); color: var(--vs-navy); font-size: .72em; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.vs-news-featured-body { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.vs-news-featured-body time { color: var(--vs-cyan); font-size: .82em; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.vs-news-featured-body h2 { color: var(--vs-navy); margin: 0 0 14px; font-size: 1.65em; line-height: 1.25; }
.vs-news-featured-body p { color: #5b6b7c; margin: 0 0 22px; line-height: 1.65; }
.vs-news-cta { color: var(--vs-cyan); font-weight: 800; font-size: .92em; }
.vs-news-featured:hover .vs-news-cta, .vs-news-card:hover .vs-news-cta { color: var(--vs-blue); }

.vs-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vs-news-card { background: var(--vs-white); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(15,54,100,.08); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .22s, box-shadow .22s; }
.vs-news-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(15,54,100,.16); color: inherit; }
.vs-news-card-media { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #dfeaf8, #eef5fc); overflow: hidden; }
.vs-news-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.vs-news-card:hover .vs-news-card-media img { transform: scale(1.05); }
.vs-news-card-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.4em; color: #9bb4cf; }
.vs-news-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.vs-news-card-body time { color: #7a8ea3; font-size: .78em; font-weight: 600; margin-bottom: 8px; }
.vs-news-card-body h3 { color: var(--vs-navy); font-size: 1.02em; line-height: 1.3; margin: 0 0 10px; }
.vs-news-card-body p { color: #667788; font-size: .88em; line-height: 1.55; margin: 0 0 14px; flex: 1; }

.vs-legal-content h2 { color: var(--vs-navy); margin: 40px 0 12px; font-size: 1.35em; }
.vs-legal-content ul { padding-left: 24px; line-height: 2; margin: 0 0 16px; }
.vs-legal-content a { color: var(--vs-blue); }

.vs-news-detail-image { width: 100%; max-height: 420px; object-fit: cover; border-radius: 14px; margin: 0 0 32px; box-shadow: 0 8px 28px rgba(15,54,100,.12); background: #eef5fc; }
.vs-news-body img { max-width: 100%; height: auto; display: block; margin: 16px 0; }

.vs-home-news { margin: 8px 0 48px; width: 100%; }
.vs-home-news-title { color: var(--vs-navy); }
.vs-home-news-title:hover { color: var(--vs-cyan); }
.vs-home-news-grid { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; gap: 12px; width: 100%; }
.vs-home-news-card { flex: 1 1 0; width: 0; min-width: 0; overflow: hidden; background: var(--vs-white); display: flex; flex-direction: column; color: inherit; text-decoration: none; cursor: pointer; }
a.vs-home-news-card:hover { text-decoration: none; color: inherit; }
.vs-vanta-banner canvas { pointer-events: none; }
.vs-home-news-media { display: block; width: 100%; height: 110px; overflow: hidden; background: #eef5fc; }
.vs-home-news-media img { width: 100% !important; height: 110px !important; max-width: 100% !important; object-fit: cover !important; display: block; }
.vs-home-news-card-body { padding: 8px 2px 2px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.vs-home-news-card-body h3 { color: var(--vs-navy); font-size: .82em; line-height: 1.25; margin: 0 0 6px; font-weight: 700; }
.vs-home-news-card-body h3 a { color: var(--vs-navy); }
.vs-home-news-card-body h3 a:hover { color: var(--vs-cyan); }
.vs-home-news-card-body p { color: #4a5563; font-size: .74em; line-height: 1.4; margin: 0 0 8px; flex: 1; }
.vs-btn-third { background: #e6e6e6; color: #111 !important; text-transform: uppercase; font-weight: 700; font-size: .62em; letter-spacing: .02em; padding: 7px 4px; justify-content: center; width: 100%; border-radius: 2px; box-shadow: 0 1px 0 #cfcfcf, 0 2px 3px rgba(0,0,0,.12); }
.vs-btn-third:hover { background: #d9d9d9; color: #000 !important; }

.vs-news-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}
.vs-news-archive-grid .vs-home-news-card {
    width: auto;
    flex: none;
}

.vs-catalog-page { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.vs-catalog { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: flex-start; }
.vs-catalog-sidebar { background: white; border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,.07); overflow: hidden; position: sticky; top: 20px; }

.vs-contact-page { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.vs-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.vs-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vs-contact-info-card { display: flex; flex-direction: column; gap: 20px; }
.vs-contact-item { display: flex; gap: 16px; align-items: flex-start; min-width: 0; }
.vs-contact-icon {
    background: var(--vs-cyan); color: white; border-radius: 50%;
    width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
    font-size: 1.2em; flex-shrink: 0;
}
.vs-contact-detail { min-width: 0; }
.vs-contact-detail strong { color: var(--vs-navy); display: block; }
.vs-contact-detail p { margin: 4px 0 0; color: #555; overflow-wrap: anywhere; word-break: break-word; }
.vs-contact-detail a { color: var(--vs-blue); overflow-wrap: anywhere; word-break: break-word; }
.vs-contact-map-btn {
    font-size: .88em; background: white; color: var(--vs-navy) !important;
    border: 2px solid var(--vs-cyan);
}

.vs-product-badges { display: flex; gap: 10px; flex-wrap: nowrap; align-items: center; margin-bottom: 20px; overflow-x: auto; }
.vs-product-badge { width: 42px; height: 42px; object-fit: contain; display: block; background: transparent; flex-shrink: 0; }

@media (max-width: 600px) {
    .vs-product-badge { width: 36px; height: 36px; }
    .vs-product-badges { gap: 8px; }
}

@media (max-width: 900px) {
    .vs-header-nav { display: none; }
    .vs-menu-toggle { display: flex; }
    .vs-mobile-nav.open { display: flex; flex-direction: column; background: var(--vs-navy); border-top: 1px solid rgba(255,255,255,.12); padding: 8px 10px 14px; }
    .vs-mobile-nav a { color: var(--vs-white); font-weight: 700; font-size: 0.92em; text-transform: uppercase; letter-spacing: .04em; padding: 14px 12px; min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
    .vs-mobile-nav a:last-child { border-bottom: none; }
    .vs-mobile-nav a:hover, .vs-mobile-nav a.active { color: var(--vs-yellow); }
    .vs-catnav-inner { overflow-x: auto; overflow-y: visible; justify-content: flex-start; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .vs-catnav-inner:has(.vs-catnav-item.open),
    .vs-catnav-inner:has(.vs-catnav-item:hover) { overflow: visible; }
    .vs-catnav-inner::-webkit-scrollbar { display: none; }
    .vs-catnav-item > a, .vs-catnav-item > span { height: auto; padding: 8px 10px; font-size: .72em; letter-spacing: .02em; border-bottom-width: 3px; }
    .vs-caret-btn { padding: 0 8px 0 0; border-bottom-width: 3px; }
    .vs-topbar { padding: 4px 0; }
    .vs-topbar-inner { padding: 0 10px; }
    .vs-topbar a, .vs-topbar span { font-size: .72em; padding: 0 6px; }
    .vs-topbar-email { display: none; }
    .vs-header-inner { height: 56px; padding: 0 10px; }
    .vs-logo-text { display: none; }
    .vs-logo-img-real { height: 36px; }
    .vs-header-register { display: none; }
    .vs-header-actions .vs-cart-btn:not(.vs-header-cart) { display: none; }
    .vs-cart-btn { padding: 6px 10px; font-size: .75em; }
    .vs-catalog-page { padding: 20px 16px 40px; }
    .vs-catalog { grid-template-columns: 1fr; gap: 20px; }
    .vs-catalog-sidebar { display: none; }
    .vs-page-hero { padding: 28px 0 20px !important; }
    .vs-page-hero h1 { font-size: 1.55em !important; }
    .vs-footer-inner { grid-template-columns: 1fr 1fr; }
    .vs-hero h1 { font-size: 1.7em; }
    .vs-hero { padding: 40px 20px; }
    .vs-news-featured { grid-template-columns: 1fr; }
    .vs-news-featured-media { min-height: 220px; }
    .vs-news-featured-body { padding: 28px 22px; }
    .vs-news-grid { grid-template-columns: repeat(2, 1fr); }
    .vs-home-news-media, .vs-home-news-media img { height: 90px !important; }
    .vs-news-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vs-contact-page { padding: 20px 16px 40px; }
    .vs-contact-layout { grid-template-columns: 1fr; gap: 28px; }
    .vs-contact-row { grid-template-columns: 1fr; gap: 0; }
    .vs-contact-page .vs-input { font-size: 16px; min-height: 48px; padding: 12px 14px; }
    .vs-contact-page textarea.vs-input { min-height: 140px; }
    .vs-contact-info-card {
        background: white; border-radius: 12px; padding: 18px 16px;
        box-shadow: 0 2px 16px rgba(0,0,0,.07);
    }
}
@media (max-width: 600px) {
    .vs-footer-inner { grid-template-columns: 1fr; }
    .vs-news-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .vs-home-news-grid { flex-wrap: wrap; }
    .vs-home-news-card { flex: 1 1 calc(50% - 8px); width: auto; }
}
.btn-primary { text-transform: uppercase; }