/* styles.css — ATEXPro landing. Tüm değerler directions.js token'larından (var(--*)) gelir. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; color: var(--text); line-height: 1.08; letter-spacing: -0.018em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img, svg { max-width: 100%; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.section--band { background: var(--band); color: var(--band-text); }
.section--band h1, .section--band h2, .section--band h3 { color: var(--band-text); }

/* ——— kicker / başlık blokları ——— */
.kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary); }
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--primary); border-radius: 2px; }
.kicker--mono { font-family: var(--font-label); font-weight: 500; letter-spacing: 0.18em; }
.section--band .kicker { color: var(--gold); }
.section--band .kicker::before { background: var(--gold); }

.head { max-width: 720px; }
.head--center { margin: 0 auto; text-align: center; }
.head h2 { font-size: clamp(1.8rem, 3.6vw, 2.75rem); font-weight: 700; margin: 16px 0 0; text-wrap: balance; }
.head .sub { margin-top: 16px; color: var(--text-2); font-size: 1.08rem; text-wrap: pretty; }
.section--band .head .sub { color: var(--band-text); opacity: 0.8; }

/* ——— butonlar ——— */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 0.97rem; padding: 12px 20px; border-radius: var(--radius); border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--primary); color: var(--primary-ink); box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.btn--primary:hover { background: var(--primary-hover); box-shadow: 0 8px 22px -10px var(--ring); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--text); background: var(--bg-alt); }
.btn--light { background: rgba(255,255,255,.10); color: var(--band-text); border-color: rgba(255,255,255,.22); }
.btn--light:hover { background: rgba(255,255,255,.18); }
.btn--lg { padding: 15px 28px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ——— header ——— */
.hdr { position: sticky; top: 0; z-index: 60; background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.hdr__in { display: flex; align-items: center; gap: 24px; height: 88px; }
.hdr__logo { display: flex; align-items: center; flex-shrink: 0; }
.hdr__logo-img { height: 56px; width: auto; display: block; }
.hdr__nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.hdr__nav a { padding: 8px 12px; border-radius: 8px; font-size: 0.94rem; font-weight: 500; color: var(--text-2); transition: color .15s, background .15s; white-space: nowrap; }
.hdr__nav a:hover { color: var(--text); background: var(--bg-alt); }
.hdr__right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.hdr__login { font-size: 0.94rem; font-weight: 600; color: var(--text-2); padding: 8px 10px; white-space: nowrap; }
.hdr__login:hover { color: var(--text); }

/* dil seçici */
.lang { position: relative; }
.lang__btn { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 1px solid var(--line-strong); border-radius: 10px; padding: 7px 10px; font-size: 0.88rem; font-weight: 600; color: var(--text-2); }
.lang__btn:hover { color: var(--text); border-color: var(--text); }
.lang__menu { position: absolute; right: 0; top: calc(100% + 8px); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 6px; min-width: 150px; z-index: 70; }
.lang__menu button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; border: 0; background: transparent; border-radius: 8px; font-size: 0.9rem; font-weight: 500; color: var(--text); text-align: left; }
.lang__menu button:hover { background: var(--bg-alt); }
.lang__menu button[aria-current="true"] { color: var(--primary); font-weight: 700; }

.hdr__burger { display: none; background: transparent; border: 1px solid var(--line-strong); border-radius: 10px; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--text); }

/* ——— hero ——— */
.hero { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 104px); }
.hero--dark { background: var(--band); color: var(--band-text); }
.hero--dark h1 { color: var(--band-text); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__art-wrap { position: relative; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px 7px 11px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-hover); font-weight: 600; font-size: 0.86rem; white-space: nowrap; border: 1px solid color-mix(in srgb, var(--primary) 22%, transparent); }
.hero--dark .badge { background: rgba(248,184,0,.12); color: var(--gold); border-color: rgba(248,184,0,.3); }
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.hero h1 { font-size: var(--h1); font-weight: var(--h1-weight); letter-spacing: var(--h1-tracking); margin: 22px 0 0; text-wrap: balance; }
.hero__sub { margin-top: 22px; font-size: 1.18rem; max-width: 30em; color: var(--text-2); text-wrap: pretty; }
.hero--dark .hero__sub { color: color-mix(in srgb, var(--band-text) 78%, transparent); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__note { margin-top: 18px; font-size: 0.88rem; color: var(--muted); font-family: var(--font-label); }
.hero--dark .hero__note { color: color-mix(in srgb, var(--band-text) 60%, transparent); }

/* ürün paneli (browser frame) */
.frame { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-lg); overflow: hidden; }
.frame__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.frame__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.frame__tag { margin-left: 10px; font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.frame__body { position: relative; aspect-ratio: 520 / 360; }
.frame__body svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* teknik panel (nomogram, köşe işaretli) */
.techpanel { position: relative; border: 1px solid var(--line-strong); background: var(--surface); border-radius: 4px; box-shadow: var(--shadow); }
.techpanel::before, .techpanel::after { content: ""; position: absolute; width: 12px; height: 12px; border: 2px solid var(--primary); }
.techpanel::before { left: -1px; top: -1px; border-right: 0; border-bottom: 0; }
.techpanel::after { right: -1px; bottom: -1px; border-left: 0; border-top: 0; }
.techpanel__head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px dashed var(--line-strong); font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.techpanel__body { position: relative; aspect-ratio: 520 / 360; }
.techpanel__body svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* yüzen istatistik kartı */
.floatcard { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.floatcard .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; }
.floatcard .k { font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.floatcard .v { font-weight: 700; font-size: 1.02rem; color: var(--text); font-family: var(--font-display); white-space: nowrap; }

/* arcs backdrop (cesur) */
.hero__arcs { position: absolute; right: -8%; top: 50%; transform: translateY(-50%); width: min(720px, 70%); height: 130%; pointer-events: none; opacity: 0.96; }

/* ——— zarif (editöryel) hero — asimetrik, ürün-önde ——— */
.hero--editorial { padding: clamp(52px, 7vw, 96px) 0 clamp(56px, 8vw, 104px); overflow: hidden; }
.hero__ed-grid { display: grid; grid-template-columns: 1.02fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero--editorial .kicker { color: var(--primary); }
.hero--editorial h1 { font-size: var(--h1); font-weight: var(--h1-weight); letter-spacing: var(--h1-tracking); margin: 22px 0 0; max-width: 17ch; text-wrap: balance; }
.hero--editorial .hero__sub { margin-top: 24px; max-width: 42ch; font-size: 1.16rem; color: var(--text-2); }
.hero--editorial .hero__cta { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.link-cta { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 1.02rem; color: var(--text); padding: 13px 2px; border-bottom: 1px solid var(--line-strong); border-radius: 0; transition: color .15s, border-color .15s; }
.link-cta:hover { color: var(--primary); border-color: var(--primary); }

/* eğik ürün sahnesi */
.hero__ed-stage { position: relative; perspective: 1800px; }

/* hero tasarım görseli — bölge sınıflandırma diyagramı */
.herozone { position: relative; border-radius: var(--radius-lg); padding: 18px;
  background: linear-gradient(160deg, #FFFDFA 0%, #FAF6EF 60%, #F6EFE3 100%);
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; }
.herozone__svg { display: block; width: 100%; height: auto; }
.herozone__logo { position: absolute; top: 26px; left: 28px; width: 232px; height: auto; z-index: 2; }
.herozone__tag { position: absolute; top: 28px; right: 28px; z-index: 2; white-space: nowrap;
  font-family: var(--font-label); font-size: 11px; letter-spacing: .06em; color: var(--muted);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 5px 12px; background: rgba(255,255,255,.7); }
.herozone__legend { position: absolute; right: 26px; bottom: 24px; z-index: 2;
  background: rgba(255,255,255,.86); backdrop-filter: blur(6px); border: 1px solid var(--line);
  border-radius: 14px; padding: 14px 16px; box-shadow: var(--shadow); }
.hzl__title { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem; margin-bottom: 9px; color: var(--text); }
.herozone__legend ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.herozone__legend li { display: flex; align-items: center; gap: 9px; font-size: 0.82rem; color: var(--text-2); }
.hzl__sw { width: 11px; height: 11px; border-radius: 3px; flex-shrink: 0; }
@media (max-width: 520px) {
  .herozone__legend { position: static; margin-top: 12px; }
  .herozone__logo { width: 150px; top: 20px; left: 20px; }
}
.hero__tilt { transform: rotateY(-13deg) rotateX(5deg) rotate(0.5deg); transform-origin: center left; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.hero__ed-stage:hover .hero__tilt { transform: rotateY(-7deg) rotateX(3deg); }
.hero__ed-stage .frame { box-shadow: var(--shadow-lg); }
.floatcard--a { left: -22px; bottom: 36px; }
.floatcard--b { right: -14px; top: 30px; }
@media (prefers-reduced-motion: reduce) { .hero__tilt { transform: none; } }

/* koyu varyant (toggle) */
.hero--editorial.hero--dark { background: var(--band); color: var(--band-text); }
.hero--editorial.hero--dark h1 { color: var(--band-text); }
.hero--editorial.hero--dark .kicker { color: var(--gold); }
.hero--editorial.hero--dark .kicker::before { background: var(--gold); }
.hero--editorial.hero--dark .hero__sub { color: color-mix(in srgb, var(--band-text) 80%, transparent); }
.hero--editorial.hero--dark .link-cta { color: var(--band-text); border-bottom-color: rgba(255,255,255,.28); }
.hero--editorial.hero--dark .link-cta:hover { color: var(--gold); border-bottom-color: var(--gold); }
.hero--editorial.hero--dark .hero__note { color: color-mix(in srgb, var(--band-text) 55%, transparent); }
.hero__ed-glow { position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(680px 380px at 30% -6%, rgba(248,184,0,.13), transparent 62%),
              radial-gradient(520px 360px at 20% 8%, rgba(232,96,0,.10), transparent 60%); }
.hero--editorial.hero--dark .container { position: relative; z-index: 1; }

/* ——— ürün turu (sekmeli görüntüleyici) ——— */
.tour { display: grid; grid-template-columns: 320px 1fr; gap: 28px; margin-top: 48px; align-items: start; }
.tour__list { display: flex; flex-direction: column; gap: 6px; }
.tour__tab { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 16px 18px; border: 1px solid transparent; border-radius: var(--radius); background: transparent; color: var(--text-2); transition: background .16s, border-color .16s, color .16s; }
.tour__tab:hover { background: var(--bg-alt); color: var(--text); }
.tour__tab.is-active { background: var(--surface); border-color: var(--line); color: var(--text); box-shadow: var(--shadow); }
.tour__tab-ic { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--bg-alt); color: var(--muted); transition: background .16s, color .16s; }
.tour__tab.is-active .tour__tab-ic { background: var(--primary-soft); color: var(--primary); }
.tour__tab-lbl { flex: 1; font-weight: 600; font-size: 1rem; font-family: var(--font-display); letter-spacing: -.01em; }
.tour__tab-n { font-family: var(--font-label); font-size: 12px; color: var(--muted); }
.tour__stage { position: relative; }
.tour__slot { position: relative; aspect-ratio: 16 / 10; }
.tour__slot image-slot { position: absolute; inset: 0; }
.tour__panel .frame { box-shadow: var(--shadow-lg); }
@media (max-width: 860px) {
  .tour { grid-template-columns: 1fr; gap: 18px; }
  .tour__list { flex-direction: row; overflow-x: auto; gap: 8px; padding-bottom: 4px; }
  .tour__tab { flex-direction: column; align-items: flex-start; min-width: 150px; gap: 8px; }
  .tour__tab-n { display: none; }
}

/* ——— 12-kart iş akışı ızgarası (koyu immersive band) ——— */
.wflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.wstep { padding: 22px 22px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  transition: border-color .2s, transform .2s, background .2s; }
.wstep:hover { border-color: rgba(248,184,0,.5); transform: translateY(-3px); background: linear-gradient(180deg, rgba(248,184,0,.08), rgba(255,255,255,.02)); }
.wstep__top { display: flex; align-items: center; justify-content: space-between; }
.wstep__num { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; line-height: 1; color: var(--gold); letter-spacing: -.01em; }
.wstep__ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--gold); background: rgba(248,184,0,.12); border: 1px solid rgba(248,184,0,.22); }
.wstep__name { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--band-text); margin-top: 16px; letter-spacing: -.01em; }
.wstep__desc { margin-top: 8px; font-size: 0.9rem; line-height: 1.55; color: color-mix(in srgb, var(--band-text) 70%, transparent); }
@media (max-width: 1080px) { .wflow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .wflow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .wflow { grid-template-columns: 1fr; } }

/* ——— immersive koyu akış bandı ——— */
.section--immersive { overflow: hidden; }
.flow__arcs { position: absolute; inset: 0; pointer-events: none; opacity: .3;
  -webkit-mask-image: radial-gradient(120% 100% at 100% 50%, #000 30%, transparent 72%);
  mask-image: radial-gradient(120% 100% at 100% 50%, #000 30%, transparent 72%); }
.flow__arcs svg { position: absolute; right: -16%; top: 50%; transform: translateY(-50%); width: 760px; height: 760px; max-width: none; }
.section--immersive .container { position: relative; z-index: 1; }

/* ——— trust bar ——— */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.trust__in { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 32px; align-items: center; padding: 30px 0; }
.trust__lead { font-weight: 600; font-size: 1.02rem; }
.trust__lead .muted { display: block; font-weight: 400; color: var(--text-2); font-size: 0.92rem; margin-top: 4px; }
.std { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.std__chip { display: flex; flex-direction: column; gap: 2px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.std__code { font-family: var(--font-mono); font-weight: 600; font-size: 0.82rem; color: var(--text); }
.std__label { font-size: 0.78rem; color: var(--muted); }

/* ——— modüller ——— */
.mods { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin-top: 48px; }
.mod { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: transform .18s ease, box-shadow .2s, border-color .2s; }
.mod:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--primary) 40%, var(--line)); }
.mod__ic { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); margin-bottom: 16px; }
.mod__top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mod__name { font-size: 1.08rem; font-weight: 700; font-family: var(--font-display); }
.mod__tag { font-family: var(--font-label); font-size: 0.7rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 6px; padding: 3px 7px; white-space: nowrap; }
.mod__desc { margin-top: 11px; color: var(--text-2); font-size: 0.95rem; }
.mod__soon { position: absolute; top: 18px; right: 18px; background: var(--accent); color: #1a1206; font-weight: 700; font-size: 0.66rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }

/* ——— flow ——— */
.flow { display: flex; align-items: stretch; gap: 0; margin-top: 52px; flex-wrap: wrap; }
.flow__step { flex: 1 1 0; min-width: 130px; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8px; }
.flow__node { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line-strong); color: var(--primary); position: relative; z-index: 2; }
.section--band .flow__node { background: color-mix(in srgb, var(--band) 60%, #fff 8%); border-color: rgba(255,255,255,.18); }
.flow__num { font-family: var(--font-label); font-size: 11px; color: var(--muted); margin-top: 12px; }
.section--band .flow__num { color: var(--gold); }
.flow__label { font-weight: 600; font-size: 0.96rem; margin-top: 3px; }
.flow__line { position: absolute; top: 30px; left: 50%; width: 100%; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 7px, transparent 7px 13px); z-index: 1; }
.section--band .flow__line { background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 7px, transparent 7px 13px); }
.flow__step:last-child .flow__line { display: none; }

/* ——— farklılıklar ——— */
.diffs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; margin-top: 44px; }
.diff { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.diff__ic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; margin-top: 1px; }
.diff__n { display: none; }
.diff__t { font-size: 1rem; color: var(--text); font-weight: 500; }

/* ——— faydalar ——— */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.benefit { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.benefit__stat { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--primary); line-height: 1; }
.benefit__name { font-weight: 700; font-size: 1.15rem; margin-top: 14px; }
.benefit__desc { margin-top: 10px; color: var(--text-2); font-size: 0.96rem; }

/* ——— referanslar ——— */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.quote { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); display: flex; flex-direction: column; }
.quote__stars { color: var(--accent); letter-spacing: 2px; font-size: 0.9rem; }
.quote__text { margin-top: 14px; font-size: 1.02rem; color: var(--text); flex: 1; text-wrap: pretty; }
.quote__by { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.quote__av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); flex-shrink: 0; }
.quote__nm { font-weight: 700; font-size: 0.95rem; }
.quote__rl { font-size: 0.82rem; color: var(--muted); }
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 48px; margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--line); }
.logos__item { height: 26px; width: 116px; border-radius: 6px; background: var(--line); opacity: .8; }

/* ——— fiyatlandırma ——— */
.plans { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 48px; align-items: stretch; }
.plan { display: flex; flex-direction: column; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); position: relative; }
.plan--pop { border-color: var(--primary); box-shadow: 0 16px 40px -22px var(--ring); }
.plan__pop { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--primary); color: var(--primary-ink); font-size: 0.7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.plan__name { font-weight: 700; font-size: 1.25rem; font-family: var(--font-display); }
.plan__tag { font-size: 0.84rem; color: var(--muted); margin-top: 2px; }
.plan__cta { margin: 18px 0; }
.plan__inc { font-size: 0.74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.plan__feat { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.plan__feat li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.88rem; color: var(--text-2); }
.plan__feat .chk { color: var(--primary); flex-shrink: 0; margin-top: 1px; }
.plans__foot { text-align: center; margin-top: 28px; }
.plans__foot a { color: var(--primary); font-weight: 600; border-bottom: 1px solid color-mix(in srgb, var(--primary) 40%, transparent); padding-bottom: 2px; }

/* ——— faq ——— */
.faq { max-width: 800px; margin: 44px auto 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; background: transparent; border: 0; padding: 22px 4px; text-align: left; font-size: 1.08rem; font-weight: 600; color: var(--text); font-family: var(--font-display); }
.faq__icn { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: transform .25s, background .2s, color .2s; color: var(--text-2); }
.faq__item[data-open="true"] .faq__icn { transform: rotate(45deg); background: var(--primary); color: var(--primary-ink); border-color: var(--primary); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--text-2); }
.faq__a > div { padding: 0 4px 22px; font-size: 1rem; }
.faq__foot { text-align: center; margin-top: 32px; }
.faq__foot a { color: var(--primary); font-weight: 600; }

/* ——— closing cta ——— */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; max-width: 16em; margin: 0 auto; text-wrap: balance; }
.cta-band .sub { margin: 18px auto 0; max-width: 38em; font-size: 1.1rem; color: color-mix(in srgb, var(--band-text) 78%, transparent); }
.cta-band__btns { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

/* ——— footer ——— */
.ft { background: var(--band); color: color-mix(in srgb, var(--band-text) 76%, transparent); padding: 72px 0 28px; }
.ft__grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.ft__brand { max-width: 300px; }
.ft__logo-img { height: 54px; width: auto; display: block; }
.ft__tag { margin-top: 18px; font-size: 0.92rem; line-height: 1.6; }
.ft__col h3 { font-size: 0.78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--band-text); opacity: .9; margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; }
.ft__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ft__col a { font-size: 0.9rem; transition: color .15s; }
.ft__col a:hover { color: var(--band-text); }
.ft__bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: space-between; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 0.84rem; }
.ft__endorse { display: flex; align-items: center; gap: 10px; }
.ft__endorse a { color: var(--gold); font-weight: 600; }

/* ——— cookie banner ——— */
.cookie { position: fixed; left: 20px; bottom: 20px; z-index: 80; max-width: 440px; background: var(--surface); color: var(--text); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 20px 22px; animation: cookieUp .4s ease; }
@keyframes cookieUp { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
.cookie__t { font-size: 0.92rem; color: var(--text-2); }
.cookie__t a { color: var(--primary); font-weight: 600; }
/* A2-medya: üçüncü-taraf (YouTube) notu — 14px altı metin --text-2 (kontrast kuralı) */
.cookie__third { display: block; margin-top: 4px; font-size: 0.82rem; color: var(--text-2); }
.cookie__btns { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.cookie__btns .btn { padding: 9px 16px; font-size: 0.88rem; }

/* ——— her zaman görünür yön değiştirici (önizleme aracı) ——— */
.dirsw { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 85; display: flex; align-items: center; gap: 4px; padding: 5px 6px 5px 14px; background: color-mix(in srgb, var(--band) 92%, transparent); color: var(--band-text); border-radius: 999px; box-shadow: 0 14px 40px -12px rgba(0,0,0,.5); backdrop-filter: blur(8px); font-size: 0.82rem; }
.dirsw__lbl { font-weight: 600; letter-spacing: .02em; opacity: .82; margin-right: 4px; }
.dirsw__seg { display: flex; gap: 2px; background: rgba(255,255,255,.08); border-radius: 999px; padding: 3px; }
.dirsw__seg button { border: 0; background: transparent; color: inherit; opacity: .7; font-weight: 600; font-size: 0.82rem; padding: 6px 14px; border-radius: 999px; transition: background .15s, opacity .15s, color .15s; }
.dirsw__seg button:hover { opacity: 1; }
.dirsw__seg button[aria-pressed="true"] { background: var(--primary); color: var(--primary-ink); opacity: 1; }
@media (max-width: 560px) { .dirsw { left: 12px; right: 12px; transform: none; justify-content: center; bottom: 12px; } .dirsw__lbl { display: none; } }
.reveal--armed { opacity: 0; transform: translateY(22px); }
.reveal--in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
@media (prefers-reduced-motion: reduce) { .reveal--armed { opacity: 1; transform: none; } html { scroll-behavior: auto; } }
/* sayfa arka plana alınırsa (örn. ekran yakalama) reveal'ları anında tamamla — içerik asla donmuş kalmasın */
html.reveal-freeze .reveal--armed, html.reveal-freeze .reveal--in { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ——— mobil menü ——— */
.mnav { position: fixed; inset: 0; z-index: 90; background: var(--bg); display: flex; flex-direction: column; padding: 20px 28px; transform: translateX(100%); transition: transform .3s ease, visibility 0s .3s; visibility: hidden; }
.mnav.open { transform: none; visibility: visible; transition: transform .3s ease; }
/* Kapalı çekmece translateX(100%) ile ekran dışında dururken sayfa genişliğine giriyordu →
   masaüstünde 1440px yatay kaydırma (4 sayfada ölçüldü, 2026-09-09). visibility:hidden + html overflow-x kemeri. */
html, body { overflow-x: clip; }
.mnav__top { display: flex; align-items: center; justify-content: space-between; height: 48px; }
.mnav__links { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
.mnav__links a { padding: 14px 4px; font-size: 1.25rem; font-weight: 600; border-bottom: 1px solid var(--line); }
.mnav__cta { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding-bottom: 24px; }
.x-btn { background: transparent; border: 1px solid var(--line-strong); border-radius: 10px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--text); }

/* ——— responsive ——— */
@media (max-width: 1080px) {
  .plans { grid-template-columns: repeat(2, 1fr); }
  .plan--pop { order: -1; }
  .ft__grid { grid-template-columns: 1fr 1fr 1fr; }
  .ft__brand { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 920px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art-wrap { order: 2; }
  .hero__ed-grid { grid-template-columns: 1fr; gap: 8px; }
  .hero__tilt { transform: none; }
  .hero--editorial { padding-bottom: 64px; }
  .hero__ed-stage { margin-top: 36px; }
  .hero--editorial h1, .hero--editorial .hero__sub { max-width: none; }
  .trust__in { grid-template-columns: 1fr; gap: 22px; }
  .benefits, .quotes { grid-template-columns: 1fr; }
  .diffs { grid-template-columns: 1fr; }
  .hdr__nav { display: none; }
  .hdr__login { display: none; }
  .hdr__burger { display: grid; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .plans { grid-template-columns: 1fr; }
  .ft__grid { grid-template-columns: 1fr 1fr; }
  .std { grid-template-columns: 1fr; }
  .cookie { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .flow__step { flex-basis: 33%; margin-bottom: 18px; }
}

/* ═══════════════════════════════════════════════════════════════
   ZARİF YÖNÜ — editöryel inceltmeler (yalnızca .dir-zarif altında)
   Daha fazla hava · hairline cetveller · serif ritim · altın aksan
   ═══════════════════════════════════════════════════════════════ */

/* — bölüm başlıkları: editöryel ritim — */
.dir-zarif .section { padding: clamp(72px, 10vw, 136px) 0; }
.dir-zarif .head h2 { font-weight: 700; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.1; }
.dir-zarif .head .sub { font-size: 1.14rem; color: var(--text-2); max-width: 60ch; }
.dir-zarif .head--center .sub { margin-left: auto; margin-right: auto; }
.dir-zarif .kicker { color: var(--primary); }
.dir-zarif .kicker--mono { color: var(--muted); }

/* 🔴 BANT BAĞLAMI `.dir-zarif`'i YENMELİ (2026-08-22). Yukarıdaki iki `.dir-zarif …`
   kuralı, `.section--band .head .sub` (satır 37) ve `.section--band .kicker` (satır 30)
   ile AYNI ÖZGÜLLÜKTE ve DAHA SONRA geldiği için kazanıyordu → KOYU bantta AÇIK-zemin
   metin renkleri uygulanıyordu: `.sub` 2.01:1, `.kicker--mono` 3.87:1.
   `.sub` sorunu ESKİDEN BERİ vardı; `.kicker--mono` ise `--muted` açık zemin için
   koyultulunca (4.5 hedefi) ortaya çıktı — bir yüzeyi düzeltmek diğerini bozdu.
   DERS: iki zeminde birden kullanılan bir tokenı koyultmadan önce KOYU kullanımını ara.
   (Bu bölüm axe'a görünmüyordu: `.reveal--armed` opacity:0 ile başlıyor — smoke artık
   `html.reveal-freeze` ile tarıyor.) */
.dir-zarif .section--band .head .sub { color: var(--band-text); opacity: .8; }
.dir-zarif .section--band .kicker--mono { color: var(--gold); }

/* — modül kartları: hairline, serif ad, ince ikon — */
.dir-zarif .mods { gap: 1px; background: var(--line-strong); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); overflow: hidden; } /* ayırıcı --line → --line-strong (2026-09-09: düşük çözünürlükte görünmüyordu) */
.dir-zarif .mod { border: 0; border-radius: 0; background: var(--surface); box-shadow: none; padding: 30px 28px; }
.dir-zarif .mod:hover { transform: none; background: var(--bg-alt); box-shadow: none; }
.dir-zarif .mod__ic { background: transparent; color: var(--primary); width: 40px; height: 40px; border: 1px solid var(--line-strong); border-radius: 50%; margin-bottom: 18px; }
.dir-zarif .mod:hover .mod__ic { border-color: var(--primary); }
.dir-zarif .mod__name { font-weight: 600; font-size: 1.16rem; }
.dir-zarif .mod__top { display: block; }
.dir-zarif .mod__tag { display: block; border: 0; padding: 0; margin-top: 7px; color: var(--gold-ink); font-size: 0.68rem; }
.dir-zarif .mod__soon { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.dir-zarif .mod__desc { color: var(--text-2); }

/* — farkımız: numaralı editöryel liste — */
.dir-zarif .diffs { gap: 0 56px; margin-top: 52px; }
.dir-zarif .diff { padding: 20px 0; border-bottom: 1px solid var(--line); align-items: baseline; gap: 18px; }
.dir-zarif .diff__ic { display: none; }
.dir-zarif .diff__n { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--gold-ink); flex-shrink: 0; min-width: 2ch; }
.dir-zarif .diff__t { font-size: 1.06rem; font-weight: 400; color: var(--text); }

/* — faydalar: kartsız, hairline üst cetvel, dev serif istatistik — */
.dir-zarif .benefits { gap: 0; border-top: 1px solid var(--line); margin-top: 56px; }
.dir-zarif .benefit { border: 0; border-radius: 0; background: transparent; padding: 40px 36px 40px 0; border-right: 1px solid var(--line); }
.dir-zarif .benefit:last-child { border-right: 0; padding-right: 0; }
.dir-zarif .benefit__stat { font-weight: 400; font-size: 3.4rem; color: var(--primary); }
.dir-zarif .benefit__name { font-weight: 600; }

/* — referanslar: editöryel alıntı, dev serif tırnak — */
.dir-zarif .quotes { margin-top: 56px; gap: 24px; }
.dir-zarif .quote { border: 0; border-top: 2px solid var(--text); border-radius: 0; background: transparent; box-shadow: none; padding: 26px 0 0; }
.dir-zarif .quote__stars { display: none; }
.dir-zarif .quote__text { font-family: var(--font-display); font-weight: 400; font-size: 1.22rem; line-height: 1.5; color: var(--text); position: relative; }
.dir-zarif .quote__by { margin-top: 26px; }
.dir-zarif .quote__av { background: var(--bg-alt); border: 1px solid var(--line-strong); }
.dir-zarif .quote__nm { font-family: var(--font-display); font-weight: 600; }
.dir-zarif .logos { border-top: 1px solid var(--line); margin-top: 64px; padding-top: 48px; }

/* — fiyatlandırma: hairline, rafine, altın popüler aksan — */
/* Fiyat kartları AYRIK (2026-09-09 kullanıcı kararı): birleşik tablo + 1px --line (#ece5d8, beyazda
   ~1.1:1) düşük çözünürlüklü Windows ekranda görünmüyordu → 16px boşluk + --line-strong kenarlık. */
.dir-zarif .plans { gap: 16px; border: 0; border-radius: 0; overflow: visible; }
.dir-zarif .plan { border: 1px solid var(--line-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px 18px 28px; }
.dir-zarif .plan--pop { background: var(--bg-alt); border-color: var(--primary); box-shadow: 0 16px 40px -22px var(--ring); }
.dir-zarif .plan--pop .plan__pop { background: var(--text); color: var(--bg); }
/* 🔴 Rozet KIRPILIYORDU (2026-09-09, Windows ekran görüntüsü): .dir-zarif .plans overflow:hidden ile
   tek çerçeveli tablo yapar; rozet top:-11px ile çerçevenin DIŞINA taşıp yarısı kesiliyordu.
   Çözüm: rozet kartın İÇİNDE, sağ üst köşede — taşma yok, kolon hizası bozulmaz. */
.dir-zarif .plan__pop { top: 12px; right: 12px; left: auto; transform: none; }
.dir-zarif .plan__feat li { text-wrap: pretty; }
.blog-hero__sub { text-wrap: balance; }
.dir-zarif .plan__name { font-weight: 600; }
.dir-zarif .plan__feat .chk { color: var(--gold); }

/* — SSS: editöryel, daha geniş ritim — */
.dir-zarif .faq__q { font-weight: 600; font-size: 1.18rem; padding: 26px 4px; }
.dir-zarif .faq__icn { border-color: var(--line-strong); }

/* — kapanış: serif rafine — */
.dir-zarif .cta-band h2 { font-weight: 600; }

@media (max-width: 920px) {
  .dir-zarif .diffs { gap: 0; }
  .dir-zarif .benefit { border-right: 0; border-bottom: 1px solid var(--line); padding: 32px 0; }
  .dir-zarif .benefit:last-child { border-bottom: 0; }
}
@media (max-width: 1080px) {
  .dir-zarif .plan { border-bottom: 1px solid var(--line-strong); }
}

/* ═══════════════ BLOG SAYFASI ═══════════════ */
.hdr__nav a.is-current { color: var(--text); font-weight: 600; }
.blog-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(24px, 3vw, 40px); }
.blog-hero__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 4.6vw, 3.5rem); letter-spacing: -.02em; margin: 16px 0 0; }
.blog-hero__sub { margin-top: 18px; max-width: 56ch; font-size: 1.18rem; color: var(--text-2); }

.bmeta { display: flex; align-items: center; gap: 9px; font-size: 0.82rem; color: var(--muted); font-family: var(--font-label); flex-wrap: wrap; }
.bmeta > span { white-space: nowrap; }
.bdot { opacity: .5; }
.btag { color: var(--primary); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 0.74rem; }

/* öne çıkan */
.bfeat { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center;
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface);
  box-shadow: var(--shadow); transition: box-shadow .25s, transform .2s; }
.bfeat:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.bfeat__cover { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3.4; }
.bcover { display: block; width: 100%; height: 100%; }
.bfeat__flag { display: inline-block; margin-top: 14px; font-family: var(--font-label); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); }
.bfeat__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.16; margin: 6px 0 0; letter-spacing: -.015em; text-wrap: balance; }
.bfeat__excerpt { margin-top: 14px; color: var(--text-2); font-size: 1.04rem; }
.bfeat .link-cta { margin-top: 20px; }

/* kategori filtresi */
.bfilter { display: flex; flex-wrap: wrap; gap: 8px; margin: clamp(40px, 6vw, 64px) 0 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.bchip { border: 1px solid var(--line-strong); background: transparent; color: var(--text-2); border-radius: 999px; padding: 8px 16px; font-size: 0.88rem; font-weight: 500; transition: all .15s; }
.bchip:hover { border-color: var(--text); color: var(--text); }
.bchip.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }

/* ızgara */
.bgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-bottom: clamp(40px, 6vw, 72px); }
.bcard { display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); transition: box-shadow .25s, transform .2s, border-color .2s; }
.bcard:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--line-strong); }
.bcard__cover { aspect-ratio: 264/170; overflow: hidden; }
.bcard__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.bcard__title { font-family: var(--font-display); font-weight: 600; font-size: 1.24rem; line-height: 1.22; margin: 12px 0 0; letter-spacing: -.01em; text-wrap: pretty; }
.bcard__excerpt { margin-top: 10px; color: var(--text-2); font-size: 0.95rem; flex: 1; }
.bcard__date { margin-top: 18px; font-family: var(--font-label); font-size: 0.78rem; color: var(--muted); }

/* bülten */
.bnews { text-align: center; max-width: 620px; margin: 0 auto; padding: clamp(40px, 6vw, 64px) 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-alt); }
.bnews__art { display: flex; justify-content: center; margin-bottom: 18px; }
.bnews__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.015em; }
.bnews__sub { margin-top: 12px; color: var(--text-2); font-size: 1.05rem; }
.bnews__form { display: flex; gap: 10px; max-width: 440px; margin: 24px auto 0; }
.bnews__form input { flex: 1; border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 13px 16px; font-size: 0.96rem; font-family: var(--font-body); background: var(--surface); color: var(--text); }
.bnews__form input:focus-visible { outline: 2px solid var(--primary); outline-offset: 1px; border-color: var(--primary); }
.bnews__note { margin-top: 14px; font-size: 0.8rem; color: var(--muted); }

@media (max-width: 860px) {
  .bfeat { grid-template-columns: 1fr; }
  .bfeat__cover { aspect-ratio: 16/8; }
  .bgrid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 560px) {
  .bgrid { grid-template-columns: 1fr; }
  .bnews__form { flex-direction: column; }
}

/* ═══════════════ MAKALE DETAY ═══════════════ */
.readbar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70; background: transparent; }
.readbar span { display: block; height: 100%; background: var(--primary); width: 0; transition: width .1s linear; }

.art__head { padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 3vw, 36px); max-width: 820px; margin: 0 auto; }
.art__back { font-family: var(--font-label); font-size: 0.82rem; color: var(--muted); }
.art__back:hover { color: var(--primary); }
.art__meta { margin-top: 22px; }
.art__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.12; letter-spacing: -.02em; margin: 14px 0 0; text-wrap: balance; }
.art__dek { margin-top: 20px; font-size: 1.24rem; line-height: 1.5; color: var(--text-2); font-family: var(--font-display); font-weight: 400; }
.art__byline { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.art__avatar { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; background: var(--bg-alt); }
.art__author { font-weight: 600; font-size: 0.96rem; }

.art__cover { aspect-ratio: 1040/380; border-radius: var(--radius-lg); overflow: hidden; margin: 8px 0 clamp(36px, 5vw, 56px); border: 1px solid var(--line); }

.art__layout { display: grid; grid-template-columns: 220px minmax(0, 680px); gap: clamp(32px, 5vw, 72px); justify-content: center; padding-bottom: clamp(48px, 7vw, 88px); }
.art__toc-inner { position: sticky; top: 100px; }
.art__toc-title { display: block; font-family: var(--font-label); font-size: 0.72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.art__toc ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 11px; border-left: 1px solid var(--line); }
.art__toc li a { display: block; padding-left: 16px; margin-left: -1px; border-left: 2px solid transparent; font-size: 0.9rem; color: var(--text-2); line-height: 1.35; }
.art__toc li a:hover { color: var(--primary); border-left-color: var(--primary); }
.art__toc li a.is-active { color: var(--text); font-weight: 600; border-left-color: var(--primary); }
.art__share-row { display: flex; gap: 8px; }
.art__share-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; color: var(--text-2); display: grid; place-items: center; transition: all .15s; }
.art__share-btn:hover { border-color: var(--primary); color: var(--primary); }

/* prose */
.art__body { font-size: 1.12rem; line-height: 1.75; color: var(--text); }
.art__p { margin: 0 0 1.35em; color: var(--text-2); }
.art__p--lead { font-family: var(--font-display); font-weight: 400; font-size: 1.36rem; line-height: 1.5; color: var(--text); margin-bottom: 1.1em; }
.art__h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.62rem; letter-spacing: -.015em; margin: 1.8em 0 .5em; scroll-margin-top: 100px; }
.art__quote { margin: 1.8em 0; padding: 4px 0 4px 26px; border-left: 3px solid var(--gold); }
.art__quote p { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: 1.34rem; line-height: 1.45; color: var(--text); }
.art__quote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--font-label); font-size: 0.82rem; color: var(--muted); }
.art__list { margin: 0 0 1.5em; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.art__list li { position: relative; padding-left: 28px; color: var(--text-2); }
.art__list li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.art__callout { display: flex; gap: 16px; margin: 1.8em 0; padding: 22px 24px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.art__callout-ic { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; }
.art__callout strong { font-family: var(--font-display); font-weight: 600; font-size: 1.04rem; }
.art__callout p { margin: 6px 0 0; font-size: 0.98rem; color: var(--text-2); }

@media (max-width: 900px) {
  .art__layout { grid-template-columns: 1fr; }
  .art__toc { display: none; }
  .art__head, .art__body { max-width: 680px; margin-left: auto; margin-right: auto; }
}

/* ═══════════════ HAKKIMIZDA ═══════════════ */
.ab-h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.015em; }
.ab-p { margin-top: 16px; color: var(--text-2); font-size: 1.08rem; line-height: 1.7; }
.ab-story { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.ab-story__art { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(155deg, #FFFDFA, #F6EFE3); border: 1px solid var(--line); }
.ab-arcs { position: absolute; inset: -10% -10% -10% 10%; }
.ab-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-top: 48px; }
.ab-value { display: flex; gap: 18px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.ab-value__n { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--gold-ink); flex-shrink: 0; min-width: 2ch; }
.ab-value__name { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; }
.ab-value__desc { margin-top: 8px; color: var(--text-2); font-size: 0.98rem; line-height: 1.6; }
.ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 28px 0 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px 0; }
.ab-stat { display: flex; flex-direction: column; gap: 6px; }
.ab-stat__v { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--primary); line-height: 1; }
.ab-stat__l { font-size: 0.88rem; color: var(--muted); }
.ab-std { grid-template-columns: repeat(3, 1fr); }
.ab-endorse { text-align: center; max-width: 640px; margin: 0 auto; }

@media (max-width: 860px) {
  .ab-story { grid-template-columns: 1fr; }
  .ab-story__art { aspect-ratio: 16/9; order: 2; }
  .ab-values { grid-template-columns: 1fr; gap: 0; }
  .ab-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .ab-std { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════ İLETİŞİM ═══════════════ */
.ct-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.ct-form-wrap { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.ct-form { display: flex; flex-direction: column; gap: 18px; margin-top: 22px; }
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ct-field { display: flex; flex-direction: column; gap: 7px; }
.ct-field > span { font-size: 0.84rem; font-weight: 600; color: var(--text-2); }
.ct-field input, .ct-field select, .ct-field textarea { font-family: var(--font-body); font-size: 0.98rem; color: var(--text); background: var(--bg-alt); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 12px 14px; transition: border-color .15s, box-shadow .15s; }
.ct-field input:focus-visible, .ct-field select:focus-visible, .ct-field textarea:focus-visible { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--ring); }
.ct-field textarea { resize: vertical; }
.ct-consent { font-size: 0.8rem; color: var(--muted); }
.ct-sent { margin-top: 22px; padding: 24px; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: var(--bg-alt); font-family: var(--font-display); font-size: 1.1rem; color: var(--text); }
.ct-list { list-style: none; margin: 18px 0 0; padding: 0; }
.ct-list li { display: flex; flex-direction: column; gap: 3px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ct-list__k { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ct-list__v { font-size: 1.04rem; color: var(--text); }
.ct-arme { display: flex; gap: 14px; align-items: flex-start; margin-top: 28px; padding: 20px; border-radius: var(--radius-lg); background: var(--bg-alt); border: 1px solid var(--line); }
.ct-arme p { font-size: 0.92rem; color: var(--text-2); line-height: 1.55; }
@media (max-width: 860px) {
  .ct-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .ct-row { grid-template-columns: 1fr; }
}

/* -- CSP style-src refactoru (2026-07-24): eski satir-ici style ozniteliklerinin birebir karsiligi. !important = inline-stil ozgullugunun aynasi -- KALDIRMA. -- */
.ns-m1 { max-width:720px !important; margin:0 auto !important; padding:48px 24px !important; font-family:system-ui,sans-serif !important; color:#1A1611 !important; }  /* eski: max-width:720px;margin:0 auto;padding:48px 24px;font-family:system-ui,sans-serif;color:#1A1611 */
.ns-m2 { margin-top:24px !important; }  /* eski: margin-top:24px */
.ns-m3 { color:var(--primary) !important; }  /* eski: color:var(--primary) */
.ns-m4 { max-width:16ch !important; }  /* eski: max-width:16ch */
.ns-m5 { padding-top:0 !important; }  /* eski: padding-top:0 */
.ns-m6 { margin-top:18px !important; }  /* eski: margin-top:18px */
.ns-m7 { max-width:56ch !important; margin:14px auto 0 !important; }  /* eski: max-width:56ch;margin:14px auto 0 */
.ns-m8 { margin-top:22px !important; display:inline-flex !important; }  /* eski: margin-top:22px;display:inline-flex */
.ns-m9 { font-family: var(--font-mono) !important; font-size:11px !important; opacity:.7 !important; }  /* eski: font-family:var(--font-label);font-size:11px;opacity:.7 */
.ns-m10 { width:100% !important; height:100% !important; display:block !important; }  /* eski: width:100%;height:100%;display:block */
.ns-m11 { display:block !important; }  /* eski: display:block */
.ns-m12 { max-height:0 !important; }  /* eski: max-height:0 */
.ns-m13 { width:0% !important; }  /* eski: width:0% */
.ns-m14 { font-size:13px !important; }  /* eski: font-size:13px */
.ns-m15 { margin-top:40px !important; }  /* eski: margin-top:40px */
.ns-m16 { font-size:1.5rem !important; }  /* eski: font-size:1.5rem */
.ns-m17 { background:#E86000 !important; }  /* eski: background:#E86000 */
.ns-m18 { background:#F8B800 !important; }  /* eski: background:#F8B800 */
.ns-m19 { background:#C9A24B !important; }  /* eski: background:#C9A24B */
.ns-m20 { height:30px !important;  width:auto !important; }  /* eski: height:30px */  /* width:auto: Lighthouse image-aspect-ratio (259×30 sıkışma) */

.ns-m21 { width:100% !important; height:100% !important; object-fit:cover !important; display:block !important; }  /* eski: app.js tur gorseli inline stili */
/* Tur panelleri: eski inline display:block/none yerine. DIKKAT: !important YOK —
   app.js panel gecisi p.style.display (CSSOM) ile calisir, kural onu ezmemeli. */
.tour__panel { display:none; }
.tour__panel[data-panel="0"] { display:block; }

/* Modül kartı bağlantı varyantı (S1: kartlar modül sayfasına gider) — görünüm .mod ile aynı. */
.mod--link { display: block; text-decoration: none; color: inherit; }
.mod--link:hover { border-color: var(--line-strong); }
.mod--link:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

/* ── Erken kayıt görünürlüğü (Faz 0, 2026-08-05) ─────────────────────────── */
/* Duyuru şeridi — beta modunda tüm sayfaların en üstünde, kapatılabilir */
.annc { background: var(--band); color: var(--band-text); font-size: 0.88rem; }
.annc__in { display: flex; align-items: center; gap: 14px; padding: 9px 0; }
.annc__t { opacity: 0.9; min-width: 0; }
.annc__cta { color: var(--gold); font-weight: 700; text-decoration: none; white-space: nowrap; }
.annc__cta:hover { text-decoration: underline; }
.annc__x { margin-left: auto; background: transparent; border: 0; color: var(--band-text); opacity: 0.65; cursor: pointer; padding: 4px; display: inline-flex; flex-shrink: 0; }
.annc__x:hover { opacity: 1; }
@media (max-width: 640px) { .annc__t { font-size: 0.8rem; } }

/* Köşe davet kartı — SOL alttan kayar (sağ alt ATEX Asistanı FAB'ına ait);
   içerik örtmez, kapatınca bir daha çıkmaz */
.invite-card {
  position: fixed; left: 18px; bottom: 18px; z-index: 60;
  width: min(320px, calc(100vw - 36px));
  background: var(--bg); border: 1px solid var(--line-strong);
  border-radius: 14px; padding: 18px 18px 16px;
  box-shadow: 0 18px 44px rgba(26, 22, 19, 0.18);
  transform: translateY(14px); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease;
}
.invite-card--in { transform: translateY(0); opacity: 1; }
.invite-card__x { position: absolute; top: 10px; right: 10px; background: transparent; border: 0; cursor: pointer; color: var(--text-2); padding: 4px; display: inline-flex; }
.invite-card__t { font-weight: 700; font-size: 1rem; margin: 0 18px 6px 0; color: var(--text); }
.invite-card__s { font-size: 0.88rem; line-height: 1.5; color: var(--text-2); margin: 0 0 12px; }
.invite-card__cta { width: 100%; text-align: center; }
@media (max-width: 640px) { .invite-card { left: 12px; bottom: 12px; } }

/* Ana sayfa plan kartı fiyat satırı (/fiyatlandirma .fp-price karşılığı) */
.plan__price-line { font-size: 0.86rem; color: var(--text-2); margin: 2px 0 10px; }

/* ── E2 netlik bölümleri (2026-08-05) ────────────────────────────────────── */
/* Canlı sayaç şeridi */
.statband { border-block: 1px solid var(--line); background: var(--bg-alt); }
.statband__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 26px 0; }
.statband__item { display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.statband__v { font-size: 1.9rem; font-weight: 700; color: var(--primary); font-variant-numeric: tabular-nums; }
.statband__l { font-size: 0.84rem; color: var(--text-2); line-height: 1.35; }
@media (max-width: 760px) { .statband__grid { grid-template-columns: repeat(2, 1fr); } }

/* 3 adimda blok */
.how3s { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.how3 { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.how3__n { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--primary); color: var(--primary-ink); font-weight: 700; margin-bottom: 12px; }
.how3__t { font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; color: var(--text); }
.how3__d { font-size: 0.93rem; line-height: 1.55; color: var(--text-2); margin: 0; }
@media (max-width: 860px) { .how3s { grid-template-columns: 1fr; } }

/* Ornek ciktilar */
.samples { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); gap: 22px; justify-content: center; }
.sample { background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.sample__ic { color: var(--primary); }
.sample__t { font-weight: 700; font-size: 1.02rem; color: var(--text); }
.sample__d { font-size: 0.9rem; line-height: 1.55; color: var(--text-2); margin: 0 0 6px; }
.sample__btn { margin-top: auto; }
.samples__note { max-width: 720px; margin: 18px auto 0; text-align: center; font-size: 0.82rem; color: var(--text-2); line-height: 1.5; }
@media (max-width: 760px) { .samples { grid-template-columns: 1fr; } }

/* Once/sonra kiyasi */
.ba { max-width: 900px; margin: 0 auto; border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; }
.ba__head, .ba__row { display: grid; grid-template-columns: 150px 1fr 1fr; }
.ba__head { background: var(--bg-alt); font-weight: 700; font-size: 0.9rem; color: var(--text-2); }
.ba__head > span { padding: 12px 16px; }
.ba__head-b { color: var(--primary); }
.ba__row { border-top: 1px solid var(--line); }
.ba__k { padding: 14px 16px; font-weight: 600; font-size: 0.9rem; color: var(--text); }
.ba__a, .ba__b { padding: 14px 16px; font-size: 0.9rem; line-height: 1.5; color: var(--text-2); display: flex; gap: 8px; align-items: flex-start; }
.ba__b { color: var(--text); }
.ba__mark { flex-shrink: 0; color: var(--danger, #c0392b); font-weight: 700; margin-top: 1px; }
.ba__mark--ok { color: var(--ok, #1f8a5b); display: inline-flex; }
@media (max-width: 760px) {
  .ba__head { display: none; }
  .ba__row { grid-template-columns: 1fr; }
  .ba__k { padding-bottom: 4px; }
}

/* Kimler icin — sektor cipleri */
.aud__sectors { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.aud__sectors-t { font-size: 0.9rem; font-weight: 600; color: var(--text-2); }
.aud__chip { text-decoration: none; transition: border-color .15s, transform .15s; }
.aud__chip:hover { border-color: var(--primary); transform: translateY(-1px); }

/* Hero persona satiri */
.hero__personas { font-size: 0.88rem; color: var(--text-2); margin-top: 6px; }

/* Demo-talep formu bolumu (#contact capasi artik burasi) */
.demo-wrap { max-width: 640px; margin: 0 auto; }
.demo-alt { text-align: center; font-size: 0.9rem; color: var(--text-2); margin: 16px 0 0; }
.demo-alt a { color: var(--primary); font-weight: 600; text-decoration: none; }
.demo-alt a:hover { text-decoration: underline; }

/* ——— HİZA KURALI (2026-09-09, kullanıcı bulgusu "fiyat/rakam sayfalarında ortalanmama") ———
   Tam genişlik içerik (kart ızgarası · tablo · SSS · sayaç) taşıyan bölümün başlığı ORTALI;
   sola yaslı başlık YALNIZ iki sütunlu metin+görsel düzeninde (head(..., false)).
   Alt sayfa hero'su tek sütun → ortalı; sağ yarının boş kalması bu kuralla biter. */
.blog-hero .container > .reveal { max-width: 860px; margin: 0 auto; text-align: center; }
.blog-hero__title.ns-m4 { max-width: 20ch !important; margin-left: auto; margin-right: auto; }
.blog-hero__sub, .fp-note { margin-left: auto; margin-right: auto; }
.blog-hero .md-hero-cta, .blog-hero .cz-hero-cta { justify-content: center; }
.blog-hero .md-crumbs { justify-content: center; }
.head { margin-left: auto; margin-right: auto; }

/* Ürün turu altbilgisi — Örnek Çalışma PDF (2026-09-09; eski #samples bölümünün yerine) */
.tour__foot { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 18px 22px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--bg-alt); }
.tour__foot-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); flex-shrink: 0; }
.tour__foot-txt { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.tour__foot-txt b { font-weight: 600; color: var(--text); }
.tour__foot-txt span { font-size: 0.92rem; color: var(--text-2); }
@media (max-width: 720px) { .tour__foot { flex-direction: column; align-items: stretch; text-align: center; } .tour__foot-ic { margin: 0 auto; } }

/* Başlık → içerik ritmi (2026-09-09): ortalı başlığın altındaki blok her bölümde AYNI 48px ile başlar.
   (.ba ve .how3s'te margin-top yoktu → "Sonuç" başlığı tabloya yapışıyordu; how3s başlığa dayanıyordu.) */
.ba, .how3s, .benefits, .samples, .diffs { margin-top: 48px; }
/* Alt sayfa hero'su: .dir-zarif .section'ın 136px alt dolgusu hero'yu kartlardan koparıyordu */
.dir-zarif .blog-hero, .blog-hero { padding-bottom: clamp(24px, 3vw, 40px); }
