/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/mind-notes/MindNotesSection.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* MindNotesSection.module.css */

.MindNotesSection_diarioSection__CtDTf {
  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;
}

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

.MindNotesSection_title__aTyN8 {
  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;
}

.MindNotesSection_italic__xY8uk {
  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;
}

.MindNotesSection_subtitle__jAbsD {
  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;
}

.MindNotesSection_card__HLp0L {
  width: 100%;
  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: 48px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.MindNotesSection_cardHeader__IzLGn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.MindNotesSection_cardTitle__PuIEL {
  font-family: 'Helvetica Neue LT Pro 55 Roman', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: rgb(31,31,31);
  margin-bottom: 0;
  flex: 1;
}

.MindNotesSection_cardMeta__ChEA4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 60px;
}

.MindNotesSection_cardVersion__1P3yB {
  background: #1e31dd;
  color: #F2F2F2;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 16px;
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  
}

.MindNotesSection_cardDate__UuGoZ {
  font-size: 14px;
  color: rgba(31,31,31,0.6);
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  text-align: right;
}

.MindNotesSection_cardBody__ZgSgO {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 16px;
  color: #363636B3;
  font-weight: 400;
}

.MindNotesSection_readMore___hWPJ {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 14px;
  color: rgb(31,31,31);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.MindNotesSection_readMoreArrow__pS_d3 {
  display: inline-flex;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}
.MindNotesSection_readMore___hWPJ:hover .MindNotesSection_readMoreArrow__pS_d3 svg {
  transform: translateX(7px);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.MindNotesSection_readMoreArrow__pS_d3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 2px;
  background: rgb(31,31,31);
  border-radius: 1px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s, width 0.5s;
  z-index: 1;
}
.MindNotesSection_cardLinkWrapper__wJlqD:hover .MindNotesSection_readMoreArrow__pS_d3 svg {
  transform: translateX(7px);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.MindNotesSection_cardLinkWrapper__wJlqD:hover .MindNotesSection_readMoreArrow__pS_d3::before {
  opacity: 1;
  height: 2.5px;
  width: 15px;
}
.MindNotesSection_readMoreArrow__pS_d3 svg {
  margin-left: -5px;
  display: block;
  stroke: currentColor;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.MindNotesSection_cardLinkWrapper__wJlqD:hover .MindNotesSection_readMoreArrow__pS_d3 svg,
.MindNotesSection_readMore___hWPJ:hover .MindNotesSection_readMoreArrow__pS_d3 svg {
  transform: translateX(7px);
}

.MindNotesSection_cardImageWrapper__dRMlj {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 2.15;
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.MindNotesSection_cardImage__dmxCp {
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 2.15;
  display: block;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(30, 49, 221, 0.04);
}

@media (max-width: 900px) {
  .MindNotesSection_contentWrapper__LBAI7 {
    max-width: 100%;
    padding: 0 8px;
  }
  .MindNotesSection_card__HLp0L {
    padding: 24px 22px;
  }
  .MindNotesSection_cardTitle__PuIEL {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .MindNotesSection_title__aTyN8 {
    font-size: 32px;
  }
  .MindNotesSection_cardTitle__PuIEL {
    font-size: 18px;
  }
  .MindNotesSection_cardBody__ZgSgO {
    font-size: 14px;
  }
}

.MindNotesSection_backButton__epVXX {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.5rem 1.25rem;
  border: 1.5px solid #a3a3a3;
  border-radius: 8px;
  background: #fff;
  color: #23262F;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.MindNotesSection_backButton__epVXX:hover {
  background: #f7f8fa;
  color: #1e31dd;
  border-color: #1e31dd;
}

.MindNotesSection_postMetaRow__Q36ux {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 15px;
  color: #888;
  margin-bottom: 0.5rem;
  font-family: 'Rethink Sans', sans-serif;
}

.MindNotesSection_postDate__L37m9 {
  font-size: 16px;
  font-family: 'Rethink Sans', sans-serif;
  color: rgb(31,31,31);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.MindNotesSection_postTitle__Pprj7 {
  font-family: 'Helvetica Neue LT Pro 75 Bold', Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: rgb(31,31,31);
  margin: 0 0 2rem 0;
  line-height: 1.1;
}

.MindNotesSection_markdownBody__SVeBh {
  width: 100%;
  font-family: 'Rethink Sans', sans-serif;
  color: #363636b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.MindNotesSection_markdownH1__8T7N3 {
  font-size: 2.2rem;
  font-family: 'Helvetica Neue LT Pro 75 Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 2rem 0 1.5rem 0;
}
.MindNotesSection_markdownH2__TlNQL {
  font-size: 1.6rem;
  font-family: 'Helvetica Neue LT Pro 75 Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
}
.MindNotesSection_markdownH3__C0Gx1 {
  font-size: 1.2rem;
  font-family: 'Helvetica Neue LT Pro 75 Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 1.5rem 0 1rem 0;
}

.MindNotesSection_markdownBlockquote__qO1uf {
  border-left: 4px solid #e5e7eb;
  background: #f7f8fa;
  color: rgba(31,31,31,0.6);
  font-style: italic;
  margin: 1.5rem 0;
  padding: 0rem 1.5rem;
}

.MindNotesSection_markdownBlockquote__qO1uf p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #99999999;
}

.MindNotesSection_markdownP__tDdw6 {
  font-family: 'Rethink Sans', sans-serif;
  color: #363636b3;
  font-size: 16px;
  font-weight: 400;
  margin: 1.1rem 0;
}

.MindNotesSection_markdownUl__nN4Bc {
  margin: 1.2rem 0 1.2rem 1.5rem;
  padding-left: 1.2rem;
}

.MindNotesSection_markdownOl__dSir7 {
  margin: 1.2rem 0 1.2rem 1.5rem;
  padding-left: 1.2rem;
}

.MindNotesSection_markdownLi__c7MM1 {
  margin-bottom: 0.5rem;
}

.MindNotesSection_markdownStrong__2xwkZ {
  font-family: 'Rethink Sans', sans-serif;
  color: #363636b3;
  font-size: 16px;
  font-weight: 700;
}

.MindNotesSection_markdownEm__DZNG8 {
  font-style: italic;
}

.MindNotesSection_markdownA__pkqGS {
  color: #1e31dd;
  text-decoration: underline;
  transition: color 0.2s;
}
.MindNotesSection_markdownA__pkqGS:hover {
  color: #1623a6;
}

.MindNotesSection_markdownImg__AjG4Q {
  max-width: 100%;
  border-radius: 12px;
  margin: 2rem 0;
  box-shadow: 0 2px 12px 0 rgba(30, 49, 221, 0.04);
}

.MindNotesSection_cardLinkWrapper__wJlqD {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}



