body.vcmc-product-page {
    background:
        radial-gradient(circle at 90% 0%, rgba(88, 101, 242, 0.12), transparent 30rem),
        #f7f8fb;
}

.release-strip {
    padding: 10px 20px;
    border-bottom: 1px solid #dfe3ff;
    background: #f0f2ff;
    color: #3f49a8;
    font-size: 0.82rem;
    font-weight: 650;
    text-align: center;
}

.release-strip a {
    color: #3f49a8;
    font-weight: 850;
}

.tool-hero {
    padding: clamp(42px, 7vw, 72px) 20px;
    background:
        linear-gradient(90deg, rgba(88, 101, 242, 0.09) 1px, transparent 1px),
        linear-gradient(rgba(88, 101, 242, 0.09) 1px, transparent 1px),
        linear-gradient(145deg, #171a24, #252a48);
    background-size: 34px 34px, 34px 34px, auto;
    color: white;
}

.tool-hero-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: clamp(32px, 7vw, 76px);
}

.tool-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: #aeb5ff;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.tool-hero h1 {
    max-width: 720px;
    color: white;
    font-size: clamp(2.35rem, 5.4vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -2.5px;
}

.tool-hero-copy > p {
    max-width: 680px;
    margin-top: 20px;
    color: rgba(255,255,255,0.70);
    font-size: clamp(1rem, 2vw, 1.1rem);
}

.tool-checklist {
    display: grid;
    gap: 9px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.tool-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.83);
    font-size: 0.88rem;
}

.tool-checklist i {
    width: 20px;
    height: 20px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 6px;
    background: rgba(82, 230, 165, 0.14);
    color: #62e8ad;
    font-size: 0.65rem;
}

.tool-hero .hero-actions {
    margin-top: 28px;
}

.tool-hero .vcmc-button-secondary {
    border-color: rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.07);
    color: white;
    box-shadow: none;
}

.quick-start-card {
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    background: rgba(11, 13, 20, 0.72);
    box-shadow: 0 20px 45px rgba(0,0,0,0.24);
}

.quick-start-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aeb5ff;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quick-start-card h2 {
    margin-top: 8px;
    color: white;
    font-size: 1.35rem;
}

.quick-start-list {
    display: grid;
    gap: 0;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.quick-start-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,0.09);
}

.quick-start-list li > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #5865f2;
    color: white;
    font-size: 0.75rem;
    font-weight: 900;
}

.quick-start-list strong,
.quick-start-list small {
    display: block;
}

.quick-start-list strong {
    color: white;
    font-size: 0.86rem;
}

.quick-start-list small {
    margin-top: 2px;
    color: rgba(255,255,255,0.52);
    font-size: 0.72rem;
    line-height: 1.45;
}

.quick-start-card > a {
    color: #aeb5ff;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

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

.mode-card {
    display: flex;
    min-width: 0;
    min-height: 280px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid #dfe3eb;
    border-radius: 17px;
    background: white;
    box-shadow: 0 5px 16px rgba(17, 24, 39, 0.04);
}

.mode-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.mode-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #eef0ff;
    color: #5865f2;
}

.mode-tag {
    padding: 4px 8px;
    border-radius: 999px;
    background: #eaf8f0;
    color: #17754f;
    font-size: 0.65rem;
    font-weight: 850;
}

.mode-tag-java {
    background: #fff1e3;
    color: #a45508;
}

.mode-card h3 {
    color: #272a33;
    font-size: 1.02rem;
}

.mode-card > p {
    margin-top: 8px;
    color: #737988;
    font-size: 0.84rem;
}

.mode-needs {
    margin: 18px 0;
    padding: 11px 12px;
    border-radius: 9px;
    background: #f6f7f9;
    color: #59606d;
    font-size: 0.76rem;
}

.mode-card > a {
    margin-top: auto;
    color: #4d58d4;
    font-size: 0.79rem;
    font-weight: 850;
    text-decoration: none;
}

.connection-example {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(24px, 5vw, 48px);
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #dfe3eb;
    border-radius: 18px;
    background: white;
}

.connection-example img {
    width: 100%;
    border: 1px solid #303448;
    border-radius: 12px;
    background: #0d0e15;
}

.connection-example strong {
    display: block;
    color: #252832;
    font-size: 1.12rem;
}

.connection-example p {
    margin: 9px 0 15px;
    color: #6e7583;
    font-size: 0.88rem;
}

.connection-example a {
    color: #4d58d4;
    font-size: 0.8rem;
    font-weight: 850;
    text-decoration: none;
}

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

.compact-feature-grid .feature-card {
    min-height: 165px;
}

.utility-section {
    margin-bottom: 20px;
}

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

.utility-grid .docs-card {
    min-width: 0;
}

.support-icon {
    color: #1877c9;
}

.product-hero {
    overflow: hidden;
    position: relative;
    padding: clamp(54px, 8vw, 96px) 20px 72px;
    background:
        radial-gradient(circle at 20% 15%, rgba(110, 120, 255, 0.24), transparent 32rem),
        linear-gradient(145deg, #11131a 0%, #1b1e2c 55%, #262b55 100%);
    color: white;
}

.product-hero::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -260px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255,255,255,0.025), 0 0 0 160px rgba(255,255,255,0.018);
}

.product-hero-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(40px, 7vw, 88px);
}

.product-hero-copy,
.product-preview {
    position: relative;
    z-index: 2;
}

.product-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #bfc5ff;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.product-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #52e6a5;
    box-shadow: 0 0 0 5px rgba(82, 230, 165, 0.12);
}

.product-hero h1 {
    max-width: 690px;
    margin: 0;
    color: white;
    font-size: clamp(2.55rem, 6vw, 5rem);
    line-height: 0.99;
    letter-spacing: -3px;
}

.product-hero h1 span {
    color: #8c96ff;
}

.product-hero-description {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.70);
    font-size: clamp(1rem, 2vw, 1.15rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-actions .vcmc-button-secondary {
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: white;
    box-shadow: none;
}

.hero-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hero-platforms span {
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.66);
    font-size: 0.73rem;
    font-weight: 700;
}

.product-preview {
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    background: rgba(8, 10, 17, 0.72);
    box-shadow: 0 32px 70px rgba(0,0,0,0.38);
    transform: rotate(1deg);
}

.preview-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 2px 2px 14px;
    color: rgba(255,255,255,0.45);
    font-size: 0.73rem;
}

.preview-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35394a;
}

.preview-status {
    margin-left: auto;
    color: #52e6a5;
    font-weight: 750;
}

.preview-title {
    padding: 7px 4px 13px;
    color: white;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.preview-screenshot {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #303448;
    border-radius: 12px;
    background: #0c0c14;
}

.preview-verify {
    margin: 12px 0 2px;
    border-color: #4f57aa;
}

.preview-voice-row {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #2d3245;
    border-radius: 12px;
    background: #171a27;
}

.preview-avatar {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #252a42;
    color: #93a0ff;
}

.preview-player strong,
.preview-player span {
    display: block;
}

.preview-player strong {
    color: white;
    font-size: 0.81rem;
}

.preview-player span {
    margin-top: 2px;
    color: #8f96aa;
    font-size: 0.68rem;
}

.voice-bars {
    display: flex;
    align-items: end;
    gap: 3px;
    height: 24px;
}

.voice-bars i {
    width: 3px;
    border-radius: 4px;
    background: #52e6a5;
}

.voice-bars i:nth-child(1) { height: 8px; }
.voice-bars i:nth-child(2) { height: 18px; }
.voice-bars i:nth-child(3) { height: 13px; }
.voice-bars i:nth-child(4) { height: 22px; }
.voice-bars i:nth-child(5) { height: 10px; }

.preview-float {
    position: absolute;
    right: -22px;
    bottom: 78px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    background: #252a42;
    color: white;
    font-size: 0.73rem;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.trust-bar {
    position: relative;
    z-index: 4;
    width: min(1060px, calc(100% - 36px));
    margin: -32px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e2e5ef;
    border-radius: 18px;
    background: white;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.09);
}

.trust-stat {
    padding: 22px;
    text-align: center;
}

.trust-stat + .trust-stat {
    border-left: 1px solid #eaecf0;
}

.trust-stat strong,
.trust-stat span {
    display: block;
}

.trust-stat strong {
    color: #202431;
    font-size: 1.35rem;
    letter-spacing: -0.5px;
}

.trust-stat span {
    margin-top: 2px;
    color: #7b8191;
    font-size: 0.76rem;
    font-weight: 650;
}

.page-body {
    max-width: 1100px;
    padding-top: 58px;
}

.product-section {
    margin-bottom: 58px;
    scroll-margin-top: 90px;
}

.section-intro {
    max-width: 690px;
    margin-bottom: 28px;
}

.section-intro-compact {
    margin-bottom: 20px;
}

.section-kicker {
    margin-bottom: 8px;
    color: var(--vcmc-primary);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.section-title-large {
    color: #20232c;
    font-size: clamp(1.65rem, 4vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -1px;
}

.section-description {
    margin-top: 10px;
    color: #6f7584;
    font-size: 0.98rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.step-card,
.feature-card {
    border: 1px solid #e2e5ec;
    border-radius: 18px;
    background: white;
    box-shadow: 0 5px 18px rgba(17, 24, 39, 0.04);
}

.step-card {
    padding: 24px;
}

.step-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 10px;
    background: var(--vcmc-primary-soft);
    color: var(--vcmc-primary);
    font-weight: 900;
}

.step-card h3,
.feature-card h3 {
    margin-bottom: 8px;
    color: #272a33;
    font-size: 1rem;
}

.step-card p,
.feature-card p {
    color: #737988;
    font-size: 0.86rem;
}

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

.feature-card {
    min-height: 190px;
    padding: 22px;
}

.feature-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #f0f2ff;
    color: var(--vcmc-primary);
    font-size: 1rem;
}

.compatibility-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #202434, #2e3564);
    color: white;
}

.compatibility-panel h3 {
    margin-bottom: 7px;
    font-size: 1.25rem;
}

.compatibility-panel p {
    max-width: 680px;
    color: rgba(255,255,255,0.66);
    font-size: 0.9rem;
}

.compatibility-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.compatibility-badges span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    font-size: 0.78rem;
    font-weight: 750;
}

.download-surface {
    padding: clamp(24px, 5vw, 38px);
    border: 1px solid #e2e5ec;
    border-radius: 22px;
    background: white;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.download-surface .platform-grid,
.download-surface .files-grid {
    margin-bottom: 0;
}

.final-cta {
    margin-top: 68px;
    padding: clamp(30px, 6vw, 54px);
    border-radius: 24px;
    background: linear-gradient(135deg, #5865f2, #3541b6);
    color: white;
    text-align: center;
    box-shadow: 0 20px 50px rgba(88, 101, 242, 0.24);
}

.final-cta h2 {
    margin-bottom: 9px;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    letter-spacing: -0.8px;
}

.final-cta p {
    max-width: 590px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,0.72);
}

.final-cta .vcmc-button-secondary {
    color: #303bb2;
}

@media (max-width: 900px) {
    .tool-hero-inner {
        grid-template-columns: 1fr;
    }

    .quick-start-card {
        width: min(600px, 100%);
    }

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

    .mode-card:last-child {
        grid-column: 1 / -1;
        min-height: 230px;
    }

    .utility-grid {
        grid-template-columns: 1fr;
    }

    .product-hero-inner {
        grid-template-columns: 1fr;
    }

    .product-hero-copy {
        text-align: center;
    }

    .product-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .hero-platforms {
        justify-content: center;
    }

    .product-preview {
        width: min(560px, 100%);
        margin: 0 auto;
        transform: none;
    }

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

@media (max-width: 680px) {
    .tool-hero {
        padding-top: 38px;
    }

    .tool-hero h1 {
        letter-spacing: -1.5px;
    }

    .mode-grid,
    .connection-example {
        grid-template-columns: 1fr;
    }

    .mode-card:last-child {
        grid-column: auto;
        min-height: 280px;
    }

    .product-hero {
        padding-top: 46px;
    }

    .product-hero h1 {
        letter-spacing: -1.8px;
    }

    .preview-float {
        right: 8px;
        bottom: 72px;
    }

    .trust-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-stat:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #eaecf0;
    }

    .trust-stat:nth-child(4) {
        border-top: 1px solid #eaecf0;
    }

    .steps-grid,
    .feature-grid,
    .compatibility-panel {
        grid-template-columns: 1fr;
    }

    .compatibility-badges {
        justify-content: flex-start;
    }

    .page-body {
        padding: 62px 14px 60px;
    }
}

@media (max-width: 430px) {
    .hero-actions .vcmc-button {
        width: 100%;
    }

    .preview-screenshot:first-of-type {
        margin-top: 0;
    }

    .preview-float {
        display: none;
    }

    .trust-stat {
        padding: 18px 12px;
    }
}
