/*
Theme Name:   Astra Child - VatsaDrive Hub
Theme URI:    https://vatsadrivehub.com
Description:  Premium Astra Child Theme for VatsaDrive Hub - Car Reviews & Guides
Author:       VatsaDrive Hub
Author URI:   https://vatsadrivehub.com
Template:     astra
Version:      1.0.0
Text Domain:  astra-child-vatsadrive
*/

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

:root {
  --vd-red:        #CC0000;
  --vd-red-dark:   #a50000;
  --vd-dark:       #111111;
  --vd-navy:       #1a1a1a;
  --vd-card-bg:    #ffffff;
  --vd-bg:         #f5f5f5;
  --vd-text:       #111111;
  --vd-muted:      #6b7280;
  --vd-border:     #e2e2e2;
  --vd-accent:     #CC0000;
  --vd-radius:     10px;
  --vd-shadow:     0 4px 20px rgba(0,0,0,.09);
  --vd-shadow-lg:  0 10px 40px rgba(0,0,0,.16);
  --font-head:     'Montserrat', 'Segoe UI', sans-serif;
  --font-body:     'Inter', 'Segoe UI', sans-serif;
}

body {
  font-family: var(--font-body);
  background: var(--vd-bg);
  color: var(--vd-text);
  margin: 0;
  padding: 0;
}

a { color: var(--vd-red); text-decoration: none; }
a:hover { color: var(--vd-red-dark); }

img { max-width: 100%; height: auto; display: block; }

/* ======================================
   GOOGLE FONTS IMPORT
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');

/* ======================================
   HEADER
====================================== */
#masthead,
.site-header,
.ast-site-header-wrap {
  background: #ffffff !important;
  border-bottom: 3px solid var(--vd-red) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.10) !important;
  position: sticky !important;
  top: 0;
  z-index: 999;
}

/* Logo area */
.site-branding,
.ast-site-identity {
  display: flex;
  align-items: center;
}

.site-title a,
.ast-site-title-wrap a {
  font-family: var(--font-head) !important;
  font-weight: 900 !important;
  font-size: 1.6rem !important;
  color: var(--vd-dark) !important;
  letter-spacing: -0.5px;
}

.site-title a span,
.ast-site-title-wrap a span {
  color: var(--vd-red);
}

/* Navigation */
.main-navigation,
.ast-main-header-bar-wrap,
#ast-hf-menu-1 {
  background: transparent !important;
}

.main-navigation a,
.ast-header-navigation ul li a,
#ast-hf-menu-1 ul li a {
  color: #222222 !important;
  font-family: var(--font-head) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.main-navigation a:hover,
.ast-header-navigation ul li a:hover,
#ast-hf-menu-1 ul li a:hover,
.main-navigation ul li.current-menu-item > a,
#ast-hf-menu-1 ul li.current-menu-item > a {
  color: #ffffff !important;
  background: var(--vd-red) !important;
}

/* Header layout */
.ast-header-break-point .ast-mobile-header-wrap,
.ast-header-row {
  min-height: 72px;
}

/* ======================================
   LOGO
====================================== */
.vd-logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.vd-logo-img {
  height: 54px;
  width: auto;
  display: block;
}

/* Custom logo from WP media */
.custom-logo {
  height: 54px !important;
  width: auto !important;
  max-width: 200px;
}

.vd-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.vd-logo-brand {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--vd-dark);
  letter-spacing: -0.5px;
}

.vd-logo-brand span {
  color: var(--vd-red);
  font-style: italic;
}

.vd-logo-tagline {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.6rem;
  color: #888;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* ======================================
   HERO SECTION
====================================== */
.vd-hero {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 50%, #0a0a0a 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.vd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23CC0000' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.vd-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--vd-bg);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.vd-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.vd-hero-content {}

.vd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232,33,42,0.15);
  border: 1px solid rgba(232,33,42,0.3);
  color: var(--vd-red);
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vd-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--vd-red);
  border-radius: 50%;
  animation: vd-pulse 1.5s infinite;
}

@keyframes vd-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.vd-hero-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.vd-hero-title span {
  color: var(--vd-red);
  display: block;
}

.vd-hero-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.7;
  margin: 0 0 32px;
}

.vd-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 8px;
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}

.vd-btn-primary {
  background: var(--vd-red);
  color: #ffffff;
}

.vd-btn-primary:hover {
  background: var(--vd-red-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232,33,42,0.35);
}

.vd-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.25);
}

.vd-btn-outline:hover {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
}

/* Hero stats */
.vd-hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.vd-stat-item {}

.vd-stat-num {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.vd-stat-num span {
  color: var(--vd-red);
}

.vd-stat-label {
  font-size: 0.7rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* Hero featured card */
.vd-hero-featured {
  position: relative;
}

.vd-featured-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.vd-featured-card:hover {
  transform: translateY(-4px);
}

.vd-featured-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.vd-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vd-featured-card:hover .vd-featured-thumb img {
  transform: scale(1.05);
}

.vd-featured-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--vd-red);
  color: white;
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

.vd-featured-body {
  padding: 20px;
}

.vd-featured-title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.3;
}

.vd-featured-excerpt {
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ======================================
   SECTION HEADERS
====================================== */
.vd-section {
  padding: 64px 0;
}

.vd-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}

.vd-section-title {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--vd-text);
  margin: 0 0 4px;
  line-height: 1.2;
  position: relative;
  padding-left: 16px;
}

.vd-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--vd-red);
  border-radius: 2px;
}

.vd-section-sub {
  font-size: 0.85rem;
  color: var(--vd-muted);
  margin: 0;
}

.vd-view-all {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--vd-red);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 8px 16px;
  border: 2px solid var(--vd-red);
  border-radius: 6px;
  transition: all 0.2s;
}

.vd-view-all:hover {
  background: var(--vd-red);
  color: white;
}

.vd-view-all::after { content: '→'; }

/* ======================================
   POST CARDS GRID
====================================== */
.vd-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vd-posts-grid.vd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.vd-post-card {
  background: var(--vd-card-bg);
  border-radius: var(--vd-radius);
  overflow: hidden;
  box-shadow: var(--vd-shadow);
  transition: all 0.3s ease;
  border: 1px solid var(--vd-border);
  display: flex;
  flex-direction: column;
}

.vd-post-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--vd-shadow-lg);
  border-color: var(--vd-red);
}

.vd-card-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #1a2035;
}

.vd-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vd-post-card:hover .vd-card-thumb img {
  transform: scale(1.06);
}

.vd-card-cat {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--vd-red);
  color: white;
  font-family: var(--font-head);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 9px;
  border-radius: 4px;
}

.vd-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vd-card-meta {
  font-size: 0.72rem;
  color: var(--vd-muted);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vd-card-meta time { }

.vd-card-meta .vd-read-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.vd-card-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--vd-text);
  line-height: 1.35;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vd-card-title a {
  color: inherit;
}

.vd-card-title a:hover {
  color: var(--vd-red);
}

.vd-card-excerpt {
  font-size: 0.82rem;
  color: var(--vd-muted);
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vd-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--vd-border);
  margin-top: auto;
}

.vd-read-link {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--vd-red);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
}

.vd-read-link::after { content: '→'; }

.vd-read-link:hover {
  color: var(--vd-red-dark);
  gap: 8px;
}

/* No thumbnail placeholder */
.vd-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a2035, #2d1b1b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

/* ======================================
   FEATURED LARGE CARD (Top Pick)
====================================== */
.vd-top-pick-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  align-items: start;
}

.vd-card-large {
  grid-row: span 2;
}

.vd-card-large .vd-card-thumb {
  height: 340px;
}

.vd-card-large .vd-card-title {
  font-size: 1.3rem;
  -webkit-line-clamp: 3;
}

.vd-card-large .vd-card-excerpt {
  -webkit-line-clamp: 4;
}

.vd-side-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vd-card-horizontal {
  flex-direction: row !important;
  height: auto;
}

.vd-card-horizontal .vd-card-thumb {
  width: 140px;
  min-width: 140px;
  height: auto;
  min-height: 120px;
  border-radius: 0;
}

.vd-card-horizontal .vd-card-body {
  padding: 14px 16px;
}

.vd-card-horizontal .vd-card-title {
  font-size: 0.88rem;
}

.vd-card-horizontal .vd-card-excerpt {
  display: none;
}

/* ======================================
   CATEGORY STRIP
====================================== */
.vd-category-strip {
  background: #111111;
  padding: 32px 0;
}

.vd-cats-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vd-cats-grid::-webkit-scrollbar { display: none; }

.vd-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #cbd5e1;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  white-space: nowrap;
  transition: all 0.2s;
  text-decoration: none;
}

.vd-cat-chip:hover,
.vd-cat-chip.active {
  background: var(--vd-red);
  border-color: var(--vd-red);
  color: white;
  transform: translateY(-2px);
}

.vd-cat-chip .icon { font-size: 1rem; }

/* ======================================
   NEWSLETTER / CTA SECTION
====================================== */
.vd-cta-section {
  background: linear-gradient(135deg, var(--vd-red) 0%, #b91c1c 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.vd-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.06'/%3E%3C/svg%3E");
}

.vd-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-cta-title {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin: 0 0 12px;
}

.vd-cta-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 28px;
  line-height: 1.6;
}

.vd-cta-form {
  display: flex;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
}

.vd-cta-input {
  flex: 1;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  background: rgba(255,255,255,0.95);
  color: var(--vd-text);
}

.vd-cta-input::placeholder { color: #9ca3af; }

.vd-cta-btn {
  padding: 12px 22px;
  background: var(--vd-dark);
  color: white;
  border: none;
  border-radius: 8px;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.vd-cta-btn:hover { background: #000; }

/* ======================================
   FOOTER
====================================== */
.vd-footer {
  background: #111111;
  border-top: 4px solid #CC0000;
  padding: 60px 0 0;
  font-family: var(--font-body);
}

/* Logo in footer — show inverted (white) version */
.vd-footer .custom-logo,
.vd-footer img[alt="VatsaDrive Hub"] {
  filter: brightness(0) invert(1);
  height: 50px !important;
  width: auto !important;
}

.vd-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vd-footer-brand {}

.vd-footer-tagline {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.7;
  margin: 16px 0 24px;
}

.vd-footer-social {
  display: flex;
  gap: 10px;
}

.vd-social-btn {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}

.vd-social-btn:hover {
  background: var(--vd-red);
  border-color: var(--vd-red);
  color: white;
  transform: translateY(-2px);
}

.vd-footer-col-title {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vd-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vd-footer-links a {
  font-size: 0.85rem;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vd-footer-links a::before {
  content: '›';
  color: var(--vd-red);
  font-size: 1rem;
  line-height: 1;
}

.vd-footer-links a:hover {
  color: #ffffff;
}

/* Footer bottom bar */
.vd-footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.vd-footer-copy {
  font-size: 0.8rem;
  color: #475569;
}

.vd-footer-copy a {
  color: var(--vd-red);
}

.vd-footer-bottom-links {
  display: flex;
  gap: 20px;
}

.vd-footer-bottom-links a {
  font-size: 0.78rem;
  color: #475569;
  transition: color 0.2s;
}

.vd-footer-bottom-links a:hover { color: white; }

/* ======================================
   SINGLE POST IMPROVEMENTS
====================================== */
.entry-content,
.ast-post-single-entry {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: #374151;
}

.entry-title,
.ast-post-title {
  font-family: var(--font-head) !important;
  font-weight: 800 !important;
  color: var(--vd-text) !important;
}

.entry-content h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--vd-text);
  border-left: 4px solid var(--vd-red);
  padding-left: 14px;
  margin-top: 2.5rem;
}

.entry-content h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vd-text);
  margin-top: 2rem;
}

.entry-content p { margin-bottom: 1.4rem; }

.entry-content a {
  color: var(--vd-red);
  border-bottom: 1px solid rgba(232,33,42,0.3);
}

.entry-content a:hover { border-bottom-color: var(--vd-red); }

/* Post breadcrumb */
.ast-breadcrumbs-wrapper {
  background: var(--vd-dark);
  padding: 10px 0;
}

.ast-breadcrumbs-wrapper .breadcrumb-trail {
  color: #64748b;
  font-size: 0.8rem;
}

/* ======================================
   MAIN CONTAINER OVERRIDE
====================================== */
.ast-container,
.ast-page-builder-template .ast-container {
  max-width: 1100px !important;
}

/* Remove Astra's default white background */
.ast-page-builder-template,
.ast-full-width-primary {
  background: var(--vd-bg);
}

/* ======================================
   RESPONSIVE
====================================== */
@media (max-width: 1024px) {
  .vd-posts-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-top-pick-grid { grid-template-columns: 1fr; }
  .vd-card-large { grid-row: span 1; }
  .vd-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .vd-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .vd-hero-featured { display: none; }
  .vd-posts-grid,
  .vd-posts-grid.vd-grid-4 { grid-template-columns: 1fr; }
  .vd-section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .vd-hero-stats { gap: 24px; }
  .vd-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .vd-footer-bottom { flex-direction: column; text-align: center; }
  .vd-cta-form { flex-direction: column; }
  .vd-card-horizontal { flex-direction: column !important; }
  .vd-card-horizontal .vd-card-thumb { width: 100%; min-height: 180px; }
}

@media (max-width: 480px) {
  .vd-hero { padding: 48px 0 40px; }
  .vd-hero-btns { flex-direction: column; }
  .vd-btn { justify-content: center; }
}

/* ======================================
   ARCHIVE / CATEGORY PAGE
====================================== */

/* Hero Banner */
.vd-archive-hero {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%);
  border-bottom: 3px solid #CC0000;
  position: relative;
  overflow: hidden;
}

.vd-archive-hero::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(204,0,0,.15) 0%, transparent 70%);
  border-radius: 50%;
}

.vd-archive-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.vd-archive-hero-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.vd-archive-icon {
  font-size: 3rem;
  line-height: 1;
  background: rgba(204,0,0,.15);
  border: 2px solid rgba(204,0,0,.3);
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vd-archive-label {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  color: #CC0000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vd-archive-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #CC0000;
  border-radius: 1px;
}

.vd-archive-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 6px;
  line-height: 1.15;
}

.vd-archive-desc {
  font-size: 0.88rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.6;
  max-width: 480px;
}

.vd-archive-count {
  text-align: center;
  background: rgba(204,0,0,.12);
  border: 2px solid rgba(204,0,0,.25);
  border-radius: 16px;
  padding: 18px 28px;
  flex-shrink: 0;
}

.vd-archive-count-num {
  display: block;
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 900;
  color: #CC0000;
  line-height: 1;
}

.vd-archive-count-label {
  display: block;
  font-size: 0.7rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

/* Breadcrumb bar */
.vd-archive-breadcrumb {
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(255,255,255,.06);
}

.vd-archive-breadcrumb .vd-archive-hero-inner {
  padding: 10px 24px;
  font-size: 0.78rem;
  color: #64748b;
  gap: 8px;
}

.vd-archive-breadcrumb a {
  color: #94a3b8;
  text-decoration: none;
  transition: color .2s;
}

.vd-archive-breadcrumb a:hover { color: #CC0000; }

.vd-bc-sep {
  color: #475569;
  font-size: 0.9rem;
}

/* Archive body */
.vd-archive-body {
  background: var(--vd-bg);
  padding: 52px 0 64px;
}

.vd-archive-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Archive grid — 3 col same as homepage */
.vd-archive-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Card thumb link wrapper */
.vd-card-thumb-link {
  display: block;
}

/* Pagination */
.vd-pagination {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.vd-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.vd-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--vd-text);
  background: #ffffff;
  border: 2px solid var(--vd-border);
  text-decoration: none;
  transition: all .22s;
}

.vd-pagination .page-numbers:hover {
  border-color: #CC0000;
  color: #CC0000;
  background: #fff5f5;
}

.vd-pagination .page-numbers.current {
  background: #CC0000;
  border-color: #CC0000;
  color: #ffffff;
}

.vd-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: var(--vd-muted);
}

/* No posts */
.vd-no-posts {
  text-align: center;
  padding: 80px 24px;
}

.vd-no-posts-icon {
  font-size: 4rem;
  margin-bottom: 16px;
}

.vd-no-posts h2 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--vd-text);
  margin: 0 0 10px;
}

.vd-no-posts p {
  color: var(--vd-muted);
  font-size: 0.95rem;
  margin: 0 0 24px;
}

/* ======================================
   FOOTER LOGO FIX
====================================== */
/* Show logo in a white pill on dark footer */
.vd-footer-logo-wrap {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  margin-bottom: 4px;
}

.vd-footer-logo-wrap img,
.vd-footer-brand .vd-logo-wrap img {
  height: 44px !important;
  width: auto !important;
  display: block;
  filter: none !important;
}

/* Remove the old invert filter override */
.vd-footer .custom-logo,
.vd-footer img[alt="VatsaDrive Hub"] {
  filter: none !important;
  height: 44px !important;
  width: auto !important;
}

/* ======================================
   ARCHIVE RESPONSIVE
====================================== */
@media (max-width: 1024px) {
  .vd-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .vd-archive-grid { grid-template-columns: 1fr; }
  .vd-archive-hero-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .vd-archive-count { align-self: flex-start; padding: 14px 24px; }
  .vd-archive-hero-left { flex-direction: row; align-items: flex-start; }
  .vd-archive-icon { width: 56px; height: 56px; font-size: 2rem; }
}

/* ======================================
   SINGLE POST PAGE
====================================== */

/* ---- Post Hero ---- */
.vd-post-hero {
  background: linear-gradient(160deg, #111111 0%, #1c1c1c 100%);
  border-bottom: 3px solid #CC0000;
}

.vd-post-breadcrumb {
  background: rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.vd-post-breadcrumb .vd-post-hero-inner {
  padding: 10px 24px;
  font-size: 0.78rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vd-post-breadcrumb a { color: #94a3b8; text-decoration: none; transition: color .2s; }
.vd-post-breadcrumb a:hover { color: #CC0000; }
.vd-bc-sep { color: #475569; }

.vd-post-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-post-hero-body {
  padding-top: 40px;
  padding-bottom: 44px;
}

.vd-post-hero-cat {
  display: inline-block;
  background: #CC0000;
  color: #ffffff;
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: background .2s;
}
.vd-post-hero-cat:hover { background: #a50000; color: #fff; }

.vd-post-hero-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.18;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

/* Meta row */
.vd-post-hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.vd-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  color: #94a3b8;
}

.vd-meta-item a { color: #cbd5e1; text-decoration: none; transition: color .2s; }
.vd-meta-item a:hover { color: #CC0000; }
.vd-meta-dot { color: #475569; font-size: 0.7rem; }
.vd-meta-author { gap: 8px; }

.vd-author-avatar {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50%;
  border: 2px solid rgba(204,0,0,.4);
  object-fit: cover;
}

/* Share top */
.vd-post-share-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.vd-share-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vd-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border-radius: 20px;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.vd-share-tw  { background: rgba(29,161,242,.12); color: #1da1f2; }
.vd-share-tw:hover  { background: #1da1f2; color: #fff; }
.vd-share-fb  { background: rgba(24,119,242,.12); color: #1877f2; }
.vd-share-fb:hover  { background: #1877f2; color: #fff; }
.vd-share-wa  { background: rgba(37,211,102,.12); color: #25d366; }
.vd-share-wa:hover  { background: #25d366; color: #fff; }

/* ---- Featured Image ---- */
.vd-post-featured-img {
  background: #000;
  padding: 0;
  line-height: 0;
}

.vd-post-featured-img-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.vd-post-thumb-img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  display: block;
}

/* ---- Article Content ---- */
.vd-single-body {
  background: var(--vd-bg);
  padding: 52px 0 0;
}

.vd-single-layout {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-single-content {}

/* Override Gutenberg / Astra default content styles */
.vd-entry-content,
.vd-entry-content.entry-content {
  font-family: var(--font-body) !important;
  font-size: 1.06rem !important;
  line-height: 1.85 !important;
  color: #2d3748 !important;
}

/* Remove any red/coloured background from paragraphs */
.vd-entry-content p {
  background: transparent !important;
  color: #2d3748 !important;
  margin-bottom: 1.5rem !important;
}

/* Fix Gutenberg highlight blocks */
.vd-entry-content mark,
.vd-entry-content .has-background {
  background: transparent !important;
  color: inherit !important;
}

/* Intro paragraph special style */
.vd-entry-content > p:first-of-type {
  font-size: 1.12rem !important;
  font-weight: 500 !important;
  color: #1a202c !important;
  line-height: 1.8 !important;
  border-left: 4px solid #CC0000;
  padding-left: 18px;
  background: #fff8f8 !important;
  border-radius: 0 8px 8px 0;
  padding: 16px 18px;
  margin-bottom: 2rem !important;
}

/* Headings */
.vd-entry-content h2 {
  font-family: var(--font-head) !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin: 2.5rem 0 1rem !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

.vd-entry-content h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: #CC0000;
  border-radius: 1px;
}

.vd-entry-content h3 {
  font-family: var(--font-head) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 2rem 0 0.8rem !important;
}

.vd-entry-content h4 {
  font-family: var(--font-head) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 1.5rem 0 0.6rem !important;
}

/* Images in content */
.vd-entry-content img {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  margin: 1.5rem auto !important;
  max-width: 100%;
  display: block;
}

/* Tables */
.vd-entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--vd-shadow);
}

.vd-entry-content th {
  background: #CC0000;
  color: white;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
}

.vd-entry-content td {
  padding: 11px 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #374151;
}

.vd-entry-content tr:nth-child(even) td { background: #fafafa; }
.vd-entry-content tr:last-child td { border-bottom: none; }
.vd-entry-content tr:hover td { background: #fff5f5; }

/* Lists */
.vd-entry-content ul {
  padding-left: 0;
  list-style: none;
}

.vd-entry-content ul li {
  padding: 5px 0 5px 26px;
  position: relative;
  color: #374151;
}

.vd-entry-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #CC0000;
  border-radius: 50%;
}

.vd-entry-content ol {
  padding-left: 24px;
  counter-reset: vd-ol;
  list-style: none;
}

.vd-entry-content ol li {
  counter-increment: vd-ol;
  padding: 5px 0 5px 10px;
  position: relative;
  color: #374151;
}

.vd-entry-content ol li::before {
  content: counter(vd-ol) '.';
  color: #CC0000;
  font-family: var(--font-head);
  font-weight: 700;
  margin-right: 8px;
}

/* Blockquote */
.vd-entry-content blockquote {
  background: linear-gradient(135deg, #fff8f8, #fff);
  border-left: 4px solid #CC0000;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 2rem 0;
  font-style: italic;
  color: #374151;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px rgba(204,0,0,.08);
}

.vd-entry-content blockquote p { color: #374151 !important; background: transparent !important; }
.vd-entry-content blockquote::before {
  content: '"';
  font-size: 3rem;
  color: #CC0000;
  line-height: 0;
  vertical-align: -20px;
  margin-right: 4px;
  opacity: 0.4;
}

/* Inline code */
.vd-entry-content code {
  background: #f3f4f6;
  color: #CC0000;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.88em;
  font-family: 'Courier New', monospace;
}

/* Separator */
.vd-entry-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #CC0000, transparent);
  margin: 2.5rem 0;
  border-radius: 1px;
}

/* Gutenberg: figure captions */
.vd-entry-content figcaption {
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: -8px;
  font-style: italic;
}

/* Gutenberg: columns block */
.vd-entry-content .wp-block-columns { gap: 24px; }

/* ---- Tags ---- */
.vd-post-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 40px 0 32px;
  padding-top: 28px;
  border-top: 1px solid var(--vd-border);
}

.vd-tags-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vd-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vd-tag-chip {
  display: inline-block;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all .2s;
}

.vd-tag-chip:hover {
  background: #CC0000;
  color: white;
  border-color: #CC0000;
}

/* ---- Share Bottom ---- */
.vd-post-share-bottom {
  background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
  border-radius: 14px;
  padding: 28px 32px;
  margin: 0 0 36px;
  text-align: center;
  border: 1px solid rgba(204,0,0,.2);
}

.vd-share-heading {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
}

.vd-share-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vd-share-lg {
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-size: 0.8rem !important;
}

/* ---- Author Box ---- */
.vd-author-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--vd-border);
  border-top: 4px solid #CC0000;
  border-radius: 0 0 14px 14px;
  padding: 24px;
  margin: 0 0 36px;
  box-shadow: var(--vd-shadow);
}

.vd-author-big-avatar {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  border: 3px solid #CC0000;
  object-fit: cover;
  flex-shrink: 0;
}

.vd-author-box-info { flex: 1; }

.vd-author-box-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.vd-author-box-name {
  display: block;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--vd-text);
  text-decoration: none;
  margin-bottom: 8px;
}

.vd-author-box-name:hover { color: #CC0000; }

.vd-author-box-bio {
  font-size: 0.85rem;
  color: var(--vd-muted);
  line-height: 1.6;
  margin: 0;
}

/* ---- Post Navigation ---- */
.vd-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 56px;
}

.vd-post-nav-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid var(--vd-border);
  border-radius: 10px;
  text-decoration: none;
  transition: all .25s;
}

.vd-post-nav-item:hover {
  border-color: #CC0000;
  box-shadow: 0 4px 16px rgba(204,0,0,.12);
  transform: translateY(-2px);
}

.vd-post-nav-next { text-align: right; }

.vd-nav-direction {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vd-nav-title {
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--vd-text);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Related Posts ---- */
.vd-related-section {
  background: #ffffff;
  border-top: 3px solid var(--vd-border);
  padding: 56px 0 64px;
}

.vd-related-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-related-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* ---- Single Post Responsive ---- */
@media (max-width: 768px) {
  .vd-post-hero-title { font-size: 1.55rem; }
  .vd-post-hero-body { padding-top: 28px; padding-bottom: 32px; }
  .vd-post-featured-img-inner { padding: 0; }
  .vd-post-thumb-img { border-radius: 0; }
  .vd-post-nav { grid-template-columns: 1fr; }
  .vd-post-nav-next { text-align: left; }
  .vd-author-box { flex-direction: column; }
  .vd-related-grid { grid-template-columns: 1fr; }
  .vd-share-row { flex-direction: column; align-items: center; }
  .vd-single-body { padding-top: 32px; }
  .vd-entry-content > p:first-of-type { font-size: 1rem !important; }
}

@media (max-width: 480px) {
  .vd-post-nav { grid-template-columns: 1fr; }
  .vd-related-grid { grid-template-columns: 1fr; }
  .vd-post-share-bottom { padding: 20px 16px; }
}

/* ======================================
   HOME.PHP — BLOG CAT COUNT CHIP
====================================== */
.vd-cat-count {
  font-size: 0.6rem;
  background: rgba(255,255,255,.15);
  padding: 1px 5px;
  border-radius: 10px;
  font-style: normal;
  margin-left: 2px;
}

/* ======================================
   ABOUT PAGE
====================================== */

/* Hero */
.vd-about-hero {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 60%, #0a0a0a 100%);
  padding: 72px 0 56px;
  position: relative;
  overflow: hidden;
}

.vd-about-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(204,0,0,.12) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23CC0000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}

.vd-about-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.vd-about-hero-content { max-width: 600px; margin-bottom: 52px; }

.vd-about-hero-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 16px 0 20px;
  letter-spacing: -0.5px;
}

.vd-about-hero-title span {
  color: #CC0000;
  display: block;
}

.vd-about-hero-sub {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.7;
  margin: 0 0 32px;
}

.vd-about-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Stats row */
.vd-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}

.vd-about-stat {
  background: rgba(255,255,255,.04);
  padding: 24px;
  text-align: center;
  transition: background .2s;
}

.vd-about-stat:hover { background: rgba(204,0,0,.1); }

.vd-about-stat-num {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.vd-about-stat-num span { color: #CC0000; }

.vd-about-stat-label {
  font-size: 0.72rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}

/* Sections */
.vd-about-section {
  padding: 72px 0;
}

.vd-about-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.vd-about-two-col {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.vd-about-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(204,0,0,.08);
  border: 1px solid rgba(204,0,0,.2);
  color: #CC0000;
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.vd-about-section-title {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 900;
  color: #111111;
  line-height: 1.2;
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 4px solid #CC0000;
}

/* Story section */
.vd-about-story-section { background: #ffffff; }

.vd-about-story-img {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.vd-story-img-card {
  background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(204,0,0,.2);
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
}

.vd-story-img-icon {
  font-size: 3.5rem;
  background: rgba(204,0,0,.15);
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(204,0,0,.25);
}

.vd-story-img-text strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.vd-story-img-text span {
  font-size: 0.78rem;
  color: #64748b;
}

.vd-story-accent-box {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  border-left: 4px solid #CC0000;
}

.vd-story-accent-num {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 900;
  color: #CC0000;
  line-height: 1;
}

.vd-story-accent-label {
  font-size: 0.72rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.vd-about-story-content p {
  font-size: 0.97rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

/* What we cover */
.vd-about-covers-section { background: var(--vd-bg); }

.vd-covers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vd-cover-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid var(--vd-border);
  box-shadow: var(--vd-shadow);
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.vd-cover-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #CC0000;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left;
}

.vd-cover-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vd-shadow-lg);
  border-color: #CC0000;
}

.vd-cover-card:hover::before { transform: scaleX(1); }

.vd-cover-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
  display: block;
}

.vd-cover-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
}

.vd-cover-desc {
  font-size: 0.84rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

/* Values */
.vd-values-section {
  background: #ffffff;
}

.vd-values-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.vd-values-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

.vd-value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.vd-value-check {
  width: 28px;
  height: 28px;
  background: #CC0000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}

.vd-value-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 3px;
}

.vd-value-item p {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.vd-values-visual {
  background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
  border-radius: 20px;
  padding: 4px;
  border: 1px solid rgba(204,0,0,.2);
  box-shadow: 0 16px 48px rgba(0,0,0,.2);
}

.vd-values-visual-inner {
  background: linear-gradient(135deg, #161616, #1e1e1e);
  border-radius: 17px;
  padding: 44px 36px;
  text-align: center;
}

.vd-values-big-icon {
  font-size: 4rem;
  margin-bottom: 16px;
  display: block;
}

.vd-values-visual-inner h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
}

.vd-values-visual-inner p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0 0 24px;
}

.vd-values-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.vd-values-tags span {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: #CC0000;
  background: rgba(204,0,0,.1);
  border: 1px solid rgba(204,0,0,.2);
  padding: 4px 12px;
  border-radius: 20px;
}

/* About Responsive */
@media (max-width: 1024px) {
  .vd-about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-covers-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-values-grid { grid-template-columns: 1fr; }
  .vd-about-two-col { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {
  .vd-about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-covers-grid { grid-template-columns: 1fr; }
  .vd-about-hero-actions { flex-direction: column; }
  .vd-about-stat { padding: 18px 12px; }
  .vd-about-stat-num { font-size: 1.5rem; }
  .vd-story-img-card { flex-direction: column; text-align: center; }
}
