/*
Theme Name: Syarah Click
Theme URI: https://ppl-agency.com/
Author: Mohamed Salah
Author URI: https://www.linkedin.com/in/mohamed-sala7
Description: Premium Saudi Car Dealership WordPress Theme
Version: 1.1.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://ppl-agency.com/
Text Domain: syarah-click
Tags: rtl-language, arabic, cars, dealership, automotive
*/

/* =============================================
   CSS CUSTOM PROPERTIES (Dynamic from Theme Options)
   ============================================= */
:root {
  --color-primary:    #1a1a1a;
  --color-secondary:  #CC0000;
  --color-accent:     #e60000;
  --color-text:       #1a1a1a;
  --color-text-light: #6b6b6b;
  --color-bg:         #ffffff;
  --color-bg-dark:    #1a1a1a;
  --color-bg-section: #f7f7f7;
  --color-border:     #e0e0e0;

  --font-heading: 'Cairo', sans-serif;
  --font-body:    'Cairo', sans-serif;
  --font-size-base: 16px;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-full: 9999px;

  --shadow-sm:  0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:  0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg:  0 20px 60px rgba(0,0,0,0.16);
  --shadow-gold: 0 4px 24px rgba(201,168,76,0.25);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --container:  1280px;
  --header-h:   80px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: var(--font-size-base);
  scroll-behavior: smooth;
  direction: rtl;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-primary);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.75rem); }
h4 { font-size: 1.25rem; }

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60px;
  height: 3px;
  background: var(--color-secondary);
  border-radius: var(--radius-full);
}

.section-subtitle {
  color: var(--color-text-light);
  font-size: 1.05rem;
  margin-top: 1rem;
}

/* =============================================
   LAYOUT
   ============================================= */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

.section-header {
  margin-bottom: 3rem;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-title::after {
  right: 50%;
  transform: translateX(50%);
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-secondary);
  color: var(--color-bg);
  border-color: var(--color-secondary);
}

.btn-primary:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-dark {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.btn-dark:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--color-bg);
  border-color: var(--color-border);
}
.btn-tabs {
  background: transparent;
  color: var(--color-secondary);
  border-color: var(--color-border);
}


.btn-outline:hover {
  border-color: var(--color-secondary);
  color: var(--color-bg);
}
.btn-tabs:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
section.section-offers.section-pad .btn-tabs{
  background: transparent;
  color: var(--color-bg);
  border-color: var(--color-border);
}
section.section-offers.section-pad .btn-tabs:hover{
  border-color: var(--color-secondary);
}

section.section-offers.section-pad .link-tabs {
  border-color: var(--color-secondary);
}

.btn-outline-gold {
  background: transparent;
  color: var(--color-bg);
  border-color: var(--color-border);
}

.btn-outline-gold:hover {
  border-color: var(--color-secondary);
  color: var(--color-bg);
}

.btn-lg { padding: 1rem 2.5rem; font-size: 1.05rem; }
.btn-sm { padding: 0.5rem 1.25rem; font-size: 0.85rem; }

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}
.btn-read-all {
  color: var(--color-secondary);
}
.btn-read-all:hover{
  color: var(--color-secondary);
}

.mt-3{
  margin-top: 25px;
}

/* =============================================
   CARDS
   ============================================= */
.card {
  background: var(--color-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--color-border);
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

/* =============================================
   BADGES
   ============================================= */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
}

.badge-gold { background: var(--color-secondary); color: var(--color-bg); }
.badge-dark { background: var(--color-primary); color: #fff; }
.badge-green { background: #22c55e; color: #fff; }
.badge-red { background: #ef4444; color: #fff; }

/* =============================================
   FORMS
   ============================================= */
.form-group { margin-bottom: 1.25rem; }

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-text);
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--color-text);
  background: var(--color-bg);
  transition: var(--transition);
  direction: rtl;
}

.form-control:focus {
  outline: none;
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}

.form-control::placeholder { color: #aaa; }

/* =============================================
   GRID UTILITIES
   ============================================= */
.grid { display: grid; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.gap-4 { gap: 2rem; }

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.animate-fade-up {
  animation: fadeInUp 0.6s ease forwards;
}

.animate-fade-up-delay-1 { animation-delay: 0.1s; }
.animate-fade-up-delay-2 { animation-delay: 0.2s; }
.animate-fade-up-delay-3 { animation-delay: 0.3s; }

/* Intersection Observer reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   LOADING SKELETON
   ============================================= */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-sm);
}


/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  :root { --container: 100%; }
  .section-pad { padding: 60px 0; }
}

@media (max-width: 768px) {
  .section-pad { padding: 40px 0; }
  .section-pad-sm { padding: 30px 0; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .btn { padding: 0.65rem 1.25rem; font-size: 0.875rem; }
}

/* Footer menu titles - uses the assigned WordPress menu name */
.footer-nav__title {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}
.site-footer .footer-nav__col > .footer-nav__list {
    margin-top: 0;
}

/* === REAL VISIBLE ARTICLE PRO LAYOUT === */
.at-article-pro{background:var(--color-bg-section,#f7f7f7)}
.at-article-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.at-article-shell.no-sidebar{grid-template-columns:1fr}.at-article-main{background:#fff;border:1px solid var(--color-border,#eee);border-radius:22px;padding:28px;box-shadow:0 12px 40px rgba(0,0,0,.05)}
.at-article-hero{padding:8px 0 20px}.at-article-kicker{display:flex;flex-wrap:wrap;gap:10px;color:#777;font-size:.84rem;margin-bottom:12px}.at-article-kicker a{color:var(--color-secondary,#C9A84C);font-weight:700}.at-article-hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.18;margin:0 0 14px;font-weight:900;letter-spacing:-.03em}.at-article-excerpt{font-size:1.12rem;line-height:1.9;color:#555;max-width:850px}.at-article-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.at-article-cover{border-radius:20px;overflow:hidden;margin:10px 0 24px}.at-article-cover-img{width:100%;height:auto;max-height:520px;object-fit:cover;display:block}.at-article-conversion-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#111,#2a250f);color:#fff;border-radius:18px;padding:18px 20px;margin:22px 0}.at-article-conversion-strip strong{display:block;font-size:1.08rem;color:#fff}.at-article-conversion-strip span{display:block;color:rgba(255,255,255,.78);font-size:.92rem;margin-top:4px}.at-article-content{font-size:1.04rem;line-height:1.95;color:#292929}.at-article-content h2{font-size:1.75rem;margin:34px 0 14px;font-weight:900}.at-article-content h3{font-size:1.35rem;margin:26px 0 10px;font-weight:800}.at-article-content p{margin-bottom:1.2rem}.at-article-content img{border-radius:18px;max-width:100%;height:auto}.at-article-lead-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start;background:#faf8ef;border:1px solid rgba(201,168,76,.38);border-radius:22px;padding:24px;margin:34px 0}.at-eyebrow{display:inline-block;background:#111;color:#C9A84C;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:800;margin-bottom:10px}.at-lead-copy h2{font-size:1.7rem;margin:0 0 10px;font-weight:900}.at-lead-copy p{color:#555;line-height:1.8}.at-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.at-form-grid label{display:flex;flex-direction:column;gap:6px;font-weight:800;color:#222;font-size:.9rem}.at-form-grid textarea,.at-form-grid input,.at-form-grid select{border:1.5px solid #ded8c6;border-radius:12px;padding:12px;background:#fff;font:inherit}.at-form-grid label:last-child{grid-column:1/-1}.at-article-lead-message{margin-top:12px;font-weight:800}.at-article-lead-message.success{color:#15803d}.at-article-lead-message.error{color:#b91c1c}.at-related-cars-pro{margin:38px 0}.at-related-cars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.at-article-faq-pro{border-top:1px solid #eee;margin-top:34px;padding-top:24px}.at-article-faq-pro h2{font-size:1.55rem;font-weight:900}.at-article-faq-pro details{border:1px solid #eee;border-radius:14px;padding:14px 16px;margin:10px 0;background:#fff}.at-article-faq-pro summary{cursor:pointer;font-weight:900}.at-article-sidebar{display:flex;flex-direction:column;gap:18px}.at-sticky-cta{position:sticky;top:100px;background:#111;color:#fff;border-radius:20px;padding:20px;box-shadow:0 14px 45px rgba(0,0,0,.18)}.at-sticky-cta strong{display:block;font-size:1.15rem;color:#C9A84C;margin-bottom:6px}.at-sticky-cta p{color:rgba(255,255,255,.78);line-height:1.7}.btn-block{width:100%;justify-content:center}@media(max-width:1024px){.at-article-shell{grid-template-columns:1fr}.at-article-sidebar{display:none}.at-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.at-article-lead-card{grid-template-columns:1fr}}@media(max-width:640px){.at-article-main{padding:18px;border-radius:16px}.at-article-conversion-strip{flex-direction:column;align-items:flex-start}.at-form-grid,.at-related-cars-grid{grid-template-columns:1fr}.at-article-hero h1{font-size:1.8rem}}

/* === Dynamic article front-end polish === */
.at-article-pro{background:#f7f8fb}.at-article-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.at-article-shell.no-sidebar{grid-template-columns:1fr}.at-article-main{min-width:0}.at-article-hero,.at-article-lead-card,.at-related-cars-pro,.at-article-faq-pro,.at-article-conversion-strip,.at-sticky-cta{background:#fff;border:1px solid #edf0f5;border-radius:24px;box-shadow:0 14px 38px rgba(15,23,42,.06)}.at-article-hero{padding:34px}.at-article-kicker{display:flex;gap:10px;flex-wrap:wrap;color:#6b7280;font-weight:800;font-size:13px;margin-bottom:14px}.at-article-hero h1{font-size:clamp(28px,4vw,46px);line-height:1.25;margin:0 0 14px;color:#101828}.at-article-excerpt{font-size:18px;color:#667085;line-height:1.9}.at-article-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.at-article-cover{margin:20px 0}.at-article-cover img{width:100%;height:auto;border-radius:24px;display:block}.at-article-conversion-strip{padding:20px 24px;margin:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.at-article-conversion-strip strong{display:block;font-size:20px;color:#101828}.at-article-conversion-strip span{display:block;color:#667085;margin-top:4px}.at-article-content{background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:30px;line-height:2;color:#243044}.at-article-lead-card{margin:24px 0;padding:28px;display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.at-eyebrow{display:inline-flex;background:#fff7df;color:#96762c;border-radius:999px;padding:6px 12px;font-weight:900;font-size:12px}.at-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.at-form-grid label{font-weight:900;color:#344054}.at-form-grid input,.at-form-grid select,.at-form-grid textarea{width:100%;margin-top:6px;border:1px solid #d9dee8;border-radius:12px;padding:11px 12px}.at-form-grid label:last-child{grid-column:1/-1}.at-article-lead-message{margin-top:10px;font-weight:900}.at-article-lead-message.success{color:#15803d}.at-article-lead-message.error{color:#dc2626}.at-related-cars-pro,.at-article-faq-pro{padding:28px;margin:24px 0}.at-related-cars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.at-article-faq-pro details{border:1px solid #edf0f5;border-radius:16px;padding:16px 18px;margin-top:10px;background:#fbfcff}.at-article-faq-pro summary{cursor:pointer;font-weight:900;color:#101828}.at-sticky-cta{position:sticky;top:90px;padding:22px}.at-sticky-cta strong{font-size:20px;color:#101828}.btn-block{display:flex!important;width:100%;justify-content:center}@media(max-width:992px){.at-article-shell{grid-template-columns:1fr}.at-article-lead-card{grid-template-columns:1fr}.at-related-cars-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.at-form-grid,.at-related-cars-grid{grid-template-columns:1fr}.at-article-conversion-strip{flex-direction:column;align-items:flex-start}.at-article-hero,.at-article-content,.at-article-lead-card,.at-related-cars-pro,.at-article-faq-pro{padding:20px}}


/* === Article related cars controls: Grid / Carousel === */
.article-related-fullwidth{padding:54px 0;background:#fff;border-top:1px solid #eef1f5;border-bottom:1px solid #eef1f5;margin-top:36px;clear:both}
.article-related-fullwidth .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:22px}
.article-related-fullwidth .section-head h2{margin:4px 0 6px;font-size:clamp(24px,3vw,36px);font-weight:900;color:#101828}
.article-related-fullwidth .section-head p{max-width:720px;color:#667085;line-height:1.8;margin:0}
.article-related-controls{display:flex;gap:8px;margin-inline-start:auto}
.article-related-controls button{width:42px;height:42px;border-radius:999px;border:1px solid #d9dee8;background:#fff;color:#101828;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.08)}
.article-related-cars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.article-related-cars-carousel{display:flex!important;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:thin}
.article-related-cars-carousel>*{flex:0 0 min(360px,86vw);scroll-snap-align:start}
@media(max-width:992px){.article-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.article-related-fullwidth{padding:34px 0}.article-related-cars-grid{grid-template-columns:1fr}.article-related-fullwidth .section-head{align-items:flex-start}.article-related-controls{margin-inline-start:0}}

/* === FINAL REQUESTS PATCH: TranslatePress switcher + dynamic article polish === */

/* === Final header TranslatePress switcher: only EN/AR, same visual design === */
.lang-switcher{display:inline-flex;align-items:center;gap:0;background:rgba(255,255,255,.08);border-radius:999px;padding:4px;direction:ltr;white-space:nowrap}
.lang-switcher .lang-item{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:34px;padding:0 12px;border-radius:999px;color:#c9c9c9;text-decoration:none;font-weight:900;font-size:13px;line-height:1;transition:background .2s ease,color .2s ease}
.lang-switcher .lang-item:hover{color:#fff;background:rgba(255,255,255,.08)}
.lang-switcher .lang-item.active{background:#e60000;color:#fff;box-shadow:0 8px 18px rgba(230,0,0,.25)}

/* === Final professional dynamic article page === */
.article-pro-hero{position:relative;padding:86px 0 56px;background:radial-gradient(circle at 20% 0%,rgba(230,0,0,.12),transparent 30%),linear-gradient(135deg,#111827 0%,#070b12 100%);overflow:hidden;text-align:center;color:#fff}
.article-pro-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;opacity:.28;pointer-events:none}
.article-pro-hero .container{position:relative;z-index:1}.article-pro-hero__meta{display:inline-flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:999px;margin-bottom:20px;color:#d7dce8;font-weight:800}.article-pro-hero__meta a{color:#fff;text-decoration:none}.article-pro-hero h1{max-width:980px;margin:0 auto 18px;font-size:clamp(34px,5.4vw,68px);line-height:1.13;font-weight:950;color:#fff;letter-spacing:-.04em}.article-pro-hero p{max-width:800px;margin:0 auto 28px;color:#cbd5e1;font-size:19px;line-height:1.95}.article-pro-hero__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.article-pro-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;padding-top:46px;padding-bottom:46px}.article-pro-main{min-width:0}.article-pro-cover{margin:0 0 26px;border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.16)}.article-pro-cover img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover}.article-pro-cta-inline{display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(135deg,#e60000,#a60000);color:#fff;border-radius:26px;padding:26px 28px;margin:28px 0;box-shadow:0 18px 45px rgba(230,0,0,.22)}.article-pro-cta-inline strong{display:block;font-size:24px;margin-bottom:6px;color:#fff}.article-pro-cta-inline span{display:block;color:rgba(255,255,255,.84);line-height:1.8}.article-pro-content{background:#fff;border:1px solid #edf0f5;border-radius:30px;padding:42px;box-shadow:0 18px 55px rgba(15,23,42,.07);font-size:17.5px;line-height:2.05;color:#243044}.article-pro-content h2{font-size:clamp(25px,3vw,36px);line-height:1.35;margin:42px 0 18px;font-weight:950;color:#101827}.article-pro-content h3{font-size:24px;margin:32px 0 14px;font-weight:900;color:#101827}.article-pro-content p{margin-bottom:1.25rem}.article-pro-content img{border-radius:24px;box-shadow:0 12px 35px rgba(15,23,42,.08)}
.article-pro-lead-card{margin-top:34px;display:grid;grid-template-columns:380px 1fr;gap:28px;background:linear-gradient(135deg,#fff 0%,#fff7f7 100%);border:1px solid #f1d5d5;border-radius:32px;padding:34px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.article-pro-lead-copy span{display:inline-flex;background:#fee2e2;color:#b30000;border-radius:999px;padding:7px 13px;font-weight:950;font-size:13px}.article-pro-lead-copy h2{font-size:34px;line-height:1.25;margin:14px 0 12px;color:#101827}.article-pro-lead-copy p{color:#667085;line-height:1.9}.article-pro-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.article-pro-form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:900;color:#1f2937}.article-pro-form-grid .full{grid-column:1/-1}.article-pro-form-grid input,.article-pro-form-grid select,.article-pro-form-grid textarea{width:100%;border:1px solid #dfe3ea;border-radius:16px;padding:13px 15px;background:#fff;font:inherit}.article-pro-lead-message{margin-top:12px;font-weight:900}.article-pro-lead-message.success{color:#078942}.article-pro-lead-message.error{color:#c60000}.article-pro-sidebar{min-width:0}.article-pro-sticky{position:sticky;top:110px;background:#fff;border:1px solid #e8ebf2;border-radius:26px;padding:26px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.article-pro-sticky strong{display:block;font-size:22px;margin-bottom:8px;color:#101827}.article-pro-sticky p{color:#667085;line-height:1.8}.article-pro-faq{margin-top:34px;background:#fff;border:1px solid #e8ebf2;border-radius:28px;padding:32px;box-shadow:0 14px 38px rgba(15,23,42,.05)}.article-pro-faq h2{margin-top:0;font-size:30px}.article-pro-faq details{border-top:1px solid #eef1f6;padding:18px 0}.article-pro-faq summary{cursor:pointer;font-weight:950;color:#101827}.article-pro-faq p{color:#667085;line-height:1.9;margin:12px 0 0}.btn-block{width:100%;text-align:center;justify-content:center}
.article-related-fullwidth{width:100%;padding:78px 0;background:linear-gradient(180deg,#f6f8fc 0%,#fff 100%);border-top:1px solid #e8ebf2;border-bottom:1px solid #e8ebf2;margin-top:34px}.article-related-fullwidth .section-head{text-align:center;max-width:880px;margin:0 auto 34px;display:block}.article-related-fullwidth .section-subtitle{display:inline-flex;background:#fee2e2;color:#b30000;border-radius:999px;padding:7px 14px;font-weight:950;margin-bottom:10px}.article-related-fullwidth .section-head h2{font-size:clamp(28px,4vw,46px);line-height:1.22;margin:8px 0 12px;color:#101827;font-weight:950}.article-related-fullwidth .section-head p{color:#667085;line-height:1.9;margin:0 auto;max-width:760px}.article-related-controls{display:flex;justify-content:center;gap:10px;margin-top:20px}.article-related-controls button{width:48px;height:48px;border-radius:999px;border:1px solid #d9dee8;background:#fff;color:#101828;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 10px 26px rgba(15,23,42,.10)}.article-related-cars-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.article-related-cars-carousel{display:flex!important;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 4px 16px;scrollbar-width:thin}.article-related-cars-carousel>*{flex:0 0 min(360px,86vw);scroll-snap-align:start}
@media(max-width:1200px){.article-related-cars-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1024px){.article-pro-layout{grid-template-columns:1fr}.article-pro-sidebar{display:none}.article-pro-lead-card{grid-template-columns:1fr}.article-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.article-pro-hero{padding:54px 0 34px}.article-pro-cta-inline{flex-direction:column;align-items:flex-start}.article-pro-content,.article-pro-lead-card,.article-pro-faq{padding:22px;border-radius:20px}.article-pro-form-grid,.article-related-cars-grid{grid-template-columns:1fr}.article-related-fullwidth{padding:46px 0}.article-pro-hero h1{font-size:30px}}



/* =========================================================
   Syarah Click final fix: hero controls hidden + responsive hero/article
   ========================================================= */
.hero .hero__pagination,
.hero .hero__nav,
.hero .swiper-pagination,
.hero .swiper-button-prev,
.hero .swiper-button-next {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.hero { min-height: clamp(520px, 78vh, 820px); height: auto; }
.hero__swiper, .hero__slide { min-height: clamp(520px, 78vh, 820px); }
.hero__content { padding-top: clamp(110px, 12vh, 160px); padding-bottom: clamp(120px, 16vh, 180px); }
.hero__text { width: min(100%, 720px); }
.hero__title { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.12; }
.hero__subtitle { font-size: clamp(1rem, 2vw, 1.25rem); }
.quick-search { width: min(100%, 860px); }
.article-pro-hero h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.15; }
.article-pro-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(24px, 4vw, 48px); align-items: start; }
.article-pro-main, .article-pro-sidebar { min-width: 0; }
.article-pro-cover img, .article-pro-content img { max-width: 100%; height: auto; }
.article-pro-content { overflow-wrap: anywhere; }
.article-pro-cta-inline, .article-pro-lead-card { display: flex; gap: 18px; }
.article-pro-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.article-pro-form-grid .full { grid-column: 1 / -1; }
.article-related-cars-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.article-related-cars-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.article-related-cars-carousel > * { flex: 0 0 min(320px, 86vw); scroll-snap-align: start; }
@media (max-width: 1180px) { .article-related-cars-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 992px) { .article-pro-layout { grid-template-columns: 1fr; } .article-pro-sidebar { display: none; } .article-related-cars-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) {
  .hero { min-height: 640px; } .hero__swiper, .hero__slide { min-height: 640px; }
  .hero__content { position: relative; min-height: 640px; justify-content: center; padding-top: 112px; padding-bottom: 120px; text-align: center; }
  .hero__text, .hero__subtitle, .quick-search { margin-left: auto; margin-right: auto; }
  .hero__ctas { justify-content: center; }
  .quick-search { padding: 16px; flex-direction: column; align-items: stretch; }
  .quick-search__fields { grid-template-columns: 1fr; width: 100%; }
  .quick-search__btn, .hero__ctas .btn { width: 100%; justify-content: center; }
  .hero__stats { position: relative; bottom: auto; margin-top: -96px; z-index: 3; }
  .hero__stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-pro-hero { padding-top: 110px; text-align: center; }
  .article-pro-hero__meta, .article-pro-hero__actions { justify-content: center; }
  .article-pro-cta-inline, .article-pro-lead-card { flex-direction: column; }
}
@media (max-width: 576px) {
  .hero { min-height: 680px; } .hero__swiper, .hero__slide, .hero__content { min-height: 680px; }
  .hero__title { font-size: clamp(1.75rem, 9vw, 2.45rem); } .hero__subtitle { font-size: 1rem; }
  .hero__stats-grid { grid-template-columns: 1fr; }
  .article-pro-form-grid, .article-related-cars-grid { grid-template-columns: 1fr; }
  .article-pro-hero__actions .btn { width: 100%; justify-content: center; }
}



/* =========================================================
   Syarah Click final fix: TranslatePress header switcher
   ========================================================= */
.lang-switcher--header { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-height: 42px; direction: ltr !important; white-space: nowrap !important; position: relative; z-index: 50; }
.lang-switcher--header .trp-language-switcher, .lang-switcher--header .trp_language_switcher_shortcode, .lang-switcher--header .trp-ls-shortcode-current-language, .lang-switcher--header .trp-ls-shortcode-language { width: auto !important; height: auto !important; display: inline-flex !important; align-items: center !important; gap: 2px !important; padding: 4px !important; margin: 0 !important; border: 0 !important; border-radius: 999px !important; background: rgba(255,255,255,.08) !important; box-shadow: none !important; overflow: visible !important; position: static !important; visibility: visible !important; }
.lang-switcher--header ul { display: inline-flex !important; align-items: center !important; gap: 2px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.lang-switcher--header li { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.lang-switcher--header a, .lang-switcher--header .lang-item { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 38px !important; height: 34px !important; padding: 0 12px !important; border: 0 !important; border-radius: 999px !important; background: transparent !important; color: #c9c9c9 !important; text-decoration: none !important; font-weight: 900 !important; font-size: 13px !important; line-height: 1 !important; }
.lang-switcher--header a:hover, .lang-switcher--header .lang-item:hover { color: #fff !important; background: rgba(255,255,255,.1) !important; }
.lang-switcher--header .current-language a, .lang-switcher--header .trp-ls-shortcode-current-language a, .lang-switcher--header .trp-ls-shortcode-current-language, .lang-switcher--header .lang-item.active { background: #e60000 !important; color: #fff !important; }
.lang-switcher--header img { display: none !important; }
@media (max-width: 768px) { .lang-switcher--header { order: 20; } }

/* FINAL FIX: Clean top language switcher - exactly AR + EN, no duplicate TranslatePress current item */
.lang-switcher--header.lang-switcher--clean {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.10) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.25) inset, 0 4px 18px rgba(0,0,0,.20) !important;
    direction: ltr !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.lang-switcher--header.lang-switcher--clean .lang-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    color: #d8d8d8 !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}
.lang-switcher--header.lang-switcher--clean .lang-item.active {
    background: #e60000 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(230,0,0,.35) !important;
}


/* === Article page upgrade: compact lead form + per-article related car card style === */
.article-pro-lead-card--premium{display:grid;position:relative;overflow:hidden;align-items:center;grid-template-columns:minmax(360px,0.95fr) minmax(360px,1.05fr);padding:clamp(28px,4vw,52px);border-radius:34px;background:radial-gradient(circle at 18% 18%,rgba(230,0,0,.09),transparent 34%),linear-gradient(135deg,#fff 0%,#fff8f8 100%);border:1px solid rgba(230,0,0,.16)}
.article-pro-lead-card--premium:before{content:"";position:absolute;inset:18px;border:1px solid rgba(230,0,0,.08);border-radius:26px;pointer-events:none}.article-pro-lead-card--premium .article-pro-lead-copy{position:relative;z-index:1;max-width:560px}.article-pro-lead-card--premium .article-pro-lead-copy span{background:#fee2e2;color:#b30000;padding:9px 16px;border-radius:999px;font-size:14px;box-shadow:none}.article-pro-lead-icon{width:54px;height:54px;display:grid;place-items:center;margin:22px 0 10px;border-radius:18px;background:#101827;color:#fff;font-size:26px;font-weight:900;box-shadow:0 18px 38px rgba(15,23,42,.18)}
.article-pro-lead-card--premium .article-pro-lead-copy h2{font-size:clamp(30px,4vw,48px);line-height:1.18;letter-spacing:-.03em;margin:12px 0 14px;max-width:620px}.article-pro-lead-card--premium .article-pro-lead-copy p{font-size:18px;line-height:2;color:#687386;max-width:600px}
.article-pro-lead-form--compact{position:relative;z-index:1;background:#fff;border:1px solid #e4e8f0;border-radius:28px;padding:24px;box-shadow:0 20px 55px rgba(15,23,42,.10)}.article-pro-lead-form--compact .article-pro-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.article-pro-lead-form--compact .article-pro-form-grid label{font-size:15px;font-weight:950;color:#202938}.article-pro-lead-form--compact .article-pro-form-grid input,.article-pro-lead-form--compact .article-pro-form-grid select,.article-pro-lead-form--compact .article-pro-form-grid textarea{min-height:58px;border-radius:18px;border-color:#dde3ee;background:#fbfcfe;font-weight:800;color:#101827;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.article-pro-lead-form--compact .article-pro-form-grid textarea{min-height:116px;resize:vertical}.article-pro-lead-form--compact .article-pro-form-grid input:focus,.article-pro-lead-form--compact .article-pro-form-grid select:focus,.article-pro-lead-form--compact .article-pro-form-grid textarea:focus{outline:0;border-color:#e00000;background:#fff;box-shadow:0 0 0 4px rgba(224,0,0,.08)}.article-pro-lead-form--compact button[type=submit]{margin-top:18px;min-width:180px;border-radius:999px;font-size:17px;padding:15px 28px;box-shadow:0 16px 34px rgba(224,0,0,.24)}
.article-related-cars-grid--style2{grid-template-columns:repeat(2,minmax(0,1fr))}.article-related-cars-carousel.article-related-cars-grid--style2>*{flex-basis:min(520px,88vw)}.article-related-cars-grid--style3,.article-related-cars-grid--style4,.article-related-cars-grid--style5{align-items:stretch}
@media(max-width:1100px){.article-pro-lead-card--premium{grid-template-columns:1fr}.article-pro-lead-form--compact{max-width:760px;width:100%}.article-related-cars-grid--style2{grid-template-columns:1fr}}@media(max-width:640px){.article-pro-lead-card--premium{padding:22px;border-radius:24px}.article-pro-lead-card--premium:before{display:none}.article-pro-lead-form--compact{padding:18px;border-radius:22px}.article-pro-lead-form--compact .article-pro-form-grid{grid-template-columns:1fr}.article-pro-lead-card--premium .article-pro-lead-copy p{font-size:16px}.article-pro-lead-form--compact button[type=submit]{width:100%}}

/* Article UX refinement: cleaner hero meta, premium lead form, inline car shortcode block */
.article-pro-hero{padding:72px 0 58px;background:radial-gradient(circle at 85% 12%,rgba(229,9,20,.18),transparent 32%),radial-gradient(circle at 12% 18%,rgba(255,255,255,.06),transparent 28%),linear-gradient(135deg,#070b12 0%,#111827 52%,#06070b 100%)!important;text-align:center!important}
.article-pro-hero h1{margin-top:0!important;margin-bottom:18px!important;max-width:1040px!important}
.article-pro-hero p{margin-bottom:16px!important;color:#d7deea!important}
.article-pro-hero__meta{margin:8px auto 28px!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;gap:0!important;color:#aeb7c7!important;font-size:14px!important;font-weight:800!important}
.article-pro-hero__meta span,.article-pro-hero__meta a{position:relative;padding:0 12px!important;color:#aeb7c7!important;text-decoration:none!important}
.article-pro-hero__meta span:not(:last-child):after,.article-pro-hero__meta a:not(:last-child):after{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;margin-top:-2px;border-radius:50%;background:#e50914;opacity:.8}
.article-pro-hero__actions .btn{min-height:50px;border-radius:999px;font-weight:950}

.article-pro-cta-inline{background:linear-gradient(135deg,#111827 0%,#1b1014 58%,#d40000 100%)!important;border:1px solid rgba(229,9,20,.28)!important;border-radius:28px!important;box-shadow:0 22px 60px rgba(15,23,42,.14),0 16px 44px rgba(229,9,20,.18)!important}
.article-pro-cta-inline .btn,.article-pro-cta-inline a.btn{background:#fff!important;color:#d40000!important;border-color:#fff!important;box-shadow:0 12px 26px rgba(0,0,0,.18)!important}

.article-pro-lead-card--premium{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr)!important;align-items:stretch!important;background:radial-gradient(circle at 12% 12%,rgba(229,9,20,.20),transparent 34%),linear-gradient(135deg,#070b12 0%,#111827 62%,#05070d 100%)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:0 30px 85px rgba(2,6,23,.24)!important}
.article-pro-lead-card--premium:before{border-color:rgba(255,255,255,.07)!important}
.article-pro-lead-card--premium .article-pro-lead-copy span{background:rgba(229,9,20,.18)!important;color:#fff!important;border:1px solid rgba(229,9,20,.45)!important}
.article-pro-lead-card--premium .article-pro-lead-copy h2{color:#fff!important;font-size:clamp(28px,3.2vw,44px)!important;letter-spacing:-.02em!important}
.article-pro-lead-card--premium .article-pro-lead-copy p{color:#cbd5e1!important;font-size:17px!important}
.article-pro-lead-icon{background:linear-gradient(135deg,#e50914,#9f0000)!important;color:#fff!important;box-shadow:0 18px 42px rgba(229,9,20,.32)!important}
.article-pro-lead-form--compact{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:28px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 60px rgba(0,0,0,.22)!important;backdrop-filter:blur(14px)!important}
.article-pro-lead-form--compact .article-pro-form-grid label{color:#eef2f7!important;font-size:14px!important}
.article-pro-lead-form--compact .article-pro-form-grid input,.article-pro-lead-form--compact .article-pro-form-grid select,.article-pro-lead-form--compact .article-pro-form-grid textarea{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;border-radius:16px!important;min-height:58px!important;box-shadow:none!important}
.article-pro-lead-form--compact .article-pro-form-grid input::placeholder,.article-pro-lead-form--compact .article-pro-form-grid textarea::placeholder{color:rgba(255,255,255,.58)!important}
.article-pro-lead-form--compact .article-pro-form-grid input:focus,.article-pro-lead-form--compact .article-pro-form-grid select:focus,.article-pro-lead-form--compact .article-pro-form-grid textarea:focus{background:rgba(255,255,255,.09)!important;border-color:#ff2a2a!important;box-shadow:0 0 0 4px rgba(229,9,20,.18)!important;outline:0!important}
.article-pro-lead-form--compact button[type=submit]{width:100%!important;height:64px!important;margin-top:18px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff1717,#c40000)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;font-size:19px!important;font-weight:950!important;box-shadow:0 18px 44px rgba(229,9,20,.36)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.article-pro-lead-form--compact button[type=submit]:hover{transform:translateY(-2px)!important;box-shadow:0 24px 60px rgba(229,9,20,.48)!important}

.article-inline-cars-block{position:relative;margin:38px 0;padding:26px;border-radius:28px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e8edf5;box-shadow:0 18px 50px rgba(15,23,42,.08);overflow:hidden}
.article-inline-cars-block:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#e50914,#111827);opacity:.95}
.article-inline-cars-head{margin-bottom:20px;text-align:right}
.article-inline-cars-head span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fee2e2;color:#b30000;font-weight:950;font-size:12px;margin-bottom:10px}
.article-inline-cars-head h2{margin:0 0 8px!important;color:#101827!important;font-size:clamp(24px,3vw,34px)!important;line-height:1.35!important}
.article-inline-cars-head p{margin:0;color:#667085;line-height:1.8}
.article-inline-cars-block .article-related-cars-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.article-inline-cars-block .article-related-cars-carousel{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
.article-inline-cars-block .article-related-cars-carousel>*{min-width:320px;scroll-snap-align:start}
.article-inline-cars-block .article-related-controls{position:absolute;top:24px;left:24px;display:flex;gap:8px}
.article-inline-cars-block .article-related-controls button{width:40px;height:40px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:24px;font-weight:900;cursor:pointer}

@media(max-width:900px){.article-inline-cars-block .article-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-pro-lead-card--premium{grid-template-columns:1fr!important}}
@media(max-width:640px){.article-pro-hero__meta{font-size:12px!important}.article-inline-cars-block{padding:20px;border-radius:22px}.article-inline-cars-block .article-related-cars-grid{grid-template-columns:1fr}.article-pro-lead-form--compact button[type=submit]{height:58px!important}}

/* === Article page requested upgrades: sticky sidebar, related posts, final related cars === */
.single-post .article-pro-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 300px;
  gap:34px;
  align-items:start;
}
.single-post .article-pro-sidebar{align-self:start;min-width:0}
.single-post .article-pro-sticky{
  position:sticky;
  top:105px;
  display:flex;
  flex-direction:column;
  gap:18px;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  z-index:2;
}
.single-post .article-sidebar-box{
  background:#fff;
  border:1px solid #e8ebf2;
  border-radius:28px;
  padding:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.single-post .article-sidebar-cta strong{display:block;font-size:22px;line-height:1.45;margin-bottom:8px;color:#101827;font-weight:950}
.single-post .article-sidebar-cta p{color:#667085;line-height:1.8;margin:0 0 18px}
.single-post .article-sidebar-related-posts h3{margin:0 0 16px;color:#101827;font-size:20px;font-weight:950}
.single-post .article-sidebar-post{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:center;text-decoration:none;padding:12px 0;border-top:1px solid #eef1f6;color:#101827}
.single-post .article-sidebar-post:first-of-type{border-top:0;padding-top:0}
.single-post .article-sidebar-post__thumb{display:block;width:74px;height:58px;border-radius:16px;overflow:hidden;background:#f3f4f6}
.single-post .article-sidebar-post__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.single-post .article-sidebar-post__content strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.55;font-weight:900}
.single-post .article-sidebar-post__content small{display:block;margin-top:5px;color:#98a2b3;font-size:12px;font-weight:800}
.single-post .article-related-fullwidth{margin-top:52px;padding:72px 0;background:linear-gradient(180deg,#f6f8fc 0%,#fff 100%);border-top:1px solid #e8ebf2}
.single-post .article-related-cars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.single-post .article-related-cars-carousel{display:flex!important;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 18px;-webkit-overflow-scrolling:touch}
.single-post .article-related-cars-carousel>*{flex:0 0 min(360px,86vw);scroll-snap-align:start}
@media(max-width:1180px){.single-post .article-pro-layout{grid-template-columns:minmax(0,1fr) 280px}.single-post .article-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:992px){.single-post .article-pro-layout{grid-template-columns:1fr}.single-post .article-pro-sidebar{display:block}.single-post .article-pro-sticky{position:static}.single-post .article-related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.single-post .article-sidebar-post{grid-template-columns:68px minmax(0,1fr)}.single-post .article-related-cars-grid{grid-template-columns:1fr}.single-post .article-related-fullwidth{padding:44px 0}}

/* === v1.0.3 article fixes: lead form, inline car cards, sticky sidebar === */
.single-post .article-pro-lead-form--compact .article-pro-form-grid label:nth-child(3){grid-column:1/-1!important;}
.single-post .article-pro-lead-form--compact .article-pro-form-grid select{width:100%!important;}
.single-post .article-pro-lead-form--compact .article-pro-form-grid select option{background:#ffffff!important;color:#101827!important;}
.single-post .article-pro-layout{overflow:visible!important;align-items:flex-start!important;}
.single-post .article-pro-sidebar{display:block!important;align-self:stretch!important;overflow:visible!important;}
.single-post .article-pro-sticky{position:-webkit-sticky!important;position:sticky!important;top:110px!important;height:max-content!important;z-index:10!important;}
.admin-bar.single-post .article-pro-sticky{top:142px!important;}
@media(max-width:640px){.single-post .article-pro-sticky{position:static!important;}}


/* Saudi phone validation */
.saudi-phone-error {
    color: #ff4d4f;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
    display: block;
}
input[aria-invalid="true"] {
    border-color: #ff4d4f !important;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.12) !important;
}
