:root {
  --ink: #0d1b1e;
  --teal: #0b4f52;
  --teal-deep: #0a383c;
  --teal-soft: #e7f0f0;
  --sand: #f1f3f2;
  --sand-2: #e3e7e6;
  --gold: #e9af40;
  --gold-deep: #9a7115;
  --paper: #fcfcfb;
  --muted: #5a6a6c;
  --line: rgba(13, 27, 30, 0.10);
  --line-strong: rgba(13, 27, 30, 0.18);
  --shadow: 0 1px 2px rgba(13, 27, 30, .04), 0 10px 28px rgba(13, 27, 30, .06);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --font-display: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --shell: min(1120px, calc(100% - (var(--gutter) * 2)));
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-nav-open { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.14; letter-spacing: -0.03em; margin: 0 0 0.75rem; font-weight: 700; }
p { margin: 0 0 1rem; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link {
  position: absolute; inset-inline-start: -999px; top: 0; background: var(--teal); color: #fff; padding: .75rem 1rem; z-index: 100;
}
.skip-link:focus { inset-inline-start: 1rem; top: 1rem; }

/* Focus: her interactive element gorunur bir halka alir */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 2px;
  border-radius: 8px;
}
.btn:focus-visible,
.plan-cycle-pill:focus-visible,
.lang-switch select:focus-visible,
.plan-currency select:focus-visible { outline-offset: 3px; }
.hero :focus-visible,
.band :focus-visible,
.price-block.featured :focus-visible,
.consent-banner :focus-visible { outline-color: #fff; }
.muted { color: var(--muted); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 46px; padding: 0 1.15rem; border-radius: 10px; border: 1px solid transparent;
  font: 600 .94rem var(--font-body); cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.btn-primary { background: var(--teal); color: #fff !important; }
.btn-primary:hover { background: var(--teal-deep); color: #fff !important; }
.btn-secondary { background: #fff; border-color: var(--line-strong); color: var(--ink) !important; }
.btn-secondary:hover { background: var(--sand); border-color: var(--line-strong); color: var(--ink) !important; }
.btn-gold { background: var(--gold); color: var(--ink) !important; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-deep); color: var(--ink) !important; }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--ink) !important; }
.btn-ghost:hover { color: var(--ink) !important; }
.btn-danger { background: #fff; border-color: #d9a3a3; color: #9b1c1c !important; }
.btn-danger:hover { background: #9b1c1c; border-color: #9b1c1c; color: #fff !important; }
.btn-danger-solid { background: #9b1c1c; border-color: #9b1c1c; color: #fff !important; }
.btn-danger-solid:hover { background: #7f1616; border-color: #7f1616; color: #fff !important; }
.btn-nav { min-height: 40px; padding-inline: .95rem; color: #fff !important; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 84px;
}
.brand {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; letter-spacing: .01em;
}
.brand img { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; }
.brand-word { letter-spacing: -0.02em; }
.brand-word i { font-style: normal; color: var(--gold); }
.brand-footer img { width: 44px; height: 44px; }
.site-nav { display: flex; align-items: center; gap: 1rem; }
.site-nav .lang-switch { margin-inline-start: .15rem; }
.site-nav .lang-switch select {
  min-height: 38px;
  max-width: 9rem;
  padding: .3rem .6rem;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 500;
}
.site-nav a { font-size: .92rem; color: var(--muted); font-weight: 500; }
.site-nav a:hover, .nav-login { color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 0; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; margin: 6px auto; background: var(--ink); transition: .2s ease;
}

.hero { padding: clamp(2.75rem, 6vw, 4.75rem) 0 clamp(3rem, 7vw, 5rem); }
.hero-content { width: var(--shell); margin-inline: auto; }
.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-copy { grid-column: span 7; min-width: 0; }
.hero-figure {
  grid-column: span 5; margin: 0; min-width: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sand);
  border: 1px solid var(--line);
}
.hero-figure img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-eyebrow {
  margin: 0 0 .9rem;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
}
.hero h1 {
  max-width: 22ch;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1rem;
}
.hero-lead {
  max-width: 56ch;
  font-size: 1.06rem;
  color: var(--muted);
  margin-bottom: 0;
}
.hero-meta { margin: 1.1rem 0 0; font-size: .88rem; color: var(--muted); max-width: 52ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }

.section { padding: clamp(3.25rem, 7vw, 5.25rem) 0; }
.section-alt {
  background: var(--sand);
  border-block: 1px solid var(--line);
}
.section-head { max-width: 40rem; margin-bottom: 2rem; }

/* Bolum basligi 4 kolon + icerik 8 kolon; hiyerarsi icin asimetri */
.section-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: start;
}
.section-grid > .section-head { grid-column: span 4; margin-bottom: 0; }
.section-grid > .section-body { grid-column: span 8; min-width: 0; }


/* Ozellikler: ilk ozellik daha agir, kalanlar cizgili liste (kart yigini degil) */
.feature-lead { display: grid; gap: .4rem; margin: 0 0 .35rem; padding-bottom: 1.15rem; }
.feature-lead strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  line-height: 1.25;
  font-weight: 700;
}
.feature-lead span { color: var(--muted); max-width: 62ch; }

/* Demo band: inline style yerine komponent kurali */
.band .section-kicker { color: var(--gold); }
.band-lead { color: rgba(255,255,255,.86); max-width: 46ch; }

/* Odeme serisi: ayri bir bolum degil, paketlerin altbilgisi */
.pay-strip {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem 2rem;
  align-items: center;
}
.pay-strip h3 { font-size: 1.15rem; margin: 0 0 .4rem; }
.pay-strip p { margin: 0 0 .4rem; font-size: .92rem; }
.pay-strip p:last-child { margin-bottom: 0; }
.pay-strip a { color: var(--teal); font-weight: 600; }
.pay-strip .pay-logos { margin: 0; justify-content: flex-end; }

.cta-final-lead { max-width: 40ch; margin: 0 auto 1.4rem; }
.price-intl {
  margin: 0 0 .55rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--teal);
}
.price-block.featured .price-intl { color: var(--gold); }
.pay-card {
  max-width: 40rem;
  padding: 1.5rem 1.4rem 1.35rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.pay-card p { margin: 0 0 .55rem; }
.pay-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.1rem;
  margin: 1rem 0 .25rem;
}
.pay-checkout-logo { height: 40px; width: auto; max-width: min(220px, 100%); }
.pay-logos-band { height: 34px; width: auto; max-width: min(280px, 100%); }
.site-footer .pay-logos { margin-top: 1.1rem; }
.saaslineup-badge { display: inline-block; margin-top: .9rem; line-height: 0; }
.saaslineup-badge a { display: inline-block; }
.saaslineup-badge img { width: 182px; height: 46px; max-width: 100%; }
.thesaasdir-badge { display: inline-block; margin-top: .65rem; line-height: 0; }
.thesaasdir-badge a { display: inline-block; }
.thesaasdir-badge img { width: 160px; height: 44px; max-width: 100%; }
.curlship-badge { display: inline-block; margin-top: .65rem; line-height: 0; }
.curlship-badge a { display: inline-block; }
.curlship-badge img { width: 120px; height: 20px; max-width: 100%; }
.iyzico-sandbox {
  margin: .85rem 0 0;
  padding: .7rem .85rem;
  border-radius: 12px;
  background: #fff6e0;
  border: 1px solid rgba(199, 145, 45, .35);
  color: var(--ink);
  font-size: .9rem;
}
.buy-shell, .faq-shell { max-width: 52rem; }
.band-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.band-tagline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.2;
  color: rgba(255,255,255,.92);
}
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section-kicker {
  display: inline-block; margin-bottom: .6rem;
  color: var(--teal); font-weight: 600; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase;
}

.split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center;
}
.feature-list { display: grid; gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.feature-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.feature-list strong { display: block; font-size: 1.05rem; margin-bottom: .25rem; }
.feature-list span { color: var(--muted); }


.plan-cycle { display: flex; justify-content: center; gap: .45rem; margin: 0; flex-wrap: wrap; }
.plan-cycle-row { display: flex; justify-content: center; align-items: center; gap: .75rem; margin: 0 0 1.25rem; flex-wrap: wrap; }
.plan-currency select {
  min-height: 2.4rem; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; padding: .35rem .9rem; font: inherit;
}
.plan-cycle-pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 7.5rem; padding: .45rem 1.1rem; border-radius: 999px;
  font-weight: 700; font-size: .9rem; border: 1px solid var(--line); color: var(--muted);
  background: transparent; cursor: pointer; font-family: inherit;
}
.plan-cycle-pill.is-on { background: var(--teal-deep); color: #fff; border-color: transparent; }
.pricing {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem;
  align-items: stretch;
}
.pricing-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-block {
  padding: 1.6rem; border-radius: var(--radius-lg);
  background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column; position: relative;
}
.price-block.featured {
  background: var(--teal-deep);
  color: #fff; border-color: transparent;
}
.price-block.featured .muted,
.price-block.featured li,
.price-block.featured .plan-note { color: rgba(255,255,255,.82); }
.price-block.featured .btn-primary {
  background: var(--gold);
  color: var(--ink) !important;
  border-color: var(--gold);
}
.price-block.featured .btn-primary:hover {
  background: #fff;
  color: var(--teal-deep) !important;
  border-color: #fff;
}
.price-block.featured .btn-ghost {
  background: #fff;
  color: var(--teal-deep) !important;
  border-color: transparent;
}
.price-block h3 { font-size: 1.45rem; margin: 0 0 .35rem; padding-inline-end: 5.5rem; }
.price-label {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; margin: .15rem 0 .35rem;
}
.price-amount {
  font-family: var(--font-display); font-size: 2.2rem; margin: .4rem 0 .5rem;
}
.price-amount small { font-size: 1rem; font-family: var(--font-body); font-weight: 500; }
.price-block ul { margin: 0 0 1rem; padding: 0; list-style: none; flex: 1; }
.price-block li {
  margin: .38rem 0; padding-inline-start: 1.35rem; position: relative; font-size: .92rem; line-height: 1.35;
}
.price-block li::before {
  content: "✓"; position: absolute; inset-inline-start: 0; top: 0; font-weight: 700; color: var(--teal);
}
.price-block.featured li::before { color: var(--gold); }
.price-block li.is-off { color: var(--muted); }
.price-block li.is-off::before { content: "\2014"; color: var(--muted); font-weight: 600; }
.price-block.featured li.is-off { color: rgba(255,255,255,.6); }
.price-block.featured li.is-off::before { color: rgba(255,255,255,.6); }
.plan-badge {
  position: absolute; top: .85rem; inset-inline-end: .85rem;
  background: var(--gold); color: var(--ink);
  font-size: .72rem; font-weight: 700; letter-spacing: .02em;
  border-radius: 999px; padding: .28rem .65rem;
}
.plan-note { font-size: .82rem; margin: 0 0 1.1rem; }
.plan-vat { text-align: center; margin: 1rem 0 0; }
.plan-vat.is-top { margin-top: 0; }
.price-block .btn { margin-top: auto; align-self: stretch; text-align: center; }

.steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  counter-reset: step;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  inset-inline-start: 1.05rem;
  top: 1.1rem;
  height: calc(100% - 2.2rem);
  width: 1px;
  background: var(--line-strong);
}
.step {
  position: relative;
  padding: 0 0 1.75rem;
  padding-inline-start: 3.25rem;
}
.step:last-child { padding-bottom: 0; }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.step h3 { font-size: 1.05rem; margin: .3rem 0 .3rem; }
.step p { margin: 0; font-size: .93rem; }

.band {
  background: var(--teal-deep);
  color: #fff; border-radius: var(--radius-lg); padding: clamp(1.75rem, 4vw, 2.5rem);
}
.demo-themes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.demo-theme-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem 1rem 1.1rem;
  color: inherit;
  text-decoration: none;
}
.demo-theme-card h3 { margin: .75rem 0 .2rem; font-size: 1.15rem; }
.demo-theme-card p { margin: 0 0 .7rem; color: var(--muted); font-size: .88rem; flex: 1; }
.demo-theme-cta { font-weight: 700; color: var(--teal); font-size: .88rem; }
.demo-phone {
  height: 182px;
  border-radius: var(--radius);
  padding: .55rem;
  display: grid;
  align-content: start;
  gap: .4rem;
  overflow: hidden;
  background: var(--sand);
  border: 1px solid var(--line);
}
.demo-phone-shot {
  width: 100%;
  height: 104px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  display: block;
}
.demo-phone.layout-katalog .demo-phone-shot { height: 126px; }
.demo-phone.layout-ozel .demo-phone-shot { height: 118px; border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
.demo-phone.layout-modern .demo-phone-shot { height: 92px; }
.demo-phone-bar { height: 10px; width: 42%; border-radius: 8px; background: var(--teal); opacity: .85; }
.demo-phone-hero { height: 48px; border-radius: 10px; background: linear-gradient(135deg, var(--teal-deep), #3a7a6e); }
.demo-phone-row { height: 14px; border-radius: 7px; background: rgba(16,34,38,.1); }
.demo-phone-row.is-short { width: 62%; }
.demo-phone.layout-modern { background: #1a1a1a; }
.demo-phone.layout-modern .demo-phone-bar { background: #c45c12; width: 100%; }
.demo-phone.layout-ozel { background: #14181a; }
.demo-phone.layout-ozel .demo-phone-row { background: rgba(255,255,255,.16); }
.demo-phone.layout-modern .demo-phone-row { background: rgba(255,255,255,.16); }
.faq details {
  border-top: 1px solid var(--line); padding: 1rem 0;
}
.faq summary {
  cursor: pointer; font-weight: 600; list-style: none;
  display: flex; align-items: center; gap: 1rem; min-height: 44px;
}
.faq summary::after {
  content: ""; flex: 0 0 auto; margin-inline-start: auto;
  width: 10px; height: 10px;
  border-inline-end: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary::-webkit-details-marker { display: none; }
.faq p { color: var(--muted); margin: .75rem 0 0; }

.cta-final {
  text-align: center; padding: 4.5rem 0 2rem;
}
.cta-final h2 { font-size: clamp(2rem, 4vw, 3rem); }
.cta-final .btn { margin: .25rem .35rem; }

.site-footer {
  margin-top: 3rem; padding: 3rem 0 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(11,79,84,.06));
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 1.5rem;
}
.footer-grid h3 { font-size: 1rem; margin-bottom: .8rem; }
.footer-grid a, .footer-lead { display: block; color: var(--muted); margin: .35rem 0; }
.footer-lang { margin-top: 1.25rem; max-width: 15rem; }
.footer-lang-label {
  margin: 0 0 .35rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
}
.footer-lang .country-switch { display: block; }
.footer-lang .country-switch select {
  width: 100%;
  max-width: none;
  min-height: 42px;
  border-radius: 10px;
  border-color: var(--line-strong);
  background: #fff;
  color: var(--ink);
  font-weight: 500;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; margin: 0; }
.footer-legal a { color: var(--teal); font-weight: 600; }
.legal-page { padding: 3.5rem 0 5rem; }
.legal-shell { max-width: 46rem; margin: 0 auto; padding: 0 1.25rem; }
.legal-doc h1 { margin: 0 0 .35rem; }
.legal-updated { color: var(--muted); font-size: .9rem; margin: 0 0 1.25rem; }
.legal-doc h2 { font-size: 1.12rem; margin: 1.7rem 0 .55rem; }
.legal-doc p, .legal-doc li { color: var(--ink); line-height: 1.7; }
.legal-doc p { margin: 0 0 .85rem; }
.legal-doc ul { margin: 0 0 1rem; padding-inline-start: 1.2rem; }
.legal-doc li { margin: .3rem 0; color: var(--muted); }
.legal-doc a { color: var(--teal); font-weight: 600; }

.auth-page { padding: 4rem 0 5rem; }
.auth-shell {
  width: min(460px, calc(100% - 2rem)); margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow);
}
.auth-shell h1 { font-size: 2rem; }
.auth-shell-wide { width: min(560px, calc(100% - 2rem)); }
.plan-pick {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.plan-pick legend {
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: .15rem;
}
.plan-pick-card {
  display: grid;
  gap: .2rem;
  padding: .85rem 1rem;
  padding-inline-start: 2.4rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.plan-pick-card input {
  position: absolute;
  inset-inline-start: .75rem;
  top: 1.05rem;
  width: auto;
  min-height: 0;
  margin: 0;
}
.plan-pick-card strong { font-size: 1rem; }
.plan-pick-card span { color: var(--muted); font-size: .86rem; font-weight: 500; line-height: 1.4; }
.plan-pick-card.is-on { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15, 107, 107, .12); }
.plan-pick-note { margin: .15rem 0 0; font-size: .86rem; }
html[dir="rtl"] {
  --font-display: "Cairo", "Noto Naskh Arabic", Tahoma, sans-serif;
  --font-body: "Cairo", "Noto Sans Arabic", Tahoma, sans-serif;
}
html[dir="rtl"] body { line-height: 1.7; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 { line-height: 1.45; letter-spacing: 0; }
html[dir="rtl"] .hero-eyebrow,
html[dir="rtl"] .section-kicker,
html[dir="rtl"] .hero-brand,
html[dir="rtl"] .plan-badge { letter-spacing: 0; text-transform: none; }
html[dir="rtl"] .hero h1 { max-width: 22ch; }
.form-stack { display: grid; gap: .9rem; margin-top: 1.4rem; }
label { display: grid; gap: .35rem; font-size: .9rem; font-weight: 600; }
input, textarea, select {
  width: 100%; min-height: 48px; border-radius: 12px; border: 1px solid var(--line);
  padding: .7rem .9rem; font: 500 1rem var(--font-body); background: #fff; color: var(--ink);
}
textarea { min-height: 120px; resize: vertical; }
.form-msg { min-height: 1.25rem; font-size: .9rem; }
.captcha-field b { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.captcha-field input { max-width: 7rem; }
.form-msg.error { color: #9b1c1c; }
.form-msg.ok { color: var(--teal); }
.auth-alt { margin-top: 1rem; color: var(--muted); font-size: .95rem; }
.auth-alt a { color: var(--teal); font-weight: 600; }

html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.lang-switch { display:inline-flex; align-items:center; }
.lang-switch select {
  font: inherit; font-size: .82rem; font-weight: 600;
  border: 1px solid var(--line); border-radius: 999px;
  padding: .35rem .7rem; background: #fff; color: var(--ink); cursor: pointer;
  max-width: 16rem;
}
.country-switch select { max-width: 16rem; }
.panel-aside-foot .lang-switch { display:block; margin-bottom: .35rem; }
.panel-aside-foot .lang-switch select { width: 100%; min-height: 34px; padding: .25rem .55rem; }

@media (max-width: 1100px) {
  .demo-themes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .pay-strip { grid-template-columns: 1fr; }
  .pay-strip .pay-logos { justify-content: flex-start; }
}
@media (max-width: 960px) {
  .section-grid { display: block; }
  .section-grid > .section-head { margin-bottom: 1.4rem; }
  .header-inner { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .brand { font-size: 1.3rem; }
  .site-header { backdrop-filter: none; background: rgba(250, 248, 244, 0.97); }
  .split, .band-grid, .footer-grid, .pricing, .pricing-3, .demo-themes { grid-template-columns: 1fr; }
  .nav-toggle { display: block; z-index: 60; }
  .site-nav {
    position: absolute; top: calc(100% - 0.35rem); left: 0.75rem; right: 0.75rem; width: auto;
    display: none; flex-direction: column; align-items: stretch;
    max-height: min(78dvh, 32rem);
    overflow-y: auto;
    padding: 1rem;
    border-radius: 16px; background: #fff; border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a, .site-nav .btn, .site-nav .lang-switch { min-height: 46px; }
  .site-nav .lang-switch { width: 100%; margin-inline-start: 0; }
  .site-nav .lang-switch select { width: 100%; max-width: none; min-height: 46px; }
  .site-nav .btn { width: 100%; }
  body.is-nav-open::after {
    content: ""; position: fixed; inset: 0; background: rgba(7, 35, 38, .28); z-index: 40;
  }
  .hero-grid { display: block; }
  .hero-copy { margin-bottom: 1.75rem; }
  .hero h1 { max-width: none; }
  .hero-cta .btn { flex: 1 1 11rem; }
  .visual-panel { min-height: 300px; }
  .price-block h3 { padding-inline-end: 0; }
  .plan-badge { position: static; display: inline-flex; margin-bottom: .55rem; }
  .cta-final { padding: 3rem 0 1.5rem; }
  .cta-final .btn { width: min(100%, 20rem); }
  .auth-page { padding: 2.5rem 0 4rem; }
  .auth-shell { padding: 1.5rem 1.15rem 1.7rem; border-radius: 20px; }
  .section-head { margin-bottom: 1.4rem; }
  .pay-card { padding: 1.2rem 1.05rem; }
  .pay-card .hero-cta .btn { width: 100%; }
}
@media (max-width: 640px) {
  .demo-themes { grid-template-columns: 1fr; }
  .hero-cta { margin-top: 1.2rem; }
  .btn { min-height: 46px; }
}

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

/* Iletisim sayfasi: "Daha hizli yanit icin" listesi (thin content duzeltmesi). */
.contact-help-h2 {
    margin: 1.4rem 0 .5rem;
    font-size: 1.02rem;
    letter-spacing: -.01em;
}
.contact-help {
    margin: 0;
    padding-inline-start: 1.1rem;
    display: grid;
    gap: .4rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.5;
}

/* =====================================================
   PRICING PAGE — /fiyatlandirma
   ===================================================== */

/* Hero */
.pricing-hero {
    padding: 4rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.pricing-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0 0 .75rem;
    color: var(--text);
}
.pricing-hero-lead {
    font-size: 1.1rem;
    color: var(--muted);
    margin: 0 auto .5rem;
    max-width: 560px;
    line-height: 1.6;
}
.pricing-trial-note {
    display: inline-block;
    margin: .75rem auto 0;
    padding: .35rem .9rem;
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
    border-radius: 2rem;
    font-size: .85rem;
    color: var(--primary);
    font-weight: 500;
}

/* Plans grid */
.pricing-plans {
    padding: 3.5rem 0 2rem;
}
.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}
@media (max-width: 768px) {
    .plans-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* Plan card */
.plan-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.75rem;
    background: var(--surface);
    position: relative;
    display: flex;
    flex-direction: column;
}
.plan-card.plan-featured {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}
.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .25rem .8rem;
    border-radius: 2rem;
    white-space: nowrap;
}
.plan-header {
    margin-bottom: 1.25rem;
}
.plan-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.01em;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    color: var(--muted);
    font-size: .8rem;
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    margin-bottom: .6rem;
}
.plan-amount {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--text);
    line-height: 1;
}
.plan-period {
    font-size: .85rem;
    color: var(--muted);
}
.plan-desc {
    font-size: .9rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

/* Features list */
.plan-features {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}
.plan-features li {
    font-size: .9rem;
    color: var(--text);
    padding-left: 1.4rem;
    position: relative;
    line-height: 1.4;
}
.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success, #22c55e);
    font-weight: 700;
    font-size: .85rem;
}
.plan-features li.plan-feature-no {
    color: var(--muted);
    text-decoration: line-through;
    opacity: .55;
}
.plan-features li.plan-feature-no::before {
    content: '—';
    color: var(--muted);
    font-weight: 400;
}
.plan-features li.plan-feature-muted {
    color: var(--muted);
    opacity: .7;
    font-size: .875rem;
}
.plan-features li.plan-feature-muted::before {
    content: '⚠';
    font-size: .75rem;
}
.plan-vat-note {
    font-size: .8rem;
    color: var(--muted);
    margin: -.25rem 0 .5rem;
}
.pricing-no-contract {
    margin: .5rem auto 0;
    font-size: .9rem;
    color: var(--muted);
}

/* Plan CTA */
.btn-plan {
    display: block;
    text-align: center;
    width: 100%;
    padding: .7rem 1rem;
    font-size: .95rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity .15s;
    margin-top: auto;
}
.btn-plan:hover { opacity: .85; }

/* Comparison table */
.pricing-compare {
    padding: 3rem 0;
    border-top: 1px solid var(--border);
}
.pricing-compare h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 1.5rem;
    color: var(--text);
}
.compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .92rem;
    min-width: 520px;
}
.compare-table th,
.compare-table td {
    padding: .7rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}
.compare-table th {
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    background: color-mix(in srgb, var(--border) 50%, transparent);
}
.compare-table th.col-pro {
    color: var(--primary);
}
.compare-table td:first-child {
    color: var(--text);
    font-weight: 500;
}
.compare-table .yes { color: var(--success, #22c55e); font-weight: 700; }
.compare-table .no { color: var(--muted); }
.compare-price-row td { font-weight: 700; background: color-mix(in srgb, var(--border) 25%, transparent); }

/* FAQ */
.pricing-faq {
    padding: 3rem 0;
    border-top: 1px solid var(--border);
}
.pricing-faq-inner { max-width: 720px; }
.pricing-faq h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 1.5rem;
    color: var(--text);
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.faq-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface);
}
.faq-item summary {
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem;
    color: var(--text);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--muted);
    flex-shrink: 0;
    transition: transform .2s;
}
.faq-item[open] summary::after {
    content: '−';
}
.faq-item p {
    margin: 0;
    padding: 0 1.25rem 1rem;
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.6;
}

/* Bottom CTA */
.pricing-cta {
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid var(--border);
    background: color-mix(in srgb, var(--surface) 70%, var(--bg));
}
.pricing-cta h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0 0 .75rem;
    color: var(--text);
}
.pricing-cta p {
    font-size: 1rem;
    color: var(--muted);
    margin: 0 auto 1.5rem;
    max-width: 480px;
}

/* ── Trust strip ──────────────────────────────────────────────────── */
.trust-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--sand);
    padding: .75rem 0;
}
.trust-strip-inner {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 2rem;
    align-items: center;
    justify-content: center;
}
.trust-strip-inner span {
    font-size: .8rem;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: .01em;
    white-space: nowrap;
}
.trust-strip-inner span::before {
    content: "✓ ";
    color: var(--teal);
    font-weight: 700;
}

/* ── Referans kartları ────────────────────────────────────────────── */
.ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.ref-card {
    margin: 0;
    padding: 1.5rem;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ref-card p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.65;
    color: var(--ink);
    font-style: italic;
    flex: 1;
}
.ref-card footer {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}
.ref-card footer strong {
    font-size: .875rem;
    color: var(--ink);
    font-style: normal;
}
.ref-card footer .muted {
    font-size: .8rem;
    font-style: normal;
}
@media (max-width: 768px) {
    .ref-grid {
        grid-template-columns: 1fr;
    }
}

/* ── WhatsApp CTA band ────────────────────────────────────────────── */
.wa-band {
    background: #0a4a40;
    color: #fff;
}
.wa-band .section-kicker {
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}
.wa-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.wa-band-copy {
    flex: 1;
    min-width: 260px;
}
.wa-band-copy h2 {
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff;
    margin: .5rem 0 .75rem;
}
.wa-band-copy .muted {
    color: rgba(255,255,255,.7);
    max-width: 480px;
    font-size: .95rem;
    line-height: 1.6;
}
.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: #25D366;
    color: #fff !important;
    border: none;
    padding: .8rem 1.5rem;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 150ms;
    flex-shrink: 0;
}
.btn-wa:hover {
    background: #1ebe5c;
    color: #fff !important;
}
@media (max-width: 640px) {
    .wa-band-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-wa { width: 100%; justify-content: center; }
}

/* ── Floating WhatsApp butonu ─────────────────────────────────────── */
.wa-float {
    position: fixed;
    bottom: 1.5rem;
    inset-inline-end: 1.5rem;
    width: 52px;
    height: 52px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.18);
    z-index: 90;
    transition: background 150ms, transform 150ms;
    text-decoration: none;
}
.wa-float:hover {
    background: #1ebe5c;
    transform: scale(1.06);
}
@media (max-width: 480px) {
    .wa-float {
        bottom: 1rem;
        inset-inline-end: 1rem;
    }
}

/* ═══════════════════════════════════════════════════════
   SEO LANDING PAGES  — lp-*
   ═══════════════════════════════════════════════════════ */

/* Hero */
.lp-hero {
    padding: 5rem 0 4rem;
    background: var(--sand);
    border-bottom: 1px solid var(--line);
}
.lp-hero-inner {
    max-width: 680px;
}
.lp-kicker {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--teal);
    margin: 0 0 .75rem;
}
.lp-h1 {
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--ink);
    line-height: 1.1;
    margin: 0 0 1.1rem;
}
.lp-lead {
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0 0 2rem;
    max-width: 580px;
}
.lp-hero-cta { display: flex; gap: .75rem; flex-wrap: wrap; }

/* Feature grid */
.lp-features {
    padding: 4.5rem 0;
}
.lp-feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp-feat {
    border-top: 2px solid var(--teal);
    padding-top: 1.25rem;
}
.lp-feat-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0 0 .5rem;
}
.lp-feat-body {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* Bottom CTA band */
.lp-cta-band {
    background: var(--teal);
    padding: 3rem 0;
}
.lp-cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.lp-cta-band-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 540px;
    line-height: 1.3;
}

/* FAQ section */
.lp-faq-section {
    padding: 4rem 0;
    border-top: 1px solid var(--line);
}
.lp-faq-heading {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
}
.lp-faq-list {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

@media (max-width: 640px) {
    .lp-hero { padding: 3rem 0 2.5rem; }
    .lp-features { padding: 3rem 0; }
    .lp-cta-band-inner { flex-direction: column; align-items: flex-start; }
    .lp-cta-band-text { font-size: 1.1rem; }
}

/* ══════════════════════════════════════════════════════════
   MOBILE DÜZELTME — 320–480px ek breakpoint'ler
   Eklenme: 2026-09-25
   ══════════════════════════════════════════════════════════ */

/* ── 480px ve altı ──────────────────────────────────────── */
@media (max-width: 480px) {
  /* Consent banner kapsamını büyüt */
  body.has-consent-banner { padding-bottom: 14rem; }

  /* Floating WA butonunu consent banner üzerine taşı */
  body.has-consent-banner .wa-float {
    bottom: calc(9.5rem + 1rem);
  }

  /* Hero CTA: butonları tam genişliğe al */
  .hero-cta .btn { flex: 1 1 100%; }

  /* Band: iç padding küçült */
  .band { padding: 1.5rem 1.15rem; }
  .wa-band-inner { padding-top: 2.25rem; padding-bottom: 2.25rem; }

  /* Demo theme kart içi boşluk */
  .demo-theme-card { padding: .85rem .85rem .95rem; }

  /* Referans kartları: gap azalt */
  .ref-grid { gap: 1rem; }

  /* CTA final padding küçült */
  .cta-final { padding: 2rem 0 1.25rem; }

  /* Auth: dar iç boşluk */
  .auth-shell { padding: 1.25rem .9rem 1.5rem; }
}

/* ── 360px ve altı ──────────────────────────────────────── */
@media (max-width: 360px) {
  /* Header: logo + isim küçült */
  .brand img { width: 36px; height: 36px; border-radius: 10px; }
  .brand { font-size: 1.15rem; gap: .45rem; }
  .header-inner { gap: .45rem; }

  /* Hero: daha küçük başlık */
  .hero h1 { font-size: 1.75rem; }
  .hero-lead { font-size: .97rem; }

  /* Bölüm padding'leri küçült */
  .section { padding: 2.25rem 0; }

  /* Trust strip: gap azalt */
  .trust-strip-inner { gap: .4rem .75rem; }
  .trust-strip { padding: .6rem 0; }

  /* Plan cycle pills: küçük ekrana uygun */
  .plan-cycle-pill { min-width: 6rem; padding: .4rem .75rem; font-size: .83rem; }

  /* FAQ: sıkıştır */
  .faq details { padding: .7rem 0; }
  .faq summary { font-size: .92rem; min-height: 40px; }

  /* Auth shell: en dar ekranlar */
  .auth-shell { padding: 1rem .8rem 1.35rem; }

  /* Consent + WA float */
  body.has-consent-banner { padding-bottom: 17rem; }
  body.has-consent-banner .wa-float {
    bottom: calc(13rem + 1rem);
  }
}

/* ── RTL (Arapça) mobil düzeltme ────────────────────────── */
@media (max-width: 480px) {
  html[dir="rtl"] .hero h1 { font-size: clamp(1.65rem, 6.5vw, 2rem); }
  html[dir="rtl"] .band-tagline { font-size: clamp(1.15rem, 5vw, 1.4rem); }
}
