/* Genel Reset ve Çalışma Alanı */
.features-section {
    background-color: #f7f6f2; /* Diğer bölümlerle uyumlu premium krem/kırık beyaz */
    padding: 6rem 0;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Flexbox ile İkiye Bölünmüş Tasarım */
.features-container {
    display: flex;
    align-items: center;
    gap: 6rem;
}

/* --- SOL TARAF: İÇERİK --- */
.features-content {
    flex: 1;
    max-width: 750px;
}

.badge-light {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #ffffff;
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.badge-light .dot {
    width: 8px;
    height: 8px;
    background-color: #226671; /* Marka Rengimiz */
    border-radius: 50%;
}

.features-content h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    color: #111;
}

.features-content h2 span {
    color: #e58810; /* İkinci Marka Rengimiz */
    font-weight: 700;
    font-style: italic;
}

.main-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    font-weight: 400;
    margin-bottom: 3rem;
}

/* Özellikler Listesi */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.feature-icon {
    font-size: 2.5rem;
    color: #226671;
    background: rgba(34, 102, 113, 0.08);
    padding: 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-text h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.6rem;
}

.feature-text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Buton ve İletişim Alanı */
.features-cta {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 2.5rem;
}

.btn-dark-outline {
    background-color: #4a544c;
    color: #ffffff;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.btn-dark-outline:hover {
    background-color: #226671;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34, 102, 113, 0.2);
}

.btn-dark-outline .icon-circle {
    background-color: #ffffff;
    color: #111;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #4a544c;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.contact-details p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.2rem;
}

.contact-details strong {
    font-size: 1.1rem;
    color: #111;
    font-weight: 700;
    display: block;
}

/* --- SAĞ TARAF: GÖRSELLER --- */
.features-images {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Devasa Yuvarlak Ana Görsel */
.main-circle-img {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    border: 15px solid rgba(255,255,255,0.4);
}

/* Üstüne Binen Floating (Havada Duran) Kart */
.floating-card {
    position: absolute;
    left: -60px;
    bottom: 80px;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    width: 250px;
    z-index: 10;
    transition: transform 0.4s ease;
}

.floating-card:hover {
    transform: translateY(-10px);
}

.floating-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.floating-card .card-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.05rem;
    color: #111;
    justify-content: center;
    background: #f7f6f2;
    padding: 10px;
    border-radius: 10px;
}

.floating-card .card-phone i {
    color: #e58810;
    font-size: 1.3rem;
}

/* Arka plandaki zarif yaprak/çiçek deseni illüzyonu (CSS ile hafif gölge detayı) */
.floral-accent {
    position: absolute;
    bottom: -30px;
    left: -80px;
    font-size: 12rem;
    color: rgba(34, 102, 113, 0.05);
    z-index: 0;
    pointer-events: none;
    transform: rotate(-15deg);
}

/* --- MOBİL UYUMLULUK (Responsive) --- */
@media (max-width: 1200px) {
    .main-circle-img { width: 450px; height: 450px; }
    .features-content h2 { font-size: 2.8rem; }
}

@media (max-width: 1024px) {
    .features-container {
        flex-direction: column;
        gap: 5rem;
    }
    .features-content { max-width: 100%; }
    .floating-card { left: -20px; bottom: 20px; }
}

@media (max-width: 768px) {
    .features-section { padding: 4rem 0; }
    .features-content h2 { font-size: 2.2rem; }
    .main-circle-img { 
        width: 100%; 
        max-width: 380px; 
        height: auto; 
        aspect-ratio: 1 / 1; 
        border-width: 8px;
    }
    /* Mobilde o şık kart ana görselin altına zarifçe binsin */
    .floating-card {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: -60px;
        margin-left: auto;
        margin-right: 20px;
        width: 220px;
    }
    .features-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}