/* Mythas — web.
 *
 * Tek modlu ve koyu. Uygulamanin acilis ekrani da lacivert; siteyi sistem
 * temasina gore iki yuzlu yapmak markayi zayiflatiyordu. Kapak gorselleri de
 * koyu zeminde belirgin duruyor — sayfanin asil gosterdigi sey onlar.
 *
 * Palet Theme.swift'ten birebir. Tek vurgu rengi var (kehribar) ve yalniz
 * eylem icin kullaniliyor; her yere serpistirilirse vurgu olmaktan cikiyor.
 */

:root {
  --navy-900: #0A1A2F;
  --navy-800: #0D2138;
  --navy-700: #122B4A;
  --navy-600: #1B3A5F;
  --amber:    #FFB300;
  --amber-hi: #FFC533;
  --cream:    #F1ECE1;

  --t-1: var(--cream);
  --t-2: rgba(241, 236, 225, .70);
  --t-3: rgba(241, 236, 225, .46);
  --t-4: rgba(241, 236, 225, .30);
  --line: rgba(241, 236, 225, .12);

  --serif: ui-serif, "New York", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, system-ui,
          "Segoe UI", sans-serif;
  --r: 14px;
  --col: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--navy-900);
  color: var(--t-1);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.col { max-width: var(--col); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; }

a { color: var(--amber); text-underline-offset: 3px; }

.eyebrow {
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--t-4); margin: 0 0 14px;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; }
h1 { font-size: clamp(38px, 6.2vw, 60px); line-height: 1.05; letter-spacing: -.03em; }
h2 { font-size: clamp(26px, 3.4vw, 36px); line-height: 1.15; letter-spacing: -.022em; }
h3 { font-size: 19px; line-height: 1.3; letter-spacing: -.01em; }

p { margin: 0 0 16px; color: var(--t-2); }
p.lead { font-size: 19.5px; line-height: 1.6; max-width: 46ch; }

/* ---------------------------------------------------------------- ust bar */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(10, 26, 47, .84);
  backdrop-filter: saturate(1.5) blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav .col { display: flex; align-items: center; gap: 26px; height: 64px; }
.nav .brand { display: flex; align-items: center; gap: 12px;
              text-decoration: none; color: inherit; margin-right: auto; }
.nav .brand img { width: 30px; height: 30px; border-radius: 7px; }
.nav .name { font-family: var(--serif); font-size: 19px; letter-spacing: -.01em; }
.nav .links { display: flex; gap: 26px; }
.nav .links a { color: var(--t-3); text-decoration: none; font-size: 14.5px; }
.nav .links a:hover { color: var(--t-1); }

/* ---------------------------------------------------------------- kahraman */
.hero { padding: 76px 0 40px; overflow: hidden; }
.hero .col {
  display: grid; gap: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 330px);
  align-items: center;
}
.hero-mark { width: 54px; height: 54px; border-radius: 12px; display: block;
             margin-bottom: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.hero h1 { margin-bottom: 20px; }
.hero .lead { margin-bottom: 28px; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  height: 54px; padding: 0 28px;
  background: var(--amber); color: var(--navy-900);
  font-size: 16.5px; font-weight: 600;
  border-radius: var(--r); text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 179, 0, .22);
  transition: background .15s, transform .15s;
}
.btn:hover { background: var(--amber-hi); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--t-1);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn-ghost:hover { background: rgba(241,236,225,.06); color: var(--t-1); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-note { font-size: 13.5px; color: var(--t-4); margin: 14px 0 0; }

/* --------------------------------------------------------- telefon maketi */
/* Apple'in resmi cihaz cerceveleri lisansli, indirilen bir mockup PNG'si de
   baskasinin varligi — o yuzden cihaz burada cizilmis: 19.5:9 oran, Dynamic
   Island, titanyum kenar ve yan tuslar. Perspektif JavaScript istemiyor. */
.phone-wrap { perspective: 1800px; }
.phone {
  position: relative;
  transform: rotateY(-14deg) rotateX(3deg);
  border-radius: 54px;
  padding: 11px;
  background: linear-gradient(150deg, #6d7480 0%, #2b3038 26%, #171b21 55%,
                                      #3a4049 80%, #20242b 100%);
  box-shadow: 0 50px 90px rgba(0,0,0,.6), 0 6px 18px rgba(0,0,0,.45);
}
.phone.flat { transform: rotateY(11deg) rotateX(2deg); }
/* yan tuslar */
.phone::before, .phone::after {
  content: ""; position: absolute; left: -2.5px; width: 3px;
  background: linear-gradient(90deg, #4a505a, #23272e);
  border-radius: 2px;
}
.phone::before { top: 132px; height: 34px; }          /* ses acma */
.phone::after  { top: 178px; height: 34px; }          /* ses kisma */
.phone .power {
  position: absolute; right: -2.5px; top: 160px; width: 3px; height: 56px;
  background: linear-gradient(270deg, #4a505a, #23272e); border-radius: 2px;
}

.screen {
  position: relative;
  border-radius: 44px; overflow: hidden;
  background: var(--navy-900);
  aspect-ratio: 393 / 852;
  display: flex; flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.8);
}
.island {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 30%; height: 20px; border-radius: 12px;
  background: #05080d; z-index: 3;
}
.status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px 0; font-size: 9px; font-weight: 600;
  color: var(--t-2); flex: none;
}
.screen-scroll { padding: 12px 13px 0; overflow: hidden; flex: 1; }

/* uygulamadaki hikaye karti */
.s-card { margin-bottom: 14px; }
.s-cover {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: 11px; display: block; background: var(--navy-700);
}
.s-cat {
  font-size: 8px; font-weight: 600; letter-spacing: 1.1px;
  text-transform: uppercase; color: var(--t-4); margin: 8px 0 3px;
}
.s-title {
  font-family: var(--serif); font-size: 13.5px; line-height: 1.25;
  letter-spacing: -.01em; color: var(--t-1); margin: 0 0 4px;
}
.s-hook { font-size: 10px; line-height: 1.45; color: var(--t-3); margin: 0; }
.s-meta { font-size: 8.5px; color: var(--t-4); margin-top: 5px; }

/* okuma ekrani */
.reader { padding: 16px 18px 0; }
.reader .r-cat { font-size: 8px; font-weight: 600; letter-spacing: 1.1px;
                 text-transform: uppercase; color: var(--amber); margin: 0 0 7px; }
.reader h4 { font-family: var(--serif); font-weight: 400; font-size: 19px;
             line-height: 1.18; letter-spacing: -.015em; margin: 0 0 9px; color: var(--t-1); }
.reader .r-meta { font-size: 8.5px; color: var(--t-4); margin: 0 0 13px; }
.reader p { font-family: var(--serif); font-size: 11px; line-height: 1.62;
            color: var(--t-2); margin: 0 0 9px; }
.reader .r-src { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 9px;
                 font-size: 8px; color: var(--t-4); }

/* ------------------------------------------------------------- sayi bandi */
.stats {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 34px 0;
}
.stats .col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat .n { font-family: var(--serif); font-size: clamp(30px, 3.4vw, 40px);
           line-height: 1; letter-spacing: -.02em; color: var(--amber); display: block; }
.stat .k { font-size: 11.5px; font-weight: 600; letter-spacing: 1.2px;
           text-transform: uppercase; color: var(--t-4); margin-top: 9px; display: block; }

/* ---------------------------------------------------------------- bolumler */
section { padding: 78px 0; }
.section-head { max-width: 62ch; margin-bottom: 36px; }
.section-head p { margin-top: 14px; margin-bottom: 0; }

/* adimlar */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--navy-800); border: 1px solid var(--line);
        border-radius: 18px; padding: 26px 26px 28px; }
.step .num {
  font-family: var(--serif); font-size: 15px; color: var(--navy-900);
  background: var(--amber); width: 30px; height: 30px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: 15.5px; line-height: 1.62; margin: 0; }

/* koleksiyonlar */
.cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cbox {
  background: var(--navy-800); border: 1px solid var(--line);
  border-radius: 16px; padding: 20px 20px 22px;
}
.cbox .cn { font-family: var(--serif); font-size: 21px; letter-spacing: -.015em;
            display: block; margin-bottom: 4px; }
.cbox .cc { font-size: 12.5px; color: var(--t-4); }

/* hikaye izgarasi */
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof { border-radius: 16px; overflow: hidden; background: var(--navy-800);
         border: 1px solid var(--line); display: flex; flex-direction: column; }
.proof img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.proof .body { padding: 16px 18px 20px; }
.proof .s-cat { margin-top: 0; font-size: 10px; }
.proof .s-title { font-size: 17.5px; margin-bottom: 6px; }
.proof .s-hook { font-size: 13.5px; line-height: 1.55; }

/* yan yana blok */
.split { display: grid; grid-template-columns: minmax(0,330px) minmax(0,1fr);
         gap: 60px; align-items: center; }
.split.rev { grid-template-columns: minmax(0,1fr) minmax(0,330px); }

/* SSS */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 0;
  font-family: var(--serif); font-size: 19px; letter-spacing: -.01em;
  display: flex; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; margin-left: auto; color: var(--t-4);
  font-family: var(--sans); font-size: 20px; font-weight: 300;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0 0 20px; max-width: 70ch; font-size: 16px; }

/* ---------------------------------------------------------------- alt bilgi */
footer { border-top: 1px solid var(--line); padding: 52px 0 60px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-brand img { width: 34px; height: 34px; border-radius: 8px; }
.foot-brand span { font-family: var(--serif); font-size: 20px; }
.foot-grid p { font-size: 14.5px; color: var(--t-3); margin: 0 0 8px; max-width: 34ch; }
.foot-grid h4 { font-size: 11.5px; font-weight: 600; letter-spacing: 1.3px;
                text-transform: uppercase; color: var(--t-4); margin: 0 0 14px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; }
.foot-grid li { margin-bottom: 9px; }
.foot-grid li a { font-size: 14.5px; color: var(--t-3); text-decoration: none; }
.foot-grid li a:hover { color: var(--t-1); }
.foot-base { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px;
             font-size: 13.5px; color: var(--t-4); }

/* ---------------------------------------------------------------- yasal metin */
.doc { padding: 56px 0 30px; }
.doc h1 { font-size: clamp(30px, 4.6vw, 44px); margin-bottom: 10px; }
.doc .stamp { color: var(--t-4); font-size: 14.5px; margin-bottom: 40px; }
.doc h2 { font-size: 24px; margin: 40px 0 12px; }
.doc h3 { margin: 26px 0 4px; }
.doc ul { margin: 0 0 16px; padding-left: 20px; color: var(--t-2); }
.doc li { margin-bottom: 9px; }
.doc b { color: var(--t-1); font-weight: 600; }
.doc hr { border: 0; border-top: 1px solid var(--line); margin: 48px 0; }

/* ---------------------------------------------------------------- dar ekran */
@media (max-width: 1000px) {
  .cols { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav .links { display: none; }
  .hero { padding: 52px 0 30px; }
  .hero .col, .split, .split.rev { grid-template-columns: 1fr; gap: 44px; }
  .phone-wrap { max-width: 300px; margin: 0 auto; }
  .phone, .phone.flat { transform: none; }
  .stats .col { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .steps, .strip { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  section { padding: 56px 0; }
}
