/* Steep / steepdating.com — yasal sayfalar (mobil uygulama ile uyumlu ton) */
:root {
  --bg: #faf9f7;
  --text: #333333;
  --muted: #6b5f56;
  --accent: #a65d47;
  --max: 42rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 1.5rem 1.25rem 3rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
}

.site-header {
  max-width: var(--max);
  margin: 0 auto 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(166, 93, 71, 0.2);
}

.site-header h1 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--accent);
}

.site-header p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-nav {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.site-nav a {
  color: var(--accent);
  text-decoration: none;
  margin-right: 1rem;
}

.site-nav a:hover {
  text-decoration: underline;
}

main {
  max-width: var(--max);
  margin: 0 auto;
}

main h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

main h2:first-of-type {
  margin-top: 0;
}

main p {
  margin: 0 0 0.85rem;
  color: var(--text);
}

main ul {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
}

main li {
  margin-bottom: 0.35rem;
}

main a {
  color: var(--accent);
  word-break: break-word;
}

.site-footer {
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  color: var(--muted);
}

.landing-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.landing-links li {
  margin-bottom: 0.75rem;
}

.landing-links a {
  font-weight: 500;
}

/* ——— Landing (steepdating.com home) ——— */
body.page-home {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}

.home-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(166, 93, 71, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 60%, rgba(196, 123, 98, 0.12), transparent 45%),
    linear-gradient(180deg, #fdfcfa 0%, #f5f0ea 45%, #faf8f5 100%);
}

.home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 68rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  width: 100%;
}

.home-logo {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.home-logo:hover {
  opacity: 0.88;
}

.home-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.home-nav a {
  color: var(--muted);
  text-decoration: none;
}

.home-nav a:hover {
  color: var(--accent);
}

.home-main {
  flex: 1;
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.home-hero {
  text-align: center;
  padding: 2rem 0 3rem;
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-hero {
    padding: 3rem 0 4rem;
    max-width: 48rem;
  }
}

.home-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(2rem, 6vw, 2.85rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  color: var(--text);
}

.home-title-accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}

.home-lead {
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 32rem;
}

.home-stores {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(166, 93, 71, 0.15);
}

.home-stores-label {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
  align-items: flex-start;
}

.home-store-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 220px;
}

.home-store-note {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--muted);
  text-align: center;
  max-width: 14rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.1rem;
  min-height: 3.25rem;
  border-radius: 0.65rem;
  background: var(--text);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(51, 51, 51, 0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(51, 51, 51, 0.2);
}

.store-badge--disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: auto;
}

.store-badge--disabled:hover {
  transform: none;
  box-shadow: 0 4px 20px rgba(51, 51, 51, 0.12);
}

.store-badge__icon {
  flex-shrink: 0;
}

.store-badge__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.store-badge__small {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.92;
}

.store-badge__large {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.store-badge--google {
  background: #1a1a1a;
}

.home-features {
  padding: 2.5rem 0 1rem;
}

.home-section-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.75rem;
  color: var(--text);
}

.home-feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .home-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .home-feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.home-feature-card {
  margin: 0;
  padding: 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(166, 93, 71, 0.12);
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(80, 60, 50, 0.06);
}

.home-feature-icon {
  display: block;
  font-size: 1.25rem;
  color: var(--accent);
  margin-bottom: 0.65rem;
  line-height: 1;
}

.home-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.home-feature-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.home-feature-card a {
  color: var(--accent);
  font-weight: 500;
}

.home-cta {
  margin-top: 2.5rem;
  padding: 2.25rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(166, 93, 71, 0.14) 0%, rgba(166, 93, 71, 0.06) 100%);
  border: 1px solid rgba(166, 93, 71, 0.2);
}

.home-cta-inner {
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}

.home-cta-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.home-cta-text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-age-note {
  margin: 0;
  padding: 0 1rem 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(107, 95, 86, 0.75);
}

.home-footer {
  margin-top: auto;
  padding: 2.5rem 1.5rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.5);
}

.home-footer-inner {
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
}

.home-footer-brand {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 0.75rem;
}

.home-footer-legal {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.home-footer-legal a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.home-footer-legal a:hover {
  text-decoration: underline;
}

.home-footer-dot {
  margin: 0 0.5rem;
  color: var(--muted);
}

.home-footer-company {
  margin: 0 auto;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 26rem;
}
