:root {
  color-scheme: light;
  --ink: #211713;
  --muted: #75665f;
  --cream: #fff9f4;
  --peach: #ffcfad;
  --orange: #ff7d35;
  --line: #eadbd1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at 75% 15%, #ffe3cd 0, transparent 34%), var(--cream);
  font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.topbar, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { text-decoration: none; font-size: 28px; font-weight: 800; letter-spacing: -.06em; }
.brand strong { color: var(--orange); }
.home-link { font-weight: 750; text-underline-offset: 5px; }
.topbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 900; white-space: nowrap; }
.language-switch a { text-decoration: none; }
.language-switch [aria-current="page"] { color: var(--ink); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding: 52px 0 86px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(48px, 7.5vw, 90px); line-height: .95; letter-spacing: -.07em; }
h1 span { color: var(--orange); }
.lead { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.stores { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 12px; max-width: 600px; }
.store-button { min-height: 82px; display: flex; align-items: center; gap: 14px; padding: 13px 18px; border-radius: 18px; color: #fff; background: #171310; text-decoration: none; box-shadow: 0 13px 30px #39251924; transition: transform .18s ease; }
.store-button:not(.disabled):hover { transform: translateY(-2px); }
.store-button small, .store-button strong, .store-button em { display: block; }
.store-button small { font-size: 10px; letter-spacing: .12em; }
.store-button strong { font-size: 21px; line-height: 1.1; }
.store-button em { color: var(--peach); font-size: 11px; font-style: normal; }
.store-button:not(.disabled) em { display: none; }
.store-button.disabled { cursor: not-allowed; opacity: .58; }
.web-app-button { grid-column: 1 / -1; justify-content: center; background: var(--orange); }
.store-icon { width: 38px; height: 38px; display: grid; place-items: center; font-size: 27px; }
.store-icon.apple { font-size: 32px; }
.availability { color: var(--muted); font-size: 13px; }
.visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: linear-gradient(140deg, var(--peach), #ff9e64); filter: drop-shadow(0 32px 45px #b55b2733); }
.phone { position: relative; z-index: 1; width: min(310px, 76vw); padding: 13px; border: 9px solid #211713; border-radius: 44px; background: #fff; box-shadow: 0 34px 70px #4c2a1d3d; transform: rotate(4deg); }
.phone-bar { display: flex; justify-content: space-between; padding: 12px 9px; font-weight: 900; }
.phone-bar b { color: var(--orange); }
.meal-photo { position: relative; height: 245px; overflow: hidden; border-radius: 28px; background: radial-gradient(circle, #eadfc3 0 20%, #ba815c 21% 23%, #b5cf83 24% 42%, #4e8c59 43% 49%, #d98f52 50%); }
.food { position: absolute; width: 62px; height: 48px; border-radius: 50%; background: #f0c45c; box-shadow: inset -8px -8px #d7813d33; }
.food-one { left: 38px; top: 48px; }.food-two { right: 42px; top: 70px; background: #e55c45; }.food-three { left: 96px; bottom: 36px; background: #f4e6b5; }.food-four { right: 31px; bottom: 26px; background: #6fad70; }
.scan-result { padding: 20px 13px 14px; }
.scan-result small { color: var(--orange); font-weight: 900; letter-spacing: .1em; }
.scan-result h2 { margin: 9px 0 4px; font-size: 21px; line-height: 1.2; }
.scan-result > strong { color: var(--orange); font-size: 24px; }
.scan-result p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.fact-card { position: absolute; z-index: 2; right: 0; bottom: 42px; width: 245px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: 0 22px 55px #4c2a1d2e; transform: rotate(-4deg); }
.fact-card span { display: block; color: var(--orange); font-weight: 900; }.fact-card strong { display: block; margin-top: 5px; line-height: 1.3; }
.referral-card { max-width: 600px; margin: 0 0 24px; padding: 17px; border: 1px solid #ff9f64; border-radius: 18px; background: #fff2e8; }
.referral-card > span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.referral-card div { display: flex; align-items: center; gap: 12px; margin-top: 4px; }.referral-card strong { font: 900 25px ui-monospace, monospace; letter-spacing: .12em; }.referral-card button { border: 0; border-radius: 10px; padding: 8px 12px; background: var(--orange); color: #fff; font-weight: 800; cursor: pointer; }.referral-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.hidden { display: none !important; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.benefits article { padding: 40px 36px; border-right: 1px solid var(--line); }.benefits article:last-child { border: 0; }.benefits span { color: var(--orange); font-weight: 900; }.benefits strong { display: block; margin: 8px 0; font-size: 22px; }.benefits p { margin: 0; color: var(--muted); }
footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); } footer nav { display: flex; gap: 22px; }
.consent-banner { position: fixed; z-index: 20; left: 20px; right: 20px; bottom: 20px; max-width: 940px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 55px #3925192e; }
.consent-banner.hidden { display: none; }
.consent-banner strong { display: block; }
.consent-banner p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-actions button { min-height: 42px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; }
.consent-actions .primary { border-color: var(--orange); background: var(--orange); color: #fff; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 15px; padding-top: 32px; }
  .visual { min-height: 570px; }
  .benefits { grid-template-columns: 1fr; }.benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .topbar, main, footer { width: min(100% - 24px, 1180px); }
  .topbar { height: 72px; }.topbar-actions { gap: 9px; }.home-link { font-size: 13px; }.language-switch { gap: 3px; font-size: 11px; }
  .hero { padding: 34px 0 58px; }.stores { grid-template-columns: 1fr; }.web-app-button { grid-column: auto; }
  .visual { min-height: 500px; }.glow { width: 350px; height: 350px; }.phone { transform: rotate(2deg); }.fact-card { right: 2px; bottom: 12px; width: 210px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; } footer nav { flex-wrap: wrap; }
  .consent-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 12px; }.consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
