/* ============================================================
   Mavi Mine — Blog stilleri
   Tüm blog yazıları için ortak stiller. mavi-mine.css üzerine biner.
   ============================================================ */

/* ---------- HERO ---------- */
.blog-hero {
  position: relative;
  padding: 110px 48px 90px;
  background: var(--milk);
  overflow: hidden;
}
.blog-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.blog-hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  margin: 18px 0 14px;
  color: var(--ink);
  font-weight: 700;
}
.blog-hero-sub {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  margin: 8px 0 28px;
}
.blog-hero-lede {
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto 36px;
  font-weight: 500;
  text-align: left;
}
.blog-hero-lede strong { color: var(--ink); font-weight: 700; }
.blog-hero-lede em { color: var(--orange); font-style: italic; }

.blog-hero-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-light);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.blog-hero-meta .blog-author { color: var(--teal-deep); font-weight: 700; }
.blog-hero-meta .blog-dot { color: var(--ink-light); opacity: 0.5; }

/* ---------- INTRO ---------- */
.blog-intro {
  padding: 70px 48px 40px;
  background: var(--paper);
}
.blog-intro-inner {
  max-width: 720px;
  margin: 0 auto;
}
.blog-intro p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
  font-weight: 500;
  margin: 0 0 22px;
}
.blog-intro p:last-child { margin-bottom: 0; }
.blog-intro strong { color: var(--ink); font-weight: 700; }
.blog-intro em { color: var(--teal-deep); font-style: italic; font-weight: 600; }

/* ---------- QUESTION CARDS (ana içerik bölümleri) ---------- */
.blog-questions {
  padding: 60px 48px 80px;
  background: var(--paper);
}
.blog-questions-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.q-card {
  background: white;
  border-radius: 24px;
  padding: 40px 44px 36px;
  box-shadow: 0 4px 18px rgba(14, 132, 120, 0.06);
  border: 2px dashed transparent;
  transition: transform 0.3s, box-shadow 0.3s;
}
.q-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(14, 132, 120, 0.12);
}
.q-teal   { border-color: var(--teal-soft); }
.q-rose   { border-color: var(--rose-soft); }
.q-orange { border-color: var(--orange-soft); }
.q-grass  { border-color: var(--grass-soft); }
.q-sky    { border-color: var(--sky-soft); }
.q-sun    { border-color: var(--sun-soft); }
.q-grape  { border-color: var(--grape-soft); }
.q-coral  { border-color: var(--coral-soft); }

.q-card-head {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 22px;
}
.q-card-head .smile-circle {
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.q-card-head h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.005em;
}
.q-card-body p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.q-card-body p:last-child { margin-bottom: 0; }
.q-card-body strong { color: var(--ink); font-weight: 700; }
.q-card-body em {
  color: var(--orange);
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-size: 1.15em;
  font-weight: 700;
}
.q-card-body .q-intro em { color: var(--teal-deep); }

.q-questions {
  background: var(--milk);
  border-radius: 16px;
  padding: 22px 26px;
  margin: 24px 0 22px;
}
.q-questions-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 12px;
}
.q-questions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.q-questions li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 500;
}
.q-questions li::before {
  content: '?';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.q-bizden {
  background: var(--orange-soft);
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  margin-top: 22px;
}
.q-bizden-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.q-bizden p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}
.q-bizden em {
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
}

/* ---------- CLOSING ---------- */
.blog-closing {
  background: var(--sand, var(--milk));
  padding: 90px 48px;
}
.blog-closing-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.blog-closing h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.15;
  margin: 0 0 24px;
  color: var(--ink);
}
.blog-closing h2 em {
  color: var(--teal-deep);
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.1em;
}
.blog-closing p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.blog-closing strong { color: var(--ink); font-weight: 700; }
.blog-closing em {
  font-style: italic;
  color: var(--teal-deep);
  font-weight: 600;
}

/* ---------- CTA (koyu, davetli) ---------- */
.blog-cta {
  position: relative;
  background: var(--teal-deep);
  color: var(--paper);
  padding: 110px 48px;
  overflow: hidden;
  text-align: center;
}
.blog-cta::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0.35;
}
.blog-cta::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--rose);
  opacity: 0.3;
}
.blog-cta-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blog-cta h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.1;
  margin: 14px 0 22px;
  color: white;
}
.blog-cta h2 em {
  color: var(--sun);
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.15em;
}
.blog-cta p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 251, 242, 0.85);
  max-width: 620px;
  margin: 0 auto 14px;
  font-weight: 500;
}
.blog-cta strong { color: white; font-weight: 700; }
.blog-cta-actions {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

/* ---------- FAQ ---------- */
.blog-faq {
  background: var(--paper);
  padding: 100px 48px;
}
.blog-faq-inner {
  max-width: 820px;
  margin: 0 auto;
}
.blog-faq h2 {
  text-align: center;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.1;
  margin: 8px 0 40px;
}
.blog-faq h2 em {
  color: var(--orange);
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.1em;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: white;
  border-radius: 16px;
  border: 2px solid var(--line);
  padding: 0;
  transition: border-color 0.3s;
}
.faq-item[open] {
  border-color: var(--teal-soft);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 26px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  font-family: 'Quicksand', sans-serif;
  position: relative;
  padding-right: 56px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--teal-soft);
  color: var(--teal-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.3s, background 0.3s;
}
.faq-item[open] summary::after {
  content: '−';
  background: var(--teal);
  color: white;
  transform: translateY(-50%) rotate(180deg);
}
.faq-item p {
  margin: 0;
  padding: 0 26px 22px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ---------- RELATED POSTS ---------- */
.blog-related {
  background: var(--milk);
  padding: 100px 48px;
}
.blog-related-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.blog-related h2 {
  text-align: center;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  margin: 8px 0 44px;
}
.blog-related h2 em {
  color: var(--rose);
  font-style: normal;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.1em;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.related-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: white;
  border-radius: 18px;
  padding: 28px 26px;
  text-decoration: none;
  color: inherit;
  border: 2px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
.related-coral { border-color: var(--coral-soft); }
.related-coral:hover { border-color: var(--coral); }
.related-grape { border-color: var(--grape-soft); }
.related-grape:hover { border-color: var(--grape); }
.related-sun { border-color: var(--sun-soft); }
.related-sun:hover { border-color: var(--sun); }
.related-teal { border-color: var(--teal-soft); }
.related-teal:hover { border-color: var(--teal); }
.related-rose { border-color: var(--rose-soft); }
.related-rose:hover { border-color: var(--rose); }
.related-orange { border-color: var(--orange-soft); }
.related-orange:hover { border-color: var(--orange); }

.related-eyebrow {
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-light);
}
.related-card h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  flex-grow: 1;
}
.related-arrow {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--teal-deep);
  margin-top: 8px;
  transition: transform 0.3s;
}
.related-card:hover .related-arrow {
  transform: translateX(4px);
}

/* ---------- AUTHOR CARD ---------- */
.blog-author-card {
  background: var(--paper);
  padding: 80px 48px 110px;
}
.blog-author-inner {
  max-width: 820px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: 0 6px 22px rgba(14, 132, 120, 0.08);
  border: 2px dashed var(--teal-soft);
}
.author-portrait {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--milk);
  border: 4px solid white;
  box-shadow: 0 4px 16px rgba(14, 132, 120, 0.15);
  flex-shrink: 0;
}
.author-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin: 6px 0 4px;
}
.author-role {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal-deep);
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.author-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 500;
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .blog-hero { padding: 70px 24px 60px; }
  .blog-hero-lede { font-size: 17px; }
  .blog-intro, .blog-questions, .blog-closing, .blog-cta, .blog-faq, .blog-related, .blog-author-card {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog-questions { padding-top: 40px; padding-bottom: 60px; }
  .blog-closing { padding-top: 60px; padding-bottom: 60px; }
  .blog-cta { padding-top: 80px; padding-bottom: 80px; }
  .blog-faq, .blog-related { padding-top: 70px; padding-bottom: 70px; }

  .q-card { padding: 28px 24px 26px; }
  .q-card-head { gap: 16px; }
  .q-card-head .smile-circle { width: 52px !important; height: 52px !important; font-size: 22px !important; }
  .q-card-head h2 { font-size: 21px; }
  .q-card-body p { font-size: 16px; }
  .q-questions { padding: 18px 20px; }

  .related-grid { grid-template-columns: 1fr; }
  .blog-author-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 24px;
  }
  .author-portrait { margin: 0 auto; }
}

@media (max-width: 520px) {
  .blog-hero h1 { font-size: 32px; }
  .blog-hero-meta { font-size: 12px; gap: 6px; }
  .q-card { padding: 24px 20px; }
  .q-card-head h2 { font-size: 19px; }
}

/* ============================================================
   BLOG INDEX — blog.html için
   ============================================================ */

.blog-index-hero {
  position: relative;
  padding: 110px 48px 90px;
  background: var(--milk);
  overflow: hidden;
}
.blog-index-hero .blob {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.blog-index-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.blog-index-hero h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.05;
  margin: 18px 0 12px;
  color: var(--ink);
  font-weight: 700;
}
.blog-index-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--orange);
  font-weight: 700;
  font-size: 1.1em;
}
.blog-index-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 24px auto 0;
  font-weight: 500;
  text-align: left;
}
.blog-index-hero p strong { color: var(--ink); font-weight: 700; }

.blog-index-list {
  padding: 70px 48px 110px;
  background: var(--paper);
}
.blog-index-list-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  padding: 28px 26px 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  overflow: hidden;
}
.index-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--accent, var(--teal));
}
.index-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(42, 36, 34, 0.09);
  border-color: var(--accent, var(--teal));
}

.index-orange { --accent: var(--orange); }
.index-sky    { --accent: var(--sky); }
.index-teal   { --accent: var(--teal); }
.index-coral  { --accent: var(--coral); }
.index-rose   { --accent: var(--rose); }
.index-sun    { --accent: var(--sun); }
.index-grape  { --accent: var(--grape); }
.index-grass  { --accent: var(--grass); }

.index-card-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent, var(--teal-deep));
  margin: 4px 0 14px;
}

.index-card h2 {
  font-size: 22px;
  line-height: 1.25;
  color: var(--ink);
  font-weight: 700;
  margin: 0 0 14px;
}
.index-card h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--accent, var(--teal-deep));
  font-size: 1.18em;
  line-height: 1;
}

.index-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 22px;
  font-weight: 500;
  flex-grow: 1;
}

.index-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--ink-light);
  font-weight: 500;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
}
.index-card-meta .meta-dot { opacity: 0.5; }
.index-card-meta .meta-read {
  margin-left: auto;
  color: var(--accent, var(--teal-deep));
  font-weight: 700;
}

@media (max-width: 980px) {
  .blog-index-list-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .blog-index-hero { padding: 80px 24px 60px; }
  .blog-index-list { padding: 50px 24px 80px; }
  .blog-index-list-inner { grid-template-columns: 1fr; gap: 20px; }
  .index-card { padding: 24px 22px 22px; }
  .index-card h2 { font-size: 20px; }
}
