.howitworks-section {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 28px;
    font-family: 'AvantGardeTR', Arial, Helvetica, sans-serif;
}
.howitworks-head {
    text-align: center;
    margin-bottom: 44px;
}
.howitworks-head h2 {
    font-family: 'AvantGardeTRDemiBold', 'AvantGardeTR', Arial, sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 8px;
    letter-spacing: -2px;
}
.howitworks-head .orange {
    color: #e27924;
    font-weight: 700;
}
.howitworks-head .soru {
    color: #e27924;
    font-size: 1.1em;
    font-family: inherit;
    font-weight: bold;
}
.howitworks-head p {
    font-size: 22px;
    font-weight: 400;
    color: #191919;
    margin: 0 auto;
    max-width: 900px;
    line-height: 1.35;
}

.howitworks-cards {
    display: flex;
    gap: 42px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.howitworks-card {
    background: #191919;
    color: #fff;
    border-radius: 20px;
    padding: 38px 28px 26px 28px;
    width: 340px;
    /*min-height: 240px;*/
    position: relative;
    box-shadow: 0 6px 38px 0 rgba(60,60,60,.10);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hiw-icon {
    position: absolute;
    top: -36px;
    right: 16px;
    width: 68px;
    height: 68px;
    background: #e27924;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 14px 0 rgba(100,60,0,.12);
}
.hiw-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* ikon beyaz ise kontrast için */
}
.hiw-card-title {
    font-family: 'AvantGardeTRDemiBold', 'AvantGardeTR', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}
.hiw-card-text {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.32;
}

/* Responsive */
@media (max-width: 1200px) {
    .howitworks-cards { gap: 24px; }
    .howitworks-card { width: 320px; padding: 32px 18px 20px 18px; }
}
@media (max-width: 1024px) {
    .howitworks-cards { flex-wrap: wrap; }
    .howitworks-card { width: 100%; max-width: 390px; margin: 0 auto;}
}
@media (max-width: 700px) {
    .howitworks-head h2 { font-size: 8vw; }
    .howitworks-head p { font-size: 15px; }
    .howitworks-card { min-height: 170px; }
    .hiw-icon { width: 48px; height: 48px; top: -28px; }
    .hiw-icon img { width: 28px; height: 28px; }
    .hiw-card-title { font-size: 18px; }
    .hiw-card-text { font-size: 13px; }
}
