/* Best CLAT Coaching in India — national landing */

.bci-page {
  --navy: #0a225f;
  --navy-deep: #07163f;
  --gold: #E6AD38;
  --ink: #334155;
  --muted: #64748b;
  --paper: #f7f5f0;
  --line: #e4dfd4;
  background: #fff;
}

.bci-hero {
  background:
    radial-gradient(ellipse 70% 80% at 92% 0%, rgba(230, 173, 56, 0.2), transparent 55%),
    linear-gradient(160deg, #0a225f 0%, #07163f 60%, #0c2a6e 100%);
  color: #fff;
  padding: 36px 0 28px;
}

.bci-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 380px);
  gap: 28px;
  align-items: start;
}

.bci-kicker {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.bci-hero h1 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 14px;
  color: #fff;
  text-transform: none;
}

.bci-aeo {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 18px;
  max-width: 42rem;
}

.bci-aeo a {
  color: #ffe08a;
  font-weight: 700;
}

.bci-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.bci-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.bci-btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.bci-btn-gold:hover {
  background: #f0c05a;
  color: var(--navy);
  text-decoration: none;
}

.bci-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.bci-btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  text-decoration: none;
}

.bci-form {
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.bci-form h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 4px;
  text-align: center;
}

.bci-form p {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 12px;
}

.bci-form .form-control {
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}

.bci-form textarea.form-control {
  height: auto;
}

.bci-form .btn,
.bci-form input[type="submit"] {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.bci-form .btn:hover,
.bci-form input[type="submit"]:hover {
  background: #16348a;
  color: #fff;
}

.bci-stats {
  max-width: 1180px;
  margin: -18px auto 0;
  padding: 0 20px 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 2;
}

.bci-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 14px;
  box-shadow: 0 10px 24px rgba(10, 34, 95, 0.06);
}

.bci-stat strong {
  display: block;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: var(--navy);
  line-height: 1.15;
}

.bci-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.bci-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px;
}

.bci-section-h {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 10px;
  text-align: center;
}

.bci-lead {
  text-align: center;
  color: var(--ink);
  max-width: 720px;
  margin: 0 auto 22px;
  line-height: 1.7;
}

.bci-direct {
  background: var(--paper);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0 0 28px;
}

.bci-direct h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
  text-align: left;
}

.bci-direct p {
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}

.bci-direct a,
.bci-copy a,
.bci-faq a {
  color: #8a6a14;
  font-weight: 700;
}

.bci-why {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 8px;
}

.bci-why article {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 14px;
  padding: 16px 16px 14px;
}

.bci-why article:hover {
  border-color: var(--gold);
}

.bci-why h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}

.bci-why p {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.6;
}

.bci-copy {
  max-width: 760px;
  margin: 8px auto 0;
}

.bci-copy h2 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.35rem;
  color: var(--navy);
  margin: 1.5rem 0 0.7rem;
}

.bci-copy p,
.bci-copy li {
  color: var(--ink);
  line-height: 1.75;
}

.bci-copy ul {
  padding-left: 1.2rem;
}

.bci-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.bci-steps article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 14px;
}

.bci-steps span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.bci-steps h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 6px;
}

.bci-steps p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.55;
}

.bci-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 8px 0 0;
}

.bci-related a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--navy);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
}

.bci-related a:hover {
  border-color: var(--gold);
  color: #8a6a14;
  text-decoration: none;
}

.bci-faq {
  background: var(--paper);
}

.bci-faq .bci-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bci-faq .accordion-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.bci-faq .accordion-button {
  font-weight: 700;
  color: var(--navy);
  background: #fff;
}

.bci-faq .accordion-button:not(.collapsed) {
  color: #8a6a14;
  background: #fff8e8;
  box-shadow: none;
}

.bci-page .practice-wrap {
  background: #fff;
}

.bci-page .welcomeWrap,
.bci-page .tp-banner-container,
.bci-page .banner-photo {
  display: none;
}

@media (max-width: 991px) {
  .bci-hero-inner {
    grid-template-columns: 1fr;
  }

  .bci-stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .bci-why,
  .bci-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .bci-stats,
  .bci-why,
  .bci-steps {
    grid-template-columns: 1fr;
  }

  .bci-hero {
    padding-top: 24px;
  }
}
