body.page-produto {
    background: #f9fff9 !important;
    color: #030e01;
    overflow-x: hidden !important;
}

.page-produto main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-produto .sw-header {
    background: transparent !important;
    border-bottom: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.sw-product-page {
    --product-green: #4fc442;
    --product-green-dark: #12570a;
    --product-green-light: #a4ff9a;
    --product-black: #030e01;
    --product-white: #f9fff9;
    --product-muted: rgba(3, 14, 1, 0.68);
    --product-border: rgba(3, 14, 1, 0.1);
    position: relative;
    background: var(--product-white);
    overflow: hidden;
}

.sw-product-page,
.sw-product-page * {
    box-sizing: border-box;
}

.sw-product-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    color: #ffffff;
    background: var(--product-black);
    padding: clamp(106px, 12vh, 148px) 0 clamp(34px, 5vh, 72px);
}

.sw-product-hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 14, 1, 0.98) 0%, rgba(3, 14, 1, 0.85) 35%, rgba(3, 14, 1, 0.3) 65%, rgba(3, 14, 1, 0) 100%),
        var(--product-hero-bg) center right / cover no-repeat;
    z-index: 1;
}

@media (max-width: 991px) {
    .sw-product-hero-media {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sw-product-hero-visual {
        display: none !important;
    }
    .sw-product-hero-inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "copy"
            "stats"
            "thumbs" !important;
    }
}

.sw-product-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas:
        "copy visual"
        "stats visual"
        "thumbs thumbs";
    gap: clamp(22px, 4vw, 56px);
    align-items: center;
    width: 100%;
}

.sw-product-hero-copy {
    grid-area: copy;
    max-width: 820px;
}

.sw-product-kicker,
.sw-product-section-label {
    display: inline-flex;
    align-items: center;
    color: var(--product-green-light);
    font-family: "Sora-SemiBold", sans-serif;
    font-size: clamp(0.72rem, 0.7vw, 0.82rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: clamp(12px, 1.8vw, 18px);
}

.sw-product-hero h1,
.sw-product-section-copy h2,
.sw-product-section-head h2,
.sw-product-closing h2 {
    font-family: "Sora-Bold", sans-serif;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
}

.sw-product-hero h1 {
    max-width: 900px;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}

.sw-product-hero h1 span {
    display: block;
}

.sw-product-hero-copy p {
    max-width: 620px;
    margin: clamp(18px, 2.2vw, 28px) 0 0;
    color: rgba(249, 255, 249, 0.78);
    font-size: clamp(1rem, 1.16vw, 1.18rem);
    line-height: 1.72;
}

.sw-product-status-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(18px, 2.2vw, 26px);
}

.sw-product-status-line span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(164, 255, 154, 0.22);
    border-radius: 999px;
    background: rgba(249, 255, 249, 0.05);
    color: rgba(249, 255, 249, 0.88);
    font-family: "Sora-SemiBold", sans-serif;
    font-size: 0.84rem;
}

.sw-product-cta-row,
.sw-product-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: clamp(24px, 3vw, 36px);
}

.sw-product-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 12px clamp(18px, 2.2vw, 28px);
    font-family: "Sora-SemiBold", sans-serif;
    font-size: 0.94rem;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.sw-product-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.sw-product-btn-primary {
    background: var(--product-green);
    border-color: var(--product-green);
    color: #030e01 !important;
    box-shadow: 0 16px 34px rgba(79, 196, 66, 0.28);
}

.sw-product-btn-primary:hover {
    background: var(--product-green-light);
    border-color: var(--product-green-light);
    box-shadow: 0 18px 42px rgba(164, 255, 154, 0.36);
}

.sw-product-btn-outline {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(79, 196, 66, 0.52);
    color: inherit !important;
}

.sw-product-btn-outline:hover {
    border-color: var(--product-green-light);
    box-shadow: 0 14px 30px rgba(79, 196, 66, 0.14);
}

.sw-product-btn-dark {
    background: #030e01;
    color: #ffffff !important;
    border-color: #030e01;
}

.sw-product-btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.48;
    transform: none !important;
    box-shadow: none !important;
}

.sw-product-hero-visual {
    grid-area: visual;
    min-width: 0;
}

.sw-product-image-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 820px);
    margin-inline: auto;
    isolation: isolate;
}

.sw-product-image-stage::before {
    content: "";
    position: absolute;
    inset: 12% 8% 4%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(79, 196, 66, 0.42) 0%, rgba(79, 196, 66, 0) 68%);
    filter: blur(44px);
    z-index: -1;
}

.sw-product-image-stage img {
    display: block;
    width: auto;
    max-width: min(100%, 780px);
    max-height: min(66svh, 720px);
    object-fit: contain;
    filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.42));
    opacity: 1;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.sw-product-image-stage img.is-switching {
    opacity: 0;
    transform: scale(0.985);
}

.sw-product-hero-stats {
    grid-area: stats;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 720px;
}

.sw-product-stat {
    min-width: 0;
    padding: clamp(12px, 1.3vw, 16px);
    border-radius: 16px;
    background: rgba(249, 255, 249, 0.07);
    border: 1px solid rgba(164, 255, 154, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sw-product-stat i {
    display: block;
    color: var(--product-green-light);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.sw-product-stat span {
    display: block;
    color: rgba(249, 255, 249, 0.58);
    font-size: 0.78rem;
}

.sw-product-stat strong {
    display: block;
    color: #ffffff;
    font-family: "Sora-Bold", sans-serif;
    font-size: clamp(0.9rem, 1.1vw, 1.06rem);
    line-height: 1.22;
    margin-top: 4px;
    word-break: break-word;
}

.sw-product-hero-gallery {
    grid-area: thumbs;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 10px 0 2px;
    scrollbar-width: none;
}

.sw-product-hero-gallery::-webkit-scrollbar {
    display: none;
}

.sw-product-thumb {
    flex: 0 0 clamp(86px, 7vw, 118px);
    aspect-ratio: 1.25 / 1;
    border: 1px solid rgba(164, 255, 154, 0.2);
    border-radius: 14px;
    background: rgba(249, 255, 249, 0.08);
    padding: 8px;
    cursor: pointer;
    opacity: 0.78;
    transition: opacity 0.24s ease, border-color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.sw-product-thumb:hover,
.sw-product-thumb.active {
    opacity: 1;
    border-color: var(--product-green-light);
    background: rgba(164, 255, 154, 0.14);
    transform: translateY(-2px);
}

.sw-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sw-product-section {
    position: relative;
    padding: clamp(72px, 9vw, 132px) 0;
    overflow: hidden;
}

.sw-section-light {
    background:
        radial-gradient(circle at 94% 18%, rgba(79, 196, 66, 0.12) 0%, rgba(79, 196, 66, 0) 32%),
        #f4f8f4;
    color: #030e01;
}

.sw-section-white {
    background: #ffffff;
    color: #030e01;
}

.sw-section-dark {
    background:
        radial-gradient(circle at 18% 18%, rgba(79, 196, 66, 0.2) 0%, rgba(79, 196, 66, 0) 32%),
        linear-gradient(180deg, #030e01 0%, #071a04 100%);
    color: #f9fff9;
}

.sw-product-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.sw-product-split > .sw-product-section-copy {
    grid-column: 1;
}

.sw-product-split > .sw-product-metric-grid {
    grid-column: 1;
}

.sw-product-split > .sw-product-section-image {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.sw-product-split-reverse > .sw-product-section-image {
    grid-column: 1;
    grid-row: 1;
}

.sw-product-split-reverse > .sw-product-section-copy {
    grid-column: 2;
}

.sw-product-section-copy h2,
.sw-product-section-head h2,
.sw-product-closing h2 {
    color: inherit;
    font-size: clamp(2.2rem, 4.8vw, 5rem);
}

.sw-product-section-copy p,
.sw-product-section-head p,
.sw-product-closing p {
    max-width: 720px;
    margin: clamp(14px, 1.8vw, 22px) 0 0;
    color: var(--product-muted);
    font-size: clamp(0.98rem, 1.08vw, 1.12rem);
    line-height: 1.78;
}

.sw-section-dark .sw-product-section-copy p,
.sw-section-dark .sw-product-section-head p,
.sw-product-closing p {
    color: rgba(249, 255, 249, 0.72);
}

.sw-product-section-image {
    min-width: 0;
    border-radius: 28px;
    padding: clamp(18px, 3vw, 34px);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(79, 196, 66, 0.18);
    box-shadow: 0 24px 80px rgba(3, 14, 1, 0.1);
}

.sw-section-dark .sw-product-section-image {
    background: rgba(249, 255, 249, 0.06);
    border-color: rgba(164, 255, 154, 0.16);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.sw-product-section-image img {
    display: block;
    width: 100%;
    max-height: min(62svh, 620px);
    object-fit: contain;
}

.sw-product-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(24px, 3vw, 34px);
}

.sw-product-metric-card,
.sw-product-inline-metrics > div {
    min-width: 0;
    border-radius: 18px;
    padding: clamp(16px, 2vw, 22px);
    background: #ffffff;
    border: 1px solid rgba(79, 196, 66, 0.14);
    box-shadow: 0 12px 30px rgba(3, 14, 1, 0.045);
}

.sw-section-dark .sw-product-metric-card,
.sw-section-dark .sw-product-inline-metrics > div {
    background: rgba(249, 255, 249, 0.06);
    border-color: rgba(164, 255, 154, 0.14);
    box-shadow: none;
}

.sw-product-metric-card i,
.sw-product-inline-metrics i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    aspect-ratio: 1;
    border-radius: 12px;
    background: rgba(79, 196, 66, 0.1);
    color: var(--product-green-dark);
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.sw-section-dark .sw-product-metric-card i,
.sw-section-dark .sw-product-inline-metrics i {
    color: var(--product-green-light);
    background: rgba(164, 255, 154, 0.08);
}

.sw-product-metric-card span,
.sw-product-inline-metrics span {
    display: block;
    color: rgba(3, 14, 1, 0.58);
    font-size: 0.82rem;
}

.sw-section-dark .sw-product-metric-card span,
.sw-section-dark .sw-product-inline-metrics span {
    color: rgba(249, 255, 249, 0.58);
}

.sw-product-metric-card strong,
.sw-product-inline-metrics strong {
    display: block;
    margin-top: 5px;
    color: inherit;
    font-family: "Sora-Bold", sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.25;
    word-break: break-word;
}

.sw-product-inline-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(24px, 3vw, 32px);
}

.sw-product-legal-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    max-width: 760px;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(79, 196, 66, 0.08);
    border: 1px solid rgba(79, 196, 66, 0.16);
    color: rgba(3, 14, 1, 0.74);
    font-size: 0.9rem;
    line-height: 1.6;
}

.sw-product-legal-note i {
    color: var(--product-green-dark);
    margin-top: 3px;
}

.sw-product-section-head {
    max-width: 820px;
    margin-bottom: clamp(30px, 5vw, 58px);
}

.sw-product-dimensions {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(24px, 4.5vw, 60px);
    align-items: center;
}

.sw-product-dimension-stage {
    position: relative;
    min-width: 0;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(79, 196, 66, 0.09), rgba(79, 196, 66, 0)),
        #ffffff;
    border: 1px solid rgba(79, 196, 66, 0.16);
    padding: clamp(28px, 4vw, 54px);
    box-shadow: 0 24px 74px rgba(3, 14, 1, 0.07);
}

.sw-product-dimension-stage img {
    display: block;
    width: 100%;
    max-height: min(58svh, 560px);
    object-fit: contain;
}

.sw-measure {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 5px 12px;
    background: #ffffff;
    border: 1px solid rgba(79, 196, 66, 0.42);
    color: #12570a;
    font-family: "Sora-SemiBold", sans-serif;
    font-size: clamp(0.72rem, 0.9vw, 0.85rem);
    box-shadow: 0 8px 22px rgba(3, 14, 1, 0.08);
}

.sw-measure-length {
    left: 50%;
    bottom: clamp(14px, 2vw, 28px);
    transform: translateX(-50%);
}

.sw-measure-height {
    top: 50%;
    right: clamp(12px, 2vw, 26px);
    transform: translateY(-50%);
}

.sw-measure-width {
    left: clamp(12px, 2vw, 26px);
    top: clamp(12px, 2vw, 26px);
}

.sw-product-section-cta {
    display: flex;
    justify-content: center;
}

.sw-product-gallery-section,
.sw-product-specs-section {
    padding: clamp(72px, 9vw, 128px) 0;
    background: #f4f8f4;
    color: #030e01;
}

.sw-product-gallery-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(79, 196, 66, 0.14) 0%, rgba(79, 196, 66, 0) 32%),
        #030e01;
    color: #f9fff9;
}

.sw-product-gallery-section .sw-product-section-head p {
    color: rgba(249, 255, 249, 0.7);
}

.sw-product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
}

.sw-product-gallery-card {
    margin: 0;
    min-width: 0;
    aspect-ratio: 1.22 / 1;
    border-radius: 22px;
    padding: clamp(14px, 2vw, 24px);
    background: rgba(249, 255, 249, 0.06);
    border: 1px solid rgba(164, 255, 154, 0.16);
    overflow: hidden;
}

.sw-product-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sw-product-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.sw-product-spec-group {
    min-width: 0;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(79, 196, 66, 0.14);
    box-shadow: 0 16px 38px rgba(3, 14, 1, 0.045);
    overflow: hidden;
}

.sw-product-spec-group h3 {
    margin: 0;
    padding: 20px clamp(18px, 2vw, 26px);
    border-bottom: 1px solid rgba(79, 196, 66, 0.12);
    color: #030e01;
    font-family: "Sora-Bold", sans-serif;
    font-size: clamp(1.02rem, 1.4vw, 1.28rem);
}

.sw-product-spec-group dl {
    margin: 0;
}

.sw-product-spec-group dl > div {
    display: grid;
    grid-template-columns: minmax(130px, 0.55fr) minmax(0, 1fr);
    gap: 14px;
    padding: 14px clamp(18px, 2vw, 26px);
    border-bottom: 1px solid rgba(3, 14, 1, 0.06);
}

.sw-product-spec-group dl > div:last-child {
    border-bottom: 0;
}

.sw-product-spec-group dt,
.sw-product-spec-group dd {
    margin: 0;
    line-height: 1.45;
}

.sw-product-spec-group dt {
    color: rgba(3, 14, 1, 0.58);
    font-size: 0.88rem;
}

.sw-product-spec-group dd {
    color: #030e01;
    font-family: "Sora-SemiBold", sans-serif;
    word-break: break-word;
}

.sw-product-final-actions {
    justify-content: center;
    margin-top: clamp(34px, 5vw, 58px);
}

.sw-product-closing {
    padding: 60px 0;
    background: #f8fcf7;
    color: #030e01;
}

.sw-product-closing-inner {
    max-width: 860px;
    text-align: center;
}

.sw-product-closing .sw-product-cta-row {
    justify-content: center;
}

.js-product-reveal {
    will-change: transform, opacity;
}

.js-product-reveal.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media (max-width: 1199.98px) {
    .sw-product-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .sw-product-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sw-product-hero {
        padding-top: clamp(96px, 12svh, 120px);
    }

    .sw-product-hero-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "copy"
            "stats"
            "thumbs";
        gap: 24px;
    }

    .sw-product-hero-copy {
        text-align: center;
        margin-inline: auto;
    }

    .sw-product-hero-copy p,
    .sw-product-status-line,
    .sw-product-cta-row {
        justify-content: center;
    }

    .sw-product-image-stage img {
        max-height: min(46svh, 520px);
    }

    .sw-product-hero-stats {
        max-width: 100%;
    }

    .sw-product-split,
    .sw-product-split-reverse,
    .sw-product-dimensions {
        grid-template-columns: 1fr;
    }

    .sw-product-split > .sw-product-section-copy,
    .sw-product-split > .sw-product-metric-grid,
    .sw-product-split > .sw-product-section-image,
    .sw-product-split-reverse > .sw-product-section-image,
    .sw-product-split-reverse > .sw-product-section-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .sw-product-section-copy,
    .sw-product-section-head {
        text-align: center;
        margin-inline: auto;
    }

    .sw-product-section-copy p,
    .sw-product-section-head p {
        margin-inline: auto;
    }

    .sw-product-section-copy .sw-product-cta-row,
    .sw-product-section-cta .sw-product-cta-row {
        justify-content: center;
    }

    .sw-product-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sw-product-specs-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .sw-product-hero-inner {
        padding-bottom: clamp(92px, 9vh, 132px);
    }

    .sw-product-hero-gallery {
        position: absolute;
        left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        bottom: 0;
        z-index: 4;
    }
}

@media (max-width: 767.98px) {
    .sw-product-hero {
        min-height: 100svh;
        padding-bottom: 28px;
    }

    .sw-product-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 2.85rem);
        overflow-wrap: break-word;
    }

    .sw-product-kicker,
    .sw-product-section-label {
        justify-content: center;
        width: 100%;
        letter-spacing: 0.1em;
    }

    .sw-product-status-line {
        gap: 8px;
    }

    .sw-product-status-line span {
        width: 100%;
        justify-content: center;
    }

    .sw-product-hero-stats,
    .sw-product-metric-grid,
    .sw-product-inline-metrics {
        grid-template-columns: 1fr;
    }

    .sw-product-cta-row,
    .sw-product-final-actions {
        width: 100%;
    }

    .sw-product-btn {
        width: 100%;
        min-height: 54px;
        padding-inline: 18px;
    }

    .sw-product-section,
    .sw-product-gallery-section,
    .sw-product-specs-section {
        padding: 62px 0;
    }

    .sw-product-section-copy h2,
    .sw-product-section-head h2,
    .sw-product-closing h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .sw-product-section-image,
    .sw-product-dimension-stage {
        border-radius: 22px;
    }

    .sw-product-gallery-grid {
        grid-template-columns: 1fr;
    }

    .sw-product-gallery-card {
        aspect-ratio: 1.05 / 1;
    }

    .sw-product-spec-group dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .sw-measure-height {
        top: auto;
        bottom: 52px;
        right: 12px;
        transform: none;
    }
}

@media (max-width: 380px) {
    .sw-product-hero-inner {
        gap: 18px;
    }

    .sw-product-image-stage img {
        max-height: 38svh;
    }

    .sw-product-hero h1 {
        font-size: clamp(2.15rem, 13vw, 3.25rem);
    }

    .sw-product-hero-copy p {
        font-size: 0.94rem;
        line-height: 1.62;
    }
}

/* Redesign & Custom Layout Styles */
.sw-product-badge {
    display: inline-block;
    background-color: rgba(79, 196, 66, 0.12);
    color: #4fc442;
    border: 1px solid rgba(79, 196, 66, 0.3);
    padding: 6px 16px;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    font-family: 'Sora', sans-serif;
}

.sw-product-title {
    font-size: clamp(1.8rem, 3.6vw, 2.6rem);
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.1;
}

.sw-product-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
    line-height: 1.6;
}

.sw-hero-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.sw-chk-item {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sw-chk-item i {
    color: #4fc442 !important;
}

.sw-hero-footnote {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 25px;
}

.sw-product-image-stage {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sw-green-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 3px solid #4fc442;
    box-shadow: 0 0 50px rgba(79, 196, 66, 0.4), inset 0 0 50px rgba(79, 196, 66, 0.4);
    z-index: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.85;
}

@media (max-width: 991px) {
    .sw-green-glow {
        width: 280px;
        height: 280px;
    }
}

.sw-product-image-stage img {
    position: relative;
    z-index: 1;
    max-width: 90%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.sw-product-thumb {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 6px !important;
    width: 76px !important;
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: border-color 0.25s;
}

.sw-product-thumb.active {
    border-color: #4fc442 !important;
    box-shadow: 0 0 10px rgba(79, 196, 66, 0.3) !important;
}

.sw-product-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Section Cards Style */
.sw-product-section {
    padding: 80px 0;
}

.sw-section-card {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.bg-light-green {
    background: #f4fcf3 !important;
}

.sw-section-tag {
    display: inline-block;
    color: #4fc442;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    font-family: 'Sora', sans-serif;
}

.sw-metric-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.sw-metric-item h4 {
    font-size: 1.15rem;
}

.sw-metric-inline {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.sw-info-box {
    border: 1px solid #eaeaea !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.03) !important;
}

/* 5 Column Grid for Features Bar */
.col-md-2-4 {
    flex: 0 0 auto;
    width: 20%;
}

@media (max-width: 991px) {
    .col-md-2-4 {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .col-md-2-4 {
        width: 100%;
    }
}

.sw-feature-icon-box {
    padding: 15px;
    transition: transform 0.2s;
}
.sw-feature-icon-box:hover {
    transform: translateY(-3px);
}

/* Visual specs page tweak */
.sw-product-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}
.sw-product-spec-group {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
}

/* Mobile Hero Alignment Styles */
@media (max-width: 991px) {
    .sw-product-hero-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual"
            "thumbs";
        text-align: center;
        justify-items: center;
    }

    .sw-product-hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .sw-product-badge {
        margin-bottom: 15px;
    }

    .sw-product-title {
        font-size: 2.8rem !important;
        text-align: center;
        width: 100%;
    }

    .sw-product-subtitle {
        text-align: center;
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .sw-hero-checklist {
        justify-content: center;
        width: 100%;
        gap: 12px;
    }

    .sw-chk-item {
        font-size: 0.82rem;
    }

    .sw-hero-footnote {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .sw-product-hero-visual {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sw-product-image-stage {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sw-product-image-stage img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 95%);
        mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 95%);
    }

    .sw-mobile-gallery-wrapper {
        grid-area: thumbs;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .sw-product-hero-gallery {
        margin-top: 5px !important;
        margin-bottom: 0px !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding: 5px 15px 4px !important;
        gap: 12px !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
    }

    .sw-product-hero-gallery::-webkit-scrollbar {
        display: none !important;
    }

    .sw-product-thumb {
        width: 72px !important;
        height: 72px !important;
        flex: 0 0 72px !important;
        scroll-snap-align: start !important;
    }

    .sw-product-hero {
        background: #000000 !important;
    }

    .sw-green-glow {
        display: none !important;
    }

    .sw-product-image-stage::before {
        display: none !important;
    }

    .sw-section-card .row {
        row-gap: 20px !important;
    }
}

@media (min-width: 992px) {
    .sw-mobile-gallery-wrapper {
        grid-area: thumbs;
        width: 100%;
    }
}

/* Gallery indicators */
.sw-gallery-dots {
    display: flex;
}

.sw-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #555555;
    transition: background-color 0.25s, transform 0.25s;
}

.sw-dot.active {
    background-color: #4fc442;
    transform: scale(1.2);
}

/* Override footnote color to make it white */
.sw-hero-footnote {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Lightbox Modal Gallery Styles */
.sw-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 14, 1, 0.97);
    align-items: center;
    justify-content: center;
    user-select: none;
}

.sw-lightbox-content {
    max-width: 85%;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sw-lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s, transform 0.2s;
}

.sw-lightbox-close:hover {
    color: #4fc442;
    transform: scale(1.1);
}

.sw-lightbox-prev, .sw-lightbox-next {
    position: absolute;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    color: #ffffff;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.sw-lightbox-prev:hover, .sw-lightbox-next:hover {
    background: #4fc442;
    color: #030e01;
    border-color: #4fc442;
    box-shadow: 0 0 20px rgba(79, 196, 66, 0.4);
}

.sw-lightbox-prev {
    left: 40px;
}

.sw-lightbox-next {
    right: 40px;
}

@media (max-width: 768px) {
    .sw-lightbox {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .sw-lightbox-prev {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sw-lightbox-next {
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sw-lightbox-prev, .sw-lightbox-next {
        width: 45px;
        height: 45px;
        font-size: 20px;
        background: #030e01 !important;
        border: 2px solid #4fc442 !important;
        color: #4fc442 !important;
        box-shadow: 0 4px 12px rgba(79, 196, 66, 0.25) !important;
    }
    .sw-lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 36px;
    }
}

.sw-lightbox-counter {
    position: absolute;
    bottom: 30px;
    color: rgba(255,255,255,0.8);
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    background: rgba(255,255,255,0.08);
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Unique Specification Feature Box Design (avoid page.css collision) */
.sw-spec-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(3, 14, 1, 0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.sw-spec-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(79, 196, 66, 0.08);
    border-color: rgba(79, 196, 66, 0.28);
}

.sw-spec-feature-box i {
    font-size: 2.2rem;
    color: #4fc442 !important;
    margin-bottom: 12px;
    display: inline-block;
    height: auto !important;
    width: auto !important;
}

.sw-spec-feature-box h6 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #030e01 !important;
    margin-bottom: 6px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}

.sw-spec-feature-box small {
    font-size: 0.82rem !important;
    color: rgba(3, 14, 1, 0.6) !important;
    line-height: 1.3 !important;
}

/* Visual Specs Grid and Tables Premium Upgrade */
.sw-product-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.sw-product-spec-group {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.01);
    transition: border-color 0.3s;
}

.sw-product-spec-group:hover {
    border-color: rgba(79, 196, 66, 0.2);
}

.sw-product-spec-group h4 {
    font-size: 1.2rem !important;
    font-weight: 700;
    color: #12570a;
    border-bottom: 2px solid rgba(79, 196, 66, 0.15);
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.sw-product-spec-group dl {
    margin-bottom: 0;
}

.sw-product-spec-group dl > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #f1f5f9;
}

.sw-product-spec-group dl > div:last-child {
    border-bottom: none;
}

.sw-product-spec-group dt {
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 0;
}

.sw-product-spec-group dd {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0;
    text-align: right;
    font-family: inherit !important;
}

@media (max-width: 991px) {
    .sw-product-closing .p-4 {
        padding: 30px 20px !important;
        text-align: center;
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
    }
    .sw-product-closing .d-flex.align-items-center.gap-3 {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
    }
    .sw-product-closing .d-flex.gap-3.flex-wrap {
        flex-direction: column !important;
        width: 100%;
        gap: 12px !important;
    }
    .sw-product-closing .d-flex.gap-3.flex-wrap a,
    .sw-product-closing .d-flex.gap-3.flex-wrap button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px !important;
    }
}

@media (max-width: 767px) {
    .sw-features-bar-section .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .sw-features-bar-section .row > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .sw-features-bar-section .row > div:last-child {
        grid-column: span 2 !important;
    }
    .sw-spec-feature-box {
        padding: 16px 12px !important;
        border-radius: 14px !important;
        height: 100% !important;
    }
    .sw-spec-feature-box i {
        font-size: 1.8rem !important;
        margin-bottom: 8px !important;
    }
    .sw-spec-feature-box h6 {
        font-size: 0.9rem !important;
        margin-bottom: 4px !important;
    }
    .sw-spec-feature-box small {
        font-size: 0.76rem !important;
    }
}

/* Speed & Dimensions Card Layout (65% / 35%) */
.sw-speed-col {
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
}

.sw-dim-col {
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
}

.sw-speed-card {
    padding: 0 !important;
}

.sw-speed-card-layout {
    display: flex;
    height: 100%;
    width: 100%;
}

.sw-speed-card-left {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.sw-speed-card-right {
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    overflow: hidden;
    /* Feather margin on the left for desktop */
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 22%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 22%);
}

.sw-speed-img {
    width: 140%;
    max-width: none !important;
    margin-left: -40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sw-speed-card-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 24px;
    align-items: start;
}

.sw-speed-metrics-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sw-speed-metrics-column .sw-metric-inline {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sw-speed-metrics-column .sw-metric-inline i {
    font-size: 1.8rem !important;
}

.sw-speed-metrics-column .sw-metric-inline strong {
    font-size: 1.05rem !important;
}

.sw-speed-metrics-column .sw-metric-inline span {
    font-size: 0.82rem !important;
}

.sw-speed-checks-column {
    height: auto;
    display: flex;
    align-items: center;
    background: #f3faf2 !important;
}

.sw-speed-checks-column li {
    font-size: 0.88rem !important;
    white-space: nowrap !important;
}

@media (max-width: 991px) {
    .sw-speed-col,
    .sw-dim-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .sw-speed-card-layout {
        flex-direction: column-reverse;
    }
    .sw-speed-card-right {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }
    .sw-speed-img {
        /* Feather margin on the bottom for mobile */
        -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(180deg, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 100%);
        object-position: center !important;
        object-fit: cover !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .sw-speed-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Premium Highlights Bar Design */
.sw-features-bar-container {
    background: #f3faf2;
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 48px;
    flex-wrap: wrap;
    border: 1px solid rgba(79, 196, 66, 0.1);
}

.sw-features-bar-container .sw-spec-feature-box {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    gap: 12px !important;
    height: auto !important;
    transform: none !important;
}

.sw-features-bar-container .sw-spec-feature-box i {
    font-size: 2.2rem !important;
    color: #4fc442 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
}

.sw-features-bar-container .sw-spec-feature-text {
    display: flex;
    flex-direction: column;
}

.sw-features-bar-container .sw-feature-title {
    font-size: 0.94rem;
    font-weight: 700;
    color: #030e01;
    line-height: 1.2;
}

.sw-features-bar-container .sw-feature-desc {
    font-size: 0.78rem;
    color: rgba(3, 14, 1, 0.6);
    line-height: 1.2;
}

@media (max-width: 991px) {
    .sw-features-bar-section {
        padding-top: 0 !important;
        padding-bottom: 24px !important;
    }
    .sw-features-bar-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 20px !important;
        padding: 24px 20px !important;
        border-radius: 20px !important;
    }
    
    .sw-features-bar-container .sw-spec-feature-box {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }
}

/* Premium Closing WhatsApp Card Design */
.sw-closing-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(79, 196, 66, 0.05), 0 1px 3px rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(79, 196, 66, 0.1);
    padding: 30px 40px;
    width: 100%;
}

.sw-closing-wa-logo {
    background: #6cdb2c;
    border-radius: 18px;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(108, 219, 44, 0.22);
}

.sw-closing-wa-logo i {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wa-closing {
    background: #6cdb2c !important;
    color: #030e01 !important;
    border: none !important;
    padding: 14px 28px !important;
    font-size: 0.96rem;
    font-weight: 700;
    border-radius: 99px;
    transition: all 0.25s;
    box-shadow: 0 6px 18px rgba(108, 219, 44, 0.22);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-wa-closing:hover {
    background: #5bd01a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(108, 219, 44, 0.3);
}

.btn-ride-closing {
    background: transparent !important;
    color: #030e01 !important;
    border: 1.5px solid #4fc442 !important;
    padding: 14px 28px !important;
    font-size: 0.96rem;
    font-weight: 700;
    border-radius: 99px;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-ride-closing:hover {
    background: rgba(79, 196, 66, 0.05) !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .sw-closing-card {
        padding: 30px 20px !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
        text-align: center !important;
    }

    .sw-closing-card .d-flex.align-items-center.gap-4 {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
    }

    .sw-closing-actions {
        flex-direction: column !important;
        width: 100%;
        gap: 12px !important;
    }

    .sw-closing-actions a,
    .sw-closing-actions button {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* Premium Layout Cards (Performance & Battery) */
.sw-card-premium-layout {
    width: 100%;
}

.sw-card-white {
    background: #ffffff;
    border: 1px solid rgba(79, 196, 66, 0.12) !important;
}

.sw-card-light-green {
    background: #f4fbf3;
    border: 1px solid rgba(79, 196, 66, 0.15) !important;
}

.sw-premium-layout-inner {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sw-premium-layout-inner.row-reverse {
    flex-direction: row-reverse;
}

.sw-premium-img-wrapper {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    overflow: hidden;
}

.sw-premium-section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sw-premium-content-wrapper {
    flex: 1;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sw-premium-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sw-premium-metrics-grid .sw-metric-inline {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sw-premium-metrics-grid .sw-metric-inline i {
    font-size: 1.8rem !important;
    color: #4fc442 !important;
}

.sw-premium-metrics-grid .sw-metric-inline strong {
    font-size: 1.05rem !important;
    color: #030e01 !important;
}

.sw-premium-metrics-grid .sw-metric-inline span {
    font-size: 0.82rem !important;
    color: rgba(3, 14, 1, 0.6) !important;
}

.sw-premium-actions-row {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .sw-premium-layout-inner,
    .sw-premium-layout-inner.row-reverse {
        flex-direction: column !important;
    }

    .sw-premium-img-wrapper {
        flex: 0 0 auto !important;
        max-width: 100% !important;
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
    }

    .sw-premium-section-img {
        /* Feather margin on the bottom for mobile */
        -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(180deg, rgba(0,0,0,1) 76%, rgba(0,0,0,0) 100%);
        object-fit: cover !important;
    }

    .sw-premium-content-wrapper {
        padding: 30px 20px !important;
    }

    .sw-premium-metrics-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .sw-premium-actions-row {
        flex-direction: column !important;
        width: 100%;
        gap: 12px !important;
    }

    .sw-premium-actions-row button {
        width: 100% !important;
        justify-content: center !important;
    }
}



