/* =====================================================================
   Programmatic SEO Teknik Servis - Ana Stil Dosyası
   Kritik CSS header.php'de inline bulunur
   ===================================================================== */

/* İçerik Section */
.content-section { padding: 40px 0; background: #f9fafb; }
.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 28px; align-items: start; }

@media (max-width: 900px) {
    .content-grid { grid-template-columns: 1fr; }
}

/* Card */
.card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    letter-spacing: -.3px;
    line-height: 1.3;
}
.card h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    margin: 16px 0 8px;
}
.card p { color: #4b5563; margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
    .card { padding: 20px; }
    .card h2 { font-size: 19px; }
}

/* Arıza Listesi */
.ariza-list { list-style: none; padding: 0; }
.ariza-list li {
    padding: 12px 14px;
    background: #f9fafb;
    border-left: 3px solid var(--ana-renk);
    border-radius: 6px;
    margin-bottom: 10px;
}
.ariza-list li strong { display: block; color: #111827; margin-bottom: 4px; font-size: 15px; }
.ariza-desc { display: block; font-size: 14px; color: #6b7280; line-height: 1.5; }

/* Süreç Adımları */
.sureç-adimlar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.adim {
    background: linear-gradient(135deg, #f9fafb, #fff);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.adim-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--ana-renk);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 10px;
}
.adim h3 { font-size: 15px; margin: 8px 0; color: #111827; }
.adim p { font-size: 13px; color: #6b7280; line-height: 1.5; }

/* Disclaimer Kutusu (Google Ads uyumu için kritik) */
.disclaimer-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    padding: 20px 24px;
    margin: 20px 0;
}
.disclaimer-box h3 {
    color: #92400e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}
.disclaimer-box p {
    color: #78350f;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* SSS */
.sss-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}
.sss-item:last-child { border-bottom: none; }
.sss-item summary {
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    padding: 6px 0;
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 26px;
}
.sss-item summary::-webkit-details-marker { display: none; }
.sss-item summary::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: var(--ana-renk);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.sss-item[open] summary::before { content: '−'; }
.sss-icerik {
    color: #4b5563;
    padding: 10px 0 0 26px;
    font-size: 14.5px;
    line-height: 1.6;
}

/* İç Link Gridi */
.iceri-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}
.ic-link {
    display: block;
    padding: 12px 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: all .15s;
}
.ic-link:hover {
    background: var(--ana-renk);
    border-color: var(--ana-renk);
    color: #fff !important;
    transform: translateX(2px);
}
.ic-link strong { color: inherit; }

/* İl Kart Grid (ana sayfa) */
.il-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}
.il-kart {
    display: block;
    padding: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-decoration: none !important;
    color: #374151 !important;
    transition: all .15s;
    text-align: center;
}
.il-kart strong { display: block; font-size: 15px; color: #111827; }
.il-kart span { display: block; font-size: 12px; color: #6b7280; margin-top: 2px; }
.il-kart:hover {
    background: var(--ana-renk);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
}
.il-kart:hover strong, .il-kart:hover span { color: #fff; }

/* ===== FORM (Yan Panel) ===== */
.content-sidebar { position: sticky; top: 80px; }
@media (max-width: 900px) {
    .content-sidebar { position: static; }
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 2px solid var(--vurgu-renk);
    box-shadow: 0 4px 20px rgba(255,107,0,.1);
    margin-bottom: 16px;
}
.form-card h2 {
    font-size: 19px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
    line-height: 1.3;
}
.form-lead { font-size: 13px; color: #6b7280; margin-bottom: 16px; }

.form-group { margin-bottom: 12px; }
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color .15s, box-shadow .15s;
    background: #fff;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--ana-renk);
    box-shadow: 0 0 0 3px rgba(0,85,165,.1);
}
.form-group textarea { resize: vertical; min-height: 70px; }

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #4b5563;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5;
}
.checkbox-group input { width: auto; margin-top: 2px; flex-shrink: 0; }
.checkbox-group a { color: var(--ana-renk); text-decoration: underline; }

.btn-block {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.form-message {
    margin-top: 12px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
}
.form-message.success {
    display: block;
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.form-message.error {
    display: block;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.or-divider {
    text-align: center;
    margin: 16px 0;
    position: relative;
    color: #9ca3af;
    font-size: 13px;
}
.or-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
    z-index: 0;
}
.or-divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

/* Trust Card */
.trust-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e5e7eb;
}
.trust-card h3 {
    font-size: 15px;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 700;
}
.trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-list li {
    padding: 6px 0;
    font-size: 13.5px;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}
.trust-list li:last-child { border-bottom: none; }

/* ===== FOOTER ===== */
.site-footer {
    background: #111827;
    color: #d1d5db;
    padding: 48px 0 24px;
    margin-top: 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 32px;
}
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
.footer-col h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: -.2px;
}
.footer-col p, .footer-col li {
    color: #9ca3af;
    font-size: 13.5px;
    line-height: 1.7;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col a { color: #d1d5db; text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-disc { font-size: 13px; color: #9ca3af; line-height: 1.6; }

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 20px;
    text-align: center;
}
.footer-bottom p {
    color: #9ca3af;
    font-size: 12.5px;
    margin-bottom: 10px;
}
.footer-warning {
    max-width: 800px;
    margin: 10px auto 0;
    padding: 12px 16px;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 8px;
    font-size: 12.5px !important;
    line-height: 1.6;
    color: #fcd34d !important;
}

/* ===== Sayfa içeriği genel ===== */
.content-main h2:first-child,
.content-main .card:first-child { margin-top: 0; }

/* Çeşitli yardımcılar */
.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
