:root{--color-obsidian:#0D0D0D;--color-ink:#111111;--color-charcoal:#2C2C2C;--color-surface:#F8F8F8;--color-border:#E8E8E8;--color-muted:#888888;--color-placeholder:#BBBBBB;--color-accent:#9B2E8C;--color-accent-rgb:155,46,140;--color-upcoming-border:#C6F6D5;--color-upcoming-bg:#F0FFF4;--color-upcoming-text:#276749;--color-delivered-border:#6EE7B7;--color-delivered-bg:#ECFDF5;--color-delivered-text:#065F46;--color-canceled-border:#FED7D7;--color-canceled-bg:#FFF5F5;--color-canceled-text:#C53030;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:40px;--space-7:64px;--space-8:96px;--space-9:128px;--shadow-base:0 1px 3px rgba(0,0,0,0.06),0 2px 6px rgba(0,0,0,0.04);--shadow-elevated:0 2px 8px rgba(0,0,0,0.07),0 8px 24px rgba(0,0,0,0.05);--shadow-floating:0 4px 16px rgba(0,0,0,0.08),0 16px 48px rgba(0,0,0,0.06);--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--duration-fast:150ms;--duration-base:250ms;--duration-slow:400ms}#root,body,html{background-color:#FFFFFF}*{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}[contenteditable],input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}body,html{overscroll-behavior:none}img{pointer-events:none}:focus-visible{outline:2px solid #0D0D0D;outline-offset:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.card{background:#FFFFFF;border:1px solid var(--color-border);border-radius:16px;box-shadow:var(--shadow-base)}@keyframes spin{to{transform:rotate(1turn)}}.spinner{border:2px solid var(--color-border);border-top-color:var(--color-ink);border-radius:50%;animation:spin .7s linear infinite}.avatar-initials{border-radius:50%;background:var(--aw-espresso);color:#FFFFFF;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.label-badge{display:inline-block;border:1px solid #dddddd;border-radius:20px;padding:4px 12px}.label-badge,.section-label{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.section-label{display:block}.form-input{width:100%;border:1px solid #e8e8e8;border-radius:12px;padding:14px 16px;font-size:.9375rem;font-family:DM Sans,Heebo,Noto Sans Arabic,system-ui,sans-serif;color:#111111;background:#FFFFFF;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;caret-color:#111111}.form-input:focus{border-color:#C8A97E;box-shadow:0 0 0 3px rgba(200,169,126,.15)}.form-input:disabled{background:#F5F5F5;color:#AAAAAA;cursor:default}.page-h1{font-size:2rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#111111;margin:0}:root{--aw-bg:#FFFFFF;--aw-sheet:#EFEAE5;--aw-bg-2:#E4DFD8;--aw-card:#F4F1ED;--aw-card-2:#FAF8F4;--aw-espresso:#0E0C0A;--aw-ink:#211C16;--aw-ink-soft:#9C938A;--aw-ink-faint:#A99F95;--aw-line:#E3DDD5;--aw-accent:#9B2E8C;--aw-accent-rgb:155,46,140;--aw-radius:28px;--aw-radius-sm:18px;--aw-shadow:0 1px 2px rgba(60,48,40,0.05),0 18px 40px rgba(60,48,40,0.08);--aw-shadow-lift:0 2px 6px rgba(60,48,40,0.06),0 30px 60px rgba(60,48,40,0.12)}[lang=he]{font-size:106.25%}[lang=ar]{font-size:100%}.top-bar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e8e8e8;justify-content:space-between;padding:0 20px;height:56px}.back-btn,.top-bar{display:flex;align-items:center}.back-btn{gap:6px;color:#111111;background:none;border:none;cursor:pointer;padding:13px 8px;min-height:44px;min-width:44px;transition:opacity .15s ease}[dir=rtl] .back-btn svg{transform:scaleX(-1)}.page-subtitle{font-size:.9rem;color:#888888;line-height:1.7}.page-shell{min-height:100dvh;background:#F8F8F8;display:flex;flex-direction:column}.page-content{flex:1;max-width:480px;width:100%;margin:0 auto}.bottom-bar{position:fixed;bottom:0;left:0;right:0;padding:16px 20px 32px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e8e8e8}.animate-fade-up{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay,0s)}.form-label{display:block;font-size:.8125rem;font-weight:500;color:#333333;margin-bottom:8px}.cta-rounded,.form-label{font-family:DM Sans,Heebo,Noto Sans Arabic,system-ui,sans-serif}.cta-rounded{width:100%;padding:16px 0;border-radius:12px;border:none;background:var(--color-ink);color:#FFFFFF;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 8px 20px rgba(36,31,27,.22);transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease,opacity .15s ease}.cta-rounded:not(:disabled):active{transform:scale(.99)}.cta-rounded:disabled{background:var(--color-border);color:var(--color-muted);box-shadow:none;cursor:not-allowed}.form-select{flex:1;border:1px solid #e8e8e8;border-radius:10px;padding:13px 32px 13px 12px;font-size:.875rem;font-family:DM Sans,Heebo,Noto Sans Arabic,system-ui,sans-serif;color:#111111;background:#FFFFFF;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23AAAAAA' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s ease,box-shadow .2s ease}.form-select:focus{border-color:#111111;box-shadow:0 0 0 3px rgba(17,17,17,.08)}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:DM Sans,Heebo,Noto Sans Arabic,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:380px){.container{max-width:380px}}@media (min-width:480px){.container{max-width:480px}}@media (min-width:900px){.container{max-width:900px}}@media (min-width:1200px){.container{max-width:1200px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.bottom-\[86px\]{bottom:86px}.left-1\/2{left:50%}.top-2{top:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-mb-3{margin-bottom:-.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-6{margin-top:1.5rem}.mt-\[14px\]{margin-top:14px}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-9{height:2.25rem}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[26px\]{height:26px}.h-\[40px\]{height:40px}.h-\[46px\]{height:46px}.h-\[500px\]{height:500px}.h-\[5px\]{height:5px}.h-\[72px\]{height:72px}.h-\[92px\]{height:92px}.min-h-screen{min-height:100vh}.w-9{width:2.25rem}.w-\[180px\]{width:180px}.w-\[208px\]{width:208px}.w-\[220px\]{width:220px}.w-\[22px\]{width:22px}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[46px\]{width:46px}.w-\[92px\]{width:92px}.w-auto{width:auto}.w-full{width:100%}.max-w-\[440px\]{max-width:440px}.max-w-\[480px\]{max-width:480px}.max-w-\[512px\]{max-width:512px}.max-w-none{max-width:none}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.gap-0{gap:0}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-\[6px\]{gap:6px}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.rounded-\[10px\]{border-radius:10px}.rounded-\[7px\]{border-radius:7px}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-\[rgba\(239\2c 234\2c 229\2c 0\.08\)\]{border-color:rgba(239,234,229,.08)}.border-\[rgba\(239\2c 234\2c 229\2c 0\.14\)\]{border-color:rgba(239,234,229,.14)}.bg-\[rgba\(239\2c 234\2c 229\2c 0\.06\)\]{background-color:rgba(239,234,229,.06)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-\[10px_0\]{padding:10px 0}.p-\[16px_14px\]{padding:16px 14px}.p-\[8px_10px\]{padding:8px 10px}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-\[0\.625rem\]{font-size:.625rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[26px\]{font-size:26px}.text-\[32px\]{font-size:32px}.text-\[9\.5px\]{font-size:9.5px}.text-\[9px\]{font-size:9px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.qr-frame{position:relative;border-radius:14px;border:1.5px solid rgba(200,169,126,.55);padding:8px;box-sizing:border-box}.qr-frame svg{width:100%;height:100%;display:block}@media (prefers-reduced-motion:no-preference){.qr-frame:before{content:"";position:absolute;inset:-5px;border-radius:18px;border:1px solid rgba(200,169,126,.4);animation:qrPulse 2.6s ease-in-out infinite;pointer-events:none}}@keyframes qrPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}.testimonial-card{width:258px;border-radius:20px;border:1px solid #e3ddd5;box-shadow:0 1px 2px rgba(60,48,40,.05),0 18px 40px rgba(60,48,40,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}@media (hover:hover){.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(60,48,40,.08),0 26px 52px rgba(60,48,40,.12)}}.last\:border-b-0:last-child{border-bottom-width:0}@media (min-width:380px){.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[38px\]{font-size:38px}}@media (min-width:480px){.md\:w-\[340px\]{width:340px}.md\:max-w-\[820px\]{max-width:820px}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:text-\[34px\]{font-size:34px}}@media (min-width:900px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:bottom-\[92px\]{bottom:92px}.lg\:bottom-full{bottom:100%}.lg\:left-0{left:0}.lg\:top-\[9px\]{top:9px}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:-mb-5{margin-bottom:-1.25rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-4{margin-top:1rem}.lg\:h-\[118px\]{height:118px}.lg\:h-\[140px\]{height:140px}.lg\:h-\[17px\]{height:17px}.lg\:h-\[25px\]{height:25px}.lg\:h-\[29px\]{height:29px}.lg\:h-\[34px\]{height:34px}.lg\:h-\[560px\]{height:560px}.lg\:h-\[64px\]{height:64px}.lg\:h-\[6px\]{height:6px}.lg\:h-\[73px\]{height:73px}.lg\:w-1\/2{width:50%}.lg\:w-\[118px\]{width:118px}.lg\:w-\[17px\]{width:17px}.lg\:w-\[236px\]{width:236px}.lg\:w-\[25px\]{width:25px}.lg\:w-\[295px\]{width:295px}.lg\:w-\[360px\]{width:360px}.lg\:w-\[386px\]{width:386px}.lg\:w-\[477px\]{width:477px}.lg\:w-\[52px\]{width:52px}.lg\:w-auto{width:auto}.lg\:max-w-\[1050px\]{max-width:1050px}.lg\:max-w-\[1220px\]{max-width:1220px}.lg\:max-w-\[320px\]{max-width:320px}.lg\:max-w-\[520px\]{max-width:520px}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:gap-16{gap:4rem}.lg\:gap-3{gap:.75rem}.lg\:gap-\[14px\]{gap:14px}.lg\:gap-\[22px\]{gap:22px}.lg\:gap-\[7px\]{gap:7px}.lg\:gap-\[88px\]{gap:88px}.lg\:gap-\[9px\]{gap:9px}.lg\:rounded-\[11px\]{border-radius:11px}.lg\:rounded-\[8px\]{border-radius:8px}.lg\:rounded-none{border-radius:0}.lg\:border-0{border-width:0}.lg\:bg-transparent{background-color:transparent}.lg\:p-\[11px_0\]{padding:11px 0}.lg\:p-\[14px\]{padding:14px}.lg\:p-\[18px_16px\]{padding:18px 16px}.lg\:p-\[9px\]{padding:9px}.lg\:p-\[9px_11px\]{padding:9px 11px}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-\[13px\]{padding-top:13px;padding-bottom:13px}.lg\:text-left{text-align:left}.lg\:text-\[10\.5px\]{font-size:10.5px}.lg\:text-\[11px\]{font-size:11px}.lg\:text-\[12\.5px\]{font-size:12.5px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15\.5px\]{font-size:15.5px}.lg\:text-\[17px\]{font-size:17px}.lg\:text-\[58px\]{font-size:58px}.lg\:text-\[9\.5px\]{font-size:9.5px}}@media (min-width:1200px){.xl\:max-w-\[1300px\]{max-width:1300px}.xl\:px-20{padding-left:5rem;padding-right:5rem}}