/* saklama.com — "Nasıl Çalışır?" kılavuz sayfası (hikaye sahnesi + teknik anlatım) */

/* ---- giriş ---- */
.hiw-intro {
  position: relative;
  z-index: 4;
  background: #070d0b;
  padding: clamp(7rem, 18vh, 10rem) 1.5rem clamp(2.5rem, 7vh, 4.5rem);
  text-align: center;
}
.hiw-intro .hiw-eyebrow {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #2ea187;
  margin: 0 0 1rem;
}
.hiw-intro h1 {
  margin: 0 auto 1.2rem;
  max-width: 24ch;
  font-size: clamp(1.7rem, 5vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-wrap: balance;
  color: #eaf2ef;
}
.hiw-intro .hiw-lead {
  margin: 0 auto;
  max-width: 52ch;
  color: #b9c7c2;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* ---- ortak bölüm kabuğu ---- */
.hiw-section {
  position: relative;
  z-index: 4;
  background: #0a1512;
  padding: clamp(3.5rem, 9vh, 6rem) 1.5rem;
}
.hiw-section + .hiw-section { padding-top: 0; }
.hiw-inner { max-width: 760px; margin: 0 auto; }
.hiw-section h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.4rem, 3.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #eaf2ef;
}
.hiw-section .hiw-sub {
  margin: 0 0 2rem;
  max-width: 56ch;
  color: #b9c7c2;
  line-height: 1.65;
}
.hiw-section code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #ffcf6b;
  background: rgba(255, 207, 107, 0.08);
  padding: 0.1em 0.4em;
  border-radius: 6px;
}

/* ---- teknik adımlar ---- */
.hiw-steps { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.hiw-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  border: 1px solid rgba(124, 143, 137, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1.4rem 1.5rem;
}
.hiw-step .hiw-num {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #2ea187;
  padding-top: 0.35rem;
}
.hiw-step h3 { margin: 0 0 0.45rem; font-size: 1.08rem; font-weight: 650; color: #eaf2ef; }
.hiw-step p { margin: 0; color: #b9c7c2; line-height: 1.65; }

/* ---- doğrulama kutusu ---- */
.hiw-verify {
  border: 1px solid rgba(69, 184, 201, 0.35);
  background: rgba(69, 184, 201, 0.06);
  border-radius: 16px;
  padding: 1.6rem 1.7rem;
}
.hiw-verify h2 { margin-bottom: 0.6rem; }
.hiw-verify > p { margin: 0 0 1.1rem; color: #b9c7c2; line-height: 1.65; }
.hiw-verify ol { margin: 0; padding-left: 1.3rem; color: #b9c7c2; line-height: 1.7; }
.hiw-verify ol li { margin-bottom: 0.55rem; }
.hiw-verify ol li:last-child { margin-bottom: 0; }
.hiw-verify strong { color: #eaf2ef; font-weight: 650; }

/* ---- teknik SSS ---- */
.hiw-faq details {
  border: 1px solid rgba(124, 143, 137, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 0.8rem;
}
.hiw-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 1rem 2.8rem 1rem 1.25rem;
  font-weight: 650;
  color: #eaf2ef;
}
.hiw-faq summary::-webkit-details-marker { display: none; }
.hiw-faq summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: #2ea187;
}
.hiw-faq details[open] summary::after { content: "−"; }
.hiw-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.1rem;
  color: #b9c7c2;
  line-height: 1.7;
}

/* ---- kapanış CTA'ları ---- */
.hiw-cta { text-align: center; padding-bottom: clamp(5rem, 14vh, 9rem); }
.hiw-cta h2 { margin-bottom: 1.6rem; }
.hiw-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.story-cta--ghost {
  background: transparent;
  color: #eaf2ef;
  border: 1px solid rgba(124, 143, 137, 0.45);
}
.story-cta--ghost:hover {
  box-shadow: none;
  border-color: #ffcf6b;
  color: #ffcf6b;
}

@media (max-width: 560px) {
  .hiw-step { grid-template-columns: 1fr; gap: 0.4rem; padding: 1.2rem 1.2rem; }
  .hiw-step .hiw-num { padding-top: 0; }
}
