/*
Theme Name: KSAJet
Theme URI: https://ksajet.com
Author: KSAJet
Author URI: https://ksajet.com
Description: Private Aviation Platform for Saudi Arabia - Arabic RTL Premium Theme
Version: 35
License: GNU General Public License v2 or later
Text Domain: ksajet
Tags: rtl-language, arabic, luxury, aviation, dark
*/

/* ============================================
   CSS VARIABLES — BRAND SYSTEM
   ============================================ */
:root {
  --navy:        #0d1b2e;
  --navy-light:  #1e3450;
  --navy-card:   #0f2035;
  --green:       #006C35;
  --green-hover: #005828;
  --gold:        #c9a84c;
  --white:       #ffffff;
  --gray-400:    #8a9ab0;
  --gray-600:    #607080;
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-arabic:  'Tajawal', 'Arial', sans-serif;
  --font-body:    'Jost', 'Arial', sans-serif;
  --transition:   all 0.3s ease;
  --shadow:       0 4px 24px rgba(0,0,0,0.3);
  --radius:       4px;
}

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

html {
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-arabic);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.3;
}

.en {
  font-family: var(--font-body);
  direction: ltr;
  display: inline-block;
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

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

/* ============================================
   GOOGLE FONTS IMPORT
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Tajawal:wght@300;400;500;700&family=Jost:wght@300;400;500&display=swap');

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
  background: rgba(13, 27, 46, 0.95);
  backdrop-filter: blur(12px);
  transition: var(--transition);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LOGO */
.site-logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.logo-wordmark {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1;
}

.logo-ksa { color: var(--white); font-weight: 500; }
.logo-jet { color: var(--green); font-weight: 300; }

.logo-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-tagline-line {
  width: 18px;
  height: 1px;
  background: var(--green);
}

.logo-tagline-text {
  font-family: var(--font-body);
  font-size: 9px;
  color: var(--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  direction: rtl;
}

/* NAV */
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  direction: rtl;
}

.main-nav a {
  font-family: var(--font-arabic);
  font-size: 13px;
  color: var(--gray-400);
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 4px;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--green);
  transition: var(--transition);
}

.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { width: 100%; }

.nav-cta {
  background: var(--green) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: var(--radius);
  font-size: 12px !important;
  letter-spacing: 1px;
}

.nav-cta:hover { background: var(--green-hover) !important; }
.nav-cta::after { display: none !important; }

/* Mobile hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.menu-toggle span {
  width: 24px;
  height: 1.5px;
  background: var(--white);
  transition: var(--transition);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0, 108, 53, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(13, 27, 46, 0.9) 0%, transparent 50%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content { direction: rtl; }

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}

.hero-kicker-line {
  width: 28px;
  height: 1px;
  background: var(--green);
}

.hero-kicker-text {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;
}

.hero-subtitle {
  font-size: 15px;
  color: var(--gray-400);
  margin-bottom: 36px;
  line-height: 1.8;
  max-width: 420px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-direction: row-reverse;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  padding: 14px 28px;
  font-size: 13px;
  letter-spacing: 1.5px;
  border-radius: var(--radius);
  font-family: var(--font-arabic);
  transition: var(--transition);
  display: inline-block;
}

.btn-primary:hover {
  background: var(--green-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 108, 53, 0.3);
}

.btn-secondary {
  border: 0.5px solid var(--gray-600);
  color: var(--gray-400);
  padding: 14px 28px;
  font-size: 13px;
  letter-spacing: 1.5px;
  border-radius: var(--radius);
  font-family: var(--font-arabic);
  transition: var(--transition);
  display: inline-block;
}

.btn-secondary:hover {
  border-color: var(--white);
  color: var(--white);
}

/* HERO ROUTES PANEL */
.hero-routes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.route-card {
  background: var(--navy-card);
  border: 0.5px solid var(--navy-light);
  border-right: 2px solid var(--green);
  padding: 18px 22px;
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  cursor: pointer;
}

.route-card:hover {
  border-right-color: var(--green);
  background: rgba(22, 36, 56, 0.9);
  transform: translateX(-4px);
  box-shadow: var(--shadow);
}

.route-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.route-info { direction: rtl; }

.route-name {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 4px;
}

.route-detail {
  font-size: 11px;
  color: var(--gray-400);
  font-family: var(--font-body);
}

.route-price { text-align: left; }

.route-from {
  font-size: 9px;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-family: var(--font-body);
}

.route-amount {
  font-size: 17px;
  color: var(--gold);
  font-weight: 500;
  font-family: var(--font-body);
}

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
  background: var(--navy-light);
  border-top: 0.5px solid rgba(255,255,255,0.05);
  border-bottom: 0.5px solid rgba(255,255,255,0.05);
  padding: 32px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
}

.stat-item {
  background: var(--navy-light);
  padding: 24px;
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.stat-number span { color: var(--green); }

.stat-label {
  font-size: 13px;
  color: #8ab0d0;
  letter-spacing: 0.5px;
  font-family: var(--font-arabic);
}

/* ============================================
   WHY KSAJET SECTION
   ============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.feature-card {
  background: var(--navy-card);
  border: 0.5px solid var(--navy-light);
  border-top: 2px solid var(--green);
  padding: 32px;
  border-radius: var(--radius);
  transition: var(--transition);
  direction: rtl;
}

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

.feature-icon {
  font-size: 28px;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 10px;
  font-family: var(--font-display);
}

.feature-desc {
  font-size: 13px;
  color: var(--gray-400);
  line-height: 1.8;
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header {
  text-align: right;
  direction: rtl;
  margin-bottom: 48px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-direction: row-reverse;
}

.section-kicker-line {
  width: 24px;
  height: 1px;
  background: var(--green);
}

.section-kicker-text {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(24px, 3vw, 38px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 14px;
  color: var(--gray-400);
  max-width: 520px;
  line-height: 1.8;
}

/* ============================================
   AIRCRAFT PREVIEW SECTION
   ============================================ */
.aircraft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.aircraft-card {
  background: var(--navy-card);
  border: 0.5px solid var(--navy-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.aircraft-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--green);
}

.aircraft-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-card));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  border-bottom: 0.5px solid var(--navy-light);
}

.aircraft-info {
  padding: 20px;
  direction: rtl;
}

.aircraft-category {
  font-size: 10px;
  color: var(--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-body);
  margin-bottom: 6px;
}

.aircraft-name {
  font-size: 18px;
  color: var(--white);
  font-family: var(--font-display);
  margin-bottom: 8px;
}

.aircraft-specs {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-direction: row-reverse;
}

.aircraft-spec {
  font-size: 11px;
  color: var(--gray-400);
  font-family: var(--font-body);
}

.aircraft-price {
  font-size: 13px;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 500;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  background: var(--navy-card);
  border: 0.5px solid var(--navy-light);
  border-right: 3px solid var(--green);
  padding: 56px;
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  direction: rtl;
}

.cta-banner-title {
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 8px;
  font-family: var(--font-display);
}

.cta-banner-sub {
  font-size: 14px;
  color: var(--gray-400);
}

.cta-banner-action { flex-shrink: 0; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #080e18;
  border-top: 0.5px solid var(--navy-light);
  padding: 56px 0 32px;
  direction: rtl;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand .logo-wordmark {
  font-size: 24px;
  margin-bottom: 6px;
}

.footer-desc {
  font-size: 13px;
  color: var(--gray-400);
  line-height: 1.8;
  margin-top: 12px;
  max-width: 280px;
}

.footer-col h4 {
  font-size: 11px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 500;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 13px;
  color: var(--gray-400);
  transition: var(--transition);
}

.footer-col ul li a:hover { color: var(--green); }

.footer-bottom {
  border-top: 0.5px solid var(--navy-light);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 11px;
  color: var(--gray-600);
  font-family: var(--font-body);
}

.footer-affiliate {
  font-size: 11px;
  color: var(--gray-600);
  font-family: var(--font-body);
}

/* ============================================
   MOBILE RESPONSIVE — FULL PASS
   ============================================ */

/* ---- TABLET: 768px ---- */
@media (max-width: 768px) {

  /* HEADER */
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 24px;
    border-top: 0.5px solid var(--navy-light);
    gap: 16px;
    z-index: 999;
  }
  .main-nav.open a { font-size: 15px; color: var(--gray-400); }

  /* HOMEPAGE HERO */
  .hero {
    padding-top: 90px !important;
    padding-bottom: 48px !important;
    min-height: auto !important;
    height: auto !important;
  }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-routes { display: none !important; }
  .hero-title { font-size: 28px; }
  .hero-subtitle { font-size: 14px; max-width: 100%; }
  .hero-ctas {
    flex-direction: column !important;
    gap: 10px;
    align-items: stretch;
  }
  .btn-primary, .btn-secondary {
    text-align: center;
    width: 100%;
    display: block !important;
    box-sizing: border-box;
  }

  /* STATS BAR */
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-number { font-size: 22px; }

  /* FEATURES */
  .features-grid { grid-template-columns: 1fr; gap: 14px; }

  /* AIRCRAFT PREVIEW */
  .aircraft-grid { grid-template-columns: 1fr; gap: 14px; }

  /* CTA BANNER */
  .cta-banner {
    flex-direction: column;
    text-align: right;
    padding: 28px 24px;
    gap: 20px;
  }
  .cta-banner-action { width: 100%; }
  .cta-banner-action .btn-primary { display: block; text-align: center; width: 100%; }

  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* SECTION HEADERS */
  .section-title { font-size: 24px; }
  .section-subtitle { font-size: 13px; }
  .section { padding: 48px 0; }
}

/* ---- MOBILE: 480px ---- */
@media (max-width: 480px) {

  /* GLOBAL */
  .container { padding: 0 16px; }
  .section { padding: 36px 0; }

  /* HEADER */
  .logo-wordmark { font-size: 22px; letter-spacing: 3px; }
  .site-header { padding: 14px 0; }

  /* HERO — kill min-height completely on small phones */
  .hero {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 85px !important;
    padding-bottom: 40px !important;
  }
  .hero::before { display: none; }

  /* HERO */
  .hero-title { font-size: 24px; }
  .hero-kicker-text { font-size: 9px; }

  /* STATS */
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .stat-item { padding: 16px 12px; }
  .stat-number { font-size: 20px; }
  .stat-label { font-size: 10px; }

  /* FEATURES */
  .feature-card { padding: 20px; }
  .feature-title { font-size: 16px; }

  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }

  /* ==========================================
     PRICES PAGE MOBILE
     ========================================== */

  /* Route table — scroll horizontally */
  .prices-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .prices-table-wrap table {
    min-width: 560px;
    font-size: 12px;
  }

  /* Category cards — single column */
  .category-cards-grid {
    grid-template-columns: 1fr !important;
  }

  /* Included grid — single column */
  .included-grid {
    grid-template-columns: 1fr !important;
  }

  /* ==========================================
     AIRCRAFT DIRECTORY MOBILE
     ========================================== */

  /* Filter buttons — wrap and scroll */
  .filter-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    flex-wrap: nowrap !important;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-row a {
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Aircraft cards — single column */
  .aircraft-cards-grid {
    grid-template-columns: 1fr !important;
  }

  /* ==========================================
     SINGLE AIRCRAFT PAGE MOBILE
     ========================================== */

  /* Hero — stack columns */
  .aircraft-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Image gallery — full width */
  .aircraft-img-main {
    height: 200px !important;
  }

  /* Specs grid — stack */
  .aircraft-specs-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Sidebar — becomes full width block at bottom */
  .aircraft-sidebar {
    position: static !important;
  }

  /* Quick stats row — 2 columns */
  .aircraft-quick-stats {
    flex-wrap: wrap;
  }

  .aircraft-quick-stats > div {
    min-width: calc(50% - 8px);
  }

  /* Range map — full width */
  .range-map-wrap {
    margin-top: 12px;
  }

  /* Related aircraft — single column */
  .related-aircraft-grid {
    grid-template-columns: 1fr !important;
  }

  /* ==========================================
     ROUTE PAGES MOBILE
     ========================================== */

  /* Hero quick stats — 2 column grid on mobile */
  .route-quick-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    flex-wrap: wrap;
  }

  /* Route hero grid — stack */
  .route-hero-grid {
    grid-template-columns: 1fr !important;
  }

  /* Route content grid — stack */
  .route-content-grid {
    grid-template-columns: 1fr !important;
  }

  /* Sidebar booking card — static on mobile */
  .route-sidebar {
    position: static !important;
  }

  /* Airport grid — stack */
  .airport-grid {
    grid-template-columns: 1fr !important;
  }

  /* Aircraft option cards */
  .aircraft-option-card {
    padding: 16px !important;
  }

  /* ==========================================
     GENERAL INLINE GRID FIXES
     ========================================== */

  /* Any inline style grid with 2+ columns collapses to 1 */
  [style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns: 2fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Tables — allow horizontal scroll */
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  /* Buttons full width on mobile */
  .btn-primary, .btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

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

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

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

/* =====================
   BLOG POST CONTENT
   ===================== */

.post-content h2 {
  font-size: 22px;
  font-family: var(--font-display);
  color: var(--white);
  font-weight: 500;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid var(--navy-light);
}

.post-content h3 {
  font-size: 18px;
  font-family: var(--font-display);
  color: var(--white);
  font-weight: 500;
  margin: 28px 0 12px;
}

.post-content h4 {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  margin: 20px 0 10px;
}

.post-content p {
  margin-bottom: 18px;
  line-height: 1.9;
}

.post-content ul, .post-content ol {
  padding-right: 24px;
  margin-bottom: 18px;
}

.post-content li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.post-content strong {
  color: var(--white);
  font-weight: 600;
}

.post-content a {
  color: var(--green);
  text-decoration: underline;
}

.post-content a:hover {
  color: var(--white);
}

.post-content blockquote {
  border-right: 2px solid var(--gold);
  padding: 16px 20px;
  margin: 24px 0;
  background: rgba(201,168,76,0.06);
  border-radius: 2px;
  font-style: italic;
  color: var(--gray-400);
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.post-content table th {
  background: var(--navy-light);
  padding: 12px 16px;
  font-size: 12px;
  color: var(--white);
  text-align: right;
  font-family: var(--font-body);
}

.post-content table td {
  padding: 10px 16px;
  border-bottom: 0.5px solid var(--navy-light);
  font-size: 13px;
  color: var(--gray-400);
}

.post-content table tr:nth-child(even) td {
  background: var(--navy-card);
}

.post-content img {
  max-width: 100%;
  border-radius: 4px;
  margin: 20px 0;
}

/* Blog archive pagination */
.page-numbers {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-numbers li a,
.page-numbers li span {
  display: block;
  padding: 8px 14px;
  background: var(--navy-card);
  border: 0.5px solid var(--navy-light);
  color: var(--gray-400);
  text-decoration: none;
  font-size: 12px;
  font-family: var(--font-body);
  border-radius: 2px;
}

.page-numbers li .current {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* =====================
   ARTICLE COMPONENTS
   ===================== */

/* Horizontal TOC */
.article-toc { display:flex; gap:8px; flex-wrap:wrap; padding:12px 16px; background:rgba(201,168,76,0.06); border-right:2px solid var(--gold); margin:0 0 28px; }
.article-toc a { color:var(--gray-400); font-size:12px; text-decoration:none; background:var(--navy); border:0.5px solid var(--navy-light); padding:5px 12px; border-radius:20px; white-space:nowrap; }
.article-toc a:hover { color:var(--gold); border-color:var(--gold); text-decoration:none; }

/* Callout box */
.article-callout { background:rgba(201,168,76,0.06); border-right:2px solid var(--gold); padding:14px 18px; margin:24px 0; border-radius:0 2px 2px 0; }
.article-callout-label { font-size:10px; color:var(--gold); letter-spacing:2px; text-transform:uppercase; margin-bottom:8px; }

/* Jet cards grid */
.article-jet-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:16px 0 24px; }
.article-jet-card { background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px; border-radius:2px; }
.article-jet-card.gold { border-top:2px solid var(--gold); }
.article-jet-card.green { border-top:2px solid var(--green); }
.article-jet-cat { font-size:10px; letter-spacing:1px; margin-bottom:6px; }
.article-jet-card.gold .article-jet-cat { color:var(--gold); }
.article-jet-card.green .article-jet-cat { color:var(--green); }
.article-jet-name { font-size:13px; color:var(--white); font-weight:500; margin-bottom:4px; }
.article-jet-specs { font-size:12px; color:var(--gray-400); margin-bottom:10px; }
.article-jet-price { font-size:16px; color:var(--gold); font-weight:500; }
.article-jet-price span { font-size:11px; color:var(--gray-400); font-weight:400; }

/* Tabbed price tables */
.article-tabs { margin:16px 0 4px; }
.article-tab-btns { display:flex; }
.article-tab-btn { background:var(--navy-card); border:0.5px solid var(--navy-light); color:var(--gray-400); padding:8px 16px; font-size:12px; cursor:pointer; font-family:var(--font-arabic); transition:all 0.2s; }
.article-tab-btn.on { background:var(--gold); color:#0a1520; border-color:var(--gold); font-weight:600; }
.article-tab-panel { display:none; }
.article-tab-panel.on { display:block; }

/* Price table */
.article-price-table { width:100%; border-collapse:collapse; font-size:13px; margin-bottom:4px; }
.article-price-table thead tr { background:var(--navy-card); }
.article-price-table th { padding:10px 12px; color:var(--gray-400); font-size:11px; font-weight:400; border-bottom:0.5px solid var(--navy-light); text-align:right; }
.article-price-table td { padding:10px 12px; border-bottom:0.5px solid var(--navy-light); color:var(--white); }
.article-price-table tr:nth-child(even) td { background:var(--navy-card); }
.article-price-table .col-dur { color:var(--gray-400); text-align:center; }
.article-price-table .col-sug { color:var(--gray-400); font-size:12px; }
.article-price-table .col-amt { color:var(--gold); text-align:left; }
.article-price-note { font-size:11px; color:var(--gray-400); margin:6px 0 20px; }

/* Include/exclude grid */
.article-inc-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:16px 0 24px; }
.article-inc-card { background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px; border-radius:2px; }
.article-inc-label { font-size:10px; letter-spacing:1px; margin-bottom:8px; }
.article-inc-card.green { border-top:2px solid var(--green); }
.article-inc-card.green .article-inc-label { color:var(--green); }
.article-inc-card.gray { border-top:2px solid var(--gray-400); }
.article-inc-card.gray .article-inc-label { color:var(--gray-400); }
.article-inc-card ul { padding-right:16px; margin:0; font-size:12px; color:var(--gray-400); }
.article-inc-card li { margin-bottom:5px; }

/* VS comparison table */
.article-vs-table { width:100%; border-collapse:collapse; font-size:13px; margin:16px 0 24px; }
.article-vs-table th { padding:10px 12px; font-size:11px; font-weight:400; border-bottom:0.5px solid var(--navy-light); background:var(--navy-card); text-align:center; }
.article-vs-table th:first-child { text-align:right; color:var(--gray-400); }
.article-vs-table th.gold-h { color:var(--gold); }
.article-vs-table th.gray-h { color:var(--gray-400); }
.article-vs-table td { padding:10px 12px; border-bottom:0.5px solid var(--navy-light); }
.article-vs-table tr:nth-child(even) td { background:var(--navy-card); }
.article-vs-table .row-label { color:var(--white); }
.article-vs-table .good { color:var(--green); text-align:center; }
.article-vs-table .neutral { color:var(--gold); text-align:center; }
.article-vs-table .bad { color:var(--gray-400); text-align:center; }

/* Steps */
.article-steps { display:flex; flex-direction:column; gap:10px; margin:16px 0 24px; }
.article-step { display:flex; gap:14px; align-items:flex-start; background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px; border-radius:2px; }
.article-step-num { min-width:28px; height:28px; background:var(--gold); color:#0a1520; font-size:13px; font-weight:700; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.article-step-title { color:var(--white); font-size:13px; font-weight:500; margin-bottom:3px; }
.article-step-desc { font-size:12px; color:var(--gray-400); line-height:1.6; }

/* Plane card */
.article-plane-card { background:var(--navy-card); border:0.5px solid var(--navy-light); border-right:2px solid var(--gold); padding:20px; margin-bottom:10px; }
.article-plane-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:14px; flex-wrap:wrap; gap:8px; }
.article-plane-name { font-size:16px; color:var(--white); font-weight:500; margin-bottom:2px; }
.article-plane-sub { font-size:11px; color:var(--gray-400); }
.article-plane-price { font-size:18px; color:var(--gold); font-weight:500; }
.article-plane-rate { font-size:11px; color:var(--gray-400); }
.article-plane-specs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin-bottom:12px; }
.article-spec-box { background:var(--navy); padding:8px; text-align:center; border-radius:2px; }
.article-spec-label { font-size:11px; color:var(--gray-400); }
.article-spec-val { font-size:13px; color:var(--white); }
.article-plane-desc { font-size:13px; color:var(--gray-400); line-height:1.7; }

/* Image placeholder */
.article-img { background:linear-gradient(135deg,var(--navy-card) 0%,#0d2040 100%); border:0.5px solid var(--navy-light); border-radius:4px; margin:24px 0; overflow:hidden; }
.article-img-area { height:200px; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:8px; }
.article-img-icon { font-size:36px; opacity:0.15; }
.article-img-tag { font-size:11px; color:var(--gold); letter-spacing:1px; }
.article-img-desc { font-size:12px; color:var(--gray-400); }
.article-img-caption { padding:8px 16px; font-size:11px; color:var(--gray-400); border-top:0.5px solid var(--navy-light); }

/* Info cards grid */
.article-info-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:16px 0 24px; }
.article-info-card { background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px; border-radius:2px; }
.article-info-title { font-size:12px; color:var(--gold); font-weight:500; margin-bottom:6px; }
.article-info-desc { font-size:12px; color:var(--gray-400); line-height:1.6; }

/* Airport cards */
.article-airport { background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px 16px; border-radius:2px; margin-bottom:8px; }
.article-airport.gold { border-right:2px solid var(--gold); }
.article-airport.green { border-right:2px solid var(--green); }
.article-airport.gray { border-right:2px solid var(--gray-400); }
.article-airport-name { font-size:13px; color:var(--white); font-weight:500; margin-bottom:4px; }
.article-airport-desc { font-size:12px; color:var(--gray-400); line-height:1.6; }

/* Cost table */
.article-cost-table { width:100%; border-collapse:collapse; font-size:13px; margin:16px 0; }
.article-cost-table thead tr { background:var(--navy-card); }
.article-cost-table th { padding:10px 12px; color:var(--gray-400); font-size:11px; font-weight:400; border-bottom:0.5px solid var(--navy-light); text-align:right; }
.article-cost-table th.left { text-align:left; }
.article-cost-table td { padding:10px 12px; border-bottom:0.5px solid var(--navy-light); color:var(--white); }
.article-cost-table tr:nth-child(even) td { background:var(--navy-card); }
.article-cost-table .amt { color:var(--gold); }
.article-cost-table .amt2 { color:var(--gray-400); }
.article-cost-table .total td { border-top:2px solid var(--gold); font-weight:500; }
.article-cost-table .total .amt { font-size:15px; }

/* Req grid */
.article-req-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:16px 0 24px; }
.article-req-card { background:var(--navy-card); border:0.5px solid var(--navy-light); padding:14px; border-radius:2px; }
.article-req-title { font-size:13px; color:var(--white); font-weight:500; margin-bottom:6px; }
.article-req-desc { font-size:12px; color:var(--gray-400); line-height:1.6; }
.article-req-note { font-size:11px; color:var(--gold); margin-top:6px; }

/* Compare table */
.article-compare-table { width:100%; border-collapse:collapse; font-size:13px; margin:16px 0 24px; }
.article-compare-table thead tr { background:var(--navy-card); }
.article-compare-table th { padding:10px 12px; color:var(--gray-400); font-size:11px; font-weight:400; border-bottom:0.5px solid var(--navy-light); text-align:right; }
.article-compare-table th.center { text-align:center; }
.article-compare-table td { padding:10px 12px; border-bottom:0.5px solid var(--navy-light); }
.article-compare-table tr:nth-child(even) td { background:var(--navy-card); }
.article-compare-table .c-name { color:var(--white); }
.article-compare-table .c-gold { color:var(--gold); text-align:center; }
.article-compare-table .c-gray { color:var(--gray-400); text-align:center; font-size:12px; }

/* Section label */
.article-section-label { font-size:11px; color:var(--gold); letter-spacing:2px; text-transform:uppercase; margin-bottom:8px; }

@media (max-width: 600px) {
  .article-jet-grid, .article-inc-grid, .article-info-grid, .article-req-grid, .article-plane-specs { grid-template-columns:1fr; }
  .article-tab-btn { padding:6px 10px; font-size:11px; }
}
