/* =========================
   ECE R.22-06 HERO BANNER
========================= */

.ece-hero {
    width: 100%;
    margin: 0 0 35px 0;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 35px rgba(0,0,0,0.22);
}

.ece-hero-img {
    width: 100%;
    display: block;
    height: auto;
}
.ece-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    background:#fff;
    padding:34px;
    border-radius:18px;
    margin:35px 0;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.ece-info-left{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:25px;
    border-right:1px solid #ddd;
    padding-right:30px;
}

.ece-logo-box{
    text-align:center;
}

.ece-logo-box img{
    max-width:90px;
    margin-bottom:10px;
}

.ece-logo-box h3{
    font-size:26px;
    margin:0;
    color:#10213d;
}

.ece-logo-box p{
    font-size:15px;
    line-height:1.35;
    margin-top:8px;
}

.ece-info-text h2,
.ece-info-right h2{
    color:#10213d;
    font-size:26px;
    line-height:1.15;
    margin:0 0 14px;
}

.ece-info-text p,
.ece-info-right p{
    font-size:16px;
    line-height:1.55;
    color:#111;
}

.ece-reasons{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:22px;
}

.ece-reason{
    text-align:center;
    border-right:1px solid #ddd;
    padding:0 10px;
}

.ece-reason:last-child{
    border-right:none;
}

.ece-reason img{
    height:52px;
    object-fit:contain;
    margin-bottom:8px;
}

.ece-reason span{
    display:block;
    font-size:15px;
    line-height:1.25;
    color:#111;
}

.ece-note{
    text-align:center;
    margin-top:18px;
    font-weight:600;
}

/* =========================
   ECE KARŞILAŞTIRMA
========================= */

.ece-comparison{
    margin:50px 0;
}

.ece-section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 35px;
}

.ece-section-title h2{
    font-size:36px;
    color:#10213d;
    margin-bottom:15px;
}

.ece-section-title p{
    font-size:18px;
    color:#555;
    line-height:1.7;
}

.ece-comparison-images{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
}

.ece-figure{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ece-figure img{
    width:100%;
    display:block;
}

.ece-figure figcaption{
    padding:20px 25px;
    font-size:16px;
    line-height:1.6;
    color:#444;
    text-align:center;
}
.ece-title-box{
    display:inline-block;
    background:#071323;
    border-left:6px solid #ffc400;
    padding:16px 28px;
    border-radius:12px;
    margin-bottom:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.ece-title-box h2{
    margin:0;
    color:#fff;
    font-size:32px;
    font-weight:800;
    line-height:1.2;
}

/* =========================
   ECE BİLGİ KARTLARI
========================= */

.ece-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin:45px 0;
}

.ece-card{
    position:relative;
    padding:28px;
    border-radius:18px;
    min-height:330px;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
    overflow:hidden;
}

.ece-card-green{
    background:linear-gradient(135deg,#eef7e8,#ffffff);
}

.ece-card-yellow{
    background:linear-gradient(135deg,#f8f4df,#ffffff);
}

.ece-card-red{
    background:linear-gradient(135deg,#fde7e5,#ffffff);
}

.ece-card-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:900;
    margin-bottom:12px;
    background:#fff;
    color:#3f8d43;
    box-shadow:0 4px 12px rgba(0,0,0,.1);
}

.ece-card-red .ece-card-icon{
    color:#d63b32;
}

.ece-card h3{
    font-size:23px;
    line-height:1.2;
    color:#071323;
    margin:0 0 18px;
    text-transform:uppercase;
}

.ece-label-box img{
    width:100%;
    max-height:150px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:14px;
}

.ece-card p{
    font-size:16px;
    line-height:1.55;
    color:#111;
}

.ece-card ul{
    margin:12px 0;
    padding-left:20px;
}

.ece-card li{
    font-size:16px;
    line-height:1.6;
    font-weight:600;
}

.ece-badge{
    display:inline-block;
    background:#4c7b4a;
    color:#fff;
    font-size:28px;
    font-weight:900;
    padding:8px 14px;
    border-radius:8px;
    margin-bottom:16px;
}

.ece-check-list{
    list-style:none;
    padding-left:0 !important;
}

.ece-check-list li{
    position:relative;
    padding-left:28px;
}

.ece-check-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#3f8d43;
    font-weight:900;
}

.ece-small-text{
    font-size:14px !important;
}

.ece-card-helmet{
    position:absolute;
    right:20px;
    bottom:20px;
    width:150px;
    opacity:.95;
}

.ece-label-card{
    background:linear-gradient(135deg,#eef7e8,#ffffff);
}

.ece-card-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.ece-card-head h3{
    margin:0;
    font-size:22px;
    line-height:1.15;
    color:#071323;
    text-transform:uppercase;
}

.ece-label-content{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.ece-label-image{
    width:100%;
    height:220px;
    border-radius:14px;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:15px 18px;
    box-sizing:border-box;

    background:#fff;              /* Siyah yerine beyaz */
    border:1px solid #dcdcdc;     /* İnce çerçeve */
}

.ece-label-desc{
    margin:0 0 14px;
    font-size:12px;
    line-height:1.55;
    color:#222;
    text-align:left;
}

.ece-info-list{
    list-style:none;
    margin:0;
    padding:0;
    text-align:left;
}

.ece-info-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;

    margin-bottom:8px;

    font-size:14px;
    line-height:1.45;
    font-weight:600;
    color:#444;

    text-align:left;
}

.ece-info-list li::before{
    content:"✓";
    flex-shrink:0;

    color:#4d8b47;
    font-size:17px;
    font-weight:700;
    margin-top:1px;
}

.ece-label-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.ece-label-text p{
    font-size:16px;
    line-height:1.45;
    margin:0 0 12px;
}

.ece-small-text{
    font-size:14px !important;
    line-height:1.4 !important;
}


/* Mobil */
@media(max-width:768px){
    .ece-hero {
        border-radius: 12px;
        margin-bottom: 24px;
    }
    .ece-info-grid{
        grid-template-columns:1fr;
        padding:22px;
    }

    .ece-info-left{
        grid-template-columns:1fr;
        border-right:none;
        padding-right:0;
        text-align:center;
    }

    .ece-reasons{
        grid-template-columns:repeat(2,1fr);
    }

    .ece-reason{
        border-right:none;
    }

     .ece-title-box{
        display:block;
        padding:14px 18px;
    }

    .ece-title-box h2{
        font-size:24px;
    }

    .ece-label-content{
        grid-template-columns:1fr;
    }

    .ece-label-image{
        height:210px;
    }

    
}

@media(max-width:600px){
    .ece-difference-title{
        font-size:20px;
    }

    .ece-difference-grid{
        grid-template-columns:1fr;
    }

    .ece-diff-card{
        border-right:none;
    }
}

@media(max-width:900px){
    .ece-cards{
        grid-template-columns:1fr;
    }

    .ece-card{
        min-height:auto;
    }

    .ece-card-helmet{
        position:static;
        display:block;
        margin:20px auto 0;
        width:170px;
    }
}

/* Tablet */
@media(max-width:1024px){
    .ece-difference-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ece-diff-card{
        border-bottom:1px solid #ddd;
    }
}

