/* =========================================================
   RRJ Landing Page — Design tokens
   Palette inspired by refrigeration (cool teal / frost) +
   a technician's service-ticket (alert orange, ink navy).
   Type: Cairo (display) + Tajawal (body) — both native Arabic faces.
   ========================================================= */
:root{
  --navy-deep:   #0B2545;
  --teal:        #0E7C82;
  --teal-dark:   #0A5E63;
  --teal-tint:   #E4F3F3;
  --frost:       #F5FAFA;
  --steel:       #4B5B63;
  --steel-light: #7C8A91;
  --orange:      #F2542D;
  --orange-dark: #D8431F;
  --gold:        #F5B701;
  --white:       #FFFFFF;
  --line:        #D9E6E6;

  --font-display: 'Cairo', 'Tahoma', sans-serif;
  --font-body: 'Tajawal', 'Tahoma', sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-1: 0 2px 10px rgba(11,37,69,.06);
  --shadow-2: 0 12px 32px rgba(11,37,69,.14);
  --container: 1140px;
}

/* =========================================================
   Reset (scoped — landing page only)
   ========================================================= */
.rrj{
  font-family: var(--font-body);
  color: var(--navy-deep);
  background: var(--frost);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.rrj *, .rrj *::before, .rrj *::after{ box-sizing: border-box; }
.rrj ul{ list-style:none; margin:0; padding:0; }
.rrj a{ text-decoration:none; color:inherit; }
.rrj img{ max-width:100%; display:block; }
.rrj h1,.rrj h2,.rrj h3,.rrj h4{
  font-family: var(--font-display);
  color: var(--navy-deep);
  line-height:1.3;
  margin:0 0 .5em;
}
.rrj p{ margin:0 0 1em; color: var(--steel); }
.rrj section{ padding: 56px 0; }
.rrj .container{ max-width: var(--container); margin:0 auto; padding:0 20px; }
.rrj .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-display); font-weight:700; font-size:13px;
  color: var(--teal-dark); background: var(--teal-tint);
  padding:6px 14px; border-radius: 999px; margin-bottom:14px;
}
.rrj .section-title{ font-size: clamp(24px, 5vw, 34px); font-weight:800; }
.rrj .section-sub{ color: var(--steel); max-width: 640px; font-size:16px; }
.rrj .center{ text-align:center; margin-left:auto; margin-right:auto; }

/* Reveal-on-scroll (progressive, respects reduced motion) */
.rrj .reveal{ opacity:0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.rrj .reveal.is-visible{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  .rrj .reveal{ opacity:1; transform:none; transition:none; }
}

/* =========================================================
   Buttons
   ========================================================= */
.rrj .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family: var(--font-display); font-weight:700; font-size:16px;
  padding:14px 26px; border-radius: var(--radius-sm);
  border:2px solid transparent; cursor:pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.rrj .btn:active{ transform: scale(.97); }
.rrj .btn-call{
  background: var(--orange); color:#fff; box-shadow: 0 8px 20px rgba(242,84,45,.35);
}
.rrj .btn-call:hover{ background: var(--orange-dark); }
.rrj .btn-whatsapp{
  background:#25D366; color:#fff; box-shadow: 0 8px 20px rgba(37,211,102,.3);
}
.rrj .btn-whatsapp:hover{ background:#1DA851; }
.rrj .btn-outline{
  background:transparent; border-color: var(--navy-deep); color: var(--navy-deep);
}
.rrj .btn-outline:hover{ background: var(--navy-deep); color:#fff; }
.rrj .btn-block{ width:100%; }
.rrj .cta-row{ display:flex; flex-wrap:wrap; gap:12px; }

/* =========================================================
   Top info bar
   ========================================================= */
.rrj .topbar{
  background: var(--navy-deep); color:#fff; font-size:13px; font-weight:500;
  padding:8px 0;
}
.rrj .topbar .container{
  display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
}
.rrj .topbar .badge-dot{
  display:inline-block; width:8px; height:8px; border-radius:50%; background:#3ED598;
  margin-inline-start:6px; box-shadow:0 0 0 3px rgba(62,213,152,.25);
}

/* =========================================================
   Header
   ========================================================= */
.rrj .site-header{
  background:#fff; border-bottom:1px solid var(--line);
  position:sticky; top:0; z-index:50;
}
.rrj .site-header .container{
  display:flex; align-items:center; justify-content:space-between; padding-top:14px; padding-bottom:14px;
}
.rrj .brand{
  font-family: var(--font-display); font-weight:800; font-size:18px; color: var(--navy-deep);
  display:flex; align-items:center; gap:8px;
}
.rrj .brand .brand-mark{
  width:38px; height:38px; border-radius:9px; background: var(--teal);
  display:flex; align-items:center; justify-content:center; color:#fff; flex-shrink:0;
}
.rrj .header-phone{ display:none; }
@media(min-width:768px){
  .rrj .header-phone{ display:flex; align-items:center; gap:10px; }
  .rrj .header-phone .num{ font-family: var(--font-display); font-weight:800; font-size:17px; direction:ltr; }
  .rrj .header-phone .label{ font-size:12px; color:var(--steel); display:block; }
}

/* =========================================================
   Hero
   ========================================================= */
.rrj .hero{ padding: 40px 0 60px; background:
  radial-gradient(1100px 500px at 100% -10%, var(--teal-tint), transparent 60%),
  var(--frost);
}
.rrj .hero .hero-grid{
  display:grid; gap:36px; align-items:center;
}
@media(min-width:960px){
  .rrj .hero .hero-grid{ grid-template-columns: 1.15fr .85fr; }
}
.rrj .hero h1{ font-size: clamp(28px, 6vw, 44px); font-weight:800; }
.rrj .hero h1 span{ color: var(--teal); }
.rrj .hero .lead{ font-size:17px; color: var(--steel); max-width:560px; }
.rrj .trust-chips{ display:flex; flex-wrap:wrap; gap:10px; margin:22px 0; }
.rrj .trust-chips li{
  display:flex; align-items:center; gap:6px; background:#fff; border:1px solid var(--line);
  padding:8px 12px; border-radius:999px; font-size:13px; font-weight:700; color: var(--navy-deep);
  box-shadow: var(--shadow-1);
}
.rrj .trust-chips li svg{ flex-shrink:0; }

/* Signature element: the "service ticket" card */
.rrj .ticket{
  position:relative; background:#fff; border-radius: var(--radius-md);
  box-shadow: var(--shadow-2); padding:26px 24px 22px; border:1px solid var(--line);
  max-width:400px; margin-inline-start:auto;
}
.rrj .ticket::before, .rrj .ticket::after{
  content:""; position:absolute; width:22px; height:22px; background: var(--frost);
  border-radius:50%; top:50%; transform:translateY(-50%);
}
.rrj .ticket::before{ inset-inline-start:-11px; }
.rrj .ticket::after{ inset-inline-end:-11px; }
.rrj .ticket .ticket-perf{
  border-top:2px dashed var(--line); margin: 18px 0;
}
.rrj .ticket .ticket-head{ display:flex; align-items:center; justify-content:space-between; }
.rrj .ticket .stamp{
  font-family: var(--font-display); font-weight:800; font-size:12px; color: var(--orange);
  border:2px solid var(--orange); border-radius:8px; padding:4px 10px; transform:rotate(4deg);
}
.rrj .ticket .ticket-title{ font-size:12px; color:var(--steel-light); font-weight:700; letter-spacing:.5px; }
.rrj .ticket .ticket-row{ display:flex; align-items:flex-start; gap:10px; padding:9px 0; }
.rrj .ticket .ticket-row svg{ flex-shrink:0; margin-top:2px; color: var(--teal); }
.rrj .ticket .ticket-row b{ display:block; font-family:var(--font-display); font-size:14.5px; color:var(--navy-deep); }
.rrj .ticket .ticket-row span{ font-size:12.5px; color:var(--steel); }
.rrj .ticket .ticket-price{
  background: var(--navy-deep); color:#fff; border-radius:8px; padding:12px 14px; text-align:center; margin-top:16px;
}
.rrj .ticket .ticket-price b{ font-family:var(--font-display); font-size:16px; }
.rrj .ticket .ticket-price span{ font-size:12px; opacity:.8; display:block; }

/* =========================================================
   Quick facts strip
   ========================================================= */
.rrj .quickfacts{ background: var(--navy-deep); }
.rrj .quickfacts .grid{
  display:grid; grid-template-columns:repeat(2,1fr); gap:18px; padding:34px 0;
}
@media(min-width:768px){ .rrj .quickfacts .grid{ grid-template-columns:repeat(4,1fr); } }
.rrj .quickfacts .item{ text-align:center; color:#fff; }
.rrj .quickfacts .item .num{ font-family: var(--font-display); font-weight:800; font-size: clamp(22px,4vw,30px); color: var(--gold); }
.rrj .quickfacts .item .lbl{ font-size:13px; opacity:.85; }

/* =========================================================
   Services / faults grid
   ========================================================= */
.rrj .grid-3{ display:grid; gap:18px; grid-template-columns:1fr; margin-top:30px; }
@media(min-width:640px){ .rrj .grid-3{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:960px){ .rrj .grid-3{ grid-template-columns:repeat(3,1fr); } }
.rrj .card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding:22px; box-shadow: var(--shadow-1);
}
.rrj .card .icon-box{
  width:46px; height:46px; border-radius:10px; background: var(--teal-tint); color: var(--teal-dark);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px;
}
.rrj .card h3{ font-size:17px; margin-bottom:6px; }
.rrj .card p{ font-size:14.5px; margin:0; }

.rrj .brands-strip{
  display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; justify-content:center;
}
.rrj .brands-strip span{
  background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 16px;
  font-size:13.5px; font-weight:700; color:var(--navy-deep);
}

/* =========================================================
   Process (numbered — real sequence)
   ========================================================= */
.rrj .process-list{
  display:grid; gap:22px; margin-top:34px; grid-template-columns:1fr; position:relative;
}
@media(min-width:900px){ .rrj .process-list{ grid-template-columns:repeat(4,1fr); } }
.rrj .process-step{ position:relative; padding-inline-start:56px; }
@media(min-width:900px){ .rrj .process-step{ padding-inline-start:0; text-align:center; } }
.rrj .process-step .step-num{
  position:absolute; inset-inline-start:0; top:0; width:40px; height:40px; border-radius:50%;
  background: var(--teal); color:#fff; font-family:var(--font-display); font-weight:800;
  display:flex; align-items:center; justify-content:center; font-size:16px;
}
@media(min-width:900px){ .rrj .process-step .step-num{ position:static; margin:0 auto 14px; } }
.rrj .process-step h3{ font-size:16px; margin-bottom:4px; }
.rrj .process-step p{ font-size:14px; margin:0; }

/* =========================================================
   Coverage area
   ========================================================= */
.rrj .coverage-wrap{
  display:grid; gap:28px; grid-template-columns:1fr; align-items:center;
}
@media(min-width:900px){ .rrj .coverage-wrap{ grid-template-columns:1fr 1fr; } }
.rrj .coverage-list{ display:flex; flex-wrap:wrap; gap:10px; }
.rrj .coverage-list li{
  background: var(--teal-tint); color: var(--teal-dark); font-weight:700; font-size:13.5px;
  padding:8px 14px; border-radius:999px;
}
.rrj .map-card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md); padding:24px;
  box-shadow: var(--shadow-1);
}

/* =========================================================
   Testimonials
   ========================================================= */
.rrj .testimonial{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md); padding:22px;
  box-shadow: var(--shadow-1); height:100%;
}
.rrj .stars{ color: var(--gold); font-size:15px; letter-spacing:2px; margin-bottom:10px; }
.rrj .testimonial p{ font-size:14.5px; }
.rrj .testimonial .who{ font-family:var(--font-display); font-weight:700; font-size:14px; color:var(--navy-deep); }
.rrj .testimonial .who span{ display:block; font-weight:400; color:var(--steel-light); font-size:12.5px; font-family:var(--font-body); }

/* =========================================================
   FAQ (native details/summary — no JS required)
   ========================================================= */
.rrj .faq-list{ max-width:820px; margin:34px auto 0; }
.rrj .faq-item{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); margin-bottom:12px; overflow:hidden;
}
.rrj .faq-item summary{
  cursor:pointer; list-style:none; padding:18px 20px; font-family:var(--font-display); font-weight:700; font-size:15.5px;
  display:flex; align-items:center; justify-content:space-between; gap:12px; color:var(--navy-deep);
}
.rrj .faq-item summary::-webkit-details-marker{ display:none; }
.rrj .faq-item summary .plus{
  flex-shrink:0; width:26px; height:26px; border-radius:50%; background:var(--teal-tint); color:var(--teal-dark);
  display:flex; align-items:center; justify-content:center; font-size:18px; font-weight:800; transition:transform .2s ease;
}
.rrj .faq-item[open] summary .plus{ transform:rotate(45deg); background:var(--orange); color:#fff; }
.rrj .faq-item .faq-a{ padding:0 20px 18px; font-size:14.5px; color:var(--steel); }

/* =========================================================
   Final CTA banner
   ========================================================= */
.rrj .final-cta{
  background: linear-gradient(135deg, var(--teal-dark), var(--navy-deep));
  color:#fff; border-radius: var(--radius-md); padding:40px 26px; text-align:center;
}
.rrj .final-cta h2{ color:#fff; }
.rrj .final-cta p{ color:rgba(255,255,255,.85); }
.rrj .final-cta .cta-row{ justify-content:center; }

/* =========================================================
   Footer
   ========================================================= */
.rrj .site-footer{ background: var(--navy-deep); color:rgba(255,255,255,.75); padding:40px 0 100px; font-size:13.5px; }
.rrj .site-footer .foot-grid{ display:grid; gap:26px; grid-template-columns:1fr; }
@media(min-width:768px){ .rrj .site-footer .foot-grid{ grid-template-columns:1.3fr 1fr 1fr; } }
.rrj .site-footer h4{ color:#fff; font-size:14px; margin-bottom:12px; }
.rrj .site-footer .brand{ color:#fff; }
.rrj .site-footer .brand .brand-mark{ background: var(--teal); }
.rrj .site-footer ul li{ margin-bottom:8px; }
.rrj .site-footer .foot-bottom{
  border-top:1px solid rgba(255,255,255,.12); margin-top:28px; padding-top:18px; text-align:center; font-size:12.5px;
}
@media(min-width:768px){ .rrj .site-footer{ padding-bottom:40px; } }

/* =========================================================
   Sticky mobile CTA bar
   ========================================================= */
.rrj .mobile-cta-bar{
  position:fixed; inset-inline:0; bottom:0; z-index:60; display:flex; gap:8px; padding:10px;
  background:#fff; box-shadow:0 -6px 20px rgba(11,37,69,.15); border-top:1px solid var(--line);
}
.rrj .mobile-cta-bar .btn{ flex:1; padding:13px 10px; font-size:14.5px; }
@media(min-width:768px){ .rrj .mobile-cta-bar{ display:none; } }
.rrj .has-mobile-bar{ padding-bottom:74px; }
@media(min-width:768px){ .rrj .has-mobile-bar{ padding-bottom:0; } }

/* RTL number direction fix for phone numbers */
.rrj [dir-ltr]{ direction:ltr; unicode-bidi:embed; }
