/**
* @ 3dabd040fc9e32f36aa722a271a79d52
*/
.lcms-editor{font-size:inherit;line-height:1.7;color:inherit;word-break:normal}.lcms-editor::before,.lcms-editor:after{display:table;line-height:0;content:""}.lcms-editor:after{clear:both}.lcms-editor h1,.lcms-editor h2,.lcms-editor h3,.lcms-editor h4{font-weight:700;color:#303133}.lcms-editor h1:first-child,.lcms-editor h2:first-child,.lcms-editor h3:first-child,.lcms-editor h4:first-child{margin-top:0 !important}.lcms-editor h1{font-size:26px;line-height:1.5;margin-top:32px;margin-bottom:18px;letter-spacing:2px}.lcms-editor h2{font-size:22px;line-height:1.2;margin-top:28px;margin-bottom:14px;letter-spacing:1px}.lcms-editor h3{font-size:18px;line-height:1.5;margin-top:24px;margin-bottom:10px;letter-spacing:.5px}.lcms-editor h4{font-size:14px;line-height:1.5;margin-top:20px;margin-bottom:8px;letter-spacing:.5px}.lcms-editor p{margin:0 0 16px 0;line-height:1.7}.lcms-editor a{text-decoration:none;cursor:pointer}.lcms-editor a:hover{text-decoration:underline}.lcms-editor a:active,.lcms-editor a:focus{outline:0;text-decoration:none}.lcms-editor img{max-width:100% !important;height:auto !important;display:inline-block}.lcms-editor img[style*="float:right"]{margin:16px 0 16px 16px}.lcms-editor img[style*="float:left"]{margin:16px 16px 16px 0}.lcms-editor ol li img,.lcms-editor ul li img{margin-top:5px}.lcms-editor ol{width:auto;margin:0 0 16px 0;padding:0 0 0 2em;list-style:decimal}.lcms-editor ol>li{margin-top:5px;list-style:decimal}.lcms-editor ol>li:first-of-type{margin-top:0}.lcms-editor ol>li>p{margin:0;text-indent:0}.lcms-editor ol ul{margin-top:5px}.lcms-editor ul{width:auto;margin:0 0 16px 0;padding:0 0 0 2em;list-style:disc}.lcms-editor ul>li{margin-top:5px;list-style:disc}.lcms-editor ul>li:first-of-type{margin-top:0}.lcms-editor ul>li>p{margin:0;text-indent:0}.lcms-editor ul ol{margin-top:5px}.lcms-editor blockquote{margin:0 0 16px 0;padding:0 10px;border-left:4px solid #ccc;overflow:hidden;font-family:initial}.lcms-editor blockquote p{text-indent:0}.lcms-editor blockquote p:last-child{margin-bottom:0}.lcms-editor table{width:100%;margin:0 0 16px 0;background-color:#fff;border-collapse:collapse;border-spacing:0}.lcms-editor table tr{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.lcms-editor table tr:nth-child(even){background-color:#fbfbfb}.lcms-editor table tr:hover{background-color:#f2f2f2}.lcms-editor table th,.lcms-editor table td{position:relative;padding:9px 15px;min-height:20px;line-height:1.4;border-width:1px;border-style:solid;border-color:#e6e6e6}.lcms-editor table th p:last-child,.lcms-editor table td p:last-child{margin-bottom:0}.lcms-editor table thead tr th{border-top-width:1px !important;background-color:#f2f2f2}.lcms-editor table p{margin-bottom:10px;text-indent:0}.lcms-editor hr{background-color:#d4d4d4;border:none;height:1px;margin-bottom:16px}.lcms-editor pre{margin:0 0 16px 0;font-size:inherit;font-family:Monaco,Menlo,Consolas,"Courier New"}.lcms-editor code{padding:2px 3px;margin:0 2px;font-size:-webkit-calc(1em - 1px);font-size:-moz-calc(1em - 1px);font-size:calc(1em - 1px);color:#c7254e;background-color:rgba(185,185,185,.1);white-space:normal;word-break:break-word;border-radius:0;font-family:Monaco,Menlo,Consolas,"Courier New"}.lcms-editor iframe{background:#f2f6fc}.lcms-editor p.player-iframe,.lcms-editor p.player-video{text-indent:0}.lcms-editor section._135editor p{margin:0}@media only screen and (max-width: 768px){.lcms-editor img{max-width:100% !important;height:auto !important;display:inline-block}}
/**
* @ 9fa359ef85d1d1e344cee693f91554c8
*/
:root {--vs-primary: #0a1628;--vs-primary-dark: #050d1a;--vs-primary-light: #122340;--vs-accent: #00d4ff;--vs-accent-hover: #00a8cc;--vs-text: #0f172a;--vs-text-light: #475569;--vs-muted: #94a3b8;--vs-bg: #f0f4f8;--vs-white: #ffffff;--vs-card: rgba(255, 255, 255, 0.92);--vs-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);--vs-shadow-sm: 0 2px 8px rgba(10, 22, 40, 0.04);--vs-shadow-lg: 0 8px 40px rgba(10, 22, 40, 0.12);--vs-radius: 4px;--vs-radius-sm: 2px;--vs-gap: 48px;--vs-border-color: rgba(0, 212, 255, 0.12);}* {box-sizing: border-box;}html {font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;line-height: 1.5;color: var(--vs-text);background: var(--vs-bg);scroll-behavior: smooth;font-size: 16px !important;}body {margin: 0;min-height: 100%;}a {color: inherit;text-decoration: none;}img {max-width: 100%;display: block;}button {font: inherit;}/* Utility */.vs-site {width: min(1200px, calc(100% - 32px));margin: 0 auto;}.vs-flex {display: flex;}.vs-flex-between {display: flex;align-items: center;justify-content: space-between;}.vs-grid-2 {display: grid;grid-template-columns: repeat(2, 1fr);gap: var(--vs-gap);}.vs-grid-3 {display: grid;grid-template-columns: repeat(3, 1fr);gap: var(--vs-gap);}.vs-grid-4 {display: grid;grid-template-columns: repeat(4, 1fr);gap: var(--vs-gap);}/* Header */.vs-header {position: sticky;top: 0;z-index: 100;background: rgba(255, 255, 255, 0.85);backdrop-filter: blur(24px);border-bottom: 1px solid var(--vs-border-color);}.vs-nav {display: flex;align-items: center;justify-content: space-between;padding: 16px 0;}.vs-brand {font-size: 1.5rem;font-weight: 800;color: var(--vs-primary);letter-spacing: -0.5px;}.vs-brand small {display: block;font-size: 0.65rem;font-weight: 500;color: var(--vs-muted);letter-spacing: 1px;text-transform: uppercase;}.vs-menu {display: flex;gap: 36px;flex-wrap: wrap;align-items: center;}.vs-menu a {color: var(--vs-text-light);font-size: 0.95rem;font-weight: 500;transition: color 0.2s ease;position: relative;}.vs-menu a::after {content: "";position: absolute;bottom: -4px;left: 0;width: 0;height: 2px;background: var(--vs-primary);transition: width 0.3s ease;}.vs-menu a:hover,.vs-menu a.active {color: var(--vs-primary);}.vs-menu a:hover::after,.vs-menu a.active::after {width: 100%;}.vs-nav-toggle {display: none;background: none;border: none;font-size: 1.5rem;color: var(--vs-primary);cursor: pointer;}/* Hero */.vs-hero {color: var(--vs-white);min-height: 80vh;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;padding: 100px 0 160px;}.vs-hero-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}.vs-hero-bg-video {width: 100%;height: 100%;object-fit: cover;object-position: center;}.vs-hero-bg-gradient {width: 100%;height: 100%;background: linear-gradient(135deg, var(--vs-primary-dark) 0%, var(--vs-primary) 50%, #0d2137 100%);}.vs-hero-bg-mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.85) 40%, rgba(5, 13, 26, 0.95) 100%);backdrop-filter: blur(12px);}.vs-hero-inner {display: grid;grid-template-columns: minmax(0, 1.3fr) minmax(280px, 1fr);gap: 72px;align-items: center;position: relative;z-index: 1;width: min(1400px, calc(100% - 48px));margin: 0 auto;}.vs-hero-content {position: relative;}.vs-tag-white {background: rgba(255,255,255,0.15);color: var(--vs-white);backdrop-filter: blur(10px);border: 1px solid rgba(255,255,255,0.2);}.vs-hero h1 {margin: 16px 0 24px;font-size: clamp(2.2rem, 5vw, 4rem);line-height: 1.1;font-weight: 900;background: linear-gradient(135deg, var(--vs-white) 0%, rgba(255,255,255,0.85) 50%, rgba(245, 158, 11, 0.9) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.vs-hero p {margin: 0 0 40px;font-size: 1.15rem;opacity: 0.92;max-width: 560px;line-height: 1.8;font-weight: 300;}.vs-btn-white {background: rgba(255,255,255,0.15);color: var(--vs-white);backdrop-filter: blur(10px);border: 1px solid rgba(255,255,255,0.3);}.vs-btn-white:hover {background: rgba(255,255,255,0.25);}.vs-buttons {display: flex;flex-wrap: wrap;gap: 20px;}.vs-btn {display: inline-flex;align-items: center;justify-content: center;border: none;border-radius: var(--vs-radius);padding: 16px 40px;cursor: pointer;transition: all 0.3s ease;font-weight: 700;font-size: 1rem;letter-spacing: 0.5px;}.vs-btn:hover {transform: translateY(-3px);}.vs-btn-primary {background: var(--vs-accent);color: var(--vs-primary-dark);box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);}.vs-btn-primary:hover {background: var(--vs-accent-hover);box-shadow: 0 6px 28px rgba(0, 212, 255, 0.45);}.vs-btn-outline {background: transparent;color: var(--vs-white);border: 1px solid rgba(255,255,255,0.3);}.vs-btn-outline:hover {background: rgba(255,255,255,0.1);border-color: rgba(255,255,255,0.5);}.vs-btn-outline-primary {background: transparent;color: var(--vs-primary);border: 1px solid var(--vs-border-color);}.vs-btn-outline-primary:hover {background: rgba(10, 22, 40, 0.05);border-color: var(--vs-accent);color: var(--vs-accent);}.vs-hero-visual {display: grid;place-items: center;}.vs-hero-visual img {border-radius: var(--vs-radius);box-shadow: 0 24px 60px rgba(0,0,0,0.25);}.vs-hero-slider {position: relative;width: 100%;overflow: hidden;border-radius: var(--vs-radius);}.vs-hero-track {display: flex;transition: transform 0.5s ease;}.vs-hero-slide {flex: 0 0 100%;min-width: 100%;display: block;border-radius: var(--vs-radius);box-shadow: 0 24px 60px rgba(0,0,0,0.25);}.vs-hero-dots {position: absolute;bottom: 16px;left: 50%;transform: translateX(-50%);display: flex;gap: 8px;z-index: 2;}.vs-hero-dot {width: 10px;height: 10px;border-radius: 50%;background: rgba(255,255,255,0.4);cursor: pointer;transition: background 0.3s ease, transform 0.3s ease;}.vs-hero-dot.active {background: var(--vs-white);transform: scale(1.2);}/* Stats bar */.vs-stats {padding: 0;margin-top: -100px;position: relative;z-index: 2;}.vs-stats-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;text-align: center;}.vs-stat-item {position: relative;padding: 40px 28px;background: rgba(255,255,255,0.92);backdrop-filter: blur(24px);border-radius: var(--vs-radius);border: 1px solid rgba(255,255,255,0.5);box-shadow: 0 8px 40px rgba(10, 22, 40, 0.12);transition: all 0.35s ease;}.vs-stat-item:hover {transform: translateY(-6px);box-shadow: 0 12px 40px rgba(14, 76, 95, 0.15);}.vs-stat-icon {font-size: 2.5rem;margin-bottom: 16px;display: block;opacity: 0.9;}.vs-stat-item h4 {font-size: 2.5rem;font-weight: 900;background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-light) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;margin: 0 0 8px;}.vs-stat-item p {margin: 0;color: var(--vs-text-light);font-size: 0.95rem;font-weight: 500;}/* Sections */.vs-section {padding: 80px 0;}.vs-section-alt {background: var(--vs-white);}.vs-section-head {text-align: center;margin-bottom: 56px;}.vs-section-head h2 {margin: 0 0 14px;font-size: clamp(1.6rem, 2.5vw, 2.2rem);font-weight: 800;color: var(--vs-text);}.vs-section-head p {margin: 0 auto;color: var(--vs-text-light);max-width: 640px;font-size: 1rem;}.vs-tag {display: inline-flex;padding: 6px 16px;border-radius: 999px;background: rgba(14, 76, 95, 0.08);color: var(--vs-primary);font-weight: 700;font-size: 0.8rem;margin-bottom: 14px;letter-spacing: 0.5px;}.vs-tag-accent {background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.08) 100%);color: var(--vs-accent);}/* About section */.vs-section-about {background: linear-gradient(135deg, var(--vs-bg) 0%, rgba(14, 76, 95, 0.02) 50%, var(--vs-bg) 100%);position: relative;padding: 100px 0;}.vs-section-about::before {content: "";position: absolute;top: 0;right: 0;width: 50%;height: 100%;background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230e4c5f' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}.vs-about-layout {display: grid;grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr);gap: 80px;align-items: center;position: relative;z-index: 1;}.vs-about-title {margin: 0 0 24px;font-size: clamp(1.8rem, 3vw, 2.5rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-text) 0%, var(--vs-primary) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;line-height: 1.2;}.vs-about-desc {color: var(--vs-text-light);line-height: 1.85;margin-bottom: 32px;font-size: 1rem;}.vs-about-desc p {margin: 0 0 16px;}.vs-about-desc p:last-child {margin-bottom: 0;}.vs-about-features {display: flex;flex-wrap: wrap;gap: 16px;}.vs-about-feature {display: flex;align-items: center;gap: 8px;padding: 10px 20px;background: rgba(255,255,255,0.8);border-radius: 999px;border: 1px solid rgba(14,76,95,0.08);box-shadow: var(--vs-shadow-sm);}.vs-about-feature-icon {font-size: 1.1rem;}.vs-about-feature-text {font-size: 0.9rem;font-weight: 600;color: var(--vs-text);}.vs-about-media {position: relative;}.vs-about-media-frame {position: relative;border-radius: 20px;overflow: hidden;box-shadow: 0 24px 60px rgba(14, 76, 95, 0.15);}.vs-about-video,.vs-about-image {width: 100%;display: block;}.vs-about-decoration {position: absolute;bottom: -30px;right: -30px;width: 200px;height: 200px;background: linear-gradient(135deg, var(--vs-accent) 0%, rgba(0, 212, 255, 0.3) 100%);border-radius: 50%;opacity: 0.15;z-index: -1;}/* Cards */.vs-card-grid {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 32px;}.vs-card {background: rgba(255,255,255,0.9);backdrop-filter: blur(10px);border-radius: var(--vs-radius);padding: 36px;border: 1px solid var(--vs-border-color);transition: all 0.35s ease;position: relative;overflow: hidden;}.vs-card::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg, var(--vs-primary) 0%, var(--vs-primary-light) 50%, var(--vs-accent) 100%);transform: scaleX(0);transition: transform 0.3s ease;}.vs-card:hover::before {transform: scaleX(1);}.vs-card:hover {transform: translateY(-6px);box-shadow: 0 20px 50px rgba(14, 76, 95, 0.15);}.vs-card-icon {width: 56px;height: 56px;border-radius: var(--vs-radius-sm);background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-light) 100%);color: var(--vs-white);display: grid;place-items: center;font-size: 1.5rem;margin-bottom: 24px;box-shadow: 0 4px 16px rgba(10, 22, 40, 0.25);}.vs-card h3 {margin: 0 0 12px;font-size: 1.15rem;color: var(--vs-text);font-weight: 700;}.vs-card p {margin: 0;color: var(--vs-text-light);font-size: 0.95rem;line-height: 1.7;}/* Product card with image */.vs-product-card {background: var(--vs-white);border-radius: var(--vs-radius);overflow: hidden;box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.06);transition: all 0.3s ease;display: flex;flex-direction: column;position: relative;}.vs-product-card::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg, var(--vs-primary) 0%, var(--vs-primary-light) 50%, var(--vs-accent) 100%);transform: scaleX(0);transition: transform 0.3s ease;z-index: 1;}.vs-product-card:hover::before {transform: scaleX(1);}.vs-product-card:hover {transform: translateY(-6px);box-shadow: 0 24px 60px rgba(14, 76, 95, 0.18);box-shadow: var(--vs-shadow);}.vs-product-thumb {aspect-ratio: 4 / 3;background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);display: grid;place-items: center;color: var(--vs-muted);font-size: 0.85rem;overflow: hidden;}.vs-product-thumb img {width: 100%;height: 100%;object-fit: cover;}.vs-product-body {padding: 16px 20px 20px;flex: 1;display: flex;flex-direction: column;text-align: center;}.vs-product-body h3 {margin: 0 0 10px;font-size: 1.05rem;}/* Products section */.vs-section-products {padding: 100px 0;}.vs-product-grid {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 32px;}.vs-product-card-overlay {height: 360px;position: relative;border-radius: var(--vs-radius);overflow: hidden;background: transparent;border: none;box-shadow: none;}.vs-product-card-overlay .vs-product-thumb {position: absolute;top: 0;left: 0;width: 100%;height: 100%;aspect-ratio: unset;}.vs-product-card-overlay .vs-product-thumb img {transition: transform 0.5s ease;}.vs-product-card-overlay:hover .vs-product-thumb img {transform: scale(1.1);}.vs-product-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(14, 76, 95, 0.95) 0%, rgba(14, 76, 95, 0.7) 40%, rgba(14, 76, 95, 0.1) 100%);opacity: 0;transition: opacity 0.4s ease;}.vs-product-card-overlay:hover .vs-product-overlay {opacity: 1;}.vs-product-card-overlay .vs-product-body {position: absolute;bottom: 0;left: 0;right: 0;padding: 32px 28px;background: linear-gradient(to top, rgba(14, 76, 95, 0.8) 0%, transparent 100%);transform: translateY(20px);opacity: 0;transition: all 0.4s ease;}.vs-product-card-overlay:hover .vs-product-body {transform: translateY(0);opacity: 1;}.vs-product-card-overlay .vs-product-body h3 {margin: 0 0 12px;font-size: 1.2rem;font-weight: 700;}.vs-product-card-overlay .vs-product-body h3 a {color: var(--vs-white);}.vs-product-card-overlay .vs-product-link {display: inline-flex;align-items: center;gap: 6px;color: rgba(255,255,255,0.9);font-size: 0.95rem;font-weight: 600;transition: all 0.3s ease;}.vs-product-card-overlay:hover .vs-product-link {color: var(--vs-accent);}.vs-section-more {text-align: center;margin-top: 48px;}/* News section */.vs-section-news {padding: 120px 0;}.vs-news-grid {display: grid;grid-template-columns: 1.2fr 1fr;gap: 28px;align-items: stretch;}.vs-news-list {background: rgba(255,255,255,0.88);backdrop-filter: blur(16px);border: 1px solid var(--vs-border-color);border-radius: var(--vs-radius);padding: 12px 20px;box-shadow: var(--vs-shadow-sm);}.vs-news-card {border-radius: var(--vs-radius);overflow: hidden;transition: all 0.35s ease;}.vs-news-card-featured {position: relative;height: 100%;min-height: 400px;}.vs-news-thumb {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.vs-news-thumb img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}.vs-news-card-featured:hover .vs-news-thumb img {transform: scale(1.03);}.vs-news-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(14, 76, 95, 0.95) 0%, rgba(14, 76, 95, 0.6) 50%, transparent 100%);}.vs-news-body {position: absolute;bottom: 0;left: 0;right: 0;padding: 36px;color: var(--vs-white);}.vs-news-tag {display: inline-block;padding: 6px 14px;background: var(--vs-accent);color: var(--vs-white);font-size: 0.8rem;font-weight: 600;border-radius: 999px;margin-bottom: 14px;}.vs-news-body h3 {margin: 0 0 12px;font-size: 1.5rem;font-weight: 700;}.vs-news-body h3 a {color: var(--vs-white);}.vs-news-body p {margin: 0 0 16px;font-size: 1rem;opacity: 0.9;line-height: 1.6;}.vs-news-meta {font-size: 0.85rem;opacity: 0.8;}.vs-news-list {display: flex;flex-direction: column;gap: 0;}.vs-news-item-text {display: flex;align-items: center;gap: 16px;padding: 18px 20px;border-bottom: 1px solid rgba(10, 22, 40, 0.06);transition: all 0.3s ease;}.vs-news-item-text:last-child {border-bottom: none;}.vs-news-item-text:hover {background: rgba(0, 212, 255, 0.04);padding-left: 28px;}.vs-news-item-index {font-size: 1.1rem;font-weight: 800;color: var(--vs-accent);font-family: "Courier New", monospace;flex-shrink: 0;width: 28px;}.vs-news-item-title {flex: 1;font-size: 0.95rem;font-weight: 500;color: var(--vs-text);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.vs-news-item-date {flex-shrink: 0;font-size: 0.8rem;color: var(--vs-muted);}.vs-news-thumb-small {flex-shrink: 0;width: 120px;height: 80px;border-radius: var(--vs-radius-sm);overflow: hidden;}.vs-news-thumb-small img {width: 100%;height: 100%;object-fit: cover;}.vs-news-body-small {display: flex;flex-direction: column;justify-content: center;flex: 1;min-width: 0;}.vs-news-body-small h4 {margin: 0 0 6px;font-size: 1rem;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.vs-news-body-small h4 a {color: var(--vs-text);}.vs-news-body-small .vs-news-meta {font-size: 0.85rem;color: var(--vs-text-light);}.vs-product-body h3 a {color: var(--vs-text);transition: color 0.2s;}.vs-product-body h3 a:hover {color: var(--vs-primary);}.vs-product-body p {margin: 0 0 16px;color: var(--vs-text-light);font-size: 0.9rem;line-height: 1.6;flex: 1;}.vs-product-body .vs-link {font-size: 0.9rem;font-weight: 600;color: var(--vs-primary);display: inline-flex;align-items: center;gap: 6px;}.vs-product-body .vs-link::after {content: "→";transition: transform 0.2s;}.vs-product-body .vs-link:hover::after {transform: translateX(4px);}/* Box */.vs-box {padding: 32px;border-radius: var(--vs-radius);background: var(--vs-card);box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.05);}/* Breadcrumb */.vs-breadcrumb {padding: 18px 0;font-size: 0.85rem;color: var(--vs-muted);}.vs-breadcrumb a {color: var(--vs-text-light);transition: color 0.2s;}.vs-breadcrumb a:hover {color: var(--vs-primary);}.vs-breadcrumb span {margin: 0 8px;}/* Page header */.vs-page-header {background: linear-gradient(135deg, var(--vs-primary) 0%, var(--vs-primary-dark) 100%);color: var(--vs-white);padding: 64px 0 56px;text-align: center;position: relative;overflow: hidden;}.vs-page-header-about {padding: 100px 0 80px;}.vs-page-header-about .vs-site {position: relative;z-index: 1;}.vs-page-header-about h1 {margin: 16px 0 16px;font-size: clamp(2rem, 4vw, 3rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-white) 0%, rgba(245, 158, 11, 0.9) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.vs-page-header-about p {font-size: 1.1rem;opacity: 0.95;max-width: 700px;}.vs-page-header-decoration {position: absolute;top: -40%;left: -10%;width: 700px;height: 700px;background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(26, 122, 141, 0.15) 50%, transparent 70%);border-radius: 50%;}.vs-page-header h1 {margin: 0 0 10px;font-size: clamp(1.6rem, 3vw, 2.4rem);font-weight: 800;}.vs-page-header p {margin: 0 auto;opacity: 0.9;max-width: 600px;}/* About page section */.vs-section-about-page {background: linear-gradient(135deg, var(--vs-bg) 0%, rgba(14, 76, 95, 0.02) 100%);padding: 100px 0;}.vs-about-page-layout {display: grid;grid-template-columns: minmax(0, 1.3fr) minmax(280px, 1fr);gap: 80px;align-items: center;}.vs-about-page-title {font-size: clamp(1.8rem, 3vw, 2.5rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-text) 0%, var(--vs-primary) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;margin: 0 0 24px;}.vs-about-page-desc {color: var(--vs-text-light);line-height: 1.85;font-size: 1rem;margin-bottom: 36px;}.vs-about-page-desc p {margin: 0 0 16px;}.vs-about-page-desc p:last-child {margin-bottom: 0;}.vs-about-page-highlights {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}.vs-about-page-highlight {display: flex;align-items: flex-start;gap: 16px;padding: 24px;background: rgba(255,255,255,0.9);border-radius: var(--vs-radius);border: 1px solid rgba(14,76,95,0.08);box-shadow: var(--vs-shadow-sm);}.vs-about-page-highlight-icon {font-size: 2rem;flex-shrink: 0;}.vs-about-page-highlight h4 {margin: 0 0 6px;font-size: 1rem;font-weight: 700;color: var(--vs-text);}.vs-about-page-highlight p {margin: 0;font-size: 0.9rem;color: var(--vs-text-light);}.vs-about-page-visual {position: relative;}.vs-about-page-visual-frame {border-radius: 20px;overflow: hidden;box-shadow: 0 24px 60px rgba(14, 76, 95, 0.15);}.vs-about-page-image {width: 100%;display: block;}.vs-about-page-visual-decoration {position: absolute;bottom: -30px;right: -30px;width: 200px;height: 200px;background: linear-gradient(135deg, var(--vs-accent) 0%, rgba(245, 158, 11, 0.3) 100%);border-radius: 50%;opacity: 0.15;z-index: -1;}/* Layout with sidebar */.vs-layout {display: grid;grid-template-columns: 260px 1fr;gap: 40px;align-items: start;}.vs-sidebar {position: sticky;top: 90px;}.vs-sidebar-title {font-size: 1.1rem;font-weight: 700;margin: 0 0 16px;padding-bottom: 12px;border-bottom: 2px solid var(--vs-primary);color: var(--vs-text);}.vs-sidebar-menu {list-style: none;margin: 0;padding: 0;}.vs-sidebar-menu li + li {border-top: 1px solid rgba(14, 76, 95, 0.06);}.vs-sidebar-menu a {display: block;padding: 12px 0;color: var(--vs-text-light);font-size: 0.95rem;transition: color 0.2s, padding-left 0.2s;}.vs-sidebar-menu a:hover,.vs-sidebar-menu a.active {color: var(--vs-primary);padding-left: 8px;font-weight: 600;}.vs-sidebar-box {padding: 28px;background: rgba(255,255,255,0.9);border-radius: var(--vs-radius);border: 1px solid rgba(14,76,95,0.08);box-shadow: var(--vs-shadow-sm);margin-bottom: 20px;}/* Product page */.vs-page-header-product {padding: 100px 0 80px;}.vs-page-header-product .vs-site {position: relative;z-index: 1;}.vs-page-header-product h1 {margin: 16px 0 16px;font-size: clamp(2rem, 4vw, 3rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-white) 0%, rgba(245, 158, 11, 0.9) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.vs-page-header-product p {font-size: 1.1rem;opacity: 0.95;max-width: 700px;}.vs-section-product {background: linear-gradient(135deg, var(--vs-bg) 0%, rgba(14, 76, 95, 0.02) 100%);padding: 100px 0;}.vs-product-content {position: relative;}.vs-product-list-header {margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid rgba(14,76,95,0.1);}.vs-product-list-title {margin: 0 0 8px;font-size: 1.5rem;font-weight: 800;color: var(--vs-text);}.vs-product-list-desc {margin: 0;color: var(--vs-text-light);font-size: 0.95rem;}.vs-product-grid {gap: 32px;}.vs-product-thumb {position: relative;overflow: hidden;border-radius: var(--vs-radius) var(--vs-radius) 0 0;}.vs-product-thumb img {width: 100%;height: 200px;object-fit: cover;transition: transform 0.3s ease;}.vs-product-card:hover .vs-product-thumb img {transform: scale(1.05);}.vs-product-thumb-overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, transparent 60%, rgba(14,76,95,0.3) 100%);opacity: 0;transition: opacity 0.3s ease;}.vs-product-card:hover .vs-product-thumb-overlay {opacity: 1;}.vs-product-link {display: inline-flex;align-items: center;gap: 6px;font-weight: 600;color: var(--vs-primary);}.vs-product-link::after {content: "→";transition: transform 0.2s ease;}.vs-product-link:hover::after {transform: translateX(4px);}.vs-pager {margin-top: 40px;text-align: center;}.vs-pager a,.vs-pager span {display: inline-flex;align-items: center;justify-content: center;min-width: 36px;height: 36px;padding: 0 12px;margin: 0 4px;border-radius: 8px;color: var(--vs-text-light);font-size: 0.9rem;transition: all 0.2s ease;}.vs-pager a:hover {background: rgba(14,76,95,0.08);color: var(--vs-primary);}.vs-pager span.current {background: var(--vs-primary);color: var(--vs-white);}/* Product detail page */.vs-breadcrumb-product {padding-top: 24px;}.vs-section-product-hero {background: linear-gradient(135deg, rgba(14, 76, 95, 0.04) 0%, var(--vs-bg) 100%);padding: 40px 0 80px;}.vs-product-hero-layout {display: grid;grid-template-columns: minmax(0, 1.1fr) minmax(280px, 1fr);gap: 60px;align-items: center;}.vs-product-hero-visual {position: relative;}.vs-product-hero-frame {border-radius: 20px;overflow: hidden;box-shadow: 0 24px 60px rgba(14, 76, 95, 0.15);}.vs-product-hero-image {width: 100%;display: block;}.vs-product-hero-decoration {position: absolute;top: -30px;left: -30px;width: 180px;height: 180px;background: linear-gradient(135deg, var(--vs-accent) 0%, rgba(245, 158, 11, 0.3) 100%);border-radius: 50%;opacity: 0.12;z-index: -1;}.vs-product-hero-title {margin: 16px 0 20px;font-size: clamp(1.8rem, 3vw, 2.6rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-text) 0%, var(--vs-primary) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.vs-product-hero-desc {margin: 0 0 32px;font-size: 1.1rem;color: var(--vs-text-light);line-height: 1.8;}.vs-product-hero-actions {display: flex;gap: 16px;margin-bottom: 32px;}.vs-btn-outline-primary {background: rgba(14, 76, 95, 0.08);color: var(--vs-primary);border: 2px solid var(--vs-primary);}.vs-btn-outline-primary:hover {background: var(--vs-primary);color: var(--vs-white);}.vs-product-hero-info {display: flex;gap: 24px;flex-wrap: wrap;}.vs-product-hero-info-item {display: flex;align-items: center;gap: 8px;padding: 12px 20px;background: rgba(255,255,255,0.8);border-radius: 999px;border: 1px solid rgba(14,76,95,0.08);font-size: 0.9rem;font-weight: 500;color: var(--vs-text);}.vs-product-hero-info-icon {font-size: 1.1rem;}.vs-section-product-detail {padding: 80px 0;}.vs-article-product {background: rgba(255,255,255,0.9);border-radius: var(--vs-radius);border: 1px solid rgba(14,76,95,0.06);box-shadow: var(--vs-shadow-sm);padding: 48px;}.vs-article-nav {display: flex;justify-content: space-between;margin-top: 48px;padding-top: 24px;border-top: 1px solid rgba(14,76,95,0.1);}.vs-article-nav-item {display: flex;align-items: center;gap: 12px;padding: 16px 24px;background: rgba(14,76,95,0.04);border-radius: var(--vs-radius-sm);transition: all 0.25s ease;min-width: 280px;}.vs-article-nav-item:hover {background: rgba(14,76,95,0.08);transform: translateY(-2px);}.vs-article-nav-arrow {font-size: 1.2rem;color: var(--vs-primary);}.vs-article-nav-prev {justify-content: flex-start;}.vs-article-nav-next {justify-content: flex-end;}.vs-article-nav-label {display: block;font-size: 0.85rem;color: var(--vs-muted);margin-bottom: 4px;}.vs-article-nav-title {display: block;font-size: 0.95rem;font-weight: 600;color: var(--vs-text);}/* News list */.vs-news-item {display: grid;grid-template-columns: 180px 1fr;gap: 24px;padding: 24px 0;border-bottom: 1px solid rgba(14, 76, 95, 0.06);align-items: start;}/* News list page */.vs-page-header-news {padding: 100px 0 80px;}.vs-page-header-news .vs-site {position: relative;z-index: 1;}.vs-page-header-news h1 {margin: 16px 0 16px;font-size: clamp(2rem, 4vw, 3rem);font-weight: 900;background: linear-gradient(135deg, var(--vs-white) 0%, rgba(0, 212, 255, 0.9) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.vs-page-header-news p {font-size: 1.1rem;opacity: 0.95;max-width: 700px;}.vs-section-news-list {padding: 100px 0;background: var(--vs-bg);}.vs-news-list-content {position: relative;}.vs-news-list-header {margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid var(--vs-border-color);}.vs-news-list-title {margin: 0 0 8px;font-size: 1.5rem;font-weight: 800;color: var(--vs-text);}.vs-news-list-desc {margin: 0;color: var(--vs-text-light);font-size: 0.95rem;}.vs-news-list-items {display: flex;flex-direction: column;gap: 24px;}.vs-news-item-card {display: grid;grid-template-columns: 200px 1fr;gap: 24px;padding: 28px;background: rgba(255,255,255,0.9);backdrop-filter: blur(10px);border: 1px solid var(--vs-border-color);border-radius: var(--vs-radius);transition: all 0.35s ease;}.vs-news-item-card:hover {transform: translateY(-4px);border-color: rgba(0, 212, 255, 0.3);box-shadow: var(--vs-shadow-lg);}.vs-news-item-thumb {aspect-ratio: 4 / 3;border-radius: var(--vs-radius-sm);overflow: hidden;}.vs-news-item-thumb img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.35s ease;}.vs-news-item-card:hover .vs-news-item-thumb img {transform: scale(1.05);}.vs-news-item-body {display: flex;flex-direction: column;}.vs-news-item-tag {display: inline-block;padding: 4px 12px;background: rgba(0, 212, 255, 0.1);color: var(--vs-accent);font-size: 0.75rem;font-weight: 600;border-radius: 2px;margin-bottom: 12px;width: fit-content;}.vs-news-item-body h3 {margin: 0 0 12px;font-size: 1.2rem;font-weight: 700;color: var(--vs-text);}.vs-news-item-body h3 a {color: var(--vs-text);}.vs-news-item-body p {margin: 0 0 16px;font-size: 0.95rem;color: var(--vs-text-light);line-height: 1.7;flex: 1;}.vs-news-item-meta {font-size: 0.85rem;color: var(--vs-muted);}.vs-sidebar-menu-hot li {padding: 8px 0;border-bottom: 1px dashed rgba(14,76,95,0.08);}.vs-sidebar-menu-hot li:last-child {border-bottom: none;}.vs-sidebar-menu-hot a {font-size: 0.9rem;color: var(--vs-text-light);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}.vs-sidebar-menu-hot a:hover {color: var(--vs-accent);}.vs-news-thumb {aspect-ratio: 16 / 10;background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);border-radius: var(--vs-radius-sm);overflow: hidden;}.vs-news-thumb img {width: 100%;height: 100%;object-fit: cover;}.vs-news-body h3 {margin: 0 0 8px;font-size: 1.1rem;}.vs-news-body h3 a {color: var(--vs-text);}.vs-news-body h3 a:hover {color: var(--vs-primary);}.vs-news-meta {font-size: 0.8rem;color: var(--vs-muted);margin-bottom: 8px;}.vs-news-body p {margin: 0;color: var(--vs-text-light);font-size: 0.95rem;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}/* Article */.vs-article {background: var(--vs-white);border-radius: var(--vs-radius);padding: 40px;box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.05);}.vs-article h1 {margin: 0 0 16px;font-size: 1.6rem;line-height: 1.3;}.vs-article-meta {color: var(--vs-muted);font-size: 0.85rem;margin-bottom: 24px;padding-bottom: 20px;border-bottom: 1px solid rgba(14, 76, 95, 0.06);}.vs-article-body {color: var(--vs-text-light);line-height: 1.8;font-size: 1rem;}.vs-article-body p {margin: 0 0 16px;}.vs-article-body img {border-radius: var(--vs-radius-sm);margin: 16px 0;}/* Footer */.vs-footer {background: linear-gradient(180deg, var(--vs-primary-dark) 0%, #030d1a 100%);color: rgba(255,255,255,0.6);padding: 80px 0 32px;}.vs-footer-grid {display: grid;grid-template-columns: 1.6fr 1fr 1fr 1fr;gap: 40px;margin-bottom: 48px;}.vs-footer-brand {font-size: 1.4rem;font-weight: 800;color: var(--vs-white);margin-bottom: 16px;}.vs-footer-desc {font-size: 0.9rem;line-height: 1.7;margin-bottom: 20px;}.vs-footer-title {font-size: 1rem;font-weight: 700;color: var(--vs-white);margin: 0 0 18px;}.vs-footer-links {list-style: none;margin: 0;padding: 0;}.vs-footer-links li + li {margin-top: 10px;}.vs-footer-links a {font-size: 0.9rem;transition: color 0.2s;}.vs-footer-links a:hover {color: var(--vs-white);}.vs-footer-contact p {margin: 0 0 8px;font-size: 0.9rem;}.vs-footer-bottom {border-top: 1px solid rgba(255,255,255,0.08);padding-top: 24px;text-align: center;font-size: 0.85rem;color: rgba(255,255,255,0.5);}/* Responsive */@media (max-width: 1024px) {.vs-layout {grid-template-columns: 1fr;}.vs-sidebar {position: static;}.vs-footer-grid {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 980px) {.vs-hero-inner {grid-template-columns: 1fr;text-align: center;}.vs-hero p {margin-left: auto;margin-right: auto;}.vs-hero-visual {order: -1;}.vs-hero-visual img {max-width: 360px;margin: 0 auto;}.vs-stats-grid {grid-template-columns: repeat(2, 1fr);}.vs-card-grid {grid-template-columns: repeat(2, 1fr);}.vs-news-grid {grid-template-columns: 1fr;}.vs-news-card-featured {min-height: 300px;}.vs-news-item {grid-template-columns: 1fr;}.vs-news-thumb {max-width: 100%;aspect-ratio: 16 / 9;}.vs-news-item-card {grid-template-columns: 1fr;}}@media (max-width: 680px) {.vs-nav {flex-wrap: wrap;}.vs-menu {display: none;width: 100%;flex-direction: column;gap: 0;background: rgba(255,255,255,0.95);backdrop-filter: blur(10px);border-radius: var(--vs-radius-sm);border: 1px solid var(--vs-border-color);padding: 8px 0;margin-top: 12px;}.vs-menu.vs-menu-open {display: flex;}.vs-menu a {padding: 12px 20px;width: 100%;border-bottom: 1px solid rgba(14, 76, 95, 0.05);}.vs-menu a::after {display: none;}.vs-nav-toggle {display: block;}.vs-hero {padding: 72px 0 64px;}.vs-stats {margin-top: -20px;padding: 40px 16px;}.vs-stats-grid {grid-template-columns: repeat(2, 1fr);gap: 16px;}.vs-stat-item h4 {font-size: 1.4rem;}.vs-stat-item {padding: 24px 16px;}.vs-card-grid {grid-template-columns: 1fr;}.vs-section {padding: 56px 0;}.vs-footer-grid {grid-template-columns: 1fr;gap: 32px;}.vs-grid-2,.vs-grid-3,.vs-grid-4 {grid-template-columns: 1fr;}.vs-article {padding: 24px;}}/* Menu list fix (head.html uses .vs-menu-list) */.vs-menu-list {display: flex;gap: 36px;flex-wrap: wrap;align-items: center;list-style: none;margin: 0;padding: 0;}.vs-menu-list a {color: var(--vs-text-light);font-size: 0.95rem;font-weight: 500;transition: color 0.2s ease;position: relative;}.vs-menu-list a::after {content: "";position: absolute;bottom: -4px;left: 0;width: 0;height: 2px;background: var(--vs-primary);transition: width 0.3s ease;}.vs-menu-list a:hover,.vs-menu-list a.active {color: var(--vs-primary);}.vs-menu-list a:hover::after,.vs-menu-list a.active::after {width: 100%;}@media (max-width: 680px) {.vs-menu-list {display: none;width: 100%;flex-direction: column;gap: 0;background: var(--vs-white);border-radius: var(--vs-radius-sm);box-shadow: var(--vs-shadow);padding: 8px 0;margin-top: 12px;}.vs-menu-list.vs-menu-open {display: flex;}.vs-menu-list a {padding: 12px 20px;width: 100%;border-bottom: 1px solid rgba(14, 76, 95, 0.05);}.vs-menu-list a::after {display: none;}}/* Logo */.vs-logo {max-height: 56px;width: auto;display: block;}/* Dropdown - mega menu */.vs-dropdown {position: absolute;top: 100%;left: 0;right: 0;width: 100%;opacity: 0;visibility: hidden;transform: translateY(4px);transition: all 0.25s ease;z-index: 99;}.has-dropdown {position: static;}.has-dropdown:hover > .vs-dropdown {opacity: 1;visibility: visible;transform: translateY(0);}.vs-dropdown-inner {max-width: 1200px;margin: 0 auto;padding: 24px;background: var(--vs-white);border-radius: 0 0 var(--vs-radius-sm) var(--vs-radius-sm);box-shadow: var(--vs-shadow);}.vs-dropdown-mega .vs-dropdown-inner {display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}.vs-mega-item {display: flex;align-items: center;gap: 12px;padding: 8px;border-radius: var(--vs-radius-sm);transition: background 0.2s ease;}.vs-mega-item:hover {background: var(--vs-bg);}.vs-mega-thumb {width: 48px;height: 48px;border-radius: 8px;overflow: hidden;flex-shrink: 0;background: var(--vs-bg);}.vs-mega-thumb img {width: 100%;height: 100%;object-fit: cover;}.vs-mega-item span {font-size: 0.85rem;font-weight: 500;color: var(--vs-text);}/* Banner overlay for background image *//* About video */.vs-about-media video {width: 100%;height: auto;border-radius: var(--vs-radius);display: block;object-fit: cover;}/* Pagination */.lcms-pager {margin-top: 40px;}.lcms-pager ul {display: flex;flex-wrap: wrap;gap: 8px;justify-content: center;list-style: none;padding: 0;margin: 0;}.lcms-pager ul li {min-width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(14, 76, 95, 0.1);border-radius: 8px;font-size: 0.9rem;color: var(--vs-text-light);background: var(--vs-white);transition: all 0.2s ease;}.lcms-pager ul li:hover {border-color: var(--vs-primary);color: var(--vs-primary);}.lcms-pager ul .am-active {background: var(--vs-primary);border-color: var(--vs-primary);color: var(--vs-white);}.lcms-pager ul .am-disabled {opacity: 0.4;pointer-events: none;}/* Mobile dropdown */@media (max-width: 680px) {.has-dropdown > a::after {content: "+";margin-left: auto;font-size: 1.2rem;color: var(--vs-muted);}.has-dropdown.vs-dropdown-open > a::after {content: "−";}.vs-dropdown-mega {display: none;position: static;left: auto;right: auto;width: auto;opacity: 1;visibility: visible;transform: none;transition: none;}.vs-menu-list > li.vs-dropdown-open .vs-dropdown-mega {display: block;}.vs-dropdown-mega .vs-dropdown-inner {min-width: auto;grid-template-columns: repeat(2, 1fr);gap: 8px;padding: 12px;box-shadow: none;background: rgba(14, 76, 95, 0.02);border-radius: var(--vs-radius-sm);}.vs-mega-item {padding: 6px;}.vs-mega-thumb {width: 40px;height: 40px;}}/* Footer enhancements */.vs-footer-logo {display: inline-flex;align-items: center;margin-bottom: 16px;}.vs-footer-logo img {max-height: 36px;width: auto;display: block;}.vs-footer-logo strong {font-size: 1.25rem;font-weight: 800;color: var(--vs-white);}.vs-qr-img {width: 100px;height: 100px;border-radius: 8px;display: block;background: var(--vs-white);padding: 4px;}.vs-qr-placeholder {width: 100px;height: 100px;border-radius: 8px;background: rgba(255,255,255,0.08);display: flex;align-items: center;justify-content: center;font-size: 0.75rem;color: rgba(255,255,255,0.5);}.vs-footer-form-section {border-top: 1px solid rgba(255,255,255,0.08);margin-top: 40px;padding-top: 40px;}.vs-footer-form-title {font-size: 1.1rem;font-weight: 700;color: var(--vs-white);margin-bottom: 20px;}.vs-feedback-simple .vs-form-row {display: flex;gap: 16px;margin-bottom: 16px;align-items: stretch;}.vs-feedback-simple input,.vs-feedback-simple textarea {flex: 1;padding: 12px 16px;border: 1px solid rgba(255,255,255,0.12);border-radius: var(--vs-radius-sm);background: rgba(255,255,255,0.06);color: var(--vs-white);font-size: 0.9rem;font-family: inherit;outline: none;transition: border-color 0.2s, background 0.2s;}.vs-feedback-simple input::placeholder,.vs-feedback-simple textarea::placeholder {color: rgba(255,255,255,0.4);}.vs-feedback-simple input:focus,.vs-feedback-simple textarea:focus {border-color: rgba(255,255,255,0.3);background: rgba(255,255,255,0.1);}.vs-feedback-simple textarea {resize: vertical;min-height: 80px;}.vs-feedback-simple .vs-btn {flex: 0 0 auto;align-self: flex-end;}/* CMS feedback form override in footer */.vs-footer-form-section .lcms-feedback-form {display: flex;flex-wrap: wrap;gap: 16px;}.vs-footer-form-section .lcms-feedback-form > div {flex: 1 1 calc(33.333% - 16px);min-width: 200px;}.vs-footer-form-section .lcms-feedback-form > div:last-child {flex: 1 1 100%;display: flex;gap: 16px;align-items: flex-end;}.vs-footer-form-section .lcms-feedback-form label {display: block;color: rgba(255,255,255,0.7);font-size: 0.85rem;margin-bottom: 6px;}.vs-footer-form-section .lcms-feedback-form label span {color: var(--vs-accent);}.vs-footer-form-section .lcms-feedback-form input,.vs-footer-form-section .lcms-feedback-form textarea,.vs-footer-form-section .lcms-feedback-form select {width: 100%;padding: 12px 16px;border: 1px solid rgba(255,255,255,0.12);border-radius: var(--vs-radius-sm);background: rgba(255,255,255,0.06);color: var(--vs-white);font-size: 0.9rem;font-family: inherit;outline: none;}.vs-footer-form-section .lcms-feedback-form input::placeholder,.vs-footer-form-section .lcms-feedback-form textarea::placeholder {color: rgba(255,255,255,0.4);}.vs-footer-form-section .lcms-feedback-form button {padding: 12px 32px;border: none;border-radius: var(--vs-radius-sm);background: var(--vs-accent);color: var(--vs-white);font-size: 0.95rem;font-weight: 600;cursor: pointer;transition: background 0.2s;white-space: nowrap;}.vs-footer-form-section .lcms-feedback-form button:hover {background: var(--vs-accent-hover);}@media (max-width: 980px) {.vs-footer-form-section .lcms-feedback-form > div {flex: 1 1 calc(50% - 16px);}}@media (max-width: 680px) {.vs-feedback-simple .vs-form-row {flex-direction: column;gap: 12px;}.vs-feedback-simple .vs-btn {align-self: stretch;width: 100%;}.vs-footer-form-section .lcms-feedback-form > div {flex: 1 1 100%;}.vs-footer-form-section .lcms-feedback-form > div:last-child {flex-direction: column;}}/* Home contact & feedback */.vs-contact-layout {display: grid;grid-template-columns: 340px 1fr;gap: 56px;align-items: start;}@media (max-width: 980px) {.vs-contact-layout {grid-template-columns: 1fr;gap: 40px;}}/* Contact info cards */.vs-contact-info {display: flex;flex-direction: column;gap: 20px;}.vs-contact-info-item {display: flex;align-items: flex-start;gap: 16px;padding: 24px;background: linear-gradient(135deg, var(--vs-white) 0%, rgba(14, 76, 95, 0.02) 100%);border-radius: var(--vs-radius);box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.06);transition: transform 0.25s ease, box-shadow 0.25s ease;}.vs-contact-info-item:hover {transform: translateY(-3px);box-shadow: var(--vs-shadow);}.vs-contact-icon {width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg, var(--vs-primary) 0%, #145a6e 100%);border-radius: 12px;font-size: 1.4rem;line-height: 1;flex-shrink: 0;box-shadow: 0 4px 12px rgba(14, 76, 95, 0.2);}.vs-contact-info-item h4 {margin: 0 0 6px;font-size: 0.9rem;font-weight: 600;color: var(--vs-primary);letter-spacing: 0.5px;text-transform: uppercase;}.vs-contact-info-item p {margin: 0;font-size: 1rem;color: var(--vs-text);font-weight: 500;line-height: 1.5;}/* Form card */.vs-contact-form {background: var(--vs-white);border-radius: var(--vs-radius);box-shadow: var(--vs-shadow);border: 1px solid rgba(14, 76, 95, 0.06);padding: 40px;}.vs-form-header {margin-bottom: 28px;}.vs-form-header h3 {font-size: 1.25rem;color: var(--vs-primary);margin: 0 0 6px;}.vs-form-header p {font-size: 0.9rem;color: var(--vs-text-light);margin: 0;}/* Form fields */.vs-form-group {margin-bottom: 20px;}.vs-form-group label {display: block;font-size: 0.85rem;font-weight: 500;color: var(--vs-text);margin-bottom: 6px;}.vs-form-group label span {color: #e74c3c;margin-left: 2px;}.vs-feedback-home .vs-form-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}@media (max-width: 640px) {.vs-feedback-home .vs-form-grid {grid-template-columns: 1fr;}}.vs-feedback-home input,.vs-feedback-home textarea {width: 100%;padding: 14px 18px;border: 1.5px solid rgba(14, 76, 95, 0.1);border-radius: var(--vs-radius-sm);background: var(--vs-bg);color: var(--vs-text);font-size: 0.95rem;font-family: inherit;outline: none;transition: all 0.2s ease;}.vs-feedback-home input:focus,.vs-feedback-home textarea:focus {border-color: var(--vs-primary);background: var(--vs-white);box-shadow: 0 0 0 4px rgba(14, 76, 95, 0.06);}.vs-feedback-home input::placeholder,.vs-feedback-home textarea::placeholder {color: rgba(14, 76, 95, 0.35);}.vs-feedback-home textarea {resize: vertical;min-height: 120px;}.vs-feedback-home .vs-btn {width: 100%;padding: 14px 28px;font-size: 1rem;font-weight: 600;letter-spacing: 1px;display: inline-flex;align-items: center;justify-content: center;gap: 8px;}/* CMS feedback form override in home contact */.vs-contact-form .lcms-feedback-form {display: flex;flex-wrap: wrap;gap: 20px;}.vs-contact-form .lcms-feedback-form > div {flex: 1 1 calc(50% - 20px);min-width: 180px;}.vs-contact-form .lcms-feedback-form > div:has(textarea),.vs-contact-form .lcms-feedback-form > div:last-child:has(button) {flex: 1 1 100%;}.vs-contact-form .lcms-feedback-form label {display: block;font-size: 0.85rem;font-weight: 500;color: var(--vs-text);margin-bottom: 6px;}.vs-contact-form .lcms-feedback-form label span {color: #e74c3c;margin-left: 2px;}.vs-contact-form .lcms-feedback-form input,.vs-contact-form .lcms-feedback-form textarea,.vs-contact-form .lcms-feedback-form select {width: 100%;padding: 14px 18px;border: 1.5px solid rgba(14, 76, 95, 0.1);border-radius: var(--vs-radius-sm);background: var(--vs-bg);color: var(--vs-text);font-size: 0.95rem;font-family: inherit;outline: none;transition: all 0.2s ease;}.vs-contact-form .lcms-feedback-form input:focus,.vs-contact-form .lcms-feedback-form textarea:focus,.vs-contact-form .lcms-feedback-form select:focus {border-color: var(--vs-primary);background: var(--vs-white);box-shadow: 0 0 0 4px rgba(14, 76, 95, 0.06);}.vs-contact-form .lcms-feedback-form input::placeholder,.vs-contact-form .lcms-feedback-form textarea::placeholder {color: rgba(14, 76, 95, 0.35);}.vs-contact-form .lcms-feedback-form textarea {resize: vertical;min-height: 120px;}.vs-contact-form .lcms-feedback-form button {width: 100%;padding: 14px 28px;border: none;border-radius: var(--vs-radius-sm);background: var(--vs-primary);color: var(--vs-white);font-size: 1rem;font-weight: 600;letter-spacing: 1px;cursor: pointer;transition: background 0.2s;}.vs-contact-form .lcms-feedback-form button:hover {background: var(--vs-accent);}/* Partners marquee */.vs-partners-wrap {overflow: hidden;position: relative;}.vs-partners-track {display: flex;gap: 32px;animation: vsPartnersScroll 30s linear infinite;width: max-content;}.vs-partners-wrap:hover .vs-partners-track {animation-play-state: paused;}.vs-partner-item {flex-shrink: 0;width: 160px;height: 80px;display: flex;align-items: center;justify-content: center;background: var(--vs-white);border-radius: var(--vs-radius-sm);border: 1px solid rgba(14, 76, 95, 0.06);padding: 12px;filter: grayscale(1);opacity: 0.7;transition: all 0.3s ease;}.vs-partner-item:hover {filter: grayscale(0);opacity: 1;box-shadow: var(--vs-shadow-sm);}.vs-partner-item img {max-width: 100%;max-height: 100%;object-fit: contain;}@keyframes vsPartnersScroll {0% { transform: translateX(0); }100% { transform: translateX(-50%); }}@media (max-width: 980px) {.vs-contact-layout {grid-template-columns: 1fr;}.vs-contact-form .lcms-feedback-form > div {flex: 1 1 calc(50% - 16px);}}/* Certificates */.vs-cert-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: var(--vs-gap);}.vs-cert-item {position: relative;background: var(--vs-white);border-radius: var(--vs-radius-sm);overflow: hidden;box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.06);cursor: pointer;aspect-ratio: 3 / 4;}.vs-cert-item img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.4s ease;}.vs-cert-item:hover img {transform: scale(1.08);}.vs-cert-overlay {position: absolute;inset: 0;background: rgba(14, 76, 95, 0.55);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}.vs-cert-item:hover .vs-cert-overlay {opacity: 1;}.vs-cert-overlay span {color: var(--vs-white);font-size: 0.9rem;font-weight: 600;padding: 8px 20px;border: 1px solid rgba(255,255,255,0.5);border-radius: 999px;backdrop-filter: blur(4px);}/* Certificates Scroll */.vs-cert-scroll-wrap {position: relative;}.vs-cert-scroll-track {display: flex;gap: var(--vs-gap);overflow-x: auto;scroll-behavior: smooth;scrollbar-width: none;-ms-overflow-style: none;padding-bottom: 8px;}.vs-cert-scroll-track::-webkit-scrollbar {display: none;}.vs-cert-scroll-track .vs-cert-item {flex: 0 0 auto;width: 260px;aspect-ratio: 3 / 4;}.vs-cert-scroll-track .vs-cert-text {background: var(--vs-white);border-radius: var(--vs-radius-sm);box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.06);padding: 28px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;aspect-ratio: 3 / 4;}.vs-cert-scroll-track .vs-cert-text .vs-card-icon {font-size: 2rem;margin-bottom: 16px;}.vs-cert-scroll-track .vs-cert-text h3 {font-size: 1rem;color: var(--vs-primary);margin-bottom: 10px;}.vs-cert-scroll-track .vs-cert-text p {font-size: 0.85rem;color: var(--vs-text-light);line-height: 1.6;margin: 0;}.vs-cert-scroll-btn {position: absolute;top: 50%;transform: translateY(-50%);width: 44px;height: 44px;border-radius: 50%;background: var(--vs-white);border: 1px solid rgba(14,76,95,0.1);box-shadow: var(--vs-shadow);color: var(--vs-primary);font-size: 1.4rem;cursor: pointer;z-index: 2;display: flex;align-items: center;justify-content: center;transition: all 0.2s ease;}.vs-cert-scroll-btn:hover {background: var(--vs-primary);color: var(--vs-white);border-color: var(--vs-primary);}.vs-cert-scroll-prev {left: -22px;}.vs-cert-scroll-next {right: -22px;}@media (max-width: 980px) {.vs-cert-scroll-track .vs-cert-item {width: 200px;}.vs-cert-scroll-prev {left: 8px;}.vs-cert-scroll-next {right: 8px;}}/* Timeline */.vs-timeline {position: relative;max-width: 800px;margin: 0 auto;padding-left: 32px;}.vs-timeline::before {content: "";position: absolute;left: 6px;top: 8px;bottom: 8px;width: 2px;background: linear-gradient(180deg, var(--vs-primary) 0%, rgba(14,76,95,0.15) 100%);border-radius: 2px;}.vs-timeline-item {position: relative;padding-bottom: 40px;}.vs-timeline-item:last-child {padding-bottom: 0;}.vs-timeline-dot {position: absolute;left: -32px;top: 4px;width: 14px;height: 14px;border-radius: 50%;background: var(--vs-white);border: 3px solid var(--vs-primary);box-shadow: 0 0 0 4px rgba(14, 76, 95, 0.08);}.vs-timeline-content {background: var(--vs-white);border-radius: var(--vs-radius-sm);padding: 24px;box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.05);margin-left: 16px;transition: transform 0.25s ease, box-shadow 0.25s ease;}.vs-timeline-content:hover {transform: translateY(-3px);box-shadow: var(--vs-shadow);}.vs-timeline-content h3 {margin: 0 0 8px;font-size: 1.1rem;color: var(--vs-primary);}.vs-timeline-content p {margin: 0;color: var(--vs-text-light);line-height: 1.7;}/* About page content images */.vs-about-content img {border-radius: var(--vs-radius-sm);max-width: 100%;height: auto;margin: 12px 0;}@media (max-width: 980px) {.vs-cert-grid {grid-template-columns: repeat(3, 1fr);}}@media (max-width: 680px) {.vs-feedback-home .vs-form-grid {grid-template-columns: 1fr;}.vs-contact-form .lcms-feedback-form > div {flex: 1 1 100%;}.vs-partner-item {width: 120px;height: 60px;}.vs-partners-track {gap: 20px;}.vs-cert-grid {grid-template-columns: repeat(2, 1fr);gap: 16px;}.vs-timeline {padding-left: 24px;}.vs-timeline-dot {left: -24px;width: 12px;height: 12px;}.vs-timeline-content {margin-left: 8px;padding: 18px;}}/* Lightbox */.vs-lightbox {position: fixed;inset: 0;z-index: 2000;background: rgba(0,0,0,0.85);display: none;align-items: center;justify-content: center;padding: 40px;backdrop-filter: blur(6px);}.vs-lightbox.active {display: flex;}.vs-lightbox img {max-width: 90vw;max-height: 85vh;border-radius: var(--vs-radius-sm);box-shadow: 0 20px 60px rgba(0,0,0,0.4);transform: scale(0.9);transition: transform 0.3s ease;}.vs-lightbox.active img {transform: scale(1);}.vs-lightbox-close {position: absolute;top: 20px;right: 30px;color: var(--vs-white);font-size: 2.5rem;cursor: pointer;line-height: 1;opacity: 0.8;transition: opacity 0.2s;}.vs-lightbox-close:hover {opacity: 1;}/* Horizontal Timeline */.vs-timeline-h {position: relative;margin-bottom: 40px;padding: 20px 0;}.vs-timeline-h-track {display: flex;justify-content: space-between;align-items: center;position: relative;max-width: 800px;margin: 0 auto;}.vs-timeline-h-track::before {content: "";position: absolute;top: 50%;left: 0;right: 0;height: 3px;background: rgba(14, 76, 95, 0.1);border-radius: 2px;transform: translateY(-50%);}.vs-timeline-h-node {position: relative;display: flex;flex-direction: column;align-items: center;cursor: pointer;z-index: 1;transition: transform 0.3s ease;}.vs-timeline-h-node:hover {transform: translateY(-4px) scale(1.05);}.vs-timeline-h-dot {width: 18px;height: 18px;border-radius: 50%;background: var(--vs-white);border: 3px solid rgba(14, 76, 95, 0.2);transition: all 0.3s ease;position: relative;}.vs-timeline-h-node.active .vs-timeline-h-dot {border-color: var(--vs-primary);background: var(--vs-primary);box-shadow: 0 0 0 6px rgba(14, 76, 95, 0.1);transform: scale(1.2);}.vs-timeline-h-year {margin-top: 10px;font-weight: 700;font-size: 1rem;color: var(--vs-text-light);transition: color 0.3s;}.vs-timeline-h-node.active .vs-timeline-h-year {color: var(--vs-primary);}.vs-timeline-h-label {font-size: 0.8rem;color: var(--vs-muted);margin-top: 2px;}.vs-timeline-h-node.active .vs-timeline-h-label {color: var(--vs-primary-light);font-weight: 600;}/* Horizontal Timeline Cards */.vs-timeline-h-viewport {overflow: hidden;max-width: 800px;margin: 0 auto;border-radius: var(--vs-radius);}.vs-timeline-h-cards {display: flex;transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);}.vs-timeline-h-card {min-width: 100%;padding: 40px;background: var(--vs-white);border-radius: var(--vs-radius);box-shadow: var(--vs-shadow-sm);border: 1px solid rgba(14, 76, 95, 0.05);text-align: center;transition: transform 0.3s ease;}.vs-timeline-h-card:hover {transform: scale(1.02);}.vs-timeline-h-card h3 {margin: 0 0 12px;font-size: 1.3rem;color: var(--vs-primary);}.vs-timeline-h-card p {margin: 0 auto;color: var(--vs-text-light);line-height: 1.8;max-width: 520px;font-size: 1rem;}@media (max-width: 680px) {.vs-timeline-h-track {gap: 12px;}.vs-timeline-h-year {font-size: 0.85rem;}.vs-timeline-h-label {font-size: 0.7rem;}.vs-timeline-h-card {padding: 24px;}.vs-lightbox img {max-width: 95vw;}}
