.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: 1030;
  min-height: var(--header-height);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid transparent;
  transition: box-shadow .2s, border-color .2s;
}
.site-header.is-scrolled { border-color: var(--neutral-300); box-shadow: var(--shadow-sm); }
.brand-logo { width: 10.5rem; height: 3.75rem; object-fit: contain; object-position: left center; }
.navbar-nav .nav-link { color: var(--neutral-700); font-weight: 650; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--cdl-blue); }
.navbar-nav .nav-link.active { text-decoration: underline; text-decoration-color: var(--cdl-green); text-underline-offset: .45rem; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; border-radius: .75rem; }
.btn-cdl-primary { background: var(--cdl-green); border-color: var(--cdl-green); color: var(--white); }
.btn-cdl-primary:hover { background: var(--cdl-green-dark); border-color: var(--cdl-green-dark); color: var(--white); }
.btn-cdl-secondary { background: transparent; border: 2px solid var(--cdl-blue); color: var(--cdl-blue); }
.btn-cdl-secondary:hover { background: var(--cdl-blue); color: var(--white); }
.status-pill {
  display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .75rem;
  background: var(--cdl-blue-light); color: var(--cdl-blue-dark); border-radius: 100vmax; font-size: .85rem; font-weight: 750;
}
.status-pill::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--cdl-yellow); }
.hero {
  position: relative; width: 100%; max-width: 100%; overflow: hidden; padding: 4.25rem 0;
  background: linear-gradient(125deg, var(--cdl-blue-dark), var(--cdl-blue) 72%, #116f62);
  color: var(--white);
}
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 18rem; height: 18rem; right: -8rem; top: -8rem; border: 2.5rem solid rgba(253,187,22,.18); }
.hero::after { width: 13rem; height: 13rem; left: -6rem; bottom: -7rem; border: 2rem solid rgba(0,143,76,.3); }
.hero-content { position: relative; z-index: 1; }
.hero h1 { max-width: 48rem; font-size: clamp(2.45rem, 9vw, 5.15rem); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero .lead { max-width: 44rem; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 3vw, 1.3rem); }
.hero-eyebrow { color: var(--cdl-yellow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-panel {
  position: relative; width: 100%; max-width: 100%; min-height: 22rem; padding: 2rem; background: rgba(255,255,255,.97);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); color: var(--neutral-900);
}
.hero-panel-logo { width: 100%; height: 12.5rem; object-fit: contain; }
.edition-seal {
  position: absolute; right: 1rem; top: 1rem; display: grid; place-items: center;
  width: 5.5rem; height: 5.5rem; border-radius: 50%; background: var(--cdl-yellow); color: var(--cdl-blue-dark);
  font-weight: 850; text-align: center; line-height: 1.05; transform: rotate(5deg);
}
.hero-facts { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; gap: .65rem; align-items: flex-start; }
.hero-facts i { color: var(--cdl-green); }
.stat-card, .category-card, .timeline-card, .contact-card, .institutional-card {
  height: 100%; background: var(--white); border: 1px solid var(--neutral-300); border-radius: var(--radius-md); padding: 1.5rem;
}
.stat-card i, .contact-card i { color: var(--cdl-green); font-size: 1.55rem; }
.stat-value { display: block; color: var(--cdl-blue-dark); font-size: 1.75rem; font-weight: 850; line-height: 1.15; }
.category-card { border-top: .35rem solid var(--cdl-blue); }
.category-card.digital { border-top-color: var(--cdl-green); }
.category-card h3 { color: var(--cdl-blue-dark); font-weight: 800; }
.category-card ul { padding-left: 1.15rem; }
.category-tag { display: inline-block; margin: .18rem; padding: .3rem .55rem; border-radius: 100vmax; background: var(--neutral-100); font-size: .83rem; }
.timeline { position: relative; }
.timeline-card { position: relative; border-left: .3rem solid var(--cdl-green); }
.timeline-card time { display: block; color: var(--cdl-blue); font-weight: 850; }
.faq-groups { display: grid; gap: 1.25rem; }
.faq-category {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--neutral-300);
  border-radius: var(--radius-md);
}
.faq-category-title {
  margin: 0;
  padding: 1rem 1.25rem;
  background: var(--cdl-blue-dark);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
}
.faq-category .accordion-item { border: 0; border-top: 1px solid var(--neutral-300); border-radius: 0; }
.faq-category .accordion-item:first-child { border-top: 0; }
.accordion-item { border-color: var(--neutral-300); }
.accordion-button { font-weight: 750; }
.accordion-button:not(.collapsed) { background: var(--cdl-blue-light); color: var(--cdl-blue-dark); }
.form-section { border: 1px solid var(--neutral-300); border-radius: var(--radius-md); padding: 1.25rem; margin-bottom: 1.25rem; }
.form-section legend { color: var(--cdl-blue-dark); font-size: 1.2rem; font-weight: 800; }
.required::after { content: " *"; color: var(--danger); }
.form-control, .form-select { min-height: 46px; }
.form-control:focus, .form-select:focus { border-color: var(--cdl-blue); box-shadow: 0 0 0 .2rem rgba(23,69,143,.15); }
.site-footer { background: var(--cdl-blue-dark); color: rgba(255,255,255,.82); }
.site-footer.py-5 { padding-top: 2.5rem !important; padding-bottom: 1.5rem !important; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-main { --bs-gutter-y: 2rem; }
.footer-prize-logo {
  width: min(100%, 18rem);
  height: auto;
  display: block;
  padding: .65rem;
  background: var(--white);
  border-radius: var(--radius-sm);
}
.footer-cdl-logo { width: min(100%, 12.5rem); height: auto; display: block; }
.footer-summary { max-width: 22rem; }
.footer-heading { margin-bottom: 1rem; color: var(--white); font-size: 1rem; font-weight: 800; }
.footer-list { display: grid; gap: .55rem; margin: 0; }
.footer-list a { overflow-wrap: normal; }
.footer-email { display: inline-flex; flex-direction: column; line-height: 1.45; }
.footer-cdl-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-institutional {
  display: flex;
  justify-content: center;
  padding: .25rem 0 .75rem;
}
.cndl-logo { width: min(100%, 25rem); height: auto; display: block; }
.footer-legal {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.2);
  text-align: center;
}
.site-footer hr { margin: 1.5rem 0 1rem; }
.mobile-cta {
  position: fixed; z-index: 1020; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom));
  box-shadow: var(--shadow-md);
}
.offcanvas { max-width: 100vw; }
.notice { border-left: .3rem solid var(--cdl-yellow); background: #fff9e9; padding: 1rem; border-radius: var(--radius-sm); }
