/* ============================================================
   LocatoPet — Coming Soon. Koyu navy-teal, mockup'a birebir.
   Renkler design_tokens (teal #32B5A8, coral #FF6B5C) ile hizalı.
   ============================================================ */
:root {
  /* Renkler mockup'tan piksel-örnekleme ile çıkarıldı (deep navy zemin) */
  --bg-0: #00060f;
  --bg-1: #000b1f; /* base navy — örneklenen #000B1F/#000C1F */
  --surface: rgba(120, 170, 220, 0.045); /* kart yüzey ~#071632 navy cam */
  --surface-2: rgba(120, 170, 220, 0.08);
  --border: rgba(70, 150, 175, 0.18);
  --border-strong: rgba(4, 207, 154, 0.5); /* teal kenarlık */
  --teal: #04cf9a; /* Care / progress / ikon — örnek #04CF9A */
  --teal-bright: #4fe9c4;
  --teal-neon: #52ffd1; /* overline / cd başlık / etiketler — örnek #52FFD1 */
  --cyan: #56e0f5; /* başlık gradient orta — örnek #58E0FA */
  --sky: #43d2f4; /* başlık gradient sağ-uç — örnek #43D4F6 */
  --coral: #ff5c52; /* Love — örnek #FF5C52 */
  --blue: #4488fd; /* Together — örnek #4683FD */
  --ink: #f2f6fb;
  --muted: #92a8c2;
  --muted-dim: #5f7693;
  --gold: #fbbf24;
  --glow-teal: rgba(6, 110, 110, 0.6);

  --maxw: 1320px;
  --radius: 18px;
  --radius-lg: 26px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1000px 620px at 72% 62%, rgba(6, 92, 92, 0.5) 0%, transparent 58%),
    radial-gradient(760px 520px at 92% 8%, rgba(16, 86, 104, 0.34) 0%, transparent 60%),
    radial-gradient(680px 520px at 52% 102%, rgba(3, 74, 78, 0.42) 0%, transparent 60%),
    var(--bg-1);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  line-height: 1.5;
}

.ic { width: 1em; height: 1em; display: inline-block; vertical-align: middle; }

/* ---------- Dekoratif zemin ---------- */
.bg-decor { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
.glow--teal { width: 520px; height: 520px; right: 8%; top: 6%; background: radial-gradient(circle, var(--glow-teal), transparent 70%); }
.glow--cyan { width: 420px; height: 420px; left: -6%; bottom: 4%; background: radial-gradient(circle, rgba(34, 211, 238, 0.35), transparent 70%); }
.waves { position: absolute; right: 0; top: 0; height: 100%; width: 46%; }
.paw-mark { position: absolute; font-size: 22px; opacity: 0.06; filter: grayscale(1) brightness(2); }
.paw-mark--1 { left: 6%; top: 30%; }
.paw-mark--2 { right: 30%; top: 12%; font-size: 16px; }
.paw-mark--3 { right: 6%; bottom: 18%; font-size: 28px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: relative;
  z-index: 5;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 26px clamp(20px, 4vw, 56px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between; /* nav kaldırıldı → logo sol, pill sağ */
  gap: 24px;
}
.brand { flex-shrink: 0; }
.brand__wordmark { height: 46px; width: auto; display: block; }

.status-pill {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: linear-gradient(180deg, rgba(4, 207, 154, 0.12), rgba(4, 207, 154, 0.04));
  box-shadow: 0 0 0 1px rgba(4, 207, 154, 0.08), 0 8px 30px -12px var(--glow-teal);
  color: var(--teal-bright);
  font-weight: 600; font-size: 14.5px;
}
.status-pill .ic { font-size: 17px; }

/* ============================================================
   HERO LAYOUT
   ============================================================ */
.hero {
  position: relative; z-index: 4;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 4vw, 56px) 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

/* ---------- SOL SÜTUN ---------- */
.overline {
  display: inline-flex; align-items: center; gap: 11px;
  color: var(--teal-neon);
  text-transform: uppercase; letter-spacing: 0.14em;
  font-weight: 700; font-size: 13.5px;
  margin-bottom: 22px;
}
.overline__badge {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(4, 207, 154, 0.12);
  border: 1px solid var(--border);
  font-size: 18px;
}

.display-title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: clamp(27px, 4.9vw, 66px);
  margin-bottom: 24px;
  white-space: nowrap;
}
.display-title__top { display: block; color: var(--ink); }
.display-title__grad {
  display: block;
  /* Mockup: nane-teal → cyan → açık mavi-cyan (parlak, koyu maviyle bitmez) */
  background: linear-gradient(95deg, #5fe0b0 0%, var(--cyan) 52%, var(--sky) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.lede { color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); margin-bottom: 18px; }

.tagline { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2vw, 26px); margin-bottom: 30px; }
.tagline--love { color: var(--coral); }
.tagline--care { color: var(--teal); }
.tagline--together { color: var(--blue); }

/* ---------- E-posta abone kartı ---------- */
.subscribe {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon copy" "field field" "msg msg";
  gap: 14px 16px;
  align-items: center;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  backdrop-filter: blur(6px);
  max-width: 560px;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .subscribe {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "icon copy field" "msg msg msg";
  }
}
.subscribe__icon {
  grid-area: icon;
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(4, 207, 154, 0.18), rgba(4, 207, 154, 0.06));
  border: 1px solid var(--border);
  color: var(--teal-bright); font-size: 22px;
}
.subscribe__copy { grid-area: copy; display: flex; flex-direction: column; }
.subscribe__copy strong { font-size: 15.5px; color: var(--ink); }
.subscribe__copy span { font-size: 13px; color: var(--muted); }
.subscribe__field {
  grid-area: field;
  display: flex; align-items: center; gap: 8px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 6px 6px 6px 16px;
  min-width: 0;
}
.subscribe__field:focus-within { border-color: var(--border-strong); box-shadow: 0 0 0 3px rgba(4, 207, 154, 0.12); }
.subscribe__field input {
  flex: 1; min-width: 0;
  background: none; border: none; outline: none;
  color: var(--ink); font-size: 15px; font-family: inherit;
}
.subscribe__field input::placeholder { color: var(--muted-dim); }
.subscribe__submit {
  flex-shrink: 0;
  width: 40px; height: 40px; border-radius: 10px; border: none;
  display: grid; place-items: center; cursor: pointer;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal));
  color: #04231f; font-size: 19px;
  transition: transform 0.15s, box-shadow 0.2s;
}
.subscribe__submit:hover { transform: translateX(2px); box-shadow: 0 6px 18px -6px var(--glow-teal); }
.subscribe__submit:disabled { opacity: 0.55; cursor: progress; }
.subscribe__msg { grid-area: msg; font-size: 13px; min-height: 0; }
.subscribe__msg.is-ok { color: var(--teal-bright); }
.subscribe__msg.is-err { color: var(--coral); }

/* ---------- Güven satırı ---------- */
.trust { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.trust__shield {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(4, 207, 154, 0.1); border: 1px solid var(--border);
  color: var(--teal-bright); font-size: 22px;
}
.trust__text { flex: 1 1 220px; min-width: 200px; }
.trust__text strong { display: block; color: var(--teal-neon); font-size: 14px; margin-bottom: 3px; }
.trust__text span { color: var(--muted); font-size: 12.5px; line-height: 1.45; }
.trust__social-proof { display: flex; flex-direction: column; gap: 4px; }
.avatars { display: inline-flex; }
.avatars__a {
  width: 34px; height: 34px; border-radius: 50%;
  object-fit: cover; /* kare kaynak → daire, asla stretch olmaz */
  border: 2px solid #cfd8e0;
  margin-left: -10px; background: var(--bg-1);
}
.avatars__a:first-child { margin-left: 0; }
.trust__waitcount { font-size: 12.5px; color: var(--muted); max-width: 190px; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }

/* ---------- Sosyal ---------- */
.follow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.follow__label { color: var(--teal-neon); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; font-size: 13px; }
.follow__list { display: flex; gap: 10px; list-style: none; }
.follow__list a {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--muted); font-size: 19px; transition: all 0.2s;
}
.follow__list a:hover { color: var(--teal-bright); border-color: var(--border-strong); transform: translateY(-2px); }

/* ============================================================
   SAĞ SÜTUN — hero pets + countdown + services
   ============================================================ */
.hero__right { display: flex; flex-direction: column; align-items: stretch; }

.hero-pets {
  position: relative; height: clamp(210px, 23vw, 320px);
  display: flex; justify-content: center; align-items: flex-end;
  margin-bottom: 0; z-index: 3; pointer-events: none;
}
.hero-pets__img { height: 100%; width: auto; transform: translateX(5%); filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.55)); }

/* ---------- Countdown kartı ---------- */
.countdown-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-strong);
  /* Mockup: navy yüzey #03102A→#000D24, teal kenar glow */
  background: linear-gradient(180deg, rgba(6, 22, 46, 0.9), rgba(2, 12, 30, 0.95));
  box-shadow: 0 0 0 1px rgba(4, 207, 154, 0.06), 0 30px 80px -30px rgba(0, 0, 0, 0.85), 0 0 70px -18px var(--glow-teal);
  padding: clamp(22px, 2.4vw, 34px) clamp(20px, 2.4vw, 36px) clamp(18px, 1.8vw, 24px);
  backdrop-filter: blur(10px);
}
.countdown-card__title {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  color: var(--teal-neon); font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.countdown-card__title span { color: var(--teal); opacity: 0.7; }

.countdown { display: flex; align-items: stretch; justify-content: center; gap: clamp(6px, 1vw, 14px); }
.cd-cell {
  flex: 1 1 0; min-width: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--border);
  padding: clamp(14px, 1.6vw, 22px) 6px clamp(10px, 1vw, 14px);
  text-align: center;
}
.cd-cell__num {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4vw, 54px); line-height: 1; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.cd-cell__label { display: block; margin-top: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted-dim); }
.cd-colon { align-self: center; font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 3vw, 38px); color: var(--teal); opacity: 0.6; }

.progress { margin-top: 20px; }
.progress__track { height: 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); overflow: hidden; position: relative; }
.progress__fill {
  height: 100%; width: 0%;
  border-radius: 999px;
  /* Mockup: teal → açık nane (sağda parlar) */
  background: linear-gradient(90deg, #019ca0 0%, #2fc7b2 55%, #8df0e0 100%);
  position: relative;
  box-shadow: 0 0 16px -2px rgba(45, 220, 200, 0.5);
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.progress__dot {
  position: absolute; right: -3px; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: #d8fff7; box-shadow: 0 0 12px 2px #8df0e0;
}
.progress__label { text-align: center; margin-top: 11px; color: var(--muted); font-size: 14px; }
.progress__label strong { color: var(--teal-bright); }

.countdown-card__paw {
  /* Mockup: kartın sağ-orta kenarında, yarı dışarı, güçlü teal glow */
  position: absolute; right: -28px; top: 64%; transform: translateY(-50%);
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(6, 22, 46, 0.96), rgba(2, 12, 30, 1));
  border: 1px solid var(--border-strong);
  box-shadow: 0 0 34px -4px var(--glow-teal), inset 0 0 18px -8px var(--teal);
  color: var(--teal-neon); font-size: 30px;
}

/* ---------- Hizmet ikonları ---------- */
.services {
  list-style: none;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.service {
  display: flex; flex-direction: column; align-items: center; gap: 11px;
  padding: 20px 4px 14px;
  border-radius: 16px;
  /* Mockup: navy gradient tile, üst kenar hafif teal glow */
  background: linear-gradient(180deg, rgba(20, 54, 78, 0.5), rgba(4, 16, 36, 0.65));
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(80, 220, 200, 0.12);
  font-size: 11.5px; color: var(--muted); text-align: center;
  transition: all 0.2s;
}
.service:hover { border-color: var(--border-strong); color: var(--ink); transform: translateY(-2px); }
.service__ic {
  /* Tüm hizmet ikonları aynı: parlak teal-cyan, glow (tutarlılık) */
  display: grid; place-items: center;
  color: var(--teal-neon); font-size: 27px;
  filter: drop-shadow(0 0 8px rgba(82, 255, 209, 0.35));
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative; z-index: 4;
  max-width: var(--maxw); margin: 0 auto;
  padding: 8px clamp(20px, 4vw, 56px) 28px;
  display: flex; justify-content: flex-end;
}
.domain { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 500; }
.domain .ic { font-size: 18px; color: var(--teal-bright); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero__left { order: 1; }
  .hero__right { order: 2; }
  /* Mobilde hero yüksekliği küçülür; overlap yine 0 (bkz .hero-pets base) —
     patiler countdown kutusunun tam üstünde, PC ile tutarlı, başlığa binmez. */
  .hero-pets { height: 200px; margin-bottom: 0; }
}

@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; gap: 14px; padding-top: 20px; }
  .status-pill { font-size: 13px; padding: 10px 16px; }
  .brand__wordmark { height: 38px; }
  .services { grid-template-columns: repeat(4, 1fr); }
  .countdown { gap: 5px; }
  .cd-colon { font-size: 20px; }
  .trust { flex-direction: column; }
  .follow { justify-content: flex-start; }
  .site-footer { justify-content: center; }
}

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

/* Erişilebilirlik: hareket azaltma */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

:focus-visible { outline: 2px solid var(--teal-bright); outline-offset: 2px; border-radius: 4px; }
