/* KCET 2026 Hub — Custom styles beyond Tailwind CDN */
.hero-gradient { background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #1a365d 100%); }
.ad-placeholder { display: flex; align-items: center; justify-content: center; min-height: 90px; padding: 1.5rem; border: 2px dashed #f59e0b; border-radius: 0.75rem; background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); color: #92400e; font-size: 0.875rem; font-weight: 500; }
.form-input:focus { border-color: #f59e0b; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25); }
.form-error { margin-top: 0.25rem; font-size: 0.75rem; color: #dc2626; }
.form-error.hidden { display: none; }
.cutoff-table { min-width: 800px; }
.cutoff-table tbody tr:nth-child(even) { background-color: #f8fafc; }
.cutoff-table tbody tr:hover { background-color: #fffbeb; }
.cutoff-table td, .cutoff-table th { padding: 0.75rem 1rem; }
.sticky-col { position: sticky; left: 0; z-index: 2; background-color: #1a365d; }
.sticky-col-name { position: sticky; left: 3rem; z-index: 1; background-color: inherit; min-width: 200px; }
.cutoff-table thead .sticky-col-name { background-color: #1a365d; z-index: 3; }
.cutoff-table tbody tr:nth-child(even) .sticky-col-name { background-color: #f8fafc; }
.cutoff-table tbody tr:nth-child(odd) .sticky-col-name { background-color: #fff; }
.cutoff-table tbody tr:hover .sticky-col-name, .cutoff-table tbody tr:hover .sticky-col { background-color: #fffbeb; }
.cutoff-table tbody tr:nth-child(even) .sticky-col { background-color: #f8fafc; }
.cutoff-table tbody tr:nth-child(odd) .sticky-col { background-color: #fff; }
.table-scroll-wrapper { -webkit-overflow-scrolling: touch; }
.badge-arch { display: inline-block; padding: 0.125rem 0.5rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.badge-arch--available { background: #d1fae5; color: #065f46; }
.badge-arch--separate { background: #dbeafe; color: #1e40af; }
.badge-arch--na { background: #f1f5f9; color: #64748b; }
.uni-logo { width: 3rem; height: 3rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.uni-card { transition: box-shadow 0.2s, transform 0.2s; }
.uni-card:hover { box-shadow: 0 10px 25px -5px rgba(26,54,93,0.12); transform: translateY(-2px); }
.rules-list { list-style: none; padding-left: 0; }
.rules-list li { position: relative; padding-left: 1.75rem; line-height: 1.6; }
.rules-list li::before { content: ""; position: absolute; left: 0; top: 0.45rem; width: 0.65rem; height: 0.65rem; background: #f59e0b; border-radius: 2px; transform: rotate(45deg); }
.whatsapp-fab { position: fixed; bottom: calc(1.25rem + env(safe-area-inset-bottom,0)); right: calc(1.25rem + env(safe-area-inset-right,0)); z-index: 60; width: 3.5rem; height: 3.5rem; border-radius: 9999px; background: #25d366; color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(37,211,102,0.45); animation: fab-pulse 2.5s ease-in-out infinite; }
.whatsapp-fab:hover { background: #128c7e; transform: scale(1.08); }
@keyframes fab-pulse { 0%,100% { box-shadow: 0 4px 14px rgba(37,211,102,0.45); } 50% { box-shadow: 0 4px 20px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.15); } }
#site-header.is-scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.data-banner { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; padding: 0.75rem 1rem; border-radius: 0.5rem; font-size: 0.8rem; }
.live-dates-banner { font-size: 0.875rem; }
.kannada-block { background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); border: 1px solid #86efac; border-radius: 0.75rem; padding: 1rem 1.25rem; }
.seo-hub { border-top: 1px solid #e2e8f0; }
.seo-hub-link { display: inline-block; padding: 0.35rem 0.75rem; font-size: 0.8rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 9999px; color: #1a365d; transition: border-color 0.2s; }
.seo-hub-link:hover { border-color: #f59e0b; color: #d97706; }
.breadcrumb { font-size: 0.875rem; color: #64748b; }
.breadcrumb a { color: #1a365d; }
.breadcrumb a:hover { color: #f59e0b; }
.timeline { display: flex; flex-direction: column; gap: 0; }
.timeline-item { display: flex; gap: 1rem; padding-bottom: 1.5rem; position: relative; }
.timeline-item:not(:last-child)::before { content: ""; position: absolute; left: 0.65rem; top: 1.5rem; bottom: 0; width: 2px; background: #cbd5e1; }
.timeline-dot { width: 1.25rem; height: 1.25rem; border-radius: 9999px; flex-shrink: 0; margin-top: 0.2rem; }
.timeline-dot--done { background: #22c55e; }
.timeline-dot--active { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,0.3); }
.timeline-dot--upcoming { background: #cbd5e1; }
.suggest-item { padding: 0.75rem; border: 1px solid #e2e8f0; border-radius: 0.5rem; margin-bottom: 0.5rem; display: flex; flex-direction: column; gap: 0.15rem; background: #fff; }
/* Option entry priority table */
#option-entry-table { border-collapse: collapse; }
#option-entry-table td { vertical-align: middle; }
#option-entry-table tbody tr:hover { filter: brightness(0.96); }
#option-entry-table .priority-num { width: 2.5rem; }
/* PDF / share action buttons */
.action-btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
.suggest-box--dream { border-left: 4px solid #7c3aed; }
.suggest-box--moderate { border-left: 4px solid #f59e0b; }
.suggest-box--safe { border-left: 4px solid #22c55e; }
.rank-band { border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1.25rem; margin-bottom: 1rem; }
.rank-band h3 { color: #1a365d; font-weight: 700; }
.faq-item { border-bottom: 1px solid #e2e8f0; padding: 1rem 0; }
.faq-item summary { font-weight: 600; color: #1a365d; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: #f59e0b; }
.step-card { display: flex; gap: 1rem; padding: 1rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.75rem; }
.step-num { width: 2rem; height: 2rem; background: #1a365d; color: #f59e0b; border-radius: 9999px; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.mistake-box { background: #fef2f2; border: 1px solid #fecaca; border-radius: 0.75rem; padding: 1.25rem; }
.card-link { display: block; padding: 1.25rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 0.75rem; transition: box-shadow 0.2s; }
.card-link:hover { box-shadow: 0 4px 12px rgba(26,54,93,0.1); border-color: #f59e0b; }
.stats-bar { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.stats-bar--hero .stat-pill { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: #fff; }
.stats-bar--hero .stat-num { color: #fbbf24; }
.stats-bar--hero .stat-label { color: rgba(255,255,255,0.85); }
.stat-pill { display: flex; flex-direction: column; align-items: center; padding: 0.6rem 1rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 0.75rem; min-width: 5.5rem; }
.stat-num { font-size: 1.25rem; font-weight: 800; color: #1a365d; line-height: 1.2; }
.stat-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; margin-top: 0.15rem; text-align: center; }
.hero-badge { display: inline-block; padding: 0.25rem 0.75rem; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 9999px; }
.hero-badge--gold { background: rgba(245,158,11,0.25); border-color: #fbbf24; color: #fef3c7; }
.hero-search { display: flex; gap: 0.5rem; background: #fff; padding: 0.35rem; border-radius: 0.75rem; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.hero-search-input { flex: 1; border: none; padding: 0.75rem 1rem; font-size: 1rem; border-radius: 0.5rem; color: #1e293b; min-width: 0; }
.hero-search-input:focus { outline: none; box-shadow: 0 0 0 2px rgba(245,158,11,0.4); }
.hero-search-btn { padding: 0.75rem 1.25rem; background: #f59e0b; color: #1a365d; font-weight: 700; border: none; border-radius: 0.5rem; cursor: pointer; white-space: nowrap; }
.hero-search-btn:hover { background: #d97706; }
.hero-search--light { box-shadow: 0 4px 20px rgba(26,54,93,0.1); border: 1px solid #e2e8f0; }
.tool-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 1rem; box-shadow: 0 4px 20px rgba(26,54,93,0.08); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.tool-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(26,54,93,0.12); border-color: #f59e0b; }
.tool-card--featured { border-color: #f59e0b; background: linear-gradient(135deg, #fffbeb 0%, #fff 50%); }
.tool-icon { font-size: 1.75rem; line-height: 1; flex-shrink: 0; }
.tool-cta { display: inline-block; margin-top: 0.5rem; font-size: 0.8rem; font-weight: 600; color: #d97706; }
.seat-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.seat-chip { display: inline-block; padding: 0.15rem 0.5rem; font-size: 0.7rem; background: #f1f5f9; border-radius: 0.35rem; color: #334155; }
.seat-chip strong { color: #1a365d; }
.badge-chance { display: inline-block; padding: 0.1rem 0.45rem; font-size: 0.65rem; font-weight: 700; border-radius: 9999px; text-transform: uppercase; letter-spacing: 0.03em; }
.badge-chance--dream { background: #ede9fe; color: #6d28d9; }
.badge-chance--mod { background: #fef3c7; color: #b45309; }
.badge-chance--safe { background: #d1fae5; color: #047857; }
.predictor-college-row { padding: 0.75rem 1rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 0.75rem; }
.seat-verified { color: #16a34a; font-size: 0.75rem; margin-left: 0.25rem; }
.disclaimer-strip { background: #fef2f2; border-bottom: 2px solid #fecaca; color: #991b1b; font-size: 0.8rem; }
.disclaimer-strip a { color: #b45309; text-decoration: underline; }
.disclaimer-strip--footer { background: rgba(127, 29, 29, 0.35); border: 1px solid rgba(254, 202, 202, 0.35); border-radius: 0.5rem; padding: 0.875rem 1rem; color: #fecaca; font-size: 0.75rem; text-align: center; }
.disclaimer-strip--footer a { color: #fcd34d; }
.disclaimer-strip--footer a:hover { color: #fde68a; }
.home-predictor-card { background: #fff; border-radius: 1rem; box-shadow: 0 20px 50px rgba(26,54,93,0.15); border: 1px solid #e2e8f0; overflow: hidden; }
.home-predictor-header { background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%); color: #fff; padding: 1.25rem 1.5rem; }
.predictor-steps { display: flex; gap: 0.5rem; margin-top: 0.75rem; }

/* Dual exam chooser — homepage traffic magnet */
.predictor-choice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .predictor-choice { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
.predictor-choice-card {
  display: block;
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  text-decoration: none;
  color: inherit;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px rgba(26, 54, 93, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.predictor-choice-card:hover,
.predictor-choice-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(26, 54, 93, 0.18);
  outline: none;
}
.predictor-choice-card--kcet {
  background: linear-gradient(145deg, #1a365d 0%, #2b4c7e 100%);
  color: #fff;
  border-color: #1a365d;
}
.predictor-choice-card--neet {
  background: linear-gradient(145deg, #0f766e 0%, #115e59 100%);
  color: #fff;
  border-color: #0f766e;
}
.predictor-choice-card .pc-eyebrow {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  margin-bottom: 0.55rem;
  background: rgba(255,255,255,0.18);
}
.predictor-choice-card--kcet .pc-eyebrow { color: #fef3c7; background: rgba(245,158,11,0.28); }
.predictor-choice-card--neet .pc-eyebrow { color: #ccfbf1; background: rgba(45,212,191,0.25); }
.predictor-choice-card h2 {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.35rem;
}
@media (min-width: 640px) {
  .predictor-choice-card h2 { font-size: 1.35rem; }
}
.predictor-choice-card p {
  font-size: 0.8rem;
  opacity: 0.92;
  margin: 0 0 0.85rem;
  line-height: 1.4;
}
.predictor-choice-card .pc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.55rem 0.9rem;
  border-radius: 0.55rem;
  background: #f59e0b;
  color: #1a365d;
}
.predictor-choice-card--neet .pc-cta {
  background: #5eead4;
  color: #134e4a;
}
.predictor-choice-card .pc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.predictor-choice-card .pc-meta span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.14);
}

.neet-home-strip {
  margin-top: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #99f6e4;
  background: linear-gradient(90deg, #f0fdfa 0%, #ecfeff 100%);
  padding: 0.9rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.neet-home-strip a.neet-home-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #0f766e;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  border-radius: 0.55rem;
  text-decoration: none;
  min-height: 44px;
}
.neet-home-strip a.neet-home-cta:hover { background: #115e59; }
.predictor-step-dot { flex: 1; text-align: center; font-size: 0.65rem; padding: 0.35rem 0.25rem; border-radius: 0.35rem; background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); }
.predictor-step-dot--active { background: #f59e0b; color: #1a365d; font-weight: 700; }
.predictor-step-dot--done { background: rgba(34,197,94,0.3); color: #fff; }
.mobile-input-wrap { display: flex; gap: 0.5rem; align-items: stretch; }
.mobile-prefix { display: flex; align-items: center; padding: 0 0.75rem; background: #f1f5f9; border: 1px solid #cbd5e1; border-radius: 0.5rem 0 0 0.5rem; font-weight: 600; color: #475569; }
.mobile-input-wrap input { border-radius: 0 0.5rem 0.5rem 0; border-left: none; }
.btn-whatsapp-lg { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.875rem 1.5rem; background: #25d366; color: #fff; font-weight: 700; border-radius: 0.75rem; border: none; cursor: pointer; font-size: 1rem; min-height: 48px; }
.btn-whatsapp-lg:hover { background: #128c7e; }
.predictor-note { font-size: 0.7rem; color: #64748b; line-height: 1.5; }
@media (prefers-reduced-motion: reduce) { .whatsapp-fab { animation: none; } .uni-card:hover { transform: none; } .tool-card:hover { transform: none; } }
