.integration-hero {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.hero-bg-icon {
    position: absolute; right: 5%; top: 50%; transform: translateY(-50%) rotate(-15deg);
    font-size: 20rem; color: rgba(59, 130, 246, 0.05); z-index: 0; pointer-events: none;
}

/* Breadcrumb */
.breadcrumb { display: flex; gap: 0.5rem; font-size: 0.85rem; color: #64748b; margin-bottom: 1.5rem; }
.breadcrumb a { color: #3b82f6; font-weight: 600; text-decoration: none; }
.breadcrumb span { color: #cbd5e1; }

/* 2. İçerik Alanı */
.content-area h2 { font-size: 1.8rem; font-weight: 800; color: #1e293b; margin-top: 2.5rem; margin-bottom: 1rem; }
.content-area p { color: #475569; line-height: 1.8; margin-bottom: 1.5rem; font-size: 1.05rem; }

/* Avantaj Kutuları */
.benefit-box {
    display: flex; gap: 1rem;
    background: white; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.5rem;
    transition: all 0.3s;
}
.benefit-box:hover { border-color: #3b82f6; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.benefit-icon {
    width: 50px; height: 50px; flex-shrink: 0;
    background: #eff6ff; color: #2563eb; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}

/* 3. Sidebar (Sticky Form) */
.sticky-sidebar { position: sticky; top: 100px; }
.contact-card {
    background: white; border-radius: 1.5rem;
    border: 1px solid #e2e8f0; padding: 2rem;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05);
}
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; color: #475569; margin-bottom: 0.5rem; }
.form-input {
    width: 100%; padding: 0.8rem 1rem;
    border: 1px solid #e2e8f0; border-radius: 0.5rem;
    background: #f8fafc; color: #1e293b;
    transition: all 0.2s;
}
.form-input:focus { border-color: #3b82f6; background: white; outline: none; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
.form-submit {
    width: 100%; padding: 1rem;
    background: #2563eb; color: white;
    border: none; border-radius: 0.5rem;
    font-weight: 700; cursor: pointer;
    transition: all 0.2s;
}
.form-submit:hover { background: #1d4ed8; transform: translateY(-2px); }

/* 4. Teknik Bilgi Tablosu */
.tech-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.tech-table td { padding: 1rem; border-bottom: 1px solid #e2e8f0; color: #475569; }
.tech-table td:first-child { font-weight: 600; color: #1e293b; width: 30%; }
.tech-table tr:last-child td { border-bottom: none; }

/* 5. İlgili Entegrasyonlar */
.related-card {
    background: white; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 0.5rem 1.5rem;
    display: flex; align-items: center; gap: 1rem; transition: all 0.3s;
}
.related-card:hover { border-color: #3b82f6; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.related-img { width: 70px; height: 70px; object-fit: contain; }
.basvuru p {
    margin-bottom: 5px;
}