/* ===========================================================
   PANTER — Tanıtım sitesi · paylaşılan temel
   Marka: koyu saha teması, lime + yeşil, Barlow Condensed
   =========================================================== */

:root {
  --bg:        #0a0f0d;
  --bg-2:      #070b09;
  --surface:   #121a16;
  --surface-2: #19231d;
  --surface-3: #212d26;
  --line:      rgba(198, 242, 78, 0.12);
  --line-soft: rgba(255, 255, 255, 0.08);

  --green:      #1f9d57;
  --green-deep: #0f7a44;
  --green-dim:  rgba(31, 157, 87, 0.16);
  --lime:       #c6f24e;
  --lime-dim:   rgba(198, 242, 78, 0.14);

  --text:   #f1f5f1;
  --muted:  #97a299;
  --muted-2:#76817a;

  --warn:  #f4a93b;

  --disp: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --mono: "Space Mono", monospace;

  --maxw: 1200px;
  --pad: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---- Type helpers ---- */
.eyebrow {
  font-family: var(--disp); font-weight: 700; font-size: 13px;
  letter-spacing: 3px; text-transform: uppercase; color: var(--lime);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--lime); display: inline-block;
}
.eyebrow.center { justify-content: center; }
.eyebrow.no-rule::before { display: none; }

.disp { font-family: var(--disp); font-weight: 800; text-transform: uppercase; line-height: .9; letter-spacing: -.5px; }
h1, h2, h3 { font-family: var(--disp); font-weight: 800; text-transform: uppercase; margin: 0; line-height: .92; letter-spacing: -.5px; text-wrap: balance; }

.lead { color: var(--muted); font-size: 19px; line-height: 1.5; max-width: 56ch; text-wrap: pretty; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.num { font-family: "Anton", var(--disp); font-weight: 400; letter-spacing: .5px; }
.mono { font-family: var(--mono); letter-spacing: .3px; }
.lime-text { color: var(--lime); }
.green-text { color: #5fd98c; }

/* ---- Buttons ---- */
.btn {
  font-family: var(--disp); font-weight: 700; font-size: 16px; letter-spacing: .6px;
  text-transform: uppercase; border: none; border-radius: 999px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 26px; transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lime { background: var(--lime); color: #0a0f0d; }
.btn-lime:hover { box-shadow: 0 14px 34px rgba(198,242,78,.28); }
.btn-green { background: var(--green); color: #fff; }
.btn-ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1.5px var(--line-soft); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--lime); color: var(--lime); }

/* ---- Store badges ---- */
.stores { display: flex; gap: 12px; flex-wrap: wrap; }
.store {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 11px 18px; border-radius: 14px; background: var(--surface-2);
  box-shadow: inset 0 0 0 1px var(--line-soft); transition: transform .15s ease, box-shadow .15s ease;
}
.store:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--lime); }
.store svg { width: 24px; height: 24px; flex: none; }
.store .st-txt { display: flex; flex-direction: column; line-height: 1.05; }
.store .st-txt small { font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); }
.store .st-txt b { font-family: var(--disp); font-weight: 700; font-size: 18px; letter-spacing: .3px; }

/* ---- Chips / badges ---- */
.chip {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  font-family: var(--disp); font-weight: 600; font-size: 13px; letter-spacing: .5px;
  padding: 8px 14px; border-radius: 999px; color: var(--muted);
  background: var(--surface-2); text-transform: uppercase;
}
.chip.on { background: var(--lime); color: #0a0f0d; }
.chip svg { width: 14px; height: 14px; }

.pill-line {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--disp); font-weight: 700; font-size: 12px; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--muted);
  padding: 7px 14px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-soft);
}
.pill-line .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }

/* ---- Logo ---- */
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo .mark {
  width: 34px; height: 34px; border-radius: 9px; background: var(--lime);
  display: grid; place-items: center; flex: none;
}
.logo .mark svg { width: 20px; height: 20px; }
.logo .word { font-family: var(--disp); font-weight: 800; font-size: 23px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---- Nav ---- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad); gap: 24px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-bottom-color: var(--line-soft); }
.nav .links { display: flex; gap: 30px; align-items: center; }
.nav .links a {
  font-family: var(--disp); font-weight: 600; font-size: 15px; letter-spacing: .8px;
  text-transform: uppercase; color: var(--muted); transition: color .15s ease;
}
.nav .links a:hover { color: var(--text); }
.nav .nav-cta { display: flex; align-items: center; gap: 14px; }

/* ---- Phone frame ---- */
.phone {
  position: relative; border-radius: 30px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,.6), inset 0 0 0 1px var(--line-soft);
  background: var(--bg); width: 242px; flex: none;
}
.phone img { width: 100%; display: block; }
.phone::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); border-radius: 30px;
}

/* ---- Section scaffolding ---- */
.section { padding: 110px var(--pad); }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.section-head { display: flex; flex-direction: column; gap: 18px; }
.section-head h2 { font-size: clamp(34px, 5vw, 60px); }
.center { text-align: center; align-items: center; }

/* ---- Pitch line texture ---- */
.pitch-bg {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.pitch-bg::before {
  content: ""; position: absolute; inset: -2px;
  background-image:
    linear-gradient(transparent 0, transparent calc(100% - 1px), var(--line) 100%),
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), var(--line) 100%);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 0%, transparent 75%);
  opacity: .55;
}

/* ---- Reveal on scroll ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .btn:hover, .store:hover, .mcard:hover, .feat:hover, .role-btn:hover,
  .quote:hover, .q2:hover, .side:hover, .step:hover { transform: none !important; }
}

/* ---- Footer ---- */
.footer { padding: 70px var(--pad) 48px; border-top: 1px solid var(--line-soft); background: var(--bg-2); }
.footer .cols { display: flex; flex-wrap: wrap; gap: 60px; justify-content: space-between; }
.footer .col h4 { font-family: var(--disp); font-weight: 700; font-size: 13px; letter-spacing: 1.6px; color: var(--muted-2); margin-bottom: 16px; text-transform: uppercase; }
.footer .col a { display: block; color: var(--muted); padding: 5px 0; font-size: 15px; transition: color .15s ease; }
.footer .col a:hover { color: var(--lime); }
.footer .base { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 54px; padding-top: 28px; border-top: 1px solid var(--line-soft); color: var(--muted-2); font-size: 14px; }

/* ---- Direction switcher (corner) ---- */
.dir-switch {
  position: fixed; right: 18px; bottom: 18px; z-index: 100;
  display: flex; gap: 4px; padding: 5px; border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 85%, transparent);
  backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(0,0,0,.5), inset 0 0 0 1px var(--line-soft);
}
.dir-switch a {
  font-family: var(--disp); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); padding: 9px 16px; border-radius: 999px; transition: all .15s ease;
}
.dir-switch a.on { background: var(--lime); color: #0a0f0d; }
.dir-switch a:not(.on):hover { color: var(--text); }

/* ---- QR card ---- */
.qr-card { display: inline-flex; align-items: center; gap: 16px; padding: 14px; border-radius: 18px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line-soft); }
.qr-card .qr { width: 76px; height: 76px; border-radius: 11px; background: #fff; padding: 7px; flex: none; }
.qr-card .qr svg { width: 100%; height: 100%; display: block; }
.qr-card .qr-txt { max-width: 150px; }
.qr-card .qr-txt b { font-family: var(--disp); font-weight: 700; font-size: 16px; letter-spacing: .4px; text-transform: uppercase; display: block; }
.qr-card .qr-txt span { font-size: 13px; color: var(--muted); line-height: 1.35; }

/* ---- Waitlist form ---- */
.waitlist { display: flex; gap: 10px; max-width: 460px; flex-wrap: wrap; }
.waitlist input {
  flex: 1; min-width: 200px; background: var(--surface-2); border: none; border-radius: 999px;
  padding: 15px 22px; color: var(--text); font-family: var(--body); font-size: 16px;
  box-shadow: inset 0 0 0 1px var(--line-soft);
}
.waitlist input::placeholder { color: var(--muted-2); }
.waitlist input:focus { outline: none; box-shadow: inset 0 0 0 1.5px var(--lime); }
.waitlist .ok { color: var(--lime); font-family: var(--disp); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 15px 0; }
