/* ---------- DETAY SAYFASI ---------- */
.blog-hero {position: relative; padding: 150px 0 60px; background: linear-gradient(180deg, #f2f8fb 0%, #fff 100%); overflow: hidden;}
.blog-hero .container {display: flex; flex-direction: column; align-items: center;}
.blog-hero::after {content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(0,174,239,.12) 0%, transparent 70%); pointer-events: none;}
.blog-hero-cat {display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: linear-gradient(90deg, #06B6D4, #22D3EE); color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: .4px; padding: 7px 16px; border-radius: 30px; margin-bottom: 24px; text-transform: uppercase; text-align: center;}
.blog-hero h1 {font-size: clamp(30px, 4.5vw, 52px); font-weight: 600; color: #0f1c2e; letter-spacing: -1.5px; line-height: 1.15; margin: 0 auto; max-width: 900px; text-align: center;}
.blog-hero-meta {display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; color: #7a8ba0; font-size: 14px; font-weight: 400; padding-top: 40px;}
.blog-hero-meta .dot {width: 4px; height: 4px; border-radius: 50%; background: #c3d0dd;}
.blog-hero-meta strong {color: #46586e; font-weight: 500;}

.blog-hero-img-wrap {margin-top: 34px;}
.blog-hero-img {width: 100%; height: auto; border-radius: 18px; border: 1px solid #e2ebf3; box-shadow: 0 24px 60px -18px rgba(15,28,46,.22); display: block;}

.blog-article {max-width: 800px; margin: 0 auto; padding: 50px 24px 90px;}
.blog-article > p:first-of-type {font-size: 19px; line-height: 1.75; color: #2c3e52; font-weight: 400;}
.blog-article h2 {font-size: clamp(23px, 3vw, 30px); font-weight: 600; color: #0f1c2e; letter-spacing: -.5px; line-height: 1.25; margin: 54px 0 18px; padding-left: 18px; border-left: 4px solid #00aeef;}
.blog-article h3 {font-size: 19px; font-weight: 600; color: #1d3048; margin: 34px 0 12px;}
.blog-article p {color: #42536a; font-size: 16.5px; line-height: 1.8; margin-bottom: 18px;}
.blog-article ul, .blog-article ol {color: #42536a; font-size: 16px; line-height: 1.85; padding-left: 24px; margin: 0 0 20px;}
.blog-article ul li {margin-bottom: 9px; padding-left: 6px;}
.blog-article ul li::marker {color: #00aeef;}
.blog-article ol li {margin-bottom: 14px;}
.blog-article ol li::marker {color: #00aeef; font-weight: 700;}
.blog-article strong {color: #22354c; font-weight: 600;}
.blog-article a {color: #0089c4; text-decoration: none; border-bottom: 1.5px solid #b7e3f7; transition: all .2s;}
.blog-article a:hover {color: #0069a0; border-color: #0069a0;}

.ozet {background: linear-gradient(135deg, #eef8fe, #f6fbff); border: 1px solid #d3edfa; border-left: 4px solid #00aeef; padding: 22px 26px; border-radius: 0 14px 14px 0; margin: 34px 0; font-size: 16.5px !important; color: #2c3e52 !important; line-height: 1.75 !important;}
.ozet strong {color: #0f1c2e;}

.blog-article table {width: 100%; border-collapse: separate; border-spacing: 0; margin: 28px 0; font-size: 14.5px; border: 1px solid #e4edf5; border-radius: 12px; overflow: hidden;}
.blog-article th {background: linear-gradient(135deg, #0f1c2e, #1d3a5f); color: #fff; padding: 13px 16px; text-align: left; font-weight: 600; font-size: 13.5px; letter-spacing: .3px;}
.blog-article td {border-top: 1px solid #e9f0f7; padding: 13px 16px; color: #42536a; line-height: 1.55; background: #fff;}
.blog-article tr:nth-child(even) td {background: #f8fbfd;}
.blog-article td strong {color: #0f1c2e;}

.blog-article blockquote {border: none; margin: 28px 0; padding: 24px 28px; background: linear-gradient(135deg, #f7fafc, #eef4f9); border-radius: 14px; color: #2c3e52; font-size: 16.5px; font-style: italic; position: relative; line-height: 1.75;}
.blog-article blockquote::before {content: "\201C"; position: absolute; top: -16px; left: 18px; font-size: 64px; font-family: Georgia, serif; color: #00aeef; opacity: .35; font-style: normal; line-height: 1;}

/* numarali kriter kartlari */
.crit {display: flex; align-items: flex-start; margin-bottom: 22px; background: #fff; border: 1px solid #e8eef5; border-radius: 14px; padding: 20px 22px; transition: all .2s;}
.crit:hover {border-color: #b7e3f7; box-shadow: 0 6px 22px rgba(0,116,167,.08);}
.crit .num {display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg, #06B6D4, #3B82F6); color: #fff; font-weight: 700; font-size: 16px; margin-right: 16px; flex-shrink: 0;}
.crit > div {color: #42536a; font-size: 15.5px; line-height: 1.7;}

/* ---------- FAQ (HTML5 details/summary — JS'siz akordeon) ---------- */
.faq-section {margin-top: 60px; padding-top: 44px; border-top: 1px solid #e8eef5;}  
.faq-title {font-size: clamp(23px, 3vw, 30px); font-weight: 600; color: #0f1c2e; letter-spacing: -.5px; margin: 0 0 26px; padding-left: 18px; border-left: 4px solid #00aeef;}
details.faq-item {background: #fff; border: 1px solid #e8eef5; border-radius: 14px; margin-bottom: 14px; transition: border-color .2s;}
details.faq-item:hover {border-color: #b7e3f7;}
summary.faq-q {padding: 19px 24px; font-size: 16.5px; font-weight: 600; color: #1d3048; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; list-style: none; user-select: none;}
summary.faq-q::-webkit-details-marker {display: none;}
summary.faq-q::after {content: "+"; font-size: 24px; font-weight: 400; color: #00aeef; transition: transform .25s; flex-shrink: 0; line-height: 1;}
details.faq-item[open] > summary.faq-q::after {content: "−";}
details.faq-item[open] > summary.faq-q {border-bottom: 1px dashed #e4edf5; padding-bottom: 16px;}
.ans {padding: 16px 24px 22px; color: #42536a; font-size: 15.5px; line-height: 1.75;}
.ans p, .ans div[itemprop="text"] {color: #42536a; font-size: 15.5px; line-height: 1.75; margin: 0;}

/* ---------- CTA kutusu ---------- */
.blog-cta {margin-top: 60px; background: linear-gradient(135deg, #0f1c2e 0%, #14324f 60%, #0d5a8a 100%); border-radius: 18px; padding: 38px 42px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;}
.blog-cta p {color: #cfe4f2 !important; font-size: 16px !important; margin: 0 !important; max-width: 560px; line-height: 1.65 !important;}
.blog-cta strong {color: #fff;}
.blog-cta a.cta-btn2 {display: inline-flex; align-items: center; gap: 8px; background: #00aeef; color: #fff; font-weight: 600; font-size: 15px; padding: 14px 30px; border-radius: 10px; text-decoration: none; border: none; transition: all .2s; white-space: nowrap;}
.blog-cta a.cta-btn2:hover {background: #0096d1; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,174,239,.35);}

/* ---------- LISTE SAYFASI ---------- */
.blog-list-hero {position: relative; padding: 150px 0 70px; background: linear-gradient(180deg, #f2f8fb 0%, #fff 100%); overflow: hidden;}
.blog-list-hero::after {content: ""; position: absolute; right: -140px; top: -140px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(0,174,239,.13) 0%, transparent 70%); pointer-events: none;}
.blog-list-hero .label {font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #0089c4; margin-bottom: 18px;}
.blog-list-hero h1 {font-size: clamp(56px, 9vw, 110px); font-weight: 600; color: #0f1c2e; letter-spacing: -4px; line-height: 1; margin: 0 0 22px;}
.blog-list-hero .sub {font-size: 18px; color: #5c6e83; max-width: 640px; line-height: 1.65;}

.blog-cat-bar {display: flex; flex-wrap: wrap; gap: 10px; padding: 26px 0 8px;}
.blog-cat-chip {border: 1.5px solid #dbe6ef; background: #fff; color: #51637a; font-size: 13.5px; font-weight: 500; padding: 9px 20px; border-radius: 30px; cursor: pointer; transition: all .2s; text-decoration: none;}
.blog-cat-chip:hover {border-color: #00aeef; color: #0089c4;}
.blog-cat-chip.active {background: linear-gradient(90deg, #06B6D4, #3B82F6); border-color: transparent; color: #fff; font-weight: 600;}

.post-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; padding: 30px 0 90px;}
.post-card {position: relative; background: #fff; border: 1px solid #e8eef5; border-radius: 18px; padding: 30px 28px 24px; transition: all .28s ease; display: flex; flex-direction: column; text-decoration: none; overflow: hidden;}
.post-card::before {content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #06B6D4, #3B82F6, #8B5CF6); opacity: 0; transition: opacity .28s;}
.post-card:hover {border-color: transparent; box-shadow: 0 18px 44px rgba(15,28,46,.12); transform: translateY(-6px);}
.post-card:hover::before {opacity: 1;}
.post-card .post-thumb {display: block; width: calc(100% + 56px); margin: -30px -28px 20px; aspect-ratio: 16/8.5; object-fit: cover; border-radius: 17px 17px 0 0;}
.post-cat {display: inline-flex; align-self: flex-start; font-size: 11.5px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #0089c4; background: #e6f7ff; padding: 6px 14px; border-radius: 20px; margin-bottom: 18px;}
.post-card h2 {font-size: 20px; font-weight: 600; color: #0f1c2e; line-height: 1.42; letter-spacing: -.3px; margin: 0 0 12px; transition: color .2s;}
.post-card:hover h2 {color: #0089c4;}
.post-card p {color: #5c6e83; font-size: 14.5px; line-height: 1.65; flex: 1; margin: 0 0 20px;}
.post-meta {display: flex; justify-content: space-between; align-items: center; color: #93a5b8; font-size: 12.5px; padding-top: 16px; border-top: 1px solid #f0f5f9;}
.post-meta .read {display: inline-flex; align-items: center; gap: 6px;}
.post-meta .read::before {content: "🕒"; font-size: 12px; filter: grayscale(1) opacity(.6);}

@media (max-width: 768px) {
  .blog-hero {padding: 120px 0 40px;}
  .blog-article {padding: 36px 18px 70px;}
  .blog-cta {padding: 30px 24px; text-align: left;}
  .blog-list-hero {padding: 120px 0 50px;}
  .post-grid {grid-template-columns: 1fr; padding-bottom: 60px;}
}
