/*
 * Fascia CTA "Iscrizioni" sopra il footer (e nelle pagine corso) quando le
 * iscrizioni sono attive. Stile allineato alla fascia "Preiscrizioni" del tema:
 * verde scuro con gradiente, titolo grande, kicker a pill e card d'azione con CTA.
 */

.itsagro-iscrizioni-cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 74px 0;
  background: #233028;
  color: #ffffff;
  font-family: 'Raleway', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.itsagro-iscrizioni-cta *,
.itsagro-iscrizioni-cta *::before,
.itsagro-iscrizioni-cta *::after {
  box-sizing: border-box;
}

.itsagro-iscrizioni-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(67, 154, 0, 0.88), rgba(35, 48, 40, 0.96)),
    radial-gradient(circle at 18% 20%, rgba(247, 192, 52, 0.26), transparent 34%);
}

.itsagro-iscrizioni-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;
  z-index: 0;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(18deg);
  pointer-events: none;
}

.itsagro-iscrizioni-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.itsagro-iscrizioni-cta__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.itsagro-iscrizioni-cta__kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.itsagro-iscrizioni-cta__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(29px, 4.4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.itsagro-iscrizioni-cta__text {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 500;
  line-height: 1.75;
}

.itsagro-iscrizioni-cta__action {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

.itsagro-iscrizioni-cta__card {
  width: 100%;
  max-width: 330px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
}

.itsagro-iscrizioni-cta__card-label {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.itsagro-iscrizioni-cta__card-title {
  display: block;
  margin: 10px 0 22px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.itsagro-iscrizioni-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  background: #ffffff;
  color: #2d551b !important;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.itsagro-iscrizioni-cta__button:hover,
.itsagro-iscrizioni-cta__button:focus-visible {
  background: transparent;
  color: #ffffff !important;
  text-decoration: none !important;
}

.itsagro-iscrizioni-cta__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 880px) {
  .itsagro-iscrizioni-cta {
    padding: 54px 0;
  }
  .itsagro-iscrizioni-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .itsagro-iscrizioni-cta__action {
    justify-content: stretch;
    margin-top: 30px;
  }
  .itsagro-iscrizioni-cta__card {
    max-width: none;
  }
}

/* -------------------------------------------------------------------------
 * Fascia "Bando ufficiale" — stampata subito sopra la fascia iscrizioni nelle
 * pagine corso. Registro visivo istituzionale (chiaro), per distinguerla dalla
 * CTA e dare autorevolezza al documento.
 * ------------------------------------------------------------------------- */

.itsagro-bando-band {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(1.5rem, 3.5vw, 2.75rem) 1.25rem;
  background: #f4f7f4;
  border-top: 4px solid #2f7d32;
  color: #1c2419;
}

.itsagro-bando-band *,
.itsagro-bando-band *::before,
.itsagro-bando-band *::after {
  box-sizing: border-box;
}

.itsagro-bando-band__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.itsagro-bando-band__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 68px;
  background: #ffffff;
  border: 2px solid #2f7d32;
  border-radius: 8px;
  color: #1f5f2c;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.itsagro-bando-band__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.itsagro-bando-band__kicker {
  margin: 0 0 0.3rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f5f2c;
}

.itsagro-bando-band__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  line-height: 1.2;
  color: #1c2419;
}

.itsagro-bando-band__dates {
  margin: 0 0 0.5rem;
}

.itsagro-bando-band__badge {
  display: inline-block;
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  font-size: 1.02rem;
  font-weight: 700;
  background: #e3efe3;
  color: #1f5f2c;
  border: 1px solid #bcd9bd;
}

.itsagro-bando-band--in_apertura .itsagro-bando-band__badge {
  background: #fff6e0;
  color: #8a6100;
  border-color: #f0d9a0;
}

.itsagro-bando-band--chiuse .itsagro-bando-band__badge {
  background: #f3e6e6;
  color: #8f2f2f;
  border-color: #e2c2c2;
}

/* Proroga: deve saltare all'occhio, è l'informazione più utile per il candidato. */
.itsagro-bando-band--prorogate {
  background: #fffaf0;
  border-top-color: #c47f00;
}

.itsagro-bando-band--prorogate .itsagro-bando-band__kicker,
.itsagro-bando-band--prorogate .itsagro-bando-band__icon {
  color: #8a5a00;
}

.itsagro-bando-band--prorogate .itsagro-bando-band__icon {
  border-color: #c47f00;
}

.itsagro-bando-band--prorogate .itsagro-bando-band__badge {
  background: #c47f00;
  color: #ffffff;
  border-color: #a86d00;
  font-size: 1.08rem;
}

.itsagro-bando-band--prorogate .itsagro-bando-band__button {
  background: #c47f00;
}

.itsagro-bando-band--prorogate .itsagro-bando-band__button:hover,
.itsagro-bando-band--prorogate .itsagro-bando-band__button:focus-visible {
  background: #a86d00;
}

/* Termine originario, accanto/sotto al badge. */
.itsagro-bando-band__original {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 0.96rem;
  color: #6b7566;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

@media (max-width: 768px) {
  .itsagro-bando-band__original {
    display: block;
    margin: 0.35rem 0 0;
  }
}

.itsagro-bando-band__note {
  margin: 0;
  max-width: 70ch;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #3c4a38;
}

.itsagro-bando-band__action {
  flex: 0 0 auto;
}

.itsagro-bando-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.9rem;
  background: #2f7d32;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.06rem;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.itsagro-bando-band__button:hover,
.itsagro-bando-band__button:focus-visible {
  background: #1f5f2c;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.itsagro-bando-band__button:focus-visible {
  outline: 3px solid #1f5f2c;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .itsagro-bando-band__inner {
    flex-direction: column;
    text-align: center;
  }
  .itsagro-bando-band__note {
    margin-left: auto;
    margin-right: auto;
  }
  .itsagro-bando-band__button {
    width: 100%;
    max-width: 360px;
  }
}
