/* ============================================================
   RESTON CONNECT — ULTRA PREMIUM CMM-5 LEVEL DESIGN SYSTEM
   Modern, High-Impact UI/UX for Elementor Landing Page
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --rc-red: #E31E24;
  --rc-red-dark: #C41219;
  --rc-red-glow: rgba(227, 30, 36, 0.35);
  --rc-navy: #060B1A;
  --rc-navy-card: #0D162E;
  --rc-slate-900: #0F172A;
  --rc-slate-700: #334155;
  --rc-slate-500: #64748B;
  --rc-slate-400: #94A3B8;
  --rc-slate-100: #F1F5F9;
  --rc-slate-50: #F8FAFC;
  --rc-white: #FFFFFF;
  --rc-border: #E2E8F0;
  --rc-radius-xl: 24px;
  --rc-radius-lg: 18px;
  --rc-radius-md: 12px;
  --rc-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --rc-shadow-md: 0 10px 30px rgba(15, 23, 42, 0.07);
  --rc-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
}

/* Base Font Override for Page 6161 */
.elementor-page-6161 {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif !important;
  color: var(--rc-slate-700);
  background-color: #FFFFFF;
}

.elementor-page-6161 h1,
.elementor-page-6161 h2,
.elementor-page-6161 h3,
.elementor-page-6161 h4,
.elementor-page-6161 h5,
.elementor-page-6161 h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ============================================================
   1. HERO SECTION
   ============================================================ */
.rc-hero-master {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 40%, rgba(227, 30, 36, 0.16) 0%, transparent 45%),
              radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.12) 0%, transparent 40%),
              linear-gradient(180deg, #050916 0%, #080F24 50%, #0B1533 100%) !important;
}

/* Tech mesh grid overlay */
.rc-hero-master::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* Bottom fade curve */
.rc-hero-master::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(180deg, transparent, #FFFFFF);
  pointer-events: none;
}

/* Hero Badge */
.rc-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(227, 30, 36, 0.12);
  border: 1px solid rgba(227, 30, 36, 0.35);
  border-radius: 50px;
  color: #FF5A5F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(227, 30, 36, 0.15);
}

.rc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E31E24;
  box-shadow: 0 0 10px #E31E24;
  animation: rc-pulse 2s infinite ease-in-out;
}

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

/* Hero Headline */
.rc-hero-heading h1 {
  color: #FFFFFF !important;
  font-size: 50px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 20px !important;
}

.rc-gradient-text {
  background: linear-gradient(135deg, #FF6B6B 0%, #E31E24 50%, #FF8E53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

/* Hero Subtitle */
.rc-hero-sub {
  color: #CBD5E1 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  max-width: 540px;
  margin-bottom: 32px !important;
}

/* Hero CTAs */
.rc-btn-download .elementor-button {
  background: linear-gradient(135deg, #E31E24 0%, #C41219 100%) !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 16px 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 30px var(--rc-red-glow) !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
}

.rc-btn-download .elementor-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 40px rgba(227, 30, 36, 0.55) !important;
  background: linear-gradient(135deg, #F0282E 0%, #D4141B 100%) !important;
}

.rc-btn-portal .elementor-button {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 12px !important;
  padding: 16px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  backdrop-filter: blur(12px) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
}

.rc-btn-portal .elementor-button:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Trust Bar Below CTAs */
.rc-trust-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #94A3B8;
}

.rc-trust-item svg {
  color: #10B981;
}

/* Hero Mockup Wrap with Glow & Floating Badges */
.rc-hero-mockup-wrap {
  position: relative;
  padding: 20px;
  text-align: center;
}

.rc-hero-mockup-wrap img {
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 80px rgba(227, 30, 36, 0.2);
  transition: transform 0.5s ease;
  max-width: 100%;
}

.rc-hero-mockup-wrap:hover img {
  transform: translateY(-6px) scale(1.02);
}

/* ============================================================
   2. FLOATING IMPACT STATS BAR
   ============================================================ */
.rc-stats-wrap {
  position: relative;
  z-index: 15;
  margin-top: -50px !important;
  margin-bottom: 70px !important;
}

.rc-stats-container {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.05);
  border: 1px solid #E8EDF5;
  padding: 30px 20px;
}

.rc-stat-box {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 24px;
  position: relative;
}

.rc-stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #E2E8F0;
}

.rc-stat-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rc-stat-icon-red { background: rgba(227, 30, 36, 0.1); color: #E31E24; }
.rc-stat-icon-blue { background: rgba(37, 99, 235, 0.1); color: #2563EB; }
.rc-stat-icon-green { background: rgba(16, 185, 129, 0.1); color: #10B981; }
.rc-stat-icon-amber { background: rgba(245, 158, 11, 0.1); color: #F59E0B; }

.rc-stat-content {
  display: flex;
  flex-direction: column;
}

.rc-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--rc-slate-900);
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
}

.rc-stat-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--rc-slate-500);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   3. CORE FEATURES GRID (REFINED BOXES & HOVER)
   ============================================================ */
.rc-section-header {
  text-align: center;
  margin-bottom: 55px;
}

.rc-sub-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--rc-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rc-section-title {
  font-size: 38px !important;
  font-weight: 800 !important;
  color: var(--rc-slate-900) !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}

.rc-section-desc {
  font-size: 16px;
  color: var(--rc-slate-500);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

/* 6-Card Grid: Proper 30px Gaps, Equal Height, Elegant Hover */
.rc-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.rc-feature-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 38px 30px;
  border: 1px solid #E8EDF5;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

/* Smooth top glowing accent line */
.rc-feature-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #E31E24, #FF6B6B);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Luxurious Hover: Soft Lift + Deep Ambient Shadow (NO JARS) */
.rc-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.09);
  border-color: rgba(227, 30, 36, 0.2);
}

.rc-feature-box:hover::before {
  transform: scaleX(1);
}

/* Icon Squircle */
.rc-feature-icon-sq {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
  transition: transform 0.4s ease;
}

.rc-feature-box:hover .rc-feature-icon-sq {
  transform: scale(1.1);
}

.rc-feature-box h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--rc-slate-900) !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
}

.rc-feature-box p {
  font-size: 14.5px;
  color: var(--rc-slate-500);
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

/* ============================================================
   4. HOW IT WORKS TIMELINE (VISUAL POLISH)
   ============================================================ */
.rc-workflow-wrap {
  background: #F8FAFC;
  border-radius: 28px;
  padding: 80px 40px;
  margin: 40px 0 80px 0;
  border: 1px solid #EAEFF6;
}

.rc-step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 26px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #EAEFF6;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
  margin-bottom: 16px;
  transition: all 0.35s ease;
  position: relative;
}

.rc-step-card:hover {
  transform: translateX(8px);
  border-color: rgba(227, 30, 36, 0.3);
  box-shadow: 0 12px 30px rgba(227, 30, 36, 0.08);
}

.rc-step-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #E31E24 0%, #FF4147 100%);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(227, 30, 36, 0.3);
}

.rc-step-text h4 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--rc-slate-900) !important;
  margin-bottom: 4px !important;
}

.rc-step-text p {
  font-size: 14px;
  color: var(--rc-slate-500);
  line-height: 1.6;
  margin: 0;
}

.rc-scan-photo-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
  border: 4px solid #FFFFFF;
}

.rc-scan-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.rc-scan-photo-frame:hover img {
  transform: scale(1.03);
}

/* ============================================================
   5. DEALER SHOWROOM SECTION (HIGH IMPACT)
   ============================================================ */
.rc-dealer-hub {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  margin: 40px 0 80px 0;
  padding: 80px 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.rc-dealer-hub h2 {
  color: #FFFFFF !important;
  font-size: 38px !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

.rc-dealer-hub p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px;
  line-height: 1.7;
}

/* Dealer benefits checkmarks */
.rc-dealer-checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 32px 0;
}

.rc-dealer-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 500;
}

.rc-dealer-checklist svg {
  color: #10B981;
  flex-shrink: 0;
}

/* ============================================================
   6. FAQ ACCORDION
   ============================================================ */
.rc-faq-section {
  max-width: 850px;
  margin: 0 auto 80px auto;
}

.rc-faq-item {
  background: #FFFFFF;
  border: 1px solid #E8EDF5;
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rc-faq-item:hover {
  border-color: rgba(227, 30, 36, 0.25);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

/* ============================================================
   7. FINAL DOWNLOAD CTA BANNER
   ============================================================ */
.rc-final-cta {
  background: radial-gradient(circle at 90% 20%, rgba(227, 30, 36, 0.3) 0%, transparent 50%),
              linear-gradient(135deg, #060B1A 0%, #0D1730 60%, #152248 100%) !important;
  border-radius: 28px !important;
  padding: 80px 40px !important;
  text-align: center;
  box-shadow: 0 25px 60px rgba(6, 11, 26, 0.3) !important;
  margin-bottom: 60px !important;
  position: relative;
  overflow: hidden;
}

.rc-final-cta h2 {
  color: #FFFFFF !important;
  font-size: 40px !important;
  margin-bottom: 14px !important;
}

.rc-final-cta p {
  color: #CBD5E1 !important;
  font-size: 17px !important;
  max-width: 580px;
  margin: 0 auto 35px auto !important;
}

/* ============================================================
   RESPONSIVENESS (MOBILE & TABLET)
   ============================================================ */
@media (max-width: 991px) {
  .rc-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .rc-hero-heading h1 {
    font-size: 38px !important;
  }
  .rc-stat-box:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .rc-features-grid {
    grid-template-columns: 1fr;
  }
  .rc-hero-heading h1 {
    font-size: 30px !important;
  }
  .rc-hero-sub {
    font-size: 15px !important;
  }
  .rc-stats-wrap {
    margin-top: 10px !important;
  }
  .rc-dealer-hub {
    padding: 50px 24px;
  }
  .rc-final-cta {
    padding: 50px 20px !important;
  }
}

/* ============================================================
   EXECUTIVE DEALER SECTION SHOWCASE (PREMIUM UPGRADE)
   ============================================================ */
.rc-dealer-showcase-card {
  background: radial-gradient(circle at 10% 20%, rgba(227, 30, 36, 0.15) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.12) 0%, transparent 45%),
              linear-gradient(135deg, #060B1A 0%, #0A122B 60%, #0F1D45 100%);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 65px 55px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

/* Subtle tech grid background */
.rc-dealer-showcase-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.rc-dealer-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Left Column Styling */
.rc-dealer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(227, 30, 36, 0.15);
  border: 1px solid rgba(227, 30, 36, 0.4);
  border-radius: 50px;
  color: #FF5E63;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.rc-dealer-heading {
  color: #FFFFFF !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.rc-dealer-desc {
  color: #CBD5E1 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 28px !important;
  max-width: 520px;
}

/* 3 Feature Micro-Cards */
.rc-dealer-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.rc-dealer-f-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 18px;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.rc-dealer-f-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(227, 30, 36, 0.3);
  transform: translateX(6px);
}

.rc-dealer-f-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.rc-dealer-f-text h4 {
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 0 2px 0 !important;
}

.rc-dealer-f-text p {
  color: #94A3B8 !important;
  font-size: 13px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* Action Buttons (100% Brand Colors, NO GREEN!) */
.rc-dealer-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.rc-btn-dealer-primary {
  background: linear-gradient(135deg, #E31E24 0%, #B81318 100%) !important;
  color: #FFFFFF !important;
  padding: 16px 30px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 10px 25px rgba(227, 30, 36, 0.45) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  border: none !important;
}

.rc-btn-dealer-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 35px rgba(227, 30, 36, 0.6) !important;
  background: linear-gradient(135deg, #F0282E 0%, #D4141B 100%) !important;
  color: #FFFFFF !important;
}

.rc-btn-dealer-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  padding: 16px 30px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.rc-btn-dealer-secondary:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
  color: #FFFFFF !important;
}

/* Right Column: Framed Showroom Photo with Badges */
.rc-dealer-photo-wrapper {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.5s ease;
}

.rc-dealer-photo-wrapper:hover {
  transform: translateY(-4px);
}

.rc-dealer-photo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rc-floating-badge-top {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(6, 11, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 700;
  color: #FFFFFF;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.rc-badge-check {
  color: #10B981;
  font-weight: 900;
}

.rc-floating-badge-bottom {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(6, 11, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 18px;
  border-radius: 16px;
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* Responsiveness */
@media (max-width: 991px) {
  .rc-dealer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .rc-dealer-showcase-card {
    padding: 40px 25px;
  }
  .rc-dealer-heading {
    font-size: 32px !important;
  }
}

/* ============================================================
   HERO BUTTONS MASTER UPGRADE (ZERO GREEN, 100% RESTON RED)
   ============================================================ */
.rc-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 25px 0;
}

.rc-btn-hero-primary {
  background: linear-gradient(135deg, #E31E24 0%, #B81318 100%) !important;
  color: #FFFFFF !important;
  padding: 14px 26px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 30px rgba(227, 30, 36, 0.45) !important;
  border: none !important;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.rc-btn-hero-primary:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, #F0282E 0%, #D4141B 100%) !important;
  box-shadow: 0 16px 40px rgba(227, 30, 36, 0.6) !important;
  color: #FFFFFF !important;
}

.rc-btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  padding: 14px 26px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(12px) !important;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.rc-btn-hero-secondary:hover {
  transform: translateY(-3px) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  color: #FFFFFF !important;
}

/* Ensure no theme override can force green on our hero buttons */
.elementor-page-6161 .rc-hero-actions a,
.elementor-page-6161 .rc-btn-hero-primary,
.elementor-page-6161 .rc-btn-hero-secondary {
  color: #FFFFFF !important;
}

@media (max-width: 575px) {
  .rc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .rc-btn-hero-primary,
  .rc-btn-hero-secondary {
    justify-content: center;
    text-align: center;
  }
}

/* ============================================================
   HERO PHONE SHOWCASE — PERFECT SIZING (470px)
   ============================================================ */
.rc-hero-visual-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  padding: 10px 0 !important;
}

.rc-phone-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 580px !important;
  margin: 0 auto !important;
  display: block !important;
}

.rc-phone-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 32px !important;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.65), 0 0 70px rgba(227, 30, 36, 0.3) !important;
  border: 2px solid rgba(255, 255, 255, 0.16) !important;
  transform: none !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
}

.rc-phone-wrapper:hover .rc-phone-img {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.75), 0 0 90px rgba(227, 30, 36, 0.4) !important;
}

/* Floating Badges */
.rc-phone-chip-top {
  position: absolute !important;
  top: 35px !important;
  left: -30px !important;
  background: rgba(6, 11, 26, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  z-index: 5 !important;
  white-space: nowrap !important;
  animation: rc-float-slow 4s ease-in-out infinite alternate !important;
}

.rc-phone-chip-bottom {
  position: absolute !important;
  bottom: 45px !important;
  right: -25px !important;
  background: rgba(6, 11, 26, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50px !important;
  padding: 10px 22px !important;
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45) !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  z-index: 5 !important;
  white-space: nowrap !important;
  animation: rc-float-slow 4s ease-in-out infinite alternate-reverse !important;
}

@keyframes rc-float-slow {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

@media (max-width: 1200px) {
  .rc-phone-wrapper {
    max-width: 420px !important;
  }
}

@media (max-width: 991px) {
  .rc-phone-wrapper {
    max-width: 360px !important;
    margin: 30px auto 0 auto !important;
  }
  .rc-phone-chip-top { left: 0 !important; }
  .rc-phone-chip-bottom { right: 0 !important; }
}