.ww-vw-page {
    position: relative;
    min-height: 100vh;
    padding: 7rem 1rem 4rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(6, 182, 212, 0.13), rgba(6, 182, 212, 0) 32%),
        linear-gradient(315deg, rgba(34, 197, 94, 0.12), rgba(34, 197, 94, 0) 34%),
        #05070b;
}

.ww-vw-bg {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(125, 211, 252, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, 0.14) 1px, transparent 1px);
    background-size: 54px 54px;
    transform: perspective(900px) rotateX(58deg) translateY(-18%);
    transform-origin: top center;
    pointer-events: none;
}

.ww-vw-inner {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.ww-vw-hero {
    max-width: 820px;
    margin-bottom: 1.35rem;
}

.ww-vw-kicker {
    color: #67e8f9;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    margin-bottom: 0.7rem;
}

.ww-vw-hero h1 {
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: 0;
    margin: 0 0 1rem;
}

.ww-vw-hero p,
.ww-vw-step p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.03rem;
    line-height: 1.6;
}

.ww-vw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.ww-vw-btn,
.ww-vw-copy-row button {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 8px;
    padding: 0.78rem 1rem;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ww-vw-btn-primary {
    border-color: rgba(34, 211, 238, 0.65);
    background: #0891b2;
    box-shadow: 0 14px 38px rgba(8, 145, 178, 0.28);
}

.ww-vw-btn:hover,
.ww-vw-copy-row button:hover {
    background: rgba(255, 255, 255, 0.13);
}

.ww-vw-layout {
    display: block;
}

.ww-vw-showcase {
    margin: 0 0 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(9, 15, 24, 0.72);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.ww-vw-showcase img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.ww-vw-showcase figcaption {
    padding: 0.75rem 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
}

.ww-vw-steps {
    display: grid;
    gap: 1rem;
}

.ww-vw-step {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(9, 15, 24, 0.82);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    border-radius: 8px;
}

.ww-vw-step {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.15rem;
}

.ww-vw-step-num {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    border: 1px solid rgba(34, 211, 238, 0.45);
    background: rgba(8, 145, 178, 0.2);
    color: #cffafe;
    font-weight: 900;
    font-size: 1.25rem;
}

.ww-vw-step h2,
.ww-vw-card h2 {
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0 0 0.55rem;
}

.ww-vw-step code,
.ww-vw-url {
    color: #a7f3d0;
}

.ww-vw-copy-stack {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.ww-vw-copy-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
}

.ww-vw-copy-row label {
    color: #67e8f9;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ww-vw-copy-row input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(34, 211, 238, 0.35);
    background: rgba(0, 24, 32, 0.76);
    color: #e0faff;
    border-radius: 8px;
    padding: 0.76rem 0.85rem;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.ww-vw-copy-row input:focus {
    border-color: rgba(34, 211, 238, 0.7);
}

.ww-vw-copy-row-wide {
    margin-top: 0.9rem;
}

.ww-vw-badge-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

.ww-vw-badge-wrap img {
    width: min(540px, 100%);
    height: auto;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
}

@media (max-width: 620px) {
    .ww-vw-page {
        padding: 6rem 0.8rem 3rem;
    }

    .ww-vw-step {
        grid-template-columns: 1fr;
    }

    .ww-vw-copy-row {
        grid-template-columns: 1fr;
    }

    .ww-vw-badge-wrap {
        grid-template-columns: 1fr;
    }
}

