.caption.lft.very_large_text3.start {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px 0 !important;
}

.caption.very_large_text3 {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 60px;
    font-family: 'BebasRegular';
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.sottotitolo {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px !important;
}

.hero-section {
    background-color: #fdddc4; /* colore beige */
    padding: 20px 0;
  }

  .hero-text {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
  }

  .hero-text h2 {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.618em;
    font-size: 1.714em;
  }

  .hero-text a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: black;
    font-size: 0.9em;
  }

  .hero-image {
    text-align: center;
  }

  .hero-image img {
    max-width: 400px;
    height: auto;
  }

  @media (min-width: 769px) {
    .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .hero-text {
      flex: 1 1 50%;
      text-align: left;
    }

    .hero-image {
      flex: 1 1 40%;
    }
  }

  @media (max-width: 768px) {
    .hero-text {
      margin-top: 30px;
    }
  }


  /* FORM */

  /* Base */
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #ffffff; color: #222; }

.request-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px;
}

.request-box{
  width: 100%;
  max-width: 720px;
  background: #fff;
  border: 2px solid #235b9c; /* blu bordo esterno come screenshot */
  padding: 48px 56px 44px;
}

.request-title{
  text-align: center;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .5px;
}

.request-subtitle{
  text-align: center;
  margin: 0 0 34px;
  color: #444;
  font-size: 14px;
}

/* Form */
.request-form{ margin-top: 0; }

.grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px;
}

.field label{
  display: inline-block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  width: 100%;
}

.req{ color: #d90c0c; font-weight: 700; margin-left: 3px; }

.field input,
.field textarea{
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 2px;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
}

.field input{ height: 44px; }
.field textarea{ resize: both; min-height: 140px; }

.field input:focus,
.field textarea:focus{
  border-color: #b9d8f3;
  background: #ffffff;
}

/* Full-width block */
.field-full{ margin-top: 18px; }
.field-full label{ margin-top: 6px; }

.field-full{ grid-column: 1 / -1; }
@media (max-width: 680px){
  .request-box{ padding: 28px 18px; }
  .grid-2{ grid-template-columns: 1fr; }
}

/* GDPR */
.gdpr{
  display: flex;
  margin-top: 18px;
  font-size: 14px;
  color: #333;
}

.chk{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.35;
  width: 100%;
}

.chk input{ margin-top: 2px; }
.gdpr a{ color: #7a2bc2; text-decoration: underline; }

/* Captcha */
.captcha{
  margin-top: 28px;
}

.captcha-label{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.captcha-box{
  width: 304px;
  height: 78px;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 10px;
}

.captcha-fake{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.captcha-fake-left{
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-square{
  width: 26px;
  height: 26px;
  border: 2px solid #c9c9c9;
  background: #fff;
}

.captcha-text{ font-size: 14px; color: #222; }

.captcha-fake-right{
  text-align: right;
  font-size: 10px;
  color: #666;
  line-height: 1.1;
}

.captcha-logo{ font-weight: 700; color: #4a4a4a; }
.captcha-links{ margin-top: 3px; }

/* Submit */
.actions{
  display: flex;
  justify-content: left;
  width: 100%;
}

.btn-submit{
  min-width: 140px;
  height: 42px;
  padding: 0 26px;
  border: 1px solid #235b9c;
  background: #235b9c;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
}

.btn-submit:hover{ filter: brightness(0.95); }
.btn-submit:active{ transform: translateY(1px); }

.recaptcha-container {
  width: 100%;
  margin: 20px 0;
}

@media screen and (max-width:767px){
  section.request-wrap {
    padding:0;
  }
}
