@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Telugu:wght@400;500;600;700;800;900&display=swap');
/* ==========================================================================
   BiggBossVoting.me — Human-Crafted Editorial Design System
   Inspired by modern entertainment media & clean fan voting portals
   ========================================================================== */

:root {
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Brand Colors */
  --primary: #dc2626;
  --primary-hover: #b91c1c;
  --primary-subtle: #fef2f2;
  --primary-border: #fecaca;
  
  --dark: #0f172a;
  --dark-sub: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  
  --bg-page: #f8fafc;
  --bg-card: #ffffff;
  --border-light: #e2e8f0;
  --border-subtle: #f1f5f9;

  --accent-green: #059669;
  --accent-green-bg: #ecfdf5;
  --accent-green-border: #a7f3d0;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 12px 28px -4px rgba(0, 0, 0, 0.08);
  
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-page);
  color: var(--dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.5px;
}

.logo span {
  color: var(--primary);
}

.logo-tag {
  font-size: 0.72rem;
  font-weight: 800;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 2px solid #cbd5e1;
  display: inline-block;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: #334155;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 6px 0;
  position: relative;
  transition: color 0.15s ease;
  background: transparent !important;
}

.main-nav a:hover {
  color: #dc2626;
}

.main-nav a.active {
  color: #dc2626;
  font-weight: 700;
  border-bottom: 2px solid #dc2626;
  border-radius: 0 !important;
}

.nav-cta {
  background: #dc2626 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  transition: background 0.15s ease;
}

.nav-cta:hover {
  background: var(--primary-hover) !important;
}

.mobile-toggle {
  display: none;
  font-size: 1.4rem;
  padding: 6px 10px;
  color: var(--dark);
  border-radius: 8px;
  border: 1px solid var(--border-light);
  background: #f8fafc;
}

/* ==========================================================================
   Grand Finale Live Ticker & Editorial Hero
   ========================================================================== */
.grand-finale-live-bar {
  background: #0f172a;
  color: #ffffff;
  padding: 8px 0;
  font-size: 0.82rem;
  border-bottom: 1px solid #1e293b;
}

.finale-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.badge-live-sharp {
  background: #dc2626;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.live-dot-white {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  animation: livePulse 1.4s infinite ease-in-out;
}

.finale-bar-headline {
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.bar-sep {
  color: #475569;
}

.finale-bar-deadline {
  color: #cbd5e1;
  font-weight: 500;
}

.editorial-hero {
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
  padding: 42px 0 36px;
  text-align: center;
}

.editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dc2626;
  margin-bottom: 12px;
}

.editorial-kicker-dot {
  width: 8px;
  height: 8px;
  background: #dc2626;
  border-radius: 50%;
  animation: livePulse 1.6s infinite ease-in-out;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.8px;
  line-height: 1.18;
  max-width: 900px;
  margin: 0 auto 14px;
}

.hero-title .highlight {
  color: #dc2626;
}

.hero-sub {
  font-size: clamp(0.98rem, 2.5vw, 1.12rem);
  color: #475569;
  max-width: 760px;
  margin: 0 auto 26px;
  line-height: 1.65;
}

.hero-actions-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.15s ease;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #1e293b;
  box-shadow: var(--shadow-xs);
}

.hero-btn:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
}

.hero-btn.primary {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(220, 38, 38, 0.25);
}

.hero-btn.primary:hover {
  background: #b91c1c;
  border-color: #b91c1c;
}
/* Season Info Banner */
.season-bar {
  background: #f1f5f9;
  border-bottom: 1px solid var(--border-light);
  padding: 9px 0;
  font-size: 0.84rem;
  color: #64748b;
  font-weight: 600;
}

.season-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.season-badge-tag {
  color: var(--dark);
  font-weight: 700;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */
.section-header {
  margin: 35px 0 22px;
}

.section-tagline {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--primary);
  margin-bottom: 4px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.4px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  max-width: 720px;
}

/* ==========================================================================
   Contestant Editorial Cards
   ========================================================================== */
.contestant-editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 22px;
  margin-bottom: 40px;
}

.c-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.c-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #cbd5e1;
}

.c-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}

.c-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.35s ease;
}

.c-card:hover .c-card-media img {
  transform: scale(1.05);
}

.c-nominee-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.c-status-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.6px;
}

.c-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c-card-name {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 2px;
}

.c-card-profession {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}

.c-insta-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 10px;
  transition: color 0.15s ease;
}

.c-insta-link:hover {
  color: #dc2626;
}

.c-insta-link svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.c-card-bio {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.c-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.btn-card-vote {
  flex: 1.4;
  background: var(--primary);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.2);
  transition: all 0.15s ease;
}

.btn-card-vote:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}

.btn-card-bio {
  flex: 0.6;
  background: #f1f5f9;
  color: #334155 !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.btn-card-bio:hover {
  background: #e2e8f0;
  color: var(--dark) !important;
}

/* ==========================================================================
   StrawPoll Verified Live Arena Container
   ========================================================================== */
.poll-arena-container {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 28px;
  margin-bottom: 45px;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 80px;
}

.poll-arena-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-subtle);
}

.verified-poll-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.verified-poll-badge .dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
}

.strawpoll-embed {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 1260px;
  height: auto;
  overflow: hidden;
}

/* ==========================================================================
   Missed Call Quick-Dial Cards (Human-Crafted)
   ========================================================================== */
.missed-call-section-wrap {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 30px;
  margin-bottom: 45px;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 80px;
}

.mc-notice-bar {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-md);
  padding: 12px 18px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: #166534;
}

.mc-notice-badge {
  background: #16a34a;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.mc-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 16px;
}

.mc-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-xs);
  transition: all 0.2s ease;
}

.mc-card:hover {
  border-color: #10b981;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.12);
  transform: translateY(-2px);
}

.mc-avatar {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e2e8f0;
}

.mc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-info {
  flex: 1;
  min-width: 0;
}

.mc-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-role {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-phone-pill {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 800;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 2px 8px;
  border-radius: 6px;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-dial {
  background: #059669;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.25);
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.btn-dial:hover {
  background: #047857;
  transform: scale(1.03);
}

/* ==========================================================================
   Hotstar 3-Step Voting Walkthrough
   ========================================================================== */
.hotstar-guide-wrap {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 30px;
  margin-bottom: 45px;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 80px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.step-card {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 22px;
  position: relative;
}

.step-badge {
  width: 32px;
  height: 32px;
  background: var(--dark);
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.step-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}

.step-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   Clean FAQ Accordion
   ========================================================================== */
.faq-wrap {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 30px;
  margin-bottom: 45px;
  box-shadow: var(--shadow-sm);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.faq-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s ease;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question.active {
  color: var(--primary);
  border-bottom: 1px solid var(--border-subtle);
}

.faq-answer {
  padding: 16px 20px;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.65;
  background: #f8fafc;
  display: none;
}

.faq-answer.show {
  display: block;
}

/* ==========================================================================
   Clean AdSlot Container
   ========================================================================== */
.ad-slot-wrap {
  margin: 24px auto;
  text-align: center;
  min-height: 0;
}

/* ==========================================================================
   Toast Notification
   ========================================================================== */
.toast-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #0f172a;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem;
  font-weight: 700;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-notice.show {
  transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
   Mobile Floating Vote Action Pill
   ========================================================================== */
.mobile-floating-vote {
  display: none;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 990;
  width: calc(100% - 36px);
  max-width: 320px;
}

@media (max-width: 768px) {
  .mobile-floating-vote {
    display: block;
  }
}

.floating-vote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff !important;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.94rem;
  box-shadow: 0 8px 24px rgba(225, 29, 72, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 45px 0 25px;
  margin-top: 50px;
  border-top: 3px solid var(--primary);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 35px;
}

.footer-brand h4 {
  font-family: var(--font-heading);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #94a3b8;
}

.footer-col h5 {
  font-family: var(--font-heading);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
}

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

.footer-col a {
  color: #cbd5e1;
  font-size: 0.86rem;
}

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

.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #cbd5e1;
  margin-top: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: #64748b;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 16px 20px 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid var(--border-light);
    gap: 8px;
    align-items: stretch;
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a {
    padding: 10px 14px;
    font-size: 0.96rem;
  }

  .mobile-toggle {
    display: block;
  }

  .editorial-hero {
    padding: 30px 0 24px;
  }

  .hero-actions-bar {
    flex-direction: column;
    width: 100%;
  }

  .action-pill-btn {
    width: 100%;
    justify-content: center;
  }

  .contestant-editorial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .poll-arena-container {
    padding: 18px 14px;
  }

  .strawpoll-embed {
    min-height: 1340px;
    height: auto;
    overflow: hidden;
  }

.card-bio-snippet {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.btn-card-profile {
  flex: 0.6;
  background: #f1f5f9;
  color: #334155 !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.btn-card-profile:hover {
  background: #e2e8f0;
  color: var(--dark) !important;
}

.badge-status {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.badge-status.nominated {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.3);
}

.badge-status.safe {
  background: #059669;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}

.hero-section {
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
  padding: 36px 0 32px;
  text-align: center;
}

.hero-pill-group {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-pill {
  background: #f1f5f9;
  border: 1px solid var(--border-light);
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #475569;
}

.hero-pill.live-tag {
  background: var(--primary-subtle);
  border-color: var(--primary-border);
  color: var(--primary);
}

.content-box {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 30px;
  margin-bottom: 35px;
  box-shadow: var(--shadow-sm);
}

.content-box h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.content-box h2 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--dark);
  margin: 24px 0 10px;
}

.content-box p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.content-box ul, .content-box ol {
  margin: 0 0 20px 24px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.content-box li {
  margin-bottom: 6px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  margin: 18px 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9rem;
}

.data-table th {
  background: #f8fafc;
  padding: 12px 16px;
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--dark);
  border-bottom: 1px solid var(--border-light);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
}

.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  color: #334155;
}

.data-table tr:last-child td {
  border-bottom: none;
}


/* ==========================================================================
   Social Profile Header (X/Twitter & Facebook Style)
   ========================================================================== */
.social-profile-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

.profile-cover-banner {
  height: 200px;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #881337 100%);
  position: relative;
}

.cover-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(220, 38, 38, 0.3) 0%, transparent 60%);
}

.cover-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.profile-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 24px;
  margin-top: -65px;
  position: relative;
  z-index: 2;
}

.profile-avatar-wrap {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.profile-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-actions-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  flex-wrap: wrap;
}

.btn-profile-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #047857 !important;
  border: 1px solid #a7f3d0;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.15s ease;
}

.btn-profile-call:hover {
  background: #047857;
  color: #ffffff !important;
}

.btn-profile-vote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dc2626;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 8px 18px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.25);
  transition: all 0.15s ease;
}

.btn-profile-vote:hover {
  background: #b91c1c;
}

.profile-intro-content {
  padding: 16px 24px 0;
}

.profile-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.profile-display-name {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
}

.verified-check {
  display: inline-flex;
  align-items: center;
}

.profile-handle-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.profile-handle {
  font-weight: 600;
  color: #64748b;
}

.profile-dot {
  color: #cbd5e1;
}

.profile-role-badge {
  font-weight: 700;
  color: #dc2626;
}

.profile-bio-text {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
  max-width: 820px;
  margin-bottom: 16px;
}

.profile-social-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.86rem;
  color: #64748b;
  margin-bottom: 20px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.meta-item svg {
  color: #94a3b8;
}

.profile-tabs-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--border-light);
  overflow-x: auto;
}

.profile-tab {
  padding: 14px 0;
  font-weight: 700;
  font-size: 0.92rem;
  color: #64748b;
  position: relative;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.profile-tab:hover {
  color: #0f172a;
}

.profile-tab.active {
  color: #0f172a;
  border-bottom: 3px solid #dc2626;
}

/* 2-Column Twitter/FB Feed Layout */
.profile-feed-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
}

.feed-story-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-xs);
}

.feed-story-card h2 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feed-story-card p {
  font-size: 0.93rem;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 14px;
}

.feed-story-card p:last-child {
  margin-bottom: 0;
}

.sidebar-widget {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-xs);
}

.sidebar-widget h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-subtle);
}

@media (max-width: 860px) {
  .profile-feed-layout {
    grid-template-columns: 1fr;
  }
  .profile-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: -50px;
  }
  .profile-avatar-wrap {
    width: 100px;
    height: 100px;
  }
  .profile-actions-top {
    width: 100%;
  }
  .btn-profile-vote, .btn-profile-call {
    flex: 1;
    justify-content: center;
  }
}


/* ==========================================================================
   Live Exit Poll Sync Widget (Profile Sidebar)
   ========================================================================== */
.poll-sync-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-xs);
}

.poll-sync-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-subtle);
}

.poll-sync-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.poll-sync-title h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
  padding: 0;
  border: none;
}

.pulse-dot-green {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: livePulse 1.5s infinite ease-in-out;
}

.poll-source-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.poll-sync-desc {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
}

.poll-data-metric {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.metric-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.metric-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
}

.metric-value {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  color: #dc2626;
}

.metric-bar-bg {
  background: #e2e8f0;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.metric-bar-fill {
  background: #dc2626;
  height: 100%;
  border-radius: 4px;
  transition: width 0.6s ease-in-out;
}

.metric-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: #64748b;
}

.metric-meta-row strong {
  color: #0f172a;
}

.poll-sync-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-sync-vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #dc2626;
  color: #ffffff !important;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 6px;
  transition: all 0.15s ease;
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.2);
}

.btn-sync-vote:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}

.btn-sync-results {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
  padding: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  transition: all 0.15s ease;
}

.btn-sync-results:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #94a3b8;
}


/* ==========================================================================
   Featured Show Banner & Target Highlights
   ========================================================================== */
.featured-show-banner {
  border-radius: 16px;
  overflow: hidden;
  margin: 15px 0 35px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  background: #0f172a;
}

.featured-show-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Scroll target positioning for backlink anchor */
#poll-section, #poll, #live-poll {
  scroll-margin-top: 85px;
}

#poll-section:target {
  animation: targetHighlight 1.5s ease;
}

@keyframes targetHighlight {
  0% { box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.4); }
  100% { box-shadow: var(--shadow-sm); }
}

/* Cover photo with uploaded banner */
.profile-cover-banner {
  height: 220px;
  background: url('/assets/images/bigg-boss-agnipariksha-banner.png') center center / cover no-repeat;
  position: relative;
}

.cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.8) 100%);
}

/* ==========================================================================
   Contestants Official Instagram Profiles Section (After Poll)
   ========================================================================== */
.insta-profiles-container {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 45px;
  box-shadow: var(--shadow-sm);
}

.insta-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-subtle);
}

.insta-section-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 2px;
}

.insta-section-sub {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.insta-count-badge {
  background: #f1f5f9;
  border: 1px solid var(--border-light);
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.insta-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 20px 10px 18px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-xs);
  position: relative;
  text-decoration: none !important;
}

.insta-card:hover {
  transform: translateY(-4px);
  border-color: #e1306c;
  box-shadow: 0 8px 20px rgba(225, 48, 108, 0.15);
}

.insta-avatar-wrap {
  width: 68px;
  height: 68px;
  position: relative;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.insta-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: block;
}

.insta-badge-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.insta-badge-icon svg {
  width: 11px;
  height: 11px;
  fill: #ffffff;
}

.insta-card-name {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.insta-card-handle {
  font-size: 0.78rem;
  font-weight: 600;
  color: #e1306c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color 0.15s ease;
}

.insta-card:hover .insta-card-handle {
  color: #c13584;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .insta-card {
    padding: 16px 8px 14px;
  }
  .insta-avatar-wrap {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 500px) {
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   Modern Telugu Typography & Editorial Magazine Layout
   ========================================================================== */
[lang="te"], .telugu-text, .telugu-editorial-card, .telugu-article-body {
  font-family: 'Noto Sans Telugu', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
  line-height: 1.85 !important;
  letter-spacing: 0.012em;
}

.telugu-heading {
  font-family: 'Noto Sans Telugu', 'Outfit', sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em;
}

.article-card-thumb {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #0f172a;
}

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

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

.article-category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.article-time-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}
