
    :root {
      --iuc-green: #006b35;
      --iuc-green-dark: #004f28;
      --iuc-green-soft: #eaf5ef;
      --iuc-green-light: #63b783;
      --iuc-grey: #666666;
      --iuc-dark: #202020;
      --iuc-border: #dfe8e3;
    }

body, button, input, textarea {
  font-family: 'Montserrat', sans-serif !important;
}

    body {
      font-family: 'Montserrat', sans-serif;
      color: var(--iuc-dark);
      background: #ffffff;
      -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    }

h1, .hero-title {
  font-weight: 800;
}

h2, .section-title {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

p, .hero-copy {
  font-weight: 400;
}

.hero-title {
  letter-spacing: -0.02em;
}

.section-title {
  letter-spacing: -0.01em;
}

    .top-bar {
      height: 30px;
      background: linear-gradient(90deg, var(--iuc-green-dark), var(--iuc-green));
    }

.top-bar {
  background: #006b35;
  padding: 3px 0;
}
.lang-switch {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;

  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-switch a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.2s;
}

.lang-switch a:hover {
  color: #ffffff;
}

.lang-switch a.active {
  color: #ffffff;
  font-weight: 700;
}
.lang-switch span {
  color: rgba(255,255,255,0.4);
}
.lang-switch a {
  padding: 2px 6px;
  border-radius: 6px;
}

.lang-switch a.active {
  background: #ffffff;
  color: #006b35;
}
    .section-padding {
      padding: 70px 0;
    }

    .text-green {
      color: var(--iuc-green);
    }

    .bg-soft {
      background: linear-gradient(90deg, #f4faf7, #ffffff);
    }

    .btn-iuc {
      background: var(--iuc-green);
      color: #fff;
      border: 1px solid var(--iuc-green);
      font-weight: 700;
      text-transform: uppercase;
      font-size: .86rem;
      letter-spacing: .02em;
      padding: .85rem 1.2rem;
      border-radius: 8px;
    }

    .btn-iuc:hover {
      background: var(--iuc-green-dark);
      color: #fff;
      border-color: var(--iuc-green-dark);
    }

    .btn-iuc-outline {
      background: #fff;
      color: var(--iuc-green);
      border: 1px solid var(--iuc-green);
      font-weight: 700;
      text-transform: uppercase;
      font-size: .86rem;
      letter-spacing: .02em;
      padding: .85rem 1.2rem;
      border-radius: 8px;
    }

    .btn-iuc-outline:hover {
      background: var(--iuc-green);
      color: #fff;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 720px;
     /* background:
        radial-gradient(circle at left bottom, rgba(0, 107, 53, .07) 0, rgba(0, 107, 53, .07) 34%, transparent 35%),
        #fff;*/
    }

    .logo-iuc {
      max-width: 180px;
      width: 100%;
      height: auto;
    }

    .partner-logo {
      max-height: 70px;
      width: auto;
      object-fit: contain;
    }

    .partner-label {
      display: block;
      font-size: .72rem;
      color: #333;
      margin-bottom: .35rem;
    }

    .hero-title {
      font-weight: 800;
      color: var(--iuc-green);
      font-size: clamp(2.4rem, 5vw, 5rem);
      line-height: .98;
      letter-spacing: -.04em;
    }

    .hero-copy {
      font-size: 1.52rem;
      line-height: 1.75;
      max-width: 640px;
    }

    .payoff {
      color: var(--iuc-green);
      font-size: clamp(2.3rem, 4.5vw, 4.7rem);
      line-height: 1.05;
      font-weight: 300;
      letter-spacing: -.04em;
    }

.tunnel-visual {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 520px;
  height: 520px;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.9;
}

.tunnel-visual svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tunnel-visual path {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 48;
}

.tunnel-visual .center-bollo {
  fill: #cfcfcf;
  stroke: none;
}
    .date-strip {
      border-top: 1px solid var(--iuc-border);
      border-bottom: 1px solid var(--iuc-border);
      background: #f7fbf9;
    }

    .date-box {
      padding: 38px 20px;
    }

    .date-icon {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--iuc-green-light), var(--iuc-green));
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      flex: 0 0 auto;
    }

    .date-number {
      color: var(--iuc-green);
      font-weight: 500;
      font-size: 2.35rem;
      line-height: 1;
    }

    .date-month {
      font-weight: 700;
      font-size: 1.75rem;
      line-height: 1.15;
    }

    .tag-iuc {
      display: inline-block;
      background: var(--iuc-grey);
      color: #fff;
      border-radius: 5px;
      padding: .35rem .75rem;
      font-size: .8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em;
    }

    .section-title {
      color: var(--iuc-green);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -.02em;
      margin-bottom: 1.5rem;
    }

    .section-title::after {
      content: "";
      display: block;
      width: 58px;
      height: 3px;
      background: var(--iuc-green);
      margin-top: 16px;
    }

    .icon-line {
      width: 92px;
      height: 92px;
      color: var(--iuc-green);
      font-size: 4.2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .format-card {
      display: flex;
      align-items: center;
      gap: 24px;
      padding: 18px 10px;
    }

    .format-icon {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--iuc-green-light), var(--iuc-green));
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.1rem;
      flex: 0 0 auto;
    }
.audience-grid {
  --bs-gutter-x: 3px;
  --bs-gutter-y: 3px;
}

.audience-grid > [class*="col"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
    .audience-card {
  background: #f5f6f5;
  border: 1px solid #e2e7e3;
  border-radius: 10px;

  padding: 28px 20px;
  text-align: center;

  transition: all 0.25s ease;

  /* texture tipo asfalto leggero */
  background-image:
    radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px;
  background-position: 0 0, 2px 2px;
}

.audience-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 60, 30, 0.12);
  border-color: #d4e2d9;
  background-color: #ffffff;
}
   .audience-card i {
  font-size: 2.4rem;
  color: #0a6b3c;
  margin-bottom: 12px;
}

    .audience-card span {
      display: block;
      font-size: .92rem;
      line-height: 1.25;
      font-weight: 600;
    }

    .objective-box {
      background: var(--iuc-green-soft);
      border-radius: 10px;
      padding: 34px;
      height: 100%;
      border: 1px solid var(--iuc-border);
    }

    .objective-box i {
      font-size: 3rem;
      color: var(--iuc-green);
      margin-bottom: 18px;
      display: block;
    }

    .download-card {
      border: 1px solid var(--iuc-green);
      border-radius: 9px;
      padding: 24px;
      text-decoration: none;
      display: flex;
      gap: 18px;
      align-items: center;
      color: var(--iuc-green);
      min-height: 104px;
      transition: .2s ease;
      background: #fff;
    }

    .download-card:hover {
      background: var(--iuc-green);
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(0, 107, 53, .16);
    }

    .download-card i {
      font-size: 2.2rem;
      flex: 0 0 auto;
    }

    .download-card strong {
      text-transform: uppercase;
      font-size: .9rem;
      line-height: 1.25;
    }

    .footer-contact {
      background: linear-gradient(90deg, var(--iuc-green-dark), var(--iuc-green));
      color: #fff;
    }

    .contact-item {
      display: flex;
      gap: 18px;
      align-items: flex-start;
      padding: 18px 0;
    }

    .contact-icon {
      width: 66px;
      height: 66px;
      border: 1px solid rgba(255,255,255,.8);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.9rem;
      flex: 0 0 auto;
    }

    .contact-item a {
      color: #fff;
      text-decoration: none;
    }

    .contact-item a:hover {
      text-decoration: underline;
    }

    .footer-bottom {
      background: #252525;
      color: #fff;
      font-size: .9rem;
    }
	.footer-bottom p a{
      color: #fff;
      font-size: .9rem;
    }
    
    
    .card-iuc {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;

  box-shadow: 0 6px 18px rgba(0, 60, 30, 0.08);
  border: 1px solid #e3ebe6;

  transition: all 0.25s ease;

  height: 100%;
}
    .card-iuc:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 60, 30, 0.15);
  border-color: #d2e2d8;
}
.format-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.format-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;

  background: linear-gradient(135deg, #5fb481, #0a6b3c);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.8rem;
  flex-shrink: 0;
}
.row .card-iuc {
  margin-bottom: 10px;
}
.bg-soft .card-iuc {
  background: #ffffff !important;
  border: 1px solid #dbe8e0;
  border-radius: 18px;
  padding: 34px 30px;
  min-height: 150px;

  box-shadow: 0 14px 35px rgba(0, 80, 40, 0.12);
  transition: all 0.25s ease;
}

.bg-soft .card-iuc:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 80, 40, 0.18);
}

.bg-soft .format-card {
  display: flex;
  align-items: center;
  gap: 24px;
}

.bg-soft .format-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, #63b783, #006b35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.audience-card {
  min-height: 150px;
  background-color: #f5f6f5;
  border: 1px solid #e1e7e3;
  border-radius: 10px;
  padding: 28px 18px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image:
    radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
  background-position: 0 0, 2px 3px;
}

.audience-card i {
  font-size: 2.4rem;
  color: #006b35;
  margin-bottom: 14px;
}

.audience-card span {
  font-weight: 700;
  line-height: 1.25;
}
.download-card {
  background: linear-gradient(135deg, #e8f4ee 0%, #f5fbf8 100%);
  border: 1px solid #c6ded0;
  border-left: 7px solid #006b35;
  border-radius: 14px;

  padding: 28px 30px;
  min-height: 118px;

  display: flex;
  align-items: center;
  gap: 20px;

  text-decoration: none;
  color: #006b35;

  box-shadow: 0 14px 32px rgba(0, 80, 40, 0.14);
  transition: all 0.25s ease;
}

.download-card:hover {
  background: #006b35;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(0, 80, 40, 0.25);
}

.download-card i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #006b35;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.8rem;
  flex-shrink: 0;
}

.download-card:hover i {
  background: rgba(255,255,255,0.18);
  color: #ffffff;
}

.download-card strong {
  text-transform: uppercase;
  font-size: 0.95rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.footer-contact {
  background: #1f2a26; /* verde molto scuro quasi neutro */
  color: #ffffff;
}

.footer-contact .section-title {
  color: #ffffff;
}

.footer-contact .section-title::after {
  background: #63b783; /* accento verde */
}

.footer-contact .contact-icon {
  border-color: rgba(255,255,255,0.3);
}
.footer-contact {
  border-top: 4px solid #63b783;
}
.btn-submit {
  background: #006b35;
  border: none;
  color: #ffffff;

  padding: 10px 22px;
  border-radius: 6px;

  font-weight: 600;
  letter-spacing: 0.02em;

  transition: all 0.2s ease;
}

.btn-submit:hover {
  background: #004f28;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 80, 40, 0.2);
  color: #ffffff;
}


.hero-cta {
  margin-top: 10px;
}

.hero-payoff {
  font-weight: 500;
  font-size: clamp(3rem, 5.5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
padding-bottom: 10px;
  /* GRADIENTE */
background: linear-gradient(
  90deg,
  #63b783 0%,
  #006b35 60%,
  #004f28 100%
);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* fallback */
  color: #006b35;
}

.hero-cta {
  position: relative;
  z-index: 5;
  margin-top: 28px;
}

.hero-payoff {
  position: relative;
  z-index: 5;
}

.tunnel-visual {
  z-index: 1;
}


    @media (max-width: 991.98px) {
    	.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
      .hero {
        height: 740px!important;
        min-height: auto;
      }

      .tunnel-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 520px;
        margin: 40px auto -20px;
      }

      .logo-iuc {
        max-width: 110px;
      }
.gap-4 {
    gap: .5rem !important;
}
	.flex-wrap {
    flex-wrap: nowrap!important;
}
	 .partner-logo {
      max-height: 40px;
      width: auto;
      object-fit: contain;
    }
    	.partner-label {
    display: block;
    font-size: .6rem;
    color: #333;
    margin-bottom: .35rem;
}
      .date-box {
        padding: 28px 0;
      }
      
          .tunnel-visual {
        position: relative;
        right: auto;
        bottom: 470px;
        width: 100%;
        max-width: 520px;
        margin: 40px auto -20px;
    }
       .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
      
    }

    @media (max-width: 767.98px) {
      .section-padding {
        padding: 48px 0;
      }

      .hero-title {
        font-size: 2.5rem;
      }

      .payoff {
        font-size: 2.4rem;
      }

.hero-copy {
    font-size: 1.2rem;
    line-height: 1.25;
    max-width: 640px;
}

      .date-icon,
      .format-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
      }

      .date-number {
        font-size: 2rem;
      }

      .date-month {
        font-size: 1.35rem;
      }

      .audience-card {
        border-right: 0;
      }
      .audience-grid {
    grid-template-columns: 1fr;
  }
  @media (max-width: 768px) {
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-payoff {
    margin-top: 10px;
  }
}
    }
    @media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-cta {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 24px;
    margin-top: 28px;
  }

  .hero-cta .download-card {
    width: 100%;
    max-width: 320px;
    min-height: 88px;
  }

  .hero-payoff {
    display: block !important;
    font-size: 2.6rem;
    line-height: 1.05;
    margin-top: 8px;
  }

  .tunnel-visual {
    right: -180px;
    bottom: 250px;
    width: 420px;
    height: 420px;
    opacity: 0.65;
  }
}