/* İç sayfalar (model, rehber, yazı) ve ana sayfaya eklenen bölümler. site.css'teki token'ları kullanır. */

/* Ana sayfa: H1 anahtar kelimeyi taşır, büyük slogan görsel başlık olarak kalır */
.hero-h1 { font-family: 'DM Sans', sans-serif; font-size: .7rem; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.hero-title { font-family: Manrope, sans-serif; font-size: clamp(4.5rem, 8vw, 8.4rem); font-weight: 800; letter-spacing: -.055em; line-height: .96; margin: 0; }
.hero-title em { color: #aeb5bd; font-style: normal; font-weight: 500; }

.model-links { border-top: 1px solid #d8dce0; display: flex; flex-wrap: wrap; gap: 14px 34px; margin-top: 46px; padding-top: 22px; }
.model-links a { color: var(--ink); font-size: .86rem; font-weight: 600; }
.model-links a span { color: var(--gold); margin-left: 6px; transition: margin .2s ease; }
.model-links a:hover span { margin-left: 11px; }

.guide-band { background: var(--mist); color: var(--ink); padding: 120px 9vw; }
.guide-head { align-items: end; display: grid; gap: 5vw; grid-template-columns: 1.05fr .8fr; margin-bottom: 60px; }
.guide-head .section-kicker { color: #777f88; grid-column: 1 / -1; margin: 0; }
.guide-head h2 { color: var(--ink); }
.guide-head h2 em { color: #7d858d; }
.guide-head p:not(.section-kicker) { color: #5f6871; font-size: 1.05rem; margin: 0; max-width: 410px; }
.line-link--dark { color: var(--ink); margin-top: 46px; }

.post-grid { display: grid; gap: 34px 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card { color: var(--ink); display: block; min-width: 0; }
.post-card__image { aspect-ratio: 4 / 3; background: #d8dadd; margin-bottom: 16px; overflow: hidden; }
.post-card__image img { height: 100%; object-fit: cover; object-position: center 35%; transition: transform .6s ease; width: 100%; }
.post-card:hover img { transform: scale(1.035); }
.post-card > span { color: #7b838b; display: block; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.post-card strong { display: block; font-family: Manrope, sans-serif; font-size: 1.12rem; letter-spacing: -.02em; line-height: 1.25; margin: 8px 0; }
.post-card p { color: #66707a; font-size: .88rem; line-height: 1.55; margin: 0; }
.post-card:hover strong { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.post-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }

.faq-band { background: var(--white); color: var(--ink); display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; padding: 120px 9vw; }
.faq-band .section-kicker { color: #777f88; }
.faq-band h2 { color: var(--ink); }
.faq-band h2 em { color: #7d858d; }
.faq-list details { border-bottom: 1px solid #d8dce0; }
.faq-list details:first-child { border-top: 1px solid #d8dce0; }
.faq-list summary { cursor: pointer; font-family: Manrope, sans-serif; font-size: 1.08rem; font-weight: 700; list-style: none; padding: 22px 40px 22px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--gold); content: '+'; font-size: 1.5rem; font-weight: 400; position: absolute; right: 4px; top: 15px; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.faq-list details p { color: #5f6871; margin: -6px 0 24px; max-width: 620px; }

/* İç sayfa iskeleti */
.page { background: var(--white); color: var(--ink); }
.page-hero { background: var(--ink); color: var(--white); padding: 70px 9vw 80px; }
.page-hero h1 { font-size: clamp(2.7rem, 5.4vw, 5.4rem); letter-spacing: -.045em; line-height: 1.02; max-width: 17ch; }
.page-hero--article h1 { font-size: clamp(2.3rem, 4.3vw, 4.2rem); max-width: 20ch; }
.page-hero .eyebrow a:hover { color: var(--white); }
.page-lead { color: #d3dbe0; font-size: 1.05rem; margin: 28px 0 0; max-width: 640px; }
.page-meta { color: #aeb5bd; font-size: .8rem; letter-spacing: .04em; margin: 26px 0 0; }
.crumbs { color: #8c949d; display: flex; flex-wrap: wrap; font-size: .74rem; gap: 8px; margin-bottom: 44px; }
.crumbs a { color: #c8d1d7; }
.crumbs a:hover { color: var(--white); }
.crumbs i { color: var(--gold); font-style: normal; }
.crumbs span { color: #8c949d; max-width: 42ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.chip-row a { border: 1px solid var(--line); color: #d5dce1; font-size: .78rem; padding: 9px 14px; transition: border-color .2s ease, color .2s ease; }
.chip-row a:hover { border-color: var(--gold); color: var(--white); }

.intro--tight { padding: 70px 9vw 110px; }
.intro--tight .catalog-note { margin-top: 0; }
.sub-title { color: var(--ink); font-size: clamp(1.7rem, 2.8vw, 2.5rem); letter-spacing: -.035em; line-height: 1.1; margin: 90px 0 30px; }
.sub-title span { color: #aab0b6; font-size: .55em; letter-spacing: 0; margin-left: 8px; vertical-align: middle; }
.blog-section:first-child .sub-title { margin-top: 0; }
.blog-section { scroll-margin-top: 20px; }
.model-text { color: #5f6871; font-size: 1.02rem; margin-top: 60px; max-width: 720px; }

/* Yazı sayfası */
.article-layout { display: grid; gap: 6vw; grid-template-columns: minmax(0, 740px) minmax(220px, 280px); justify-content: space-between; padding: 64px 9vw 30px; }
.article { min-width: 0; }
.short-answer { background: var(--mist); border-left: 3px solid var(--gold); margin: 0 0 36px; padding: 22px 26px; }
.short-answer b { color: #8a6a35; display: block; font-size: .68rem; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
.short-answer p { color: var(--ink); font-size: 1.04rem; line-height: 1.65; margin: 0; }
.article-figure { margin: 0 0 40px; }
.article-figure img { aspect-ratio: 4 / 3; background: #d8dadd; height: auto; object-fit: cover; object-position: center 40%; width: 100%; }
.article-figure figcaption { color: #7b858d; font-size: .76rem; margin-top: 10px; }

.prose { color: #3f4b56; font-size: 1.06rem; line-height: 1.78; }
.prose h2 { color: var(--ink); font-size: clamp(1.55rem, 2.4vw, 2.1rem); letter-spacing: -.03em; line-height: 1.18; margin: 58px 0 16px; scroll-margin-top: 24px; }
.prose h3 { color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.18rem; letter-spacing: -.01em; line-height: 1.3; margin: 34px 0 8px; scroll-margin-top: 24px; }
.prose p { margin: 0 0 18px; }
.prose a { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose a:hover { color: #8a6a35; }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 22px; padding-left: 22px; }
.prose li { margin-bottom: 8px; padding-left: 4px; }
.prose li::marker { color: var(--gold); font-weight: 700; }
.prose blockquote { border-left: 3px solid var(--silver); color: #5f6871; margin: 24px 0; padding: 4px 0 4px 20px; }
.table-wrap { margin: 8px 0 28px; overflow-x: auto; }
.prose table { border-collapse: collapse; font-size: .92rem; line-height: 1.5; min-width: 520px; width: 100%; }
.prose th { background: var(--ink); color: var(--white); font-weight: 600; padding: 12px 14px; text-align: left; }
.prose td { border-bottom: 1px solid #dde2e6; padding: 12px 14px; vertical-align: top; }
.prose tr:nth-child(even) td { background: #f4f6f7; }

.cta-box { background: var(--ink); color: var(--white); margin: 56px 0 0; padding: 40px clamp(24px, 4vw, 44px); }
.cta-box .eyebrow { margin-bottom: 16px; }
.cta-box h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.035em; line-height: 1.1; }
.cta-box p:not(.eyebrow) { color: #d3dbe0; margin: 16px 0 26px; max-width: 520px; }
.cta-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px 30px; }
.cta-phone { font-family: Manrope, sans-serif; font-size: 1.35rem; letter-spacing: -.02em; }
.cta-phone:hover { color: var(--gold); }

.article-aside { align-self: start; position: sticky; top: 28px; }
.toc { border-top: 2px solid var(--ink); display: flex; flex-direction: column; padding-top: 16px; }
.toc b { color: #777f88; font-size: .68rem; letter-spacing: .16em; margin-bottom: 10px; text-transform: uppercase; }
.toc a { border-bottom: 1px solid #e3e7ea; color: #56626c; font-size: .86rem; line-height: 1.4; padding: 10px 0; transition: color .2s ease, padding .2s ease; }
.toc a:hover { color: var(--ink); padding-left: 6px; }
.aside-model { background: var(--mist); display: block; margin-top: 30px; padding: 20px; }
.aside-model span { color: #777f88; display: block; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.aside-model strong { display: block; font-family: Manrope, sans-serif; font-size: 1.1rem; line-height: 1.25; margin: 8px 0 10px; }
.aside-model em { color: #8a6a35; font-size: .82rem; font-style: normal; font-weight: 600; }
.aside-model:hover { background: var(--silver); }
.related .sub-title { margin-top: 0; }

/* Alt bilgi */
.site-footer { display: block; padding: 64px 9vw 30px; }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 1.3fr 1fr 1fr 1fr; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.footer-grid b { color: var(--silver); font-size: .68rem; letter-spacing: .15em; margin-bottom: 6px; text-transform: uppercase; }
.footer-grid nav a { color: #aeb5bd; font-size: .82rem; }
.footer-grid nav a:hover { color: var(--white); }
.footer-nap { color: #aeb5bd; font-size: .82rem; line-height: 1.7; margin: 22px 0 0; }
.footer-nap a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; }
.footer-bottom a { color: var(--silver); }

@media (max-width: 1100px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-aside { position: static; }
  .toc { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .guide-band, .faq-band { padding: 90px 8vw; }
  .guide-head, .faq-band { grid-template-columns: 1fr; }
  .page-hero { padding: 50px 8vw 60px; }
  .intro--tight { padding: 56px 8vw 90px; }
  .article-layout { padding: 48px 8vw 20px; }
  .site-footer { padding: 54px 8vw 30px; }
}
@media (max-width: 560px) {
  .hero-title { font-size: 4.3rem; }
  .post-grid { grid-template-columns: 1fr; }
  .guide-band, .faq-band { padding: 80px 7vw; }
  .page-hero { padding: 40px 7vw 50px; }
  .page-hero h1 { font-size: 2.5rem; }
  .page-hero--article h1 { font-size: 2.1rem; }
  .crumbs { margin-bottom: 30px; }
  .crumbs span { max-width: 24ch; }
  .intro--tight { padding: 44px 7vw 80px; }
  .article-layout { padding: 36px 7vw 10px; }
  .prose { font-size: 1.01rem; }
  .short-answer { padding: 18px 20px; }
  .cta-box { margin-left: -7vw; margin-right: -7vw; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer { padding: 46px 7vw 85px; }
  .footer-bottom { flex-direction: column; gap: 14px; }
}
