/* ============================================================
 * MFY YAZILIM — Editorial Premium
 * Tüm public/marketing sayfalar için ortak editorial katman.
 * Sakans/Fraunces + Inter tipografi, ferah beyaz alan, mor vurgu.
 * site.css'in ÜZERİNE yüklenir (override).
 * ============================================================ */

/* --- Tipografi kaynağı --- */
/* Fraunces (opsz variable) + Inter — layout head'te de preconnect var */

/* ============ Genel body dokunuşu ============ */
body {
  background: #FDFCFB;
  font-family: 'Inter', -apple-system, sans-serif;
  color: #0F172A;
  font-feature-settings: 'ss01', 'cv11';
}

/* Serif helper */
.ed-serif { font-family: 'Fraunces', Georgia, serif; letter-spacing: -0.015em; }

/* Container — kitap-tarzı dar */
.ed-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ HERO ============ */
.ed-hero {
  padding: 140px 0 120px;
  position: relative;
}
.ed-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6D28D9;
  margin-bottom: 44px;
}
.ed-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: #6D28D9;
}
.ed-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(52px, 8vw, 108px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #0F172A;
  max-width: 15ch;
  margin-bottom: 40px;
}
.ed-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: #6D28D9;
}
.ed-hero-lead {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.55;
  color: #475569;
  font-weight: 400;
  margin-bottom: 44px;
}

/* Küçük hero (iç sayfalar için) */
.ed-hero-sm { padding: 110px 0 70px; }
.ed-hero-sm h1 { font-size: clamp(40px, 6vw, 72px); max-width: 22ch; margin-bottom: 26px; }
.ed-hero-sm .ed-hero-lead { font-size: 19px; }

/* ============ Butonlar & Linkler ============ */
.ed-hero-cta,
.ed-cta-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.ed-hero-cta { gap: 32px; margin-bottom: 8px; }

.ed-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0F172A;
  color: #FDFCFB;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.ed-btn-primary:hover { background: #6D28D9; transform: translateY(-1px); color: #FDFCFB; }

.ed-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  color: #0F172A;
  padding: 16px 28px;
  border: 1px solid #0F172A;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.ed-btn-secondary:hover { background: #0F172A; color: #FDFCFB; }

.ed-btn-link {
  color: #0F172A;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #0F172A;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ed-btn-link:hover { color: #6D28D9; border-color: #6D28D9; }

/* Hero altı meta bar */
.ed-hero-meta {
  margin-top: 96px;
  padding-top: 40px;
  border-top: 1px solid #E7E5E4;
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #78716C;
  letter-spacing: 0.02em;
}
.ed-hero-meta strong { color: #0F172A; font-weight: 500; display: block; margin-bottom: 4px; font-size: 14px; }

/* ============ Section ============ */
.ed-section {
  padding: 130px 0;
  border-top: 1px solid #E7E5E4;
}
.ed-section-head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: baseline;
  margin-bottom: 96px;
}
.ed-section-head .num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: #A8A29E;
  letter-spacing: 0.02em;
}
.ed-section-head h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.028em;
  color: #0F172A;
  max-width: 20ch;
}
.ed-section-head h2 em { font-style: italic; font-weight: 400; color: #6D28D9; }
.ed-section-head .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #57534E;
  margin-top: 28px;
  max-width: 56ch;
}

/* Basit tek-kolon section title */
.ed-h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.028em;
  color: #0F172A;
  margin: 0 0 24px;
}
.ed-h2 em { font-style: italic; font-weight: 400; color: #6D28D9; }
.ed-h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0 0 18px;
}
.ed-h3 em { font-style: italic; color: #6D28D9; }
.ed-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #57534E;
  max-width: 60ch;
}

/* ============ Product stripes (index + ürün detay hero) ============ */
.ed-product {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 60px;
  padding: 60px 0;
  border-top: 1px solid #E7E5E4;
  align-items: start;
  transition: background 0.3s ease;
}
.ed-product:last-child { border-bottom: 1px solid #E7E5E4; }
.ed-product:hover { background: rgba(109, 40, 217, 0.02); }
.ed-product-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  color: #A8A29E;
  letter-spacing: -0.02em;
}
.ed-product-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #0F172A;
  margin-bottom: 22px;
}
.ed-product-name em { font-style: italic; color: #6D28D9; font-weight: 400; }
.ed-product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0F172A;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #0F172A;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}
.ed-product-link:hover { color: #6D28D9; border-color: #6D28D9; gap: 12px; }
.ed-product-desc { font-size: 17px; line-height: 1.6; color: #57534E; margin-bottom: 28px; }
.ed-product-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ed-product-features li {
  font-size: 14px;
  color: #57534E;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.ed-product-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 1px;
  background: #6D28D9;
}

/* ============ Highlight (pull-quote) ============ */
.ed-highlight {
  padding: 130px 0;
  border-top: 1px solid #E7E5E4;
  background: #F5F3EF;
}
.ed-highlight-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.ed-highlight-lead {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0F172A;
}
.ed-highlight-lead em { color: #6D28D9; font-style: italic; font-weight: 400; }
.ed-highlight-body { font-size: 16.5px; line-height: 1.7; color: #57534E; }
.ed-highlight-body strong { color: #0F172A; font-weight: 500; }
.ed-highlight-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid #E7E5E4;
}
.ed-highlight-feature h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #0F172A;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.ed-highlight-feature p { font-size: 14.5px; line-height: 1.55; color: #57534E; }

/* ============ Marketplaces liste ============ */
.ed-marketplaces {
  padding: 110px 0;
  border-top: 1px solid #E7E5E4;
}
.ed-mp-label {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A8A29E;
  margin-bottom: 40px;
}
.ed-mp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 44px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1.5;
  color: #0F172A;
  letter-spacing: -0.015em;
}
.ed-mp-list span { transition: color 0.25s ease; cursor: default; }
.ed-mp-list span:hover { color: #6D28D9; font-style: italic; }
.ed-mp-list .dot { color: #D6D3D1; font-size: 16px; align-self: center; }

/* ============ Why grid (3+3) ============ */
.ed-why { padding: 130px 0; border-top: 1px solid #E7E5E4; }
.ed-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 56px;
  margin-top: 20px;
}
.ed-why-item h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #0F172A;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
  padding-top: 16px;
  border-top: 1px solid #0F172A;
  max-width: 80%;
}
.ed-why-item p { font-size: 14.5px; line-height: 1.6; color: #57534E; }

/* ============ Final CTA ============ */
.ed-cta {
  padding: 160px 0 180px;
  border-top: 1px solid #E7E5E4;
  text-align: center;
}
.ed-cta h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0F172A;
  max-width: 16ch;
  margin: 0 auto 32px;
}
.ed-cta h2 em { font-style: italic; color: #6D28D9; font-weight: 400; }
.ed-cta p { font-size: 18px; line-height: 1.6; color: #57534E; max-width: 52ch; margin: 0 auto 44px; }

/* ============ İki-kolon prose (yasal/blog) ============ */
.ed-prose {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.8;
  color: #292524;
}
.ed-prose h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #0F172A;
  margin: 56px 0 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ed-prose h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #0F172A;
  margin: 40px 0 14px;
  letter-spacing: -0.015em;
}
.ed-prose p { margin: 0 0 20px; }
.ed-prose ul, .ed-prose ol { margin: 0 0 24px 0; padding-left: 22px; }
.ed-prose ul li, .ed-prose ol li { margin-bottom: 10px; }
.ed-prose a { color: #6D28D9; border-bottom: 1px solid #C084FC; text-decoration: none; }
.ed-prose a:hover { border-bottom-color: #6D28D9; }
.ed-prose strong { color: #0F172A; font-weight: 500; }
.ed-prose hr { border: 0; border-top: 1px solid #E7E5E4; margin: 48px 0; }

/* Basit info kart (yasal sayfalar için) */
.ed-info-card {
  border: 1px solid #E7E5E4;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 24px 0 40px;
  background: #FDFCFB;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px 24px;
}
.ed-info-card dt {
  font-size: 12.5px;
  font-weight: 500;
  color: #78716C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ed-info-card dd { font-size: 14.5px; color: #0F172A; margin: 0; }

/* ============ Form (iletişim) ============ */
.ed-form { display: flex; flex-direction: column; gap: 22px; max-width: 560px; }
.ed-form label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.1em; color: #78716C; margin-bottom: 8px; display: block; font-weight: 500; }
.ed-form input, .ed-form textarea, .ed-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #0F172A;
  background: transparent;
  padding: 14px 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #0F172A;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
.ed-form input:focus, .ed-form textarea:focus, .ed-form select:focus {
  outline: none;
  border-bottom-color: #6D28D9;
}
.ed-form textarea { min-height: 140px; resize: vertical; }

/* ============ Nav override (editorial, tüm site) ============ */
body.ed .nav {
  background: #FDFCFB !important;
  border-bottom: 1px solid #E7E5E4;
  box-shadow: none !important;
  backdrop-filter: none;
}
body.ed .nav-inner { padding: 18px 32px; }
body.ed .nav-links a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #292524 !important;
  letter-spacing: -0.005em;
}
body.ed .nav-links a:hover,
body.ed .nav-links a.active {
  color: #6D28D9 !important;
}
body.ed .logo img { height: 44px; }

/* Nav CTA butonları — editorial hâline */
body.ed .nav-cta .btn-primary,
body.ed .nav-cta a[class*="primary"] {
  background: #0F172A !important;
  color: #FDFCFB !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  border: none !important;
  transition: background 0.2s ease !important;
}
body.ed .nav-cta .btn-primary:hover,
body.ed .nav-cta a[class*="primary"]:hover { background: #6D28D9 !important; }

body.ed .nav-cta .btn-ghost,
body.ed .nav-cta a[class*="ghost"] {
  background: transparent !important;
  color: #0F172A !important;
  border: 1px solid #E7E5E4 !important;
  padding: 9px 18px !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
body.ed .nav-cta .btn-ghost:hover,
body.ed .nav-cta a[class*="ghost"]:hover { border-color: #0F172A !important; }

/* Dropdown editorial */
body.ed .dropdown {
  background: #FDFCFB !important;
  border: 1px solid #E7E5E4 !important;
  box-shadow: 0 20px 40px -20px rgba(15, 23, 42, 0.15) !important;
  border-radius: 12px !important;
}
body.ed .dropdown-item:hover { background: #F5F3EF !important; }
body.ed .dropdown-item-text strong {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  font-size: 16px !important;
}
body.ed .dropdown-item-text span {
  color: #78716C !important;
  font-size: 13px !important;
}

/* ============ Footer editorial (krem, açık) ============ */
body.ed footer {
  background: #F5F3EF !important;
  color: #0F172A !important;
  padding: 100px 0 40px !important;
  border-top: 1px solid #E7E5E4;
}
body.ed footer .container { max-width: 1120px; padding: 0 32px; }
body.ed .footer-grid {
  display: grid !important;
  grid-template-columns: 1.5fr repeat(4, 1fr) !important;
  gap: 60px !important;
  padding-bottom: 60px !important;
  border-bottom: 1px solid #E7E5E4 !important;
}
body.ed .footer-brand p {
  color: #57534E !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin-top: 22px !important;
  max-width: 300px !important;
}
body.ed .footer-brand .logo img { height: 42px !important; }
body.ed .footer-col h4 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  text-transform: none !important;
  letter-spacing: -0.005em !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #D6D3D1 !important;
}
body.ed .footer-col li { margin-bottom: 12px !important; }
body.ed .footer-col a {
  color: #57534E !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
body.ed .footer-col a:hover { color: #6D28D9 !important; }

body.ed .footer-payment {
  display: flex; align-items: center; gap: 20px;
  padding: 32px 0 !important;
  border-bottom: 1px solid #E7E5E4 !important;
}
body.ed .footer-payment .payment-label {
  font-size: 12px !important;
  color: #78716C !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 500;
}
body.ed .footer-payment .payment-band { height: 26px; opacity: 0.85; }

body.ed .footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px !important;
  font-size: 13px !important;
  color: #78716C !important;
  flex-wrap: wrap;
  gap: 20px;
}
body.ed .socials { display: flex; gap: 14px; }
body.ed .socials a {
  color: #78716C !important;
  transition: color 0.2s ease;
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border: 1px solid #D6D3D1;
  border-radius: 999px;
}
body.ed .socials a:hover { color: #6D28D9 !important; border-color: #6D28D9; }

@media (max-width: 900px) {
  body.ed .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 40px 30px !important; }
  body.ed footer { padding: 70px 0 32px !important; }
}
@media (max-width: 560px) {
  body.ed .footer-grid { grid-template-columns: 1fr !important; }
  body.ed .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============ Ürün sayfalarındaki dinamik plans grid ============ */
.ed-plans-dyn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #E7E5E4;
  border-bottom: 1px solid #E7E5E4;
}
.ed-plans-dyn.cols-3 { grid-template-columns: repeat(3, 1fr); }
.ed-plans-dyn.cols-6 { grid-template-columns: repeat(6, 1fr); }
.ed-plan-dyn {
  padding: 36px 22px 30px;
  border-right: 1px solid #E7E5E4;
  background: #FDFCFB;
  display: flex; flex-direction: column;
  transition: background 0.2s ease;
  position: relative;
}
.ed-plan-dyn:last-child { border-right: 0; }
.ed-plan-dyn:hover { background: #F5F3EF; }
.ed-plan-dyn.featured { background: #F5F3EF; }
.ed-plan-dyn.free { background: #FFFFFF; }
.ed-plan-dyn .pill {
  position: absolute; top: -10px; left: 22px;
  background: #6D28D9; color: #FDFCFB;
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em;
  padding: 4px 10px; border-radius: 999px; text-transform: uppercase;
}
.ed-plan-dyn .pn { font-family: 'Fraunces', Georgia, serif; font-size: 22px; font-weight: 400; color: #0F172A; margin-bottom: 6px; letter-spacing: -0.015em; }
.ed-plan-dyn .pt { font-size: 12.5px; color: #78716C; margin-bottom: 22px; line-height: 1.5; min-height: 36px; }
.ed-plan-dyn .pq-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: #A8A29E; margin-bottom: 6px; }
.ed-plan-dyn .pq { font-family: 'Fraunces', Georgia, serif; font-size: 16px; color: #292524; margin-bottom: 20px; }
.ed-plan-dyn .pp { font-family: 'Fraunces', Georgia, serif; font-size: 30px; font-weight: 400; color: #0F172A; letter-spacing: -0.02em; margin-bottom: 4px; line-height: 1.1; }
.ed-plan-dyn .pp span { font-family: 'Inter', sans-serif; font-size: 12.5px; color: #78716C; font-weight: 400; letter-spacing: 0; }
.ed-plan-dyn .pyh { font-size: 12px; color: #6D28D9; margin-bottom: 16px; letter-spacing: 0.02em; }
.ed-plan-dyn .ptr { font-size: 12px; color: #57534E; padding: 6px 10px; background: rgba(109,40,217,0.08); border-radius: 6px; display: inline-block; margin-bottom: 18px; align-self: flex-start; }
.ed-plan-dyn .pfl {
  list-style: none;
  padding: 0;
  margin: 4px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ed-plan-dyn .pfl li {
  font-size: 12.5px;
  color: #57534E;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.ed-plan-dyn .pfl li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 1px;
  background: #6D28D9;
}
.ed-plan-dyn .pcta { margin-top: auto; padding-top: 16px; }
.ed-plan-dyn .pcta a {
  display: block; text-align: center; padding: 12px 14px;
  background: #FDFCFB; color: #0F172A; border: 1px solid #0F172A;
  border-radius: 8px; font-size: 13.5px; font-weight: 500; text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.ed-plan-dyn .pcta a:hover { background: #0F172A; color: #FDFCFB; }
.ed-plan-dyn.featured .pcta a { background: #0F172A; color: #FDFCFB; }
.ed-plan-dyn.featured .pcta a:hover { background: #6D28D9; border-color: #6D28D9; }
.ed-plan-dyn.free .pcta a { background: #FDFCFB; color: #6D28D9; border-color: #6D28D9; }
.ed-plan-dyn.free .pcta a:hover { background: #6D28D9; color: #FDFCFB; }
@media (max-width: 1000px) {
  .ed-plans-dyn, .ed-plans-dyn.cols-6 { grid-template-columns: repeat(3, 1fr); }
  .ed-plan-dyn { border-right: 1px solid #E7E5E4 !important; border-bottom: 1px solid #E7E5E4; }
}
@media (max-width: 700px) {
  .ed-plans-dyn, .ed-plans-dyn.cols-6 { grid-template-columns: repeat(2, 1fr); }
  .ed-plans-dyn.cols-3 { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .ed-plans-dyn, .ed-plans-dyn.cols-6 { grid-template-columns: 1fr; }
}

/* ============ Legal / prose sayfaları için Sakans class override ============ */
/* KVKK, gizlilik, mesafeli satış, ön bilgilendirme, teslimat/iade, çerez politikası */

body.ed .page-head {
  padding: 110px 0 60px !important;
  background: transparent !important;
  border-bottom: 1px solid #E7E5E4;
}
body.ed .page-head-inner { max-width: 1120px; margin: 0 auto; padding: 0 32px; text-align: left !important; }
body.ed .page-head h1 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: clamp(40px, 6vw, 72px) !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  color: #0F172A !important;
  margin: 0 0 26px !important;
  max-width: 22ch !important;
}
body.ed .page-head h1 .gradient-text {
  background: none !important;
  -webkit-text-fill-color: #6D28D9 !important;
  color: #6D28D9 !important;
  font-style: italic;
  font-weight: 400 !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
body.ed .page-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #6D28D9 !important;
  margin-bottom: 40px !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body.ed .page-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: #6D28D9;
  display: inline-block;
}
body.ed .page-head .lead {
  font-size: 19px !important;
  line-height: 1.55 !important;
  color: #57534E !important;
  max-width: 620px !important;
  margin: 0 !important;
}
body.ed .last-updated {
  font-size: 13px !important;
  color: #78716C !important;
  margin-top: 24px !important;
  letter-spacing: 0.02em;
}

/* Yasal içerik container */
body.ed .container:not(footer .container):not(.page-head-inner) {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Company/veri sorumlusu kartı */
body.ed .company-card {
  padding: 32px 36px !important;
  background: #FDFCFB !important;
  border: 1px solid #E7E5E4 !important;
  border-radius: 12px !important;
  margin: 48px 0 !important;
  box-shadow: none !important;
}
body.ed .company-card h2 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  margin-bottom: 20px !important;
  letter-spacing: -0.015em !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #E7E5E4 !important;
}
body.ed .company-card .info-row {
  display: grid !important;
  grid-template-columns: 200px 1fr !important;
  gap: 12px 24px !important;
  padding: 12px 0 !important;
  border: 0 !important;
  align-items: baseline;
}
body.ed .company-card .info-row.wide { grid-template-columns: 200px 1fr; }
body.ed .company-card .info-row .label {
  font-size: 12.5px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #78716C !important;
  font-weight: 500 !important;
}
body.ed .company-card .info-row .value {
  font-size: 15px !important;
  color: #0F172A !important;
  font-family: 'Inter', sans-serif !important;
}

/* TOC — içindekiler */
body.ed .toc {
  padding: 24px 28px !important;
  background: #F5F3EF !important;
  border: 0 !important;
  border-radius: 12px !important;
  margin: 32px 0 60px !important;
  box-shadow: none !important;
  max-width: 720px;
}
body.ed .toc .toc-title {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #0F172A !important;
  margin-bottom: 12px !important;
  text-transform: none !important;
  letter-spacing: -0.005em !important;
}
body.ed .toc ol {
  padding: 0 0 0 20px !important;
  margin: 0 !important;
  display: flex; flex-direction: column; gap: 4px;
}
body.ed .toc ol li a {
  color: #57534E !important;
  text-decoration: none !important;
  font-size: 14.5px !important;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.ed .toc ol li a:hover {
  color: #6D28D9 !important;
  border-bottom-color: #C084FC !important;
}

/* Legal section — prose */
body.ed .legal-content {
  max-width: 820px;
  margin: 0 auto 100px;
  font-size: 16.5px;
  line-height: 1.8;
  color: #292524;
}
body.ed .legal-section {
  padding: 32px 0;
  border-top: 1px solid #E7E5E4;
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
}
body.ed .legal-section:first-child { border-top: 0; padding-top: 16px; }
body.ed .legal-section h2 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  margin: 0 0 18px !important;
  letter-spacing: -0.02em !important;
  display: flex;
  align-items: baseline;
  gap: 16px;
  line-height: 1.2;
}
body.ed .legal-section h2 .sec-num {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #A8A29E !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0.05em;
}
body.ed .legal-section h3 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  margin: 28px 0 12px !important;
  letter-spacing: -0.015em !important;
}
body.ed .legal-section p, body.ed .legal-section li {
  color: #292524 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}
body.ed .legal-section a {
  color: #6D28D9 !important;
  border-bottom: 1px solid #C084FC !important;
  text-decoration: none !important;
}
body.ed .legal-section ul, body.ed .legal-section ol {
  padding-left: 22px !important;
  margin-bottom: 20px !important;
}
body.ed .legal-section li { margin-bottom: 10px; }
body.ed .legal-section strong { color: #0F172A !important; font-weight: 500 !important; }
body.ed .legal-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14.5px;
}
body.ed .legal-section table th, body.ed .legal-section table td {
  padding: 12px 16px;
  border: 1px solid #E7E5E4;
  text-align: left;
  vertical-align: top;
}
body.ed .legal-section table th {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  background: #F5F3EF;
  color: #0F172A;
}

/* Party info / mesafeli-satış blokları */
body.ed .party-info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px 24px;
  padding: 10px 0;
  border-bottom: 1px solid #F5F3EF;
}
body.ed .party-info-row:last-child { border-bottom: 0; }
body.ed .party-info-row .lbl {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #78716C;
  font-weight: 500;
}
body.ed .party-info-row .val {
  font-size: 15px;
  color: #0F172A;
}

/* Contact block (KVKK başvuru vb.) */
body.ed .contact-block-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px 24px;
  padding: 10px 0;
  border-bottom: 1px solid #F5F3EF;
}
body.ed .contact-block-row:last-child { border-bottom: 0; }
body.ed .contact-block-row .label {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #78716C;
  font-weight: 500;
}
body.ed .contact-block-row .value { font-size: 15px; color: #0F172A; }
body.ed .contact-block-row .value a { color: #6D28D9; border-bottom: 1px solid #C084FC; text-decoration: none; }

/* CTA card at bottom of legal pages */
body.ed .cta-card {
  padding: 40px 44px !important;
  background: #F5F3EF !important;
  border: 0 !important;
  border-radius: 12px !important;
  text-align: left !important;
  margin: 60px 0 !important;
  box-shadow: none !important;
}
body.ed .cta-card h2, body.ed .cta-card h3 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.02em !important;
}
body.ed .cta-card p { color: #57534E !important; font-size: 15.5px !important; line-height: 1.65 !important; margin-bottom: 20px !important; }
body.ed .cta-card .btn, body.ed .cta-card .btn-lg {
  background: #0F172A !important;
  color: #FDFCFB !important;
  padding: 14px 26px !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: background 0.2s ease !important;
}
body.ed .cta-card .btn:hover, body.ed .cta-card .btn-lg:hover { background: #6D28D9 !important; }

@media (max-width: 900px) {
  body.ed .company-card { padding: 24px 22px !important; }
  body.ed .company-card .info-row,
  body.ed .party-info-row,
  body.ed .contact-block-row { grid-template-columns: 1fr !important; gap: 4px 0 !important; }
  body.ed .company-card .info-row .value,
  body.ed .party-info-row .val,
  body.ed .contact-block-row .value { margin-bottom: 8px; }
  body.ed .legal-section h2 { font-size: 22px !important; flex-direction: column; align-items: flex-start; gap: 4px; }
  body.ed .page-head { padding: 80px 0 40px !important; }
}

/* ============ Responsive ============ */
@media (max-width: 800px) {
  .ed-section, .ed-highlight, .ed-why, .ed-marketplaces { padding: 90px 0; }
  .ed-hero { padding: 80px 0 60px; }
  .ed-cta { padding: 100px 0 120px; }
  .ed-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 64px; }
  .ed-product { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
  .ed-product-num { font-size: 28px; }
  .ed-product-name { font-size: 34px; }
  .ed-highlight-content { grid-template-columns: 1fr; gap: 32px; }
  .ed-highlight-features { grid-template-columns: 1fr; gap: 32px; }
  .ed-why-grid { grid-template-columns: 1fr; gap: 44px; }
  .ed-hero-meta { gap: 32px; margin-top: 56px; }
  .ed-info-card { grid-template-columns: 1fr; gap: 6px 0; }
  .ed-info-card dd { margin-bottom: 12px; }
  .ed-container { padding: 0 22px; }
}
