/*
Theme Name: Volkswagen Service Center
Theme URI: https://vw-service-kuwait.com/
Author: VW Service Kuwait
Author URI: https://vw-service-kuwait.com/
Description: قالب ووردبريس احترافي لمركز صيانة سيارات فولكس واجن في الكويت. متخصصون في صيانة Golf, Passat, Tiguan, Touareg, Jetta, Polo, Arteon، ومحركات TSI و TDI وقير DSG مع أجهزة VAG/VCDS الأصلية.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vw-service
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, threaded-comments
*/

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Tajawal','Segoe UI',Tahoma,sans-serif;background:#0a0a0a;color:#e8e8e8;line-height:1.7;direction:rtl;text-align:right}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(10,10,10,.95);backdrop-filter:blur(10px);border-bottom:1px solid #1f1f1f}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1200px;margin:0 auto}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:48px;height:48px;object-fit:contain}
.brand-name{font-weight:800;font-size:18px;color:#fff}
.brand-sub{font-size:12px;color:#888}
.header-cta{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:8px;font-weight:700;font-size:14px;transition:.25s;border:none;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,#c8102e,#8b0a1f);color:#fff}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(200,16,46,.4)}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{background:#1da851;transform:translateY(-2px)}
.btn-outline{border:1px solid #333;color:#fff;background:transparent}
.btn-outline:hover{background:#1a1a1a}

/* Hero */
.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:url(assets/hero-1.jpg) center/cover;opacity:.35}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.4) 0%,rgba(10,10,10,.85) 100%)}
.hero-content{position:relative;z-index:2;text-align:center;width:100%;padding:80px 20px}
.hero h1{font-size:clamp(28px,5vw,52px);font-weight:900;color:#fff;margin-bottom:18px;line-height:1.3}
.hero h1 span{background:linear-gradient(135deg,#c8102e,#ff4060);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero p{font-size:clamp(15px,2vw,19px);color:#bbb;max-width:720px;margin:0 auto 32px}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-top:48px;padding-top:32px;border-top:1px solid #222}
.stat-num{font-size:32px;font-weight:900;color:#c8102e}
.stat-lbl{font-size:13px;color:#888}

/* Sections */
section{padding:80px 0}
.section-head{text-align:center;margin-bottom:50px}
.section-head h2{font-size:clamp(24px,4vw,38px);font-weight:800;color:#fff;margin-bottom:12px}
.section-head p{color:#999;font-size:16px;max-width:600px;margin:0 auto}

/* Services */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.service-card{background:linear-gradient(180deg,#141414,#0e0e0e);border:1px solid #1f1f1f;border-radius:14px;padding:28px;transition:.3s}
.service-card:hover{transform:translateY(-6px);border-color:#c8102e;box-shadow:0 12px 30px rgba(200,16,46,.15)}
.service-icon{width:54px;height:54px;border-radius:12px;background:linear-gradient(135deg,#c8102e,#8b0a1f);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}
.service-card h3{font-size:19px;color:#fff;margin-bottom:10px;font-weight:700}
.service-card p{color:#999;font-size:14px}

/* About */
.about{background:#0e0e0e}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.about-img{border-radius:14px;overflow:hidden;border:1px solid #1f1f1f}
.about-content h2{font-size:32px;color:#fff;margin-bottom:18px;font-weight:800}
.about-content p{color:#bbb;margin-bottom:14px}
.about-list{list-style:none;margin-top:18px}
.about-list li{padding:10px 0;color:#ddd;display:flex;gap:10px;align-items:center}
.about-list li::before{content:"✓";color:#c8102e;font-weight:900;font-size:18px}

/* Quality */
.quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.quality-item{text-align:center;padding:30px 20px;background:#111;border-radius:12px;border:1px solid #1f1f1f}
.quality-item .icon{font-size:36px;margin-bottom:14px}
.quality-item h4{color:#fff;margin-bottom:8px;font-size:17px}
.quality-item p{color:#999;font-size:14px}

/* CTA */
.cta{background:linear-gradient(135deg,#c8102e 0%,#8b0a1f 100%);text-align:center;padding:70px 20px}
.cta h2{font-size:clamp(24px,4vw,36px);color:#fff;margin-bottom:14px;font-weight:800}
.cta p{color:rgba(255,255,255,.9);margin-bottom:28px;font-size:17px}
.cta .btn-primary{background:#fff;color:#c8102e}
.cta .btn-primary:hover{background:#f0f0f0}
.cta .btn-wa{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3)}

/* Footer */
.site-footer{background:#080808;border-top:1px solid #1a1a1a;padding:40px 20px 20px;text-align:center}
.site-footer p{color:#666;font-size:14px;margin-bottom:8px}
.site-footer a{color:#c8102e}

/* Float WhatsApp */
.float-wa{position:fixed;bottom:24px;left:24px;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;box-shadow:0 6px 20px rgba(37,211,102,.5);z-index:99;transition:.3s}
.float-wa:hover{transform:scale(1.1)}

@media(max-width:768px){
  .about-grid{grid-template-columns:1fr}
  .header-cta .btn-outline{display:none}
  .hero-stats{gap:24px}
  section{padding:50px 0}
}
