/* ============================================
   HOME PAGE SHOWCASE & FLOATING CARDS
   Floating car gallery + enhanced sections
   ============================================ */

/* ─────────────────────────────────────────────
   FLOATING CAR CARDS - 3D Orbit Gallery
   ───────────────────────────────────────────── */
.hero-floating-cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  perspective: 1200px;
  overflow: hidden;
}

.floating-card {
  position: absolute;
  width: 180px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(24, 225, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(20, 26, 33, 0.95), rgba(15, 19, 24, 0.98));
  transform-style: preserve-3d;
  animation: floatCard 12s ease-in-out infinite;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  animation-fill-mode: forwards;
}

.floating-card:hover {
  transform: scale(1.1) translateZ(30px) !important;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 50px rgba(24, 225, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 100 !important;
}

.floating-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 225, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-card:hover::before {
  opacity: 1;
}

/* Card positions with staggered depths */
.floating-card:nth-child(1) {
  top: 8%;
  left: 3%;
  animation-delay: 0s;
  animation-name: floatCard1;
}

.floating-card:nth-child(2) {
  top: 55%;
  left: 5%;
  width: 160px;
  height: 100px;
  animation-delay: 1.5s;
  animation-name: floatCard2;
}

.floating-card:nth-child(3) {
  top: 20%;
  right: 2%;
  animation-delay: 0.8s;
  animation-name: floatCard3;
}

.floating-card:nth-child(4) {
  top: 65%;
  right: 4%;
  width: 150px;
  height: 95px;
  animation-delay: 2.2s;
  animation-name: floatCard4;
}

.floating-card:nth-child(5) {
  top: 35%;
  left: 8%;
  width: 140px;
  height: 90px;
  animation-delay: 3s;
  animation-name: floatCard5;
}

.floating-card:nth-child(6) {
  top: 80%;
  right: 15%;
  width: 130px;
  height: 85px;
  animation-delay: 1s;
  animation-name: floatCard6;
}

/* Individual float animations */
@keyframes floatCard1 {
  0% { opacity: 0; transform: translateY(30px) rotateY(-8deg) rotateX(5deg) scale(0.9); }
  10% { opacity: 0.9; }
  25% { transform: translateY(-15px) rotateY(-5deg) rotateX(3deg) scale(1); }
  50% { transform: translateY(10px) rotateY(-10deg) rotateX(6deg) scale(1.02); }
  75% { transform: translateY(-8px) rotateY(-4deg) rotateX(2deg) scale(0.98); }
  100% { opacity: 0.9; transform: translateY(30px) rotateY(-8deg) rotateX(5deg) scale(0.9); }
}

@keyframes floatCard2 {
  0% { opacity: 0; transform: translateY(-20px) rotateY(6deg) rotateX(-4deg) scale(0.85); }
  10% { opacity: 0.85; }
  30% { transform: translateY(15px) rotateY(10deg) rotateX(-2deg) scale(0.9); }
  60% { transform: translateY(-10px) rotateY(4deg) rotateX(-5deg) scale(0.88); }
  100% { opacity: 0.85; transform: translateY(-20px) rotateY(6deg) rotateX(-4deg) scale(0.85); }
}

@keyframes floatCard3 {
  0% { opacity: 0; transform: translateX(-20px) rotateY(10deg) rotateX(4deg) scale(0.95); }
  10% { opacity: 0.9; }
  40% { transform: translateX(10px) rotateY(6deg) rotateX(2deg) scale(1); }
  70% { transform: translateX(-5px) rotateY(12deg) rotateX(5deg) scale(0.97); }
  100% { opacity: 0.9; transform: translateX(-20px) rotateY(10deg) rotateX(4deg) scale(0.95); }
}

@keyframes floatCard4 {
  0% { opacity: 0; transform: translateY(25px) rotateY(8deg) rotateX(-3deg) scale(0.88); }
  10% { opacity: 0.8; }
  35% { transform: translateY(-12px) rotateY(5deg) rotateX(-6deg) scale(0.92); }
  65% { transform: translateY(8px) rotateY(10deg) rotateX(-2deg) scale(0.9); }
  100% { opacity: 0.8; transform: translateY(25px) rotateY(8deg) rotateX(-3deg) scale(0.88); }
}

@keyframes floatCard5 {
  0% { opacity: 0; transform: translateX(15px) rotateY(-6deg) rotateX(3deg) scale(0.82); }
  10% { opacity: 0.75; }
  45% { transform: translateX(-8px) rotateY(-10deg) rotateX(5deg) scale(0.86); }
  75% { transform: translateX(5px) rotateY(-4deg) rotateX(2deg) scale(0.84); }
  100% { opacity: 0.75; transform: translateX(15px) rotateY(-6deg) rotateX(3deg) scale(0.82); }
}

@keyframes floatCard6 {
  0% { opacity: 0; transform: translateY(-18px) rotateY(5deg) rotateX(-5deg) scale(0.78); }
  10% { opacity: 0.7; }
  50% { transform: translateY(12px) rotateY(8deg) rotateX(-2deg) scale(0.82); }
  80% { transform: translateY(-6px) rotateY(3deg) rotateX(-6deg) scale(0.8); }
  100% { opacity: 0.7; transform: translateY(-18px) rotateY(5deg) rotateX(-5deg) scale(0.78); }
}

/* Card inner content */
.floating-card-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.1);
  transition: filter 0.3s ease;
}

.floating-card:hover .floating-card-img {
  filter: brightness(1) saturate(1.2);
}

.floating-card-info {
  padding: 6px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

.floating-card-title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.floating-card-meta {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 2px 0 0;
}

/* Tier badge on floating cards */
.floating-card-tier {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
}

.floating-card-tier.street { background: rgba(128, 128, 128, 0.8); color: #fff; }
.floating-card-tier.neon { background: rgba(0, 255, 136, 0.8); color: #000; }
.floating-card-tier.skye { background: rgba(24, 225, 255, 0.8); color: #000; }
.floating-card-tier.nova { background: rgba(255, 106, 32, 0.8); color: #fff; }
.floating-card-tier.cosmic { background: linear-gradient(135deg, #d4af37, #ffd700); color: #000; }

/* Hide on mobile - too cluttered */
@media (max-width: 1100px) {
  .hero-floating-cards {
    display: none;
  }
}

/* ─────────────────────────────────────────────
   ENHANCED SECTION CARDS - Glass Morphism 2.0
   ───────────────────────────────────────────── */
.page-home .card.glass {
  background: linear-gradient(
    145deg,
    rgba(20, 26, 33, 0.85),
    rgba(15, 19, 24, 0.92)
  );
  border: 1px solid rgba(24, 225, 255, 0.1);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.page-home .card.glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 225, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-home .card.glass:hover {
  border-color: rgba(24, 225, 255, 0.2);
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(24, 225, 255, 0.08);
  transform: translateY(-2px);
}

.page-home .card.glass:hover::before {
  opacity: 1;
}

/* Section titles */
.page-home .section-title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.page-home .section-title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal, #18e1ff), transparent);
  border-radius: 2px;
}

/* ─────────────────────────────────────────────
   QUICK ACTIONS - Glowing Grid
   ───────────────────────────────────────────── */
.page-home .quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  padding: 1.5rem 1rem;
  margin: 0;
}

.page-home .quick-action {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 16px;
  background: linear-gradient(145deg, rgba(20, 26, 33, 0.9), rgba(15, 19, 24, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.page-home .quick-action::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 225, 255, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-home .quick-action:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 225, 255, 0.3);
  box-shadow: 0 12px 40px rgba(24, 225, 255, 0.15);
}

.page-home .quick-action:hover::before {
  opacity: 1;
}

.page-home .quick-action svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.page-home .quick-action:hover svg {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(24, 225, 255, 0.5));
}

.page-home .quick-action.primary {
  background: linear-gradient(135deg, var(--teal, #18e1ff), #0ea5e9);
  color: #000;
  border-color: transparent;
}

.page-home .quick-action.primary:hover {
  box-shadow: 0 12px 40px rgba(24, 225, 255, 0.4);
}

/* ─────────────────────────────────────────────
   STATS ROW - Animated Counters
   ───────────────────────────────────────────── */
.page-home .stats-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 1.5rem;
  margin: 0 1rem;
  background: linear-gradient(145deg, rgba(20, 26, 33, 0.7), rgba(15, 19, 24, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.page-home .stat-item {
  text-align: center;
  position: relative;
}

.page-home .stat-value {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: 2rem;
  color: var(--teal, #18e1ff);
  line-height: 1;
  text-shadow: 0 0 20px rgba(24, 225, 255, 0.4);
}

.page-home .stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* ─────────────────────────────────────────────
   STEPS GRID - How It Works Enhanced
   ───────────────────────────────────────────── */
.page-home .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.page-home .step-item {
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.page-home .step-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(24, 225, 255, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-home .step-item:hover {
  background: linear-gradient(145deg, rgba(24, 225, 255, 0.08), rgba(24, 225, 255, 0.03));
  border-color: rgba(24, 225, 255, 0.2);
  transform: translateY(-4px);
}

.page-home .step-item:hover::before {
  opacity: 1;
}

.page-home .step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(24, 225, 255, 0.15), rgba(24, 225, 255, 0.05));
  border: 1px solid rgba(24, 225, 255, 0.2);
  border-radius: 50%;
  color: var(--teal, #18e1ff);
  transition: all 0.3s ease;
}

.page-home .step-item:hover .step-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 30px rgba(24, 225, 255, 0.3);
}

.page-home .step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.page-home .step-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* ─────────────────────────────────────────────
   CAR GRID - Popular Now Enhanced
   ───────────────────────────────────────────── */
.page-home .car-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.page-home .car-grid .card {
  background: linear-gradient(145deg, rgba(25, 32, 40, 0.9), rgba(18, 23, 28, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.page-home .car-grid .card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(24, 225, 255, 0.3);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(24, 225, 255, 0.1);
}

/* ─────────────────────────────────────────────
   LIVE FEED - Activity Stream
   ───────────────────────────────────────────── */
.page-home .feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.page-home .feed-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-home .feed-item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.page-home .feed-item .feed-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.page-home .feed-item:hover .feed-hero-img {
  transform: scale(1.1);
}

.page-home .feed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-home .feed-item:hover .feed-overlay {
  opacity: 1;
}

/* ─────────────────────────────────────────────
   COMMUNITY SECTION - Enhanced Stats
   ───────────────────────────────────────────── */
.page-home .community-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.page-home .community-stat-card {
  padding: 24px 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.page-home .community-stat-card:hover {
  background: linear-gradient(145deg, rgba(24, 225, 255, 0.08), rgba(24, 225, 255, 0.02));
  border-color: rgba(24, 225, 255, 0.2);
  transform: translateY(-2px);
}

.page-home .community-stat-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  color: var(--teal, #18e1ff);
}

.page-home .community-stat-value {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}

.page-home .community-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* ─────────────────────────────────────────────
   TESTIMONIALS - Quote Cards
   ───────────────────────────────────────────── */
.page-home .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-home .testimonial-card {
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
}

.page-home .testimonial-card:hover {
  border-color: rgba(24, 225, 255, 0.15);
  transform: translateY(-2px);
}

.page-home .testimonial-icon {
  width: 32px;
  height: 32px;
  fill: rgba(24, 225, 255, 0.3);
  margin-bottom: 12px;
}

.page-home .testimonial-card blockquote {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 16px;
  font-style: italic;
}

.page-home .testimonial-card cite {
  font-size: 0.85rem;
  color: var(--teal, #18e1ff);
  font-style: normal;
  font-weight: 600;
}

/* ─────────────────────────────────────────────
   EVENT CARDS - List Style Enhanced
   ───────────────────────────────────────────── */
.page-home .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .list-item,
.page-home .event-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.page-home .list-item:hover,
.page-home .event-row:hover {
  background: linear-gradient(145deg, rgba(24, 225, 255, 0.06), rgba(24, 225, 255, 0.02));
  border-color: rgba(24, 225, 255, 0.2);
  transform: translateX(4px);
}

/* ─────────────────────────────────────────────
   CTA BANNER - Signup Prompt
   ───────────────────────────────────────────── */
.page-home .cta-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 1rem;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(24, 225, 255, 0.15), rgba(24, 225, 255, 0.05));
  border: 1px solid rgba(24, 225, 255, 0.2);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.page-home .cta-banner:hover {
  background: linear-gradient(135deg, rgba(24, 225, 255, 0.2), rgba(24, 225, 255, 0.1));
  border-color: rgba(24, 225, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(24, 225, 255, 0.15);
}

.page-home .cta-banner svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: var(--teal, #18e1ff);
}

.page-home .cta-banner h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.page-home .cta-banner p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ─────────────────────────────────────────────
   RESPONSIVE ADJUSTMENTS
   ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .page-home .quick-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .stats-row {
    gap: 16px;
    flex-wrap: wrap;
  }

  .page-home .stat-value {
    font-size: 1.5rem;
  }

  .page-home .steps-grid {
    grid-template-columns: 1fr;
  }

  .page-home .car-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .page-home .feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-home .section-title {
    font-size: 1.3rem;
  }

  .page-home .quick-actions {
    gap: 12px;
    padding: 1rem 0.75rem;
  }

  .page-home .quick-action {
    padding: 18px 12px;
    font-size: 0.8rem;
  }

  .page-home .quick-action svg {
    width: 28px;
    height: 28px;
  }
}

/* ─────────────────────────────────────────────
   COMPACT POLL OPTIONS - 2-Column Grid
   For polls with 5+ options, use compact layout
   ───────────────────────────────────────────── */

/* When poll has many options, use compact 2-column grid */
.poll-card__options--compact,
.hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

/* Compact poll option styling */
.poll-card__options--compact .poll-option,
.hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)) .poll-option {
  padding: 10px 12px;
  margin-bottom: 0;
  border-radius: 8px;
  min-height: auto;
}

.poll-card__options--compact .poll-option__content,
.hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)) .poll-option__content {
  flex-direction: row;
  gap: 6px;
  font-size: 0.85rem;
}

.poll-card__options--compact .poll-option__text,
.hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)) .poll-option__text {
  font-size: 0.85rem;
  font-weight: 600;
}

.poll-card__options--compact .poll-option__percent,
.hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)) .poll-option__percent {
  font-size: 0.75rem;
  opacity: 0.9;
}

/* Fallback for browsers without :has() - add class via JS */
.poll-card__options.poll-options-compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.poll-options-compact .poll-option {
  padding: 10px 12px;
  margin-bottom: 0;
  border-radius: 8px;
}

.poll-options-compact .poll-option__content {
  flex-direction: row;
  gap: 6px;
  font-size: 0.85rem;
}

.poll-options-compact .poll-option__text {
  font-size: 0.85rem;
  font-weight: 600;
}

.poll-options-compact .poll-option__percent {
  font-size: 0.75rem;
}

/* Mobile: Single column for very small screens */
@media (max-width: 400px) {
  .poll-card__options--compact,
  .hero-v2-poll-card .poll-card__options:has(.poll-option:nth-child(5)),
  .poll-options-compact {
    grid-template-columns: 1fr;
  }
}
