.vnc-so-configurator,
.vnc-so-service-area {
    --vnc-navy: #333e48;
    --vnc-muted: #6b7886;
    --vnc-line: #dfe4e8;
    --vnc-soft: #f6f8fa;
    --vnc-yellow: #fed700;
    --vnc-green: #17824b;
    --vnc-green-soft: #edf9f2;
    color: var(--vnc-navy);
    font-family: inherit;
}

/* Reusable product short-description and long-description template. */
.vnc-product-short,
.vnc-product-story {
    --vnc-story-navy: #111820;
    --vnc-story-yellow: #fed700;
    --vnc-story-green: #17824b;
    --vnc-story-muted: #202832;
    --vnc-story-line: #dfe4e8;
    --vnc-story-soft: #f5f7f9;
    box-sizing: border-box;
    color: var(--vnc-story-navy);
    font-family: inherit;
}

/* Electro repeats the filtered product content inside its specification tab. */
#tab-specification .vnc-auto-story {
    display: none !important;
}

.vnc-product-short *,
.vnc-product-story * {
    box-sizing: border-box;
}

.vnc-product-short {
    margin: 0.8rem 0 1rem;
}

.vnc-product-short .vnc-short-lead {
    margin: 0 0 0.75rem;
    color: var(--vnc-story-navy);
    font-size: 1rem;
    line-height: 1.62;
}

.vnc-short-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.vnc-short-grid > div {
    position: relative;
    min-height: 98px;
    padding: 0.75rem 0.7rem 0.7rem 3.25rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 12px;
    background: #fff;
}

.vnc-short-grid > div:nth-child(2),
.vnc-short-grid > div:nth-child(4) {
    background: #fff9d4;
    border-color: rgba(254, 215, 0, 0.75);
}

.vnc-short-grid > div > span {
    position: absolute;
    top: 0.72rem;
    left: 0.65rem;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--vnc-story-navy);
    color: var(--vnc-story-yellow);
    font-size: 0.59rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.vnc-short-grid strong,
.vnc-short-grid small {
    display: block;
}

.vnc-short-grid strong {
    color: var(--vnc-story-navy);
    font-size: 0.86rem;
    line-height: 1.3;
}

.vnc-short-grid small {
    margin-top: 0.18rem;
    color: var(--vnc-story-muted);
    font-size: 0.74rem;
    line-height: 1.45;
}

.vnc-product-short .vnc-short-note {
    margin: 0.7rem 0 0;
    padding: 0.7rem 0.8rem;
    border-left: 4px solid var(--vnc-story-yellow);
    border-radius: 0 9px 9px 0;
    background: var(--vnc-story-soft);
    color: #171d22;
    font-size: 0.84rem;
    line-height: 1.55;
}

.vnc-product-story {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.vnc-auto-story .vnc-auto-original-content {
    margin: 1rem 0;
    padding: 2rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 18px;
    background: #fff;
}

.vnc-auto-story .vnc-story-detail-section .vnc-auto-original-content {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.vnc-auto-story .vnc-auto-original-content,
.vnc-auto-story .vnc-auto-original-content p,
.vnc-auto-story .vnc-auto-original-content li,
.vnc-auto-story .vnc-auto-original-content span {
    color: #111820 !important;
    font-size: 1rem;
    line-height: 1.7;
}

.vnc-auto-story .vnc-auto-original-content h2,
.vnc-auto-story .vnc-auto-original-content h3,
.vnc-auto-story .vnc-auto-original-content h4,
.vnc-auto-story .vnc-auto-original-content strong {
    color: #05090d !important;
}

.vnc-auto-story .vnc-auto-original-content h2 {
    margin: 1.35rem 0 0.65rem;
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    line-height: 1.25;
}

.vnc-auto-story .vnc-auto-original-content h3 {
    margin: 1.15rem 0 0.55rem;
    font-size: clamp(1.15rem, 2.3vw, 1.5rem);
    line-height: 1.3;
}

.vnc-auto-story .vnc-auto-original-content img {
    overflow: hidden;
    margin: 1rem auto;
    border-radius: 16px;
}

.vnc-auto-story .vnc-auto-original-content ul,
.vnc-auto-story .vnc-auto-original-content ol {
    margin: 0.75rem 0 1rem;
    padding-left: 1.35rem;
}

.vnc-product-story h2,
.vnc-product-story h3,
.vnc-product-story p,
.vnc-product-story figure,
.vnc-product-story ul {
    margin-top: 0;
}

.vnc-story-hero {
    position: relative;
    overflow: hidden;
    padding: 2.6rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #26313a 0%, #3d4b57 100%);
    color: #fff;
}

.vnc-story-hero::after {
    position: absolute;
    top: -70px;
    right: -55px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(254, 215, 0, 0.18);
    border-radius: 50%;
    content: "";
}

.vnc-story-eyebrow {
    margin-bottom: 0.45rem;
    color: var(--vnc-story-green);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vnc-story-hero .vnc-story-eyebrow {
    color: var(--vnc-story-yellow);
}

.vnc-story-hero h2 {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-bottom: 0.7rem;
    color: #fff;
    font-size: clamp(1.7rem, 3.6vw, 2.55rem);
    line-height: 1.12;
}

.vnc-story-hero > p:not(.vnc-story-eyebrow) {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin-bottom: 1.4rem;
    color: #f5f7f8;
    font-size: 1.04rem;
    line-height: 1.65;
}

.vnc-story-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.vnc-story-stats > div {
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.vnc-story-stats strong,
.vnc-story-stats span {
    display: block;
}

.vnc-story-stats strong {
    color: var(--vnc-story-yellow);
    font-size: 1.28rem;
    line-height: 1.1;
}

.vnc-story-stats span {
    margin-top: 0.2rem;
    color: #f5f7f8;
    font-size: 0.74rem;
    line-height: 1.3;
}

.vnc-story-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 1rem 0;
}

.vnc-story-image-grid figure {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid var(--vnc-story-line);
    border-radius: 16px;
    background: #fff;
}

.vnc-product-story img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
}

.vnc-story-image-grid figcaption {
    padding: 0.7rem 0.8rem;
    color: var(--vnc-story-navy);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.vnc-story-section {
    margin: 1rem 0;
    padding: 2rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 18px;
    background: #fff;
}

.vnc-story-section-heading {
    max-width: 760px;
    margin-bottom: 1.2rem;
}

.vnc-story-section-heading h2,
.vnc-story-package-copy h2 {
    margin-bottom: 0.45rem;
    color: var(--vnc-story-navy);
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    line-height: 1.2;
}

.vnc-story-section-heading > p:last-child {
    margin-bottom: 0;
    color: var(--vnc-story-muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

.vnc-story-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.vnc-story-feature-grid article {
    position: relative;
    min-height: 150px;
    padding: 1rem 1rem 1rem 3.7rem;
    border-radius: 13px;
    background: var(--vnc-story-soft);
}

.vnc-story-feature-grid article > span,
.vnc-story-steps article > span {
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--vnc-story-yellow);
    color: var(--vnc-story-navy);
    font-weight: 900;
}

.vnc-story-feature-grid article > span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
}

.vnc-story-feature-grid h3,
.vnc-story-steps h3 {
    margin-bottom: 0.35rem;
    color: var(--vnc-story-navy);
    font-size: 1.06rem;
}

.vnc-story-feature-grid p,
.vnc-story-steps p {
    margin-bottom: 0;
    color: var(--vnc-story-muted);
    font-size: 0.88rem;
    line-height: 1.58;
}

.vnc-story-why-section {
    border-color: rgba(254, 215, 0, 0.7);
    background: linear-gradient(145deg, #fffdf1 0%, #fff 62%);
}

.vnc-story-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.vnc-story-why-grid article {
    display: flex;
    gap: 0.75rem;
    min-height: 132px;
    padding: 1rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 13px;
    background: #fff;
}

.vnc-story-why-grid article > .vnc-story-why-icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--vnc-story-yellow);
    color: var(--vnc-story-navy);
    font-size: 0.9rem;
    font-weight: 900;
}

.vnc-story-why-grid h3 {
    margin-bottom: 0.3rem;
    color: var(--vnc-story-navy);
    font-size: 1.04rem;
}

.vnc-story-why-grid p {
    margin-bottom: 0;
    color: var(--vnc-story-muted);
    font-size: 0.88rem;
    line-height: 1.58;
}

.vnc-story-why-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(205px, auto);
    gap: 1rem;
    align-items: center;
    margin-top: 0.9rem;
    padding: 1.05rem 1.1rem;
    border-radius: 13px;
    background: var(--vnc-story-navy);
    color: #fff;
}

.vnc-story-why-copy strong,
.vnc-story-why-copy span,
.vnc-story-why-summary > strong,
.vnc-story-why-summary > span {
    display: block;
}

.vnc-story-why-copy strong,
.vnc-story-why-summary > strong {
    color: var(--vnc-story-yellow);
    font-size: 1.05rem;
    line-height: 1.3;
}

.vnc-story-why-copy span,
.vnc-story-why-summary > span {
    margin-top: 0.25rem;
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.55;
}

.vnc-story-why-phone {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0 0.65rem;
    align-items: center;
    min-width: 205px;
    padding: 0.75rem 0.9rem;
    border: 2px solid #fff;
    border-radius: 12px;
    background: var(--vnc-story-yellow);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    color: var(--vnc-story-navy) !important;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vnc-story-why-phone:hover,
.vnc-story-why-phone:focus {
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.26);
    color: var(--vnc-story-navy) !important;
    transform: translateY(-1px);
}

.vnc-story-why-phone .vnc-story-phone-icon {
    grid-row: 1 / 3;
    color: var(--vnc-story-navy);
    font-size: 1.65rem;
    line-height: 1;
}

.vnc-story-why-phone small,
.vnc-story-why-phone b {
    display: block;
    color: var(--vnc-story-navy);
}

.vnc-story-why-phone small {
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.vnc-story-why-phone b {
    margin-top: 0.08rem;
    font-size: 1.12rem;
    font-weight: 950;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.vnc-story-tab-note {
    margin: 0.8rem 0 0;
    color: var(--vnc-story-navy);
    font-size: 0.86rem;
    line-height: 1.5;
}

.vnc-story-spec-table {
    overflow: hidden;
    border: 1px solid var(--vnc-story-line);
    border-radius: 13px;
    background: #fff;
}

.vnc-story-spec-table > div {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
    gap: 1rem;
    padding: 0.72rem 0.9rem;
    border-bottom: 1px solid var(--vnc-story-line);
}

.vnc-story-spec-table > div:last-child {
    border-bottom: 0;
}

.vnc-story-spec-table span {
    color: var(--vnc-story-muted);
    font-size: 0.84rem;
}

.vnc-story-spec-table strong {
    color: var(--vnc-story-navy);
    font-size: 0.86rem;
    text-align: right;
}

.vnc-story-use-section {
    background: #fff9d4;
    border-color: rgba(254, 215, 0, 0.75);
}

.vnc-story-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.vnc-story-chips span {
    padding: 0.52rem 0.8rem;
    border: 1px solid rgba(51, 62, 72, 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--vnc-story-navy);
    font-size: 0.82rem;
    font-weight: 800;
}

.vnc-story-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.vnc-story-steps article {
    padding: 1rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 13px;
    background: #fff;
}

.vnc-story-steps article > span {
    width: 32px;
    height: 32px;
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
}

.vnc-story-support {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.15rem 1rem;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: var(--vnc-story-navy);
    color: #fff;
}

.vnc-story-support strong,
.vnc-story-support span {
    display: block;
}

.vnc-story-support strong {
    font-size: 0.94rem;
}

.vnc-story-support span {
    grid-column: 1;
    color: #fff;
    font-size: 0.82rem;
}

.vnc-story-support a {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    padding: 0.62rem 0.8rem;
    border-radius: 9px;
    background: var(--vnc-story-yellow);
    color: var(--vnc-story-navy) !important;
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none !important;
}

.vnc-story-wide-visual {
    overflow: hidden;
    margin: 1rem 0;
    border: 1px solid var(--vnc-story-line);
    border-radius: 18px;
}

.vnc-story-package-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
    gap: 1.4rem;
    align-items: center;
}

.vnc-story-package-section.is-text-only {
    grid-template-columns: 1fr;
}

.vnc-story-package-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vnc-story-package-copy li {
    position: relative;
    margin: 0.38rem 0;
    padding-left: 1.35rem;
    color: var(--vnc-story-muted);
    font-size: 0.9rem;
}

.vnc-story-package-copy li::before {
    position: absolute;
    top: 0.12rem;
    left: 0;
    color: var(--vnc-story-green);
    content: "✓";
    font-weight: 900;
}

.vnc-story-package-section > img {
    border-radius: 13px;
}

.vnc-story-faq details {
    margin-top: 0.6rem;
    border: 1px solid var(--vnc-story-line);
    border-radius: 11px;
    background: #fff;
}

.vnc-story-faq summary {
    padding: 0.8rem 2.4rem 0.8rem 0.9rem;
    color: var(--vnc-story-navy);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 800;
}

.vnc-story-faq details p {
    margin: 0;
    padding: 0 0.9rem 0.9rem;
    color: var(--vnc-story-muted);
    font-size: 0.86rem;
    line-height: 1.62;
}

.vnc-story-declaration {
    background: var(--vnc-story-soft);
}

@media (max-width: 767px) {
    .vnc-product-short .vnc-short-lead {
        font-size: 0.96rem;
    }

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

    .vnc-short-grid > div {
        min-height: 124px;
        padding: 3.25rem 0.55rem 0.65rem;
        text-align: center;
    }

    .vnc-short-grid > div > span {
        top: 0.65rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .vnc-story-hero,
    .vnc-story-section {
        padding: 1.25rem;
        border-radius: 15px;
    }

    .vnc-auto-story .vnc-auto-original-content {
        padding: 1.15rem;
        border-radius: 15px;
    }

    .vnc-auto-story .vnc-auto-original-content,
    .vnc-auto-story .vnc-auto-original-content p,
    .vnc-auto-story .vnc-auto-original-content li,
    .vnc-auto-story .vnc-auto-original-content span {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .vnc-story-stats,
    .vnc-story-feature-grid,
    .vnc-story-why-grid,
    .vnc-story-steps,
    .vnc-story-package-section,
    .vnc-story-image-grid {
        grid-template-columns: 1fr;
    }

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

    .vnc-story-why-summary {
        grid-template-columns: 1fr;
    }

    .vnc-story-why-phone {
        width: 100%;
        justify-content: center;
    }

    .vnc-story-spec-table > div {
        grid-template-columns: 1fr;
        gap: 0.18rem;
    }

    .vnc-story-spec-table strong {
        text-align: left;
    }

    .vnc-story-support {
        grid-template-columns: 1fr;
    }

    .vnc-story-support span,
    .vnc-story-support a {
        grid-column: 1;
        grid-row: auto;
    }

    .vnc-story-support a {
        margin-top: 0.65rem;
        text-align: center;
    }
}

.vnc-smart-offer-product .summary form.cart > .quantity {
    display: none !important;
}

.vnc-so-configurator {
    margin: 1.35rem 0 1rem;
    padding: 1.15rem;
    border: 1px solid var(--vnc-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(51, 62, 72, 0.07);
}

.vnc-so-heading-row,
.vnc-so-section-heading,
.vnc-so-fulfillment-top,
.vnc-so-shipping-highlight,
.vnc-so-trust-card,
.vnc-so-personalized {
    display: flex;
    align-items: center;
}

.vnc-so-heading-row {
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.vnc-so-heading-row h3,
.vnc-so-section-heading strong {
    margin: 0;
    color: var(--vnc-navy);
}

.vnc-so-heading-row h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}

.vnc-so-eyebrow {
    margin: 0 0 0.15rem;
    color: var(--vnc-green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vnc-so-safe-badge {
    max-width: 165px;
    padding: 0.42rem 0.65rem;
    border-radius: 999px;
    background: var(--vnc-green-soft);
    color: var(--vnc-green);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.vnc-so-quantity-picker {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 0;
    overflow: hidden;
    border: 2px solid var(--vnc-yellow);
    border-radius: 15px;
    background: linear-gradient(135deg, #fff 0%, #fff8ca 100%);
    box-shadow: 0 8px 20px rgba(51, 62, 72, 0.08);
}

.vnc-so-pricing-rule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0.85rem;
    background: #fff;
}

.vnc-so-pricing-rule > div {
    position: relative;
    display: flex;
    min-height: 106px;
    flex-direction: column;
    justify-content: center;
    padding: 0.8rem;
    border: 0;
    border-radius: 12px;
}

.vnc-so-pricing-rule > div.is-regular {
    border-color: var(--vnc-navy);
    background: var(--vnc-navy);
    color: #fff;
}

.vnc-so-pricing-rule > div.is-discounted {
    background: var(--vnc-yellow);
    color: var(--vnc-navy);
}

.vnc-so-pricing-rule span,
.vnc-so-pricing-rule small {
    display: block;
    color: var(--vnc-muted);
    font-size: 0.7rem;
    line-height: 1.25;
}

.vnc-so-pricing-rule span {
    font-weight: 700;
}

.vnc-so-pricing-rule strong {
    margin: 0.22rem 0;
    color: var(--vnc-navy);
    font-size: 1.18rem;
    line-height: 1.1;
}

.vnc-so-pricing-rule .is-regular span:not(.vnc-so-price-step),
.vnc-so-pricing-rule .is-regular small {
    color: #dce3e8;
}

.vnc-so-pricing-rule .is-regular strong {
    color: var(--vnc-yellow);
}

.vnc-so-pricing-rule .is-discounted span:not(.vnc-so-price-step),
.vnc-so-pricing-rule .is-discounted small {
    color: #434b53;
}

.vnc-so-pricing-rule .is-discounted strong {
    color: var(--vnc-navy);
}

.vnc-so-pricing-rule span.vnc-so-price-step {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: var(--vnc-yellow);
    color: var(--vnc-navy);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
}

.vnc-so-pricing-rule > div > span:not(.vnc-so-price-step) {
    padding-right: 1.7rem;
}

.vnc-so-pricing-rule .is-discounted span.vnc-so-price-step {
    background: var(--vnc-navy);
    color: #fff;
}

.vnc-so-qty-controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.85rem;
    background: linear-gradient(135deg, #fff 0%, #fff8ca 100%);
}

.vnc-so-qty-controls > strong {
    margin-bottom: 0.45rem;
    color: var(--vnc-navy);
    font-size: 0.8rem;
}

.vnc-so-stepper {
    display: grid;
    grid-template-columns: 44px minmax(58px, 1fr) 44px;
    overflow: hidden;
    border: 1px solid #cbd3da;
    border-radius: 11px;
    background: #fff;
}

.vnc-so-configurator .vnc-so-stepper button,
.vnc-so-configurator .vnc-so-quick-qty {
    min-height: 42px;
    margin: 0;
    border: 0;
    background: #fff !important;
    color: var(--vnc-navy) !important;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.vnc-so-configurator .vnc-so-stepper button {
    padding: 0;
    font-size: 1.25rem;
}

.vnc-so-configurator .vnc-so-stepper button:first-child {
    border-right: 1px solid var(--vnc-line);
}

.vnc-so-configurator .vnc-so-stepper button:last-child {
    border-left: 1px solid var(--vnc-line);
}

.vnc-so-qty-input {
    width: 100% !important;
    min-width: 0;
    height: 42px;
    margin: 0 !important;
    padding: 0 0.25rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--vnc-navy) !important;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    box-shadow: none !important;
    appearance: textfield;
}

.vnc-so-qty-input::-webkit-inner-spin-button,
.vnc-so-qty-input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.vnc-so-quick-choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.45rem;
}

.vnc-so-configurator .vnc-so-quick-qty {
    min-height: 34px;
    padding: 0.25rem;
    border: 1px solid var(--vnc-line);
    border-radius: 8px;
    font-size: 0.75rem;
}

.vnc-so-configurator .vnc-so-quick-qty.is-active {
    border-color: var(--vnc-navy);
    background: var(--vnc-navy) !important;
    color: #fff !important;
}

.vnc-so-configurator .vnc-so-stepper button:hover,
.vnc-so-configurator .vnc-so-stepper button:focus-visible,
.vnc-so-configurator .vnc-so-quick-qty:hover,
.vnc-so-configurator .vnc-so-quick-qty:focus-visible {
    background: #edf1f4 !important;
    outline: 2px solid var(--vnc-yellow);
    outline-offset: -2px;
}

.vnc-so-configurator button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.vnc-so-qty-help {
    margin-top: 0.38rem;
    color: var(--vnc-muted);
    font-size: 0.66rem;
    line-height: 1.3;
}

.vnc-so-cards {
    margin-top: 0.95rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--vnc-line);
}

.vnc-so-section-heading {
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.vnc-so-section-heading span {
    color: var(--vnc-muted);
    font-size: 0.76rem;
    text-align: right;
}

.vnc-so-card-selects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.vnc-so-card-field {
    width: 100%;
}

.vnc-so-field-label {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--vnc-navy);
    font-size: 0.76rem;
    font-weight: 700;
}

.vnc-so-card-select {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0.55rem 2rem 0.55rem 0.65rem;
    border: 1px solid #cbd3da;
    border-radius: 10px;
    background-color: #fff;
    color: var(--vnc-navy);
    font: inherit;
    font-size: 0.85rem;
}

.vnc-so-breakdown {
    margin-top: 0.9rem;
    overflow: hidden;
    border: 1px solid var(--vnc-line);
    border-radius: 12px;
    background: #fff;
}

.vnc-so-breakdown-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.75rem 0.9rem;
    background: var(--vnc-navy);
    color: #fff;
}

.vnc-so-breakdown-heading > div {
    display: flex;
    flex-direction: column;
}

.vnc-so-breakdown-heading > div > span {
    margin-bottom: 0.1rem;
    color: #dce3e8;
    font-size: 0.7rem;
}

.vnc-so-summary-label {
    color: #fff;
    font-size: 0.84rem;
}

.vnc-so-breakdown-badge {
    padding: 0.3rem 0.5rem;
    border-radius: 999px;
    background: var(--vnc-yellow);
    color: var(--vnc-navy);
    font-size: 0.62rem;
    font-weight: 800;
    white-space: nowrap;
}

.vnc-so-breakdown-lines {
    padding: 0.55rem 0.9rem 0.8rem;
}

.vnc-so-breakdown-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.46rem 0;
    border-bottom: 1px dashed var(--vnc-line);
}

.vnc-so-breakdown-line[hidden] {
    display: none !important;
}

.vnc-so-breakdown-line > span {
    color: var(--vnc-navy);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.vnc-so-breakdown-line small {
    display: block;
    margin-top: 0.08rem;
    color: var(--vnc-muted);
    font-size: 0.66rem;
    font-weight: 500;
}

.vnc-so-breakdown-line > strong {
    color: var(--vnc-navy);
    font-size: 0.79rem;
    white-space: nowrap;
}

.vnc-so-discount-line {
    margin: 0.1rem -0.35rem;
    padding: 0.48rem 0.35rem;
    border-bottom: 0;
    border-radius: 8px;
    background: var(--vnc-green-soft);
}

.vnc-so-discount-line > span,
.vnc-so-discount-line > strong {
    color: var(--vnc-green);
}

.vnc-so-discount-line:not([hidden]) {
    display: flex;
}

.vnc-so-camera-net-line > span,
.vnc-so-camera-net-line > strong {
    font-weight: 800;
}

.vnc-so-card-breakdown .vnc-so-breakdown-line:last-child {
    border-bottom: 1px dashed var(--vnc-line);
}

.vnc-so-card-breakdown .vnc-so-breakdown-line > span {
    color: #4f6170;
}

.vnc-so-grand-total-line {
    margin-top: 0.45rem;
    padding: 0.75rem 0.8rem;
    border: 0;
    border-radius: 9px;
    background: #fff7bf;
}

.vnc-so-grand-total-line > span {
    font-size: 0.84rem;
    font-weight: 900;
}

.vnc-so-total {
    color: var(--vnc-navy);
    font-size: 1.22rem !important;
    white-space: nowrap;
}

.vnc-so-condition {
    margin: 0.65rem 0 0;
    color: var(--vnc-muted);
    font-size: 0.72rem;
    line-height: 1.45;
}

.vnc-so-personalized {
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(254, 215, 0, 0.85);
    border-radius: 12px;
    background: #fff9d9;
    color: var(--vnc-navy);
    text-decoration: none !important;
}

.vnc-so-personalized strong,
.vnc-so-personalized small {
    display: block;
}

.vnc-so-personalized strong {
    color: var(--vnc-navy);
    font-size: 0.86rem;
}

.vnc-so-personalized small {
    margin-top: 0.1rem;
    color: var(--vnc-muted);
    font-size: 0.7rem;
    line-height: 1.35;
}

.vnc-so-service-area {
    clear: both;
    margin: 1.1rem 0 1.5rem;
}

.vnc-so-shipping-highlight {
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d7eade;
    border-radius: 14px;
    background: var(--vnc-green-soft);
}

.vnc-so-shipping-highlight strong,
.vnc-so-shipping-highlight div > span,
.vnc-so-fulfillment strong,
.vnc-so-fulfillment .vnc-so-dispatch-copy,
.vnc-so-fulfillment .vnc-so-timer-value,
.vnc-so-trust-card small,
.vnc-so-trust-card strong,
.vnc-so-trust-card em {
    display: block;
}

.vnc-so-shipping-highlight strong {
    color: var(--vnc-green);
    font-size: 0.92rem;
}

.vnc-so-shipping-highlight div > span {
    margin-top: 0.12rem;
    color: #4f6e5e;
    font-size: 0.76rem;
}

.vnc-so-icon {
    display: inline-flex;
    width: 38px;
    min-width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--vnc-navy);
    line-height: 1;
    box-shadow: 0 3px 10px rgba(51, 62, 72, 0.08);
}

.vnc-so-icon-glyph {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 21px;
    line-height: 1;
    text-align: center;
}

.vnc-so-icon-glyph img.emoji,
.vnc-so-icon-glyph img {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    vertical-align: middle !important;
}

.vnc-so-fulfillment {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem 1rem;
    margin-top: 0.7rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--vnc-line);
    border-radius: 14px;
    background: #fff;
}

.vnc-so-fulfillment-top {
    gap: 0.8rem;
}

.vnc-so-dispatch-title {
    color: var(--vnc-navy);
    font-size: 0.9rem;
}

.vnc-so-dispatch-copy {
    margin-top: 0.12rem;
    color: var(--vnc-muted);
    font-size: 0.75rem;
}

.vnc-so-timer {
    align-self: center;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    background: var(--vnc-navy);
    color: #fff;
    text-align: center;
}

.vnc-so-timer:not([hidden]) {
    display: block;
}

.vnc-so-timer-value {
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.vnc-so-timer small {
    margin-top: 0.05rem;
    color: #dce2e7;
    font-size: 0.62rem;
}

.vnc-so-delivery-date,
.vnc-so-weekend-note {
    grid-column: 1 / -1;
}

.vnc-so-delivery-date {
    margin-top: 0.15rem;
    padding-top: 0.55rem;
    border-top: 1px solid var(--vnc-line);
    color: var(--vnc-green);
    font-size: 0.82rem;
    font-weight: 800;
}

.vnc-so-weekend-note {
    color: var(--vnc-muted);
    font-size: 0.68rem;
}

.vnc-so-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.7rem;
}

.vnc-so-trust-card {
    gap: 0.75rem;
    min-height: 88px;
    padding: 0.85rem;
    border: 1px solid var(--vnc-line);
    border-radius: 14px;
    background: var(--vnc-soft);
    color: var(--vnc-navy);
    text-decoration: none !important;
}

.vnc-so-phone-card {
    border-color: rgba(254, 215, 0, 0.8);
    background: #fff9d9;
}

.vnc-so-trust-card small {
    color: var(--vnc-muted);
    font-size: 0.68rem;
    line-height: 1.3;
}

.vnc-so-trust-card strong {
    margin-top: 0.15rem;
    color: var(--vnc-navy);
    font-size: 0.93rem;
}

.vnc-so-phone-card strong {
    color: #1f5d8d;
    font-size: 1.05rem;
}

.vnc-so-trust-card em {
    margin-top: 0.12rem;
    color: var(--vnc-muted);
    font-size: 0.68rem;
    font-style: normal;
}

@media (max-width: 767px) {
    .vnc-so-configurator {
        margin-top: 1rem;
        padding: 0.9rem;
        border-radius: 15px;
    }

    .vnc-so-heading-row,
    .vnc-so-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .vnc-so-safe-badge {
        max-width: none;
        text-align: left;
    }

    .vnc-so-quantity-picker,
    .vnc-so-card-selects,
    .vnc-so-trust-grid {
        grid-template-columns: 1fr;
    }

    .vnc-so-pricing-rule {
        border-bottom: 1px solid var(--vnc-line);
    }

    .vnc-so-pricing-rule > div {
        min-height: 92px;
    }

    .vnc-so-section-heading span {
        text-align: left;
    }

    .vnc-so-breakdown-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .vnc-so-fulfillment {
        grid-template-columns: 1fr;
    }

    .vnc-so-timer,
    .vnc-so-delivery-date,
    .vnc-so-weekend-note {
        grid-column: 1;
    }

    .vnc-so-timer {
        justify-self: stretch;
    }

    .vnc-so-trust-card {
        min-height: 80px;
    }
}

/* Homepage: modern intent-led hero replacing the legacy slider only. */
.vnc-home-hero-shell {
    --vnc-home-ink: #101820;
    --vnc-home-ink-soft: #24323d;
    --vnc-home-yellow: #fed700;
    --vnc-home-yellow-soft: #fff8cc;
    --vnc-home-paper: #ffffff;
    --vnc-home-line: #dfe5e9;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    margin: 26px auto 30px;
    color: var(--vnc-home-ink);
    font-family: inherit;
}

.vnc-home-hero-shell *,
.vnc-home-hero-shell *::before,
.vnc-home-hero-shell *::after {
    box-sizing: border-box;
}

/* The old slider stays untouched in Elementor and is hidden only when this hero exists. */
.vnc-home-hero-shell ~ .elementor-element-6b39c886 {
    display: none !important;
}

.vnc-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    min-height: 468px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 78% 22%, rgba(254, 215, 0, 0.18), transparent 27%),
        linear-gradient(135deg, #101820 0%, #24323d 100%);
    box-shadow: 0 20px 48px rgba(16, 24, 32, 0.16);
}

.vnc-home-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 46px;
}

.vnc-home-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--vnc-home-yellow);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.vnc-home-eyebrow > span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--vnc-home-yellow);
    color: var(--vnc-home-ink);
    font-size: 0.78rem;
}

.vnc-home-hero h1 {
    max-width: 660px;
    margin: 0 0 15px;
    color: var(--vnc-home-paper) !important;
    font-size: clamp(2.25rem, 4.2vw, 3.35rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.vnc-home-lead {
    max-width: 620px;
    margin: 0 0 23px;
    color: #e1e7eb;
    font-size: 1.02rem;
    line-height: 1.62;
}

.vnc-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 25px;
}

.vnc-home-actions a {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.vnc-home-actions a:hover {
    transform: translateY(-2px);
}

.vnc-home-primary {
    background: var(--vnc-home-yellow);
    color: var(--vnc-home-ink) !important;
}

.vnc-home-secondary {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.07);
    color: var(--vnc-home-paper) !important;
}

.vnc-home-secondary:hover {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.12);
}

.vnc-home-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vnc-home-trust > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.vnc-home-trust-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(254, 215, 0, 0.13);
    font-size: 1rem;
    line-height: 1;
}

.vnc-home-trust strong,
.vnc-home-trust small {
    display: block;
}

.vnc-home-trust strong {
    color: var(--vnc-home-paper);
    font-size: 0.76rem;
    line-height: 1.25;
}

.vnc-home-trust small {
    margin-top: 2px;
    color: #cbd4da;
    font-size: 0.66rem;
    line-height: 1.25;
}

.vnc-home-selector {
    align-self: center;
    margin: 28px 28px 28px 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
    scroll-margin-top: 120px;
}

.vnc-home-selector-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.vnc-home-selector h2 {
    margin: 0 0 4px;
    color: var(--vnc-home-ink) !important;
    font-size: 1.42rem;
    font-weight: 800;
    line-height: 1.2;
}

.vnc-home-selector-heading p {
    margin: 0;
    color: #596974;
    font-size: 0.84rem;
    line-height: 1.45;
}

.vnc-home-selector-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--vnc-home-yellow-soft);
    color: var(--vnc-home-ink);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
}

.vnc-home-options {
    display: grid;
    gap: 9px;
}

.vnc-home-option {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 11px 13px;
    border: 1px solid var(--vnc-home-line);
    border-radius: 13px;
    background: var(--vnc-home-paper);
    color: var(--vnc-home-ink) !important;
    text-decoration: none !important;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vnc-home-option:hover {
    transform: translateY(-2px);
    border-color: var(--vnc-home-yellow);
    box-shadow: 0 9px 18px rgba(16, 24, 32, 0.09);
}

.vnc-home-option-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--vnc-home-ink);
    font-size: 1.1rem;
    line-height: 1;
}

.vnc-home-option span:nth-child(2),
.vnc-home-option strong,
.vnc-home-option small {
    display: block;
    min-width: 0;
}

.vnc-home-option strong {
    color: var(--vnc-home-ink);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.25;
}

.vnc-home-option small {
    margin-top: 3px;
    color: #64737d;
    font-size: 0.7rem;
    line-height: 1.35;
}

.vnc-home-option b {
    color: #7b8891;
    font-size: 1.5rem;
    font-weight: 400;
}

.vnc-home-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--vnc-home-yellow);
    color: var(--vnc-home-ink);
}

.vnc-home-help span,
.vnc-home-help strong,
.vnc-home-help small {
    display: block;
}

.vnc-home-help strong {
    font-size: 0.83rem;
    line-height: 1.2;
}

.vnc-home-help small {
    margin-top: 2px;
    font-size: 0.68rem;
    line-height: 1.25;
}

.vnc-home-help a {
    color: var(--vnc-home-ink) !important;
    font-size: 0.95rem;
    font-weight: 900;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    .vnc-home-hero-shell {
        padding: 0 15px;
    }

    .vnc-home-hero {
        grid-template-columns: 1fr;
    }

    .vnc-home-selector {
        margin: 0 28px 28px;
    }
}

@media (max-width: 767px) {
    .vnc-home-hero-shell {
        margin: 14px auto 22px;
        padding: 0 11px;
    }

    .vnc-home-hero {
        min-height: 0;
        border-radius: 16px;
        background:
            radial-gradient(circle at 92% 7%, rgba(254, 215, 0, 0.18), transparent 25%),
            linear-gradient(145deg, #101820, #24323d);
    }

    .vnc-home-hero-copy {
        padding: 27px 19px 20px;
    }

    .vnc-home-eyebrow {
        margin-bottom: 10px;
        font-size: 0.67rem;
        letter-spacing: 0.065em;
    }

    .vnc-home-eyebrow > span {
        width: 22px;
        height: 22px;
    }

    .vnc-home-hero h1 {
        margin-bottom: 12px;
        font-size: clamp(1.95rem, 9.3vw, 2.65rem);
        line-height: 1.04;
    }

    .vnc-home-lead {
        margin-bottom: 18px;
        font-size: 0.91rem;
        line-height: 1.55;
    }

    .vnc-home-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-bottom: 18px;
    }

    .vnc-home-actions a {
        width: 100%;
        min-height: 48px;
    }

    .vnc-home-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        padding-top: 16px;
    }

    .vnc-home-trust > div {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .vnc-home-trust-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 0.9rem;
    }

    .vnc-home-trust strong {
        font-size: 0.64rem;
    }

    .vnc-home-trust small {
        font-size: 0.59rem;
    }

    .vnc-home-selector {
        margin: 0 11px 13px;
        padding: 14px;
        border-radius: 15px;
    }

    .vnc-home-selector-heading {
        margin-bottom: 11px;
    }

    .vnc-home-selector h2 {
        font-size: 1.17rem;
    }

    .vnc-home-selector-heading p {
        font-size: 0.74rem;
    }

    .vnc-home-selector-mark {
        display: none;
    }

    .vnc-home-options {
        gap: 8px;
    }

    .vnc-home-option {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        min-height: 67px;
        gap: 10px;
        padding: 10px;
    }

    .vnc-home-option-icon {
        width: 42px;
        height: 42px;
    }

    .vnc-home-option strong {
        font-size: 0.78rem;
    }

    .vnc-home-option small {
        font-size: 0.64rem;
    }

    .vnc-home-help {
        padding: 11px;
    }

    .vnc-home-help small {
        display: none;
    }

    .vnc-home-help a {
        font-size: 0.88rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vnc-home-actions a,
    .vnc-home-option {
        transition: none;
    }
}
