:root{--primary-purple:#692a84;--primary-purple-hover:#581f72;--primary-purple-light:#f6edf7;--primary-purple-border:#d8bee3;--price-purple:#64277f;--text-main:#111827;--text-muted:#596172;--text-light:#8a93a4;--bg-page:#fff;--bg-card:#fff;--bg-subtle:#f9f8fa;--bg-pill:#efe8f1;--border-light:#e5e7eb;--border-card:#eceaee;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 14px #0000000f;--shadow-lg:0 10px 25px -4px #00000014;--shadow-purple:0 8px 20px -3px #692a8459;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans Arabic", "Segoe UI Arabic", Tahoma, Arial, sans-serif;--font-serif:"Georgia", "Times New Roman", serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);color:var(--text-main);-webkit-font-smoothing:antialiased;background-color:#f3f4f6}body{background-color:#f3f4f6;justify-content:center;min-height:100vh;margin:0;padding:0;display:flex}.app-container{background-color:var(--bg-page);width:100%;max-width:540px;min-height:100vh;position:relative;overflow-x:hidden;box-shadow:0 0 40px #00000014}@media (min-width:900px){.app-container{max-width:600px}}h1,h2,h3,h4{color:var(--text-main);letter-spacing:-.02em;font-weight:800;line-height:1.25}p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.purple-bar{background-color:var(--primary-purple);border-radius:var(--radius-full);width:38px;height:4px;margin-bottom:8px;display:inline-block}.serif-title{font-family:var(--font-serif);font-style:normal;font-weight:500}.btn-primary{background-color:var(--primary-purple);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;box-shadow:var(--shadow-purple);border:none;justify-content:center;align-items:center;gap:10px;padding:16px 20px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.btn-primary:hover:not(:disabled){background-color:var(--primary-purple-hover);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff7;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:10px 18px;display:flex;position:sticky;top:0}.header-logo-wrap{align-items:center;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:auto;height:46px}.header-actions{align-items:center;gap:14px;display:flex}.header-icon-btn{cursor:pointer;color:#2b2b2b;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .15s;display:flex;position:relative}.header-icon-btn:hover{color:var(--primary-purple)}.cart-badge{background-color:var(--primary-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:1px;right:1px}.hero-wrapper{background-color:#fff;position:relative}.hero-image-container{aspect-ratio:576/538;width:100%;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;display:block}.hero-floating-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);background:#ffffffe0;max-width:240px;padding:12px 16px;position:absolute;top:18px;left:18px;box-shadow:0 4px 15px #0000000d}.hero-floating-card h2{color:#222;margin-bottom:6px;font-size:1.05rem}.hero-floating-card .card-divider{background-color:var(--primary-purple);border-radius:2px;width:28px;height:3px;margin-bottom:6px}.hero-floating-card p{color:#4b5563;letter-spacing:.02em;font-size:.72rem;font-weight:500}.hero-pagination-dots{align-items:center;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.dot{background-color:#ffffffb3;border-radius:50%;width:8px;height:8px;transition:all .2s}.dot.active{background-color:var(--primary-purple);width:10px;height:10px}.hero-details-card{background:#fff;padding:22px 18px}.hero-details-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.hero-details-text{flex:1}.hero-details-text h1{color:#111827;margin-bottom:6px;font-size:1.45rem;font-weight:800;line-height:1.2}.hero-compat-tag{color:#4b5563;margin-bottom:6px;font-size:.92rem;font-weight:500}.hero-pitch-sub{color:#6b7280;margin-bottom:12px;font-size:.85rem;line-height:1.35}.hero-price{color:var(--price-purple);letter-spacing:-.02em;font-size:2.1rem;font-weight:900}.hero-cutout-wrap{border-radius:var(--radius-lg);background:#faf9fb;flex-shrink:0;justify-content:center;align-items:center;width:155px;padding:10px;display:flex;box-shadow:0 4px 12px #00000008}.hero-cutout-img{object-fit:contain;width:100%;height:auto}.benefits-section{background-color:#fff;border-top:1px solid #f0edf2;padding:28px 18px}.section-header{margin-bottom:22px}.section-header h2{color:#111827;margin-bottom:8px;font-size:1.45rem;font-weight:800;line-height:1.25}.section-header p{color:#6b7280;font-size:.88rem;line-height:1.45}.demo-cards-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:26px;display:grid}.demo-card{text-align:center;flex-direction:column;align-items:center;display:flex}.demo-card-img-wrap{border-radius:var(--radius-md);width:100%;margin-bottom:10px;overflow:hidden;box-shadow:0 3px 10px #0000000f}.demo-card-img{aspect-ratio:182/195;object-fit:cover;width:100%;height:auto;display:block}.demo-pill{background-color:var(--bg-pill);color:#374151;border-radius:var(--radius-full);white-space:nowrap;margin-bottom:6px;padding:4px 8px;font-size:.76rem;font-weight:700}.demo-subtext{color:#6b7280;font-size:.7rem;line-height:1.25}.features-grid{border-top:1px solid #f3f0f5;border-bottom:1px solid #f3f0f5;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:26px;padding:16px 6px;display:grid}.feature-item{text-align:center;flex-direction:column;align-items:center;display:flex}.feature-icon-circle{background-color:var(--bg-pill);width:48px;height:48px;color:var(--primary-purple);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.feature-item h3{color:#111827;margin-bottom:4px;font-size:.74rem;font-weight:800}.feature-item p{color:#71717a;font-size:.65rem;line-height:1.2}.lifestyle-banner-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:20px;position:relative;overflow:hidden}.lifestyle-banner-img{width:100%;height:auto;display:block}.lifestyle-overlay-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);background:#ffffffe6;max-width:220px;padding:12px 14px;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #0000000f}.lifestyle-overlay-card h3{font-family:var(--font-serif);color:#1a1a1a;margin-bottom:6px;font-size:.96rem;font-weight:600;line-height:1.25}.lifestyle-overlay-card .card-divider{background-color:var(--primary-purple);border-radius:2px;width:24px;height:3px;margin-bottom:6px}.lifestyle-overlay-card p{color:#555;font-size:.72rem;line-height:1.3}.specs-section{background:#faf9fb;border-top:1px solid #f0edf2;padding:28px 18px}.specs-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.spec-box{border:1px solid var(--border-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:16px 14px;display:flex}.spec-box-icon{color:var(--primary-purple);margin-bottom:8px}.spec-box-title{color:#111827;margin-bottom:4px;font-size:.88rem;font-weight:800}.spec-box-desc{color:#6b7280;font-size:.78rem;line-height:1.35}.compat-section{background:#fff;border-top:1px solid #f0edf2;padding:28px 18px}.compat-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px;margin-bottom:20px;display:grid}.compat-mini-card{border-radius:var(--radius-md);text-align:center;background:#faf9fb;border:1px solid #eae7ec;padding:14px 8px}.compat-val{color:var(--primary-purple);margin-bottom:4px;font-size:1.05rem;font-weight:900}.compat-lbl{color:#4b5563;font-size:.72rem;font-weight:600}.vesa-standards-wrap{border-radius:var(--radius-md);background:#faf9fb;border:1px solid #eae7ec;margin-bottom:20px;padding:14px 16px}.vesa-standards-wrap h4{color:#111827;margin-bottom:8px;font-size:.88rem}.vesa-tags{flex-wrap:wrap;gap:6px;display:flex}.vesa-tag{border-radius:var(--radius-full);color:#374151;background:#fff;border:1px solid #dedae1;padding:4px 10px;font-size:.74rem;font-weight:600}.compat-warning-box{border-radius:var(--radius-md);background-color:#fffbeb;border:1.5px solid #fde68a;align-items:flex-start;gap:12px;padding:16px;display:flex}.compat-warning-icon{color:#b45309;flex-shrink:0;margin-top:2px}.compat-warning-box h4{color:#92400e;margin-bottom:4px;font-size:.88rem;font-weight:800}.compat-warning-box p{color:#78350f;font-size:.8rem;line-height:1.4}.included-section{background:#faf9fb;border-top:1px solid #f0edf2;padding:28px 18px}.included-list{flex-direction:column;gap:10px;margin-top:16px;display:flex}.included-item{border-radius:var(--radius-md);background:#fff;border:1px solid #eae7ec;align-items:center;gap:12px;padding:12px 14px;display:flex}.included-check{background-color:var(--bg-pill);width:24px;height:24px;color:var(--primary-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.included-text{color:#1f2937;font-size:.88rem;font-weight:600}.order-section{background-color:#fff;border-top:1px solid #f0edf2;padding:34px 18px 24px;position:relative;overflow:hidden}.order-bg-ambient{pointer-events:none;z-index:0;background:radial-gradient(circle at 90% 10%,#f6edf7b3 0%,#fff0 70%);width:60%;height:260px;position:absolute;top:0;right:0}.order-header{z-index:1;margin-bottom:20px;position:relative}.order-section-badge{align-items:center;gap:8px;margin-bottom:8px;display:flex}.order-section-badge-bar{background-color:var(--primary-purple);border-radius:2px;width:28px;height:4px}.order-section-badge-text{color:var(--primary-purple);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800}.order-header h2{color:#111827;letter-spacing:-.02em;margin-bottom:6px;font-size:1.7rem;font-weight:900}.order-header p{color:#596172;font-size:.92rem}.order-product-card{z-index:1;border-radius:var(--radius-lg);background-color:#fff;border:1px solid #e9e6ec;align-items:center;gap:16px;margin-bottom:22px;padding:12px;display:flex;position:relative;box-shadow:0 4px 16px #00000008}.order-thumb-wrap{border-radius:var(--radius-md);flex-shrink:0;width:105px;height:95px;overflow:hidden}.order-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.order-product-info{flex:1}.order-product-info h3{color:#111827;margin-bottom:4px;font-size:1.05rem;font-weight:800}.order-product-info .info-sub{color:#6b7280;margin-bottom:6px;font-size:.82rem}.order-product-info .info-price{color:var(--price-purple);letter-spacing:-.01em;font-size:1.55rem;font-weight:900}.order-form{z-index:1;flex-direction:column;gap:14px;display:flex;position:relative}.input-field-wrap{width:100%;position:relative}.input-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.form-input{border-radius:var(--radius-md);color:#1f2937;background-color:#fff;border:1px solid #e2e4e8;outline:none;width:100%;height:52px;padding:0 16px 0 48px;font-family:inherit;font-size:.95rem;transition:all .2s}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #692a841f}.form-input.has-error{background-color:#fef2f2;border-color:#ef4444}.field-error-text{color:#dc2626;margin-top:4px;padding-left:12px;font-size:.76rem}.select-dropdown{appearance:none;cursor:pointer;padding-right:42px}.select-arrow{color:#6b7280;pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.delivery-mode-container{margin-top:6px;margin-bottom:10px}.delivery-mode-title{color:#111827;margin-bottom:12px;font-size:.95rem;font-weight:800}.delivery-cards-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.delivery-radio-card{border-radius:var(--radius-md);cursor:pointer;text-align:left;background-color:#fff;border:1.5px solid #e5e7eb;flex-direction:column;gap:8px;padding:14px 12px;transition:all .2s;display:flex}.delivery-radio-card.selected{border-color:var(--primary-purple);background-color:var(--primary-purple-light)}.delivery-card-top{align-items:center;gap:8px;display:flex}.radio-circle{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.delivery-radio-card.selected .radio-circle{border-color:var(--primary-purple)}.radio-dot{background-color:var(--primary-purple);border-radius:50%;width:10px;height:10px}.delivery-card-icon{color:#374151;align-items:center;display:flex}.delivery-card-name{color:#111827;font-size:.92rem;font-weight:800}.delivery-card-price-badge{border:1px solid var(--primary-purple-border);color:var(--primary-purple);border-radius:var(--radius-sm);background-color:#fff;margin-top:4px;padding:3px 8px;font-size:.82rem;font-weight:800;display:inline-block}.delivery-radio-card.selected .delivery-card-price-badge{background-color:var(--primary-purple);color:#fff;border-color:var(--primary-purple)}.delivery-unavailable-notice{color:#b45309;background-color:#fef3c7;border-radius:4px;margin-top:4px;padding:4px 6px;font-size:.7rem;font-weight:600;line-height:1.25;display:inline-block}.delivery-radio-card.disabled{opacity:.55;cursor:not-allowed;background-color:#f9fafb;border-color:#e5e7eb}.order-price-breakdown{border:1.5px solid var(--primary-purple-border);border-radius:var(--radius-md);background:#fdfbfd;margin-top:10px;margin-bottom:8px;padding:14px 16px}.breakdown-row{color:#4b5563;justify-content:space-between;align-items:center;padding:4px 0;font-size:.88rem;display:flex}.breakdown-row.total-row{color:#111827;border-top:1.5px dashed #e5d8ea;margin-top:8px;padding-top:10px;font-size:1.05rem;font-weight:800}.breakdown-row .total-amount{color:var(--price-purple);font-size:1.35rem;font-weight:900}.delivery-card-desc{color:#6b7280;font-size:.72rem;line-height:1.3}.order-success-card{border:1.5px solid var(--primary-purple-border);border-radius:var(--radius-lg);text-align:center;background-color:#faf9fb;padding:32px 20px;animation:.3s fadeIn}.success-icon-circle{background-color:var(--primary-purple);color:#fff;width:64px;height:64px;box-shadow:var(--shadow-purple);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.order-success-card h3{color:#111827;margin-bottom:8px;font-size:1.35rem;font-weight:800}.order-success-card p{color:#4b5563;margin-bottom:16px;font-size:.92rem;line-height:1.45}.order-summary-box{border-radius:var(--radius-md);text-align:left;background:#fff;border:1px solid #e5e7eb;margin-bottom:18px;padding:14px}.order-summary-line{color:#4b5563;justify-content:space-between;padding:4px 0;font-size:.84rem;display:flex}.order-summary-line strong{color:#111827}.sticky-mobile-cta{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;background-color:#fffffff5;border-top:1px solid #00000014;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:540px;padding:12px 18px;transition:transform .25s,opacity .25s;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 16px #0000000f}@media (min-width:900px){.sticky-mobile-cta{max-width:600px}}.sticky-mobile-cta.hidden{opacity:0;pointer-events:none;transform:translate(-50%,100%)}.sticky-price-wrap{flex-direction:column;display:flex}.sticky-price-lbl{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;font-size:.7rem;font-weight:600}.sticky-price-val{color:var(--price-purple);font-size:1.45rem;font-weight:900;line-height:1}.sticky-btn{flex:1;max-width:240px;padding:13px 18px;font-size:.95rem}.site-footer{text-align:center;background-color:#faf9fb;border-top:1px solid #f0edf2;padding:30px 18px 40px}.footer-logo-img{width:auto;height:42px;margin-bottom:12px}.footer-tagline{color:#6b7280;margin-bottom:18px;font-size:.85rem}.footer-trust-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:22px;display:flex}.footer-pill{border-radius:var(--radius-full);color:#4b5563;background:#fff;border:1px solid #e5e7eb;padding:6px 12px;font-size:.75rem;font-weight:600}.footer-links{color:#6b7280;justify-content:center;gap:18px;margin-bottom:16px;font-size:.78rem;display:flex}.footer-links a{color:#6b7280;text-decoration:none}.footer-links a:hover{color:var(--primary-purple)}.footer-copy{color:#9ca3af;font-size:.72rem}.admin-wrapper{background-color:#f8fafc;width:100%;min-height:100vh;padding:24px 16px}.admin-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.admin-title-wrap h1{color:#0f172a;font-size:1.5rem}.admin-title-wrap p{color:#64748b;font-size:.85rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:24px;display:grid}.stat-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;padding:14px;box-shadow:0 1px 3px #0000000a}.stat-num{color:#0f172a;margin-bottom:2px;font-size:1.6rem;font-weight:900}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.admin-toolbar{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}@media (min-width:640px){.admin-toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.admin-search-input{border-radius:var(--radius-sm);border:1px solid #cbd5e1;outline:none;width:100%;max-width:320px;height:44px;padding:0 14px;font-size:.9rem}.admin-tabs{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.tab-btn{border-radius:var(--radius-full);color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;padding:6px 14px;font-size:.82rem;font-weight:600}.tab-btn.active{background:var(--primary-purple);color:#fff;border-color:var(--primary-purple)}.orders-table-wrap{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;overflow-x:auto;box-shadow:0 1px 3px #00000008}@media (max-width:768px){.orders-table-wrap{display:none!important}.orders-mobile-cards{display:flex!important}}.orders-table{border-collapse:collapse;text-align:left;width:100%;font-size:.88rem}.orders-table th{color:#475569;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 14px;font-weight:700}.orders-table td{color:#1e293b;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:12px 14px}.status-pill{border-radius:var(--radius-full);text-transform:capitalize;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.status-pill.new{color:#1e40af;background-color:#dbeafe}.status-pill.confirmed{color:#166534;background-color:#dcfce7}.status-pill.cancelled{color:#991b1b;background-color:#fee2e2}.status-pill.completed{color:#6b21a8;background-color:#f3e8ff}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}[dir=rtl]{text-align:right}[dir=rtl] .hero-floating-card{text-align:right;left:auto;right:18px}[dir=rtl] .hero-details-row{flex-direction:row-reverse}[dir=rtl] .input-icon{left:auto;right:16px}[dir=rtl] .form-input{text-align:right;padding:0 48px 0 16px}[dir=rtl] .select-dropdown{text-align:right;padding-left:42px;padding-right:48px}[dir=rtl] .select-arrow{left:16px;right:auto}[dir=rtl] .field-error-text{text-align:right;padding-left:0;padding-right:12px}[dir=rtl] .delivery-radio-card,[dir=rtl] .order-summary-box,[dir=rtl] .compat-warning-box,[dir=rtl] .included-item{text-align:right}
