/* ============================
   atapamukcu.com — Ana Stil
   Squarespace clone — soft green theme
   ============================ */

/* Fonts loaded via <link> in <head> for performance — do not uncomment this @import */

/* --- RESET & BASE --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: #173627;
  background-color: #eaf6f0;
  line-height: 1.7;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
a:hover { opacity: 0.8; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- SKIP LINK --- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  background: #173627;
  color: #eaf6f0;
  padding: 8px 16px;
  border-radius: 0 0 4px 4px;
  z-index: 1000;
  font-size: 14px;
}
.skip-link:focus { top: 0; }

/* --- HEADER / NAV --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(234, 246, 240, 0.95);
  z-index: 100;
  border-bottom: 1px solid rgba(23, 54, 39, 0.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  color: #173627;
  letter-spacing: 0.5px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-right a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #173627;
}

.instagram-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* --- HERO SECTION --- */
.hero {
  padding: 120px 0 80px;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-content h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #173627;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 17px;
  color: #2a5a43;
  margin-bottom: 32px;
  font-weight: 400;
  max-width: 480px;
}

.btn-primary {
  display: inline-block;
  background: #173627;
  color: #fff;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.2px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background: #1f4a33;
  transform: translateY(-1px);
  opacity: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.btn-secondary {
  display: inline-block;
  color: #173627;
  padding: 14px 4px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(23, 54, 39, 0.35);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(23, 54, 39, 0.13);
  border-radius: 999px;
  color: #24533d;
  background: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.35;
}

.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image picture {
  display: block;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(23, 54, 39, 0.15);
}

/* --- SECTION BASE --- */
.section {
  padding: 80px 0;
}

.section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 700;
  color: #173627;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title.left {
  text-align: left;
  margin-bottom: 20px;
}

.section-eyebrow {
  text-align: center;
  color: #24533d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fit-intro .section-eyebrow {
  text-align: left;
}

/* --- GROWTH SECTIONS --- */
.assessment-section {
  background: #d9ede3;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card,
.method-card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(23, 54, 39, 0.06);
}

.step-number {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  color: #3a7a5e;
  font-size: 18px;
  margin-bottom: 14px;
}

.step-card h3,
.method-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.step-card p,
.method-card p,
.fit-intro p,
.substack-copy p {
  color: #2a5a43;
  font-size: 15px;
}

.fit-section {
  background: #eaf6f0;
}

.fit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-item {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 16px;
  padding: 18px 20px 18px 48px;
  color: #173627;
  font-weight: 700;
  position: relative;
}

.fit-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #173627;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.method-section {
  background: #d9ede3;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.substack-copy {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.substack-copy .section-title {
  margin-bottom: 16px;
}

/* --- SUBSTACK EMBED --- */
.substack-section {
  background: #d9ede3;
}

.substack-embed {
  max-width: 560px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(23, 54, 39, 0.1);
}

/* --- SORUNLAR GRID --- */
.sorunlar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.sorun-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(23, 54, 39, 0.08);
}

.sorun-card-link {
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.sorun-card-link:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(23, 54, 39, 0.08);
}

.card-more {
  display: inline-block;
  margin-top: 14px;
  color: #173627;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.2px;
}

.sorun-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  color: #173627;
  margin-bottom: 12px;
}

.sorun-card ul li {
  font-size: 15px;
  color: #2a5a43;
  padding: 3px 0;
  padding-left: 16px;
  position: relative;
}

.sorun-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #173627;
}

.topic-guide {
  position: relative;
  overflow: hidden;
  margin: 12px 0 44px;
  padding: 28px;
  border: 1px solid rgba(23, 54, 39, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(234, 246, 240, 0.95), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(217, 237, 227, 0.54));
  box-shadow: 0 18px 44px rgba(23, 54, 39, 0.08);
}

.topic-guide::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(23, 54, 39, 0.06);
  pointer-events: none;
}

.topic-guide-head {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-bottom: 22px;
}

.topic-guide-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(23, 54, 39, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.topic-guide h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  line-height: 1.1;
  color: #173627;
  margin-bottom: 8px;
}

.topic-guide p {
  max-width: 620px;
  color: #2a5a43;
  font-size: 15px;
  line-height: 1.7;
}

.topic-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.topic-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #173627;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(23, 54, 39, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.topic-links a::after {
  content: "→";
  margin-left: 10px;
  color: rgba(23, 54, 39, 0.38);
  font-size: 15px;
  transition: transform 0.18s ease, color 0.18s ease;
}

.topic-links a:hover {
  opacity: 1;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(23, 54, 39, 0.16);
  box-shadow: 0 14px 28px rgba(23, 54, 39, 0.08);
}

.topic-links a:hover::after {
  transform: translateX(2px);
  color: #173627;
}

.topic-links .topic-link-all {
  grid-column: span 3;
  background: #173627;
  color: #eaf6f0;
  border-color: #173627;
}

.topic-links .topic-link-all::after {
  color: rgba(234, 246, 240, 0.72);
}

.topic-links .topic-link-all:hover {
  background: #224a36;
  border-color: #224a36;
}

.zaman-banner {
  text-align: center;
  background: #173627;
  color: #eaf6f0;
  padding: 32px;
  border-radius: 12px;
  margin-top: 24px;
}

.zaman-banner h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  margin-bottom: 16px;
}

.zaman-banner .btn-primary {
  background: #eaf6f0;
  color: #173627;
}
.zaman-banner .btn-primary:hover {
  background: #cce3d5;
}

/* --- ABOUT --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.about-text p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #2a5a43;
}

.about-text {
  text-align: left;
}

.about-text ul {
  margin-top: 8px;
  max-width: 520px;
}

.about-text ul li {
  padding: 4px 0 4px 18px;
  position: relative;
  font-size: 15px;
  color: #2a5a43;
  text-align: left;
}
.about-text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #173627;
  font-weight: 700;
}

.about-image {
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(23, 54, 39, 0.12);
}

/* --- TEKNİKLER --- */
.teknikler {
  text-align: center;
}

.teknik-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.teknik-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid rgba(23, 54, 39, 0.08);
  text-align: left;
}

.teknik-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  color: #173627;
  margin-bottom: 12px;
}

.teknik-card .ref {
  font-size: 14px;
  color: #3a7a5e;
  margin-bottom: 8px;
  font-weight: 700;
}

.teknik-card p {
  font-size: 15px;
  color: #2a5a43;
  line-height: 1.7;
}

.teknik-amac {
  max-width: 720px;
  margin: 48px auto 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid rgba(23, 54, 39, 0.08);
}

.teknik-amac h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  color: #173627;
  margin-bottom: 12px;
}

.teknik-amac p {
  font-size: 15px;
  color: #2a5a43;
}

/* --- TESTIMONIALS --- */
#testimonials .section-intro {
  margin-bottom: 36px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(23, 54, 39, 0.08);
  box-shadow: 0 10px 26px rgba(23, 54, 39, 0.045);
}

.testimonial-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.testimonial-card .name {
  font-weight: 800;
  color: #173627;
  margin-bottom: 0;
  font-size: 15px;
}

.testimonial-topline span {
  color: #3a7a5e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: right;
}

.testimonial-card blockquote {
  font-size: 15px;
  color: #2a5a43;
  font-style: italic;
  line-height: 1.7;
}

.testimonial-full {
  display: none;
}

.testimonial-expandable.expanded .testimonial-short {
  display: none;
}

.testimonial-expandable.expanded .testimonial-full {
  display: inline;
}

.testimonial-toggle {
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: #173627;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.testimonial-toggle:hover {
  opacity: 0.72;
}

.testimonial-summary-card {
  background: #173627;
}

.testimonial-summary-card .name,
.testimonial-summary-card blockquote {
  color: #eaf6f0;
}

/* --- FAQ --- */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(23, 54, 39, 0.1);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #173627;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 15px;
  color: #2a5a43;
  line-height: 1.7;
}

/* --- QUOTE SECTION --- */
.quote-section {
  text-align: center;
  padding: 60px 0;
}

.quote-section blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  color: #173627;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.quote-section .btn-primary {
  margin-top: 32px;
}

/* --- ARTICLE / SEO PAGES --- */
.article-hero {
  padding: 120px 0 72px;
  background: #d9ede3;
}

.article-container {
  max-width: 880px;
}

.article-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
  font-size: 46px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 20px;
}

.article-lead {
  color: #2a5a43;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 32px;
}

.article-hero .btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.article-section {
  padding: 72px 0;
}

.article-card,
.article-callout,
.article-cta {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 16px;
  padding: 34px;
  margin-bottom: 28px;
  box-shadow: 0 12px 28px rgba(23, 54, 39, 0.05);
}

.article-card.muted,
.article-callout {
  background: #d9ede3;
}

.article-card h2,
.article-callout h2,
.article-cta h2,
.article-faq h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.article-card p,
.article-cta p {
  color: #2a5a43;
  margin-bottom: 16px;
}

.article-list {
  margin-top: 16px;
}

.article-list li {
  color: #2a5a43;
  padding: 7px 0 7px 22px;
  position: relative;
}

.article-list li::before {
  content: "•";
  color: #173627;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.cycle-grid,
.method-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.cycle-grid div,
.method-mini-grid div {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(23, 54, 39, 0.08);
}

.cycle-grid strong,
.method-mini-grid h3 {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
  font-size: 18px;
  margin-bottom: 8px;
}

.cycle-grid span,
.method-mini-grid p {
  color: #2a5a43;
  font-size: 15px;
}

.article-cta {
  text-align: center;
  background: #173627;
}

.article-cta h2,
.article-cta p {
  color: #eaf6f0;
}

.article-cta .btn-primary {
  background: #eaf6f0;
  color: #173627;
}

.article-faq {
  margin-top: 36px;
}

.article-faq h2 {
  text-align: center;
  margin-bottom: 12px;
}

/* --- BREADCRUMB --- */
.breadcrumb {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(23, 54, 39, 0.5);
}

.breadcrumb a {
  color: rgba(23, 54, 39, 0.5);
  border-bottom: 1px solid rgba(23, 54, 39, 0.2);
}

.breadcrumb-sep {
  margin: 0 8px;
  opacity: 0.4;
}

/* --- RELATED PAGES --- */
.related-pages {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 64px auto 0;
  padding-top: 40px;
  border-top: 1px solid rgba(23, 54, 39, 0.08);
}

.related-pages h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  color: #173627;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s, transform 0.15s;
}

.related-card:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

.related-card svg {
  flex-shrink: 0;
  opacity: 0.4;
}

@media (max-width: 600px) {
  .related-grid { grid-template-columns: 1fr; }
}

/* --- LEGACY RELATED / FAQ BLOCKS --- */
.ilgili {
  margin: 40px auto 0;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  max-width: 880px;
}

.ilgili h3 {
  margin-bottom: 14px;
  color: #173627;
}

.ilgili a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #d8eadf;
  color: #173627;
  font-weight: 600;
}



/* --- TRUST / E-E-A-T BLOCKS --- */
.trust-section {
  background: #d9ede3;
}

.trust-grid,
.authority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.trust-card,
.authority-item,
.author-note {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(23, 54, 39, 0.045);
}

.trust-card h3,
.authority-item strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.trust-card p,
.authority-item span,
.author-note p,
.related-intro {
  color: #2a5a43;
  font-size: 15px;
  line-height: 1.7;
}

.authority-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 28px;
}

.author-note {
  border-left: 4px solid #173627;
}

.author-note-kicker {
  color: #24533d !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}

.text-link {
  color: #173627;
  font-weight: 800;
  border-bottom: 1px solid rgba(23, 54, 39, 0.25);
}

.related-sequence .section-eyebrow {
  text-align: left;
  margin-bottom: 8px;
}

.related-intro {
  max-width: 680px;
  margin: -14px 0 24px;
}



/* --- HOMEPAGE FLOW REDESIGN --- */
.fit-grid-wide {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fit-panel,
.outcome-card,
.process-details div {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(23, 54, 39, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(23, 54, 39, 0.045);
}

.fit-panel-muted {
  background: rgba(255, 255, 255, 0.38);
}

.fit-panel h3,
.outcome-card h3,
.method-lead p,
.process-details strong {
  font-family: Georgia, 'Times New Roman', serif;
  color: #173627;
}

.fit-panel h3 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.fit-panel .fit-item {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.fit-note {
  margin-top: 16px;
  color: #2a5a43;
  font-size: 14px;
  line-height: 1.65;
}

.method-lead {
  max-width: 820px;
  margin: -22px auto 32px;
  text-align: center;
}

.method-lead p {
  font-size: 19px;
  line-height: 1.75;
}

.teknik-cards-compact {
  margin-top: 24px;
}

.outcomes-section {
  background: #eaf6f0;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.outcome-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.outcome-card p {
  color: #2a5a43;
  font-size: 15px;
  line-height: 1.7;
}

.about-links {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.about-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(23, 54, 39, 0.08);
  color: #173627;
  font-size: 14px;
  font-weight: 750;
}

.process-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.process-details strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.process-details span {
  display: block;
  color: #2a5a43;
  font-size: 14px;
  line-height: 1.65;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.final-cta-actions .btn-secondary {
  padding-left: 0;
  padding-right: 0;
}

.topic-guide summary {
  list-style: none;
  cursor: pointer;
}

.topic-guide summary::-webkit-details-marker {
  display: none;
}

.topic-guide summary h3::after {
  content: " +";
  color: rgba(23, 54, 39, 0.48);
}

.topic-guide[open] summary h3::after {
  content: " −";
}

.topic-guide:not([open]) .topic-links {
  display: none;
}

.topic-guide[open] .topic-links {
  margin-top: 18px;
}

/* --- FOOTER --- */
.site-footer {
  background: #173627;
  color: #eaf6f0;
  padding: 48px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-col h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-col p,
.footer-col a {
  font-size: 14px;
  line-height: 1.8;
  color: #b8d9c9;
}

.footer-col a:hover { color: #eaf6f0; opacity: 1; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .hero-actions{justify-content:center}
  .hero-trust{justify-content:center;margin-left:auto;margin-right:auto}
  .hero .container,
  .about-grid,
  .fit-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content p { margin: 0 auto 32px; }
  .hero { padding-top: 92px; min-height: auto; }
  .hero-content h1 { font-size: 32px; }

  .section-title.left,
  .fit-intro .section-eyebrow {
    text-align: center;
  }

  .steps-grid,
  .method-grid,
  .cycle-grid,
  .method-mini-grid,
  .sorunlar-grid {
    grid-template-columns: 1fr;
  }

  .topic-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-links .topic-link-all {
    grid-column: span 1;
  }

  .teknik-cards {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fit-columns,
  .outcomes-grid,
  .process-details {
    grid-template-columns: 1fr;
  }

  .method-lead {
    margin-top: -16px;
    text-align: center;
  }

  .method-lead p {
    font-size: 17px;
  }


  .hero-image picture {
    max-width: 240px;
  }

  .hero-image img {
    max-width: 240px;
  }

  .about-image img {
    max-width: 260px;
  }
}

@media (max-width: 600px) {
  .hero-content h1 { font-size: 26px; }
  .section-title { font-size: 24px; }
  .article-hero h1 { font-size: 32px; }
  .article-lead { font-size: 17px; }
  .section { padding: 48px 0; }
  .article-section { padding: 48px 0; }
  .container { padding: 0 16px; }
  .step-card,
  .method-card,
  .article-card,
  .article-callout,
  .article-cta {
    padding: 24px;
  }
  .fit-item {
    border-radius: 14px;
    padding: 14px 16px 14px 42px;
  }

  .topic-guide {
    padding: 22px;
    border-radius: 18px;
  }

  .topic-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .topic-links a {
    min-height: 44px;
    padding: 12px 14px;
  }
}


/* --- SEO guide/local page refinements --- */
.nav-right { flex-wrap: wrap; justify-content: flex-end; row-gap: 8px; }
.about-page-photo { max-width: 240px; margin: 0 auto 32px; }
.about-page-photo img { border-radius: 24px; box-shadow: 0 16px 34px rgba(23, 54, 39, 0.12); }
.guide-card a { border-bottom: 1px solid rgba(23, 54, 39, 0.22); }
@media (max-width: 760px) {
  .site-header {
    position: sticky;
  }

  .nav-inner {
    height: auto;
    min-height: 0;
    padding: 10px 0 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .logo {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }

  .nav-right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 2px 0;
  }

  .nav-right::-webkit-scrollbar {
    display: none;
  }

  .nav-right a {
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.7px;
    padding: 6px 9px;
    white-space: nowrap;
  }

  .nav-right a[href*="substack"] {
    font-size: 0;
  }

  .nav-right a[href*="substack"]::after {
    content: "YAZILAR";
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.7px;
  }

  .instagram-icon {
    padding-right: 0;
  }

  .instagram-icon svg {
    width: 17px;
    height: 17px;
  }

  .hero {
    padding: 30px 0 64px;
  }
}
