/* ==========================================================================
   pages/services.css — صفحة الخدمات
   ========================================================================== */

body.page-services{
  --gold:#d6a74f;
  --gold-light:#f4cc76;
  --gold-deep:#9a7024;
  --black:#060606;
  --black-soft:#0d0e0f;
  --black-card:#131516;
  --cream:#f3efe7;
  --muted:#aaa69d;
  --border:rgba(255,255,255,.08);
  --gold-border:rgba(214,167,79,.44);
  --container:1240px;

  background:#080909;
  color:#fff;
  line-height:1.8;
}

body.page-services main .container{width:min(calc(100% - 36px),1240px);margin:auto}

body.page-services .reveal{transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}

/* ---------- واجهة الخدمات ---------- */
body.page-services .services-hero{
  min-height:520px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(to right,rgba(5,6,6,.06) 0%,rgba(5,6,6,.32) 25%,rgba(5,6,6,.6) 50%,rgba(5,6,6,.8) 75%,rgba(5,6,6,.82) 100%),
    url("../../images/about/about-warehouse.webp") center/cover no-repeat;
}

[dir="ltr"] body.page-services .services-hero{
  background:
    linear-gradient(to left,rgba(5,6,6,.06) 0%,rgba(5,6,6,.32) 25%,rgba(5,6,6,.6) 50%,rgba(5,6,6,.8) 75%,rgba(5,6,6,.82) 100%),
    url("../../images/about/about-warehouse.webp") center/cover no-repeat;
}

body.page-services .services-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 22%,rgba(214,167,79,.19),transparent 33%),
    linear-gradient(to top,rgba(6,7,7,.88),transparent 42%);
}

body.page-services .hero-content{position:relative;z-index:2;max-width:720px}

body.page-services .hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold-light);
  font-size:12px;
  margin-bottom:16px;
}

body.page-services .hero-eyebrow::before{content:"";width:34px;height:2px;background:var(--gold)}

body.page-services .services-hero h1{font-size:clamp(48px,6vw,80px);line-height:1.15;margin-bottom:18px;text-shadow:0 2px 14px rgba(0,0,0,.65),0 1px 4px rgba(0,0,0,.85)}
body.page-services .services-hero h1 span{display:block;color:var(--gold-light)}
body.page-services .services-hero p{max-width:650px;color:#d3cec4;font-size:15px;line-height:2;text-shadow:0 2px 10px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.8)}

body.page-services .hero-stats{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}

body.page-services .hero-stat{
  min-width:160px;
  padding:14px 18px;
  border:1px solid var(--gold-border);
  border-radius:14px;
  background:rgba(8,9,9,.58);
  backdrop-filter:blur(8px);
}

body.page-services .hero-stat strong{display:block;color:var(--gold-light);font-size:20px}
body.page-services .hero-stat span{font-size:10px;color:#c0bbb2}

/* ---------- المقدمة ---------- */
body.page-services .services-intro{padding:56px 0 30px;color:#252525;background:var(--cream)}
body.page-services .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}
body.page-services .section-kicker{color:var(--gold-deep);font-size:11px;margin-bottom:8px}
body.page-services .section-title{font-size:clamp(30px,4vw,50px);line-height:1.25}
body.page-services .intro-copy{color:#6e6961;font-size:13px;line-height:2}

/* ---------- بطاقات الخدمات ---------- */
body.page-services .services-section{
  padding:34px 0 70px;
  color:#fff;
  background:
    radial-gradient(circle at 15% 12%,rgba(214,167,79,.08),transparent 25%),
    linear-gradient(180deg,#111313,#080909);
}

body.page-services .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

body.page-services .service-card{
  min-height:390px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(214,167,79,.34);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(24,26,26,.98),rgba(10,12,12,.98));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  transition:.35s ease;
}

body.page-services .service-card:hover{
  transform:translateY(-8px);
  border-color:var(--gold);
  box-shadow:0 24px 54px rgba(0,0,0,.3);
}

body.page-services .service-image{height:180px;overflow:hidden;position:relative}
body.page-services .service-image img{height:100%;object-fit:cover;transition:.55s}
body.page-services .service-card:hover .service-image img{transform:scale(1.06)}

body.page-services .service-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(10,12,12,.96),rgba(10,12,12,.08) 62%);
}

body.page-services .service-number{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  min-width:38px;
  height:38px;
  padding:0 10px;
  border:1px solid var(--gold);
  border-radius:12px;
  display:grid;
  place-items:center;
  color:var(--gold-light);
  background:rgba(7,8,8,.72);
  font-size:11px;
}

body.page-services .service-icon{
  width:58px;
  height:58px;
  position:absolute;
  right:22px;
  top:145px;
  z-index:3;
  border:1px solid var(--gold);
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--gold-light);
  background:#111313;
  font-size:25px;
  box-shadow:0 10px 24px rgba(0,0,0,.3);
}

body.page-services .service-content{padding:32px 24px 24px}
body.page-services .service-content h3{font-size:21px;color:var(--gold-light);margin-bottom:10px}
body.page-services .service-content p{min-height:68px;color:#c6c1b8;font-size:11px;line-height:1.9}

body.page-services .service-points{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.07);
  display:grid;
  gap:9px;
  list-style:none;
}

body.page-services .service-points li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#e4dfd6;
  font-size:10px;
  line-height:1.7;
}

body.page-services .service-points i{color:var(--gold);margin-top:4px}

/* ---------- كيف تبدأ الخدمة ---------- */
body.page-services .process{padding:68px 0;color:#252525;background:var(--cream)}
body.page-services .center-title{text-align:center;margin-bottom:38px}
body.page-services .center-title h2{font-size:38px}

body.page-services .center-title span{
  display:block;
  width:58px;
  height:3px;
  margin:13px auto 0;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

body.page-services .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

body.page-services .process-card{
  min-height:200px;
  padding:26px;
  border:1px solid rgba(141,101,31,.22);
  border-radius:16px;
  background:#fff;
  text-align:center;
}

body.page-services .process-card i{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold-deep);
  font-size:24px;
}

body.page-services .process-card h3{font-size:16px;margin-bottom:8px}
body.page-services .process-card p{color:#6f6a62;font-size:10px;line-height:1.8}

/* ---------- دعوة للتواصل ---------- */
body.page-services .services-cta{
  padding:58px 0;
  background:
    linear-gradient(90deg,rgba(8,9,9,.97),rgba(70,47,15,.78),rgba(8,9,9,.97)),
    url("../../images/home/hero-home.webp") center/cover no-repeat;
}

body.page-services .cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px}
body.page-services .cta-copy h2{font-size:34px;margin-bottom:8px}
body.page-services .cta-copy p{color:#d1ccc2;font-size:12px}
body.page-services .cta-actions{display:flex;gap:12px;flex-wrap:wrap}

body.page-services .outline-button{
  min-height:46px;
  padding:0 20px;
  border:1px solid var(--gold);
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:var(--gold-light);
  background:rgba(0,0,0,.28);
  transition:.3s ease;
}

body.page-services .outline-button:hover{transform:translateY(-2px);color:#111;background:var(--gold)}

body.page-services .quote-button{
  min-height:46px;
  padding:0 20px;
  border:1px solid var(--gold-light);
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#171208;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  box-shadow:0 9px 24px rgba(214,167,79,.18);
  font-size:11px;
  font-weight:700;
  transition:.3s;
}

body.page-services .quote-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(214,167,79,.28)}

/* ==========================  الاستجابة  ========================== */
@media(max-width:1000px){
  body.page-services .services-grid{grid-template-columns:repeat(2,1fr)}
  body.page-services .process-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:850px){
  body.page-services .intro-grid{grid-template-columns:1fr;gap:18px}
  body.page-services .cta-box{flex-direction:column;align-items:flex-start}
}

@media(max-width:620px){
  body.page-services main .container{width:calc(100% - 24px)}
  body.page-services .services-hero{min-height:570px}
  body.page-services .services-hero h1{font-size:45px}
  body.page-services .hero-stats{display:grid;grid-template-columns:1fr 1fr}
  body.page-services .hero-stat{min-width:0}
  body.page-services .services-intro{padding:42px 0 24px}
  body.page-services .services-grid{grid-template-columns:1fr}
  body.page-services .service-card{min-height:0}
  body.page-services .service-image{height:190px}
  body.page-services .service-content{padding:32px 20px 22px}
  body.page-services .service-content p{min-height:auto}
  body.page-services .process-grid{grid-template-columns:1fr}
  body.page-services .cta-actions{display:grid;width:100%}
  body.page-services .cta-actions a{width:100%}
}
