/* =========================================================
   BICENTENARIO — bicentenario.css
   Extiende style.css sin modificarlo
========================================================= */

/* ── Página base ── */
.bic-page {
  padding-bottom: 3rem;
}

/* ── Chip de año ── */
.bic-chip {
  display: inline-flex;
  align-items: center;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: rgba(201, 151, 58, .14);
  border: 1px solid rgba(201, 151, 58, .35);
  font-weight: 800;
  font-size: .9rem;
  color: #7a4f10;
  letter-spacing: .04em;
}

/* ── HERO ── */
.bic-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin: 1.6rem 0 2rem;
  background: linear-gradient(135deg, rgba(201,151,58,.08), rgba(42,74,107,.08));
  border: 1px solid rgba(201,151,58,.18);
  border-radius: 24px;
  padding: 2.2rem 2.4rem;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.bic-hero__eyebrow {
  margin-bottom: .6rem;
}

.bic-hero__title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.05;
  margin: 0 0 .8rem;
}

.bic-hero__title--italic {
  font-style: italic;
  color: #b87d1a;
}

.bic-hero__desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  max-width: 440px;
  margin: 0;
}

/* ── COUNTDOWN ── */
.bic-countdown {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 20px;
  padding: 1.6rem 1.4rem 1.4rem;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  text-align: center;
}

.bic-countdown__label {
  font-weight: 800;
  font-size: .9rem;
  color: #334155;
  margin-bottom: 1.1rem;
  letter-spacing: .01em;
}

.bic-countdown__boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
}

.bic-cd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(201,151,58,.12), rgba(201,151,58,.06));
  border: 1px solid rgba(201,151,58,.28);
  border-radius: 14px;
  padding: .9rem .7rem .65rem;
  min-width: 68px;
}

.bic-cd-num {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
  display: block;
  min-width: 2ch;
  text-align: center;
}

.bic-cd-lbl {
  font-size: .72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: .35rem;
  display: block;
}

.bic-cd-sep {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(201,151,58,.5);
  line-height: 1;
  margin-bottom: 1rem;
}

.bic-countdown__date {
  margin-top: 1rem;
  font-size: .85rem;
  font-weight: 700;
  color: #64748b;
}

/* ── EN CONSTRUCCIÓN ── */
.bic-coming {
  margin: .5rem 0 2rem;
}

.bic-coming__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(247,200,67,.12);
  border: 1px solid rgba(247,200,67,.30);
  border-radius: 18px;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.bic-coming__icon {
  font-size: 1.8rem;
  flex: 0 0 auto;
  margin-top: .1rem;
}

.bic-coming__title {
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 .3rem;
}

.bic-coming__text {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

/* ── SECCIÓN TÍTULOS ── */
.bic-section-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 .4rem;
  letter-spacing: -.02em;
}

/* ── COMISIÓN TOP ── */
.bic-comision {
  margin-top: 1rem;
}

.bic-com-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.4rem 0 1rem;
}

.bic-com-top__card {
  border-radius: 18px;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 14px 35px rgba(0,0,0,.06);
}

.bic-com-top__card--presidente {
  background: linear-gradient(135deg, rgba(42,74,107,.12), rgba(42,74,107,.06));
  border: 1px solid rgba(42,74,107,.22);
}

.bic-com-top__card--secretaria {
  background: linear-gradient(135deg, rgba(201,151,58,.12), rgba(201,151,58,.06));
  border: 1px solid rgba(201,151,58,.25);
}

.bic-com-top__role {
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #64748b;
  margin-bottom: .3rem;
}

.bic-com-top__name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: .7rem;
}

/* ── BOTÓN WHATSAPP ── */
.bic-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .6rem 1rem;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-weight: 900;
  font-size: .9rem;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.bic-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  filter: brightness(1.04);
}

/* ── BLOQUES DE SUB COMISIÓN ── */
.bic-subcom-block {
  margin: 1.4rem 0;
}

.bic-subcom-label {
  font-weight: 900;
  font-size: 1.05rem;
  color: #0f172a;
  margin-bottom: .8rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid rgba(201,151,58,.25);
}

/* Sub comisión prensa */
.bic-subcom-cards {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1rem;
}

.bic-subcom-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.bic-subcom-card--prensa {
  background: linear-gradient(135deg, rgba(42,74,107,.08), rgba(42,74,107,.04));
  border-color: rgba(42,74,107,.18);
}

.bic-subcom-card--concejal {
  background: rgba(255,255,255,.85);
}

.bic-subcom-card__role {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #64748b;
  margin-bottom: .25rem;
}

.bic-subcom-card__name {
  font-size: .95rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: .65rem;
}

/* ── COORDINADORES GRID ── */
.bic-coord-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.bic-coord-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 14px 35px rgba(0,0,0,.06);
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  transition: transform .15s ease, box-shadow .15s ease;
}

.bic-coord-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(0,0,0,.09);
}

.bic-coord-card__icon {
  font-size: 1.8rem;
  flex: 0 0 auto;
  margin-top: .1rem;
}

.bic-coord-card__body {
  flex: 1;
  min-width: 0;
}

.bic-coord-card__eje {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
  margin-bottom: .25rem;
  line-height: 1.3;
}

.bic-coord-card__name {
  font-size: 1rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: .65rem;
  line-height: 1.2;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .bic-hero {
    grid-template-columns: 1fr;
    padding: 1.6rem 1.4rem;
    gap: 1.4rem;
  }

  .bic-com-top {
    grid-template-columns: 1fr;
  }

  .bic-subcom-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .bic-hero {
    padding: 1.3rem 1.1rem;
  }

  .bic-countdown__boxes {
    gap: .25rem;
  }

  .bic-cd-box {
    min-width: 58px;
    padding: .75rem .5rem .55rem;
  }

  .bic-cd-num {
    font-size: 1.8rem;
  }

  .bic-subcom-cards {
    grid-template-columns: 1fr;
  }

  .bic-coord-grid {
    grid-template-columns: 1fr;
  }
}
.bic-banner {
  margin: 1.4rem 0 1.6rem;
}

.bic-banner__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: linear-gradient(135deg, rgba(248,218,122,.22), rgba(201,151,58,.10));
  border: 1px solid rgba(201,151,58,.35);
  border-radius: 22px;
  padding: 1.2rem 1.6rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.bic-banner__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(0,0,0,.11);
  filter: brightness(1.02);
}

.bic-banner__logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.12));
}

.bic-banner__body {
  flex: 1;
  min-width: 0;
}

.bic-banner__kicker {
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7a4f10;
  margin-bottom: .25rem;
}

.bic-banner__title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: .2rem;
}

.bic-banner__sub {
  font-size: .9rem;
  font-weight: 700;
  color: #64748b;
}

.bic-banner__cta {
  flex: 0 0 auto;
  background: linear-gradient(135deg, #c9973a, #b87d1a);
  color: #fff;
  font-weight: 900;
  font-size: .9rem;
  padding: .7rem 1.2rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

@media (max-width: 600px) {
  .bic-banner__link {
    flex-wrap: wrap;
    gap: .8rem;
    padding: 1rem 1.1rem;
  }
  .bic-banner__logo { width: 70px; height: 70px; }
  .bic-banner__cta { width: 100%; text-align: center; }
}