

.hero-wrapper {
    height: 750px;
}
.hero-img {
    object-fit: cover;
    object-position: center center;
}

/* ÜRÜN BİLGİ */
.product-info-section {
    background-color: #e6e4e4 !important;
}
.airfel-tittle span {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    letter-spacing: 8px;
    word-spacing: 25px;
}
.sub-title {
    color: #555;
    font-size: 24px;
}
.product-desc p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 2px;
}
.feature-bullets li {
    font-weight: 600;
    font-size: 18px;
    color: #555;
    margin-bottom: 12px;
}
.red-arrow {
    color: #E8192C;
    font-weight: bold;
    margin: 0 5px;
}

/* Sağda soldakiyle aynı ok (➔) — yatay çevrilmiş */
.red-arrow--mirror {
    display: inline-block;
    transform: scaleX(-1);
}

/* İKONLAR */
.icons-section {
    background-color: #ffffff;
    border-top: 1px solid #eee;
}

.icons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.5rem;
    align-items: start;
    justify-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

/* tablet: 3 sütun */
@media (min-width: 576px) {
    .icons-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 0.75rem;
        max-width: 640px;
    }
}

/* masaüstü: 10 ikon tek sıra */
@media (min-width: 992px) {
    .icons-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr));
        gap: 0.75rem 0.35rem;
        max-width: 1280px;
    }

    .icons-section .container {
        max-width: 1320px;
    }

    .icon-box {
        max-width: none;
        padding: 0.35rem 0.15rem;
    }

    .icon-box__figure {
        height: 64px;
        margin-bottom: 0.5rem;
    }

    .icon-box__figure img {
        max-width: 50px;
        max-height: 50px;
    }

    .icon-text {
        font-size: 0.65rem;
        line-height: 1.2;
        min-height: 2.6em;
    }
}

.icon-box {
    width: 100%;
    max-width: 140px;
    padding: 0.5rem 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-5px);
}

/* Tüm ikonlar aynı yatay bandın ortasında */
.icon-box__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    margin-bottom: 0.65rem;
    flex-shrink: 0;
}

.icon-box__figure img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* İki satırlı etiketler aynı tabanda: üstte ikon bandı, altta sabit minimum metin alanı */
.icon-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #444;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    min-height: 2.8em;
    width: 100%;
}

@media (min-width: 576px) {
    .icon-text {
        font-size: 0.85rem;
    }
}

.icons-section .icon-box svg {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
}

.feature-icon {
    width: 90px;
    height: auto;
    margin-bottom: 15px;
}

/* İPEKSİ SERİNLİK */
.ipeksi-baslik {
    letter-spacing: 3px;
    font-size: 16px;
}
.ipeksi-cizgi {
    height: 1px;
    background: #333;
}
.ipeksi-nokta {
    width: 8px;
    height: 8px;
    right: 0;
    top: -4px;
    background: #c0392b;
} 
.ipeksi-ikon-etiket {
    font-size: 15px;
}
.ipeksi-metin {
    font-size: 18px;
    line-height: 1.8;
}

.vertical-center {
    align-items: center!important;
    justify-content: center;
    vertical-align: middle;
}

/* ECO+ */
.eco-baslik {
    letter-spacing: 3px;
    font-size: 17px;
}
.eco-cizgi {
    height: 1px;
    background: #333;
}
.eco-nokta {
    width: 8px;
    height: 8px;
    left: 0;
    top: -4px;
    background: #c0392b;
}

.eco-ikon-etiket {
    font-size: 14px;
}
.eco-metin {
    font-size: 18px;
    line-height: 1.8;
}

/* ONLINE CONTROLLER */
.online-controller-section {
    background-color: #A31D24;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.online-row {
    height: 280px;
}
.online-content {
    max-width: 500px;
}
.online-baslik {
    letter-spacing: 2px;
    font-size: 18px;
}
.online-ikon {
    width: 90px !important;
    max-width: 90px;
    height: 90px !important;
    max-height: 90px;
    display: block;
}
.online-ikon-etiket {
    font-size: 15px;
}
.online-metin {
    font-size: 17px;
    line-height: 1.7;
    margin-left: 14px;
}
.online-resim-wrapper {
    height: 280px;
    overflow: hidden;
}
.online-resim {
    object-fit: cover;
    object-position: 80% center;
}
.title-with-white-line {
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,0.8);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dot-white {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    position: absolute;
    right: -5px;
    bottom: -6px;
}

.genislik-baslik {
    letter-spacing: 2px;
}
.genislik-metin {
    max-width: 900px;
    font-size: 17px;
    line-height: 1.8;
}

.akilli-baslik {
    letter-spacing: 3px;
    font-size: 16px;
}
.akilli-cizgi {
    height: 1px;
    background: #861818;
}
.akilli-nokta {
    width: 8px;
    height: 8px;
    right: 0;
    top: -4px;
    background: #c0392b;
}
.akilli-metin {
    font-size: 19px;
    line-height: 1.8;
}

/* DÖNGÜ DİYAGRAMI */
.dongu-wrapper {
    position: relative;
    width: 280px;
    height: 280px;
}
.dongu-donma {
    position: absolute;
    top: 0;
    left: 0;
}
.dongu-cozulme {
    position: absolute;
    top: 0;
    right: 0;
}
.dongu-kurutma {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dongu-etiket {
    font-size: 11px;
    color: #555;
    margin: 4px 0 0;
}

.dongu-arrow {
    position: absolute;
    pointer-events: none;
    display: block;
    max-width: none;
    height: auto;
}

.dongu-arrow--top {
    top: 0;
    left: 80px;
    width: 120px;
}

.dongu-arrow--right {
    top: 95px;
    right: 10px;
    width: 60px;
}

.dongu-arrow--bottom {
    bottom: 60px;
    left: 10px;
    width: 60px;
}

.follow-section {
    background-color: #2a2a2a;
}
.feature-baslik {
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 8px;
}
.feature-cizgi {
    position: relative;
    height: 1px;
    background: #888;
    margin-bottom: 14px;
}
.feature-nokta-sag {
    width: 8px;
    height: 8px;
    right: 0;
    top: -4px;
    background: #c0392b;
}
.feature-nokta-sol {
    width: 8px;
    height: 8px;
    left: 0;
    top: -4px;
    background: #c0392b;
}
.feature-ikon-wrapper {
    width: 70px;
    background-color: #2a2a2a;
    padding: 5px;
}
.feature-ikon {
    width: 70px !important;
    max-width: 70px;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.feature-ikon.akilli-nem-ikon {
    width: 68px !important;
    max-width: 68px;
    height: auto !important;
}
.feature-ikon-etiket {
    font-size: 14px;
    color: #aaa;
    margin: 4px 0 0;
}
.feature-metin {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
    margin: 0;
    margin-left: 20px;
}

.make-white {
    filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
    .title-with-white-line {
        justify-content: center;
    }
    .dot-white {
        display: none;
    }
}
.final-image-section {
    width: 100%;
    overflow: hidden; 
    line-height: 0;   
}

.final-img {
    display: block;
    height: 100%;
    
}

.final-image-section {
    margin-top: 40px; 
}