@import "https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@500;600;700&display=swap";
:root{--cream:#f7efe4;--paper:#fffdf9;--ink:#2d2420;--wine:#71372f;--rose:#bd6571;--line:#e2d3c2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Noto Kufi Arabic,Tahoma,Arial,sans-serif}main{flex-direction:column;min-height:100vh;display:flex}main>header{order:0}main>.hero{order:1}main>.catalog{order:2}main>.exampleSection{order:3}main>.customSections{order:4}main>.processSection{order:5}main>.serviceInfo{order:6}main>.videoSection{order:7}main>.paymentSection{order:8}main>footer{order:9}button,input,select,textarea{font:inherit}button{cursor:pointer}header{border-bottom:1px solid var(--line);z-index:20;background:#fffdf9ef;justify-content:space-between;align-items:center;height:82px;padding:0 6vw;display:flex;position:sticky;top:0}header>button{color:#fff;background:linear-gradient(135deg,#7a3b34,#a85e55);border:1px solid #8d493f;border-radius:30px;padding:10px 19px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 7px 18px #71372f30}header>button:hover{transform:translateY(-2px);box-shadow:0 10px 23px #71372f40}.brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.brand img{object-fit:cover;border-radius:50%;width:52px;height:52px}.brand span{flex-direction:column;display:flex}.brand small{color:#8b776b;margin-top:3px}.mainNav{justify-content:center;align-items:center;gap:18px;display:flex}.mainNav a{color:#51423a;white-space:nowrap;font-size:13px;font-weight:700;text-decoration:none}.mainNav a:hover{color:var(--wine)}section,footer{scroll-margin-top:105px}.hero{background:radial-gradient(circle at 78% 42%,#cfb6a0 0,#0000 31%),radial-gradient(circle at 8% 12%,#e9c6bd80 0,#0000 23%),linear-gradient(135deg,#fffaf3 0%,#f0dfcf 58%,#ead5c3 100%);grid-template-columns:1fr 1fr;align-items:center;gap:50px;min-height:660px;padding:65px 9vw;display:grid;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #8a544029;border-radius:50%;width:260px;height:260px;position:absolute}.hero:before{top:80px;left:-130px}.hero:after{bottom:-100px;right:-120px}.heroCopy{z-index:2;position:relative}.heroDecor{color:#b87562;text-align:center;border:1px solid #b87562;border-radius:50%;width:42px;height:42px;margin-bottom:12px;line-height:40px;display:block}.heroLabel{background:#fff9f2a8;border:1px solid #a66a5435;border-radius:20px;padding:7px 13px;display:inline-block}.hero small{letter-spacing:.16em;color:var(--wine)}.hero h1{color:#392720;text-shadow:0 3px #ffffff7a;margin:20px 0;font:700 clamp(44px,5.7vw,76px)/1.45 Noto Naskh Arabic,serif}.hero p{color:#6b5b52;max-width:650px;font-size:18px;line-height:2}.heroPills{flex-wrap:wrap;gap:8px;margin:20px 0 25px;display:flex}.heroPills span{color:#654c40;background:#fffaf4c9;border:1px solid #d8baa8;border-radius:25px;padding:8px 12px;font-size:12px}.hero a,.primary{background:var(--wine);color:#fff;border:0;border-radius:28px;padding:13px 22px;text-decoration:none;display:inline-block}.phone{border:7px solid #2b211c;border-radius:38px;width:278px;height:530px;margin:auto;overflow:hidden;transform:rotate(-2deg);box-shadow:0 35px 80px #4d33275c,0 0 0 14px #ffffff50}.phone img{object-fit:cover;width:100%;height:100%}.catalog{background:#fffaf4;padding:90px 6vw 110px}.catalog>h2,.videoSection h2{text-align:center;font:48px Georgia,serif}.catalog>p{color:#7c6a60;max-width:1220px;margin:0 auto 18px}.filters{gap:10px;margin:30px auto 40px;display:grid}.filters>div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.filters button{border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 15px}.filters .on{background:var(--wine);color:#fff;border-color:var(--wine)}.grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1220px;margin:auto;display:grid}.grid article{border:1px solid var(--line);background:#fff;border-radius:25px;padding:14px;box-shadow:0 12px 35px #51382a14}.preview{cursor:pointer;background:#46352e;border-radius:21px;height:430px;position:relative;overflow:hidden}.videoPreview:after{content:"▶";z-index:6;color:#fff;opacity:0;pointer-events:none;background:#241a16a8;border-radius:50%;place-items:center;width:48px;height:48px;transition:opacity .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.videoPreview:hover:after{opacity:1}.preview>img,.preview>video{object-fit:cover;width:100%;height:100%}.type,.price{z-index:7;border-radius:25px;position:absolute}.type{color:#fff;white-space:nowrap;background:#2f2a25df;padding:7px 12px;font-size:12px;top:12px;left:50%;transform:translate(-50%)}.price{color:#211711;background:#efb12c;border:2px solid #fff3c8;padding:11px 17px;font-size:20px;font-weight:900;bottom:12px;right:12px;box-shadow:0 7px 18px #24140b50}.grid h3{text-align:center;margin:14px 0 8px}.code{color:#8c796e;justify-content:center;align-items:center;gap:8px;margin:0 0 13px;display:flex}.code b{color:var(--wine);background:#fff7dc;border:1px solid #e7ca68;border-radius:20px;padding:7px 12px;font-size:16px;font-weight:900}.cardBtns{grid-template-columns:1fr 1fr;gap:7px;display:grid}.cardBtns button{background:#f3ece5;border:0;border-radius:25px;padding:11px 5px}.cardBtns button:last-child{background:var(--rose);color:#fff}.empty{text-align:center;border:1px dashed var(--line);color:#8b776b;background:#fff;border-radius:24px;max-width:700px;margin:auto;padding:55px}.videoSection{text-align:center;background:linear-gradient(145deg,#eee1d4,#f8f1e8);padding:85px 20px 105px}.videoSection>.howToVideo{aspect-ratio:37/80;background:#1c1715;border:7px solid #fff;border-radius:32px;width:min(390px,90vw);margin:30px auto 0;overflow:hidden;box-shadow:0 25px 60px #2e241f2b}.howToVideo video{object-fit:cover;width:100%;height:100%;display:block}.exampleSection,.customSections{text-align:center;padding:85px 7vw}.exampleSection{color:#fff;background:#2d231f}.customSections{background:#f8efe5}.sectionEyebrow{color:#c88976;letter-spacing:.16em;font-size:12px;font-weight:800}.exampleSection h2,.customSections h2{max-width:820px;margin:16px auto;font:42px/1.45 Georgia,serif}.exampleSection p,.customSections>p{max-width:680px;margin:0 auto 27px;line-height:1.9}.exampleSection a{color:#251914;background:#efb12c;border-radius:30px;padding:14px 25px;font-weight:800;text-decoration:none;display:inline-block}.sectionCards{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1050px;margin:35px auto 0;display:grid}.sectionCards article{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:155px;padding:22px 12px;display:flex;box-shadow:0 12px 30px #58372510}.sectionCards article>span{font-size:31px}.sectionCards small{color:#8b776b}.processSection,.reviewsSection{text-align:center;background:#fffaf4;padding:80px 7vw}.processSection h2,.reviewsSection h2,.serviceInfo h2{margin:14px 0 30px;font:42px Georgia,serif}.processSteps{grid-template-columns:repeat(5,1fr);gap:12px;max-width:1120px;margin:auto;display:grid}.processSteps article{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:135px;padding:18px 10px;display:flex}.processSteps b{color:var(--rose);font:34px Georgia,serif}.processSteps span{font-weight:700;line-height:1.6}.serviceInfo{background:#efe2d5;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:75px 7vw;display:grid}.serviceInfo>div{border:1px solid var(--line);background:#fff;border-radius:26px;padding:35px}.turnaround>div{gap:9px;display:grid}.turnaround p{background:#f8f2eb;border-radius:13px;justify-content:space-between;align-items:center;margin:0;padding:13px 15px;display:flex}.turnaround small{color:var(--wine);margin-top:15px;font-weight:700;display:block}.revisionPolicy p{color:#5f4f47;line-height:1.8}.reviewsSection{color:#fff;background:#2e2420}.reviewGrid{grid-template-columns:repeat(3,1fr);gap:15px;max-width:1050px;margin:auto;display:grid}.reviewGrid article{color:var(--ink);background:#fffaf4;border-radius:20px;padding:25px}.reviewGrid article>div{color:#e7aa22;letter-spacing:3px}.reviewGrid p{min-height:55px;line-height:1.8}.reviewsEmpty{color:#d3c5bd}.paymentSection{text-align:center;background:#fffaf4;padding:80px 7vw}.paymentSection h2{margin:14px 0;font:44px Georgia,serif}.paymentSection>p{color:#6f5d53;max-width:760px;margin:0 auto 30px;line-height:1.9}.paymentLogos{grid-template-columns:repeat(3,1fr);gap:14px;max-width:760px;margin:0 auto 24px;display:grid}.paymentLogos>div{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:125px;display:flex;box-shadow:0 10px 28px #57372612}.paymentLogos img{object-fit:contain;width:92px;height:48px}.paymentSection>small{color:#745e52;display:block}footer{color:#fff;background:#2a211d;flex-wrap:wrap;justify-content:center;align-items:center;gap:26px 55px;min-height:120px;padding:25px 7vw;display:flex}footer a{color:#fff}.footerBrand{align-items:center;gap:12px;text-decoration:none;display:flex}.footerBrand img{object-fit:cover;border-radius:50%;width:58px;height:58px}.footerBrand span{flex-direction:column;gap:5px;display:flex}.footerBrand small{color:#cdbeb5}.footerLinks{align-items:center;gap:24px;display:flex}.footerLinks a{text-decoration:none}.secureText{color:#d9ccc4;text-align:center;border:1px solid #ffffff25;border-radius:14px;width:100%;max-width:760px;margin:0;padding:14px 18px;line-height:1.7}.copyright{color:#a99488;text-align:center;width:100%}.overlay{z-index:60;direction:ltr;background:#1d1512c7;justify-content:center;align-items:center;padding:15px;display:flex;position:fixed;inset:0;overflow:hidden}.viewer,.order{direction:rtl;background:#fffdf9;border-radius:24px;flex:0 auto;width:min(440px,95vw);max-height:94vh;margin-inline:auto;padding:18px;position:relative;overflow:hidden auto}.big{background:#201b19;border-radius:18px;width:100%;height:min(68vh,650px);margin-inline:auto;position:relative;overflow:hidden}.big>img,.big>video{object-fit:contain;width:100%;height:100%;display:block}.videoViewer{width:min(520px,100vw - 30px)}.videoViewer .big{aspect-ratio:9/16;background:#000;width:100%;height:auto;margin-inline:auto}.videoViewer .big video{object-fit:cover}.viewer h3{text-align:center}.viewer>.primary{width:100%}.x{z-index:10;border:0;border-radius:50%;width:36px;height:36px;font-size:25px;position:absolute;top:22px;left:25px}.order{gap:11px;padding:35px 24px 24px;display:grid}.order input,.order textarea,.order select{border:1px solid var(--line);background:#fff;padding:12px}.order textarea{min-height:75px}.formQuestion{color:#57463d;text-align:right;gap:7px;font-weight:700;line-height:1.5;display:grid}.formQuestion input,.formQuestion textarea{width:100%}.deliveryField{color:#57463d;gap:7px;font-weight:700;display:grid}.deliveryField>span{text-align:right;line-height:1.5}.orderNotice{color:#4c382d;background:#fff5dc;border:1px solid #e5c66b;border-radius:14px;padding:13px}.orderNotice>b{margin-bottom:6px;display:block}.orderNotice>p{margin:0 0 10px;font-size:13px;line-height:1.6}.orderNotice>label{align-items:flex-start;gap:8px;font-size:13px;font-weight:700;line-height:1.5;display:flex}.orderNotice input[type=checkbox]{width:19px;height:19px;accent-color:var(--wine);flex:none}.admin{min-height:100vh;padding:40px 6vw}.admin header{background:0 0;height:60px;padding:0;position:static}.adminGrid{grid-template-columns:1fr 1fr;gap:25px;max-width:1050px;margin:30px auto;display:grid}.adminForms{align-self:start;gap:20px;display:grid}.adminForms>form,.adminGrid>form,.adminGrid>section,.login form{border:1px solid var(--line);background:#fff;border-radius:18px;padding:25px}.adminGrid form{gap:10px;display:grid}.adminGrid input,.adminGrid select,.adminGrid textarea,.login input{border:1px solid var(--line);background:#fff;padding:12px}.adminGrid textarea{resize:vertical;min-height:90px}.adminReview{border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.adminReview span{flex-direction:column;gap:4px;display:flex}.adminReview small{color:#75645a;line-height:1.5}.adminReview button{border:0;border-radius:7px;padding:8px}.ordersPanel{border:1px solid var(--line);background:#fff;border-radius:20px;max-width:1050px;margin:30px auto;padding:25px}.ordersHeading{justify-content:space-between;align-items:center;gap:15px;display:flex}.ordersHeading h2,.ordersHeading p{margin:4px 0}.ordersHeading button{border:0;border-radius:8px;padding:10px 14px}.ordersList{gap:10px;margin-top:20px;display:grid}.orderRow{border:1px solid #eadfd7;border-radius:14px;grid-template-columns:minmax(220px,1fr) 145px 80px 65px;align-items:center;gap:10px;padding:13px;display:grid}.orderRow.urgent{background:#fff8e9;border-color:#e39b36}.orderRow>div{flex-direction:column;gap:5px;display:flex}.orderRow small{color:#74635a}.orderRow a{color:var(--wine)}.orderRow select{border:1px solid var(--line);background:#fff;padding:9px}.orderRow>button{border:0;border-radius:7px;padding:9px}.urgencyBadge{text-align:center;color:var(--wine);font-size:11px;font-weight:900}.adminGrid form>button,.login button{background:var(--wine);color:#fff;border:0;border-radius:8px;padding:13px}.adminGrid form>.light{color:#382d28;background:#eee5dd}.adminGrid section article{border-bottom:1px solid #eee;justify-content:space-between;gap:10px;padding:14px 0;display:flex}.adminGrid section article span{flex-direction:column;gap:4px;display:flex}.adminGrid section article div{gap:5px;display:flex}.adminGrid section article button{border:0;border-radius:6px;padding:8px}.login{place-items:center;display:grid}.login form{text-align:center;gap:12px;width:min(420px,95vw);display:grid}.login form img{border-radius:50%;width:105px;height:105px;margin:auto}@media (max-width:850px){header{flex-wrap:wrap;height:auto;min-height:76px;padding-top:9px;padding-bottom:8px}.mainNav{scrollbar-width:none;order:3;justify-content:flex-start;gap:9px;width:100%;padding:7px 0 2px;overflow-x:auto}.mainNav::-webkit-scrollbar{display:none}.mainNav a{border:1px solid var(--line);background:#f4ebe2;border-radius:20px;padding:7px 11px}section,footer{scroll-margin-top:130px}.hero{text-align:center;grid-template-columns:1fr}.heroDecor,.hero p{margin-left:auto;margin-right:auto}.heroPills{justify-content:center}.grid{grid-template-columns:repeat(2,1fr)}.adminGrid{grid-template-columns:1fr}.sectionCards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){header{padding:8px 4vw}.brand img{width:44px;height:44px}.brand b{font-size:13px}.hero{padding:52px 5vw}.hero h1{font-size:41px}.hero p{font-size:15px}.phone{width:235px;height:450px}.catalog{padding:70px 10px}.catalog>h2{font-size:39px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.grid article{border-radius:18px;padding:7px}.preview{border-radius:15px;height:270px}.type{padding:5px 7px;font-size:9px;top:7px}.price{padding:8px 11px;font-size:17px;bottom:7px;right:7px}.grid h3{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.code{gap:4px;font-size:10px}.code b{padding:5px 7px;font-size:13px}.cardBtns{gap:4px}.cardBtns button{padding:9px 2px;font-size:11px}.videoViewer{border-radius:16px;width:min(430px,100% - 20px);max-width:430px;max-height:100dvh;padding:10px}.videoViewer .big{aspect-ratio:9/16;border-radius:10px;width:100%;height:auto}.videoPreview:after{display:none}.admin{padding:24px 4vw}.adminGrid>form,.adminForms>form,.adminGrid>section{padding:17px}.exampleSection,.customSections{padding:65px 15px}.exampleSection h2,.customSections h2{font-size:31px}.sectionCards{gap:9px}.sectionCards article{min-height:140px;padding:16px 8px}.processSteps{grid-template-columns:1fr}.processSteps article{flex-direction:row;justify-content:flex-start;min-height:95px;padding:14px 20px}.serviceInfo{grid-template-columns:1fr;padding:55px 15px}.serviceInfo>div{padding:25px 18px}.serviceInfo h2{font-size:32px}.reviewGrid{grid-template-columns:1fr}.processSection,.reviewsSection,.paymentSection{padding:60px 15px}.paymentSection h2{font-size:34px}.paymentLogos{gap:8px}.paymentLogos>div{min-height:105px}.paymentLogos img{width:72px;height:38px}.paymentLogos b{font-size:12px}.adminGrid section article{flex-direction:column}.ordersPanel{padding:16px}.orderRow{grid-template-columns:1fr}.orderRow select,.orderRow>button{width:100%}footer{flex-direction:column;align-items:flex-start;gap:25px}.footerLinks{flex-direction:column;align-items:flex-start;gap:14px;width:100%}}
