@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&family=Noto+Kufi+Arabic:wght@500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700;800&display=swap');

:root{
  --wine:#7f1235;
  --wine2:#a01849;
  --deep:#340612;
  --deep2:#4a071b;
  --gold:#d3a15e;
  --paper:#fffdfb;
  --cream:#fbf6f2;
  --line:#e7d4ca;
  --ink:#271619;
  --muted:#78696d;
  --shadow:0 22px 55px rgba(76,15,32,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.shell{width:min(1460px,94%);margin:auto}

.top-nav{
  position:sticky;top:0;z-index:60;
  background:linear-gradient(90deg,#2e050e,#4a071b 55%,#26040c);
  color:#fff;
  box-shadow:0 8px 30px rgba(31,1,9,.16);
}
.nav-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;gap:12px;align-items:center}
.brand img{width:62px;height:62px;border-radius:50%;object-fit:contain;background:white}
.brand-text{display:grid}
.brand-text strong{font:700 19px "Libre Baskerville",serif;letter-spacing:.04em}
.brand-text span{font-size:12px;color:#f2d3a2;margin-top:2px}
.brand-text small{font-size:10px;color:#dcb97b;margin-top:3px}
.main-nav{display:flex;gap:29px;font-size:12px;font-weight:700}
.main-nav a{opacity:.94}
.main-nav a:hover{color:#efc578}
.header-actions{display:flex;align-items:center;gap:12px}
.header-phone{font-size:11px}
.lang-switch{display:flex;border:1px solid rgba(255,255,255,.28);border-radius:8px;overflow:hidden}
.lang-switch button{border:0;background:transparent;color:white;padding:8px 10px;cursor:pointer}
.lang-switch button.active{background:#efc578;color:#3b0c17}

.hero{position:relative;min-height:640px;overflow:hidden;background:#1b090e}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}
.hero-overlay{
  position:absolute;inset:0;
  background:
   linear-gradient(90deg,rgba(18,5,9,.94) 0%,rgba(28,8,15,.78) 40%,rgba(37,9,18,.26) 72%,rgba(18,4,9,.16)),
   linear-gradient(0deg,rgba(17,4,8,.58),transparent 46%);
}
.hero-layout{
  position:relative;z-index:2;
  min-height:640px;
  display:grid;grid-template-columns:1fr 345px;
  gap:54px;align-items:center;padding:46px 0;
}
.hero-copy{max-width:800px;color:white}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:7px;border:1px solid rgba(239,197,120,.48);background:rgba(79,13,36,.48);color:#f3c779;font-size:10px;font-weight:800}
.hero h1{font:700 clamp(48px,5vw,72px)/1.04 "Libre Baskerville",serif;letter-spacing:-.04em;margin:20px 0 14px}
.hero-copy>p{font-size:18px;line-height:1.55;color:#f1e7e4;max-width:610px}
.hero-actions{display:flex;gap:14px;margin-top:25px}
.hero-btn{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:8px;min-width:225px;border-radius:8px;padding:13px 16px}
.hero-btn-icon{font-size:18px}
.hero-btn span:last-child{display:grid}
.hero-btn b{font-size:12px}
.hero-btn small{font-size:9px;opacity:.75;margin-top:2px}
.hero-btn.primary{background:linear-gradient(135deg,#8d1038,#b7194d);color:#fff;border:1px solid #c34e70}
.hero-btn.light{background:#fff;color:#3e1320;border:1px solid #ebd9d1}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.17)}
.hero-stats div{padding:0 18px;border-right:1px solid rgba(231,180,102,.32)}
.hero-stats div:first-child{padding-left:0}
.hero-stats div:last-child{border-right:0}
.hero-stats b{display:block;color:#efc270;font:700 20px "Libre Baskerville",serif}
.hero-stats span{font-size:9px;color:#dfd0d5}

.start-panel{background:linear-gradient(160deg,rgba(92,16,45,.96),rgba(50,8,24,.96));color:#fff;border-radius:19px;border:1px solid rgba(226,151,176,.54);padding:22px 23px;box-shadow:0 25px 60px rgba(0,0,0,.28)}
.start-panel h2{font:700 29px "Libre Baskerville",serif;margin:0;text-align:center}
.start-panel>p{text-align:center;color:#e4d3d9;font-size:10px;margin:6px 0 10px}
.start-steps{display:grid}
.step-item{display:grid;grid-template-columns:30px 34px 1fr;gap:10px;align-items:center;padding:12px 0;position:relative}
.step-item:not(:last-child):before{content:"";position:absolute;left:14px;top:42px;height:25px;border-left:1px dashed #d4688b}
.step-number{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#c32356;font-size:10px}
.step-icon{height:32px;border-radius:7px;border:1px solid rgba(255,255,255,.17);display:grid;place-items:center}
.step-item div{display:grid}
.step-item b{font-size:11px}
.step-item small{font-size:9px;line-height:1.45;color:#d5c4ca;margin-top:3px}

.price-zone{position:relative;z-index:5;margin-top:-52px}
.price-panel{background:white;border:1px solid #e1cec4;border-radius:18px;padding:24px 26px;box-shadow:var(--shadow)}
.price-head{display:flex;justify-content:space-between;align-items:center;gap:28px}
.price-head h2{font:700 28px "Libre Baskerville",serif;color:#6c1530;margin:0}
.price-head p{font-size:11px;color:#76696c;margin:7px 0 0}
.search-wrap{display:grid;grid-template-columns:1fr 44px;width:min(470px,100%);border:1px solid #dfd1cc;border-radius:10px;overflow:hidden}
.search-wrap input{border:0;outline:none;padding:12px;background:#fff}
.search-wrap button{border:0;background:#fff;color:#574c4f;font-size:20px}
.filters{display:flex;gap:11px;flex-wrap:wrap;margin:18px 0}
.filters button{border:1px solid #eadbd4;background:white;border-radius:999px;padding:8px 23px;font-size:10px;cursor:pointer}
.filters button.active{background:linear-gradient(90deg,#73102f,#9f1842);color:#fff;border-color:#741031}
.quick-costs{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.qcard{border:1px solid #e9d9d1;border-radius:12px;overflow:hidden;background:#fffaf8;text-align:center}
.qcard img{width:100%;height:110px;object-fit:cover}
.qcard h3{font-size:10px;margin:8px 7px 6px}
.qcard strong{display:block;color:#8d1138;font:700 14px "Libre Baskerville",serif;padding:0 8px 11px}
.price-foot{display:flex;justify-content:space-between;gap:18px;margin-top:14px;font-size:9px;color:#897c7f}
.price-foot a{font-size:11px;color:#8c1238;font-weight:800}

.services{padding:72px 0 42px}
.section-header{text-align:center;max-width:760px;margin:0 auto 28px}
.section-header>span{font-size:9px;letter-spacing:.13em;color:#8c1238;font-weight:800}
.section-header h2{font:700 33px "Libre Baskerville",serif;color:#5f142b;margin:8px 0}
.section-header p{font-size:11px;color:#776b6e}
.service-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.card{background:#fff;border:1px solid #e5d4cd;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(78,20,33,.05);transition:.2s}
.card:hover{transform:translateY(-5px);box-shadow:0 17px 34px rgba(78,20,33,.11)}
.card img{width:100%;height:128px;object-fit:cover}
.card-body{padding:12px;display:flex;flex-direction:column;min-height:184px}
.card h3{font:700 13px "Libre Baskerville",serif;color:#6b172f;margin:0 0 6px}
.card p{font-size:9px;line-height:1.45;color:#6d6265;flex:1}
.card strong{direction:ltr;unicode-bidi:isolate;color:#98133d;font:700 14px "Libre Baskerville",serif}
.card a{align-self:flex-end;margin-top:7px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#8d1138;color:white;font-size:11px}

.journey,.why{padding:32px 0}
.line-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-bottom:22px}
.line-title span{height:1px;background:linear-gradient(90deg,transparent,#d7ad94)}
.line-title span:last-child{background:linear-gradient(90deg,#d7ad94,transparent)}
.line-title h2{font:700 24px "Libre Baskerville",serif;color:#751732;margin:0;text-align:center}
.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e2c8ba;border-radius:11px;overflow:hidden;background:#fff}
.journey-grid article{display:grid;grid-template-columns:48px 1fr 22px;gap:12px;align-items:center;padding:19px;border-right:1px solid #eadbd5}
.journey-grid article:last-child{border-right:0}
.journey-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid #e3c7b9;background:#fff9f6;color:#8b1239}
.journey-grid h3{font:700 12px "Libre Baskerville",serif;color:#6b182f;margin:0 0 5px}
.journey-grid p{font-size:9px;line-height:1.5;color:#706467;margin:0}
.journey-grid b{color:#d09a62;font-size:25px}

.why{padding-bottom:52px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.why-grid article{border:1px solid #e5d7d1;border-radius:10px;overflow:hidden;background:white}
.why-grid img{width:100%;height:122px;object-fit:cover}
.why-grid article>div{padding:12px}
.why-grid h3{font:700 12px "Libre Baskerville",serif;color:#6c1730;margin:0 0 5px}
.why-grid p{font-size:9px;line-height:1.5;color:#6d6265;margin:0}

.request{padding:18px 0 0}
.request-panel{display:grid;grid-template-columns:280px 1fr 310px;border:1px solid #dcc8bf;border-radius:15px 15px 0 0;overflow:hidden;background:white;box-shadow:var(--shadow)}
.request-side{background:linear-gradient(145deg,#6c0d29,#390714);color:#fff;padding:24px}
.request-brand{display:flex;gap:11px;align-items:flex-start}
.request-brand img{width:52px;height:52px;border-radius:50%;object-fit:contain;background:#fff}
.request-brand small{font-size:8px;color:#e6c0cc}
.request-brand h2{font:700 24px/1.2 "Libre Baskerville",serif;margin:4px 0}
.request-side>p{font-size:10px;line-height:1.6;color:#e6d4db}
.contact-lines{display:grid;gap:10px;font-size:10px;margin:19px 0}
.privacy{border:1px solid rgba(239,197,117,.38);border-radius:8px;padding:10px;font-size:8px;color:#e5d7dc;margin-top:20px}
.request-form{padding:24px;display:grid;gap:11px}
.request-form .two{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.request-form label{display:grid;gap:5px}
.request-form label>span{font-size:8px;font-weight:800}
.request-form input,.request-form textarea{border:1px solid #ddd4d0;border-radius:7px;padding:10px;background:#fff;outline:none}
.request-form input:focus,.request-form textarea:focus{border-color:#b76f87;box-shadow:0 0 0 3px rgba(126,18,53,.06)}
.request-form textarea{min-height:90px;resize:vertical}
.form-bottom{display:flex;align-items:center;gap:18px}
.form-bottom button{background:#8d1138;color:#fff;border:0;border-radius:7px;padding:11px 18px;font-weight:800}
.form-bottom small{font-size:8px;color:#7c7073}
.request-photo img{width:100%;height:100%;object-fit:cover}
#formMsg{font-size:10px;color:#7e0f32}

.footer{background:linear-gradient(90deg,#3c0716,#5a0b22,#330611);color:white;padding:20px 0}
.footer-main{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.footer-main div{display:grid;place-items:center;text-align:center;border-right:1px solid rgba(255,255,255,.12)}
.footer-main div:last-child{border-right:0}
.footer-main b{color:#f0c476;font:700 15px "Libre Baskerville",serif}
.footer-main span{font-size:9px;color:#d7c5cb;margin-top:3px}

/* Arabic */
html[dir=rtl] body,
html[dir=rtl] input,
html[dir=rtl] textarea,
html[dir=rtl] button{font-family:"Noto Sans Arabic",Tahoma,sans-serif}
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] .brand-text strong,
html[dir=rtl] .qcard strong,
html[dir=rtl] .card strong{font-family:"Noto Kufi Arabic","Noto Sans Arabic",sans-serif}
html[dir=rtl] .hero-overlay{
  background:
   linear-gradient(270deg,rgba(18,5,9,.94) 0%,rgba(28,8,15,.78) 40%,rgba(37,9,18,.26) 72%,rgba(18,4,9,.16)),
   linear-gradient(0deg,rgba(17,4,8,.58),transparent 46%);
}
html[dir=rtl] .hero-stats div{border-right:0;border-left:1px solid rgba(231,180,102,.32)}
html[dir=rtl] .hero-stats div:last-child{border-left:0}
html[dir=rtl] .step-item:not(:last-child):before{left:auto;right:14px}
html[dir=rtl] .journey-grid article{border-right:0;border-left:1px solid #eadbd5}
html[dir=rtl] .journey-grid article:last-child{border-left:0}
html[dir=rtl] .footer-main div{border-right:0;border-left:1px solid rgba(255,255,255,.12)}
html[dir=rtl] .footer-main div:last-child{border-left:0}

@media(max-width:1180px){
  .main-nav{display:none}
  .hero-layout{grid-template-columns:1fr 330px}
  .quick-costs,.service-grid{grid-template-columns:repeat(4,1fr)}
  .request-panel{grid-template-columns:250px 1fr}
  .request-photo{display:none}
}
@media(max-width:900px){
  .header-phone{display:none}
  .hero-layout{grid-template-columns:1fr}
  .start-panel{max-width:520px}
  .hero-stats{grid-template-columns:repeat(2,1fr);row-gap:14px}
  .price-head{align-items:stretch;flex-direction:column}
  .search-wrap{width:100%}
  .quick-costs,.service-grid{grid-template-columns:repeat(2,1fr)}
  .journey-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .request-panel{grid-template-columns:1fr}
}
@media(max-width:600px){
  .nav-inner{height:72px}
  .brand img{width:48px;height:48px}
  .brand-text strong{font-size:14px}
  .brand-text span,.brand-text small{font-size:8px}
  .hero-layout{padding:42px 0 82px}
  .hero h1{font-size:42px}
  .hero-copy>p{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-btn{min-width:0}
  .price-zone{margin-top:-35px}
  .price-panel{padding:18px 15px}
  .filters{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}
  .filters button{white-space:nowrap}
  .quick-costs,.service-grid{grid-template-columns:1fr 1fr}
  .price-foot{flex-direction:column}
  .journey-grid,.why-grid{grid-template-columns:1fr}
  .journey-grid article{border-left:0!important;border-right:0!important;border-bottom:1px solid #eadbd5}
  .request-form .two{grid-template-columns:1fr}
  .form-bottom{align-items:flex-start;flex-direction:column}
  .footer-main{grid-template-columns:1fr 1fr;row-gap:15px}
  .footer-main div{border:0!important}
}


/* v10: authentic Mehrad image + IT credit */
.request-photo{
  position:relative;
  overflow:hidden;
  min-height:100%;
  background:#efe7e2;
}
.request-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(72,7,27,.10));
  pointer-events:none;
}
.request-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.92) contrast(1.03) brightness(.98);
}
.footer-credit{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#cdb9c0;
  font-size:9px;
}
.footer-credit span:last-child{
  color:#f0c476;
  font-weight:700;
}
html[dir=rtl] .footer-credit{
  font-family:"Noto Sans Arabic",Tahoma,sans-serif;
}
@media(max-width:600px){
  .footer-credit{
    align-items:flex-start;
    flex-direction:column;
  }
}
