:root {
    --sidersul-products-red: #ed3237;
    --sidersul-products-red-dark: #b81822;
    --sidersul-products-graphite: #373435;
    --sidersul-products-graphite-2: #211f20;
    --sidersul-products-graphite-3: #121111;
    --sidersul-products-metal: #aeb6bf;
    --sidersul-products-gray: #f2f3f4;
    --sidersul-products-gray-2: #dfe3e7;
    --sidersul-products-white: #ffffff;
    --sidersul-products-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
    --sidersul-products-red-shadow: 0 18px 36px rgba(237, 50, 55, 0.28);
    --sidersul-products-container: 1180px;
    --sidersul-products-cut-large: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
    --sidersul-products-cut-small: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

@font-face {
    font-family: "Bank Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url("https://sidersulindustrial.com.br/wp-content/uploads/2022/10/BankGothicBT-Medium.woff2") format("woff2"),
        url("https://sidersulindustrial.com.br/wp-content/uploads/2022/10/BankGothicBT-Medium.woff") format("woff");
}

.sidersul-produtos-template {
    margin: 0;
    background: var(--sidersul-products-graphite-3);
    overflow-x: hidden;
}

.sidersul-products,
.sidersul-products * {
    box-sizing: border-box;
}

.sidersul-products {
    position: relative;
    min-height: 100vh;
    color: var(--sidersul-products-white);
    background:
        radial-gradient(circle at 82% 6%, rgba(237, 50, 55, 0.22), transparent 30%),
        radial-gradient(circle at 8% 28%, rgba(174, 182, 191, 0.14), transparent 24%),
        linear-gradient(118deg, rgba(237, 50, 55, 0.18) 0 9%, transparent 9% 100%),
        linear-gradient(180deg, #090909 0%, #151414 48%, #201f20 100%),
        var(--sidersul-products-graphite-3);
    font-family: Abel, "Segoe UI", Arial, sans-serif;
    line-height: 1.45;
    isolation: isolate;
    overflow-x: hidden;
}

.sidersul-products::before,
.sidersul-products::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.sidersul-products::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
        repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.04) 26px 27px, transparent 27px 54px);
    background-size: 52px 52px, 52px 52px, auto;
    opacity: 0.58;
}

.sidersul-products::after {
    background:
        linear-gradient(118deg, transparent 0 58%, rgba(237, 50, 55, 0.16) 58% 59.2%, transparent 59.2% 100%),
        linear-gradient(145deg, transparent 0 18%, rgba(255, 255, 255, 0.08) 18% 18.3%, transparent 18.3% 100%),
        radial-gradient(circle at 70% 20%, rgba(237, 50, 55, 0.16), transparent 18%);
    opacity: 0.92;
}

.sidersul-products > * {
    position: relative;
    z-index: 1;
}

.sidersul-products a {
    color: inherit;
    text-decoration: none;
}

.sidersul-products img {
    max-width: 100%;
}

.sidersul-products-topbar,
.sidersul-products-hero,
.sidersul-products-section,
.sidersul-products-flow,
.sidersul-products-conversion,
.sidersul-products-footer {
    width: min(100%, var(--sidersul-products-container));
    margin: 0 auto;
    padding-right: 22px;
    padding-left: 22px;
}

.sidersul-products-topbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 86px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.sidersul-products-topbar::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 0;
    left: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), var(--sidersul-products-red), transparent);
    animation: sidersulProductsTopline 5.8s ease-in-out infinite;
}

.sidersul-products-logo-link {
    display: inline-flex;
    flex: 0 0 auto;
}

.sidersul-products-logo {
    display: block;
    width: 250px;
    height: auto;
}

.sidersul-products-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 0.9rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidersul-products-nav a {
    transition: color 180ms ease;
}

.sidersul-products-nav a:hover,
.sidersul-products-nav a[aria-current="page"] {
    color: var(--sidersul-products-white);
}

.sidersul-products-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 0;
    clip-path: var(--sidersul-products-cut-small);
    color: var(--sidersul-products-white);
    background: var(--sidersul-products-red);
    box-shadow: var(--sidersul-products-red-shadow);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sidersul-products-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 58%);
    transform: translateX(-120%);
    transition: transform 560ms ease;
}

.sidersul-products-button:hover {
    color: var(--sidersul-products-white);
    background: #f04449;
    box-shadow: 0 22px 42px rgba(237, 50, 55, 0.34);
    transform: translateY(-2px);
}

.sidersul-products-button:hover::before {
    transform: translateX(120%);
}

.sidersul-products-button-primary {
    min-width: 238px;
}

.sidersul-products-button-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.sidersul-products-button-secondary:hover {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.sidersul-products-button-small {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.82rem;
    box-shadow: none;
}

.sidersul-products-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 500px);
    align-items: center;
    gap: 54px;
    min-height: 620px;
    padding-top: 54px;
    padding-bottom: 72px;
}

.sidersul-products-hero-copy {
    max-width: 650px;
}

.sidersul-products-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--sidersul-products-red);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sidersul-products-eyebrow::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 4px;
    background: currentColor;
}

.sidersul-products h1,
.sidersul-products h2,
.sidersul-products h3 {
    margin: 0;
    color: var(--sidersul-products-white);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: uppercase;
}

.sidersul-products h1 {
    max-width: 670px;
    font-size: 3.2rem;
}

.sidersul-products h2 {
    font-size: 2.25rem;
}

.sidersul-products h3 {
    font-size: 1.2rem;
}

.sidersul-products-subtitle {
    max-width: 570px;
    margin: 22px 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.18rem;
}

.sidersul-products-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sidersul-products-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.sidersul-products-trust-row span,
.sidersul-products-application-list span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.98rem;
}

.sidersul-products-trust-row span::before,
.sidersul-products-application-list span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background: var(--sidersul-products-red);
    transform: rotate(45deg);
}

.sidersul-products-hero-media {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 470px;
    overflow: hidden;
    padding: 38px;
    clip-path: var(--sidersul-products-cut-large);
    background:
        radial-gradient(circle at 78% 16%, rgba(237, 50, 55, 0.26), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(160deg, #2c2a2b 0%, #171616 54%, #0c0c0c 100%);
    box-shadow: var(--sidersul-products-shadow), var(--sidersul-products-red-shadow);
}

.sidersul-products-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%);
    background-size: 38px 38px;
    opacity: 0.64;
}

.sidersul-products-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    clip-path: var(--sidersul-products-cut-large);
    box-shadow:
        inset 0 0 0 3px var(--sidersul-products-red),
        inset 0 -5px 0 rgba(255, 255, 255, 0.86),
        inset 0 0 0 10px rgba(255, 255, 255, 0.07);
    animation: sidersulProductsBorderPulse 4.8s ease-in-out infinite;
}

.sidersul-products-blueprint {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
}

.sidersul-products-blueprint::before,
.sidersul-products-blueprint::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.sidersul-products-blueprint::before {
    top: -20%;
    bottom: -20%;
    left: -38%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), rgba(237, 50, 55, 0.24), transparent);
    transform: skewX(-18deg);
    animation: sidersulProductsSweep 7.4s ease-in-out infinite;
}

.sidersul-products-blueprint::after {
    right: 34px;
    bottom: 38px;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(237, 50, 55, 0.34);
    background:
        linear-gradient(90deg, rgba(237, 50, 55, 0.36) 0 2px, transparent 2px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 100%);
    background-size: 32px 32px;
    opacity: 0.6;
    transform: rotate(45deg);
    animation: sidersulProductsDial 10s linear infinite;
}

.sidersul-products-line,
.sidersul-products-plate {
    position: absolute;
    display: block;
}

.sidersul-products-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), var(--sidersul-products-red), transparent);
    transform-origin: center;
    animation: sidersulProductsLineGlow 4.2s ease-in-out infinite;
}

.sidersul-products-line-one {
    top: 20%;
    left: -12%;
    width: 76%;
    transform: rotate(-14deg);
}

.sidersul-products-line-two {
    top: 55%;
    right: -18%;
    width: 90%;
    animation-delay: -1.3s;
    transform: rotate(-24deg);
}

.sidersul-products-line-three {
    bottom: 21%;
    left: 12%;
    width: 68%;
    opacity: 0.72;
    animation-delay: -2.4s;
    transform: rotate(9deg);
}

.sidersul-products-plate {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 12px),
        rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(237, 50, 55, 0.18), 0 16px 38px rgba(0, 0, 0, 0.24);
    transform: skewX(-12deg);
    animation: sidersulProductsPlateFloat 8s ease-in-out infinite;
}

.sidersul-products-plate-one {
    top: 68px;
    right: 44px;
    width: 180px;
    height: 112px;
}

.sidersul-products-plate-two {
    top: 164px;
    left: 38px;
    width: 210px;
    height: 126px;
    animation-delay: -2s;
}

.sidersul-products-plate-three {
    right: 92px;
    bottom: 86px;
    width: 230px;
    height: 118px;
    animation-delay: -4.4s;
}

.sidersul-products-spec-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 16px;
    width: 100%;
}

.sidersul-products-spec-card,
.sidersul-products-gauge,
.sidersul-products-hero-panel {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--sidersul-products-white);
    background: rgba(15, 15, 15, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(8px);
    animation: sidersulProductsPanelFloat 7.4s ease-in-out infinite;
}

.sidersul-products-spec-card {
    padding: 18px 20px;
}

.sidersul-products-spec-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--sidersul-products-red);
}

.sidersul-products-spec-card span,
.sidersul-products-spec-card strong,
.sidersul-products-spec-card small,
.sidersul-products-gauge span,
.sidersul-products-gauge strong {
    display: block;
}

.sidersul-products-spec-card span,
.sidersul-products-gauge span {
    color: var(--sidersul-products-red);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidersul-products-spec-card strong,
.sidersul-products-gauge strong {
    margin-top: 4px;
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.sidersul-products-spec-card small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
}

.sidersul-products-spec-card-main {
    grid-column: 1 / -1;
}

.sidersul-products-spec-card-secondary {
    animation-delay: -2.2s;
}

.sidersul-products-spec-card-third {
    animation-delay: -4.1s;
}

.sidersul-products-gauge {
    display: grid;
    align-content: center;
    min-height: 124px;
    padding: 16px;
    clip-path: var(--sidersul-products-cut-small);
    background:
        linear-gradient(135deg, rgba(237, 50, 55, 0.24), transparent 52%),
        rgba(15, 15, 15, 0.86);
    animation: sidersulProductsPanelFloat 8.2s ease-in-out infinite -1.5s;
}

.sidersul-products-gauge::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 12px;
    height: 12px;
    background: var(--sidersul-products-red);
    box-shadow: 0 0 0 0 rgba(237, 50, 55, 0.4);
    transform: rotate(45deg);
    animation: sidersulProductsPulse 1.8s ease-in-out infinite;
}

.sidersul-products-hero-panel {
    display: grid;
    align-content: center;
    min-height: 124px;
    padding: 18px;
    border-left: 5px solid var(--sidersul-products-red);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
        rgba(18, 17, 17, 0.86);
    animation-delay: -3.1s;
}

.sidersul-products-hero-panel strong,
.sidersul-products-hero-panel span {
    display: block;
}

.sidersul-products-hero-panel strong {
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.sidersul-products-hero-panel span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
}

.sidersul-products-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.sidersul-products-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.sidersul-products-section-head p {
    max-width: 640px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.08rem;
}

.sidersul-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sidersul-products-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
        rgba(31, 30, 30, 0.92);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sidersul-products-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 72px;
    background: var(--sidersul-products-red);
    z-index: 2;
}

.sidersul-products-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.11) 44%, rgba(237, 50, 55, 0.18) 50%, transparent 58%);
    opacity: 0;
    transform: translateX(-70%);
    transition: opacity 180ms ease, transform 680ms ease;
}

.sidersul-products-card:hover {
    border-color: rgba(237, 50, 55, 0.56);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.sidersul-products-card:hover::after {
    opacity: 1;
    transform: translateX(70%);
}

.sidersul-products-card > * {
    position: relative;
    z-index: 1;
}

.sidersul-products-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--sidersul-products-graphite-3);
}

.sidersul-products-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.5));
}

.sidersul-products-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease, filter 260ms ease;
}

.sidersul-products-card:hover .sidersul-products-card-media img {
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.04);
}

.sidersul-products-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.sidersul-products-card-tag {
    color: var(--sidersul-products-red);
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidersul-products-card h3 {
    margin-top: 7px;
}

.sidersul-products-card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
}

.sidersul-products-card ul {
    display: grid;
    gap: 7px;
    margin: 18px 0 22px;
    padding: 0;
    color: rgba(255, 255, 255, 0.82);
    list-style: none;
}

.sidersul-products-card li {
    position: relative;
    padding-left: 18px;
}

.sidersul-products-card li::before {
    content: "";
    position: absolute;
    top: 0.64em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--sidersul-products-red);
    transform: rotate(45deg);
}

.sidersul-products-card .sidersul-products-button {
    align-self: flex-start;
    margin-top: auto;
}

.sidersul-products-applications {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidersul-products-application-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sidersul-products-flow {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: start;
    padding-top: 72px;
    padding-bottom: 72px;
}

.sidersul-products-flow-copy p:not(.sidersul-products-eyebrow) {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.08rem;
}

.sidersul-products-steps {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.sidersul-products-steps li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 78px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.sidersul-products-steps strong {
    display: grid;
    place-items: center;
    width: 58px;
    height: 50px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    color: var(--sidersul-products-white);
    background: var(--sidersul-products-red);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 1.1rem;
}

.sidersul-products-steps span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.03rem;
}

.sidersul-products-conversion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(115deg, rgba(237, 50, 55, 0.24), transparent 42%),
        rgba(255, 255, 255, 0.05);
}

.sidersul-products-conversion div {
    max-width: 720px;
}

.sidersul-products-conversion p:not(.sidersul-products-eyebrow) {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}

.sidersul-products-footer {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 44px;
    color: rgba(255, 255, 255, 0.72);
}

.sidersul-products-footer img {
    width: 238px;
    height: auto;
}

.sidersul-products-footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: flex-end;
}

.sidersul-products-footer-contact a,
.sidersul-products-footer-contact span {
    color: rgba(255, 255, 255, 0.78);
}

.sidersul-products-reveal {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
    transition: opacity 640ms ease, transform 640ms ease, filter 640ms ease;
}

.sidersul-products-reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

@keyframes sidersulProductsTopline {
    0%, 100% {
        opacity: 0.58;
        transform: scaleX(0.72);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes sidersulProductsBorderPulse {
    0%, 100% {
        opacity: 0.84;
    }

    50% {
        opacity: 1;
    }
}

@keyframes sidersulProductsSweep {
    0%, 18% {
        transform: translateX(0) skewX(-18deg);
    }

    52%, 100% {
        transform: translateX(430%) skewX(-18deg);
    }
}

@keyframes sidersulProductsDial {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
    }
}

@keyframes sidersulProductsLineGlow {
    0%, 100% {
        opacity: 0.46;
        filter: drop-shadow(0 0 0 rgba(237, 50, 55, 0));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 12px rgba(237, 50, 55, 0.55));
    }
}

@keyframes sidersulProductsPlateFloat {
    0%, 100% {
        transform: translateY(0) skewX(-12deg);
    }

    50% {
        transform: translateY(-9px) skewX(-12deg);
    }
}

@keyframes sidersulProductsPanelFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes sidersulProductsPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(237, 50, 55, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(237, 50, 55, 0);
    }
}

@media (max-width: 1080px) {
    .sidersul-products-topbar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sidersul-products-nav {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
    }

    .sidersul-products-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .sidersul-products-hero-copy {
        max-width: none;
        text-align: center;
    }

    .sidersul-products-eyebrow {
        justify-content: center;
    }

    .sidersul-products-subtitle,
    .sidersul-products h1 {
        margin-right: auto;
        margin-left: auto;
    }

    .sidersul-products-actions,
    .sidersul-products-trust-row {
        justify-content: center;
    }

    .sidersul-products-hero-media {
        width: min(100%, 620px);
        margin: 0 auto;
    }

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

@media (max-width: 820px) {
    .sidersul-products h1 {
        font-size: 2.45rem;
    }

    .sidersul-products h2 {
        font-size: 1.88rem;
    }

    .sidersul-products-top-cta {
        display: none;
    }

    .sidersul-products-logo {
        width: 220px;
    }

    .sidersul-products-flow,
    .sidersul-products-conversion,
    .sidersul-products-footer {
        grid-template-columns: 1fr;
    }

    .sidersul-products-conversion {
        display: grid;
        justify-items: start;
    }

    .sidersul-products-footer-contact {
        justify-content: flex-start;
    }

    .sidersul-products-hero-media {
        min-height: 540px;
        padding: 32px;
    }

    .sidersul-products-spec-grid {
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .sidersul-products-topbar,
    .sidersul-products-hero,
    .sidersul-products-section,
    .sidersul-products-flow,
    .sidersul-products-conversion,
    .sidersul-products-footer {
        padding-right: 16px;
        padding-left: 16px;
    }

    .sidersul-products-topbar::after {
        right: 16px;
        left: 16px;
    }

    .sidersul-products-nav {
        gap: 12px;
        font-size: 0.78rem;
    }

    .sidersul-products-hero {
        gap: 34px;
        padding-top: 36px;
        padding-bottom: 52px;
    }

    .sidersul-products h1 {
        font-size: 2rem;
    }

    .sidersul-products h2 {
        font-size: 1.58rem;
    }

    .sidersul-products-subtitle {
        font-size: 1.06rem;
    }

    .sidersul-products-actions {
        display: grid;
    }

    .sidersul-products-button {
        width: 100%;
    }

    .sidersul-products-hero-media {
        min-height: auto;
        padding: 24px 18px 28px;
    }

    .sidersul-products-plate {
        opacity: 0.62;
    }

    .sidersul-products-spec-grid {
        grid-template-columns: 1fr;
    }

    .sidersul-products-spec-card {
        padding: 16px 18px;
    }

    .sidersul-products-gauge,
    .sidersul-products-hero-panel {
        min-height: 108px;
    }

    .sidersul-products-grid {
        grid-template-columns: 1fr;
    }

    .sidersul-products-section,
    .sidersul-products-flow {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .sidersul-products-steps li {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .sidersul-products-steps strong {
        width: 48px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidersul-products *,
    .sidersul-products *::before,
    .sidersul-products *::after {
        transition-duration: 1ms !important;
        animation-duration: 1ms !important;
    }

    .sidersul-products-reveal {
        opacity: 1;
        transform: none;
    }
}
