.order-type-selection-page.order-flow-page{min-height:calc(100dvh - var(--header-height,4.5rem));max-height:calc(100dvh - var(--header-height,4.5rem));overflow:hidden}.order-type-selection{box-sizing:border-box;height:calc(100dvh - var(--header-height,4.5rem));max-height:calc(100dvh - var(--header-height,4.5rem));flex-direction:column;justify-content:center;width:100%;max-width:72rem;margin-inline:auto;padding:1rem 1rem 1.25rem;display:flex;overflow:hidden}@media (min-width:640px){.order-type-selection{padding:1.25rem 1.5rem 1.5rem}}@media (min-width:1024px){.order-type-selection{padding:1.5rem 2rem}}.order-type-selection__header{text-align:center;flex-shrink:0;margin-bottom:1rem}@media (min-width:1024px){.order-type-selection__header{margin-bottom:1.25rem}}.order-type-selection__eyebrow{color:var(--landing-accent,#0d887e);margin:0 0 .35rem;font-size:.75rem;font-weight:700}.order-type-selection__title{color:var(--text-heading);margin:0;font-size:1.25rem;font-weight:800;line-height:1.35}@media (min-width:640px){.order-type-selection__title{font-size:1.5rem}}@media (min-width:1024px){.order-type-selection__title{font-size:1.75rem}}.order-type-selection__desc{max-width:36rem;color:var(--text-body);margin:.5rem auto 0;font-size:.8125rem;line-height:1.6}@media (min-width:1024px){.order-type-selection__desc{font-size:.875rem}}.order-type-selection__grid{flex:1;grid-template-columns:1fr;align-content:center;gap:.75rem;width:100%;min-height:0;display:grid}@media (min-width:768px){.order-type-selection__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width:1024px){.order-type-selection__grid{max-height:min(28rem, calc(100dvh - var(--header-height,4.5rem) - 9rem));gap:1.25rem}}.order-type-card{height:100%;min-height:0;max-height:100%;color:inherit;background:var(--surface);border:2px solid var(--border-light);box-shadow:var(--shadow-card);border-radius:1.25rem;flex-direction:column;padding:1rem 1.125rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}@media (min-width:640px){.order-type-card{padding:1.125rem 1.25rem}}@media (min-width:1024px){.order-type-card{padding:1.25rem 1.375rem}}a.order-type-card:hover{border-color:#0596698c;box-shadow:0 10px 32px #0596691f}.order-type-card--disabled{opacity:.72;background:var(--surface-muted);cursor:not-allowed}.order-type-card__top{justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.order-type-card__title{min-width:0;color:var(--text-heading);flex-wrap:wrap;flex:1;align-items:center;gap:.35rem .5rem;margin:0;font-size:1rem;font-weight:800;line-height:1.35;display:flex}.order-type-card__title-text{flex:0 auto}@media (min-width:640px){.order-type-card__title{font-size:1.0625rem}}.order-type-card__icon{color:#059669;background:#d1fae5d9;border-radius:.875rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.dark .order-type-card__icon{color:#34d399;background:#05966933}@media (min-width:1024px){.order-type-card__icon{width:3.25rem;height:3.25rem}}.order-type-card__badge{color:var(--text-subtle);background:var(--surface);border:1px solid var(--border-light);border-radius:9999px;align-items:center;padding:.2rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.order-type-card__desc{color:var(--text-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.8125rem;line-height:1.55;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.order-type-card__desc{-webkit-line-clamp:2;font-size:.875rem}}.order-type-card__features{flex-direction:column;gap:.35rem;margin:0 0 .875rem;padding:0;list-style:none;display:flex}.order-type-card__features li{color:var(--text-heading);padding-inline-start:1rem;font-size:.75rem;font-weight:600;line-height:1.4;position:relative}.order-type-card__features li:before{content:"";inset-inline-start:0;background:#059669;border-radius:9999px;width:.35rem;height:.35rem;position:absolute;top:.4em}.order-type-card__cta{color:#fff;background:var(--landing-accent,#0d887e);border-radius:9999px;justify-content:center;align-items:center;width:100%;min-height:2.5rem;margin-top:auto;padding:.625rem 1rem;font-size:.8125rem;font-weight:700;display:inline-flex}.order-type-card--disabled .order-type-card__cta{color:var(--text-subtle);background:var(--border-light)}a.order-type-card:hover .order-type-card__cta{background:var(--landing-accent-dark,#0a6b63)}@media (max-width:767px){.order-type-selection-page.order-flow-page,.order-type-selection{height:auto;max-height:none;min-height:calc(100dvh - var(--header-height,4.5rem));overflow:visible}.order-type-selection__grid{flex:none}.order-type-card{min-height:auto}}.order-type-card__index{display:none}.order-type-card--animated{animation:.55s cubic-bezier(.22,1,.36,1) both order-type-card-in}.order-type-card--messenger{animation-delay:80ms}.order-type-card--messenger .order-type-card__icon{color:#5b8def;background:#dbeafee6}.dark .order-type-card--messenger .order-type-card__icon{color:#93c5fd;background:#3b82f633}.order-type-card--messenger .order-type-card__cta{color:#3d5a80;background:#dbeafeeb;border:1px solid #bfdbfed9}.dark .order-type-card--messenger .order-type-card__cta{color:#bfdbfe;background:#3b82f62e;border-color:#60a5fa59}a.order-type-card--messenger:hover .order-type-card__cta{background:#bfdbfee0}.dark a.order-type-card--messenger:hover .order-type-card__cta{background:#3b82f647}a.order-type-card--messenger:hover{border-color:#93c5fdb3;box-shadow:0 12px 34px #93c5fd38}.order-type-messenger-icon{display:inline-flex;position:relative}.order-type-messenger-icon__pulse{opacity:0;border:2px solid;border-radius:999px;animation:2.2s ease-out infinite order-type-messenger-pulse;position:absolute;inset:-4px}.order-type-title-brands{vertical-align:middle;flex-shrink:0;align-items:center;gap:.35rem;padding:.15rem .2rem;display:inline-flex}.order-type-title-brands__paren{color:var(--text-subtle);font-size:1.05em;font-weight:700;line-height:1}.order-type-title-brands__item{background:#fff;border:1px solid #e2e8f0f2;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;overflow:hidden;box-shadow:0 2px 6px #0f172a14}@media (min-width:640px){.order-type-title-brands__item{width:2.25rem;height:2.25rem}}.dark .order-type-title-brands__item{background:#0f172aa6;border-color:#4755698c;box-shadow:0 2px 6px #00000059}.order-type-title-brands__item img,.order-type-title-brands__item svg{object-fit:contain;width:1.35rem;height:1.35rem}@media (min-width:640px){.order-type-title-brands__item img,.order-type-title-brands__item svg{width:1.5rem;height:1.5rem}}.order-type-card--online .order-type-card__icon{color:#0d887e}@keyframes order-type-card-in{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes order-type-messenger-pulse{0%{opacity:.45;transform:scale(.85)}to{opacity:0;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.order-type-card--animated,.order-type-messenger-icon__pulse{animation:none}}
