/* Florya Doğa Features Section */
.fdfs-wrap,
.fdfs-wrap * {
    box-sizing: border-box;
}

.fdfs-wrap {
    width: 100%;
    background: #F7FAF9;
    padding: 44px 64px 52px;
}

.fdfs-inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.fdfs-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
    align-items: start;
}

.fdfs-feature {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-width: 0;
}

.fdfs-feature-icon {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E7F5F3;
    color: #0B8A82;
}

.fdfs-feature-icon i {
    font-size: 42px;
    line-height: 1;
}

.fdfs-feature-icon svg {
    width: 42px;
    height: 42px;
    display: block;
}

.fdfs-feature-content {
    min-width: 0;
}

.fdfs-feature-title {
    margin: 4px 0 10px;
    color: #1D2430;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.fdfs-feature-text {
    margin: 0;
    color: #4B5563;
    font-size: 17px;
    line-height: 1.65;
}

.fdfs-divider {
    width: 100%;
    height: 1px;
    margin: 42px 0 38px;
    background: #DCEDEC;
}

.fdfs-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 24px;
}

.fdfs-check-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.fdfs-check-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border: 2px solid #0B8A82;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0B8A82;
}

.fdfs-check-icon i {
    font-size: 16px;
    line-height: 1;
}

.fdfs-check-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.fdfs-check-text {
    color: #1F2937;
    font-size: 18px;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    .fdfs-wrap {
        padding: 36px 32px 42px;
    }

    .fdfs-features {
        gap: 28px;
    }

    .fdfs-feature {
        gap: 16px;
    }

    .fdfs-feature-icon {
        width: 74px;
        height: 74px;
    }

    .fdfs-feature-icon i {
        font-size: 32px;
    }

    .fdfs-feature-icon svg {
        width: 32px;
        height: 32px;
    }

    .fdfs-feature-title {
        font-size: 18px;
    }

    .fdfs-feature-text {
        font-size: 15px;
    }

    .fdfs-checklist {
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .fdfs-wrap {
        padding: 28px 20px 34px;
    }

    .fdfs-features {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .fdfs-feature {
        gap: 16px;
    }

    .fdfs-feature-icon {
        width: 64px;
        height: 64px;
    }

    .fdfs-feature-icon i {
        font-size: 28px;
    }

    .fdfs-feature-icon svg {
        width: 28px;
        height: 28px;
    }

    .fdfs-feature-title {
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 18px;
    }

    .fdfs-feature-text {
        font-size: 15px;
        line-height: 1.55;
    }

    .fdfs-divider {
        margin: 28px 0 26px;
    }

    .fdfs-checklist {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .fdfs-check-item {
        gap: 12px;
    }

    .fdfs-check-text {
        font-size: 16px;
    }
}
