        .vw-section-head {
            max-width: 820px;
            margin-bottom: 52px;
        }
        .vw-section-head.is-centered {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .vw-section-head h2 {
            margin: 0 0 18px;
            color: var(--vw-ink);
            font-size: clamp(40px, 4.4vw, 62px);
            line-height: 1.08;
            letter-spacing: -0.045em;
            font-weight: 500;
        }
        .vw-section-head p {
            color: var(--vw-muted);
            font-size: 19px;
            line-height: 1.72;
        }
        .vw-hero-feature-wrap {
            width: 100%;
            padding-top: 18px;
            padding-bottom: 18px;
        }
        .vw-hero-feature-head {
            max-width: 920px;
            margin: 0 auto 52px;
            text-align: center;
        }
        .vw-hero-feature-head h1 {
            margin: 0 0 22px;
            color: var(--vw-ink);
            font-size: clamp(46px, 5.8vw, 82px);
            line-height: 0.98;
            letter-spacing: -0.058em;
            font-weight: 500;
        }
        .vw-hero-feature-head p {
            max-width: 760px;
            margin: 0 auto;
            color: var(--vw-muted);
            font-size: 21px;
            line-height: 1.68;
        }
        .vw-product-matrix {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            border: 1px solid var(--vw-border);
            border-radius: 10px;
            overflow: hidden;
            background: #ffffff;
            box-shadow: 0 22px 60px rgba(31, 41, 55, 0.05);
        }
        .vw-product-item {
            min-height: 330px;
            padding: 44px 36px;
            border-right: 1px solid var(--vw-border);
            border-bottom: 1px solid var(--vw-border);
            background:
                radial-gradient(circle at 100% 0%, rgba(238, 246, 255, 0.52), transparent 12rem),
                #ffffff;
            transition: all 0.18s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .vw-product-item:nth-child(3n) {
            border-right: 0;
        }
        .vw-product-item:nth-last-child(-n + 3) {
            border-bottom: 0;
        }
        .vw-product-item:hover {
            background:
                radial-gradient(circle at 0% 0%, rgba(255, 241, 247, 0.72), transparent 13rem),
                radial-gradient(circle at 100% 100%, rgba(238, 246, 255, 0.72), transparent 13rem),
                #ffffff;
        }
        .vw-product-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 120px;
        }
        .vw-product-image {
            display: block;
            width: 120px;
            height: 120px;
            object-fit: contain;
        }
        .vw-product-item h3 {
            margin: 0 0 12px;
            color: var(--vw-ink);
            font-size: 22px;
            line-height: 1.2;
            letter-spacing: -0.03em;
            font-weight: 600;
        }
        .vw-product-item p {
            max-width: 310px;
            margin: 0 auto;
            color: var(--vw-muted);
            font-size: 15px;
            line-height: 1.65;
        }
        .vw-api-feature {
            margin-top: 24px;
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr) auto;
            gap: 34px;
            align-items: center;
            padding: 38px 42px;
            min-height: 190px;
            border: 1px solid rgba(229, 231, 235, 0.92);
            border-radius: 18px;
            background:
                radial-gradient(circle at 0% 0%, rgba(255, 241, 247, 0.9), transparent 18rem),
                radial-gradient(circle at 100% 100%, rgba(238, 246, 255, 0.92), transparent 20rem),
                #ffffff;
            box-shadow: 0 22px 60px rgba(31, 41, 55, 0.05);
        }
        .vw-api-icon {
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 120px;
        }
        .vw-api-image {
            display: block;
            width: 120px;
            height: 120px;
            object-fit: contain;
        }
        .vw-api-content {
            min-width: 0;
        }
        .vw-api-feature h3 {
            margin: 0 0 8px;
            color: var(--vw-ink);
            font-size: 28px;
            line-height: 1.2;
            letter-spacing: -0.035em;
            font-weight: 600;
        }
        .vw-api-feature p {
            max-width: 790px;
            color: var(--vw-muted);
            font-size: 16px;
            line-height: 1.68;
        }
        .vw-api-feature code {
            display: inline-flex;
            padding: 10px 13px;
            border-radius: 9px;
            background: #ffffff;
            border: 1px solid var(--vw-border);
            color: var(--vw-ink);
            font-size: 13px;
            white-space: nowrap;
        }
        .vw-feature-list {
            display: grid;
            border-top: 1px solid var(--vw-border);
            background: #ffffff;
        }
        .vw-feature-row {
            display: grid;
            grid-template-columns: 340px 1fr 260px;
            gap: 38px;
            padding: 40px 0;
            border-bottom: 1px solid var(--vw-border);
            align-items: center;
        }
        .vw-feature-title {
            display: flex;
            gap: 20px;
            align-items: center;
        }
        .vw-feature-title-icon {
            width: 80px;
            height: auto;
            flex: 0 0 80px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .vw-workflow-image {
            display: block;
            width: 80px;
            height: 80px;
            object-fit: contain;
        }
        .vw-feature-title strong {
            display: block;
            color: var(--vw-ink);
            font-size: 20px;
            line-height: 1.25;
            letter-spacing: -0.02em;
            margin-bottom: 5px;
        }
        .vw-feature-title span {
            display: block;
            color: var(--vw-muted);
            font-size: 13px;
            line-height: 1.45;
        }
        .vw-feature-row p {
            color: var(--vw-muted);
            font-size: 16px;
            line-height: 1.72;
        }
        .vw-feature-points {
            display: grid;
            gap: 10px;
            color: var(--vw-ink);
            font-size: 14px;
            line-height: 1.45;
        }
        .vw-feature-point {
            display: flex;
            gap: 9px;
            align-items: flex-start;
        }
        .vw-feature-point i {
            color: var(--vw-blue);
            margin-top: 3px;
        }
        .js-reveal {
            opacity: 1;
            transform: none;
        }
        html.js .js-reveal {
            opacity: 0;
            transition:
                opacity 760ms ease,
                transform 880ms cubic-bezier(.2, .8, .2, 1);
        }
        html.js .js-reveal[data-reveal="up"] {
            transform: translate3d(0, 70px, 0) scale(.98);
        }
        html.js .js-reveal[data-reveal="left"] {
            transform: translate3d(-70px, 0, 0) scale(.98);
        }
        html.js .js-reveal[data-reveal="right"] {
            transform: translate3d(70px, 0, 0) scale(.98);
        }
        html.js .js-reveal.is-in-view {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
        }
        @media (prefers-reduced-motion: reduce) {
            html.js .js-reveal {
                opacity: 1;
                transform: none !important;
                transition: none;
            }
        }
        @media (max-width: 991px) {
            .vw-product-matrix {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .vw-product-item {
                min-height: 310px;
            }
            .vw-product-item:nth-child(3n) {
                border-right: 1px solid var(--vw-border);
            }
            .vw-product-item:nth-child(2n) {
                border-right: 0;
            }
            .vw-product-item:nth-last-child(-n + 3) {
                border-bottom: 1px solid var(--vw-border);
            }
            .vw-product-item:nth-last-child(-n + 2) {
                border-bottom: 0;
            }
            .vw-api-feature {
                grid-template-columns: 120px 1fr;
                align-items: center;
            }
            .vw-api-feature code {
                grid-column: 2;
                width: fit-content;
            }
            .vw-feature-row {
                grid-template-columns: 1fr;
                gap: 22px;
                align-items: start;
            }
            .vw-feature-title {
                align-items: center;
            }
        }
        @media (max-width: 575px) {
            .vw-hero-feature-head h1 {
                font-size: 46px;
                line-height: 1.02;
                letter-spacing: -0.035em;
            }
            .vw-hero-feature-head p {
                font-size: 17px;
            }
            .vw-product-matrix {
                grid-template-columns: 1fr;
            }
            .vw-product-item,
            .vw-product-item:nth-child(2n),
            .vw-product-item:nth-child(3n),
            .vw-product-item:nth-last-child(-n + 2),
            .vw-product-item:nth-last-child(-n + 3) {
                min-height: 300px;
                border-right: 0;
                border-bottom: 1px solid var(--vw-border);
            }
            .vw-product-item:last-child {
                border-bottom: 0;
            }
            .vw-api-feature {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 32px 28px;
                text-align: center;
            }
            .vw-api-icon {
                margin: 0 auto;
            }
            .vw-api-feature code {
                grid-column: auto;
                width: fit-content;
                margin: 0 auto;
            }
            .vw-feature-title {
                align-items: center;
            }
            .vw-feature-title-icon {
                width: 70px;
                height: 70px;
                flex-basis: 70px;
            }
            .vw-workflow-image {
                width: 70px;
                height: 70px;
            }
        }