/* ============================================
   Life Reklam — Shared Stylesheet
   Brand: #FED303 (sarı) #EE134B (pembe/kırmızı) #13407D (lacivert) #030000 (siyah)
   ============================================ */

:root {
  --yellow: #FED303;
  --pink: #EE134B;
  --navy: #13407D;
  --black: #030000;
  --ink: #0B1B33;
  --ink-dark: #0B1B33;
  --text-body: #525C6B;
  --text-muted: #5B6472;
  --text-faint: #7A828E;
  --text-label: #9AA1AC;
  --border: #E4E7EC;
  --border-soft: #E9EBEF;
  --border-hair: #EFF0F3;
  --surface: #FFFFFF;
  --surface-alt: #F5F6F8;
  --surface-faint: #FAFBFC;
  --navy-deep: #0B2A54;
  --whatsapp: #25D366;
  --whatsapp-dark: #1D9A50;
  --tag-yellow-bg: #FEF4D8;
  --tag-yellow-fg: #8A6900;
  --tag-pink-bg: #FDE7EC;
  --tag-navy-bg: #E8EEF7;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
a:hover { opacity: 0.85; }
img { max-width: 100%; }
button { font-family: inherit; }

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-weight: 800;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.btn-primary {
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}
.btn-secondary {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid #D7DCE3;
  font-size: 16px;
  padding: 16px 32px;
}
.btn-small {
  background: var(--pink);
  color: #fff;
  font-size: 14px;
  padding: 12px 24px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.site-header .wrap {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header .logo img { height: 46px; width: auto; display: block; }
.nav-desktop { display: flex; align-items: center; gap: 32px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.nav-links a.active { color: var(--pink); }
.nav-cta {
  background: var(--pink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 999px;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-toggle span { width: 20px; height: 2px; background: var(--navy); display: block; }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 300;
  display: none;
  flex-direction: column;
}
.mobile-menu.open { display: flex; }
.mobile-menu-top {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid var(--border);
}
.mobile-menu-top img { height: 42px; width: auto; }
.mobile-menu-close {
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 20px;
  color: var(--navy);
  cursor: pointer;
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 8px;
  overflow-y: auto;
}
.mobile-menu-links a {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  padding: 16px 8px;
  border-bottom: 1px solid var(--border-hair);
}
.mobile-menu-links a.active { color: var(--pink); }
.mobile-menu-cta {
  margin-top: 16px;
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 16px;
  border-radius: 999px;
  text-align: center;
}

@media (max-width: 899px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: flex; }
}

/* ---------- Page header banner (breadcrumb + title) ---------- */
.page-banner { background: var(--surface-alt); padding: 56px 24px; }
.page-banner .crumb { font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 14px; }
.page-banner h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 900; margin: 0 0 16px; }
.page-banner p { font-size: 16px; color: var(--text-body); max-width: 620px; margin: 0; }

/* ---------- Hero (Anasayfa) ---------- */
.hero {
  position: relative;
  padding: 72px 24px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: center;
}
.hero-copy { flex: 1 1 420px; min-width: 320px; }
.eyebrow {
  display: inline-block;
  background: var(--tag-yellow-bg);
  color: var(--tag-yellow-fg);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.hero h1 { font-size: clamp(34px, 4.5vw, 54px); font-weight: 900; line-height: 1.08; margin: 0 0 24px; }
.hero h1 .accent { color: var(--pink); }
.hero p { font-size: 17px; line-height: 1.75; color: var(--text-body); max-width: 520px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-media { flex: 1 1 420px; min-width: 300px; position: relative; }
.hero-media .swoosh {
  position: absolute; top: -24px; right: -10px;
  width: 140px; height: 6px;
  background: linear-gradient(90deg, var(--navy), var(--pink));
  border-radius: 999px;
  transform: rotate(-18deg);
  opacity: 0.5;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero-grid .wide { grid-column: 1 / -1; aspect-ratio: 16/9; border-radius: 20px; overflow: hidden; }
.hero-grid .sq { aspect-ratio: 1; border-radius: 16px; overflow: hidden; }
.hero-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Section heading ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head.wide { max-width: 640px; }
.section-eyebrow { font-size: 13px; font-weight: 800; color: var(--pink); letter-spacing: 0.06em; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 900; margin: 0 0 16px; }
.section-head p { font-size: 16px; color: var(--text-body); line-height: 1.7; margin: 0; }

/* ---------- Services grid (home) ---------- */
.services-section { padding: 0 24px 96px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 24px; }
.service-card {
  display: block; background: #fff; border: 1px solid var(--border-soft);
  border-radius: 18px; padding: 28px;
}
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon span { width: 18px; height: 18px; display: block; }
.service-card .title { font-size: 18px; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.service-card .desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Stats band ---------- */
.stats-band { background: var(--navy); padding: 64px 24px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; text-align: center; }
.stat .value { font-size: clamp(32px, 4vw, 44px); font-weight: 900; color: var(--yellow); margin-bottom: 8px; }
.stat .label { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.85); }

/* ---------- Process steps ---------- */
.process-section { padding: 96px 24px; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.step { position: relative; padding-left: 20px; border-left: 3px solid var(--navy); }
.step .n { font-size: 13px; font-weight: 800; margin-bottom: 10px; }
.step .title { font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.step .desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ---------- Gallery preview ---------- */
.gallery-section { background: var(--surface-alt); padding: 96px 24px; }
.gallery-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 40px; }
.gallery-head a { font-size: 15px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.gallery-grid .item { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Clients ---------- */
.clients-section { padding: 80px 24px; }
.clients-title { text-align: center; font-size: 13px; font-weight: 800; color: var(--text-label); letter-spacing: 0.06em; margin-bottom: 32px; }
.clients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 16px; }
.client-slot { height: 64px; border-radius: 10px; background: var(--surface-alt); display: flex; align-items: center; justify-content: center; }
.client-slot span { font-family: 'Courier New', monospace; font-size: 11px; color: var(--text-label); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); padding: 80px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-band .swoosh {
  position: absolute; top: 20px; left: -40px;
  width: 220px; height: 5px;
  background: linear-gradient(90deg, var(--yellow), var(--pink));
  transform: rotate(-14deg);
  opacity: 0.25;
}
.cta-band h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 900; color: #fff; margin: 0 0 20px; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 32px; }

.cta-band-simple { background: var(--ink); padding: 80px 24px; text-align: center; }
.cta-band-simple h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 900; color: #fff; margin: 0 0 20px; }
.cta-band-simple p { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 32px; }

/* ---------- SEO text block ---------- */
.seo-block { padding: 0 24px 96px; }
.seo-block .label { font-size: 13px; font-weight: 800; color: var(--text-label); letter-spacing: 0.06em; margin-bottom: 16px; }
.seo-text {
  height: 220px; overflow-y: auto; border: 1px solid var(--border-soft);
  border-radius: 16px; padding: 24px 28px; background: var(--surface-faint);
}
.seo-text p { font-size: 14px; line-height: 1.9; color: var(--text-muted); margin: 0 0 16px; }
.seo-text p:last-child { margin: 0; }

/* ---------- About page ---------- */
.about-intro { padding: 80px 24px; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.about-intro .media { flex: 1 1 420px; min-width: 300px; aspect-ratio: 4/3; border-radius: 20px; overflow: hidden; }
.about-intro .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-intro .copy { flex: 1 1 420px; min-width: 300px; }
.about-intro .copy h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 900; margin: 0 0 20px; }
.about-intro .copy p { font-size: 16px; line-height: 1.8; color: var(--text-body); margin: 0 0 16px; }
.about-intro .copy p:last-child { margin: 0; }

.vision-mission { padding: 0 24px 80px; }
.vm-grid { display: grid; grid-template-columns: repeat(2, minmax(260px, 1fr)); gap: 24px; }
.vm-card { border-radius: 20px; padding: 36px; }
.vm-card.vision { background: var(--tag-navy-bg); }
.vm-card.mission { background: var(--tag-pink-bg); }
.vm-card .label { font-size: 13px; font-weight: 800; letter-spacing: 0.06em; margin-bottom: 16px; }
.vm-card p { font-size: 16px; line-height: 1.8; color: #334055; margin: 0; }
@media (max-width: 700px) { .vm-grid { grid-template-columns: 1fr; } }

.values-section { background: var(--surface-alt); padding: 80px 24px; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.value-card { background: #fff; border-radius: 18px; padding: 28px; border: 1px solid var(--border-soft); }
.value-card .dot { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 18px; }
.value-card .title { font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.value-card .desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

.caps-section { padding: 96px 24px; }
.caps-list { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.caps-list a {
  background: var(--surface-alt); color: var(--ink); font-size: 15px; font-weight: 700;
  padding: 14px 24px; border-radius: 999px; border: 1px solid var(--border-soft);
}

/* ---------- Services page (detail rows) ---------- */
.services-detail { padding: 16px 24px 40px; }
.service-row {
  display: flex; flex-wrap: wrap; gap: 48px; align-items: center;
  padding: 64px 0; border-bottom: 1px solid var(--border-hair);
}
.service-row.reverse { flex-direction: row-reverse; }
.service-row .media { flex: 1 1 420px; min-width: 300px; aspect-ratio: 4/3; border-radius: 20px; overflow: hidden; }
.service-row .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-row .copy { flex: 1 1 420px; min-width: 300px; }
.service-row h2 { font-size: clamp(24px, 3vw, 30px); font-weight: 900; margin: 0 0 18px; }
.service-row .desc { font-size: 16px; line-height: 1.8; color: var(--text-body); margin: 0 0 22px; }
.bullets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.bullets .bullet { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #334055; font-weight: 600; }
.bullets .dot-mark { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
@media (max-width: 700px) { .service-row, .service-row.reverse { flex-direction: column; } }

/* ---------- Referanslar page ---------- */
.filter-bar { padding: 40px 24px 0; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn {
  border: 1.5px solid var(--border); background: #fff; color: #334055;
  font-size: 14px; font-weight: 700; padding: 11px 20px; border-radius: 999px; cursor: pointer;
}
.filter-btn.active { border-color: var(--pink); background: var(--pink); color: #fff; }

.refs-grid-wrap { padding: 40px 24px 96px; }
.refs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.ref-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--border-soft); cursor: pointer; background: none; padding: 0; text-align: left; }
.ref-card .thumb { aspect-ratio: 4/3; overflow: hidden; }
.ref-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ref-card .tagrow { padding: 16px; }
.tag-pill { display: inline-block; font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 999px; }
.refs-empty { text-align: center; padding: 64px 24px; color: var(--text-faint); font-size: 15px; display: none; }

.lightbox {
  position: fixed; inset: 0; background: rgba(11,27,51,0.92); z-index: 500;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; border: none; background: rgba(255,255,255,0.15); color: #fff;
  border-radius: 50%; cursor: pointer;
}
.lightbox-close { top: 24px; right: 24px; width: 44px; height: 44px; font-size: 22px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 22px; }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 22px; }
.lightbox-body { max-width: 900px; width: 100%; }
.lightbox-body .frame { border-radius: 16px; overflow: hidden; }
.lightbox-body img { width: 100%; max-height: 70vh; object-fit: cover; display: block; }
.lightbox-meta { text-align: center; margin-top: 16px; color: #fff; }
.lightbox-meta .position { font-size: 14px; color: rgba(255,255,255,0.7); }

/* ---------- İletişim page ---------- */
.contact-grid { padding: 80px 24px; display: flex; flex-wrap: wrap; gap: 48px; }
.contact-info { flex: 1 1 320px; min-width: 280px; }
.contact-info .heading { font-size: 13px; font-weight: 800; color: var(--pink); letter-spacing: 0.06em; margin-bottom: 20px; }
.info-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.info-item .label { font-size: 13px; font-weight: 800; color: var(--text-label); margin-bottom: 6px; }
.info-item .value { font-size: 15px; color: #334055; line-height: 1.7; }
.info-item .value a { color: var(--navy); font-weight: 700; display: block; }
.map-placeholder {
  aspect-ratio: 16/9; border-radius: 16px;
  background: repeating-linear-gradient(45deg, var(--border-soft), var(--border-soft) 12px, #DEE1E6 12px, #DEE1E6 24px);
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.map-placeholder span { font-family: 'Courier New', monospace; font-size: 12px; color: var(--text-faint); text-align: center; }

.contact-form { flex: 1.2 1 400px; min-width: 300px; background: var(--surface-alt); border-radius: 20px; padding: 40px; }
.contact-form .heading { font-size: 20px; font-weight: 900; margin-bottom: 24px; }
.field { display: flex; flex-direction: column; gap: 18px; }
.field label { font-size: 13px; font-weight: 700; color: #334055; display: block; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; box-sizing: border-box; padding: 14px 16px; border-radius: 10px;
  border: 1.5px solid var(--border); font-size: 15px; font-family: inherit; background: #fff;
}
.field textarea { resize: vertical; }
.wa-submit {
  text-align: center; background: var(--whatsapp); color: #fff; font-size: 16px; font-weight: 800;
  padding: 16px; border-radius: 12px; margin-top: 8px; display: block; border: none; cursor: pointer; width: 100%;
}
.form-note { font-size: 12px; color: var(--text-label); text-align: center; margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer-top { background: var(--surface-alt); padding: 64px 24px 48px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-grid img { height: 40px; width: auto; margin-bottom: 16px; }
.footer-grid p { font-size: 14px; line-height: 1.7; color: var(--text-muted); max-width: 280px; margin: 0 0 16px; }
.footer-social { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.footer-social.insta { color: var(--navy); }
.footer-social.wa { color: var(--whatsapp-dark); }
.footer-col-title { font-size: 13px; font-weight: 800; color: var(--ink); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14px; color: var(--text-muted); font-weight: 600; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.footer-contact a { color: var(--text-muted); font-weight: 700; }
.site-footer-bottom { background: var(--navy-deep); padding: 20px 24px; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.footer-bottom-inner span { font-size: 13px; color: rgba(255,255,255,0.75); }

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25); z-index: 400;
}

/* ---------- Utility ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
