/* GLOBAL */
.page-section {
    font-family: 'latoregular';
}

.page-section .orange-text {
    color: #FF5405!important;
}

.page-section .blue-text {
    color: #15a6a8!important;
}

.page-section .electric-blue-text {
    color: #00E1E5;
}

/* START - COMPACT MACHINES */
#compact-machines .hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 480px;
    overflow: hidden;
}

/* OVERLAY */
#compact-machines .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* VIDEO */
#compact-machines .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CENTER CONTENT */
#compact-machines .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    text-align: center;
    color: white;
    z-index: 1;
}

#compact-machines .hero-content h1 {
    font-size: 2.2rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

#compact-machines .hero-content a {
    background-color: #FF5405;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border: 0;
    color: #282828;
    margin: 0 auto;
    padding: .25rem 2rem;
    transition: background-color .03s ease;
    box-shadow: none;
    border-radius: 0;
}

#compact-machines .hero-content a:hover {
    background-color: #282828;
    color: #FF5405;
}

#compact-machines .hero-content button:focus {
    box-shadow: none;
}
/* END - COMPACT MACHINES */

/* START- DAY TO DAY */
#day-to-day {
    background-color: #191B20;
    min-height: 700px;
    padding: 5rem 2rem;
}

#day-to-day .content-wrapper {
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(700px - 10rem);
}

#day-to-day .primary-content {
    text-align: left;
    width: 100%;
}

#day-to-day .secondary-content {
    text-align: right;
    width: 100%;
}

#day-to-day .primary-content p {
    font-size: 1.85rem;
    line-height: 2rem;
}

#day-to-day .secondary-content p {
    font-size: 1.12rem;
    line-height: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0;
}
/* END - DAY TO DAY */

/* START - GLOBAL PRODUCT SLIDER HEADERS */
.page-section .header-wrapper .title {
    margin-bottom: 1rem;
    font-size: 1.85rem;
    line-height: 2rem;
}

.page-section .header-wrapper .description {
    margin-bottom: 1rem;
    font-size: 1.12rem;
    line-height: 1.2rem;
}
/* END - GLOBAL PRODUCT SLIDER HEADERS */

/* START - TELEHANDLERS */
#telehandlers .header-wrapper {
    padding: 2rem;
    text-align: center;
}
/* END - TELEHANDLERS */

/* START - FORKLIFTS */
#forklifts .header-wrapper {
    padding: 2rem;
    text-align: center;
}
/* END - FORKLIFTS */

/* START - DISCOVER ELECTRIC */
#discover-electric {
    position: relative;
    width: 100%;
    color: #fff;
}

/* MEDIA */
#discover-electric .discover-media {
    position: relative;
}

/* VIDEO */
#discover-electric .discover-video {
    width: 100%;
    height: 70vh;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
#discover-electric .discover-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

#discover-electric .discover-content {
    position: absolute;
    inset: 0;
}

#discover-electric .discover-primary {
    position: absolute;
    top: 5%;
    padding: 0 3rem;
    text-align: left;
    z-index: 1;
}

#discover-electric .discover-primary h2 {
    font-size: 2.8rem;
}

#discover-electric .discover-secondary {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 0 1.5rem;
    line-height: 1rem;
    text-align: right;
    z-index: 1;
}

#discover-electric .discover-secondary p {
    font-size: 1rem;
    line-height: 1.3rem;
}

#discover-electric .discover-link {
    display: none;
}
/* END - DISCOVER ELECTRIC */

/* START - KNOW HOW */
#know-how {
    position: relative;
    width: 100%;
    color: #fff;
}

#know-how .know-how-content .title {
    font-weight: 600;
    font-size: 2.2rem;
}

/* VIDEO */
#know-how .know-how-media {
    position: relative;
}

#know-how .know-how-video {
    width: 100%;
    height: 70vh;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
/* #know-how .know-how-media::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.4);
} */

#know-how .know-how-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    text-align: center;
    width: 80%;
    z-index: 2;
}

#know-how .know-how-content p {
    display: none;
}
/* END - KNOW HOW */

/* START - STATISTICS */
#statistics {
    padding: 2rem 4rem;
}

#statistics .stats-inner {
    width: 100%;
}

#statistics .row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
}

#statistics .stat-item {
    text-align: left;
}

#statistics .stat-number {
    font-size: 5.3rem;
    font-weight: bold;
    color: #FF5405;
    margin-bottom: 0;
}

#statistics .stat-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

/* #statistics p {
    margin: 0;
} */
/* END - STATISTICS */

/* START - PRODUCTIVITY */
#productivity {
    background: #282828;
    color: #fff;
    padding: 2rem 1.5rem;
    height: 50vh;
    min-height: 480px;
    display: flex;
}

#productivity .productivity-inner {
    width: 100%;

    display: flex;
}

#productivity .row {
    margin: 0;
    flex: 1;
}

/* LEFT */
#productivity .productivity-left {
    text-align: left;
}

#productivity .productivity-left h2 {
    font-size: 1.85rem;
    line-height: 2rem;
    margin: 0;
}

/* RIGHT */
#productivity .productivity-right {
    text-align: right;

    margin-top: auto;
}

#productivity .productivity-right h3 {
    font-size: 1.56rem;
    line-height: 1.76rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#productivity .productivity-sub {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.3rem;
}
/* END - PRODUCTIVITY */

/* START - FEATURES */
#features {
    color: #fff;
}

#features .row {
    display: flex;
    flex-direction: column;
    margin: 0;
}

#features .feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 1.2rem 1rem;
    border: 1px solid rgba(255,255,255,0.1);
}

#features .feature-item:nth-child(1) .feature-box {
    background: #E3E6E8; 
}

#features .feature-item:nth-child(2) .feature-box {
    background: #E9EBEF;
}

#features .feature-item:nth-child(3) .feature-box {
    background: #F0F2F4;
}

#features .feature-item:nth-child(4) .feature-box {
    background: #F7F8F9; 
}

#features .feature-text {
    font-size: 1.88rem;
    line-height: 2rem;
    font-weight: 600;
}

#features .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

#features .feature-icon svg,
#features .feature-icon img {
    width: 80px;
    height: 80px;
}
/* END - FEATURES */

/* START - MORE INFO */
#more-info {
    height: 70vh;
    min-height: 480px;
    display: flex;
    align-items: stretch;
    padding: 6rem 1.5rem;
}

#more-info .more-info-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

/* título */
#more-info .more-info-title {
    margin-bottom: 2rem;
}

#more-info .more-info-title .line {
    display: block;
    font-size: 2.7rem;
    line-height: 2.9rem;
}

/* texto */
#more-info .more-info-text {
    font-size: 1.25rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* botón */
#more-info .more-info-btn {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    background-color: #FF5405;
    color: #282828;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .03s ease;
}

#more-info .more-info-btn:hover {
    background-color: #282828;
    color: #FF5405;
}
/* END - MORE INFO */

/* Product section Sliders */
/* ─── Outer carousel ─── */
.pss-outer {
    position: relative;
    --pss-color-primary:   #FF5405;
    --pss-color-secondary: #E3E6E8;
    --pss-title-color:     #282828;
}

.pss-slide { display: none; }
.pss-slide.active { display: block; animation: pssFadeIn 0.7s ease forwards; }
.pss-slide.pss-out {
    display: block;
    position: absolute;
    inset: 0;
    animation: pssFadeOut 0.4s ease forwards;
    pointer-events: none;
}

@keyframes pssFadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes pssFadeOut { from { opacity: 1; } to { opacity: 0; } }

/* Mobile: title → image → content */
.pss-slide-inner {
    display: grid;
    grid-template-areas:
        "left-top"
        "right"
        "left-bottom";
}

/* ─── Left panel ─── */
.pss-left { display: contents; }

.pss-left-top {
    grid-area: left-top;
    background-color: var(--pss-color-primary);
    color: #fff;
    padding: 24px 24px 20px;
}

.pss-left-bottom {
    grid-area: left-bottom;
    background-color: var(--pss-color-secondary);
    color: #282828;
    padding: 20px 24px 28px;
    display: flex;
    flex-direction: column;
}

.pss-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pss-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #282828;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
    transition: background 0.2s;
}
.pss-arrow:hover { background: #333; color: #fff; text-decoration: none; }

.pss-title {
    font-size: 3.45rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    flex: 1;
    color: var(--pss-title-color);
}

.pss-content { 
    flex: 1; 
    padding: 1.5rem;
}

.pss-description {
    font-size: 1.12rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
}

.pss-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.pss-features li {
    padding: 4px 0 4px 2.5rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.2rem;
}

.pss-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: var(--pss-color-primary);
}

.pss-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
}

.pss-btn {
    flex: 1;
    padding: 5px 16px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.56rem;
}

.pss-btn--outline {
    border: 2px solid var(--pss-color-primary);
    color: #282828;
    background: transparent;
}
.pss-btn--outline:hover {
    color: var(--pss-color-primary);
    background: #282828;
    text-decoration: none;
}

.pss-btn--solid {
    background: var(--pss-color-primary);
    border: 2px solid var(--pss-color-primary);
    color: #282828;
}
.pss-btn--solid:hover {
    background: #282828;
    border-color: #282828;
    color: var(--pss-color-primary);
    text-decoration: none;
}

/* ─── Right panel ─── */
.pss-right {
    grid-area: right;
    min-height: 260px;
    position: relative;
    overflow: hidden;
}

.pss-inner { border-radius: 0; }

.pss-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ─── Inner carousel indicators (dots) ─── */
.pss-indicators {
    bottom: 30px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0;
}

.pss-indicators li {
    width: 20px;
    height: 20px;
    background-color: transparent!important;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #fff;
    opacity: 1;
}

.pss-indicators li.active {
    background-color: #fff!important;
}

@media (min-width: 576px) {
    /* START - DAY TO DAY */
    #day-to-day {
        display: flex;
        align-items: center;
    }

    /* #day-to-day .content-wrapper {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        min-height: auto;
    } */

    #day-to-day .primary-content p {
        display: inline-block;
        max-width: 80%;
    }

    #day-to-day .secondary-content p {
        display: inline-block;
        max-width: 80%;
    }
    /* END - DAY TO DAY */

    /* START - DISCOVER ELECTRIC */
    #discover-electric .discover-primary,
    #discover-electric .discover-secondary 
    {
        max-width: 70%;
    }
    /* END - DISCOVER ELECTRIC */

    /* START - KNOW HOW */
    #know-how .know-how-content {
        width: 50%;
    }
    /* END - KNOW HOW */

    /* START - STATISTICS */
    #statistics .stat-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;

        text-align: left;
    }
    /* END - STATISTICS */

    /* START - PRODUCTIVITY */
    #productivity .productivity-inner .row {
        position: relative;
    }

    #productivity .productivity-left {
        max-width: 70%;
    }
    
    #productivity .productivity-right {
        position: absolute;
        max-width: 70%;
        right: 5%;
        bottom: 5%;
    }
    /* END - PRODUCTIVITY */

    /* START - FEATURES */
    #features .feature-box {
        justify-content: center;
        gap: 2rem;
    }

    #features .feature-text {
        width: 400px;
    }
    /* END - FEATURES */
}


/* DESKTOP  */
@media (min-width: 992px) {
    /* START - COMPACT MACHINES */
    #compact-machines .hero {
        height: auto;
    }
    
    #compact-machines .hero-video {
        height: auto;
        object-fit: initial;
    }
    
    #compact-machines .hero-content h1 {
        font-size: 3.55rem;
        line-height: 4rem;
        margin-bottom: 3.5rem;
    }

    #compact-machines .hero-content a {
        font-size: 1.56rem;
        padding: .5rem 3rem;
    }
    /* END - COMPACT MACHINES */
    
    /* START - DAY TO DAY */
    #day-to-day {
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 5rem 2rem;
    }
    
    #day-to-day .content-wrapper {
        justify-content: center;
        align-items: center;
        gap: 2rem;
        min-height: auto;
        max-width: unset;
    }
    
    #day-to-day .primary-content,
    #day-to-day .secondary-content {
        width: 80%;
        text-align: center;
    }
    
    #day-to-day .primary-content p {
        font-size: 3rem;
        line-height: 3.75rem;
        display: block;
        max-width: unset;
    }
    
    #day-to-day .secondary-content p {
        font-size: 1.25rem;
        line-height: 1.4rem;
        margin-top: 0;
        display: block;
        max-width: unset;
    }
    /* END - DAY TO DAY */

    /* START - GLOBAL PRODUCT SLIDER HEADERS */
    .page-section .header-wrapper .title {
        font-size: 3.75rem;
        line-height: 4rem;
    }

    .page-section .header-wrapper .description {
        font-size: 1.25rem;
        line-height: 1.5rem;
        max-width: 85%;
        display: inline-block;
        margin-left: auto;
    }
    /* END - GLOBAL PRODUCT SLIDER HEADERS */
    
    /* START - TELEHANDLERS */
    #telehandlers {
        padding: 10rem 2rem;
    }

    #telehandlers .header-wrapper {
        padding: 1rem 1rem 1rem 0;
        padding-left: 0;
        text-align: left;
    }
    /* END - TELEHANDLERS */

    /* START - DISCOVER ELECTRIC */
    #discover-electric .discover-video {
        height: auto;
        object-fit: initial;
    }
    
    /* #discover-electric .discover-media::after {
        display: none;
    } */
    
    #discover-electric .discover-primary {
        top: 10%;
        left: 5%;
        width: 40%;
    }
    
    #discover-electric .discover-primary h2 {
        font-size: 4rem;
    }
    
    #discover-electric .discover-secondary {
        bottom: 15%;
        right: 5%;
        width: 30%;
        text-align: left;
    }
    
    #discover-electric .discover-link {
        display: block;
        position: absolute;
        bottom: 15%;
        left: 5%;
        z-index: 2;
        text-decoration: none;
    }
    
    #discover-electric .arrow-box {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00E1E5;
        color: #282828;
        transition: all 0.25s ease;
    }
    
    #discover-electric .arrow-icon {
        width: 24px;
        height: 24px;
        display: block;
    }
    
    #discover-electric .discover-link:hover .arrow-box {
        transform: translateY(2px);
    }
    
    #discover-electric .discover-link:hover .arrow-icon {
        transform: translateY(2px);
        transition: 0.25s ease;
    }
    /* END - DISCOVER ELECTRIC */

    /* START - ELECTRIC */
    #electric {
        padding: 5rem;
    }
    /* START - ELECTRIC */
    
    /* START - KNOW HOW */
    #know-how .know-how-video {
        height: auto;
        object-fit: initial;
    }
    
    #know-how .know-how-content {
        top: auto;
        left: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        padding: 2rem 6rem;
        text-align: left;
        
        background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0)
        );
    }

    #know-how .know-how-content .title {
        font-size: 3.12rem;
        line-height: 3.3rem;
        margin-bottom: 1rem;
    }
    
    #know-how .know-how-content .description {
        display: block;
        max-width: 70%;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    /* END - KNOW HOW */
    
    /* START - STATISTICS */
    #statistics {
        padding: 1rem 2rem;
    }
    
    #statistics .row {
        flex-direction: row;
        gap: 1rem;
    }
    
    #statistics .stat-number {
        font-size: 6.25rem;
        line-height: 8rem;
    }

    #statistics .stat-text {
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 75%;
    }
    
    #statistics .stat-item {
        max-width: none;
        margin: 0;

        flex: 1;
    }
    /* END - STATISTICS */
    
    /* START - PRODUCTIVITY */
    #productivity {
        height: inherit;

        padding: 2rem 5rem;
        color: #282828;
        background: transparent;
        border-top: 1px solid #dadada;
    }

    #productivity .row {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    #productivity .productivity-left {
        max-width: 50%;

        text-align: right;
        flex: 1;
    }

    #productivity .productivity-left h2 {
        font-size: 4.62rem;
        line-height: 5rem;
    }

    #productivity .productivity-left h2 .orange-text {
        display: block;
    }

    /* RIGHT */
    #productivity .productivity-right {
        position: inherit;
        right: inherit;
        bottom: inherit;

        flex: 1;
        text-align: left;
        max-width: 600px;

        margin-top: 0;
    }

    #productivity .productivity-right h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    #productivity .productivity-sub {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    /* END - PRODUCTIVITY */
    
    /* START - FEATURES */
    #features .row {
        flex-direction: row;
    }
    
    #features .feature-item {
        flex: 1;
    }
    
    #features .feature-box {
        aspect-ratio: 1 / 1;
        height: 100%;
        width: 100%;
        
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        
        padding: 2rem;
    }
    
    #features .feature-text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        width: 70%;
    }
    
    #features .feature-icon {
        align-self: flex-end;
    }

    #features .feature-icon svg,
    #features .feature-icon img {
        width: 100px;
        height: 100px;
    }
    /* END - FEATURES */
    
    /* START - MORE INFO */
    #more-info {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2rem;
    }
    
    #more-info .more-info-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
    }
    
    #more-info .more-info-title .line-top {
        text-align: left;
    }
    
    #more-info .more-info-title .line-bottom {
        text-align: right;
    }
    
    #more-info .more-info-title .line {
        width: 100%;
        font-size: 8.05rem;
        line-height: 9rem;
    }
    
    #more-info .more-info-text {
        max-width: 600px;
        margin: 0 auto 1rem auto;
        font-size: 1.25rem;
    }

    #more-info .more-info-btn {
        font-size: 1.56rem;
        padding: .5rem 4rem;
    }
    /* END - MORE INFO */

    /* START - PSS */
    .pss-title { 
        font-size: 3.6rem; 
    }

    .pss-description {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .pss-content {
        padding: 0 5%;
    }

    .pss-features li {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }

    .pss-slide-inner {
        display: flex;
        min-height: 480px;
    }

    .pss-slide-inner.pss-reversed { 
        flex-direction: row-reverse; 
    }

    .pss-arrow {
        width: 40px;
        height: 40px;
    }

    .pss-left {
        display: flex;
        flex-direction: column;
        width: 40%;
        box-sizing: border-box;
    }

    .pss-left-top    { 
        padding: 100px 40px 28px; 
    }

    .pss-left-bottom { 
        flex: 1; 
        padding: 28px 20px 20px;
    }

    .pss-right { 
        flex: 1; 
        min-height: unset; 
    }

    .pss-buttons { 
        flex-direction: row; 
    }

    .pss-indicators { 
        left: auto; 
        right: 30px; 
        justify-content: flex-end; 
    }
    /* END - PSS */
}

@media (min-width: 1200px) {
    /* START - PSS */
    .pss-title { 
        font-size: 4.6rem; 
    }

    .pss-content {
        padding: 0 5%;
    }
    /* END - PSS */
    
    /* START - DAY TO DAY */
    #day-to-day .primary-content p {
        font-size: 3.75rem;
        line-height: 4.5rem;
    }
    /* END - DAY TO DAY */

    /* START - TELEHANDLERS */
    #telehandlers {
        padding: 10rem 5rem;
    }
    /* END - TELEHANDLERS */

    /* START - FORKLIFTS */
    #forklifts {
        padding: 5rem;
    }

    /* START - FORKLIFTS */
    #forklifts .header-wrapper {
        padding-right: 0;
        text-align: right;
    }
    /* END - FORKLIFTS */

    /* START - STATISTICS */
    #statistics {
        padding: 1rem 4rem;
    }
    
    #statistics .row {
        flex-direction: row;
        gap: 3rem;
    }
    /* END - STATISTICS */

    /* START - PRODUCTIVITY */
    #productivity {
        padding: 5rem;
    }
    /* END - PRODUCTIVITY */

    /* START - FEATURES */
    #features .feature-text {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    #features .feature-icon svg,
    #features .feature-icon img {
        width: 120px;
        height: 120px;
    }
    /* END - FEATURES */
}

@media (min-width: 1400px) {
    /* START - PSS */
    .pss-title { 
        font-size: 5.6rem; 
    }

    .pss-arrow {
        width: 50px;
        height: 50px;
    }

    .pss-content {
        padding: 0 13%;
    }
    /* END - PSS */


    /* START - DAY TO DAY */
    #day-to-day .primary-content,
    #day-to-day .secondary-content {
        width: 60%;
        text-align: center;
    }
    /* END - DAY TO DAY */

    /* START - DISCOVER ELECTRIC */
    #discover-electric .discover-primary h2 {
        font-size: 6.75rem;
    }

    #discover-electric .discover-secondary p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    /* END - DISCOVER ELECTRIC */

    /* START - KNOW HOW */
    #know-how .know-how-content {
        padding: 2rem 10rem;
    }
    /* END - KNOW HOW */

    /* START - STATISTICS */
    #statistics {
        padding: 1rem 10rem;
    }
    /* END - STATISTICS */

    /* START - PRODUCTIVITY */
    #productivity {
        padding: 12rem;
    }
    /* END - PRODUCTIVITY */

    /* START - FEATURES */
    #features .feature-box {
        aspect-ratio: 1.3 / 1;
    }

    #features .feature-text {
        font-size: 2.5rem;
    }
    /* END - FEATURES */
}