.acamir-bim-page {
  --bim-blue: #004080;
  --bim-blue-light: #0066cc;
  --bim-blue-dark: #00264d;
  --bim-ink: #1a1a1a;
  --bim-muted: #5f6f82;
  --bim-soft: #f4f7fb;
  --bim-border: #dce5f0;
  --bim-white: #fff;
  background: var(--bim-soft);
  color: var(--bim-ink);
}

.acamir-bim-page *,
.acamir-bim-page *::before,
.acamir-bim-page *::after {
  box-sizing: border-box;
}

.acamir-bim-page p {
  text-align: left !important;
}

.bim-hero {
  background: linear-gradient(135deg, var(--bim-blue-dark) 0%, var(--bim-blue) 58%, var(--bim-blue-light) 100%);
  color: var(--bim-white);
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.bim-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.bim-hero-inner {
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.bim-kicker,
.bim-section-heading span,
.bim-subheading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bim-blue-light);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bim-section-heading span::after,
.bim-subheading span::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}

.bim-hero .bim-kicker {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-left: 4px solid #fff;
  padding: 8px 14px;
  margin-bottom: 24px;
}

.bim-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.08;
  margin: 0 0 22px;
  font-weight: 700;
}

.bim-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.84);
  font-size: 1.16rem;
  line-height: 1.7;
  margin: 0 0 32px;
}

.bim-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bim-meta span,
.bim-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 4px;
  padding: 7px 13px;
  font-size: .9rem;
  font-weight: 600;
}

.bim-meta span {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.bim-pnrr {
  background: var(--bim-blue-dark);
  color: #fff;
  padding: 20px 0;
}

.bim-pnrr-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bim-pnrr-badge {
  flex: 0 0 auto;
  color: var(--bim-blue-dark);
  background: #fff;
  border-radius: 4px;
  padding: 7px 13px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bim-pnrr p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .92rem;
  line-height: 1.55;
}

.bim-section {
  padding: 46px 0;
  background: var(--bim-soft);
}

.bim-section-white {
  background: var(--bim-white);
}

.bim-section-soft {
  background: #eef4fb;
}

.bim-section-report {
  background: #f7fafd;
}

.bim-section-blue {
  background: var(--bim-blue);
  color: #fff;
  border-radius: 8px 8px 0 0;
}

.bim-section-heading {
  max-width: 100%;
  margin-bottom: 34px;
}

.bim-section-heading h2 {
  color: var(--bim-blue);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 10px 0 14px;
}

.bim-section-heading p {
  color: var(--bim-muted);
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 0;
  text-align: justify !important;
}

.bim-report-box {
  background: #fff;
  border: 1px solid var(--bim-border);
  border-left: 5px solid var(--bim-blue);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,64,128,.07);
  padding: 30px;
}

.bim-report-box .bim-section-heading {
  margin-bottom: 18px;
}

.bim-report-box .bim-section-heading h2 {
  margin-bottom: 0;
}

.bim-report-text p {
  color: var(--bim-muted);
  line-height: 1.72;
  margin: 0 0 14px;
  text-align: justify !important;
}

.bim-report-text p:last-child {
  margin-bottom: 0;
}

.bim-section-blue .bim-section-heading span,
.bim-section-blue .bim-section-heading h2,
.bim-section-blue .bim-section-heading p {
  color: #fff;
}

.bim-section-blue .bim-section-heading p {
  color: rgba(255,255,255,.78);
}

.bim-numbers-grid,
.bim-card-grid {
  display: grid;
  gap: 18px;
}

.bim-numbers-grid {
  grid-template-columns: repeat(5, 1fr);
}

.bim-number-card,
.bim-info-card,
.bim-topic-card,
.bim-goal-card {
  background: #fff;
  border: 1px solid var(--bim-border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,64,128,.07);
}

.bim-number-card {
  min-height: 205px;
  border-top: 5px solid var(--bim-blue);
}

.bim-number-card strong {
  display: block;
  color: var(--bim-blue);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
  margin-bottom: 14px;
}

.bim-number-card strong span {
  color: var(--bim-blue-light);
  font-size: .5em;
}

.bim-number-card h3,
.bim-info-card h3,
.bim-topic-card h3,
.bim-goal-card h3,
.bim-module-row h3,
.bim-result-text h3 {
  color: var(--bim-blue);
  font-size: 1.1rem;
  line-height: 1.28;
  margin: 0 0 8px;
}

.bim-number-card p,
.bim-info-card p,
.bim-topic-card p,
.bim-goal-card p,
.bim-module-row p,
.bim-result-text p {
  color: var(--bim-muted);
  line-height: 1.58;
  margin: 0;
  text-align: justify !important;
}

.bim-subheading {
  margin: 42px 0 16px;
}

.bim-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.bim-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.bim-info-card {
  position: relative;
  overflow: hidden;
}

.bim-info-card::before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background: var(--bim-blue-light);
  margin-bottom: 18px;
}

.bim-dept-card {
  border-left: 5px solid var(--bim-blue-light);
  border-top: 1px solid var(--bim-border);
  padding-left: 26px;
}

.bim-dept-card::before {
  display: none;
}

.bim-dept-card p {
  text-align: justify !important;
}

.bim-partner-card::before {
  display: none;
}

.bim-partner-card p {
  text-align: justify !important;
}

.bim-partner-card {
  text-align: left;
}

.bim-info-card small {
  display: block;
  color: var(--bim-blue-light);
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bim-modules-list {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  overflow: hidden;
}

.bim-module-row {
  display: grid;
  grid-template-columns: 86px 1fr 140px;
  gap: 0;
  min-height: 96px;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.bim-module-row:last-child {
  border-bottom: 0;
}

.bim-module-row > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.74);
  font-weight: 800;
  border-right: 1px solid rgba(255,255,255,.15);
}

.bim-module-row > div {
  padding: 20px 24px;
}

.bim-module-row h3,
.bim-module-row p {
  color: #fff;
}

.bim-module-row p {
  color: rgba(255,255,255,.73);
  text-align: justify !important;
}

.bim-module-row > strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.15);
}

.bim-module-row small {
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.bim-topic-card {
  min-height: 190px;
}

.bim-topic-card p {
  text-align: justify !important;
}

.bim-topic-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--bim-blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.bim-topic-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #7ec3ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bim-result {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 42px;
  align-items: center;
}

.bim-result-visual {
  background: linear-gradient(135deg, var(--bim-blue-dark), var(--bim-blue));
  color: #fff;
  border-radius: 8px;
  padding: 44px 32px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0,64,128,.18);
}

.bim-result-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(126,195,255,.42);
  background: rgba(126,195,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.bim-result-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #7ec3ff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bim-result-visual span {
  display: block;
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 1;
}

.bim-result-visual strong {
  display: block;
  font-size: 1.5rem;
  margin: 8px 0 14px;
}

.bim-result-visual p {
  color: rgba(255,255,255,.78);
  margin: 0;
  text-align: center !important;
}

.bim-result-text h3 {
  font-size: 1.55rem;
}

.bim-result-text p + p {
  margin-top: 14px;
}

.bim-result-text p {
  text-align: justify !important;
}

.bim-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.bim-pills span {
  color: var(--bim-blue);
  background: #eef4fb;
  border: 1px solid var(--bim-border);
}

.bim-goal-card span {
  display: block;
  color: #c8d8ec;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.bim-goal-card p {
  text-align: justify !important;
}

@media (max-width: 1199px) {
  .bim-numbers-grid,
  .bim-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .bim-card-grid-3,
  .bim-result {
    grid-template-columns: 1fr;
  }

  .bim-pnrr-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .bim-hero,
  .bim-section {
    padding: 38px 0;
  }

  .bim-numbers-grid,
  .bim-card-grid-4 {
    grid-template-columns: 1fr;
  }

  .bim-module-row {
    grid-template-columns: 56px 1fr;
  }

  .bim-module-row > strong {
    display: none;
  }

  .bim-module-row > div {
    padding: 18px;
  }
}
