@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;0,900;1,400&display=swap");
@font-face {
  font-family: "GreenpeaceSans";
  font-style: normal;
  src: url("../font/GreenpeaceSans-Bold.woff2") format("woff2");
}
.grid-x {
  padding-top: 30px;
  padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 800;
}

h1 {
  color: #004B00;
}

h1 span {
  font-size: 0.7em;
  /* 60% dell'H1, sempre proporzionale */
  display: block;
  /* Va a capo, se desiderato */
}

h3 {
  color: #004B00;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: x-large;
}

hr {
  border-top: 1px solid #0a0a0a;
  border-bottom: 0px;
  margin-left: 0px;
}

.logogp {
  max-width: 120px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.button:focus {
  background: #b3ff66 !important;
  color: #0a0a0a !important;
}

.title-center {
  text-align: center;
  max-width: 700px;
  margin: 100px auto 50px auto;
  padding: 0px 20px;
}

#box-dark {
  background-image: url(../img/frame.png), url(../img/frame2.png), url(../img/background-scuro.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  background-position: bottom center, top center, top center;
  padding-top: 100px;
}

#box-dark h2, #box-dark h3 {
  color: #66CC00;
}

#box-dark p {
  color: #fefefe;
}

#box-light {
  background-image: url(../img/frame.png), url(../img/frame2.png), url(../img/background-chiaro.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  background-position: bottom center, top center, top center;
  padding-top: 100px;
}

#box-light h2, #box-light h3 {
  color: #004B00;
}

#box-light p {
  color: #0a0a0a;
}

.borderSX {
  border-left: solid 2px green;
  padding-left: 50px;
  padding-right: 40px;
  margin-right: -0.5rem !important;
}

.borderDX {
  border-left: solid 2px green;
  border-right: solid 2px green;
  padding-left: 50px;
  padding-right: 50px;
}

.lastline {
  padding-bottom: 100px;
}

.bottone-donazione {
  display: inline-block;
  padding: 18px 25px;
  background: linear-gradient(90deg, #ff3300, #ff6600, #ff3300);
  color: #000000;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 800;
  line-height: 1.1em;
  font-size: large;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.bottone-donazione:hover {
  transform: scale(1.03);
  background: #ff0000;
  color: #ffffff;
}

.bottone-donazione:active {
  transform: scale(0.97);
}

.bottone-donazione2 {
  background: linear-gradient(90deg, #66CC00, #55a603, #66CC00);
  color: #000000;
}

.bottone-donazione:hover {
  transform: scale(1.03);
  background: #ff0000;
  color: #ffffff;
}

.bottone-donazione-big {
  font-size: 2.5rem;
}

#box-form,
#box-calcolo,
#box-cambiamento {
  padding: 100px 0px;
}

.responsive-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Aspect ratio mobile (16:9) */
@media (max-width: 768px) {
  .responsive-image {
    aspect-ratio: 16/9;
  }
}
/* L’immagine si adatta al contenitore */
.responsive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: calc(50% - 100px) center;
  display: block;
  border-radius: 15px;
}

.responsive-image-leftalign img {
  object-position: calc(50% - 0px) center !important;
}

@media screen and (min-width: 768px) {
  #form {
    position: relative;
    /* riferimento per l’assoluto interno */
  }

  #form-contenitore {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: auto;
  }
}
/* ----- MOBILE: gli elementi si incolonnano → NO overlay ----- */
@media screen and (max-width: 767px) {
  #form {
    position: static;
    /* torna normale */
  }

  #form-contenitore {
    position: static;
    /* torna nel flusso → NO sovrapposizione */
    width: 100%;
    margin-top: 20px;
    /* opzionale: spazio dal contenuto sopra */
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .two-columns {
    column-count: 2;
    column-gap: 6rem;
    /* spazio tra le colonne */
  }
}
#footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer hr {
  max-width: 100%;
}

#footer p,
#footer ul {
  font-size: 0.7rem !important;
  padding-left: 10px;
  list-style: none;
  /* Rimuove i puntini di default */
  padding-left: 0px;
  /* Rimuove padding sinistro */
  margin-left: 0px;
}

#footer p a,
#footer ul a {
  color: #0a0a0a;
  text-decoration: underline;
}

#footer span {
  font-weight: 900;
}

#footer p.leggitutto a {
  color: #004B00 !important;
  font-weight: 900;
}

#toggle-rendicontazione {
  color: #0a0a0a !important;
  text-decoration: underline;
  font-weight: 900;
}

.leggitutto {
  margin-top: -15px;
}

:focus, [type=text]:focus, [type=email]:focus, [type=tel]:focus, select:focus {
  outline: solid 4px #ff5733;
}

.skipLink {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white !important;
  text-decoration: underline;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #004B00;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  z-index: 100;
}

.skipLink:focus {
  position: static;
  width: auto;
  height: auto;
  float: left;
}

.hs-form-required {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 0.9rem;
  color: #0a0a0a;
}

.form-required-message {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 0.9rem;
  color: #0a0a0a;
}

.button {
  display: inline-block;
  background-color: #004D00;
  color: #FFFFFF;
  font-family: "GreenpeaceSans", sans-serif;
  font-size: x-large;
  text-align: center;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-height: 44px;
}

.button:hover {
  background-color: #66CC00;
  color: #000000;
  outline: solid 2px #66CC00;
  outline-offset: 2px;
}

.button:focus {
  background-color: #004D00;
  color: #FFFFFF;
}

/* CookieBot */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #004B00 !important;
  color: #FFFFFF !important;
  border: none !important;
}

#CybotCookiebotDialogBodyContentText > a,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CybotCookiebotDialogDetailBodyContentTextAbout > a {
  color: #000000 !important;
  text-decoration: underline !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow {
  border-color: #000000 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-color: transparent;
  border-bottom: 1px solid #66cc00;
  color: #004B00 !important;
  background-color: #c2eb99 !important;
  border: solid 2px #004B00 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

/* fine CookieBot */
.imgopen {
  background: url(../img/frame.png), url(../img/GP1SXDJT.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, cover;
  background-position: bottom center, bottom center;
  min-height: 400px;
}

@media only screen and (max-width: 600px) and (pointer: coarse) {
  .imgopen {
    background-size: 100% 5%, cover;
    min-height: 200px;
    background-position: bottom center, bottom center;
  }
}
.menuicon {
  position: fixed;
  top: 80px;
  left: 50px;
  width: 50px;
}

.cf-copia {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cf-copia #cf {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 2em;
  cursor: pointer;
}

.cf-copia #cf > span {
  font-family: GreenpeaceSans;
  font-size: 2.8rem;
  border-bottom: 1px solid #656354;
  border-left: 1px solid #656354;
  display: inline-block;
  width: 0.8em;
  text-align: center;
  line-height: 48px;
  vertical-align: top;
  margin-right: -10px;
}

.cf-copia #button-copy {
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  font-family: GreenpeaceSans;
  font-weight: 900;
  font-size: 1em;
  margin-left: 0;
  height: 49px;
  line-height: 48px;
  cursor: pointer;
}

#button-copy {
  color: #0a0a0a !important;
  background-color: #66CC00;
  padding: 13px 25px;
  width: 100px;
  text-align: center;
}

/* Accessibilità: contenuto visibile solo agli screen reader */
.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.indice {
  text-transform: uppercase;
  padding: 0px;
  background: none;
  color: black;
  font-size: large;
  width: fit-content;
}

#menuEspanso {
  display: none;
  margin-top: 1rem;
  margin-left: 0px;
  overflow: hidden;
  padding-left: 8px;
}

a.indice {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  /* spazio tra hamburger e testo */
}

.menu-espanso li {
  margin-left: 15px;
  color: #004B00;
  font-family: "GreenpeaceSans", sans-serif;
  font-size: 1.3rem;
}

.menu-espanso li a {
  color: #0a0a0a;
  font-size: 1rem;
  text-decoration: underline;
}

.hamburger {
  display: inline-block;
}

.indice-label {
  font-size: 1rem;
  color: #004B00;
  font-weight: 900;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #004B00;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#box-calcolo {
  background-image: url(../img/frame.png), url(../img/frame2.png), url(../img/bkg-calcolo.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, cover;
  background-position: bottom center, top center, center center;
  text-align: left;
}

.overlay {
  background: #004B00;
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
  width: 100%;
}

#reddito {
  font-family: "GreenpeaceSans", sans-serif;
  padding: 25px 0px 25px 50px !important;
  font-size: 2rem;
  border-radius: 5px;
}

.phone-container {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.euro {
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900 !important;
  font-size: 2rem;
  color: #0a0a0a;
  line-height: 2.5rem;
  margin-top: -15px;
  padding: 0px 10px;
  border-right: 2px solid #666;
  position: absolute;
}

.btncalcola {
  background-color: yellow;
  color: #0a0a0a;
}

.result-box {
  background: #004B00;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}

#risultato {
  font-family: GreenpeaceSans;
  font-size: 4rem;
  color: white;
  font-weight: bold;
  margin-top: -30px;
}

#errorecalcola {
  display: none;
  color: orange;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
  }

  p {
    font-size: unset;
  }

  .logogp {
    max-width: 150px;
    margin-top: -20px;
  }

  .instruzione:first-child {
    margin-bottom: 30px;
  }

  #box-form,
#box-calcolo,
#box-cambiamento {
    padding: 0px 0px;
  }

  .title-center {
    margin: 50px auto 0px auto;
  }

  .cta-cambiamento,
.accordion-title {
    line-height: 1.4em;
    font-size: 1.25rem;
  }

  .grid-mobile {
    padding-top: 0px !important;
  }

  .responsive-image {
    margin-bottom: 20px !important;
  }

  .responsive-image img {
    object-position: 0px center;
  }

  #box-dark {
    padding-top: 30px;
  }

  .borderSX {
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0rem !important;
  }

  .borderDX {
    border-left: none;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottone-donazione-big {
    font-size: 1.25rem;
  }
}
/** -- THANK YOU  -- **/
.social-cta {
  width: 50px;
  margin: 0px 20px;
  padding-bottom: 30px;
  cursor: pointer;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: calc(50% + 25px);
  margin: auto;
  text-align: center;
}

#start {
  background-color: #66CC00;
  background-image: url(../img/TNKbkg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}

/*# sourceMappingURL=app.css.map */
