:root {
    --vwt-ink: #0A1E3D;
    --vwt-panel: hsl(208, 62%, 15%);
    --vwt-amber: #F7A823;
    --vwt-amber-dark: #D98C0E;
    --vwt-steel: #EDF1F6;
    --vwt-steel-2: #E2E8F1;
    --vwt-text: #1C2B3A;
    --vwt-muted: #5A6B7D;
    --vwt-line: #DCE3EC;

}

/* ===== HERO ===== */
.sp-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 100%;
    padding: 20px 20px 40px;
    align-items: start;
}

.sp-hero-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 10px;
}

.sp-breadcrumb {
    display: inline-flex;
    width: fit-content;
    background: var(--vwt-steel);
    border-radius: 999px;
    padding: 2px;
    margin: 0px 0px 20px 30px;
}

.vwt-breadcrumb .sep {
    color: var(--vwt-muted);
    font-size: 13px;
    padding: 0 2px;
}

.vwt-breadcrumb ul {
    display: flex;
    align-items: center;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap;
}

.vwt-breadcrumb li {
    list-style: none !important;
}

.vwt-breadcrumb li::before {
    display: none !important;
}

.vwt-breadcrumb li a {
    display: flex;
    align-items: center;
    background: transparent !important;
    border: none !important;
    color: var(--vwt-muted) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 999px;
    box-shadow: none !important;
    transition: color 0.2s ease, background 0.2s ease;
}

.vwt-breadcrumb li a:hover {
    color: var(--vwt-ink) !important;

}

.vwt-breadcrumb li:last-child {
    color: #D98C0E;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 999px;
}

.sp-hero-content {
    padding-left: 30px;
}

.sp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

}

.sp-tag {
    background: var(--vwt-panel);
    color: #fff;
    padding: 3px 14px;
    border-radius: 20px;
    font-size: 12px;
}

.sp-title {
    margin: 8px 0 0;

}

.sp-subheading {
    margin: 0;
    line-height: 1.2;
    padding: 10px 0px 0 0px;
}

.sp-paragraph {
    max-width: 480px;
    padding: 10px 0px;

}

.sp-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;

}

.sp-btn {
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.sp-btn-primary {
    background: var(--vwt-ink);
    color: #fff;
    border: 2px solid var(--vwt-ink);
}

.sp-btn-primary:hover {
    background: #061429;
    border-color: #061429;
    color: #fff;
    transform: translateY(-1px);
}

.sp-btn-secondary {
    background: var(--vwt-amber);
    color: var(--vwt-ink);
    border: 2px solid var(--vwt-amber);
}

.sp-btn-secondary:hover {
    background: var(--vwt-amber-dark);
    border-color: var(--vwt-amber-dark);
    transform: translateY(-1px);
}

.sp-btn-outline {
    background: var(--vwt-ink);
    color: #ffffff;
    border: 2px solid var(--vwt-ink);
}

.sp-btn-outline:hover {
    border-color: var(--vwt-ink);
    transform: translateY(-1px);
}

.sp-gallery-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.sp-hero-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.sp-main-image {
    width: 450px;
    height: 450px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.sp-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sp-thumbnail-gallery {

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-thumb {
    width: 70px;
    height: 70px;
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    flex-shrink: 0;
}

.sp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}


.sp-thumb.active,
.sp-thumb:hover {
    border-color: #0d6efd;
}

/* ===== STATS — DASHBOARD STRIP ===== */
.sp-stats {
    background: var(--vwt-ink);
    background-image: linear-gradient(180deg, var(--vwt-panel) 0%, var(--vwt-ink) 100%);
    padding: 18px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    border-radius: 20px;
}

.sp-stat-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

.sp-stat-item {
    text-align: center;
    color: #fff;
    min-width: 120px;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-stat-item:last-child {
    border-right: none;
}

.sp-stat-icon {
    width: 24px;
    height: 24px;
    margin: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .5;
}

.sp-stat-number {
    margin: 0;
    color: var(--vwt-amber);
}

.sp-stat-label {
    margin: 0;
    text-align: center;
}

/* ===== OVERVIEW + SPEC ===== */
.sp-second {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 24px;
    align-items: start;
}

.sp-overview-title,
.sp-spec-title {
    margin-bottom: 20px;
    padding-left: 0px;
}

.sp-overview-content p {
    margin-bottom: 14px;
}

.sp-spec-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #5A6B7D !important;
    background: #fff;
}

.sp-spec-table td {
    padding: 15px 18px;
}

.sp-spec-table td:first-child {
    width: 38%;
    background: var(--vwt-steel);
}

/* ===== HOW IT WORKS ===== */
.sp-hiw {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    padding: 20px 20px 0 20px;
    background: #EDF1F6;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    max-width: 1240px;
    margin: 10px auto;

}

.sp-hiw-title {
    padding-left: 0px;
}

.sp-hiw-left {
    padding-top: 20px;
}

.sp-hiw-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.sp-hiw-step {
    text-align: center;
    width: 120px;
    padding-top: 20px;

}

.sp-hiw-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sp-hiw-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sp-hiw-label {
    color: #16386b;
}

.sp-hiw-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16386b;
    margin-top: 26px;
    padding-top: 20px;
}

/* ==========================================
   Applications Section
========================================== */

.sp-third {
    max-width: 1240px;
    margin: 30px auto 80px;
    padding: 0 20px;
}

/* Heading */

.sp-third-title {
    text-align: center;
    color: var(--vwt-ink);
    margin-bottom: 45px;
    position: relative;
}

.sp-third-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: var(--vwt-amber);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}

/* ==========================================
   Table
========================================== */

.sp-application-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.sp-application-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.sp-application-table thead {
    background: #032b63;
}

.sp-application-table th {
    color: #fff;
    padding: 18px 22px;
    text-align: left;
}

.sp-application-table td {
    padding: 16px 22px;
    border-bottom: 1px solid #e5e7eb;
}

.sp-application-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.sp-application-table tbody tr:hover {
    background: #fff8ea;
}

.sp-application-table tbody tr:last-child td {
    border-bottom: none;
}

.sp-application-table td:first-child {
    width: 30%;
    color: #032b63;
}

/* ===== BEST PRACTICES / MISTAKES ===== */
.sp-bestpractice-section {
    padding: 10px 20px;
    background: var(--vwt-steel);
}

.sp-bestpractice-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.sp-bestpractice-wrap h2 {
    padding-left: 0px;
    margin-bottom: 19px;
}

.sp-bestpractice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sp-bestpractice-left,
.sp-bestpractice-right {
    background: #fff;
    border: 1px solid var(--vwt-line);
    border-radius: 12px;
    padding: 12px;
}

.sp-bestpractice-left {
    border-top: 4px solid var(--vwt-ink);
}

.sp-bestpractice-right {
    border-bottom: 4px solid var(--vwt-amber);
}

.sp-bestpractice-title {
    margin-bottom: 14px;
    border-left: none;
    padding-left: 0;
}

.sp-mistakes-title {
    color: var(--vwt-amber-dark);
    margin-bottom: 14px;
    border-left: none;
    padding-left: 0;
}

.sp-bestpractice-list,
.sp-mistakes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sp-bestpractice-item,
.sp-mistake-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sp-check-icon {
    color: #fff;
    background: var(--vwt-ink);
    flex-shrink: 0;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-warn-icon {
    flex-shrink: 0;
    margin-top: 1px;
}

/* ===== VARIANTS ===== */
.sp-variants {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 24px;
}

.sp-variants-title {
    margin-bottom: 32px;
    text-align: left;
    display: inline-block;
}

.sp-variants-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sp-variant-card {
    border: 1px solid var(--vwt-line);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all 0.25s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-variant-card:hover {
    border-color: var(--vwt-ink);
    box-shadow: 0 10px 28px rgba(10, 30, 61, 0.1);
    transform: translateY(-2px);
}

.sp-variant-img {
    margin-bottom: 16px;
    background: var(--vwt-steel);
    border-radius: 10px;
    padding: 18px;
}

.sp-variant-img img {
    width: 100%;
    max-height: 110px;
    object-fit: contain;
}

.sp-variant-title {
    margin-bottom: 8px;
}

.sp-variant-desc {
    margin-bottom: 16px;
    flex: 1;
}

.sp-variant-link {
    text-decoration: none;
    border-top: 1px solid var(--vwt-line);
    padding-top: 14px;
    margin-top: auto;
}

.sp-variant-link:hover {
    color: var(--vwt-amber-dark);
}

.sp-variants-btn-wrap {
    text-align: center;
    margin-top: 36px;
}

/* ===== KEY BENEFITS ===== */
.sp-benefits {
    max-width: 1240px;
    margin: 30px auto;
    padding: 0 20px;
}

.sp-benefits-title {
    text-align: center;
    color: #0b2d5c;
    margin-bottom: 40px;
    position: relative;
}

.sp-benefits-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #f5a623;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}

/* TABLE WRAPPER */
.sp-benefits-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.sp-benefits-table {
    width: 100%;
    min-width: 480px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.sp-benefits-table th:first-child,
.sp-benefits-table td:first-child {
    width: 30%;
}

.sp-benefits-table th:last-child,
.sp-benefits-table td:last-child {
    width: 62%;
}

/* HEADER */
.sp-benefits-table thead {
    background: linear-gradient(180deg, #062a63, #041a3d);
}

.sp-benefits-table th {
    color: #fff;
    padding: 18px 22px;
    text-align: left;
}

/* ROWS */
.sp-benefits-table td {
    padding: 18px 22px;
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
}

/* STRIPED LOOK */
.sp-benefits-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.sp-benefits-table tbody tr:hover {
    background: #fff7e6;
    transition: 0.25s ease;
}

/* LEFT COLUMN (ICON + TEXT) */
.sp-benefit-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sp-benefit-info img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

/* BENEFIT TITLE */
.sp-benefit-info span {
    color: #0b2d5c;
}

/* DESCRIPTION COLUMN */
.sp-benefits-table td:last-child {
    color: #4b5563;
}

/* BORDER FIX */
.sp-benefits-table tr:last-child td {
    border-bottom: none;
}

/* ===== INSTALLATION + WHY CHOOSE ===== */
.sp-installation-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 24px;
}

.sp-installation-title,
.sp-why-title {
    margin-bottom: 22px;
    padding-left: 0px;
}

.sp-installation-media {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sp-install-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.sp-install-video {
    grid-column: span 3;
    max-width: 640px;
}

.sp-install-video-frame {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--vwt-line);
    background: #000;
    height: 240px !important;

}

.sp-install-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sp-why-content {
    margin-bottom: 20px;
}

.sp-why-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-why-list li {
    position: relative;
    padding-left: 24px;
}

.sp-why-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;

    background: var(--vwt-ink);
    color: #fff;

    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 700;
}


/* ===== FAQ ===== */
.sp-faq-section {
    padding: 30px 20px;
    background: #fff;
}

.sp-faq-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.sp-faq-main-title {
    color: var(--vwt-ink);
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 0px;
}

.sp-faq-body {
    display: flex;
    gap: 26px;
    align-items: flex-start;
}

.sp-faq-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 250px;
    width: 250px;
}

.sp-tab {
    background: var(--vwt-steel);
    border: 1px solid var(--vwt-line);
    border-radius: 8px;
    padding: 15px 16px;
    text-align: left;
    color: var(--vwt-muted);
    cursor: pointer;
    transition: all 0.2s ease;
}

.sp-tab:hover {
    background: #fff;
    border-color: var(--vwt-ink);
    color: var(--vwt-ink);
}

.sp-tab.active {
    background: var(--vwt-ink);
    color: #fff;
    border-color: var(--vwt-ink);
    border-left: 4px solid var(--vwt-amber);
}

.sp-faq-panels {
    flex: 1;
    min-width: 0;
}

.sp-faq-panel {
    display: none;
}

.sp-faq-panel.active {
    display: block;
}

.sp-faq-item {
    background: var(--vwt-steel);
    border: 1px solid var(--vwt-line);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.sp-faq-item:hover {
    border-color: var(--vwt-ink);
}

.sp-faq-item.open {
    background: #fff;
    border-color: var(--vwt-ink);
}

.sp-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 20px;
    cursor: pointer;
    gap: 10px;
}

.sp-faq-icon {
    font-size: 1.3rem;
    color: var(--vwt-amber-dark);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.sp-faq-item.open .sp-faq-icon {
    transform: rotate(45deg);
}

.sp-faq-a {
    display: none;
    padding: 0 20px 18px;
    border-top: 1px solid var(--vwt-line);
}

.sp-faq-item.open .sp-faq-a {
    display: block;
}

.sp-faq-empty {
    padding: 20px;
}

/* ===== REVIEWS ===== */
.sp-reviews {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 24px;
}

.sp-reviews-title {
    color: var(--vwt-ink);
    margin-bottom: 22px;
}

.sp-reviews-inner {
    display: grid;
    grid-template-columns: 2fr 0.9fr;
    gap: 25px;
    align-items: start;
}

/* 3 Small Cards */
.sp-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sp-review-card {
    background: #fff;
    border: 1px solid var(--vwt-line);
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 185px;
    box-shadow: none;
}

.sp-review-card:hover {
    border-color: var(--vwt-line);
    box-shadow: none;
    transform: none;
}

.sp-review-avatar,
.sp-review-initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.sp-review-avatar {
    object-fit: cover;
}

.sp-review-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vwt-ink);
    color: #fff;
}

.sp-review-stars {
    font-size: 12px;
    color: #f4b400;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.sp-review-text {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
    overflow: hidden;
}

.sp-review-name {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: var(--vwt-ink);
}

.sp-review-role {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
    line-height: 1.4;
}

.sp-trust {
    text-align: center;
    border: 1px solid var(--vwt-line);
    border-radius: 12px;
    padding: 15px 22px;
    background: var(--vwt-steel);
    height: 100%;
}

.sp-trust-title {
    font-size: 11.5px;
    margin-bottom: 24px;

}

.sp-trust-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;
}

.sp-trust-logo img {
    width: 100%;
    max-height: 42px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.55;
    transition: all 0.3s;
}

.sp-trust-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 1280px) {

    .sp-hero,
    .sp-second,
    .sp-installation-section {
        gap: 32px;
    }

    .sp-main-image {
        width: 380px;
        height: 380px;
    }

    .sp-variants-grid {
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .sp-stat-item {
        min-width: 100px;
        padding: 10px 18px;
    }

    .sp-second {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 24px 16px;
    }

    .sp-hiw {
        grid-template-columns: 1fr;
        padding: 16px 16px 16px;
    }

    .sp-hiw-left {
        padding-top: 0;
    }

    .sp-hiw-right {
        justify-content: center;
        row-gap: 24px;
    }

    .sp-hiw-step {
        width: 100px;
    }

    .sp-bestpractice-grid {
        grid-template-columns: 1fr;
    }

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

    .sp-installation-section {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 24px 16px;
    }

    .sp-install-video {
        max-width: 100%;
    }

    .sp-faq-tabs {
        min-width: 210px;
        width: 210px;
    }

    .sp-reviews-inner {
        grid-template-columns: 1fr;
    }

    .sp-trust {
        height: auto;
    }

    .sp-trust-logos {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 22px;
        padding-bottom: 4px;
    }

    .sp-trust-logo {
        flex: 0 0 auto;
        width: 90px;
    }

    .sp-trust-logo img {
        width: 90px;
    }
}

@media (max-width: 768px) {

    .sp-breadcrumb {
        margin: 0 0 16px 0 !important;
    }

    .sp-hero {
        grid-template-columns: 1fr;
        margin-top: 70px;
        padding: 16px 16px 30px;
    }

    .sp-hero-content {
        text-align: left;
    }

    .sp-paragraph {
        max-width: 100%;
    }

    .sp-hero-right {
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }

    .sp-gallery-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        width: auto;
    }

    .sp-thumbnail-gallery {
        display: flex;
        flex-direction: column;
        gap: 10px;
        order: 1;
        flex-shrink: 0;
    }

    .sp-main-image {
        order: 2;
        width: calc(100% - 75px);
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .sp-main-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sp-stats {
        border-radius: 14px;
    }

    .sp-stat-item {
        width: 20%;
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 10px;
    }

    .sp-hiw {
        padding: 16px 16px 12px;
        border-radius: 12px;
        margin: 10px auto;

    }

    .sp-hiw-left {
        padding-top: 0;
    }

    .sp-hiw-right {
        gap: 8px;
    }

    .sp-hiw-arrow {
        display: none;
    }

    .sp-hiw-step {
        width: 18%;
        padding-top: 6px;
    }

    .sp-hiw-icon {
        width: 44px;
        height: 44px;
        margin: 0 auto 8px;
    }

    .sp-third-title,
    .sp-benefits-title {
        margin-bottom: 32px;
    }

    .sp-bestpractice-section {
        padding: 10px 16px;
    }

    .sp-variants-grid {
        grid-template-columns: 1fr;
    }

    .sp-variants {
        padding: 24px 16px;
    }

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

    .sp-install-video {
        grid-column: span 2;
    }

    .sp-install-video-frame {
        height: 200px !important;
    }

    .sp-faq-body {
        flex-direction: column;
    }

    .sp-faq-tabs {
        flex-direction: row;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .sp-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .sp-tab.active {
        border-left: 1px solid var(--vwt-ink);
        border-bottom: 4px solid var(--vwt-amber);
    }

    .sp-reviews-grid {
        grid-template-columns: 1fr;
    }

    .sp-review-card {
        min-height: 0;
    }

    .sp-trust-logos {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 18px;
        padding-bottom: 4px;
    }

    .sp-trust-logo {
        flex: 0 0 auto;
        width: 76px;
    }

    .sp-trust-logo img {
        width: 76px;
    }
}

@media (max-width: 480px) {

    .sp-hero {
        margin-top: 60px;
        padding: 12px 12px 24px;
    }

    .sp-breadcrumb {
        margin: 0 0 14px 0;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .vwt-breadcrumb ul {
        flex-wrap: nowrap;
    }

    .vwt-breadcrumb li a,
    .vwt-breadcrumb li:last-child {
        font-size: 11px;
        padding: 5px 8px;
        white-space: nowrap;
    }

    .vwt-breadcrumb .sep {
        font-size: 11px;
    }

    .sp-tags {
        justify-content: left;
    }

    .sp-tag {

        padding: 3px 10px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 600;
    }

    .sp-gallery-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sp-main-image {
        display: flex;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: 250px;
    }

    .sp-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sp-thumbnail-gallery {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sp-thumb {
        width: 60px;
        height: 60px;
    }


    .sp-stat-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sp-hiw {
        padding: 14px 14px 10px;
    }

    .sp-hiw-title {
        text-align: center;
    }

    .sp-hiw-left {
        text-align: center;

    }

    .sp-hiw-right {
        row-gap: 10px;
    }

    .sp-hiw-icon {
        width: 46px;
        height: 46px;
        margin: 0 auto 6px;
    }

    .sp-hiw-step {
        width: 100%;
        padding-top: 4px;
    }

    .sp-installation-media {
        grid-template-columns: 1fr;
    }

    .sp-install-video {
        grid-column: span 1;
    }

    .sp-install-video-frame {
        height: 180px !important;
    }

    .sp-trust-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: unset;
        overflow-x: visible;
        gap: 24px;
    }

    .sp-trust-logo {
        flex: unset;
        width: auto;
    }

    .sp-trust-logo img {
        width: 100%;
    }

    .sp-variant-card,
    .sp-bestpractice-left,
    .sp-bestpractice-right {
        padding: 16px;
    }

    .sp-faq-q {
        padding: 12px 14px;
    }

    .sp-faq-a {
        padding: 0 14px 14px;
    }

    .sp-btn {
        padding: 10px 18px;
        border-radius: 10px;
        font-weight: 800;

    }

}

@media (max-width: 320px) {
    .sp-thumb {
        width: 50px;
        height: 50px;
    }
}