/* ── Turquality sayfasına özgü ek stiller ── */
.compare-table-wrap { overflow-x: auto; margin: 32px 0 8px; }
.compare-table {
  width: 100%; border-collapse: collapse; font-size: .925rem;
  font-family: 'DM Sans', sans-serif;
}
.compare-table th {
  background: #007aff; color: #fff;
  padding: 12px 18px; text-align: left; font-weight: 600;
  border-bottom: 2px solid #005fd6;
}
.compare-table th:first-child { border-radius: 8px 0 0 0; }
.compare-table th:last-child  { border-radius: 0 8px 0 0; }
.compare-table td {
  padding: 11px 18px; border-bottom: 1px solid #e8edf4;
  vertical-align: top; color: #334155; line-height: 1.5;
}
.compare-table tr:nth-child(even) td { background: #f8fafc; }
.compare-table tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.compare-table tr:last-child td:last-child  { border-radius: 0 0 8px 0; }
.compare-table td:first-child { font-weight: 600; color: #0a2540; }
.compare-table .highlight-turq { color: #007aff; font-weight: 600; }
.compare-table .highlight-marka { color: #005fd6; font-weight: 600; }
.table-note {
  font-size: .8rem; color: #64748b; margin-top: 10px;
  line-height: 1.6; padding: 0 2px;
}
 
.sektor-tabs {
  display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap;
}
.sektor-tab {
  padding: 9px 22px; border-radius: 30px; cursor: pointer;
  font-weight: 600; font-size: .88rem; transition: all .2s;
  border: 2px solid transparent;
}
.sektor-tab.mal {
  background: #007aff; color: #fff; border-color: #007aff;
}
.sektor-tab.hizmet {
  background: #fff; color: #007aff; border-color: #007aff;
}
.sektor-tab:hover { opacity: .85; }
 
.sart-list { list-style: none; padding: 0; margin: 16px 0 0; }
.sart-list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 0; border-bottom: 1px solid #f1f5f9;
  font-size: .92rem; color: #334155; line-height: 1.55;
}
.sart-list li:last-child { border-bottom: none; }
.sart-num {
  min-width: 24px; height: 24px; border-radius: 50%;
  background: #007aff; color: #fff;
  font-size: .75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px; flex-shrink: 0;
}
.sart-list li strong { color: #0a2540; }
.istisna-note {
  background: #eff6ff; border-left: 3px solid #007aff;
  padding: 10px 16px; border-radius: 0 6px 6px 0;
  font-size: .875rem; color: #1e3a5f; margin: 12px 0 0;
  line-height: 1.55;
}
 
.gider-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px; margin-top: 20px;
}
.gider-card {
  background: #f8fafc; border: 1px solid #e2e8f0;
  border-radius: 10px; padding: 16px 18px;
  font-size: .9rem; color: #334155; line-height: 1.5;
  display: flex; align-items: flex-start; gap: 10px;
}
.gider-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: #e0eeff; border-radius: 7px;
  color: #007aff; font-size: .9rem; margin-top: 1px;
}
.gider-card b { color: #0a2540; font-weight: 600; display: block; margin-bottom: 2px; }
 
.mevzuat-list { list-style: none; padding: 0; margin: 16px 0 0; }
.mevzuat-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0; border-bottom: 1px solid #f1f5f9;
  font-size: .9rem; color: #334155;
}
.mevzuat-list li:last-child { border-bottom: none; }
.mevzuat-list a { color: #007aff; text-decoration: none; font-weight: 500; }
.mevzuat-list a:hover { text-decoration: underline; }
.mevzuat-list .m-icon { color: #007aff; font-size: .85rem; }
 
.ozel-destek-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px; margin-top: 20px;
}
.ozel-card {
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 10px; padding: 16px 18px;
  border-top: 3px solid #007aff;
}
.ozel-card-title {
  font-weight: 700; font-size: .92rem; color: #0a2540;
  margin-bottom: 6px; display: flex; align-items: center; gap: 8px;
}
.ozel-card p { font-size: .875rem; color: #475569; line-height: 1.55; }
 
.adim-list { list-style: none; padding: 0; margin: 24px 0 0; }
.adim-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid #e8edf4;
}
.adim-item:last-child { border-bottom: none; }
.adim-num {
  min-width: 40px; height: 40px; border-radius: 50%;
  background: #007aff; color: #fff;
  font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.adim-content h4 {
  font-size: 1rem; font-weight: 700; color: #0a2540; margin-bottom: 6px;
}
.adim-content p { font-size: .9rem; color: #475569; line-height: 1.6; }
.adim-note-inline {
  display: inline-block; background: #e0eeff; color: #007aff;
  font-size: .78rem; font-weight: 600; padding: 2px 8px;
  border-radius: 4px; margin-top: 6px;
}
 
.consultsight-destek-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; margin-top: 28px;
}
.cs-card {
  background: #f0f6ff; border: 1px solid #c2d9ff;
  border-radius: 12px; padding: 24px;
  color: #0a2540;
}
.cs-card-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(0,122,255,.12); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; margin-bottom: 14px; color: #007aff;
}
.cs-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #0a2540; }
.cs-card p { font-size: .875rem; color: #475569; line-height: 1.6; }
 
.faq-list { list-style: none; padding: 0; margin: 24px 0 0; }
.faq-item {
  border: 1px solid #e2e8f0; border-radius: 10px;
  overflow: hidden; margin-bottom: 12px;
}
.faq-q {
  width: 100%; text-align: left; cursor: pointer;
  background: #f8fafc; border: none; padding: 16px 20px;
  font-size: .95rem; font-weight: 600; color: #0a2540;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; line-height: 1.4;
  font-family: 'DM Sans', sans-serif;
}
.faq-q .faq-arrow {
  flex-shrink: 0; font-size: .75rem; color: #007aff;
  transition: transform .25s;
}
.faq-item.open .faq-q { background: #007aff; color: #fff; }
.faq-item.open .faq-q .faq-arrow { transform: rotate(180deg); color: #fff; }
.faq-a {
  display: none; padding: 16px 20px 18px;
  font-size: .9rem; color: #475569; line-height: 1.7;
  border-top: 1px solid #e2e8f0; background: #fff;
}
.faq-item.open .faq-a { display: block; }
 
.program-badge {
  display: inline-block; font-size: .75rem; font-weight: 700;
  letter-spacing: .5px; padding: 3px 10px; border-radius: 20px; margin-right: 6px;
}
.badge-turq { background: #e0eeff; color: #007aff; }
.badge-marka { background: #dbeafe; color: #1d4ed8; }
.badge-hizmet { background: #eff6ff; color: #1e40af; }
 
/* Responsive */
@media (max-width: 600px) {
  .compare-table { font-size: .82rem; }
  .compare-table th, .compare-table td { padding: 9px 12px; }
  .adim-num { min-width: 32px; height: 32px; font-size: .85rem; }
}
 
/* İki yana yaslı metin — paragraflar ve liste öğeleri */
p, li, .section-lead, .hero-lead, .problem-body,
.adim-content p, .kriter-text p, .faq-a,
.cs-card p, .ozel-card p, .gider-card,
.destek-card p, .sart-list li, .table-note,
.istisna-note, .kriter-note p, .footer-brand {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
/* Başlıklar, butonlar, etiketler, tablolar — yaslamadan muaf */
h1, h2, h3, h4, h5, h6,
.hero-badge, .section-label, .btn-primary, .btn-secondary,
.compare-table th, .compare-table td,
.adim-num, .sart-num, .kriter-num,
.faq-q, .hero-card h3, .hero-card-item,
.breadcrumb-bar, .lp-menu, .footer-links,
.cta-inner h2, .cta-inner p, .cta-note,
.program-badge, .adim-note-inline { text-align: left !important; }
 
/* destek-icon FA override */
.destek-icon {
  width: 48px !important; height: 48px !important;
  background: #e0eeff !important;
  border-radius: 12px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 1.3rem !important; color: #007aff !important;
  margin-bottom: 16px !important;
}.consultsight-whatsapp-wrapper {
    position: fixed;
    bottom: 50px;
    left: 25px;
    z-index: 100;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.consultsight-whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.consultsight-whatsapp-icon img {
    transition: all 0.3s ease-in-out;
}

.consultsight-whatsapp-wrapper:hover .consultsight-whatsapp-icon {
    transform: scale(1.1);
}

.consultsight-whatsapp-text {
    margin-left: 10px;
    background-color: #fff;
    color: #25d366;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.consultsight-whatsapp-wrapper:hover .consultsight-whatsapp-text {
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
}