.hero { overflow: hidden; padding: 42px 0 30px; background: radial-gradient(circle at 74% 42%, #edf7f1 0, transparent 33%), var(--cream); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 45% 55%; align-items: center; gap: 12px; }
.hero-copy { position: relative; z-index: 6; }
.hero-copy h1 { max-width: 580px; margin-bottom: 20px; font-size: clamp(3rem, 4vw, 4rem); line-height: 1.06; }
.hero-copy h1 span { color: var(--green); }
.hero-lede { max-width: 520px; margin-bottom: 24px; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 23px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips span { min-height: 35px; display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-sm); color: var(--green); font-size: .62rem; }
.hero-chips b { color: var(--ink); font-weight: 700; }
.hero-visual { position: relative; height: 540px; }
.soft-orb { position: absolute; inset: 30px 25px 25px 80px; border-radius: 50%; background: #edf3ee; }
.phone { overflow: hidden; border: 6px solid #151715; border-radius: 30px; background: #fff; box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-hero { position: absolute; z-index: 3; width: 250px; height: 540px; left: 44%; top: 0; transform: translateX(-50%); }
.hero-groceries { position: absolute; z-index: 2; width: 520px; height: auto; right: -20px; bottom: 0; filter: drop-shadow(0 16px 14px rgba(33, 45, 32, .14)); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid #edf1ee; border-radius: 13px; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow); font-size: .66rem; }
.floating-card span { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); }
.float-icon { color: var(--green); font-size: 1.35rem !important; }
.delivery-card { left: 0; top: 76px; }
.fresh-card { right: 0; top: 96px; width: 150px; }
.area-card { left: 2%; top: 315px; }

.category-section { padding: 48px 0 42px; background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { position: relative; overflow: hidden; height: 168px; padding: 8px 13px 13px; border: 1px solid var(--line); border-radius: 14px; display: block; background: #fff; box-shadow: 0 2px 10px rgba(4, 66, 42, .05); color: inherit; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.category-art { height: 119px; display: flex; align-items: center; justify-content: center; }
.category-art img { width: 100%; height: 100%; object-fit: contain; }
.category-card h3 { margin: 4px 24px 0 0; font-size: .78rem; letter-spacing: -.01em; }
.category-card .arrow { position: absolute; right: 13px; bottom: 13px; color: var(--green); font-weight: 800; }

.benefits-section { padding: 46px 0 56px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { height: 198px; padding: 22px; border: 1px solid #e8e8e3; border-radius: 15px; background: #f2f1ed; }
.benefit-card i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #e1f0e7; color: var(--green); font-style: normal; font-size: 1.35rem; }
.benefit-card h3 { margin: 15px 0 8px; font-size: 1rem; line-height: 1.16; }
.benefit-card p { margin: 0; font-size: .75rem; line-height: 1.45; }

.app-showcase { padding: 62px 0 58px; background: #fff; }
.showcase-grid { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 50px; }
.showcase-intro h2 { margin-bottom: 15px; font-size: clamp(2.15rem, 3vw, 2.65rem); line-height: 1.08; }
.showcase-intro > p { margin-bottom: 22px; }
.play-badge { width: 162px; display: block; border-radius: 7px; }
.play-badge-download { width: clamp(160px, 15vw, 190px); transition: transform .2s, filter .2s; }
.play-badge-download:hover { transform: translateY(-2px); filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .12)); }
.play-badge img { width: 100%; height: auto; }
.screens { display: flex; align-items: center; justify-content: flex-end; gap: 14px; min-width: 0; }
.screens figure { flex: 0 1 195px; max-width: 195px; margin: 0; text-align: center; }
.screens .phone { width: 100%; aspect-ratio: 1080 / 2400; border-width: 5px; border-radius: 24px; }
.screens figcaption { margin-top: 9px; display: flex; flex-direction: column; line-height: 1.35; }
.screens figcaption strong { color: var(--green-dark); font-size: .78rem; }
.screens figcaption span { color: var(--muted); font-size: .61rem; }
.connector { flex: 0 0 20px; color: var(--green); font-size: 1.25rem; text-align: center; }

.how-section { padding: 43px 0 46px; background: linear-gradient(120deg, #006940, #007a49); color: #fff; }
.section-heading.light { margin-bottom: 25px; }
.section-heading.light h2 { color: #fff; font-size: 1.9rem; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; list-style: none; padding: 0; margin: 0; }
.steps::before { content: ''; position: absolute; left: 7%; right: 7%; top: 23px; border-top: 2px dotted rgba(255, 255, 255, .42); }
.steps li { position: relative; display: grid; grid-template-columns: 32px 46px 1fr; align-items: center; column-gap: 8px; min-width: 0; }
.step-number { z-index: 1; border-radius: 999px; background: #129258; padding: 3px 6px; text-align: center; font-size: .64rem; font-weight: 800; }
.steps i { z-index: 1; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--green); box-shadow: var(--shadow-sm); font-style: normal; font-size: 1.15rem; }
.steps div { grid-column: 1 / -1; margin-top: 13px; padding-left: 40px; }
.steps h3 { margin: 0 0 6px; color: #fff; font-size: .9rem; }
.steps p { max-width: 230px; margin: 0; color: #d4ebe0; font-size: .69rem; line-height: 1.45; }

.service-section { padding: 48px 0; }
.service-card { overflow: hidden; min-height: 220px; display: grid; grid-template-columns: 1.35fr 1.25fr .9fr; align-items: stretch; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.service-copy { align-self: center; padding: 30px 28px; }
.service-copy h2 { max-width: 420px; margin-bottom: 10px; font-size: 1.65rem; }
.service-copy p:last-child { margin-bottom: 0; font-size: .8rem; }
.service-facts { align-self: center; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 28px 20px; }
.service-facts div { display: flex; flex-direction: column; }
.service-facts dt { color: var(--green); font-size: .63rem; font-weight: 800; }
.service-facts dd { margin: 3px 0 0; font-size: .71rem; font-weight: 700; }
.map-visual { position: relative; overflow: hidden; min-height: 220px; background: #edf3ef; background-image: linear-gradient(30deg, transparent 49%, #dbe6df 50%, transparent 52%), linear-gradient(-35deg, transparent 48%, #dbe6df 49%, transparent 51%); background-size: 115px 80px; }
.road { position: absolute; height: 5px; border-radius: 8px; background: #fff; }
.road-a { width: 120%; left: -10%; top: 43%; transform: rotate(-20deg); }
.road-b { width: 90%; left: 10%; top: 64%; transform: rotate(31deg); }
.zone { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 125px; height: 125px; border: 1px solid #a8d6bf; border-radius: 50%; background: rgba(218, 241, 230, .86); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); }
.zone i { font-style: normal; font-size: 1.45rem; }
.zone small { color: var(--muted); }

.download-section { padding: 0 0 18px; }
.download-banner { min-height: 130px; padding: 12px 24px; border-radius: 17px; background: linear-gradient(105deg, #00713f, #028953); color: #fff; display: grid; grid-template-columns: 190px minmax(300px, 1fr) auto; align-items: center; gap: 26px; }
.download-art { width: 190px; height: 110px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.download-art img { width: 100%; height: 100%; object-fit: contain; }
.download-copy { min-width: 0; }
.download-banner h2 { margin-bottom: 6px; color: #fff; font-size: 1.45rem; }
.download-banner p { margin: 0; color: #d9f1e5; font-size: .78rem; }
.download-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }

.contact-section { padding: 40px 0 48px; }
.contact-section .section-heading { margin-bottom: 18px; }
.contact-section .section-heading h2 { font-size: 1.9rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { min-height: 76px; display: flex; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); }
.contact-card i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; background: var(--mint); color: var(--green); font-style: normal; font-size: 1.15rem; }
.contact-card h3 { margin: 0 0 2px; font-size: .76rem; }
.contact-card p { margin: 0; color: #7a858a; font-size: .68rem; }

@media (min-width: 1061px) {
  .hero { padding: 52px 0 38px; }
  .hero-grid { min-height: 620px; grid-template-columns: 44% 56%; }
  .hero-copy h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3.5rem, 4.35vw, 4.5rem); }
  .hero-lede { max-width: 580px; margin-bottom: 28px; font-size: 1.12rem; }
  .hero-actions { gap: 13px; margin-bottom: 28px; }
  .hero-chips span { min-height: 40px; padding: 8px 11px; font-size: .7rem; }
  .hero-visual { height: 620px; }
  .phone-hero { width: 286px; height: 620px; }
  .hero-groceries { width: 610px; }
  .floating-card { padding: 13px 15px; font-size: .75rem; }
  .delivery-card { top: 88px; }
  .fresh-card { top: 110px; width: 168px; }
  .area-card { top: 370px; }

  .category-section { padding: 58px 0 52px; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 810px; margin-inline: auto; }
  .category-card { height: 184px; padding: 8px 15px 15px; }
  .category-art { height: 132px; }
  .category-card h3 { margin-top: 5px; font-size: .96rem; }

  .benefits-section { padding: 58px 0 68px; }
  .benefit-card { height: 222px; padding: 26px; }
  .benefit-card i { width: 44px; height: 44px; }
  .benefit-card h3 { margin: 17px 0 9px; font-size: 1.28rem; }
  .benefit-card p { font-size: .9rem; }

  .app-showcase { padding: 76px 0 70px; }
  .showcase-grid { grid-template-columns: 32% 1fr; }
  .showcase-intro h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 3vw, 3rem); }
  .screens { gap: 20px; }
  .screens figure { flex-basis: 230px; max-width: 230px; }

  .how-section { padding: 56px 0 60px; }
  .section-heading.light h2 { font-size: 2.15rem; }
  .steps li { grid-template-columns: 36px 52px 1fr; }
  .steps i { width: 52px; height: 52px; }
  .steps h3 { margin-bottom: 7px; font-size: 1.12rem; }
  .steps p { max-width: 260px; font-size: .84rem; }

  .service-section { padding: 60px 0; }
  .service-card, .map-visual { min-height: 250px; }
  .service-copy h2 { max-width: 440px; margin-bottom: 12px; font-size: 2rem; }
  .service-copy p:last-child { font-size: .94rem; }
  .service-facts dt { font-size: .75rem; }
  .service-facts dd { margin-top: 4px; font-size: .86rem; }

  .download-banner { min-height: 148px; }
  .download-banner h2 { font-size: 1.72rem; }
  .download-banner p { font-size: .9rem; }

  .contact-section { padding: 50px 0 60px; }
  .contact-section .section-heading h2 { font-size: 2.15rem; }
  .contact-card { min-height: 92px; }
  .contact-card h3 { font-size: .9rem; }
  .contact-card p { font-size: .8rem; }
}

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 46% 54%; }
  .hero-copy h1 { font-size: clamp(2.7rem, 5vw, 3.5rem); }
  .hero-groceries { width: 450px; right: -50px; }
  .fresh-card { right: 2%; }
  .category-grid { gap: 13px; }
  .category-card { height: 160px; }
  .category-art { height: 111px; }
  .showcase-grid { grid-template-columns: 240px 1fr; gap: 28px; }
  .screens figure { max-width: 170px; }
  .download-banner { grid-template-columns: 150px 1fr auto; gap: 18px; }
  .download-art { width: 150px; }
  .download-actions .play-badge { display: block; }
}

@media (max-width: 820px) {
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-chips { justify-content: center; }
  .hero-visual { height: 520px; margin-top: 10px; }
  .phone-hero { width: 235px; height: 510px; left: 50%; }
  .hero-groceries { width: 430px; right: 50%; transform: translateX(75%); }
  .delivery-card { left: 5%; top: 65px; }
  .fresh-card { right: 5%; top: 90px; }
  .area-card { left: 8%; top: 330px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:nth-child(4) { grid-column: 1 / 2; margin-left: 50%; }
  .category-card:nth-child(5) { grid-column: 2 / 3; margin-left: 50%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-intro { max-width: 520px; margin-inline: auto; text-align: center; }
  .showcase-intro .play-badge { margin-inline: auto; }
  .screens { justify-content: center; }
  .screens figure { max-width: 185px; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .steps::before { display: none; }
  .service-card { grid-template-columns: 1fr 1fr; }
  .map-visual { grid-column: 1 / -1; min-height: 180px; }
  .download-banner { padding: 16px 22px; grid-template-columns: 140px 1fr auto; }
  .download-art { width: 140px; height: 90px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero { padding: 32px 0 24px; }
  .hero-grid { min-height: 0; }
  .hero-copy h1 { font-size: clamp(2.25rem, 10.5vw, 2.65rem); line-height: 1.08; }
  .hero-lede { font-size: .91rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-chips { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-chips span { justify-content: center; }
  .hero-visual { height: 485px; }
  .phone-hero { width: 210px; height: 468px; }
  .hero-groceries { width: 330px; right: -58px; transform: none; opacity: .92; }
  .floating-card { padding: 9px 10px; font-size: .58rem; }
  .delivery-card { left: 0; top: 56px; }
  .fresh-card { right: 0; top: 110px; width: 120px; }
  .area-card { display: none; }
  .category-section { padding: 38px 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .category-card, .category-card:nth-child(4), .category-card:nth-child(5) { height: 158px; margin-left: 0; }
  .category-card:nth-child(4) { grid-column: auto; order: 5; }
  .category-card:nth-child(5) { grid-column: auto; width: auto; justify-self: stretch; order: 4; }
  .category-art { height: 108px; }
  .benefits-section { padding: 38px 0 44px; }
  .benefit-grid { gap: 12px; }
  .benefit-card { height: auto; min-height: 190px; padding: 18px 16px; }
  .benefit-card h3 { font-size: .88rem; }
  .benefit-card p { font-size: .69rem; }
  .app-showcase { padding: 44px 0; }
  .showcase-intro h2 { font-size: 2rem; }
  .screens { justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; gap: 17px; padding: 4px 14% 16px; }
  .screens figure { flex: 0 0 72%; max-width: none; scroll-snap-align: center; }
  .connector { display: none; }
  .how-section { padding: 38px 0; }
  .steps { grid-template-columns: 1fr; gap: 25px; padding-left: 2px; }
  .steps::before { display: block; left: 54px; right: auto; top: 20px; bottom: 20px; width: 0; height: auto; border-top: 0; border-left: 2px dotted rgba(255, 255, 255, .4); }
  .steps li { grid-template-columns: 32px 46px 1fr; }
  .steps div { grid-column: 3 / 4; margin: 0 0 0 6px; padding-left: 0; }
  .steps p { max-width: none; }
  .service-section { padding: 40px 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-copy { padding: 24px 22px 14px; }
  .service-copy h2 { font-size: 1.45rem; }
  .service-facts { padding: 12px 22px 24px; }
  .map-visual { grid-column: auto; min-height: 165px; }
  .download-banner { padding: 20px; grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
  .download-art { width: 210px; height: 100px; }
  .download-copy { max-width: 330px; }
  .download-actions { justify-content: center; }
  .download-actions .play-badge { display: flex; }
  .contact-section { padding: 36px 0 42px; }
}

@media (max-width: 340px) {
  .hero-copy h1 { font-size: 2.15rem; }
  .fresh-card { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .category-card h3 { font-size: .7rem; }
  .download-actions { flex-direction: column; }
}
