/* VideoClick Stream & LiveStream landings — v1.0, UTF-8, RTL */
.vcs-landing {
    --vcs-navy: #07142f;
    --vcs-ink: #111a38;
    --vcs-text: #536079;
    --vcs-muted: #7b879c;
    --vcs-line: #e2e8f3;
    --vcs-soft: #f6f8fd;
    --vcs-accent: #356df3;
    --vcs-accent-dark: #1f4fc7;
    --vcs-accent-2: #7654ed;
    --vcs-accent-rgb: 53, 109, 243;
    --vcs-success: #059669;
    --vcs-orange: #f97316;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--vcs-ink);
    direction: rtl;
    font-family: estedad, Tahoma, Arial, sans-serif;
    text-align: right;
}

.vcs-landing.vcs-live {
    --vcs-accent: #d9468c;
    --vcs-accent-dark: #a92b6b;
    --vcs-accent-2: #7c3aed;
    --vcs-accent-rgb: 217, 70, 140;
    --vcs-orange: #fb7185;
}

.vcs-landing *,
.vcs-landing *::before,
.vcs-landing *::after {
    box-sizing: border-box;
}

.vcs-landing a {
    text-decoration: none;
}

.vcs-landing img {
    display: block;
    max-width: 100%;
}

.vcs-landing h1,
.vcs-landing h2,
.vcs-landing h3,
.vcs-landing p,
.vcs-landing figure {
    margin-top: 0;
}

.vcs-landing a:focus-visible,
.vcs-landing summary:focus-visible {
    outline: 3px solid rgba(var(--vcs-accent-rgb), .34);
    outline-offset: 4px;
}

.vcs-shell {
    width: min(1230px, calc(100% - 48px));
    margin-inline: auto;
}

.vcs-section {
    position: relative;
    padding: 108px 0;
    scroll-margin-top: 105px;
}

.vcs-section-head {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.vcs-section-head h2,
.vcs-split-copy h2,
.vcs-compare-intro h2,
.vcs-faq-intro h2 {
    margin-bottom: 16px;
    color: var(--vcs-ink);
    font-size: clamp(30px, 3.2vw, 47px);
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: -.45px;
}

.vcs-section-head p,
.vcs-split-copy > p,
.vcs-compare-intro > p,
.vcs-faq-intro > p {
    margin-bottom: 0;
    color: var(--vcs-text);
    font-size: 17px;
    font-weight: 500;
    line-height: 2.05;
}

.vcs-eyebrow,
.vcs-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 39px;
    margin-bottom: 16px;
    padding: 6px 15px;
    border: 1px solid rgba(var(--vcs-accent-rgb), .15);
    border-radius: 999px;
    background: rgba(var(--vcs-accent-rgb), .08);
    color: var(--vcs-accent-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.vcs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 11px 23px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.vcs-btn:hover {
    transform: translateY(-2px);
}

.vcs-btn-primary {
    background: linear-gradient(135deg, var(--vcs-accent), var(--vcs-accent-2));
    box-shadow: 0 16px 35px rgba(var(--vcs-accent-rgb), .29);
    color: #fff;
}

.vcs-btn-primary:hover {
    box-shadow: 0 21px 43px rgba(var(--vcs-accent-rgb), .36);
    color: #fff;
}

.vcs-btn-secondary {
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vcs-btn-secondary:hover {
    border-color: rgba(255, 255, 255, .43);
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.vcs-btn-light {
    border-color: #dfe5f1;
    background: #fff;
    box-shadow: 0 12px 28px rgba(22, 33, 69, .08);
    color: var(--vcs-ink);
}

.vcs-btn-light:hover {
    border-color: rgba(var(--vcs-accent-rgb), .35);
    color: var(--vcs-accent-dark);
}

.vcs-btn-white {
    background: #fff;
    box-shadow: 0 14px 31px rgba(0, 0, 0, .17);
    color: var(--vcs-accent-dark);
}

.vcs-btn-white:hover {
    color: var(--vcs-accent);
}

.vcs-btn-outline {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.vcs-btn-outline:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.vcs-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--vcs-accent-dark);
    font-size: 14px;
    font-weight: 900;
    transition: .2s ease;
}

.vcs-text-link:hover {
    gap: 12px;
    color: var(--vcs-accent);
}

/* Hero */
.vcs-hero {
    position: relative;
    isolation: isolate;
    min-height: 770px;
    overflow: hidden;
    padding: 47px 0 94px;
    background:
        radial-gradient(circle at 8% 18%, rgba(37, 99, 235, .26), transparent 29%),
        radial-gradient(circle at 89% 79%, rgba(var(--vcs-accent-rgb), .31), transparent 32%),
        linear-gradient(135deg, #06122e 0%, #172e69 49%, #3d2982 100%);
    color: #fff;
}

.vcs-live .vcs-hero {
    background:
        radial-gradient(circle at 8% 18%, rgba(251, 113, 133, .24), transparent 29%),
        radial-gradient(circle at 89% 79%, rgba(168, 85, 247, .34), transparent 32%),
        linear-gradient(135deg, #170d2e 0%, #401c56 48%, #8d275f 100%);
}

.vcs-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .034) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
    background-size: 56px 56px;
    content: "";
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 91%);
    mask-image: linear-gradient(to bottom, #000 0%, transparent 91%);
}

.vcs-hero::after {
    position: absolute;
    z-index: -1;
    bottom: -285px;
    left: -205px;
    width: 590px;
    height: 590px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: inset 0 0 110px rgba(56, 189, 248, .08);
    content: "";
}

.vcs-breadcrumb {
    margin-bottom: 50px;
}

.vcs-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcs-breadcrumb li {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 700;
}

.vcs-breadcrumb li + li::before {
    margin-left: 10px;
    color: rgba(255, 255, 255, .34);
    content: "/";
}

.vcs-breadcrumb a {
    color: rgba(255, 255, 255, .9);
}

.vcs-breadcrumb a:hover {
    color: #fff;
}

.vcs-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(480px, .97fr);
    align-items: center;
    gap: 68px;
}

.vcs-hero-copy {
    position: relative;
    z-index: 2;
}

.vcs-kicker {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .1);
    color: #e4e9ff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.vcs-kicker i {
    color: #fbbf24;
}

.vcs-live .vcs-kicker i {
    color: #fda4af;
}

.vcs-hero h1 {
    max-width: 710px;
    margin-bottom: 21px;
    color: #fff;
    font-size: clamp(39px, 4.45vw, 64px);
    font-weight: 900;
    line-height: 1.43;
    letter-spacing: -.8px;
}

.vcs-hero-copy > p {
    max-width: 720px;
    margin-bottom: 29px;
    color: rgba(238, 243, 255, .84);
    font-size: 17px;
    font-weight: 500;
    line-height: 2.08;
}

.vcs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.vcs-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.vcs-trust-list li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(238, 243, 255, .78);
    font-size: 13px;
    font-weight: 800;
}

.vcs-trust-list i {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    background: rgba(52, 211, 153, .16);
    color: #6ee7b7;
    font-size: 9px;
}

.vcs-hero-visual {
    position: relative;
    min-height: 485px;
}

.vcs-visual-glow {
    position: absolute;
    inset: 8% 5%;
    border-radius: 50%;
    background: rgba(var(--vcs-accent-rgb), .48);
    filter: blur(82px);
}

.vcs-dashboard-window {
    position: absolute;
    top: 28px;
    right: 0;
    left: 5px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 26px;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 42px 88px rgba(2, 8, 28, .46);
    transform: perspective(1150px) rotateY(-4deg) rotateX(2deg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vcs-window-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 9px;
    direction: ltr;
}

.vcs-window-bar > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fb7185;
}

.vcs-window-bar > i:nth-child(2) {
    background: #fbbf24;
}

.vcs-window-bar > i:nth-child(3) {
    background: #34d399;
}

.vcs-window-bar small {
    margin-left: auto;
    color: rgba(255, 255, 255, .66);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;
}

.vcs-dashboard-window img {
    width: 100%;
    min-height: 335px;
    object-fit: cover;
    border-radius: 17px;
}

.vcs-live-indicator {
    position: absolute;
    z-index: 3;
    top: 65px;
    right: 25px;
    display: none;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e11d48;
    box-shadow: 0 11px 28px rgba(225, 29, 72, .35);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
}

.vcs-live .vcs-live-indicator {
    display: inline-flex;
}

.vcs-live-indicator::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .19);
    content: "";
    animation: vcs-pulse 1.5s ease infinite;
}

@keyframes vcs-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .55; transform: scale(.78); }
}

.vcs-floating-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 44px rgba(3, 14, 43, .25);
    color: var(--vcs-ink);
    animation: vcs-float 4.8s ease-in-out infinite;
    backdrop-filter: blur(13px);
}

.vcs-floating-note > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: rgba(var(--vcs-accent-rgb), .1);
    color: var(--vcs-accent);
    font-size: 17px;
}

.vcs-floating-note span {
    display: flex;
    flex-direction: column;
}

.vcs-floating-note strong {
    font-size: 12px;
    font-weight: 900;
}

.vcs-floating-note small {
    margin-top: 2px;
    color: #6f7a90;
    font-size: 10px;
    font-weight: 700;
}

.vcs-note-main {
    right: -24px;
    bottom: 1px;
}

.vcs-note-secondary {
    top: 0;
    left: -28px;
    animation-delay: -2.1s;
}

@keyframes vcs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Quick navigation */
.vcs-jump-nav {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid var(--vcs-line);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 30px rgba(17, 28, 65, .05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.vcs-jump-inner {
    display: flex;
    align-items: center;
    gap: 23px;
    min-height: 68px;
}

.vcs-jump-label {
    flex: 0 0 auto;
    color: var(--vcs-ink);
    font-size: 13px;
    font-weight: 900;
}

.vcs-jump-links {
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 0;
    scrollbar-width: none;
}

.vcs-jump-links::-webkit-scrollbar {
    display: none;
}

.vcs-jump-links a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 10px;
    color: #66738b;
    font-size: 12px;
    font-weight: 800;
    transition: .2s ease;
}

.vcs-jump-links a:hover {
    background: rgba(var(--vcs-accent-rgb), .08);
    color: var(--vcs-accent-dark);
}

/* Intro */
.vcs-intro {
    background:
        radial-gradient(circle at 95% 14%, rgba(var(--vcs-accent-rgb), .06), transparent 24%),
        #fff;
}

.vcs-split {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr);
    align-items: center;
    gap: 72px;
}

.vcs-split-reverse .vcs-split-copy {
    order: 2;
}

.vcs-split-copy > p + p {
    margin-top: 14px;
}

.vcs-check-list {
    display: grid;
    gap: 13px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.vcs-check-list li {
    position: relative;
    padding-right: 31px;
    color: #394762;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.95;
}

.vcs-check-list li::before {
    position: absolute;
    top: 5px;
    right: 0;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    background: #e8faf3;
    color: var(--vcs-success);
    content: "✓";
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
}

.vcs-image-card {
    position: relative;
    margin: 0;
    padding: 13px;
    border: 1px solid #dde4f1;
    border-radius: 27px;
    background: linear-gradient(145deg, #f9fbff, #eef2fb);
    box-shadow: 0 28px 68px rgba(29, 45, 89, .14);
}

.vcs-image-card img {
    width: 100%;
    border-radius: 17px;
}

.vcs-image-note {
    position: absolute;
    right: -20px;
    bottom: -22px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 270px;
    padding: 13px 15px;
    border: 1px solid #e3e8f2;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(19, 32, 68, .15);
    color: #3c4962;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.75;
}

.vcs-image-note i {
    display: grid;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 11px;
    background: rgba(var(--vcs-accent-rgb), .1);
    color: var(--vcs-accent);
}

/* Feature cards */
.vcs-features {
    background: linear-gradient(180deg, #f8faff 0%, #f4f7fc 100%);
}

.vcs-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.vcs-feature-card {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 28px 25px;
    border: 1px solid var(--vcs-line);
    border-radius: 23px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 36px rgba(29, 46, 91, .055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.vcs-feature-card::after {
    position: absolute;
    right: 20px;
    bottom: -55px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(var(--vcs-accent-rgb), .045);
    content: "";
    transition: transform .3s ease;
}

.vcs-feature-card:hover {
    border-color: rgba(var(--vcs-accent-rgb), .28);
    box-shadow: 0 22px 48px rgba(29, 46, 91, .1);
    transform: translateY(-5px);
}

.vcs-feature-card:hover::after {
    transform: scale(1.45);
}

.vcs-feature-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 19px;
    place-items: center;
    border-radius: 15px;
    background: rgba(var(--vcs-accent-rgb), .1);
    color: var(--vcs-accent);
    font-size: 19px;
}

.vcs-feature-card:nth-child(2) .vcs-feature-icon,
.vcs-feature-card:nth-child(6) .vcs-feature-icon {
    background: #e9faf4;
    color: var(--vcs-success);
}

.vcs-feature-card:nth-child(3) .vcs-feature-icon,
.vcs-feature-card:nth-child(7) .vcs-feature-icon {
    background: #fff2e8;
    color: var(--vcs-orange);
}

.vcs-feature-card:nth-child(4) .vcs-feature-icon,
.vcs-feature-card:nth-child(8) .vcs-feature-icon {
    background: #eeeafe;
    color: var(--vcs-accent-2);
}

.vcs-feature-card h3 {
    margin-bottom: 11px;
    color: var(--vcs-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.65;
}

.vcs-feature-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--vcs-text);
    font-size: 15px;
    line-height: 2.05;
}

/* Process */
.vcs-process {
    background: #fff;
}

.vcs-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.vcs-step-card {
    position: relative;
    min-height: 264px;
    padding: 28px 24px;
    border: 1px solid var(--vcs-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(29, 46, 91, .055);
}

.vcs-step-card:not(:last-child)::after {
    position: absolute;
    top: 48px;
    left: -18px;
    width: 20px;
    border-top: 2px dashed rgba(var(--vcs-accent-rgb), .24);
    content: "";
}

.vcs-step-number {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--vcs-accent), var(--vcs-accent-2));
    box-shadow: 0 10px 22px rgba(var(--vcs-accent-rgb), .24);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
}

.vcs-step-card h3 {
    margin-bottom: 10px;
    color: var(--vcs-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.65;
}

.vcs-step-card p {
    margin: 0;
    color: var(--vcs-text);
    font-size: 15px;
    line-height: 2.05;
}

/* Use cases */
.vcs-use-cases {
    background:
        radial-gradient(circle at 7% 17%, rgba(var(--vcs-accent-rgb), .06), transparent 22%),
        linear-gradient(180deg, #f8faff, #f3f6fc);
}

.vcs-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vcs-use-card {
    min-height: 220px;
    padding: 26px 23px;
    border: 1px solid var(--vcs-line);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(29, 46, 91, .05);
}

.vcs-use-card > i {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 14px;
    background: rgba(var(--vcs-accent-rgb), .1);
    color: var(--vcs-accent);
    font-size: 18px;
}

.vcs-use-card h3 {
    margin-bottom: 9px;
    color: var(--vcs-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.65;
}

.vcs-use-card p {
    margin: 0;
    color: var(--vcs-text);
    font-size: 15px;
    line-height: 2.05;
}

/* Comparison */
.vcs-comparison {
    background: #fff;
}

.vcs-compare-grid {
    display: grid;
    grid-template-columns: minmax(290px, .68fr) minmax(0, 1.32fr);
    align-items: center;
    gap: 64px;
}

.vcs-table-wrap {
    overflow: hidden;
    border: 1px solid #dfe5f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(29, 45, 89, .1);
}

.vcs-table {
    width: 100%;
    border-collapse: collapse;
}

.vcs-table th,
.vcs-table td {
    padding: 17px 18px;
    border-bottom: 1px solid #edf0f6;
    color: #526078;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

.vcs-table th {
    background: #f7f9fd;
    color: var(--vcs-ink);
    font-size: 14px;
    font-weight: 900;
}

.vcs-table th:nth-child(2) {
    background: rgba(var(--vcs-accent-rgb), .09);
    color: var(--vcs-accent-dark);
}

.vcs-table td:nth-child(2) {
    background: rgba(var(--vcs-accent-rgb), .035);
    color: #283855;
    font-weight: 800;
}

.vcs-table tr:last-child td {
    border-bottom: 0;
}

.vcs-table i.fa-check {
    color: var(--vcs-success);
}

.vcs-table i.fa-minus {
    color: #a1a9b8;
}

/* Integrations / requirements */
.vcs-integration {
    background: linear-gradient(180deg, #f8faff, #f3f6fc);
}

.vcs-integration-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    overflow: hidden;
    border: 1px solid #dfe6f1;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 25px 64px rgba(25, 42, 84, .1);
}

.vcs-integration-copy {
    padding: 50px 48px;
}

.vcs-integration-copy h2 {
    margin-bottom: 15px;
    color: var(--vcs-ink);
    font-size: clamp(29px, 3vw, 43px);
    font-weight: 900;
    line-height: 1.55;
}

.vcs-integration-copy > p {
    margin-bottom: 25px;
    color: var(--vcs-text);
    font-size: 16px;
    line-height: 2.05;
}

.vcs-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcs-chip-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #e1e6f1;
    border-radius: 11px;
    background: #f9faff;
    color: #46546e;
    font-size: 14px;
    font-weight: 900;
}

.vcs-chip-list i {
    color: var(--vcs-accent);
}

.vcs-integration-visual {
    position: relative;
    display: grid;
    min-height: 480px;
    place-items: center;
    overflow: hidden;
    padding: 42px;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--vcs-accent-rgb), .38), transparent 31%),
        linear-gradient(145deg, #151735, #080b17 76%);
}

.vcs-integration-visual::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 24px 24px;
    content: "";
    opacity: .55;
}

.vcs-orbit {
    position: relative;
    z-index: 1;
    display: grid;
    width: 285px;
    height: 285px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.vcs-orbit::before {
    position: absolute;
    inset: 44px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 50%;
    content: "";
}

.vcs-orbit-center {
    position: relative;
    z-index: 2;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .21);
    border-radius: 28px;
    background: linear-gradient(135deg, var(--vcs-accent), var(--vcs-accent-2));
    box-shadow: 0 20px 45px rgba(var(--vcs-accent-rgb), .33);
    color: #fff;
    font-size: 31px;
}

.vcs-orbit-item {
    position: absolute;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 20px;
    backdrop-filter: blur(9px);
}

.vcs-orbit-item:nth-child(2) { top: -18px; right: 50%; transform: translateX(50%); }
.vcs-orbit-item:nth-child(3) { top: 50%; left: -18px; transform: translateY(-50%); }
.vcs-orbit-item:nth-child(4) { right: 50%; bottom: -18px; transform: translateX(50%); }
.vcs-orbit-item:nth-child(5) { top: 50%; right: -18px; transform: translateY(-50%); }

/* FAQ */
.vcs-faq {
    background: #fff;
}

.vcs-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 68px;
}

.vcs-faq-intro {
    position: sticky;
    top: 95px;
}

.vcs-faq-list {
    display: grid;
    gap: 12px;
}

.vcs-faq-list details {
    overflow: hidden;
    border: 1px solid #e0e5ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(30, 45, 83, .045);
}

.vcs-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 69px;
    padding: 16px 20px;
    color: var(--vcs-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
    cursor: pointer;
    list-style: none;
}

.vcs-faq-list summary::-webkit-details-marker {
    display: none;
}

.vcs-faq-list summary::after {
    display: grid;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 9px;
    background: rgba(var(--vcs-accent-rgb), .1);
    color: var(--vcs-accent);
    content: "+";
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.vcs-faq-list details[open] summary::after {
    content: "−";
}

.vcs-faq-list details[open] summary {
    border-bottom: 1px solid #edf0f6;
}

.vcs-faq-list details p {
    margin: 0;
    padding: 17px 20px 20px;
    color: var(--vcs-text);
    font-size: 15px;
    line-height: 2.05;
}

/* Honest security note */
.vcs-note-section {
    padding: 0 0 105px;
    background: #fff;
}

.vcs-note-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 21px;
    padding: 30px 33px;
    border: 1px solid #dfe6f1;
    border-radius: 22px;
    background: linear-gradient(135deg, #f5f8ff, rgba(var(--vcs-accent-rgb), .055));
}

.vcs-note-card > i {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 11px 27px rgba(36, 50, 88, .1);
    color: var(--vcs-accent);
    font-size: 21px;
}

.vcs-note-card h2 {
    margin-bottom: 7px;
    color: var(--vcs-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.7;
}

.vcs-note-card p {
    margin: 0;
    color: var(--vcs-text);
    font-size: 14px;
    line-height: 2;
}

/* CTA */
.vcs-final-cta {
    padding: 96px 0;
    background: linear-gradient(180deg, #f7f9fd, #fff);
}

.vcs-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    overflow: hidden;
    padding: 56px 58px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 20%, rgba(56, 189, 248, .25), transparent 29%),
        radial-gradient(circle at 91% 80%, rgba(var(--vcs-accent-rgb), .32), transparent 31%),
        linear-gradient(135deg, #071532, #243f87 52%, #56309a);
    box-shadow: 0 30px 70px rgba(20, 34, 78, .25);
    color: #fff;
}

.vcs-live .vcs-cta-card {
    background:
        radial-gradient(circle at 8% 20%, rgba(251, 113, 133, .26), transparent 29%),
        radial-gradient(circle at 91% 80%, rgba(192, 132, 252, .3), transparent 31%),
        linear-gradient(135deg, #170c2f, #54235e 52%, #9b295f);
}

.vcs-cta-card::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px);
    background-size: 23px 23px;
    content: "";
    opacity: .55;
}

.vcs-cta-copy,
.vcs-cta-actions {
    position: relative;
    z-index: 1;
}

.vcs-cta-copy {
    max-width: 700px;
}

.vcs-cta-copy > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #cbd9ff;
    font-size: 12px;
    font-weight: 900;
}

.vcs-cta-copy h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(29px, 3.25vw, 45px);
    font-weight: 900;
    line-height: 1.5;
}

.vcs-cta-copy p {
    margin: 0;
    color: rgba(239, 244, 255, .8);
    font-size: 15px;
    line-height: 2;
}

.vcs-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

/* Responsive */
@media (max-width: 1120px) {
    .vcs-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
        gap: 42px;
    }

    .vcs-feature-grid,
    .vcs-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vcs-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vcs-step-card::after {
        display: none;
    }

    .vcs-split {
        gap: 43px;
    }

    .vcs-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .vcs-section {
        padding: 82px 0;
    }

    .vcs-hero {
        padding-bottom: 74px;
    }

    .vcs-hero-grid,
    .vcs-split,
    .vcs-compare-grid,
    .vcs-faq-grid,
    .vcs-integration-panel {
        grid-template-columns: 1fr;
    }

    .vcs-hero-grid {
        gap: 24px;
    }

    .vcs-hero-visual {
        min-height: 475px;
    }

    .vcs-dashboard-window {
        right: 4%;
        left: 4%;
        transform: none;
    }

    .vcs-note-main {
        right: 0;
    }

    .vcs-note-secondary {
        left: 0;
    }

    .vcs-split {
        gap: 58px;
    }

    .vcs-split-reverse .vcs-split-copy {
        order: initial;
    }

    .vcs-image-card {
        width: min(650px, 100%);
        margin-inline: auto;
    }

    .vcs-compare-grid,
    .vcs-faq-grid {
        gap: 37px;
    }

    .vcs-faq-intro {
        position: static;
    }

    .vcs-integration-visual {
        min-height: 420px;
    }

    .vcs-note-section {
        padding-bottom: 82px;
    }
}

@media (max-width: 640px) {
    .vcs-shell {
        width: min(100% - 28px, 1230px);
    }

    .vcs-section {
        padding: 68px 0;
    }

    .vcs-section-head {
        margin-bottom: 35px;
    }

    .vcs-section-head p,
    .vcs-split-copy > p,
    .vcs-compare-intro > p,
    .vcs-faq-intro > p {
        font-size: 15px;
    }

    .vcs-hero {
        min-height: auto;
        padding: 31px 0 61px;
    }

    .vcs-breadcrumb {
        margin-bottom: 35px;
    }

    .vcs-hero h1 {
        font-size: 36px;
        line-height: 1.48;
    }

    .vcs-hero-copy > p {
        font-size: 15px;
    }

    .vcs-hero-actions,
    .vcs-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .vcs-btn {
        width: 100%;
    }

    .vcs-trust-list {
        display: grid;
        gap: 10px;
    }

    .vcs-hero-visual {
        min-height: 385px;
        margin-top: 15px;
    }

    .vcs-dashboard-window {
        top: 10px;
        right: 0;
        left: 0;
        border-radius: 19px;
    }

    .vcs-dashboard-window img {
        min-height: 245px;
    }

    .vcs-floating-note {
        min-width: 180px;
        padding: 10px 11px;
    }

    .vcs-note-main {
        bottom: -3px;
    }

    .vcs-note-secondary {
        display: none;
    }

    .vcs-jump-label {
        display: none;
    }

    .vcs-jump-inner {
        min-height: 61px;
    }

    .vcs-feature-grid,
    .vcs-step-grid,
    .vcs-use-grid {
        grid-template-columns: 1fr;
    }

    .vcs-feature-card,
    .vcs-step-card,
    .vcs-use-card {
        min-height: 0;
    }

    .vcs-image-note {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: 11px 0 0;
        box-shadow: none;
    }

    .vcs-table-wrap {
        overflow-x: auto;
        border-radius: 18px;
    }

    .vcs-table {
        min-width: 610px;
    }

    .vcs-integration-copy {
        padding: 34px 23px;
    }

    .vcs-integration-visual {
        min-height: 365px;
        padding: 30px;
    }

    .vcs-orbit {
        width: 235px;
        height: 235px;
    }

    .vcs-orbit-center {
        width: 80px;
        height: 80px;
        border-radius: 24px;
    }

    .vcs-note-section {
        padding-bottom: 68px;
    }

    .vcs-note-card {
        grid-template-columns: 1fr;
        padding: 27px 23px;
    }

    .vcs-faq-list summary {
        padding: 14px 16px;
        font-size: 14px;
    }

    .vcs-faq-list details p {
        padding: 15px 16px 18px;
    }

    .vcs-final-cta {
        padding: 68px 0;
    }

    .vcs-cta-card {
        padding: 38px 24px;
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vcs-landing *,
    .vcs-landing *::before,
    .vcs-landing *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
