*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-300: #86efac;--green-400: #4ade80;--green-500: #22c55e;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--green-900: #14532d;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--white);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px;transition:background .3s,box-shadow .3s,padding .3s}.navbar--scrolled{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--gray-200);padding:10px 24px}.navbar__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:8px}.navbar__logo{display:flex;align-items:center;gap:8px;background:none;font-size:1.2rem;font-weight:800;color:var(--green-700);flex-shrink:0}.navbar__logo-img{width:36px;height:36px;border-radius:8px;object-fit:cover}.navbar__links{display:flex;align-items:center;gap:4px;margin-left:auto;margin-right:16px}.navbar__link{background:none;font-size:.88rem;font-weight:500;color:var(--gray-600);padding:6px 12px;border-radius:8px;transition:color .15s,background .15s}.navbar__link:hover,.navbar__link--active{color:var(--green-700);background:var(--green-50)}.navbar__cta{flex-shrink:0;font-size:.85rem;padding:10px 18px}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;padding:4px;margin-left:auto}.navbar__hamburger span{display:block;width:22px;height:2px;background:var(--green-700);border-radius:2px}.navbar__mobile-menu{display:flex;flex-direction:column;gap:8px;padding:16px 24px 20px;background:var(--white);border-top:1px solid var(--gray-100)}.navbar__mobile-link{background:none;font-size:1rem;font-weight:500;color:var(--gray-700);padding:10px 0;text-align:left;border-bottom:1px solid var(--gray-100)}@media (max-width: 900px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(160deg,var(--green-50) 0%,var(--white) 60%);overflow:hidden;padding-top:80px}.hero__bg-circles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.circle{position:absolute;border-radius:50%;opacity:.15}.circle-1{width:500px;height:500px;background:var(--green-400);top:-100px;right:-100px}.circle-2{width:300px;height:300px;background:var(--green-300);bottom:50px;left:-80px}.circle-3{width:200px;height:200px;background:var(--green-500);top:40%;right:30%}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:40px;padding-bottom:40px;position:relative;z-index:1}.hero__text{display:flex;flex-direction:column;gap:20px}.hero__title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--gray-900);line-height:1.15}.hero__title span{color:var(--green-600)}.hero__subtitle{font-size:1.1rem;color:var(--gray-600);line-height:1.7;max-width:460px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__stats{display:flex;align-items:center;gap:24px;margin-top:8px;padding:20px 0;border-top:1px solid var(--gray-200)}.hero__stat{display:flex;flex-direction:column}.hero__stat-value{font-size:1.6rem;font-weight:800;color:var(--green-700)}.hero__stat-label{font-size:.8rem;color:var(--gray-500);font-weight:500}.hero__stat-divider{width:1px;height:40px;background:var(--gray-200)}.hero__visual{display:flex;justify-content:center;align-items:center}.hero__phone-mockup{width:280px;background:var(--gray-900);border-radius:36px;padding:12px;box-shadow:0 30px 80px #0003,0 0 0 1px #ffffff0d;position:relative}.phone__screen{background:var(--white);border-radius:26px;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:12px}.phone__header{display:flex;justify-content:space-between;align-items:center}.phone__logo{font-weight:700;font-size:.85rem;color:var(--green-700)}.phone__location{font-size:.72rem;color:var(--gray-500)}.phone__search{background:var(--gray-100);border-radius:10px;padding:10px 14px;font-size:.78rem;color:var(--gray-400)}.phone__shops-label{font-size:.75rem;font-weight:600;color:var(--gray-700)}.phone__shop-card{display:flex;align-items:center;gap:10px;padding:10px;background:var(--green-50);border-radius:10px;border:1px solid var(--green-100)}.phone__shop-icon{font-size:1.2rem}.phone__shop-name{font-size:.78rem;font-weight:600;color:var(--gray-800)}.phone__shop-meta{font-size:.68rem;color:var(--gray-500);margin-top:2px}.phone__delivery-row{display:flex;gap:6px;flex-wrap:wrap}.phone__delivery-chip{font-size:.68rem;font-weight:500;background:var(--green-100);color:var(--green-800);padding:5px 10px;border-radius:999px}@media (max-width: 768px){.hero__content{grid-template-columns:1fr;gap:40px;text-align:center}.hero__subtitle{max-width:100%}.hero__actions,.hero__stats{justify-content:center}.hero__visual{display:none}}.how-it-works{background:var(--white)}.how-it-works__header{text-align:center;margin-bottom:64px}.how-it-works__header .section-subtitle{margin:0 auto}.how-it-works__steps{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto}.step{display:grid;grid-template-columns:72px 1fr;gap:24px;align-items:flex-start;position:relative}.step__connector{position:absolute;left:35px;top:72px;bottom:0;width:2px;background:var(--green-200)}.step:last-child .step__connector{display:none}.step__bubble{width:72px;height:72px;border-radius:50%;background:var(--green-600);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;z-index:1;box-shadow:0 4px 14px #16a34a4d}.step__num{font-size:.65rem;font-weight:700;color:var(--green-200);letter-spacing:.05em}.step__icon{font-size:1.4rem;line-height:1}.step__body{padding:16px 0 40px}.step__title{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:6px}.step__desc{font-size:.95rem;color:var(--gray-600);line-height:1.6}@media (max-width: 480px){.step{grid-template-columns:56px 1fr;gap:16px}.step__bubble{width:56px;height:56px}.step__connector{left:27px;top:56px}}.delivery{background:var(--gray-50)}.delivery__header{text-align:center;margin-bottom:48px}.delivery__header .section-subtitle{margin:0 auto}.delivery__tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.delivery__tab{display:flex;align-items:center;gap:8px;background:var(--white);border:2px solid var(--gray-200);color:var(--gray-600);font-weight:600;font-size:.95rem;padding:12px 20px;border-radius:12px;transition:border-color .2s,color .2s,background .2s}.delivery__tab:hover{border-color:var(--green-300);color:var(--green-700)}.delivery__tab--active{border-color:var(--green-600);color:var(--green-700);background:var(--green-50)}.delivery__tab-icon{font-size:1.2rem}.delivery__tab-badge{font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.04em}.delivery__tab-badge--green{background:var(--green-100);color:var(--green-800)}.delivery__tab-badge--blue{background:#dbeafe;color:#1d4ed8}.delivery__tab-badge--orange{background:#ffedd5;color:#c2410c}.delivery__detail{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start;margin-bottom:40px;transition:border-color .3s}.delivery__detail--highlight{border-color:var(--green-400);box-shadow:0 0 0 4px var(--green-50)}.delivery__detail-icon{font-size:2.5rem;margin-bottom:12px}.delivery__detail-title{font-size:1.5rem;font-weight:800;color:var(--gray-900);margin-bottom:12px}.delivery__detail-desc{font-size:1rem;color:var(--gray-600);line-height:1.7}.delivery__schedule{margin-top:20px;display:flex;flex-direction:column;gap:10px}.delivery__schedule-row{display:flex;align-items:center;gap:10px;background:var(--green-50);border:1px solid var(--green-200);border-radius:10px;padding:12px 16px;font-size:.88rem}.delivery__schedule-time{color:var(--gray-700);font-weight:500;min-width:130px}.delivery__schedule-arrow{color:var(--green-600);font-weight:700}.delivery__schedule-result{color:var(--green-800);font-weight:600}.delivery__meta-card{display:flex;flex-direction:column;gap:16px;background:var(--green-600);border-radius:16px;padding:28px;color:var(--white)}.delivery__meta-item{display:flex;flex-direction:column;gap:2px;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:16px}.delivery__meta-item:last-child{border-bottom:none;padding-bottom:0}.delivery__meta-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-200)}.delivery__meta-value{font-size:1.4rem;font-weight:800}.delivery__meta-value--sm{font-size:1rem;font-weight:600}.delivery__meta-sub{font-size:.78rem;color:var(--green-200)}.delivery__compare-title{font-size:1rem;font-weight:700;color:var(--gray-700);margin-bottom:12px}.delivery__compare-table{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden}.delivery__compare-header,.delivery__compare-row{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1.5fr;gap:0}.delivery__compare-header{background:var(--gray-100);padding:10px 16px;font-size:.78rem;font-weight:600;color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase}.delivery__compare-header span,.delivery__compare-row span{padding:4px 8px}.delivery__compare-row{padding:12px 16px;border-top:1px solid var(--gray-100);font-size:.88rem;color:var(--gray-700);cursor:pointer;transition:background .15s}.delivery__compare-row:hover{background:var(--green-50)}.delivery__compare-row--active{background:var(--green-50);color:var(--green-800)}@media (max-width: 768px){.delivery__detail{grid-template-columns:1fr;padding:24px}.delivery__compare-header,.delivery__compare-row{grid-template-columns:1fr 1fr}.delivery__compare-header span:nth-child(3),.delivery__compare-header span:nth-child(4),.delivery__compare-row span:nth-child(3),.delivery__compare-row span:nth-child(4){display:none}}.for-customers{background:var(--white)}.for-customers__layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.for-customers__left{display:flex;flex-direction:column;gap:20px;position:sticky;top:100px}.for-customers__journey{display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--green-50);border-radius:14px;border:1px solid var(--green-100)}.for-customers__journey-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green-700);margin-bottom:6px}.journey-step{display:flex;align-items:center;gap:12px;font-size:.92rem;color:var(--gray-700)}.journey-step__dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);flex-shrink:0}.for-customers__right{display:flex;flex-direction:column;gap:12px}.benefit-card{display:flex;align-items:flex-start;gap:16px;padding:20px 24px}.benefit-card__icon{font-size:1.6rem;flex-shrink:0;margin-top:2px}.benefit-card__title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.benefit-card__desc{font-size:.88rem;color:var(--gray-600);line-height:1.5}@media (max-width: 768px){.for-customers__layout{grid-template-columns:1fr;gap:32px}.for-customers__left{position:static}}.for-shopkeepers{background:var(--green-900);color:var(--white)}.for-shopkeepers .section-label{background:#ffffff1a;color:var(--green-300)}.for-shopkeepers .section-title{color:var(--white)}.for-shopkeepers .section-title span{color:var(--green-300)}.for-shopkeepers .section-subtitle{color:var(--green-100)}.for-shopkeepers__header{text-align:center;margin-bottom:56px}.for-shopkeepers__header .section-subtitle{margin:0 auto}.for-shopkeepers__layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.for-shopkeepers__features{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shop-feature{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:22px;transition:background .2s,transform .2s}.shop-feature:hover{background:#ffffff17;transform:translateY(-2px);box-shadow:none}.shop-feature__icon{font-size:1.8rem;display:block;margin-bottom:10px}.shop-feature__title{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:6px}.shop-feature__desc{font-size:.85rem;color:var(--green-200);line-height:1.5}.for-shopkeepers__why{display:flex;flex-direction:column;gap:16px}.why-card{background:var(--green-700);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px}.why-card__title{font-size:1.1rem;font-weight:700;color:var(--white)}.why-card__list{display:flex;flex-direction:column;gap:10px}.why-card__item{display:flex;gap:10px;font-size:.88rem;color:var(--green-100);line-height:1.5}.why-card__check{color:var(--green-300);font-weight:700;flex-shrink:0;margin-top:1px}.shop-stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px}.shop-stat{display:flex;gap:14px;align-items:center}.shop-stat__icon{font-size:1.6rem;flex-shrink:0}.shop-stat__value{font-size:.95rem;font-weight:700;color:var(--white)}.shop-stat__label{font-size:.78rem;color:var(--green-300)}@media (max-width: 900px){.for-shopkeepers__layout{grid-template-columns:1fr}}@media (max-width: 580px){.for-shopkeepers__features{grid-template-columns:1fr}}.pricing{background:var(--gray-50)}.pricing__header{text-align:center;margin-bottom:48px}.pricing__header .section-subtitle{margin:0 auto}.pricing__table{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.pricing__row{display:flex;align-items:center;justify-content:space-between;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;padding:18px 24px;gap:16px;transition:box-shadow .2s}.pricing__row:hover{box-shadow:0 4px 16px #0000000f}.pricing__row--highlight{border-color:var(--green-400);background:var(--green-50);box-shadow:0 0 0 3px var(--green-100)}.pricing__row-left{display:flex;align-items:center;gap:14px}.pricing__row-icon{font-size:1.5rem;flex-shrink:0}.pricing__row-label{font-size:1rem;font-weight:600;color:var(--gray-800)}.pricing__row-sub{font-size:.8rem;color:var(--gray-500);margin-top:2px}.pricing__row-value{font-size:1.15rem;font-weight:800;color:var(--green-700);white-space:nowrap}.pricing__note{text-align:center;font-size:.82rem;color:var(--gray-500);margin-top:24px;max-width:500px;margin-left:auto;margin-right:auto}.contact{background:var(--white)}.contact__layout{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}.contact__left{display:flex;flex-direction:column;gap:20px;position:sticky;top:100px}.contact__perks{display:flex;flex-direction:column;gap:12px;margin-top:8px}.contact__perk{display:flex;align-items:center;gap:12px;font-size:.92rem;color:var(--gray-700)}.contact__form{display:flex;flex-direction:column;gap:16px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;padding:36px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.82rem;font-weight:600;color:var(--gray-700);letter-spacing:.02em}.form-field input,.form-field select,.form-field textarea{padding:12px 14px;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;font-size:.92rem;font-family:inherit;color:var(--gray-800);outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green-500);box-shadow:0 0 0 3px var(--green-100)}.form-field textarea{resize:vertical}.form-field select{cursor:pointer}.form-error{font-size:.76rem;color:#dc2626}.contact__submit{width:100%;justify-content:center;padding:15px;font-size:1rem;margin-top:4px}.contact__success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:60px 40px;background:var(--green-50);border:1px solid var(--green-200);border-radius:20px}.contact__success-icon{font-size:3rem}.contact__success h3{font-size:1.4rem;font-weight:800;color:var(--green-800)}.contact__success p{color:var(--gray-600);font-size:1rem}@media (max-width: 900px){.contact__layout{grid-template-columns:1fr;gap:32px}.contact__left{position:static}}@media (max-width: 580px){.form-row{grid-template-columns:1fr}.contact__form{padding:24px}}.footer{background:var(--gray-900);color:var(--gray-400)}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-top:80px;padding-bottom:48px}.footer__logo{display:flex;align-items:center;gap:8px;background:none;font-size:1.3rem;font-weight:800;color:var(--green-400);margin-bottom:12px}.footer__tagline{font-size:.9rem;color:var(--gray-300);font-style:italic;margin-bottom:12px}.footer__mission{font-size:.85rem;color:var(--gray-500);line-height:1.6}.footer__nav{display:flex;flex-direction:column;gap:10px}.footer__nav-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:4px}.footer__link{background:none;font-size:.88rem;color:var(--gray-400);text-align:left;transition:color .15s}.footer__link:hover{color:var(--green-400)}.footer__contact-info{display:flex;flex-direction:column;gap:12px;font-size:.88rem;color:var(--gray-500);line-height:1.5}.footer__contact-info h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500)}.footer__cta{align-self:flex-start;font-size:.85rem;padding:10px 18px}.footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding:16px 24px}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--gray-600);flex-wrap:wrap;gap:8px}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media (max-width: 480px){.footer__inner{grid-template-columns:1fr}.footer__bottom-inner{flex-direction:column;text-align:center}}.app{min-height:100vh}section{padding:80px 0}.container{max-width:1100px;margin:0 auto;padding:0 24px}.section-label{display:inline-block;background:var(--green-100);color:var(--green-700);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--gray-900);line-height:1.2;margin-bottom:16px}.section-title span{color:var(--green-600)}.section-subtitle{font-size:1.05rem;color:var(--gray-600);max-width:560px;line-height:1.7}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green-600);color:var(--white);font-weight:600;font-size:.95rem;padding:14px 28px;border-radius:12px;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--green-700);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--green-700);font-weight:600;font-size:.95rem;padding:13px 28px;border-radius:12px;border:2px solid var(--green-600);transition:background .2s,color .2s,transform .15s}.btn-outline:hover{background:var(--green-50);transform:translateY(-1px)}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:28px;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 8px 30px #16a34a1a;transform:translateY(-2px)}.tag-badge{display:inline-flex;align-items:center;background:var(--green-50);border:1px solid var(--green-200);color:var(--green-700);font-size:.8rem;font-weight:500;padding:4px 10px;border-radius:999px;gap:6px}@media (max-width: 768px){section{padding:60px 0}}
