/* Sepet web — landing + davet + yasal sayfalar ortak stil */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/pjs-500.ttf") format("truetype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/pjs-700.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/pjs-800.ttf") format("truetype");
  font-weight: 800; font-style: normal; font-display: swap;
}

:root {
  --green: #0e7a5f;
  --green-deep: #0b6650;
  --green-dark: #094d3d;
  --amber: #f5b53d;
  --cream: #f4f1ea;
  --cream-2: #ece8df;
  --paper: #ffffff;
  --ink: #20271f;
  --ink-soft: #5d6358;
  --ink-faint: #9aa094;
  --line: rgba(32, 39, 31, 0.09);
  --grad: linear-gradient(135deg, #0f8366 0%, #0b6650 55%, #094d3d 100%);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--green); }
img { max-width: 100%; display: block; }

/* ── Üst bar ── */
.nav {
  max-width: 1080px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; gap: 10px;
}
.nav .mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--grad);
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.nav .name { font-weight: 800; font-size: 19px; letter-spacing: -0.3px; color: var(--ink); text-decoration: none; }
.nav .spacer { flex: 1; }
.nav .nav-cta {
  background: var(--green); color: #fff; text-decoration: none; font-weight: 700; font-size: 14.5px;
  padding: 10px 18px; border-radius: 12px;
}
.nav.on-dark .name { color: #fff; }
.nav.on-dark .mark { background: rgba(255,255,255,.14); }
.nav.on-dark .nav-cta { background: #fff; color: var(--green-dark); }

/* ── Butonlar ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 15px; text-decoration: none;
  font-weight: 700; font-size: 16px; line-height: 1.2; border: 0; cursor: pointer;
}
.btn-light { background: #fff; color: var(--green-dark); box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(14,122,95,.28); }
.btn .sub { display: block; font-size: 11.5px; font-weight: 500; opacity: .75; }
.btn-2line { flex-direction: row; text-align: left; }
.btn-2line b { display: block; font-size: 16px; }
.btn-2line span.txt { display: block; }

/* ── Hero (landing) ── */
.hero-wrap { background: var(--grad); color: #fff; overflow: hidden; position: relative; }
.hero-wrap::before {
  content: ""; position: absolute; top: -140px; right: -120px; width: 460px; height: 460px;
  border-radius: 50%; background: rgba(245, 181, 61, .16);
}
.hero-wrap::after {
  content: ""; position: absolute; bottom: -180px; left: -140px; width: 420px; height: 420px;
  border-radius: 50%; background: rgba(255,255,255,.06);
}
.hero2 {
  max-width: 1080px; margin: 0 auto; padding: 40px 24px 0;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
  position: relative; z-index: 1;
}
.hero2 .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24);
  border-radius: 100px; padding: 7px 16px; font-size: 13.5px; font-weight: 700;
}
.hero2 .pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }
.hero2 h1 { font-size: 50px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.12; margin-top: 20px; }
.hero2 h1 em { font-style: normal; color: var(--amber); }
.hero2 p.lead { font-size: 18.5px; opacity: .93; margin-top: 16px; max-width: 460px; }
.hero2 .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero2 .trust { margin-top: 22px; padding-bottom: 26px; font-size: 14px; opacity: .85; font-weight: 700; letter-spacing: .2px; }
.hero-art { display: flex; justify-content: center; align-self: end; max-height: 520px; overflow: hidden; position: relative; padding-top: 26px; }
.hero-art::before {
  content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 430px; height: 430px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(245, 181, 61, .22), rgba(245, 181, 61, 0));
}
@media (max-width: 900px) { .hero-art { max-height: 420px; } }

/* Telefon çerçevesi — alt kenar sert kesilmek yerine zemine erir */
.phone {
  width: min(272px, 72vw);
  border: 9px solid #10231d; border-bottom: 0; border-radius: 40px 40px 0 0;
  overflow: hidden; background: #10231d;
  box-shadow: 0 34px 80px rgba(4, 30, 23, .42);
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, #000 76%, transparent 99%);
  mask-image: linear-gradient(to bottom, #000 76%, transparent 99%);
}
.phone img { width: 100%; }
.phone.small { width: min(250px, 64vw); border-radius: 34px 34px 0 0; }
.phone.framed { border-bottom: 9px solid #10231d; border-radius: 36px; -webkit-mask-image: none; mask-image: none; }
.phone.framed img { height: 470px; object-fit: cover; object-position: top center; }

/* ── Bölümler ── */
.section { max-width: 1080px; margin: 0 auto; padding: 72px 24px 0; }
.section:last-of-type { padding-bottom: 84px; }
.kicker { color: var(--green); font-weight: 800; font-size: 13.5px; letter-spacing: 1.6px; text-transform: uppercase; }
.section h2.title { font-size: 32px; font-weight: 800; letter-spacing: -0.8px; margin-top: 6px; }
.section p.sub { color: var(--ink-soft); font-size: 16.5px; margin-top: 8px; max-width: 560px; }

.grid-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.feat {
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px;
}
.feat .ic {
  width: 46px; height: 46px; border-radius: 14px; background: rgba(14,122,95,.1);
  display: inline-flex; align-items: center; justify-content: center; color: var(--green);
}
.feat h3 { font-size: 17px; font-weight: 800; margin: 14px 0 5px; letter-spacing: -0.2px; }
.feat p { color: var(--ink-soft); font-size: 14.5px; }

/* Ekran şeridi — eşit boyda kompakt kartlar, görsel üstten kırpılır */
.shots {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin: 34px auto 0; max-width: 1000px;
}
.shots figure {
  border-radius: 22px; overflow: hidden; border: 5px solid #10231d; background: #10231d;
  box-shadow: 0 18px 40px rgba(4, 30, 23, .16);
}
.shots img {
  width: 100%; height: 380px; object-fit: cover; object-position: top center;
}
.shots figcaption {
  color: #fff; font-size: 13px; font-weight: 700; text-align: center; padding: 9px 6px 11px;
}

/* Adımlar */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.step-card { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px; position: relative; }
.step-card .no {
  width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #fff;
  font-weight: 800; font-size: 17px; display: inline-flex; align-items: center; justify-content: center;
}
.step-card h3 { font-size: 17px; font-weight: 800; margin: 14px 0 5px; }
.step-card p { color: var(--ink-soft); font-size: 14.5px; }
.step-card .code-sample {
  display: inline-block; margin-top: 10px; background: var(--cream); border: 1px dashed rgba(14,122,95,.4);
  border-radius: 10px; padding: 4px 14px; font-weight: 800; letter-spacing: 3px; color: var(--green-dark);
}

/* CTA bandı */
.cta-band {
  background: var(--grad); border-radius: 28px; color: #fff;
  padding: 52px 44px; margin-top: 72px; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; top: -120px; right: -80px; width: 300px; height: 300px;
  border-radius: 50%; background: rgba(245,181,61,.18);
}
.cta-band h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.7px; position: relative; }
.cta-band p { opacity: .9; margin-top: 8px; position: relative; }
.cta-band .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; position: relative; }
.cta-band .note { font-size: 13px; opacity: .78; margin-top: 16px; position: relative; }

/* ── Eski/ortak bileşenler (yasal sayfalar bunları kullanır) ── */
.hero {
  background: var(--grad);
  color: #fff;
  padding: 64px 24px 56px;
  text-align: center;
}
.hero .logo { width: 96px; height: 96px; border-radius: 24px; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.hero h1 { font-size: 42px; font-weight: 800; letter-spacing: -1px; }
.hero p.tag { font-size: 18px; opacity: .92; margin-top: 10px; }
.hero a { color: #fff; }
main { max-width: 760px; margin: 0 auto; padding: 40px 24px 72px; }
main.wide { max-width: 1080px; }
.card {
  background: var(--paper);
  border-radius: 20px;
  padding: 28px 30px;
  margin-top: 22px;
  border: 1px solid var(--line);
}
.card h2 { font-size: 21px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 10px; }
.card h3 { font-size: 16.5px; font-weight: 700; margin: 20px 0 6px; }
.card p, .card li { color: var(--ink-soft); font-size: 15.5px; }
.card ul, .card ol { padding-left: 22px; margin: 8px 0; }
.card li { margin: 5px 0; }
.badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
  color: #fff; text-decoration: none; padding: 12px 22px; border-radius: 14px;
  font-weight: 700; font-size: 15px;
}
.badge.soon { opacity: .75; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin-top: 22px; }
.feature { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.feature .emoji { font-size: 26px; }
.feature h3 { font-size: 16px; font-weight: 800; margin: 10px 0 4px; }
.feature p { color: var(--ink-soft); font-size: 14px; }
footer { text-align: center; color: var(--ink-faint); font-size: 13.5px; padding: 26px 24px 48px; border-top: 1px solid var(--line); margin-top: 72px; }
footer a { color: var(--ink-soft); margin: 0 8px; }
footer .foot-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.updated { color: var(--ink-faint); font-size: 13.5px; margin-top: 4px; }

/* ── Davet sayfası ── */
.invite-head { background: var(--grad); color: #fff; padding-bottom: 34px; position: relative; overflow: hidden; }
.invite-head::before {
  content: ""; position: absolute; top: -140px; right: -100px; width: 380px; height: 380px;
  border-radius: 50%; background: rgba(245,181,61,.16);
}
.invite-head .inner { max-width: 1080px; margin: 0 auto; padding: 26px 24px 0; text-align: center; position: relative; }
.invite-head h1 { font-size: 34px; font-weight: 800; letter-spacing: -0.8px; }
.invite-head p { opacity: .92; margin-top: 6px; }
.invite-grid {
  max-width: 1080px; margin: 0 auto; padding: 40px 24px 0;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start;
}
.code-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 30px; }
.code-panel .label { font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--green); }
.code-box {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 18px; padding: 18px 22px; margin-top: 14px;
}
.code-box strong { font-size: 34px; letter-spacing: 6px; font-weight: 800; color: var(--green-dark); }
.copy-btn {
  border: 0; border-radius: 12px; padding: 12px 18px; cursor: pointer;
  background: var(--green); color: #fff; font-size: 15px; font-weight: 700; font-family: inherit;
}
.copy-btn.copied { background: var(--green-dark); }
.mini-steps { margin-top: 24px; }
.mini-steps li { display: flex; gap: 14px; margin-top: 16px; color: var(--ink-soft); font-size: 15px; list-style: none; align-items: flex-start; }
.mini-steps .n {
  flex: none; width: 30px; height: 30px; border-radius: 50%; background: rgba(14,122,95,.12);
  color: var(--green-dark); font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;
}
.muted { color: var(--ink-soft); font-size: 14.5px; margin-top: 12px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero2 { grid-template-columns: 1fr; padding-top: 26px; gap: 26px; }
  .hero2 h1 { font-size: 38px; }
  .grid-feats { grid-template-columns: repeat(2, 1fr); }
  .shots { grid-template-columns: repeat(2, 1fr); max-width: 560px; }
  .shots img { height: 340px; }
  .steps-row { grid-template-columns: 1fr; }
  .invite-grid { grid-template-columns: 1fr; }
  .invite-grid .phone-col { display: flex; justify-content: center; }
}
@media (max-width: 520px) {
  .grid-feats { grid-template-columns: 1fr; }
  .shots { grid-template-columns: 1fr 1fr; gap: 12px; }
  .shots img { height: 250px; }
  .shots figcaption { font-size: 11.5px; }
  .section h2.title { font-size: 26px; }
  .cta-band { padding: 40px 22px; }
  .code-box strong { font-size: 26px; letter-spacing: 4px; }
}
