/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/faqs/faqs.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.faqs_faqsSection__0_T02 {
    background: linear-gradient(to bottom, #ffffff 0%, #f8faf9 100%);
    padding: 4rem 1.5rem;
  }
  
  .faqs_container__Oonhp {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .faqs_heading__z3G1J {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d5c3f;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
  }
  
  .faqs_divider__5BVr3 {
    height: 1px;
    background-color: #e5e7eb;
    margin: 1.5rem 0;
  }
  
  .faqs_faqsList__oYdi9 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .faqs_faqItem__gSHSK {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
  }
  
  .faqs_faqItem__gSHSK:hover {
    padding-left: 0.5rem;
  }
  
  .faqs_question__hWzL1 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0d5c3f;
    flex: 1;
    transition: color 0.3s ease;
  }
  
  .faqs_faqItem__gSHSK:hover .faqs_question__hWzL1 {
    color: #1abc9c;
  }
  
  .faqs_icon__b9ahz {
    font-size: 1.5rem;
    color: #0d5c3f;
    font-weight: 300;
    margin-left: 1rem;
    transition: all 0.3s ease;
    min-width: 2rem;
    text-align: right;
  }
  
  .faqs_answer__jytWU {
    overflow: hidden;
    animation: faqs_slideDown__t_yu7 0.3s ease-out;
    padding: 0 0 1.5rem 0;
  }
  
  @keyframes faqs_slideDown__t_yu7 {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .faqs_answer__jytWU p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .faqs_faqsSection__0_T02 {
      padding: 3rem 1rem;
    }
  
    .faqs_heading__z3G1J {
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }
  
    .faqs_faqItem__gSHSK {
      padding: 1.25rem 0;
    }
  
    .faqs_question__hWzL1 {
      font-size: 1rem;
    }
  
    .faqs_icon__b9ahz {
      font-size: 1.25rem;
    }
  }
  
  @media (max-width: 480px) {
    .faqs_faqsSection__0_T02 {
      padding: 2rem 1rem;
    }
  
    .faqs_heading__z3G1J {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }
  
    .faqs_faqItem__gSHSK {
      padding: 1rem 0;
    }
  
    .faqs_question__hWzL1 {
      font-size: 0.95rem;
    }
  
    .faqs_icon__b9ahz {
      font-size: 1.125rem;
      min-width: 1.5rem;
    }
  
    .faqs_answer__jytWU p {
      font-size: 0.9rem;
    }
  }
  
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/footer/footer.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__MbdlQ {
    background: linear-gradient(180deg, #d3e0dd 0%, #07f0b9 100%);
    padding: 4rem 2rem;
  }
  
  .footer_getStartedSection__qbTb4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto 4rem;
    align-items: center;
  }
  
  .footer_getStartedContent__GXVN1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .footer_getStartedHeading__rvNxE {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d5f4f;
    line-height: 1.2;
  }
  
  .footer_getStartedDescription__h6zzZ {
    font-size: 1rem;
    color: #0d5f4f;
    line-height: 1.6;
  }
  
  .footer_getStartedButton__RArLo {
    width: fit-content;
    padding: 0.75rem 1.5rem;
    background-color: #1abc9c;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .footer_getStartedButton__RArLo:hover {
    background-color: #16a085;
  }
  
  .footer_testimonials__bZWez {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer_testimonialCard__mO9vw {
    background-color: #c8f0e8;
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
  
  .footer_quoteMark___MEeZ {
    font-size: 2rem;
    color: #1abc9c;
    margin-bottom: 0.5rem;
  }
  
  .footer_testimonialText__n268q {
    font-size: 1rem;
    font-weight: 600;
    color: #0d5f4f;
    margin-bottom: 0.5rem;
  }
  
  .footer_testimonialAuthor__Fqo1l {
    font-size: 0.875rem;
    color: #0d5f4f;
  }
  
  .footer_reviewCard__DPenv {
    background-color: #c8f0e8;
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
  
  .footer_stars__2vUFm {
    font-size: 1.5rem;
    color: #1abc9c;
    margin-bottom: 0.5rem;
    letter-spacing: 0.25rem;
  }
  
  .footer_reviewText__ddXDQ {
    font-size: 1rem;
    font-weight: 600;
    color: #0d5f4f;
    margin-bottom: 0.25rem;
  }
  
  .footer_reviewSubtext__E0C6B {
    font-size: 0.875rem;
    color: #0d5f4f;
  }
  
  .footer_footerNav__Xbc74 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 2rem;
  }
  
  .footer_footerColumn__Y5J7c {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .footer_columnHeading__GbcCz {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0d5f4f;
  }
  
  .footer_linkList__sO8eo {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .footer_link__TtCV5 {
    font-size: 0.875rem;
    color: #0d5f4f;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer_link__TtCV5:hover {
    color: #1abc9c;
  }
  
  .footer_phone__xqXqR {
    font-size: 0.875rem;
    color: #0d5f4f;
    font-weight: 600;
  }
  
  .footer_affiliate__skDmn {
    font-size: 0.875rem;
    margin: 0;
  }
  
  .footer_appBadges__qUsiW {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1rem 0;
  }
  
  .footer_appBadge__OSsPF {
    display: block;
    width: 100%;
    max-width: 135px;
    height: 40px;
    text-decoration: none;
  }
  
  .footer_appStoreBadge__XslQA,
  .footer_googlePlayBadge__Df2gk {
    width: 100%;
    height: 100%;
  }
  
  .footer_socialIcons__ADbDt {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .footer_socialIcon__fWxp2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #0d5f4f;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  
  .footer_socialIcon__fWxp2:hover {
    background-color: #1abc9c;
  }
  
  .footer_footerDivider__VnUfM {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background-color: #0d5f4f;
  }
  
  @media (max-width: 1024px) {
    .footer_getStartedSection__qbTb4 {
      grid-template-columns: 1fr;
    }
  
    .footer_footerNav__Xbc74 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .footer_footer__MbdlQ {
      padding: 2rem 1rem;
    }
  
    .footer_getStartedHeading__rvNxE {
      font-size: 2rem;
    }
  
    .footer_footerNav__Xbc74 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 480px) {
    .footer_footer__MbdlQ {
      padding: 1.5rem 1rem;
    }
  
    .footer_getStartedSection__qbTb4 {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 2rem;
    }
  
    .footer_getStartedHeading__rvNxE {
      font-size: 1.5rem;
    }
  
    .footer_getStartedDescription__h6zzZ {
      font-size: 0.9rem;
    }
  
    .footer_getStartedButton__RArLo {
      padding: 0.625rem 1.25rem;
      font-size: 0.9rem;
    }
  
    .footer_testimonialCard__mO9vw,
    .footer_reviewCard__DPenv {
      padding: 1rem;
    }
  
    .footer_testimonialText__n268q,
    .footer_reviewText__ddXDQ {
      font-size: 0.9rem;
    }
  
    .footer_testimonialAuthor__Fqo1l,
    .footer_reviewSubtext__E0C6B {
      font-size: 0.8rem;
    }
  
    .footer_footerNav__Xbc74 {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .footer_columnHeading__GbcCz {
      font-size: 0.9rem;
    }
  
    .footer_link__TtCV5 {
      font-size: 0.8rem;
    }
  
    .footer_phone__xqXqR {
      font-size: 0.8rem;
    }
  
    .footer_appBadges__qUsiW {
      gap: 0.5rem;
    }
  
    .footer_appBadge__OSsPF {
      max-width: 120px;
      height: 35px;
    }
  
    .footer_socialIcons__ADbDt {
      gap: 0.75rem;
    }
  
    .footer_socialIcon__fWxp2 {
      width: 1.75rem;
      height: 1.75rem;
      font-size: 0.9rem;
    }
  }
  
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/grow-community/grow-community.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.grow-community_section__H4k9G {
    width: 100%;
    background-color: #ffffff;
    padding: 4rem 1.5rem;
  }
  
  .grow-community_container__GhH_Y {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  .grow-community_content____zqF {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .grow-community_logos__K7aUE {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  .grow-community_chimeLogo__DZF6f {
    color: #1abc9c;
    font-weight: 700;
    font-size: 1rem;
  }
  
  .grow-community_separator__4oqs4 {
    color: #d0d0d0;
  }
  
  .grow-community_walgreensLogo__KYpdb {
    color: #cc0000;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
  }
  
  .grow-community_heading__sxDDr {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d3d2d;
    line-height: 1.2;
    margin: 0;
  }
  
  .grow-community_heading__sxDDr sup {
    font-size: 0.65em;
    vertical-align: super;
  }
  
  .grow-community_description__P1_hq {
    font-size: 1rem;
    color: #0d3d2d;
    line-height: 1.6;
    margin: 0;
  }
  
  .grow-community_button__hrEF5 {
    width: fit-content;
    padding: 0.75rem 1.5rem;
    background-color: #1abc9c;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .grow-community_button__hrEF5:hover {
    background-color: #16a085;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  }
  
  .grow-community_illustration__Adt6U {
    position: relative;
    width: 100%;
    height: 400px;
  }
  
  .grow-community_illustration__Adt6U img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  @media (max-width: 768px) {
    .grow-community_container__GhH_Y {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .grow-community_heading__sxDDr {
      font-size: 1.75rem;
    }
  
    .grow-community_section__H4k9G {
      padding: 2rem 1.5rem;
    }
  
    .grow-community_illustration__Adt6U {
      height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    .grow-community_section__H4k9G {
      padding: 2rem 1rem;
    }
  
    .grow-community_container__GhH_Y {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .grow-community_heading__sxDDr {
      font-size: 1.5rem;
    }
  
    .grow-community_description__P1_hq {
      font-size: 0.9rem;
    }
  
    .grow-community_button__hrEF5 {
      padding: 0.625rem 1.25rem;
      font-size: 0.85rem;
    }
  
    .grow-community_illustration__Adt6U {
      height: 250px;
    }
  }
  
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/header/header.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header_header__dGL52 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
  }
  
  /* Promotional Banner */
  .header_banner__PxuS9 {
    background-color: #1a5f4a;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
  
  .header_bannerContent__QI6YJ {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    justify-content: center;
  }
  
  .header_bannerText__MPXeu {
    font-weight: 500;
  }
  
  .header_learnMoreBtn___pl8V {
    background-color: #1db854;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
  }
  
  .header_learnMoreBtn___pl8V:hover {
    background-color: #1aa84a;
  }
  
  .header_closeBtn__Ynv9c {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  
  .header_closeBtn__Ynv9c:hover {
    opacity: 0.8;
  }
  
  /* Navigation Header */
  .header_nav__dOulC {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 20px;
  }
  
  .header_navContent__tbHG3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .header_menuBtn__z3_r2 {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    width: 32px;
    height: 32px;
    justify-content: center;
  }
  
  .header_hamburger__U34oc {
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  
  .header_logo__zlk1H {
    flex: 1;
    margin-left: 16px;
  }
  
  .header_logoText__lkhx5 {
    font-size: 20px;
    font-weight: 700;
    color: #1db854;
    letter-spacing: -0.5px;
  }
  
  .header_navRight__6ofp7 {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  
  .header_getStartedBtn__srI1D {
    background-color: #1db854;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease;
  }
  
  .header_getStartedBtn__srI1D:hover {
    background-color: #1aa84a;
  }
  
  .header_loginBtn__ps2uU {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  
  .header_loginBtn__ps2uU:hover {
    color: #1db854;
  }
  
  /* Mobile Responsive */
  @media (max-width: 768px) {
    .header_banner__PxuS9 {
      flex-direction: column;
      gap: 12px;
      padding: 12px;
    }
  
    .header_bannerContent__QI6YJ {
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }
  
    .header_bannerText__MPXeu {
      text-align: center;
      font-size: 13px;
    }
  
    .header_learnMoreBtn___pl8V {
      width: 100%;
    }
  
    .header_nav__dOulC {
      padding: 12px;
    }
  
    .header_navContent__tbHG3 {
      gap: 12px;
    }
  
    .header_logo__zlk1H {
      margin-left: 8px;
    }
  
    .header_logoText__lkhx5 {
      font-size: 18px;
    }
  
    .header_navRight__6ofp7 {
      gap: 8px;
    }
  
    .header_getStartedBtn__srI1D {
      padding: 6px 16px;
      font-size: 13px;
    }
  
    .header_loginBtn__ps2uU {
      font-size: 13px;
    }
  }
  
  @media (max-width: 480px) {
    .header_banner__PxuS9 {
      padding: 10px;
    }
  
    .header_bannerText__MPXeu {
      font-size: 12px;
    }
  
    .header_learnMoreBtn___pl8V {
      padding: 5px 12px;
      font-size: 12px;
    }
  
    .header_nav__dOulC {
      padding: 10px;
    }
  
    .header_logoText__lkhx5 {
      font-size: 16px;
    }
  
    .header_getStartedBtn__srI1D {
      padding: 5px 12px;
      font-size: 12px;
    }
  
    .header_loginBtn__ps2uU {
      display: none;
    }
  }
  
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/HeroSection/hero.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Hero Section Container */
.hero_heroSection__A1CZV {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom right, #4ade80, #10b981, #14b8a6);
}

.hero_backgroundOverlay__jXrjq {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(74, 222, 128, 0.2), transparent);
  pointer-events: none;
}

.hero_heroContainer__5YT2N {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .hero_heroContainer__5YT2N {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero_heroContainer__5YT2N {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero_heroGrid__ICMnv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

@media (min-width: 1024px) {
  .hero_heroGrid__ICMnv {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    min-height: 70vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: flex-start;
  }
}

.hero_heroContent__eT2eY {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero_heroContent__eT2eY {
    gap: 2rem;
  }
}

.hero_heroMockupContainer__yas_J {
  display: none;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero_heroMockupContainer__yas_J {
    display: flex;
  }
}

/* Added square card styling for phone mockup */
.hero_mockupCard__Oxj8Y {
  width: 28rem;
  height: 28rem;
  background: white;
  border-radius: 1.5rem;
  padding: 1.25rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

/* ========== HEADING ANIMATION STYLES ========== */
.hero_headingWrapper__OOi0_ {
  position: relative;
  min-height: 4.5rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .hero_headingWrapper__OOi0_ {
    min-height: 6rem;
  }
}

@media (min-width: 1024px) {
  .hero_headingWrapper__OOi0_ {
    min-height: 8rem;
  }
}

.hero_headingSlide__RK3Kd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero_headingSlideActive__SfJyi {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

/* Hero Content Styles */
.hero_heading__VYkDr {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
  word-wrap: break-word;
  margin: 0;
}

@media (min-width: 640px) {
  .hero_heading__VYkDr {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .hero_heading__VYkDr {
    font-size: 3.25rem;
  }
}

/* ========== MOCKUP ANIMATION STYLES ========== */
.hero_mockupWrapper__XpjLn {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}

.hero_mockupAnimating__U1_xG {
  opacity: 0.7;
}

/* ========== FORM STYLES - NEVER ANIMATED ========== */
.hero_form__u7KYK {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  /* Ensure form stays in place */
  position: relative;
  z-index: 10;
}

@media (min-width: 640px) {
  .hero_form__u7KYK {
    flex-direction: row;
    gap: 0.75rem;
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .hero_form__u7KYK {
    max-width: 28rem;
  }
}

.hero_input__q0lWD {
  flex: 1;
  background-color: white;
  color: #1e293b;
  border: none;
  height: 3.25rem;
  border-radius: 0.5rem;
  padding: 0 1.125rem;
  font-size: 1rem;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .hero_input__q0lWD {
    height: 3rem;
    font-size: 1rem;
    padding: 0 1rem;
    width: 100%;
  }
}

.hero_input__q0lWD::placeholder {
  color: #a1a5af;
}

.hero_input__q0lWD:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hero_button__5AeKB {
  background-color: #1e293b;
  color: white;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 1rem;
  width: 100%;
}

@media (min-width: 640px) {
  .hero_button__5AeKB {
    width: auto;
    min-width: fit-content;
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .hero_button__5AeKB {
    height: 2.75rem;
    font-size: 0.95rem;
    padding: 0 1rem;
  }
}

.hero_button__5AeKB:hover:not(:disabled) {
  background-color: #0f172a;
}

.hero_button__5AeKB:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.hero_supportingText__Uv0oI {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #1e293b;
}

@media (max-width: 640px) {
  .hero_supportingText__Uv0oI {
    gap: 0.5rem;
    font-size: 0.8rem;
  }
}

.hero_supportingTextMedium__X10_g {
  font-weight: 500;
}

.hero_supportingTextSmall__wetwC {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .hero_supportingTextSmall__wetwC {
    font-size: 0.7rem;
  }
}

.hero_link__5AWFq {
  text-decoration: underline;
}

.hero_link__5AWFq:hover {
  text-decoration: none;
}

/* Hero Mockup Styles */
.hero_mockupGlow___BZAO {
  position: absolute;
  inset: -1rem;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 1.5rem;
  filter: blur(2rem);
  pointer-events: none;
}

.hero_phoneFrame__lKej9 {
  position: relative;
  background: linear-gradient(to bottom right, #0f172a, #1e293b);
  border-radius: 1.5rem;
  padding: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

.hero_phoneScreen__2uAcf {
  background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  width: 100%;
  height: 100%;
  flex: 1;
}

.hero_phoneContent__lDrTm {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero_statusBar__2yYEC {
  background-color: #0f172a;
  color: white;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero_statusIndicators__CfrVd {
  display: flex;
  gap: 0.25rem;
}

.hero_statusDot__YkmKG {
  width: 0.25rem;
  height: 0.25rem;
  background-color: white;
  border-radius: 50%;
}

.hero_appContent__5zKya {
  flex: 1;
  background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
}

.hero_appHeader__Awdm0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero_appTitle__TA_hn {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f172a;
}

.hero_headerIcon___1CbM {
  width: 1rem;
  height: 1rem;
  background-color: #10b981;
  border-radius: 50%;
}

.hero_accountCards__BWlB_ {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding-right: 0.25rem;
}

/* Custom scrollbar styling */
.hero_accountCards__BWlB_::-webkit-scrollbar {
  width: 0.25rem;
}

.hero_accountCards__BWlB_::-webkit-scrollbar-track {
  background: transparent;
}

.hero_accountCards__BWlB_::-webkit-scrollbar-thumb {
  background-color: rgba(15, 23, 42, 0.2);
  border-radius: 0.125rem;
}

.hero_accountCards__BWlB_::-webkit-scrollbar-thumb:hover {
  background-color: rgba(15, 23, 42, 0.3);
}

/* Firefox scrollbar */
.hero_accountCards__BWlB_ {
  scrollbar-color: rgba(15, 23, 42, 0.2) transparent;
  scrollbar-width: thin;
}

.hero_accountCard__ukEVS {
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.hero_cardHeader__6Rbpl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero_cardLabel__OMVJI {
  font-size: 0.65rem;
  color: #64748b;
}

.hero_cardAmount__K7Y1r {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.hero_cardIcon__9_mwJ {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #10b981;
  border-radius: 0.125rem;
}

.hero_notification__TIuZY {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.hero_notificationContent__pETuL {
  display: flex;
  gap: 0.5rem;
}

.hero_notificationIcon__YLvLO {
  width: 1rem;
  height: 1rem;
  background-color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
}

.hero_notificationTitle__FcUyU {
  font-weight: 600;
  color: #0f172a;
  font-size: 0.65rem;
}

.hero_notificationMessage__jCdnJ {
  color: #64748b;
  font-size: 0.65rem;
}

.hero_phoneNotch__7G3l8 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 1rem;
  background-color: #0f172a;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 20;
}

/* Featured Logos Styles */
.hero_logosSection__ay75g {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.hero_logosContainer__iTm_N {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .hero_logosContainer__iTm_N {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.hero_logosWrapper__WqMD4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .hero_logosWrapper__WqMD4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero_logosWrapper__WqMD4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero_logosLabel__EvI_1 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .hero_logosLabel__EvI_1 {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.hero_logosGrid__3Jd2G {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

@media (min-width: 640px) {
  .hero_logosGrid__3Jd2G {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.hero_logoItem__Cfsk5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .hero_logoItem__Cfsk5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.hero_logoText__98pDt {
  color: #475569;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .hero_logoText__98pDt {
    font-size: 1rem;
  }
}

.hero_carouselControls__SHyE6 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 480px) {
  .hero_carouselControls__SHyE6 {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.hero_carouselButton__KzSWn {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 300;
}

@media (max-width: 480px) {
  .hero_carouselButton__KzSWn {
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
  }
}

.hero_carouselButton__KzSWn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.hero_carouselButton__KzSWn:active {
  transform: scale(0.95);
}

.hero_dotsContainer__5T886 {
  display: flex;
  gap: 0.75rem;
}

.hero_dot__vJx_N {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero_dot__vJx_N:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.hero_dotActive__fjCUQ {
  background-color: white;
  width: 1.5rem;
  border-radius: 0.375rem;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/navigation-menu/navigation-menu.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.navigation-menu_navigationMenu__SM6Yl {
    background: linear-gradient(135deg, #0d5f4f 0%, #0a4a3d 100%);
    padding: 2rem 1rem;
    width: 100%;
  }
  
  .navigation-menu_menuContainer__AoCoT {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .navigation-menu_menuItem___iTWd {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .navigation-menu_menuItem___iTWd:hover {
    opacity: 0.8;
    transform: translateX(2px);
  }
  
  .navigation-menu_arrow__rByWI {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
  }
  
  .navigation-menu_menuItem___iTWd:hover .navigation-menu_arrow__rByWI {
    transform: translateX(4px);
  }
  
  @media (max-width: 768px) {
    .navigation-menu_menuContainer__AoCoT {
      gap: 1rem;
      font-size: 0.9rem;
    }
  
    .navigation-menu_menuItem___iTWd {
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .navigation-menu_navigationMenu__SM6Yl {
      padding: 1rem 0.5rem;
    }
  
    .navigation-menu_menuContainer__AoCoT {
      gap: 0.75rem;
      padding: 0 0.5rem;
    }
  
    .navigation-menu_menuItem___iTWd {
      font-size: 0.8rem;
      gap: 0.125rem;
    }
  
    .navigation-menu_arrow__rByWI {
      font-size: 1rem;
    }
  }
  
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/how-it-works/how-it-works.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.how-it-works_section__Chp39 {
  width: 100%;
  background-color: #dff3e8;
  padding: 4rem 1.5rem;
}

@media (max-width: 768px) {
  .how-it-works_section__Chp39 {
    padding: 2.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_section__Chp39 {
    padding: 2rem 1rem;
  }
}

.how-it-works_container__cHIOP {
  max-width: 1200px;
  margin: 0 auto;
}

.how-it-works_header__OBWjd {
  text-align: left;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .how-it-works_header__OBWjd {
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_header__OBWjd {
    margin-bottom: 1.5rem;
  }
}

.how-it-works_title__bHki_ {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1a3a34;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .how-it-works_title__bHki_ {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_title__bHki_ {
    font-size: 1.5rem;
  }
}

.how-it-works_subtitle__QcUaT {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a3a34;
  margin: 0.5rem 0 0 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .how-it-works_subtitle__QcUaT {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_subtitle__QcUaT {
    font-size: 1.5rem;
  }
}

.how-it-works_cardsGrid__tjoqO {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 0.5fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .how-it-works_cardsGrid__tjoqO {
    grid-template-columns: repeat(3, 0.5fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .how-it-works_cardsGrid__tjoqO {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_cardsGrid__tjoqO {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.how-it-works_card__lSdsE {
  background-color: #c2ecc2;
  border-radius: 0.75rem;
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

@media (max-width: 768px) {
  .how-it-works_card__lSdsE {
    min-height: auto;
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_card__lSdsE {
    min-height: auto;
    padding: 1rem;
  }
}

.how-it-works_cardBadge__A36PR {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #1a3a34;
  color: white;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .how-it-works_cardBadge__A36PR {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.95rem;
    top: 1.25rem;
    left: 1.25rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_cardBadge__A36PR {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
    top: 1rem;
    left: 1rem;
  }
}

.how-it-works_cardTitle__aKfI7 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a3a34;
  margin: 3rem 0 0.75rem 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .how-it-works_cardTitle__aKfI7 {
    font-size: 1rem;
    margin: 2.5rem 0 0.5rem 0;
  }
}

@media (max-width: 480px) {
  .how-it-works_cardTitle__aKfI7 {
    font-size: 0.95rem;
    margin: 2rem 0 0.5rem 0;
  }
}

.how-it-works_cardDescription__k8QB5 {
  font-size: 0.95rem;
  color: #2d5a52;
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .how-it-works_cardDescription__k8QB5 {
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 480px) {
  .how-it-works_cardDescription__k8QB5 {
    font-size: 0.8rem;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
  }
}

.how-it-works_cardMockup__SK_rX {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.952);
  border-radius: 0.5rem;
  padding: 1rem;
  min-height: 150px;
}

@media (max-width: 768px) {
  .how-it-works_cardMockup__SK_rX {
    min-height: 140px;
    padding: 0.875rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_cardMockup__SK_rX {
    min-height: 120px;
    padding: 0.75rem;
  }
}

.how-it-works_mockupContent__ZcYL0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.how-it-works_mockupLabel__5_vd5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a3a34;
}

@media (max-width: 480px) {
  .how-it-works_mockupLabel__5_vd5 {
    font-size: 0.75rem;
  }
}

.how-it-works_mockupText__K0bIc {
  font-size: 0.8rem;
  color: #2d5a52;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .how-it-works_mockupText__K0bIc {
    font-size: 0.7rem;
    line-height: 1.3;
  }
}

.how-it-works_toggleGroup__V_kjS {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.how-it-works_toggleItem__D00i7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #1a3a34;
}

@media (max-width: 480px) {
  .how-it-works_toggleItem__D00i7 {
    font-size: 0.75rem;
  }
}

.how-it-works_toggle__F1yJM {
  width: 2rem;
  height: 1rem;
  background-color: #1abc9c;
  border-radius: 1rem;
  position: relative;
  flex-shrink: 0;
}

.how-it-works_toggle__F1yJM::after {
  content: "";
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: white;
  border-radius: 50%;
}

.how-it-works_notificationBox__atWJ2 {
  display: flex;
  gap: 0.75rem;
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.375rem;
}

@media (max-width: 480px) {
  .how-it-works_notificationBox__atWJ2 {
    gap: 0.5rem;
    padding: 0.6rem;
  }
}

.how-it-works_notificationIcon__sBix7 {
  width: 2rem;
  height: 2rem;
  background-color: #1abc9c;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .how-it-works_notificationIcon__sBix7 {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
}

.how-it-works_notificationText___MwYt {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.how-it-works_notificationTitle__BDSC0 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a3a34;
}

@media (max-width: 480px) {
  .how-it-works_notificationTitle__BDSC0 {
    font-size: 0.7rem;
  }
}

.how-it-works_notificationDesc__TVZm4 {
  font-size: 0.7rem;
  color: #2d5a52;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .how-it-works_notificationDesc__TVZm4 {
    font-size: 0.65rem;
    line-height: 1.2;
  }
}

.how-it-works_balanceBox__p3ijF {
  background-color: #1a3a34;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 480px) {
  .how-it-works_balanceBox__p3ijF {
    padding: 0.875rem;
    gap: 0.4rem;
  }
}

.how-it-works_balanceLabel__hKtes {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .how-it-works_balanceLabel__hKtes {
    font-size: 0.65rem;
  }
}

.how-it-works_balanceAmount__q8PlW {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .how-it-works_balanceAmount__q8PlW {
    font-size: 1.25rem;
  }
}

.how-it-works_balanceSubtext__Ice4K {
  font-size: 0.7rem;
  opacity: 0.7;
}

@media (max-width: 480px) {
  .how-it-works_balanceSubtext__Ice4K {
    font-size: 0.6rem;
  }
}

.how-it-works_balanceButtons__3pFSe {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.how-it-works_balanceBtn__U58j5 {
  flex: 1;
  padding: 0.4rem 0.5rem;
  background-color: white;
  color: #1a3a34;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

@media (max-width: 480px) {
  .how-it-works_balanceBtn__U58j5 {
    padding: 0.35rem 0.4rem;
    font-size: 0.625rem;
  }
}

.how-it-works_balanceBtn__U58j5:hover {
  background-color: #f0f0f0;
}

.how-it-works_qrAnimationContainer__lBOHY {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #f5f3ff 100%);
  border-radius: 0.5rem;
  padding: 1rem;
}

.how-it-works_qrAnimationContainer__lBOHY > * {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .how-it-works_qrAnimationContainer__lBOHY {
    height: 150px;
    margin-bottom: 0.75rem;
    padding: 0.875rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_qrAnimationContainer__lBOHY {
    height: 120px;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
  }
}

.how-it-works_disclaimer__WnR5I {
  text-align: center;
  padding: 2rem 1rem;
  background-color: white;
  border-radius: 0.75rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .how-it-works_disclaimer__WnR5I {
    padding: 1.5rem 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .how-it-works_disclaimer__WnR5I {
    padding: 1.25rem 0.75rem;
    margin-top: 1rem;
  }
}

.how-it-works_disclaimer__WnR5I p {
  font-size: 0.875rem;
  color: #2d5a52;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 480px) {
  .how-it-works_disclaimer__WnR5I p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/make-community-thrive/make-community-thrive.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.make-community-thrive_section__aMVpf {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #d4f5e8 100%);
    padding: 4rem 1.5rem;
  }
  
  .make-community-thrive_container__G24Eh {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  .make-community-thrive_content__nHoQQ {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .make-community-thrive_heading__oHefF {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0d5a47;
    text-balance: balance;
  }
  
  .make-community-thrive_description__Q82Dr {
    font-size: 1rem;
    line-height: 1.6;
    color: #1a4d3f;
    max-width: 500px;
  }
  
  .make-community-thrive_description__Q82Dr sup {
    font-size: 0.75rem;
  }
  
  .make-community-thrive_button__CAILY {
    background-color: #1abc9c;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: fit-content;
  }
  
  .make-community-thrive_button__CAILY:hover {
    background-color: #16a085;
  }
  
  .make-community-thrive_illustration__bMEuX {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  .make-community-thrive_illustration__bMEuX > div {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  .make-community-thrive_lottieWrapper__v3jYV {
    width: 100%;
    max-width: 700px; /* 👈 control overall width here */
    aspect-ratio: 1 / 1; /* keeps proportions instead of fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 768px) {
    .make-community-thrive_lottieWrapper__v3jYV {
      max-width: 350px;
    }
  }
  
  @media (max-width: 480px) {
    .make-community-thrive_lottieWrapper__v3jYV {
      max-width: 280px;
    }
  }
  
  
  
  

  .make-community-thrive_image__N5CY_ {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
    .make-community-thrive_container__G24Eh {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .make-community-thrive_heading__oHefF {
      font-size: 1.875rem;
    }
  
    .make-community-thrive_description__Q82Dr {
      font-size: 0.95rem;
    }
  
    .make-community-thrive_section__aMVpf {
      padding: 3rem 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .make-community-thrive_section__aMVpf {
      padding: 2rem 1rem;
    }
  
    .make-community-thrive_container__G24Eh {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .make-community-thrive_heading__oHefF {
      font-size: 1.5rem;
    }
  
    .make-community-thrive_description__Q82Dr {
      font-size: 0.9rem;
    }
  
    .make-community-thrive_button__CAILY {
      padding: 0.625rem 1.25rem;
      font-size: 0.9rem;
    }
  }
  
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/momentum-builder/your-growth.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.your-growth_section__8tb8R {
  width: 100%;
  background: linear-gradient(180deg, #d4f5e8 0%, #c8f0e0 100%);
  padding: 4rem 1.5rem;
}

.your-growth_container__pXeUz {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; /* 👈 remove centering */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 👈 align to left */
  gap: 1.5rem;
}

.your-growth_heading__iI1O5 {
  font-size: clamp(4rem, 14vw, 9rem); /* ⬆️ was clamp(3rem, 11vw, 7rem) */
  font-weight: 800; /* slightly bolder for better balance at large sizes */
  color: #0d5a47;
  line-height: 1.05; /* slightly tighter line spacing */
  letter-spacing: -0.02em;
  max-width: 1000px; /* slightly wider container for larger text */
  margin: 0;
  position: relative;
}

.your-growth_leafIcon__vv6Fo {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0.15em;
  vertical-align: middle;
}

/* 👇 stagger each line using relative positioning */
.your-growth_line1__gugoE {
  display: block;
}

.your-growth_line2__2zst_ {
  display: inline-block;
  margin-left: 2.2ch; /* fine-tuned to keep stagger visually proportional */
}

.your-growth_line3__CRRqe {
  display: inline-block;
  margin-left: 3.5ch; /* fine-tuned for new scale */
}



.your-growth_description__PHQul {
  font-size: 1.3rem; 
  color: #0d5a47;
  line-height: 1.7;
  max-width: 650px;
  margin: 0;
}

.your-growth_button__7KgwG {
  background-color: #1abc9c;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.your-growth_button__7KgwG:hover {
  background-color: #16a085;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
}

.your-growth_button__7KgwG:active {
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .your-growth_section__8tb8R {
    padding: 3rem 1rem;
  }

  .your-growth_heading__iI1O5 {
    font-size: clamp(2.5rem, 9vw, 3.5rem);
  }

  .your-growth_line2__2zst_ {
    margin-left: 1.5ch;
  }
  .your-growth_line3__CRRqe {
    margin-left: 2ch;
  }

  .your-growth_description__PHQul {
    font-size: 1rem;
  }

  .your-growth_button__7KgwG {
    padding: 0.625rem 1.25rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .your-growth_section__8tb8R {
    padding: 2rem 1rem;
  }

  .your-growth_heading__iI1O5 {
    font-size: 2rem;
  }

  .your-growth_line2__2zst_ {
    margin-left: 1ch;
  }
  .your-growth_line3__CRRqe {
    margin-left: 1.5ch;
  }

  .your-growth_description__PHQul {
    font-size: 0.9rem;
  }

  .your-growth_button__7KgwG {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.5_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/security-and-support/security-and-support.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.security-and-support_section__E_LEs {
    background: #0d5a47;
    padding: 4rem 1.5rem;
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  
  .security-and-support_container__J8luL {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  
  .security-and-support_illustrationWrapper__v_wKN {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .security-and-support_shieldIcon__fUPly {
    width: 280px;
    height: 280px;
    color: #1abc9c;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
  }
  
  .security-and-support_shieldIcon__fUPly svg {
    width: 100%;
    height: 100%;
  }
  
  .security-and-support_contentWrapper__SyVc6 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .security-and-support_header__mlts0 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
  
  .security-and-support_heading__4Vrsw {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    flex: 1;
  }
  
  .security-and-support_learnMoreButton__sShOL {
    background-color: #1abc9c;
    color: #0d5f4f;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-top: 0.25rem;
  }
  
  .security-and-support_learnMoreButton__sShOL:hover {
    background-color: #16a085;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  }
  
  .security-and-support_accordion__KiawQ {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .security-and-support_accordionItem__Oeu1y {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .security-and-support_accordionItem__Oeu1y:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .security-and-support_accordionTrigger__NBED3 {
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
  }
  
  .security-and-support_accordionTrigger__NBED3:hover {
    opacity: 0.8;
  }
  
  .security-and-support_accordionTitle__OdRxp {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
  }
  
  .security-and-support_chevron__wQNGA {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #1abc9c;
  }
  
  .security-and-support_chevronOpen__S8NgR {
    transform: rotate(180deg);
  }
  
  .security-and-support_minusIcon__QNOSg {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1abc9c;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .security-and-support_accordionTrigger__NBED3[aria-expanded="true"] .security-and-support_minusIcon__QNOSg {
    transform: rotate(180deg);
    opacity: 0.9;
  }
  

  .security-and-support_accordionContent__1umAD {
    padding: 0 0 1.5rem 0;
    animation: security-and-support_slideDown__8wJBv 0.3s ease;
  }
  
  .security-and-support_accordionContent__1umAD p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
  }
  
  @keyframes security-and-support_slideDown__8wJBv {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (max-width: 768px) {
    .security-and-support_container__J8luL {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  
    .security-and-support_shieldIcon__fUPly {
      width: 200px;
      height: 200px;
    }
  
    .security-and-support_heading__4Vrsw {
      font-size: 1.875rem;
    }
  
    .security-and-support_header__mlts0 {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .security-and-support_learnMoreButton__sShOL {
      align-self: flex-start;
    }
  
    .security-and-support_section__E_LEs {
      min-height: auto;
      padding: 3rem 1.5rem;
    }
  }
  
  @media (max-width: 480px) {
    .security-and-support_section__E_LEs {
      padding: 2rem 1rem;
      min-height: auto;
    }
  
    .security-and-support_container__J8luL {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .security-and-support_shieldIcon__fUPly {
      width: 150px;
      height: 150px;
    }
  
    .security-and-support_heading__4Vrsw {
      font-size: 1.5rem;
    }
  
    .security-and-support_header__mlts0 {
      flex-direction: column;
      gap: 1rem;
    }
  
    .security-and-support_learnMoreButton__sShOL {
      align-self: flex-start;
      padding: 0.625rem 1.25rem;
      font-size: 0.9rem;
    }
  
    .security-and-support_accordionTitle__OdRxp {
      font-size: 1rem;
    }
  
    .security-and-support_accordionContent__1umAD p {
      font-size: 0.9rem;
    }
  }
  
  .security-and-support_illustration__MdAt6 > div {
    width: 100%;
    max-width: 450px;
    height: auto;
  }

  .security-and-support_lottieWrapper__v29P1 {
    width: 100%;
    max-width: 700px; /* 👈 control overall width here */
    aspect-ratio: 1 / 1; /* keeps proportions instead of fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 768px) {
    .security-and-support_lottieWrapper__v29P1 {
      max-width: 350px;
    }
  }
  
  @media (max-width: 480px) {
    .security-and-support_lottieWrapper__v29P1 {
      max-width: 280px;
    }
  }
