@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");
}

:root {
    --sidersul-red: #ed3237;
    --sidersul-red-dark: #b91f27;
    --sidersul-graphite: #202124;
    --sidersul-black: #0d0e10;
    --sidersul-steel: #a9b1b9;
    --sidersul-line: #d8dde2;
    --sidersul-light: #f2f4f6;
    --sidersul-white: #ffffff;
    --sidersul-container: 1180px;
    --sidersul-shadow: 0 28px 70px rgba(13, 14, 16, 0.18);
}

html {
    scroll-behavior: smooth;
}

body.sidersul-home-template {
    margin: 0;
    background: var(--sidersul-white);
}

body.sidersul-home-menu-open {
    overflow: hidden;
}

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

.sidersul-home {
    width: 100%;
    overflow: hidden;
    background: var(--sidersul-white);
    color: var(--sidersul-graphite);
    font-family: "Abel", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
}

.sidersul-home img {
    display: block;
    max-width: 100%;
}

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

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

.sidersul-home button,
.sidersul-home input,
.sidersul-home select {
    font: inherit;
    letter-spacing: 0;
}

.sidersul-home h1,
.sidersul-home h2,
.sidersul-home h3,
.sidersul-home p {
    margin-top: 0;
}

.sidersul-home h1,
.sidersul-home h2,
.sidersul-home h3,
.sidersul-home-kicker,
.sidersul-home-button,
.sidersul-home-card-link,
.sidersul-home-nav,
.sidersul-home-product-number {
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.sidersul-home h1,
.sidersul-home h2,
.sidersul-home h3 {
    line-height: 1.08;
}

.sidersul-home-container {
    width: min(calc(100% - 48px), var(--sidersul-container));
    margin: 0 auto;
}

.sidersul-home-section {
    position: relative;
    padding: 104px 0;
}

.sidersul-home-section[id] {
    scroll-margin-top: 86px;
}

.sidersul-home-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--sidersul-red);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidersul-home-kicker::before {
    width: 38px;
    height: 3px;
    background: currentColor;
    content: "";
}

.sidersul-home-button,
.sidersul-home-card-link,
.sidersul-home-mobile-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.sidersul-home-button::after,
.sidersul-home-mobile-cta::after {
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -40%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    content: "";
    pointer-events: none;
    transform: skewX(-18deg);
    transition: left 520ms ease;
}

.sidersul-home-button:hover::after,
.sidersul-home-mobile-cta:hover::after {
    left: 120%;
}

.sidersul-home-button > *,
.sidersul-home-mobile-cta > * {
    position: relative;
    z-index: 1;
}

.sidersul-home-button b,
.sidersul-home-card-link b,
.sidersul-home-mobile-cta b {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

.sidersul-home-button:hover,
.sidersul-home-card-link:hover,
.sidersul-home-mobile-cta:hover {
    transform: translateY(-2px);
}

.sidersul-home-button-primary {
    background: var(--sidersul-red);
    color: var(--sidersul-white) !important;
    box-shadow: 0 16px 32px rgba(237, 50, 55, 0.24);
}

.sidersul-home-button-primary:hover {
    background: var(--sidersul-red-dark);
    box-shadow: 0 18px 38px rgba(237, 50, 55, 0.34);
}

.sidersul-home-hero .sidersul-home-button-primary {
    animation: sidersul-home-cta-pulse 3.4s ease-in-out infinite;
}

.sidersul-home-scroll-progress {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sidersul-red), #ff6a6e, var(--sidersul-white));
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

body.admin-bar .sidersul-home-scroll-progress {
    top: 32px;
}

.sidersul-home-button-ghost {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(13, 14, 16, 0.35);
    color: var(--sidersul-white) !important;
    backdrop-filter: blur(8px);
}

.sidersul-home-button-ghost:hover {
    border-color: var(--sidersul-white);
    background: rgba(255, 255, 255, 0.1);
}

.sidersul-home-button-light {
    background: var(--sidersul-white);
    color: var(--sidersul-red-dark) !important;
    box-shadow: 0 20px 42px rgba(92, 10, 15, 0.24);
}

.sidersul-home .sidersul-home-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    background:
        linear-gradient(118deg, transparent 0 5%, #08090b 5.1% 8.5%, transparent 8.6%),
        linear-gradient(118deg, rgba(237, 50, 55, 0.16) 0 14%, transparent 14.1%),
        linear-gradient(90deg, #160c0e 0%, #211112 58%, #160d0f 100%);
    box-shadow: none;
    transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.sidersul-home .sidersul-home-header::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
        repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.025) 26px 27px, transparent 27px 54px);
    background-size: 52px 52px, 52px 52px, auto;
    content: "";
    opacity: 0.58;
    pointer-events: none;
}

body.admin-bar .sidersul-home-header {
    top: 32px;
}

.sidersul-home .sidersul-home-header.is-scrolled {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.sidersul-home .sidersul-home-header-inner {
    position: relative;
    z-index: 1;
    display: flex !important;
    width: min(100%, var(--sidersul-container));
    min-height: 90px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 18px 22px;
    gap: 22px;
}

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

.sidersul-home .sidersul-home-logo-link {
    display: inline-flex;
    width: 250px;
    min-width: 250px;
    height: auto;
    align-items: center;
    transition: opacity 180ms ease;
}

.sidersul-home .sidersul-home-logo-link:hover {
    opacity: 0.84;
}

.sidersul-home .sidersul-home-logo-link img {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.sidersul-home .sidersul-home-nav {
    display: flex !important;
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
}

.sidersul-home .sidersul-home-nav a {
    display: inline-flex;
    height: auto;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    transition: color 180ms ease;
}

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

.sidersul-home .sidersul-home-header-cta {
    width: 238px;
    min-width: 238px;
    min-height: 54px;
    justify-content: center;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    font-size: 14px;
    white-space: nowrap;
}

.sidersul-home .sidersul-home-header-cta b {
    display: none;
}

.sidersul-home .sidersul-home-menu-toggle {
    display: none;
}

.sidersul-home-hero {
    position: relative;
    display: flex;
    min-height: 880px;
    align-items: center;
    overflow: hidden;
    background: var(--sidersul-black);
    color: var(--sidersul-white);
}

.sidersul-home-hero::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 126px;
    width: 34%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sidersul-red));
    content: "";
}

.sidersul-home-hero-image,
.sidersul-home-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sidersul-home-hero-image {
    object-fit: cover;
    object-position: center;
    animation: sidersul-home-hero-motion 18s ease-in-out infinite alternate;
    translate: 0 var(--hero-parallax, 0px);
    will-change: transform, translate;
}

.sidersul-home-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(13, 14, 16, 0.94) 0%, rgba(13, 14, 16, 0.72) 47%, rgba(13, 14, 16, 0.2) 78%),
        linear-gradient(0deg, rgba(13, 14, 16, 0.76) 0%, transparent 50%);
}

.sidersul-home-hero-overlay::after {
    position: absolute;
    inset: 0 auto 0 -22%;
    width: 13%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
    content: "";
    pointer-events: none;
    transform: skewX(-12deg);
    animation: sidersul-home-hero-scan 8s ease-in-out infinite 1.8s;
}

.sidersul-home-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 72px;
}

.sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-kicker,
.sidersul-home.has-motion .sidersul-home-hero-content > h1,
.sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-hero-text,
.sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-actions,
.sidersul-home.has-motion .sidersul-home-hero-trust {
    opacity: 0;
    transform: translateY(26px);
}

.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > .sidersul-home-kicker,
.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > h1,
.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > .sidersul-home-hero-text,
.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > .sidersul-home-actions,
.sidersul-home.has-motion.is-ready .sidersul-home-hero-trust {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > h1 { transition-delay: 100ms; }
.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > .sidersul-home-hero-text { transition-delay: 180ms; }
.sidersul-home.has-motion.is-ready .sidersul-home-hero-content > .sidersul-home-actions { transition-delay: 260ms; }
.sidersul-home.has-motion.is-ready .sidersul-home-hero-trust { transition-delay: 380ms; }

.sidersul-home-hero .sidersul-home-kicker {
    color: #ff4b50;
}

.sidersul-home-hero h1 {
    max-width: 760px;
    margin-bottom: 26px;
    font-size: 66px;
    text-transform: uppercase;
}

.sidersul-home-hero-text {
    max-width: 650px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 24px;
    line-height: 1.42;
}

.sidersul-home-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidersul-home-hero-trust {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 104px;
    align-items: center;
    padding: 0 max(24px, calc((100% - var(--sidersul-container)) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(13, 14, 16, 0.7);
    backdrop-filter: blur(12px);
    grid-template-columns: repeat(4, 1fr);
}

.sidersul-home-hero-trust span {
    position: relative;
    padding: 12px 24px 12px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.sidersul-home-hero-trust span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--sidersul-red);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.sidersul-home-hero-trust span:last-child {
    border-right: 0;
}

.sidersul-home-products {
    background:
        linear-gradient(rgba(32, 33, 36, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 33, 36, 0.035) 1px, transparent 1px),
        var(--sidersul-light);
    background-size: 44px 44px;
}

.sidersul-home-section-head {
    display: grid;
    align-items: end;
    margin-bottom: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
}

.sidersul-home-section-head h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--sidersul-black);
    font-size: 44px;
    text-transform: uppercase;
}

.sidersul-home-text-link {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sidersul-red);
    color: var(--sidersul-black) !important;
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.sidersul-home-text-link span {
    margin-left: 10px;
    color: var(--sidersul-red);
    font-family: Arial, sans-serif;
    font-size: 20px;
}

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

.sidersul-home-product-card {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --glow-x: 50%;
    --glow-y: 50%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    border: 1px solid var(--sidersul-line);
    background: var(--sidersul-white);
    box-shadow: 0 18px 48px rgba(13, 14, 16, 0.08);
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
    grid-column: span 4;
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sidersul-home-product-card::before {
    position: absolute;
    z-index: 4;
    inset: 0;
    background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.34), transparent 32%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.sidersul-home-product-card.is-tilting::before {
    opacity: 1;
}

.sidersul-home-product-card:nth-child(4),
.sidersul-home-product-card:nth-child(5) {
    grid-column: span 6;
}

.sidersul-home-product-card:hover {
    z-index: 2;
    border-color: rgba(237, 50, 55, 0.7);
    box-shadow: var(--sidersul-shadow);
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-7px);
}

.sidersul-home-product-media {
    position: relative;
    display: flex;
    height: 235px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, #eef1f3 0%, #ffffff 55%, #dfe3e6 100%);
}

.sidersul-home-product-media::after {
    position: absolute;
    right: -28px;
    bottom: -46px;
    width: 160px;
    height: 100px;
    background: var(--sidersul-red);
    content: "";
    opacity: 0.9;
    transform: rotate(-34deg);
}

.sidersul-home-product-media img {
    position: relative;
    z-index: 2;
    width: 94%;
    height: 92%;
    object-fit: contain;
    filter: drop-shadow(0 20px 18px rgba(13, 14, 16, 0.28));
    transform: scale(1.08);
    transition: transform 300ms ease;
}

.sidersul-home-product-card:hover .sidersul-home-product-media img {
    transform: scale(1.15) translateY(-3px);
}

.sidersul-home-product-number {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 20px;
    color: rgba(32, 33, 36, 0.12);
    font-size: 52px;
    line-height: 1;
}

.sidersul-home-product-body {
    padding: 28px 26px 30px;
}

.sidersul-home-product-body h3 {
    min-height: 48px;
    margin-bottom: 13px;
    color: var(--sidersul-black);
    font-size: 20px;
    text-transform: uppercase;
}

.sidersul-home-product-body p {
    min-height: 54px;
    margin-bottom: 22px;
    color: #5f666d;
    font-size: 17px;
    line-height: 1.45;
}

.sidersul-home-card-link {
    min-height: 40px;
    justify-content: flex-start;
    padding: 0;
    color: var(--sidersul-red-dark) !important;
    font-size: 12px;
}

.sidersul-home-card-link:hover {
    transform: translateX(4px);
}

.sidersul-home-numbers {
    position: relative;
    overflow: hidden;
    padding: 108px 0 112px;
    background:
        linear-gradient(90deg, rgba(13, 14, 16, 0.98) 0%, rgba(13, 14, 16, 0.9) 52%, rgba(13, 14, 16, 0.72) 100%),
        linear-gradient(0deg, rgba(13, 14, 16, 0.78), rgba(13, 14, 16, 0.18)),
        url("../img/frota-sidersul.webp") center 58% / cover no-repeat;
    color: var(--sidersul-white);
}

.sidersul-home-numbers::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(110deg, transparent 0 63%, rgba(237, 50, 55, 0.12) 63% 64%, transparent 64%);
    background-size: 48px 48px, 48px 48px, 100% 100%;
    content: "";
    animation: sidersul-home-metric-grid 16s linear infinite;
}

.sidersul-home-numbers::after {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 0;
    left: 0;
    width: 42%;
    height: 3px;
    background: linear-gradient(90deg, var(--sidersul-red), rgba(237, 50, 55, 0));
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1200ms ease 320ms;
}

.sidersul-home-numbers.is-counted::after {
    transform: scaleX(1);
}

.sidersul-home-numbers > .sidersul-home-container {
    position: relative;
    z-index: 1;
}

.sidersul-home-numbers > .sidersul-home-container::before {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: -20px;
    color: rgba(255, 255, 255, 0.035);
    content: "SIDERSUL";
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: clamp(92px, 10vw, 168px);
    line-height: 0.8;
    pointer-events: none;
    white-space: nowrap;
}

.sidersul-home-numbers > .sidersul-home-container::after {
    position: absolute;
    z-index: 5;
    top: 118px;
    bottom: -28px;
    left: -18%;
    width: 12%;
    background: linear-gradient(90deg, transparent, rgba(237, 50, 55, 0.16), transparent);
    content: "";
    pointer-events: none;
    transform: skewX(-12deg);
    animation: sidersul-home-metric-scan 6.4s ease-in-out infinite 1.2s;
}

.sidersul-home-numbers-head {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.sidersul-home-numbers .sidersul-home-kicker {
    justify-content: center;
    margin-bottom: 18px;
    color: #ff4b50;
}

.sidersul-home-numbers h2 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--sidersul-white);
    font-size: 44px;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase;
}

.sidersul-home-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    counter-reset: sidersul-metric;
}

.sidersul-home-number {
    position: relative;
    overflow: hidden;
    min-height: 214px;
    padding: 38px 24px 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025) 58%),
        rgba(22, 23, 26, 0.86);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
    counter-increment: sidersul-metric;
    backdrop-filter: blur(10px);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.sidersul-home-numbers.is-counted .sidersul-home-number {
    animation: sidersul-home-metric-enter 760ms cubic-bezier(0.18, 0.8, 0.25, 1) both;
}

.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(2) { animation-delay: 110ms; }
.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(3) { animation-delay: 220ms; }
.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(4) { animation-delay: 330ms; }

.sidersul-home-number::before {
    position: absolute;
    top: 0;
    right: 24px;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sidersul-red), rgba(237, 50, 55, 0.08));
    content: "";
    transform: scaleX(0.22);
    transform-origin: left center;
    transition: transform 520ms ease;
}

.sidersul-home-numbers.is-counted .sidersul-home-number::before {
    animation: sidersul-home-metric-rail 950ms ease forwards;
}

.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(2)::before { animation-delay: 130ms; }
.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(3)::before { animation-delay: 260ms; }
.sidersul-home-numbers.is-counted .sidersul-home-number:nth-child(4)::before { animation-delay: 390ms; }

.sidersul-home-number::after {
    position: absolute;
    right: 19px;
    bottom: 11px;
    color: rgba(255, 255, 255, 0.06);
    content: "0" counter(sidersul-metric);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 60px;
    line-height: 1;
    pointer-events: none;
}

.sidersul-home-number:hover,
.sidersul-home-number.sidersul-home-reveal.is-visible:hover {
    z-index: 2;
    border-color: rgba(237, 50, 55, 0.74);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(237, 50, 55, 0.12);
    transform: translateY(-7px);
}

.sidersul-home-number:hover::before {
    transform: scaleX(1);
}

.sidersul-home-number strong {
    position: relative;
    display: block;
    z-index: 1;
    min-height: 58px;
    margin-bottom: 28px;
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: clamp(38px, 3vw, 48px);
    line-height: 1.05;
    white-space: nowrap;
}

.sidersul-home-number:nth-child(2) strong,
.sidersul-home-number:nth-child(4) strong {
    font-size: clamp(29px, 2.25vw, 36px);
}

.sidersul-home-number strong.is-complete {
    animation: sidersul-home-metric-complete 780ms ease;
}

.sidersul-home-number strong::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 42px;
    height: 3px;
    background: var(--sidersul-red);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 520ms ease;
}

.sidersul-home-numbers.is-counted .sidersul-home-number strong::after {
    transform: scaleX(1);
}

.sidersul-home-number:nth-child(2) strong::after { transition-delay: 100ms; }
.sidersul-home-number:nth-child(3) strong::after { transition-delay: 200ms; }
.sidersul-home-number:nth-child(4) strong::after { transition-delay: 300ms; }

.sidersul-home-number > span:not(.screen-reader-text) {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 185px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.sidersul-home-quote {
    overflow: hidden;
    background: var(--sidersul-graphite);
    color: var(--sidersul-white);
}

.sidersul-home-quote::before {
    position: absolute;
    top: -140px;
    bottom: -140px;
    left: 50%;
    width: 200px;
    background: var(--sidersul-red);
    content: "";
    opacity: 0.12;
    transform: rotate(18deg);
}

.sidersul-home-quote-grid {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 82px;
}

.sidersul-home-quote-copy h2 {
    margin-bottom: 22px;
    font-size: 44px;
    text-transform: uppercase;
}

.sidersul-home-quote-copy > p:not(.sidersul-home-kicker) {
    max-width: 480px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 20px;
}

.sidersul-home-quote-points {
    display: flex;
    gap: 8px;
}

.sidersul-home-quote-points span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.sidersul-home-quote-form {
    display: grid;
    padding: 38px;
    background: var(--sidersul-white);
    color: var(--sidersul-graphite);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sidersul-home-field {
    display: grid;
    gap: 8px;
}

.sidersul-home-field-wide,
.sidersul-home-quote-submit,
.sidersul-home-form-note {
    grid-column: 1 / -1;
}

.sidersul-home-field label {
    color: var(--sidersul-black);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.sidersul-home-field select,
.sidersul-home-field input {
    width: 100%;
    height: 54px;
    padding: 0 14px;
    border: 1px solid #cbd1d6;
    border-radius: 2px;
    outline: 0;
    background: #f8f9fa;
    color: var(--sidersul-graphite);
}

.sidersul-home-field select:focus,
.sidersul-home-field input:focus {
    border-color: var(--sidersul-red);
    box-shadow: 0 0 0 3px rgba(237, 50, 55, 0.12);
}

.sidersul-home .sidersul-home-quote-form .sidersul-home-quote-submit {
    width: 100%;
    border: 1px solid var(--sidersul-red) !important;
    background: var(--sidersul-red) !important;
    color: var(--sidersul-white) !important;
    opacity: 1 !important;
    box-shadow: 0 16px 32px rgba(237, 50, 55, 0.32) !important;
}

.sidersul-home .sidersul-home-quote-form .sidersul-home-quote-submit:hover,
.sidersul-home .sidersul-home-quote-form .sidersul-home-quote-submit:focus-visible {
    border-color: var(--sidersul-red-dark) !important;
    background: var(--sidersul-red-dark) !important;
    box-shadow: 0 18px 38px rgba(237, 50, 55, 0.42) !important;
}

.sidersul-home-form-note {
    margin: -8px 0 0;
    color: #737a80;
    font-size: 14px;
    text-align: center;
}

.sidersul-home-applications {
    display: grid;
    min-height: 760px;
    align-items: stretch;
    overflow: hidden;
    padding: 104px max(24px, calc((100% - 1280px) / 2));
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(118deg, transparent 0 69%, rgba(237, 50, 55, 0.09) 69% 70%, transparent 70%),
        var(--sidersul-black);
    background-size: 48px 48px, 48px 48px, 100% 100%, auto;
    grid-template-columns: minmax(0, 1.16fr) minmax(430px, 0.84fr);
}

.sidersul-home-applications::before {
    position: absolute;
    z-index: 0;
    top: 30px;
    right: max(24px, calc((100% - 1280px) / 2));
    color: rgba(255, 255, 255, 0.035);
    content: "APLICAÇÕES";
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: clamp(76px, 8vw, 132px);
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
}

.sidersul-home-application-image {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 552px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.38);
    clip-path: polygon(0 0, 100% 0, calc(100% - 72px) 100%, 0 100%);
}

.sidersul-home-application-image::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 48%, rgba(13, 14, 16, 0.42) 100%),
        linear-gradient(0deg, rgba(13, 14, 16, 0.66) 0%, transparent 42%);
    content: "";
    pointer-events: none;
}

.sidersul-home-application-image::after {
    position: absolute;
    z-index: 3;
    right: 31px;
    bottom: 0;
    width: 170px;
    height: 4px;
    background: var(--sidersul-red);
    box-shadow: 0 0 28px rgba(237, 50, 55, 0.66);
    content: "";
    transform: skewX(-24deg) scaleX(0);
    transform-origin: right center;
    transition: transform 900ms ease 300ms;
}

.sidersul-home-application-image.is-visible::after {
    transform: skewX(-24deg) scaleX(1);
}

.sidersul-home-application-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.06);
    transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 900ms ease;
}

.sidersul-home-application-image.is-visible img {
    animation: sidersul-home-application-photo 16s ease-in-out infinite alternate;
    filter: saturate(1.04) contrast(1.02);
}

.sidersul-home-applications:hover .sidersul-home-application-image img {
    filter: saturate(1.12) contrast(1.04);
}

.sidersul-home-application-content {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 46px 0 46px -64px;
    padding: 68px 58px 60px 72px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(228, 232, 235, 0.96)),
        var(--sidersul-light);
    box-shadow: 0 34px 84px rgba(0, 0, 0, 0.34);
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
}

.sidersul-home-application-content::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--sidersul-red), rgba(237, 50, 55, 0.08));
    content: "";
}

.sidersul-home-application-content::after {
    position: absolute;
    top: 18px;
    right: 30px;
    color: rgba(32, 33, 36, 0.055);
    content: "06";
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 72px;
    line-height: 1;
    pointer-events: none;
}

.sidersul-home-application-content h2 {
    width: 100%;
    max-width: 520px;
    margin-bottom: 24px;
    color: var(--sidersul-black);
    font-size: clamp(32px, 3vw, 43px);
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.sidersul-home-application-content > p:not(.sidersul-home-kicker) {
    max-width: 520px;
    margin-bottom: 34px;
    color: #596169;
    font-size: 18px;
    line-height: 1.5;
}

.sidersul-home-application-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    counter-reset: sidersul-application;
}

.sidersul-home-application-list span {
    position: relative;
    min-width: 0;
    min-height: 58px;
    padding: 17px 12px 15px 42px;
    border: 1px solid #d5d9dd;
    background: rgba(255, 255, 255, 0.58);
    counter-increment: sidersul-application;
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.sidersul-home-application-list span::before {
    position: absolute;
    top: 17px;
    left: 14px;
    color: var(--sidersul-red);
    content: "0" counter(sidersul-application);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
}

.sidersul-home-application-list span::after {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 28px;
    height: 3px;
    background: var(--sidersul-red);
    content: "";
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: transform 260ms ease;
}

.sidersul-home-application-list span:hover {
    border-color: var(--sidersul-graphite);
    background: var(--sidersul-graphite);
    color: var(--sidersul-white);
    transform: translateY(-3px);
}

.sidersul-home-application-list span:hover::after {
    transform: scaleX(1);
}

.sidersul-home-application-content.is-visible .sidersul-home-application-list span {
    animation: sidersul-home-application-item 600ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.sidersul-home-application-content.is-visible .sidersul-home-application-list span:nth-child(2) { animation-delay: 80ms; }
.sidersul-home-application-content.is-visible .sidersul-home-application-list span:nth-child(3) { animation-delay: 160ms; }
.sidersul-home-application-content.is-visible .sidersul-home-application-list span:nth-child(4) { animation-delay: 240ms; }
.sidersul-home-application-content.is-visible .sidersul-home-application-list span:nth-child(5) { animation-delay: 320ms; }
.sidersul-home-application-content.is-visible .sidersul-home-application-list span:nth-child(6) { animation-delay: 400ms; }

.sidersul-home-structure {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        var(--sidersul-black);
    background-size: 48px 48px;
    color: var(--sidersul-white);
}

.sidersul-home-section-head-light {
    align-items: end;
}

.sidersul-home-section-head-light h2 {
    color: var(--sidersul-white);
}

.sidersul-home-section-head-light > p {
    max-width: 390px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
}

.sidersul-home-structure-grid {
    display: grid;
    margin-bottom: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    grid-template-columns: repeat(4, 1fr);
}

.sidersul-home-feature {
    min-height: 250px;
    padding: 34px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 220ms ease;
}

.sidersul-home-feature:last-child {
    border-right: 0;
}

.sidersul-home-feature:hover {
    background: rgba(237, 50, 55, 0.11);
}

.sidersul-home-feature strong {
    display: block;
    margin-bottom: 42px;
    color: var(--sidersul-red);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 14px;
}

.sidersul-home-feature h3 {
    margin-bottom: 14px;
    font-size: 18px;
    text-transform: uppercase;
}

.sidersul-home-feature p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.sidersul-home-fleet {
    display: grid;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #18191c;
    grid-template-columns: 1.2fr 0.8fr;
}

.sidersul-home-fleet img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center 42%;
}

.sidersul-home-fleet > div {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 48px;
    overflow: hidden;
}

.sidersul-home-fleet > div::before {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: 20px;
    width: 72px;
    background: var(--sidersul-red);
    content: "";
    opacity: 0.16;
    transform: rotate(14deg);
}

.sidersul-home-fleet span,
.sidersul-home-fleet strong {
    position: relative;
}

.sidersul-home-fleet span {
    margin-bottom: 14px;
    color: var(--sidersul-red);
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.sidersul-home-fleet strong {
    max-width: 360px;
    font-family: "Bank Gothic Medium", Arial, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.14;
    text-transform: uppercase;
}

.sidersul-home-team {
    background: var(--sidersul-white);
}

.sidersul-home-team-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 72px;
}

.sidersul-home-team-image {
    position: relative;
    padding: 0 24px 24px 0;
}

.sidersul-home-team-image::after {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 58%;
    border-right: 3px solid var(--sidersul-red);
    border-bottom: 3px solid var(--sidersul-red);
    content: "";
}

.sidersul-home-team-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1200 / 714;
    object-fit: cover;
    box-shadow: var(--sidersul-shadow);
}

.sidersul-home-team-copy h2 {
    margin-bottom: 24px;
    color: var(--sidersul-black);
    font-size: 42px;
    text-transform: uppercase;
}

.sidersul-home-team-copy > p:not(.sidersul-home-kicker) {
    margin-bottom: 30px;
    color: #596169;
    font-size: 20px;
}

.sidersul-home-contact-links {
    display: grid;
    margin-top: 28px;
    gap: 7px;
}

.sidersul-home-contact-links a {
    width: fit-content;
    border-bottom: 1px solid var(--sidersul-line);
    color: #4b5258;
}

.sidersul-home-final-cta {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background: var(--sidersul-red);
    color: var(--sidersul-white);
}

.sidersul-home-final-cta::before {
    position: absolute;
    top: -100px;
    right: 8%;
    width: 180px;
    height: 420px;
    background: rgba(13, 14, 16, 0.14);
    content: "";
    transform: rotate(18deg);
}

.sidersul-home-final-cta .sidersul-home-container {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 50px;
}

.sidersul-home-final-cta .sidersul-home-kicker {
    color: var(--sidersul-white);
    grid-column: 1 / -1;
    margin-bottom: -30px;
}

.sidersul-home-final-cta h2 {
    max-width: 820px;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
}

.sidersul-home-footer {
    background: var(--sidersul-graphite);
    color: var(--sidersul-white);
}

.sidersul-home-footer-grid {
    display: grid;
    padding-top: 70px;
    padding-bottom: 60px;
    grid-template-columns: 1.35fr 0.65fr 0.9fr 1.1fr;
    gap: 50px;
}

.sidersul-home-footer-brand img {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.sidersul-home-footer-brand p,
.sidersul-home-footer-grid > div > p {
    max-width: 330px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.sidersul-home-footer h2 {
    margin-bottom: 22px;
    color: var(--sidersul-white);
    font-size: 15px;
    text-transform: uppercase;
}

.sidersul-home-footer-grid > div:not(.sidersul-home-footer-brand) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.sidersul-home-footer a {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    transition: color 180ms ease;
}

.sidersul-home-footer a:hover {
    color: var(--sidersul-red);
}

.sidersul-home-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px max(24px, calc((100% - var(--sidersul-container)) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--sidersul-black);
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
}

.sidersul-home-mobile-cta {
    display: none;
}

.sidersul-home-reveal,
.sidersul-home-section-head {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.sidersul-home-reveal.is-visible,
.sidersul-home-section-head.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sidersul-home-product-card.sidersul-home-reveal {
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(28px);
    transition-delay: calc(var(--card-index, 0) * 55ms);
}

.sidersul-home-product-card.sidersul-home-reveal.is-visible {
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0);
}

.sidersul-home-product-card.sidersul-home-reveal.is-visible:hover {
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-7px);
}

@keyframes sidersul-home-hero-motion {
    from { transform: scale(1); }
    to { transform: scale(1.045); }
}

@keyframes sidersul-home-hero-scan {
    0%, 12% { left: -22%; opacity: 0; }
    24% { opacity: 1; }
    56% { left: 112%; opacity: 0.75; }
    57%, 100% { left: 112%; opacity: 0; }
}

@keyframes sidersul-home-cta-pulse {
    0%, 68%, 100% { box-shadow: 0 16px 32px rgba(237, 50, 55, 0.24); }
    78% { box-shadow: 0 18px 42px rgba(237, 50, 55, 0.48), 0 0 0 8px rgba(237, 50, 55, 0.1); }
}

@keyframes sidersul-home-metric-grid {
    from { background-position: 0 0, 0 0, 0 0; }
    to { background-position: 48px 48px, 48px 48px, 0 0; }
}

@keyframes sidersul-home-metric-scan {
    0%, 14% { left: -18%; opacity: 0; }
    24% { opacity: 1; }
    62% { left: 108%; opacity: 0.8; }
    63%, 100% { left: 108%; opacity: 0; }
}

@keyframes sidersul-home-metric-enter {
    from { opacity: 0; filter: blur(5px); translate: 0 34px; }
    to { opacity: 1; filter: blur(0); translate: 0 0; }
}

@keyframes sidersul-home-metric-rail {
    0% { opacity: 0.35; transform: scaleX(0.04); }
    58% { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0.9; transform: scaleX(0.34); }
}

@keyframes sidersul-home-metric-complete {
    0%, 100% { color: var(--sidersul-white); filter: none; }
    48% { color: #ffffff; filter: drop-shadow(0 0 13px rgba(237, 50, 55, 0.72)); }
}

@keyframes sidersul-home-application-photo {
    from { transform: scale(1.06) translateX(0); }
    to { transform: scale(1.12) translateX(-1.5%); }
}

@keyframes sidersul-home-application-item {
    from { opacity: 0; clip-path: inset(0 100% 0 0); translate: 18px 0; }
    to { opacity: 1; clip-path: inset(0 0 0 0); translate: 0 0; }
}

@keyframes sidersul-home-header-line {
    0%, 100% { opacity: 0.58; transform: scaleX(0.72); }
    50% { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 1100px) {
    .sidersul-home .sidersul-home-header-inner {
        gap: 20px;
    }

    .sidersul-home .sidersul-home-logo-link {
        width: 225px;
        min-width: 225px;
    }

    .sidersul-home .sidersul-home-logo-link img {
        width: 225px;
    }

    .sidersul-home .sidersul-home-nav {
        gap: 18px;
        font-size: 11px;
    }

    .sidersul-home .sidersul-home-header-cta {
        width: 220px;
        min-width: 220px;
        padding: 0 18px;
    }

    .sidersul-home-hero h1 {
        font-size: 56px;
    }

    .sidersul-home-quote-grid {
        gap: 48px;
    }

    .sidersul-home-application-content {
        padding-right: 46px;
        padding-left: 46px;
    }

    .sidersul-home-team-grid {
        gap: 46px;
    }
}

@media (max-width: 860px) {
    body.admin-bar .sidersul-home-header {
        top: 46px;
    }

    .sidersul-home-container,
    .sidersul-home-header-inner {
        width: min(calc(100% - 36px), var(--sidersul-container));
    }

    .sidersul-home-section {
        padding: 80px 0;
    }

    .sidersul-home .sidersul-home-header-inner {
        width: min(calc(100% - 36px), var(--sidersul-container));
        min-height: 76px;
        justify-content: space-between;
        padding: 15px 0;
        gap: 18px;
    }

    .sidersul-home .sidersul-home-header-inner::after {
        right: 0;
        left: 0;
    }

    .sidersul-home .sidersul-home-logo-link {
        width: 220px;
        min-width: 0;
        height: auto;
        padding-right: 0;
        border-right: 0;
    }

    .sidersul-home .sidersul-home-logo-link img {
        width: 220px;
    }

    .sidersul-home .sidersul-home-menu-toggle {
        position: relative;
        z-index: 1002;
        display: grid;
        width: 46px;
        height: 46px;
        place-content: center;
        gap: 5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        background: rgba(13, 14, 16, 0.48);
        cursor: pointer;
    }

    .sidersul-home .sidersul-home-menu-toggle > span:not(.screen-reader-text) {
        display: block;
        width: 21px;
        height: 2px;
        background: var(--sidersul-white);
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .sidersul-home .sidersul-home-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .sidersul-home .sidersul-home-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .sidersul-home .sidersul-home-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .sidersul-home .sidersul-home-nav {
        position: fixed;
        z-index: 1001;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex !important;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        padding: 120px 32px 48px;
        overflow-y: auto;
        background:
            linear-gradient(118deg, rgba(237, 50, 55, 0.14) 0 22%, transparent 22.1%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%),
            rgba(13, 14, 16, 0.99);
        background-size: auto, 52px 52px, 52px 52px, auto;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .sidersul-home .sidersul-home-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .sidersul-home .sidersul-home-nav a {
        width: 100%;
        height: auto;
        padding: 17px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 24px;
    }

    .sidersul-home .sidersul-home-header-cta {
        display: none;
    }

    .sidersul-home-hero {
        min-height: 820px;
    }

    .sidersul-home-hero-overlay {
        background:
            linear-gradient(90deg, rgba(13, 14, 16, 0.94) 0%, rgba(13, 14, 16, 0.62) 70%, rgba(13, 14, 16, 0.3) 100%),
            linear-gradient(0deg, rgba(13, 14, 16, 0.86) 0%, transparent 58%);
    }

    .sidersul-home-hero h1 {
        max-width: 650px;
        font-size: 50px;
    }

    .sidersul-home-hero-text {
        font-size: 21px;
    }

    .sidersul-home-hero-trust {
        min-height: 132px;
        padding: 14px 24px;
        grid-template-columns: 1fr 1fr;
    }

    .sidersul-home-hero-trust span {
        border-right: 0;
    }

    .sidersul-home-section-head,
    .sidersul-home-final-cta .sidersul-home-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sidersul-home-section-head h2,
    .sidersul-home-quote-copy h2,
    .sidersul-home-application-content h2 {
        font-size: 38px;
    }

    .sidersul-home-text-link {
        width: fit-content;
    }

    .sidersul-home-product-card,
    .sidersul-home-product-card:nth-child(4),
    .sidersul-home-product-card:nth-child(5) {
        grid-column: span 6;
    }

    .sidersul-home-product-card:last-child {
        grid-column: 4 / span 6;
    }

    .sidersul-home-numbers {
        padding: 78px 0 82px;
    }

    .sidersul-home-numbers-head {
        margin-bottom: 40px;
    }

    .sidersul-home-numbers h2 {
        max-width: 620px;
        font-size: 38px;
    }

    .sidersul-home-numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .sidersul-home-number {
        min-height: 190px;
        padding: 32px 26px 26px;
    }

    .sidersul-home-quote-grid,
    .sidersul-home-team-grid {
        grid-template-columns: 1fr;
    }

    .sidersul-home-quote-copy {
        max-width: 620px;
    }

    .sidersul-home-applications {
        min-height: 0;
        padding: 80px 24px 88px;
        grid-template-columns: 1fr;
    }

    .sidersul-home-application-image {
        min-height: 470px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), calc(100% - 42px) 100%, 0 100%);
    }

    .sidersul-home-application-content {
        margin: -52px 22px 0;
        padding: 62px 42px 50px;
    }

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

    .sidersul-home-feature:nth-child(2) {
        border-right: 0;
    }

    .sidersul-home-feature:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

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

    .sidersul-home-team-copy {
        max-width: 680px;
    }

    .sidersul-home-final-cta .sidersul-home-kicker {
        margin-bottom: -4px;
    }

    .sidersul-home-final-cta h2 {
        font-size: 34px;
    }

    .sidersul-home-final-cta .sidersul-home-button {
        width: fit-content;
    }

    .sidersul-home-footer-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (max-width: 600px) {
    .sidersul-home {
        font-size: 17px;
    }

    .sidersul-home-container,
    .sidersul-home-header-inner {
        width: min(calc(100% - 30px), var(--sidersul-container));
    }

    .sidersul-home-section {
        padding: 64px 0;
    }

    .sidersul-home .sidersul-home-logo-link {
        width: 196px;
    }

    .sidersul-home .sidersul-home-header-inner {
        width: min(calc(100% - 30px), var(--sidersul-container));
    }

    .sidersul-home .sidersul-home-logo-link img {
        width: 196px;
    }

    .sidersul-home-hero {
        min-height: 760px;
        align-items: flex-start;
        padding-top: 150px;
    }

    .sidersul-home-hero::after {
        display: none;
    }

    .sidersul-home-hero-image {
        object-position: 43% center;
    }

    .sidersul-home-hero-overlay {
        background:
            linear-gradient(90deg, rgba(13, 14, 16, 0.96), rgba(13, 14, 16, 0.45)),
            linear-gradient(0deg, rgba(13, 14, 16, 0.94) 0%, rgba(13, 14, 16, 0.2) 65%);
    }

    .sidersul-home-hero-content {
        padding-top: 0;
    }

    .sidersul-home-hero h1 {
        margin-bottom: 20px;
        font-size: 38px;
    }

    .sidersul-home-hero-text {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.45;
    }

    .sidersul-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sidersul-home-actions .sidersul-home-button {
        width: 100%;
    }

    .sidersul-home-hero-trust {
        min-height: 144px;
        padding: 12px 16px;
    }

    .sidersul-home-hero-trust span {
        padding: 10px 8px 10px 22px;
        font-size: 10px;
    }

    .sidersul-home-hero-trust span::before {
        width: 7px;
        height: 7px;
    }

    .sidersul-home-numbers {
        padding: 64px 0 68px;
    }

    .sidersul-home-numbers-head {
        margin-bottom: 30px;
    }

    .sidersul-home-numbers h2 {
        font-size: 30px;
    }

    .sidersul-home-numbers > .sidersul-home-container::before {
        top: 42px;
        right: -46px;
        font-size: 72px;
    }

    .sidersul-home-numbers-grid {
        gap: 10px;
    }

    .sidersul-home-number {
        min-height: 162px;
        padding: 27px 14px 21px;
    }

    .sidersul-home-number strong {
        min-height: 42px;
        margin-bottom: 25px;
        font-size: clamp(24px, 7vw, 31px);
    }

    .sidersul-home-number:nth-child(2) strong,
    .sidersul-home-number:nth-child(4) strong {
        font-size: clamp(20px, 5.7vw, 23px);
    }

    .sidersul-home-number::after {
        right: 10px;
        bottom: 8px;
        font-size: 44px;
    }

    .sidersul-home-number > span:not(.screen-reader-text) {
        font-size: 13px;
    }

    .sidersul-home-section-head {
        margin-bottom: 36px;
    }

    .sidersul-home-section-head h2,
    .sidersul-home-quote-copy h2,
    .sidersul-home-application-content h2,
    .sidersul-home-team-copy h2 {
        font-size: 30px;
    }

    .sidersul-home-product-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sidersul-home-product-card,
    .sidersul-home-product-card:nth-child(4),
    .sidersul-home-product-card:nth-child(5),
    .sidersul-home-product-card:last-child {
        min-height: 0;
        grid-column: 1;
    }

    .sidersul-home-product-media {
        height: 210px;
    }

    .sidersul-home-product-body h3,
    .sidersul-home-product-body p {
        min-height: 0;
    }

    .sidersul-home-quote::before {
        left: 76%;
    }

    .sidersul-home-quote-grid {
        gap: 34px;
    }

    .sidersul-home-quote-points {
        flex-wrap: wrap;
    }

    .sidersul-home-quote-form {
        padding: 26px 20px;
        grid-template-columns: 1fr;
    }

    .sidersul-home-field,
    .sidersul-home-field-wide,
    .sidersul-home-quote-submit,
    .sidersul-home-form-note {
        grid-column: 1;
    }

    .sidersul-home-application-image {
        min-height: 320px;
    }

    .sidersul-home-applications {
        padding: 64px 15px 72px;
    }

    .sidersul-home-applications::before {
        top: 24px;
        right: -18px;
        font-size: 54px;
    }

    .sidersul-home-application-content {
        margin: -34px 8px 0;
        padding: 50px 20px 40px;
    }

    .sidersul-home-application-content::after {
        top: 14px;
        right: 18px;
        font-size: 48px;
    }

    .sidersul-home-application-content > p:not(.sidersul-home-kicker),
    .sidersul-home-team-copy > p:not(.sidersul-home-kicker),
    .sidersul-home-quote-copy > p:not(.sidersul-home-kicker) {
        font-size: 18px;
    }

    .sidersul-home-application-list {
        grid-template-columns: 1fr;
    }

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

    .sidersul-home-feature,
    .sidersul-home-feature:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .sidersul-home-feature:last-child {
        border-bottom: 0;
    }

    .sidersul-home-feature strong {
        margin-bottom: 24px;
    }

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

    .sidersul-home-fleet img {
        height: 260px;
    }

    .sidersul-home-fleet > div {
        padding: 36px 26px;
    }

    .sidersul-home-fleet strong {
        font-size: 27px;
    }

    .sidersul-home-team-grid {
        gap: 42px;
    }

    .sidersul-home-team-image {
        padding: 0 12px 12px 0;
    }

    .sidersul-home-team-image img {
        aspect-ratio: 1200 / 714;
    }

    .sidersul-home-team-copy .sidersul-home-button {
        width: 100%;
    }

    .sidersul-home-final-cta {
        padding: 64px 0;
    }

    .sidersul-home-final-cta h2 {
        font-size: 29px;
    }

    .sidersul-home-final-cta .sidersul-home-button {
        width: 100%;
    }

    .sidersul-home-footer-grid {
        padding-top: 56px;
        padding-bottom: 52px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .sidersul-home-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 90px;
        gap: 4px;
    }

    .sidersul-home-mobile-cta {
        position: fixed;
        z-index: 999;
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: flex;
        min-height: 58px;
        background: var(--sidersul-red);
        color: var(--sidersul-white) !important;
        box-shadow: 0 18px 40px rgba(13, 14, 16, 0.38);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sidersul-home *,
    .sidersul-home *::before,
    .sidersul-home *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .sidersul-home-reveal,
    .sidersul-home-section-head {
        opacity: 1;
        transform: none;
    }

    .sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-kicker,
    .sidersul-home.has-motion .sidersul-home-hero-content > h1,
    .sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-hero-text,
    .sidersul-home.has-motion .sidersul-home-hero-content > .sidersul-home-actions,
    .sidersul-home.has-motion .sidersul-home-hero-trust {
        opacity: 1;
        transform: none;
    }

    .sidersul-home-hero-image {
        translate: none;
    }
}
