/* ===== Yakamoz Mobile — Uygulama tanıtım sayfası ortak stili ===== */

/* HERO */
.app-hero .container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: center;
}
.app-hero-content { display: flex; flex-direction: column; gap: 20px; }

.app-hero-icon {
  display: flex; align-items: center; gap: 16px;
}
.app-hero-icon img {
  width: 76px; height: 76px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow-md);
}
.app-hero-icon .app-cat {
  font-size: 13px; font-weight: 600; color: var(--brand-light);
  text-transform: uppercase; letter-spacing: 0.6px;
}
.app-hero-icon .app-cat + h1 { font-size: clamp(30px, 4.5vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -1px; }

.app-hero-tagline { font-size: 20px; color: var(--text); font-weight: 600; }
.app-hero-desc { font-size: 17px; color: var(--text-soft); max-width: 540px; line-height: 1.75; }

/* Telefon çerçevesi (hero görseli) */
.app-phone {
  width: 300px; height: 600px; margin: 0 auto;
  background: linear-gradient(145deg, var(--card), var(--surface));
  border-radius: 44px; padding: 12px;
  border: 1.5px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 60px var(--brand-glow);
}
.app-phone-screen {
  width: 100%; height: 100%; border-radius: 34px; overflow: hidden;
  background: var(--bg);
}
.app-phone-screen img { width: 100%; height: 100%; object-fit: cover; }

/* Özellik ızgarası base.css'ten (.features / .feature-card) miras alır */

/* İNDİRME CTA (uygulama sayfası) */
.app-download { padding: 90px 0; text-align: center; }
.app-download .container { max-width: 720px; }
.app-download h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; margin-bottom: 14px; }
.app-download p { font-size: 17px; color: var(--text-soft); margin-bottom: 28px; }
.app-download .store-badges { justify-content: center; }
.app-download .pkg-note { margin-top: 18px; font-size: 13px; color: var(--text-muted); }

/* Alt: yasal linkler + geri dön */
.app-legal-links {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
  margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.07);
}
.app-legal-links a { font-size: 14px; color: var(--text-soft); }
.app-legal-links a:hover { color: var(--brand); }

@media (max-width: 900px) {
  .app-hero .container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .app-hero-content { align-items: center; }
  .app-hero-icon { flex-direction: column; text-align: center; }
  .app-hero-desc { max-width: 100%; }
  .app-hero-visual { order: -1; }
}
