﻿/* ===== HERO / BENEFIT SOL BLOK ===== */
.hero-benefit {
    position: relative;
    padding: 64px 0 96px;
    //background: radial-gradient(1200px 600px at 10% 10%, #fff7ed 0%, transparent 55%), radial-gradient(800px 400px at 40% 90%, #f1f5f9 0%, transparent 60%);
}

.hero-benefit__content {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.hero-benefit__eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .2px;
    color: #ff8300;
    background: #fff2e6;
    border: 1px solid #ffd3a8;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.hero-benefit__title {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.08;
    margin: 4px 0 12px;
    color: #111827;
}

    .hero-benefit__title span {
        background: linear-gradient(90deg,#ff8300,#cc6e00);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.hero-benefit__desc {
    font-size: clamp(16px, 1.2vw, 20px);
    color: #475569;
    max-width: 60ch;
    margin-bottom: 18px;
}

/* Checklist */
.hero-benefit__checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

    .hero-benefit__checklist li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        color: #111827;
        font-weight: 600;
    }

    .hero-benefit__checklist i {
        width: 22px;
        height: 22px;
        border-radius: 999px;
        flex: 0 0 22px;
        display: inline-block;
        position: relative;
        background: #e8f7ee;
        border: 1px solid #bce8cc;
    }

        .hero-benefit__checklist i::after {
            content: "";
            position: absolute;
            inset: 0;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2316a34a' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
            background: #16a34a;
        }

/* Chips */
.hero-benefit__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 18px;
}

.chip {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
    border: 1px dashed #ffbf80;
    background: #fff9f2;
    border-radius: 999px;
    padding: 8px 12px;
}

/* CTA */
.btn--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid #ff8300;
    color: #ff8300;
    font-weight: 800;
    transition: all .2s ease;
}

    .btn--ghost:hover {
        background: #ff8300;
        color: #fff;
        box-shadow: 0 8px 24px rgba(255,131,0,.25);
    }

/* Trust strip */
.hero-benefit__trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: #64748b;
    font-weight: 600;
}

    .hero-benefit__trust img {
        width: 20px;
        height: 20px;
        opacity: .9;
    }

/* Sağ form kart spacing */
.hero-benefit__formwrap {
    padding-top: 40px;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .hero-benefit {
        padding-top: 32px;
    }

    .hero-benefit__formwrap {
        padding-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .hero-benefit {
        padding-bottom: 56px;
    }

    .hero-benefit__desc {
        font-size: 16px;
    }
}
