.bc-hero { padding: 120px 24px 60px; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bc-tagline { color: #ef4444; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 16px; }
.bc-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.bc-title span { color: #ef4444; }
.bc-desc { color: #a1a1aa; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.bc-batch { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, rgba(220,38,38,0.12), rgba(120,20,20,0.15)); border: 1px solid rgba(220,38,38,0.3); border-radius: 16px; padding: 16px 20px; margin-bottom: 32px; max-width: 380px; position: relative; overflow: hidden; }
.bc-batch::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(220,38,38,0.03) 10px, rgba(220,38,38,0.03) 20px); pointer-events: none; }
.bc-batch-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, #dc2626, #991b1b); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 15px rgba(220,38,38,0.3); }
.bc-batch-icon img { width: 28px; height: 28px; object-fit: contain; }
.bc-batch-icon i { font-size: 24px; color: #fff; }
.bc-batch-info { flex: 1; }
.bc-batch-info .batch-title { font-weight: 800; color: #fff; font-size: 20px; line-height: 1.2; }
.bc-batch-info .batch-status { display: flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 13px; }
.bc-batch-info .batch-status .dot { width: 7px; height: 7px; border-radius: 50%; animation: pulse-dot 2s infinite; flex-shrink: 0; }
.bc-batch-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(220,38,38,0.4); display: flex; align-items: center; justify-content: center; color: #ef4444; font-size: 14px; flex-shrink: 0; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* Image with scan animation */
.bc-image-wrap { position: relative; display: flex; justify-content: center; }
.bc-image-container { position: relative; width: 400px; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; border: 2px solid rgba(220,38,38,0.3); box-shadow: 0 0 60px rgba(220,38,38,0.15), 0 0 120px rgba(220,38,38,0.05); }
.bc-image-container img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-image-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #18181b, #27272a); display: flex; align-items: center; justify-content: center; font-size: 80px; color: #3f3f46; }
.scan-line { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(239,68,68,0.9), transparent); animation: scan 6s cubic-bezier(0.4, 0, 0.2, 1) infinite; box-shadow: 0 0 15px rgba(239,68,68,0.6), 0 0 40px rgba(239,68,68,0.2), 0 2px 30px rgba(239,68,68,0.15); }
@keyframes scan { 0% { top: 0; opacity: 0.3; } 10% { opacity: 1; } 50% { top: calc(100% - 2px); opacity: 1; } 60% { opacity: 0.3; } 70% { opacity: 1; } 100% { top: 0; opacity: 0.3; } }
.scan-corners { position: absolute; inset: -2px; border-radius: 24px; }
.scan-corners::before, .scan-corners::after { content: ''; position: absolute; width: 30px; height: 30px; border-color: #ef4444; border-style: solid; }
.scan-corners::before { top: 8px; left: 8px; border-width: 3px 0 0 3px; border-radius: 8px 0 0 0; }
.scan-corners::after { bottom: 8px; right: 8px; border-width: 0 3px 3px 0; border-radius: 0 0 8px 0; }

/* Stats */
.bc-stats { display: grid; gap: 16px; padding: 0 24px 60px; max-width: 1100px; margin: 0 auto; }
.bc-stat { background: #18181b; border: 1px solid #27272a; border-radius: 12px; padding: 20px; text-align: center; transition: border-color 0.3s; }
.bc-stat:hover { border-color: rgba(220,38,38,0.5); }
.bc-stat .val { font-size: 1.8rem; font-weight: 900; color: #fff; }
.bc-stat .val.red { color: #ef4444; }
.bc-stat .lbl { color: #71717a; font-size: 12px; margin-top: 4px; }

/* Syllabus */
.bc-syllabus { padding: 60px 24px 20px; max-width: 900px; margin: 0 auto; }
.bc-syllabus h2 { font-size: 2rem; font-weight: 900; margin-bottom: 40px; text-align: center; }
.bc-syllabus h2 span { color: #ef4444; }
.syl-card { background: #18181b; border: 1px solid #27272a; border-radius: 16px; margin-bottom: 16px; overflow: hidden; transition: border-color 0.3s; }
.syl-card:hover { border-color: rgba(220,38,38,0.4); }
.syl-header { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.syl-header h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0; display: flex; align-items: center; gap: 12px; }
.syl-header h3 .num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(220,38,38,0.15); color: #f87171; font-size: 13px; font-weight: 800; }
.syl-header .chevron { color: #52525b; transition: transform 0.3s; font-size: 18px; }
.syl-card.open .chevron { transform: rotate(180deg); }
.syl-body { padding: 0 24px 20px; display: none; }
.syl-card.open .syl-body { display: block; }
.syl-desc { color: #71717a; font-size: 14px; margin-bottom: 12px; }
.syl-items { list-style: none; padding: 0; }
.syl-items li { padding: 8px 0; color: #a1a1aa; font-size: 14px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #1f1f23; }
.syl-items li:last-child { border: none; }
.syl-items li i { color: #ef4444; font-size: 10px; }
.syl-new { display:inline-block;background:rgba(220,38,38,0.15);color:#ef4444;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;margin-left:8px;letter-spacing:0.5px;line-height:1.4;vertical-align:middle; }

@media (max-width: 768px) {
  .bc-hero { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .bc-stats { grid-template-columns: repeat(2, 1fr) !important; }
  .bc-image-container { width: 280px; }
  .reg-row { grid-template-columns: 1fr !important; }
}

/* Registration Form */
.reg-section { max-width: 700px; margin: 0 auto; padding: 0 24px 80px; }
.reg-header { text-align: center; margin-bottom: 32px; padding-top: 32px; border-top: 1px solid #27272a; }
.reg-header h2 { font-size: 1.8rem; font-weight: 900; color: #fff; margin: 0 0 6px; }
.reg-header p { color: #71717a; font-size: 14px; margin: 0; }
.reg-form { display: flex; flex-direction: column; gap: 20px; }
.reg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.reg-field label { display: block; font-size: 13px; color: #a1a1aa; margin-bottom: 8px; font-weight: 600; }
.reg-field label span { color: #ef4444; }
.reg-field input, .reg-field select, .reg-field textarea {
  width: 100%; padding: 12px 16px; border-radius: 10px; border: 1px solid #27272a;
  background: #18181b; color: #e4e4e7; font-size: 14px; outline: none; transition: border-color 0.2s;
  font-family: inherit; box-sizing: border-box;
}
.reg-field input:focus, .reg-field select:focus, .reg-field textarea:focus { border-color: #ef4444; }
.reg-field input::placeholder, .reg-field textarea::placeholder { color: #52525b; }
.reg-field small { display: block; margin-top: 4px; font-size: 12px; color: #52525b; }
.reg-field textarea { resize: vertical; min-height: 80px; }
.reg-field select { cursor: pointer; -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2371717a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}
.reg-payment { border: 1px solid #27272a; border-radius: 12px; padding: 20px; background: #18181b; }
.reg-payment .pay-title { font-size: 13px; color: #ef4444; font-weight: 700; margin: 0 0 10px; }
.reg-payment .pay-amount { font-size: 14px; color: #a1a1aa; margin: 0; }
.reg-payment .pay-amount strong { color: #fff; }
.reg-payment .pay-accounts { margin-top: 10px; font-size: 13px; color: #a1a1aa; line-height: 1.8; white-space: pre-line; }
.reg-payment .pay-name { font-size: 12px; color: #71717a; font-style: italic; margin: 8px 0 0; }
.reg-file input[type="file"] { padding: 10px 16px; }
.reg-file input[type="file"]::file-selector-button {
  background: #27272a; color: #e4e4e7; border: none; padding: 6px 16px; border-radius: 6px;
  margin-right: 12px; cursor: pointer; font-size: 13px;
}
.reg-submit { width: 100%; padding: 16px; border: none; border-radius: 12px; background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; transition: opacity 0.2s; }
.reg-submit:hover { opacity: 0.9; }
.reg-alert-success { background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 24px; }
.reg-alert-success i { color: #4ade80; font-size: 32px; display: block; margin-bottom: 8px; }
.reg-alert-success p { color: #4ade80; font-weight: 700; margin: 0; }
.reg-alert-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); border-radius: 12px; padding: 16px; margin-bottom: 16px; color: #f87171; font-size: 14px; }
