/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/components/NavbarSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* === CONTAINER E NAVBAR === */
.NavbarSection_container__e1o__ {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
}

.NavbarSection_navbar__LMf7_ {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0 32px;
  border-radius: 0;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
}

/* === LOGO === */
.NavbarSection_logoWrapper__V1N1a {
  display: flex;
  align-items: center;
  min-width: 77px;
  height: 100%;
  justify-content: center;
  position: static;
  left: unset;
  top: unset;
  bottom: unset;
}

.NavbarSection_iconLogoBox___BIgZ {
  width: 85%;
  height: 85%;
  aspect-ratio: 225/88;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.NavbarSection_logoImg__jtI6S {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* === MENU E NAVLINKS === */
.NavbarSection_menu__RH2Wf {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  z-index: 1;
}

.NavbarSection_navLinks__eDHab {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #ffffff00;
  border-radius: 999px;
  border: 1.5px solid #ececec;
  padding: 0.5rem 1.5rem;
  box-shadow: none;
  list-style: none;
  margin: 0;
  height: 40px;
}

.NavbarSection_navLinks__eDHab li a {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color 0.2s;
}

.NavbarSection_navLinks__eDHab li a:hover {
  color: rgba(0, 0, 0, 1);
}

/* === CTA BUTTON (DESKTOP) === */
.NavbarSection_ctaWrapper__SeWvO {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: static;
  right: unset;
  top: unset;
  bottom: unset;
}

.NavbarSection_ctaButton__gAhyi {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  color: #f2f2f2;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(30, 49, 221, 0.12);
  text-decoration: none;
  cursor: pointer;
  min-width: 160px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: none;
  z-index: 1;
}

.NavbarSection_ctaButton__gAhyi::before {
  content: '';
  position: absolute;
  top: -150%;
  left: -150%;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 12px;
  background: linear-gradient(210deg, #1e31dd 20%, #171717 50%);
  height: 880%;
  width: 350%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.NavbarSection_ctaButton__gAhyi:hover::before {
  transform: rotate(-80deg);
}

.NavbarSection_ctaButton__gAhyi span,
.NavbarSection_ctaButton__gAhyi {
  position: relative;
  z-index: 1;
}

/* === HAMBURGER === */
.NavbarSection_hamburger__1HL1f {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 8px;
  z-index: 10001;
}

.NavbarSection_hamburgerBar__A0Ex4 {
  width: 26px;
  height: 3px;
  background: #171717;
  border-radius: 2px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* === ANIMAZIONE X === */
.NavbarSection_barTopOpen__YuNIA {
  transform: rotate(45deg) translate(4px, 4px) scaleX(0.8);
}

.NavbarSection_barBottomOpen__TqqY1 {
  transform: rotate(-45deg) translate(4px, -4px) scaleX(0.8);
}

/* === ANIMAZIONI MENU === */
@keyframes NavbarSection_fadeInMenu__5KfqE {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes NavbarSection_fadeOutMenu__0wg68 {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* === CTA WRAPPER MOBILE (DEFAULT: HIDDEN) === */
.NavbarSection_ctaWrapperMobile__nNFUx {
  display: none;
  width: 100%;
}

/* === MEDIA QUERIES === */
@media (max-width: 1200px) {
  .NavbarSection_container__e1o__ {
    padding: 0px 16px;
  }
}

@media (max-width: 940px) {
  .NavbarSection_navbar__LMf7_ {
    padding: 0 4px;
    height: 64px;
  }

  .NavbarSection_iconLogoBox___BIgZ {
    width: 85%;
    height: 85%;
  }

  .NavbarSection_logoWrapper__V1N1a {
    min-width: 40px;
  }

  .NavbarSection_hamburger__1HL1f {
    display: flex;
  }

  .NavbarSection_menu__RH2Wf {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fffffffa;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 8px 32px 0 rgba(30, 49, 221, 0.08);
    border-radius: 0 0 16px 16px;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin: 0 auto;
    z-index: 9998;
    animation: NavbarSection_fadeInMenu__5KfqE 0.2s ease-out forwards;
  }

  .NavbarSection_menuOpen__FpAMC {
    display: flex;
    animation: NavbarSection_fadeInMenu__5KfqE 0.25s ease-out forwards;
  }

  .NavbarSection_menuClosing__dE2MH {
    display: flex;
    animation: NavbarSection_fadeOutMenu__0wg68 0.2s ease-in forwards;
  }

  .NavbarSection_navLinks__eDHab {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-radius: 16px;
    border: none;
    box-shadow: none;
    margin-bottom: 1rem;
  }

  .NavbarSection_navLinks__eDHab li a {
    padding: 0.5rem 0.5rem;
    width: 100%;
    justify-content: flex-start;
    border-radius: 8px;
    font-size: 14px;
  }

  .NavbarSection_ctaWrapper__SeWvO {
    display: none;
  }

  .NavbarSection_ctaWrapperMobile__nNFUx {
    display: block;
  }

  .NavbarSection_ctaButton__gAhyi {
    width: 100%;
    min-width: unset;
    font-size: 1.1rem;
    padding: 0.75rem 0;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/components/FooterSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.FooterSection_footer__MS_K7 {
  width: 100%;
  background: #fafbfc;
  border-top: 1px solid #ececec;
  padding: 40px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Rethink Sans', sans-serif;
}

.FooterSection_footerContent__d4Him {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.FooterSection_logoRow__EyvUb {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.FooterSection_logoImg__I_Ffd {
  height: 48px;
  width: auto;
  display: block;
}

.FooterSection_navRow__5hv51 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}

.FooterSection_navLink__V1DBS {
  color: rgba(54,54,54,0.7);
  text-decoration: none;
  font-size: 14px;
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  opacity: 1;
  transition: color 0.2s;
}

.FooterSection_navLink__V1DBS:hover {
  color: rgba(54,54,54,1);

}

.FooterSection_divider__qBhy_ {
  width: 100%;
  max-width: 1200px;
  border: none;
  border-top: 1px solid #ececec;
  margin: 16px 0 16px 0;
}

.FooterSection_copyrightRow__7LMJV {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.FooterSection_copyright__WMgc8 {
  color: rgb(31,31,31);
  font-size: 14px;
  font-family: 'Rethink Sans', sans-serif;
  opacity: 1;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/landing/FaqSection.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.FaqSection_faqSection__srfkQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  width: 100%;
  background: #fafbfc;
  min-height: 320px;
  position: relative;
  overflow: visible;
}

.FaqSection_container___sAqG {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.FaqSection_heading__zkJ36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.FaqSection_contextButton__tyCkI {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
  border: 1px solid #ececec;
  box-shadow: none;
}

.FaqSection_contextIcon__huzSb {
  width: 17px;
  height: 17px;
  display: inline-block;
}

.FaqSection_contextText__7GGL_ {
  color: #000;
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
}

.FaqSection_title__QxHFV {
  font-family: 'Helvetica Neue LT Pro 75 Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 0.5rem;
}

.FaqSection_subtitle__dF2SC {
  color: rgba(0,0,0,0.8);
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.FaqSection_faqGrid__r6Of3 {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  width: 100%;
  justify-content: center;
}

@media (max-width: 809px) {
  .FaqSection_faqGrid__r6Of3 {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .FaqSection_leftBox__6thws {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .FaqSection_leftInnerBox__QoR13 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .FaqSection_rightBox__ZvJdM {
    order: 1;
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: center;
  }
  .FaqSection_accordion__6TdCC {
    width: 100%;
    max-width: 100%;
  }
}

.FaqSection_leftBox__6thws {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FaqSection_leftInnerBox__QoR13 {
  background: linear-gradient(45deg, #fff 40%, #e9ecf3 100%);
  border-radius: 16px;
  border: 1px solid #ececec;
  box-shadow: 0 2px 12px 0 rgba(64,120,168,0.06), 0 1.5px 0 0 #f2f2f2 inset;
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  width: 100%;
}

.FaqSection_leftIcon__GJQzt {
  margin-bottom: 1rem;
}

.FaqSection_leftTitle__3g4FT {
  color: rgb(31,31,31);
  font-family: 'Rethink Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
}

.FaqSection_leftDesc__HrmJ_ {
  color: rgba(31,31,31,0.6);
  font-family: 'Rethink Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}

.FaqSection_askButton__WoDx9 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #1e31dd;
  color: #fff;
  border-radius: 999px;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 12px 0 rgba(30,49,221,0.08);
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}

.FaqSection_askButton__WoDx9:hover {
  background: #1421a5;
}

.FaqSection_rightBox__ZvJdM {
  flex: 2 1 600px;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.FaqSection_accordion__6TdCC {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.FaqSection_accordionItem__BBgDY {
  border-radius: 16px;
  border: 1px solid #ececec;
  background: linear-gradient(90deg, #e9ecf3 0%, #fff 60%);
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 12px 0 rgba(64,120,168,0.06), 0 1.5px 0 0 #f2f2f2 inset;
  transition: box-shadow 0.2s;
}

.FaqSection_accordionButton__mnqhq {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(31,31,31);
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
}

.FaqSection_accordionQuestion__8wnis {
  flex: 1;
  text-align: left;
}

.FaqSection_iconOpen__jKlTf {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.FaqSection_iconClosed__zWtd_ {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.FaqSection_accordionPanel__PeqM6,
.FaqSection_accordionPanelOpen__L9IA_ {
  background: transparent;
}

.FaqSection_accordionPanel__PeqM6 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1), padding 0.3s cubic-bezier(.4,0,.2,1);
  padding: 0 1.5rem;
}

.FaqSection_accordionPanelOpen__L9IA_ {
  max-height: 200px;
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1), padding 0.3s cubic-bezier(.4,0,.2,1);
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.FaqSection_accordionPanel__PeqM6 p,
.FaqSection_accordionPanelOpen__L9IA_ p {
  color: rgba(31, 31, 31, 0.6);
  font-size: 16px;
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}


/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/landing/generalStyles.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.gradientBorder {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(0,0,0,0), #e5e5e5 30%, #e5e5e5 70%, rgba(0,0,0,0));
    pointer-events: none;
    z-index: 1;
  }
  
  .gradientBorderTop {
    top: 0;
  }
  
  .gradientBorderBottom {
    bottom: 0;
  }
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/contatti/ContattiSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* ContattiSection.module.css */

.ContattiSection_contattiSection__yTcDv {
  width: 100%;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 4rem 1rem;
  position: relative;
  min-height: 320px;
  overflow: visible;
}

.ContattiSection_contentWrapper__x_Bed {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.ContattiSection_title__7BiiH {
  font-family: 'Helvetica Neue LT Pro 75 Bold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #23262F;
  margin-bottom: 8px;
}

.ContattiSection_italic__VM7YG {
  font-family: 'Helvetica Neue LT Pro 56 Italic', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(-90deg, #4444446f 0%, #1f1f1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ContattiSection_subtitle__IFvuK {
  color: rgba(0,0,0,0.8);
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.ContattiSection_columns__1G8lX {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

.ContattiSection_leftColumn__LlUHU {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 0;
  min-width: 320px;
  max-width: 370px;
}

.ContattiSection_card__M2iJ_ {
  background: linear-gradient(135deg, #f7f8fa 60%, #e9eaf3 100%);
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(30, 49, 221, 0.06);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ContattiSection_cardHeader__2qhzN {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.ContattiSection_cardIcon__VxVtg {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #1e31dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 12px;
}

.ContattiSection_cardIcon__VxVtg svg {
  display: inline-block;
}

.ContattiSection_cardTitle__9sdr4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #23262F;
  margin-bottom: 0;
  text-align: left;
}

.ContattiSection_cardText__spGfg, .ContattiSection_cardLink__iCeod {
  width: 100%;
  text-align: left;
}

.ContattiSection_cardText__spGfg {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  color: #23262F;
  margin-bottom: 8px;
}

.ContattiSection_cardLink__iCeod {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  color: #1e31dd;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}

.ContattiSection_cardLink__iCeod:hover {
  color: #1623a6;
}

.ContattiSection_rightColumn__p7xIS {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 320px;
  max-width: 480px;
  background: linear-gradient(135deg, #f7f8fa 60%, #e9eaf3 100%);
  border-radius: 18px;
  border: 1.5px solid #e5e7eb;
  box-shadow: 0 4px 24px 0 rgba(30, 49, 221, 0.06);
  padding: 32px 28px;
  align-items: center;
  gap: 16px;
}

.ContattiSection_formHeader__DwX14 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ContattiSection_formIcon__TFX5H {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e31dd;
  border-radius: 8px;
}

.ContattiSection_formTitle__DSvet {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #23262F;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.ContattiSection_form__Y8vFp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ContattiSection_formGroup__2sSE9 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ContattiSection_formLabel__J6_H_ {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  color: #23262F;
  font-weight: 500;
  margin-bottom: 2px;
}

.ContattiSection_formInput__k9m59, .ContattiSection_formTextarea__O2NMh {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  color: #23262F;
  background: #f7f8fa;
  resize: none;
}

.ContattiSection_formButton__kmjkA {
  background: #1e31dd;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 32px;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}

.ContattiSection_formButton__kmjkA:hover {
  background: #1421a5;
}

@media (max-width: 900px) {
  .ContattiSection_columns__1G8lX {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .ContattiSection_leftColumn__LlUHU, .ContattiSection_rightColumn__p7xIS {
    max-width: 100%;
    width: 100%;
  }
}

.ContattiSection_toastSuccess__kdcsX, .ContattiSection_toastError__8nQSi {
  position: fixed;
  bottom: 32px;
  right: 32px;
  left: auto;
  top: auto;
  transform: none;
  min-width: 240px;
  max-width: 90vw;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  z-index: 100;
  box-shadow: 0 4px 24px 0 rgba(30, 49, 221, 0.10);
  transition: opacity 0.3s;
}

.ContattiSection_toastSuccess__kdcsX {
  background: #1e31dd;
  color: #fff;
}

.ContattiSection_toastError__8nQSi {
  background: #e53935;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(229, 57, 53, 0.10);
}

@media (max-width: 600px) {
  .ContattiSection_toastSuccess__kdcsX, .ContattiSection_toastError__8nQSi {
    right: 16px;
    bottom: 16px;
    min-width: 0;
    padding: 0.75rem 1.25rem;
    font-size: 15px;
  }
} 
