:root {
  --cream: #fff8e5;
  --gold: #f7d976;
  --sage: #eef3d6;
  --olive: #6f842e;
  --olive-bright: #7b9135;
  --olive-dark: #4c5e25;
  --text: #2f3a22;
  --muted: #5f684c;
  --terracotta: #d95b3f;
  --glass: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --line: rgba(111, 132, 46, 0.2);
  --shadow: 0 24px 70px rgba(75, 91, 32, 0.16);
  --soft-shadow: 0 18px 42px rgba(92, 78, 20, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(247, 217, 118, 0.78) 0 18rem, transparent 37rem),
    radial-gradient(circle at 8% 22%, rgba(255, 248, 229, 0.95) 0 22rem, transparent 42rem),
    radial-gradient(circle at 92% 78%, rgba(238, 243, 214, 0.9) 0 20rem, transparent 44rem),
    linear-gradient(135deg, #fffdf4 0%, var(--cream) 22%, #f8de86 58%, var(--sage) 100%);
  color: var(--text);
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  content: "";
  filter: blur(36px);
  opacity: 0.28;
  pointer-events: none;
}

body::before {
  left: -8rem;
  bottom: 16rem;
  background: #7f9a38;
}

body::after {
  right: -6rem;
  top: 18rem;
  background: #f6c85c;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 22px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1240px, calc(100% - 56px));
  min-height: 90px;
  margin: 22px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 16px 50px rgba(89, 78, 25, 0.12);
  backdrop-filter: blur(20px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand {
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  font-weight: 800;
}

.brand img,
.footer-brand img {
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(84, 100, 37, 0.16);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 58px);
  font-size: 1rem;
}

.main-nav a {
  border-radius: 999px;
  color: #26311d;
  transition: color 0.2s ease, background 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--olive);
}

.header-cta,
.primary-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 16px;
  font-weight: 750;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta,
.primary-button {
  border: 1px solid rgba(78, 97, 35, 0.24);
  background: linear-gradient(135deg, var(--olive-bright), #5f7427);
  color: #fffdf0;
  box-shadow: 0 14px 28px rgba(89, 112, 36, 0.22);
}

.header-cta {
  gap: 14px;
  padding: 0 24px;
  white-space: nowrap;
}

.header-cta span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.3rem;
}

.header-cta:hover,
.primary-button:hover,
.outline-button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 5vw, 80px);
  width: min(1240px, calc(100% - 56px));
  margin: 36px auto 0;
  padding: clamp(22px, 3vw, 42px) 30px 34px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: -136px -90px -40px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 70% 15%, rgba(249, 194, 79, 0.64), transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.92), transparent 34%),
    radial-gradient(circle at 30% 80%, rgba(238, 243, 214, 0.9), transparent 30%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.hero-app-icon {
  width: clamp(100px, 12vw, 148px);
  height: clamp(100px, 12vw, 148px);
  margin-bottom: clamp(22px, 3vw, 44px);
  border-radius: 32px;
  box-shadow: 0 22px 52px rgba(96, 108, 37, 0.2);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.35rem, 3.7vw, 3.85rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 595px;
  margin: 34px 0 0;
  color: #37412c;
  font-size: clamp(1.02rem, 1.4vw, 1.34rem);
  line-height: 1.55;
}

.hero-lead strong {
  color: var(--terracotta);
  font-weight: 800;
}

.download-panel {
  max-width: 620px;
  margin-top: 36px;
  padding: 28px 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.download-panel h2 {
  margin: 0 0 22px;
  font-size: clamp(1.2rem, 2vw, 1.42rem);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.store-button {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 14px 22px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 12px 30px rgba(40, 42, 23, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.is-temporarily-hidden {
  display: none !important;
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(40, 42, 23, 0.22);
}

.store-button span:last-child {
  display: grid;
  gap: 0;
  font-size: clamp(1.52rem, 2.5vw, 1.92rem);
  font-weight: 800;
  line-height: 1.02;
}

.store-button small {
  font-size: 0.96rem;
  font-weight: 500;
}

.store-dark {
  background: linear-gradient(150deg, #252525, #090909);
}

.store-blue {
  background: linear-gradient(135deg, #1387ff, #0a66e8);
}

.store-green {
  background: linear-gradient(135deg, #93a93f, #6f842e);
}

.store-icon,
.rustore-icon,
.android-icon,
.google-play {
  flex: 0 0 auto;
}

.apple {
  position: relative;
  width: 38px;
  height: 42px;
  color: transparent;
}

.apple::before {
  position: absolute;
  inset: 7px 3px 2px;
  border-radius: 46% 46% 50% 50%;
  background: #fff;
  content: "";
}

.apple::after {
  position: absolute;
  top: 0;
  left: 22px;
  width: 15px;
  height: 11px;
  border-radius: 100% 0 100% 0;
  background: #fff;
  content: "";
  transform: rotate(-28deg);
}

.google-play {
  width: 44px;
  height: 44px;
  clip-path: polygon(8% 0, 96% 50%, 8% 100%);
  background:
    linear-gradient(150deg, #20c46b 0 34%, transparent 34%),
    linear-gradient(30deg, #20a4ff 0 48%, #ffd23d 48% 72%, #f14236 72%);
}

.rustore-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: #177cff;
  font-size: 2rem;
}

.android-icon {
  font-size: 2.6rem;
  line-height: 1;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.phone-mockup {
  position: absolute;
  top: 4px;
  left: 50%;
  width: min(426px, 76vw);
  height: min(742px, 132vw);
  padding: 16px;
  border: 5px solid #1e221c;
  border-radius: 58px;
  background: linear-gradient(145deg, #0e1110, #4e514b 42%, #171b17);
  box-shadow:
    0 42px 76px rgba(78, 65, 24, 0.25),
    inset -6px 0 10px rgba(255, 255, 255, 0.18);
  transform: translateX(-45%) rotate(5deg);
}

.phone-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 43px;
  background: linear-gradient(180deg, #fffaf0 0%, #f6f0e4 100%);
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 122px;
  height: 32px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 18px 29px 0;
  font-size: 0.76rem;
  font-weight: 800;
}

.phone-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 30px 0;
}

.phone-topline h2 {
  margin: 0;
  font-size: 1.35rem;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 22px;
  height: 22px;
  margin-left: -5px;
  border: 2px solid #fffaf0;
  border-radius: 999px;
  background: linear-gradient(135deg, #513d2d, #f0bd86);
}

.avatars span:nth-child(2) {
  background: linear-gradient(135deg, #5f7427, #e7cfa3);
}

.avatars span:nth-child(3) {
  background: linear-gradient(135deg, #1d1d1b, #d2aa77);
}

.search-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 24px 28px 0;
  padding: 0 14px;
  border: 1px solid #e5dccb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  color: #a7a08f;
}

.search-pill input {
  width: 100%;
  height: 42px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.tabs {
  display: flex;
  gap: 12px;
  padding: 20px 28px 0;
  font-size: 0.75rem;
  font-weight: 750;
  white-space: nowrap;
}

.tabs span {
  padding: 8px 13px;
  border-radius: 999px;
  color: #4e4e3b;
}

.tabs .active {
  background: #fbf5df;
  color: var(--olive);
}

.task-preview {
  display: grid;
  gap: 11px;
  margin: 18px 22px 0;
  padding: 0;
  list-style: none;
}

.task-preview li {
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  align-items: center;
  gap: 11px;
  min-height: 67px;
  padding: 10px 12px;
  border: 1px solid rgba(223, 210, 186, 0.62);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 9px 20px rgba(104, 91, 53, 0.07);
}

.task-emoji {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #fbefd8;
  font-size: 1.5rem;
}

.task-preview b,
.task-preview small {
  display: block;
}

.task-preview b {
  font-size: 0.9rem;
}

.task-preview small {
  margin-top: 4px;
  color: #8a806e;
  font-size: 0.67rem;
}

.task-preview i {
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #ded2bb;
  border-radius: 999px;
}

.task-preview .checked i {
  border-color: var(--olive);
  background:
    linear-gradient(135deg, transparent 47%, #fff 48% 56%, transparent 57%) 2px 3px / 12px 10px no-repeat,
    var(--olive);
}

.phone-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin: auto 0 0;
  padding: 10px 10px 14px;
  border-top: 1px solid #e5dac4;
  color: #545d42;
  font-size: 0.62rem;
  text-align: center;
}

.phone-nav strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto;
  border-radius: 14px;
  background: var(--olive);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.food {
  position: absolute;
  filter: drop-shadow(0 22px 24px rgba(103, 76, 21, 0.22));
}

.food-bread {
  top: 276px;
  left: 5%;
  width: 168px;
  height: 88px;
  border-radius: 58% 42% 50% 50%;
  background:
    radial-gradient(ellipse at 30% 22%, rgba(255, 232, 166, 0.95) 0 10%, transparent 11%),
    repeating-linear-gradient(24deg, transparent 0 22px, rgba(255, 236, 177, 0.92) 23px 35px, transparent 36px 56px),
    linear-gradient(135deg, #f3ad49, #b96f25 75%);
  transform: rotate(-28deg);
}

.food-heart {
  top: 150px;
  right: 0;
  width: 70px;
  height: 70px;
  background: var(--terracotta);
  border-radius: 20px 20px 6px 20px;
  transform: rotate(45deg);
}

.food-heart::before,
.food-heart::after {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--terracotta);
  content: "";
}

.food-heart::before {
  left: -35px;
}

.food-heart::after {
  top: -35px;
}

.food-pepper {
  right: 36px;
  top: 394px;
  width: 110px;
  height: 108px;
  border-radius: 55% 45% 50% 55%;
  background:
    radial-gradient(circle at 30% 34%, #ff8b56 0 15%, transparent 16%),
    radial-gradient(circle at 66% 62%, #c73627 0 36%, transparent 37%),
    #e95d35;
  transform: rotate(-26deg);
}

.food-pepper::before {
  position: absolute;
  top: -22px;
  left: 58px;
  width: 54px;
  height: 16px;
  border-radius: 999px;
  background: #7a8c2b;
  content: "";
  transform: rotate(-28deg);
}

.food-greens {
  right: 18px;
  bottom: 72px;
  width: 178px;
  height: 178px;
  background:
    radial-gradient(ellipse at 52% 18%, #8fac43 0 9%, transparent 10%),
    radial-gradient(ellipse at 68% 30%, #7a9c39 0 9%, transparent 10%),
    radial-gradient(ellipse at 38% 34%, #9bbd52 0 9%, transparent 10%),
    radial-gradient(ellipse at 62% 52%, #83a142 0 9%, transparent 10%),
    linear-gradient(34deg, transparent 48%, #6f842e 49% 51%, transparent 52%);
  opacity: 0.9;
}

.section {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 34px 0;
}

.section h2 {
  margin: 0 0 30px;
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  text-align: center;
}

.feature-grid,
.pricing-grid {
  display: grid;
  gap: 20px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glass-card,
.faq-card {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: var(--glass);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.feature-card {
  min-height: 405px;
  padding: 38px 28px 30px;
  border-radius: 28px;
}

.feature-card h3 {
  min-height: 48px;
  margin: 26px 0 18px;
  font-size: 1.08rem;
  line-height: 1.25;
  text-align: center;
}

.feature-card p,
.price-card li,
.faq-card p {
  color: #333d29;
  line-height: 1.48;
}

.feature-card p {
  margin: 0;
  font-size: 0.98rem;
}

.line-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  color: var(--olive);
}

.line-icon::before,
.line-icon::after {
  position: absolute;
  content: "";
}

.people-qr::before {
  inset: 18px auto auto 2px;
  width: 48px;
  height: 36px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 50px 50px 0 0;
}

.people-qr::after {
  right: 0;
  bottom: 8px;
  width: 58px;
  height: 58px;
  border: 3px solid currentColor;
  border-radius: 10px;
  background:
    linear-gradient(currentColor 0 0) 11px 11px / 9px 9px,
    linear-gradient(currentColor 0 0) 34px 11px / 9px 9px,
    linear-gradient(currentColor 0 0) 11px 34px / 9px 9px,
    linear-gradient(currentColor 0 0) 31px 31px / 6px 6px,
    linear-gradient(currentColor 0 0) 42px 40px / 6px 6px;
  background-repeat: no-repeat;
}

.tap-list {
  border: 3px solid currentColor;
  border-radius: 11px;
}

.tap-list::before {
  top: 26px;
  left: 30px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 22px currentColor, 0 44px currentColor;
}

.tap-list::after {
  right: -14px;
  bottom: -8px;
  width: 38px;
  height: 58px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-26deg);
}

.cloud-off::before {
  left: 2px;
  top: 36px;
  width: 88px;
  height: 42px;
  border: 3px solid currentColor;
  border-radius: 50px;
  border-top-color: transparent;
}

.cloud-off::after {
  inset: 15px 48px auto auto;
  width: 4px;
  height: 88px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(43deg);
}

.scan-qr::before {
  inset: 14px;
  border: 3px solid currentColor;
  border-radius: 11px;
  clip-path: polygon(0 0, 34% 0, 34% 8%, 8% 8%, 8% 34%, 0 34%, 0 0, 66% 0, 100% 0, 100% 34%, 92% 34%, 92% 8%, 66% 8%, 66% 0, 100% 66%, 100% 100%, 66% 100%, 66% 92%, 92% 92%, 92% 66%, 100% 66%, 34% 100%, 0 100%, 0 66%, 8% 66%, 8% 92%, 34% 92%, 34% 100%);
}

.scan-qr::after {
  inset: 30px;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 14px 14px,
    linear-gradient(currentColor 0 0) 28px 0 / 14px 14px,
    linear-gradient(currentColor 0 0) 0 28px / 14px 14px,
    linear-gradient(currentColor 0 0) 25px 25px / 9px 9px,
    linear-gradient(currentColor 0 0) 42px 38px / 10px 10px;
  background-repeat: no-repeat;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 36px 30px 30px;
  border-radius: 28px;
}

.price-card.popular {
  border-color: rgba(111, 132, 46, 0.88);
  box-shadow: 0 22px 58px rgba(111, 132, 46, 0.18);
}

.badge {
  position: absolute;
  top: -17px;
  right: 20px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff8e5;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(217, 91, 63, 0.24);
}

.price-card h3 {
  margin: 0 0 18px;
  font-size: 1.4rem;
  text-align: center;
}

.price {
  margin: 0 0 28px;
  font-size: 1.25rem;
  text-align: center;
}

.price strong {
  font-size: clamp(2.1rem, 4vw, 2.9rem);
}

.price-card ul {
  display: grid;
  gap: 15px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
  font-size: 0.98rem;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--olive);
  content: "✓";
  font-weight: 900;
}

.outline-button,
.primary-button {
  width: 100%;
  margin-top: auto;
}

.outline-button {
  border: 1.5px solid rgba(76, 94, 37, 0.72);
  background: rgba(255, 255, 255, 0.22);
  color: var(--olive-dark);
}

.faq-section {
  padding-bottom: 54px;
}

.faq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 36px;
  padding: 30px 28px 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.58);
}

.faq-content {
  padding-bottom: 28px;
}

.faq-card h2 {
  margin-bottom: 20px;
  text-align: left;
}

details {
  border: 1px solid rgba(91, 94, 65, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
  overflow: hidden;
}

details + details {
  margin-top: 2px;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  flex: 0 0 auto;
  color: var(--olive-dark);
  content: "⌄";
  font-size: 1.2rem;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details p {
  margin: -4px 24px 20px;
  font-size: 0.98rem;
}

.basket-illustration {
  position: relative;
  min-height: 310px;
}

.basket {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 300px;
  height: 130px;
  border-radius: 30px 30px 54px 54px;
  background:
    repeating-linear-gradient(12deg, rgba(128, 83, 27, 0.22) 0 13px, transparent 14px 28px),
    linear-gradient(180deg, #d8953f, #a96d28);
  box-shadow: 0 24px 36px rgba(95, 74, 21, 0.2);
}

.basket span {
  position: absolute;
  bottom: 80px;
  width: 78px;
  height: 80px;
  border-radius: 44% 56% 48% 52%;
  background: var(--terracotta);
  box-shadow: inset 15px 15px 20px rgba(255, 255, 255, 0.2);
}

.basket span:nth-child(1) {
  left: 18px;
}

.basket span:nth-child(2) {
  right: 22px;
  background: #e28a31;
}

.basket span:nth-child(3) {
  left: 68px;
  bottom: 96px;
  width: 42px;
  height: 118px;
  border-radius: 999px;
  background: #82a33d;
  transform: rotate(24deg);
}

.basket-greens {
  position: absolute;
  right: 12px;
  bottom: 88px;
  width: 330px;
  height: 176px;
  background:
    radial-gradient(ellipse at 16% 66%, #7f9a38 0 6%, transparent 7%),
    radial-gradient(ellipse at 25% 40%, #9abc51 0 7%, transparent 8%),
    radial-gradient(ellipse at 40% 28%, #7f9a38 0 7%, transparent 8%),
    radial-gradient(ellipse at 60% 34%, #94b848 0 8%, transparent 9%),
    radial-gradient(ellipse at 73% 56%, #77902e 0 7%, transparent 8%),
    radial-gradient(ellipse at 86% 38%, #96b24d 0 7%, transparent 8%);
}

.paper-note {
  position: absolute;
  right: 88px;
  bottom: 38px;
  width: 180px;
  height: 170px;
  padding: 42px 26px;
  border-radius: 35px;
  background: #fff1c8;
  box-shadow: 0 20px 35px rgba(92, 68, 20, 0.18);
  transform: rotate(-4deg);
}

.paper-note::before {
  position: absolute;
  top: -24px;
  left: 74px;
  width: 34px;
  height: 48px;
  border: 7px solid var(--terracotta);
  border-radius: 999px;
  content: "";
}

.paper-note i {
  display: block;
  height: 2px;
  margin-bottom: 24px;
  background: #d8ad60;
}

.paper-note i::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin: -9px 16px 0 0;
  place-items: center;
  border-radius: 999px;
  background: var(--olive-bright);
  color: #fff;
  content: "✓";
  font-style: normal;
  font-size: 0.8rem;
  transform: translateX(-6px);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.5fr) auto;
  gap: 42px;
  align-items: start;
  padding: 42px max(28px, calc((100vw - 1180px) / 2)) 48px;
  background:
    radial-gradient(circle at 92% 30%, rgba(255, 255, 255, 0.12), transparent 16rem),
    linear-gradient(135deg, var(--olive-dark), #3f4f1f);
  color: #fff6d8;
}

.footer-brand {
  flex-wrap: wrap;
}

.footer-brand strong {
  font-size: 1.35rem;
}

.footer-brand p {
  flex-basis: 100%;
  margin: 12px 0 0;
  color: rgba(255, 246, 216, 0.84);
  line-height: 1.45;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 48px;
  color: rgba(255, 246, 216, 0.9);
  font-size: 0.94rem;
  line-height: 1.35;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.footer-social {
  display: none;
  gap: 16px;
}

.footer-social a {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.45rem;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .main-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 6px;
    padding: 8px 0 0;
  }

  .site-header.is-open .main-nav a {
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.46);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .hero-copy {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
    gap: 18px 26px;
  }

  .hero-app-icon {
    margin: 0;
  }

  .hero-lead,
  .download-panel {
    grid-column: 1 / -1;
  }

  .hero-visual {
    order: -1;
    min-height: 690px;
  }

  .phone-mockup {
    left: 52%;
    width: min(386px, 82vw);
    height: min(674px, 143vw);
  }

  .food-bread {
    left: 8%;
    top: 420px;
  }

  .food-heart {
    right: 8%;
    top: 390px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid,
  .faq-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body {
    background:
      radial-gradient(circle at 72% 9%, rgba(247, 217, 118, 0.78) 0 11rem, transparent 24rem),
      radial-gradient(circle at 7% 35%, rgba(255, 248, 229, 0.96) 0 18rem, transparent 30rem),
      linear-gradient(180deg, #fffdf6 0%, #fff8e5 35%, #f5e0a2 58%, #f6f8ea 100%);
  }

  .site-header {
    top: 16px;
    width: min(640px, calc(100% - 28px));
    min-height: 76px;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 26px;
  }

  .brand {
    font-size: 1.45rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .hero,
  .section {
    width: min(640px, calc(100% - 28px));
  }

  .hero {
    gap: 0;
    margin-top: 20px;
    padding-bottom: 24px;
    display: block;
    overflow: hidden;
  }

  .hero::before {
    inset: -92px -24px auto;
    height: 980px;
    border-radius: 0 0 28px 28px;
    background:
      radial-gradient(circle at 76% 18%, rgba(247, 217, 118, 0.68), transparent 34%),
      linear-gradient(180deg, #fff6d4, #f8dc7d 72%, transparent);
  }

  .hero-copy {
    display: block;
    position: relative;
    z-index: 1;
    min-height: 0;
  }

  .hero-app-icon {
    display: none;
  }

  h1 {
    max-width: 340px;
    margin: 46px 12px 0;
    font-size: clamp(1.68rem, 6.3vw, 2rem);
  }

  .hero-lead {
    max-width: 330px;
    margin: 22px 0 0 12px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-visual {
    display: none;
  }

  .phone-mockup {
    top: 0;
    right: 0;
    left: auto;
    width: 246px;
    height: 436px;
    padding: 10px;
    border-width: 4px;
    border-radius: 42px;
    transform: translateX(-50%) rotate(4deg);
  }

  .phone-screen {
    border-radius: 31px;
  }

  .phone-notch {
    top: 11px;
    width: 88px;
    height: 24px;
  }

  .phone-status {
    padding: 13px 20px 0;
    font-size: 0.58rem;
  }

  .phone-topline {
    padding: 31px 18px 0;
  }

  .phone-topline h2 {
    font-size: 0.98rem;
  }

  .avatars span {
    width: 16px;
    height: 16px;
  }

  .search-pill {
    margin: 16px 16px 0;
  }

  .search-pill input {
    height: 33px;
    font-size: 0.66rem;
  }

  .tabs {
    gap: 5px;
    padding: 14px 16px 0;
    font-size: 0.54rem;
  }

  .tabs span {
    padding: 6px 8px;
  }

  .task-preview {
    gap: 8px;
    margin: 12px 12px 0;
  }

  .task-preview li {
    grid-template-columns: 33px 1fr 18px;
    min-height: 50px;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 12px;
  }

  .task-emoji {
    width: 31px;
    height: 31px;
    font-size: 1.1rem;
  }

  .task-preview b {
    font-size: 0.66rem;
  }

  .task-preview small {
    font-size: 0.5rem;
  }

  .task-preview i {
    width: 16px;
    height: 16px;
  }

  .phone-nav {
    padding: 7px 6px 10px;
    font-size: 0.46rem;
  }

  .phone-nav strong {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .food-bread {
    top: 366px;
    left: -248px;
    width: 122px;
    height: 66px;
  }

  .food-heart {
    top: 256px;
    right: -4px;
    width: 43px;
    height: 43px;
  }

  .food-heart::before,
  .food-heart::after {
    width: 43px;
    height: 43px;
  }

  .food-heart::before {
    left: -22px;
  }

  .food-heart::after {
    top: -22px;
  }

  .food-pepper {
    top: 346px;
    right: -16px;
    width: 84px;
    height: 84px;
  }

  .food-greens {
    right: -34px;
    bottom: 28px;
    width: 150px;
    height: 150px;
  }

  .download-panel {
    margin-top: 34px;
    padding: 24px 28px 28px;
    border-radius: 28px;
  }

  .download-panel h2 {
    font-size: 1.25rem;
  }

  .store-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .store-button {
    min-height: 78px;
    border-radius: 14px;
  }

  .store-button span:last-child {
    font-size: 1.62rem;
  }

  .features-section {
    padding-top: 18px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-card {
    min-height: 348px;
    padding: 28px 18px 22px;
    border-radius: 18px;
  }

  .line-icon {
    width: 82px;
    height: 82px;
  }

  .feature-card h3 {
    margin-top: 22px;
    font-size: 0.88rem;
  }

  .feature-card p {
    font-size: 0.78rem;
  }

  .pricing-section {
    padding-top: 48px;
  }

  .pricing-grid {
    gap: 24px;
  }

  .price-card {
    min-height: 0;
    padding: 28px 28px 26px;
    border-radius: 24px;
  }

  .price-card h3,
  .price {
    text-align: left;
  }

  .faq-card {
    gap: 10px;
    padding: 22px 16px 0;
    border-radius: 26px;
  }

  .faq-card h2 {
    font-size: 1.4rem;
  }

  summary {
    min-height: 58px;
    padding: 16px 16px;
    font-size: 0.98rem;
  }

  details p {
    margin: -2px 16px 18px;
    font-size: 0.84rem;
  }

  .basket-illustration {
    min-height: 230px;
  }

  .basket {
    right: 2px;
    width: 255px;
    height: 106px;
  }

  .basket-greens {
    right: -26px;
    bottom: 72px;
    width: 310px;
  }

  .paper-note {
    right: 70px;
    bottom: 30px;
    width: 148px;
    height: 144px;
    border-radius: 28px;
  }

  .site-footer {
    margin-top: 0;
    padding: 28px;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-mockup {
    left: 65%;
    width: min(284px, 72vw);
    height: min(508px, 128vw);
  }

  .download-panel {
    padding-inline: 20px;
  }

  .store-button {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
