/* Home critical CSS: first viewport only. Full home.css loads asynchronously. */

.sc-home {
    padding-top: 0;
}

.sc-home p {
    color: var(--aw-muted, #6f7a81);
}

.sc-home-hero.sc-home-shell {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.sc-home-hero {
    display: grid;
    grid-template-columns: minmax(600px, 0.82fr) minmax(720px, 1.18fr);
    min-height: 560px;
    overflow: hidden;
    background: radial-gradient(circle at 72% 48%, rgba(242, 106, 46, 0.13), transparent 34%), linear-gradient(135deg, #ffffff 0%, #f6f8f9 48%, #eef2f4 100%);
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
}

.sc-home-hero__content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(34px, 3.2vw, 58px);
    padding-right: clamp(24px, 2.6vw, 42px);
    padding-bottom: clamp(34px, 3.2vw, 58px);
    padding-left: max(48px, calc((100vw - var(--aw-container, 1560px)) / 2 + 48px));
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 73%, rgba(255, 255, 255, 0) 100%);
}

.sc-home-kicker {
    display: inline-flex;
    width: max-content;
    margin-bottom: 12px;
    color: var(--aw-orange, #f26a2e);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.sc-home h1 {
    max-width: none;
    color: var(--aw-black, #111417);
    font-family: var(--aw-font-heading, "Manrope", "Inter", Arial, sans-serif);
    font-size: clamp(38px, 3.7vw, 68px);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.058em;
}

.sc-home h1 span {
    display: block;
    white-space: nowrap;
}

.sc-home-hero__content > p {
    max-width: 560px;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.46;
}

.sc-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.sc-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    border-radius: 10px;
}

.sc-home-btn--primary {
    color: #ffffff;
    background: var(--aw-orange, #f26a2e);
    border: 1px solid var(--aw-orange, #f26a2e);
}

.sc-home-btn--secondary {
    color: var(--aw-black, #111417);
    background: #ffffff;
    border: 1px solid var(--aw-border, #d9dee2);
}

.sc-home-hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.sc-home-feature {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.sc-home-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--aw-border-soft, #e8ecef);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(17, 20, 23, 0.06);
}

.sc-home-feature__icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.sc-home-feature strong {
    color: var(--aw-black, #111417);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.14;
}

.sc-home-feature small {
    color: var(--aw-muted, #6f7a81);
    font-size: 11.5px;
    line-height: 1.28;
}

.sc-home-hero__visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: radial-gradient(circle at 52% 48%, rgba(242, 106, 46, 0.15), transparent 31%), linear-gradient(135deg, #f5f7f8 0%, #e8edf0 100%);
}

.sc-home-hero__visual::before,
.sc-home-hero__visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.sc-home-hero__visual::before {
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(17, 20, 23, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 20, 23, 0.055) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 55% 46%, #000 0 38%, transparent 76%);
}


@media (max-width: 1180px) {
    .sc-home-hero.sc-home-shell {
        width: min(100% - 48px, var(--aw-container, 1560px));
        margin-right: auto;
        margin-left: auto;
        border-radius: 0 0 22px 22px;
    }

    .sc-home-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .sc-home-hero__content {
        padding-left: clamp(28px, 4vw, 44px);
        background: #ffffff;
    }

    .sc-home h1 span {
        white-space: normal;
    }

    .sc-home-hero__visual {
        min-height: 520px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero.sc-home-shell {
        width: min(100% - 28px, var(--aw-container, 1560px));
    }

    .sc-home-hero__content {
        padding: 28px 22px;
    }

    .sc-home h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .sc-home-hero__content > p {
        font-size: 14px;
    }

    .sc-home-hero__features {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .sc-home-hero__visual {
        min-height: 475px;
    }

    
    
    
    
    
    
    
    
    }

/* Stage 9.4.11 — Platform hero FINAL CLEANUP: consolidated V12 visual state without versioned root classes. */
.sc-home-hero--platform-final {
    grid-template-columns: minmax(560px, 0.74fr) minmax(760px, 1.26fr);
    min-height: 670px;
    background:
        radial-gradient(circle at 72% 54%, rgba(247, 102, 40, 0.09), transparent 29%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #f5f8fa 100%);
}

.sc-home-hero--platform-final .sc-home-hero__content {
    z-index: 8;
}

.sc-home-hero--platform-final .sc-home-hero__visual,
.sc-home-hero--platform-final .sc-home-hero__visual img {
    display: block;
    min-height: 0;
}

.sc-hero-stage {
    position: relative;
    z-index: 2;
    min-height: 670px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 58%, rgba(247, 102, 40, 0.16), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(101, 126, 148, 0.15), transparent 34%),
        linear-gradient(135deg, #f8fafb 0%, #edf2f5 100%);
}

.sc-hero-stage::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 19%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.58) 52%, rgba(255,255,255,0) 100%);
}

.sc-hero-stage__grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(to right, rgba(18, 28, 38, 0.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(18, 28, 38, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 19%, #000 90%, transparent 100%);
    pointer-events: none;
}

.sc-hero-stage__orb {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.sc-hero-stage__orb--one {
    right: 10%;
    top: 8%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(247,102,40,.12), transparent 66%);
}

.sc-hero-stage__orb--two {
    right: 52%;
    bottom: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(95,125,150,.12), transparent 70%);
}


.sc-hero-stage__scene {
    position: absolute;
    inset: 68px 0 104px;
    z-index: 4;
    pointer-events: none;
}

.sc-hero-stage__slot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 455px;
    padding: 0;
    background: transparent;
    border: 0;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) scale(.7);
    transform-origin: center center;
    opacity: 0;
    filter: blur(1px);
    transition:
        transform 760ms cubic-bezier(.2,.78,.22,1),
        opacity 520ms ease,
        filter 640ms ease;
    will-change: transform, opacity, filter;
}

.sc-hero-stage__slot.is-active {
    z-index: 6;
    opacity: 1;
    filter: none;
    transform: translate3d(-50%, -49%, 0) scale(1);
}

.sc-hero-stage__slot.is-prev {
    z-index: 3;
    opacity: .43;
    filter: saturate(.82) blur(.2px);
    transform: translate3d(-103%, -45%, 0) scale(.56);
}

.sc-hero-stage__slot.is-next {
    z-index: 3;
    opacity: .43;
    filter: saturate(.82) blur(.2px);
    transform: translate3d(6%, -45%, 0) scale(.56);
}

.sc-hero-stage__slot.is-hidden {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0) scale(.48);
}

.sc-hero-stage__platform {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 1;
    width: 94%;
    height: 154px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(231,236,241,.96)),
        radial-gradient(ellipse at center, rgba(255,255,255,.94), rgba(218,226,233,.92) 67%, rgba(17,24,31,.12) 100%);
    border: 1px solid rgba(197, 207, 217, 0.95);
    box-shadow:
        inset 0 6px 18px rgba(255,255,255,.9),
        inset 0 -16px 24px rgba(138,152,166,.16),
        0 30px 70px rgba(17,20,23,.12);
    pointer-events: none;
}

.sc-hero-stage__platform::before,
.sc-hero-stage__platform::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sc-hero-stage__platform::before {
    inset: 12px 18px;
    border: 2px solid rgba(255,255,255,.82);
    box-shadow: inset 0 0 0 1px rgba(39,49,58,.08);
}

.sc-hero-stage__platform::after {
    left: 8%;
    right: 8%;
    bottom: 12px;
    height: 16px;
    background: linear-gradient(90deg, transparent 0%, rgba(247,102,40,.72) 17%, rgba(247,102,40,.1) 35%, transparent 50%, rgba(247,102,40,.65) 70%, transparent 100%);
    filter: blur(2px);
    opacity: .72;
}

.sc-hero-stage__platform-core {
    position: absolute;
    inset: 28px 48px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,.94), rgba(234,239,243,.62) 64%, rgba(247,102,40,.08) 100%);
    border: 1px solid rgba(210,218,226,.8);
}

.sc-hero-stage__platform-glow {
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 24px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(247,102,40,.24), rgba(247,102,40,0) 70%);
    filter: blur(10px);
}

.sc-hero-stage__product {
    position: absolute;
    left: 50%;
    bottom: 82px;
    z-index: 3;
    display: block !important;
    width: 92%;
    max-width: none;
    height: 322px !important;
    min-height: 0 !important;
    object-fit: contain;
    object-position: center bottom;
    transform: translateX(-50%);
    filter: drop-shadow(0 28px 42px rgba(17,20,23,.16));
    pointer-events: none;
}

.sc-hero-stage__slot[data-hero-slide-id="welding-torches"] .sc-hero-stage__product,
.sc-hero-stage__slot[data-hero-slide-id="torch-spares"] .sc-hero-stage__product,
.sc-hero-stage__slot[data-hero-slide-id="welding-materials"] .sc-hero-stage__product {
    width: 99%;
}

.sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product {
    height: 350px !important;
}

.sc-hero-stage__slot[data-hero-slide-id="welding-tractors"] .sc-hero-stage__product,
.sc-hero-stage__slot[data-hero-slide-id="generators"] .sc-hero-stage__product,
.sc-hero-stage__slot[data-hero-slide-id="laser-welding"] .sc-hero-stage__product {
    width: 86%;
}


.sc-hero-stage__active-card {
    position: absolute;
    left: 54px;
    bottom: 142px;
    z-index: 10;
    width: 310px;
    padding: 20px 22px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(17, 24, 31, 0.96), rgba(29, 39, 48, 0.94));
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(17, 20, 23, 0.22);
}

.sc-hero-stage__active-card small {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--aw-orange, #f26a2e);
    font-size: 13px;
    font-weight: 900;
}

.sc-hero-stage__active-card strong {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.sc-hero-stage__active-card p {
    margin: 10px 0 0;
    color: rgba(255,255,255,0.76);
    font-size: 12.5px;
    line-height: 1.45;
}

.sc-hero-stage__active-card a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--aw-orange, #f26a2e);
    font-size: 12.5px;
    font-weight: 900;
    text-decoration: none;
}

.sc-hero-stage__controls {
    position: absolute;
    right: max(46px, calc((100vw - var(--aw-container, 1560px)) / 2 + 34px));
    bottom: 142px;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-hero-stage__arrow {
    width: 38px;
    height: 38px;
    color: #111417;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(224, 229, 234, 0.96);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(17, 20, 23, 0.08);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sc-hero-stage__arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(17, 20, 23, 0.12);
}

.sc-hero-stage__dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 2px;
}

.sc-hero-stage__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #c7ced5;
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    transition: width .22s ease, background .22s ease;
}

.sc-hero-stage__dot.is-active {
    width: 28px;
    background: var(--aw-orange, #f26a2e);
}


@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final {
        grid-template-columns: minmax(640px, 0.83fr) minmax(680px, 1.17fr);
    }

    .sc-hero-stage__scene {

    }

    .sc-hero-stage__slot {
        width: 590px;
        height: 420px;
    }

    .sc-hero-stage__product {
        height: 292px !important;
    }

    .sc-hero-stage__active-card {
        left: 32px;
        bottom: 138px;
        width: 282px;
    }

    }

@media (max-width: 1180px) {
    .sc-home-hero--platform-final.sc-home-shell {
        width: min(100% - 48px, var(--aw-container, 1560px));
        margin-right: auto;
        margin-left: auto;
    }

    .sc-home-hero--platform-final {
        grid-template-columns: 1fr;
        border-radius: 28px;
        min-height: 0;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgba(224, 229, 234, 0.96);
        box-shadow: 0 18px 45px rgba(17, 20, 23, 0.05);
    }

    .sc-home-hero--platform-final .sc-home-hero__content {
        padding-left: clamp(28px, 5vw, 52px);
        background: #ffffff;
    }

    .sc-hero-stage {
        min-height: 585px;
    }

    .sc-hero-stage::after {
        content: none;
    }

    
    .sc-hero-stage__scene {
        inset: 72px 0 118px;
    }

    .sc-hero-stage__slot {
        width: 610px;
        height: 410px;
    }

    .sc-hero-stage__slot.is-prev {
        transform: translate3d(-103%, -46%, 0) scale(.48);
        opacity: .22;
    }

    .sc-hero-stage__slot.is-next {
        transform: translate3d(6%, -46%, 0) scale(.48);
        opacity: .22;
    }

    .sc-hero-stage__product {
        height: 288px !important;
    }

    .sc-hero-stage__active-card {
        left: 28px;
        bottom: 92px;
        width: 282px;
    }

    .sc-hero-stage__controls {
        right: 28px;
        bottom: 104px;
    }

    }

@media (max-width: 720px) {
    .sc-home-hero--platform-final.sc-home-shell {
        width: min(100% - 28px, var(--aw-container, 1560px));
        border-radius: 24px;
    }

    .sc-hero-stage {
        min-height: 500px;
    }

    
    .sc-hero-stage__scene {
        inset: 16px 0 156px;
    }

    .sc-hero-stage__slot {
        width: min(100vw - 34px, 520px);
        height: 330px;
    }

    .sc-hero-stage__slot.is-prev,
    .sc-hero-stage__slot.is-next {
        opacity: 0;
        pointer-events: none;
    }

    .sc-hero-stage__platform {
        bottom: 14px;
        height: 108px;
    }

    .sc-hero-stage__product {
        bottom: 62px;
        height: 225px !important;
        width: 98%;
    }

    .sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product {
        height: 244px !important;
    }

    
    
    .sc-hero-stage__active-card {
        right: 16px;
        bottom: 76px;
        left: 16px;
        width: auto;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .sc-hero-stage__active-card strong {
        font-size: 18px;
    }

    .sc-hero-stage__active-card p {
        font-size: 12px;
    }

    
    }

@media (prefers-reduced-motion: reduce) {
    }


.sc-home-hero--platform-final h1 {
    max-width: 680px;
    font-size: clamp(40px, 3.38vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.sc-home-hero--platform-final .sc-home-hero__content > p {
    max-width: 610px;
}


.sc-home-hero--platform-final .sc-hero-stage__scene {
    inset: 42px 0 64px;
}

.sc-home-hero--platform-final .sc-hero-stage__slot.is-active {
    transform: translate3d(-50%, -47%, 0) scale(1.03);
}

.sc-home-hero--platform-final .sc-hero-stage__active-card {
    bottom: 86px;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    right: max(48px, calc((100vw - var(--aw-container, 1560px)) / 2 + 38px));
    bottom: 95px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final h1 {
        max-width: 610px;
        font-size: clamp(42px, 3.28vw, 56px);
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 36px 0 62px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        bottom: 82px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 34px;
        bottom: 92px;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final h1 {
        max-width: 720px;
        font-size: clamp(38px, 7vw, 58px);
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 34px 0 72px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        bottom: 78px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 28px;
        bottom: 92px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final h1 {
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1;
    }

    .sc-home-hero--platform-final h1 span {
        white-space: normal;
    }

    .sc-home-hero--platform-final .sc-hero-stage {
        min-height: 442px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 10px 0 130px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        bottom: 36px;
    }
}


.sc-home-hero--platform-final {
    min-height: 548px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f7f9fa 100%);
}

.sc-home-hero--platform-final .sc-home-kicker {
    display: none !important;
}

.sc-home-hero--platform-final .sc-home-hero__content {
    padding-top: clamp(26px, 2.6vw, 42px);
    padding-bottom: clamp(22px, 2.6vw, 40px);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 79%, rgba(255,255,255,0.70) 100%);
}

.sc-home-hero--platform-final h1 {
    max-width: 650px;
    font-size: clamp(44px, 3.72vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.sc-home-hero--platform-final .sc-home-hero__content > p {
    max-width: 530px;
    margin-top: 16px;
}

.sc-home-hero--platform-final .sc-home-hero__actions {
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 24px;
}

.sc-home-hero--platform-final .sc-home-btn {
    min-height: 50px;
    padding: 0 26px;
    white-space: nowrap;
}

.sc-home-hero--platform-final .sc-home-hero__features {
    margin-top: 26px;
}

.sc-home-hero--platform-final .sc-home-hero__visual {
    background: linear-gradient(180deg, #fbfcfd 0%, #f6f8fa 100%);
}

.sc-home-hero--platform-final .sc-hero-stage {
    min-height: 548px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f6f8fa 100%);
}

.sc-home-hero--platform-final .sc-hero-stage__grid,
.sc-home-hero--platform-final .sc-hero-stage__orb,
.sc-home-hero--platform-final .sc-hero-stage::after {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__scene {
    inset: 18px 0 56px;
}

.sc-home-hero--platform-final .sc-hero-stage__slot {
    width: 680px;
    height: 490px;
}

.sc-home-hero--platform-final .sc-hero-stage__slot.is-active {
    transform: translate3d(-50%, -48%, 0) scale(1.02);
}

.sc-home-hero--platform-final .sc-hero-stage__platform {
    bottom: 20px;
    height: 162px;
}

.sc-home-hero--platform-final .sc-hero-stage__product {
    bottom: 84px;
    width: 94%;
    height: 360px !important;
}

.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welding-torches"] .sc-hero-stage__product,
.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="torch-spares"] .sc-hero-stage__product,
.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welding-materials"] .sc-hero-stage__product {
    width: 100%;
}

.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product {
    height: 378px !important;
}

.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welding-tractors"] .sc-hero-stage__product,
.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="generators"] .sc-hero-stage__product,
.sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="laser-welding"] .sc-hero-stage__product {
    width: 88%;
}


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: 24px;
    bottom: 74px;
    width: 270px;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    right: max(36px, calc((100vw - var(--aw-container, 1560px)) / 2 + 32px));
    bottom: 82px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final h1 {
        max-width: 610px;
        font-size: clamp(40px, 3.15vw, 56px);
    }

    .sc-home-hero--platform-final .sc-home-hero__actions {
        gap: 10px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot {
        width: 620px;
        height: 460px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__product {
        height: 338px !important;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-home-hero__content {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .sc-home-hero--platform-final .sc-home-hero__actions {
        flex-wrap: wrap;
    }

    .sc-home-hero--platform-final .sc-hero-stage {
        min-height: 560px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 20px 0 64px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot {
        width: 620px;
        height: 440px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__product {
        height: 320px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product {
        height: 338px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        bottom: 72px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 28px;
        bottom: 80px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-home-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sc-home-hero--platform-final .sc-home-btn {
        width: 100%;
    }

    .sc-home-hero--platform-final .sc-hero-stage {
        min-height: 452px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 8px 0 126px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot {
        width: min(100vw - 34px, 530px);
        height: 340px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__platform {
        height: 112px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__product {
        bottom: 66px;
        height: 236px !important;
        width: 98%;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product {
        height: 252px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        bottom: 38px;
    }
}


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: clamp(210px, 24%, 360px);
    right: auto;
    bottom: 26px;
    z-index: 9;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    min-height: 96px;
    width: min(560px, calc(100% - 260px));
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(223, 229, 234, 0.96);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(17, 20, 23, 0.08);
    backdrop-filter: blur(16px);
}

.sc-home-hero--platform-final .sc-hero-stage__active-card small {
    align-self: center;
    margin: 0;
    color: var(--aw-orange, #f26a2e);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card strong {
    margin: 0;
    color: var(--aw-black, #111417);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.14;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card p,
.sc-home-hero--platform-final .sc-hero-stage__active-card a {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    right: max(34px, calc((100vw - var(--aw-container, 1560px)) / 2 + 30px));
    bottom: 40px;
    z-index: 10;
}

.sc-home-hero--platform-final .sc-hero-stage__dots {
    gap: 7px;
}

.sc-home-hero--platform-final .sc-hero-stage__dot {
    width: 8px;
    height: 8px;
    background: #d4dbe0;
}

.sc-home-hero--platform-final .sc-hero-stage__dot.is-active {
    width: 30px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 170px;
        width: min(500px, calc(100% - 220px));
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 24px;
        bottom: 26px;
        width: calc(100% - 188px);
        min-height: 84px;
        padding: 16px 20px;
        gap: 14px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card small {
        font-size: 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card strong {
        font-size: 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 24px;
        bottom: 36px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        right: 16px;
        left: 16px;
        width: auto;
        min-height: 72px;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card small {
        font-size: 16px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card strong {
        font-size: 16px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 16px;
        bottom: 104px;
    }
}


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: clamp(110px, 15%, 230px);
    right: auto;
    bottom: 30px;
    z-index: 9;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: start;
    column-gap: 18px;
    row-gap: 8px;
    width: min(640px, calc(100% - 300px));
    min-height: 152px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(228, 233, 237, 0.98);
    border-radius: 28px;
    box-shadow: 0 22px 54px rgba(17, 20, 23, 0.08), inset 0 1px 0 rgba(255,255,255,0.72);
    backdrop-filter: blur(14px);
}

.sc-home-hero--platform-final .sc-hero-stage__active-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0) 28%);
    pointer-events: none;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card small {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: center;
    margin: 0;
    color: var(--aw-orange, #f26a2e);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.01em;
    padding-top: 6px;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card strong {
    grid-column: 2 / span 2;
    grid-row: 1;
    margin: 0;
    color: var(--aw-black, #111417);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.18;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card p {
    display: block !important;
    grid-column: 2 / span 2;
    grid-row: 2;
    margin: 0;
    color: var(--aw-muted, #64707a);
    font-size: 15px;
    line-height: 1.46;
    max-width: 420px;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card a {
    display: inline-flex !important;
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    white-space: nowrap;
    color: var(--aw-orange, #f26a2e);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card a::after {
    content: '→';
    margin-left: 6px;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    right: max(32px, calc((100vw - var(--aw-container, 1560px)) / 2 + 26px));
    bottom: 42px;
    z-index: 10;
}

.sc-home-hero--platform-final .sc-hero-stage__dots {
    gap: 8px;
}

.sc-home-hero--platform-final .sc-hero-stage__dot {
    width: 8px;
    height: 8px;
    background: #d4dbe0;
}

.sc-home-hero--platform-final .sc-hero-stage__dot.is-active {
    width: 32px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 84px;
        width: min(570px, calc(100% - 250px));
        min-height: 144px;
        padding: 22px 24px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        max-width: 360px;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 24px;
        right: 180px;
        width: auto;
        min-height: 136px;
        padding: 20px 22px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card strong {
        font-size: 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        font-size: 14px;
        max-width: none;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 24px;
        bottom: 44px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 16px;
        right: 16px;
        bottom: 34px;
        min-height: 112px;
        padding: 16px 18px;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        row-gap: 6px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card small {
        grid-row: 1 / span 3;
        font-size: 16px;
        padding-top: 4px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card strong {
        grid-column: 2;
        font-size: 17px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        grid-column: 2;
        font-size: 13px;
        line-height: 1.4;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card a {
        grid-column: 2;
        justify-self: start;
        font-size: 13px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 16px;
        bottom: 148px;
    }
}


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: clamp(28px, 6.8%, 92px);
    right: auto;
    bottom: 32px;
    width: min(540px, calc(100% - 420px));
    min-height: 156px;
    padding: 24px 28px;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card p {
    max-width: 360px;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card a {
    justify-self: end;
    align-self: end;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    right: max(28px, calc((100vw - var(--aw-container, 1560px)) / 2 + 24px));
    bottom: 42px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 24px;
        width: min(500px, calc(100% - 350px));
        min-height: 148px;
        padding: 22px 24px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        max-width: 320px;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 20px;
        right: 168px;
        width: auto;
        min-height: 136px;
        padding: 20px 22px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        right: 20px;
        bottom: 42px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 16px;
        right: 16px;
        width: auto;
        bottom: 34px;
        min-height: 114px;
    }
}


.sc-home-hero--platform-final .sc-hero-stage__scene {
    inset: 18px 0 38px;
}

.sc-home-hero--platform-final .sc-hero-stage__platform {
    bottom: 12px;
}

.sc-home-hero--platform-final .sc-hero-stage__product {
    bottom: 76px;
}

@media (max-width: 1180px) {
    }

@media (max-width: 720px) {
    }


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: clamp(28px, 6.8%, 92px);
    bottom: 42px;
    width: min(520px, calc(100% - 430px));
    min-height: 118px;
    padding: 20px 26px;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 8px;
    align-items: center;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card small {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    padding-top: 0;
    font-size: 18px;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card strong {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__active-title {
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    justify-self: start;
    align-self: end;
    gap: 10px;
    margin: 0;
    color: var(--aw-black, #111417);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.16;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.sc-home-hero--platform-final .sc-hero-stage__active-title::after {
    content: '→';
    color: var(--aw-orange, #f26a2e);
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(1px);
    transition: transform .18s ease;
}

.sc-home-hero--platform-final .sc-hero-stage__active-title:hover {
    color: var(--aw-orange, #f26a2e);
}

.sc-home-hero--platform-final .sc-hero-stage__active-title:hover::after {
    transform: translate(4px, 1px);
}

.sc-home-hero--platform-final .sc-hero-stage__active-card p {
    display: block !important;
    grid-column: 2;
    grid-row: 2;
    max-width: 390px;
    margin: 0;
    font-size: 15px;
    line-height: 1.42;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > a:not(.sc-hero-stage__active-title) {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    bottom: 48px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 24px;
        width: min(486px, calc(100% - 360px));
        min-height: 112px;
        padding: 18px 22px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-title {
        font-size: 19px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        max-width: 340px;
        font-size: 14px;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 20px;
        right: 168px;
        width: auto;
        min-height: 112px;
        padding: 18px 20px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-title {
        font-size: 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        font-size: 13px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 16px;
        right: 16px;
        bottom: 34px;
        min-height: 104px;
        padding: 16px 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-title {
        font-size: 17px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card p {
        font-size: 13px;
    }
}


.sc-home-hero--platform-final .sc-hero-stage__active-card {
    left: clamp(28px, 6.8%, 92px);
    right: auto;
    bottom: 42px;
    width: min(520px, calc(100% - 430px));
    min-height: 108px;
    padding: 18px 26px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 6px;
    align-items: center;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > small {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--aw-orange, #f26a2e);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > strong {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
    display: inline-flex !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-items: center !important;
    align-self: end !important;
    justify-self: start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--aw-black, #111417) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    text-decoration: none !important;
    white-space: normal !important;
    transition: color .18s ease, transform .18s ease;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title::after {
    content: '→';
    color: var(--aw-orange, #f26a2e);
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(1px);
    transition: transform .18s ease;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title:hover {
    color: var(--aw-orange, #f26a2e) !important;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title:hover::after {
    transform: translate(4px, 1px);
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > p {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    max-width: 390px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--aw-muted, #64707a);
    font-size: 15px;
    line-height: 1.42;
}

.sc-home-hero--platform-final .sc-hero-stage__active-card > a:not(.sc-hero-stage__active-title) {
    display: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__controls {
    bottom: 48px;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 24px;
        width: min(486px, calc(100% - 360px));
        min-height: 104px;
        padding: 17px 22px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
        font-size: 19px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > p {
        max-width: 340px;
        font-size: 14px;
    }
}

@media (max-width: 1180px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 20px;
        right: 168px;
        width: auto;
        min-height: 106px;
        padding: 17px 20px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
        font-size: 18px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > p {
        font-size: 13px;
    }
}

@media (max-width: 720px) {
    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 16px;
        right: 16px;
        bottom: 34px;
        min-height: 98px;
        padding: 15px 18px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
        font-size: 17px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > p {
        font-size: 13px;
    }
}


/* Stage 9.4.12 — Platform hero V14 mobile fix: compact heading and separated category card/slider controls on phones. */
@media (max-width: 720px) {
    .sc-home-hero--platform-final.sc-home-shell {
        width: min(100% - 20px, var(--aw-container, 1560px));
        border-radius: 22px;
    }

    .sc-home-hero--platform-final .sc-home-hero__content {
        padding: 22px 18px 24px;
        overflow: hidden;
    }

    .sc-home-hero--platform-final h1 {
        max-width: 100%;
        font-size: clamp(30px, 8.8vw, 36px) !important;
        line-height: 1.03 !important;
        letter-spacing: -0.058em;
    }

    .sc-home-hero--platform-final h1 span {
        display: block;
        white-space: normal;
    }

    .sc-home-hero--platform-final .sc-home-hero__content > p {
        max-width: 100%;
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.42;
    }

    .sc-home-hero--platform-final .sc-home-hero__actions {
        gap: 10px;
        margin-top: 20px;
    }

    .sc-home-hero--platform-final .sc-home-btn {
        min-height: 48px;
        width: 100%;
        padding: 0 18px;
        font-size: 14px;
        border-radius: 10px;
    }

    .sc-home-hero--platform-final .sc-home-hero__features {
        gap: 16px;
        margin-top: 24px;
    }

    .sc-home-hero--platform-final .sc-home-feature {
        gap: 6px;
    }

    .sc-home-hero--platform-final .sc-home-feature__icon {
        width: 46px;
        height: 46px;
    }

    .sc-home-hero--platform-final .sc-home-feature strong {
        font-size: 13px;
        line-height: 1.12;
    }

    .sc-home-hero--platform-final .sc-home-feature small {
        font-size: 11.5px;
        line-height: 1.3;
    }

    .sc-home-hero--platform-final .sc-hero-stage {
        min-height: 492px !important;
        overflow: hidden;
        background: linear-gradient(180deg, #fbfcfd 0%, #f6f8fa 100%);
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 0 0 194px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot {
        width: min(100vw - 28px, 520px) !important;
        height: 300px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot.is-active {
        transform: translate3d(-50%, -49%, 0) scale(1) !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot.is-prev,
    .sc-home-hero--platform-final .sc-hero-stage__slot.is-next,
    .sc-home-hero--platform-final .sc-hero-stage__slot.is-hidden {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__platform {
        bottom: 10px !important;
        height: 104px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__product {
        bottom: 58px !important;
        width: 96% !important;
        height: 214px !important;
        max-height: 214px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welding-materials"] .sc-hero-stage__product,
    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="torch-spares"] .sc-hero-stage__product,
    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="welder-ppe"] .sc-hero-stage__product,
    .sc-home-hero--platform-final .sc-hero-stage__slot[data-hero-slide-id="abrasives"] .sc-hero-stage__product {
        height: 224px !important;
        max-height: 224px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        left: 14px !important;
        right: 14px !important;
        bottom: 82px !important;
        z-index: 12;
        width: auto !important;
        min-height: 0 !important;
        padding: 14px 16px !important;
        border-radius: 20px !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        column-gap: 12px !important;
        row-gap: 6px !important;
        align-items: start !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > small {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        align-self: start !important;
        padding-top: 3px !important;
        font-size: 15px !important;
        line-height: 1 !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
        grid-column: 2 !important;
        grid-row: 1 !important;
        max-width: 100% !important;
        font-size: clamp(15px, 4.8vw, 18px) !important;
        line-height: 1.14 !important;
        gap: 8px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title::after {
        font-size: 16px !important;
        transform: translateY(0) !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > p {
        grid-column: 2 !important;
        grid-row: 2 !important;
        max-width: 100% !important;
        font-size: 12.5px !important;
        line-height: 1.34 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sc-home-hero--platform-final .sc-hero-stage__controls {
        left: 14px !important;
        right: 14px !important;
        bottom: 24px !important;
        z-index: 13;
        justify-content: center;
        gap: 8px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__arrow {
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__dots {
        max-width: 144px;
        overflow: hidden;
        gap: 5px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__dot {
        width: 7px;
        height: 7px;
    }

    .sc-home-hero--platform-final .sc-hero-stage__dot.is-active {
        width: 24px;
    }
}

@media (max-width: 390px) {
    .sc-home-hero--platform-final .sc-home-hero__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .sc-home-hero--platform-final h1 {
        font-size: clamp(28px, 8.5vw, 33px) !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage {
        min-height: 476px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__scene {
        inset: 0 0 188px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__product {
        height: 204px !important;
        max-height: 204px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card {
        padding: 13px 14px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > .sc-hero-stage__active-title {
        font-size: 15.5px !important;
    }

    .sc-home-hero--platform-final .sc-hero-stage__active-card > p {
        font-size: 12px !important;
    }
}

/* HOME HERO WHITE BACKGROUND HOTFIX — 2026-05-27
   Scope: only remove decorative grid/background layer from the homepage animated hero.
   Do not change layout, animation, cards, controls, typography or product images.
*/
.sc-home-hero--platform-final .sc-home-hero__visual,
.sc-home-hero--platform-final .sc-hero-stage {
    background: #fff;
}

.sc-home-hero--platform-final .sc-hero-stage__grid {
    background: none;
    background-image: none;
    opacity: 0;
    pointer-events: none;
}

/* HOME-HERO-SLIDER-POLISH-1C critical */
.sc-home-hero--platform-final .sc-home-hero__visual,
.sc-home-hero--platform-final .sc-hero-stage,
.sc-home-hero--platform-final .sc-hero-stage__scene,
.sc-home-hero--platform-final .sc-hero-stage__grid {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

.sc-home-hero--platform-final .sc-hero-stage__grid::before,
.sc-home-hero--platform-final .sc-hero-stage__grid::after,
.sc-home-hero--platform-final .sc-hero-stage__scene::before,
.sc-home-hero--platform-final .sc-hero-stage__scene::after,
.sc-home-hero--platform-final .sc-home-hero__visual::before,
.sc-home-hero--platform-final .sc-home-hero__visual::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
}
