:root {
  --bg: #ffffff;
  --wash: #f5f5f5;
  --ink: #111111;
  --muted: #666666;
  --line: #d9d9d9;
  --white: #ffffff;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --sans: "Inter", system-ui, sans-serif;
  --mono: "Fragment Mono", ui-monospace, monospace;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.nav-pill {
  width: min(1120px, 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-right: auto;
}

.brand img { width: 28px; height: 28px; border-radius: 8px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 8px 12px;
  font-family: var(--mono);
  font-size: 13px;
  color: #555;
}

.nav-links a:hover { color: var(--ink); }

.nav-cta { margin-left: 8px; }
.btn.menu-cta { display: none; }

.lang-switch {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 999px;
  padding: 3px;
  margin-left: 4px;
  flex-shrink: 0;
}

.lang-switch button {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 6px 9px;
  border-radius: 999px;
  color: #777;
}

.lang-switch button.is-on {
  background: #111;
  color: #fff;
}

[data-lang-block] { display: none; }
html[lang="en"] [data-lang-block="en"],
html[lang="tr"] [data-lang-block="tr"] { display: block; }

.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}

.menu-btn span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1.5px;
  background: var(--ink);
}

.menu-btn span:first-child { top: 16px; }
.menu-btn span:last-child { top: 23px; }
.menu-btn.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease);
}

.btn:hover { transform: translateY(-1px); background: #000; }

.btn-ico {
  font-size: 14px;
  line-height: 1;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero {
  position: relative;
  z-index: 1;
  padding: 56px 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 32px;
  align-items: center;
  min-height: calc(100dvh - 88px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 12px;
  color: #555;
  margin-bottom: 18px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

h1 {
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 800;
  max-width: 10ch;
}

.lede {
  margin-top: 20px;
  max-width: 44ch;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-meta {
  display: flex;
  gap: 18px;
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.stage {
  position: relative;
  height: 620px;
}

.phone {
  position: absolute;
  width: 236px;
  height: auto;
  aspect-ratio: 9 / 19.4;
  padding: 0;
  border-radius: 36px;
  background: #111;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.18);
}

.phone-glass {
  position: absolute;
  inset: 7px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  background: #0b0b0c;
  border-radius: 99px;
  z-index: 5;
}

.home-bar {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 99px;
  z-index: 5;
}

.phone-a { left: 8%; top: 28px; z-index: 2; transform: rotate(-8deg); }
.phone-b { left: 38%; top: 0; z-index: 4; }
.phone-c { left: 62%; top: 36px; z-index: 3; transform: rotate(8deg); }

.float { animation: float 5.6s ease-in-out infinite alternate; }
.phone-c { animation-delay: -1.8s; }
.phone-a { animation-delay: -0.7s; }

@keyframes float {
  from { translate: 0 0; }
  to { translate: 0 -10px; }
}

.screen { height: 100%; padding: 38px 12px 22px; background: #fff; }

.ui-top { display: flex; justify-content: space-between; align-items: center; }
.ui-brand { font-weight: 800; letter-spacing: -0.04em; font-size: 15px; }
.streak { font-size: 11px; font-weight: 700; }

.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin: 12px 0 16px;
}

.day { text-align: center; font-size: 8px; color: var(--muted); }

.day b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 4px auto 0;
  border-radius: 50%;
  font-size: 9px;
}

.day.is-on b { background: #111; color: #fff; }

.kcal-row { display: flex; justify-content: space-between; align-items: flex-end; }
.kcal-n { font-size: 40px; font-weight: 800; letter-spacing: -0.06em; line-height: 0.9; }
.kcal-l { font-size: 11px; color: var(--muted); margin-top: 4px; }

.ring {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: conic-gradient(#111 62%, #ececec 0);
  display: grid;
  place-items: center;
}

.ring::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
}

.lemon-sit { width: 54px; margin: -10px 0 0 auto; }

.macros {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 14px;
}

.macro {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 8px 6px;
  font-size: 9px;
}

.macro strong { display: block; font-size: 11px; }

.water {
  margin-top: 8px;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 8px;
  font-size: 10px;
  font-weight: 700;
}

.fab {
  position: absolute;
  right: 16px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.scan-photo { height: 42%; width: 100%; object-fit: cover; }
.phone-c .screen { height: auto; flex: 1; }
.scan-sheet { padding-top: 10px; }

.chip {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--muted);
}

.scan-title { font-size: 16px; font-weight: 800; letter-spacing: -0.04em; }
.scan-kcal { font-size: 28px; font-weight: 800; margin: 6px 0 8px; letter-spacing: -0.05em; }

.ing {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  padding: 6px 0;
  border-top: 1px solid #eee;
}

.progress-title { font-size: 18px; font-weight: 800; letter-spacing: -0.04em; }

.bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 120px;
  margin: 18px 0;
}

.bar {
  flex: 1;
  background: #111;
  border-radius: 8px 8px 4px 4px;
}

.stat {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 12px;
  margin-top: 8px;
}

.stat small { color: var(--muted); font-size: 10px; }
.stat b { display: block; font-size: 22px; letter-spacing: -0.04em; }

.section { padding: 88px 0; scroll-margin-top: 92px; }

.section h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 18ch;
  font-weight: 800;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head p { max-width: 36ch; color: var(--muted); }

.steps {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 16px;
}

.bezel { padding: 0; }

.card {
  background: var(--wash);
  border-radius: 24px;
  padding: 28px;
  min-height: 100%;
}

.card h3 {
  font-size: 26px;
  letter-spacing: -0.04em;
  margin: 10px 0 10px;
  font-weight: 800;
}

.num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.card p { color: var(--muted); }

.card-photo {
  margin: 18px 0 0;
  border-radius: 18px;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.why {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}

.why-copy { padding: 12px 8px 0; }

.pills { display: grid; gap: 12px; }

.why-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.why-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.why-item h3 { margin: 0; line-height: 1.1; }

.why-item p { margin: 0; }

.ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
}

.benefits { display: grid; gap: 0; }

.benefit {
  display: grid;
  grid-template-columns: 80px 1fr 1.1fr;
  gap: 24px;
  padding: 32px 8px;
  border-top: 1px solid var(--line);
  align-items: start;
}

.benefit:last-child { border-bottom: 1px solid var(--line); }

.benefit .idx {
  font-family: var(--mono);
  font-size: 18px;
}

.benefit h3 { font-size: 22px; letter-spacing: -0.04em; font-weight: 800; }

.faq { max-width: 760px; }

.faq-item { border-top: 1px solid var(--line); }

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
}

.faq-item p {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  padding-bottom: 0;
  transition: max-height 0.45s var(--ease), padding 0.45s var(--ease);
}

.faq-item.is-open p { max-height: 240px; padding-bottom: 18px; }

.plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.faq-item.is-open .plus { transform: rotate(45deg); }

.cta {
  margin: 24px auto 72px;
  padding: 64px 40px;
  text-align: center;
  background: var(--wash);
  border-radius: 32px;
}

.cta h2 { margin: 0 auto 12px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.045em; }

.cta p { color: var(--muted); margin: 0 auto 24px; max-width: 42ch; }

.footer {
  padding: 40px 0 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid var(--line);
}

.footer strong { color: var(--ink); display: block; margin-bottom: 10px; }
.footer a { display: block; padding: 4px 0; font-family: var(--mono); font-size: 13px; }

.legal {
  padding: 24px 0 96px;
  max-width: 760px;
}

.legal h1 { font-size: clamp(36px, 5vw, 56px); max-width: none; }

.legal .updated { color: var(--muted); margin: 16px 0 36px; font-family: var(--mono); font-size: 13px; }

.legal h2 {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin: 36px 0 10px;
}

.legal h3 { margin: 22px 0 8px; font-size: 17px; }

.legal a { text-decoration: underline; text-underline-offset: 3px; }

.legal code {
  font-family: var(--mono);
  font-size: 0.86em;
  background: #f5f5f5;
  padding: 1px 6px;
  border-radius: 6px;
}

.legal p, .legal li { color: #333; margin-bottom: 12px; }
.legal ul, .legal ol { padding-left: 18px; margin-bottom: 12px; }
.legal li { margin-bottom: 6px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field span { font-size: 12px; font-weight: 600; font-family: var(--mono); }

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: var(--wash);
  padding: 14px 16px;
  font: inherit;
}

.field textarea { min-height: 140px; resize: vertical; }

.note {
  background: var(--wash);
  border-radius: 16px;
  padding: 18px 20px;
  color: var(--muted);
  font-size: 14px;
}

.hero-lemon {
  width: 140px;
  margin-top: 28px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.12));
}

.ui {
  width: 390px;
  height: 850px;
  transform: scale(0.569);
  transform-origin: top left;
  background: #fff;
  color: #111;
  padding: 10px 16px 0;
  position: relative;
  box-sizing: border-box;
}

.ui-status {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 8px 10px;
}

.ui-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-sq, .ui-crown {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.ui-crown { background: #2f9e5b; color: #fff; }

.ui-pill {
  background: #f3f3f3;
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.ui-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 11px;
  margin: 14px 0 18px;
  color: #888;
  line-height: 1.25;
}

.ui-week .on {
  background: #111;
  color: #fff;
  border-radius: 99px;
  padding: 6px 0;
}

.ui-card {
  position: relative;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 28px 16px 16px;
  margin-top: 18px;
}

.ui-peek {
  position: absolute;
  left: 50%;
  top: -22px;
  width: 56px;
  height: 56px;
  transform: translateX(-50%);
}

.ui-kcal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-kcal-row b { font-size: 48px; letter-spacing: -1.4px; }

.ui-kcal-row span {
  background: #f3f3f3;
  border-radius: 99px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.ui-card > p { color: #777; font-size: 13px; margin: 4px 0 14px; }

.ui-macros {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.ui-macros span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
  font-size: 14px;
}

.ui-macros small { display: block; color: #888; font-size: 11px; margin: 2px 0 6px; }

.ui-macros i {
  display: block;
  height: 6px;
  background: #eee;
  border-radius: 99px;
}

.ui-h { font-weight: 800; font-size: 17px; margin: 18px 0 10px; }

.ui-note {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.ui-job {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 10px;
}

.ui-job img, .ui-thumb img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
}

.ui-thumb { position: relative; width: 72px; height: 72px; }

.ui-thumb span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-weight: 800;
  border-radius: 14px;
  font-size: 14px;
}

.ui-job b { display: block; font-size: 15px; }
.ui-job small { color: #888; font-size: 12px; }
.ui-job i {
  display: block;
  height: 8px;
  background: #eee;
  border-radius: 6px;
  margin-top: 8px;
  width: 120px;
}
.ui-job i.short { width: 80px; }

.ui-fab {
  position: absolute;
  right: 18px;
  bottom: 72px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 500;
}

.ui-tab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 12px 8px 20px;
  font-size: 11px;
  color: #999;
  background: #fff;
}

.ui-tab .on { color: #111; font-weight: 800; }

.ui.ui-result { padding: 0; }

.ui-hero {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ui-sheet { padding: 16px; }

.ui-title { font-size: 22px; }

.ui-chips { display: flex; gap: 8px; margin: 10px 0 12px; }
.ui-chips span {
  background: #f3f3f3;
  border-radius: 99px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.ui-chips .on { background: #111; color: #fff; }

.ui-cal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.ui-cal strong { font-size: 28px; }

.ui-mac3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; font-size: 12px; }
.ui-mac3 div {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 10px;
}
.ui-mac3 i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-bottom: 6px; }
.ui-mac3 .r { background: #e24b4a; }
.ui-mac3 .o { background: #f5a623; }
.ui-mac3 .b { background: #4a90e2; }
.ui-mac3 b { font-size: 18px; }

.ui-ing {
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 8px;
}

.why-lemon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

.cta { position: relative; overflow: hidden; }

.cta-lemon {
  width: 160px;
  margin: 0 auto 8px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.12));
}

.footer-peek { width: 120px; margin-top: 16px; }

.phone-glass picture {
  position: absolute;
  inset: 0;
  display: block;
}

.screen-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.7s var(--ease) forwards;
}

.d1 { animation-delay: 0.06s; }
.d2 { animation-delay: 0.12s; }
.d3 { animation-delay: 0.18s; }

@keyframes rise {
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .nav { top: 10px; }
  .nav-pill {
    padding: 6px 8px 6px 12px;
    gap: 6px;
  }
  .nav-cta { display: none; }
  .nav-links { display: none; }
  .nav-links.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 40;
    padding: 80px 24px 40px;
  }
  .nav-links.is-open a {
    font-family: var(--sans);
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.045em;
    color: var(--ink);
    padding: 10px 16px;
  }
  .nav-links.is-open .btn.menu-cta {
    display: inline-flex;
    margin-top: 28px;
    color: #fff;
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 22px;
  }
  .menu-btn { display: block; z-index: 50; }
  .lang-switch { margin-left: 0; }
  .lang-switch button { padding: 6px 8px; }
  .legal-nav .btn { display: none; }
  .hero, .why, .steps, .footer, .contact-grid, .benefit {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding: 28px 0 8px;
    gap: 16px;
  }
  h1 { font-size: 36px; max-width: none; line-height: 1; }
  .lede { font-size: 16px; }
  .hero-actions {
    margin-top: 20px;
    flex-direction: column;
  }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .hero-meta { flex-wrap: wrap; gap: 8px 14px; }
  .hero-lemon { display: none; }
  .stage {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 12px auto 0;
  }
  .phone-a, .phone-c { display: none; }
  .phone-b {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(220px, 62vw);
    height: auto;
    aspect-ratio: 9 / 19.4;
  }
  .why-item { padding: 20px; }
  .why-item h3 { font-size: 22px; }
  .benefit {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  .benefit .idx { font-size: 13px; }
  .section-head {
    flex-direction: column;
    align-items: start;
  }
  .section h2 { max-width: none; }
  .float { animation: none; }
  .section { padding: 72px 0 56px; }
  .section h2 { font-size: 32px; line-height: 1.08; }
  .cta { padding: 36px 20px; margin: 12px auto 40px; }
  .benefit { gap: 8px; padding: 24px 0; }
  .cta-lemon { width: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  .float, .reveal { animation: none; opacity: 1; transform: none; }
}
