/* Blog İçi Özel Tasarım Şablonu */
.alt-blog-container {
font-family: 'Poppins', system-ui, sans-serif;
color: #2c3e50;
line-height: 1.7;
width: 100%;
}

.alt-blog-container h2 {
color: #113278;
font-size: 26px;
margin-bottom: 15px;
font-weight: 600;
border-bottom: 2px solid #f2f2f2;
padding-bottom: 10px;
}

.alt-blog-container h3 {
color: #f27a1a;
font-size: 20px;
margin-top: 30px;
margin-bottom: 15px;
font-weight: 600;
}

.alt-blog-container p {
margin-bottom: 20px;
font-size: 15px;
}

/* Entegra'nın Otomatik Başlığını Gizleme */
.blogDetail .categoriTitle {
display: none !important;
}

/* Yeni Modern Giriş (Hero) Alanı */
.alt-hero-section {
text-align: center;
padding: 30px 15px 40px;
background-color: #fcfcfc;
border-bottom: 1px dashed #eaeaea;
margin-bottom: 30px;
border-radius: 8px;
}

.alt-kicker {
color: #00a8e8;
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 15px;
display: block;
}

.alt-hero-title {
color: #113278;
font-size: 34px;
font-weight: 700;
margin-bottom: 25px;
line-height: 1.3;
}

.alt-hero-desc {
color: #555;
font-size: 17px;
line-height: 1.8;
max-width: 850px;
margin: 0 auto 35px auto;
}

/* Paylaşım ve Yapay Zeka Çubuğu */
.alt-action-bar {
background: #fff;
border: 1px solid #eee;
border-radius: 12px;
padding: 12px 25px;
display: inline-flex;
align-items: center;
gap: 15px;
box-shadow: 0 4px 15px rgba(0,0,0,0.03);
flex-wrap: wrap;
justify-content: center;
}

.alt-action-group {
display: flex;
align-items: center;
gap: 8px;
}

.alt-action-label {
font-weight: 600;
font-size: 14px;
color: #333;
margin-right: 5px;
}

.alt-ai-label {
color: #113278;
font-weight: 700;
font-size: 14px;
margin-right: 5px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.alt-icon-btn {
width: 38px;
height: 38px;
border-radius: 50%;
border: 1px solid #f0f0f0;
display: flex;
align-items: center;
justify-content: center;
color: #555;
text-decoration: none;
transition: all 0.2s;
background: #fff;
font-size: 15px;
}

.alt-icon-btn:hover {
background: #f8f9fa;
color: #f27a1a;
border-color: #ddd;
}

.alt-ai-btn:hover {
color: #00a8e8;
border-color: #e0f2fe;
background: #e0f2fe;
}

.alt-divider {
width: 1px;
height: 28px;
background: #e5e5e5;
margin: 0 10px;
}

/* Görsel Yönetimi */
.alt-blog-figure {
margin: 30px 0;
text-align: center;
}

.alt-blog-img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.alt-image-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 30px 0;
justify-content: center;
}

.alt-image-grid img {
max-width: 48%;
min-width: 280px;
flex: 1;
}

/* Tablo Mimarisi */
.alt-tech-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
border: 1px solid #eaeaea;
}

.alt-tech-table th,
.alt-tech-table td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #eee;
}

.alt-tech-table th {
background-color: #f8f9fa;
font-weight: 600;
width: 40%;
color: #113278;
}

/* Liste Stilleri */
.alt-feature-list {
list-style: none;
padding-left: 0;
}

.alt-feature-list li {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
font-size: 15px;
}

.alt-feature-list li::before {
content: "✓";
position: absolute;
left: 0;
color: #00a8e8;
font-weight: bold;
}

/* Gelişmiş SSS (FAQ) Alanı */
.alt-faq-wrapper {
background: #fff;
border-radius: 12px;
padding: 40px 30px;
box-shadow: 0 4px 15px rgba(0,0,0,0.03);
margin-bottom: 30px;
border: 1px solid #eaeaea;
}

.alt-faq-wrapper h3 {
text-align: center;
color: #113278;
font-size: 24px;
margin-bottom: 25px;
font-weight: 700;
margin-top: 0;
}

.alt-faq-item {
border-bottom: 1px solid #eaeaea;
margin-bottom: 0;
padding: 20px 0;
background: transparent;
border-radius: 0;
cursor: pointer;
}

.alt-faq-item:last-child {
border-bottom: none;
padding-bottom: 0;
}

.alt-faq-item:first-of-type {
padding-top: 0;
}

.alt-faq-item summary {
font-weight: 600;
color: #333;
font-size: 15px;
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
outline: none;
}

.alt-faq-item summary::-webkit-details-marker {
display: none;
}

.alt-faq-item summary::after {
content: "+";
color: #f27a1a;
font-size: 24px;
font-weight: bold;
line-height: 1;
transition: transform 0.2s ease;
}

.alt-faq-item[open] summary::after {
content: "-";
transform: rotate(180deg);
}

.alt-faq-item p {
margin-top: 15px;
margin-bottom: 0;
padding-top: 15px;
border-top: 1px dashed #ddd;
font-size: 14px;
}

/* Şık Çerçeveli CTA (Aksiyon) Alanı */
.alt-cta-section {
background-color: #ffffff;
border-radius: 12px;
padding: 40px 30px;
text-align: center;
border: 2px solid #113278;
margin-bottom: 30px;
box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.alt-cta-title {
color: #113278;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.3;
}

.alt-cta-desc {
font-size: 16px;
line-height: 1.8;
margin-bottom: 30px;
color: #333333;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.alt-cta-btn {
display: inline-block;
background-color: #f27a1a;
color: #ffffff;
font-weight: 700;
font-size: 15px;
text-decoration: none;
padding: 14px 35px;
border-radius: 6px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
}

.alt-cta-btn:hover {
background-color: #d96812;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(242, 122, 26, 0.3);
}