/* =====================================================================
   Tanıtım sayfası, giriş ve kayıt
   ===================================================================== */

body.site { background: var(--paper); }
body.site::before {
  content: ""; position: fixed; inset: 0; z-index: 60;
  background-image: var(--grain); opacity: .45;
  pointer-events: none; mix-blend-mode: multiply;
}

.kap { width: min(1180px, 100% - 40px); margin-inline: auto; }
@media (max-width: 640px) { .kap { width: min(1180px, 100% - 32px); } }

/* ---------------------------------------------------------------- üst çubuk */
.site-ust {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,250,252,.82);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease);
}
.site-ust.kaydi { border-bottom-color: var(--line); }
.site-ust .kap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }

.marka-bag { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.marka-bag:hover { color: var(--ink); }
.marka-bag b {
  font-family: var(--font-display); font-size: 1.18rem;
  letter-spacing: -0.02em; font-variation-settings: "SOFT" 16, "WONK" 1;
}
.ust-eylem { display: flex; align-items: center; gap: 10px; }

/* ---------------------------------------------------------------- düğmeler */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: var(--r-md);
  font-size: var(--t-base); font-weight: 650; letter-spacing: -0.005em;
  background: var(--accent); color: #fff;
  box-shadow: 0 1px 2px rgba(0,82,212,.24), 0 6px 16px -8px rgba(0,82,212,.5);
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.btn:hover { background: var(--accent-deep); color: #fff; box-shadow: 0 2px 4px rgba(0,82,212,.3), 0 10px 22px -10px rgba(0,82,212,.55); }
.btn:active { transform: translateY(1px) scale(.99); }

.btn.hayalet {
  background: transparent; color: var(--ink-2); box-shadow: inset 0 0 0 1px var(--line);
}
.btn.hayalet:hover { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink-3); }

.btn.buyuk { padding: 14px 26px; font-size: var(--t-md); }
.btn.tam { width: 100%; }
.btn-yazi { font-weight: 650; color: var(--ink-2); }
.btn-yazi:hover { color: var(--accent); }

/* ---------------------------------------------------------------- canlı demo vurgusu */
@keyframes nabiz {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 55%, transparent); }
  70%  { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
@keyframes nabizAcik {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  70%  { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.nokta-nabiz {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ok); flex: none;
  animation: nabiz 1.8s ease-out infinite;
}
.nokta-nabiz.acik { background: #fff; animation-name: nabizAcik; }

.nav-canli {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: var(--r-full);
  background: var(--ok-soft); color: #2b5231; font-size: var(--t-sm); font-weight: 700;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.nav-canli:hover { background: color-mix(in srgb, var(--ok-soft) 55%, var(--ok) 25%); color: #2b5231; transform: translateY(-1px); }

.demo-teaser {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px; border-radius: var(--r-md);
  background: var(--ok-soft); color: var(--ink);
  box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--ok) 40%, transparent), var(--sh-1);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.demo-teaser:hover, .demo-teaser:focus-visible {
  color: var(--ink); background: color-mix(in srgb, var(--ok-soft) 55%, var(--ok) 14%);
  box-shadow: inset 0 0 0 1.5px var(--ok), var(--sh-2); transform: translateY(-2px);
}
.demo-teaser .dt-yazi { display: flex; flex-direction: column; line-height: 1.28; text-align: start; }
.demo-teaser .dt-yazi b { font-size: var(--t-base); font-weight: 700; color: #2b5231; }
.demo-teaser .dt-yazi span { font-size: 11.5px; color: var(--ink-3); font-weight: 500; }
.demo-teaser .dt-ok { color: var(--ok); font-weight: 700; transition: transform var(--dur) var(--ease); }
.demo-teaser:hover .dt-ok { transform: translateX(3px); }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; padding: clamp(48px, 9vw, 104px) 0 clamp(40px, 7vw, 80px); overflow: hidden; }
.hero::after {
  content: ""; position: absolute; z-index: -1;
  width: 780px; height: 780px; right: -280px; top: -340px;
  background: radial-gradient(circle at 50% 50%, rgba(0,82,212,.10), rgba(0,82,212,0) 62%);
}
.hero .kap { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero .kap > * { min-width: 0; }
@media (max-width: 900px) { .hero .kap { grid-template-columns: minmax(0, 1fr); } }

/* hero görseli yüklendiğinde: üstte tam genişlik metin, altta görsel (sol) + telefon (sağ).
   Görsel telefonun yüksekliğine eşit, yatayda kalan tüm alanı kaplar (telefon sabit genişlikte). */
.hero .kap.hero-tam-metin { grid-template-columns: minmax(0, 1fr); }
.hero .kap.hero-gorsel-satir {
  margin-top: clamp(28px, 4vw, 48px); justify-content: center;
  grid-template-columns: minmax(0, 1fr) auto; align-items: stretch;
}
@media (max-width: 900px) {
  .hero .kap.hero-gorsel-satir { grid-template-columns: minmax(0, 1fr); justify-items: center; align-items: start; }
}

.rozet-ust {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px 5px 6px; border-radius: var(--r-full);
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), var(--sh-1);
  font-size: var(--t-xs); font-weight: 650; color: var(--ink-2);
  margin-bottom: var(--sp-4);
}
.rozet-ust .nokta {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 3px var(--ok-soft);
}

.hero h1 {
  font-size: clamp(2.3rem, 5.4vw, 3.75rem);
  line-height: 1.03; letter-spacing: -0.032em;
  font-variation-settings: "SOFT" 24, "WONK" 1, "opsz" 100;
}
.hero h1 em {
  font-style: normal; color: var(--accent);
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 100;
}
.hero .spot { margin-top: var(--sp-5); font-size: var(--t-lg); color: var(--ink-2); max-width: 46ch; }
.hero .eylem { display: flex; flex-wrap: wrap; gap: 12px; margin-top: var(--sp-6); align-items: center; }
.hero .kanit { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: var(--sp-6); }
.hero .kanit span { display: inline-flex; align-items: center; gap: 7px; font-size: var(--t-sm); color: var(--ink-3); }
.hero .kanit .ikon { color: var(--ok); }

/* telefon önizlemesi */
.telefon {
  justify-self: center;
  width: min(300px, 100%); aspect-ratio: 300/610;
  border-radius: 38px; padding: 9px;
  background: linear-gradient(155deg, #2c2521, #17120f);
  box-shadow: var(--sh-pop), inset 0 1px 0 rgba(255,255,255,.14);
  position: relative;
}
.telefon::before {
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 78px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.18); z-index: 2;
}
.telefon .ekran {
  width: 100%; height: 100%; border-radius: 30px; overflow: hidden;
  background: #17120f; position: relative;
}
/* ölçek: transform:scale() burada GPU katmanının kaydırma sırasında geriden
   yetişmesine (boş/beyaz kare) yol açabiliyor — zoom, iframe'i doğrudan küçük
   çözünürlükte çizdiğinden bu sorunu yaşamıyor. Desteklemeyen tarayıcılar için
   transform yedek kalır. */
.telefon iframe { width: 390px; height: 793px; border: 0; transform: scale(.723); transform-origin: 0 0; }
@supports (zoom: 1) {
  .telefon iframe { transform: none; zoom: .723; }
}

/* mobilde parmakla dokunmak için çok küçük ölçekli — üzerine bindirilen rozet,
   ziyaretçiyi gerçek boyutta, tam ekran bir önizlemeye davet eder. Masaüstünde
   fare imleciyle zaten doğrudan gezinilebildiği için rozet gösterilmez. */
.telefon-buyut {
  display: none;
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: var(--r-full);
  background: rgba(28, 23, 20, .78); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-size: var(--t-xs); font-weight: 650; white-space: nowrap;
  box-shadow: var(--sh-2); transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
  z-index: 2;
}
.telefon-buyut .ikon { flex: 0 0 auto; }
.telefon-buyut:hover, .telefon-buyut:focus-visible { background: rgba(28, 23, 20, .92); transform: translateX(-50%) translateY(-1px); }

/* tam ekran önizleme — telefon mockup'ındaki küçük ölçekli iframe yerine
   demo menüyü gerçek boyutunda, tüm ekranı kaplayarak gösterir. */
.menu-tam-ekran {
  position: fixed; inset: 0; z-index: 100;
  display: flex; flex-direction: column;
  background: var(--ink);
}
.menu-tam-ekran[hidden] { display: none; }
.mte-ust {
  flex: none; display: flex; align-items: center; justify-content: space-between;
  padding: max(10px, env(safe-area-inset-top)) 14px 10px;
  color: #f2ece4; font-size: var(--t-sm); font-weight: 650;
}
.mte-ust span { display: inline-flex; align-items: center; gap: 8px; opacity: .85; }
.mte-ust .ikon { flex: 0 0 auto; }
.mte-kapat {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; color: #fff;
  background: rgba(255,255,255,.12); transition: background var(--dur) var(--ease);
}
.mte-kapat:hover, .mte-kapat:focus-visible { background: rgba(255,255,255,.22); }
.menu-tam-ekran iframe {
  flex: 1 1 auto; width: 100%; border: 0;
  background: var(--paper);
  padding-bottom: env(safe-area-inset-bottom);
}

/* admin → ayarlardan yüklenen hero görseli — telefonun solunda, telefonla aynı yükseklikte,
   yatayda kalan alanı doldurur (masaüstü kaynak boyutu: 1620×1220 px, ~4:3). */
.hero-gorsel {
  width: 100%; height: 100%;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-pop), inset 0 0 0 1px rgba(0,0,0,.06);
}
.hero-gorsel picture { display: block; width: 100%; height: 100%; }
.hero-gorsel img { width: 100%; height: 100%; object-fit: cover; }

/* mobilde görsel telefonla birebir aynı ölçüde: ayrı bir mobil görsel yüklenmişse o kullanılır
   (kaynak boyutu: 600×1220 px, telefonla aynı 300:610 oranı). */
@media (max-width: 900px) {
  .hero-gorsel { width: min(272px, 100%); height: auto; aspect-ratio: 300 / 610; }
}

/* ---------------------------------------------------------------- bölümler */
.bolum { padding: clamp(52px, 8vw, 96px) 0; }
.bolum.kagit { background: var(--surface); border-block: 1px solid var(--line); }

.bolum-bas { max-width: 58ch; margin-bottom: clamp(28px, 4vw, 48px); }
.bolum-bas .etiket {
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.bolum-bas h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -0.026em; }
.bolum-bas p { margin-top: 12px; color: var(--ink-3); font-size: var(--t-md); }

/* otel bölümleri — 2 büyük + 3 küçük kart, her biri kendi renk dokusunda */
.otel-izgara {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--sp-5);
}
.otel-kart {
  grid-column: span 2; position: relative; overflow: hidden;
  padding: var(--sp-6); border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.otel-kart:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px transparent, var(--sh-2); }
.otel-kart.otel-buyuk { grid-column: span 3; }
.otel-kart .otel-ikon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: var(--r-md); margin-bottom: var(--sp-4);
}
.otel-kart h3 { font-size: var(--t-lg); margin-bottom: 6px; }
.otel-kart p { font-size: var(--t-sm); max-width: 34ch; }

.otel-mavi     { background: var(--accent-wash); }
.otel-mavi .otel-ikon     { background: var(--accent-soft); color: var(--accent-deep); }
.otel-mavi p              { color: var(--ink-2); }

.otel-lacivert { background: var(--navy); }
.otel-lacivert .otel-ikon { background: rgba(255,255,255,.12); color: var(--gold-light); }
.otel-lacivert h3         { color: #fff; }
.otel-lacivert p          { color: rgba(255,255,255,.68); }

.otel-altin    { background: color-mix(in srgb, var(--gold-light) 30%, var(--surface)); }
.otel-altin .otel-ikon    { background: color-mix(in srgb, var(--gold) 22%, var(--surface)); color: var(--gold-dark); }
.otel-altin p             { color: var(--ink-2); }

.otel-yesil    { background: var(--ok-soft); }
.otel-yesil .otel-ikon    { background: color-mix(in srgb, var(--ok) 18%, var(--surface)); color: var(--ok); }
.otel-yesil p             { color: var(--ink-2); }

.otel-koyu     { background: var(--ink); }
.otel-koyu .otel-ikon     { background: rgba(255,255,255,.1); color: var(--gold-light); }
.otel-koyu h3             { color: #fff; }
.otel-koyu p              { color: rgba(255,255,255,.62); }

@media (max-width: 900px) {
  .otel-izgara { grid-template-columns: 1fr 1fr; }
  .otel-kart, .otel-kart.otel-buyuk { grid-column: span 1; }
}
@media (max-width: 560px) {
  .otel-izgara { grid-template-columns: 1fr; }
}

/* üç yükümlülük — eşit üç kart yerine kademeli liste */
.yukumluluk { display: grid; gap: 2px; background: var(--line); border-radius: var(--r-lg); overflow: hidden; }
.yk {
  display: grid; grid-template-columns: 72px 1fr auto; gap: var(--sp-5);
  align-items: start; padding: var(--sp-6); background: var(--surface);
  transition: background var(--dur) var(--ease);
}
.yk:hover { background: var(--accent-wash); }
@media (max-width: 760px) { .yk { grid-template-columns: 48px 1fr; padding: var(--sp-5); } .yk .yk-son { display: none; } }

.yk .no {
  font-family: var(--font-display); font-size: 2.4rem; line-height: 1;
  color: var(--accent); opacity: .32; font-variation-settings: "WONK" 1;
}
.yk h3 { font-size: var(--t-lg); margin-bottom: 6px; }
.yk p { color: var(--ink-3); max-width: 62ch; }
.yk .yk-son { color: var(--ink-3); font-size: var(--t-sm); text-align: end; max-width: 190px; }
.yk .yk-son b { display: block; color: var(--ink); font-size: var(--t-2xl); font-family: var(--font-display); }

/* nasıl çalışır — zikzak */
.adimlar { display: grid; gap: var(--sp-6); }
.adim {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px); align-items: center;
}
.adim > * { min-width: 0; }
.adim:nth-child(even) .adim-yazi { order: 2; }
@media (max-width: 820px) { .adim { grid-template-columns: minmax(0, 1fr); } .adim:nth-child(even) .adim-yazi { order: 0; } }

.adim-yazi .sira {
  display: inline-grid; place-items: center; width: 30px; height: 30px;
  border-radius: 9px; background: var(--ink); color: #fff;
  font-size: var(--t-sm); font-weight: 700; margin-bottom: 14px;
}
.adim-yazi h3 { font-size: var(--t-xl); margin-bottom: 8px; }
.adim-yazi p { color: var(--ink-3); max-width: 46ch; }

.adim-gorsel {
  background: var(--surface); border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px var(--line), var(--sh-2);
  padding: var(--sp-5); min-height: 208px;
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.satir-taklit { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.satir-taklit:last-child { border-bottom: 0; }
.satir-taklit .ad { font-family: var(--font-display); font-weight: 600; }
.satir-taklit .deger { margin-inline-start: auto; font-weight: 700; font-variant-numeric: tabular-nums; }
.satir-taklit .ikon { color: var(--accent); }
.mini-rozet {
  font-size: 11.5px; font-weight: 650; padding: 2px 7px; border-radius: 6px;
  background: var(--info-soft); color: var(--info);
}
.mini-rozet.yesil { background: var(--ok-soft); color: var(--ok); }

/* fiyatlandırma */
.paketler { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-5); align-items: start; }
@media (max-width: 900px) { .paketler { grid-template-columns: 1fr; } }

.paket {
  position: relative;
  display: flex; flex-direction: column; height: 100%;
  background: var(--surface); border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px var(--line);
  /* rozet için üstte her kartta eşit boşluk — başlıklar aynı hizada başlasın */
  padding: calc(var(--sp-6) + 26px) var(--sp-6) var(--sp-6);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.paket:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--ink-3), var(--sh-2); }
.paket.one {
  box-shadow: inset 0 0 0 2px var(--accent), var(--sh-3);
  background: linear-gradient(180deg, var(--accent-wash), var(--surface) 180px);
}
.paket .ust-etiket {
  position: absolute; top: var(--sp-5); inset-inline-start: var(--sp-6);
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft);
  padding: 4px 10px; border-radius: 6px;
}
.paket h3 { font-size: var(--t-xl); }
.paket .aciklama { color: var(--ink-3); font-size: var(--t-sm); margin-top: 4px; min-height: 40px; }
.paket .tutar { margin-top: var(--sp-4); font-family: var(--font-display); font-size: 2.5rem; line-height: 1; letter-spacing: -0.03em; }
.paket .tutar small { font-family: var(--font-ui); font-size: var(--t-sm); font-weight: 500; color: var(--muted); letter-spacing: 0; }
.paket .yillik { margin-top: 6px; font-size: var(--t-xs); color: var(--ok); font-weight: 600; min-height: 18px; }

.paket ul { list-style: none; padding: 0; margin: var(--sp-5) 0; display: grid; gap: 9px; }
.paket li { display: flex; align-items: flex-start; gap: 9px; font-size: var(--t-sm); }
.paket li .ikon { flex: 0 0 auto; margin-top: 2px; color: var(--ok); }
.paket li.yok { color: var(--muted); }
.paket li.yok .ikon { color: var(--line); }
.paket .btn { margin-top: auto; }
.paket-sepet-form { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.paket-sepet-form select {
  width: 100%; padding: 9px 12px; border-radius: var(--r-md); border: 1px solid var(--line);
  background: var(--surface); color: var(--ink); font: inherit; font-size: var(--t-sm);
}
.paket-sepet-not { margin-top: var(--sp-5); text-align: center; color: var(--ink-3); font-size: var(--t-xs); }

/* soru-cevap: akordeon değil, iki sütun liste */
.sss { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--sp-6) clamp(28px, 5vw, 64px); }
@media (max-width: 820px) { .sss { grid-template-columns: 1fr; } }
.sss h3 { font-size: var(--t-md); margin-bottom: 6px; font-family: var(--font-ui); font-weight: 700; }
.sss p { color: var(--ink-3); font-size: var(--t-base); max-width: 52ch; }

/* kapanış çağrısı */
.cta {
  background: var(--ink); color: #fff; border-radius: var(--r-xl);
  padding: clamp(34px, 5vw, 64px); position: relative; overflow: hidden;
}
.cta::after {
  content: ""; position: absolute; right: -120px; bottom: -160px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,82,212,.42), transparent 62%);
}
.cta h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -0.028em; max-width: 20ch; }
.cta p { margin-top: 12px; color: rgba(255,255,255,.72); max-width: 52ch; }
.cta .eylem { margin-top: var(--sp-6); display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }
.cta .btn.hayalet { color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.26); }
.cta .btn.hayalet:hover { background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }

/* ---------------------------------------------------------------- alt bilgi */
.site-alt { padding: var(--sp-7) 0 var(--sp-8); border-top: 1px solid var(--line); margin-top: var(--sp-8); }
.site-alt .kap { display: flex; flex-wrap: wrap; gap: var(--sp-5) var(--sp-7); justify-content: space-between; }
.site-alt .aciklama { max-width: 42ch; color: var(--ink-3); font-size: var(--t-sm); margin-top: 10px; }
.site-alt nav { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: flex-start; }
.site-alt nav a { color: var(--ink-2); font-size: var(--t-sm); font-weight: 600; }
.site-alt nav a:hover { color: var(--accent); }
.site-alt .kucuk { width: 100%; padding-top: var(--sp-5); border-top: 1px solid var(--line-soft);
  color: var(--muted); font-size: var(--t-xs); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-odeme { width: 100%; display: flex; align-items: center; gap: 14px; }
.footer-odeme span { font-size: var(--t-xs); color: var(--muted); font-weight: 600; flex: 0 0 auto; }
.footer-odeme img { height: 26px; width: auto; }

/* ---------------------------------------------------------------- giriş / kayıt */
body.giris-sayfa { display: grid; place-items: center; min-height: 100dvh; padding: var(--sp-6) var(--sp-4); }
.giris-kutu { width: min(440px, 100%); }
.giris-kutu.genis { width: min(560px, 100%); }
.giris-kart {
  background: var(--surface); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 38px);
  box-shadow: inset 0 0 0 1px var(--line), var(--sh-3);
}
.giris-bas { text-align: center; margin-bottom: var(--sp-6); }
.giris-bas .marka-bag { justify-content: center; margin-bottom: var(--sp-4); }
.giris-bas h1 { font-size: var(--t-2xl); letter-spacing: -0.026em; }
.giris-bas p { margin-top: 6px; color: var(--ink-3); font-size: var(--t-sm); }
.giris-kutu .altyazi { text-align: center; margin-top: var(--sp-5); font-size: var(--t-sm); color: var(--ink-3); }
.giris-kart .small { font-size: var(--t-sm); }
.giris-kart .muted { color: var(--muted); }
.giris-kart .ipucu { font-size: var(--t-sm); color: var(--ink-3); }
.sepet-satir {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  padding-bottom: var(--sp-4); border-bottom: 1px solid var(--line);
}
.sepet-satir select {
  padding: 8px 11px; border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--paper); font: inherit; font-size: var(--t-sm);
}
.sepet-toplam {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: var(--sp-4); font-size: var(--t-lg);
}

/* sepete eklendi bildirimi */
.sepet-toast {
  position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 130%);
  display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff;
  padding: 13px 14px 13px 16px; border-radius: var(--r-lg);
  box-shadow: 0 16px 40px -14px rgba(0,0,0,.45);
  z-index: 500; transition: transform .28s cubic-bezier(.2,.8,.25,1);
  max-width: calc(100vw - 32px);
}
.sepet-toast.acik { transform: translate(-50%, 0); }
.sepet-toast-ikon {
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%;
  background: var(--ok); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.sepet-toast-metin { font-size: var(--t-sm); font-weight: 600; white-space: nowrap; }
.sepet-toast-git {
  margin-inline-start: 4px; padding: 7px 13px; border-radius: var(--r-md);
  background: #fff; color: var(--ink); font-size: var(--t-xs); font-weight: 700;
  text-decoration: none; white-space: nowrap;
}
.sepet-toast-kapat {
  background: none; border: none; color: rgba(255,255,255,.65); font-size: 18px;
  line-height: 1; cursor: pointer; padding: 0 2px;
}
@media (max-width: 480px) {
  .sepet-toast-metin { white-space: normal; }
}

/* form öğeleri */
.alan { margin-bottom: var(--sp-4); }
.alan label { display: block; font-size: var(--t-sm); font-weight: 650; margin-bottom: 6px; color: var(--ink-2); }
.alan input, .alan select, .alan textarea {
  width: 100%; padding: 11px 13px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  font-size: var(--t-md);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
.alan input:hover, .alan select:hover { border-color: var(--ink-3); }
.alan input:focus, .alan select:focus, .alan textarea:focus {
  outline: none; background: var(--surface);
  border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}
.alan .ipucu { margin-top: 5px; font-size: var(--t-xs); color: var(--muted); }

/* onay kutuları (sözleşme/KVKK vb.) — .alan input'un metin kutusu stilini (width:100%,
   padding, border, arka plan) ezmesin; checkbox küçük ve hizalı kalsın. */
.alan label.onay-kutusu {
  display: flex !important; gap: 10px; align-items: flex-start;
  margin-bottom: 0; font-weight: 400 !important; color: inherit;
}
.onay-kutusu input[type="checkbox"] {
  width: auto !important; flex: 0 0 auto; margin: 3px 0 0; padding: 0 !important;
  background: none !important; border: none !important; accent-color: var(--accent);
}
.ikili { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
@media (max-width: 520px) { .ikili { grid-template-columns: 1fr; } }

.isletme-turleri-alani h2 { font-size: var(--t-lg); margin-bottom: 2px; }
.isletme-turleri-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.isletme-turu-kart { padding: 11px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); transition: border-color var(--dur), background var(--dur); }
.isletme-turu-kart.secili { border-color: var(--accent); background: var(--accent-soft); }
.isletme-turu-secim, .ana-kategori { display: flex !important; align-items: center; gap: 7px; cursor: pointer; }
.isletme-turu-secim { margin: 0 !important; min-height: 24px; }
.isletme-turu-secim input, .ana-kategori input { width: auto !important; margin: 0; accent-color: var(--accent); }
.ana-kategori { margin: 8px 0 0 !important; font-size: var(--t-xs) !important; color: var(--ink-3) !important; }
.ana-kategori:has(input:disabled) { opacity: .5; cursor: default; }
@media (max-width: 700px) { .isletme-turleri-grid { grid-template-columns: repeat(2, 1fr); } }

/* bildirim kutuları */
.bildirim {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 12px 14px; border-radius: var(--r-md); margin-bottom: var(--sp-4);
  font-size: var(--t-sm);
}
.bildirim .ikon { flex: 0 0 auto; margin-top: 1px; }
.bildirim.success { background: var(--ok-soft); color: #2b5231; }
.bildirim.error   { background: var(--danger-soft); color: #7e281d; }
.bildirim.warning { background: var(--warn-soft); color: #6d4a12; }
.bildirim.info    { background: var(--info-soft); color: #2c4258; }

/* 404 */
.hata-sayfa { text-align: center; max-width: 520px; }
.hata-sayfa .kod {
  font-family: var(--font-display); font-size: clamp(4rem, 14vw, 7rem); line-height: 1;
  color: var(--accent); opacity: .18; letter-spacing: -0.04em;
}
.hata-sayfa h1 { font-size: var(--t-2xl); margin-top: -18px; }
.hata-sayfa p { margin-top: 12px; color: var(--ink-3); }
.hata-sayfa .eylem { margin-top: var(--sp-6); display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }


/* ---------------------------------------------------------------- mobil */
@media (max-width: 640px) {
  .site-ust .kap { padding: 11px 0; }
  .site-ust .ust-eylem .btn-yazi, .site-ust .ust-eylem .nav-canli { display: none; }      /* dar ekranda gereksiz */
  .hero { padding: 30px 0 34px; }
  .hero h1 { font-size: clamp(2rem, 8.5vw, 2.6rem); }
  .hero .spot { font-size: var(--t-md); }
  .hero .eylem { flex-direction: column; align-items: stretch; }
  .hero .eylem .btn, .hero .eylem .demo-teaser { width: 100%; }
  .demo-teaser { justify-content: flex-start; }
  .hero .kanit { gap: 6px 16px; }
  .telefon { width: min(272px, 100%); margin-top: 8px; }
  .telefon iframe { pointer-events: none; }
  .telefon-buyut { display: inline-flex; }
  .hero-gorsel { margin-bottom: 24px; }

  .yk { grid-template-columns: 1fr; gap: var(--sp-3); padding: var(--sp-5) var(--sp-4); }
  .yk .no { font-size: 1.6rem; }
  .adim-gorsel { min-height: 0; padding: var(--sp-4); }
  .adim-yazi h3 { font-size: var(--t-lg); }

  .paket { padding: calc(var(--sp-5) + 24px) var(--sp-5) var(--sp-5); }
  .paket .aciklama { min-height: 0; }
  .paket .tutar { font-size: 2.1rem; }

  .cta { padding: var(--sp-6) var(--sp-5); border-radius: var(--r-lg); }
  .cta .eylem { flex-direction: column; }
  .cta .eylem .btn { width: 100%; }

  .site-alt .kap { flex-direction: column; gap: var(--sp-5); }
  .giris-kart { padding: 20px 16px; }
  /* iOS'ta odaklanınca sayfa yakınlaşmasın */
  .alan input, .alan select, .alan textarea { font-size: 16px; }
}
