/* =========================================================
   VIRGO PLUS PRODUCT SERIES
   All styles scoped to .kwvp-series-shell
   ========================================================= */

.kwvp-series-shell {
    --kwvp-bg-dark: #07101a;
    --kwvp-bg-dark-soft: #0b1622;
    --kwvp-bg-navy: #0b1d2c;
    --kwvp-surface: #ffffff;
    --kwvp-surface-soft: #f5f7f9;
    --kwvp-surface-blue: #eef6fb;
    --kwvp-text: #17222d;
    --kwvp-text-soft: #65717d;
    --kwvp-text-light: #dce7ef;
    --kwvp-orange: #ff6b22;
    --kwvp-orange-bright: #ff7a30;
    --kwvp-blue: #24a9e8;
    --kwvp-blue-soft: #79d4ff;
    --kwvp-line: #dfe5ea;
    --kwvp-dark-line: rgba(255, 255, 255, 0.1);
    --kwvp-shadow: 0 18px 55px rgba(16, 35, 51, 0.09);
    --kwvp-shadow-hover: 0 24px 70px rgba(12, 30, 47, 0.17);
    --kwvp-radius-sm: 12px;
    --kwvp-radius-md: 18px;
    --kwvp-radius-lg: 28px;

    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--kwvp-text);
    font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}

.kwvp-series-shell img {
    display: block;
    max-width: 100%;
}

.kwvp-series-shell svg {
    display: block;
}

.kwvp-series-shell a {
    text-decoration: none;
}

.kwvp-section-width {
    width: min(1180px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.kwvp-section-kicker {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--kwvp-orange);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.4;
}

.kwvp-section-title {
      margin: 0;
    color: #080d12;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 200;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.kwvp-section-description {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--kwvp-text-soft);
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    line-height: 1.8;
}

.kwvp-title-accent {
    display: block;
    width: 68px;
    height: 4px;
    margin: 24px auto 0;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            var(--kwvp-orange),
            var(--kwvp-blue)
        );
}


/* =========================================================
   BUTTONS
   ========================================================= */

.kwvp-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.kwvp-button-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.kwvp-button-primary {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--kwvp-orange),
            #ff5419
        );
    box-shadow: 0 12px 30px rgba(255, 107, 34, 0.25);
}

.kwvp-button-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.kwvp-button-light {
    color: #102333;
    border-color: rgba(255, 255, 255, 0.7);
    background: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

.kwvp-hero {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 72% 46%,
            rgba(36, 169, 232, 0.12),
            transparent 28%
        ),
        linear-gradient(
            120deg,
            #06101a 0%,
            #091926 52%,
            #07121c 100%
        );
}

.kwvp-hero-grid-bg {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
    mask-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.15)
        );
}

.kwvp-hero-glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(15px);
}

.kwvp-hero-glow-one {
    top: -170px;
    right: -90px;
    width: 430px;
    height: 430px;
    background: rgba(36, 169, 232, 0.13);
}

.kwvp-hero-glow-two {
    bottom: -230px;
    left: 25%;
    width: 520px;
    height: 520px;
    background: rgba(255, 107, 34, 0.08);
}

.kwvp-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1240px, calc(100% - 48px));
    min-height: 690px;
    margin: 0 auto;
    padding: 84px 0;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    align-items: center;
    gap: clamp(40px, 6vw, 90px);
}

.kwvp-hero-copy {
    max-width: 680px;
}

.kwvp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #a9c7d8;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.kwvp-eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--kwvp-orange);
    box-shadow: 0 0 15px rgba(255, 107, 34, 0.8);
}

.kwvp-hero-title {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.6rem, 4.5vw, 5.15rem);
    font-weight: 830;
    letter-spacing: -0.9px;
    line-height: 0.99;
}

.kwvp-heading-accent {
    color: transparent;
    background:
        linear-gradient(
            105deg,
            #ffffff 5%,
            #8adfff 45%,
            #ff9360 100%
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.kwvp-hero-description {
       max-width: 640px;
    margin: 19px 0 0;
    color: #b4c3ce;
    font-size: clamp(1rem, 1.55vw, 1.0rem);
    line-height: 1.4;
}

.kwvp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 33px;
}

.kwvp-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 38px;
}

.kwvp-hero-point {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c6d4dd;
    font-size: 0.84rem;
    font-weight: 650;
}

.kwvp-hero-point-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(121, 212, 255, 0.24);
    border-radius: 7px;
    color: var(--kwvp-blue-soft);
    background: rgba(36, 169, 232, 0.08);
}

.kwvp-hero-point-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kwvp-hero-visual {
    position: relative;
    min-width: 0;
}

.kwvp-hero-machine-frame {
    position: relative;
    display: flex;
    min-height: 510px;
    align-items: center;
    justify-content: center;
}

.kwvp-hero-machine-frame::before {
    position: absolute;
    width: min(460px, 88%);
    aspect-ratio: 1;
    border: 1px solid rgba(121, 212, 255, 0.16);
    border-radius: 50%;
    content: "";
}

.kwvp-hero-machine-frame::after {
    position: absolute;
    width: min(380px, 72%);
    aspect-ratio: 1;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    animation: kwvp-slow-spin 28s linear infinite;
}

.kwvp-hero-machine-label {
    position: absolute;
    z-index: 1;
    top: 47px;
    right: 5%;
    color: rgba(255, 255, 255, 0.055);
    font-size: clamp(3.5rem, 7vw, 7.2rem);
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 0.8;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.kwvp-hero-machine-image {
    position: relative;
    z-index: 3;
    width: min(590px, 100%);
    max-height: 455px;
    object-fit: contain;
    filter:
        drop-shadow(0 35px 40px rgba(0, 0, 0, 0.35))
        drop-shadow(0 0 25px rgba(36, 169, 232, 0.08));
    animation: kwvp-machine-float 6s ease-in-out infinite;
}

.kwvp-hero-image-glow {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 50%;
    width: 70%;
    height: 100px;
    border-radius: 50%;
    background: rgba(36, 169, 232, 0.16);
    transform: translateX(-50%);
    filter: blur(32px);
}

.kwvp-floating-spec {
    position: absolute;
    z-index: 6;
    min-width: 170px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: #ffffff;
    background: rgba(7, 18, 28, 0.75);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.kwvp-floating-spec-one {
    top: 16%;
    left: -3%;
}

.kwvp-floating-spec-two {
    right: 31%;
    bottom: 0%;
}

.kwvp-floating-spec-label {
    display: block;
    margin-bottom: 5px;
    color: #7f98a8;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.kwvp-floating-spec strong {
    display: block;
    font-size: 0.86rem;
    line-height: 1.35;
}

.kwvp-spark {
    position: absolute;
    z-index: 5;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--kwvp-orange);
    box-shadow:
        0 0 10px #ff6b22,
        0 0 20px rgba(255, 107, 34, 0.6);
}

.kwvp-spark-one {
    top: 22%;
    right: 12%;
}

.kwvp-spark-two {
    right: 4%;
    bottom: 37%;
}

.kwvp-spark-three {
    bottom: 20%;
    left: 10%;
}


/* =========================================================
   SERIES INTRO
   ========================================================= */

.kwvp-series-intro {
    padding: 100px 0 92px;
    background: #ffffff;
}

.kwvp-series-intro-inner {
    max-width: 920px;
    text-align: center;
}

.kwvp-series-intro-description {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MODEL SHOWCASE
   ========================================================= */

.kwvp-models-section {
    padding: 105px 0;
    background:
        linear-gradient(
            180deg,
            #f5f7f9 0%,
            #ffffff 100%
        );
}

.kwvp-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.kwvp-section-heading-copy {
    max-width: 760px;
}

.kwvp-section-heading-mark {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 10px;
}

.kwvp-section-heading-mark span {
    display: block;
    width: 7px;
    border-radius: 999px;
    background: var(--kwvp-orange);
}

.kwvp-section-heading-mark span:nth-child(1) {
    height: 23px;
    opacity: 0.4;
}

.kwvp-section-heading-mark span:nth-child(2) {
    height: 38px;
    opacity: 0.7;
}

.kwvp-section-heading-mark span:nth-child(3) {
    height: 54px;
}

.kwvp-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.kwvp-model-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e9ed;
    border-radius: var(--kwvp-radius-md);
    background: #ffffff;
    box-shadow: var(--kwvp-shadow);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.kwvp-model-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background:
        linear-gradient(
            90deg,
            var(--kwvp-orange),
            var(--kwvp-blue)
        );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.kwvp-model-card-featured {
    border-color: rgba(255, 107, 34, 0.28);
}

.kwvp-model-image-wrap {
    position: relative;
    display: flex;
    min-height: 285px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background:
        radial-gradient(
            circle at 50% 55%,
            #ffffff 0,
            #f3f6f8 70%
        );
}

.kwvp-model-image-wrap::before {
    position: absolute;
    top: -70px;
    right: -55px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(36, 169, 232, 0.12);
    border-radius: 50%;
    content: "";
}

.kwvp-model-number {
    position: absolute;
    top: 22px;
    right: 23px;
    color: rgba(20, 37, 50, 0.08);
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}

.kwvp-model-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 235px;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.kwvp-model-badge {
    position: absolute;
    z-index: 3;
    bottom: 18px;
    left: 19px;
    padding: 7px 10px;
    border: 1px solid rgba(17, 40, 57, 0.08);
    border-radius: 6px;
    color: #344957;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 7px 20px rgba(18, 36, 50, 0.08);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.kwvp-model-badge-featured {
    color: #ffffff;
    border-color: var(--kwvp-orange);
    background: var(--kwvp-orange);
}

.kwvp-model-body {
    padding: 27px 27px 28px;
}

.kwvp-model-name {
      margin: 0;
    color: #222;
    font-size: 18.3px;
    font-weight: 100;
    letter-spacing: 0.1px;
}

.kwvp-model-description {
    min-height: 78px;
    margin: 12px 0 23px;
    color: var(--kwvp-text-soft);
    font-size: 12px;
    line-height: 1.72;
}

.kwvp-spec-list {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.kwvp-spec-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
    font-size: 0.81rem;
    line-height: 1.4;
}

.kwvp-spec-item span {
    color: #7b8790;
}

.kwvp-spec-item strong {
    color: #253846;
    font-weight: 730;
    text-align: right;
}

.kwvp-model-link {
    display: flex;
    min-height: 47px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #dce3e7;
    border-radius: 9px;
    color: #203542;
    background: #ffffff;
    font-size: 0.88rem;
    font-weight: 780;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.kwvp-model-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.kwvp-placeholder-note {
    margin: 28px 0 0;
    color: #8b959d;
    font-size: 0.75rem;
    line-height: 1.6;
}


/* Recommendation highlight added by scoped JS */
.kwvp-model-card.kwvp-is-recommended {
    border-color: rgba(255, 107, 34, 0.78);
    box-shadow:
        0 24px 60px rgba(255, 107, 34, 0.18),
        0 0 0 3px rgba(255, 107, 34, 0.08);
    transform: translateY(-7px);
}

.kwvp-model-card.kwvp-is-recommended::after {
    transform: scaleX(1);
}


/* =========================================================
   COMPARISON
   ========================================================= */

.kwvp-comparison {
    padding: 105px 0;
    color: #ffffff;
    background:
        linear-gradient(
            125deg,
            #07111a,
            #0b1c29 55%,
            #0b1721
        );
}

.kwvp-comparison-heading {
    max-width: 780px;
    margin-bottom: 40px;
}

.kwvp-comparison .kwvp-section-title {
    color: #ffffff;
}

.kwvp-comparison .kwvp-section-description {
    color: #aebdc7;
}

.kwvp-table-shell {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--kwvp-radius-md);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.kwvp-table-scroll {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #355164 #0c1a25;
}

.kwvp-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.kwvp-table-scroll::-webkit-scrollbar-track {
    background: #0c1a25;
}

.kwvp-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #355164;
}

.kwvp-comparison-table {
    width: 100%;
    min-width: 930px;
    border-collapse: collapse;
    table-layout: auto;
}

.kwvp-comparison-table th,
.kwvp-comparison-table td {
    padding: 20px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    text-align: left;
    vertical-align: middle;
}

.kwvp-comparison-table thead th {
    color: #8ecff0;
    background: rgba(36, 169, 232, 0.055);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.kwvp-comparison-table tbody th {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 750;
    white-space: nowrap;
}

.kwvp-comparison-table tbody td {
    color: #b8c5ce;
    font-size: 0.86rem;
    line-height: 1.45;
}

.kwvp-comparison-table tbody tr {
    transition: background-color 0.22s ease;
}

.kwvp-table-model-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--kwvp-blue);
    box-shadow: 0 0 12px rgba(36, 169, 232, 0.5);
}

.kwvp-table-model-dot-plus {
    background: var(--kwvp-orange);
    box-shadow: 0 0 12px rgba(255, 107, 34, 0.6);
}

.kwvp-table-mobile-hint {
    display: none;
    margin: 0;
    padding: 12px 16px;
    color: #8da3b1;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.72rem;
    text-align: center;
}


/* =========================================================
   MODEL SELECTOR
   ========================================================= */

.kwvp-selector {
    padding: 110px 0;
    background: #ffffff;
}

.kwvp-selector-heading {
    max-width: 830px;
    margin: 0 auto 50px;
    text-align: center;
}

.kwvp-selector-heading .kwvp-section-description {
    margin-left: auto;
    margin-right: auto;
}

.kwvp-selector-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.kwvp-selector-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 30px 25px 27px;
    border: 1px solid #e2e8ec;
    border-radius: 17px;
    background: #f8fafb;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.kwvp-selector-card::before {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(36, 169, 232, 0.1);
    border-radius: 50%;
    content: "";
}

.kwvp-selector-card-dark {
    color: #ffffff;
    border-color: #102b3c;
    background:
        linear-gradient(
            145deg,
            #0b1b28,
            #102b3c
        );
    box-shadow: 0 22px 45px rgba(8, 27, 40, 0.16);
}

.kwvp-selector-number {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(27, 45, 58, 0.09);
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
}

.kwvp-selector-card-dark .kwvp-selector-number {
    color: rgba(255, 255, 255, 0.07);
}

.kwvp-selector-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 107, 34, 0.14);
    border-radius: 12px;
    color: var(--kwvp-orange);
    background: rgba(255, 107, 34, 0.075);
}

.kwvp-selector-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kwvp-selector-name {
    margin: 0;
    color: #1c2e3a;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3;
}

.kwvp-selector-card-dark .kwvp-selector-name {
    color: #ffffff;
}

.kwvp-selector-description {
    min-height: 68px;
    margin: 11px 0 19px;
    color: #71808a;
    font-size: 0.86rem;
    line-height: 1.65;
}

.kwvp-selector-card-dark .kwvp-selector-description {
    color: #9eb0bb;
}

.kwvp-selector-models {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
}

.kwvp-selector-models span {
    padding: 6px 9px;
    border: 1px solid #dce4e9;
    border-radius: 999px;
    color: #536572;
    background: #ffffff;
    font-size: 0.69rem;
    font-weight: 700;
}

.kwvp-selector-card-dark .kwvp-selector-models span {
    color: #bcd4e1;
    border-color: rgba(121, 212, 255, 0.18);
    background: rgba(36, 169, 232, 0.08);
}

.kwvp-selector-link {
    display: inline-flex;
    width: 100%;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border: 0;
    border-radius: 8px;
    color: #244252;
    background: #eaf0f3;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 760;
    cursor: pointer;
    text-align: left;
    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.kwvp-selector-card-dark .kwvp-selector-link {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
}

.kwvp-selector-link svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.kwvp-benefits {
    padding: 46px 0;
    background: #f4f7f9;
}

.kwvp-benefits-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.kwvp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kwvp-benefit-card {
    padding: 30px 27px;
    border: 1px solid #e0e6ea;
    border-radius: 15px;
    background: #ffffff;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.kwvp-benefit-icon {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 11px;
    color: var(--kwvp-blue);
    background:
        linear-gradient(
            145deg,
            rgba(36, 169, 232, 0.12),
            rgba(36, 169, 232, 0.04)
        );
}

.kwvp-benefit-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kwvp-benefit-name {
       margin: 0;
    color: #1c2e3a;
    font-size: 1.24rem;
    font-weight: 100;
    line-height: 1.4;
}

.kwvp-benefit-text {
    margin: 11px 0 0;
    color: #75828b;
    font-size: 0.86rem;
    line-height: 1.68;
}


/* =========================================================
   APPLICATIONS
   ========================================================= */

.kwvp-applications {
    padding: 110px 0;
    background: #ffffff;
}

.kwvp-applications-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.kwvp-application-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #e2e7eb;
    border-radius: var(--kwvp-radius-md);
    background: #e2e7eb;
}

.kwvp-application-card {
    position: relative;
    min-height: 220px;
    padding: 31px 28px;
    background: #ffffff;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.kwvp-application-icon {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    border-radius: 10px;
    color: var(--kwvp-orange);
    background: #fff2ec;
}

.kwvp-application-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kwvp-application-name {
        margin: 0;
    color: #1b2f3b;
    font-size: 1.44rem;
    font-weight: 100;
}

.kwvp-application-text {
    margin: 11px 0 0;
    color: #74818a;
    font-size: 0.86rem;
    line-height: 1.68;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.kwvp-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 43px 0;
    color: #ffffff;
    background:
        linear-gradient(
            120deg,
            #07121c 0%,
            #0c2434 55%,
            #0a1925 100%
        );
}

.kwvp-final-cta-grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
}

.kwvp-final-cta-glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(20px);
}

.kwvp-final-cta-glow-one {
    top: -190px;
    right: 12%;
    width: 390px;
    height: 390px;
    background: rgba(36, 169, 232, 0.14);
}

.kwvp-final-cta-glow-two {
    bottom: -210px;
    left: 18%;
    width: 390px;
    height: 390px;
    background: rgba(255, 107, 34, 0.11);
}

.kwvp-final-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.kwvp-final-cta-copy {
    max-width: 720px;
}

.kwvp-final-cta-kicker {
    display: inline-block;
    margin-bottom: 13px;
    color: #7ed5ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.kwvp-final-cta-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.kwvp-final-cta-text {
    max-width: 670px;
    margin: 20px 0 0;
    color: #abbcc7;
    font-size: 1rem;
    line-height: 1.75;
}

.kwvp-final-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 11px;
    min-width: 190px;
}


/* =========================================================
   INTERACTION STATES
   ========================================================= */

@media (hover: hover) and (pointer: fine) {
    .kwvp-button:hover {
        transform: translateY(-2px);
    }

    .kwvp-button-primary:hover {
        box-shadow: 0 16px 35px rgba(255, 107, 34, 0.34);
    }

    .kwvp-button-secondary:hover {
        border-color: rgba(255, 255, 255, 0.42);
        background: rgba(255, 255, 255, 0.1);
    }

    .kwvp-button-light:hover {
        color: #ffffff;
        border-color: var(--kwvp-blue);
        background: var(--kwvp-blue);
    }

    .kwvp-button:hover .kwvp-button-icon {
        transform: translateX(3px);
    }

    .kwvp-model-card:hover {
        border-color: rgba(36, 169, 232, 0.38);
        box-shadow: var(--kwvp-shadow-hover);
        transform: translateY(-8px);
    }

    .kwvp-model-card:hover::after {
        transform: scaleX(1);
    }

    .kwvp-model-card:hover .kwvp-model-image {
        transform: scale(1.055);
    }

    .kwvp-model-card:hover .kwvp-model-link {
        color: #ffffff;
        border-color: #16394d;
        background: #16394d;
        box-shadow: 0 10px 24px rgba(13, 42, 59, 0.14);
    }

    .kwvp-model-card:hover .kwvp-model-link svg {
        transform: translateX(3px);
    }

    .kwvp-comparison-table tbody tr:hover {
        background: rgba(255, 255, 255, 0.035);
    }

    .kwvp-selector-card:hover {
        border-color: rgba(36, 169, 232, 0.3);
        box-shadow: 0 20px 45px rgba(14, 37, 52, 0.09);
        transform: translateY(-5px);
    }

    .kwvp-selector-link:hover {
        color: #ffffff;
        background: #173e53;
    }

    .kwvp-selector-card-dark .kwvp-selector-link:hover {
        background: var(--kwvp-orange);
    }

    .kwvp-selector-link:hover svg {
        transform: translateX(3px);
    }

    .kwvp-benefit-card:hover {
        border-color: rgba(36, 169, 232, 0.24);
        box-shadow: 0 18px 40px rgba(20, 42, 57, 0.08);
        transform: translateY(-4px);
    }

    .kwvp-application-card:hover {
        background: #f8fbfd;
    }
}


/* =========================================================
   SCROLL REVEAL
   Only activated when JS adds .kwvp-js-enabled
   ========================================================= */

.kwvp-series-shell.kwvp-js-enabled .kwvp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
        transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.kwvp-series-shell.kwvp-js-enabled .kwvp-reveal.kwvp-is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes kwvp-machine-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes kwvp-slow-spin {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   RESPONSIVE — LARGE TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1100px) {
    .kwvp-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
        gap: 36px;
    }

    .kwvp-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kwvp-selector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 860px) {
    .kwvp-section-width {
        width: min(100% - 40px, 760px);
    }

    .kwvp-hero {
        min-height: auto;
    }

    .kwvp-hero-inner {
        width: min(100% - 40px, 760px);
        min-height: auto;
        padding: 74px 0 65px;
        grid-template-columns: 1fr;
    }

    .kwvp-hero-copy {
        max-width: 700px;
    }

    .kwvp-hero-visual {
        width: min(620px, 100%);
        margin: 5px auto 0;
    }

    .kwvp-hero-machine-frame {
        min-height: 440px;
    }

    .kwvp-hero-machine-image {
        max-height: 420px;
    }

    .kwvp-floating-spec-one {
        left: 1%;
    }

    .kwvp-floating-spec-two {
        right: 1%;
    }

    .kwvp-section-heading {
        align-items: flex-start;
    }

    .kwvp-benefit-grid,
    .kwvp-application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kwvp-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .kwvp-final-cta-actions {
        width: 100%;
        max-width: 390px;
        flex-direction: row;
    }

    .kwvp-final-cta-actions .kwvp-button {
        flex: 1 1 0;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 640px) {
    .kwvp-section-width {
        width: calc(100% - 32px);
    }

    .kwvp-hero-inner {
        width: calc(100% - 32px);
        padding: 60px 0 48px;
        gap: 26px;
    }

    .kwvp-hero-title {
        font-size: clamp(2.35rem, 11vw, 3.4rem);
    }

    .kwvp-hero-description {
        margin-top: 21px;
        line-height: 1.72;
    }

    .kwvp-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 27px;
    }

    .kwvp-button {
        width: 100%;
        min-height: 53px;
    }

    .kwvp-hero-points {
        display: grid;
        gap: 12px;
        margin-top: 30px;
    }

    .kwvp-hero-machine-frame {
        min-height: 335px;
    }

    .kwvp-hero-machine-image {
        height: 310px;
    }

    .kwvp-hero-machine-label {
        display: none;
    }

    .kwvp-floating-spec {
        min-width: 0;
        max-width: 145px;
        padding: 10px 12px;
    }

    .kwvp-floating-spec strong {
        font-size: 0.72rem;
    }

    .kwvp-floating-spec-label {
        font-size: 0.58rem;
    }

    .kwvp-floating-spec-one {
        top: 8%;
        left: 0;
    }

    .kwvp-floating-spec-two {
        right: 0;
        bottom: 6%;
    }

    .kwvp-series-intro,
    .kwvp-models-section,
    .kwvp-comparison,
    .kwvp-selector,
    .kwvp-benefits,
    .kwvp-applications {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .kwvp-section-title {
        font-size: clamp(1.9rem, 8.5vw, 2.55rem);
    }

    .kwvp-section-heading {
        display: block;
        margin-bottom: 34px;
    }

    .kwvp-section-heading-mark {
        display: none;
    }

    .kwvp-model-grid,
    .kwvp-selector-grid,
    .kwvp-benefit-grid,
    .kwvp-application-grid {
        grid-template-columns: 1fr;
    }

    .kwvp-model-grid {
        gap: 20px;
    }

    .kwvp-model-image-wrap {
        min-height: 260px;
        padding: 25px;
    }

    .kwvp-model-image {
        height: 215px;
    }

    .kwvp-model-body {
        padding: 23px 21px 24px;
    }

    .kwvp-model-description {
        min-height: 0;
    }

    .kwvp-table-mobile-hint {
        display: block;
    }

    .kwvp-selector-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .kwvp-selector-heading .kwvp-section-description {
        margin-left: 0;
        margin-right: 0;
    }

    .kwvp-selector-description {
        min-height: 0;
    }

    .kwvp-benefits-heading {
        margin-bottom: 34px;
    }

    .kwvp-application-grid {
        gap: 1px;
    }

    .kwvp-application-card {
        min-height: 0;
    }

    .kwvp-final-cta {
        padding: 70px 0;
    }

    .kwvp-final-cta-inner {
        width: calc(100% - 32px);
        gap: 31px;
    }

    .kwvp-final-cta-actions {
        display: grid;
        max-width: none;
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE — VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
    .kwvp-hero-title {
        font-size: 2.22rem;
    }

    .kwvp-model-image-wrap {
        min-height: 235px;
    }

    .kwvp-model-image {
        height: 190px;
    }

    .kwvp-spec-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .kwvp-spec-item strong {
        text-align: left;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .kwvp-series-shell.kwvp-js-enabled .kwvp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .kwvp-hero-machine-image,
    .kwvp-hero-machine-frame::after {
        animation: none;
    }

    .kwvp-button,
    .kwvp-button-icon,
    .kwvp-model-card,
    .kwvp-model-card::after,
    .kwvp-model-image,
    .kwvp-model-link,
    .kwvp-model-link svg,
    .kwvp-selector-card,
    .kwvp-selector-link,
    .kwvp-selector-link svg,
    .kwvp-benefit-card,
    .kwvp-application-card {
        transition: none;
    }
}