:root{--store-bg: #f5f6f3;--store-card: #ffffff;--store-ink: #172118;--store-muted: #667267;--store-line: #e4e7df;--store-primary: #0f5132;--store-primary-dark: #09361f;--store-primary-soft: #e8f4ed;--store-gold: #d8a328;--store-danger: #b42318;--store-radius: 24px;--store-shadow: 0 18px 45px rgba(23, 33, 24, .08)}*{box-sizing:border-box}body{margin:0;background:var(--store-bg);color:var(--store-ink);font-family:IBM Plex Sans Arabic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}a:hover{color:inherit}img{display:block;max-width:100%}.store-shell{min-height:100vh;background:radial-gradient(circle at top right,rgba(15,81,50,.12),transparent 34rem),linear-gradient(180deg,#fbfcf8 0%,var(--store-bg) 34rem)}.store-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.store-section{padding:72px 0}.store-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 14px;border:1px solid rgba(15,81,50,.16);border-radius:999px;background:var(--store-primary-soft);color:var(--store-primary);font-size:.9rem;font-weight:700}.store-section-title{margin:0;color:var(--store-ink);font-size:clamp(2rem,4vw,3.35rem);font-weight:800;letter-spacing:-.04em;line-height:1.15}.store-section-copy{margin:14px 0 0;color:var(--store-muted);font-size:1.05rem;line-height:1.9}.store-button,.button-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border:0;border-radius:999px;background:var(--store-primary);color:#fff;font-weight:800;line-height:1;box-shadow:0 12px 24px #0f51322e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.store-button:hover,.button-primary:hover,.store-button:focus,.button-primary:focus{background:var(--store-primary-dark);color:#fff;box-shadow:0 14px 30px #0f51323d;transform:translateY(-1px)}.store-button.is-secondary{border:1px solid var(--store-line);background:#fff;color:var(--store-ink);box-shadow:none}.store-button.is-secondary:hover{border-color:#0f513238;background:var(--store-primary-soft);color:var(--store-primary)}.input-primary{width:100%;min-height:54px;padding:0 18px;border:1px solid var(--store-line);border-radius:16px;outline:none;background:#fff;color:var(--store-ink);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.input-primary:focus{border-color:#0f513273;box-shadow:0 0 0 4px #0f51321a}.store-label{display:block;margin-bottom:8px;color:var(--store-ink);font-size:.94rem;font-weight:800}.text-red-500{color:var(--store-danger)}.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.items-center{align-items:center}.justify-end{justify-content:flex-end}.w-full{width:100%}.font-medium{font-weight:500}.text-gray-700{color:#4a5568}.text-gray-600{color:#667267}.bg-gray-800{background-color:#2d3748}.rounded-md{border-radius:.375rem}.opacity-25{opacity:.45}@media (max-width: 768px){.store-container{width:min(100% - 24px,1180px)}.store-section{padding:48px 0}}
