/*
Theme Name: سطحة الرياض
Theme URI: https://sathagroup.com/
Author: سطحة الرياض
Description: قالب WordPress عربي RTL لخدمات سطحة الرياض ونقل السيارات.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: satha-riyadh
*/

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Tajawal:wght@400;500;700;800&display=swap');

:root {
  --bg: #0b0b0b;
  --surface: #151515;
  --surface-2: #1e1e1e;
  --text: #f7f7f7;
  --muted: #9d9d9d;
  --line: rgba(255,255,255,.12);
  --orange: #ff6600;
  --orange-dark: #d94d00;
  --radius: 28px;
  --display: 'Amiri', Georgia, serif;
  --body: 'Tajawal', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.display { font-family: var(--display); }
.orange { color: var(--orange); }
.muted { color: var(--muted); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(11,11,11,.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: 22px; }
.brand-name { font: 700 26px/1 var(--display); }
.site-nav { display: flex; align-items: center; gap: 23px; margin-inline: auto; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 22px; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.phone-button:hover, .button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.icon-button { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); color: var(--text); }
.mobile-toggle { display: none; border: 0; cursor: pointer; }

.hero { padding: 158px 0 95px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 14px; font-weight: 800; }
h1, h2, h3, h4, h5, p { margin-top: 0; }
h1, h2, h3, h4, h5 { font-family: var(--display); line-height: 1.25; }
h1 { margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); }
h2 { font-size: clamp(38px, 4.5vw, 58px); }
h3 { font-size: clamp(34px, 4vw, 50px); }
h4 { font-size: 28px; }
.lead { max-width: 570px; margin: 24px 0 0; color: var(--muted); font-size: 19px; line-height: 2; }
.hero-price { margin: 28px 0 0; font: 700 58px/1 var(--display); }
.hero-price small { display: block; margin-top: 9px; color: var(--muted); font: 400 14px/1.6 var(--body); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }
.button-outline { background: transparent; border: 1px solid var(--line); color: var(--text); }
.button-outline:hover { border-color: var(--orange); background: transparent; }
.hero-media { position: relative; }
.media-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 42px; background: var(--surface); }
.media-frame img { width: 100%; height: 540px; object-fit: cover; }
.media-overlay { position: absolute; inset: 0; border-radius: 42px; background: linear-gradient(0deg, rgba(11,11,11,.65), transparent 50%); pointer-events: none; }
.floating-card { position: absolute; right: -28px; bottom: -24px; display: flex; align-items: center; gap: 14px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.floating-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,102,0,.14); color: var(--orange); }
.floating-card strong { display: block; font: 700 25px/1 var(--display); }
.floating-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }

.section { padding: 90px 0; }
.section-heading { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .section-heading h3 { margin-bottom: 14px; }
.section-heading p { max-width: 700px; margin: 0 auto; color: var(--muted); line-height: 2; }
.about-grid, .roadside-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.about-image img, .roadside-image img { width: 100%; height: 470px; object-fit: cover; border: 1px solid var(--line); border-radius: 42px; }
.about-copy p { color: var(--muted); line-height: 2.1; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 24px; padding: 0; margin: 30px 0 0; list-style: none; }
.checklist li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.check { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid rgba(255,102,0,.7); border-radius: 50%; color: var(--orange); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 38px; border: 1px solid var(--line); border-radius: 38px; background: var(--surface); }
.stat { text-align: center; }
.stat strong { display: block; color: var(--orange); font: 700 50px/1 var(--display); }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.cta { padding: 58px 25px; border-radius: 44px; background: var(--orange); color: #fff; text-align: center; }
.cta h2 { margin-bottom: 12px; }
.cta p { margin-bottom: 25px; font-size: 18px; }
.cta .button { background: var(--bg); color: #fff; }
.cta .button-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.marquee { overflow: hidden; padding: 75px 0; white-space: nowrap; }
.marquee-track { display: inline-block; color: transparent; font: 700 clamp(90px, 14vw, 190px)/.8 var(--display); -webkit-text-stroke: 1px rgba(255,255,255,.15); animation: satha-marquee 35s linear infinite; }
@keyframes satha-marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { height: 100%; padding: 16px 16px 23px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); }
.card-image { position: relative; overflow: hidden; border-radius: 20px 20px 20px 58px; }
.card-image img { width: 100%; height: 215px; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-image img { transform: scale(1.05); }
.badge { position: absolute; top: 12px; right: 12px; padding: 5px 12px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 800; }
.card h4 { margin: 19px 8px 2px; }
.card .category { margin: 0 8px; color: var(--orange); font-size: 14px; font-weight: 700; }
.card .description { min-height: 85px; margin: 13px 8px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 17px 8px 0; }
.price { margin: 0; color: var(--orange); font: 700 20px var(--display); }
.small-button { min-height: 40px; padding: 0 17px; font-size: 13px; }
.roadside-list { display: grid; gap: 13px; padding: 0; margin: 26px 0 0; list-style: none; }
.roadside-list li { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); font-weight: 700; }
.categories { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.category-card { position: relative; overflow: hidden; min-height: 420px; border-radius: 34px; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.category-card:hover img { transform: scale(1.06); }
.category-card::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(11,11,11,.88), transparent 70%); }
.category-label { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 19px; background: rgba(21,21,21,.82); backdrop-filter: blur(12px); }
.category-label p { margin: 0; color: var(--orange); font-size: 13px; }
.category-label h4 { margin: 3px 0 0; font-size: 28px; }
.arrow { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 17px; background: var(--orange); color: #fff; font-size: 24px; }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); }
.price-table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: right; }
.price-table th, .price-table td { padding: 17px 22px; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--surface-2); font: 700 19px var(--display); }
.price-table th:last-child, .price-table td:last-child { color: var(--orange); }
.price-table tr:last-child td { border-bottom: 0; }
.tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 26px; }
.tag { padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.coverage-card { padding: 22px; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); }
.coverage-pin { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 15px; background: rgba(255,102,0,.14); color: var(--orange); font-size: 22px; }
.coverage-card h4 { margin-bottom: 8px; font-size: 25px; }
.coverage-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 22px; cursor: pointer; list-style: none; font: 700 19px var(--display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-2); color: var(--orange); font-family: var(--body); }
.faq-item[open] summary::after { content: '−'; background: var(--orange); color: #fff; }
.faq-answer { padding: 0 22px 20px; border-top: 1px solid var(--line); color: var(--muted); line-height: 2; }
.contact-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 37px 20px; border: 1px solid var(--line); border-radius: 38px; background: var(--surface); text-align: center; }
.contact-item { padding: 0 20px; border-left: 1px solid var(--line); }
.contact-item:last-child { border-left: 0; }
.contact-item span { display: block; color: var(--orange); font-size: 14px; }
.contact-item a { display: block; margin-top: 6px; font: 700 23px var(--display); }
.contact-item a:hover { color: var(--orange); }

.site-footer { margin-top: 65px; padding-top: 90px; background: rgba(30,30,30,.6); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.site-footer h5 { margin: 0 0 17px; font-size: 23px; }
.footer-rule { width: 32px; height: 4px; margin-bottom: 22px; border-radius: 5px; background: var(--orange); }
.footer-copy { max-width: 380px; color: var(--muted); font-size: 14px; line-height: 2; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--orange); }
.footer-hours { width: 100%; border-collapse: collapse; color: var(--muted); font-size: 14px; }
.footer-hours td { padding: 7px 0; border-bottom: 1px solid var(--line); }
.footer-hours td:last-child { color: var(--orange); text-align: left; font-weight: 800; }
.footer-bottom { padding: 20px 0; border-top: 1px solid var(--line); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 13px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 13px; }
  .hero-grid, .about-grid, .roadside-grid { gap: 38px; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 30px, 700px); }
  .site-header .container { width: calc(100% - 30px); }
  .site-nav { position: absolute; top: 80px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 13px; }
  .mobile-toggle { display: grid; }
  .header-actions .phone-button { display: none; }
  .hero { padding-top: 130px; }
  .hero-grid, .about-grid, .roadside-grid { grid-template-columns: 1fr; }
  .about-image { order: 2; }
  .about-copy { order: 1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .brand-name { font-size: 22px; }
  .hero { padding-bottom: 65px; }
  .media-frame img { height: 360px; }
  .floating-card { right: 12px; bottom: -20px; }
  .floating-card strong { font-size: 21px; }
  .section { padding: 65px 0; }
  .checklist, .services-grid, .categories, .coverage-grid, .contact-strip { grid-template-columns: 1fr; }
  .checklist { gap: 12px; }
  .stats { padding: 25px 15px; }
  .stat strong { font-size: 40px; }
  .cta { border-radius: 28px; }
  .category-card { min-height: 340px; }
  .contact-item { padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .contact-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
