/**
 * Silent Modz storefront rebuild
 * Sprint 1: global header stability.
 */

.sm-screen-reader-heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/*
 * The desktop Elementor navigation uses large right margins and permits
 * wrapping. At common laptop widths this pushes Contact beneath Home and
 * collides with the search control. Keep the global navigation on one line.
 */
@media (min-width: 1200px) and (max-width: 1366px) {
    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav {
        flex-wrap: nowrap !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav
        > li.menu-item {
        margin-right: 20px !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav
        > li.menu-item:last-child {
        margin-right: 0 !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    header.elementor-14054 .elementor-element-cc7e822 {
        width: 120px !important;
    }

    header.elementor-14054 .elementor-element-30fa4c69 {
        width: 120px !important;
        padding-left: 20px !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav {
        flex-wrap: nowrap !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav
        > li.menu-item {
        margin-right: 10px !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .elementskit-navbar-nav
        > li.menu-item:last-child {
        margin-right: 0 !important;
    }

    header.elementor-14054
        .elementor-element-2e25da3f
        .ekit-menu-nav-link {
        font-size: 14px !important;
    }
}

/* -------------------------------------------------------------------------
 * Sprint 2: LED PS5 revenue collection
 * ---------------------------------------------------------------------- */

body.term-462 .elementor-location-archive > .elementor-element-9fca5c5 {
    display: none !important;
}

.sm-led-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(42px, 6vw, 86px) 20px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 22%, rgba(42, 203, 222, 0.2), transparent 29%),
        radial-gradient(circle at 25% 70%, rgba(142, 71, 159, 0.23), transparent 36%),
        linear-gradient(145deg, #070b13 0%, #0a111d 58%, #111021 100%);
}

.sm-led-hero__glow {
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.22;
    pointer-events: none;
}

.sm-led-hero__glow--cyan {
    top: -180px;
    right: 10%;
    background: #2acbde;
}

.sm-led-hero__glow--violet {
    bottom: -220px;
    left: 8%;
    background: #8e479f;
}

.sm-led-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
    width: min(1220px, 100%);
    margin: 0 auto;
}

.sm-led-eyebrow {
    margin: 0 0 14px;
    color: #65eaff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.sm-led-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 6.8vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.sm-led-hero__lede {
    max-width: 670px;
    margin: 24px 0;
    color: #cbd5e1;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.55;
}

.sm-led-hero__offer {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
    padding: 10px 12px 10px 16px;
    border: 1px solid rgba(101, 234, 255, 0.32);
    border-radius: 999px;
    color: #dce7f2;
    background: rgba(12, 22, 34, 0.72);
    backdrop-filter: blur(10px);
    font: inherit;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.sm-led-hero__offer:hover,
.sm-led-hero__offer:focus-visible {
    border-color: #65eaff;
    box-shadow: 0 0 28px rgba(101, 234, 255, 0.18);
    transform: translateY(-2px);
}

.sm-led-hero__offer-value {
    padding: 6px 12px;
    border-radius: 999px;
    color: #061018;
    font-weight: 900;
    background: #65eaff;
}

.sm-led-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sm-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    font-family: inherit;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        filter 180ms ease;
}

.sm-button:hover,
.sm-button:focus-visible {
    transform: translateY(-2px);
}

.sm-button--primary {
    color: #071018 !important;
    background: linear-gradient(100deg, #2acbde 0%, #9c55b2 100%);
}

.sm-button--primary:hover {
    filter: brightness(1.12);
}

.sm-button--secondary {
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.04);
}

.sm-button--secondary:hover {
    border-color: #65eaff;
}

.sm-button--signal {
    border-color: rgba(101, 234, 255, 0.65);
    color: #65eaff !important;
    background:
        linear-gradient(120deg, rgba(42, 203, 222, 0.1), rgba(156, 85, 178, 0.14)),
        rgba(6, 16, 24, 0.76);
    box-shadow: inset 0 0 24px rgba(101, 234, 255, 0.04);
}

.sm-button--signal:hover,
.sm-button--signal:focus-visible {
    border-color: #65eaff;
    box-shadow: 0 0 30px rgba(101, 234, 255, 0.16);
}

.sm-led-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 24px 0 0;
    padding: 0;
    color: #aebdca;
    font-size: 13px;
    list-style: none;
}

.sm-led-hero__proof li::before {
    content: "✓";
    margin-right: 7px;
    color: #65eaff;
    font-weight: 900;
}

.sm-led-hero__visual {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 470px;
    border: 1px solid rgba(101, 234, 255, 0.2);
    border-radius: 18px 18px 0 0;
    background:
        radial-gradient(circle at 50% 44%, rgba(101, 234, 255, 0.14), transparent 45%),
        linear-gradient(160deg, #101b2b 0%, #071018 64%, #100d20 100%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.sm-led-hero__image {
    width: 100%;
    height: 100%;
    min-height: 470px;
    padding: clamp(22px, 3vw, 42px);
    object-fit: contain;
}

.sm-led-hero__price {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(5, 10, 17, 0.86);
    backdrop-filter: blur(10px);
}

.sm-led-hero__price small {
    color: #aebdca;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-led-hero__price strong {
    font-size: 24px;
}

.sm-led-social-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.35fr);
    width: min(1220px, 100%);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 8, 14, 0.4);
}

.sm-led-social-proof > * {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-led-social-proof > *:last-child {
    border-right: 0;
}

.sm-led-social-proof strong {
    color: #ffffff;
    font-size: 18px;
}

.sm-led-social-proof span,
.sm-led-social-proof cite {
    margin-top: 3px;
    color: #8fa0ae;
    font-size: 12px;
    font-style: normal;
}

.sm-led-social-proof blockquote {
    color: #dfe8ef;
    font-size: 14px;
    line-height: 1.45;
}

.sm-led-experience {
    display: grid;
    gap: clamp(48px, 7vw, 86px);
    padding: clamp(58px, 8vw, 108px) max(20px, calc((100vw - 1220px) / 2));
    color: #dce6ee;
    background:
        linear-gradient(rgba(101, 234, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(101, 234, 255, 0.025) 1px, transparent 1px),
        #080e17;
    background-size: 52px 52px;
}

.sm-led-experience h2,
.sm-led-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.sm-led-experience h3 {
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: 22px;
}

.sm-led-experience p,
.sm-led-experience li,
.sm-led-final-cta p {
    line-height: 1.65;
}

.sm-led-experience__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    gap: clamp(28px, 7vw, 110px);
    align-items: end;
}

.sm-led-experience__intro > p {
    margin: 0;
    color: #aebdca;
    font-size: 18px;
}

.sm-led-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sm-led-feature-grid article {
    position: relative;
    min-height: 250px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(101, 234, 255, 0.16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0, rgba(142, 71, 159, 0.2), transparent 40%),
        rgba(15, 24, 37, 0.82);
}

.sm-led-feature-grid article::after {
    position: absolute;
    right: -30px;
    bottom: -50px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(101, 234, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 44px rgba(101, 234, 255, 0.09);
    content: "";
}

.sm-led-feature-grid__index {
    color: #65eaff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.sm-led-feature-grid p {
    margin: 0;
    color: #9fb0bd;
}

.sm-led-spectrum,
.sm-led-compatibility {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: center;
    padding: clamp(36px, 5vw, 64px);
    border: 1px solid rgba(178, 76, 255, 0.24);
    border-radius: 20px;
    background:
        radial-gradient(circle at 82% 16%, rgba(101, 234, 255, 0.13), transparent 35%),
        linear-gradient(130deg, rgba(18, 29, 45, 0.96), rgba(16, 12, 31, 0.92));
}

.sm-led-spectrum__copy p:last-child,
.sm-led-compatibility__copy p:last-child {
    margin: 20px 0 0;
    color: #aebdca;
}

.sm-led-spectrum__controls {
    display: grid;
    gap: 28px;
}

.sm-led-spectrum__colors {
    display: grid;
    grid-template-columns: repeat(7, minmax(52px, 1fr));
    gap: 12px;
}

.sm-led-spectrum__dot {
    display: flex;
    min-height: 76px;
    align-items: end;
    justify-content: center;
    padding: 9px 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-shadow: 0 1px 4px #000000;
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.25),
        0 0 22px currentColor;
}

.sm-led-spectrum__dot--red { background: #ff3f51; }
.sm-led-spectrum__dot--lime { background: #b9ff2d; }
.sm-led-spectrum__dot--green { background: #18d969; }
.sm-led-spectrum__dot--cyan { background: #22d8e8; }
.sm-led-spectrum__dot--blue { background: #1c78ff; }
.sm-led-spectrum__dot--purple { background: #9b56e8; }
.sm-led-spectrum__dot--violet { background: #c24dff; }

.sm-led-spectrum__modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sm-led-spectrum__modes span {
    padding: 14px 18px;
    border: 1px solid rgba(101, 234, 255, 0.28);
    border-radius: 999px;
    color: #dffbff;
    background: rgba(101, 234, 255, 0.06);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.sm-led-compatibility {
    border-color: rgba(101, 234, 255, 0.24);
}

.sm-led-compatibility ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-led-compatibility li {
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: rgba(4, 10, 18, 0.44);
}

.sm-led-compatibility strong,
.sm-led-compatibility span {
    display: block;
}

.sm-led-compatibility strong {
    color: #ffffff;
}

.sm-led-compatibility span {
    margin-top: 4px;
    color: #91a4b2;
    font-size: 12px;
}

.sm-led-why > h2 {
    max-width: 780px;
}

.sm-led-why > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.09);
}

.sm-led-why article {
    min-height: 160px;
    padding: 26px;
    background: #0d1622;
}

.sm-led-why strong,
.sm-led-why span {
    display: block;
}

.sm-led-why strong {
    color: #ffffff;
    font-size: 18px;
}

.sm-led-why span {
    margin-top: 9px;
    color: #91a4b2;
    font-size: 13px;
    line-height: 1.55;
}

.sm-led-faq {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(36px, 8vw, 120px);
}

.sm-led-faq details {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sm-led-faq summary {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.sm-led-faq details p {
    max-width: 72ch;
    margin: 14px 0 0;
    color: #aebdca;
}

.sm-led-faq a {
    display: inline-block;
    margin-top: 24px;
    color: #65eaff !important;
    font-weight: 800;
}

.sm-led-final-cta {
    width: min(1180px, calc(100% - 40px));
    margin: 62px auto 84px;
    padding: clamp(42px, 6vw, 72px);
    border: 1px solid rgba(101, 234, 255, 0.25);
    border-radius: 18px;
    color: #dce6ee;
    background:
        radial-gradient(circle at 90% 0, rgba(142, 71, 159, 0.22), transparent 42%),
        #0b1420;
}

.sm-led-final-cta p:not(.sm-led-eyebrow) {
    max-width: 680px;
    margin: 20px 0 26px;
    color: #aebdca;
}

body.term-462 .elementor-element-cc47bb6 > .e-con-inner {
    width: min(1220px, calc(100% - 40px));
    gap: 0 !important;
}

body.term-462 .elementor-element-f7ab05d {
    display: none !important;
}

body.term-462 .elementor-element-36075a1 {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
}

body.term-462 .elementor-element-cc47bb6 {
    padding-top: 54px;
}

.sm-led-grid-anchor {
    position: relative;
    top: -18px;
    scroll-margin-top: 130px;
}

body.term-462 .category-page ul.products.elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body.term-462 .category-page ul.products li.product {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 55%),
        #15171c !important;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

body.term-462 .category-page ul.products li.product:hover {
    transform: translateY(-4px);
    border-color: rgba(101, 234, 255, 0.46);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

body.term-462 .category-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 64px;
    font-size: 17px !important;
    line-height: 1.25;
}

.sm-led-card-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 9px 0 12px;
}

.sm-led-card-proof span {
    padding: 4px 7px;
    border: 1px solid rgba(101, 234, 255, 0.2);
    border-radius: 999px;
    color: #a7dfe8;
    font-size: 10px;
    line-height: 1.2;
}

body.single-product .product_cat-led-controllers .product_title {
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em;
}

/* Show the lead image before the theme's delayed gallery slider initializes. */
body.single-product .product_cat-led-controllers .woocommerce-product-gallery {
    opacity: 1 !important;
}

/* Prevent uninitialized gallery slides from stacking during the slider delay. */
body.single-product
    .product_cat-led-controllers
    .woocommerce-product-gallery__wrapper:not([style])
    > .woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
}

body.single-product .product_cat-led-controllers
    .cpf-rating-stars[title="No reviews yet"] {
    display: none !important;
}

/*
 * The production Shoptimizer product template still contains an imported demo
 * text widget with unsupported $50 worldwide shipping, easy-return, and
 * same-day-dispatch promises. Store policy is rendered by the factual proof
 * panel above, so suppress the obsolete widget on product pages.
 */
body.single-product .summary.entry-summary .product-widget > #text-6 {
    display: none !important;
}

/*
 * Keep the approved seven-item desktop navigation on one line at medium
 * desktop widths. Wide desktop and the dedicated tablet/mobile header retain
 * their Elementor-authored spacing.
 */
@media (min-width: 1200px) and (max-width: 1399px) {
    [data-elementor-type="header"]
    .elementor-element-2e25da3f
    .elementskit-navbar-nav {
        flex-wrap: nowrap !important;
    }

    [data-elementor-type="header"]
    .elementor-element-2e25da3f
    .elementskit-navbar-nav > li {
        margin-right: 28px !important;
    }

    [data-elementor-type="header"]
    .elementor-element-2e25da3f
    .elementskit-navbar-nav > li > a {
        white-space: nowrap;
    }
}

/*
 * WordPress's logged-in admin bar sits above the mobile drawer. Keep the
 * ElementsKit close control reachable for owners while leaving customer
 * positioning untouched.
 */
@media (max-width: 782px) {
    body.admin-bar
    [data-elementor-type="header"]
    .elementor-element-4a0fb21
    .elementskit-menu-close {
        margin-top: 58px !important;
    }
}

@media (min-width: 783px) and (max-width: 1024px) {
    body.admin-bar
    [data-elementor-type="header"]
    .elementor-element-4a0fb21
    .elementskit-menu-close {
        margin-top: 44px !important;
    }
}

.sm-led-product-proof {
    margin: 18px 0 22px;
    padding: 18px;
    border: 1px solid rgba(101, 234, 255, 0.24);
    border-radius: 10px;
    color: #dce6ee;
    background:
        linear-gradient(135deg, rgba(42, 203, 222, 0.08), rgba(142, 71, 159, 0.08)),
        #12161c;
}

.sm-led-product-proof__kicker {
    margin: 0 0 12px;
    color: #65eaff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sm-led-product-proof ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-led-product-proof li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
}

.sm-led-product-proof li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #65eaff;
}

.sm-led-product-proof__offer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.sm-led-product-proof__offer span,
.sm-led-product-proof__offer button,
.sm-led-product-proof__offer a {
    padding: 10px;
    border: 0;
    border-radius: 6px;
    color: #dfe9f1;
    background: rgba(255, 255, 255, 0.05);
    font: inherit;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.sm-led-product-proof__offer button {
    border: 1px solid rgba(101, 234, 255, 0.24);
    color: #65eaff;
    cursor: pointer;
}

.sm-led-product-proof__offer button:hover,
.sm-led-product-proof__offer button:focus-visible,
.sm-led-product-proof__offer a:hover,
.sm-led-product-proof__offer a:focus-visible {
    border-color: #65eaff;
    background: rgba(101, 234, 255, 0.1);
}

.sm-led-product-proof__back {
    display: inline-block;
    margin-top: 14px;
    color: #65eaff !important;
    font-size: 13px;
    font-weight: 700;
}

.sm-support {
    width: min(100% - 40px, 1180px);
    margin: 70px auto 90px;
    color: #dce6ee;
}

.sm-support__hero,
.sm-support__cta {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 7vw, 78px);
    border: 1px solid rgba(101, 234, 255, 0.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at 90% 10%, rgba(142, 71, 159, 0.34), transparent 34%),
        radial-gradient(circle at 10% 80%, rgba(42, 203, 222, 0.2), transparent 38%),
        #0b1017;
}

.sm-support__hero h1 {
    max-width: 12ch;
    margin: 12px 0 18px;
    color: #f8fbff;
    font-size: clamp(46px, 8vw, 86px);
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.sm-support__hero > p:not(.sm-led-eyebrow),
.sm-support__cta > p:not(.sm-led-eyebrow) {
    max-width: 690px;
    color: #b8c5d1;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.sm-support__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sm-support__quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 70px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #10151c;
}

.sm-support__quick div {
    display: grid;
    gap: 5px;
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sm-support__quick div:last-child {
    border-right: 0;
}

.sm-support__quick strong {
    color: #fff;
    font-size: 18px;
}

.sm-support__quick span,
.sm-support__copy,
.sm-support__faqs p {
    color: #aab7c3;
    line-height: 1.65;
}

.sm-support__section {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-support__section h2,
.sm-support__cta h2 {
    margin: 10px 0 28px;
    color: #f7fbff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.sm-support__faqs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sm-support__faqs details {
    padding: 20px;
    border: 1px solid rgba(101, 234, 255, 0.16);
    border-radius: 10px;
    background: #11171e;
}

.sm-support__faqs summary {
    color: #f2f8fc;
    font-weight: 700;
    cursor: pointer;
}

.sm-support__faqs p {
    margin: 14px 0 0;
}

.sm-support__section--split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(35px, 8vw, 100px);
}

.sm-support__copy a {
    display: inline-flex;
    margin-top: 8px;
    color: #65eaff;
    font-weight: 700;
    text-decoration: none;
}

.sm-support__cta {
    margin-top: 60px;
    text-align: center;
}

.sm-support__cta h2,
.sm-support__cta > p {
    margin-right: auto;
    margin-left: auto;
}

.sm-support__cta .sm-button {
    margin-top: 18px;
}

.sm-policy-draft-note,
.sm-policy-approval-note,
.sm-policy-page {
    width: min(100% - 40px, 960px);
    margin-right: auto;
    margin-left: auto;
}

.sm-policy-draft-note {
    margin-top: 60px;
    padding: 22px 26px;
    border: 1px solid rgba(255, 205, 42, 0.42);
    border-radius: 10px;
    color: #f7e8a4;
    background: rgba(255, 205, 42, 0.07);
}

.sm-policy-draft-note h2 {
    margin: 0 0 8px;
    color: #ffdd62;
    font-size: 20px;
}

.sm-policy-draft-note p {
    margin: 0;
}

.sm-policy-approval-note {
    margin-top: 60px;
    padding: 22px 26px;
    border: 1px solid rgba(42, 203, 222, 0.42);
    border-radius: 10px;
    color: #c8f7fc;
    background: rgba(42, 203, 222, 0.08);
}

.sm-policy-approval-note h2 {
    margin: 0 0 8px;
    color: #65eaff;
    font-size: 20px;
}

.sm-policy-approval-note p {
    margin: 0;
}

.sm-policy-page {
    margin-top: 28px;
    margin-bottom: 90px;
    padding: clamp(28px, 6vw, 64px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    color: #bec9d3;
    background: #0e141b;
}

body.sm-dark-content-page #primary {
    float: none;
    width: min(100%, 1080px);
    margin-right: auto;
    margin-left: auto;
}

body.sm-dark-content-page #secondary {
    display: none !important;
}

body.sm-dark-content-page .entry-title {
    margin-bottom: 18px;
    color: #ffffff !important;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.035em;
}

body.sm-dark-content-page .entry-content h1,
body.sm-dark-content-page .entry-content h2,
body.sm-dark-content-page .entry-content h3 {
    color: #f7fbff;
}

.sm-policy-page h1,
.sm-policy-page h2 {
    color: #f7fbff;
}

.sm-policy-page h1 {
    font-size: clamp(42px, 6vw, 68px);
    line-height: 1;
}

.sm-policy-page h2 {
    margin-top: 38px;
    font-size: clamp(26px, 4vw, 36px);
}

.sm-policy-page p,
.sm-policy-page li {
    font-size: 16px;
    line-height: 1.75;
}

.sm-policy-page a {
    color: #65eaff;
}

/* -------------------------------------------------------------------------
 * Controller manual library
 * ---------------------------------------------------------------------- */

.sm-manuals {
    width: min(100% - 40px, 1180px);
    margin: 64px auto 96px;
    color: #dce6ee;
}

.sm-manuals__hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(34px, 7vw, 88px);
    align-items: center;
    overflow: hidden;
    padding: clamp(36px, 7vw, 78px);
    border: 1px solid rgba(101, 234, 255, 0.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 15%, rgba(142, 71, 159, 0.4), transparent 34%),
        radial-gradient(circle at 8% 88%, rgba(42, 203, 222, 0.2), transparent 40%),
        linear-gradient(135deg, #091019, #0c1119 62%, #121022);
}

.sm-manuals__hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(rgba(101, 234, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(101, 234, 255, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, #000, transparent 78%);
    content: "";
}

.sm-manuals__hero h1 {
    max-width: 10ch;
    margin: 14px 0 20px;
    color: #f8fbff;
    font-size: clamp(48px, 7vw, 84px);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.sm-manuals__hero-copy > p:not(.sm-led-eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #b8c5d1;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.sm-manuals__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sm-manuals__console {
    position: relative;
    display: grid;
    justify-items: start;
    min-height: 310px;
    padding: 28px;
    border: 1px solid rgba(101, 234, 255, 0.28);
    border-radius: 14px;
    box-shadow:
        inset 0 0 40px rgba(42, 203, 222, 0.06),
        0 24px 80px rgba(0, 0, 0, 0.28);
    background: rgba(4, 11, 18, 0.78);
}

.sm-manuals__console::after {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    box-shadow: 0 0 18px #65eaff;
    background: #65eaff;
    content: "";
}

.sm-manuals__console > span {
    color: #65eaff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.sm-manuals__console > strong {
    margin-top: 20px;
    color: #fff;
    font-size: clamp(72px, 10vw, 118px);
    line-height: 0.78;
    letter-spacing: -0.07em;
}

.sm-manuals__console > p {
    margin: 12px 0 24px;
    color: #becbd5;
}

.sm-manuals__console ul {
    display: grid;
    gap: 8px;
    width: 100%;
    margin: auto 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.sm-manuals__console li {
    color: #aebac5;
    font-size: 13px;
}

.sm-manuals__console li::before {
    margin-right: 8px;
    color: #65eaff;
    content: "●";
}

.sm-manuals__platform-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 76px;
}

.sm-manuals__platform-nav a {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 16px;
    align-items: center;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background: #10161d;
    transition:
        border-color 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
}

.sm-manuals__platform-nav a:hover,
.sm-manuals__platform-nav a:focus-visible {
    border-color: rgba(101, 234, 255, 0.5);
    outline: 0;
    background: #121c25;
    transform: translateY(-2px);
}

.sm-manuals__platform-nav span {
    grid-row: 1 / 3;
    color: #65eaff;
    font-size: 13px;
    font-weight: 800;
}

.sm-manuals__platform-nav strong {
    font-size: 22px;
}

.sm-manuals__platform-nav small {
    color: #9eacb7;
}

.sm-manual-platform {
    scroll-margin-top: 130px;
    margin-top: 80px;
}

.sm-manual-platform + .sm-manual-platform {
    padding-top: 78px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sm-manual-platform__header {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) auto;
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

.sm-manual-platform__header h2 {
    margin: 8px 0 0;
    color: #f8fbff;
    font-size: clamp(40px, 6vw, 62px);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.sm-manual-platform__header > p {
    max-width: 560px;
    margin: 0;
    color: #aebac5;
    line-height: 1.65;
}

.sm-manual-platform__header > span {
    padding: 8px 12px;
    border: 1px solid rgba(101, 234, 255, 0.24);
    border-radius: 999px;
    color: #bff7ff;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    background: rgba(42, 203, 222, 0.07);
}

.sm-manual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sm-manual-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 126px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 11px;
    background:
        linear-gradient(120deg, rgba(42, 203, 222, 0.045), transparent 42%),
        #10161d;
}

.sm-manual-card::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 2px;
    background: linear-gradient(90deg, #65eaff, #9b56e8);
    content: "";
}

.sm-manual-card__index {
    color: rgba(101, 234, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.sm-manual-card p {
    margin: 0 0 4px;
    color: #7f909f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sm-manual-card h3 {
    margin: 0;
    color: #f5f9fc;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.2;
}

.sm-manual-card__download,
.sm-manual-card__pending {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.sm-manual-card__download {
    color: #061017;
    text-decoration: none;
    background: #65eaff;
}

.sm-manual-card__download:hover,
.sm-manual-card__download:focus-visible {
    color: #fff;
    outline: 0;
    background: #8e479f;
}

.sm-manual-card__pending {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #9eacb7;
    background: rgba(255, 255, 255, 0.035);
}

.sm-manuals__help {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(101, 234, 255, 0.2);
    border-radius: 14px;
    background:
        radial-gradient(circle at 95% 20%, rgba(142, 71, 159, 0.28), transparent 34%),
        #0d141c;
}

.sm-manuals__help h2 {
    margin: 8px 0 10px;
    color: #f8fbff;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.sm-manuals__help p:not(.sm-led-eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #aebac5;
    line-height: 1.65;
}

.sm-manuals__help .sm-button {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .sm-manuals__hero {
        grid-template-columns: 1fr;
    }

    .sm-manuals__console {
        min-height: 260px;
    }

    .sm-manual-platform__header {
        grid-template-columns: 1fr auto;
    }

    .sm-manual-platform__header > p {
        grid-column: 1 / 3;
    }

    .sm-manual-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .sm-manuals {
        width: min(100% - 24px, 1180px);
        margin-top: 30px;
    }

    .sm-manuals__hero {
        padding: 30px 22px;
        border-radius: 12px;
    }

    .sm-manuals__hero h1 {
        font-size: clamp(44px, 16vw, 64px);
    }

    .sm-manuals__actions,
    .sm-manuals__actions .sm-button {
        width: 100%;
    }

    .sm-manuals__platform-nav {
        grid-template-columns: 1fr;
        margin-bottom: 56px;
    }

    .sm-manual-platform {
        margin-top: 56px;
    }

    .sm-manual-platform + .sm-manual-platform {
        padding-top: 56px;
    }

    .sm-manual-platform__header {
        grid-template-columns: 1fr;
    }

    .sm-manual-platform__header > p {
        grid-column: auto;
    }

    .sm-manual-platform__header > span {
        justify-self: start;
    }

    .sm-manual-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sm-manual-card__download,
    .sm-manual-card__pending {
        grid-column: 1 / 3;
        width: 100%;
    }

    .sm-manuals__help {
        display: grid;
    }

    .sm-manuals__help .sm-button {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------
 * Phase 4: cosmic homepage and unified campaign atmosphere
 * ---------------------------------------------------------------------- */

.sm-home-cosmic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(54px, 7vw, 102px) 20px 0;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(4, 10, 19, 0.97) 0%, rgba(7, 16, 28, 0.78) 48%, rgba(5, 10, 18, 0.9) 100%),
        url("../images/silent-modz-cosmic-command-center-v1.webp") center / cover no-repeat,
        #071018;
}

.sm-home-cosmic::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(rgba(101, 234, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(101, 234, 255, 0.035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
    content: "";
    pointer-events: none;
}

.sm-home-cosmic__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(36px, 7vw, 92px);
    align-items: center;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.sm-home-cosmic__copy {
    position: relative;
    z-index: 2;
    padding-bottom: clamp(46px, 6vw, 80px);
}

.sm-home-cosmic__title {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 5.8vw, 80px);
    line-height: 0.91;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.sm-home-cosmic__title span {
    display: block;
}

@media (min-width: 768px) {
    .sm-home-cosmic__title span {
        white-space: nowrap;
    }
}

.sm-home-cosmic__lede {
    max-width: 680px;
    margin: 26px 0 28px;
    color: #c5d2dc;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.65;
}

.sm-home-cosmic__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sm-home-cosmic__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 24px 0 0;
    padding: 0;
    color: #a9bac8;
    font-size: 13px;
    list-style: none;
}

.sm-home-cosmic__signals li::before {
    margin-right: 7px;
    color: #65eaff;
    content: "✓";
    font-weight: 900;
}

.sm-home-cosmic__product {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    min-height: 540px;
    align-self: end;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    border: 1px solid rgba(101, 234, 255, 0.35);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    color: #ffffff !important;
    background:
        linear-gradient(160deg, rgba(101, 234, 255, 0.12), transparent 48%),
        rgba(7, 14, 25, 0.78);
    box-shadow:
        0 38px 110px rgba(0, 0, 0, 0.52),
        0 0 70px rgba(79, 81, 191, 0.16);
    text-decoration: none !important;
    backdrop-filter: blur(16px);
}

.sm-home-cosmic__product::after {
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(to top, rgba(5, 10, 18, 0.98), transparent);
    content: "";
    pointer-events: none;
}

.sm-home-cosmic__orbit {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 88%;
    aspect-ratio: 1;
    border: 1px solid rgba(101, 234, 255, 0.36);
    border-radius: 50%;
    box-shadow:
        0 0 45px rgba(101, 234, 255, 0.17),
        inset 0 0 45px rgba(178, 76, 255, 0.12);
    transform: translate(-50%, -55%) rotate(-14deg);
}

.sm-home-cosmic__orbit::before,
.sm-home-cosmic__orbit::after {
    position: absolute;
    border: 1px solid rgba(178, 76, 255, 0.25);
    border-radius: 50%;
    content: "";
}

.sm-home-cosmic__orbit::before {
    inset: 8%;
}

.sm-home-cosmic__orbit::after {
    inset: 18%;
    border-color: rgba(101, 234, 255, 0.2);
}

.sm-home-cosmic__drop {
    position: absolute;
    z-index: 3;
    top: 22px;
    left: 22px;
    padding: 8px 11px;
    border: 1px solid rgba(101, 234, 255, 0.42);
    border-radius: 999px;
    color: #65eaff;
    background: rgba(7, 16, 24, 0.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.sm-home-cosmic__product-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 405px;
    border-radius: 16px;
    object-fit: contain;
    transition: transform 300ms ease;
}

.sm-home-cosmic__product:hover .sm-home-cosmic__product-image {
    transform: scale(1.025);
}

.sm-home-cosmic__product-copy {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    margin-top: 20px;
}

.sm-home-cosmic__product-copy strong {
    max-width: 28ch;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
}

.sm-home-cosmic__product-copy > span {
    color: #65eaff;
    font-size: 24px;
    font-weight: 900;
}

.sm-home-cosmic__product-copy del {
    color: #8fa0ae;
    font-size: 14px;
}

.sm-home-cosmic__product-copy ins {
    color: inherit;
    text-decoration: none;
}

.sm-home-cosmic__rail {
    display: grid;
    position: relative;
    z-index: 4;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1240px, 100%);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(4, 10, 18, 0.78);
    backdrop-filter: blur(12px);
}

.sm-home-cosmic__rail span {
    min-height: 88px;
    padding: 25px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #9eb0bd;
    font-size: 12px;
    line-height: 1.35;
}

.sm-home-cosmic__rail span:last-child {
    border-right: 0;
}

.sm-home-cosmic__rail strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 17px;
}

header.elementor-14054 .elementor-element-3756acf {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
}

header.elementor-14054 .elementor-element-7566903 {
    width: 100%;
    text-align: center;
}

body.home .elementor-element-44db040 img {
    aspect-ratio: 1 / 1;
    padding: clamp(12px, 2vw, 24px);
    object-fit: contain;
    background:
        radial-gradient(circle at 50% 45%, rgba(101, 234, 255, 0.12), transparent 48%),
        linear-gradient(150deg, #111a29, #080d16 70%, #130f23);
}

body.home .elementor-element-44db040 a:focus-visible,
body.home .elementor-element-c413950 a:focus-visible,
body.home .elementor-element-78c3f6d a:focus-visible {
    outline: 2px solid #65eaff;
    outline-offset: 3px;
}

body.single-product .product_cat-led-controllers
    .woocommerce-product-gallery__image:first-child a {
    display: block;
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 44%, rgba(101, 234, 255, 0.12), transparent 48%),
        linear-gradient(150deg, #111a29, #080d16 70%, #130f23);
}

body.single-product .product_cat-led-controllers
    .woocommerce-product-gallery__image:first-child img {
    object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
    .sm-home-cosmic__product-image {
        transition: none;
    }
}

@media (max-width: 1024px) {
    .sm-home-cosmic__inner {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    }

    .sm-home-cosmic__product {
        min-height: 500px;
    }

    .sm-home-cosmic__product-image {
        height: 360px;
    }

    .sm-home-cosmic__rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm-home-cosmic__rail span:nth-child(2) {
        border-right: 0;
    }

    .sm-home-cosmic__rail span:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sm-led-hero__inner {
        grid-template-columns: 1fr 0.8fr;
    }

    .sm-led-hero__visual,
    .sm-led-hero__image {
        min-height: 390px;
    }

    .sm-led-social-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm-led-feature-grid {
        grid-template-columns: 1fr;
    }

    .sm-led-feature-grid article {
        min-height: 200px;
    }

    .sm-led-spectrum,
    .sm-led-compatibility {
        grid-template-columns: 1fr;
    }

    .sm-led-why > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.term-462 .category-page ul.products.elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.single-product .woocommerce-product-gallery .zoomImg {
        display: none !important;
    }

    body.home #n2-ss-2 {
        background:
            linear-gradient(180deg, rgba(3, 8, 18, 0.08), rgba(3, 8, 18, 0.42)),
            url("../images/blue-flames-led-ps5-controller-transparent.webp") center 56% / 84% auto no-repeat,
            url("../images/silent-modz-cosmic-command-center-v1.webp") center / cover no-repeat,
            #030812;
    }

    .sm-home-cosmic {
        padding: 42px 15px 0;
        background-position: center;
    }

    .sm-home-cosmic__inner {
        grid-template-columns: 1fr;
    }

    .sm-home-cosmic__copy {
        padding-bottom: 14px;
    }

    .sm-home-cosmic__title {
        font-size: clamp(48px, 15vw, 68px);
        line-height: 0.94;
    }

    .sm-home-cosmic__lede {
        margin: 20px 0;
        font-size: 16px;
    }

    .sm-home-cosmic__actions,
    .sm-home-cosmic__actions .sm-button {
        width: 100%;
    }

    .sm-home-cosmic__signals {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .sm-home-cosmic__product {
        min-height: 455px;
        margin-top: 20px;
        padding: 15px;
        border-radius: 18px 18px 0 0;
    }

    .sm-home-cosmic__product-image {
        height: 330px;
        border-radius: 12px;
    }

    .sm-home-cosmic__drop {
        top: 14px;
        left: 14px;
    }

    .sm-home-cosmic__product-copy {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-top: 14px;
    }

    .sm-home-cosmic__product-copy strong {
        font-size: 15px;
    }

    .sm-home-cosmic__product-copy > span {
        font-size: 20px;
    }

    .sm-home-cosmic__rail span {
        min-height: 82px;
        padding: 18px 15px;
    }

    .sm-led-hero {
        padding: 38px 15px 0;
    }

    .sm-led-hero__inner {
        grid-template-columns: 1fr;
    }

    .sm-led-hero h1 {
        font-size: clamp(48px, 16vw, 68px);
    }

    .sm-led-hero__lede {
        margin: 18px 0;
        font-size: 16px;
    }

    .sm-led-hero__offer {
        width: 100%;
        justify-content: space-between;
    }

    .sm-led-hero__actions,
    .sm-button {
        width: 100%;
    }

    .sm-led-hero__visual,
    .sm-led-hero__image {
        min-height: 360px;
    }

    .sm-led-social-proof {
        grid-template-columns: 1fr 1fr;
    }

    .sm-led-social-proof > * {
        min-height: 96px;
        padding: 16px;
    }

    .sm-led-social-proof blockquote {
        grid-column: 1 / -1;
    }

    .sm-led-experience {
        gap: 44px;
        padding: 54px 15px;
    }

    .sm-led-experience__intro,
    .sm-led-faq {
        grid-template-columns: 1fr;
    }

    .sm-led-experience__intro > p {
        font-size: 16px;
    }

    .sm-led-feature-grid article {
        min-height: 0;
        padding: 25px;
    }

    .sm-led-spectrum,
    .sm-led-compatibility {
        gap: 30px;
        padding: 28px 20px;
        border-radius: 14px;
    }

    .sm-led-spectrum__colors {
        grid-template-columns: repeat(4, minmax(48px, 1fr));
    }

    .sm-led-spectrum__dot {
        min-height: 64px;
    }

    .sm-led-compatibility ul,
    .sm-led-why > div {
        grid-template-columns: 1fr;
    }

    .sm-led-compatibility li,
    .sm-led-why article {
        min-height: 0;
    }

    .sm-led-final-cta {
        width: min(100% - 28px, 1180px);
        margin: 44px auto 58px;
        padding: 32px 22px;
    }

    body.term-462 .elementor-element-cc47bb6 > .e-con-inner {
        width: min(100% - 24px, 1220px);
    }

    body.term-462 .elementor-element-cc47bb6 {
        padding-top: 34px;
    }

    body.term-462 .category-page ul.products.elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.term-462 .category-page ul.products li.product {
        padding: 12px !important;
    }

    body.term-462 .category-page ul.products li.product .woocommerce-loop-product__title {
        min-height: 62px;
        font-size: 14px !important;
    }

    .sm-led-card-proof span {
        font-size: 9px;
    }

    body.single-product .product_cat-led-controllers .product_title {
        font-size: 34px !important;
    }

    .sm-led-product-proof ul,
    .sm-led-product-proof__offer {
        grid-template-columns: 1fr;
    }

    .sm-support {
        width: min(100% - 28px, 1180px);
        margin: 38px auto 60px;
    }

    .sm-support__hero,
    .sm-support__cta {
        padding: 30px 22px;
        border-radius: 12px;
    }

    .sm-support__hero h1 {
        font-size: 48px;
    }

    .sm-support__actions {
        display: grid;
    }

    .sm-support__quick,
    .sm-support__faqs,
    .sm-support__section--split {
        grid-template-columns: 1fr;
    }

    .sm-support__quick {
        margin-bottom: 45px;
    }

    .sm-support__quick div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sm-support__quick div:last-child {
        border-bottom: 0;
    }

    .sm-support__section {
        padding: 42px 0;
    }

    .sm-policy-draft-note,
    .sm-policy-approval-note,
    .sm-policy-page {
        width: min(100% - 28px, 960px);
    }

    .sm-policy-draft-note,
    .sm-policy-approval-note {
        margin-top: 34px;
        padding: 18px;
    }

    .sm-policy-page {
        margin-bottom: 60px;
        padding: 26px 20px;
    }
}
