/* ========================================
   GREEN RENTING - CÃƒâ€œMO FUNCIONA
   ======================================== */

.green-renting-como-funciona {
    padding: 60px 20px;
    background-color: #FFF;
}

.ibd-hero-banner2-product a {
    font-family: 'IberPangeaText-SmBold' !important;
}

.green-renting-como-funciona .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* TÃƒÂ­tulos */
.section-title {
    font-family: 'Iberdrola', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.2;
    padding-bottom: 0rem;
}

.section-subtitle {
    font-family: 'Iberdrola', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 100%;
    line-height: 1.5;
}

/* Contenedor principal */
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Contenedor de imagen */
.image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.image-container picture {
    display: block;
    width: 100%;
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 16px;
}

.car-icon {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.logo-text {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: 'Iberdrola', Arial, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.logo-green,
.logo-renting {
    display: block;
}

/* Lista de caracterÃƒÂ­sticas */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-family: 'Iberdrola', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
    padding-bottom: 0rem;
}

.feature-description {
    font-family: 'Iberdrola', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* ========================================
   RESPONSIVE - 1920px
   ======================================== */

@media (min-width: 1920px) {
    .green-renting-como-funciona {
        padding: 80px 0px;
        padding-top: 30px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .content-wrapper {
        gap: 32px;
    }

    .green-renting-como-funciona .container {
        max-width: 1305px;
        margin: 0 auto;
    }
}

/* ========================================
   RESPONSIVE - 1200px
   ======================================== */

@media (min-width: 1200px) and (max-width: 1919px) {
    .green-renting-como-funciona {
        padding: 60px 30px;
        padding-top: 30px;
    }
    
    .content-wrapper {
        gap: 25px;
        margin: 0 68px;
    }
}

/* ========================================
   RESPONSIVE - 992px
   ======================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .green-renting-como-funciona {
        padding: 15px 76px;
        padding-bottom: 0;
    }
    
    .section-title {
        font-size: 2rem !important;
    }

    .section-subtitle {
        max-width: 850px;
    }
    
    .content-wrapper {
        gap: 27px;
    }
    
    .logo-text {
        font-size: 36px;
    }
    
    .car-icon {
        width: 70px;
        height: 70px;
    }
}

/* ========================================
   RESPONSIVE - 768px
   ======================================== */

@media (min-width: 768px) and (max-width: 991px) {
    .green-renting-como-funciona {
        padding: 10px 50px;
        padding-bottom: 35px;
    }
    
    .section-title {
        font-size: 24px !important;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .image-container {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .logo-text {
        font-size: 34px;
    }
    
    .car-icon {
        width: 65px;
        height: 65px;
    }
}

/* ========================================
   RESPONSIVE - 576px
   ======================================== */

@media (min-width: 576px) and (max-width: 767px) {
    .green-renting-como-funciona {
        padding: 40px 15px;
        padding-top: 0px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .section-subtitle {
        font-size: 14px;
        margin-bottom: 32px;
        margin: 10px 32px 35px 10px;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
        /* width: 100%; */
    }
    
    .image-container {
        border-radius: 16px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .logo-text {
        font-size: 32px;
    }
    
    .car-icon {
        width: 60px;
        height: 60px;
    }
    
    .features-list {
        gap: 24px;
        margin: 0 25px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .feature-description {
        font-size: 13px;
    }
    
    .check-icon {
        width: 20px;
        height: 20px;
    }
}

/* ========================================
   RESPONSIVE - 360px
   ======================================== */

@media (max-width: 575px) {
    .green-renting-como-funciona {
        padding: 32px 13px;
        padding-top: 0px;
    }
    
    .section-title {
        font-size: 20px;
        margin: 0 10px 16px 10px;
    }
    
    .section-subtitle {
        font-size: 13px;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .image-container {
        border-radius: 12px;
    }
    
    .logo-text {
        font-size: 28px;
    }
    
    .car-icon {
        width: 50px;
        height: 50px;
    }
    
    .logo-overlay {
        gap: 12px;
    }
    
    .features-list {
        gap: 20px;
    }
    
    .feature-title {
        font-size: 15px;
    }
    
    .feature-description {
        font-size: 12px;
    }
}
