:root{--ink:#102941;--teal:#00a5aa;--navy:#082f50}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#f5fafb;font-family:"IBM Plex Sans Arabic",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.store-header{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:28px}.store-brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.store-brand img{width:66px;height:66px;object-fit:contain;transform:scale(1.25)}.store-brand span{display:grid}.store-brand small{color:#758b98;font-size:.65rem}.store-header nav{display:flex;gap:25px}.store-header nav a{color:#6b818d;text-decoration:none;font-size:.78rem}.store-header nav .active{color:#008d93;font-weight:700}.store-hero{padding:80px 0 70px}.store-hero>span,.products-title span,.disabled span,.kicker{color:#008f95;font-size:.72rem;font-weight:700}.store-hero h1{max-width:850px;margin:18px 0;font-size:clamp(2.6rem,6vw,5.6rem);line-height:1.17;letter-spacing:-.055em}.store-hero h1 em{color:#00aeb3;font-style:normal}.store-hero p{max-width:650px;color:#617b88;line-height:2}.disabled{min-height:325px;padding:46px;border:1px solid #d7e8eb;border-radius:24px;display:flex;align-items:center;gap:42px;background:linear-gradient(135deg,#fff,#eef9f9);box-shadow:0 24px 70px rgba(10,49,68,.07)}.mark{width:128px;height:128px;flex:0 0 auto;border-radius:32px;display:grid;place-items:center;color:#fff;background:var(--navy);font:700 2rem Inter,sans-serif}.disabled h2{margin:8px 0;font-size:clamp(1.7rem,3vw,2.7rem)}.disabled p{max-width:680px;color:#6f8591;line-height:1.9}.disabled a{display:inline-flex;padding:12px 18px;border-radius:10px;color:#fff;background:#0a9c7b;text-decoration:none}.products{padding:20px 0 90px}.products-title{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between}.products-title h2{margin:5px 0 0;font-size:2rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-grid article{padding:30px;border:1px solid #dce9ec;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(15,54,71,.05)}.tag{display:inline-flex;padding:7px 10px;border-radius:99px;color:#087c83;background:#e9f8f8;font-size:.65rem}.product-grid h3{margin:26px 0 10px;font-size:1.45rem}.product-grid p{min-height:92px;color:#6a828e;font-size:.78rem;line-height:1.9}.price{margin:25px 0;display:flex;align-items:center;gap:9px}.price strong{font:650 2.5rem Inter,sans-serif}.price span{display:grid;color:#607986}.price small{color:#8ba0aa;font-size:.58rem}.product-grid button{width:100%;height:50px;border:0;border-radius:11px;color:#fff;background:var(--navy);font:inherit;cursor:pointer}footer{margin-top:90px;padding:30px 0;color:#b8cbd4;background:#061d35}footer>div{display:flex;gap:24px}footer a{color:inherit;text-decoration:none;direction:ltr}.modal{position:fixed;inset:0;z-index:30;padding:20px;display:grid;place-items:center;background:rgba(4,19,34,.72);backdrop-filter:blur(8px)}.modal[hidden]{display:none}.modal>section{width:min(510px,100%);max-height:calc(100vh - 40px);overflow:auto;position:relative;padding:34px;border-radius:22px;background:#fff}.close{position:absolute;left:20px;top:18px;width:35px;height:35px;border:0;border-radius:50%;font-size:1.4rem}.modal h2{margin:8px 0 20px}.summary{margin-bottom:22px;padding:15px 17px;border-radius:12px;display:flex;justify-content:space-between;background:#eef8f8}.summary strong{color:#008b91}.modal form{display:grid;gap:13px}.modal label{display:grid;gap:6px;color:#5f7885;font-size:.7rem}.modal input{height:47px;padding:0 12px;border:1px solid #d7e4e7;border-radius:10px;font:inherit}.trap{position:absolute;left:-9999px}.submit{height:52px;border:0;border-radius:11px;color:#fff;background:var(--navy);font:inherit}.form-error{margin:0;color:#a23c3c;font-size:.72rem}.note{display:block;margin-top:16px;color:#8499a4;font-size:.62rem;text-align:center}.order-page{min-height:100vh;padding:30px;display:grid;place-items:center}.order-page main{width:min(580px,100%);padding:42px;border:1px solid #dae8eb;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(10,49,68,.08)}.order-page img{width:85px}.order-status{display:block;width:max-content;margin:22px 0 12px;padding:7px 11px;border-radius:99px;color:#73580b;background:#fff5cf}.order-status.paid{color:#257854;background:#e4f6ec}.order-status.failed,.order-status.cancelled{color:#9b3a3a;background:#fff0f0}.order-page dl{margin:25px 0;border-block:1px solid #e5edef}.order-page dl div{padding:14px 0;display:flex;justify-content:space-between;gap:18px}.order-page dd{margin:0;font-weight:700}.order-actions{display:flex;gap:10px}.order-actions a{flex:1;padding:12px;border-radius:10px;color:#fff;background:var(--navy);text-decoration:none;text-align:center}.order-actions a:last-child{background:#0a9c7b}@media(max-width:780px){.store-header nav a:first-child{display:none}.store-hero{padding-top:45px}.disabled{padding:28px;flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}.modal>section{padding:28px 22px}footer>div{flex-wrap:wrap}}
