/* VideoClick features page v1.1 — UTF-8, RTL, scoped to /features */
.vc-features-page {
    --vcf-navy: #081535;
    --vcf-ink: #101a3a;
    --vcf-text: #526078;
    --vcf-muted: #758198;
    --vcf-line: #e3e9f4;
    --vcf-soft: #f6f8fd;
    --vcf-blue: #2563eb;
    --vcf-blue-dark: #1849bd;
    --vcf-violet: #6d3ee8;
    --vcf-cyan: #0891b2;
    --vcf-orange: #f97316;
    --vcf-green: #059669;
    --vcf-pink: #db2777;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--vcf-ink);
    direction: rtl;
    text-align: right;
}

.vc-features-page *,
.vc-features-page *::before,
.vc-features-page *::after {
    box-sizing: border-box;
}

.vc-features-page img {
    display: block;
    max-width: 100%;
}

.vc-features-page a {
    text-decoration: none;
}

.vc-features-page a:focus-visible,
.vc-features-page summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .34);
    outline-offset: 4px;
}

.vc-features-page figure,
.vc-features-page h1,
.vc-features-page h2,
.vc-features-page h3,
.vc-features-page p {
    margin-top: 0;
}

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

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

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

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

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

.vcf-eyebrow,
.vcf-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(37, 99, 235, .14);
    border-radius: 999px;
    background: #edf4ff;
    color: #1d59d2;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.6;
}

.vcf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 11px 22px;
    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;
}

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

.vcf-btn-primary {
    background: linear-gradient(135deg, var(--vcf-violet), var(--vcf-blue));
    box-shadow: 0 15px 34px rgba(77, 67, 224, .28);
    color: #fff;
}

.vcf-btn-primary:hover {
    box-shadow: 0 19px 39px rgba(77, 67, 224, .34);
    color: #fff;
}

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

.vcf-btn-secondary:hover {
    border-color: rgba(255, 255, 255, .44);
    background: rgba(255, 255, 255, .17);
    color: #fff;
}

.vcf-text-link,
.vcf-inline-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vcf-blue);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
}

.vcf-text-link i,
.vcf-inline-cta i {
    transition: transform .2s ease;
}

.vcf-text-link:hover,
.vcf-inline-cta:hover {
    color: var(--vcf-violet);
}

.vcf-text-link:hover i,
.vcf-inline-cta:hover i {
    transform: translateX(-4px);
}

/* Hero */
.vcf-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 740px;
    padding: 50px 0 90px;
    background:
        radial-gradient(circle at 8% 18%, rgba(58, 121, 255, .24), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(133, 75, 238, .28), transparent 31%),
        linear-gradient(135deg, #07132f 0%, #132b67 49%, #412486 100%);
    color: #fff;
}

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

.vcf-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.vcf-orb-one {
    top: 90px;
    right: -170px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 80px rgba(99, 102, 241, .12);
}

.vcf-orb-two {
    bottom: -270px;
    left: -180px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: inset 0 0 110px rgba(56, 189, 248, .08);
}

.vcf-breadcrumb {
    margin-bottom: 52px;
}

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

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

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

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

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

.vcf-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
    align-items: center;
    gap: 70px;
}

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

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

.vcf-kicker i {
    color: #fb923c;
}

.vcf-hero h1 {
    max-width: 680px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(39px, 4.4vw, 64px);
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: -.75px;
}

.vcf-hero-copy > p {
    max-width: 700px;
    margin-bottom: 29px;
    color: rgba(235, 242, 255, .83);
    font-size: 17px;
    font-weight: 500;
    line-height: 2.05;
}

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

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

.vcf-trust-list li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(235, 242, 255, .76);
    font-size: 12px;
    font-weight: 800;
}

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

.vcf-hero-media {
    position: relative;
    min-height: 475px;
}

.vcf-media-glow {
    position: absolute;
    inset: 7% 8%;
    border-radius: 50%;
    background: rgba(105, 90, 246, .44);
    filter: blur(80px);
}

.vcf-dashboard-card {
    position: absolute;
    top: 45px;
    right: 0;
    left: 10px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 26px;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 38px 80px rgba(2, 8, 28, .44);
    transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vcf-dashboard-card img {
    width: 100%;
    border-radius: 15px;
}

.vcf-window-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 31px;
    padding: 0 8px;
    direction: ltr;
}

.vcf-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fb7185;
}

.vcf-window-bar span:nth-child(2) {
    background: #fbbf24;
}

.vcf-window-bar span:nth-child(3) {
    background: #34d399;
}

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

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

.vcf-floating-note > span:last-child {
    display: flex;
    flex-direction: column;
}

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

.vcf-floating-note small {
    margin-top: 2px;
    color: #6b7890;
    font-size: 9px;
    font-weight: 700;
}

.vcf-note-icon {
    display: grid;
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 11px;
    background: #eaf2ff;
    color: var(--vcf-blue);
}

.vcf-note-secure {
    right: -26px;
    bottom: 12px;
}

.vcf-note-secure .vcf-note-icon {
    background: #e9fbf5;
    color: var(--vcf-green);
}

.vcf-note-adaptive {
    top: 0;
    left: -32px;
    animation-delay: -2.1s;
}

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

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

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

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

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

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

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

.vcf-jump-links a:hover {
    background: #eef4ff;
    color: var(--vcf-blue);
}

/* Core service cards */
.vcf-services {
    background: #fff;
}

.vcf-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.vcf-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 650px;
    overflow: hidden;
    border: 1px solid #dfe7f3;
    border-radius: 30px;
    background: linear-gradient(150deg, #f8fbff, #eef4ff);
    box-shadow: 0 22px 55px rgba(34, 53, 103, .08);
    transition: transform .26s ease, box-shadow .26s ease;
}

.vcf-service-card:hover {
    box-shadow: 0 30px 70px rgba(34, 53, 103, .13);
    transform: translateY(-6px);
}

.vcf-service-live {
    border-color: #eadcff;
    background: linear-gradient(150deg, #fff9fd, #f4edff);
}

.vcf-service-content {
    position: relative;
    z-index: 2;
    padding: 36px 36px 24px;
}

.vcf-service-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 19px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e1edff;
    color: #1d58c8;
    font-size: 11px;
    font-weight: 900;
}

.vcf-service-live .vcf-service-tag {
    background: #f2ddff;
    color: #7c2caf;
}

.vcf-service-content h3 {
    margin-bottom: 12px;
    color: var(--vcf-ink);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.5;
}

.vcf-service-content > p {
    margin-bottom: 18px;
    color: var(--vcf-text);
    font-size: 14px;
    line-height: 2;
}

.vcf-service-content ul {
    display: grid;
    gap: 10px;
    margin: 0 0 21px;
    padding: 0;
    list-style: none;
}

.vcf-service-content li {
    position: relative;
    padding-right: 25px;
    color: #3d4b66;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.vcf-service-content li::before {
    position: absolute;
    top: 7px;
    right: 0;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background: #dceaff;
    color: var(--vcf-blue);
    content: "✓";
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
}

.vcf-service-live .vcf-service-content li::before {
    background: #eedcff;
    color: #8427b9;
}

.vcf-service-image {
    position: relative;
    margin: auto 22px 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 21px;
    box-shadow: 0 20px 45px rgba(35, 56, 110, .16);
}

.vcf-service-image img {
    width: 100%;
    transition: transform .4s ease;
}

.vcf-service-card:hover .vcf-service-image img {
    transform: scale(1.025);
}

/* Monetization and AI growth tools */
.vcf-growth-tools {
    background:
        radial-gradient(circle at 8% 15%, rgba(37, 99, 235, .08), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(126, 34, 206, .08), transparent 26%),
        linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
}

.vcf-growth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.vcf-growth-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 805px;
    border: 1px solid #dbe5f4;
    border-radius: 31px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 65px rgba(30, 48, 96, .1);
    transition: transform .26s ease, box-shadow .26s ease;
}

.vcf-growth-card::before {
    position: absolute;
    top: -110px;
    left: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .065);
    content: "";
    pointer-events: none;
}

.vcf-growth-ai {
    border-color: #e9dcf7;
}

.vcf-growth-ai::before {
    background: rgba(126, 34, 206, .065);
}

.vcf-growth-card:hover {
    box-shadow: 0 34px 78px rgba(30, 48, 96, .15);
    transform: translateY(-6px);
}

.vcf-growth-content {
    position: relative;
    z-index: 1;
    padding: 38px 38px 26px;
}

.vcf-growth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 37px;
    margin-bottom: 19px;
    padding: 6px 13px;
    border: 1px solid #cfe1ff;
    border-radius: 999px;
    background: #eaf3ff;
    color: #1d58c8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.6;
}

.vcf-growth-ai .vcf-growth-badge {
    border-color: #e4d2f8;
    background: #f4ebff;
    color: #7e22ce;
}

.vcf-growth-content > h3 {
    margin-bottom: 13px;
    color: var(--vcf-ink);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.55;
}

.vcf-growth-content > p {
    margin-bottom: 22px;
    color: var(--vcf-text);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 2;
}

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

.vcf-growth-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 60px;
    padding: 10px 11px;
    border: 1px solid #e5ebf4;
    border-radius: 14px;
    background: #f9fbfe;
    color: #647087;
    font-size: 10.5px;
    line-height: 1.75;
}

.vcf-growth-list li > i {
    display: grid;
    flex: 0 0 auto;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: #e7f1ff;
    color: var(--vcf-blue);
    font-size: 12px;
}

.vcf-growth-ai .vcf-growth-list li > i {
    background: #f1e8fc;
    color: #7e22ce;
}

.vcf-growth-list strong {
    color: #243350;
    font-weight: 900;
}

.vcf-growth-visual {
    position: relative;
    z-index: 1;
    min-height: 270px;
    margin: auto 23px 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 23px;
    box-shadow: 0 22px 48px rgba(25, 42, 88, .18);
}

.vcf-demo-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 45px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    font-weight: 800;
}

.vcf-demo-toolbar > span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.vcf-demo-toolbar > span > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 5px rgba(52, 211, 153, .12);
}

.vcf-demo-toolbar small {
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: .5px;
    opacity: .62;
}

.vcf-ad-demo {
    padding: 0 13px 13px;
    background:
        radial-gradient(circle at 88% 12%, rgba(58, 122, 255, .4), transparent 31%),
        linear-gradient(145deg, #07183b, #12387a 58%, #174a9a);
}

.vcf-ad-screen {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 153px;
    border-radius: 15px;
    background:
        linear-gradient(115deg, rgba(8, 25, 66, .18), rgba(8, 25, 66, .54)),
        radial-gradient(circle at 72% 25%, #3979e9 0%, #1c4b9f 24%, transparent 50%),
        linear-gradient(140deg, #223b78, #0b1c46);
}

.vcf-ad-screen::before,
.vcf-ad-screen::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.vcf-ad-screen::before {
    top: -80px;
    left: -30px;
    width: 210px;
    height: 210px;
}

.vcf-ad-screen::after {
    right: -40px;
    bottom: -100px;
    width: 240px;
    height: 240px;
}

.vcf-ad-play {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vcf-ad-play i {
    margin-right: 3px;
    font-size: 14px;
}

.vcf-ad-brand {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 15px;
    left: 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(4, 16, 49, .72);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vcf-ad-brand > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(135deg, #ff8b37, #f35252);
    font-size: 12px;
}

.vcf-ad-brand > div {
    display: flex;
    flex-direction: column;
}

.vcf-ad-brand strong {
    font-size: 9px;
    font-weight: 900;
}

.vcf-ad-brand small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .6);
    font-size: 7px;
}

.vcf-ad-brand b {
    padding: 6px 9px;
    border-radius: 7px;
    background: #fff;
    color: #174c9f;
    font-size: 8px;
    font-weight: 900;
}

.vcf-ad-progress {
    position: absolute;
    right: 12px;
    bottom: 6px;
    left: 12px;
    overflow: hidden;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .2);
}

.vcf-ad-progress span {
    display: block;
    width: 63%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fb923c, #fff);
}

.vcf-ad-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding-top: 10px;
}

.vcf-ad-metrics > span {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    color: #93c5fd;
}

.vcf-ad-metrics small {
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    font-size: 7px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vcf-ad-metrics .vcf-ad-income {
    color: #6ee7b7;
}

.vcf-ai-demo {
    padding: 0 13px 13px;
    background:
        radial-gradient(circle at 88% 12%, rgba(192, 132, 252, .42), transparent 31%),
        linear-gradient(145deg, #281052, #542293 58%, #7134b5);
}

.vcf-ai-workspace {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 96px;
    gap: 8px;
    min-height: 160px;
    padding: 9px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .95);
}

.vcf-ai-workspace aside {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    padding: 7px 5px;
    border-radius: 11px;
    background: #f3edfb;
}

.vcf-ai-workspace aside span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    color: #907ca8;
    font-size: 9px;
}

.vcf-ai-workspace aside span.active {
    background: linear-gradient(135deg, #7446d7, #4f46e5);
    box-shadow: 0 7px 15px rgba(105, 64, 205, .23);
    color: #fff;
}

.vcf-ai-document {
    overflow: hidden;
    padding: 12px;
    border: 1px solid #ece6f4;
    border-radius: 11px;
    background: #fff;
}

.vcf-ai-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
    padding: 4px 7px;
    border-radius: 6px;
    background: #f1e9fb;
    color: #7e22ce;
    font-size: 7px;
    font-weight: 900;
}

.vcf-ai-document h4 {
    overflow: hidden;
    margin: 0 0 9px;
    color: #27304c;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vcf-ai-document > p {
    width: 100%;
    height: 5px;
    margin: 0 0 6px;
    border-radius: 6px;
    background: #e8eaf1;
}

.vcf-ai-document > p:nth-of-type(2) {
    width: 88%;
}

.vcf-ai-document > p.short {
    width: 61%;
}

.vcf-ai-actions {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
}

.vcf-ai-actions > span {
    width: 21px;
    height: 20px;
    border-radius: 6px;
    background: #f0f2f7;
}

.vcf-ai-actions b {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: auto;
    padding: 5px 7px;
    border-radius: 6px;
    background: #e8f8f1;
    color: #07855e;
    font-size: 6.5px;
    font-weight: 900;
}

.vcf-ai-image-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    border-radius: 11px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .35), transparent 28%),
        linear-gradient(145deg, #ff8c61, #b656d8 55%, #6555df);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
    color: #fff;
}

.vcf-ai-image-card i {
    font-size: 20px;
}

.vcf-ai-image-card span {
    font-size: 7px;
    font-weight: 900;
}

.vcf-ai-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 10px;
}

.vcf-ai-tags span {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .74);
    font-size: 7px;
    font-weight: 800;
}

.vcf-growth-footer {
    position: relative;
    z-index: 1;
    padding: 0 30px 27px;
}

.vcf-growth-footer > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 39px;
    padding: 8px 11px;
    border: 1px dashed #ccd9ec;
    border-radius: 12px;
    background: #f7faff;
    color: #66758d;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
}

.vcf-growth-footer i {
    color: var(--vcf-blue);
}

.vcf-growth-ai .vcf-growth-footer i {
    color: #7e22ce;
}

/* Feature cards */
.vcf-capabilities {
    background:
        radial-gradient(circle at 95% 12%, rgba(99, 102, 241, .07), transparent 22%),
        linear-gradient(180deg, #f9fbff 0%, #f4f7fc 100%);
}

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

.vcf-feature-card {
    position: relative;
    min-height: 244px;
    overflow: hidden;
    padding: 26px 24px;
    border: 1px solid var(--vcf-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 13px 35px rgba(29, 46, 91, .055);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.vcf-feature-card::after {
    position: absolute;
    right: 20px;
    bottom: -52px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .045);
    content: "";
    transition: transform .3s ease;
}

.vcf-feature-card:hover {
    border-color: #cbd9ee;
    box-shadow: 0 21px 46px rgba(29, 46, 91, .1);
    transform: translateY(-5px);
}

.vcf-feature-card:hover::after {
    transform: scale(1.4);
}

.vcf-feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 15px;
    font-size: 19px;
}

.vcf-icon-blue { background: #e7f0ff; color: #2563eb; }
.vcf-icon-violet { background: #f0eaff; color: #7444d5; }
.vcf-icon-cyan { background: #e4f8fb; color: #0788a4; }
.vcf-icon-orange { background: #fff0e7; color: #ea6511; }
.vcf-icon-green { background: #e5f8f1; color: #058760; }
.vcf-icon-pink { background: #fdeaf3; color: #c9256d; }

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

.vcf-feature-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #647087;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.95;
}

/* Security */
.vcf-security {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(73, 95, 222, .25), transparent 24%),
        radial-gradient(circle at 8% 92%, rgba(30, 150, 201, .16), transparent 25%),
        linear-gradient(135deg, #07122e, #0f275b 57%, #192b65);
}

.vcf-security::after {
    position: absolute;
    z-index: -1;
    top: -240px;
    left: -220px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: inset 0 0 100px rgba(78, 104, 222, .08);
    content: "";
}

.vcf-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(400px, .93fr);
    align-items: center;
    gap: 80px;
}

.vcf-eyebrow-light {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    color: #bfdbfe;
}

.vcf-split-copy h2,
.vcf-section-head-light h2 {
    color: #fff;
}

.vcf-split-copy > p,
.vcf-section-head-light p {
    color: rgba(226, 234, 250, .76);
}

.vcf-security-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin: 28px 0 24px;
}

.vcf-security-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
}

.vcf-security-list article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: rgba(96, 165, 250, .13);
    color: #93c5fd;
}

.vcf-security-list h3 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.7;
}

.vcf-security-list p {
    margin-bottom: 0;
    color: rgba(219, 231, 251, .66);
    font-size: 10.5px;
    line-height: 1.9;
}

.vcf-security .vcf-inline-cta {
    color: #a7ccff;
}

.vcf-security .vcf-inline-cta:hover {
    color: #fff;
}

.vcf-security-visual {
    position: relative;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 28px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 30px 75px rgba(1, 7, 25, .39);
    transform: rotate(-2deg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.vcf-security-visual img {
    width: 100%;
    border-radius: 19px;
}

.vcf-security-visual figcaption {
    position: absolute;
    right: 28px;
    bottom: -28px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 17px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 35px rgba(2, 9, 31, .24);
    color: #56647b;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.vcf-security-visual figcaption i {
    color: var(--vcf-blue);
    font-size: 19px;
}

.vcf-security-visual figcaption strong {
    color: var(--vcf-ink);
    font-weight: 900;
}

/* Player and integrations */
.vcf-player {
    background: #fff;
}

.vcf-player-grid {
    display: grid;
    grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 82px;
}

.vcf-player-visual {
    position: relative;
    margin: 0;
    padding: 14px;
    border: 1px solid #e1e8f3;
    border-radius: 29px;
    background: linear-gradient(145deg, #f6f8ff, #fff);
    box-shadow: 0 28px 65px rgba(29, 47, 92, .13);
}

.vcf-player-visual::before {
    position: absolute;
    z-index: -1;
    inset: -28px;
    border-radius: 45px;
    background: radial-gradient(circle at 30% 50%, rgba(109, 62, 232, .13), transparent 52%);
    content: "";
}

.vcf-player-visual img {
    width: 100%;
    border-radius: 20px;
}

.vcf-device-badge {
    position: absolute;
    right: -25px;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #e1e7f1;
    border-radius: 13px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 13px 30px rgba(27, 43, 84, .13);
    color: var(--vcf-blue);
    font-size: 11px;
    font-weight: 900;
}

.vcf-device-desktop {
    top: 36px;
    right: auto;
    bottom: auto;
    left: -23px;
    color: var(--vcf-violet);
}

.vcf-player-copy > p {
    margin-bottom: 25px;
}

.vcf-player-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.vcf-player-points > div {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid #e6ebf4;
    border-radius: 14px;
    background: #f9fbfe;
    color: #667289;
    font-size: 11.5px;
    line-height: 1.75;
}

.vcf-player-points i {
    display: grid;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    background: #e5f6ef;
    color: var(--vcf-green);
    font-size: 9px;
}

.vcf-player-points strong {
    color: #22304d;
    font-weight: 900;
}

.vcf-mini-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.vcf-btn-dark {
    background: var(--vcf-ink);
    box-shadow: 0 14px 30px rgba(16, 26, 58, .18);
    color: #fff;
}

.vcf-btn-dark:hover {
    background: #1b2a55;
    color: #fff;
}

/* Workflow */
.vcf-workflow {
    background: linear-gradient(180deg, #f7f9fd, #fff);
}

.vcf-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: vcf-step;
}

.vcf-steps::before {
    position: absolute;
    top: 58px;
    right: 11%;
    left: 11%;
    height: 1px;
    border-top: 2px dashed #d9e2f1;
    content: "";
}

.vcf-steps li {
    position: relative;
    z-index: 1;
    min-height: 260px;
    padding: 28px 24px 23px;
    border: 1px solid var(--vcf-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(30, 47, 91, .06);
    text-align: center;
}

.vcf-steps li > i {
    display: grid;
    width: 61px;
    height: 61px;
    margin: 0 auto 22px;
    place-items: center;
    border: 6px solid #f4f7fc;
    border-radius: 19px;
    background: linear-gradient(135deg, var(--vcf-violet), var(--vcf-blue));
    box-shadow: 0 12px 25px rgba(72, 77, 211, .22);
    color: #fff;
    font-size: 17px;
}

.vcf-step-number {
    position: absolute;
    top: 15px;
    left: 17px;
    color: #d7dfed;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
}

.vcf-steps h3 {
    margin-bottom: 9px;
    color: var(--vcf-ink);
    font-size: 17px;
    font-weight: 900;
}

.vcf-steps p {
    margin-bottom: 0;
    color: #68758c;
    font-size: 12px;
    line-height: 1.95;
}

/* Use cases */
.vcf-use-cases {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(124, 58, 237, .25), transparent 27%),
        radial-gradient(circle at 5% 100%, rgba(37, 99, 235, .2), transparent 28%),
        #0b1637;
}

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

.vcf-use-grid article {
    min-height: 246px;
    padding: 27px 23px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 21px;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .24s ease, background-color .24s ease, border-color .24s ease;
}

.vcf-use-grid article:hover {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .095);
    transform: translateY(-5px);
}

.vcf-use-grid article > span {
    display: grid;
    width: 51px;
    height: 51px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid rgba(147, 197, 253, .2);
    border-radius: 16px;
    background: rgba(96, 165, 250, .11);
    color: #93c5fd;
    font-size: 19px;
}

.vcf-use-grid article:nth-child(even) > span {
    border-color: rgba(216, 180, 254, .2);
    background: rgba(168, 85, 247, .11);
    color: #d8b4fe;
}

.vcf-use-grid h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.7;
}

.vcf-use-grid p {
    margin-bottom: 0;
    color: rgba(220, 229, 247, .67);
    font-size: 12px;
    line-height: 1.95;
}

.vcf-choice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: linear-gradient(100deg, rgba(76, 93, 194, .26), rgba(102, 53, 166, .25));
}

.vcf-choice-card > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vcf-choice-icon {
    display: grid;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
}

.vcf-choice-card h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.vcf-choice-card p {
    margin-bottom: 0;
    color: rgba(226, 234, 250, .72);
    font-size: 12px;
    line-height: 1.8;
}

.vcf-choice-card p strong {
    color: #fff;
}

.vcf-btn-light {
    flex: 0 0 auto;
    background: #fff;
    color: var(--vcf-ink);
}

.vcf-btn-light:hover {
    color: var(--vcf-blue);
}

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

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

.vcf-faq-intro {
    position: sticky;
    top: 100px;
}

.vcf-faq-intro h2 {
    font-size: clamp(29px, 3vw, 42px);
}

.vcf-faq-intro > p {
    margin-bottom: 20px;
}

.vcf-faq-list {
    display: grid;
    gap: 11px;
}

.vcf-faq-list details {
    overflow: hidden;
    border: 1px solid var(--vcf-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 11px 28px rgba(28, 45, 87, .045);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.vcf-faq-list details[open] {
    border-color: #cddbef;
    box-shadow: 0 16px 34px rgba(28, 45, 87, .08);
}

.vcf-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 16px 20px;
    color: #24314f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.75;
    cursor: pointer;
    list-style: none;
}

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

.vcf-faq-list summary > span {
    position: relative;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #eef4ff;
}

.vcf-faq-list summary > span::before,
.vcf-faq-list summary > span::after {
    position: absolute;
    top: 13px;
    right: 8px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: var(--vcf-blue);
    content: "";
    transition: transform .2s ease;
}

.vcf-faq-list summary > span::after {
    transform: rotate(90deg);
}

.vcf-faq-list details[open] summary > span::after {
    transform: rotate(0deg);
}

.vcf-faq-list details p {
    margin: 0;
    padding: 0 20px 20px;
    color: #647087;
    font-size: 12.5px;
    line-height: 2;
}

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

.vcf-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    isolation: isolate;
    overflow: hidden;
    min-height: 260px;
    padding: 50px 54px;
    border-radius: 31px;
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 154, 255, .37), transparent 28%),
        linear-gradient(125deg, #2e237f, #4e33bb 49%, #175fd0);
    box-shadow: 0 28px 66px rgba(54, 54, 156, .24);
    color: #fff;
}

.vcf-cta-pattern {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .3;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .38) 1px, transparent 1.5px);
    background-size: 29px 29px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000);
    mask-image: linear-gradient(90deg, transparent, #000);
}

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

.vcf-cta-copy > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #cfe4ff;
    font-size: 12px;
    font-weight: 900;
}

.vcf-cta-copy h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 900;
    line-height: 1.5;
}

.vcf-cta-copy p {
    margin-bottom: 0;
    color: rgba(236, 243, 255, .77);
    font-size: 14px;
    line-height: 1.95;
}

.vcf-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
}

.vcf-btn-white {
    background: #fff;
    box-shadow: 0 16px 35px rgba(13, 23, 66, .2);
    color: #342a86;
}

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

.vcf-btn-outline-white {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.vcf-btn-outline-white:hover {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

@media (max-width: 1199px) {
    .vcf-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(410px, .92fr);
        gap: 44px;
    }

    .vcf-hero h1 {
        font-size: clamp(38px, 4.6vw, 54px);
    }

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

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

    .vcf-player-grid,
    .vcf-split-grid {
        gap: 52px;
    }
}

@media (max-width: 991px) {
    .vcf-section {
        padding: 88px 0;
    }

    .vcf-hero {
        min-height: 0;
        padding-bottom: 70px;
    }

    .vcf-breadcrumb {
        margin-bottom: 38px;
    }

    .vcf-hero-grid,
    .vcf-split-grid,
    .vcf-player-grid,
    .vcf-faq-grid {
        grid-template-columns: 1fr;
    }

    .vcf-hero-grid {
        gap: 38px;
    }

    .vcf-hero-copy {
        max-width: 780px;
        margin: 0 auto;
        text-align: center;
    }

    .vcf-hero h1,
    .vcf-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .vcf-hero-actions,
    .vcf-trust-list {
        justify-content: center;
    }

    .vcf-hero-media {
        width: min(650px, 100%);
        min-height: 490px;
        margin: 0 auto;
    }

    .vcf-dashboard-card {
        right: 22px;
        left: 22px;
        transform: none;
    }

    .vcf-note-secure {
        right: 0;
    }

    .vcf-note-adaptive {
        left: 0;
    }

    .vcf-service-grid {
        grid-template-columns: 1fr;
    }

    .vcf-growth-grid {
        grid-template-columns: 1fr;
    }

    .vcf-growth-card {
        min-height: 0;
    }

    .vcf-growth-content {
        padding: 34px 34px 25px;
    }

    .vcf-service-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
        align-items: center;
        min-height: 0;
    }

    .vcf-service-image {
        align-self: stretch;
        margin: 22px 0 22px 22px;
    }

    .vcf-service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

    .vcf-split-grid,
    .vcf-player-grid {
        gap: 58px;
    }

    .vcf-security-visual,
    .vcf-player-visual {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .vcf-security-visual {
        transform: none;
    }

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

    .vcf-steps::before {
        display: none;
    }

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

    .vcf-faq-intro {
        position: static;
        max-width: 680px;
    }

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

    .vcf-cta-actions {
        flex-direction: row;
        width: 100%;
    }

    .vcf-cta-actions .vcf-btn {
        flex: 1 1 0;
    }
}

@media (max-width: 767px) {
    .vcf-shell {
        width: min(100% - 30px, 1240px);
    }

    .vcf-section {
        padding: 72px 0;
    }

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

    .vcf-section-head h2,
    .vcf-split-copy h2,
    .vcf-player-copy h2,
    .vcf-faq-intro h2 {
        font-size: clamp(27px, 8vw, 37px);
    }

    .vcf-section-head p,
    .vcf-split-copy > p,
    .vcf-player-copy > p,
    .vcf-faq-intro > p {
        font-size: 14px;
    }

    .vcf-hero {
        padding-top: 35px;
    }

    .vcf-breadcrumb {
        margin-bottom: 30px;
    }

    .vcf-hero h1 {
        font-size: clamp(34px, 9.5vw, 45px);
        line-height: 1.5;
    }

    .vcf-hero-copy > p {
        font-size: 14px;
        line-height: 2;
    }

    .vcf-hero-media {
        min-height: 390px;
    }

    .vcf-dashboard-card {
        top: 33px;
        right: 0;
        left: 0;
        border-radius: 21px;
    }

    .vcf-window-bar {
        height: 25px;
    }

    .vcf-floating-note {
        min-width: 170px;
        padding: 8px 10px;
    }

    .vcf-note-icon {
        width: 32px;
        height: 32px;
    }

    .vcf-note-secure {
        bottom: 0;
    }

    .vcf-note-adaptive {
        top: 2px;
    }

    .vcf-jump-inner {
        gap: 12px;
    }

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

    .vcf-service-card {
        display: flex;
    }

    .vcf-service-content {
        padding: 27px 24px 20px;
    }

    .vcf-service-image {
        align-self: auto;
        margin: auto 14px 14px;
    }

    .vcf-service-image img {
        height: auto;
        object-fit: initial;
    }

    .vcf-growth-content {
        padding: 28px 24px 22px;
    }

    .vcf-growth-content > h3 {
        font-size: 23px;
    }

    .vcf-growth-list {
        grid-template-columns: 1fr;
    }

    .vcf-growth-visual {
        margin: auto 14px 17px;
    }

    .vcf-growth-footer {
        padding: 0 18px 22px;
    }

    .vcf-feature-grid,
    .vcf-security-list,
    .vcf-player-points,
    .vcf-use-grid {
        grid-template-columns: 1fr;
    }

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

    .vcf-choice-card,
    .vcf-choice-card > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .vcf-choice-card .vcf-btn {
        width: 100%;
    }

    .vcf-final-cta {
        padding-bottom: 75px;
    }

    .vcf-cta-card {
        min-height: 0;
        padding: 37px 25px;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    .vcf-hero-actions,
    .vcf-cta-actions {
        flex-direction: column;
    }

    .vcf-hero-actions .vcf-btn,
    .vcf-cta-actions .vcf-btn {
        width: 100%;
    }

    .vcf-trust-list {
        display: grid;
        justify-content: center;
        gap: 10px;
        text-align: right;
    }

    .vcf-hero-media {
        min-height: 335px;
    }

    .vcf-floating-note {
        min-width: 145px;
    }

    .vcf-floating-note small {
        display: none;
    }

    .vcf-note-secure {
        right: -4px;
    }

    .vcf-note-adaptive {
        left: -4px;
    }

    .vcf-service-card {
        border-radius: 24px;
    }

    .vcf-service-content h3 {
        font-size: 23px;
    }

    .vcf-growth-card {
        border-radius: 24px;
    }

    .vcf-ai-workspace {
        grid-template-columns: 34px minmax(0, 1fr) 72px;
        padding: 7px;
    }

    .vcf-ai-image-card span {
        display: none;
    }

    .vcf-ad-metrics small {
        display: none;
    }

    .vcf-ad-metrics > span {
        justify-content: center;
    }

    .vcf-security-visual figcaption {
        right: 13px;
        left: 13px;
    }

    .vcf-device-badge {
        right: 4px;
        bottom: -18px;
    }

    .vcf-device-desktop {
        top: -17px;
        right: auto;
        bottom: auto;
        left: 4px;
    }

    .vcf-steps {
        grid-template-columns: 1fr;
    }

    .vcf-steps li {
        min-height: 0;
    }
}

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