/* =========================================================
   Masaliyo — landing + yasal sayfalar
   Marka: sıcak amber · Baloo 2 (başlık) / Nunito (gövde)
   ========================================================= */
:root {
  --amber: #E8852C;
  --amber-dark: #C46A14;
  --amber-light: #FFB44C;
  --ink: #2C241C;
  --ink-2: #6B6055;
  --ink-3: #9A8E7E;
  --bg: #FFFBF5;
  --bg-warm: #FFF1E0;
  --surface: #FFFFFF;
  --border: #F1E6D6;
  --shadow-sm: 0 4px 16px rgba(140, 84, 30, 0.07);
  --shadow: 0 14px 40px rgba(140, 84, 30, 0.12);
  --shadow-lg: 0 30px 70px rgba(140, 84, 30, 0.18);
  --r: 20px;
  --r-lg: 28px;
  --maxw: 1140px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4, .brand-name { font-family: 'Baloo 2', 'Nunito', sans-serif; line-height: 1.12; letter-spacing: -.01em; }
a { color: var(--amber-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow); z-index: 100; }
.skip:focus { left: 16px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber); color: #fff; font-weight: 800; font-size: 16px;
  padding: 13px 26px; border-radius: 999px; box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), background .18s, box-shadow .18s;
  border: none; cursor: pointer;
}
.btn:hover { background: var(--amber-dark); text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-sm { padding: 9px 18px; font-size: 14.5px; }

/* ---- Navbar ---- */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(255,251,245,.82); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--border); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand:hover { text-decoration: none; }
.brand-logo { width: 38px; height: 38px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.brand-name { font-size: 25px; font-weight: 800; color: var(--ink); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a:not(.btn) { color: var(--ink-2); font-weight: 700; font-size: 15px; transition: color .15s; }
.nav-links a:not(.btn):hover { color: var(--amber-dark); text-decoration: none; }

/* ---- Store badges (gerçek Apple / Google Play) ---- */
.badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.badge { height: 52px; width: auto; border-radius: 10px; transition: transform .18s var(--ease), box-shadow .18s; }
a.badge-link { display: inline-flex; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.14); }
a.badge-link:hover { text-decoration: none; }
a.badge-link:hover .badge { transform: translateY(-2px); }
.badge-soon { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 800; color: var(--amber-dark); background: #fff; border: 1px solid var(--border); padding: 5px 12px; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* ---- Eyebrow / pill ---- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); color: var(--amber-dark); font-weight: 800; font-size: 13px; letter-spacing: .01em; padding: 7px 15px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #35C46A; box-shadow: 0 0 0 4px rgba(53,196,106,.18); }

/* ---- HERO ---- */
.hero { position: relative; padding: 66px 0 76px; background:
  radial-gradient(760px 380px at 82% 6%, var(--bg-warm), transparent 70%),
  radial-gradient(620px 340px at 6% 88%, #FFF3E5, transparent 70%), var(--bg); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.hero h1 { font-size: clamp(35px, 5.1vw, 56px); font-weight: 800; margin: 18px 0 16px; }
.hero h1 .hl { color: var(--amber-dark); position: relative; white-space: nowrap; }
.hero h1 .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .22em; background: var(--amber-light); opacity: .38; border-radius: 4px; z-index: -1; }
.hero .lead { font-size: clamp(16px, 1.9vw, 20px); color: var(--ink-2); max-width: 508px; margin-bottom: 28px; }
.hero .badge-note { color: var(--ink-3); font-size: 13px; font-weight: 700; margin-top: 12px; }
.trust-row { display: flex; gap: 18px 22px; margin-top: 26px; flex-wrap: wrap; color: var(--ink-2); font-weight: 700; font-size: 13.5px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row .ti { color: var(--amber-dark); }

/* ---- Phone art ---- */
.hero-art { position: relative; display: grid; place-items: center; min-height: 580px; }
.hero-art .glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(232,133,44,.26), transparent 66%); filter: blur(8px); z-index: 0; }
.hero-art .phone.back { position: absolute; z-index: 1; transform: rotate(-8deg) scale(.83) translateX(-100px); opacity: .95; }
.hero-art .phone.front { position: relative; z-index: 2; transform: rotate(3deg); }
.phone { width: 270px; height: 556px; background: linear-gradient(160deg, #2b2320, #17120f); border-radius: 46px; padding: 10px; box-shadow: var(--shadow-lg); flex: none; }
.phone .screen { position: relative; width: 100%; height: 100%; background: var(--bg); border-radius: 37px; overflow: hidden; }
.phone .island { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 82px; height: 22px; background: #17120f; border-radius: 999px; z-index: 5; }
.app-scr { position: absolute; inset: 0; padding: 42px 16px 60px; }

.app-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.app-hello { font-family: 'Baloo 2'; font-weight: 800; font-size: 19px; color: var(--ink); }
.app-sub { font-size: 12.5px; color: var(--ink-3); font-weight: 700; }
.app-ava { width: 38px; height: 38px; border-radius: 12px; background: var(--bg-warm); display: grid; place-items: center; font-size: 20px; border: 1px solid var(--border); }
.app-search { background: #fff; border: 1px solid var(--border); border-radius: 13px; padding: 10px 13px; font-size: 12.5px; color: var(--ink-3); font-weight: 700; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.app-sec { font-family: 'Baloo 2'; font-weight: 700; font-size: 14px; color: var(--ink); margin: 4px 0 10px; }
.app-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 16px; }
.app-cat { border-radius: 15px; padding: 12px; color: #fff; font-weight: 800; font-size: 12.5px; display: flex; flex-direction: column; gap: 15px; min-height: 66px; box-shadow: var(--shadow-sm); }
.app-cat .e { font-size: 20px; }
.app-cat.c1 { background: linear-gradient(150deg, #F3A03B, #D9741A); }
.app-cat.c2 { background: linear-gradient(150deg, #F58BA0, #D65E7C); }
.app-cat.c3 { background: linear-gradient(150deg, #7E86D6, #4E56A0); }
.app-cat.c4 { background: linear-gradient(150deg, #6FBF8B, #3E9160); }
.app-feat { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 11px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow-sm); }
.app-feat .ic { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(150deg, var(--amber-light), var(--amber-dark)); display: grid; place-items: center; font-size: 24px; flex: none; }
.app-feat .ft { font-family: 'Baloo 2'; font-weight: 700; font-size: 13.5px; color: var(--ink); }
.app-feat .fs { font-size: 11.5px; color: var(--ink-3); font-weight: 700; }
.app-feat .fp { margin-left: auto; width: 32px; height: 32px; border-radius: 50%; background: var(--amber); color: #fff; display: grid; place-items: center; font-size: 12px; flex: none; }
.app-player { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 48px; background: radial-gradient(560px 280px at 50% -6%, var(--bg-warm), var(--bg)); }
.app-cover { width: 166px; height: 166px; border-radius: 28px; background: linear-gradient(155deg, var(--amber-light), var(--amber-dark)); display: grid; place-items: center; font-size: 76px; box-shadow: var(--shadow); margin-bottom: 22px; }
.app-p-t { font-family: 'Baloo 2'; font-weight: 800; font-size: 20px; color: var(--ink); }
.app-p-s { font-size: 12.5px; color: var(--ink-3); font-weight: 800; margin-bottom: 22px; }
.app-prog { width: 88%; height: 6px; background: var(--border); border-radius: 999px; overflow: hidden; }
.app-prog i { display: block; width: 42%; height: 100%; background: var(--amber); border-radius: 999px; }
.app-times { width: 88%; display: flex; justify-content: space-between; font-size: 10.5px; color: var(--ink-3); font-weight: 800; margin: 7px 0 20px; }
.app-ctrls { display: flex; align-items: center; gap: 26px; color: var(--amber-dark); font-size: 19px; }
.app-ctrls .big { width: 60px; height: 60px; border-radius: 50%; background: var(--amber); color: #fff; display: grid; place-items: center; font-size: 20px; box-shadow: var(--shadow-sm); }
.app-lib .app-hd2 { font-family: 'Baloo 2'; font-weight: 800; font-size: 19px; margin-bottom: 14px; }
.app-row { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 9px; margin-bottom: 9px; box-shadow: var(--shadow-sm); }
.app-row .th { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; font-size: 22px; flex: none; }
.app-row b { font-family: 'Baloo 2'; font-size: 13px; color: var(--ink); display: block; }
.app-row i { font-size: 11px; color: var(--ink-3); font-weight: 700; font-style: normal; }
.app-row .pl { margin-left: auto; color: var(--amber-dark); font-size: 13px; }
.app-tabbar { position: absolute; bottom: 0; left: 0; right: 0; height: 54px; background: #fff; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-around; font-size: 19px; filter: grayscale(.35) opacity(.75); }
.app-tabbar .on { filter: none; opacity: 1; position: relative; }
.app-tabbar .on::after { content: ""; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }

/* ---- Trust strip ---- */
.strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.strip .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding: 20px 24px; }
.strip span { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-2); font-weight: 800; font-size: 14.5px; }
.strip .si { color: var(--amber-dark); font-size: 18px; }

/* ---- Sections ---- */
.section { padding: 74px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 46px; }
.eyebrow-c { display: inline-block; color: var(--amber-dark); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-size: clamp(27px, 3.8vw, 38px); font-weight: 800; margin-bottom: 12px; }
.section-sub { color: var(--ink-2); font-size: 17px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.feature { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: 28px 24px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature .fico { width: 52px; height: 52px; border-radius: 14px; background: var(--bg-warm); display: grid; place-items: center; font-size: 27px; margin-bottom: 15px; }
.feature h3 { font-size: 20px; margin-bottom: 6px; }
.feature p { color: var(--ink-2); font-size: 15px; }

/* ---- Showcase ---- */
.showcase { background: linear-gradient(180deg, var(--bg), var(--bg-warm)); }
.shots { display: flex; gap: 36px; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
.shot { display: flex; flex-direction: column; align-items: center; gap: 18px; max-width: 270px; }
.shot .phone { transition: transform .25s var(--ease); }
.shot:hover .phone { transform: translateY(-6px); }
.shot .cap { text-align: center; }
.shot .cap b { font-family: 'Baloo 2'; font-size: 18px; color: var(--ink); display: block; }
.shot .cap span { font-size: 14px; color: var(--ink-2); }

/* ---- Steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { text-align: center; padding: 8px; position: relative; }
.step-num { width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(150deg, var(--amber-light), var(--amber-dark)); color: #fff; display: grid; place-items: center; font-family: 'Baloo 2'; font-weight: 800; font-size: 24px; box-shadow: var(--shadow-sm); }
.step h3 { font-size: 19px; margin-bottom: 6px; }
.step p { color: var(--ink-2); font-size: 15px; max-width: 280px; margin: 0 auto; }

/* ---- Categories ---- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.cat { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px; box-shadow: var(--shadow-sm); transition: transform .18s var(--ease); }
.cat:hover { transform: translateY(-3px); }
.cat .ce { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 23px; flex: none; }
.cat b { font-family: 'Baloo 2'; font-size: 16px; color: var(--ink); display: block; }
.cat span { font-size: 13px; color: var(--ink-3); font-weight: 700; }

/* ---- FAQ ---- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: 'Baloo 2'; font-weight: 700; font-size: 17px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--amber-dark); font-weight: 700; transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: var(--ink-2); font-size: 15.5px; }

/* ---- CTA ---- */
.cta .cta-inner { background: linear-gradient(135deg, var(--amber), var(--amber-light)); color: #fff; text-align: center; border-radius: var(--r-lg); padding: 60px 26px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 200px at 80% 0%, rgba(255,255,255,.22), transparent 60%); }
.cta h2 { font-size: clamp(26px, 4vw, 37px); margin-bottom: 10px; position: relative; }
.cta p { opacity: .96; margin-bottom: 26px; font-size: 17px; position: relative; }
.cta .badges { justify-content: center; position: relative; }
.cta .badge-soon { background: rgba(255,255,255,.2); color: #fff; border-color: rgba(255,255,255,.35); }

/* ---- Footer ---- */
footer { background: var(--ink); color: #E9DFD3; padding: 52px 0 30px; margin-top: 40px; }
.foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.foot-brand { max-width: 300px; }
.foot-brand .brand { margin-bottom: 12px; }
.foot-brand .brand-name { color: #fff; }
.foot-brand p { color: #B3A797; font-size: 15px; }
.foot-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.foot-col h4 { color: #fff; font-size: 15px; margin-bottom: 12px; font-family: 'Nunito'; font-weight: 800; }
.foot-col a { color: #C9BCAD; display: block; margin-bottom: 9px; font-size: 14.5px; }
.foot-col a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; font-size: 14px; color: #A99C8D; text-align: center; }
.copy { text-align: center; color: #A99C8D; font-size: 14px; }
.copy a { color: #C9BCAD; }
.copy a:hover { color: #fff; }

/* ---- Legal ---- */
.legal { max-width: 800px; margin: 0 auto; padding: 50px 24px 60px; }
.legal .back { display: inline-block; margin-bottom: 18px; font-weight: 800; }
.legal h1 { font-size: clamp(28px, 5vw, 40px); margin-bottom: 6px; }
.legal .updated { color: var(--ink-3); font-size: 14px; margin-bottom: 30px; }
.legal h2 { font-size: 22px; margin: 34px 0 10px; color: var(--amber-dark); }
.legal p, .legal li { color: var(--ink-2); margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal .note { background: var(--bg-warm); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; font-size: 15px; }
.legal a { font-weight: 700; }

/* ---- Responsive ---- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .badges, .trust-row { justify-content: center; }
  .hero-art { min-height: 540px; margin-top: 6px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
  .nav-links { gap: 14px; }
  .nav-links a.hide-sm { display: none; }
  .section { padding: 54px 0; }
  .phone { width: 240px; height: 494px; }
  .hero-art .phone.back { display: none; }
  .hero-art .phone.front { transform: rotate(0); }
  .foot-cols { gap: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
