/* ============================================================
   CelsePro — "Dosya" tasarım sistemi
   Kemik kâğıt / mürekkep / pirinç. Editoryal, arşiv, evrak.
   ============================================================ */

:root{
  --bone:#F4F1E8;
  --bone-2:#EAE5D6;
  --bone-3:#DED7C4;
  --ink:#15171D;
  --ink-2:#2A2E38;
  --ink-soft:#4C5260;
  --brass:#8A6122;
  --brass-2:#B4842F;
  --oxblood:#6B2A2A;

  --paper:var(--bone);
  --text:var(--ink);
  --text-soft:#565C6B;
  --text-mute:#5D6371;
  --rule:rgba(21,23,29,.16);
  --rule-soft:rgba(21,23,29,.09);
  --card:rgba(255,253,247,.72);
  --card-solid:#FCFAF3;
  --accent:var(--brass);
  --accent-ink:#FFFDF7;

  --shadow-sm:0 1px 2px rgba(21,23,29,.06), 0 2px 8px rgba(21,23,29,.04);
  --shadow-md:0 2px 4px rgba(21,23,29,.05), 0 12px 32px rgba(21,23,29,.09);
  --shadow-lg:0 4px 8px rgba(21,23,29,.06), 0 24px 64px rgba(21,23,29,.13);

  --serif:"CelseLira","Newsreader", Georgia, "Times New Roman", serif;
  --sans:"IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --mono:"IBM Plex Mono", ui-monospace, "SF Mono", monospace;

  --wrap:76rem;
  --gutter:clamp(1.25rem, 4vw, 3.5rem);

  --z-base:10;
  --z-sticky:20;
  --z-nav:30;
  --z-overlay:50;
}

@media (prefers-color-scheme: dark){
  :root{
    --paper:#101218;
    --text:#F1EDE1;
    --text-soft:#B4B0A4;
    --text-mute:#8C8F99;
    --rule:rgba(241,237,225,.17);
    --rule-soft:rgba(241,237,225,.09);
    --card:rgba(255,255,255,.035);
    --card-solid:#171A22;
    --accent:#CFA355;
    --accent-ink:#14161C;
    --bone-2:#1B1E27;
    --bone-3:#232733;
    --shadow-sm:0 1px 2px rgba(0,0,0,.4);
    --shadow-md:0 2px 4px rgba(0,0,0,.3), 0 12px 32px rgba(0,0,0,.45);
    --shadow-lg:0 4px 8px rgba(0,0,0,.3), 0 24px 64px rgba(0,0,0,.55);
  }
}
:root[data-theme="dark"]{
  --paper:#101218;
  --text:#F1EDE1;
  --text-soft:#B4B0A4;
  --text-mute:#8C8F99;
  --rule:rgba(241,237,225,.17);
  --rule-soft:rgba(241,237,225,.09);
  --card:rgba(255,255,255,.035);
  --card-solid:#171A22;
  --accent:#CFA355;
  --accent-ink:#14161C;
  --bone-2:#1B1E27;
  --bone-3:#232733;
  --shadow-sm:0 1px 2px rgba(0,0,0,.4);
  --shadow-md:0 2px 4px rgba(0,0,0,.3), 0 12px 32px rgba(0,0,0,.45);
  --shadow-lg:0 4px 8px rgba(0,0,0,.3), 0 24px 64px rgba(0,0,0,.55);
}
:root[data-theme="light"]{
  --paper:#F4F1E8;
  --text:#15171D;
  --text-soft:#565C6B;
  --text-mute:#5D6371;
  --rule:rgba(21,23,29,.16);
  --rule-soft:rgba(21,23,29,.09);
  --card:rgba(255,253,247,.72);
  --card-solid:#FCFAF3;
  --accent:#8A6122;
  --accent-ink:#FFFDF7;
  --bone-2:#EAE5D6;
  --bone-3:#DED7C4;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:6.5rem}
body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

/* Kâğıt dokusu — ince grain katmanı */
body::before{
  content:"";
  position:fixed; inset:0;
  z-index:1; pointer-events:none;
  opacity:.5;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark){ body::before{ mix-blend-mode:screen; opacity:.22 } }
:root[data-theme="dark"] body::before{ mix-blend-mode:screen; opacity:.22 }
:root[data-theme="light"] body::before{ mix-blend-mode:multiply; opacity:.5 }

img{max-width:100%; height:auto; display:block}
a{color:inherit}
button{font:inherit; cursor:pointer}

:where(a,button,input,summary,[tabindex]):focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:2px;
}

.wrap{ max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gutter); position:relative; z-index:var(--z-base) }
.skip{
  position:absolute; left:-9999px; top:0;
  background:var(--text); color:var(--paper);
  padding:.75rem 1.25rem; z-index:var(--z-overlay); font-size:.9rem;
}
.skip:focus{ left:1rem; top:1rem }

/* ---------- Tipografi ---------- */
h1,h2,h3{ font-family:var(--serif); font-weight:400; letter-spacing:-.015em; margin:0 }
h1{ font-size:clamp(2.6rem, 6.2vw, 5.1rem); line-height:1.02 }
h2{ font-size:clamp(2rem, 4vw, 3.1rem); line-height:1.1 }
h3{ font-size:1.3rem; line-height:1.3 }
p{ margin:0 }

.eyebrow{
  font-family:var(--mono);
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text-mute);
  display:flex; align-items:center; gap:.75rem;
}
.eyebrow::after{ content:""; flex:1; height:1px; background:var(--rule) }

.lede{ font-size:clamp(1.05rem, 1.6vw, 1.22rem); line-height:1.7; color:var(--text-soft); max-width:62ch }

/* ---------- Navigasyon ---------- */
.nav{
  position:fixed; z-index:var(--z-nav);
  top:1rem; left:1rem; right:1rem;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:.7rem .8rem .7rem 1.25rem;
  border:1px solid var(--rule);
  border-radius:2px;
  background:color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter:blur(14px) saturate(1.3);
  -webkit-backdrop-filter:blur(14px) saturate(1.3);
  transition:box-shadow .3s ease, background .3s ease;
}
.nav[data-scrolled="true"]{ box-shadow:var(--shadow-md); background:color-mix(in srgb, var(--paper) 95%, transparent) }
@media (min-width:1180px){ .nav{ left:50%; right:auto; transform:translateX(-50%); width:min(calc(var(--wrap) - 1rem), calc(100% - 2rem)) } }

.brand{ display:flex; align-items:center; gap:.6rem; text-decoration:none; flex-shrink:0 }
/* Gerçek logo; yüklenemezse yazı tabanlı karşılığı devreye girer (onerror). */
.brand-logo{ height:2rem; width:auto; object-fit:contain }
.brand-fallback{ display:none; align-items:center; gap:.6rem }
.footer-brand .brand-logo{ height:2.25rem }
/* logo.png koyu mürekkep renginde; koyu temada okunur kalması için ters çevriliyor.
   Kalıcı çözüm, logonun açık renkli bir sürümünü de dosyaya eklemek. */
@media (prefers-color-scheme: dark){ .brand-logo{ filter:invert(1) } }
:root[data-theme="dark"] .brand-logo{ filter:invert(1) }
:root[data-theme="light"] .brand-logo{ filter:none }
.brand-mark{
  width:1.85rem; height:1.85rem; flex-shrink:0;
  border:1px solid var(--text); border-radius:1px;
  display:grid; place-items:center;
  font-family:var(--serif); font-size:1rem; line-height:1;
  padding-top:.1em;
}
.brand-name{ font-family:var(--serif); font-size:1.22rem; letter-spacing:-.01em }
.brand-name b{ font-weight:500 }
.brand-name span{ color:var(--text-mute) }

.nav-links{ display:none; align-items:center; gap:.35rem; margin-inline:auto }
@media (min-width:980px){ .nav-links{ display:flex } }
.nav-links a{
  text-decoration:none; font-size:.9rem; color:var(--text-soft);
  padding:.5rem .75rem; border-radius:2px;
  transition:color .2s ease, background .2s ease;
}
.nav-links a:hover{ color:var(--text); background:var(--rule-soft) }

.nav-actions{ display:flex; align-items:center; gap:.5rem; flex-shrink:0 }
/* Küçük ekranda CTA'lar sadece menüde durur — çubuk kalabalıklaşmasın */
.nav-actions .btn{ display:none }
@media (min-width:600px){ .nav-actions .btn-primary{ display:inline-flex } }
@media (min-width:980px){ .nav-actions .btn{ display:inline-flex } }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  min-height:44px; padding:.6rem 1.15rem;
  font-size:.9rem; font-weight:500;
  text-decoration:none; border-radius:2px; border:1px solid transparent;
  transition:background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  white-space:nowrap; cursor:pointer;
}
.btn-primary{ background:var(--text); color:var(--paper); border-color:var(--text) }
.btn-primary:hover{ background:var(--accent); border-color:var(--accent); color:var(--accent-ink) }
.btn-ghost{ color:var(--text-soft); border-color:transparent }
.btn-ghost:hover{ color:var(--text); background:var(--rule-soft) }
.btn-outline{ border-color:var(--rule); color:var(--text) }
.btn-outline:hover{ border-color:var(--text); background:var(--rule-soft) }
.btn-lg{ min-height:52px; padding:.85rem 1.7rem; font-size:.98rem }

.icon-btn{
  display:grid; place-items:center;
  width:44px; height:44px;
  background:none; border:1px solid transparent; border-radius:2px;
  color:var(--text-soft);
  transition:color .2s ease, background .2s ease;
}
.icon-btn:hover{ color:var(--text); background:var(--rule-soft) }
.nav-toggle{ display:grid }
@media (min-width:980px){ .nav-toggle{ display:none } }

/* Mobil menü */
.drawer{
  position:fixed; inset:0; z-index:var(--z-overlay);
  background:var(--paper);
  padding:6rem var(--gutter) 2rem;
  display:flex; flex-direction:column; gap:.25rem;
  opacity:0; visibility:hidden; transform:translateY(-8px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s;
}
.drawer[data-open="true"]{ opacity:1; visibility:visible; transform:none }
.drawer a{
  text-decoration:none; font-family:var(--serif); font-size:1.6rem;
  padding:.7rem 0; border-bottom:1px solid var(--rule-soft);
  display:flex; align-items:baseline; gap:1rem;
}
.drawer a .num{ font-family:var(--mono); font-size:.7rem; color:var(--text-mute) }
.drawer .drawer-cta{ margin-top:1.5rem; display:flex; flex-direction:column; gap:.6rem }
.drawer .drawer-cta a{ font-family:var(--sans); font-size:.98rem; border:0; justify-content:center }
.drawer-close{ position:absolute; top:1.6rem; right:calc(var(--gutter) - .35rem) }

/* ---------- Kenar cetveli (dosya kenarı) ---------- */
.rule-margin{
  position:fixed; left:calc(var(--gutter) / 2 + .4rem); top:0; bottom:0;
  width:1px; background:var(--rule-soft);
  z-index:2; pointer-events:none; display:none;
}
@media (min-width:1400px){ .rule-margin{ display:block } }

/* ---------- Bölüm başlıkları ---------- */
.section{ padding-block:clamp(4.5rem, 10vw, 8.5rem); position:relative; z-index:var(--z-base) }
.section-head{ display:flex; flex-direction:column; gap:1.5rem; margin-bottom:clamp(2.5rem, 5vw, 4rem) }
.section-head .lede{ max-width:54ch }
.divider{ height:1px; background:var(--rule); border:0; margin:0 }

/* ---------- Hero ---------- */
.hero{ padding-top:clamp(8rem, 16vw, 11rem); padding-bottom:clamp(3rem, 7vw, 5.5rem); position:relative; overflow:hidden }
.hero::after{
  content:""; position:absolute; z-index:0;
  top:-25%; right:-15%; width:min(46rem, 75vw); aspect-ratio:1;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent) 15%, transparent) 0%, transparent 68%);
  pointer-events:none;
}
.hero-grid{ display:grid; gap:clamp(3rem, 6vw, 4.5rem); align-items:center; position:relative; z-index:var(--z-base) }
@media (min-width:1080px){ .hero-grid{ grid-template-columns:1.08fr .92fr } }

.hero h1{ margin-block:1.75rem 0 }
.hero h1 em{
  font-style:italic; font-weight:300;
  color:var(--accent);
  position:relative;
}
.hero-sub{ margin-top:1.75rem }
.hero-cta{ display:flex; flex-wrap:wrap; gap:.75rem; margin-top:2.25rem }
.hero-note{
  margin-top:1.75rem; font-family:var(--mono); font-size:.74rem;
  letter-spacing:.06em; color:var(--text-mute);
  display:flex; align-items:flex-start; gap:.6rem; flex-wrap:nowrap;
}
.hero-note svg{ color:var(--accent); flex-shrink:0; margin-top:.28em }

/* Dosya kartı — hero görseli */
.file-card{
  position:relative;
  background:var(--card-solid);
  border:1px solid var(--rule);
  border-radius:2px;
  box-shadow:var(--shadow-lg);
  overflow:hidden;
}
.file-card::before{
  content:""; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:linear-gradient(180deg, var(--accent), color-mix(in srgb, var(--accent) 35%, transparent));
}
.file-tab{
  position:absolute; top:-1px; right:1.75rem;
  background:var(--accent); color:var(--accent-ink);
  font-family:var(--mono); font-size:.62rem; letter-spacing:.14em;
  padding:.4rem .7rem .35rem; border-radius:0 0 2px 2px;
}
.file-head{
  padding:1.5rem 1.5rem 1.15rem 1.75rem;
  border-bottom:1px solid var(--rule-soft);
  display:flex; align-items:flex-start; justify-content:space-between; gap:1rem;
}
.file-head h3{ font-size:1.18rem; margin-bottom:.3rem }
.file-ref{ font-family:var(--mono); font-size:.72rem; color:var(--text-mute); letter-spacing:.04em }
.badge{
  font-family:var(--mono); font-size:.62rem; letter-spacing:.1em; text-transform:uppercase;
  padding:.3rem .55rem; border:1px solid var(--rule); border-radius:2px;
  color:var(--text-soft); white-space:nowrap; flex-shrink:0;
}
.badge-live{ color:var(--accent); border-color:color-mix(in srgb, var(--accent) 45%, transparent) }

.file-rows{ padding:.35rem 1.5rem .35rem 1.75rem }
.file-row{
  display:flex; align-items:baseline; justify-content:space-between; gap:1rem;
  padding:.7rem 0; border-bottom:1px solid var(--rule-soft);
  font-size:.88rem;
}
.file-row:last-child{ border-bottom:0 }
.file-row dt{ color:var(--text-mute); font-size:.8rem; margin:0 }
.file-row dd{ margin:0; font-family:var(--mono); font-size:.82rem; text-align:right }

.file-foot{
  padding:1.15rem 1.5rem 1.35rem 1.75rem;
  border-top:1px solid var(--rule-soft);
  background:color-mix(in srgb, var(--bone-2) 55%, transparent);
  display:flex; align-items:center; gap:.7rem;
}
.avatar-row{ display:flex }
.avatar{
  width:1.7rem; height:1.7rem; border-radius:50%;
  border:2px solid var(--card-solid);
  background:var(--bone-3);
  display:grid; place-items:center;
  font-family:var(--mono); font-size:.6rem; color:var(--text-soft);
  margin-left:-.5rem;
}
.avatar:first-child{ margin-left:0 }
.file-foot p{ font-size:.78rem; color:var(--text-mute) }

/* ---------- Özellikler ---------- */
.features{ display:grid; gap:0; border-top:1px solid var(--rule) }
@media (min-width:760px){ .features{ grid-template-columns:repeat(2, 1fr) } }
@media (min-width:1140px){ .features{ grid-template-columns:repeat(3, 1fr) } }

.feature{
  padding:clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem);
  border-bottom:1px solid var(--rule);
  position:relative;
  transition:background .25s ease;
}
@media (min-width:760px){ .feature:nth-child(2n){ border-left:1px solid var(--rule) } }
@media (min-width:1140px){
  .feature:nth-child(2n){ border-left:0 }
  .feature:not(:nth-child(3n+1)){ border-left:1px solid var(--rule) }
}
.feature:hover{ background:color-mix(in srgb, var(--accent) 5%, transparent) }
.feature-num{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.14em;
  color:var(--text-mute); display:block; margin-bottom:1.5rem;
}
.feature-icon{ color:var(--accent); margin-bottom:1.1rem }
.feature h3{ margin-bottom:.65rem }
.feature p{ font-size:.93rem; color:var(--text-soft); line-height:1.65 }

/* ---------- Celse AI ---------- */
.ai{ background:var(--bone-2); border-block:1px solid var(--rule) }
.ai-grid{ display:grid; gap:clamp(2.5rem, 5vw, 4rem); align-items:center }
@media (min-width:1000px){ .ai-grid{ grid-template-columns:.92fr 1.08fr } }

.stamp{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--mono); font-size:.66rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--oxblood);
  border:1.5px solid color-mix(in srgb, var(--oxblood) 55%, transparent);
  border-radius:2px; padding:.42rem .75rem;
  transform:rotate(-1.4deg);
}
@media (prefers-color-scheme: dark){ .stamp{ color:#D98A8A; border-color:rgba(217,138,138,.5) } }
:root[data-theme="dark"] .stamp{ color:#D98A8A; border-color:rgba(217,138,138,.5) }
:root[data-theme="light"] .stamp{ color:#6B2A2A; border-color:rgba(107,42,42,.55) }

.ai h2{ margin-block:1.5rem 1.5rem }
.ai-list{ list-style:none; padding:0; margin:2rem 0 0; display:grid; gap:.1rem }
.ai-list li{
  display:flex; align-items:flex-start; gap:.9rem;
  padding:.85rem 0; border-bottom:1px solid var(--rule-soft);
  font-size:.93rem; color:var(--text-soft);
}
.ai-list svg{ color:var(--accent); flex-shrink:0; margin-top:.2rem }

/* Editör mockup */
.editor{
  background:var(--card-solid); border:1px solid var(--rule); border-radius:2px;
  box-shadow:var(--shadow-lg); overflow:hidden;
}
.editor-bar{
  display:flex; align-items:center; gap:.75rem;
  padding:.85rem 1.1rem; border-bottom:1px solid var(--rule-soft);
  background:color-mix(in srgb, var(--bone-2) 45%, transparent);
}
.editor-dots{ display:flex; gap:.35rem }
.editor-dots i{ width:.55rem; height:.55rem; border-radius:50%; background:var(--rule); display:block }
.editor-bar p{ font-family:var(--mono); font-size:.7rem; color:var(--text-mute) }
.editor-body{ padding:1.5rem 1.6rem 1.2rem; font-size:.9rem; line-height:1.85 }
.editor-body h4{
  font-family:var(--serif); font-size:1.05rem; font-weight:500;
  margin:0 0 1rem; text-align:center; letter-spacing:.02em;
}
.editor-body p{ color:var(--text-soft); margin-bottom:.9rem }
.editor-body .mark{
  background:color-mix(in srgb, var(--accent) 20%, transparent);
  border-bottom:1px solid var(--accent);
  padding:.05em .15em;
}
.caret{
  display:inline-block; width:2px; height:1.05em; vertical-align:text-bottom;
  background:var(--accent); animation:blink 1.1s steps(2) infinite;
}
@keyframes blink{ 50%{ opacity:0 } }
.editor-foot{
  display:flex; flex-wrap:wrap; gap:.5rem;
  padding:1rem 1.6rem 1.3rem; border-top:1px solid var(--rule-soft);
}
.chip{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.06em;
  padding:.45rem .75rem; border:1px solid var(--rule); border-radius:2px;
  color:var(--text-soft); background:var(--paper);
}
.chip-accent{ background:var(--accent); color:var(--accent-ink); border-color:var(--accent) }

/* ---------- Paketler ---------- */
.plans{ display:grid; gap:1.25rem; align-items:start }
@media (min-width:900px){ .plans{ grid-template-columns:1.15fr .85fr } }

.plan{
  background:var(--card-solid); border:1px solid var(--rule); border-radius:2px;
  padding:clamp(1.75rem, 3vw, 2.5rem);
  box-shadow:var(--shadow-sm);
  position:relative;
}
.plan-featured{ border-color:var(--accent); box-shadow:var(--shadow-md) }
.plan-featured::before{
  content:""; position:absolute; inset:-1px; border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius:2px; pointer-events:none;
}
.plan-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; margin-bottom:1.5rem }
.plan h3{ font-size:1.5rem }
.plan-price{ display:flex; align-items:baseline; gap:.5rem; margin-bottom:.6rem }
.plan-price strong{ font-family:var(--serif); font-size:clamp(2.4rem,4.5vw,3.2rem); font-weight:400; line-height:1 }
/* Newsreader'ın ₺ glifi "Ł"ye benziyor; para birimi simgesini sans fontta
   bırakıp rakamı serif tutuyoruz. */
.plan-price .cur{ font-family:var(--sans); font-weight:400; font-size:.66em; vertical-align:.06em; margin-right:.04em }
.plan-price span{ font-family:var(--mono); font-size:.78rem; color:var(--text-mute) }
.plan > p{ font-size:.92rem; color:var(--text-soft) }
.plan ul{ list-style:none; padding:0; margin:1.75rem 0 2rem; display:grid; gap:.15rem }
.plan li{
  display:flex; align-items:flex-start; gap:.75rem;
  padding:.6rem 0; border-bottom:1px solid var(--rule-soft); font-size:.9rem;
}
.plan li svg{ color:var(--accent); flex-shrink:0; margin-top:.22rem }
.plan .btn{ width:100% }
.plan-note{ margin-top:1rem; font-size:.78rem; color:var(--text-mute); text-align:center }

.plan-soon{ background:transparent; border-style:dashed }
.plan-soon .plan-price strong{ color:var(--text-mute) }

/* ---------- Kapanış CTA ---------- */
.closing{ text-align:center; border-top:1px solid var(--rule) }
.closing h2{ max-width:20ch; margin-inline:auto }
.closing .lede{ margin:1.75rem auto 0; text-align:center }
.closing .hero-cta{ justify-content:center; margin-top:2.5rem }
.eyebrow-center{ justify-content:center; margin-bottom:1.5rem }
.eyebrow-center::after{ display:none }

/* ---------- Hero maddeleri ---------- */
.hero-points{
  list-style:none; padding:0; margin:2rem 0 0;
  display:flex; flex-wrap:wrap; gap:.6rem 1.5rem;
}
.hero-points li{
  display:flex; align-items:center; gap:.5rem;
  font-size:.86rem; color:var(--text-soft);
}
.hero-points svg{ color:var(--accent); flex-shrink:0 }

/* ---------- Güven şeridi ---------- */
.trust-strip{ border-block:1px solid var(--rule); background:var(--bone-2) }
.trust-grid{ display:grid; gap:0 }
@media (min-width:640px){ .trust-grid{ grid-template-columns:repeat(2,1fr) } }
@media (min-width:1000px){ .trust-grid{ grid-template-columns:repeat(4,1fr) } }
.trust-item{
  padding:clamp(1.5rem,2.6vw,2.1rem) clamp(1rem,2vw,1.75rem);
  border-bottom:1px solid var(--rule-soft);
  display:flex; flex-direction:column; gap:.35rem;
}
@media (min-width:640px){
  .trust-item:nth-child(2n){ border-left:1px solid var(--rule-soft) }
  .trust-item:nth-last-child(-n+2){ border-bottom:0 }
}
@media (min-width:1000px){
  .trust-item{ border-bottom:0 }
  .trust-item:nth-child(2n){ border-left:0 }
  .trust-item:not(:first-child){ border-left:1px solid var(--rule-soft) }
}
.trust-item strong{ font-family:var(--serif); font-size:1.12rem; font-weight:500 }
.trust-item span{ font-size:.86rem; color:var(--text-soft) }

/* ---------- Nasıl çalışır ---------- */
.steps{ list-style:none; padding:0; margin:0; display:grid; gap:0; border-top:1px solid var(--rule) }
@media (min-width:820px){ .steps{ grid-template-columns:repeat(3,1fr) } }
.step{
  padding:clamp(1.75rem,3vw,2.5rem) clamp(1.25rem,2.5vw,2rem);
  border-bottom:1px solid var(--rule);
}
@media (min-width:820px){
  .step{ border-bottom:0 }
  .step:not(:first-child){ border-left:1px solid var(--rule) }
}
.step-num{
  font-family:var(--serif); font-size:2.6rem; line-height:1;
  color:var(--accent); display:block; margin-bottom:1.1rem;
}
.step h3{ margin-bottom:.6rem }
.step p{ font-size:.93rem; color:var(--text-soft) }

/* ---------- Celse AI etiketleri ---------- */
.ai-tags{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1.75rem }
.ai-tags span{
  font-family:var(--mono); font-size:.7rem; letter-spacing:.06em;
  padding:.45rem .75rem; border:1px solid var(--rule); border-radius:2px;
  color:var(--text-soft);
}
.ai-note{ margin-top:1.5rem; font-size:.8rem; color:var(--text-mute); max-width:46ch }
.editor-prompt{
  font-family:var(--serif); font-style:italic; font-size:.95rem;
  color:var(--text-soft); padding-bottom:1rem; margin-bottom:1rem;
  border-bottom:1px solid var(--rule-soft);
}

/* ---------- Fiyat sayfası ---------- */
.page-head{ padding-bottom:0 }
.section-tight{ padding-top:clamp(2.5rem,5vw,3.5rem) }

.price-grid{ display:grid; gap:1.25rem; align-items:start }
@media (min-width:760px){ .price-grid{ grid-template-columns:repeat(2,1fr) } }
@media (min-width:1080px){ .price-grid{ grid-template-columns:repeat(3,1fr) } }

.price-card{
  position:relative;
  background:var(--card-solid); border:1px solid var(--rule); border-radius:2px;
  padding:clamp(1.6rem,2.6vw,2.1rem);
  box-shadow:var(--shadow-sm);
  display:flex; flex-direction:column;
}
.price-card-featured{ border-color:var(--accent); box-shadow:var(--shadow-md) }
.price-flag{
  position:absolute; top:-1px; right:1.5rem;
  background:var(--accent); color:var(--accent-ink);
  font-family:var(--mono); font-size:.6rem; letter-spacing:.12em; text-transform:uppercase;
  padding:.38rem .65rem .32rem; border-radius:0 0 2px 2px;
}
.price-card__head{ margin-bottom:1.25rem }
.price-card__head h3{ font-size:1.6rem; margin-bottom:.3rem }
.price-card__cta{ width:100%; margin-block:1.5rem .5rem }

.price-list{ list-style:none; padding:0; margin:1rem 0 0; display:grid; gap:.1rem }
.price-list li{
  display:flex; align-items:flex-start; gap:.7rem;
  padding:.55rem 0; border-bottom:1px solid var(--rule-soft);
  font-size:.88rem; line-height:1.5;
}
.price-list li:last-child{ border-bottom:0 }
.price-list svg{ color:var(--accent); flex-shrink:0; margin-top:.2rem }
.price-list .is-off{ color:var(--text-mute) }
.price-list .is-off svg{ color:var(--text-mute) }

.price-secure{
  display:flex; align-items:center; justify-content:center; gap:.55rem;
  margin-top:2.5rem; font-family:var(--mono); font-size:.74rem;
  letter-spacing:.05em; color:var(--text-mute); text-align:center;
}
.price-secure svg{ color:var(--accent); flex-shrink:0 }
.price-foot{
  margin:1.5rem auto 0; max-width:62ch; text-align:center;
  font-size:.85rem; color:var(--text-soft);
}
.price-foot a{ color:var(--accent); text-decoration:underline; text-underline-offset:2px }

/* ---------- Yasal / içerik sayfaları ---------- */
.doc-hero{
  padding-block:clamp(7.5rem,14vw,10rem) clamp(2.5rem,5vw,3.5rem);
  border-bottom:1px solid var(--rule);
  background:var(--bone-2);
}
.doc-hero h1{ font-size:clamp(2.2rem,5vw,3.6rem); margin-block:1.5rem 1.25rem }
.doc-meta{ display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1.75rem }
.doc-meta span{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.08em;
  padding:.4rem .7rem; border:1px solid var(--rule); border-radius:2px;
  color:var(--text-soft);
}

.doc-body{ padding-block:clamp(3rem,6vw,4.5rem) clamp(4rem,8vw,6rem) }
.doc-card{
  background:var(--card-solid); border:1px solid var(--rule); border-radius:2px;
  padding:clamp(1.75rem,4vw,3.5rem);
  box-shadow:var(--shadow-sm);
  max-width:72ch; margin-inline:auto;
  font-size:.96rem; line-height:1.75;
}
.doc-card h2{
  font-size:1.55rem; margin-block:2.5rem 1rem;
  padding-bottom:.5rem; border-bottom:1px solid var(--rule-soft);
}
.doc-card h2:first-child{ margin-top:0 }
.doc-card h3{ font-size:1.15rem; margin-block:1.75rem .6rem }
.doc-card p{ margin-bottom:1rem; color:var(--text-soft) }
.doc-card ul,.doc-card ol{ padding-left:1.35rem; margin-block:0 1.25rem; color:var(--text-soft) }
.doc-card li{ margin-block:.45rem }
.doc-card strong{ color:var(--text); font-weight:600 }
.doc-card a{ color:var(--accent); text-decoration:underline; text-underline-offset:2px }
.doc-notice{
  border-left:3px solid var(--accent);
  background:color-mix(in srgb, var(--accent) 8%, transparent);
  padding:1.1rem 1.35rem; border-radius:0 2px 2px 0;
  margin-bottom:2rem; font-size:.92rem;
}
.doc-card table{
  width:100%; border-collapse:collapse; margin-block:1.25rem; font-size:.86rem;
  display:block; overflow-x:auto;
}
.doc-card th,.doc-card td{ border:1px solid var(--rule); padding:.7rem .85rem; text-align:left; vertical-align:top }
.doc-card th{ background:var(--bone-2); font-weight:600 }

/* ---------- Footer ---------- */
.footer{ border-top:1px solid var(--rule); padding-block:clamp(3rem,6vw,4.5rem) 2rem; background:var(--bone-2) }
.footer-grid{ display:grid; gap:2.5rem; margin-bottom:3rem }
@media (min-width:820px){ .footer-grid{ grid-template-columns:1.5fr 1fr 1fr 1fr } }
.footer-brand p{ font-size:.88rem; color:var(--text-soft); margin-top:1rem; max-width:34ch }
.footer h4{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--text-mute); margin:0 0 1.15rem; font-weight:500;
}
.footer ul{ list-style:none; padding:0; margin:0; display:grid; gap:.7rem }
.footer ul a{ text-decoration:none; font-size:.9rem; color:var(--text-soft); transition:color .2s ease }
.footer ul a:hover{ color:var(--accent) }
.footer-mail{ margin-top:.85rem !important }
.footer-mail a{ color:var(--accent); text-decoration:none; font-size:.88rem }
.footer-mail a:hover{ text-decoration:underline; text-underline-offset:2px }

/* Ödeme ve SSL rozetleri — abonelik satan bir sayfada güven sinyali.
   Kart logoları beyaz çizim olarak geliyor; markaların rengiyle oynamamak için
   ters çevirmek yerine koyu bir zemine alınıyorlar. */
.footer-trust{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  gap:1rem 1.5rem;
  padding:1.25rem 1.75rem; margin-bottom:2rem;
  background:#15171D; border-radius:2px;
}
.footer-trust__cards{ height:1.6rem; width:auto }
.footer-trust__sep{ width:1px; height:1.25rem; background:rgba(255,255,255,.22); display:none }
@media (min-width:560px){ .footer-trust__sep{ display:block } }
.footer-trust__ssl{
  display:flex; align-items:center; gap:.5rem;
  font-family:var(--mono); font-size:.7rem; letter-spacing:.05em;
  color:rgba(241,237,225,.78);
}
.footer-trust__ssl svg{ color:#CFA355; flex-shrink:0 }

.footer-bottom{
  border-top:1px solid var(--rule-soft); padding-top:1.75rem;
  display:flex; flex-wrap:wrap; gap:1rem; align-items:center; justify-content:space-between;
}
.footer-bottom p{ font-family:var(--mono); font-size:.72rem; color:var(--text-mute) }

/* ---------- Giriş animasyonları ---------- */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1) }
.reveal.in{ opacity:1; transform:none }

.stagger > *{ opacity:0; transform:translateY(16px); animation:rise .8s cubic-bezier(.2,.7,.3,1) forwards }
.stagger > *:nth-child(1){ animation-delay:.05s }
.stagger > *:nth-child(2){ animation-delay:.14s }
.stagger > *:nth-child(3){ animation-delay:.23s }
.stagger > *:nth-child(4){ animation-delay:.32s }
.stagger > *:nth-child(5){ animation-delay:.41s }
@keyframes rise{ to{ opacity:1; transform:none } }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important }
  .reveal{ opacity:1; transform:none }
  .stagger > *{ opacity:1; transform:none }
}
