.aiw-hero,
.aiw-steps,
.aiw-examples,
.aiw-advantages,
.aiw-tech,
.aiw-faq {
    min-height: 90vh;
    padding-top: 80px;
    box-sizing: border-box;
    border-radius: 32px;
    margin-bottom: 48px;
}

.aiw-hero {
    margin-top: 60px;
    background: linear-gradient(135deg, #f8f9fa 60%, #fff 100%);
    box-shadow: 0 8px 32px rgba(44,62,80,0.07);
}

.aiw-steps {
    background: #fff;
    box-shadow: 0 8px 32px rgba(44,62,80,0.06);
}

.aiw-examples {
    background: #f6f7fb;
    box-shadow: 0 8px 32px rgba(44,62,80,0.05);
}

.aiw-advantages {
    background: #fff;
    box-shadow: 0 8px 32px rgba(44,62,80,0.06);
}

.aiw-tech {
    background: #f6f7fb;
    box-shadow: 0 8px 32px rgba(44,62,80,0.05);
}

.aiw-faq {
    background: #fff;
    box-shadow: 0 8px 32px rgba(44,62,80,0.06);
}

.aiw-cta {
    background: linear-gradient(90deg, #ff69aa 0%, #ffb6d5 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(44,62,80,0.08);
}

.aiw-hero h1,
.aiw-steps h2,
.aiw-examples h2,
.aiw-advantages h2,
.aiw-tech h2,
.aiw-faq h2,
.aiw-cta h2 {
    text-align: center;
    font-weight: 800;
    letter-spacing: -1px;
}

.aiw-hero h5,
.aiw-steps p.lead,
.aiw-examples p.lead,
.aiw-advantages p.lead,
.aiw-tech p.lead,
.aiw-faq p.lead,
.aiw-cta p.lead {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
}

.aiw-hero ul,
.aiw-steps ul,
.aiw-advantages ul,
.aiw-tech ul {
    margin-bottom: 1.5rem;
}

.card {
    border-radius: 20px !important;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08) !important;
    border: none !important;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.aiw-steps .card,
.aiw-examples .card,
.aiw-advantages .card,
.aiw-tech .card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aiw-steps .card h5,
.aiw-advantages .card h5,
.aiw-tech .card h5 {
    font-size: 1.15rem;
    font-weight: 700;
}

.aiw-steps .card p,
.aiw-advantages .card p,
.aiw-tech .card p {
    font-size: 1rem;
}

.aiw-examples .card {
    background: #fff;
}

.aiw-hero .bg-white {
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
}

.btn-primary {
    background: linear-gradient(135deg, #ff69aa 0%, #ff8cc4 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(255,105,170,0.3);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,105,170,0.4);
}

.aiw-cta .btn-light,
.aiw-cta .btn-sm {
    color: #ff69aa;
    font-weight: 700;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(255,255,255,0.12);
    transition: all 0.3s ease;
}

.aiw-cta .btn-light:hover,
.aiw-cta .btn-sm:hover {
    background: #fff0f6;
    transform: translateY(-2px);
}

.aiw-faq .accordion-body,
.aiw-faq .accordion-header,
.aiw-faq .accordion-button {
    text-align: center;
}

.accordion-button:not(.collapsed) {
    background-color: #fff0f6;
    color: #ff69aa;
}

.accordion-button:focus {
    border-color: #ff69aa;
    box-shadow: 0 0 0 0.25rem rgba(255,105,170,0.25);
}

@media (max-width: 991px) {
    .aiw-hero,
    .aiw-steps,
    .aiw-examples,
    .aiw-advantages,
    .aiw-tech,
    .aiw-faq,
    .aiw-cta {
        min-height: unset;
        padding-top: 40px;
        border-radius: 16px;
    }

    .aiw-hero {
        margin-top: 30px;
    }

    .aiw-hero img.img-fluid {
        max-width: 350px !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 24px auto;
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media (max-width: 600px) {
    .aiw-hero img.img-fluid {
        max-width: 95vw !important;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Animasyonlar */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Özel Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ff69aa;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff8cc4;
}

/* --- MODERN YENİ YAPIYA ÖZEL STİLLER --- */

/* Adım Kartları */
.aiw-step-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 48px 24px 32px 24px;
    text-align: center;
    transition: transform 0.2s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    min-width: 260px;
}
.aiw-step-card:hover {
    transform: translateY(-6px) scale(1.03);
}
.aiw-step-icon {
    font-size: 3.2rem;
    color: #ff69aa;
    margin-bottom: 24px;
}
.aiw-step-title {
    font-weight: 700;
    font-size: 1.45rem;
    margin-bottom: 14px;
    color: #2D3250;
}
.aiw-step-desc {
    font-size: 1.18rem;
    color: #666;
}

/* Avantaj Kartları */
.aiw-adv-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 48px 24px 32px 24px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.aiw-adv-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255,105,170,0.13);
}
.aiw-adv-icon {
    font-size: 3.2rem;
    color: #ff69aa;
    margin-bottom: 24px;
}
.aiw-adv-title {
    font-weight: 700;
    font-size: 1.45rem;
    margin-bottom: 14px;
    color: #2D3250;
}
.aiw-adv-desc {
    font-size: 1.18rem;
    color: #666;
}

/* Chat Balonları */
.aiw-chat-examples {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.aiw-chat-bubble {
    max-width: 80%;
    padding: 16px 22px;
    border-radius: 18px;
    font-size: 1.08rem;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
    position: relative;
    margin-bottom: 0;
    word-break: break-word;
}
.aiw-chat-bubble.aiw-customer {
    align-self: flex-start;
    background: #e3f0ff;
    color: #1a2a3a;
    border-bottom-left-radius: 4px;
    border: 1.5px solid #b3d4fc;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
}
.aiw-chat-bubble.aiw-system {
    align-self: flex-end;
    background: #e6ffe3;
    color: #1a3a1a;
    border-bottom-right-radius: 4px;
    border: 1.5px solid #b6eac2;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
}
.aiw-chat-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ff69aa;
}
.aiw-chat-bubble a {
    color: #ff69aa;
    text-decoration: underline;
}

/* Teknik Kartlar */
.aiw-tech-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 32px 24px 24px 24px;
    min-height: 260px;
    margin-bottom: 16px;
}
.aiw-tech-title {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #2D3250;
}
.aiw-tech-card ul {
    padding-left: 18px;
    color: #666;
    font-size: 1rem;
}

/* SSS Akordeon */
.aiw-faq-accordion .accordion-item {
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
}
.aiw-faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.08rem;
    color: #2D3250;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 18px 24px;
}
.aiw-faq-accordion .accordion-button:not(.collapsed) {
    background: #fff0f6;
    color: #ff69aa;
}
.aiw-faq-accordion .accordion-body {
    font-size: 1rem;
    color: #555;
    background: #fff;
    padding: 18px 24px;
}

/* CTA */
.aiw-cta-modern {
    background: linear-gradient(100deg, #ff69aa 0%, #5ec6ff 100%);
    color: #fff;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.08);
    position: relative;
    overflow: hidden;
}
.aiw-cta-modern::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(94,198,255,0.10) 60%, rgba(255,255,255,0) 80%);
    z-index: 0;
    pointer-events: none;
    filter: blur(2px);
}
.aiw-cta-modern > .container {
    position: relative;
    z-index: 1;
}
.aiw-cta-modern .btn-light {
    color: #ff69aa;
    font-weight: 700;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(255,255,255,0.12);
    transition: all 0.3s ease;
}
.aiw-cta-modern .btn-light:hover {
    background: #fff0f6;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .aiw-step-card, .aiw-adv-card, .aiw-tech-card {
        padding: 24px 10px 18px 10px;
        min-height: 160px;
    }
    .aiw-chat-bubble {
        font-size: 1rem;
        padding: 12px 14px;
    }
    .aiw-cta-modern {
        border-radius: 18px;
        padding: 2.5rem 0 !important;
    }
    .aiw-cta-modern::before {
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 600px) {
    .aiw-chat-bubble {
        max-width: 100%;
    }
}

/* Nasıl Çalışır Kartları Tek Satırda ve Kaydırmasız */
.aiw-steps-row {
    flex-wrap: wrap !important;
    overflow-x: unset;
    gap: 32px 0 !important;
}
.aiw-steps-row > div {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: unset;
}

/* Avantajlar Kartları Boyut Sabitleme */
.aiw-advantages-modern .row {
    align-items: stretch;
}
.aiw-adv-card {
    height: 100%;
}

/* Avantajlar ve Nasıl Çalışır Bölümü Yüksekliği */
.aiw-steps-modern,
.aiw-advantages-modern {
    min-height: 95vh;
}

/* Nasıl Çalışır Kartları Enini Büyütme */
@media (min-width: 992px) {
    .aiw-steps-row > div {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

/* Nasıl Çalışır Responsive Düzenleme */
@media (max-width: 1199px) {
    .aiw-steps-row > div {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .aiw-steps-row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .aiw-step-card {
        padding: 32px 10px 24px 10px;
    }
    .aiw-steps-row {
        gap: 18px 0 !important;
    }
}

/* Hero Başlık ve Açıklama Oran Ayarı */
.aiw-hero h1 {
    font-size: 4.2rem;
    line-height: 1.15;
    max-width: 700px;
    margin: 0 auto 18px auto;
    text-align: left;
}
.aiw-hero p.lead {
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px auto;
    text-align: left;
    color: #555;
}
@media (max-width: 991px) {
    .aiw-hero h1 {
        font-size: 2.2rem;
        text-align: center;
    }
    .aiw-hero p.lead {
        font-size: 1.1rem;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .aiw-hero h1 {
        font-size: 1.4rem;
    }
    .aiw-hero p.lead {
        font-size: 1rem;
    }
}

/* Spotlight Arka Plan Efekti (Asil ve Modern) */
.aiw-spotlight-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(120deg, #ff69aa22 0%, #e3f0ff 60%, #fff 100%);
    filter: none;
    opacity: 1;
}
@media (max-width: 991px) {
    .aiw-spotlight-bg {
        background: radial-gradient(ellipse 90% 50% at 50% 40%, #ff69aa22 0%, #e3f0ff 90%, #fff 100%);
    }
} 