/* League of Doctor — tanitim sitesi (handoff token'lari) */
:root {
  --brand: #0E9F76;
  --brand-strong: #0B7D5C;
  --brand-bright: #5AE0B4;
  --brand-soft: #E7F7F1;
  --gold: #E5A93D;
  --gold-deep: #C98A1E;
  --gold-text: #B87A18;
  --ink: #10151C;
  --text: #10151C;
  --text-2: #8A93A3;
  --text-3: #98A0AD;
  --bg: #F3F4F7;
  --card: #ffffff;
  --border: #E4E7EC;
  --hero-a: #17202c;
  --hero-b: #0d1219;
  --shadow-card: 0 1px 2px rgba(16,24,40,.05), 0 12px 26px -14px rgba(16,24,40,.12);
  --shadow-hero: 0 20px 38px -20px rgba(19,26,36,.75);
  --shadow-brand: 0 14px 26px -12px rgba(14,159,118,.75);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand-name, .price, .btn { font-family: 'Space Grotesk', sans-serif; }
a { color: var(--brand); text-decoration: none; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--brand); }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #EAECF0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); }
.brand-name { font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(140deg, #12B085, #0B7D5C);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px -8px rgba(14,159,118,.8);
}
.logo-sm { width: 28px; height: 28px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-weight: 600; font-size: 14px; color: #475061; }
.nav-links a:hover { color: var(--brand); }
.nav-admin {
  border: 1px solid var(--border); border-radius: 11px; padding: 8px 14px;
  background: #fff; color: var(--ink) !important; font-family: 'Space Grotesk';
}
.nav-admin:hover { border-color: var(--brand); color: var(--brand) !important; }
.lang-switch { display: flex; align-items: center; gap: 8px; font-family: 'Space Grotesk'; font-size: 13px; font-weight: 700; }
.lang-switch a { color: #98A0AD; }
.lang-switch a.active { color: var(--brand); }
.lang-switch span { color: #D5D9E0; user-select: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 15px; padding: 15px 26px;
  font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-ghost { background: #fff; border: 1px solid var(--border); color: var(--ink); }
.btn.full { width: 100%; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, var(--hero-a), var(--hero-b));
  color: #fff;
  border-radius: 0 0 34px 34px;
}
.hero-glow {
  position: absolute; top: -180px; right: -120px; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(14,159,118,.32), transparent 68%);
  pointer-events: none;
}
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.2fr .8fr;
  gap: 48px; align-items: center; padding-top: 80px; padding-bottom: 90px;
}
.hero-eyebrow { font-weight: 800; font-size: 12px; letter-spacing: .18em; color: var(--brand-bright); margin-bottom: 16px; }
.hero h1 { font-size: 46px; line-height: 1.12; letter-spacing: -.02em; font-weight: 700; }
.hero-sub { margin-top: 18px; font-size: 15.5px; line-height: 1.7; color: #B7C2CE; max-width: 520px; }
.hero-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-cta .btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; }
.hero-note { margin-top: 22px; font-size: 12px; color: #6b7482; }

/* Phone mockup */
.phone {
  justify-self: center;
  width: 300px; background: #05070a; border-radius: 42px; padding: 10px;
  box-shadow: 0 0 0 2px #22262e, 0 40px 80px -30px rgba(0,0,0,.8);
}
.phone-screen {
  background: var(--bg); border-radius: 34px; padding: 22px 16px;
  display: flex; flex-direction: column; gap: 14px; color: var(--text);
}
.ps-greet { display: flex; align-items: center; justify-content: space-between; }
.ps-hi { font-size: 12px; font-weight: 600; color: var(--text-2); }
.ps-name { font-family: 'Space Grotesk'; font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.ps-streak { background: #FFF0DE; border: 1px solid #F6DEB6; border-radius: 12px; padding: 7px 11px; font-size: 13px; color: var(--gold-text); }
.ps-card { background: #fff; border-radius: 18px; padding: 14px 15px; box-shadow: var(--shadow-card); }
.ps-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ps-label { font-family: 'Space Grotesk'; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; color: var(--text-3); }
.ps-strong { font-family: 'Space Grotesk'; font-size: 12px; }
.ps-bar { height: 8px; border-radius: 99px; background: #EDEFF3; overflow: hidden; }
.ps-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #0E9F76, #12B98A); }
.ps-hint { margin-top: 9px; font-size: 11px; font-weight: 500; color: var(--text-2); }
.ps-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(140deg, #141b26, #1e2938); color: #fff;
  border-radius: 20px; padding: 16px; box-shadow: var(--shadow-hero);
}
.ps-chip {
  display: inline-block; font-family: 'Space Grotesk'; font-size: 9px; font-weight: 700; letter-spacing: .06em;
  color: var(--brand-bright); background: rgba(14,159,118,.18); border: 1px solid rgba(14,159,118,.4);
  border-radius: 8px; padding: 4px 8px; margin-bottom: 11px;
}
.ps-case { font-family: 'Space Grotesk'; font-size: 14px; font-weight: 600; line-height: 1.4; }
.ps-hero-foot { display: flex; align-items: center; gap: 9px; margin-top: 13px; font-size: 11.5px; font-weight: 600; color: #9FB0C0; }
.ps-dots { display: inline-flex; gap: 4px; }
.ps-dots i, .ps-dots em { width: 6px; height: 6px; border-radius: 99px; background: var(--gold); }
.ps-dots em { background: rgba(255,255,255,.2); }
.ps-solve {
  margin-left: auto; background: var(--brand); color: #fff; border-radius: 10px;
  padding: 7px 12px; font-family: 'Space Grotesk'; font-size: 11.5px; font-weight: 700;
}
.ps-stats { display: flex; gap: 8px; }
.ps-stats > div { flex: 1; background: #fff; border-radius: 13px; padding: 10px 11px; box-shadow: 0 1px 2px rgba(16,24,40,.05); }
.ps-stats b { display: block; font-family: 'Space Grotesk'; font-size: 17px; }
.ps-stats span { font-size: 10px; font-weight: 600; color: var(--text-2); }
.ps-green { color: var(--brand); }

/* Gercek ekran goruntusu iceren telefon cercevesi (hero + galeri) */
.phone-shot {
  justify-self: center;
  width: 300px; background: #05070a; border-radius: 42px; padding: 10px;
  box-shadow: 0 0 0 2px #22262e, 0 40px 80px -30px rgba(0,0,0,.8);
}
.phone-shot img { display: block; width: 100%; height: auto; border-radius: 32px; }

/* Ekran galerisi — masaustunde grid, mobilde yatay kaydirma */
.shots {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.shots-3 { grid-template-columns: repeat(3, minmax(0, 300px)); justify-content: center; }
.shot { text-align: center; }
.shot-frame {
  background: #05070a; border-radius: 30px; padding: 7px;
  box-shadow: 0 0 0 1.5px #22262e, 0 26px 48px -22px rgba(0,0,0,.55);
  transition: transform .18s ease;
}
.shot:hover .shot-frame { transform: translateY(-4px); }
.shot-frame img { display: block; width: 100%; height: auto; border-radius: 24px; }
.shot h4 { font-family: 'Space Grotesk'; font-size: 15px; margin: 14px 0 4px; }
.shot p { font-size: 12.5px; line-height: 1.55; color: #5A6472; }

/* Kutuphane (split) bolumu */
.split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.split-badge {
  display: inline-block; font-family: 'Space Grotesk'; font-size: 12px; font-weight: 700;
  letter-spacing: .06em; color: var(--brand);
  background: var(--brand-soft); border: 1px solid #CBEBDF;
  border-radius: 9px; padding: 5px 11px; margin-bottom: 14px;
}
.split h2 { margin-bottom: 16px; }
.split-copy > p { font-size: 15px; line-height: 1.75; color: #5A6472; margin-bottom: 24px; }
.split-list { list-style: none; padding: 0; display: grid; gap: 14px; }
.split-list li { display: flex; gap: 13px; align-items: flex-start; }
.split-ico {
  flex: none; width: 38px; height: 38px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.split-ico svg { width: 19px; height: 19px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.split-list b { display: block; font-family: 'Space Grotesk'; font-size: 15px; margin-bottom: 2px; }
.split-list span { font-size: 13px; line-height: 1.55; color: #5A6472; }
.split-shots { display: flex; gap: 18px; justify-content: center; }
.split-shots .shot-frame { width: 218px; }
.split-shots .shot-frame:nth-child(2) { margin-top: 44px; }

/* Sections */
.section { padding: 88px 0; }
.section-alt { background: #fff; }
.section-label {
  font-family: 'Space Grotesk'; font-size: 12px; font-weight: 700; letter-spacing: .1em;
  color: var(--text-3); margin-bottom: 12px;
}
.section h2 { font-size: 34px; letter-spacing: -.02em; margin-bottom: 40px; }
.grid { display: grid; gap: 16px; }
.features { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--card); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-card);
  transition: transform .15s ease;
}
.section-alt .card { border: 1px solid #F1F2F5; }
.card:hover { transform: translateY(-2px); }
.tile { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.tile svg { width: 21px; height: 21px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tile-green { background: var(--brand-soft); }
.tile-green svg { stroke: var(--brand); }
.tile-gold { background: #FBF1DC; }
.tile-gold svg { stroke: var(--gold-deep); }
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p { font-size: 13.5px; line-height: 1.65; color: #5A6472; }

/* Steps */
.steps { grid-template-columns: repeat(4, 1fr); }
.step { background: var(--bg); border-radius: 18px; padding: 22px; }
.step-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 11px; background: var(--brand); color: #fff;
  font-family: 'Space Grotesk'; font-weight: 700; margin-bottom: 14px;
}
.step h3 { font-size: 15.5px; margin-bottom: 6px; }
.step p { font-size: 13px; line-height: 1.6; color: #5A6472; }

/* Pricing */
.pricing { grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; }
.price-card {
  background: var(--card); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.price-pro { position: relative; border: 2px solid var(--brand); }
.pro-chip {
  position: absolute; top: -14px; left: 30px;
  background: linear-gradient(140deg, #E5A93D, #C98A1E); color: #fff;
  font-family: 'Space Grotesk'; font-size: 12px; font-weight: 700;
  border-radius: 9px; padding: 5px 11px;
}
.price-card h3 { font-size: 19px; }
.price { font-size: 40px; font-weight: 700; margin-top: 8px; }
.price span { font-size: 15px; color: var(--text-2); font-weight: 600; }
.price-alt { font-size: 12.5px; color: var(--text-2); font-weight: 600; margin-top: 2px; }
.price-card ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 11px; }
.price-card li { font-size: 14px; font-weight: 600; color: #3C4653; padding-left: 26px; position: relative; }
.price-card li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--brand); font-weight: 800;
}
.price-card .btn { margin-top: auto; }
.pricing-note { text-align: center; margin-top: 26px; font-size: 13px; color: var(--text-2); }

/* CTA */
.cta {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(150deg, #161d29, #0f141c); color: #fff;
  border-radius: 34px; margin: 0 24px 24px;
}
.cta-inner { padding: 80px 24px; position: relative; }
.cta h2 { font-size: 32px; letter-spacing: -.02em; }
.cta p { color: #9FB0C0; margin: 12px 0 26px; }

/* Footer */
.footer { padding: 44px 0 50px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 9px; font-family: 'Space Grotesk'; font-weight: 700; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 13.5px; font-weight: 600; color: #475061; }
.footer-links a:hover { color: var(--brand); }
.footer-note { font-size: 12px; color: var(--text-3); line-height: 1.7; }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 60px; }
  .phone, .hero .phone-shot { display: none; }
  .hero h1 { font-size: 34px; }
  .features { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .nav-links > a:not(.nav-admin) { display: none; }
  .shots {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 16px; padding-bottom: 14px; margin: 0 -24px; padding-left: 24px; padding-right: 24px;
  }
  .shot { flex: 0 0 218px; scroll-snap-align: center; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-shots .shot-frame { width: 46%; }
}
@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .section h2 { font-size: 27px; }
  .split-shots .shot-frame:nth-child(2) { margin-top: 26px; }
}
