@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/* ─── BASE ─── */
.Landing_landing__C_kAg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #020907;
  color: #F9F8F6;
  font-family: 'Inter Tight', sans-serif;
  position: relative;
  overflow-x: hidden;
}

/* ─── OUTER / INNER PATTERN ─── */
.Landing_sectionOuter__2T_if {
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.Landing_sectionInner__AkjqA {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px;
  width: 100%;
}

/* ─── REVEAL ANIMATION ─── */
.Landing_heroOuter__38Rwt,
.Landing_sectionOuter__2T_if,
.Landing_revealed__WYIwQ {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.Landing_agentCard__1um3Z {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.Landing_agentCard__1um3Z.Landing_revealed__WYIwQ {
  opacity: 1;
  transform: translateY(0);
}

/* ─── HEADER ─── */
.Landing_header__Gh2Ak {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(2, 9, 7, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.Landing_headerInner__GDhwb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Landing_logo__LNY6S {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #F9F8F6;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.Landing_nav__eT6Ec {
  display: flex;
  gap: 32px;
}

.Landing_navLink__KJpbP {
  color: rgba(249, 248, 246, 0.6);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.Landing_navLink__KJpbP:hover {
  color: #F9F8F6;
}

.Landing_headerActions__FlFVR {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ─── BUTTONS ─── */
.Landing_btnPrimary__XoLUq,
.Landing_btnSolid__E0wIj {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 11px;
  gap: 8px;
  background: #1BE29F;
  border-radius: 56px;
  border: none;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #020907;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.Landing_btnPrimary__XoLUq:hover,
.Landing_btnSolid__E0wIj:hover {
  background: #15c888;
  transform: translateY(-1px);
}

.Landing_btnOutline__t2CwN {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 11px;
  gap: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: inset 0px 0.5px 0px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 56px;
  border: none;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #F9F8F6;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.Landing_btnOutline__t2CwN:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* ─── HERO ─── */
.Landing_heroOuter__38Rwt {
  width: 100%;
  /* min-height: 100vh; */
  padding: 8rem 0;
  position: relative;
  display: flex;
  align-items: center;
}

.Landing_heroBgImage__l6biE {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.Landing_heroGlow__07ktp {
  pointer-events: none;
  z-index: 1;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: -10%;
  left: 44%;
}


.Landing_heroInner__QSCLn {
  max-width: 1280px;
  margin: 0 auto;
  padding: 140px 40px 80px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.Landing_heroContent__zYjZH {
  max-width: 611px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.Landing_heroTitle__S1Aff {
  font-weight: 600;
  font-size: 86px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  max-width: 75%;
  margin: 0;
}

.Landing_heroDesc__72_uf {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #F9F8F6;
  margin: -24px 0 0;
  opacity: 0.8;
  margin-bottom: 16px;
}

.Landing_heroActions__5ReHI {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -24px;
}



@keyframes Landing_scrollBounce__TSI6W {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(12px);
    opacity: 0.3;
  }
}

/* ─── SECTION HEADER ─── */
.Landing_sectionHeader__YDWz0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  gap: 40px;
}

.Landing_sectionTitle__airMt {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}

.Landing_sectionSubtitle__wqORf {
  color: #F9F8F6;
  margin: 0;
  font-size: 1rem;
  line-height: 170%;
  max-width: 200px;
}

.Landing_intelDesc__UUZ5B {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(249, 248, 246, 0.5);
  margin: 0;
  max-width: 70%;
  margin-top: 18px;

}

/* ─── AGENTS ─── */
.Landing_agentsList___nZL7 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.Landing_agentCard__1um3Z {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.Landing_agentRight__ix79e {
  direction: rtl;
}

.Landing_agentRight__ix79e>* {
  direction: ltr;
}

.Landing_agentInfo__IELoO {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Landing_agentName___ZKYR {
  font-weight: 600;
  font-size: 3rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.Landing_agentDesc__YU0P2 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: #F9F8F6;
  margin: 0;
}

.Landing_agentTags__2FCup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.Landing_tag__ClOQM {
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid var(--shade-3, #1E2A28);
  background: #0A0F0E;
  color: #687C78;
}

.Landing_agentImage__dccMc {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
}

.Landing_agentImage__dccMc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ─── HOW IT WORKS ─── */
.Landing_stepsGrid__vXWKR {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 15px;
  margin-top: 48px;
}

.Landing_stepCard__a2G4r {
  background: #0A0F0E;
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 323px;
  border: none;
  position: relative;
}

.Landing_stepCard__a2G4r:last-child {
  background: radial-gradient(ellipse at 60% 80%, rgba(27, 226, 159, 0.25) 0%, rgba(118, 241, 255, 0.1) 30%, #0A0F0E 65%);
}

.Landing_agentImage__dccMc img,
.Landing_stepImagePlaceholder__tMK9F,
.Landing_stepCard__a2G4r img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.Landing_stepTitle___vk0m {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
  z-index: 1;
}

.Landing_stepDesc__oWZq8 {
  font-size: 16px;
  line-height: 150%;
  color: #687C78;
  margin: 0;
  z-index: 1;

}


/* ─── INTELLIGENCE NETWORK ─── */
.Landing_intelHeader__Tw1Ei {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 100px;
}



.Landing_intelBody__lmWJN {
  position: relative;
  margin-bottom: 16px;
  background: #0A0F0E;
  border-radius: 30px;
  min-height: 200px;
  overflow: visible;
  padding: 0;
  border: 1px solid var(--shade-3, #202423);


}

/* ─── STATS ROW ─── */

.Landing_statsCard__pfMSs {
  padding: 32px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 55%;
  box-sizing: border-box;
}




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

.Landing_statIconWrap__bVkdn {
  display: flex;
  align-items: center;
  gap: 8px;
}



.Landing_statIcon__T0XTy {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.5;
}

.Landing_statValue__MtoaW {
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #1BE29F;
  margin: -2px 0;
}

.Landing_statLabel__ApKhC {
  font-size: 16px;
  color: rgba(249, 248, 246, 0.6);
  font-weight: 500;
}

.Landing_intelImagePlaceholder__7yq6j {
  pointer-events: none;
  background: none;
  border: none;
  border-radius: 16px;
  width: 550px;
  height: auto;
  position: absolute;
  top: -73px;
  right: 26px;
  overflow: visible;
  transform: rotate(0deg);
  filter: drop-shadow(0px 24px 48px rgba(0, 0, 0, 0.35)) drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.2));

}

.Landing_intelImageGlow__OjurD {
  display: inline-block;
  position: absolute;
  left: -38px;
  right: -38px;
  top: -44px;
  bottom: 48px;
  border-radius: 24px;
}

.Landing_intelImageGlow__OjurD::before {
  content: "";
  position: absolute;
  /* Make the glow slightly larger than the card */
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;

  /* The "Light Source" */
  background: radial-gradient(circle at center,
      rgba(0, 255, 170, 0.25) 0%,
      rgba(0, 255, 170, 0.1) 40%,
      transparent 70%);

  /* Softens the gradient into a "Bloom" */
  filter: blur(30px);
  z-index: -1;
  /* Puts it behind the card */
  pointer-events: none;
}



.Landing_intelImagePlaceholder__7yq6j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 2;
  position: relative;
}

/* ─── FEATURE CARDS ─── */
.Landing_featuresRow__FBKAe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.Landing_featureCard__WAiEL {
  background: #0A0F0E;
  border: 1px solid var(--shade-3, #202423);
  border-radius: 30px;
  padding: 32px;
  min-height: 243px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Landing_featureIconWrap__anjhF {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.Landing_featureIcon__adC0J {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Landing_featureTextGroup__ybK6l {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.Landing_featureTitle__MrfLj {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
}

.Landing_featureDesc__WYSrY {
  font-size: 16px;
  line-height: 150%;
  color: #687C78;
  margin: 0;
}

/* ─── APPROVALS ─── */
.Landing_approvalsGrid__buAUl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.Landing_approvalCard__8Krvd {
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border: 1px solid var(--shade-3, #202423);
}

.Landing_approvalCardTitle__Ri8qL {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  max-width: 240px;
}

.Landing_approvalDecorIcon__fZ27P {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0px 0px 12px rgba(27, 226, 159, 0.6));
}






@media (max-width: 900px) {
  .Landing_approvalsGrid__buAUl {
    grid-template-columns: 1fr;
  }
}

/* ─── CTA ─── */
.Landing_ctaGrid__93gzE {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.Landing_ctaContent__FEMdP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.Landing_ctaTitle__cZZz7 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}

.Landing_ctaDesc__LoMIb {
  font-size: 1rem;
  line-height: 160%;
  color: rgba(249, 248, 246, 0.55);
  margin: 0;
  width: 75%;
}

.Landing_ctaImageWrap__qfuOl {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.Landing_ctaImage__FlqDc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─── FOOTER CTA ─── */
.Landing_footerCtaOuter__vjzNk {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 580px;
  display: flex;
  align-items: center;
}

.Landing_footerCtaBg__kWMFO {
  position: absolute;
  transform: translate(-50%, -50%);
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;

  width: 40rem;
  height: auto;
  position: absolute;
  top: 69%;
  left: 50%;

}

.Landing_footerCtaMouseIcon__hxF80 {
  display: block;
  margin: 0 auto 32px;
  width: 40px;
  height: auto;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}

.Landing_heroCards__rnPg5 {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 47%;
  height: 100%;
  pointer-events: none;
  z-index: 1;

}

.Landing_heroCards__rnPg5 img {
  position: absolute;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 900px) {
  .Landing_heroCards__rnPg5 {
    display: none;
  }
}

/* 
.heroMouseImage {
  z-index: 3;
  height: auto;
  position: absolute;
  width: 25rem;
  height: auto;
  opacity: 0.5;

  bottom: 26%;
  right: 7%;
} */

.Landing_footerCtaText__6V_bY {
  font-weight: 600;
  font-size: 6rem;
  line-height: 110%;
  margin: 0 auto;
  background: linear-gradient(93.46deg, #165543 17.4%, #2FCDA0 82.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 900px) {
  .Landing_footerCtaText__6V_bY {
    font-size: 56px;
  }
}

.Landing_footerCtaInner__hZpii {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 40px 100px;
  position: relative;
  z-index: 1;
  /* above bg and glow */
  width: 100%;
}

.Landing_sectionInnerNoPadding___tne8 {
  padding-top: 0;
}

@media (max-width: 600px) {
  .Landing_footerCtaText__6V_bY {
    font-size: 40px;
  }

  .Landing_footerCtaInner__hZpii {
    padding: 80px 20px 60px;
  }
}

/* ─── FOOTER ─── */
.Landing_footerOuter__on_7A {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 2;
}

.Landing_footerInner__UtH1Q {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 32px;
}

.Landing_footerTop__jwnK7 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.Landing_footerColumns__9JljB {
  display: flex;
  gap: 80px;
}

.Landing_footerCol__zldn4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Landing_footerColTitle__BaBOB {
  font-weight: 600;
  font-size: 13px;
  color: rgba(249, 248, 246, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

.Landing_footerLink__Elehp {
  font-size: 14px;
  color: rgba(249, 248, 246, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.Landing_footerLink__Elehp:hover {
  color: #F9F8F6;
}

.Landing_footerBottom__KCxV7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.Landing_copyright__me4E2 {
  font-size: 13px;
  color: rgba(249, 248, 246, 0.3);
}

.Landing_socials__Lxxy4 {
  display: flex;
  gap: 16px;
}

.Landing_socialLink__kN6_k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(249, 248, 246, 0.6);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.Landing_socialLink__kN6_k:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #F9F8F6;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .Landing_heroTitle__S1Aff {
    font-size: 52px;
  }

  .Landing_sectionTitle__airMt {
    font-size: 36px;
  }

  .Landing_agentCard__1um3Z {
    grid-template-columns: 1fr;
  }

  .Landing_agentRight__ix79e {
    direction: ltr;
  }

  .Landing_stepsGrid__vXWKR,
  .Landing_featuresRow__FBKAe {
    grid-template-columns: 1fr;
  }

  .Landing_intelBody__lmWJN {
    grid-template-columns: 1fr;
  }

  .Landing_intelHeader__Tw1Ei {
    flex-direction: column;
    gap: 16px;
  }

  .Landing_sectionHeader__YDWz0 {
    flex-direction: column;
    gap: 12px;
  }

  .Landing_approvalsGrid__buAUl {
    grid-template-columns: 1fr;
  }

  .Landing_ctaGrid__93gzE {
    grid-template-columns: 1fr;
  }

  .Landing_footerCtaText__6V_bY {
    font-size: 42px;
  }

  .Landing_nav__eT6Ec {
    display: none;
  }

  .Landing_footerTop__jwnK7 {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .Landing_heroTitle__S1Aff {
    font-size: 40px;
  }

  .Landing_heroInner__QSCLn {
    padding: 120px 20px 60px;
  }

  .Landing_sectionInner__AkjqA {
    padding: 60px 20px;
  }

  .Landing_headerInner__GDhwb {
    padding: 0 20px;
  }

  .Landing_footerInner__UtH1Q {
    padding: 48px 20px 32px;
  }

  .Landing_statValue__MtoaW {
    font-size: 28px;
  }
}


@media (max-width: 900px) {
  .Landing_footerCtaText__6V_bY {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .Landing_footerCtaText__6V_bY {
    font-size: 36px;
  }

  .Landing_footerCtaInner__hZpii {
    padding: 80px 20px 60px;
  }

  .Landing_footerCtaBg__kWMFO {
    width: 18rem;
    top: 80%;
  }

  .Landing_logo__LNY6S {
    max-width: 50%;
    margin-right: 10px;
  }

  .Landing_logo__LNY6S img {
    width: 100%;
  }
}

/* MOBILE NAV  */
/* ─── MOBILE MENU ─── */
.Landing_hamburger__6KfWL {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #F9F8F6;
  padding: 0.25rem;
}

.Landing_mobileMenu__2cxo2 {
  display: none;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  background: rgba(2, 9, 7, 0.97);
  -webkit-backdrop-filter: blur(1.25rem);
          backdrop-filter: blur(1.25rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 99;
  flex-direction: column;
  padding: 1.25rem 1.25rem 1.5rem;
  gap: 0;
}

.Landing_mobileMenu__2cxo2.Landing_open__IqVDd {
  display: flex;
}

.Landing_mobileNavLink__C_3ct {
  color: rgba(249, 248, 246, 0.7);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s;
}

.Landing_mobileNavLink__C_3ct:last-child {
  border-bottom: none;
}

.Landing_mobileNavLink__C_3ct:hover {
  color: #F9F8F6;
}

@media (max-width: 56.25rem) {
  .Landing_pricing__PDuL3 {
    display: none;
  }

  .Landing_hamburger__6KfWL {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Landing_connectBtnText__qj2q2::after {
    content: 'Connect';
  }

  .Landing_connectBtnFull__sLkdF {
    display: none;
  }
}

@media (min-width: 56.26rem) {
  .Landing_connectBtnText__qj2q2::after {
    content: 'Connect wallet';
  }
}

.Landing_sectionInnerPricing__1tmC7 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
.CryptoPayment_pageWrapper__JOhAJ {
    /* min-height: 100vh; */
    background: #020907;
    /* Darker green black */
    width: 100%;
    font-family: 'Inter Tight', sans-serif;
    flex: 1 1;
}

.CryptoPayment_container__Bh3zE {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 60px;
    color: #fff;
}

.CryptoPayment_plansGrid__GRzUO {
    display: flex;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.CryptoPayment_header__Pkb_R {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 40px;
    gap: 8px;
    text-align: center;
}

.CryptoPayment_title__qYXYu {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    color: #F9F8F6;
    margin: 0;
}

.CryptoPayment_subtitle__ImzmC {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #445753;
    margin: 0;
}

.CryptoPayment_loading__s2ICT {
    padding: 100px;
    text-align: center;
    color: #445753;
}

/* Modal styles moved to components, but keeping base modal logic if needed */
.CryptoPayment_modalOverlay__gCvWp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
/* src/components/PlanCard/PlanCard.module.css */
.PlanCard_card__Tess2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    gap: 16px;
    width: 334px;
    height: 100%;
    /* Flexible height but base is around 456px */
    min-height: 456px;
    background: #0A0F0E;
    border: 1px solid #1E2A28;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.PlanCard_cardCurrent__Rql4t {
    border-color: #1BE29F;
}

.PlanCard_header__rdmW6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    flex: none;
    align-self: stretch;
}

.PlanCard_headerTop__DuW_6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.PlanCard_titleWrapper__EkT3o {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 100%;
}

.PlanCard_title__jD9Zn {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #F9F8F6;
    margin: 0;
}

.PlanCard_subtitle__2mhB2 {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #445753;
    margin: 0;
}

.PlanCard_popularBadge__7GGjy {
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 56px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 12px;
    color: #F9F8F6;
}

.PlanCard_priceSection__oUK1N {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;
    width: 100%;
}

.PlanCard_price__ZDLQi {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #F9F8F6;
}

.PlanCard_billingWrapper__1qPO1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.PlanCard_perMonth__rayKC {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #687C78;
}

.PlanCard_button__ORVSx {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 11px;
    gap: 8px;
    width: 100%;
    height: 44px;
    border-radius: 56px;
    border: none;
    cursor: pointer;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.PlanCard_buttonPrimary__OY2bR {
    background: #1BE29F;
    color: #020907;
}

.PlanCard_buttonPrimary__OY2bR:hover {
    background: #18cd90;
}

.PlanCard_buttonCurrent__iTF7z {
    background: #0d2a21;
    color: #1BE29F;
    /* border: 1px solid #1BE29F; */
}

.PlanCard_list__5ST_a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 100%;
    flex: none;
    align-self: stretch;
}

.PlanCard_benefit__9Q77r {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    min-height: 34px;
}

.PlanCard_iconBox__PKDSm {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PlanCard_benefitContent__Aiof_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}

.PlanCard_featureTitle__Vk5iG {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #445753;
}

.PlanCard_featureText__Hl65h {
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #F9F8F6;
}

.PlanCard_divider__wmDbI {
    width: 100%;
    height: 0px;
    border: 1px solid #101A17;
    align-self: stretch;
}


/* SHADOW */

.PlanCard_cardPopular__Dttbh {
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;

    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 0 80px 10px rgba(27, 226, 159, 0.15);
}

.PlanCard_cardPopular__Dttbh::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(115.31deg, rgba(27, 226, 159, 0.1) 0.22%, #1BE29F 49.52%, rgba(27, 226, 159, 0.1) 99.78%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.PlanDetailsModal_backdrop____gDB {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}

.PlanDetailsModal_modal__oMJr4 {
    background: #0A0F0E;
    border: 1px solid #1E2A28;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
    max-height: 90vh;
    /* Mobile height limit */
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Contain the scroll content */
}

.PlanDetailsModal_scrollContent__V5cKB {
    flex: 1 1;
    overflow-y: auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    /* Custom scrollbar for premium look */
    scrollbar-width: thin;
    scrollbar-color: #1E2A28 transparent;
}

.PlanDetailsModal_scrollContent__V5cKB::-webkit-scrollbar {
    width: 4px;
}

.PlanDetailsModal_scrollContent__V5cKB::-webkit-scrollbar-thumb {
    background: #1E2A28;
    border-radius: 10px;
}

.PlanDetailsModal_closeBtn__mRQco {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.PlanDetailsModal_closeBtn__mRQco:hover {
    opacity: 1;
}

.PlanDetailsModal_title__gj98P {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #F9F8F6;
    margin: 0;
}

.PlanDetailsModal_priceInfo___yhdF {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    color: #687C78;
    margin: -10px 0 0;
}

.PlanDetailsModal_activeBadge__DZGrE {
    background: rgba(27, 226, 159, 0.1);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(27, 226, 159, 0.2);
}

.PlanDetailsModal_activeText__t1dgN {
    color: #1BE29F;
    font-weight: 600;
    margin-bottom: 4px;
}

.PlanDetailsModal_dateInfo__7Sroc {
    font-size: 13px;
    color: #687C78;
}

.PlanDetailsModal_listTitle__2iGDO {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #F9F8F6;
    margin-bottom: 12px;
}

.PlanDetailsModal_featureList__zbQkt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.PlanDetailsModal_featureItem__U7KXQ {
    display: flex;
    align-items: center;
    gap: 12px;
}

.PlanDetailsModal_iconBox__gpr8T {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PlanDetailsModal_featureContent__UK97N {
    display: flex;
    flex-direction: column;
}

.PlanDetailsModal_featureSubTitle__iBxKz {
    font-size: 12px;
    color: #445753;
}

.PlanDetailsModal_featureText__lUOUK {
    font-size: 14px;
    font-weight: 500;
    color: #F9F8F6;
}

.PlanDetailsModal_divider__BE1dd {
    height: 1px;
    background: #101A17;
    width: 100%;
}

.PlanDetailsModal_pendingBadge__Vq9HR {
    background: rgba(255, 193, 7, 0.1);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.PlanDetailsModal_pendingText___cPvY {
    color: #ffc107;
    font-weight: 600;
    margin-bottom: 4px;
}

.PlanDetailsModal_pendingDesc__wgMYI {
    font-size: 13px;
    color: #687C78;
    margin-bottom: 12px;
}

.PlanDetailsModal_pendingBtn__T0QSk {
    background: #ffc107;
    color: #020907;
    border: none;
    border-radius: 56px;
    padding: 10px 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.PlanDetailsModal_invoiceWrapper__hY7i0 {
    text-align: center;
    margin-top: 12px;
}

.PlanDetailsModal_invoiceHint__RzF8y {
    font-size: 12px;
    color: #687C78;
    margin-bottom: 4px;
}

.PlanDetailsModal_invoiceLink__RQ_vE {
    color: #1BE29F;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

.PlanDetailsModal_expiredBadge__KWAVG {
    background: rgba(211, 55, 55, 0.1);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(211, 55, 55, 0.2);
}

.PlanDetailsModal_expiredText__baIQy {
    color: #D33737;
    font-weight: 600;
    margin-bottom: 4px;
}

.PlanDetailsModal_expiredDesc__QKpQl {
    font-size: 13px;
    color: #687C78;
    margin-bottom: 12px;
}

.PlanDetailsModal_expiredBtn__d3o0R {
    background: #D33737;
    color: #F9F8F6;
    border: none;
    border-radius: 56px;
    padding: 10px 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.PlanDetailsModal_actions__sl6gH {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.PlanDetailsModal_upgradeBtn__faYwH {
    background: #1BE29F;
    color: #020907;
    border: none;
    border-radius: 56px;
    padding: 14px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}

.PlanDetailsModal_upgradeBtn__faYwH:hover {
    background: #18cd90;
}

.PlanDetailsModal_currentBtn__pj_zu {
    background: #0d2a21;
    color: #1BE29F;
    border: none;
    border-radius: 56px;
    padding: 14px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.PlanDetailsModal_cancelLink__GUUzR {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #687C78;
    padding: 14px;
    border-radius: 56px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}

.PlanDetailsModal_cancelLink__GUUzR:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #F9F8F6;
}
.Disclaimer_container__vjt_l {
  color: #f9f8f64d;
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0.5rem auto;
  text-align: center;
  max-width: 90%;
  display: inline-block;
}

@media (max-width: 768px) {
  .Disclaimer_container__vjt_l {
    font-size: 0.7rem;
    text-align: left;
  }
}
