/* =========================================================
   VICTORIOUS SYSTEMS — PUBLIC WEBSITE
   ========================================================= */

:root,
html[data-theme="navy-gold"] {
    --vs-bg: #06172d;
    --vs-bg-deep: #020c19;
    --vs-surface: #0b203a;
    --vs-surface-2: #102a47;
    --vs-surface-soft: rgba(255, 255, 255, 0.045);
    --vs-text: #f8f4eb;
    --vs-heading: #fffaf0;
    --vs-muted: #aebaca;
    --vs-primary: #d8aa42;
    --vs-primary-light: #f2d37b;
    --vs-primary-dark: #9f721d;
    --vs-line: rgba(216, 170, 66, 0.24);
    --vs-line-soft: rgba(255, 255, 255, 0.1);
    --vs-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
    --vs-header: rgba(4, 17, 34, 0.88);
    --vs-input: rgba(255, 255, 255, 0.055);
    --vs-success: #3dd598;
    --vs-radius-sm: 12px;
    --vs-radius: 20px;
    --vs-radius-lg: 30px;
    --vs-container: 1220px;
}

html[data-theme="graphite"] {
    --vs-bg: #171a1f;
    --vs-bg-deep: #0c0e11;
    --vs-surface: #22262d;
    --vs-surface-2: #2b3038;
    --vs-surface-soft: rgba(255, 255, 255, 0.045);
    --vs-text: #f4f0e8;
    --vs-heading: #fffdf8;
    --vs-muted: #b6bbc3;
    --vs-primary: #c9a45a;
    --vs-primary-light: #e5ca91;
    --vs-primary-dark: #8f6c2d;
    --vs-line: rgba(201, 164, 90, 0.25);
    --vs-line-soft: rgba(255, 255, 255, 0.1);
    --vs-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
    --vs-header: rgba(16, 18, 22, 0.9);
    --vs-input: rgba(255, 255, 255, 0.06);
}

html[data-theme="royal"] {
    --vs-bg: #141631;
    --vs-bg-deep: #08091b;
    --vs-surface: #1c2042;
    --vs-surface-2: #282d57;
    --vs-surface-soft: rgba(255, 255, 255, 0.05);
    --vs-text: #f6f2ff;
    --vs-heading: #ffffff;
    --vs-muted: #bbbdd5;
    --vs-primary: #d7ad63;
    --vs-primary-light: #f0d29b;
    --vs-primary-dark: #98702f;
    --vs-line: rgba(215, 173, 99, 0.25);
    --vs-line-soft: rgba(255, 255, 255, 0.1);
    --vs-shadow: 0 28px 80px rgba(2, 3, 18, 0.45);
    --vs-header: rgba(10, 11, 31, 0.9);
    --vs-input: rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] {
    --vs-bg: #f4f1e9;
    --vs-bg-deep: #e8e2d6;
    --vs-surface: #ffffff;
    --vs-surface-2: #eee8dc;
    --vs-surface-soft: rgba(6, 23, 45, 0.045);
    --vs-text: #253246;
    --vs-heading: #071a33;
    --vs-muted: #647083;
    --vs-primary: #a97820;
    --vs-primary-light: #c89b46;
    --vs-primary-dark: #725012;
    --vs-line: rgba(169, 120, 32, 0.26);
    --vs-line-soft: rgba(7, 26, 51, 0.11);
    --vs-shadow: 0 28px 70px rgba(25, 35, 50, 0.13);
    --vs-header: rgba(248, 246, 240, 0.92);
    --vs-input: rgba(7, 26, 51, 0.045);
}


/* =========================================================
   RESET / GLOBAL
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--vs-text);
    background:
        radial-gradient(circle at 8% 8%, rgba(216, 170, 66, 0.07), transparent 28%),
        var(--vs-bg);
    font-family:
        Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.25s ease, color 0.25s ease;
}

body.vs-menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    color: inherit;
}

::selection {
    color: #07172d;
    background: var(--vs-primary-light);
}

.vs-container {
    width: min(calc(100% - 40px), var(--vs-container));
    margin-inline: auto;
}

.vs-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 16px;
    color: #06172d;
    background: var(--vs-primary-light);
    border-radius: 8px;
    transform: translateY(-150%);
}

.vs-skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--vs-primary-light);
    outline-offset: 4px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--vs-heading);
    line-height: 1.12;
}

h1,
h2 {
    letter-spacing: -0.045em;
}

h1 {
    max-width: 800px;
    margin-bottom: 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.25rem, 6.4vw, 6.25rem);
    font-weight: 500;
}

h2 {
    margin-bottom: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 4.4vw, 4.4rem);
    font-weight: 500;
}

h1 em,
h2 em {
    display: block;
    color: var(--vs-primary-light);
    font-style: normal;
    font-weight: 500;
}

h3 {
    font-size: 1.25rem;
}

.vs-section {
    position: relative;
    padding: 112px 0;
}

.vs-section-kicker,
.vs-product-category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vs-primary-light);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vs-section-kicker {
    margin-bottom: 20px;
}

.vs-section-kicker::before {
    width: 28px;
    height: 1px;
    content: "";
    background: var(--vs-primary);
}

.vs-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.vs-section-heading h2 {
    margin-bottom: 0;
}

.vs-section-heading > p {
    max-width: 510px;
    margin-bottom: 8px;
    color: var(--vs-muted);
    font-size: 1.06rem;
}

.vs-section-heading--center {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.vs-section-heading--center .vs-section-kicker {
    justify-content: center;
}

.vs-section-heading--center > p {
    margin: 24px auto 0;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.vs-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 24px;
    color: #08182b;
    background: linear-gradient(135deg, var(--vs-primary-light), var(--vs-primary));
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(216, 170, 66, 0.18);
    font-size: 0.94rem;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.vs-button:hover {
    box-shadow: 0 18px 42px rgba(216, 170, 66, 0.27);
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.vs-button--small {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 0.84rem;
}

.vs-button--ghost {
    color: var(--vs-heading);
    background: transparent;
    border-color: var(--vs-line);
    box-shadow: none;
}

.vs-button--ghost:hover {
    background: var(--vs-surface-soft);
    box-shadow: none;
}

.vs-button--form {
    width: 100%;
    margin-top: 24px;
    border: 0;
}


/* =========================================================
   HEADER
   ========================================================= */

.vs-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: var(--vs-header);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.vs-header.vs-header--scrolled {
    border-bottom-color: var(--vs-line-soft);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.13);
}

.vs-header-inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.vs-brand {
    display: inline-flex;
    min-width: max-content;
    align-items: center;
    gap: 12px;
}

.vs-brand-mark {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    flex: 0 0 48px;
    background: #061a35;
    border: 1px solid var(--vs-line);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.vs-brand-mark img {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 77px;
    max-width: none;
    transform: translateX(-50%);
}

.vs-brand-copy {
    display: grid;
    color: var(--vs-heading);
    line-height: 1;
}

.vs-brand-copy strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 600;
    letter-spacing: 0.035em;
}

.vs-brand-copy span {
    margin-top: 6px;
    color: var(--vs-primary-light);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.vs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.vs-nav a {
    position: relative;
    padding: 28px 0;
    color: var(--vs-muted);
    font-size: 0.86rem;
    font-weight: 700;
    transition: color 0.2s ease;
}

.vs-nav a::after {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--vs-primary);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.vs-nav a:hover {
    color: var(--vs-heading);
}

.vs-nav a:hover::after {
    transform: scaleX(1);
}

.vs-header-actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vs-theme-picker {
    position: relative;
}

.vs-theme-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: var(--vs-muted);
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: 999px;
    cursor: pointer;
}

.vs-theme-icon {
    color: var(--vs-primary-light);
    font-size: 1.1rem;
}

.vs-theme-label {
    font-size: 0.8rem;
    font-weight: 700;
}

.vs-theme-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 20;
    width: 230px;
    padding: 16px;
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 18px;
    box-shadow: var(--vs-shadow);
}

.vs-theme-menu p {
    margin-bottom: 12px;
    color: var(--vs-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vs-theme-options {
    display: grid;
    gap: 7px;
}

.vs-theme-options button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: var(--vs-text);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.vs-theme-options button:hover,
.vs-theme-options button.is-active {
    background: var(--vs-surface-soft);
    border-color: var(--vs-line);
}

.vs-theme-swatch {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
}

.vs-theme-swatch--navy {
    background: linear-gradient(135deg, #06172d 50%, #d8aa42 50%);
}

.vs-theme-swatch--graphite {
    background: linear-gradient(135deg, #1b1e23 50%, #c9a45a 50%);
}

.vs-theme-swatch--royal {
    background: linear-gradient(135deg, #171a39 50%, #d7ad63 50%);
}

.vs-theme-swatch--light {
    background: linear-gradient(135deg, #f4f1e9 50%, #a97820 50%);
    border-color: rgba(0, 0, 0, 0.15);
}

.vs-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: 12px;
    cursor: pointer;
}

.vs-mobile-toggle span {
    width: 20px;
    height: 2px;
    background: var(--vs-heading);
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


/* =========================================================
   HERO
   ========================================================= */

.vs-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 170px 0 0;
    background:
        linear-gradient(180deg, rgba(1, 10, 21, 0.16), transparent 44%),
        radial-gradient(circle at 72% 35%, rgba(216, 170, 66, 0.1), transparent 31%);
}

.vs-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--vs-line), transparent);
}

.vs-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.vs-hero-glow--one {
    top: 80px;
    left: -250px;
    width: 520px;
    height: 520px;
    background: rgba(216, 170, 66, 0.06);
}

.vs-hero-glow--two {
    right: -250px;
    bottom: 60px;
    width: 600px;
    height: 600px;
    background: rgba(31, 85, 140, 0.12);
}

.vs-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.75fr);
    align-items: center;
    gap: 70px;
}

.vs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--vs-primary-light);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vs-eyebrow span {
    width: 40px;
    height: 1px;
    background: var(--vs-primary);
}

.vs-hero-lead {
    max-width: 700px;
    margin-bottom: 34px;
    color: var(--vs-muted);
    font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.vs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.vs-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 34px;
}

.vs-hero-points span,
.vs-contact-points span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--vs-muted);
    font-size: 0.86rem;
    font-weight: 650;
}

.vs-hero-points i,
.vs-contact-points i {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: var(--vs-primary-light);
    background: rgba(216, 170, 66, 0.09);
    border: 1px solid var(--vs-line);
    border-radius: 50%;
    font-size: 0.7rem;
    font-style: normal;
}

.vs-hero-visual {
    position: relative;
    display: grid;
    min-height: 570px;
    place-items: center;
}

.vs-logo-stage {
    position: relative;
    z-index: 3;
    width: min(100%, 470px);
    padding: 14px;
    overflow: hidden;
    background: var(--vs-bg-deep);
    border: 1px solid var(--vs-line);
    border-radius: 34px;
    box-shadow: var(--vs-shadow);
    transform: rotate(1.2deg);
}

.vs-logo-stage::after {
    position: absolute;
    inset: 14px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 24px;
    pointer-events: none;
}

.vs-logo-stage img {
    width: 100%;
    border-radius: 24px;
}

.vs-visual-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid var(--vs-line);
    border-radius: 50%;
}

.vs-visual-orbit::before {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background: var(--vs-primary-light);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--vs-primary);
}

.vs-visual-orbit--outer {
    width: 550px;
    height: 550px;
    animation: vs-rotate 26s linear infinite;
}

.vs-visual-orbit--inner {
    width: 470px;
    height: 470px;
    border-style: dashed;
    opacity: 0.55;
    animation: vs-rotate-reverse 20s linear infinite;
}

.vs-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 245px;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    background: color-mix(in srgb, var(--vs-surface) 92%, transparent);
    border: 1px solid var(--vs-line);
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
}

.vs-floating-card--one {
    top: 95px;
    right: -24px;
}

.vs-floating-card--two {
    bottom: 80px;
    left: -40px;
}

.vs-floating-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    flex: 0 0 44px;
    color: var(--vs-primary-light);
    background: rgba(216, 170, 66, 0.09);
    border: 1px solid var(--vs-line);
    border-radius: 12px;
    font-size: 0.76rem;
    font-weight: 900;
}

.vs-floating-card strong,
.vs-floating-card small {
    display: block;
}

.vs-floating-card strong {
    color: var(--vs-heading);
    font-size: 0.84rem;
}

.vs-floating-card small {
    margin-top: 3px;
    color: var(--vs-muted);
    font-size: 0.68rem;
}

.vs-hero-metrics {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 86px;
    border: 1px solid var(--vs-line-soft);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
}

.vs-hero-metrics article {
    padding: 25px 26px;
    background: var(--vs-surface-soft);
    border-right: 1px solid var(--vs-line-soft);
}

.vs-hero-metrics article:last-child {
    border-right: 0;
}

.vs-hero-metrics strong,
.vs-hero-metrics span {
    display: block;
}

.vs-hero-metrics strong {
    margin-bottom: 6px;
    color: var(--vs-heading);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
}

.vs-hero-metrics span {
    color: var(--vs-muted);
    font-size: 0.76rem;
}


/* =========================================================
   PRODUCT CARDS
   ========================================================= */

.vs-solutions {
    background:
        linear-gradient(180deg, var(--vs-bg-deep), var(--vs-bg)),
        var(--vs-bg);
}

.vs-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vs-product-card {
    position: relative;
    display: flex;
    min-height: 410px;
    overflow: hidden;
    flex-direction: column;
    padding: 28px;
    background:
        linear-gradient(145deg, var(--vs-surface-soft), transparent),
        var(--vs-surface);
    border: 1px solid var(--vs-line-soft);
    border-radius: var(--vs-radius);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vs-product-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--vs-primary), transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.vs-product-card:hover {
    border-color: var(--vs-line);
    box-shadow: var(--vs-shadow);
    transform: translateY(-7px);
}

.vs-product-card:hover::before {
    opacity: 1;
}

.vs-product-card--featured {
    background:
        radial-gradient(circle at 100% 0, rgba(216, 170, 66, 0.15), transparent 35%),
        var(--vs-surface);
    border-color: var(--vs-line);
}

.vs-product-card--ecosystem {
    background:
        radial-gradient(circle at 90% 15%, rgba(216, 170, 66, 0.1), transparent 34%),
        var(--vs-surface-2);
}

.vs-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 38px;
}

.vs-product-code {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--vs-primary-light);
    background: rgba(216, 170, 66, 0.075);
    border: 1px solid var(--vs-line);
    border-radius: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.vs-status {
    padding: 7px 10px;
    color: var(--vs-muted);
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vs-status--active {
    color: var(--vs-primary-light);
    border-color: var(--vs-line);
}

.vs-product-content {
    flex: 1;
}

.vs-product-content h3 {
    margin: 12px 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.vs-product-content p {
    color: var(--vs-muted);
    font-size: 0.93rem;
}

.vs-product-content ul {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.vs-product-content li {
    position: relative;
    padding-left: 18px;
    color: var(--vs-muted);
    font-size: 0.8rem;
}

.vs-product-content li::before {
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--vs-primary);
    border-radius: 50%;
}

.vs-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 28px;
    padding-top: 20px;
    color: var(--vs-heading);
    border-top: 1px solid var(--vs-line-soft);
    font-size: 0.82rem;
    font-weight: 800;
}

.vs-text-link span {
    color: var(--vs-primary-light);
    transition: transform 0.2s ease;
}

.vs-text-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   PLATFORM
   ========================================================= */

.vs-platform {
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 50%, rgba(216, 170, 66, 0.08), transparent 30%),
        var(--vs-bg);
}

.vs-platform-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    align-items: center;
    gap: 90px;
}

.vs-platform-copy > p {
    max-width: 650px;
    color: var(--vs-muted);
    font-size: 1.03rem;
}

.vs-platform-list {
    display: grid;
    gap: 14px;
    margin-top: 38px;
}

.vs-platform-list article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 17px;
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: 15px;
}

.vs-platform-list article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--vs-primary-light);
    border: 1px solid var(--vs-line);
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 900;
}

.vs-platform-list h3 {
    margin: 2px 0 6px;
    font-size: 0.98rem;
}

.vs-platform-list p {
    margin: 0;
    color: var(--vs-muted);
    font-size: 0.82rem;
}

.vs-ecosystem-visual {
    position: relative;
    min-height: 600px;
}

.vs-ecosystem-visual::before,
.vs-ecosystem-visual::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border: 1px solid var(--vs-line);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.vs-ecosystem-visual::before {
    width: 530px;
    height: 530px;
}

.vs-ecosystem-visual::after {
    width: 390px;
    height: 390px;
    border-style: dashed;
    opacity: 0.65;
}

.vs-ecosystem-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 210px;
    height: 210px;
    place-items: center;
    align-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 20%, rgba(216, 170, 66, 0.18), transparent 48%),
        var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 50%;
    box-shadow: var(--vs-shadow);
    transform: translate(-50%, -50%);
}

.vs-ecosystem-core > span {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin-bottom: 12px;
    color: #06172d;
    background: linear-gradient(135deg, var(--vs-primary-light), var(--vs-primary));
    border-radius: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 800;
}

.vs-ecosystem-core strong,
.vs-ecosystem-core small {
    display: block;
}

.vs-ecosystem-core strong {
    color: var(--vs-heading);
    font-size: 1rem;
}

.vs-ecosystem-core small {
    margin-top: 5px;
    color: var(--vs-muted);
    font-size: 0.61rem;
}

.vs-ecosystem-node {
    position: absolute;
    z-index: 4;
    display: flex;
    min-width: 150px;
    align-items: center;
    gap: 10px;
    padding: 12px;
    color: var(--vs-heading);
    background: var(--vs-surface);
    border: 1px solid var(--vs-line-soft);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    font-size: 0.78rem;
    font-weight: 800;
}

.vs-ecosystem-node span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--vs-primary-light);
    background: rgba(216, 170, 66, 0.08);
    border: 1px solid var(--vs-line);
    border-radius: 10px;
    font-size: 0.67rem;
}

.vs-ecosystem-node--one {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.vs-ecosystem-node--two {
    top: 175px;
    right: -5px;
}

.vs-ecosystem-node--three {
    right: 35px;
    bottom: 70px;
}

.vs-ecosystem-node--four {
    bottom: 65px;
    left: 35px;
}

.vs-ecosystem-node--five {
    top: 180px;
    left: -5px;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.vs-benefits {
    background: var(--vs-bg-deep);
}

.vs-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vs-benefit-card {
    min-height: 260px;
    padding: 28px;
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: var(--vs-radius);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vs-benefit-card:hover {
    background: var(--vs-surface);
    border-color: var(--vs-line);
}

.vs-benefit-number {
    display: inline-flex;
    margin-bottom: 42px;
    color: var(--vs-primary-light);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.vs-benefit-card h3 {
    margin-bottom: 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    font-weight: 500;
}

.vs-benefit-card p {
    margin-bottom: 0;
    color: var(--vs-muted);
    font-size: 0.87rem;
}


/* =========================================================
   ABOUT
   ========================================================= */

.vs-about {
    background:
        radial-gradient(circle at 10% 50%, rgba(216, 170, 66, 0.08), transparent 30%),
        var(--vs-bg);
}

.vs-about-grid {
    display: grid;
    grid-template-columns: minmax(380px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 100px;
}

.vs-about-visual {
    position: relative;
}

.vs-about-frame {
    overflow: hidden;
    padding: 12px;
    background: var(--vs-bg-deep);
    border: 1px solid var(--vs-line);
    border-radius: 28px;
    box-shadow: var(--vs-shadow);
    transform: rotate(-1.5deg);
}

.vs-about-frame img {
    border-radius: 19px;
}

.vs-about-badge {
    position: absolute;
    right: -30px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    background: var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: 15px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.vs-about-badge strong {
    color: var(--vs-primary-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.vs-about-badge span {
    color: var(--vs-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.vs-about-copy p {
    max-width: 690px;
    color: var(--vs-muted);
    font-size: 1rem;
}

.vs-about-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.vs-about-values span {
    padding: 9px 14px;
    color: var(--vs-heading);
    background: var(--vs-surface-soft);
    border: 1px solid var(--vs-line-soft);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
}


/* =========================================================
   CONTACT
   ========================================================= */

.vs-contact {
    background: var(--vs-bg-deep);
}

.vs-contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
    gap: 70px;
    padding: 54px;
    background:
        radial-gradient(circle at 0 0, rgba(216, 170, 66, 0.12), transparent 32%),
        var(--vs-surface);
    border: 1px solid var(--vs-line);
    border-radius: var(--vs-radius-lg);
    box-shadow: var(--vs-shadow);
}

.vs-contact-copy {
    padding: 18px 0;
}

.vs-contact-copy h2 {
    font-size: clamp(2.5rem, 4vw, 4rem);
}

.vs-contact-copy > p {
    max-width: 500px;
    color: var(--vs-muted);
    font-size: 1rem;
}

.vs-contact-points {
    display: grid;
    gap: 13px;
    margin-top: 34px;
}

.vs-contact-form {
    padding: 30px;
    background: var(--vs-bg-deep);
    border: 1px solid var(--vs-line-soft);
    border-radius: 22px;
}

.vs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.vs-field {
    display: grid;
    gap: 7px;
}

.vs-field--full {
    grid-column: 1 / -1;
}

.vs-field label {
    color: var(--vs-muted);
    font-size: 0.75rem;
    font-weight: 800;
}

.vs-field input,
.vs-field select,
.vs-field textarea {
    width: 100%;
    color: var(--vs-heading);
    background: var(--vs-input);
    border: 1px solid var(--vs-line-soft);
    border-radius: 11px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vs-field input,
.vs-field select {
    height: 48px;
    padding: 0 13px;
}

.vs-field textarea {
    min-height: 135px;
    padding: 12px 13px;
    resize: vertical;
}

.vs-field input:focus,
.vs-field select:focus,
.vs-field textarea:focus {
    border-color: var(--vs-primary);
    box-shadow: 0 0 0 3px rgba(216, 170, 66, 0.11);
}

.vs-field select option {
    color: #172235;
    background: #ffffff;
}

.vs-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 17px;
    color: var(--vs-muted);
    font-size: 0.72rem;
    cursor: pointer;
}

.vs-checkbox input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--vs-primary);
}

.vs-form-success {
    margin-bottom: 18px;
    padding: 12px 14px;
    color: var(--vs-success);
    background: rgba(61, 213, 152, 0.08);
    border: 1px solid rgba(61, 213, 152, 0.25);
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
}


/* =========================================================
   FOOTER
   ========================================================= */

.vs-footer {
    padding: 70px 0 24px;
    background: #020a14;
    border-top: 1px solid var(--vs-line-soft);
}

html[data-theme="light"] .vs-footer {
    background: #071a33;
    color: #f8f4eb;
}

.vs-footer-main {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 0.8fr);
    gap: 55px;
    padding-bottom: 55px;
}

.vs-brand--footer .vs-brand-copy strong {
    color: #fffaf0;
}

.vs-footer-brand > p {
    max-width: 340px;
    margin: 22px 0 0;
    color: #98a6b8;
    font-size: 0.85rem;
}

.vs-footer-column {
    display: grid;
    align-content: start;
    gap: 10px;
}

.vs-footer-column h2 {
    margin-bottom: 10px;
    color: #fffaf0;
    font-family: inherit;
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vs-footer-column a {
    color: #98a6b8;
    font-size: 0.79rem;
    transition: color 0.2s ease;
}

.vs-footer-column a:hover {
    color: var(--vs-primary-light);
}

.vs-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 22px;
    color: #7f8c9d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
}

.vs-footer-bottom p {
    margin: 0;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes vs-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes vs-rotate-reverse {
    to {
        transform: rotate(-360deg);
    }
}


/* =========================================================
   RESPONSIVE — 1100px
   ========================================================= */

@media (max-width: 1100px) {
    .vs-header .vs-button--small {
        display: none;
    }

    .vs-nav {
        gap: 18px;
    }

    .vs-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
        gap: 35px;
    }

    .vs-hero-visual {
        min-height: 500px;
    }

    .vs-floating-card--one {
        right: -10px;
    }

    .vs-floating-card--two {
        left: -15px;
    }

    .vs-visual-orbit--outer {
        width: 460px;
        height: 460px;
    }

    .vs-visual-orbit--inner {
        width: 390px;
        height: 390px;
    }

    .vs-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vs-platform-grid,
    .vs-about-grid {
        gap: 55px;
    }

    .vs-platform-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    }

    .vs-ecosystem-visual {
        transform: scale(0.9);
    }

    .vs-contact-shell {
        gap: 40px;
        padding: 40px;
    }

    .vs-footer-main {
        grid-template-columns: 1.3fr repeat(3, 0.75fr);
        gap: 30px;
    }
}


/* =========================================================
   RESPONSIVE — 900px
   ========================================================= */

@media (max-width: 900px) {
    .vs-container {
        width: min(calc(100% - 32px), var(--vs-container));
    }

    .vs-section {
        padding: 88px 0;
    }

    .vs-mobile-toggle {
        display: flex;
    }

    .vs-nav {
        position: fixed;
        top: 82px;
        right: 0;
        left: 0;
        display: grid;
        max-height: 0;
        overflow: hidden;
        gap: 0;
        padding: 0 16px;
        background: var(--vs-header);
        border-bottom: 1px solid transparent;
        opacity: 0;
        visibility: hidden;
        backdrop-filter: blur(18px);
        transition:
            max-height 0.3s ease,
            padding 0.3s ease,
            opacity 0.2s ease,
            visibility 0.2s ease;
    }

    .vs-menu-open .vs-nav {
        max-height: calc(100vh - 82px);
        overflow-y: auto;
        padding-top: 14px;
        padding-bottom: 20px;
        border-bottom-color: var(--vs-line-soft);
        opacity: 1;
        visibility: visible;
    }

    .vs-nav a {
        padding: 15px 8px;
        border-bottom: 1px solid var(--vs-line-soft);
    }

    .vs-nav a::after {
        display: none;
    }

    .vs-menu-open .vs-mobile-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .vs-menu-open .vs-mobile-toggle span:nth-child(2) {
        opacity: 0;
    }

    .vs-menu-open .vs-mobile-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .vs-hero {
        min-height: auto;
        padding-top: 135px;
    }

    .vs-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vs-eyebrow,
    .vs-hero-actions,
    .vs-hero-points {
        justify-content: center;
    }

    .vs-hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .vs-hero-visual {
        width: min(100%, 620px);
        min-height: 570px;
        margin: 10px auto 0;
    }

    .vs-logo-stage {
        width: 430px;
    }

    .vs-hero-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .vs-hero-metrics article:nth-child(2) {
        border-right: 0;
    }

    .vs-hero-metrics article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--vs-line-soft);
    }

    .vs-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vs-section-heading > p {
        max-width: 700px;
    }

    .vs-platform-grid,
    .vs-about-grid,
    .vs-contact-shell {
        grid-template-columns: 1fr;
    }

    .vs-platform-copy {
        text-align: center;
    }

    .vs-platform-copy .vs-section-kicker {
        justify-content: center;
    }

    .vs-platform-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .vs-platform-list {
        text-align: left;
    }

    .vs-ecosystem-visual {
        width: min(100%, 650px);
        margin: 0 auto;
        transform: none;
    }

    .vs-about-visual {
        width: min(100%, 580px);
        margin: 0 auto;
    }

    .vs-about-copy {
        text-align: center;
    }

    .vs-about-copy .vs-section-kicker,
    .vs-about-values {
        justify-content: center;
    }

    .vs-about-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .vs-contact-copy {
        text-align: center;
    }

    .vs-contact-copy .vs-section-kicker,
    .vs-contact-points {
        justify-content: center;
    }

    .vs-contact-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .vs-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vs-footer-main {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .vs-footer-column:last-child {
        grid-column: 2 / 3;
    }
}


/* =========================================================
   RESPONSIVE — 640px
   ========================================================= */

@media (max-width: 640px) {
    .vs-container {
        width: min(calc(100% - 24px), var(--vs-container));
    }

    html {
        scroll-padding-top: 76px;
    }

    .vs-header-inner {
        min-height: 72px;
    }

    .vs-nav {
        top: 72px;
    }

    .vs-brand-mark {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 12px;
    }

    .vs-brand-mark img {
        width: 69px;
    }

    .vs-brand-copy strong {
        font-size: 1rem;
    }

    .vs-brand-copy span {
        font-size: 0.58rem;
    }

    .vs-theme-label {
        display: none;
    }

    .vs-theme-toggle {
        width: 42px;
        justify-content: center;
        padding: 7px;
    }

    .vs-theme-menu {
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .vs-section {
        padding: 72px 0;
    }

    h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

    h2 {
        font-size: clamp(2.2rem, 10vw, 3.25rem);
    }

    .vs-hero {
        padding-top: 118px;
    }

    .vs-hero-actions {
        display: grid;
        width: 100%;
    }

    .vs-button {
        width: 100%;
    }

    .vs-hero-points {
        display: grid;
        justify-content: start;
        width: max-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .vs-hero-visual {
        min-height: 440px;
    }

    .vs-logo-stage {
        width: min(87vw, 355px);
        border-radius: 24px;
    }

    .vs-logo-stage img {
        border-radius: 17px;
    }

    .vs-visual-orbit--outer {
        width: 370px;
        height: 370px;
    }

    .vs-visual-orbit--inner {
        width: 310px;
        height: 310px;
    }

    .vs-floating-card {
        min-width: 0;
        width: 205px;
        padding: 11px;
    }

    .vs-floating-card--one {
        top: 34px;
        right: -4px;
    }

    .vs-floating-card--two {
        bottom: 24px;
        left: -3px;
    }

    .vs-floating-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .vs-floating-card strong {
        font-size: 0.74rem;
    }

    .vs-floating-card small {
        font-size: 0.59rem;
    }

    .vs-hero-metrics {
        grid-template-columns: 1fr;
        margin-top: 50px;
        border-radius: 18px 18px 0 0;
    }

    .vs-hero-metrics article {
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid var(--vs-line-soft);
        text-align: center;
    }

    .vs-hero-metrics article:last-child {
        border-bottom: 0;
    }

    .vs-product-grid,
    .vs-benefit-grid {
        grid-template-columns: 1fr;
    }

    .vs-product-card {
        min-height: auto;
        padding: 22px;
    }

    .vs-product-top {
        margin-bottom: 28px;
    }

    .vs-platform-grid {
        gap: 40px;
    }

    .vs-ecosystem-visual {
        display: grid;
        min-height: auto;
        gap: 10px;
    }

    .vs-ecosystem-visual::before,
    .vs-ecosystem-visual::after {
        display: none;
    }

    .vs-ecosystem-core,
    .vs-ecosystem-node {
        position: static;
        width: 100%;
        min-width: 0;
        height: auto;
        transform: none;
    }

    .vs-ecosystem-core {
        min-height: 200px;
        border-radius: 22px;
    }

    .vs-ecosystem-node {
        justify-content: flex-start;
    }

    .vs-about-grid {
        gap: 50px;
    }

    .vs-about-badge {
        right: 12px;
        bottom: -25px;
    }

    .vs-contact-shell {
        gap: 30px;
        padding: 24px 16px;
        border-radius: 22px;
    }

    .vs-contact-form {
        padding: 20px 14px;
    }

    .vs-form-grid {
        grid-template-columns: 1fr;
    }

    .vs-field--full {
        grid-column: auto;
    }

    .vs-footer {
        padding-top: 55px;
    }

    .vs-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .vs-footer-column:last-child {
        grid-column: auto;
    }

    .vs-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.vs-form-errors {
    margin-bottom: 18px;
    padding: 14px 16px;
    color: #ffb4b4;
    background: rgba(220, 70, 70, 0.09);
    border: 1px solid rgba(235, 100, 100, 0.3);
    border-radius: 10px;
    font-size: 0.8rem;
}

.vs-form-errors strong {
    display: block;
    margin-bottom: 7px;
    color: #ffd0d0;
}

.vs-form-errors ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding-left: 18px;
}

html[data-theme="light"] .vs-form-errors {
    color: #8e2020;
    background: rgba(190, 45, 45, 0.08);
}

html[data-theme="light"] .vs-form-errors strong {
    color: #731818;
}

/* Mobile navigation correction */

@media (max-width: 900px) {
    .vs-header {
        background: var(--vs-bg-deep);
    }

    .vs-nav {
        background: var(--vs-bg-deep);
    }

    .vs-menu-open .vs-nav {
        height: calc(100dvh - 82px);
        max-height: calc(100dvh - 82px);
        align-content: start;
        padding-top: 22px;
        background: var(--vs-bg-deep);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    }

    .vs-menu-open .vs-nav a {
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
        padding: 17px 12px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .vs-menu-open .vs-nav {
        height: calc(100dvh - 72px);
        max-height: calc(100dvh - 72px);
    }
}

/* Final responsive brand assets */

.vs-brand {
    gap: 0;
}

.vs-brand-mark {
    position: relative;
    display: block;
    width: 160px;
    height: 56px;
    overflow: hidden;
    flex: 0 0 160px;
    padding: 6px 8px;
    background: #061a35;
    border: 1px solid var(--vs-line);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.vs-brand-mark img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
}

.vs-brand-copy {
    display: none;
}

.vs-brand--footer .vs-brand-mark {
    width: 210px;
    height: 68px;
    flex-basis: 210px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 640px) {
    .vs-brand-mark {
        width: 145px;
        height: 48px;
        flex-basis: 145px;
        padding: 4px 6px;
        border-radius: 12px;
    }

    .vs-brand--footer .vs-brand-mark {
        width: 190px;
        height: 62px;
        flex-basis: 190px;
        padding: 0;
        border-radius: 0;
    }
}
/* Theme-aware vertical logo */

.vs-theme-logo--light {
    display: none;
}

html[data-theme="light"] .vs-theme-logo--dark {
    display: none;
}

html[data-theme="light"] .vs-theme-logo--light {
    display: block;
}
