/* VideoClick DRMText WordPress landing — v1.0, UTF-8, RTL */
.vcd-landing {
    --vcd-navy: #07132f;
    --vcd-ink: #111a38;
    --vcd-text: #55627a;
    --vcd-muted: #7c879b;
    --vcd-line: #e3e8f3;
    --vcd-soft: #f6f8fd;
    --vcd-primary: #6d4aff;
    --vcd-primary-dark: #4b30d4;
    --vcd-blue: #2563eb;
    --vcd-cyan: #0891b2;
    --vcd-green: #059669;
    --vcd-orange: #f97316;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--vcd-ink);
    direction: rtl;
    text-align: right;
}

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

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

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

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

.vcd-landing a:focus-visible,
.vcd-landing summary:focus-visible {
    outline: 3px solid rgba(109, 74, 255, .34);
    outline-offset: 4px;
}

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

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

.vcd-section-head {
    max-width: 790px;
    margin: 0 auto 46px;
    text-align: center;
}

.vcd-section-head h2,
.vcd-split-copy h2,
.vcd-install-copy h2,
.vcd-faq-intro h2 {
    margin-bottom: 16px;
    color: var(--vcd-ink);
    font-size: clamp(29px, 3.2vw, 46px);
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -.45px;
}

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

.vcd-eyebrow,
.vcd-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(109, 74, 255, .14);
    border-radius: 999px;
    background: #f1edff;
    color: #5840d8;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.vcd-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;
}

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

.vcd-btn-primary {
    background: linear-gradient(135deg, #7b57ff, var(--vcd-blue));
    box-shadow: 0 16px 34px rgba(80, 61, 218, .29);
    color: #fff;
}

.vcd-btn-primary:hover {
    box-shadow: 0 21px 42px rgba(80, 61, 218, .36);
    color: #fff;
}

.vcd-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);
}

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

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

.vcd-btn-light:hover {
    border-color: #c9c0ff;
    color: var(--vcd-primary-dark);
}

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

.vcd-btn-white:hover {
    color: var(--vcd-blue);
}

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

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

/* Hero */
.vcd-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    padding: 46px 0 92px;
    background:
        radial-gradient(circle at 8% 18%, rgba(37, 99, 235, .26), transparent 29%),
        radial-gradient(circle at 89% 79%, rgba(139, 92, 246, .31), transparent 32%),
        linear-gradient(135deg, #06122e 0%, #172d69 48%, #492689 100%);
    color: #fff;
}

.vcd-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 90%);
    mask-image: linear-gradient(to bottom, #000 0%, transparent 90%);
}

.vcd-hero::after {
    position: absolute;
    z-index: -1;
    bottom: -290px;
    left: -210px;
    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: "";
}

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

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

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

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

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

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

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

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

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

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

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

.vcd-hero-copy > p {
    max-width: 710px;
    margin-bottom: 29px;
    color: rgba(237, 242, 255, .84);
    font-size: 17px;
    font-weight: 500;
    line-height: 2.08;
}

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

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

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

.vcd-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;
}

/* CSS product preview */
.vcd-hero-visual {
    position: relative;
    min-height: 485px;
}

.vcd-visual-glow {
    position: absolute;
    inset: 8% 5%;
    border-radius: 50%;
    background: rgba(106, 89, 246, .48);
    filter: blur(82px);
}

.vcd-plugin-window {
    position: absolute;
    top: 27px;
    right: 0;
    left: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 25px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 42px 88px rgba(2, 8, 28, .46);
    color: var(--vcd-ink);
    transform: perspective(1150px) rotateY(-4deg) rotateX(2deg);
}

.vcd-window-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 43px;
    padding: 0 15px;
    border-bottom: 1px solid #e8ebf2;
    background: #f9fafc;
    direction: ltr;
}

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

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

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

.vcd-window-bar small {
    margin-left: auto;
    color: #8992a5;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .35px;
}

.vcd-window-body {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 340px;
    direction: ltr;
}

.vcd-wp-sidebar {
    padding: 15px 10px;
    background: #151823;
}

.vcd-wp-logo {
    display: grid;
    width: 35px;
    height: 35px;
    margin: 0 auto 21px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
}

.vcd-wp-nav {
    display: grid;
    gap: 10px;
}

.vcd-wp-nav span {
    display: block;
    height: 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .12);
}

.vcd-wp-nav span:nth-child(2) {
    width: 78%;
}

.vcd-wp-nav span:nth-child(4) {
    width: 85%;
}

.vcd-wp-nav .is-active {
    height: 28px;
    margin: 4px -2px;
    background: linear-gradient(90deg, #6846f5, #7f65ff);
}

.vcd-settings-preview {
    padding: 20px;
    background: #f5f7fb;
    direction: rtl;
}

.vcd-preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.vcd-preview-heading span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #242c42;
    font-size: 12px;
    font-weight: 900;
}

.vcd-preview-heading span i {
    color: var(--vcd-primary);
}

.vcd-switch-demo {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 99px;
    background: var(--vcd-primary);
}

.vcd-switch-demo::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
    content: "";
}

.vcd-video-demo {
    position: relative;
    min-height: 196px;
    overflow: hidden;
    border-radius: 15px;
    background:
        radial-gradient(circle at 25% 28%, rgba(105, 86, 255, .42), transparent 29%),
        linear-gradient(145deg, #23223f, #090c16 75%);
}

.vcd-video-demo::after {
    position: absolute;
    right: 14px;
    bottom: 11px;
    color: rgba(255, 255, 255, .22);
    content: "VideoClick";
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
}

.vcd-play-demo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(6px);
}

.vcd-watermark-demo {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 164px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(13, 20, 36, .9);
    box-shadow: 0 13px 28px rgba(0, 0, 0, .28);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.75;
}

.vcd-watermark-demo strong {
    display: block;
    color: #fff;
    font-size: 11px;
}

.vcd-mini-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 10px;
}

.vcd-mini-fields span {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 5px 7px;
    border: 1px solid #e1e5ef;
    border-radius: 8px;
    background: #fff;
    color: #687287;
    font-size: 8px;
    font-weight: 800;
}

.vcd-mini-fields i {
    color: var(--vcd-primary);
}

.vcd-floating-badge {
    position: absolute;
    z-index: 3;
    bottom: -4px;
    left: -24px;
    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(--vcd-ink);
    animation: vcd-float 4.8s ease-in-out infinite;
    backdrop-filter: blur(13px);
}

.vcd-floating-badge > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #eafaf4;
    color: var(--vcd-green);
    font-size: 17px;
}

.vcd-floating-badge span {
    display: flex;
    flex-direction: column;
}

.vcd-floating-badge strong {
    font-size: 12px;
    font-weight: 900;
}

.vcd-floating-badge small {
    margin-top: 2px;
    color: #6f7a90;
    font-size: 9px;
    font-weight: 700;
}

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

/* Quick navigation */
.vcd-jump-nav {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid var(--vcd-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);
}

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

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

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

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

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

.vcd-jump-links a:hover {
    background: #f0edff;
    color: var(--vcd-primary-dark);
}

/* Intro */
.vcd-intro {
    background:
        radial-gradient(circle at 95% 15%, rgba(109, 74, 255, .06), transparent 24%),
        #fff;
}

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

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

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

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

.vcd-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(--vcd-green);
    content: "✓";
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
}

.vcd-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);
}

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

.vcd-image-note {
    position: absolute;
    right: -20px;
    bottom: -22px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 250px;
    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: 11px;
    font-weight: 800;
    line-height: 1.75;
}

.vcd-image-note i {
    display: grid;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 11px;
    background: #f0edff;
    color: var(--vcd-primary);
}

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

.vcd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

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

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

.vcd-feature-card:hover {
    border-color: #cec5ff;
    box-shadow: 0 22px 48px rgba(29, 46, 91, .1);
    transform: translateY(-5px);
}

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

.vcd-feature-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 19px;
    place-items: center;
    border-radius: 15px;
    background: #f0edff;
    color: var(--vcd-primary);
    font-size: 19px;
}

.vcd-feature-card:nth-child(2) .vcd-feature-icon,
.vcd-feature-card:nth-child(5) .vcd-feature-icon {
    background: #eaf5ff;
    color: var(--vcd-blue);
}

.vcd-feature-card:nth-child(3) .vcd-feature-icon {
    background: #e9faf4;
    color: var(--vcd-green);
}

.vcd-feature-card:nth-child(4) .vcd-feature-icon {
    background: #fff3e9;
    color: var(--vcd-orange);
}

.vcd-feature-card:nth-child(6) .vcd-feature-icon {
    background: #e9f8fb;
    color: var(--vcd-cyan);
}

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

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

/* Data preview */
.vcd-data-section {
    background: #fff;
}

.vcd-data-panel {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid #e0e6f1;
    border-radius: 30px;
    background: linear-gradient(145deg, #f9fbff, #f3f6fc);
    box-shadow: 0 25px 64px rgba(25, 42, 84, .1);
}

.vcd-data-copy {
    padding: 50px 48px;
}

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

.vcd-data-copy > p {
    margin-bottom: 26px;
    color: var(--vcd-text);
    font-size: 16px;
    line-height: 2.05;
}

.vcd-data-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcd-data-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #e2e7f1;
    border-radius: 12px;
    background: #fff;
    color: #3d4b66;
    font-size: 12px;
    font-weight: 800;
}

.vcd-data-list i {
    color: var(--vcd-primary);
}

.vcd-data-visual {
    position: relative;
    min-height: 530px;
    overflow: hidden;
    padding: 46px;
    background:
        radial-gradient(circle at 18% 20%, rgba(118, 86, 255, .34), transparent 29%),
        linear-gradient(145deg, #151634, #080b16 75%);
}

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

.vcd-data-watermark {
    position: relative;
    z-index: 1;
    width: min(315px, 90%);
    margin: 70px auto 0;
    padding: 23px 25px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 19px;
    background: rgba(10, 16, 30, .9);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
    color: #e7ebf5;
    font-size: 14px;
    line-height: 2;
    backdrop-filter: blur(12px);
}

.vcd-data-watermark strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.vcd-data-watermark span {
    display: block;
}

.vcd-data-watermark small {
    display: inline-flex;
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 7px;
    background: rgba(109, 74, 255, .19);
    color: #c9c1ff;
    font-size: 10px;
    font-weight: 800;
}

.vcd-data-caption {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 27px;
    left: 30px;
    color: rgba(255, 255, 255, .57);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

/* Steps */
.vcd-steps {
    background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
}

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

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

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

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

.vcd-step-card p {
    margin: 0;
    color: var(--vcd-text);
    font-size: 13px;
    line-height: 2;
}

/* Installation */
.vcd-install {
    background: #fff;
}

.vcd-install-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    align-items: start;
    gap: 66px;
}

.vcd-requirements {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.vcd-requirements span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 37px;
    padding: 7px 11px;
    border: 1px solid #e1e6f1;
    border-radius: 10px;
    background: #f8faff;
    color: #48566f;
    font-size: 11px;
    font-weight: 900;
}

.vcd-requirements i {
    color: var(--vcd-green);
}

.vcd-install-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.vcd-code-card {
    overflow: hidden;
    border: 1px solid #dde3ef;
    border-radius: 24px;
    background: #0b1020;
    box-shadow: 0 28px 64px rgba(13, 24, 56, .2);
}

.vcd-code-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 53px;
    padding: 0 19px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: #fff;
}

.vcd-code-head strong {
    font-size: 12px;
    font-weight: 900;
}

.vcd-code-head span {
    color: #8fa0c2;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.vcd-code-body {
    padding: 23px;
}

.vcd-code-body ol {
    display: grid;
    gap: 13px;
    margin: 0 0 21px;
    padding: 0 24px 0 0;
    color: #d7deee;
    font-size: 13px;
    line-height: 1.9;
}

.vcd-code-body li::marker {
    color: #8b7aff;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.vcd-code-sample {
    display: block;
    overflow-x: auto;
    padding: 15px 17px;
    border: 1px solid rgba(139, 122, 255, .23);
    border-radius: 12px;
    background: #111a31;
    color: #c9f4e3;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    line-height: 1.8;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
}

.vcd-tutor-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    margin-top: 19px;
    padding: 18px;
    border: 1px solid rgba(109, 74, 255, .16);
    border-radius: 17px;
    background: #f4f1ff;
}

.vcd-tutor-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(73, 54, 166, .12);
    color: var(--vcd-primary);
    font-size: 19px;
}

.vcd-tutor-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--vcd-ink);
    font-size: 13px;
    font-weight: 900;
}

.vcd-tutor-card p {
    margin: 0;
    color: #606d85;
    font-size: 11px;
    line-height: 1.9;
}

.vcd-tutor-card > span:last-child {
    padding: 5px 9px;
    border-radius: 8px;
    background: #e4dcff;
    color: #5e41d9;
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}

/* Security statement */
.vcd-security {
    padding: 0 0 105px;
    background: #fff;
}

.vcd-security-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    overflow: hidden;
    padding: 31px 34px;
    border: 1px solid #dce5f1;
    border-radius: 23px;
    background: linear-gradient(135deg, #f5f8ff, #f8f5ff);
}

.vcd-security-card::after {
    position: absolute;
    bottom: -95px;
    left: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(109, 74, 255, .07);
    content: "";
}

.vcd-security-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(41, 55, 96, .11);
    color: var(--vcd-primary);
    font-size: 22px;
}

.vcd-security-card h2 {
    margin-bottom: 8px;
    color: var(--vcd-ink);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.6;
}

.vcd-security-card p {
    max-width: 930px;
    margin: 0;
    color: var(--vcd-text);
    font-size: 14px;
    line-height: 2.05;
}

/* FAQ */
.vcd-faq {
    background: linear-gradient(180deg, #f7f9fd, #f2f5fb);
}

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

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

.vcd-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--vcd-primary-dark);
    font-size: 14px;
    font-weight: 900;
}

.vcd-text-link:hover {
    color: var(--vcd-blue);
}

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

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

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

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

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

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

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

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

/* Final CTA */
.vcd-final-cta {
    padding: 96px 0;
    background: #fff;
}

.vcd-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    overflow: hidden;
    padding: 55px 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(167, 139, 250, .3), transparent 31%),
        linear-gradient(135deg, #071532, #243f87 52%, #56309a);
    box-shadow: 0 30px 70px rgba(20, 34, 78, .25);
    color: #fff;
}

.vcd-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;
}

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

.vcd-cta-copy {
    max-width: 690px;
}

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

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

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

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

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

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

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

    .vcd-split,
    .vcd-install-grid {
        gap: 42px;
    }

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

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

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

    .vcd-hero-grid,
    .vcd-split,
    .vcd-install-grid,
    .vcd-faq-grid {
        grid-template-columns: 1fr;
    }

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

    .vcd-hero-visual {
        min-height: 470px;
    }

    .vcd-plugin-window {
        right: 4%;
        left: 4%;
        transform: none;
    }

    .vcd-floating-badge {
        left: 1%;
    }

    .vcd-split {
        gap: 58px;
    }

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

    .vcd-data-panel {
        grid-template-columns: 1fr;
    }

    .vcd-data-visual {
        min-height: 430px;
    }

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

    .vcd-faq-grid {
        gap: 36px;
    }

    .vcd-security {
        padding-bottom: 82px;
    }
}

@media (max-width: 620px) {
    .vcd-shell {
        width: min(100% - 28px, 1220px);
    }

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

    .vcd-section-head {
        margin-bottom: 34px;
    }

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

    .vcd-hero {
        min-height: auto;
        padding: 31px 0 60px;
    }

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

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

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

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

    .vcd-btn {
        width: 100%;
    }

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

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

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

    .vcd-window-body {
        grid-template-columns: 62px minmax(0, 1fr);
        min-height: 290px;
    }

    .vcd-wp-sidebar {
        padding: 13px 7px;
    }

    .vcd-settings-preview {
        padding: 13px;
    }

    .vcd-video-demo {
        min-height: 165px;
    }

    .vcd-mini-fields span:nth-child(3) {
        display: none;
    }

    .vcd-mini-fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .vcd-floating-badge {
        bottom: -6px;
        left: 5px;
        min-width: 190px;
    }

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

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

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

    .vcd-feature-card {
        min-height: 0;
    }

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

    .vcd-data-copy {
        padding: 34px 23px;
    }

    .vcd-data-list {
        grid-template-columns: 1fr;
    }

    .vcd-data-visual {
        min-height: 385px;
        padding: 25px;
    }

    .vcd-data-watermark {
        margin-top: 58px;
        padding: 20px;
    }

    .vcd-code-body {
        padding: 18px 15px;
    }

    .vcd-code-sample {
        font-size: 10px;
    }

    .vcd-tutor-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vcd-tutor-card > span:last-child {
        display: none;
    }

    .vcd-security {
        padding-bottom: 68px;
    }

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

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

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

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

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

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