/* Onayla — onaylaap.com */
:root {
  --ink: #0f172a;
  --ink-2: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f6f8f7;
  --brand: #0e9f6e;
  --brand-2: #16c08a;
  --brand-dark: #046c4e;
  --brand-tint: #e7f8f1;
  --red: #e02424;
  --radius: 18px;
  --shadow: 0 30px 60px -30px rgba(15, 23, 42, .35);
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand-dark); }
.kap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* Üst menü */
.ust { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.ust .kap { display: flex; align-items: center; gap: 28px; height: 68px; }
.marka { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--ink); text-decoration: none; letter-spacing: -.3px; }
.marka img { width: 34px; height: 34px; }
.menu { display: flex; gap: 24px; margin-left: auto; }
.menu a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 15px; }
.menu a:hover { color: var(--brand-dark); }
.dugme { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; border: 0; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.dugme:hover { transform: translateY(-1px); }
.dugme.ana { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(14, 159, 110, .7); }
.dugme.ana:hover { background: var(--brand-dark); }
.dugme.ikincil { background: #fff; color: var(--ink); border: 1px solid var(--line); }
@media (max-width: 820px) { .menu { display: none; } .ust .dugme { margin-left: auto; padding: 10px 16px; } }

/* Giriş */
.giris { padding: 72px 0 80px; background: radial-gradient(900px 600px at 10% 0%, #e7fbf3 0%, transparent 60%), radial-gradient(700px 600px at 100% 100%, #e0f2fe 0%, transparent 55%); }
.giris .kap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.rozet { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 700; color: var(--brand-dark); }
.rozet i { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-2); display: inline-block; }
h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -1.5px; margin: 18px 0; font-weight: 800; }
h1 em { font-style: normal; color: var(--brand); }
.giris p.alt { font-size: 19px; color: var(--ink-2); max-width: 560px; }
.eylem { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.guven { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 14px; font-weight: 600; }
.guven span::before { content: "✓ "; color: var(--brand); font-weight: 800; }
@media (max-width: 900px) { .giris .kap { grid-template-columns: 1fr; } .giris { padding-top: 44px; } }

/* Telefon */
.telefon { width: 320px; max-width: 100%; margin: 0 auto; background: #0b0f19; border-radius: 44px; padding: 10px; box-shadow: var(--shadow); }
.ekran { border-radius: 36px; overflow: hidden; background: #ece5dd; }
.wa-ust { background: #075e54; color: #fff; display: flex; align-items: center; gap: 10px; padding: 26px 16px 12px; }
.wa-ust .av { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.wa-ust .av img { width: 26px; }
.wa-ust b { display: block; font-size: 15px; }
.wa-ust small { font-size: 11px; opacity: .8; }
.sohbet { padding: 14px 10px 18px; display: flex; flex-direction: column; gap: 8px; min-height: 420px; background-image: radial-gradient(rgba(0, 0, 0, .035) 1.5px, transparent 1.5px); background-size: 18px 18px; }
.gun { align-self: center; background: #e1f2fb; color: #475569; font-size: 11px; padding: 3px 10px; border-radius: 8px; }
.balon { max-width: 88%; background: #fff; border-radius: 10px; border-top-left-radius: 3px; padding: 8px 10px 6px; font-size: 13.5px; line-height: 1.45; box-shadow: 0 1px 1px rgba(0, 0, 0, .06); }
.balon .saat { display: block; text-align: right; font-size: 10px; color: #8696a0; margin-top: 2px; }
.balon.giden { align-self: flex-end; background: #d9fdd3; border-top-left-radius: 10px; border-top-right-radius: 3px; }
.wa-btn { max-width: 88%; background: #fff; border-radius: 10px; text-align: center; padding: 9px; font-size: 13.5px; font-weight: 600; color: #008069; box-shadow: 0 1px 1px rgba(0, 0, 0, .06); }
.wa-btn.basildi { outline: 2px solid #22c55e; background: #e8f7f3; }
.ikili { display: flex; flex-direction: column; gap: 4px; max-width: 88%; }
.ikili .wa-btn { max-width: 100%; }

/* Bölümler */
section { padding: 88px 0; }
section.gri { background: var(--bg-soft); }
.baslik { max-width: 720px; margin-bottom: 44px; }
.baslik.orta { margin-left: auto; margin-right: auto; text-align: center; }
.ust-yazi { font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--brand); }
h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.15; letter-spacing: -1px; margin: 10px 0 14px; font-weight: 800; }
.baslik p { color: var(--ink-2); font-size: 17px; }

/* Sorun */
.sorun { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.kart { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.kart h3 { font-size: 18px; margin: 12px 0 6px; letter-spacing: -.2px; }
.kart p { color: var(--ink-2); font-size: 15px; }
.ikon { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-tint); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.ikon.kirmizi { background: #fdecec; color: var(--red); }
@media (max-width: 820px) { .sorun { grid-template-columns: 1fr; } }

/* Adımlar */
.adimlar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: adim; }
.adim { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.adim::before { counter-increment: adim; content: counter(adim); width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.adim h3 { font-size: 18px; margin-bottom: 6px; }
.adim p { color: var(--ink-2); font-size: 15px; }
.etiket { display: inline-block; font-family: ui-monospace, Consolas, monospace; font-size: 12.5px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px; padding: 1px 7px; color: var(--ink); }
@media (max-width: 820px) { .adimlar { grid-template-columns: 1fr; } }

/* Özellikler */
.ozellikler { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .ozellikler { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ozellikler { grid-template-columns: 1fr; } }

/* Hesaplayıcı */
.hesap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: var(--shadow); }
.alan { margin-bottom: 22px; }
.alan label { display: flex; justify-content: space-between; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.alan label output { color: var(--brand-dark); }
.alan small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
input[type=range] { width: 100%; accent-color: var(--brand); }
.sonuc { background: linear-gradient(160deg, #0b3b2d, #046c4e); color: #fff; border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.sonuc .satir { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; opacity: .92; }
.sonuc .satir b { font-variant-numeric: tabular-nums; }
.sonuc .buyuk { border-top: 1px solid rgba(255, 255, 255, .2); padding-top: 16px; }
.sonuc .buyuk span { font-size: 14px; opacity: .85; }
.sonuc .buyuk strong { display: block; font-size: 40px; letter-spacing: -1px; line-height: 1.1; font-variant-numeric: tabular-nums; }
.sonuc .not { font-size: 12.5px; opacity: .75; }
@media (max-width: 820px) { .hesap { grid-template-columns: 1fr; padding: 22px; } }

/* Fiyat */
.fiyatlar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; }
.plan.one { border: 2px solid var(--brand); position: relative; }
.plan.one::before { content: "İlk 5 mağaza"; position: absolute; top: -13px; left: 26px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; padding: 3px 12px; border-radius: 999px; }
.plan h3 { font-size: 18px; }
.plan .tutar { font-size: 38px; font-weight: 800; letter-spacing: -1px; margin: 10px 0 2px; }
.plan .tutar small { font-size: 15px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.plan .kurulum { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; font-size: 15px; color: var(--ink-2); }
.plan li::before { content: "✓"; color: var(--brand); font-weight: 800; margin-right: 8px; }
.plan .dugme { margin-top: auto; }
.fiyat-not { text-align: center; color: var(--muted); font-size: 14px; margin-top: 22px; }
@media (max-width: 900px) { .fiyatlar { grid-template-columns: 1fr; } }

/* SSS */
.sss { max-width: 800px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 700; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--brand); font-size: 22px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--ink-2); margin-top: 10px; font-size: 15.5px; }

/* Son çağrı */
.cagri { background: linear-gradient(135deg, #0b3b2d, #046c4e 60%, #0e9f6e); color: #fff; border-radius: 28px; padding: 56px 40px; text-align: center; }
.cagri h2 { color: #fff; }
.cagri p { opacity: .9; max-width: 560px; margin: 0 auto 26px; font-size: 17px; }
.cagri .dugme.ana { background: #fff; color: var(--brand-dark); box-shadow: none; }

/* Alt */
.alt-bilgi { border-top: 1px solid var(--line); padding: 40px 0; color: var(--muted); font-size: 14px; }
.alt-bilgi .kap { display: flex; flex-wrap: wrap; gap: 20px 40px; justify-content: space-between; }
.alt-bilgi nav { display: flex; flex-wrap: wrap; gap: 18px; }
.alt-bilgi a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.alt-bilgi .marka-notu { flex-basis: 100%; font-size: 12.5px; }

/* Hukuki sayfalar */
.metin { max-width: 780px; margin: 0 auto; padding: 56px 20px 80px; }
.metin h1 { font-size: 38px; margin-bottom: 6px; }
.metin .tarih { color: var(--muted); margin-bottom: 32px; }
.metin h2 { font-size: 22px; letter-spacing: -.3px; margin: 34px 0 10px; }
.metin p, .metin li { color: var(--ink-2); font-size: 16px; margin-bottom: 10px; }
.metin ul { padding-left: 22px; margin-bottom: 12px; }
.metin table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; font-size: 15px; }
.metin th, .metin td { text-align: left; border: 1px solid var(--line); padding: 10px 12px; vertical-align: top; color: var(--ink-2); }
.metin th { background: var(--bg-soft); color: var(--ink); }
.doldur { background: #fef3c7; border-radius: 4px; padding: 0 4px; }
