/* =========================================================
   AKER OSGB - İçerik sayfaları ve SEO düzeltmeleri
   =========================================================
   style.css üzerine biner. Yeni içerik sayfalarının
   (hizmet, lokasyon, SSS, iletişim) tipografisi ile
   ana sayfadaki semantik değişikliklerin düzeltmeleri.
   ========================================================= */

/* --- Erişilebilirlik yardımcıları --- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #0205d3;
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 6px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.skip-link:focus {
  left: 0;
}

/* --- div -> h2/h3 dönüşümlerinin varsayılan boşluklarını sıfırla --- */
.services-title,
.news-title,
.careers-title,
.document-title,
.contact-form-title,
.contact-info-title,
.footer-newsletter-title,
.news-card-title,
.news-card-text,
.career-card-title,
.career-card-text,
.form-title {
  margin: 0;
}

.section-subtitle {
  margin: 0;
}

/* --- Ana sayfa: hizmet kutuları artık bağlantı --- */
.services-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.service-item-link:hover .service-label,
.service-item-link:focus-visible .service-label {
  text-decoration: underline;
}

.services-more {
  text-align: center;
  margin: 24px 0 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.services-more a {
  color: #0205d3;
}

/* --- Haber kartları: yalnızca bağlantısı olan kart tıklanabilir görünür --- */
div.news-card {
  cursor: default;
}

a.news-card {
  cursor: pointer;
}

a.news-card:hover .news-card-shadow,
a.news-card:focus-visible .news-card-shadow {
  box-shadow: 2px 2px 10px 0 rgb(100, 100, 100);
  transform: translateY(-2px);
}

.news-card-shadow {
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.news-card-link {
  display: inline-block;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0205d3;
}

/* --- Ana sayfa: metin içi bağlantılar --- */
.about-paragraph + .about-paragraph {
  margin-top: 14px;
}

.about-paragraph a {
  color: #0205d3;
}

.documents-intro,
.team-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  color: #3f3f46;
}

.documents-intro a,
.team-intro a {
  color: #0205d3;
}

/* --- İçerik sayfası yerleşimi --- */
.content-page {
  background: #fff;
}

.content-main {
  flex: 1 0 auto;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 20px 60px;
  font-family: Inter, sans-serif;
  color: #27272a;
}

.breadcrumb {
  font-size: 13px;
  color: #71717a;
  margin-bottom: 18px;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.breadcrumb li + li::before {
  content: '/';
  margin-right: 8px;
  color: #a1a1aa;
}

.breadcrumb a {
  color: #71717a;
}

.content-article h1 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #091747;
}

.content-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #3f3f46;
  margin: 0 0 28px;
}

.content-section {
  margin: 0 0 34px;
}

.content-section h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #091747;
}

.content-section h3 {
  font-size: 17px;
  margin: 0;
}

.content-section p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.content-section a {
  color: #0205d3;
}

.content-list {
  margin: 0 0 14px;
  padding-left: 20px;
}

.content-list li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.content-links a + a {
  margin-left: 4px;
}

/* --- Hizmet kartları --- */
.service-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.service-card {
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 18px;
  background: #fff;
}

.service-card-icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.service-card-title {
  font-size: 16px;
  margin: 10px 0 6px;
}

.service-card-title a {
  color: #091747;
  text-decoration: none;
}

.service-card-title a:hover {
  text-decoration: underline;
}

.service-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #52525b;
  margin: 0;
}

/* --- Şube kartları --- */
.branch-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.branch-card {
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 18px;
}

.branch-name {
  font-size: 16px;
  margin: 0 0 8px;
  color: #091747;
}

.branch-address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #52525b;
  margin-bottom: 10px;
}

.branch-links {
  display: flex;
  gap: 14px;
  font-size: 14px;
}

/* --- SSS --- */
.faq-list {
  border-top: 1px solid #e4e4e7;
}

.faq-item {
  border-bottom: 1px solid #e4e4e7;
}

.faq-question {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  color: #091747;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::before {
  content: '+';
  color: #0205d3;
  font-size: 18px;
  line-height: 1;
}

.faq-item[open] .faq-question::before {
  content: '\2212';
}

.faq-question h3 {
  display: inline;
  font-size: 16px;
  font-weight: 600;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.75;
  color: #3f3f46;
  margin: 0 0 14px;
  padding-left: 24px;
}

/* --- İlgili hizmetler --- */
.related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f5;
}

.related-list a {
  font-weight: 600;
  display: block;
}

.related-list span {
  font-size: 14px;
  color: #52525b;
}

/* --- İletişim listesi --- */
.contact-quick-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.contact-quick-list li {
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 14px 16px;
}

.contact-quick-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #71717a;
  margin-bottom: 4px;
}

.contact-quick-value {
  font-size: 16px;
  font-weight: 600;
}

/* --- Kariyer listesi --- */
.career-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.career-item {
  display: flex;
  gap: 18px;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 16px;
  align-items: flex-start;
}

.career-item-image img {
  width: 140px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.career-item-title {
  font-size: 17px;
  margin: 0 0 8px;
  color: #091747;
}

.career-item-text {
  font-size: 14px;
  line-height: 1.7;
  color: #52525b;
  margin: 0 0 10px;
}

.career-item-btn {
  display: inline-block;
  background: #0205d3;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
}

/* --- Sayfa altı çağrı --- */
.content-cta {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 24px;
  background: #f8f9ff;
  margin-top: 10px;
}

.content-cta h2 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #091747;
}

.content-cta p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: #3f3f46;
}

.content-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-primary,
.cta-secondary {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.cta-primary {
  background: #0205d3;
  color: #fff;
}

.cta-secondary {
  border: 1px solid #0205d3;
  color: #0205d3;
}

/* --- KVKK sayfası --- */
.kvkk-text-block p {
  font-size: 14px;
  line-height: 1.8;
  color: #3f3f46;
}

/* --- Alt bilgi ek sütunları --- */
.footer-nav-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-link-list,
.footer-branch-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list li,
.footer-branch-list li {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.footer-link-list a,
.footer-branch-list a,
.footer-contact-line a {
  color: inherit;
  text-decoration: none;
}

.footer-link-list a:hover,
.footer-branch-list a:hover,
.footer-contact-line a:hover {
  text-decoration: underline;
}

.footer-branch-list li {
  margin-bottom: 10px;
}

.footer-contact-line {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

/* --- KVKK bağlantısı artık buton --- */
.kvkk-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #0205d3;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .content-main {
    padding-top: 90px;
  }

  .content-article h1 {
    font-size: 26px;
  }

  .career-item {
    flex-direction: column;
  }

  .career-item-image img {
    width: 100%;
  }
}
