.faq{padding:80px 5%;background:#fff}.faq__container{max-width:760px;margin:0 auto}.faq__header{text-align:center;margin-bottom:64px;display:flex;flex-direction:column;align-items:center;gap:16px}.faq__header h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.faq__header p{font-size:1.0625rem;color:#4a4a4a;line-height:1.6}.faq__list{display:flex;flex-direction:column;gap:8px}.faq__item{background:#fff;border:1px solid #f0f0f0;border-radius:12px!important;box-shadow:none!important;overflow:hidden;transition:all .15s ease}.faq__item:before{display:none}.faq__item.Mui-expanded,.faq__item:hover{border-color:#d4d4d4}.faq__summary{padding:18px 24px!important;min-height:0!important}.faq__summary .MuiAccordionSummary-content{margin:0!important}.faq__summary .MuiAccordionSummary-expandIconWrapper{color:#717171;transition:transform .15s ease}.faq__summary .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg);color:#10b981}.faq__question{font-size:.95rem;font-weight:500;color:#0a0a0a;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.faq__answer{padding:0 24px 20px!important;color:#4a4a4a;font-size:.9rem;line-height:1.7}.faq__contact{margin-top:48px;text-align:center;font-size:.9rem;color:#717171}.faq__contact a{color:#059669;font-weight:500;text-decoration:none}.faq__contact a:hover{text-decoration:underline}@media(min-width:1600px){.faq{padding-left:10%;padding-right:10%}}.mockup-chrome{position:relative;flex-shrink:0;height:30px;background:linear-gradient(180deg,#f3f5fa,#e9edf5);border-bottom:1px solid #e8edf3;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px}.mockup-chrome__dot{position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%}.mockup-chrome__dot--red{left:12px;background:#ff5f57}.mockup-chrome__dot--yellow{left:30px;background:#febc2e}.mockup-chrome__dot--green{left:48px;background:#28c840}.mockup-chrome__address{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e8edf3;border-radius:8px;padding:4px 10px;font-size:10px;color:#4a5066;font-weight:500;letter-spacing:.01em;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mockup-chrome__address-icon{display:inline-flex;align-items:center;justify-content:center;color:#10b981}@media(max-width:900px){.mockup-chrome{height:26px}.mockup-chrome__address{font-size:9px;padding:3px 8px}}.menu-editor{--me-radius:14px;--me-bg:#fff;--me-border:#e8edf3;--me-border-soft:#eef1f7;--me-text:#1a2233;--me-text-soft:#4a5066;--me-text-faint:#8a93a6;--me-track:#f6f8fc;--me-accent:#10b981;position:relative;width:100%;max-width:640px;margin:0 auto;background:var(--me-bg);border-radius:var(--me-radius);box-shadow:0 30px 60px rgba(20,40,80,.18),0 10px 20px rgba(20,40,80,.08),inset 0 0 0 1px hsla(0,0%,100%,.6);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--me-text)}.menu-editor,.menu-editor__body{display:flex;flex-direction:column}.menu-editor__body{gap:10px;padding:14px 16px 16px;background:#fff}.menu-editor__section{border:1px solid var(--me-border);border-radius:10px;background:#fff;overflow:hidden}.menu-editor__section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px 10px 14px;background:#fff}.menu-editor__section-title{margin:0;font-size:13.5px;font-weight:700;color:var(--me-text);letter-spacing:-.01em;line-height:1.2;display:inline-flex;align-items:center;gap:6px;position:relative;padding-bottom:3px}.menu-editor__section-title:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-image:linear-gradient(to right,var(--me-text-faint) 50%,transparent 50%);background-size:4px 1px;background-repeat:repeat-x;opacity:.4}.menu-editor__edit-icon{color:var(--me-text-faint)}.menu-editor__section-actions{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.menu-editor__toggle{position:relative;display:inline-flex;align-items:center;width:30px;height:16px;background:var(--me-accent);border-radius:999px;padding:2px}.menu-editor__toggle--off{background:#d6dce6}.menu-editor__toggle-knob{display:block;width:12px;height:12px;background:#fff;border-radius:50%;margin-left:auto;box-shadow:0 1px 2px rgba(20,40,80,.15)}.menu-editor__icon-btn{width:22px;background:transparent;border:none;color:var(--me-text-soft);cursor:default;padding:0;border-radius:4px}.menu-editor__chevron,.menu-editor__icon-btn{display:inline-flex;align-items:center;justify-content:center;height:22px}.menu-editor__chevron{width:18px;color:var(--me-accent)}.menu-editor__section-body{border-top:1px solid var(--me-border-soft);padding:4px 10px 10px}.menu-editor__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-editor__table-wrap::-webkit-scrollbar{display:none}.menu-editor__table{display:flex;flex-direction:column;min-width:100%}.menu-editor__row,.menu-editor__table-head{display:grid;grid-template-columns:minmax(110px,1.2fr) minmax(120px,1.4fr) minmax(50px,.6fr) minmax(70px,.9fr) minmax(50px,.6fr);grid-gap:10px;gap:10px;padding:9px 10px;align-items:center}.menu-editor__table-head{background:var(--me-track);border-bottom:1px solid var(--me-border-soft);font-size:9px;font-weight:700;color:var(--me-text);letter-spacing:.05em;text-transform:uppercase}.menu-editor__col{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.menu-editor__row{border-bottom:1px solid var(--me-border-soft);font-size:11.5px;color:var(--me-text);font-weight:500}.menu-editor__row:last-child{border-bottom:none}.menu-editor__cell{display:flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-editor__cell--name{font-weight:600}.menu-editor__cell--desc{color:var(--me-text-soft);font-size:10.5px}.menu-editor__cell--price{font-weight:700;color:var(--me-text)}.menu-editor__allergens{display:inline-flex;align-items:center;gap:3px;min-width:0}.menu-editor__allergen{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;overflow:hidden;flex-shrink:0}.menu-editor__allergen img{display:block;width:12px;height:12px;object-fit:contain;filter:brightness(0) invert(1)}.menu-editor__thumb{display:inline-block;width:32px;height:32px;border-radius:6px;overflow:hidden;flex-shrink:0;box-shadow:0 1px 3px rgba(20,40,80,.12)}.menu-editor__thumb img{display:block;width:100%;height:100%;object-fit:cover}.menu-editor__add-section{display:inline-flex;align-items:stretch;gap:0;padding:0;background:var(--me-accent);color:#fff;border:none;border-radius:8px;cursor:default;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;letter-spacing:.005em;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 12px rgba(16,185,129,.25);overflow:hidden;margin-top:2px}.menu-editor__add-section span{display:inline-flex;align-items:center;padding:8px 12px}.menu-editor__add-section svg{background:hsla(0,0%,100%,.18);padding:8px;box-sizing:content-box;width:16px;height:16px}@media(max-width:900px){.menu-editor{--me-radius:12px;max-width:100%}.menu-editor__body{padding:12px 14px 14px}.menu-editor__section-head{padding:9px 10px 9px 12px}.menu-editor__section-title{font-size:13px}.menu-editor__row{font-size:11px}.menu-editor__cell--desc{font-size:10px}.menu-editor__table-head{font-size:8.5px}}@media(max-width:600px){.menu-editor__body{padding:10px 12px 12px;gap:8px}.menu-editor__section-head{padding:8px 8px 8px 12px}.menu-editor__section-title{font-size:12.5px}.menu-editor__table-head{display:none}.menu-editor__row{display:grid;grid-template-columns:1fr 28px minmax(45px,auto);grid-template-areas:"name image price" "desc desc desc" "allergens allergens allergens";grid-row-gap:4px;row-gap:4px;padding:10px 0 10px 10px}.menu-editor__cell--name{grid-area:name}.menu-editor__cell--desc{grid-area:desc;white-space:normal;overflow:visible;text-overflow:clip;font-size:10px;color:var(--me-text-soft)}.menu-editor__cell--price{grid-area:price;font-size:12px}.menu-editor__cell--allergens{grid-area:allergens}.menu-editor__cell--image{grid-area:image}.menu-editor__allergen{width:16px;height:16px}.menu-editor__allergen img{width:10px;height:10px}.menu-editor__thumb{width:28px;height:28px}.menu-editor__add-section{font-size:11px}}.booking-dashboard{--bd-radius:14px;--bd-bg:#fff;--bd-border:#e8edf3;--bd-text:#1a2233;--bd-text-soft:#6b7691;--bd-text-faint:#a4adbf;--bd-track:#f6f8fc;--bd-grid:#eef1f7;--bd-res-bg:linear-gradient(180deg,#cfe7ff,#b8dcff);--bd-res-text:#15446e;--bd-res-accent:#4a9ce0;--bd-hour-columns:11;position:relative;width:100%;max-width:640px;margin:0 auto;border-radius:var(--bd-radius);box-shadow:0 30px 60px rgba(20,40,80,.18),0 10px 20px rgba(20,40,80,.08),inset 0 0 0 1px hsla(0,0%,100%,.6);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--bd-text)}.booking-dashboard,.booking-dashboard__app{background:var(--bd-bg);display:flex;flex-direction:column}.booking-dashboard__app{min-height:0}.booking-dashboard__toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--bd-border);background:#fcfdff;flex-shrink:0}.booking-dashboard__nav{display:inline-flex;align-items:center;gap:6px}.booking-dashboard__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--bd-border);background:#fff;border-radius:6px;color:var(--bd-text-soft);cursor:default}.booking-dashboard__date{display:inline-flex;align-items:center;gap:5px;margin-left:6px;padding:4px 9px;border-radius:8px;background:#ecfdf5;color:#059669;font-size:10.5px;font-weight:600}.booking-dashboard__date svg{color:#059669}.booking-dashboard__date-meta{color:#10b981;font-weight:500}.booking-dashboard__stats{display:inline-flex;align-items:center;gap:6px}.booking-dashboard__stat{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:var(--bd-track);color:var(--bd-text-soft);border-radius:999px;font-size:9.5px;font-weight:600}.booking-dashboard__stat svg{color:var(--bd-text-faint)}.booking-dashboard__grid{display:grid;grid-template-columns:70px 1fr;grid-template-rows:22px 1fr;background:var(--bd-bg);min-height:0}.booking-dashboard__corner{grid-column:1;display:flex;align-items:center;justify-content:flex-start;padding:0 8px;border-right:1px solid var(--bd-border);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.booking-dashboard__corner,.booking-dashboard__hours{grid-row:1;background:#fbfcfe;border-bottom:1px solid var(--bd-border);font-size:9px;color:var(--bd-text-faint)}.booking-dashboard__hours{grid-column:2;display:grid;grid-template-columns:repeat(var(--bd-hour-columns),1fr);font-weight:500}.booking-dashboard__hour{display:flex;align-items:center;justify-content:center;border-left:1px solid var(--bd-grid);padding:0 2px}.booking-dashboard__hour:first-child{border-left:none}.booking-dashboard__rows{grid-column:1/-1;grid-row:2;display:flex;flex-direction:column}.booking-dashboard__row{display:grid;grid-template-columns:70px 1fr;border-bottom:1px solid var(--bd-grid);min-height:44px}.booking-dashboard__row:last-child{border-bottom:none}.booking-dashboard__row-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px;background:#fbfcfe;border-right:1px solid var(--bd-border);position:relative}.booking-dashboard__table-id{font-size:11px;font-weight:700;color:var(--bd-text);line-height:1}.booking-dashboard__table-cap{font-size:8.5px;color:var(--bd-text-faint);font-weight:500;line-height:1}.booking-dashboard__joinable{position:absolute;top:4px;right:4px;color:#10b981;display:inline-flex}.booking-dashboard__row-track{position:relative;display:grid;grid-template-columns:repeat(var(--bd-hour-columns),1fr);background:#fff;background-image:linear-gradient(to right,var(--bd-grid) 0,var(--bd-grid) 1px,transparent 1px,transparent calc(100% / var(--bd-hour-columns)));background-size:calc(100%/var(--bd-hour-columns)) 100%;overflow:hidden}.booking-dashboard__reservation{position:relative;margin:3px 1px;border-radius:6px;background:var(--bd-res-bg);color:var(--bd-res-text);padding:4px 5px 3px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;min-width:0;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),0 1px 2px rgba(20,60,120,.05)}.booking-dashboard__reservation-bar{position:absolute;top:0;left:0;bottom:0;width:3px;background:var(--bd-res-accent)}.booking-dashboard__reservation-body{display:flex;flex-direction:column;gap:1px;padding-left:2px;min-width:0}.booking-dashboard__reservation-name{font-size:8.5px;font-weight:700}.booking-dashboard__reservation-name,.booking-dashboard__reservation-time{line-height:1.1;color:var(--bd-res-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.booking-dashboard__reservation-time{font-size:7.5px;font-weight:500;opacity:.85}.booking-dashboard__reservation-foot{display:flex;align-items:center;gap:3px;margin-top:1px}.booking-dashboard__reservation-party{min-width:14px;padding:0 3px;color:var(--bd-res-text);font-size:7.5px;font-weight:700;line-height:1}.booking-dashboard__reservation-badge,.booking-dashboard__reservation-party{display:inline-flex;align-items:center;justify-content:center;height:12px;background:#fff;border-radius:3px}.booking-dashboard__reservation-badge{width:12px;color:var(--bd-res-accent)}.booking-dashboard__reservation-badge--msg{color:#059669}@media(max-width:900px){.booking-dashboard{--bd-radius:12px;max-width:100%}.booking-dashboard__grid{grid-template-columns:56px 1fr}.booking-dashboard__rows{grid-column:1/-1}.booking-dashboard__row{grid-template-columns:56px 1fr;min-height:40px}.booking-dashboard__hours{font-size:8.5px}.booking-dashboard__corner{font-size:8.5px;padding:0 6px}.booking-dashboard__reservation-name{font-size:8px}.booking-dashboard__reservation-time{font-size:7px}.booking-dashboard__reservation-party{font-size:7px;min-width:12px;height:11px}.booking-dashboard__toolbar{padding:8px 10px}.booking-dashboard__date{font-size:9.5px}.booking-dashboard__stat{font-size:8.5px}}@media(max-width:600px){.booking-dashboard{--bd-hour-columns:7}.booking-dashboard__hour:nth-child(n+8){display:none}.booking-dashboard__row-label{padding:4px 2px}.booking-dashboard__table-id{font-size:10px}.booking-dashboard__table-cap{font-size:7.5px}.booking-dashboard__row{min-height:40px}.booking-dashboard__grid,.booking-dashboard__row{grid-template-columns:52px 1fr}.booking-dashboard__corner{padding:0 4px;font-size:8.5px}.booking-dashboard__reservation{margin:2px 1px;padding:3px 4px 2px}.booking-dashboard__reservation-name{font-size:8px}.booking-dashboard__reservation-time{font-size:7px}.booking-dashboard__reservation-party{font-size:7px;min-width:12px;height:11px}.booking-dashboard__reservation-badge{width:11px;height:11px}.booking-dashboard__toolbar{padding:7px 9px}.booking-dashboard__date{font-size:9.5px;padding:3px 7px}.booking-dashboard__date-meta{display:none}.booking-dashboard__stat{font-size:8.5px;padding:3px 6px}.booking-dashboard__icon-btn{width:20px;height:20px}}.delivery-panel{--dp-radius:14px;--dp-bg:#fff;--dp-border:#e8edf3;--dp-text:#1a2233;--dp-text-soft:#4a5066;--dp-text-faint:#8a93a6;--dp-track:#f6f8fc;--dp-divider:#d8dee8;--dp-accent-yellow:#f5a524;--dp-accent-blue:#4a9ce0;--dp-status-bg:#d1fae5;--dp-status-text:#047857;--dp-done:#10b981;--dp-pending:#f5a524;position:relative;width:100%;max-width:760px;margin:0 auto;background:var(--dp-bg);border-radius:var(--dp-radius);box-shadow:0 30px 60px rgba(20,40,80,.18),0 10px 20px rgba(20,40,80,.08),inset 0 0 0 1px hsla(0,0%,100%,.6);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dp-text);display:flex;flex-direction:column}.delivery-panel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;flex-shrink:0}.delivery-panel__brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.delivery-panel__brand-title{font-size:16px;font-weight:700;color:var(--dp-text);letter-spacing:-.01em;line-height:1}.delivery-panel__brand-actions{display:inline-flex;align-items:center;gap:0;border:1px solid var(--dp-border);border-radius:10px;background:#fff;overflow:hidden}.delivery-panel__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:28px;background:transparent;border:none;color:var(--dp-text-soft);cursor:default;padding:0;flex-shrink:0}.delivery-panel__icon-btn+.delivery-panel__icon-btn{border-left:1px solid var(--dp-border)}.delivery-panel__icon-btn--gear{width:32px;height:32px;border:1px solid var(--dp-border);border-radius:10px}.delivery-panel__status{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--dp-status-bg);color:var(--dp-status-text);border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.02em;white-space:nowrap;margin-left:auto}.delivery-panel__status-dot{width:7px;height:7px;border-radius:50%;background:var(--dp-status-text);flex-shrink:0}.delivery-panel__status-text{line-height:1}.delivery-panel__orders{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding:0 14px 16px;background:#fff;align-items:stretch}.delivery-panel__order{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--dp-border);border-radius:12px;padding:12px 12px 10px;overflow:hidden;box-shadow:0 4px 14px rgba(20,40,80,.06);min-width:0}.delivery-panel__order-accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--dp-accent-blue)}.delivery-panel__order--yellow .delivery-panel__order-accent{background:var(--dp-accent-yellow)}.delivery-panel__order-head{display:flex;flex-direction:column;gap:2px}.delivery-panel__order-customer{margin:0;font-size:11.5px;font-weight:700;color:var(--dp-text);line-height:1.25}.delivery-panel__order-line{margin:0}.delivery-panel__order-date,.delivery-panel__order-line{font-size:10.5px;font-weight:500;color:var(--dp-text-soft);line-height:1.3}.delivery-panel__order-date{margin:2px 0 8px}.delivery-panel__order-status{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 10px;border:1px solid var(--dp-border);border-radius:8px;background:#fff;font-size:11px;font-weight:600;color:var(--dp-text);line-height:1.2}.delivery-panel__order-divider{margin:10px -12px;height:0;border-top:1px dashed var(--dp-divider)}.delivery-panel__order-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.delivery-panel__order-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10.5px;font-weight:600;color:var(--dp-text);letter-spacing:.01em;line-height:1.2}.delivery-panel__order-item-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-panel__order-item-icon{flex-shrink:0}.delivery-panel__order-item-icon--done{color:var(--dp-done)}.delivery-panel__order-item-icon--pending{color:var(--dp-pending)}.delivery-panel__order-foot{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:2px}.delivery-panel__order-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:var(--dp-text-soft);cursor:default;padding:0}.delivery-panel__order-action:last-child{margin-left:auto}@media(max-width:1100px){.delivery-panel{max-width:520px}.delivery-panel__orders{grid-template-columns:1fr;gap:12px}}@media(max-width:900px){.delivery-panel{--dp-radius:12px}.delivery-panel__toolbar{flex-wrap:wrap;gap:8px;padding:10px 12px}.delivery-panel__status{order:3;width:100%;justify-content:center}}@media(max-width:600px){.delivery-panel__brand-title{font-size:15px}.delivery-panel__icon-btn{width:30px;height:28px}.delivery-panel__icon-btn--gear{width:32px;height:32px}.delivery-panel__status{font-size:11.5px;padding:6px 14px}.delivery-panel__order{padding:14px 14px 12px}.delivery-panel__order-customer{font-size:13px}.delivery-panel__order-date,.delivery-panel__order-line{font-size:12px}.delivery-panel__order-status{font-size:12.5px;padding:7px 12px}.delivery-panel__order-item{font-size:12px}.delivery-panel__order-item-icon{width:16px;height:16px}.delivery-panel__order-action{width:32px;height:32px}.delivery-panel__order:nth-child(3){display:none}}.features{padding:80px 5%;background:#fff}.features__container{max-width:1200px;margin:0 auto}.features__header{text-align:center;max-width:720px;margin:0 auto 56px;display:flex;flex-direction:column;align-items:center;gap:16px}.features__header h2{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;color:#0a0a0a;line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.features__header p{font-size:1.0625rem;color:#4a4a4a;line-height:1.6;max-width:580px}.features__overview{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;list-style:none;padding:0;margin:12px 0 0}.features__overview-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#fff;border:1px solid #f0f0f0;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.features__overview-pill:hover{transform:translateY(-1px);border-color:#10b981;box-shadow:0 6px 16px rgba(16,185,129,.12)}.features__overview-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ecfdf5;color:#059669;flex-shrink:0}.features__overview-label{font-size:.9rem;font-weight:600;color:#0a0a0a;letter-spacing:-.005em}.features__main{display:flex;flex-direction:column;gap:120px}.features__block{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.features__block--reverse{direction:rtl}.features__block--reverse>*{direction:ltr}.features__text{display:flex;flex-direction:column;gap:14px;max-width:480px}.features__block-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.05em;width:-moz-fit-content;width:fit-content}.features__block-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0a0a0a;line-height:1.15;letter-spacing:-.02em;text-wrap:balance;margin:0}.features__block-desc{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}.features__list{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:10px}.features__list-item{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#0a0a0a}.features__list-item svg{color:#10b981;flex-shrink:0;margin-top:2px}.features__link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:#0a0a0a;text-decoration:none;margin-top:6px;transition:gap .15s ease;width:-moz-fit-content;width:fit-content}.features__link:hover{gap:10px}.features__visual{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#fafafa,#f5f5f5);border:1px solid #f0f0f0;padding:28px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.features__visual:has(.menu-editor){aspect-ratio:auto;padding:20px}.features__visual:has(.booking-dashboard){aspect-ratio:auto;padding:20px}.features__visual:has(.delivery-panel){aspect-ratio:auto;padding:20px}.features__visual-glow{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.15) 0,transparent 70%);filter:blur(40px);pointer-events:none;z-index:0}.features__visual-glow--tr{top:-100px;right:-100px}.features__visual-glow--bl{bottom:-100px;left:-100px}@media(max-width:900px){.features__main{gap:80px}.features__block{grid-template-columns:1fr;gap:28px}.features__block--reverse{direction:ltr}.features__text{max-width:100%}.features__overview{gap:8px}.features__overview-pill{padding:8px 14px}}@media(max-width:768px){.features__header{margin-bottom:32px}.features__main{gap:56px}}@media(min-width:1600px){.features{padding-left:10%;padding-right:10%}}.final-cta{padding:80px 5%;background:#fff}.final-cta__container{max-width:1100px;margin:0 auto}.final-cta__card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#212121);border-radius:24px;padding:96px 48px;text-align:center;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.16)}.final-cta__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.final-cta__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.final-cta__orb--1{width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.5) 0,transparent 70%);top:-200px;right:-100px}.final-cta__orb--2{width:300px;height:300px;background:radial-gradient(circle,rgba(16,185,129,.3) 0,transparent 70%);bottom:-150px;left:-50px}.final-cta__grid-bg{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,#000 30%,transparent 80%)}.final-cta__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:680px;margin:0 auto}.final-cta__content p{color:#fff;opacity:1}.final-cta__subtitle{color:#fff}.final-cta__chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:hsla(0,0%,100%,.08);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.12)}.final-cta__title{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.025em;text-wrap:balance;margin:0}.final-cta__subtitle{font-size:1.0625rem;color:#c9c9c9!important;opacity:1;line-height:1.6;max-width:520px}.final-cta__ctas{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap;justify-content:center}.final-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .15s ease;white-space:nowrap}.final-cta__btn--primary{background:#10b981;color:#fff}.final-cta__btn--primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04)}.final-cta__btn--ghost{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.15)}.final-cta__btn--ghost:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.25)}.final-cta__meta{display:flex;gap:24px;margin-top:16px;font-size:.8rem;color:hsla(0,0%,100%,.5);flex-wrap:wrap;justify-content:center}.final-cta__meta span{display:inline-flex;align-items:center;gap:6px}@media(max-width:768px){.final-cta__card{padding:48px 24px;border-radius:16px}}@media(min-width:1600px){.final-cta{padding-left:10%;padding-right:10%}}.phone-mockup{--phone-width:300px;--phone-aspect:1.95;--phone-border:8px;--phone-radius:36px;position:relative;width:var(--phone-width);max-width:100%;max-height:100%;aspect-ratio:1/var(--phone-aspect);background:linear-gradient(135deg,#2a2a2a,#1a1a1a 50%,#2a2a2a);border-radius:var(--phone-radius);padding:var(--phone-border);box-shadow:0 30px 60px rgba(0,0,0,.25),0 10px 20px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.05);margin:0 auto;overflow:visible}.phone-mockup__notch{position:absolute;top:4px;left:50%;transform:translateX(-50%);width:80px;height:18px;background:#0a0a0a;border-radius:0 0 14px 14px;z-index:3}.phone-mockup__side{position:absolute;background:#1a1a1a;z-index:2}.phone-mockup__side--left{left:-3px;top:18%;width:3px;height:90px;border-radius:2px 0 0 2px}.phone-mockup__side--left span{position:absolute;right:0;background:#0a0a0a;border-radius:2px 0 0 2px}.phone-mockup__side--left span:first-child{top:0;width:3px;height:24px}.phone-mockup__side--left span:nth-child(2){top:30px;width:3px;height:38px}.phone-mockup__side--left span:nth-child(3){top:74px;width:3px;height:38px}.phone-mockup__side--right{right:-3px;top:22%;width:3px;height:60px;border-radius:0 2px 2px 0}.phone-mockup__side--right span{position:absolute;left:0;background:#0a0a0a;border-radius:0 2px 2px 0}.phone-mockup__side--right span:first-child{top:0;width:3px;height:50px}.phone-mockup__side--right span:nth-child(2){top:58px;width:3px;height:50px}.phone-mockup__screen{position:relative;width:100%;height:100%;background:#fff;border-radius:28px;overflow:hidden;display:flex;flex-direction:column}.phone-mockup__header{position:relative;flex-shrink:0;padding:26px 12px 12px;background-color:#fdf3d7;background-image:repeating-linear-gradient(135deg,transparent,transparent 8px,rgba(255,200,80,.18) 0,rgba(255,200,80,.18) 14px);text-align:center}.phone-mockup__title{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;letter-spacing:.01em}.phone-mockup__content{flex:1 1;background:#fff;padding:8px 8px 10px;display:flex;flex-direction:column;gap:6px;overflow:hidden;min-height:0;text-align:left}.phone-mockup__section-title{background:#1a1a1a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:15px;text-align:center;padding:7px 10px;border-radius:5px;letter-spacing:.01em}.phone-mockup__items{display:flex;flex-direction:column}.phone-mockup__item{display:flex;align-items:flex-start;gap:8px;padding:4px;border-bottom:1px solid #f0e6c5;min-height:48px;text-align:left}.phone-mockup__item:last-child{border-bottom:none}.phone-mockup__item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px;text-align:left}.phone-mockup__item-name{font-size:10px;font-weight:700;color:#1a1a1a}.phone-mockup__item-desc,.phone-mockup__item-name{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2;text-align:left}.phone-mockup__item-desc{font-size:8.5px;color:#3a3a3a}.phone-mockup__item-allergens{display:flex;gap:4px;margin-top:2px;justify-content:flex-start}.phone-mockup__allergen{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;overflow:hidden}.phone-mockup__allergen img{display:block;width:100%;height:100%;object-fit:contain}.phone-mockup__item-prices{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px;justify-content:flex-start}.phone-mockup__price{display:inline-block;background:#d4f0d4;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:8px;font-weight:600;padding:1px 5px;border-radius:10px;line-height:1.2}.phone-mockup__item-photo{flex-shrink:0;width:42px;height:42px;border-radius:6px;overflow:hidden;align-self:center}.phone-mockup__item-photo img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:900px){.phone-mockup{--phone-width:260px}}.hero{position:relative;padding:96px 5%;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(16,185,129,.12) 0,rgba(16,185,129,0) 60%),linear-gradient(180deg,#fff 0,#fafafa);overflow:hidden}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.hero__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero__orb--1{width:480px;height:480px;background:radial-gradient(circle,rgba(16,185,129,.18) 0,transparent 70%);top:-180px;right:10%;animation:heroFloat 12s ease-in-out infinite}.hero__orb--2{width:380px;height:380px;background:radial-gradient(circle,rgba(16,185,129,.1) 0,transparent 70%);bottom:-120px;left:-100px;animation:heroFloatReverse 14s ease-in-out infinite}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.025) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,#000 30%,transparent 80%)}.hero__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;grid-gap:64px;gap:64px;align-items:center}@media(max-width:900px){.hero__container{grid-template-columns:1fr;gap:48px}}.hero__text{display:flex;flex-direction:column;gap:16px;max-width:580px}.hero__title{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;color:#0a0a0a;line-height:1.05;letter-spacing:-.035em;text-wrap:balance;margin:0}.hero__highlight{background:linear-gradient(135deg,#10b981,#047857);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:#4a4a4a;line-height:1.6;max-width:520px;text-wrap:pretty;margin:0}.hero__ctas{display:flex;flex-direction:column;gap:10px;margin-top:8px;max-width:320px}.hero__meta{margin-top:16px;display:flex;gap:24px;flex-wrap:wrap;font-size:.85rem;color:#717171}.hero__meta span{display:inline-flex;align-items:center;gap:6px}.hero__meta svg{color:#10b981}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:540px}@media(max-width:900px){.hero__visual{min-height:auto}}.hero__float{position:absolute;background:#fff;border:1px solid #f0f0f0;border-radius:9999px;padding:8px 16px 8px 8px;box-shadow:0 10px 30px rgba(0,0,0,.08),0 4px 8px rgba(0,0,0,.04);gap:10px;font-size:.82rem;font-weight:600;color:#0a0a0a;animation:heroFloat 6s ease-in-out infinite;white-space:nowrap;z-index:2}.hero__float,.hero__float-icon{display:inline-flex;align-items:center}.hero__float-icon{justify-content:center;width:28px;height:28px;border-radius:50%;background:#ecfdf5;color:#059669;flex-shrink:0}.hero__float-text{display:inline-block}.hero__float--1{top:6%;left:0;animation-delay:0s}@media(max-width:900px){.hero__float--1{display:none}}.hero__float--2{top:45%;right:0;animation-delay:2s}@media(max-width:900px){.hero__float--2{display:none}}.hero__float--3{bottom:4%;left:4%;animation-delay:4s}@media(max-width:900px){.hero__float--3{display:none}}@keyframes heroFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes heroFloatReverse{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,10px,0)}}@media(max-width:768px){.hero{padding:64px 20px 48px}.hero__container{text-align:center}.hero__text{align-items:center}.hero__ctas{max-width:320px;width:100%;margin-left:auto;margin-right:auto}.hero__meta{justify-content:center}}@media(min-width:1600px){.hero{padding-left:10%;padding-right:10%}}.how{padding:80px 5%;background:#fff}.how__container{max-width:960px;margin:0 auto}.how__header{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center;gap:16px}.how__header h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.how__header p{font-size:1.0625rem;color:#4a4a4a;line-height:1.6;max-width:520px}.how__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.how__step{position:relative;text-align:left;display:flex;flex-direction:column;gap:14px;padding:28px;background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.how__step:hover{border-color:#d4d4d4;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04)}.how__badge{position:relative;width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;border:1px solid rgba(16,185,129,.2)}.how__badge,.how__badge-number{display:inline-flex;align-items:center;justify-content:center}.how__badge-number{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 6px;background:#0a0a0a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.02em;border-radius:9999px;border:2px solid #fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.how__title{font-size:1.0625rem;font-weight:600;color:#0a0a0a;margin:0;letter-spacing:-.01em;line-height:1.3}.how__desc{font-size:.9rem;color:#4a4a4a;line-height:1.6;max-width:280px;margin:0}@media(max-width:900px){.how__grid{grid-template-columns:1fr;gap:14px;max-width:520px;margin:0 auto}}@media(max-width:768px){.how__header{margin-bottom:32px}}@media(min-width:1600px){.how{padding-left:10%;padding-right:10%}}
/*# sourceMappingURL=2909cb4c9b33b28b.css.map*/